Page 1 of 1

Performance Counter Output Format

Posted: Wed Dec 12, 2012 9:29 am
by nanz28v
In Nagios XI Windows Server Monitoring Wizard Step 3 there are options to monitor performance counters. This is in the field Performance Counter Output Format for the default counter Page File Usage:

Paging File usage is %.2f %%

What does "%.2f %%" stand for?
Is there a complete guide on these variables so I can customize my own Performance Counter Output Format field for other performance counters?
Thank you.

Re: Performance Counter Output Format

Posted: Wed Dec 12, 2012 11:10 am
by sreinhardt
There are a couple different locations to understand plugins and performance data. The Core Administrators Guide: Performance Data is a great start, Plugin Developer Guidelines is another

As for the Pagefile usage, we do not currently have a document specifying how that works. The way I understand it is; the first % is and escape for the period, which begins an expression to take in a float value and use the first two numbers after the period. The final two % signs are to escape and properly insert a % into the final output.