Skip to content

Releases: effeect/LibreHardwareMonitorCLI

0.3.0-prerelease - Influx Update

08 Nov 05:35
3a46c48

Choose a tag to compare

Pre-release

Added Influx integration

Full Changelog: 0.2.0...0.3.0-prerelease

0.2.0

24 Oct 13:58

Choose a tag to compare

0.2.0 Pre-release
Pre-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

0.1 - Initial Release

21 Oct 07:29

Choose a tag to compare

0.1 - Initial Release Pre-release
Pre-release

LibreMonitor 0.1 is a barebones replacement for OpenHardwareMonitorReport that uses the up to date DLLs from the LibreHardwareMonitor team.

Work in progress but will add more features/testing and release 1.0.0 when it has some more features.