Created
August 15, 2013 09:02
-
-
Save Jerry-Fix/6239418 to your computer and use it in GitHub Desktop.
ring buffer value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ring buffer: | |
ethtool -g networkinterface | |
BCM5709: | |
Ring parameters for eth0: | |
Pre-set maximums: | |
RX: 1020 | |
RX Mini: 0 | |
RX Jumbo: 4080 | |
TX: 255 | |
Current hardware settings: | |
RX: 255 | |
RX Mini: 0 | |
RX Jumbo: 0 | |
TX: 255 | |
BCM5716: | |
Ring parameters for eth0: | |
Pre-set maximums: | |
RX: 2040 | |
RX Mini: 0 | |
RX Jumbo: 8160 | |
TX: 255 | |
Current hardware settings: | |
RX: 255 | |
RX Mini: 0 | |
RX Jumbo: 0 | |
TX: 255 | |
BCM5720: | |
Ring parameters for em1: | |
Pre-set maximums: | |
RX: 2047 | |
RX Mini: 0 | |
RX Jumbo: 0 | |
TX: 511 | |
Current hardware settings: | |
RX: 200 | |
RX Mini: 0 | |
RX Jumbo: 0 | |
TX: 511 | |
I350: | |
Ring parameters for eth0: | |
Pre-set maximums: | |
RX: 4096 | |
RX Mini: 0 | |
RX Jumbo: 0 | |
TX: 4096 | |
Current hardware settings: | |
RX: 256 | |
RX Mini: 0 | |
RX Jumbo: 0 | |
TX: 256 | |
82599EB: | |
Ring parameters for eth2: | |
Pre-set maximums: | |
RX: 4096 | |
RX Mini: 0 | |
RX Jumbo: 0 | |
TX: 4096 | |
Current hardware settings: | |
RX: 512 | |
RX Mini: 0 | |
RX Jumbo: 0 | |
TX: 512 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment