Operating System
The useable functions of the OS connector are determined by the capabilities and permissions on the host OS. The available functions are listed below.
Getting the current CPU usage
cpuUsage
outputs the current CPU usage in percent. In the input field you can define the interval in milliseconds with which the connector polls the system. This is independent of the trigger time of the function.
Getting number of processing cores
cpuCount
outputs the number of processing cores of the CPU.
Getting information about storage disks
driveInfo
returns information about the storage disks attached to the device.
With the edge connector on MacOS this is reported incorrectly at the moment and in Windows (11) it does not work.
Getting information about the RAM
memInfo
returns information about the RAM (volatile memory) on the device.
Getting network information
netInfo
returns information about the connected networks. In the input field you can define the interval in milliseconds with which the connector polls the system. This is independent of the trigger time of the function.
On MacOS and Windows this is not supported with the edge connector currently.
Getting device uptime
uptime
returns the time in seconds the device has been running for.
Getting OS information
OS
returns information about the OS the device is running.
Last updated