Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 358 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 358 Bytes

Cpumon

Cpumon is a simple tool to monitor the frequency of every core of a CPU.

Screenshots

Screenshot 1 Screenshot 2

Usage

pnpm install
node cpumon.js <delay>

The <delay> parameter controls how often the program updates the frequency value. It's useful down to around 100ms.