C++ System Performance Monitor

ErrorNullTurnipErrorNullTurnip Illinois Icrontian
edited August 2011 in Science & Tech
Does anyone know of a way to get system memory usage (not just my program) in C++? I'm working on a way to show system performance information on a small LCD controlled by an Arduino micro controller. I already have a way to get CPU usage and send it over on the COM port, but I'm looking for more statistics. Eventually I'd also like to get usage info for the HDDs, LAN as well as CPU temperature, but I haven't looked into these yet. Any ideas?

Edit: using gcc within cygwin on windows 7, has been working fine with GetSystemTimes();

Comments

Sign In or Register to comment.