A gnuplot script that displays real-time CPU core frequencies as a bar chart.
- 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
- gnuplot
- lscpu (part of util-linux)
gnuplot cpu_mhz.gpPress Ctrl+C to exit.
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
