From d21f4a765b82e4c02ff15bf730b0e1f0d68d5471 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 24 Jun 2014 12:38:10 +0200 Subject: add percentile support to network traffic graphs Set $CONFIG['percentile'] to a number and a XXth percentile line + legend will be added to all network traffic (if_octets) graphs. Closes #81 --- conf/config.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index b086455..3d54e26 100644 --- a/conf/config.php +++ b/conf/config.php @@ -55,6 +55,10 @@ $CONFIG['rrd_fetch_method'] = 'sync'; # use the negative X-axis in I/O graphs $CONFIG['negative_io'] = false; +# add XXth percentile line + legend to network graphs +# false = disabled; 95 = 95th percentile +$CONFIG['percentile'] = false; + # create smooth graphs (rrdtool -E) $CONFIG['graph_smooth'] = false; -- cgit v1.1