CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Location
    INDIA
    Posts
    36

    Adding custom counters to performanceMonitor

    Hi all -

    I have a requirement of adding custom counters to the available Performance Monitor in Winnt. Anyone has any idea or any piece of code !!!

    Thanx
    Shankar


  2. #2
    Join Date
    Aug 1999
    Location
    Canada
    Posts
    2,076

    Re: Adding custom counters to performanceMonitor

    You can find information and example here:

    http://msdn.microsoft.com/library/pe...erformance.htm

    http://msdn.microsoft.com/library/ps...udd07_412r.htm

    Or send me your E-mail address, I can send you my project.


  3. #3
    Join Date
    Aug 1999
    Location
    Canada
    Posts
    2,076

    Another link

    Hi.
    I don't know, why MS removed links from MSDN. Here is the link to J.Richter article in MSJ named 'Custom Performance Monitoring for Your Windows NT Applications':

    http://www.microsoft.com/msj/default...898/newnav.htm

    Hope it helps.
    Good luck and let me know if it isn't exactly what are you looking for....

    Regards

    Frank

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured