Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

finding out system load in visual c++?

Status
Not open for further replies.

mtnviewer

Programmer
Aug 20, 2001
1
US
Hi,

I am new to Visual C++ and windows. I am
writing this visual C++ application which
needs to find out when the system load is
low. How do I do this? Can you please direct
me to the appropriate win32-api functions?
(this will do). More specifically, I would
like to find out the cpu utilization, memory
usage, i/o wait time etc.

Also, how do I spawn a process? Can I just
use fork()?

Thanks,
Nag/
 
in Win32 instead of fork exist CreateThread. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top