SysInfo Extension
Contents
Outgoing channel : "SYSINFO_CHANNEL"
Description
The sysinfo extension is designed to provide system information for other extensions to use. For some values to be read you may need to run streamroller in admin or sudo mode. For example on windows a lot of the data cannot be read by a user (only an admin). This protects things like uuid's from being read but there are also some other things like temperatures that might not show up unless run as admin. On windows you can do this by selecting the StreamRoller icon on the desktop and right clicking to set it to run as administrator. Alternativly you can start a command prompt as administrator (right click and select run as administrator) and then run StreamRoller from that prompt
Triggers/Actions
Triggers and actions below are updated when the automatic document generation system is run and only contain triggers actions relating to this specific extension.
Table last updated: Wed, 12 Mar 2025 05:38:02 GMT
Triggers
name | trigger | description |
---|---|---|
sysInfoCPUData | trigger_sysinfoCPUData | Data about the CPU |
sysInfoCPUTemperatures | trigger_sysinfoCPUTemperatures | CPU Temperatures if available (you may need to run StreamRoller as admin to allow windows to read this) |
sysInfoGPUData | trigger_sysInfoGPUData | GPU Data |
Actions
name | trigger | description |
---|---|---|
sysInfoGetCPUData | action_sysInfoGetCPUData | Sends out a trigger with the CPU Data |
sysInfoGetCPUTemperatures | action_sysInfoGetCPUTemperatures | Sends out a trigger with the CPU Temperatures |
sysInfoGetGPUData | action_sysInfoGetGPUData | Sends out a trigger with the GPU Data |