* @copyright (C) Adam Armstrong * */ echo generate_box_open(); ?>
');
echo('Traffic'); $graph_array['type'] = "port_bits"; print_graph_row_port($graph_array, $port); echo(' | ');
if (is_file(get_port_rrdfilename($port, "ipv6-octets", TRUE))) {
echo('
');
echo("IPv6 Traffic"); $graph_array['type'] = "port_ipv6_bits"; print_graph_row_port($graph_array, $port); echo(' |
');
echo("Unicast Packets"); $graph_array['type'] = "port_upkts"; print_graph_row_port($graph_array, $port); echo(' |
');
echo("Non Unicast Packets"); $graph_array['type'] = "port_nupkts"; print_graph_row_port($graph_array, $port); echo(' |
');
echo("Average Packet Size"); $graph_array['type'] = "port_pktsize"; print_graph_row_port($graph_array, $port); echo(' |
');
echo("Percent Utilisation"); $graph_array['type'] = "port_percent"; print_graph_row_port($graph_array, $port); echo(' |
');
echo("Errors"); $graph_array['type'] = "port_errors"; print_graph_row_port($graph_array, $port); echo(' |
');
echo("Discards"); $graph_array['type'] = "port_discards"; print_graph_row_port($graph_array, $port); echo(' |
');
echo("Ethernet Errors"); $graph_array['type'] = "port_etherlike"; print_graph_row_port($graph_array, $port); echo(' |
');
echo("FDB Count"); $graph_array['type'] = "port_fdb_count"; print_graph_row_port($graph_array, $port); echo(' |