Page 1 of 1

Windows Performance Counter - No Graph

Posted: Thu May 30, 2013 5:41 am
by Pilly170
Hi,

I'm having issues with getting a graph to display any data.

I can run the command via the CLI

Image

Works ok.

I then create a new service for the server
Image
Arg3 = -l "\\TCPv4\Connections Established","Connections are %.2f %%"
then the graph is blank

Image


Any ideas what I did wrong

Re: Windows Performance Counter - No Graph

Posted: Thu May 30, 2013 10:14 am
by slansing
Lets start by adding an additional slash:

Code: Select all

\\TCPv4\\Connections Established
Save, apply config, wait for a few checks to go through "Or force them through the interface." Then check the graphs, also, what is listed in the Advanced tab or the service details page under Performance Data?

Re: Windows Performance Counter - No Graph

Posted: Thu May 30, 2013 10:32 am
by Pilly170
You are a star. Thank you.

How would you write

\\PhysicalDisk(4 G:)\Disk Writes/sec ???

Re: Windows Performance Counter - No Graph

Posted: Thu May 30, 2013 12:11 pm
by lmiltchev
This should do it:

Code: Select all

"\\PhysicalDisk(4 G:)\\Disk Writes/sec"