PDA

Click to See Complete Forum and Search --> : CPU Usage


Aug 11th, 2000, 09:28 AM
How do i get the current CPU Usage?

Thanks in advance.

rino_2
Aug 11th, 2000, 01:35 PM
It's in the registry. If you would like to see a brilliant example then goto Kedaman's web site: http://www.kedaman.com

kedaman
Aug 11th, 2000, 07:17 PM
Yep, it's in registry, but this won't work in NT because you can't access DYN_DATA


CPU = Asc(RegVal("HKEY_DYN_DATA\PerfStats\StatData\KERNEL" & Chr(0) & "CPUUsage"))

YOu need to download my registry module, should be there on my homepage as well