Is here a place to can get min/max/average per port of bandwidth usage? I need to find out how much data is going through each port over time, like during a day. Thanks!
Within the unit itself it does not provide min/max/average. There is just detailed Port Statistics with RX/TX counters which can be found in the GUI under Monitor > Ports > Traffic Overview or from the CLI with switch# show interface <interface name> statistics .
You can however use SNMP to poll the switch to pull into an SNMP Server that can provide you the information you are asking for. Below is a screenshot from Zabbix for example.
Within the unit itself it does not provide min/max/average. There is just detailed Port Statistics with RX/TX counters which can be found in the GUI under Monitor > Ports > Traffic Overview or from the CLI with switch# show interface <interface name> statistics .
You can however use SNMP to poll the switch to pull into an SNMP Server that can provide you the information you are asking for. Below is a screenshot from Zabbix for example.
Ok, thanks. I will use zabbix, I was hoping for a solution off the unit but I that should work. Thanks.