Page 1 of 1

Performance Counter Monitoring

Posted: Mon Aug 05, 2013 7:51 am
by narendra.badgujar
Hi,

We are unable to monitore Performance Counter for Windows Servers.

We need Performance Counter Output Format fot during configure Performance Counter and waring and critical value.

Eg. Performance Counter : \\Paging File(_Total)\\% Usage
Counter Output Format : Paging File usage is %.2f %%

Performance Counter : \\Processor Information(*)\% of Maximum Frequency
Counter Output Format : ?

We required Counter Output Format for Performance Counter mention in attached file,

Regards,
Narendra Badgujar

Re: Performance Counter Monitoring

Posted: Mon Aug 05, 2013 9:22 am
by scottwilkerson
This is the format you would like to display the output in whereas in your example you have some words and then

Code: Select all

%.2f 
Which is a 2 decimal floating point number

Here is a page with some references to different possible values, but it is going to depend on how YOU want the data represented so I cannot give you values for the attached counters.

http://www.cplusplus.com/reference/cstdio/printf/

Re: Performance Counter Monitoring

Posted: Sat Aug 10, 2013 11:48 am
by narendra.badgujar
now able monitor performance counter, thanx