Re: [PATCH iproute2-next] ss: add option to print socket information on one line
From: David Ahern <hidden>
Date: 2019-04-30 18:30:27
From: David Ahern <hidden>
Date: 2019-04-30 18:30:27
On 4/25/19 3:21 PM, Josh Hunt wrote:
@@ -4877,6 +4903,7 @@ static void _usage(FILE *dest) "\n" " -K, --kill forcibly close sockets, display what was closed\n" " -H, --no-header Suppress header line\n" +" -O, --one-line socket's data printed on a single line\n" "\n" " -A, --query=QUERY, --socket=QUERY\n" " QUERY := {all|inet|tcp|udp|raw|unix|unix_dgram|unix_stream|unix_seqpacket|packet|netlink|vsock_stream|vsock_dgram|tipc}[,QUERY]\n"@@ -5003,6 +5030,7 @@ static const struct option long_opts[] = { { "kill", 0, 0, 'K' }, { "no-header", 0, 0, 'H' }, { "xdp", 0, 0, OPT_XDPSOCK}, + { "one-line", 0, 0, 'O' },
shame 'o' can not be used for consistency with ip, but we can have both use 'oneline' as the long option without the '-'.