Forum Discussion
Altera_Forum
Honored Contributor
21 years agoI need to know NIOS2 CPU utilization
hello experts, My problem is, that I would like to measure NIOS2 CPU utilization (CPU load) in uClinux under different applications running. Maybe, there already exist some application in uClin...
Altera_Forum
Honored Contributor
21 years agoHi jan,
You might want to try vmstat ... it has a simple text-based output that may be helpful ... I'm not sure if it's included with the released apps, but you can probably find it at uClinux.org. Otherwise, you can cook up shell script to read the info directly from the /proc filesystems ... as I recall, that's all that vmstat does anyway. Regards, --Scott