* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited * */ echo generate_box_open(); ?> '); if (is_file(get_port_rrdfilename($port, "ipv6-octets", TRUE))) { echo(''); } echo(''); echo(''); echo(''); echo(''); echo(''); echo(''); if (is_file(get_port_rrdfilename($port, "dot3", TRUE))) { echo(''); } if (is_file(get_port_rrdfilename($port, "fdbcount", TRUE))) { echo(''); } } ?>
'); echo('

Traffic

'); $graph_array['type'] = "port_bits"; print_graph_row_port($graph_array, $port); 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('