-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFE] Add some networking related command outputs #3708
Comments
Thank you for opening this RFE! Some notes:
In the networking.py plugin, so I imagine that that one doesn't need any modification.
The last two commands are straightforward to add - we only capture |
Capture more ethtool, ss, and netstat command outputs. Related: sosreport#3708 Signed-off-by: Jose Castillo <[email protected]>
The commands (with expected device names, I guess):
they 1) provide some additional information not already collected by other commands? 2) do not load a kernel module for their execution, and they dont start a service? 3) they can't get stuck their own execution neither get stuck some networking devices under some specific situations (cf. e.g. https://github.com/sosreport/sos/blob/main/sos/report/plugins/networking.py#L188-L195)? |
I am the one that have asked this enhancement through RedHat. |
NIC related
FEC:
$ ethtool --show-fec
EEE:
$ ethtool --show-eee
ntuple-filters / Flow director:
// Can also use -u
$ ethtool --show-ntuple
For supportconfig ONLY:
$ ethtool --show-coalesce
XPORT
Socket statistics:
$ ss -s
IPv6 statistics:
$ netstat -s -6
The text was updated successfully, but these errors were encountered: