Performance data limits no correctly graph
Posted: Thu Jun 16, 2016 4:29 am
Hello,
I have a script that return performance data as the following :
So data APPx_ErrorRate & APPx_Apdex have two differents warning & critical limits.
From the graph explorer or the perofrmance graphs page the limits displayed are 1 and 5 from the error rate performance data. The Apdex limits are not used. Why ? Should I have a specific, separate service check with dedicated limits ?
Thank you.
I have a script that return performance data as the following :
Code: Select all
APP1_DB=2.52
APP1_Throughput=22.0
APP1_CPU=3.62
APP1_ErrorRate=0;1;5;
APP1_Apdex=0.86;0.85;0.7;
APP1_ResponseTime=439
APP1_Memory=6590
APP1_Errors=0
APP2_DB=10.2
APP2_Throughput=413
APP2_CPU=60.9
APP2_ErrorRate=0.485;1;5;
APP2_Apdex=0.9;0.85;0.7;
APP2_ResponseTime=840
APP2_Memory=9980
APP2_Errors=2.0
APP3_DB=13.9
APP3_Throughput=1140
APP3_CPU=193
APP3_ErrorRate=0.21;1;5;
APP3_Apdex=0.88;0.85;0.7;
APP3_ResponseTime=764
APP3_Memory=9570
APP3_Errors=2.67.
APP3_ResponseTime=764
APP3_Memory=9570
APP3_Errors=2.67From the graph explorer or the perofrmance graphs page the limits displayed are 1 and 5 from the error rate performance data. The Apdex limits are not used. Why ? Should I have a specific, separate service check with dedicated limits ?
Thank you.




