cpu/ram usage

contains all delphi packages mentioned below
Post Reply
neji
Posts: 155
Joined: Wed Mar 09, 2005 11:39 am
Contact:

cpu/ram usage

Post by neji »

is there a way with madCollection , to read the cpu/ram usage from a certain process?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

There's no built in function like "GetProcessCpuUsage" or "GetProcessRamUsage" in madCollection, if you mean that.
neji
Posts: 155
Joined: Wed Mar 09, 2005 11:39 am
Contact:

Post by neji »

mh I hoped that, but can you give me a hint , how I can get the usage for each process?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

In the NT family you can use the performance counters, I believe. In win9x there's no way to get the CPU usage per process - except by contacting a vxd driver... :?
Post Reply