Results 11 to 12 of 12
The sysinfo call (try "man sysinfo" for more information about it) will give you the load averages - is that what you want, or is it slightly different?...
- 11-24-2006 #11
The sysinfo call (try "man sysinfo" for more information about it) will give you the load averages - is that what you want, or is it slightly different?
I have sold my soul to the penguin
- 05-06-2010 #12Just Joined!
- Join Date
- May 2010
- Posts
- 1
try this one
gcc systeminfo.c -o systeminfo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgtop-2.0 -lgtop-2.0 -lglib-2.0
I got the correct result.


