IPv4/IPv6 Statistics");
$graph_type = "device_ipSystemStats"; include ("includes/print-device-graph.php");
echo("
");
}
echo("
IP Statistics
");
$graph_type = "device_ip"; include ("includes/print-device-graph.php");
echo("
");
echo("IP Fragmented Statistics
");
$graph_type = "device_ip_fragmented"; include ("includes/print-device-graph.php");
echo("
");
echo("TCP Statistics
");
$graph_type = "device_tcp"; include ("includes/print-device-graph.php");
echo("
");
echo("UDP Statistics
");
$graph_type = "device_udp"; include ("includes/print-device-graph.php");
echo("
");
echo("ICMP Statistics
");
$graph_type = "device_icmp"; include ("includes/print-device-graph.php");
echo("
");
echo("ICMP Informational Statistics
");
$graph_type = "device_icmp_informational"; include ("includes/print-device-graph.php");
echo("
");
?>