clj-chrome-devtools.commands.system-info
The SystemInfo domain defines methods and events for querying low-level system information.
get-info
(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.
get-process-info
(get-process-info)
(get-process-info {:as params, :keys []})
(get-process-info connection {:as params, :keys []})
Returns information about all running processes.
Return map keys:
Key | Description |
---|---|
:process-info | An array of process info blocks. |