Skip to content

0.2.0

Pre-release
Pre-release

Choose a tag to compare

@effeect effeect released this 24 Oct 13:58
· 3 commits to main since this release

Added table rich integration and argument parameters.

We have the following parameters :

Arguements

  • --no-table : If this is set, the output will be a simple console output, otherwise it will use Rich to display a table of the sensor data
  • --time <seconds> : This is the time interval between each data

The following options can be used to filter the sensors displayed. If none are set, all sensors will be shown. This is useful as certain CPUs may have hundreads of sensors (eg. a high end server CPU).

  • --CPU : If this is set, only CPU related sensors will be shown
  • --GPU : If this is set, only GPU related sensors will be shown
  • --RAM : If this is set, only RAM related sensors will be shown
  • --MOTHERBOARD : If this is set, only Mainboard related sensors will be shown
  • --CONTROLLER : If this is set, only Controller related sensors will be shown
  • --NETWORK : If this is set, only Network related sensors will be shown
  • --STORAGE : If this is set, only Storage related sensors will be shown