Skip to content
/ cpu-mon Public

Tool to poll for PID sys/usr CPU usage at high frequencies

Notifications You must be signed in to change notification settings

gfrn/cpu-mon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High Frequency CPU Monitor

Tool meant for aiding in monitoring singular process CPU loads. Polls /proc/ every n ms.

Usage

gcc monitorProc.c -o cpuMon

./cpuMon ParentPID SpawnedThread/ParentPID SpawnedThread2/ParentPID [...] followed by a p for /proc/stat poll only mode or leave empty for main thread + spawned threads

Example: ./cpuMon 988 1233 1232 p or ./cpuMon 988 1233 1232

About

Tool to poll for PID sys/usr CPU usage at high frequencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages