requets and hit/miss stats for netscaler

git-svn-id: http://www.observium.org/svn/observer/trunk@2829 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-01-18 09:55:41 +00:00
parent d28c092c16
commit c8568e421f
4 changed files with 52 additions and 2 deletions

View File

@@ -24,7 +24,9 @@ unset($sep);
echo(' Graphs: ');
$graph_types = array("bits" => "Bits",
"pkts" => "Packets",
"conns" => "Connections");
"conns" => "Connections",
"reqs" => "Requests",
"hitmiss" => "Hit/Miss");
foreach ($graph_types as $type => $descr)