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 --- type/Base.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'type/Base.class.php') diff --git a/type/Base.class.php b/type/Base.class.php index 40f3df0..883c98f 100644 --- a/type/Base.class.php +++ b/type/Base.class.php @@ -22,6 +22,7 @@ class Type_Base { var $height; var $graph_type; var $negative_io; + var $percentile = false; var $graph_smooth; var $files; -- cgit v1.1