all groups > visual c libraries > september 2006 >
You're in the

visual c libraries

group:

Internal monitoring


Internal monitoring RonC
9/18/2006 2:57:02 PM
visual c libraries:
I've been asked to supply the user with a program recap when the program
closes. What has been requested is memory used by module, cpu used, page
faults and disk use.

Are these available within Windows one to fetch?



I'm using VC++ 2003 for Windows.

There is a MAC/Unix routine called getrusage but can't find for windows.



Thanks,

RON C
Re: Internal monitoring SvenC
9/19/2006 12:00:00 AM
Hi Ron,

[quoted text, click to view]


Have a look at performance counters:
http://msdn.microsoft.com/library/en-us/perfctrs/perf/performance_counters_portal.asp

WMI might be an alternative:
http://msdn.microsoft.com/library/en-us/wmisdk/wmi/wmi_start_page.asp

--
SvenC

[quoted text, click to view]

AddThis Social Bookmark Button