The SystemInfo domain defines methods and events for querying low-level system information.
The SystemInfo domain defines methods and events for querying low-level system information.
(get-info)
(get-info {:as params :keys []})
(get-info connection {:as params :keys []})
Returns information about the system.
Return map keys:
Key | Description |
---|---|
:gpu | Information about the GPUs on the system. |
:model-name | A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported. |
:model-version | A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported. |
:command-line | The command line string used to launch the browser. Will be the empty string if not supported. |
Returns information about the system. Return map keys: Key | Description ---------------|------------ :gpu | Information about the GPUs on the system. :model-name | A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported. :model-version | A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported. :command-line | The command line string used to launch the browser. Will be the empty string if not supported.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close