How to create a Windows performance counter using Delphi?

I developed an application that needs to be tracked. Our monitoring site manager wants my application to generate some performance parameters using the Windows Performance Monitor.

He can then control them in windows and ManageEngine's ApplicationManger product through WMI.

I am looking for a Delphi implementation to register / create a Windows performance counter and set their values.

+4
source share
1 answer

() - . Native Code (++ Delphi) ,


DLL .


2.0 (Windows Vista +)


WMI, COM-, IWbemHiPerfProvider.


- Delphi . .Net Delphi , , . WMI , MSDN , WMI Hi-Perf Provider ++ , , Delphi, - .

+4

All Articles