linma / rpms / iproute

Forked from rpms/iproute 4 years ago
Clone

Blame SOURCES/0009-man-ss.8-Describe-events-option.patch

7e752c
From 222a4bb5ed730ff84a984a49d4f7fea39e930f97 Mon Sep 17 00:00:00 2001
7e752c
From: Phil Sutter <psutter@redhat.com>
7e752c
Date: Thu, 13 Sep 2018 20:38:04 +0200
7e752c
Subject: [PATCH] man: ss.8: Describe --events option
7e752c
7e752c
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1612704
7e752c
Upstream Status: iproute2.git commit d559db725cfe0
7e752c
7e752c
commit d559db725cfe033718d7bcfff01285c194a6e92d
7e752c
Author: Phil Sutter <phil@nwl.cc>
7e752c
Date:   Thu Aug 16 12:28:02 2018 +0200
7e752c
7e752c
    man: ss.8: Describe --events option
7e752c
7e752c
    Signed-off-by: Phil Sutter <phil@nwl.cc>
7e752c
    Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
7e752c
---
7e752c
 man/man8/ss.8 | 3 +++
7e752c
 1 file changed, 3 insertions(+)
7e752c
7e752c
diff --git a/man/man8/ss.8 b/man/man8/ss.8
7e752c
index 28033d8..7a6572b 100644
7e752c
--- a/man/man8/ss.8
7e752c
+++ b/man/man8/ss.8
7e752c
@@ -242,6 +242,9 @@ Print summary statistics. This option does not parse socket lists obtaining
7e752c
 summary from various sources. It is useful when amount of sockets is so huge
7e752c
 that parsing /proc/net/tcp is painful.
7e752c
 .TP
7e752c
+.B \-E, \-\-events
7e752c
+Continually display sockets as they are destroyed
7e752c
+.TP
7e752c
 .B \-Z, \-\-context
7e752c
 As the
7e752c
 .B \-p
7e752c
-- 
7e752c
1.8.3.1
7e752c