There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Functions to get stat information about cpu and/or processes reading from /proc/stat and /proc/<pid>/stat files. Based on a concept explained in answer from: http://stackoverflow.com/questions/1420426/calculating-cpu-usage-of-a-process-in-linux/1424556#1424556. See test.c for explanations.