cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Accessing RAM performace
Accessing RAM performace
Oct 28, 2011 at 12:21pm UTC
vijayiner
(1)
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
Oct 28, 2011 at 5:27pm UTC
kooth
(746)
You can use ps or vmstat commands to find out various system items. Call them from your "C" program using the popen() command.
Oct 28, 2011 at 6:42pm UTC
rmsharkey
(14)
Look at the /proc filesystem.
Topic archived. No new replies allowed.