8000 GitHub - etylermoss/plotsense: Records an output from lm_sensors (Temperature, RPM, Volts) into a file and/or the shell, with a configurable cycle duration & total duration. Intended for benchmarking CPU temperatures, Fan speed, and Voltages.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Records an output from lm_sensors (Temperature, RPM, Volts) into a file and/or the shell, with a configurable cycle duration & total duration. Intended for benchmarking CPU temperatures, Fan speed, and Voltages.

License

Notifications You must be signed in to change notification settings

etylermoss/plotsense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Plotsense

A bash script that records an output from lm_sensors (Temperature, RPM, Volts) into a file and/or the shell, with a configurable cycle duration & total duration. Intended for benchmarking CPU temperatures, Fan speed, and Voltages. My first bash program, so may be somewhat buggy on other systems.

Usage

plotsense.sh [OPTION] [TARGET]
  -f [ARG],	Output log to file [ARG]
  -c [ARG],	Number of cycles, in [ARG] of cycles (Default: Infinite)
  -r [ARG],	Duration of each cycle, in [ARG] seconds (Default: 1)
  -s,		Do not print output to the terminal
  -S,		Do not print header if output to file
  -h,		Print usage information
  
[TARGET] is a name from lm_sensors, for instance 'fan6'.
It must also be the name for an RPM, V(olts), or °C value.
Number of cycles (-c) must be an integer.
Duration of each cycle can be a floating point number.

About

Records an output from lm_sensors (Temperature, RPM, Volts) into a file and/or the shell, with a configurable cycle duration & total duration. Intended for benchmarking CPU temperatures, Fan speed, and Voltages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0