Performance counter category

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I just created a new .net windows service that makes use of some performance
counters in its own category. Unfortunately, when I run installutil.exe on
the service binary to install, the category is not created, nor are the
performance counters installed...any ideas why? (service is of type local
system)

Best wishes,

Andreas
 
Hello,

We may need more details information to narrow down the problem, for
example, how did you create the customized performance counter in your
code? Anyway, here is a sample:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbtskCreatingCustomPerformanceCounters.asp

you may copy the code here, and try to see if it can work in your code.

Luke Zhang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top