I have a 95 percentile line in my interface outbound traffic graph. The line is at 57mbit.
When i grab the date from the database, create a graph i can see the excel graph is the same as in zabbix. But when i get the 95 percentile it's a different value, 47Mbit. My cacti also say's 47Mbit.
I grab the data from the history_unit table. In the file class.cchart.php i force zabbix to get the date from the history_unit table.
When using the trends table you don't get a real 5min avg 95 percentile value.
I am not quite a php engineer so i can't figure where it goes wrong. Is it possible the print some date from class.cchart.php on the screen or file for debugging?
using zabbix 1.8.9
When i grab the date from the database, create a graph i can see the excel graph is the same as in zabbix. But when i get the 95 percentile it's a different value, 47Mbit. My cacti also say's 47Mbit.
I grab the data from the history_unit table. In the file class.cchart.php i force zabbix to get the date from the history_unit table.
When using the trends table you don't get a real 5min avg 95 percentile value.
I am not quite a php engineer so i can't figure where it goes wrong. Is it possible the print some date from class.cchart.php on the screen or file for debugging?
using zabbix 1.8.9
Comment