[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131020132427.GA4514@virgo.local>
Date: Sun, 20 Oct 2013 15:24:27 +0200
From: Hagen Paul Pfeifer <hagen@...u.net>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: netdev@...r.kernel.org, shemminger@...tta.com,
Eric Dumazet <edumazet@...gle.com>
Subject: Re: [PATCH iproute2] ss: make socket statistic parseable
* Eric Dumazet | 2013-10-19 14:56:16 [-0700]:
>Seems fine to me, maybe we want to support json for better parsing
>capabilities ?
Currently the parsing is straight forward with Python: split for
whitespaces and subsequent split for colon to get a key/value list. Supporting
an additional format may be overhead - not sure?! But yeah, JSON formated
output is nice too. The current format has the advantage that it is human
readable and "good" machine parseable. Except the first line:
tcp ESTAB 0 0 192.168.1.29:58951 208.68.163.218:xmpp-cli
The line has a strict order, so it is not that hard to write a correct parser.
Btw: for people not following google plus circus: I wrote an parser for ss(8)
for plotting TCP stack variables:
http://research.protocollabs.com/captcp/doc-socket-statistic-module.html
Cheers, Hagen
Download attachment "signature.asc" of type "application/pgp-signature" (199 bytes)
Powered by blists - more mailing lists