Hi all,
I've got a small problem monitoring windows 2008 R2 Server.
I'm using the "\Memory\Available MBytes" performance counter to monitor available RAM.
This performance counter reports available memory in MBytes. And i have thousands of MBytes (let's say 2150 MBytes) memory available.
Here is a trace of what this performance counter report :
and here is my graph conf :
But it seems that zabbix convert this value in K (because it's thousands) and obviously my graph are wrong. (as you can see in the attached image value is KMBytes instead of GBytes)
Do you have any clue on how i get around this ?
I've got a small problem monitoring windows 2008 R2 Server.
I'm using the "\Memory\Available MBytes" performance counter to monitor available RAM.
This performance counter reports available memory in MBytes. And i have thousands of MBytes (let's say 2150 MBytes) memory available.
Here is a trace of what this performance counter report :
Code:
"03/03/2015 09:44:32.051","2152.000000" "03/03/2015 09:44:33.052","2152.000000" "03/03/2015 09:44:34.053","2152.000000" "03/03/2015 09:44:35.054","2152.000000" "03/03/2015 09:44:36.055","2152.000000" "03/03/2015 09:44:37.057","2152.000000" "03/03/2015 09:44:38.060","2152.000000" "03/03/2015 09:44:39.061","2152.000000" "03/03/2015 09:44:40.062","2152.000000" "03/03/2015 09:44:41.063","2152.000000" "03/03/2015 09:44:42.064","2152.000000"
Code:
<graph>
<name>Windows 2012 R2 Memory Available and Cache</name>
<width>900</width>
<height>200</height>
<yaxismin>0.0000</yaxismin>
<yaxismax>100.0000</yaxismax>
<show_work_period>1</show_work_period>
<show_triggers>1</show_triggers>
<type>0</type>
<show_legend>1</show_legend>
<show_3d>0</show_3d>
<percent_left>0.0000</percent_left>
<percent_right>0.0000</percent_right>
<ymin_type_1>0</ymin_type_1>
<ymax_type_1>0</ymax_type_1>
<ymin_item_1>0</ymin_item_1>
<ymax_item_1>0</ymax_item_1>
<graph_items>
<graph_item>
<sortorder>0</sortorder>
<drawtype>0</drawtype>
<color>FF3333</color>
<yaxisside>0</yaxisside>
<calc_fnc>2</calc_fnc>
<type>0</type>
<item>
<host>Template Windows 2012 R2 Server</host>
<key>perf_counter["\Memory\Available MBytes",300]</key>
</item>
</graph_item>
<graph_item>
<sortorder>1</sortorder>
<drawtype>0</drawtype>
<color>00C800</color>
<yaxisside>0</yaxisside>
<calc_fnc>2</calc_fnc>
<type>0</type>
<item>
<host>Template Windows 2012 R2 Server</host>
<key>perf_counter["\Memory\Cache Bytes",300]</key>
</item>
</graph_item>
</graph_items>
</graph>
Do you have any clue on how i get around this ?
atabases(tempdb)\Data File(s) Size (KB) Como podria solucionarlo?
Comment