Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

CPU MHz Visualizer

A gnuplot script that displays real-time CPU core frequencies as a bar chart.

Features

  • Live-updating bar chart showing per-core MHz frequencies
  • Cores sorted by frequency (highest to lowest)
  • Dark theme with gray text and blue bars
  • Auto-scales Y-axis to CPU's maximum frequency
  • Refreshes every second

Requirements

  • gnuplot
  • lscpu (part of util-linux)

Usage

gnuplot cpu_mhz.gp

Press Ctrl+C to exit.

Screenshot

Screenshot

The visualization shows a horizontal bar chart where:

  • X-axis: CPU cores (sorted by current frequency)
  • Y-axis: Frequency in MHz (0 to max supported frequency)
  • Blue bars represent current frequency of each core

About

Tiny gnuplot script to monitor CPU core speed

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages