Question about Performance Graphs and %.2f_%%
Posted: Thu Feb 18, 2010 3:35 am
In this particular example I am talking about monitoring a windows host page file usage.
I look at the Service Status Detail page.
The Overview tab
The first item is "Paging File usage is 53.17 %"
The Performance Graphs tab
The first item is "Datasource: Paging_File_usage_is_%.2f_%%"
Then there is the graph
Then there is the legend for the graph
"Paging_File_usage_is_%.2f_%%"
The Advanced tab
"Performance Data: 'Paging File usage is %.2f %%'=53.179900%;70.000000;90.000000;"
Question 1
Why is it displaying %.2f_%% or %.2f %% and is it possible to fix this?
Question 2
Why_is_there_an_underscore_for_every_space_on_the_graph? Is_it_possible_to_fix_this?
Question 3
On the graph in the bottom right it says Default Template. How do I customise the graphs so it doesn't display Default Template, instead not being there or changed to what I would like?
Question 4
I understand that 'Paging File usage is %.2f %%' is from the check_nt command. When I look at the service, the arguments being passed are:
-l "\\Paging File(_Total)\\% Usage","Paging File usage is %.2f %%" -w 70 -c 90
And when I look at other simlar commands the arguments being passed are:
-l "\\Server Work Queues(0)\\Queue Length","Current work queue (an indication of processing load) is %.f " -w 4 -c 7
My question is, why in one example has "%.2f" is used and in the other example "%.f" us used?
I look at the Service Status Detail page.
The Overview tab
The first item is "Paging File usage is 53.17 %"
The Performance Graphs tab
The first item is "Datasource: Paging_File_usage_is_%.2f_%%"
Then there is the graph
Then there is the legend for the graph
"Paging_File_usage_is_%.2f_%%"
The Advanced tab
"Performance Data: 'Paging File usage is %.2f %%'=53.179900%;70.000000;90.000000;"
Question 1
Why is it displaying %.2f_%% or %.2f %% and is it possible to fix this?
Question 2
Why_is_there_an_underscore_for_every_space_on_the_graph? Is_it_possible_to_fix_this?
Question 3
On the graph in the bottom right it says Default Template. How do I customise the graphs so it doesn't display Default Template, instead not being there or changed to what I would like?
Question 4
I understand that 'Paging File usage is %.2f %%' is from the check_nt command. When I look at the service, the arguments being passed are:
-l "\\Paging File(_Total)\\% Usage","Paging File usage is %.2f %%" -w 70 -c 90
And when I look at other simlar commands the arguments being passed are:
-l "\\Server Work Queues(0)\\Queue Length","Current work queue (an indication of processing load) is %.f " -w 4 -c 7
My question is, why in one example has "%.2f" is used and in the other example "%.f" us used?