43 lines
1.1 KiB
Diff
43 lines
1.1 KiB
Diff
From a2e5a2d8f8c41fb4f87c66d827f3e22035a11dd7 Mon Sep 17 00:00:00 2001
|
|
From: Phil Sutter <psutter@redhat.com>
|
|
Date: Thu, 13 Sep 2018 20:38:04 +0200
|
|
Subject: [PATCH] man: ifstat.8: Document --json and --pretty options
|
|
|
|
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1612704
|
|
Upstream Status: iproute2.git commit a486d25b9cbfc
|
|
|
|
commit a486d25b9cbfc3469e30297495333d95a5576bdc
|
|
Author: Phil Sutter <phil@nwl.cc>
|
|
Date: Thu Aug 16 12:27:58 2018 +0200
|
|
|
|
man: ifstat.8: Document --json and --pretty options
|
|
|
|
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
|
|
---
|
|
man/man8/ifstat.8 | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/man/man8/ifstat.8 b/man/man8/ifstat.8
|
|
index 3ba0088..8cd164d 100644
|
|
--- a/man/man8/ifstat.8
|
|
+++ b/man/man8/ifstat.8
|
|
@@ -48,6 +48,14 @@ Report average over the last SECS seconds.
|
|
.B \-z, \-\-zeros
|
|
Show entries with zero activity.
|
|
.TP
|
|
+.B \-j, \-\-json
|
|
+Display results in JSON format
|
|
+.TP
|
|
+.B \-p, \-\-pretty
|
|
+If combined with
|
|
+.BR \-\-json ,
|
|
+pretty print the output.
|
|
+.TP
|
|
.B \-x, \-\-extended=TYPE
|
|
Show extended stats of TYPE. Supported types are:
|
|
|
|
--
|
|
1.8.3.1
|
|
|