Link to home
Start Free TrialLog in
Avatar of lmikle
lmikle

asked on

How to retrive a perfomance data from remote computer

I need to retrive a Processor and Memory useage from remote NT computer.

ASKER CERTIFIED SOLUTION
Avatar of Epsylon
Epsylon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lmikle
lmikle

ASKER

You can use a functons in PDH.DLL (Represent a Performance Data Helper API) under Win NT famaly OS. A Delphi port of PDH.DLL you can find on Delphi-Jedi site (http://www.delphi-jedi.org/).

Under Win9x/ME You mast read performance data from registry manulaly useing remote registry connecting.

In both cases you mast have rights to read data from registry on remote computer.