Skip to content

Linuc based CPU profiler that stores the details of the 20 most scheduled process in a RB tree

Notifications You must be signed in to change notification settings

hemanthr28/CPU_Profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a Linux user space module that gets the 20 most scheduled process and stores in a RB tree. 

To insert the module:
sudo insmod perftop.ko 

To view the results:
cat /proc/perftop 

To remove the module:
sudo rmmod perftop.ko

About

Linuc based CPU profiler that stores the details of the 20 most scheduled process in a RB tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published