We had developed a tool in linux to display all the resource usage
data like CPU,NETWORK,DISK and MEMORY usage while an application is
running on the target.We used to read all the data from the linux
"proc" file system formatted and dispalyed to the user.
For example, we were able to display the cpu data like
CPU - System
User CPU time,
System CPU time,
Idle time,
Nice CPU time,
I/O wait time,
Hard IRQ time,
Soft IRQ time
Per Process - wise
User CPU time
System CPU time
User CPU time for child
System CPU time for child
Processor Number etc.,
Now we started porting the same tool to windows ce 6.0/ windows mobile
6.5 SDK.
So it would be great if anyone helps us in providing any apis or
system calls in getting all the above mentioned data to start with. In
short I can say that our tool should display all the information as
good as task manager in windows XP.
Thanks in advance
regards
Shiva Narayan