/cputempfreq

CSV logger for CPU frequency and temperature

Primary LanguagePython

Data logger fetching data about current CPU frequency and temperature

Usage: cputempfreq.py [OPTIONS]

Options:
  --logfile FILE                Log filename
  --delay FLOAT                 Delay (in seconds) between readings
  --core-count INTEGER          Number of cores to monitor frequency
  --thermal-zone-count INTEGER  Number of thermal zones for temperature
                                monitoring

  --verbose / --no-verbose      Enable verbose output
  --help                        Show this message and exit.