System Info
Provides information about the system.
Outputs#
Port | Description |
---|---|
The platform string. Either windows , macos , or linux . |
|
The platform index. 0 for Windows, 1 for MacOS, and 2 for Linux. |
|
true if the platform is Windows. |
|
true if the platform is MacOS. |
|
true if the platform is Linux. |
|
The architecture string. Either x64 or arm64 . |
|
The architecture index. 0 for x64 and 1 for arm64. |
|
true if the architecture is x64. |
|
true if the architecture is arm64. |
|
Returns the number of logical CPUs usable by the current process. The set of available CPUs is checked by querying the operating system at process startup. Changes to operating system CPU allocation after process startup are not reflected. |
ID: system-info@v1