下面是我的“show interface”命令的输出
PE1.18:01:44#sh interfaces Ethernet 3
Ethernet3 is up, line protocol is up (connected)
Hardware is Ethernet, address is 001c.7374.3d95
Internet address is 172.16.11.1/30
Broadcast address is 255.255.255.255
Address determined by manual configuration
IP MTU 1500 bytes , BW 10000000 kbit
Full-duplex, 10Gb/s, auto negotiation: off, uni-link: disabled
Up 30 days, 9 minutes, 55 seconds
Loopback Mode : None
4 link status changes since last clear
Last clearing of "show interface" counters 45 days, 23:02:51 ago
5 minutes input rate 48 bps (0.0% with framing overhead), 0 packets/sec
5 minutes output rate 48 bps (0.0% with framing overhead), 0 packets/sec
1011859 packets input, 799292486 bytes
Received 1 broadcasts, 1011570 multicast
0 runts, 0 giants
0 input errors, 0 CRC, 0 alignment, 0 symbol, 0 input discards
0 PAUSE input
88567 packets output, 15703989 bytes
Sent 1 broadcasts, 88453 multicast
0 output errors, 0 collisions
0 late collision, 0 deferred, 0 output discards
0 PAUSE output
我正在尝试以字节或位为单位查找此接口上的可用容量,例如。总链路容量为 10Gb,其中 5Gb 可用。我知道输出中的“5 分钟输入速率和输出”部分应该会有所帮助,但我真的很困惑要应用什么公式以及如何应用?请帮忙。