Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi jan,
> - /proc/vmstat does not contain info about cpu utilization, I was referring to the 'vmstat' application which reads /proc/stat, /proc/meminfo, etc. -- it's normally part of the procps package. > even more there exist no application "vmstat" as in normal linux Don't be silly :-) http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/...procps/vmstat.c (http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uclinux-dist/user/procps/vmstat.c) > but the results are not so good, because: I've never observed a 5 minute delay. You might want to check your code ;-) ... and take a look at the vmstat code. You may also want to look at /proc/loadavg ... which is often more meaningful. Regards, --Scott