diff options
author | Patrick Talbert <ptalbert@redhat.com> | 2017-03-24 14:03:50 -0400 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-03-27 18:37:30 +0100 |
commit | 491c3779125b2d9e0649c3fd19e395dad3272432 (patch) | |
tree | e9b7a33b6f2184c570546e7703d76070b5e0860b /man | |
parent | da7ccd3f135f6742220500f911932ed070ea8e7c (diff) | |
download | sos-491c3779125b2d9e0649c3fd19e395dad3272432.tar.gz |
[networking] Add ss socket output
Adds the following to the networking plugin:
$ ss -peaonmi
The ss tool provides much more detailed socket information than netstat
and is almost guaranteed to be available while netstat not always so.
ss provides some very useful extra TCP socket information such as memory
allocations, the congestion window size, window scaling factor, segments
sent/received, outstanding data, etc, etc. It also provides the socket
address for every known socket type listed.
The net-tools package is not part of the default package set for some
minimal EL installs so it is not always available. ss is part of the
more-modern iproute suite so is more likely to always be available.
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions