Skip to content

dhavals2912/Read_cpuutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read_cpuutil

Program to read CPU utilization

Task here is to compute CPU utilization using mpstat or systat framework.

Completed:

  • Added makefile to build project.
  • Added cpu_util.h containing API to call get_cpu_util_perc to get CPUUTIL in %.

ToDo:

  • Add the master-slave model to call and set frequency using CPU UTIL from the slaves.
  • Bind each slave to it's cpus/cores.
  • Define model or topology between each slaves.

About

Program to read CPU utilization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%