C++ System Performance Monitor
ErrorNullTurnip
Illinois Icrontian
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();
Edit: using gcc within cygwin on windows 7, has been working fine with GetSystemTimes();
0
Comments
c#/.net but you can make it work with c++