]> git.ipfire.org Git - thirdparty/iproute2.git/commit
nstat: add json output format
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 13 Sep 2013 17:31:41 +0000 (10:31 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 13 Sep 2013 17:31:41 +0000 (10:31 -0700)
commitd48ed3f4518046cc6033224575c7ade55e73f9aa
tree4dd6eaff7823ebf6dd4224f19b426882062ac3fe
parent488c41d21678744ea56332333853ca4ab0827ac9
nstat: add json output format

New command line flag to output statistics in JSON format.
In our envrionment, we have scripts that parse output of commands.
It is better to use a format supported by existing parsers.
misc/nstat.c