Accessing RAM performace

Dear All,

Anyone knows about how to access the RAM memory like i like to display the
current performance about RAM in the CPU something like task monitor using C language....

Kindly help me on this...

Thanks
Vijay r
You can use ps or vmstat commands to find out various system items. Call them from your "C" program using the popen() command.

Look at the /proc filesystem.
Topic archived. No new replies allowed.