From 6f6c78e3624a9b5fd11bf27684af6471a3eda1f7 Mon Sep 17 00:00:00 2001
From: CentOS Sources <bugs@centos.org>
Date: Tue, 29 Mar 2022 11:06:33 -0400
Subject: [PATCH] import pcp-5.3.5-8.el8

---
 .gitignore                                    |    2 +-
 .pcp.metadata                                 |    2 +-
 SOURCES/redhat-bugzilla-1879350.patch         | 6966 -----------------
 SOURCES/redhat-bugzilla-1947989.patch         |  849 --
 SOURCES/redhat-bugzilla-1962019.patch         | 2242 ------
 SOURCES/redhat-bugzilla-1973833.patch         |  193 +
 SOURCES/redhat-bugzilla-1974266.patch         | 2478 ------
 SOURCES/redhat-bugzilla-1975069.patch         |  922 ---
 SOURCES/redhat-bugzilla-1991763.patch         |   83 +
 ...nel-version-check-due-to-backporting.patch |   20 +
 SOURCES/redhat-bugzilla-2003956.patch         | 1433 ++++
 SOURCES/redhat-bugzilla-2017632.patch         |  126 +
 SOURCES/redhat-bugzilla-2027753.patch         |  841 ++
 SOURCES/redhat-bugzilla-2029301.patch         |   38 +
 SOURCES/redhat-bugzilla-2030121.patch         |   50 +
 SOURCES/redhat-bugzilla-2030140.patch         |  742 ++
 SPECS/pcp.spec                                |  283 +-
 17 files changed, 3732 insertions(+), 13538 deletions(-)
 delete mode 100644 SOURCES/redhat-bugzilla-1879350.patch
 delete mode 100644 SOURCES/redhat-bugzilla-1947989.patch
 delete mode 100644 SOURCES/redhat-bugzilla-1962019.patch
 create mode 100644 SOURCES/redhat-bugzilla-1973833.patch
 delete mode 100644 SOURCES/redhat-bugzilla-1974266.patch
 delete mode 100644 SOURCES/redhat-bugzilla-1975069.patch
 create mode 100644 SOURCES/redhat-bugzilla-1991763.patch
 create mode 100644 SOURCES/redhat-bugzilla-2003956-pmdabcc-update-kernel-version-check-due-to-backporting.patch
 create mode 100644 SOURCES/redhat-bugzilla-2003956.patch
 create mode 100644 SOURCES/redhat-bugzilla-2017632.patch
 create mode 100644 SOURCES/redhat-bugzilla-2027753.patch
 create mode 100644 SOURCES/redhat-bugzilla-2029301.patch
 create mode 100644 SOURCES/redhat-bugzilla-2030121.patch
 create mode 100644 SOURCES/redhat-bugzilla-2030140.patch

diff --git a/.gitignore b/.gitignore
index 769a732..d14ffc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/pcp-5.3.1.src.tar.gz
+SOURCES/pcp-5.3.5.src.tar.gz
diff --git a/.pcp.metadata b/.pcp.metadata
index b82bb2b..68db412 100644
--- a/.pcp.metadata
+++ b/.pcp.metadata
@@ -1 +1 @@
-5b693868cb11c09b87880ca2d57e672a3bfd63e6 SOURCES/pcp-5.3.1.src.tar.gz
+ee69b4a4e33cb5366d30c4c006ba41ccd6386d87 SOURCES/pcp-5.3.5.src.tar.gz
diff --git a/SOURCES/redhat-bugzilla-1879350.patch b/SOURCES/redhat-bugzilla-1879350.patch
deleted file mode 100644
index fa734f4..0000000
--- a/SOURCES/redhat-bugzilla-1879350.patch
+++ /dev/null
@@ -1,6966 +0,0 @@
-d2e9fd0dc pcp-ss: initial version of new client tool, with QA and docs
-af2c47e77 pcp-ss.1: fix syntax, sort SEE ALSO
-6e19b22d1 pmdasockets: add persistent filter, new metrics, parser fixes and QA
-47f9df215 pcp-ss: fix EAGAIN exceptions, add filter header, QA
-a2a4527d3 pmdasockets: fix resource leak coverity CID371684
-1ff17fc32 docs: document pmdasockets filter config file
-1174dcc3d qa/1634: fix for when sockets PMDA isn't enabled
-488ec2848 src/pmdas/linux_sockets: fix #! for Install and Remove
-c0ff11472 pmdasockets: add missing help text for reord_seen and delivered
-4fdda037d qa/1633: pcp-ss output order is non-deterministic
-9579b8cf3 pcp-ss: dont try to delete the pcp options context
-3fc974dc0 pmdasockets: default to daemon and migrate from DSO to daemon
-1ba267553 pmdasockets: fix regex in Upgrade script
-
-commit d2e9fd0dce7f24b8f81109b2b664ca637abfd2fc
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Thu Jun 24 12:42:54 2021 +1000
-
-    pcp-ss: initial version of new client tool, with QA and docs
-    
-    Initial commit for pcp-ss(1) front end client for pmdasockets(1),
-    implementing many (but not yet all) of the ss(8) options. This
-    is packaged in pcp-system-tools. New QA test 1633 is added along
-    with test archive and man page.
-    
-    Still TODO are some PMDA changes for a persistent filter config
-    file and various additional metrics, e.g. supporting the --process
-    option, see https://github.com/performancecopilot/pcp/issues/1231
-    
-    Resolves: RHBZ#1879350
-
-diff --git a/qa/1633 b/qa/1633
-new file mode 100755
-index 000000000..8ce2fc3ba
---- /dev/null
-+++ b/qa/1633
-@@ -0,0 +1,40 @@
-+#!/bin/sh
-+# PCP QA Test No. 1633
-+# Exercise the pcp-ss(1) command using an archive
-+#
-+# Copyright (c) 2021 Red Hat.
-+#
-+
-+seq=`basename $0`
-+echo "QA output created by $seq"
-+
-+. ./common.python
-+
-+status=1	# failure is the default!
-+$sudo rm -rf $tmp.* $seq.full
-+trap "cd $here; rm -rf $tmp.*; exit \$status" 0 1 2 3 15
-+
-+pcp_ss="$PCP_BINADM_DIR/pcp-ss"
-+test -x $pcp_ss || _notrun "No pcp-ss(1) installed"
-+
-+# real QA test starts here
-+archive=$here/archives/pcp-ss
-+
-+echo && echo pcp-ss output, at default offset
-+pcp -z -a $archive ss -oemitauO
-+
-+echo && echo pcp-ss output, at 10s offset
-+pcp -z -S10s -a $archive ss -oemitauO
-+
-+echo && echo pcp-ss output, at specific start time
-+pcp -z -S'@Fri Jun 18 13:33:39 2021' -a $archive ss -oemitauO
-+
-+echo && echo pcp-ss output, at archive end
-+pcp -z -O-0 -a $archive ss -oemitauO
-+
-+echo && echo check error handling when metrics not present. Note error is expected
-+pcp -z -O-0 -a $here/archives/pcp-mpstat ss 2>&1 | sed -e "s;$here/;;"
-+
-+# success, all done
-+status=0
-+exit
-diff --git a/qa/1633.out b/qa/1633.out
-new file mode 100644
-index 000000000..b82a71e6a
---- /dev/null
-+++ b/qa/1633.out
-@@ -0,0 +1,790 @@
-+QA output created by 1633
-+
-+pcp-ss output, at default offset
-+# Time: 2021-06-18 13:34:14.168998 Filter: state connected
-+Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
-+tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,299ms,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d226) ts sack cubic wscale:7,7 rtt:5.268/10.344 ato:40 mss:65483 cwnd:51 pmtu:65535 ssthresh:27 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:1379162
-+tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,19sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.326/1.581 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65491
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min13sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f4096,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.667/1.031 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:87463
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,15sec,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.194/0.696 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.826/0.515 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,29sec,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:248.861/32.644 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,2.767ms,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
-+tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,7.793ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
-+tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,3.571ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,586ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,2.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,7.474ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,9.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55104 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55122 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55126 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55132 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55136 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55142 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55154 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:ef49 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55156 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55164 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55174 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55176 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55178 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55186 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55190 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55194 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55204 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55210 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55216 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55218 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55222 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55224 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55226 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55228 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55230 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55238 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55240 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55244 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55250 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55254 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55268 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55274 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55276 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55278 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55280 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55284 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55292 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55298 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55300 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55302 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55310 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55312 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55320 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55326 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55330 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55338 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
-+tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
-+
-+pcp-ss output, at 10s offset
-+# Time: 2021-06-18 13:33:39.076141 Filter: state connected
-+Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
-+tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,40sec,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d191) ts sack cubic wscale:7,7 rtt:5.308/10.357 ato:40 mss:65483 cwnd:37 pmtu:65535 ssthresh:27 bytes_acked:0 bytes_received:0 segs_out:100169 segs_in:51994 send 3651651846bps lastsnd:609 lastrcv:609 lastack:568 pacing_rate 4381982208bps delivery_rate 69848533328bps rcv_space:1379162
-+tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
-+tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,14sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.135/1.044 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:13349 segs_in:6686 send 16235459bps lastsnd:524 lastrcv:516 lastack:516 pacing_rate 32468640bps delivery_rate 7613536bps rcv_space:65491
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min53sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f0,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.5/0.94 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_acked:0 bytes_received:0 segs_out:4414 segs_in:4458 send 11296744bps lastsnd:1471 lastrcv:1255 lastack:1449 pacing_rate 13556008bps delivery_rate 9819152bps rcv_space:87463
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,6.702ms,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:187 segs_in:187 send 1195452bps lastsnd:1336001 lastrcv:1335906 lastack:38204 pacing_rate 2390880bps delivery_rate 229032bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_acked:0 bytes_received:0 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.371/0.673 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:493 segs_in:558 send 3281458bps lastsnd:48748 lastrcv:48749 lastack:48739 pacing_rate 3937552bps delivery_rate 2269480bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.654/0.506 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_acked:0 bytes_received:0 segs_out:246 segs_in:410 send 4700228bps lastsnd:17768 lastrcv:17783 lastack:17759 pacing_rate 5640272bps delivery_rate 2983168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_acked:0 bytes_received:0 segs_out:207 segs_in:207 send 821213bps lastsnd:17146 lastrcv:17036 lastack:17036 pacing_rate 985448bps delivery_rate 467400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d2) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:135 segs_in:139 send 1015668bps lastsnd:52309 lastrcv:25403 lastack:50572 pacing_rate 2031320bps delivery_rate 335272bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,9.693ms,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:251.743/35.839 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:49 segs_in:46 send 905050bps lastsnd:20795 lastrcv:20795 lastack:20571 pacing_rate 1810096bps delivery_rate 503048bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,28sec,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:36 segs_in:38 send 402409bps lastsnd:2669 lastrcv:2669 lastack:2444 pacing_rate 804816bps delivery_rate 73400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_acked:0 bytes_received:0 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
-+tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,2.525ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:21 segs_in:20 send 8665495bps lastsnd:224263 lastrcv:224265 lastack:42465 pacing_rate 17330160bps delivery_rate 2267288bps rcv_space:14480
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
-+tcp   ESTAB         0     0           10.0.0.10:57958 142.250.70.238:443         uid:1024 inode:165594185 sk:183a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:10.608/1.213 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:27 segs_in:27 send 10693816bps lastsnd:18595 lastrcv:18584 lastack:18584 pacing_rate 21387376bps delivery_rate 5058864bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54774 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54792 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54794 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54796 10.0.0.10:44322            timer(timewait,350ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54798 10.0.0.10:44322            timer(timewait,222ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54800 10.0.0.10:44322            timer(timewait,354ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54806 10.0.0.10:44322            timer(timewait,1.441ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54822 10.0.0.10:44322            timer(timewait,8.347ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54830 10.0.0.10:44322            timer(timewait,7.365ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54838 10.0.0.10:44322            timer(timewait,9.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54858 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54874 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54882 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54888 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54902 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54914 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54930 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54984 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54996 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54998 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55008 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55018 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
-+
-+pcp-ss output, at specific start time
-+# Time: 2021-06-18 13:33:39 Filter: state connected
-+Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
-+tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,40sec,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d191) ts sack cubic wscale:7,7 rtt:5.308/10.357 ato:40 mss:65483 cwnd:37 pmtu:65535 ssthresh:27 bytes_acked:0 bytes_received:0 segs_out:100169 segs_in:51994 send 3651651846bps lastsnd:609 lastrcv:609 lastack:568 pacing_rate 4381982208bps delivery_rate 69848533328bps rcv_space:1379162
-+tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
-+tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,14sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.135/1.044 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:13349 segs_in:6686 send 16235459bps lastsnd:524 lastrcv:516 lastack:516 pacing_rate 32468640bps delivery_rate 7613536bps rcv_space:65491
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min53sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f0,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.5/0.94 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_acked:0 bytes_received:0 segs_out:4414 segs_in:4458 send 11296744bps lastsnd:1471 lastrcv:1255 lastack:1449 pacing_rate 13556008bps delivery_rate 9819152bps rcv_space:87463
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,6.702ms,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:187 segs_in:187 send 1195452bps lastsnd:1336001 lastrcv:1335906 lastack:38204 pacing_rate 2390880bps delivery_rate 229032bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_acked:0 bytes_received:0 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.371/0.673 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:493 segs_in:558 send 3281458bps lastsnd:48748 lastrcv:48749 lastack:48739 pacing_rate 3937552bps delivery_rate 2269480bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.654/0.506 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_acked:0 bytes_received:0 segs_out:246 segs_in:410 send 4700228bps lastsnd:17768 lastrcv:17783 lastack:17759 pacing_rate 5640272bps delivery_rate 2983168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_acked:0 bytes_received:0 segs_out:207 segs_in:207 send 821213bps lastsnd:17146 lastrcv:17036 lastack:17036 pacing_rate 985448bps delivery_rate 467400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d2) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:135 segs_in:139 send 1015668bps lastsnd:52309 lastrcv:25403 lastack:50572 pacing_rate 2031320bps delivery_rate 335272bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,9.693ms,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:251.743/35.839 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:49 segs_in:46 send 905050bps lastsnd:20795 lastrcv:20795 lastack:20571 pacing_rate 1810096bps delivery_rate 503048bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,28sec,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:36 segs_in:38 send 402409bps lastsnd:2669 lastrcv:2669 lastack:2444 pacing_rate 804816bps delivery_rate 73400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_acked:0 bytes_received:0 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
-+tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,2.525ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:21 segs_in:20 send 8665495bps lastsnd:224263 lastrcv:224265 lastack:42465 pacing_rate 17330160bps delivery_rate 2267288bps rcv_space:14480
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
-+tcp   ESTAB         0     0           10.0.0.10:57958 142.250.70.238:443         uid:1024 inode:165594185 sk:183a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:10.608/1.213 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:27 segs_in:27 send 10693816bps lastsnd:18595 lastrcv:18584 lastack:18584 pacing_rate 21387376bps delivery_rate 5058864bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54774 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54792 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54794 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54796 10.0.0.10:44322            timer(timewait,350ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54798 10.0.0.10:44322            timer(timewait,222ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54800 10.0.0.10:44322            timer(timewait,354ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54806 10.0.0.10:44322            timer(timewait,1.441ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54822 10.0.0.10:44322            timer(timewait,8.347ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54830 10.0.0.10:44322            timer(timewait,7.365ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54838 10.0.0.10:44322            timer(timewait,9.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54858 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54874 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54882 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54888 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54902 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54914 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54930 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54984 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54996 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54998 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55008 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55018 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
-+
-+pcp-ss output, at archive end
-+# Time: 2021-06-18 13:34:14.168998 Filter: state connected
-+Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
-+tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,299ms,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d226) ts sack cubic wscale:7,7 rtt:5.268/10.344 ato:40 mss:65483 cwnd:51 pmtu:65535 ssthresh:27 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:1379162
-+tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,19sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.326/1.581 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65491
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min13sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f4096,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.667/1.031 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:87463
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,15sec,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.194/0.696 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.826/0.515 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,29sec,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:248.861/32.644 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,2.767ms,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
-+tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,7.793ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
-+tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,3.571ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,586ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,2.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,7.474ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,9.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55104 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55122 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55126 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55132 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55136 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55142 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55154 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:ef49 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55156 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55164 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55174 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55176 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55178 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55186 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55190 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55194 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55204 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55210 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55216 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55218 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55222 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55224 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55226 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55228 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55230 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55238 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55240 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55244 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55250 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55254 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55268 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55274 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55276 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55278 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55280 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55284 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55292 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55298 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55300 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55302 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55310 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55312 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55320 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55326 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55330 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55338 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
-+tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
-+
-+check error handling when metrics not present. Note error is expected
-+Error: metrics for 'network.persocket' not found in archive archives/pcp-mpstat
-diff --git a/qa/archives/GNUmakefile b/qa/archives/GNUmakefile
-index d678e8277..4118d369c 100644
---- a/qa/archives/GNUmakefile
-+++ b/qa/archives/GNUmakefile
-@@ -54,7 +54,8 @@ DEFLATE = small.0.xz small.meta small.index \
- 	  20180416.10.00.1.xz 20180416.10.00.2.xz 20180416.10.00.3.xz \
- 	  20190628.04.03.0.xz 20190628.04.03.1.xz 20190628.04.03.meta.xz \
- 	  20190628.04.03.index 20201109.0.xz 20201109.index 20201109.meta.xz \
--	  20190628.06.31.0.xz 20190628.06.31.meta.xz 20190628.06.31.index
-+	  20190628.06.31.0.xz 20190628.06.31.meta.xz 20190628.06.31.index \
-+	  pcp-ss.0.xz pcp-ss.meta.xz pcp-ss.index
- 
- SCRIPTS = mk.diff mk.gap mk.mysql mk.schizo mk.foo+ \
- 	  mk.dynmetric mk.instant mk.dyninsts \
-diff --git a/qa/archives/pcp-ss.0.xz b/qa/archives/pcp-ss.0.xz
-new file mode 100644
-index 000000000..27de18b90
-Binary files /dev/null and b/qa/archives/pcp-ss.0.xz differ
-diff --git a/qa/archives/pcp-ss.index b/qa/archives/pcp-ss.index
-new file mode 100644
-index 000000000..99fc45f0b
-Binary files /dev/null and b/qa/archives/pcp-ss.index differ
-diff --git a/qa/archives/pcp-ss.meta.xz b/qa/archives/pcp-ss.meta.xz
-new file mode 100644
-index 000000000..86a6aee7c
-Binary files /dev/null and b/qa/archives/pcp-ss.meta.xz differ
-diff --git a/src/pcp/GNUmakefile b/src/pcp/GNUmakefile
-index 01b8a6f55..381b9c2df 100644
---- a/src/pcp/GNUmakefile
-+++ b/src/pcp/GNUmakefile
-@@ -33,7 +33,8 @@ SUBDIRS = \
- 	tapestat \
- 	uptime \
- 	verify \
--	vmstat
-+	vmstat \
-+	ss
- 
- default :: default_pcp
-
-diff --git a/src/pcp/ss/.gitignore b/src/pcp/ss/.gitignore
-new file mode 100644
-index 000000000..1a8611204
---- /dev/null
-+++ b/src/pcp/ss/.gitignore
-@@ -0,0 +1 @@
-+pcp-ss.1.gz
-diff --git a/src/pcp/ss/GNUmakefile b/src/pcp/ss/GNUmakefile
-new file mode 100644
-index 000000000..37b07339a
---- /dev/null
-+++ b/src/pcp/ss/GNUmakefile
-@@ -0,0 +1,40 @@
-+#
-+# Copyright (c) 2021 Red Hat, Inc.  All Rights Reserved.
-+# 
-+# This program is free software; you can redistribute it and/or modify it
-+# under the terms of the GNU General Public License as published by the
-+# Free Software Foundation; either version 2 of the License, or (at your
-+# option) any later version.
-+# 
-+# This program is distributed in the hope that it will be useful, but
-+# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-+# for more details.
-+#
-+
-+TOPDIR = ../../..
-+include $(TOPDIR)/src/include/builddefs
-+
-+TARGET = pcp-ss
-+SCRIPT = $(TARGET).py
-+MAN_PAGES = $(TARGET).1
-+
-+default: $(SCRIPT)
-+
-+include $(BUILDRULES)
-+
-+install: default
-+ifeq "$(HAVE_PYTHON)" "true"
-+	$(INSTALL) -m 755 $(SCRIPT) $(PCP_BINADM_DIR)/$(TARGET)
-+	@$(INSTALL_MAN)
-+endif
-+
-+default_pcp: default
-+
-+install_pcp: install
-+
-+check :: $(SCRIPT)
-+	$(PYLINT) $^
-+
-+check :: $(MAN_PAGES)
-+	$(MANLINT) $^
-diff --git a/src/pcp/ss/pcp-ss.1 b/src/pcp/ss/pcp-ss.1
-new file mode 100644
-index 000000000..5f982380a
---- /dev/null
-+++ b/src/pcp/ss/pcp-ss.1
-@@ -0,0 +1,287 @@
-+'\"macro stdmacro
-+.\"
-+.\" Copyright (c) 2021 Red Hat.
-+.\"
-+.\" This program is free software; you can redistribute it and/or modify it
-+.\" under the terms of the GNU General Public License as published by the
-+.\" Free Software Foundation; either version 2 of the License, or (at your
-+.\" option) any later version.
-+.\"
-+.\" This program is distributed in the hope that it will be useful, but
-+.\" WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-+.\" or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-+.\" for more details.
-+.\"
-+.\"
-+.TH PCP-SS 1 "PCP" "Performance Co-Pilot"
-+.SH NAME
-+\f3pcp-ss\f1 \- report socket statistics
-+.SH SYNOPSIS
-+\f3pcp\f1 [\f2pcp\ options\f1] \f3ss\f1 [\f2ss\ options\f1]
-+.SH DESCRIPTION
-+.B pcp-ss
-+reports socket statistics collected by the
-+.BR pmdasockets (1)
-+PMDA agent.
-+The command is intended to be closely compatible with many of the
-+.BR ss (8)
-+command line options and reporting formats, but also offer
-+the advantages of local or remote monitoring (in live mode) and
-+also historical replay from a previously recorded PCP archive.
-+.PP
-+Live mode uses the
-+.B pcp
-+\fB-h\fP \fIhost\fP option and requires the
-+.BR pmdasockets (1)
-+PMDA to be installed and enabled on the target \fIhost\fP (local or remote), see
-+.BR pmdasockets (1)
-+for details on how to enable the \fBsockets\fP PMDA on a particular host.
-+The default source is live metrics collected on
-+.BR localhost ,
-+if neither of the
-+.B \-h
-+or
-+.B \-a
-+options are given.
-+.PP
-+Historical/archive replay uses the
-+.B pcp
-+\fB-a\fP \fIarchive\fP option, where \fIarchive\fP is the
-+basename of a previously recorded PCP archive.
-+The archive replay feature is particularly useful because
-+socket statistics can be reported for a designated time using the
-+.B pcp
-+.B \-\-origin
-+option (which defaults to the start time of the archive).
-+.SH EXAMPLES
-+.TP 5
-+\fBpcp ss\fP
-+Display default basic socket information for the local host.
-+This includes \fBNetid\fP (\fBtcp\fP, \fBudp\fP, etc), \fBState\fP (\fBESTAB\fP,
-+\fBTIME_WAIT\fP, etc), \fBRecv-Q\fP and \fBSend-Q\fP queue lengths
-+and the local and peer address and port for each socket.
-+.TP 5
-+\fBpcp \-h \fIsomehost\fP ss \-noemitauO\fP
-+Display the same basic socket information as above for the host \fIsomehost\fP,
-+which may be the default \fBlocalhost\fP.
-+The additional command line arguments (\fB\-noemitauO\fP) display
-+one line per socket (\fB\-O\fP), numeric (\fB\-n\fP) service names (default),
-+timer information (\fB\-o\fP), extended socket details (\fB\-e\fP),
-+socket memory usage (\fB\-m\fP), internal TCP information (\fB\-i\fP),
-+both udp (\fB\-u\fP) and tcp sockets (\fB\-t\fP) and both listening and
-+non-listening sockets (\fB\-a\fP).
-+.TP 5
-+\fBpcp \-a \fIsomearchive\fP \fB-S'@Wed 16 Jun 2021 12:57:21'\fP ss \-noemitauO\fP
-+Display the same information as the above example, but for the archive
-+\fIsomearchive\fP starting at the given time \fBWed 16 Jun 2021 12:57:21\fP.
-+Note the literal \fB@\fP prefix is required for an absolute time, see
-+.BR PCPIntro (1)
-+for details.
-+The archive must of course contain data for the requested time. You can use
-+\fBpmdumplog \-l\fP \fIsomearchive\fP to examine the time bounds of \fIsomearchive\fP.
-+.TP 5
-+\fBpcp \-a \fIsomearchive\fP \fB\-O\-0\fP ss \-noemitauO\fP
-+As above, but with an offset of zero seconds (\fB\-O\-0\fP) before the current end of
-+\fIsomearchive\fP, i.e. the most recently logged data. Note that \fIsomearchive\fP
-+may be curently growing (i.e. being logged with
-+.BR pmlogger (1)).
-+.SH OPTIONS
-+Due to the large number of options supported by
-+.BR pcp-ss ,
-+the
-+.BR pcp (1)
-+command should always be used to invoke
-+.B pcp-ss
-+in order to specify options such as the metrics source (host or archive)
-+and also (in archive mode), the requested start time or offset, and timezone
-+using the following options:
-+.TP 5
-+\fB\-h\fP, \fB\-\-host\fP
-+The remote hostname to connect to in live mode
-+.TP 5
-+\fB\-a\fP, \fB\-\-archive\fP
-+The archive file to use for historical sampling
-+.TP 5
-+\fB\-O\fP, \fB\-\-origin\fP
-+The time offset to use within an archive (implies
-+.BR \-a )
-+.TP 5
-+\fB\-S\fP, \fB\-\-start\fP
-+The start time (e.g. in
-+.BR ctime (3)
-+format) to use when replaying an archive.
-+.TP 5
-+\fB\-Z\fP, \fB\-\-timezone\fP
-+Use a specific timezone.
-+Since
-+.B pcp-ss
-+doesn't report timestamps, this only affects the interpretation
-+of an absolute starting time (\fB\-S\fP) or offset (\fB\-O\fP).
-+.TP 5
-+\fB\-z\fP, \fB\-\-hostzone\fP
-+In archive mode, use the timezone of the archive rather than the
-+timezone on the local machine running
-+.BR pcp-ss .
-+The timezone, start and finish times of the archive may be examined using
-+.BR pmdumplog (1)
-+with the \fB\-L\fP option.
-+.PP
-+The above
-+.B pcp
-+options become indirectly available to the
-+.B pcp-ss
-+command via environment variables - refer to
-+.BR PCPIntro (1)
-+for a complete description of these options.
-+.PP
-+The additional command line options available for
-+.B pcp-ss
-+itself are:
-+.TP 5
-+\fB\-h\fP, \fB\-\-help\fP
-+show help message and exit
-+.TP 5
-+\fB\-V\fP, \fB\-\-version\fP
-+output version information
-+.TP 5
-+\fB\-n\fP, \fB\-\-numeric\fP
-+don't resolve service names
-+.TP 5
-+\fB\-r\fP, \fB\-\-resolve\fP
-+resolve host names
-+.TP 5
-+\fB\-a\fP, \fB\-\-all\fP
-+display all sockets
-+.TP 5
-+\fB\-l\fP, \fB\-\-listening\fP
-+display listening sockets
-+.TP 5
-+\fB\-o\fP, \fB\-\-options\fP
-+show timer information
-+.TP 5
-+\fB\-e\fP, \fB\-\-extended\fP
-+show detailed socket information
-+.TP 5
-+\fB\-m\fP, \fB\-\-memory\fP
-+show socket memory usage
-+.TP 5
-+\fB\-p\fP, \fB\-\-processes\fP
-+show process using socket
-+.TP 5
-+\fB\-i\fP, \fB\-\-info\fP
-+show internal TCP information
-+.TP 5
-+\fB\-s\fP, \fB\-\-summary\fP
-+show socket usage summary
-+.TP 5
-+\fB\-b\fP, \fB\-\-bpf\fP
-+show bpf filter socket information
-+.TP 5
-+\fB\-E\fP, \fB\-\-events\fP
-+continually display sockets as they are destroyed
-+.TP 5
-+\fB\-Z\fP, \fB\-\-context\fP
-+display process SELinux security contexts
-+.TP 5
-+\fB\-z\fP, \fB\-\-contexts\fP
-+display process and socket SELinux security contexts
-+.TP 5
-+\fB\-N\fP, \fB\-\-net\fP
-+switch to the specified network namespace name
-+.TP 5
-+\fB\-4\fP, \fB\-\-ipv4\fP
-+display only IP version 4 sockets
-+.TP 5
-+\fB\-6\fP, \fB\-\-ipv6\fP
-+display only IP version 6 sockets
-+.TP 5
-+\fB\-0\fP, \fB\-\-packet\fP
-+display PACKET sockets
-+.TP 5
-+\fB\-t\fP, \fB\-\-tcp\fP
-+display only TCP sockets
-+.TP 5
-+\fB\-M\fP, \fB\-\-mptcp\fP
-+display only MPTCP sockets
-+.TP 5
-+\fB\-S\fP, \fB\-\-sctp\fP
-+display only SCTP sockets
-+.TP 5
-+\fB\-u\fP, \fB\-\-udp\fP
-+display only UDP sockets
-+.TP 5
-+\fB\-d\fP, \fB\-\-dccp\fP
-+display only DCCP sockets
-+.TP 5
-+\fB\-w\fP, \fB\-\-raw\fP
-+display only RAW sockets
-+.TP 5
-+\fB\-x\fP, \fB\-\-unix\fP
-+display only Unix domain sockets
-+.TP 5
-+\fB\-H\fP, \fB\-\-noheader\fP
-+Suppress header line
-+.TP 5
-+\fB\-O\fP, \fB\-\-oneline\fP
-+socket's data printed on a single line
-+.SH REPORT
-+The columns in the
-+.B pcp-ss
-+report vary according to the command line options and have the
-+same interpretation as described in
-+.BR ss (8).
-+.PP
-+One difference with
-+.B pcp-ss
-+is that the first line in the report begins with '\fB# Timestamp\fP'
-+followed by the timestamp (in the requested timezone, see \fB\-z\fP and \fB\-Z\fP above)
-+of the sample data from the host or archive source.
-+Following the timestamp is the currently active filter string for the metrics source.
-+In archive mode, the active filter can be changed dynamically, even whilst the archive is
-+being recorded.
-+This is different to
-+.BR ss (8)
-+where the filter is optionally specified on the command line of the tool and is
-+always 'live', i.e.
-+.BR ss (8) does not support retrospective replay.
-+With
-+.BR pcp-ss ,
-+the filter is stored in the back-end PMDA, see
-+.BR pmdasockets (1),
-+in the metric
-+.BR network.persocket.filter.
-+The default filter is \fBstate connected\fP, which can be changed by
-+storing a new string value in the
-+.B network.persocket.filter
-+metric using
-+.BR pmstore (1),
-+e.g.
-+\fBpmstore network.persocket.filter "state established"\fP.
-+This will over-ride the persistent default filter, which is stored
-+in a PMDA configuration file and loaded each time the sockets PMDA is started.
-+See
-+.BR pmdasockets (1) for further details and see
-+.BR ss (8)
-+for details of the filter syntax and examples.
-+.SH DIAGNOSTICS
-+All are generated on standard error and are intended to be self-explanatory.
-+.SH PCP ENVIRONMENT
-+Environment variables with the prefix \fBPCP_\fP are used to parameterize
-+the file and directory names used by PCP.
-+On each installation, the
-+file \fI/etc/pcp.conf\fP contains the local values for these variables.
-+The \fB$PCP_CONF\fP variable may be used to specify an alternative
-+configuration file, as described in \fBpcp.conf\fP(5).
-+.PP
-+For environment variables affecting PCP tools, see \fBpmGetOptions\fP(3).
-+.SH SEE ALSO
-+.BR PCPIntro (1),
-+.BR pmdasockets (1),
-+.BR pcp (1),
-+.BR pmcd (1),
-+.BR pmchart (1),
-+.BR pmlogger (1),
-+.BR ss (8),
-+.BR pcp.conf (5)
-+and
-+.BR pcp.env (5).
-diff --git a/src/pcp/ss/pcp-ss.py b/src/pcp/ss/pcp-ss.py
-new file mode 100755
-index 000000000..8b29d2b21
---- /dev/null
-+++ b/src/pcp/ss/pcp-ss.py
-@@ -0,0 +1,370 @@
-+#!/usr/bin/env pmpython
-+#
-+# Copyright (C) 2021 Red Hat.
-+#
-+# This program is free software; you can redistribute it and/or modify it
-+# under the terms of the GNU General Public License as published by the
-+# Free Software Foundation; either version 2 of the License, or (at your
-+# option) any later version.
-+#
-+# This program is distributed in the hope that it will be useful, but
-+# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-+# for more details.
-+#
-+# pylint: disable=line-too-long,bad-continuation,broad-except,bare-except
-+# pylint: disable=missing-docstring,multiple-imports,unused-import
-+# pylint: disable=too-many-boolean-expressions
-+
-+""" Display socket statistics """
-+
-+import os, sys, argparse, errno
-+
-+# PCP Python PMAPI
-+from pcp import pmapi
-+from cpmapi import PM_CONTEXT_ARCHIVE, PM_CONTEXT_HOST, PM_CONTEXT_LOCAL
-+from cpmapi import PM_ERR_EOL, PM_MODE_FORW, PM_MODE_INTERP
-+
-+if sys.version >= '3':
-+    long = int
-+
-+# pmns prefix for pmdasockets(1) metrics
-+pmns = "network.persocket"
-+
-+def remove_prefix(text, prefix):
-+    """ remove prefix from text (for python < 3.9) """
-+    return text[text.startswith(prefix) and len(prefix):]
-+
-+class SS(object):
-+    """ PCP client implementation of the ss(1) tool, using pmdasockets(1) """
-+
-+    def __init__(self):
-+        """ Construct object - prepare for command line handling """
-+        self.args = self.options()
-+        self.source = "local:"
-+        self.speclocal = None
-+        self.metrics = []
-+        self.instD = {} # { instid: instname }
-+        self.metricsD = {} # { name: [fetchgroup, {instid: value}] }
-+        self.context = None
-+        self.pmfg = None
-+
-+    def options(self):
-+        """ define command line arguments """
-+        p = argparse.ArgumentParser()
-+        p.add_argument('-V', '--version', action='store_true', help='output version information')
-+        p.add_argument('-n', '--numeric', action='store_true', help='don\'t resolve service names (currently always set)')
-+        p.add_argument('-r', '--resolve', action='store_true', help='resolve host names (currently always set)')
-+        p.add_argument('-a', '--all', action='store_true', help='display all sockets')
-+        p.add_argument('-l', '--listening', action='store_true', help='display listening sockets')
-+        p.add_argument('-o', '--options', action='store_true', help='show timer information')
-+        p.add_argument('-e', '--extended', action='store_true', help='show detailed socket information')
-+        p.add_argument('-m', '--memory', action='store_true', help='show socket memory usage')
-+        p.add_argument('-p', '--processes', action='store_true', help='show process using socket (not yet implemented)')
-+        p.add_argument('-i', '--info', action='store_true', help='show internal TCP information')
-+        p.add_argument('-s', '--summary', action='store_true', help='show socket usage summary (not yet implemented)')
-+        p.add_argument('-b', '--bpf', action='store_true', help='show bpf filter socket information (not yet implemented)')
-+        p.add_argument('-E', '--events', action='store_true', help='continually display sockets as they are destroyed (not implemented)')
-+        p.add_argument('-Z', '--context', action='store_true', help='display process SELinux security contexts (not implemented)')
-+        p.add_argument('-z', '--contexts', action='store_true', help='display process and socket SELinux security contexts (not implemented)')
-+        p.add_argument('-N', '--net', action='store_true', help='switch to the specified network namespace name (not implemented)')
-+        p.add_argument('-4', '--ipv4', action='store_true', help='display only IP version 4 sockets')
-+        p.add_argument('-6', '--ipv6', action='store_true', help='display only IP version 6 sockets')
-+        p.add_argument('-0', '--packet', action='store_true', help='display PACKET sockets (not implemented)')
-+        p.add_argument('-t', '--tcp', action='store_true', help='display only TCP sockets')
-+        p.add_argument('-M', '--mptcp', action='store_true', help='display only MPTCP sockets (not implemented)')
-+        p.add_argument('-S', '--sctp', action='store_true', help='display only SCTP sockets (not implemented)')
-+        p.add_argument('-u', '--udp', action='store_true', help='display only UDP sockets')
-+        p.add_argument('-d', '--dccp', action='store_true', help='display only DCCP sockets (not implemented)')
-+        p.add_argument('-w', '--raw', action='store_true', help='display only RAW sockets (not implemented)')
-+        p.add_argument('-x', '--unix', action='store_true', help='display only Unix domain sockets (not implemented)')
-+        p.add_argument('-H', '--noheader', action='store_true', help='Suppress header line')
-+        p.add_argument('-O', '--oneline', action='store_true', help='print each socket\'s data on a single line')
-+        args = p.parse_args()
-+
-+        # special cases
-+        if not (args.tcp or args.udp or args.mptcp or args.sctp or args.packet or args.dccp or args.raw or args.unix):
-+            args.tcp = args.udp = args.mptcp = args.sctp = args.packet = args.dccp = args.raw = args.unix = True
-+
-+        if not (args.ipv4 or args.ipv6):
-+            args.ipv4 = args.ipv6 = True
-+
-+        if args.all:
-+            args.listening = True
-+
-+        if args.events or args.context or args.contexts or args.net or args.summary or args.processes:
-+            print("Warning: --events, --context --net, --summary and --processes options are not implemented")
-+
-+        return args
-+
-+    def connect(self):
-+        """ Establish a fetchgroup PMAPI context to archive, host or local,
-+            via environment passed in by pcp(1). The ss(1) command has many
-+            clashes with standard PCP arguments so this is the only supported
-+            invocation. Debug options (if any) are set for us by pcp(1).
-+            Return True or False if we fail to connect.
-+        """
-+        # source
-+        pcp_host = os.getenv("PCP_HOST")
-+        pcp_archive = os.getenv("PCP_ARCHIVE")
-+
-+        # time window
-+        pcp_origin = os.getenv("PCP_ORIGIN_TIME")
-+        pcp_start_time = os.getenv("PCP_START_TIME")
-+        pcp_align_time = os.getenv("PCP_ALIGN_TIME")
-+        pcp_timezone = os.getenv("PCP_TIMEZONE")
-+        pcp_hostzone = os.getenv("PCP_HOSTZONE")
-+        pcp_debug = os.getenv("PCP_DEBUG")
-+
-+        if pcp_archive is not None:
-+            self.context_type = PM_CONTEXT_ARCHIVE
-+            if pcp_origin is None and pcp_start_time is None:
-+                pcp_origin = "-0" # end of archive
-+            self.source = pcp_archive
-+        else:
-+            self.context_type = PM_CONTEXT_HOST
-+            if pcp_host is not None:
-+                self.source = pcp_host
-+            else:
-+                self.source = "localhost"
-+
-+        try:
-+            self.pmfg = pmapi.fetchgroup(self.context_type, self.source)
-+            self.context = self.pmfg.get_context()
-+            if pcp_archive:
-+                options = pmapi.pmOptions("a:A:O:S:D:zZ:")
-+                optargv = ["pcp-ss", pcp_archive]
-+                if pcp_debug:
-+                    optargv.append("-D%s" % pcp_debug)
-+                if pcp_align_time:
-+                    optargv.append("-A%s" % pcp_align_time)
-+                if pcp_timezone:
-+                    optargv.append("-Z%s" % pcp_timezone)
-+                if pcp_hostzone:
-+                    optargv.append("-z")
-+                if pcp_origin:
-+                    optargv.append("-O%s" % pcp_origin)
-+                    ctx = pmapi.pmContext.fromOptions(options, optargv)
-+                    origin = options.pmGetOptionOrigin()
-+                    self.context.pmSetMode(PM_MODE_INTERP, origin, 0)
-+                    del ctx
-+                elif pcp_start_time:
-+                    optargv.append("-S%s" % pcp_start_time)
-+                    ctx = pmapi.pmContext.fromOptions(options, optargv)
-+                    start = options.pmGetOptionStart()
-+                    self.context.pmSetMode(PM_MODE_INTERP, start, 0)
-+                    del ctx
-+
-+        except pmapi.pmErr as error:
-+            sys.stderr.write("%s: %s '%s'\n" % (error.progname(), error.message(), self.source))
-+            return False
-+
-+        # check network.persocket metrics are available
-+        try:
-+            self.context.pmLookupName((pmns + ".filter"))
-+        except Exception:
-+            if self.context_type == PM_CONTEXT_HOST:
-+                msg = "on host %s.\nIs the 'sockets' PMDA installed and enabled? See pmdasockets(1)." % self.source
-+            else:
-+                msg = "in archive %s" % self.source
-+            print("Error: metrics for '%s' not found %s" % (pmns, msg))
-+            return False
-+
-+        return True
-+
-+    def traverseCB(self, name):
-+        if not name.endswith(".filter"):
-+            self.metrics.append(name)
-+
-+    def fetch(self):
-+        """ fetch metrics and report as per given options """
-+
-+        # filter and timestamp
-+        self.filter = self.pmfg.extend_item(pmns + ".filter")
-+        self.timestamp = self.pmfg.extend_timestamp()
-+
-+        self.context.pmTraversePMNS(pmns, self.traverseCB)
-+        self.pmids = self.context.pmLookupName(self.metrics)
-+
-+        # Create metrics dict keyed by metric name (without pmns prefix).
-+        # Each metricsD item is a list of [fetchgroup, dict of inst vals]
-+        for pmnsname in self.metrics:
-+            name = remove_prefix(pmnsname, pmns + ".")
-+            try:
-+                self.metricsD[name] = [self.pmfg.extend_indom(pmnsname, maxnum=1000)]
-+            except Exception as e:
-+                print("Warning: Failed to add %s to fetch group: %s" % (name, e))
-+
-+        # fetch the lot
-+        try:
-+            self.pmfg.fetch()
-+        except Exception as e:
-+            print("Error: fetch failed: %s" % e)
-+            sys.exit(1)
-+
-+        # extract instances
-+        for name, metricL in self.metricsD.items():
-+            try:
-+                instvalsD = {}
-+                # walk the instances in the fetch group for this metric
-+                fg = metricL[0]
-+                for inst, iname, value in fg():
-+                    self.instD[inst] = iname
-+                    try:
-+                        instvalsD[inst] = value()
-+                    except Exception as e:
-+                        # print("Error: value() failed for metric %s, inst ID %d: %s" % (name, inst, e.message()))
-+                        pass
-+                self.metricsD[name].append(instvalsD) # [1] is dict of instid:value
-+            except Exception as e:
-+                print("Warning: failed to extract instances for metric %s, inst %d, iname %s, value %s: %s" %
-+                    (name, inst, iname, value(), e))
-+
-+    def strfield(self, fmt, metric, inst, default=""):
-+        """ return formatted field, if metric and inst are available else default string """
-+        try:
-+            s = self.metricsD[metric][1][inst]
-+            if s is not None:
-+                return fmt % s
-+        except:
-+            pass
-+        return fmt % default
-+
-+    def intfield(self, fmt, metric, inst, default=0):
-+        """ return formatted field, if metric and inst are available else default """
-+        try:
-+            s = self.metricsD[metric][1][inst]
-+            if s is not None:
-+                return fmt % s
-+        except:
-+            pass
-+        return fmt % default
-+
-+    def boolfield(self, field, metric, inst, default=""):
-+        """ return field if metric and inst are available and non-zero """
-+        try:
-+            s = self.metricsD[metric][1][inst]
-+            if s is not None and s != 0:
-+                return field
-+        except:
-+            pass
-+        return default
-+
-+    def filter_netid(self, inst):
-+        """ filter on netid and -t, -u and -x cmdline options """
-+        ret = False
-+        netid = self.metricsD["netid"][1][inst]
-+        if self.args.tcp and netid == "tcp":
-+            ret = True
-+        elif self.args.udp and netid == "udp":
-+            ret = True
-+        elif self.args.unix and netid == "unix":
-+            ret = True
-+        elif self.args.raw and netid == "raw":
-+            ret = True
-+        return ret
-+
-+    def filter_listening(self, inst):
-+        """ filter on tcp state """
-+        if self.args.all:
-+            return True
-+        netid = self.metricsD["netid"][1][inst]
-+        state = self.metricsD["state"][1][inst]
-+        if self.args.listening:
-+            if state != "LISTEN" and netid in ("tcp", "tcp6"):
-+                return False
-+        return True
-+
-+    def report(self):
-+        """ output report based on cmdline options """
-+        if not self.args.noheader: # -H flag
-+            print("# Time: %s Filter: %s" % (self.timestamp(), self.filter()))
-+            print("Netid  State  Recv-Q Send-Q %25s %-25s  Process" % ("Local Address:Port", "Peer Address:Port"))
-+        for inst in self.instD:
-+            if not self.filter_netid(inst) or not self.filter_listening(inst):
-+                continue
-+            out = ""
-+            out += self.strfield("%-6s", "netid", inst)
-+            out += self.strfield("%-9s", "state", inst, "-")
-+            out += self.strfield("%6u", "recvq", inst, 0)
-+            out += self.strfield("%6u", "sendq", inst, 0)
-+            out += self.strfield("%26s ", "src", inst)
-+            out += self.strfield("%-26s", "dst", inst)
-+
-+            if self.args.options: # -o --options flag
-+                m = self.metricsD["timer.str"][1][inst]
-+                if m is not None and len(m) > 0:
-+                    out += " timer(%s)" % m
-+
-+            if self.args.extended: # -e --extended flag
-+                out += self.strfield(" uid:%d", "uid", inst, 0)
-+                out += self.strfield(" inode:%lu", "inode", inst, 0)
-+                out += self.strfield(" sk:%x", "sk", inst, 0)
-+                out += self.strfield(" cgroup:%s", "cgroup", inst)
-+                if self.metricsD["v6only"][1][inst] != 0:
-+                    out += " v6only:%d" % self.metricsD["v6only"][1][inst]
-+                out += " <->"
-+
-+            if not self.args.oneline and (self.args.memory or self.args.info):
-+                out += "\n"
-+
-+            if self.args.memory: # -m --memory flag
-+                m = self.metricsD["skmem.str"][1][inst]
-+                if m is not None and len(m) > 0:
-+                    out += " skmem(%s)" % m
-+
-+            if self.args.info: # -i --info flag
-+                out += self.boolfield(" ts", "ts", inst)
-+                out += self.boolfield(" sack", "sack", inst)
-+                # TODO ecn, ecnseen, fastopen
-+                out += self.boolfield(" cubic", "cubic", inst)
-+                out += self.strfield(" wscale:%s", "wscale.str", inst)
-+                # TODO rto, backoff
-+                out += self.strfield(" rtt:%s", "round_trip.str", inst)
-+                out += self.strfield(" ato:%.0lf", "ato", inst, 0.0)
-+                out += self.strfield(" mss:%d", "mss", inst, 0)
-+                out += self.strfield(" cwnd:%d", "cwnd", inst, 0)
-+                out += self.strfield(" pmtu:%d", "pmtu", inst, 0)
-+                out += self.strfield(" ssthresh:%d", "ssthresh", inst, 0)
-+                out += self.strfield(" bytes_acked:%lu", "bytes_acked", inst, 0)
-+                out += self.strfield(" bytes_received:%lu", "bytes_received", inst, 0)
-+                out += self.strfield(" segs_out:%lu", "segs_out", inst, 0)
-+                out += self.strfield(" segs_in:%lu", "segs_in", inst, 0)
-+                out += self.strfield(" send %.0lfbps", "send", inst, 0)
-+                out += self.strfield(" lastsnd:%.0lf", "lastsnd", inst, 0.0)
-+                out += self.strfield(" lastrcv:%.0lf", "lastrcv", inst, 0.0)
-+                out += self.strfield(" lastack:%.0lf", "lastack", inst, 0.0)
-+                out += self.strfield(" pacing_rate %.0lfbps", "pacing_rate", inst, 0.0)
-+                out += self.strfield(" delivery_rate %.0lfbps", "delivery_rate", inst, 0.0)
-+                # TODO max_pacing_rate
-+                out += self.strfield(" rcv_space:%lu", "rcv_space", inst, 0)
-+                # TODO tcp-ulp-mptcp
-+                # TODO token:<rem_token(rem_id)/loc_token(loc_id)>
-+                # TODO seq:<sn>
-+                # TODO sfseq:<ssn>
-+                # TODO ssnoff
-+
-+            print(out)
-+
-+if __name__ == '__main__':
-+    try:
-+        ss = SS()
-+        if not ss.connect():
-+            # failed to connect or metrics not found - error already reported.
-+            sys.exit(1)
-+        ss.fetch()
-+        ss.report()
-+    except pmapi.pmErr as error:
-+        if error.args[0] == PM_ERR_EOL:
-+            sys.exit(0)
-+        sys.stderr.write('%s: %s\n' % (error.progname(), error.message()))
-+        sys.exit(1)
-+    except pmapi.pmUsageErr as usage:
-+        usage.message()
-+        sys.exit(1)
-+    except IOError as error:
-+        if error.errno != errno.EPIPE:
-+            sys.stderr.write("Error: %s\n" % str(error))
-+            sys.exit(1)
-+    except KeyboardInterrupt:
-+        sys.stdout.write("\n")
-
-commit af2c47e7755dc27db145f3568ead61458181ccdf
-Author: Marko Myllynen <myllynen@redhat.com>
-Date:   Thu Jun 24 13:06:29 2021 +0300
-
-    pcp-ss.1: fix syntax, sort SEE ALSO
-    
-    Also drop some unrelated references like pmchart(1).
-
-diff --git a/src/pcp/ss/pcp-ss.1 b/src/pcp/ss/pcp-ss.1
-index 5f982380a..de87d62c9 100644
---- a/src/pcp/ss/pcp-ss.1
-+++ b/src/pcp/ss/pcp-ss.1
-@@ -243,7 +243,8 @@ This is different to
- .BR ss (8)
- where the filter is optionally specified on the command line of the tool and is
- always 'live', i.e.
--.BR ss (8) does not support retrospective replay.
-+.BR ss (8)
-+does not support retrospective replay.
- With
- .BR pcp-ss ,
- the filter is stored in the back-end PMDA, see
-@@ -257,14 +258,13 @@ metric using
- .BR pmstore (1),
- e.g.
- \fBpmstore network.persocket.filter "state established"\fP.
--This will over-ride the persistent default filter, which is stored
-+This will override the persistent default filter, which is stored
- in a PMDA configuration file and loaded each time the sockets PMDA is started.
- See
--.BR pmdasockets (1) for further details and see
-+.BR pmdasockets (1)
-+for further details and see
- .BR ss (8)
- for details of the filter syntax and examples.
--.SH DIAGNOSTICS
--All are generated on standard error and are intended to be self-explanatory.
- .SH PCP ENVIRONMENT
- Environment variables with the prefix \fBPCP_\fP are used to parameterize
- the file and directory names used by PCP.
-@@ -276,12 +276,9 @@ configuration file, as described in \fBpcp.conf\fP(5).
- For environment variables affecting PCP tools, see \fBpmGetOptions\fP(3).
- .SH SEE ALSO
- .BR PCPIntro (1),
--.BR pmdasockets (1),
- .BR pcp (1),
--.BR pmcd (1),
--.BR pmchart (1),
-+.BR pmdasockets (1),
- .BR pmlogger (1),
--.BR ss (8),
- .BR pcp.conf (5)
- and
--.BR pcp.env (5).
-+.BR ss (8).
-
-commit 6e19b22d183b3a5118ab9f5e0d1b4e7bc8a73838
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Mon Jun 28 16:20:31 2021 +1000
-
-    pmdasockets: add persistent filter, new metrics, parser fixes and QA
-    
-    Add persistent filter (loaded on start only) as a config file
-    in PCP_SYSCONF_DIR/sockets/filter.conf This can be overridden
-    at runtime with a store to network.persocket.filter.
-    
-    Tweak the parser to handle the case where some filters (e.g.
-    "state established") cause the second column in the ss report
-    to be omitted. Also add some appl0 and app1 debug diags.
-    
-    qa/1634 updated to use the QA domain (FORQA=251) and a private
-    pmns, avoiding cached indom updates by pmlogger or other clients
-    whilst the test is running (was occuring when the sockets PMDA
-    is enabled, causing intermittent mysterious timing related
-    failures)
-    
-    Related: RHBZ#1879350 - pcp-ss
-
-diff --git a/qa/1634 b/qa/1634
-index 184d77ac6..742fac0b9 100755
---- a/qa/1634
-+++ b/qa/1634
-@@ -20,33 +20,21 @@ fi
- . ./common.filter
- . ./common.check
- 
--do_valgrind=false
--if [ "$1" = "--valgrind" ]
--then
--    _check_valgrind
--    do_valgrind=true
--fi
--
- [ $PCP_PLATFORM = linux ] || _notrun "pmdasockets is Linux-specific"
- [ -f $PCP_PMDAS_DIR/sockets/pmdasockets ] || _notrun "sockets pmda not installed"
- 
--pmns=$PCP_PMDAS_DIR/sockets/root
--pmda=$PCP_PMDAS_DIR/sockets/pmda_sockets.$DSO_SUFFIX,sockets_init
--_make_helptext sockets
- 
--# override the default contents of PMDA cache files
--# (do not want localhost versions to be used here).
--#
--domain=154
--[ -f $PCP_VAR_DIR/config/pmda/$domain.0 ] && \
--_save_config $PCP_VAR_DIR/config/pmda/$domain.0
--$sudo rm -f $PCP_VAR_DIR/config/pmda/$domain.0
-+# Override the pmda's filter.conf
-+[ -f $PCP_PMDAS_DIR/sockets/filter.conf ] && \
-+_save_config $PCP_PMDAS_DIR/sockets/filter.conf
-+echo "state connected" >$tmp.filter
-+$sudo cp $tmp.filter $PCP_PMDAS_DIR/sockets/filter.conf
- 
- _cleanup()
- {
-     cd $here
-     [ -f $PCP_VAR_DIR/config/pmda/$domain.0.$seq ] && \
--    _restore_config $PCP_VAR_DIR/config/pmda/$domain.0
-+    _restore_config $PCP_PMDAS_DIR/sockets/filter.conf
- 
-     $sudo rm -rf $tmp $tmp.*
- }
-@@ -57,17 +45,22 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
- 
- _filter()
- {
--    sed \
--	-e 's/<something>/<else>/' \
--    # end
-+    sed -e "s;$tmp;TMP;g"
- }
- 
- # real QA test starts here
--for f in sockets/ss_noemitauOH.txt sockets/ss_noemitauOH_ubuntu.txt; do
-+[ ! -d "$tmp" ] && mkdir -p $tmp
-+qadomain=251 # FORQA
-+sed -e "/^root/i#undef SOCKETS\n#define SOCKETS $qadomain" <$PCP_PMDAS_DIR/sockets/root >$tmp/root
-+cp $PCP_PMDAS_DIR/sockets/pmns $tmp/pmns
-+pmns=$tmp/root
-+pmda=$PCP_PMDAS_DIR/sockets/pmda_sockets.$DSO_SUFFIX,sockets_init
-+
-+for f in `ls -1 sockets/*.txt | LC_COLLATE=POSIX sort`; do
-     echo === testing $f ===
-+    $sudo rm -f $PCP_VAR_DIR/config/pmda/$qadomain.0 # reset indom
-     export PCPQA_PMDA_SOCKETS="$f"
--    $sudo rm -f $PCP_VAR_DIR/config/pmda/$domain.0
--    _run_valgrind pminfo -L -K clear -K add,154,$pmda -dfmt -n $pmns network.persocket
-+    _run_valgrind pminfo -L -K clear -K add,$qadomain,$pmda -dfm -n $pmns network.persocket | _filter
- done
- 
- # success, all done
-diff --git a/qa/1634.out b/qa/1634.out
-index e85a105ee..ebbdecf3c 100644
---- a/qa/1634.out
-+++ b/qa/1634.out
-@@ -2,13 +2,13 @@ QA output created by 1634
- === testing sockets/ss_noemitauOH.txt ===
- === std out ===
- 
--network.persocket.filter PMID: 154.0.0 [filter for sockets of interest]
-+network.persocket.filter PMID: 251.0.0
-     Data Type: string  InDom: PM_INDOM_NULL 0xffffffff
-     Semantics: discrete  Units: none
-     value "state connected"
- 
--network.persocket.netid PMID: 154.1.0 [socket protocol identifier]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.netid PMID: 251.1.0
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value "udp"
-     inst [1 or "udp/192.168.1.169:58624"] value "udp"
-@@ -102,8 +102,8 @@ network.persocket.netid PMID: 154.1.0 [socket protocol identifier]
-     inst [89 or "tcp6/[::]:44323"] value "tcp"
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "tcp"
- 
--network.persocket.state PMID: 154.1.1 [socket state as a string, commonly UNCONN, ESTAB, TIME-WAIT]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.state PMID: 251.1.1
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value "ESTAB"
-     inst [1 or "udp/192.168.1.169:58624"] value "UNCONN"
-@@ -197,8 +197,8 @@ network.persocket.state PMID: 154.1.1 [socket state as a string, commonly UNCONN
-     inst [89 or "tcp6/[::]:44323"] value "LISTEN"
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "ESTAB"
- 
--network.persocket.recvq PMID: 154.1.2 [length of the receive queue]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.recvq PMID: 251.1.2
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -292,8 +292,8 @@ network.persocket.recvq PMID: 154.1.2 [length of the receive queue]
-     inst [89 or "tcp6/[::]:44323"] value 128
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.sendq PMID: 154.1.3 [length of the send queue]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.sendq PMID: 251.1.3
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -387,8 +387,8 @@ network.persocket.sendq PMID: 154.1.3 [length of the send queue]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.src PMID: 154.1.4 [local (source) IP address (IPv4 or IPv6) and port]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.src PMID: 251.1.4
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value "10.0.0.10:49693"
-     inst [1 or "udp/192.168.1.169:58624"] value "192.168.1.169:58624"
-@@ -482,8 +482,8 @@ network.persocket.src PMID: 154.1.4 [local (source) IP address (IPv4 or IPv6) an
-     inst [89 or "tcp6/[::]:44323"] value "[::]:44323"
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "[::ffff:127.0.0.1]:3000"
- 
--network.persocket.dst PMID: 154.1.5 [destination IP address (IPv4 or IPv6) and port]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.dst PMID: 251.1.5
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value "74.125.68.189:443"
-     inst [1 or "udp/192.168.1.169:58624"] value "0.0.0.0:*"
-@@ -577,8 +577,8 @@ network.persocket.dst PMID: 154.1.5 [destination IP address (IPv4 or IPv6) and p
-     inst [89 or "tcp6/[::]:44323"] value "[::]:*"
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "[::ffff:127.0.0.1]:38136"
- 
--network.persocket.inode PMID: 154.1.6 [the socket's inode number in VFS]
--    Data Type: 64-bit int  InDom: 154.0 0x26800000
-+network.persocket.inode PMID: 251.1.6
-+    Data Type: 64-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 28605309
-     inst [1 or "udp/192.168.1.169:58624"] value 19693830
-@@ -672,8 +672,8 @@ network.persocket.inode PMID: 154.1.6 [the socket's inode number in VFS]
-     inst [89 or "tcp6/[::]:44323"] value 28529158
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 28540274
- 
--network.persocket.uid PMID: 154.1.8 [the user id the socket belongs to]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.uid PMID: 251.1.8
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 1024
-     inst [1 or "udp/192.168.1.169:58624"] value 1024
-@@ -767,8 +767,8 @@ network.persocket.uid PMID: 154.1.8 [the user id the socket belongs to]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 378
- 
--network.persocket.sk PMID: 154.1.9 [uuid cookie of the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.sk PMID: 251.1.9
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 976
-     inst [1 or "udp/192.168.1.169:58624"] value 3154
-@@ -862,8 +862,8 @@ network.persocket.sk PMID: 154.1.9 [uuid cookie of the socket]
-     inst [89 or "tcp6/[::]:44323"] value 973
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 9745
- 
--network.persocket.cgroup PMID: 154.1.10 [cgroup v2 pathname]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.cgroup PMID: 251.1.10
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value "/user.slice/user-1024.slice/session-2.scope"
-     inst [1 or "udp/192.168.1.169:58624"] value "/user.slice/user-1024.slice/session-2.scope"
-@@ -957,8 +957,8 @@ network.persocket.cgroup PMID: 154.1.10 [cgroup v2 pathname]
-     inst [89 or "tcp6/[::]:44323"] value "/system.slice/pmproxy.service"
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "/system.slice/grafana-server.service"
- 
--network.persocket.v6only PMID: 154.1.11 [boolean value set to one if the socket is IPv6, 0 otherwise]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.v6only PMID: 251.1.11
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1052,8 +1052,8 @@ network.persocket.v6only PMID: 154.1.11 [boolean value set to one if the socket
-     inst [89 or "tcp6/[::]:44323"] value 1
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.ts PMID: 154.1.13 [boolean value set to one if the timestamp option is set]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.ts PMID: 251.1.13
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1147,8 +1147,8 @@ network.persocket.ts PMID: 154.1.13 [boolean value set to one if the timestamp o
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 1
- 
--network.persocket.sack PMID: 154.1.14 [boolean value set to one if the sack option is set]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.sack PMID: 251.1.14
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1242,8 +1242,8 @@ network.persocket.sack PMID: 154.1.14 [boolean value set to one if the sack opti
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 1
- 
--network.persocket.cubic PMID: 154.1.15 [boolean value set to one if cubic congestion control is enabled]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.cubic PMID: 251.1.15
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1337,8 +1337,8 @@ network.persocket.cubic PMID: 154.1.15 [boolean value set to one if cubic conges
-     inst [89 or "tcp6/[::]:44323"] value 1
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 1
- 
--network.persocket.ato PMID: 154.1.16 [ack timeout when using delayed ack mode]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.ato PMID: 251.1.16
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: millisec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1432,8 +1432,8 @@ network.persocket.ato PMID: 154.1.16 [ack timeout when using delayed ack mode]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 40
- 
--network.persocket.mss PMID: 154.1.17 [maximum segment size]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.mss PMID: 251.1.17
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1527,8 +1527,8 @@ network.persocket.mss PMID: 154.1.17 [maximum segment size]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 32768
- 
--network.persocket.pmtu PMID: 154.1.18 [path maximum transmission unit]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.pmtu PMID: 251.1.18
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1622,8 +1622,8 @@ network.persocket.pmtu PMID: 154.1.18 [path maximum transmission unit]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 65535
- 
--network.persocket.rcvmss PMID: 154.1.19 [receive maximum transmission units]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.rcvmss PMID: 251.1.19
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1717,8 +1717,8 @@ network.persocket.rcvmss PMID: 154.1.19 [receive maximum transmission units]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 536
- 
--network.persocket.advmss PMID: 154.1.20 [advertised maximum segment size]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.advmss PMID: 251.1.20
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1812,8 +1812,8 @@ network.persocket.advmss PMID: 154.1.20 [advertised maximum segment size]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 65483
- 
--network.persocket.cwnd PMID: 154.1.21 [congestion window size]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.cwnd PMID: 251.1.21
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -1907,8 +1907,8 @@ network.persocket.cwnd PMID: 154.1.21 [congestion window size]
-     inst [89 or "tcp6/[::]:44323"] value 10
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 10
- 
--network.persocket.ssthresh PMID: 154.1.22 [tcp congestion window slow start threshold]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.ssthresh PMID: 251.1.22
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2002,8 +2002,8 @@ network.persocket.ssthresh PMID: 154.1.22 [tcp congestion window slow start thre
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.bytes_sent PMID: 154.1.23 [count of bytes sent using the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.bytes_sent PMID: 251.1.23
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2097,8 +2097,8 @@ network.persocket.bytes_sent PMID: 154.1.23 [count of bytes sent using the socke
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 1955159
- 
--network.persocket.bytes_retrans PMID: 154.1.24 [count of bytes retransmitted using the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.bytes_retrans PMID: 251.1.24
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2192,8 +2192,8 @@ network.persocket.bytes_retrans PMID: 154.1.24 [count of bytes retransmitted usi
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.bytes_acked PMID: 154.1.25 [count of bytes acked using the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.bytes_acked PMID: 251.1.25
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2287,8 +2287,8 @@ network.persocket.bytes_acked PMID: 154.1.25 [count of bytes acked using the soc
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 1955159
- 
--network.persocket.bytes_received PMID: 154.1.36 [count of bytes received using the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.bytes_received PMID: 251.1.36
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2382,8 +2382,8 @@ network.persocket.bytes_received PMID: 154.1.36 [count of bytes received using t
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 69464
- 
--network.persocket.segs_out PMID: 154.1.37 [count of segments sent out using the socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.segs_out PMID: 251.1.37
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2477,8 +2477,8 @@ network.persocket.segs_out PMID: 154.1.37 [count of segments sent out using the
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 918
- 
--network.persocket.segs_in PMID: 154.1.38 [count of segments received using the socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.segs_in PMID: 251.1.38
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2572,8 +2572,8 @@ network.persocket.segs_in PMID: 154.1.38 [count of segments received using the s
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 1373
- 
--network.persocket.data_segs_out PMID: 154.1.39 [count of data segments sent out using the socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.data_segs_out PMID: 251.1.39
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2667,8 +2667,8 @@ network.persocket.data_segs_out PMID: 154.1.39 [count of data segments sent out
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 914
- 
--network.persocket.data_segs_in PMID: 154.1.40 [count of data segments received using the socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.data_segs_in PMID: 251.1.40
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2762,8 +2762,8 @@ network.persocket.data_segs_in PMID: 154.1.40 [count of data segments received u
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 457
- 
--network.persocket.send PMID: 154.1.41 [egress bps]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.send PMID: 251.1.41
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2857,8 +2857,8 @@ network.persocket.send PMID: 154.1.41 [egress bps]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 58254222222
- 
--network.persocket.lastsnd PMID: 154.1.42 [how long time since the last packet sent in milliseconds]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.lastsnd PMID: 251.1.42
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -2952,8 +2952,8 @@ network.persocket.lastsnd PMID: 154.1.42 [how long time since the last packet se
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 3495
- 
--network.persocket.lastrcv PMID: 154.1.43 [how long time since the last packet received in milliseconds]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.lastrcv PMID: 251.1.43
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3047,8 +3047,8 @@ network.persocket.lastrcv PMID: 154.1.43 [how long time since the last packet re
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 3499
- 
--network.persocket.lastack PMID: 154.1.44 [how long time since the last ack received in milliseconds]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.lastack PMID: 251.1.44
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3142,8 +3142,8 @@ network.persocket.lastack PMID: 154.1.44 [how long time since the last ack recei
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 3495
- 
--network.persocket.pacing_rate PMID: 154.1.45 [the current pacing rate of the socket]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.pacing_rate PMID: 251.1.45
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte / sec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3237,8 +3237,8 @@ network.persocket.pacing_rate PMID: 154.1.45 [the current pacing rate of the soc
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 116185706368
- 
--network.persocket.delivery_rate PMID: 154.1.46 [delivery bandwidth estimate excluding idle periods]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.delivery_rate PMID: 251.1.46
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte / sec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3332,8 +3332,8 @@ network.persocket.delivery_rate PMID: 154.1.46 [delivery bandwidth estimate excl
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 65536000000
- 
--network.persocket.delivered PMID: 154.1.47 []
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.delivered PMID: 251.1.47
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3427,8 +3427,8 @@ network.persocket.delivered PMID: 154.1.47 []
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 915
- 
--network.persocket.app_limited PMID: 154.1.48 [TCP flows are limited with application-limiting]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.app_limited PMID: 251.1.48
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3522,8 +3522,8 @@ network.persocket.app_limited PMID: 154.1.48 [TCP flows are limited with applica
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 1
- 
--network.persocket.reord_seen PMID: 154.1.49 []
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.reord_seen PMID: 251.1.49
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3617,8 +3617,8 @@ network.persocket.reord_seen PMID: 154.1.49 []
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 34
- 
--network.persocket.busy PMID: 154.1.50 [TCP connection is busy??]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.busy PMID: 251.1.50
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3712,8 +3712,8 @@ network.persocket.busy PMID: 154.1.50 [TCP connection is busy??]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 34
- 
--network.persocket.dsack_dups PMID: 154.1.51 [duplicate selective acknowledgements]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.dsack_dups PMID: 251.1.51
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3807,8 +3807,8 @@ network.persocket.dsack_dups PMID: 154.1.51 [duplicate selective acknowledgement
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.rcv_rtt PMID: 154.1.52 [receive round trip time]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.rcv_rtt PMID: 251.1.52
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3902,8 +3902,8 @@ network.persocket.rcv_rtt PMID: 154.1.52 [receive round trip time]
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 6115.7
- 
--network.persocket.rcv_space PMID: 154.1.53 [TCP internal auto tuning socket receive buffer size]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.rcv_space PMID: 251.1.53
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -3997,8 +3997,8 @@ network.persocket.rcv_space PMID: 154.1.53 [TCP internal auto tuning socket rece
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 65664
- 
--network.persocket.rcv_ssthresh PMID: 154.1.54 [TCP congestion window slow start threshold]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.rcv_ssthresh PMID: 251.1.54
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: count
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -4092,8 +4092,8 @@ network.persocket.rcv_ssthresh PMID: 154.1.54 [TCP congestion window slow start
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 92283
- 
--network.persocket.minrtt PMID: 154.1.55 [minimum round trip time achieved in the socket]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.minrtt PMID: 251.1.55
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: millisec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -4187,8 +4187,8 @@ network.persocket.minrtt PMID: 154.1.55 [minimum round trip time achieved in the
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0.004
- 
--network.persocket.notsent PMID: 154.1.56 [unsent data bytes that are still buffered]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.notsent PMID: 251.1.56
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -4282,8 +4282,8 @@ network.persocket.notsent PMID: 154.1.56 [unsent data bytes that are still buffe
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.timer.str PMID: 154.1.70 [the 'timer:' string, as reported by ss]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.timer.str PMID: 251.1.70
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value ""
-     inst [1 or "udp/192.168.1.169:58624"] value ""
-@@ -4377,8 +4377,8 @@ network.persocket.timer.str PMID: 154.1.70 [the 'timer:' string, as reported by
-     inst [89 or "tcp6/[::]:44323"] value ""
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "keepalive,1.504ms,0"
- 
--network.persocket.timer.name PMID: 154.1.71 [name of the socket timer.]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.timer.name PMID: 251.1.71
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value ""
-     inst [1 or "udp/192.168.1.169:58624"] value ""
-@@ -4472,8 +4472,8 @@ network.persocket.timer.name PMID: 154.1.71 [name of the socket timer.]
-     inst [89 or "tcp6/[::]:44323"] value ""
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "keepalive"
- 
--network.persocket.timer.expire_str PMID: 154.1.72 [how long until the timer will expire]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.timer.expire_str PMID: 251.1.72
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value ""
-     inst [1 or "udp/192.168.1.169:58624"] value ""
-@@ -4567,8 +4567,8 @@ network.persocket.timer.expire_str PMID: 154.1.72 [how long until the timer will
-     inst [89 or "tcp6/[::]:44323"] value ""
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "1.504ms"
- 
--network.persocket.timer.retrans PMID: 154.1.73 [how many times the retransmission occured in timer]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.timer.retrans PMID: 251.1.73
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -4662,8 +4662,8 @@ network.persocket.timer.retrans PMID: 154.1.73 [how many times the retransmissio
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.skmem.str PMID: 154.1.80 [socket memory details, as a string]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.skmem.str PMID: 251.1.80
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value "r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0"
-     inst [1 or "udp/192.168.1.169:58624"] value "r0,rb212992,t0,tb212992,f4096,w0,o0,bl0,d0"
-@@ -4757,8 +4757,8 @@ network.persocket.skmem.str PMID: 154.1.80 [socket memory details, as a string]
-     inst [89 or "tcp6/[::]:44323"] value "r0,rb131072,t0,tb16384,f0,w0,o0,bl0,d0"
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0"
- 
--network.persocket.skmem.rmem_alloc PMID: 154.1.81 [memory allocated for receiving packet]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.rmem_alloc PMID: 251.1.81
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -4852,8 +4852,8 @@ network.persocket.skmem.rmem_alloc PMID: 154.1.81 [memory allocated for receivin
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.skmem.wmem_alloc PMID: 154.1.82 [memory used for sending packet (which has been sent]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.wmem_alloc PMID: 251.1.82
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -4947,8 +4947,8 @@ network.persocket.skmem.wmem_alloc PMID: 154.1.82 [memory used for sending packe
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.skmem.rcv_buf PMID: 154.1.83 [total memory that can be allocated to recv packets]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.rcv_buf PMID: 251.1.83
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 425984
-     inst [1 or "udp/192.168.1.169:58624"] value 212992
-@@ -5042,8 +5042,8 @@ network.persocket.skmem.rcv_buf PMID: 154.1.83 [total memory that can be allocat
-     inst [89 or "tcp6/[::]:44323"] value 131072
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 2358342
- 
--network.persocket.skmem.snd_buf PMID: 154.1.84 [total memory that can be allocated to send packets]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.snd_buf PMID: 251.1.84
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 58080
-     inst [1 or "udp/192.168.1.169:58624"] value 212992
-@@ -5137,8 +5137,8 @@ network.persocket.skmem.snd_buf PMID: 154.1.84 [total memory that can be allocat
-     inst [89 or "tcp6/[::]:44323"] value 16384
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 2626560
- 
--network.persocket.skmem.fwd_alloc PMID: 154.1.95 [cache memory allocated but not yet used for snd/rcv]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.fwd_alloc PMID: 251.1.95
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 4096
-     inst [1 or "udp/192.168.1.169:58624"] value 4096
-@@ -5232,8 +5232,8 @@ network.persocket.skmem.fwd_alloc PMID: 154.1.95 [cache memory allocated but not
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.skmem.wmem_queued PMID: 154.1.86 [memory allocated for sending packet]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.wmem_queued PMID: 251.1.86
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -5327,8 +5327,8 @@ network.persocket.skmem.wmem_queued PMID: 154.1.86 [memory allocated for sending
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.skmem.ropt_mem PMID: 154.1.87 [memory used for storing socket options]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.ropt_mem PMID: 251.1.87
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -5422,8 +5422,8 @@ network.persocket.skmem.ropt_mem PMID: 154.1.87 [memory used for storing socket
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.skmem.back_log PMID: 154.1.88 [memory used for the sk backlog queue]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.back_log PMID: 251.1.88
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -5517,8 +5517,8 @@ network.persocket.skmem.back_log PMID: 154.1.88 [memory used for the sk backlog
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.skmem.sock_drop PMID: 154.1.89 [dropped packets before demultiplexed into socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.sock_drop PMID: 251.1.89
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -5612,8 +5612,8 @@ network.persocket.skmem.sock_drop PMID: 154.1.89 [dropped packets before demulti
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0
- 
--network.persocket.wscale.str PMID: 154.1.60 [send and rcv scale factor as a string]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.wscale.str PMID: 251.1.60
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value ""
-     inst [1 or "udp/192.168.1.169:58624"] value ""
-@@ -5707,8 +5707,8 @@ network.persocket.wscale.str PMID: 154.1.60 [send and rcv scale factor as a stri
-     inst [89 or "tcp6/[::]:44323"] value ""
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "7,7"
- 
--network.persocket.wscale.snd PMID: 154.1.61 [send scale factor when window scale is used]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.wscale.snd PMID: 251.1.61
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -5802,8 +5802,8 @@ network.persocket.wscale.snd PMID: 154.1.61 [send scale factor when window scale
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 7
- 
--network.persocket.wscale.rcv PMID: 154.1.62 [receive scale factor when window scale is used]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.wscale.rcv PMID: 251.1.62
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -5897,8 +5897,8 @@ network.persocket.wscale.rcv PMID: 154.1.62 [receive scale factor when window sc
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 7
- 
--network.persocket.round_trip.str PMID: 154.1.90 [average round trip time and variance, as a string]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.round_trip.str PMID: 251.1.90
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/10.0.0.10:49693"] value ""
-     inst [1 or "udp/192.168.1.169:58624"] value ""
-@@ -5992,8 +5992,8 @@ network.persocket.round_trip.str PMID: 154.1.90 [average round trip time and var
-     inst [89 or "tcp6/[::]:44323"] value ""
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value "0.045/0.025"
- 
--network.persocket.round_trip.rtt PMID: 154.1.91 [average round trip time in milliseconds]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.round_trip.rtt PMID: 251.1.91
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -6087,8 +6087,8 @@ network.persocket.round_trip.rtt PMID: 154.1.91 [average round trip time in mill
-     inst [89 or "tcp6/[::]:44323"] value 0
-     inst [90 or "tcp/[::ffff:127.0.0.1]:3000"] value 0.045
- 
--network.persocket.round_trip.rttvar PMID: 154.1.92 [round trip time mean deviation.]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.round_trip.rttvar PMID: 251.1.92
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/10.0.0.10:49693"] value 0
-     inst [1 or "udp/192.168.1.169:58624"] value 0
-@@ -6184,7 +6184,7 @@ network.persocket.round_trip.rttvar PMID: 154.1.92 [round trip time mean deviati
- === std err ===
- === filtered valgrind report ===
- Memcheck, a memory error detector
--Command: pminfo -L -K clear -K add,154,/var/lib/pcp/pmdas/sockets/pmda_sockets.so,sockets_init -dfmt -n /var/lib/pcp/pmdas/sockets/root network.persocket
-+Command: pminfo -L -K clear -K add,251,/var/lib/pcp/pmdas/sockets/pmda_sockets.so,sockets_init -dfm -n TMP/root network.persocket
- LEAK SUMMARY:
- definitely lost: 0 bytes in 0 blocks
- indirectly lost: 0 bytes in 0 blocks
-@@ -6192,13 +6192,13 @@ ERROR SUMMARY: 0 errors from 0 contexts ...
- === testing sockets/ss_noemitauOH_ubuntu.txt ===
- === std out ===
- 
--network.persocket.filter PMID: 154.0.0 [filter for sockets of interest]
-+network.persocket.filter PMID: 251.0.0
-     Data Type: string  InDom: PM_INDOM_NULL 0xffffffff
-     Semantics: discrete  Units: none
-     value "state connected"
- 
--network.persocket.netid PMID: 154.1.0 [socket protocol identifier]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.netid PMID: 251.1.0
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value "udp"
-     inst [1 or "udp/0.0.0.0:38162"] value "udp"
-@@ -6229,8 +6229,8 @@ network.persocket.netid PMID: 154.1.0 [socket protocol identifier]
-     inst [26 or "tcp/*:80"] value "tcp"
-     inst [27 or "tcp6/[::1]:53"] value "tcp"
- 
--network.persocket.state PMID: 154.1.1 [socket state as a string, commonly UNCONN, ESTAB, TIME-WAIT]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.state PMID: 251.1.1
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value "UNCONN"
-     inst [1 or "udp/0.0.0.0:38162"] value "UNCONN"
-@@ -6261,8 +6261,8 @@ network.persocket.state PMID: 154.1.1 [socket state as a string, commonly UNCONN
-     inst [26 or "tcp/*:80"] value "LISTEN"
-     inst [27 or "tcp6/[::1]:53"] value "LISTEN"
- 
--network.persocket.recvq PMID: 154.1.2 [length of the receive queue]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.recvq PMID: 251.1.2
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6293,8 +6293,8 @@ network.persocket.recvq PMID: 154.1.2 [length of the receive queue]
-     inst [26 or "tcp/*:80"] value 511
-     inst [27 or "tcp6/[::1]:53"] value 256
- 
--network.persocket.sendq PMID: 154.1.3 [length of the send queue]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.sendq PMID: 251.1.3
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6325,8 +6325,8 @@ network.persocket.sendq PMID: 154.1.3 [length of the send queue]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.src PMID: 154.1.4 [local (source) IP address (IPv4 or IPv6) and port]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.src PMID: 251.1.4
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value "0.0.0.0:5353"
-     inst [1 or "udp/0.0.0.0:38162"] value "0.0.0.0:38162"
-@@ -6357,8 +6357,8 @@ network.persocket.src PMID: 154.1.4 [local (source) IP address (IPv4 or IPv6) an
-     inst [26 or "tcp/*:80"] value "*:80"
-     inst [27 or "tcp6/[::1]:53"] value "[::1]:53"
- 
--network.persocket.dst PMID: 154.1.5 [destination IP address (IPv4 or IPv6) and port]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.dst PMID: 251.1.5
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value "0.0.0.0:*"
-     inst [1 or "udp/0.0.0.0:38162"] value "0.0.0.0:*"
-@@ -6389,8 +6389,8 @@ network.persocket.dst PMID: 154.1.5 [destination IP address (IPv4 or IPv6) and p
-     inst [26 or "tcp/*:80"] value "*:*"
-     inst [27 or "tcp6/[::1]:53"] value "[::]:*"
- 
--network.persocket.inode PMID: 154.1.6 [the socket's inode number in VFS]
--    Data Type: 64-bit int  InDom: 154.0 0x26800000
-+network.persocket.inode PMID: 251.1.6
-+    Data Type: 64-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 177686
-     inst [1 or "udp/0.0.0.0:38162"] value 177688
-@@ -6421,8 +6421,8 @@ network.persocket.inode PMID: 154.1.6 [the socket's inode number in VFS]
-     inst [26 or "tcp/*:80"] value 179878
-     inst [27 or "tcp6/[::1]:53"] value 179210
- 
--network.persocket.uid PMID: 154.1.8 [the user id the socket belongs to]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.uid PMID: 251.1.8
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 117
-     inst [1 or "udp/0.0.0.0:38162"] value 117
-@@ -6453,8 +6453,8 @@ network.persocket.uid PMID: 154.1.8 [the user id the socket belongs to]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.sk PMID: 154.1.9 [uuid cookie of the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.sk PMID: 251.1.9
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 9
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6485,8 +6485,8 @@ network.persocket.sk PMID: 154.1.9 [uuid cookie of the socket]
-     inst [26 or "tcp/*:80"] value 20
-     inst [27 or "tcp6/[::1]:53"] value 21
- 
--network.persocket.cgroup PMID: 154.1.10 [cgroup v2 pathname]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.cgroup PMID: 251.1.10
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value ""
-     inst [1 or "udp/0.0.0.0:38162"] value ""
-@@ -6517,8 +6517,8 @@ network.persocket.cgroup PMID: 154.1.10 [cgroup v2 pathname]
-     inst [26 or "tcp/*:80"] value ""
-     inst [27 or "tcp6/[::1]:53"] value ""
- 
--network.persocket.v6only PMID: 154.1.11 [boolean value set to one if the socket is IPv6, 0 otherwise]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.v6only PMID: 251.1.11
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6549,8 +6549,8 @@ network.persocket.v6only PMID: 154.1.11 [boolean value set to one if the socket
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 1
- 
--network.persocket.ts PMID: 154.1.13 [boolean value set to one if the timestamp option is set]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.ts PMID: 251.1.13
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6581,8 +6581,8 @@ network.persocket.ts PMID: 154.1.13 [boolean value set to one if the timestamp o
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.sack PMID: 154.1.14 [boolean value set to one if the sack option is set]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.sack PMID: 251.1.14
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6613,8 +6613,8 @@ network.persocket.sack PMID: 154.1.14 [boolean value set to one if the sack opti
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.cubic PMID: 154.1.15 [boolean value set to one if cubic congestion control is enabled]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.cubic PMID: 251.1.15
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6645,8 +6645,8 @@ network.persocket.cubic PMID: 154.1.15 [boolean value set to one if cubic conges
-     inst [26 or "tcp/*:80"] value 1
-     inst [27 or "tcp6/[::1]:53"] value 1
- 
--network.persocket.ato PMID: 154.1.16 [ack timeout when using delayed ack mode]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.ato PMID: 251.1.16
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: millisec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6677,8 +6677,8 @@ network.persocket.ato PMID: 154.1.16 [ack timeout when using delayed ack mode]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.mss PMID: 154.1.17 [maximum segment size]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.mss PMID: 251.1.17
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6709,8 +6709,8 @@ network.persocket.mss PMID: 154.1.17 [maximum segment size]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.pmtu PMID: 154.1.18 [path maximum transmission unit]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.pmtu PMID: 251.1.18
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6741,8 +6741,8 @@ network.persocket.pmtu PMID: 154.1.18 [path maximum transmission unit]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.rcvmss PMID: 154.1.19 [receive maximum transmission units]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.rcvmss PMID: 251.1.19
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6773,8 +6773,8 @@ network.persocket.rcvmss PMID: 154.1.19 [receive maximum transmission units]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.advmss PMID: 154.1.20 [advertised maximum segment size]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.advmss PMID: 251.1.20
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6805,8 +6805,8 @@ network.persocket.advmss PMID: 154.1.20 [advertised maximum segment size]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.cwnd PMID: 154.1.21 [congestion window size]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.cwnd PMID: 251.1.21
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6837,8 +6837,8 @@ network.persocket.cwnd PMID: 154.1.21 [congestion window size]
-     inst [26 or "tcp/*:80"] value 10
-     inst [27 or "tcp6/[::1]:53"] value 10
- 
--network.persocket.ssthresh PMID: 154.1.22 [tcp congestion window slow start threshold]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.ssthresh PMID: 251.1.22
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6869,8 +6869,8 @@ network.persocket.ssthresh PMID: 154.1.22 [tcp congestion window slow start thre
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.bytes_sent PMID: 154.1.23 [count of bytes sent using the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.bytes_sent PMID: 251.1.23
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6901,8 +6901,8 @@ network.persocket.bytes_sent PMID: 154.1.23 [count of bytes sent using the socke
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.bytes_retrans PMID: 154.1.24 [count of bytes retransmitted using the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.bytes_retrans PMID: 251.1.24
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6933,8 +6933,8 @@ network.persocket.bytes_retrans PMID: 154.1.24 [count of bytes retransmitted usi
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.bytes_acked PMID: 154.1.25 [count of bytes acked using the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.bytes_acked PMID: 251.1.25
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6965,8 +6965,8 @@ network.persocket.bytes_acked PMID: 154.1.25 [count of bytes acked using the soc
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.bytes_received PMID: 154.1.36 [count of bytes received using the socket]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.bytes_received PMID: 251.1.36
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -6997,8 +6997,8 @@ network.persocket.bytes_received PMID: 154.1.36 [count of bytes received using t
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.segs_out PMID: 154.1.37 [count of segments sent out using the socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.segs_out PMID: 251.1.37
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7029,8 +7029,8 @@ network.persocket.segs_out PMID: 154.1.37 [count of segments sent out using the
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.segs_in PMID: 154.1.38 [count of segments received using the socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.segs_in PMID: 251.1.38
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7061,8 +7061,8 @@ network.persocket.segs_in PMID: 154.1.38 [count of segments received using the s
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.data_segs_out PMID: 154.1.39 [count of data segments sent out using the socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.data_segs_out PMID: 251.1.39
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7093,8 +7093,8 @@ network.persocket.data_segs_out PMID: 154.1.39 [count of data segments sent out
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.data_segs_in PMID: 154.1.40 [count of data segments received using the socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.data_segs_in PMID: 251.1.40
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7125,8 +7125,8 @@ network.persocket.data_segs_in PMID: 154.1.40 [count of data segments received u
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.send PMID: 154.1.41 [egress bps]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.send PMID: 251.1.41
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7157,8 +7157,8 @@ network.persocket.send PMID: 154.1.41 [egress bps]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.lastsnd PMID: 154.1.42 [how long time since the last packet sent in milliseconds]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.lastsnd PMID: 251.1.42
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7189,8 +7189,8 @@ network.persocket.lastsnd PMID: 154.1.42 [how long time since the last packet se
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.lastrcv PMID: 154.1.43 [how long time since the last packet received in milliseconds]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.lastrcv PMID: 251.1.43
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7221,8 +7221,8 @@ network.persocket.lastrcv PMID: 154.1.43 [how long time since the last packet re
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.lastack PMID: 154.1.44 [how long time since the last ack received in milliseconds]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.lastack PMID: 251.1.44
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7253,8 +7253,8 @@ network.persocket.lastack PMID: 154.1.44 [how long time since the last ack recei
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.pacing_rate PMID: 154.1.45 [the current pacing rate of the socket]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.pacing_rate PMID: 251.1.45
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte / sec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7285,8 +7285,8 @@ network.persocket.pacing_rate PMID: 154.1.45 [the current pacing rate of the soc
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.delivery_rate PMID: 154.1.46 [delivery bandwidth estimate excluding idle periods]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.delivery_rate PMID: 251.1.46
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte / sec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7317,8 +7317,8 @@ network.persocket.delivery_rate PMID: 154.1.46 [delivery bandwidth estimate excl
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.delivered PMID: 154.1.47 []
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.delivered PMID: 251.1.47
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: counter  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7349,8 +7349,8 @@ network.persocket.delivered PMID: 154.1.47 []
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.app_limited PMID: 154.1.48 [TCP flows are limited with application-limiting]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.app_limited PMID: 251.1.48
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7381,8 +7381,8 @@ network.persocket.app_limited PMID: 154.1.48 [TCP flows are limited with applica
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.reord_seen PMID: 154.1.49 []
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.reord_seen PMID: 251.1.49
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7413,8 +7413,8 @@ network.persocket.reord_seen PMID: 154.1.49 []
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.busy PMID: 154.1.50 [TCP connection is busy??]
--    Data Type: 64-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.busy PMID: 251.1.50
-+    Data Type: 64-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7445,8 +7445,8 @@ network.persocket.busy PMID: 154.1.50 [TCP connection is busy??]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.dsack_dups PMID: 154.1.51 [duplicate selective acknowledgements]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.dsack_dups PMID: 251.1.51
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7477,8 +7477,8 @@ network.persocket.dsack_dups PMID: 154.1.51 [duplicate selective acknowledgement
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.rcv_rtt PMID: 154.1.52 [receive round trip time]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.rcv_rtt PMID: 251.1.52
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7509,8 +7509,8 @@ network.persocket.rcv_rtt PMID: 154.1.52 [receive round trip time]
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.rcv_space PMID: 154.1.53 [TCP internal auto tuning socket receive buffer size]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.rcv_space PMID: 251.1.53
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7541,8 +7541,8 @@ network.persocket.rcv_space PMID: 154.1.53 [TCP internal auto tuning socket rece
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.rcv_ssthresh PMID: 154.1.54 [TCP congestion window slow start threshold]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.rcv_ssthresh PMID: 251.1.54
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: count
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7573,8 +7573,8 @@ network.persocket.rcv_ssthresh PMID: 154.1.54 [TCP congestion window slow start
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.minrtt PMID: 154.1.55 [minimum round trip time achieved in the socket]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.minrtt PMID: 251.1.55
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: millisec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7605,8 +7605,8 @@ network.persocket.minrtt PMID: 154.1.55 [minimum round trip time achieved in the
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.notsent PMID: 154.1.56 [unsent data bytes that are still buffered]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.notsent PMID: 251.1.56
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7637,8 +7637,8 @@ network.persocket.notsent PMID: 154.1.56 [unsent data bytes that are still buffe
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.timer.str PMID: 154.1.70 [the 'timer:' string, as reported by ss]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.timer.str PMID: 251.1.70
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value ""
-     inst [1 or "udp/0.0.0.0:38162"] value ""
-@@ -7669,8 +7669,8 @@ network.persocket.timer.str PMID: 154.1.70 [the 'timer:' string, as reported by
-     inst [26 or "tcp/*:80"] value ""
-     inst [27 or "tcp6/[::1]:53"] value ""
- 
--network.persocket.timer.name PMID: 154.1.71 [name of the socket timer.]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.timer.name PMID: 251.1.71
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value ""
-     inst [1 or "udp/0.0.0.0:38162"] value ""
-@@ -7701,8 +7701,8 @@ network.persocket.timer.name PMID: 154.1.71 [name of the socket timer.]
-     inst [26 or "tcp/*:80"] value ""
-     inst [27 or "tcp6/[::1]:53"] value ""
- 
--network.persocket.timer.expire_str PMID: 154.1.72 [how long until the timer will expire]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.timer.expire_str PMID: 251.1.72
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value ""
-     inst [1 or "udp/0.0.0.0:38162"] value ""
-@@ -7733,8 +7733,8 @@ network.persocket.timer.expire_str PMID: 154.1.72 [how long until the timer will
-     inst [26 or "tcp/*:80"] value ""
-     inst [27 or "tcp6/[::1]:53"] value ""
- 
--network.persocket.timer.retrans PMID: 154.1.73 [how many times the retransmission occured in timer]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.timer.retrans PMID: 251.1.73
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7765,8 +7765,8 @@ network.persocket.timer.retrans PMID: 154.1.73 [how many times the retransmissio
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.skmem.str PMID: 154.1.80 [socket memory details, as a string]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.skmem.str PMID: 251.1.80
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value "r0,rb212992,t0,tb212992,f4096,w0,o144,bl0,d0"
-     inst [1 or "udp/0.0.0.0:38162"] value "r0,rb212992,t0,tb212992,f0,w0,o0,bl0,d0"
-@@ -7797,8 +7797,8 @@ network.persocket.skmem.str PMID: 154.1.80 [socket memory details, as a string]
-     inst [26 or "tcp/*:80"] value "r0,rb131072,t0,tb16384,f0,w0,o0,bl0,d0"
-     inst [27 or "tcp6/[::1]:53"] value "r0,rb131072,t0,tb16384,f0,w0,o0,bl0,d0"
- 
--network.persocket.skmem.rmem_alloc PMID: 154.1.81 [memory allocated for receiving packet]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.rmem_alloc PMID: 251.1.81
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7829,8 +7829,8 @@ network.persocket.skmem.rmem_alloc PMID: 154.1.81 [memory allocated for receivin
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.skmem.wmem_alloc PMID: 154.1.82 [memory used for sending packet (which has been sent]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.wmem_alloc PMID: 251.1.82
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7861,8 +7861,8 @@ network.persocket.skmem.wmem_alloc PMID: 154.1.82 [memory used for sending packe
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.skmem.rcv_buf PMID: 154.1.83 [total memory that can be allocated to recv packets]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.rcv_buf PMID: 251.1.83
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 212992
-     inst [1 or "udp/0.0.0.0:38162"] value 212992
-@@ -7893,8 +7893,8 @@ network.persocket.skmem.rcv_buf PMID: 154.1.83 [total memory that can be allocat
-     inst [26 or "tcp/*:80"] value 131072
-     inst [27 or "tcp6/[::1]:53"] value 131072
- 
--network.persocket.skmem.snd_buf PMID: 154.1.84 [total memory that can be allocated to send packets]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.snd_buf PMID: 251.1.84
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 212992
-     inst [1 or "udp/0.0.0.0:38162"] value 212992
-@@ -7925,8 +7925,8 @@ network.persocket.skmem.snd_buf PMID: 154.1.84 [total memory that can be allocat
-     inst [26 or "tcp/*:80"] value 16384
-     inst [27 or "tcp6/[::1]:53"] value 16384
- 
--network.persocket.skmem.fwd_alloc PMID: 154.1.95 [cache memory allocated but not yet used for snd/rcv]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.fwd_alloc PMID: 251.1.95
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 4096
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7957,8 +7957,8 @@ network.persocket.skmem.fwd_alloc PMID: 154.1.95 [cache memory allocated but not
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.skmem.wmem_queued PMID: 154.1.86 [memory allocated for sending packet]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.wmem_queued PMID: 251.1.86
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -7989,8 +7989,8 @@ network.persocket.skmem.wmem_queued PMID: 154.1.86 [memory allocated for sending
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.skmem.ropt_mem PMID: 154.1.87 [memory used for storing socket options]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.ropt_mem PMID: 251.1.87
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 144
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -8021,8 +8021,8 @@ network.persocket.skmem.ropt_mem PMID: 154.1.87 [memory used for storing socket
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.skmem.back_log PMID: 154.1.88 [memory used for the sk backlog queue]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.back_log PMID: 251.1.88
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: byte
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -8053,8 +8053,8 @@ network.persocket.skmem.back_log PMID: 154.1.88 [memory used for the sk backlog
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.skmem.sock_drop PMID: 154.1.89 [dropped packets before demultiplexed into socket]
--    Data Type: 32-bit unsigned int  InDom: 154.0 0x26800000
-+network.persocket.skmem.sock_drop PMID: 251.1.89
-+    Data Type: 32-bit unsigned int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -8085,8 +8085,8 @@ network.persocket.skmem.sock_drop PMID: 154.1.89 [dropped packets before demulti
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.wscale.str PMID: 154.1.60 [send and rcv scale factor as a string]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.wscale.str PMID: 251.1.60
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value ""
-     inst [1 or "udp/0.0.0.0:38162"] value ""
-@@ -8117,8 +8117,8 @@ network.persocket.wscale.str PMID: 154.1.60 [send and rcv scale factor as a stri
-     inst [26 or "tcp/*:80"] value ""
-     inst [27 or "tcp6/[::1]:53"] value ""
- 
--network.persocket.wscale.snd PMID: 154.1.61 [send scale factor when window scale is used]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.wscale.snd PMID: 251.1.61
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -8149,8 +8149,8 @@ network.persocket.wscale.snd PMID: 154.1.61 [send scale factor when window scale
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.wscale.rcv PMID: 154.1.62 [receive scale factor when window scale is used]
--    Data Type: 32-bit int  InDom: 154.0 0x26800000
-+network.persocket.wscale.rcv PMID: 251.1.62
-+    Data Type: 32-bit int  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -8181,8 +8181,8 @@ network.persocket.wscale.rcv PMID: 154.1.62 [receive scale factor when window sc
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.round_trip.str PMID: 154.1.90 [average round trip time and variance, as a string]
--    Data Type: string  InDom: 154.0 0x26800000
-+network.persocket.round_trip.str PMID: 251.1.90
-+    Data Type: string  InDom: 251.0 0x3ec00000
-     Semantics: discrete  Units: none
-     inst [0 or "udp/0.0.0.0:5353"] value ""
-     inst [1 or "udp/0.0.0.0:38162"] value ""
-@@ -8213,8 +8213,8 @@ network.persocket.round_trip.str PMID: 154.1.90 [average round trip time and var
-     inst [26 or "tcp/*:80"] value ""
-     inst [27 or "tcp6/[::1]:53"] value ""
- 
--network.persocket.round_trip.rtt PMID: 154.1.91 [average round trip time in milliseconds]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.round_trip.rtt PMID: 251.1.91
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -8245,8 +8245,8 @@ network.persocket.round_trip.rtt PMID: 154.1.91 [average round trip time in mill
-     inst [26 or "tcp/*:80"] value 0
-     inst [27 or "tcp6/[::1]:53"] value 0
- 
--network.persocket.round_trip.rttvar PMID: 154.1.92 [round trip time mean deviation.]
--    Data Type: double  InDom: 154.0 0x26800000
-+network.persocket.round_trip.rttvar PMID: 251.1.92
-+    Data Type: double  InDom: 251.0 0x3ec00000
-     Semantics: instant  Units: millisec
-     inst [0 or "udp/0.0.0.0:5353"] value 0
-     inst [1 or "udp/0.0.0.0:38162"] value 0
-@@ -8279,7 +8279,7 @@ network.persocket.round_trip.rttvar PMID: 154.1.92 [round trip time mean deviati
- === std err ===
- === filtered valgrind report ===
- Memcheck, a memory error detector
--Command: pminfo -L -K clear -K add,154,/var/lib/pcp/pmdas/sockets/pmda_sockets.so,sockets_init -dfmt -n /var/lib/pcp/pmdas/sockets/root network.persocket
-+Command: pminfo -L -K clear -K add,251,/var/lib/pcp/pmdas/sockets/pmda_sockets.so,sockets_init -dfm -n TMP/root network.persocket
- LEAK SUMMARY:
- definitely lost: 0 bytes in 0 blocks
- indirectly lost: 0 bytes in 0 blocks
-diff --git a/qa/sockets/ss_noemitauOH.txt b/qa/sockets/ss_noemitauOH.txt
-index 9845b941a..51a0f8ca2 100644
---- a/qa/sockets/ss_noemitauOH.txt
-+++ b/qa/sockets/ss_noemitauOH.txt
-@@ -1,3 +1,4 @@
-+Netid State      Recv-Q Send-Q      Local Address:Port        Peer Address:Port Process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
- udp ESTAB     0      0               10.0.0.10:49693      74.125.68.189:443   uid:1024 ino:28605309 sk:976e cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem:(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
- udp UNCONN    0      0           192.168.1.169:58624            0.0.0.0:*     uid:1024 ino:19693830 sk:3154 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem:(r0,rb212992,t0,tb212992,f4096,w0,o0,bl0,d0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
- udp ESTAB     0      0               10.0.0.10:42866     142.250.70.142:443   uid:1024 ino:28615973 sk:976f cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem:(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
-diff --git a/qa/sockets/ss_noemitauOH_ubuntu.txt b/qa/sockets/ss_noemitauOH_ubuntu.txt
-index 754824657..90b8a67e4 100644
---- a/qa/sockets/ss_noemitauOH_ubuntu.txt
-+++ b/qa/sockets/ss_noemitauOH_ubuntu.txt
-@@ -1,3 +1,4 @@
-+Netid State  Recv-Q Send-Q            Local Address:Port     Peer Address:Port  Process                                                                         
- udp UNCONN  0       0                       0.0.0.0:5353          0.0.0.0:*      uid:117 ino:177686 sk:9 <-> skmem:(r0,rb212992,t0,tb212992,f4096,w0,o144,bl0,d0)
- udp UNCONN  0       0                       0.0.0.0:38162         0.0.0.0:*      uid:117 ino:177688 sk:a <-> skmem:(r0,rb212992,t0,tb212992,f0,w0,o0,bl0,d0)    
- udp UNCONN  0       0                 192.168.123.1:53            0.0.0.0:*      ino:187421 sk:b <-> skmem:(r0,rb212992,t0,tb212992,f0,w0,o0,bl0,d0)            
-diff --git a/src/pmdas/linux_sockets/GNUmakefile b/src/pmdas/linux_sockets/GNUmakefile
-index a32987ef7..384ef0f7c 100644
---- a/src/pmdas/linux_sockets/GNUmakefile
-+++ b/src/pmdas/linux_sockets/GNUmakefile
-@@ -23,6 +23,7 @@ LIBTARGET	= pmda_$(IAM).$(DSOSUFFIX)
- PMDAINIT	= $(IAM)_init
- PMDATMPDIR	= $(PCP_PMDAS_DIR)/$(IAM)
- PMDAADMDIR	= $(PCP_PMDASADM_DIR)/$(IAM)
-+PMDACONFIG	= $(PCP_SYSCONF_DIR)/$(IAM)
- PMIEDIR		= $(PCP_SYSCONF_DIR)/pmieconf/$(IAM)
- PMIEVARDIR	= $(PCP_VAR_DIR)/config/pmieconf/$(IAM)
- 
-@@ -32,6 +33,7 @@ LLDLIBS		= $(PCP_PMDALIB)
- LCFLAGS		= $(INVISIBILITY)
- 
- SCRIPTS		= Install Remove Upgrade
-+CONF		= filter.conf
- VERSION_SCRIPT	= exports
- LDIRT		= domain.h $(VERSION_SCRIPT) $(IAM).log
- 
-@@ -49,6 +51,8 @@ build-me: $(LIBTARGET) $(CMDTARGET)
- install: default
- 	$(INSTALL) -m 755 -d $(PMDAADMDIR)
- 	$(INSTALL) -m 755 -d $(PMDATMPDIR)
-+	$(INSTALL) -m 755 -d $(PMDACONFIG)
-+	$(INSTALL) -m 644 -t $(PMDATMPDIR)/$(CONF) $(CONF) $(PMDACONFIG)/$(CONF)
- 	$(INSTALL) -m 755 -t $(PMDATMPDIR) $(LIBTARGET) $(CMDTARGET) $(SCRIPTS) $(PMDAADMDIR)
- 	$(INSTALL) -m 644 -t $(PMDATMPDIR) domain.h help $(PMNSFILES) $(PMDAADMDIR)
- 	@$(INSTALL_MAN)
-diff --git a/src/pmdas/linux_sockets/filter.conf b/src/pmdas/linux_sockets/filter.conf
-new file mode 100644
-index 000000000..a630e1c4f
---- /dev/null
-+++ b/src/pmdas/linux_sockets/filter.conf
-@@ -0,0 +1,9 @@
-+# This file specifies the initial ss filter used by pmdasockets(1).
-+# This filter can be overridden by storing a new filter, for example:
-+#    pmstore network.persocket.filter "state established"
-+# If the default is overridden with a pmstore, it only remains in
-+# effect until the PMDA is restarted. To persist a filter, edit this
-+# file. For details of filters, see ss(8).
-+
-+# current initial (persisted) filter:
-+state connected
-diff --git a/src/pmdas/linux_sockets/pmda.c b/src/pmdas/linux_sockets/pmda.c
-index fab4be290..fa041dffe 100644
---- a/src/pmdas/linux_sockets/pmda.c
-+++ b/src/pmdas/linux_sockets/pmda.c
-@@ -187,6 +187,36 @@ sockets_store(pmResult *result, pmdaExt *pmda)
-     return sts;
- }
- 
-+/*
-+ * Load the initial filter from filter.conf. This may subsequently be
-+ * overridden by pmstore network.persocket.filter ...
-+ */
-+static void
-+load_filter_config(void)
-+{
-+    FILE *fp;
-+    int sep = pmPathSeparator();
-+    char *p;
-+    char filterpath[MAXPATHLEN];
-+    char buf[MAXPATHLEN];
-+
-+    pmsprintf(filterpath, sizeof(filterpath), "%s%c" "sockets" "%c" "filter.conf",
-+		pmGetConfig("PCP_SYSCONF_DIR"), sep, sep);
-+    if ((fp = fopen(filterpath, "r")) != NULL) {
-+	while (fgets(buf, sizeof(buf), fp) != NULL) {
-+	    if (buf[0] == '#' || buf[0] == '\n')
-+		continue;
-+	    if ((p = strrchr(buf, '\n')) != NULL)
-+		*p = '\0';
-+	    ss_filter = strndup(buf, sizeof(buf));
-+	    break;
-+	}
-+	fclose(fp);
-+    }
-+    if (pmDebugOptions.appl0)
-+    	pmNotifyErr(LOG_DEBUG, "loaded %s = \"%s\"\n", filterpath, ss_filter ? ss_filter : ""); 
-+}
-+
- /*
-  * Initialise the agent (both daemon and DSO).
-  */
-@@ -207,6 +237,9 @@ sockets_init(pmdaInterface *dp)
-     if (dp->status != 0)
- 	return;
- 
-+    /* load the initial filter */
-+    load_filter_config();
-+
-     int	nindoms = sizeof(indomtable)/sizeof(indomtable[0]);
- 
-     if (dp->status != 0)
-diff --git a/src/pmdas/linux_sockets/ss_parse.c b/src/pmdas/linux_sockets/ss_parse.c
-index 75a02b376..93e94c87e 100644
---- a/src/pmdas/linux_sockets/ss_parse.c
-+++ b/src/pmdas/linux_sockets/ss_parse.c
-@@ -180,20 +180,31 @@ extract_subfields(ss_stats_t *s)
-     	sscanf(p, "%lf/%lf", &s->round_trip_rtt, &s->round_trip_rttvar);
- }
- 
-+/*
-+ * parse one line - socket instance
-+ */
- int
--ss_parse(char *line, ss_stats_t *ss)
-+ss_parse(char *line, int has_state_field, ss_stats_t *ss)
- {
-     int i;
-     char *r, *s, *p = line;
-     int sts = 0;
- 
-     memset(&ss_p, 0, sizeof(ss_p));
--    sscanf(line, "%s %s %u %u %s %s",
--    	ss_p.netid, ss_p.state, &ss_p.sendq, &ss_p.recvq, ss_p.src, ss_p.dst);
-+    if (has_state_field) {
-+	sscanf(line, "%s %s %u %u %s %s",
-+	    ss_p.netid, ss_p.state, &ss_p.sendq, &ss_p.recvq, ss_p.src, ss_p.dst);
-+	for (i=0; i < 6; i++)
-+	    p = skip(p, ' ');
- 
--    /* skip first 6 fields, already scanned (above) */
--    for (i=0; i < 6; i++)
--    	p = skip(p, ' ');
-+    } else {
-+	/* Some filters cause ss to omit the State column */
-+	strcpy(ss_p.state, "FILTER");
-+	sscanf(line, "%s %u %u %s %s",
-+	    ss_p.netid, &ss_p.sendq, &ss_p.recvq, ss_p.src, ss_p.dst);
-+	for (i=0; i < 5; i++)
-+	    p = skip(p, ' ');
-+    }
- 
-     for (i=0; parse_table[i].field != NULL; i++)
-     	parse_table[i].found = 0;
-@@ -256,12 +267,14 @@ ss_parse(char *line, ss_stats_t *ss)
- 	p = skip(p, ' ');
-     }
- 
--#if DEBUG
--	fprintf(stderr, "\nLINE:%s", line);
--	for (i=0; parse_table[i].field != NULL; i++)
--	    if (parse_table[i].found)
--		fprintf(stderr, "Found %s\n", parse_table[i].field);
--#endif
-+    if (pmDebugOptions.appl1) {
-+	pmNotifyErr(LOG_DEBUG, "\nLINE:%s", line);
-+	if (pmDebugOptions.desperate) {
-+	    for (i=0; parse_table[i].field != NULL; i++)
-+		if (parse_table[i].found)
-+		    fprintf(stderr, "Found %s\n", parse_table[i].field);
-+	}
-+    }
- 
-     extract_subfields(&ss_p);
-     *ss = ss_p; /* struct assign */
-diff --git a/src/pmdas/linux_sockets/ss_refresh.c b/src/pmdas/linux_sockets/ss_refresh.c
-index 4e92cca05..76e222cd5 100644
---- a/src/pmdas/linux_sockets/ss_refresh.c
-+++ b/src/pmdas/linux_sockets/ss_refresh.c
-@@ -39,6 +39,7 @@ ss_refresh(int indom)
-     int sts = 0;
-     ss_stats_t *ss, parsed_ss;
-     int inst;
-+    int has_state_field;
-     char instname[128];
-     char line[4096] = {0};
- 
-@@ -48,16 +49,28 @@ ss_refresh(int indom)
-     /* invalidate all cache entries */
-     pmdaCacheOp(indom, PMDA_CACHE_INACTIVE);
-     
-+    has_state_field = 0;
-+    memset(&parsed_ss, 0, sizeof(parsed_ss));
-     while (fgets(line, sizeof(line), fp) != NULL) {
--	ss_parse(line, &parsed_ss);
-+	/* check the header */
-+	if (strncmp(line, "Netid", 5) == 0) {
-+	    if (strncmp(line, "Netid State", 11) == 0) {
-+		has_state_field = 1;
-+	    }
-+	    continue;
-+	}
-+		
-+	ss_parse(line, has_state_field, &parsed_ss);
- 	ss_instname(&parsed_ss, instname, sizeof(instname));
--	if (parsed_ss.state[0] == '\0')
--	    continue; /* transient with no state, ignore */
- 	ss = NULL;
- 	sts = pmdaCacheLookupName(indom, instname, &inst, (void **)&ss);
- 	if (sts < 0 || ss == NULL) {
- 	    /* new entry */
--	    ss = (ss_stats_t *)malloc(sizeof(ss_stats_t));
-+	    if (ss == NULL)
-+		ss = (ss_stats_t *)malloc(sizeof(ss_stats_t));
-+	    if (ss == NULL)
-+	    	return -ENOMEM;
-+	    sts = 0;
- 	}
- 	*ss = parsed_ss;
- 	ss->instid = pmdaCacheStore(indom, PMDA_CACHE_ADD, instname, (void **)ss);
-diff --git a/src/pmdas/linux_sockets/ss_stats.h b/src/pmdas/linux_sockets/ss_stats.h
-index bc2d86a10..183db5afa 100644
---- a/src/pmdas/linux_sockets/ss_stats.h
-+++ b/src/pmdas/linux_sockets/ss_stats.h
-@@ -87,7 +87,7 @@ typedef struct ss_stats {
- } ss_stats_t;
- 
- extern int ss_refresh(int);
--extern int ss_parse(char *, ss_stats_t *);
-+extern int ss_parse(char *, int, ss_stats_t *);
- extern FILE *ss_open_stream(void);
- extern void ss_close_stream(FILE *);
- extern char *ss_filter; /* current string value of network.persocket.filter */
-diff --git a/src/pmdas/linux_sockets/ss_stream.c b/src/pmdas/linux_sockets/ss_stream.c
-index 4cd773bf0..421c65fd1 100644
---- a/src/pmdas/linux_sockets/ss_stream.c
-+++ b/src/pmdas/linux_sockets/ss_stream.c
-@@ -16,10 +16,7 @@
- #include <pcp/pmda.h>
- #include "ss_stats.h"
- 
--#define SS_OPTIONS "-noemitauOH"
--
--/* default filter: reduces logging overheads */
--#define SS_DEFAULT_FILTER "state connected"
-+#define SS_OPTIONS "-noemitauO"
- 
- char *ss_filter = NULL; /* storable: network.persocket.filter */
- 
-@@ -32,15 +29,16 @@ ss_open_stream()
- 
-     if (ss_filter == NULL) {
- 	/* pmstore to network.persocket.filter frees this if changing */
--    	if ((ss_filter = strdup(SS_DEFAULT_FILTER)) == NULL)
-+    	if ((ss_filter = strdup("")) == NULL)
- 	    return NULL;
-     }
- 
--    if ((path = getenv("PCPQA_PMDA_SOCKETS")) != NULL)
-+    if ((path = getenv("PCPQA_PMDA_SOCKETS")) != NULL) {
- 	/* PCPQA input file */
-     	fp = fopen(path, "r");
--    else {
--	/* TODO use a config file for ss options and ss filters */
-+	if (pmDebugOptions.appl0)
-+	    fprintf(stderr, "ss_open_stream: open PCPQA_PMDA_SOCKETS=%s\n", path);
-+    } else {
- 	if (access((path = "/usr/sbin/ss"), X_OK) != 0) {
- 	    if (access((path = "/usr/bin/ss"), X_OK) != 0) {
- 	    	fprintf(stderr, "Error: no \"ss\" binary found\n");
-@@ -49,6 +47,8 @@ ss_open_stream()
- 	}
- 	pmsprintf(cmd, sizeof(cmd), "%s %s %s", path, SS_OPTIONS, ss_filter);
- 	fp = popen(cmd, "r");
-+	if (pmDebugOptions.appl0)
-+	    fprintf(stderr, "ss_open_stream: popen %s\n", cmd);
-     }
- 
-     return fp;
-
-commit 47f9df215a609c5b3097080e22a1415ad83e2b8e
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Mon Jun 28 16:44:40 2021 +1000
-
-    pcp-ss: fix EAGAIN exceptions, add filter header, QA
-    
-    Use explicit scale="instant" in fetchgroups to avoid rate conversion.
-    This was causing fetchgroups for metrics with counter semantics
-    to throw EAGAIN exceptions in the report function. pcp-ss reports
-    the raw counters, but other tools such as pmrep want to do rate
-    conversion, so we keep the correct (native) semantics.
-    
-    Also simplify the code a bit, add missing bytes_sent in the --info
-    report. Add a header in the report for the current timestamp and
-    filter, which is especially useful for archive replay since the
-    filter can change over time whilst logging (it's a storable metric).
-    
-    Tweaked pcp-ss report in qa/1634.out
-
-diff --git a/qa/1633.out b/qa/1633.out
-index b82a71e6a..c1ba33d69 100644
---- a/qa/1633.out
-+++ b/qa/1633.out
-@@ -3,788 +3,788 @@ QA output created by 1633
- pcp-ss output, at default offset
- # Time: 2021-06-18 13:34:14.168998 Filter: state connected
- Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
--tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
--tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,299ms,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d226) ts sack cubic wscale:7,7 rtt:5.268/10.344 ato:40 mss:65483 cwnd:51 pmtu:65535 ssthresh:27 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:1379162
--tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
--tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
--tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
--tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
--tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,19sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.326/1.581 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65491
--tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min13sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f4096,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.667/1.031 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:87463
--tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
--tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
--tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,15sec,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
--tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
--udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.194/0.696 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.826/0.515 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,29sec,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:248.861/32.644 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,2.767ms,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
--tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,7.793ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
--tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
--tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,3.571ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,586ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,2.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,7.474ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,9.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55104 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55122 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55126 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55132 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55136 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55142 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55154 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:ef49 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55156 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55164 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55174 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55176 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55178 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55186 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55190 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55194 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55204 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55210 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55216 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55218 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55222 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55224 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55226 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55228 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55230 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55238 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55240 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55244 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55250 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55254 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55268 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55274 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55276 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55278 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55280 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55284 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55292 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55298 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55300 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55302 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55310 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55312 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55320 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55326 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55330 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55338 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
--tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
-+tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,299ms,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d226) ts sack cubic wscale:7,7 rtt:5.268/10.344 ato:40 mss:65483 cwnd:51 pmtu:65535 ssthresh:27 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:1379162
-+tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,19sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.326/1.581 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65491
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min13sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f4096,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.667/1.031 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:87463
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,15sec,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.194/0.696 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.826/0.515 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,29sec,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:248.861/32.644 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,2.767ms,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
-+tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,7.793ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
-+tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,3.571ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,586ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,2.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,7.474ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,9.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55104 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55122 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55126 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55132 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55136 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55142 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55154 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:ef49 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55156 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55164 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55174 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55176 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55178 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55186 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55190 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55194 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55204 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55210 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55216 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55218 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55222 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55224 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55226 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55228 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55230 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55238 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55240 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55244 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55250 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55254 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55268 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55274 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55276 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55278 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55280 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55284 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55292 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55298 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55300 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55302 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55310 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55312 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55320 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55326 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55330 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55338 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
-+tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
- 
- pcp-ss output, at 10s offset
- # Time: 2021-06-18 13:33:39.076141 Filter: state connected
- Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
--tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
--tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,40sec,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d191) ts sack cubic wscale:7,7 rtt:5.308/10.357 ato:40 mss:65483 cwnd:37 pmtu:65535 ssthresh:27 bytes_acked:0 bytes_received:0 segs_out:100169 segs_in:51994 send 3651651846bps lastsnd:609 lastrcv:609 lastack:568 pacing_rate 4381982208bps delivery_rate 69848533328bps rcv_space:1379162
--tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
--tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
--tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
--tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
--tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,14sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.135/1.044 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:13349 segs_in:6686 send 16235459bps lastsnd:524 lastrcv:516 lastack:516 pacing_rate 32468640bps delivery_rate 7613536bps rcv_space:65491
--tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min53sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f0,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.5/0.94 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_acked:0 bytes_received:0 segs_out:4414 segs_in:4458 send 11296744bps lastsnd:1471 lastrcv:1255 lastack:1449 pacing_rate 13556008bps delivery_rate 9819152bps rcv_space:87463
--tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
--tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
--tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,6.702ms,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:187 segs_in:187 send 1195452bps lastsnd:1336001 lastrcv:1335906 lastack:38204 pacing_rate 2390880bps delivery_rate 229032bps rcv_space:14480
--tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_acked:0 bytes_received:0 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
--tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
--udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.371/0.673 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:493 segs_in:558 send 3281458bps lastsnd:48748 lastrcv:48749 lastack:48739 pacing_rate 3937552bps delivery_rate 2269480bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.654/0.506 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_acked:0 bytes_received:0 segs_out:246 segs_in:410 send 4700228bps lastsnd:17768 lastrcv:17783 lastack:17759 pacing_rate 5640272bps delivery_rate 2983168bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_acked:0 bytes_received:0 segs_out:207 segs_in:207 send 821213bps lastsnd:17146 lastrcv:17036 lastack:17036 pacing_rate 985448bps delivery_rate 467400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
--tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d2) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:135 segs_in:139 send 1015668bps lastsnd:52309 lastrcv:25403 lastack:50572 pacing_rate 2031320bps delivery_rate 335272bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,9.693ms,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:251.743/35.839 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:49 segs_in:46 send 905050bps lastsnd:20795 lastrcv:20795 lastack:20571 pacing_rate 1810096bps delivery_rate 503048bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,28sec,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:36 segs_in:38 send 402409bps lastsnd:2669 lastrcv:2669 lastack:2444 pacing_rate 804816bps delivery_rate 73400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_acked:0 bytes_received:0 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
--tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,2.525ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:21 segs_in:20 send 8665495bps lastsnd:224263 lastrcv:224265 lastack:42465 pacing_rate 17330160bps delivery_rate 2267288bps rcv_space:14480
--tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
--tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
--tcp   ESTAB         0     0           10.0.0.10:57958 142.250.70.238:443         uid:1024 inode:165594185 sk:183a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:10.608/1.213 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:27 segs_in:27 send 10693816bps lastsnd:18595 lastrcv:18584 lastack:18584 pacing_rate 21387376bps delivery_rate 5058864bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:54774 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54792 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54794 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54796 10.0.0.10:44322            timer(timewait,350ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:54798 10.0.0.10:44322            timer(timewait,222ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54800 10.0.0.10:44322            timer(timewait,354ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54806 10.0.0.10:44322            timer(timewait,1.441ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54822 10.0.0.10:44322            timer(timewait,8.347ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54830 10.0.0.10:44322            timer(timewait,7.365ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54838 10.0.0.10:44322            timer(timewait,9.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54858 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54874 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54882 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54888 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54902 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54914 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54930 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54984 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54996 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54998 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55008 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55018 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
--tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:3077768 bytes_acked:3077768 bytes_received:95302 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
-+tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,40sec,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d191) ts sack cubic wscale:7,7 rtt:5.308/10.357 ato:40 mss:65483 cwnd:37 pmtu:65535 ssthresh:27 bytes_sent:1742159061 bytes_acked:1737331568 bytes_received:348908437 segs_out:100169 segs_in:51994 send 3651651846bps lastsnd:609 lastrcv:609 lastack:568 pacing_rate 4381982208bps delivery_rate 69848533328bps rcv_space:1379162
-+tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:387993 bytes_acked:386592 bytes_received:72874142 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:46445 bytes_acked:46409 bytes_received:48039 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:6723 bytes_acked:6724 bytes_received:9572 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
-+tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:149848 bytes_acked:149435 bytes_received:440822 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:65329 bytes_acked:65330 bytes_received:138089 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3792 bytes_acked:3793 bytes_received:6931 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,14sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.135/1.044 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:734660 bytes_acked:734551 bytes_received:739570 segs_out:13349 segs_in:6686 send 16235459bps lastsnd:524 lastrcv:516 lastack:516 pacing_rate 32468640bps delivery_rate 7613536bps rcv_space:65491
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:11353 bytes_acked:11354 bytes_received:23756 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min53sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f0,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.5/0.94 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_sent:71046 bytes_acked:71015 bytes_received:222343 segs_out:4414 segs_in:4458 send 11296744bps lastsnd:1471 lastrcv:1255 lastack:1449 pacing_rate 13556008bps delivery_rate 9819152bps rcv_space:87463
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:13434 bytes_acked:13435 bytes_received:76107 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:21565 bytes_acked:21566 bytes_received:71363 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,6.702ms,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:893 bytes_acked:894 bytes_received:5528 segs_out:187 segs_in:187 send 1195452bps lastsnd:1336001 lastrcv:1335906 lastack:38204 pacing_rate 2390880bps delivery_rate 229032bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_sent:349068015 bytes_acked:348908438 bytes_received:1737331568 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:95302 bytes_acked:95303 bytes_received:3077768 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.371/0.673 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_sent:128059 bytes_acked:122619 bytes_received:60993 segs_out:493 segs_in:558 send 3281458bps lastsnd:48748 lastrcv:48749 lastack:48739 pacing_rate 3937552bps delivery_rate 2269480bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.654/0.506 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_sent:10189 bytes_acked:10000 bytes_received:16620 segs_out:246 segs_in:410 send 4700228bps lastsnd:17768 lastrcv:17783 lastack:17759 pacing_rate 5640272bps delivery_rate 2983168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_sent:10276 bytes_acked:9774 bytes_received:14545 segs_out:207 segs_in:207 send 821213bps lastsnd:17146 lastrcv:17036 lastack:17036 pacing_rate 985448bps delivery_rate 467400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:22452 bytes_acked:22453 bytes_received:16959 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:19775 bytes_acked:19776 bytes_received:15769 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_sent:76222 bytes_acked:76223 bytes_received:199808 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:69963 bytes_acked:68311 bytes_received:28389 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d2) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:8645 bytes_acked:8646 bytes_received:12267 segs_out:135 segs_in:139 send 1015668bps lastsnd:52309 lastrcv:25403 lastack:50572 pacing_rate 2031320bps delivery_rate 335272bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,9.693ms,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:251.743/35.839 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_sent:17930 bytes_acked:17931 bytes_received:4200 segs_out:49 segs_in:46 send 905050bps lastsnd:20795 lastrcv:20795 lastack:20571 pacing_rate 1810096bps delivery_rate 503048bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,28sec,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:2643 bytes_acked:2644 bytes_received:3981 segs_out:36 segs_in:38 send 402409bps lastsnd:2669 lastrcv:2669 lastack:2444 pacing_rate 804816bps delivery_rate 73400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3051 bytes_acked:3052 bytes_received:4379 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_sent:3498895 bytes_acked:3498895 bytes_received:8301 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
-+tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,2.525ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:1234 bytes_acked:1235 bytes_received:5268 segs_out:21 segs_in:20 send 8665495bps lastsnd:224263 lastrcv:224265 lastack:42465 pacing_rate 17330160bps delivery_rate 2267288bps rcv_space:14480
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:10193629 bytes_acked:10160847 bytes_received:278360 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:238787 bytes_acked:238788 bytes_received:6296966 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:247338 bytes_acked:247339 bytes_received:6277019 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:274730 bytes_acked:274731 bytes_received:12994135 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:266019 bytes_acked:266020 bytes_received:6994873 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:278360 bytes_acked:278361 bytes_received:10160847 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
-+tcp   ESTAB         0     0           10.0.0.10:57958 142.250.70.238:443         uid:1024 inode:165594185 sk:183a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:10.608/1.213 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:7836 bytes_acked:7837 bytes_received:3104 segs_out:27 segs_in:27 send 10693816bps lastsnd:18595 lastrcv:18584 lastack:18584 pacing_rate 21387376bps delivery_rate 5058864bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54774 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54792 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54794 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54796 10.0.0.10:44322            timer(timewait,350ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3814 bytes_acked:3815 bytes_received:4765 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3573 bytes_acked:3574 bytes_received:2558 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54798 10.0.0.10:44322            timer(timewait,222ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54800 10.0.0.10:44322            timer(timewait,354ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54806 10.0.0.10:44322            timer(timewait,1.441ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54822 10.0.0.10:44322            timer(timewait,8.347ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54830 10.0.0.10:44322            timer(timewait,7.365ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54838 10.0.0.10:44322            timer(timewait,9.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54858 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54874 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54882 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54888 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54902 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54914 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54930 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54984 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54996 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54998 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55008 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55018 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:8327 bytes_acked:8328 bytes_received:3510941 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:16 bytes_acked:16 bytes_received:6325 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
- 
- pcp-ss output, at specific start time
- # Time: 2021-06-18 13:33:39 Filter: state connected
- Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
--tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
--tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,40sec,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d191) ts sack cubic wscale:7,7 rtt:5.308/10.357 ato:40 mss:65483 cwnd:37 pmtu:65535 ssthresh:27 bytes_acked:0 bytes_received:0 segs_out:100169 segs_in:51994 send 3651651846bps lastsnd:609 lastrcv:609 lastack:568 pacing_rate 4381982208bps delivery_rate 69848533328bps rcv_space:1379162
--tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
--tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
--tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
--tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
--tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,14sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.135/1.044 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:13349 segs_in:6686 send 16235459bps lastsnd:524 lastrcv:516 lastack:516 pacing_rate 32468640bps delivery_rate 7613536bps rcv_space:65491
--tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min53sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f0,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.5/0.94 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_acked:0 bytes_received:0 segs_out:4414 segs_in:4458 send 11296744bps lastsnd:1471 lastrcv:1255 lastack:1449 pacing_rate 13556008bps delivery_rate 9819152bps rcv_space:87463
--tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
--tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
--tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,6.702ms,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:187 segs_in:187 send 1195452bps lastsnd:1336001 lastrcv:1335906 lastack:38204 pacing_rate 2390880bps delivery_rate 229032bps rcv_space:14480
--tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_acked:0 bytes_received:0 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
--tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
--udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.371/0.673 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:493 segs_in:558 send 3281458bps lastsnd:48748 lastrcv:48749 lastack:48739 pacing_rate 3937552bps delivery_rate 2269480bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.654/0.506 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_acked:0 bytes_received:0 segs_out:246 segs_in:410 send 4700228bps lastsnd:17768 lastrcv:17783 lastack:17759 pacing_rate 5640272bps delivery_rate 2983168bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_acked:0 bytes_received:0 segs_out:207 segs_in:207 send 821213bps lastsnd:17146 lastrcv:17036 lastack:17036 pacing_rate 985448bps delivery_rate 467400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
--tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d2) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:135 segs_in:139 send 1015668bps lastsnd:52309 lastrcv:25403 lastack:50572 pacing_rate 2031320bps delivery_rate 335272bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,9.693ms,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:251.743/35.839 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:49 segs_in:46 send 905050bps lastsnd:20795 lastrcv:20795 lastack:20571 pacing_rate 1810096bps delivery_rate 503048bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,28sec,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:36 segs_in:38 send 402409bps lastsnd:2669 lastrcv:2669 lastack:2444 pacing_rate 804816bps delivery_rate 73400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_acked:0 bytes_received:0 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
--tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,2.525ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:21 segs_in:20 send 8665495bps lastsnd:224263 lastrcv:224265 lastack:42465 pacing_rate 17330160bps delivery_rate 2267288bps rcv_space:14480
--tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
--tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
--tcp   ESTAB         0     0           10.0.0.10:57958 142.250.70.238:443         uid:1024 inode:165594185 sk:183a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:10.608/1.213 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:27 segs_in:27 send 10693816bps lastsnd:18595 lastrcv:18584 lastack:18584 pacing_rate 21387376bps delivery_rate 5058864bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:54774 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54792 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54794 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54796 10.0.0.10:44322            timer(timewait,350ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:54798 10.0.0.10:44322            timer(timewait,222ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54800 10.0.0.10:44322            timer(timewait,354ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54806 10.0.0.10:44322            timer(timewait,1.441ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54822 10.0.0.10:44322            timer(timewait,8.347ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54830 10.0.0.10:44322            timer(timewait,7.365ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54838 10.0.0.10:44322            timer(timewait,9.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54858 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54874 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54882 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54888 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54902 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54914 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54930 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54984 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54996 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54998 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55008 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55018 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
--tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:3077689 bytes_acked:3077689 bytes_received:95300 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
-+tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,40sec,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d191) ts sack cubic wscale:7,7 rtt:5.308/10.357 ato:40 mss:65483 cwnd:37 pmtu:65535 ssthresh:27 bytes_sent:1741543822 bytes_acked:1736716332 bytes_received:348902250 segs_out:100169 segs_in:51994 send 3651651846bps lastsnd:609 lastrcv:609 lastack:568 pacing_rate 4381982208bps delivery_rate 69848533328bps rcv_space:1379162
-+tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:387993 bytes_acked:386591 bytes_received:72874141 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:46445 bytes_acked:46409 bytes_received:48039 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:6723 bytes_acked:6724 bytes_received:9572 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
-+tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:149848 bytes_acked:149434 bytes_received:440821 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:65329 bytes_acked:65330 bytes_received:138089 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3792 bytes_acked:3793 bytes_received:6931 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,14sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.135/1.044 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:734658 bytes_acked:734549 bytes_received:739568 segs_out:13349 segs_in:6686 send 16235459bps lastsnd:524 lastrcv:516 lastack:516 pacing_rate 32468640bps delivery_rate 7613536bps rcv_space:65491
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:11353 bytes_acked:11354 bytes_received:23756 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min53sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f0,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.5/0.94 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_sent:71046 bytes_acked:71015 bytes_received:222343 segs_out:4414 segs_in:4458 send 11296744bps lastsnd:1471 lastrcv:1255 lastack:1449 pacing_rate 13556008bps delivery_rate 9819152bps rcv_space:87463
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:13434 bytes_acked:13435 bytes_received:76107 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:21565 bytes_acked:21566 bytes_received:71362 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,6.702ms,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:893 bytes_acked:894 bytes_received:5528 segs_out:187 segs_in:187 send 1195452bps lastsnd:1336001 lastrcv:1335906 lastack:38204 pacing_rate 2390880bps delivery_rate 229032bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_sent:349061810 bytes_acked:348902251 bytes_received:1736716332 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:95300 bytes_acked:95301 bytes_received:3077689 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.371/0.673 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_sent:128059 bytes_acked:122619 bytes_received:60993 segs_out:493 segs_in:558 send 3281458bps lastsnd:48748 lastrcv:48749 lastack:48739 pacing_rate 3937552bps delivery_rate 2269480bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.654/0.506 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_sent:10189 bytes_acked:10000 bytes_received:16620 segs_out:246 segs_in:410 send 4700228bps lastsnd:17768 lastrcv:17783 lastack:17759 pacing_rate 5640272bps delivery_rate 2983168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_sent:10276 bytes_acked:9774 bytes_received:14545 segs_out:207 segs_in:207 send 821213bps lastsnd:17146 lastrcv:17036 lastack:17036 pacing_rate 985448bps delivery_rate 467400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:22452 bytes_acked:22453 bytes_received:16959 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:19775 bytes_acked:19776 bytes_received:15769 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_sent:76222 bytes_acked:76223 bytes_received:199808 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:69963 bytes_acked:68311 bytes_received:28389 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d2) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:8645 bytes_acked:8646 bytes_received:12265 segs_out:135 segs_in:139 send 1015668bps lastsnd:52309 lastrcv:25403 lastack:50572 pacing_rate 2031320bps delivery_rate 335272bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,9.693ms,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:251.743/35.839 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_sent:17930 bytes_acked:17931 bytes_received:4200 segs_out:49 segs_in:46 send 905050bps lastsnd:20795 lastrcv:20795 lastack:20571 pacing_rate 1810096bps delivery_rate 503048bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,28sec,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:2643 bytes_acked:2644 bytes_received:3981 segs_out:36 segs_in:38 send 402409bps lastsnd:2669 lastrcv:2669 lastack:2444 pacing_rate 804816bps delivery_rate 73400bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3051 bytes_acked:3052 bytes_received:4379 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_sent:3451325 bytes_acked:3451325 bytes_received:8189 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
-+tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,2.525ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:1234 bytes_acked:1235 bytes_received:5268 segs_out:21 segs_in:20 send 8665495bps lastsnd:224263 lastrcv:224265 lastack:42465 pacing_rate 17330160bps delivery_rate 2267288bps rcv_space:14480
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:10191280 bytes_acked:10158498 bytes_received:278267 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:238691 bytes_acked:238692 bytes_received:6294114 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:247230 bytes_acked:247231 bytes_received:6274312 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:274616 bytes_acked:274617 bytes_received:12991541 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:265964 bytes_acked:265965 bytes_received:6993639 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:278267 bytes_acked:278268 bytes_received:10158498 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
-+tcp   ESTAB         0     0           10.0.0.10:57958 142.250.70.238:443         uid:1024 inode:165594185 sk:183a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:10.608/1.213 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:7836 bytes_acked:7837 bytes_received:3104 segs_out:27 segs_in:27 send 10693816bps lastsnd:18595 lastrcv:18584 lastack:18584 pacing_rate 21387376bps delivery_rate 5058864bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54774 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54792 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54794 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54796 10.0.0.10:44322            timer(timewait,350ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3814 bytes_acked:3815 bytes_received:4765 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3573 bytes_acked:3574 bytes_received:2558 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:54798 10.0.0.10:44322            timer(timewait,222ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54800 10.0.0.10:44322            timer(timewait,354ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54806 10.0.0.10:44322            timer(timewait,1.441ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54822 10.0.0.10:44322            timer(timewait,8.347ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54830 10.0.0.10:44322            timer(timewait,7.365ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54838 10.0.0.10:44322            timer(timewait,9.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54858 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54874 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54882 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54888 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54902 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54914 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54930 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54984 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54996 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54998 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55008 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55018 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:8252 bytes_acked:8253 bytes_received:3480217 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:37 bytes_acked:37 bytes_received:15171 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
- 
- pcp-ss output, at archive end
- # Time: 2021-06-18 13:34:14.168998 Filter: state connected
- Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
--tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
--tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,299ms,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d226) ts sack cubic wscale:7,7 rtt:5.268/10.344 ato:40 mss:65483 cwnd:51 pmtu:65535 ssthresh:27 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:1379162
--tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
--tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
--tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
--tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
--tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,19sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.326/1.581 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65491
--tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min13sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f4096,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.667/1.031 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:87463
--tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
--tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
--tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,15sec,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
--tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
--udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.194/0.696 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.826/0.515 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,29sec,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:248.861/32.644 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,2.767ms,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
--tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,7.793ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
--tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
--tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,3.571ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,586ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,2.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,7.474ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,9.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55104 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55122 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55126 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55132 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55136 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55142 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55154 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:ef49 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55156 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55164 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55174 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55176 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55178 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55186 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55190 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55194 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55204 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55210 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55216 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55218 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55222 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55224 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55226 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55228 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55230 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55238 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55240 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55244 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55250 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55254 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55268 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55274 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55276 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55278 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55280 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55284 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55292 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55298 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55300 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55302 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55310 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55312 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55320 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55326 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55330 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55338 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
--tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
-+tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,299ms,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d226) ts sack cubic wscale:7,7 rtt:5.268/10.344 ato:40 mss:65483 cwnd:51 pmtu:65535 ssthresh:27 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:1379162
-+tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,19sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.326/1.581 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65491
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min13sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f4096,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.667/1.031 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:87463
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,15sec,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.194/0.696 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.826/0.515 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,29sec,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:248.861/32.644 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,2.767ms,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
-+tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,7.793ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
-+tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,3.571ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,586ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,2.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,7.474ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,9.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55104 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55122 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55126 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55132 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55136 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55142 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55154 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:ef49 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55156 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55164 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55174 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55176 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55178 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55186 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55190 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55194 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55204 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55210 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55216 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55218 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55222 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55224 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55226 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55228 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55230 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55238 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55240 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55244 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55250 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55254 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55268 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55274 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55276 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55278 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55280 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55284 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55292 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55298 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55300 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55302 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55310 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55312 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55320 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55326 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55330 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55338 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
-+tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
- 
- check error handling when metrics not present. Note error is expected
- Error: metrics for 'network.persocket' not found in archive archives/pcp-mpstat
-diff --git a/src/pcp/ss/pcp-ss.py b/src/pcp/ss/pcp-ss.py
-index 8b29d2b21..9b225555c 100755
---- a/src/pcp/ss/pcp-ss.py
-+++ b/src/pcp/ss/pcp-ss.py
-@@ -45,7 +45,9 @@ class SS(object):
-         self.speclocal = None
-         self.metrics = []
-         self.instD = {} # { instid: instname }
--        self.metricsD = {} # { name: [fetchgroup, {instid: value}] }
-+        self.metricsD = {} # { name: fetchgroup }
-+        self.descsD = {} # { name: pmDesc }
-+        self.valuesD = {} # { name: {instid: value} }
-         self.context = None
-         self.pmfg = None
- 
-@@ -185,13 +187,18 @@ class SS(object):
- 
-         self.context.pmTraversePMNS(pmns, self.traverseCB)
-         self.pmids = self.context.pmLookupName(self.metrics)
-+        descs = self.context.pmLookupDescs(self.pmids)
- 
-         # Create metrics dict keyed by metric name (without pmns prefix).
--        # Each metricsD item is a list of [fetchgroup, dict of inst vals]
--        for pmnsname in self.metrics:
-+        nmetrics = len(self.metrics)
-+        for i in range (0, nmetrics):
-+            pmnsname = self.metrics[i]
-             name = remove_prefix(pmnsname, pmns + ".")
-             try:
--                self.metricsD[name] = [self.pmfg.extend_indom(pmnsname, maxnum=1000)]
-+                # do not want rate conversion, so use "instant" scale and only one fetch
-+                self.descsD[name] = descs[i]
-+                self.metricsD[name] = self.pmfg.extend_indom(pmnsname,
-+                    descs[i].contents.type, scale="instant", maxnum=10000)
-             except Exception as e:
-                 print("Warning: Failed to add %s to fetch group: %s" % (name, e))
- 
-@@ -202,28 +209,25 @@ class SS(object):
-             print("Error: fetch failed: %s" % e)
-             sys.exit(1)
- 
--        # extract instances
--        for name, metricL in self.metricsD.items():
-+        # extract instances and values
-+        for name in self.metricsD:
-             try:
-                 instvalsD = {}
-                 # walk the instances in the fetch group for this metric
--                fg = metricL[0]
--                for inst, iname, value in fg():
-+                for inst, iname, value in self.metricsD[name]():
-                     self.instD[inst] = iname
-                     try:
-                         instvalsD[inst] = value()
-                     except Exception as e:
--                        # print("Error: value() failed for metric %s, inst ID %d: %s" % (name, inst, e.message()))
--                        pass
--                self.metricsD[name].append(instvalsD) # [1] is dict of instid:value
-+                        print("Error: value() failed for metric %s, inst %d, iname %s: %s" % (name, inst, iname, e))
-+                self.valuesD[name] = instvalsD
-             except Exception as e:
--                print("Warning: failed to extract instances for metric %s, inst %d, iname %s, value %s: %s" %
--                    (name, inst, iname, value(), e))
-+                pass # instance went away, socket probably closed
- 
-     def strfield(self, fmt, metric, inst, default=""):
-         """ return formatted field, if metric and inst are available else default string """
-         try:
--            s = self.metricsD[metric][1][inst]
-+            s = self.valuesD[metric][inst]
-             if s is not None:
-                 return fmt % s
-         except:
-@@ -233,7 +237,7 @@ class SS(object):
-     def intfield(self, fmt, metric, inst, default=0):
-         """ return formatted field, if metric and inst are available else default """
-         try:
--            s = self.metricsD[metric][1][inst]
-+            s = self.valuesD[metric][inst]
-             if s is not None:
-                 return fmt % s
-         except:
-@@ -243,7 +247,7 @@ class SS(object):
-     def boolfield(self, field, metric, inst, default=""):
-         """ return field if metric and inst are available and non-zero """
-         try:
--            s = self.metricsD[metric][1][inst]
-+            s = self.valuesD[metric][inst]
-             if s is not None and s != 0:
-                 return field
-         except:
-@@ -253,7 +257,7 @@ class SS(object):
-     def filter_netid(self, inst):
-         """ filter on netid and -t, -u and -x cmdline options """
-         ret = False
--        netid = self.metricsD["netid"][1][inst]
-+        netid = self.valuesD["netid"][inst]
-         if self.args.tcp and netid == "tcp":
-             ret = True
-         elif self.args.udp and netid == "udp":
-@@ -268,8 +272,8 @@ class SS(object):
-         """ filter on tcp state """
-         if self.args.all:
-             return True
--        netid = self.metricsD["netid"][1][inst]
--        state = self.metricsD["state"][1][inst]
-+        netid = self.valuesD["netid"][inst]
-+        state = self.valuesD["state"][inst]
-         if self.args.listening:
-             if state != "LISTEN" and netid in ("tcp", "tcp6"):
-                 return False
-@@ -292,7 +296,7 @@ class SS(object):
-             out += self.strfield("%-26s", "dst", inst)
- 
-             if self.args.options: # -o --options flag
--                m = self.metricsD["timer.str"][1][inst]
-+                m = self.valuesD["timer.str"][inst]
-                 if m is not None and len(m) > 0:
-                     out += " timer(%s)" % m
- 
-@@ -301,15 +305,15 @@ class SS(object):
-                 out += self.strfield(" inode:%lu", "inode", inst, 0)
-                 out += self.strfield(" sk:%x", "sk", inst, 0)
-                 out += self.strfield(" cgroup:%s", "cgroup", inst)
--                if self.metricsD["v6only"][1][inst] != 0:
--                    out += " v6only:%d" % self.metricsD["v6only"][1][inst]
-+                if self.valuesD["v6only"][inst] != 0:
-+                    out += " v6only:%d" % self.valuesD["v6only"][inst]
-                 out += " <->"
- 
-             if not self.args.oneline and (self.args.memory or self.args.info):
-                 out += "\n"
- 
-             if self.args.memory: # -m --memory flag
--                m = self.metricsD["skmem.str"][1][inst]
-+                m = self.valuesD["skmem.str"][inst]
-                 if m is not None and len(m) > 0:
-                     out += " skmem(%s)" % m
- 
-@@ -326,6 +330,7 @@ class SS(object):
-                 out += self.strfield(" cwnd:%d", "cwnd", inst, 0)
-                 out += self.strfield(" pmtu:%d", "pmtu", inst, 0)
-                 out += self.strfield(" ssthresh:%d", "ssthresh", inst, 0)
-+                out += self.strfield(" bytes_sent:%lu", "bytes_sent", inst, 0)
-                 out += self.strfield(" bytes_acked:%lu", "bytes_acked", inst, 0)
-                 out += self.strfield(" bytes_received:%lu", "bytes_received", inst, 0)
-                 out += self.strfield(" segs_out:%lu", "segs_out", inst, 0)
-
-commit a2a4527d328b6c737c744f3b58fd6012616bd9bc
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Tue Jun 29 14:00:28 2021 +1000
-
-    pmdasockets: fix resource leak coverity CID371684
-    
-    Plug leak in error handling path:
-    
-    *** CID 371684:  Resource leaks  (RESOURCE_LEAK)
-    /src/pmdas/linux_sockets/ss_refresh.c: 72 in ss_refresh()
-    66      sts = pmdaCacheLookupName(indom, instname, &inst, (void **)&ss);
-    67      if (sts < 0 || ss == NULL) {
-    68          /* new entry */
-    69          if (ss == NULL)
-    70              ss = (ss_stats_t *)malloc(sizeof(ss_stats_t));
-    71          if (ss == NULL)
-    >>>     CID 371684:  Resource leaks  (RESOURCE_LEAK)
-    >>>     Variable "fp" going out of scope leaks the storage it points to.
-    72              return -ENOMEM;
-    73          sts = 0;
-    74      }
-
-diff --git a/src/pmdas/linux_sockets/ss_refresh.c b/src/pmdas/linux_sockets/ss_refresh.c
-index 76e222cd5..fc73ce4dc 100644
---- a/src/pmdas/linux_sockets/ss_refresh.c
-+++ b/src/pmdas/linux_sockets/ss_refresh.c
-@@ -68,8 +68,10 @@ ss_refresh(int indom)
- 	    /* new entry */
- 	    if (ss == NULL)
- 		ss = (ss_stats_t *)malloc(sizeof(ss_stats_t));
--	    if (ss == NULL)
-+	    if (ss == NULL) {
-+		ss_close_stream(fp);
- 	    	return -ENOMEM;
-+	    }
- 	    sts = 0;
- 	}
- 	*ss = parsed_ss;
-
-commit 1ff17fc3220a5d4bf3980f0fe5bef44ba29be7bc
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Tue Jun 29 14:24:57 2021 +1000
-
-    docs: document pmdasockets filter config file
-    
-    Updated pmdasockets(1) man page.
-
-diff --git a/src/pmdas/linux_sockets/pmdasockets.1 b/src/pmdas/linux_sockets/pmdasockets.1
-index 865be4de1..e7997202e 100644
---- a/src/pmdas/linux_sockets/pmdasockets.1
-+++ b/src/pmdas/linux_sockets/pmdasockets.1
-@@ -65,12 +65,19 @@ filter to be applied to optionally select socket states,
- IP addresses and other options that
- .B pmdasockets
- will collect (to populate it's instance domain).
--By default, this is
-+This is loaded on PMDA startup from the file
-+.B $(PCP_SYSCONF_DIR)/sockets/filter.conf
-+(typically
-+.BR /etc/pcp/sockets/filter.conf )
-+and defaults to
- .B state connected
- meaning only sockets in the
- .B connected
- state will be included.
--This can be changed dynamically by using
-+This can be changed persistently by editing
-+.BR filter.conf
-+as the root user.
-+The filter can also be changed dynamically after the PMDA has started by using
- .BR pmstore (1)
- to store a new filter string in the
- .B network.persocket.filter
-@@ -87,8 +94,8 @@ E.g.
- .RE
- .sp 1
- will change the filter to include sockets in all states.
--Note that the filter string is not persisted across PMDA restarts or reboots
--(this may change in the future).
-+Note a dynamically stored filter is not persisted across PMDA restarts or reboots
-+(edit the config file for a persistent change).
- For further details of the filter syntax and options, consult
- .BR ss (8).
- .SH LOGGING CONFIGURATION
-
-commit 1174dcc3d934d25750b5ac6ced3f67141388af34
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Wed Jun 30 10:21:02 2021 +1000
-
-    qa/1634: fix for when sockets PMDA isn't enabled
-
-diff --git a/qa/1634 b/qa/1634
-index 742fac0b9..ef52c3070 100755
---- a/qa/1634
-+++ b/qa/1634
-@@ -26,15 +26,14 @@ fi
- 
- # Override the pmda's filter.conf
- [ -f $PCP_PMDAS_DIR/sockets/filter.conf ] && \
--_save_config $PCP_PMDAS_DIR/sockets/filter.conf
-+_save_config $PCP_SYSCONF_DIR/sockets/filter.conf
- echo "state connected" >$tmp.filter
--$sudo cp $tmp.filter $PCP_PMDAS_DIR/sockets/filter.conf
-+$sudo cp $tmp.filter $PCP_SYSCONF_DIR/sockets/filter.conf
- 
- _cleanup()
- {
-     cd $here
--    [ -f $PCP_VAR_DIR/config/pmda/$domain.0.$seq ] && \
--    _restore_config $PCP_PMDAS_DIR/sockets/filter.conf
-+    _restore_config $PCP_SYSCONF_DIR/sockets/filter.conf
- 
-     $sudo rm -rf $tmp $tmp.*
- }
-@@ -45,7 +44,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
- 
- _filter()
- {
--    sed -e "s;$tmp;TMP;g"
-+    sed -e "s;$tmp;TMP;g" -e '/Unable to open help text file/d'
- }
- 
- # real QA test starts here
-
-commit 488ec284812ce3fa6cfea4bedf503fe7f7495b51
-Author: Ken McDonell <kenj@kenj.id.au>
-Date:   Thu Jul 1 06:00:07 2021 +1000
-
-    src/pmdas/linux_sockets: fix #! for Install and Remove
-    
-    For portability reasons the shell lives in /bin/sh not /usr/bin/sh.
-
-diff --git a/src/pmdas/linux_sockets/Install b/src/pmdas/linux_sockets/Install
-index 28d7c7f9e..09d07d2b9 100755
---- a/src/pmdas/linux_sockets/Install
-+++ b/src/pmdas/linux_sockets/Install
-@@ -1,4 +1,4 @@
--#!/usr/bin/sh
-+#!/bin/sh
- #
- # Copyright (c) 2021 Red Hat.
- # 
-diff --git a/src/pmdas/linux_sockets/Remove b/src/pmdas/linux_sockets/Remove
-index 3fee6a0e6..8f380016f 100755
---- a/src/pmdas/linux_sockets/Remove
-+++ b/src/pmdas/linux_sockets/Remove
-@@ -1,4 +1,4 @@
--#!/usr/bin/sh
-+#!/bin/sh
- #
- # Copyright (c) 2021 Red Hat.
- # 
-
-commit c0ff11472c93dc4cee47cd87bea20f90b59527c5
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Thu Jul 1 10:40:23 2021 +1000
-
-    pmdasockets: add missing help text for reord_seen and delivered
-    
-    Added missing help text for two of the TCP Info metrics, gleaned from
-    The M-Lab TCP INFO Data Set, https://measurementlab.net/tests/tcp-info
-
-diff --git a/src/pmdas/linux_sockets/help b/src/pmdas/linux_sockets/help
-index 97b05eeaa..4250738fe 100644
---- a/src/pmdas/linux_sockets/help
-+++ b/src/pmdas/linux_sockets/help
-@@ -120,11 +120,15 @@ The recent effective delivery bandwidth of the connection to the client. This gi
- an estimate of current connection performance by excluding periods when the connection
- was idle due to lack of application data to send.
- 
--@ network.persocket.delivered
-+@ network.persocket.delivered data segments and retransmits delivered to the receiver
-+Data segments delivered to the receiver including retransmits, as reported by
-+returning ACKs, used by ECN. Kernel: delivered in include/linux/tcp.h
- 
- @ network.persocket.app_limited TCP flows are limited with application-limiting
- 
--@ network.persocket.reord_seen
-+@ network.persocket.reord_seen received ACKs that were out of order
-+Received ACKs that were out of order. Estimates reordering on the
-+return path. Kernel: reord_seen
- 
- @ network.persocket.busy TCP connection is busy??
- 
-
-commit 4fdda037dfeeea8929219170b7d0234d8216101e
-Author: Ken McDonell <kenj@kenj.id.au>
-Date:   Fri Jul 2 07:34:36 2021 +1000
-
-    qa/1633: pcp-ss output order is non-deterministic
-    
-    May be a Python-version thing, but we're seeing test failures where
-    the _order_ of the output lines in the body of the report is different
-    on different platforms.
-    
-    Add _filter() to sort the output and remake .out.
-
-diff --git a/qa/1633 b/qa/1633
-index 8ce2fc3ba..e6cac503b 100755
---- a/qa/1633
-+++ b/qa/1633
-@@ -14,6 +14,21 @@ status=1	# failure is the default!
- $sudo rm -rf $tmp.* $seq.full
- trap "cd $here; rm -rf $tmp.*; exit \$status" 0 1 2 3 15
- 
-+# Something in pcp-ss is non-deterministic about how the
-+# output lines are ordered, so we have to sort 'em here.
-+# The first 2 lines are "heading", so keep them out of
-+# the sort.
-+#
-+_filter()
-+{
-+    $PCP_AWK_PROG '
-+BEGIN	{ out = "head" }
-+NR == 3	{ out = "body" }
-+	{ print >"'$tmp'." out }'
-+    cat $tmp.head
-+    LC_COLLATE=POSIX sort $tmp.body
-+}
-+
- pcp_ss="$PCP_BINADM_DIR/pcp-ss"
- test -x $pcp_ss || _notrun "No pcp-ss(1) installed"
- 
-@@ -21,16 +36,20 @@ test -x $pcp_ss || _notrun "No pcp-ss(1) installed"
- archive=$here/archives/pcp-ss
- 
- echo && echo pcp-ss output, at default offset
--pcp -z -a $archive ss -oemitauO
-+pcp -z -a $archive ss -oemitauO \
-+| _filter
- 
- echo && echo pcp-ss output, at 10s offset
--pcp -z -S10s -a $archive ss -oemitauO
-+pcp -z -S10s -a $archive ss -oemitauO \
-+| _filter
- 
- echo && echo pcp-ss output, at specific start time
--pcp -z -S'@Fri Jun 18 13:33:39 2021' -a $archive ss -oemitauO
-+pcp -z -S'@Fri Jun 18 13:33:39 2021' -a $archive ss -oemitauO \
-+| _filter
- 
- echo && echo pcp-ss output, at archive end
--pcp -z -O-0 -a $archive ss -oemitauO
-+pcp -z -O-0 -a $archive ss -oemitauO \
-+| _filter
- 
- echo && echo check error handling when metrics not present. Note error is expected
- pcp -z -O-0 -a $here/archives/pcp-mpstat ss 2>&1 | sed -e "s;$here/;;"
-diff --git a/qa/1633.out b/qa/1633.out
-index c1ba33d69..b1c3ff824 100644
---- a/qa/1633.out
-+++ b/qa/1633.out
-@@ -3,788 +3,788 @@ QA output created by 1633
- pcp-ss output, at default offset
- # Time: 2021-06-18 13:34:14.168998 Filter: state connected
- Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
--tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
- tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,299ms,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d226) ts sack cubic wscale:7,7 rtt:5.268/10.344 ato:40 mss:65483 cwnd:51 pmtu:65535 ssthresh:27 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:1379162
--tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
--tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
--tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
--tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
- tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,19sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.326/1.581 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65491
--tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min13sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f4096,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.667/1.031 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:87463
--tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
--tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
- tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,15sec,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
--tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
--udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.194/0.696 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
- tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.826/0.515 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
- tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
-+tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
- tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,29sec,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:248.861/32.644 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,2.767ms,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
- tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,7.793ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
--tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
--tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
-+tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
-+tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,3.571ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,586ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,2.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,7.474ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,9.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55104 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55122 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55126 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55132 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55136 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55142 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55154 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:ef49 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55156 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55164 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55174 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55176 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55178 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55186 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55190 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55194 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55204 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55210 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55216 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55218 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55222 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55224 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55226 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55228 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55230 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55238 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55240 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55244 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55250 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55254 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55268 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55274 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55276 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55278 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55280 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55284 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55292 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55298 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55300 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55302 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55310 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55312 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55320 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55326 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55330 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55338 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
--tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
-+tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- 
- pcp-ss output, at 10s offset
- # Time: 2021-06-18 13:33:39.076141 Filter: state connected
- Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
--tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:3077768 bytes_acked:3077768 bytes_received:95302 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:10193629 bytes_acked:10160847 bytes_received:278360 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:266019 bytes_acked:266020 bytes_received:6994873 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:278360 bytes_acked:278361 bytes_received:10160847 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:274730 bytes_acked:274731 bytes_received:12994135 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:238787 bytes_acked:238788 bytes_received:6296966 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:247338 bytes_acked:247339 bytes_received:6277019 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
- tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,40sec,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d191) ts sack cubic wscale:7,7 rtt:5.308/10.357 ato:40 mss:65483 cwnd:37 pmtu:65535 ssthresh:27 bytes_sent:1742159061 bytes_acked:1737331568 bytes_received:348908437 segs_out:100169 segs_in:51994 send 3651651846bps lastsnd:609 lastrcv:609 lastack:568 pacing_rate 4381982208bps delivery_rate 69848533328bps rcv_space:1379162
--tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:387993 bytes_acked:386592 bytes_received:72874142 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
--tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:46445 bytes_acked:46409 bytes_received:48039 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:6723 bytes_acked:6724 bytes_received:9572 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
--tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:149848 bytes_acked:149435 bytes_received:440822 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
--tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:65329 bytes_acked:65330 bytes_received:138089 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3792 bytes_acked:3793 bytes_received:6931 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
- tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,14sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.135/1.044 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:734660 bytes_acked:734551 bytes_received:739570 segs_out:13349 segs_in:6686 send 16235459bps lastsnd:524 lastrcv:516 lastack:516 pacing_rate 32468640bps delivery_rate 7613536bps rcv_space:65491
--tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:11353 bytes_acked:11354 bytes_received:23756 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:22452 bytes_acked:22453 bytes_received:16959 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:19775 bytes_acked:19776 bytes_received:15769 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min53sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f0,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.5/0.94 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_sent:71046 bytes_acked:71015 bytes_received:222343 segs_out:4414 segs_in:4458 send 11296744bps lastsnd:1471 lastrcv:1255 lastack:1449 pacing_rate 13556008bps delivery_rate 9819152bps rcv_space:87463
--tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:13434 bytes_acked:13435 bytes_received:76107 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
--tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:21565 bytes_acked:21566 bytes_received:71363 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
- tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,6.702ms,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:893 bytes_acked:894 bytes_received:5528 segs_out:187 segs_in:187 send 1195452bps lastsnd:1336001 lastrcv:1335906 lastack:38204 pacing_rate 2390880bps delivery_rate 229032bps rcv_space:14480
--tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_sent:349068015 bytes_acked:348908438 bytes_received:1737331568 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
--tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:95302 bytes_acked:95303 bytes_received:3077768 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
--udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.371/0.673 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_sent:128059 bytes_acked:122619 bytes_received:60993 segs_out:493 segs_in:558 send 3281458bps lastsnd:48748 lastrcv:48749 lastack:48739 pacing_rate 3937552bps delivery_rate 2269480bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:13434 bytes_acked:13435 bytes_received:76107 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:21565 bytes_acked:21566 bytes_received:71363 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
- tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.654/0.506 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_sent:10189 bytes_acked:10000 bytes_received:16620 segs_out:246 segs_in:410 send 4700228bps lastsnd:17768 lastrcv:17783 lastack:17759 pacing_rate 5640272bps delivery_rate 2983168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_sent:3498895 bytes_acked:3498895 bytes_received:8301 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
- tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_sent:10276 bytes_acked:9774 bytes_received:14545 segs_out:207 segs_in:207 send 821213bps lastsnd:17146 lastrcv:17036 lastack:17036 pacing_rate 985448bps delivery_rate 467400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:22452 bytes_acked:22453 bytes_received:16959 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:19775 bytes_acked:19776 bytes_received:15769 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_sent:76222 bytes_acked:76223 bytes_received:199808 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
--tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:69963 bytes_acked:68311 bytes_received:28389 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:6723 bytes_acked:6724 bytes_received:9572 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:11353 bytes_acked:11354 bytes_received:23756 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3814 bytes_acked:3815 bytes_received:4765 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d2) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:8645 bytes_acked:8646 bytes_received:12267 segs_out:135 segs_in:139 send 1015668bps lastsnd:52309 lastrcv:25403 lastack:50572 pacing_rate 2031320bps delivery_rate 335272bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_sent:76222 bytes_acked:76223 bytes_received:199808 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3573 bytes_acked:3574 bytes_received:2558 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3792 bytes_acked:3793 bytes_received:6931 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:8327 bytes_acked:8328 bytes_received:3510941 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
-+tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:16 bytes_acked:16 bytes_received:6325 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
-+tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3051 bytes_acked:3052 bytes_received:4379 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,9.693ms,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:251.743/35.839 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_sent:17930 bytes_acked:17931 bytes_received:4200 segs_out:49 segs_in:46 send 905050bps lastsnd:20795 lastrcv:20795 lastack:20571 pacing_rate 1810096bps delivery_rate 503048bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,28sec,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:2643 bytes_acked:2644 bytes_received:3981 segs_out:36 segs_in:38 send 402409bps lastsnd:2669 lastrcv:2669 lastack:2444 pacing_rate 804816bps delivery_rate 73400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3051 bytes_acked:3052 bytes_received:4379 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_sent:3498895 bytes_acked:3498895 bytes_received:8301 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
- tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,2.525ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:1234 bytes_acked:1235 bytes_received:5268 segs_out:21 segs_in:20 send 8665495bps lastsnd:224263 lastrcv:224265 lastack:42465 pacing_rate 17330160bps delivery_rate 2267288bps rcv_space:14480
--tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:10193629 bytes_acked:10160847 bytes_received:278360 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
--tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:238787 bytes_acked:238788 bytes_received:6296966 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:247338 bytes_acked:247339 bytes_received:6277019 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:274730 bytes_acked:274731 bytes_received:12994135 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:266019 bytes_acked:266020 bytes_received:6994873 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:278360 bytes_acked:278361 bytes_received:10160847 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:69963 bytes_acked:68311 bytes_received:28389 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:57958 142.250.70.238:443         uid:1024 inode:165594185 sk:183a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:10.608/1.213 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:7836 bytes_acked:7837 bytes_received:3104 segs_out:27 segs_in:27 send 10693816bps lastsnd:18595 lastrcv:18584 lastack:18584 pacing_rate 21387376bps delivery_rate 5058864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:46445 bytes_acked:46409 bytes_received:48039 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_sent:349068015 bytes_acked:348908438 bytes_received:1737331568 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:95302 bytes_acked:95303 bytes_received:3077768 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:65329 bytes_acked:65330 bytes_received:138089 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:3077768 bytes_acked:3077768 bytes_received:95302 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
-+tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:149848 bytes_acked:149435 bytes_received:440822 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
-+tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:387993 bytes_acked:386592 bytes_received:72874142 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
- tcp   TIME-WAIT     0     0           10.0.0.10:54774 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54792 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54794 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54796 10.0.0.10:44322            timer(timewait,350ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3814 bytes_acked:3815 bytes_received:4765 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3573 bytes_acked:3574 bytes_received:2558 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
- tcp   TIME-WAIT     0     0           10.0.0.10:54798 10.0.0.10:44322            timer(timewait,222ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54800 10.0.0.10:44322            timer(timewait,354ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54806 10.0.0.10:44322            timer(timewait,1.441ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54822 10.0.0.10:44322            timer(timewait,8.347ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54830 10.0.0.10:44322            timer(timewait,7.365ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54838 10.0.0.10:44322            timer(timewait,9.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54858 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54874 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54882 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54888 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54902 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54914 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54930 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54984 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54996 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54998 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55008 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55018 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:8327 bytes_acked:8328 bytes_received:3510941 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
--tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:16 bytes_acked:16 bytes_received:6325 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- 
- pcp-ss output, at specific start time
- # Time: 2021-06-18 13:33:39 Filter: state connected
- Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
--tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:3077689 bytes_acked:3077689 bytes_received:95300 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:10191280 bytes_acked:10158498 bytes_received:278267 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:265964 bytes_acked:265965 bytes_received:6993639 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:278267 bytes_acked:278268 bytes_received:10158498 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:274616 bytes_acked:274617 bytes_received:12991541 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:238691 bytes_acked:238692 bytes_received:6294114 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:247230 bytes_acked:247231 bytes_received:6274312 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
- tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,40sec,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d191) ts sack cubic wscale:7,7 rtt:5.308/10.357 ato:40 mss:65483 cwnd:37 pmtu:65535 ssthresh:27 bytes_sent:1741543822 bytes_acked:1736716332 bytes_received:348902250 segs_out:100169 segs_in:51994 send 3651651846bps lastsnd:609 lastrcv:609 lastack:568 pacing_rate 4381982208bps delivery_rate 69848533328bps rcv_space:1379162
--tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:387993 bytes_acked:386591 bytes_received:72874141 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
--tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:46445 bytes_acked:46409 bytes_received:48039 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:6723 bytes_acked:6724 bytes_received:9572 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
--tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:149848 bytes_acked:149434 bytes_received:440821 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
--tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:65329 bytes_acked:65330 bytes_received:138089 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3792 bytes_acked:3793 bytes_received:6931 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
- tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,14sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.135/1.044 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:734658 bytes_acked:734549 bytes_received:739568 segs_out:13349 segs_in:6686 send 16235459bps lastsnd:524 lastrcv:516 lastack:516 pacing_rate 32468640bps delivery_rate 7613536bps rcv_space:65491
--tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:11353 bytes_acked:11354 bytes_received:23756 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:22452 bytes_acked:22453 bytes_received:16959 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:19775 bytes_acked:19776 bytes_received:15769 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min53sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f0,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.5/0.94 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_sent:71046 bytes_acked:71015 bytes_received:222343 segs_out:4414 segs_in:4458 send 11296744bps lastsnd:1471 lastrcv:1255 lastack:1449 pacing_rate 13556008bps delivery_rate 9819152bps rcv_space:87463
--tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:13434 bytes_acked:13435 bytes_received:76107 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
--tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:21565 bytes_acked:21566 bytes_received:71362 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
- tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,6.702ms,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:893 bytes_acked:894 bytes_received:5528 segs_out:187 segs_in:187 send 1195452bps lastsnd:1336001 lastrcv:1335906 lastack:38204 pacing_rate 2390880bps delivery_rate 229032bps rcv_space:14480
--tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_sent:349061810 bytes_acked:348902251 bytes_received:1736716332 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
--tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:95300 bytes_acked:95301 bytes_received:3077689 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
--udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.371/0.673 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_sent:128059 bytes_acked:122619 bytes_received:60993 segs_out:493 segs_in:558 send 3281458bps lastsnd:48748 lastrcv:48749 lastack:48739 pacing_rate 3937552bps delivery_rate 2269480bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,8.158ms,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.038/1.11 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:13434 bytes_acked:13435 bytes_received:76107 segs_out:671 segs_in:482 send 4472610bps lastsnd:22123 lastrcv:22098 lastack:22098 pacing_rate 8945216bps delivery_rate 1318208bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.965/0.395 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:21565 bytes_acked:21566 bytes_received:71362 segs_out:842 segs_in:526 send 4691099bps lastsnd:9624 lastrcv:9601 lastack:9601 pacing_rate 9381984bps delivery_rate 1362840bps rcv_space:67755
- tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.654/0.506 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_sent:10189 bytes_acked:10000 bytes_received:16620 segs_out:246 segs_in:410 send 4700228bps lastsnd:17768 lastrcv:17783 lastack:17759 pacing_rate 5640272bps delivery_rate 2983168bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_sent:3451325 bytes_acked:3451325 bytes_received:8189 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
- tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_sent:10276 bytes_acked:9774 bytes_received:14545 segs_out:207 segs_in:207 send 821213bps lastsnd:17146 lastrcv:17036 lastack:17036 pacing_rate 985448bps delivery_rate 467400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:22452 bytes_acked:22453 bytes_received:16959 segs_out:307 segs_in:321 send 11037167bps lastsnd:11065 lastrcv:10735 lastack:10735 pacing_rate 22073256bps delivery_rate 2827752bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:19775 bytes_acked:19776 bytes_received:15769 segs_out:277 segs_in:301 send 11252852bps lastsnd:11066 lastrcv:11066 lastack:11056 pacing_rate 22505424bps delivery_rate 3209656bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_sent:76222 bytes_acked:76223 bytes_received:199808 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
--tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:69963 bytes_acked:68311 bytes_received:28389 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,43sec,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1769) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:6723 bytes_acked:6724 bytes_received:9572 segs_out:8675 segs_in:8669 send 1183300bps lastsnd:8818069 lastrcv:8817969 lastack:1340 pacing_rate 2366592bps delivery_rate 480352bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,23sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:11353 bytes_acked:11354 bytes_received:23756 segs_out:890 segs_in:895 send 496101bps lastsnd:207468 lastrcv:207250 lastack:21813 pacing_rate 992200bps delivery_rate 103864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3814 bytes_acked:3815 bytes_received:4765 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d2) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:8645 bytes_acked:8646 bytes_received:12265 segs_out:135 segs_in:139 send 1015668bps lastsnd:52309 lastrcv:25403 lastack:50572 pacing_rate 2031320bps delivery_rate 335272bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:49594 142.250.70.165:443         timer(keepalive,6.621ms,0) uid:1024 inode:165410113 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1074240,t0,tb87040,f0,w0,o0,bl0,d6) ts sack cubic wscale:8,7 rtt:11.987/1.417 ato:40 mss:1418 cwnd:18 pmtu:1500 ssthresh:0 bytes_sent:76222 bytes_acked:76223 bytes_received:199808 segs_out:342 segs_in:404 send 17034454bps lastsnd:218733 lastrcv:218735 lastack:38371 pacing_rate 34068192bps delivery_rate 8192584bps rcv_space:75339
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3573 bytes_acked:3574 bytes_received:2558 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,23sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3792 bytes_acked:3793 bytes_received:6931 segs_out:2107 segs_in:2102 send 503470bps lastsnd:78116165 lastrcv:78116159 lastack:21772 pacing_rate 1006936bps delivery_rate 206000bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:8252 bytes_acked:8253 bytes_received:3480217 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
-+tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:37 bytes_acked:37 bytes_received:15171 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
-+tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3051 bytes_acked:3052 bytes_received:4379 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,9.693ms,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:251.743/35.839 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_sent:17930 bytes_acked:17931 bytes_received:4200 segs_out:49 segs_in:46 send 905050bps lastsnd:20795 lastrcv:20795 lastack:20571 pacing_rate 1810096bps delivery_rate 503048bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,28sec,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:2643 bytes_acked:2644 bytes_received:3981 segs_out:36 segs_in:38 send 402409bps lastsnd:2669 lastrcv:2669 lastack:2444 pacing_rate 804816bps delivery_rate 73400bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:55308 142.250.70.228:443         uid:1024 inode:165561257 sk:eb1c cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:11.532/2.782 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3051 bytes_acked:3052 bytes_received:4379 segs_out:38 segs_in:36 send 9836975bps lastsnd:46596 lastrcv:46586 lastack:46587 pacing_rate 19672664bps delivery_rate 1814168bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55122            timer(keepalive,44sec,0) uid:386 inode:165594717 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.315/10.43 ato:40 mss:65483 cwnd:17 pmtu:65535 ssthresh:17 bytes_sent:3451325 bytes_acked:3451325 bytes_received:8189 segs_out:65 segs_in:47 send 1675576294bps lastsnd:609 lastrcv:611 lastack:567 pacing_rate 2010691552bps delivery_rate 130966000000bps rcv_space:65483
- tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,2.525ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:1234 bytes_acked:1235 bytes_received:5268 segs_out:21 segs_in:20 send 8665495bps lastsnd:224263 lastrcv:224265 lastack:42465 pacing_rate 17330160bps delivery_rate 2267288bps rcv_space:14480
--tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,4.425ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.392/0.759 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:10191280 bytes_acked:10158498 bytes_received:278267 segs_out:992 segs_in:851 send 13360000000bps lastsnd:607 lastrcv:760 lastack:607 pacing_rate 26677465768bps delivery_rate 174570666664bps rcv_space:65464
--tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,6.381ms,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.48/8.875 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:238691 bytes_acked:238692 bytes_received:6294114 segs_out:626 segs_in:849 send 585142857bps lastsnd:758 lastrcv:616 lastack:616 pacing_rate 1170122464bps delivery_rate 87381333328bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,10sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:4.388/8.395 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:247230 bytes_acked:247231 bytes_received:6274312 segs_out:642 segs_in:867 send 597411121bps lastsnd:764 lastrcv:635 lastack:635 pacing_rate 1194686104bps delivery_rate 87381333328bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,40sec,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.942/1.793 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:274616 bytes_acked:274617 bytes_received:12991541 segs_out:925 segs_in:1058 send 2782845011bps lastsnd:4761 lastrcv:4697 lastack:4697 pacing_rate 5564213312bps delivery_rate 65536000000bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:2.415/4.642 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:265964 bytes_acked:265965 bytes_received:6993639 segs_out:842 segs_in:867 send 1085482402bps lastsnd:759 lastrcv:623 lastack:623 pacing_rate 2170964800bps delivery_rate 87381333328bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,43sec,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:3.701/7.013 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:278267 bytes_acked:278268 bytes_received:10158498 segs_out:851 segs_in:993 send 708305863bps lastsnd:760 lastrcv:607 lastack:607 pacing_rate 1416324704bps delivery_rate 87381333328bps rcv_space:163840
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:69963 bytes_acked:68311 bytes_received:28389 segs_out:252 segs_in:206 send 952011bps lastsnd:6934 lastrcv:6458 lastack:6458 pacing_rate 1142400bps delivery_rate 371224bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:57958 142.250.70.238:443         uid:1024 inode:165594185 sk:183a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:10.608/1.213 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:7836 bytes_acked:7837 bytes_received:3104 segs_out:27 segs_in:27 send 10693816bps lastsnd:18595 lastrcv:18584 lastack:18584 pacing_rate 21387376bps delivery_rate 5058864bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,2min33sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:46445 bytes_acked:46409 bytes_received:48039 segs_out:2072 segs_in:2598 send 548610bps lastsnd:146234 lastrcv:146236 lastack:146029 pacing_rate 1097216bps delivery_rate 120648bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,10sec,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d352) ts sack cubic wscale:7,7 rtt:0.301/0.282 ato:40 mss:65483 cwnd:34 pmtu:65535 ssthresh:16 bytes_sent:349061810 bytes_acked:348902251 bytes_received:1736716332 segs_out:51994 segs_in:100170 send 59174006645bps lastsnd:609 lastrcv:609 lastack:609 pacing_rate 71008807968bps delivery_rate 104772800000bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.821/8.743 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:95300 bytes_acked:95301 bytes_received:3077689 segs_out:1880 segs_in:1389 send 899955334bps lastsnd:9970 lastrcv:9968 lastack:9968 pacing_rate 1799678784bps delivery_rate 40297230768bps rcv_space:65495
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,2min22sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:65329 bytes_acked:65330 bytes_received:138089 segs_out:2145 segs_in:1352 send 36115355bps lastsnd:6216424 lastrcv:6216231 lastack:157163 pacing_rate 43332512bps delivery_rate 1079864400bps rcv_space:14480
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.031ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.029/0.019 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:3077689 bytes_acked:3077689 bytes_received:95300 segs_out:1388 segs_in:1880 send 90394482759bps lastsnd:9969 lastrcv:9971 lastack:9969 pacing_rate 178481021272bps delivery_rate 65536000000bps rcv_space:65664
-+tcp   ESTAB        23     0           10.0.0.10:37330 217.182.79.119:6667        timer(on,543ms,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f2793,w1303,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:377.613/33.401 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:149848 bytes_acked:149434 bytes_received:440821 segs_out:13042 segs_in:6567 send 61354bps lastsnd:39 lastrcv:29806 lastack:29806 pacing_rate 73624bps delivery_rate 36280bps rcv_space:64371
-+tcp   ESTAB        23     0       10.40.192.134:47862 10.0.15.20:6667            timer(on,614ms,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f2793,w1303,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:453.799/37.471 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:387993 bytes_acked:386591 bytes_received:72874141 segs_out:117097 segs_in:108401 send 46117bps lastsnd:40 lastrcv:6050 lastack:22432 pacing_rate 55336bps delivery_rate 24936bps rcv_space:19026
- tcp   TIME-WAIT     0     0           10.0.0.10:54774 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54792 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54794 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54796 10.0.0.10:44322            timer(timewait,350ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,23sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3814 bytes_acked:3815 bytes_received:4765 segs_out:12 segs_in:12 send 470034bps lastsnd:22071 lastrcv:21847 lastack:21848 pacing_rate 940064bps delivery_rate 120016bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:54784 10.0.0.10:44322            timer(timewait,,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.118/1.177 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:3573 bytes_acked:3574 bytes_received:2558 segs_out:20 segs_in:19 send 11211702bps lastsnd:27596 lastrcv:27584 lastack:27584 pacing_rate 22423400bps delivery_rate 3963936bps rcv_space:14480
- tcp   TIME-WAIT     0     0           10.0.0.10:54798 10.0.0.10:44322            timer(timewait,222ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54800 10.0.0.10:44322            timer(timewait,354ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54802 10.0.0.10:44322            timer(timewait,3.376ms,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54806 10.0.0.10:44322            timer(timewait,1.441ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54822 10.0.0.10:44322            timer(timewait,8.347ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54826 10.0.0.10:44322            timer(timewait,5.357ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54830 10.0.0.10:44322            timer(timewait,7.365ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54838 10.0.0.10:44322            timer(timewait,9.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54808 10.0.0.10:44322            timer(timewait,2.383ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54858 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54810 10.0.0.10:44322            timer(timewait,4.343ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54860 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54872 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54874 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54876 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54882 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54834 10.0.0.10:44322            timer(timewait,6.831ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54888 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54816 10.0.0.10:44322            timer(timewait,4.219ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54836 10.0.0.10:44322            timer(timewait,7.364ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54892 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54894 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54896 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54898 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54900 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54902 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54904 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54906 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54914 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54824 10.0.0.10:44322            timer(timewait,5.225ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54916 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54930 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54954 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54956 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54958 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54964 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54966 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54968 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54972 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54974 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54976 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54978 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54980 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54984 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54986 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54988 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54996 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54866 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54962 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54942 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54910 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:54998 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54990 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55000 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55002 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55004 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55006 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55008 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54842 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54920 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54982 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54862 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54868 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54926 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54870 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54864 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54818 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54812 10.0.0.10:44322            timer(timewait,5.358ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54992 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55012 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55018 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54960 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54928 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54852 10.0.0.10:44322            timer(timewait,9.426ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54936 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54948 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54944 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54846 10.0.0.10:44322            timer(timewait,9.223ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54804 10.0.0.10:44322            timer(timewait,1.440ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54850 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54884 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54938 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54840 10.0.0.10:44322            timer(timewait,8.342ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54922 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54878 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54932 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54832 10.0.0.10:44322            timer(timewait,6.800ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54880 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54854 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54856 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54994 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55016 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54814 10.0.0.10:44322            timer(timewait,3.380ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54820 10.0.0.10:44322            timer(timewait,4.339ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54886 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54890 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:54952 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55104 10.0.0.10:44322            timer(keepalive,26sec,0) uid:378 inode:165606577 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb6291456,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:8.43/11.76 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:8252 bytes_acked:8253 bytes_received:3480217 segs_out:178 segs_in:356 send 310965599bps lastsnd:756 lastrcv:637 lastack:639 pacing_rate 621875864bps delivery_rate 20164923072bps rcv_space:469929
--tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55122 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165608516 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb3013437,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.236/0.425 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:37 bytes_acked:37 bytes_received:15171 segs_out:47 segs_in:66 send 11107796610bps lastsnd:611 lastrcv:609 lastack:609 pacing_rate 22145216472bps delivery_rate 32768000000bps rcv_space:81920
-+tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:37128 142.250.70.138:443         uid:1024 inode:165585835 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49113 142.250.70.131:443         uid:1024 inode:165606514 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- 
- pcp-ss output, at archive end
- # Time: 2021-06-18 13:34:14.168998 Filter: state connected
- Netid  State  Recv-Q Send-Q        Local Address:Port Peer Address:Port          Process
--tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
-+tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
-+tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
-+tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
-+tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
-+tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
- tcp   ESTAB         0     0            127.0.0.1:6379 127.0.0.1:34526            timer(keepalive,299ms,0) uid:379 inode:164789635 sk:17e9 cgroup:/system.slice/redis.service <-> skmem(r0,rb6291456,t0,tb4194304,f0,w0,o0,bl0,d226) ts sack cubic wscale:7,7 rtt:5.268/10.344 ato:40 mss:65483 cwnd:51 pmtu:65535 ssthresh:27 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:1379162
--tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
--tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
--tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
--tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
- tcp   ESTAB         0     0           10.0.0.10:33256 10.0.0.6:8009              timer(keepalive,19sec,0) uid:1024 inode:161634072 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2554304,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:6,7 rtt:7.326/1.581 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65491
--tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:37256 157.240.8.18:443           timer(keepalive,2min13sec,0) uid:1024 inode:163353710 sk:262 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb1623296,t0,tb46080,f4096,w0,o0,bl0,d37) ts sack cubic wscale:8,7 rtt:21.667/1.031 ato:40 mss:1380 cwnd:22 pmtu:1500 ssthresh:22 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:87463
--tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
--tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
-+tcp   ESTAB         0     0           10.0.0.10:37330 217.182.79.119:6667        timer(keepalive,3min20sec,0) uid:1024 inode:147037462 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2467768,t0,tb87040,f0,w0,o0,bl0,d15) ts sack cubic wscale:7,7 rtt:381.926/27.664 ato:40 mss:1448 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:64371
- tcp   ESTAB         0     0           10.0.0.10:39906 172.217.194.188:5228       timer(keepalive,15sec,0) uid:1024 inode:164287111 sk:eacd cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:94.893/7.701 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
--tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
--udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   ESTAB         0     0           10.0.0.10:40218 142.250.70.142:443         uid:1024 inode:165413160 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d16) ts sack cubic wscale:8,7 rtt:10.194/0.696 ato:40 mss:1418 cwnd:3 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:40226 13.54.123.156:443          timer(keepalive,28sec,0) uid:1024 inode:163971400 sk:3b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2673664,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:23.063/0.882 ato:46 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67012
-+tcp   ESTAB         0     0           10.0.0.10:40232 13.54.123.156:443          timer(keepalive,15sec,0) uid:1024 inode:164254779 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb2730360,t0,tb46080,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:21.7/0.326 ato:42 mss:1288 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:67755
- tcp   ESTAB         0     0           10.0.0.10:43990 142.250.70.131:443         uid:1024 inode:165420073 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:9.826/0.515 ato:40 mss:1418 cwnd:4 pmtu:1500 ssthresh:4 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
- tcp   ESTAB         0     0           10.0.0.10:44388 142.250.4.189:443          uid:1024 inode:165419510 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:96.696/2.871 ato:40 mss:1418 cwnd:7 pmtu:1500 ssthresh:7 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34914 142.250.70.234:443         uid:1024 inode:165418039 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d11) ts sack cubic wscale:8,7 rtt:10.278/0.678 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:34916 142.250.70.234:443         uid:1024 inode:165418040 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d9) ts sack cubic wscale:8,7 rtt:10.081/1.167 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:44852 202.58.9.228:443           timer(keepalive,3.777ms,0) uid:1024 inode:143675936 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1770) sack cubic wscale:9,7 rtt:98.707/11.472 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:45164 173.194.202.125:443        timer(keepalive,28sec,0) uid:1024 inode:161888302 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:228.663/49.231 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:46392 142.251.10.189:443         uid:1024 inode:165466671 sk:f23b cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f4096,w0,o0,bl0,d3) ts sack cubic wscale:8,7 rtt:111.69/24.888 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:52874 199.127.207.181:443        timer(keepalive,28sec,0) uid:1024 inode:154981923 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d433) sack cubic wscale:9,7 rtt:231.99/42.333 ato:40 mss:1460 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14600
-+tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
-+tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
- tcp   ESTAB         0     0           10.0.0.10:55532 140.82.114.26:443          timer(keepalive,29sec,0) uid:1024 inode:165515920 sk:17eb cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:248.861/32.644 ato:40 mss:1424 cwnd:20 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
- tcp   ESTAB         0     0           10.0.0.10:55534 140.82.114.26:443          timer(keepalive,2.767ms,0) uid:1024 inode:165521771 sk:ef38 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:10,7 rtt:283.095/41.806 ato:40 mss:1424 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:44322 10.0.0.10:55342            timer(keepalive,44sec,0) uid:386 inode:165594871 sk:5 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.05/0.056 ato:40 mss:65483 cwnd:20 pmtu:65535 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65483
- tcp   ESTAB         0     0           10.0.0.10:55694 34.120.177.193:443         timer(keepalive,7.793ms,0) uid:1024 inode:165577700 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d1) ts sack cubic wscale:8,7 rtt:13.091/4.789 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0                [::1]:3000 [::1]:51232                timer(keepalive,8.488ms,0) uid:378 inode:165581925 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.014/0.011 ato:40 mss:65464 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65464
--tcp   ESTAB         0     0               [::1]:51238 [::1]:3000                 timer(keepalive,11sec,0) uid:1024 inode:165581951 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d1) ts sack cubic wscale:7,7 rtt:4.802/9.371 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51240 [::1]:3000                 timer(keepalive,15sec,0) uid:1024 inode:165583008 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.783/1.488 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65476
--tcp   ESTAB         0     0               [::1]:51236 [::1]:3000                 timer(keepalive,514ms,0) uid:1024 inode:165575931 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4585000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:5.713/10.966 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51228 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165582929 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.422/0.763 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:98304
--tcp   ESTAB         0     0               [::1]:51232 [::1]:3000                 timer(keepalive,3.596ms,0) uid:1024 inode:165552950 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb4978000,t0,tb2626560,f0,w0,o0,bl0,d3) ts sack cubic wscale:7,7 rtt:8.219/14.257 ato:40 mss:32768 cwnd:10 pmtu:65536 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:163840
--tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:46306 3.233.54.64:443            timer(keepalive,28sec,0) uid:1024 inode:165592357 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:12,7 rtt:246.45/50.358 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   ESTAB         0     0           10.0.0.10:49614 142.250.70.165:443         uid:1024 inode:165581235 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) ts sack cubic wscale:8,7 rtt:10.2/1.047 ato:40 mss:1418 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
--tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   ESTAB         0     0           10.0.0.10:57232 157.240.8.35:443           uid:1024 inode:165408121 sk:1781 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb46080,f8192,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:23.193/1.8 ato:40 mss:1380 cwnd:2 pmtu:1500 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           10.0.0.10:58310 52.88.142.33:443           timer(keepalive,1min53sec,0) uid:1024 inode:143231822 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d4) ts sack cubic wscale:8,7 rtt:211.152/22.951 ato:40 mss:1448 cwnd:10 pmtu:1500 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0           127.0.0.1:34526 127.0.0.1:6379             timer(keepalive,646ms,0) uid:386 inode:164791620 sk:ef22 cgroup:/system.slice/pmproxy.service <-> skmem(r0,rb4978722,t0,tb4194304,f0,w0,o0,bl0,d397) ts sack cubic wscale:7,7 rtt:0.217/0.167 ato:40 mss:65483 cwnd:36 pmtu:65535 ssthresh:16 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:245440
-+tcp   ESTAB         0     0           127.0.0.1:49798 127.0.0.1:3000             uid:0 inode:164815425 sk:17e9 cgroup:/system.slice/pmcd.service <-> skmem(r0,rb131072,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:6.023/4.348 ato:40 mss:65483 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65495
-+tcp   ESTAB         0     0       10.40.192.134:47862 10.0.15.20:6667            timer(keepalive,2min48sec,0) uid:1024 inode:143267906 sk:39 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb181972,t0,tb46080,f0,w0,o0,bl0,d56) ts sack cubic wscale:8,7 rtt:456.275/44.255 ato:40 mss:1308 cwnd:2 pmtu:1360 ssthresh:2 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:19026
-+tcp   ESTAB         0     0       192.168.122.1:53100 192.168.122.54:22          timer(keepalive,1min43sec,0) uid:1024 inode:152890200 sk:3a cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d11) ts sack cubic wscale:7,7 rtt:6.415/11.95 ato:40 mss:1448 cwnd:20 pmtu:1500 ssthresh:20 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:14480
-+tcp   ESTAB         0     0   [::ffff:127.0.0.1]:3000 [::ffff:127.0.0.1]:49798   timer(keepalive,5.265ms,0) uid:378 inode:164821548 sk:17e9 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2358342,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.033/0.018 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:65664
-+tcp   TIME-WAIT     0     0           10.0.0.10:49594 142.250.70.165:443         timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55020 10.0.0.10:44322            timer(timewait,3.571ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55022 10.0.0.10:44322            timer(timewait,586ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55024 10.0.0.10:44322            timer(timewait,1.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55028 10.0.0.10:44322            timer(timewait,2.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55030 10.0.0.10:44322            timer(timewait,1.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55032 10.0.0.10:44322            timer(timewait,2.607ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55034 10.0.0.10:44322            timer(timewait,4.636ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55036 10.0.0.10:44322            timer(timewait,3.608ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55038 10.0.0.10:44322            timer(timewait,5.580ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55044 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55026 10.0.0.10:44322            timer(timewait,1.601ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55046 10.0.0.10:44322            timer(timewait,5.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55048 10.0.0.10:44322            timer(timewait,8.579ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55050 10.0.0.10:44322            timer(timewait,6.570ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55054 10.0.0.10:44322            timer(timewait,7.474ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55042 10.0.0.10:44322            timer(timewait,6.447ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55056 10.0.0.10:44322            timer(timewait,7.623ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55060 10.0.0.10:44322            timer(timewait,8.449ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55062 10.0.0.10:44322            timer(timewait,9.618ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55040 10.0.0.10:44322            timer(timewait,4.635ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55064 10.0.0.10:44322            timer(timewait,8.577ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55066 10.0.0.10:44322            timer(timewait,9.605ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55070 10.0.0.10:44322            timer(timewait,9.625ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55072 10.0.0.10:44322            timer(timewait,10sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55074 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55078 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55052 10.0.0.10:44322            timer(timewait,6.568ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55080 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55082 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55068 10.0.0.10:44322            timer(timewait,11sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55014 10.0.0.10:44322            timer(timewait,581ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55058 10.0.0.10:44322            timer(timewait,7.617ms,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55084 10.0.0.10:44322            timer(timewait,12sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55086 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55088 10.0.0.10:44322            timer(timewait,15sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55090 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55092 10.0.0.10:44322            timer(timewait,13sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55094 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55096 10.0.0.10:44322            timer(timewait,14sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55104 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55112 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55114 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55102 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55116 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55118 10.0.0.10:44322            timer(timewait,19sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55100 10.0.0.10:44322            timer(timewait,18sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55108 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55110 10.0.0.10:44322            timer(timewait,17sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55106 10.0.0.10:44322            timer(timewait,16sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55122 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55126 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55130 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55132 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55124 10.0.0.10:44322            timer(timewait,20sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55134 10.0.0.10:44322            timer(timewait,21sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55136 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55138 10.0.0.10:44322            timer(timewait,22sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55140 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55142 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55144 10.0.0.10:44322            timer(timewait,23sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55146 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55148 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55150 10.0.0.10:44322            timer(timewait,24sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55154 10.0.0.10:44322            timer(timewait,25sec,0) uid:0 inode:0 sk:ef49 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55156 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55162 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:ef4a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55164 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55174 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55176 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55172 10.0.0.10:44322            timer(timewait,29sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55152 10.0.0.10:44322            timer(timewait,27sec,0) uid:0 inode:0 sk:17ed cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55168 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef4c cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55160 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4d cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55158 10.0.0.10:44322            timer(timewait,26sec,0) uid:0 inode:0 sk:ef4e cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55166 10.0.0.10:44322            timer(timewait,28sec,0) uid:0 inode:0 sk:ef50 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55178 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55186 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55190 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55184 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55182 10.0.0.10:44322            timer(timewait,31sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55194 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55200 10.0.0.10:44322            timer(timewait,33sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55204 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55206 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55210 10.0.0.10:44322            timer(timewait,34sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55188 10.0.0.10:44322            timer(timewait,32sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55196 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55180 10.0.0.10:44322            timer(timewait,30sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55216 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55218 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55222 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55224 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55226 10.0.0.10:44322            timer(timewait,38sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55228 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55220 10.0.0.10:44322            timer(timewait,37sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55214 10.0.0.10:44322            timer(timewait,36sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55230 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55212 10.0.0.10:44322            timer(timewait,35sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55232 10.0.0.10:44322            timer(timewait,39sec,0) uid:0 inode:0 sk:3b cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55238 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55240 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55244 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55234 10.0.0.10:44322            timer(timewait,40sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55248 10.0.0.10:44322            timer(timewait,42sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55250 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55242 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55236 10.0.0.10:44322            timer(timewait,41sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55254 10.0.0.10:44322            timer(timewait,44sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55256 10.0.0.10:44322            timer(timewait,43sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55260 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55262 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55268 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55272 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55274 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55276 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55266 10.0.0.10:44322            timer(timewait,45sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55278 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55270 10.0.0.10:44322            timer(timewait,46sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55280 10.0.0.10:44322            timer(timewait,47sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55282 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55284 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55286 10.0.0.10:44322            timer(timewait,48sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55288 10.0.0.10:44322            timer(timewait,49sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55292 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:259 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55298 10.0.0.10:44322            timer(timewait,51sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55300 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55302 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55304 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55306 10.0.0.10:44322            timer(timewait,53sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55308 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55310 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55296 10.0.0.10:44322            timer(timewait,52sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55294 10.0.0.10:44322            timer(timewait,50sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55312 10.0.0.10:44322            timer(timewait,54sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55320 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55326 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55330 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55322 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55318 10.0.0.10:44322            timer(timewait,56sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:55334 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- tcp   TIME-WAIT     0     0           10.0.0.10:55338 10.0.0.10:44322            timer(timewait,58sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   TIME-WAIT     0     0           10.0.0.10:55328 10.0.0.10:44322            timer(timewait,57sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55342 10.0.0.10:44322            timer(keepalive,29sec,0) uid:378 inode:165616642 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb2882418,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:0.041/0.024 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:73728
--tcp   TIME-WAIT     0     0           10.0.0.10:55316 10.0.0.10:44322            timer(timewait,55sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
--tcp   ESTAB         0     0           10.0.0.10:55332 10.0.0.10:44322            timer(keepalive,28sec,0) uid:378 inode:165581545 sk:5 cgroup:/system.slice/grafana-server.service <-> skmem(r0,rb4454646,t0,tb2626560,f0,w0,o0,bl0,d0) ts sack cubic wscale:7,7 rtt:3.728/6.7 ato:40 mss:32768 cwnd:10 pmtu:65535 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:105770
-+tcp   TIME-WAIT     0     0           10.0.0.10:55340 10.0.0.10:44322            timer(timewait,59sec,0) uid:0 inode:0 sk:5 cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+tcp   TIME-WAIT     0     0           10.0.0.10:57958 142.250.70.238:443         timer(timewait,54sec,0) uid:0 inode:0 sk:183a cgroup: <-> wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35754 142.251.10.189:443         uid:1024 inode:165318004 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:35983 142.250.70.142:443         uid:1024 inode:165466809 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:36244 142.250.70.138:443         uid:1024 inode:165293889 sk:f231 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:44639 142.250.70.131:443         uid:1024 inode:165411837 sk:5 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
-+udp   ESTAB         0     0           10.0.0.10:49123 142.250.4.189:443          uid:1024 inode:165373416 sk:ef33 cgroup:/user.slice/user-1024.slice/session-2.scope <-> skmem(r0,rb425984,t0,tb58080,f4096,w0,o0,bl0,d0) wscale: rtt: ato:0 mss:0 cwnd:0 pmtu:0 ssthresh:0 bytes_sent:0 bytes_acked:0 bytes_received:0 segs_out:0 segs_in:0 send 0bps lastsnd:0 lastrcv:0 lastack:0 pacing_rate 0bps delivery_rate 0bps rcv_space:0
- 
- check error handling when metrics not present. Note error is expected
- Error: metrics for 'network.persocket' not found in archive archives/pcp-mpstat
-
-commit 9579b8cf3639e24edbac1e41ba4a1c3683e48df6
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Tue Jul 6 12:39:43 2021 +1000
-
-    pcp-ss: dont try to delete the pcp options context
-    
-    The pmapi context returned by pmapi.pmContext.fromOptions will
-    be destroyed when the enclosing pmContext object is destroyed
-    (see comment in pmapi.py for pmContext.pmDestroyContext).
-    
-    Ken reported this was causing qa/1633 failures on Ubuntu 16.04.
-
-diff --git a/src/pcp/ss/pcp-ss.py b/src/pcp/ss/pcp-ss.py
-index 9b225555c..58c2680fb 100755
---- a/src/pcp/ss/pcp-ss.py
-+++ b/src/pcp/ss/pcp-ss.py
-@@ -146,16 +146,14 @@ class SS(object):
-                     optargv.append("-z")
-                 if pcp_origin:
-                     optargv.append("-O%s" % pcp_origin)
--                    ctx = pmapi.pmContext.fromOptions(options, optargv)
-+                    pmapi.pmContext.fromOptions(options, optargv)
-                     origin = options.pmGetOptionOrigin()
-                     self.context.pmSetMode(PM_MODE_INTERP, origin, 0)
--                    del ctx
-                 elif pcp_start_time:
-                     optargv.append("-S%s" % pcp_start_time)
--                    ctx = pmapi.pmContext.fromOptions(options, optargv)
-+                    pmapi.pmContext.fromOptions(options, optargv)
-                     start = options.pmGetOptionStart()
-                     self.context.pmSetMode(PM_MODE_INTERP, start, 0)
--                    del ctx
- 
-         except pmapi.pmErr as error:
-             sys.stderr.write("%s: %s '%s'\n" % (error.progname(), error.message(), self.source))
-
-commit 3fc974dc0994a9e162b78da6db92c4427f491de2
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Thu Jul 8 14:49:36 2021 +1000
-
-    pmdasockets: default to daemon and migrate from DSO to daemon
-    
-    On install, migrate existing PMDA (if any) from DSO to daemon
-    using the Upgrade script. On new installs and setup, default
-    to a daemon.
-    
-    Have tested installs, reinstalls and upgrades for both scenarios.
-
-diff --git a/src/pmdas/linux_sockets/Install b/src/pmdas/linux_sockets/Install
-index 09d07d2b9..3103bc8cf 100755
---- a/src/pmdas/linux_sockets/Install
-+++ b/src/pmdas/linux_sockets/Install
-@@ -19,12 +19,6 @@
- . $PCP_SHARE_DIR/lib/pmdaproc.sh
- 
- iam=sockets
--
--# preferred: DSO
--dso_opt=true
--pipe_opt=false
--daemon_opt=false
--
- pmns_name=network.persocket	# differs to PMDA name
- 
- which ss >/dev/null 2>&1
-diff --git a/src/pmdas/linux_sockets/Upgrade b/src/pmdas/linux_sockets/Upgrade
-index 97b6639d7..3be588063 100755
---- a/src/pmdas/linux_sockets/Upgrade
-+++ b/src/pmdas/linux_sockets/Upgrade
-@@ -16,8 +16,10 @@
- 
- . $PCP_DIR/etc/pcp.env
- 
--if grep -q ^sockets "$PCP_PMCDCONF_PATH" 2>/dev/null
-+if grep -q "^sockets.*\.dso.*\.so" "$PCP_PMCDCONF_PATH" 2>/dev/null
- then
-+    # migrate from dso to daemon
-+    sed -i '/^sockets/d' "$PCP_PMCDCONF_PATH"
-     touch "$PCP_PMDAS_DIR/sockets/.NeedInstall"
- fi
-
-commit 1ba2675535da80121bfe10d5b25e7712c4821960
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Thu Jul 8 16:06:25 2021 +1000
-
-    pmdasockets: fix regex in Upgrade script
-    
-    There is no '.' before 'dso' in the sockets entry in pmcd.conf
-
-diff --git a/src/pmdas/linux_sockets/Upgrade b/src/pmdas/linux_sockets/Upgrade
-index 3be588063..3d4ad81ff 100755
---- a/src/pmdas/linux_sockets/Upgrade
-+++ b/src/pmdas/linux_sockets/Upgrade
-@@ -16,7 +16,7 @@
- 
- . $PCP_DIR/etc/pcp.env
- 
--if grep -q "^sockets.*\.dso.*\.so" "$PCP_PMCDCONF_PATH" 2>/dev/null
-+if grep -q "^sockets.*dso.*\.so" "$PCP_PMCDCONF_PATH" 2>/dev/null
- then
-     # migrate from dso to daemon
-     sed -i '/^sockets/d' "$PCP_PMCDCONF_PATH"
---- a/qa/group	2021-07-08 01:22:42.295549594 -0400
-+++ b/qa/group	2021-07-08 01:22:52.303659054 -0400
-@@ -1851,6 +1851,7 @@
- 1623 libpcp_import collectl local
- 1627 libpcp_import local
- 1628 libpcp_import valgrind local
-+1633 python pmda.sockets local
- 1634 pmda.sockets local
- 1644 pmda.perfevent local
- 1660 libpcp labels local
diff --git a/SOURCES/redhat-bugzilla-1947989.patch b/SOURCES/redhat-bugzilla-1947989.patch
deleted file mode 100644
index afe4717..0000000
--- a/SOURCES/redhat-bugzilla-1947989.patch
+++ /dev/null
@@ -1,849 +0,0 @@
-commit 2bad6aef10339f000f7cb578108db5ee80bd640c
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Wed Jun 9 17:04:33 2021 +1000
-
-    pmproxy: add mutex for client req lists, fix https/tls support, QA
-    
-    Add a new mutext to struct proxy and use it to protect parallel
-    multithreaded updates to the proxy->first client list.
-    
-    Also use the same mutext to protect updates to the pending_writes
-    client list and avoid the doubly linked list corruption that was
-    causing parallel https/tls requests to get stuck spinning in
-    flush_secure_module(), as reported in BZ#1947989.
-    
-    qa/1457 is extensively updated to test parallel http, https/tls
-    (and combinations of http and https/tls) RESTAPI calls. Previously
-    it only tested a single https/tls call.
-    
-    With these changes, parallel https/tls RESTAPI requests from the
-    grafana-pcp datasource to pmproxy now work correctly whereas previously
-    pmproxy would hang/spin.
-    
-    Resolves: RHBZ#1947989 - pmproxy hangs and consume 100% cpu if the
-    redis datasource is configured with TLS.
-    
-    Related: https://github.com/performancecopilot/pcp/issues/1311
-
-diff --git a/qa/1457 b/qa/1457
-index 94969f6e0..8bf395944 100755
---- a/qa/1457
-+++ b/qa/1457
-@@ -2,7 +2,7 @@
- # PCP QA Test No. 1457
- # Exercise HTTPS access to the PMWEBAPI(3).
- #
--# Copyright (c) 2019 Red Hat.
-+# Copyright (c) 2019,2021 Red Hat.
- #
- 
- seq=`basename $0`
-@@ -138,14 +138,59 @@ else
- fi
- 
- date >>$seq.full
--echo "=== checking TLS operation ===" | tee -a $seq.full
--# (-k) allows us to use self-signed (insecure) certificates, so for testing only
--# (-v) provides very detailed TLS connection information, for debugging only
--curl -k --get 2>$tmp.err \
--	"https://localhost:$port/pmapi/metric?name=sample.long.ten" \
--	| _filter_json
--cat $tmp.err >>$seq.full
-+echo "=== checking serial http operation ===" | tee -a $seq.full
-+for i in 1 2 3 4; do
-+    curl -Gs "http://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i
-+done
-+for i in 1 2 3 4; do
-+echo === out$i === | tee -a $seq.full
-+_filter_json < $tmp.out$i
-+done
-+
-+date >>$seq.full
-+echo "=== checking parallel http operation ===" | tee -a $seq.full
-+for i in 1 2 3 4; do
-+    curl -Gs "http://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i & 2>/dev/null eval pid$i=$!
-+done
-+wait $pid1 $pid2 $pid3 $pid4
-+for i in 1 2 3 4; do
-+echo === out$i === | tee -a $seq.full
-+_filter_json < $tmp.out$i
-+done
-+
-+date >>$seq.full
-+echo "=== checking serial https/TLS operation ===" | tee -a $seq.full
-+for i in 1 2 3 4; do
-+    curl -k -Gs "https://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i
-+done
-+for i in 1 2 3 4; do
-+echo === out$i === | tee -a $seq.full
-+_filter_json < $tmp.out$i
-+done
-+
- date >>$seq.full
-+echo "=== checking parallel https/TLS operation ===" | tee -a $seq.full
-+for i in 1 2 3 4; do
-+    curl -k -Gs "https://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i & 2>/dev/null eval pid$i=$!
-+done
-+wait $pid1 $pid2 $pid3 $pid4
-+for i in 1 2 3 4; do
-+echo === out$i === | tee -a $seq.full
-+_filter_json < $tmp.out$i
-+done
-+
-+date >>$seq.full
-+echo "=== checking parallel mixed http and https/TLS operations ===" | tee -a $seq.full
-+for i in 1 3 5 7; do
-+    j=`expr $i + 1`
-+    curl -k -Gs "http://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i & 2>/dev/null eval pid$i=$!
-+    curl -k -Gs "https://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$j >$tmp.out$j & 2>/dev/null eval pid$j=$!
-+done
-+wait $pid1 $pid2 $pid3 $pid4 $pid5 $pid6 $pid7 $pid8
-+for i in 1 2 3 4 5 6 7 8; do
-+echo === out$i === | tee -a $seq.full
-+_filter_json < $tmp.out$i
-+done
- 
- echo "=== check pmproxy is running ==="
- pminfo -v -h localhost@localhost:$port hinv.ncpu
-@@ -156,7 +201,7 @@ else
- fi
- 
- # valgrind takes awhile to shutdown too
--pmsignal $pid
-+pmsignal $pid >/dev/null 2>&1
- pmsleep 3.5
- echo "=== valgrind stdout ===" | tee -a $seq.full
- cat $tmp.valout | _filter_valgrind
-@@ -164,6 +209,9 @@ cat $tmp.valout | _filter_valgrind
- echo "=== valgrind stderr ===" | tee -a $seq.full
- cat $tmp.valerr | _filter_pmproxy_log | _filter_port
- 
-+# final kill if it's spinning
-+$sudo kill -9 $pid >/dev/null 2>&1
-+
- # success, all done
- status=0
- exit
-diff --git a/qa/1457.out b/qa/1457.out
-index a7b64cdc5..422176db2 100644
---- a/qa/1457.out
-+++ b/qa/1457.out
-@@ -1,5 +1,539 @@
- QA output created by 1457
--=== checking TLS operation ===
-+=== checking serial http operation ===
-+=== out1 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out2 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out3 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out4 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== checking parallel http operation ===
-+=== out1 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out2 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out3 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out4 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== checking serial https/TLS operation ===
-+=== out1 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out2 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out3 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out4 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== checking parallel https/TLS operation ===
-+=== out1 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out2 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out3 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out4 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== checking parallel mixed http and https/TLS operations ===
-+=== out1 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out2 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out3 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out4 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out5 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out6 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out7 ===
-+{
-+    "context": "CONTEXT"
-+    "metrics": [
-+        {
-+            "name": "sample.long.ten",
-+            "series": "SERIES"
-+            "pmid": "29.0.11",
-+            "type": "32",
-+            "sem": "instant",
-+            "units": "none",
-+            "labels": {
-+                "agent": "sample",
-+                "cluster": "zero",
-+                "domainname": "DOMAINNAME"
-+                "hostname": "HOSTNAME"
-+                "role": "testing"
-+            },
-+            "text-oneline": "10 as a 32-bit integer",
-+            "text-help": "10 as a 32-bit integer"
-+        }
-+    ]
-+}
-+=== out8 ===
- {
-     "context": "CONTEXT"
-     "metrics": [
-diff --git a/qa/group b/qa/group
-index 462dffaaa..77cac788d 100644
---- a/qa/group
-+++ b/qa/group
-@@ -1818,7 +1818,7 @@ x11
- 1436 pmda.postgresql local
- 1437 pmda.kvm local
- 1455 pmlogrewrite labels pmdumplog local
--1457 pmproxy local
-+1457 pmproxy libpcp_web threads secure local
- 1480 pmda.lmsensors local
- 1489 python pmrep pmimport local
- 1490 python local labels
-diff --git a/src/pmproxy/src/secure.c b/src/pmproxy/src/secure.c
-index 77265894c..072e2a085 100644
---- a/src/pmproxy/src/secure.c
-+++ b/src/pmproxy/src/secure.c
-@@ -16,13 +16,25 @@
- #include <openssl/opensslv.h>
- #include <openssl/ssl.h>
- 
-+/* called with proxy->mutex locked */
- static void
- remove_connection_from_queue(struct client *client)
- {
-+    struct proxy *proxy = client->proxy;
-+
-     if (client->secure.pending.writes_buffer != NULL)
- 	free(client->secure.pending.writes_buffer);
--    if (client->secure.pending.prev != NULL)
--	*client->secure.pending.prev = client->secure.pending.next;
-+    if (client->secure.pending.prev == NULL) {
-+	/* next (if any) becomes first in pending_writes list */
-+    	proxy->pending_writes = client->secure.pending.next;
-+	if (proxy->pending_writes)
-+	    proxy->pending_writes->secure.pending.prev = NULL;
-+    }
-+    else {
-+	/* link next and prev */
-+	client->secure.pending.prev->secure.pending.next = client->secure.pending.next;
-+	client->secure.pending.next->secure.pending.prev = client->secure.pending.prev;
-+    }
-     memset(&client->secure.pending, 0, sizeof(client->secure.pending));
- }
- 
-@@ -32,7 +44,9 @@ on_secure_client_close(struct client *client)
-     if (pmDebugOptions.auth || pmDebugOptions.http)
- 	fprintf(stderr, "%s: client %p\n", "on_secure_client_close", client);
- 
-+    uv_mutex_lock(&client->proxy->mutex);
-     remove_connection_from_queue(client);
-+    uv_mutex_unlock(&client->proxy->mutex);
-     /* client->read and client->write freed by SSL_free */
-     SSL_free(client->secure.ssl);
- }
-@@ -40,6 +54,8 @@ on_secure_client_close(struct client *client)
- static void
- maybe_flush_ssl(struct proxy *proxy, struct client *client)
- {
-+    struct client *c;
-+
-     if (client->secure.pending.queued)
- 	return;
- 
-@@ -47,13 +63,19 @@ maybe_flush_ssl(struct proxy *proxy, struct client *client)
- 	client->secure.pending.writes_count > 0)
- 	return;
- 
--    client->secure.pending.next = proxy->pending_writes;
--    if (client->secure.pending.next != NULL)
--	client->secure.pending.next->secure.pending.prev = &client->secure.pending.next;
--    client->secure.pending.prev = &proxy->pending_writes;
-+    uv_mutex_lock(&proxy->mutex);
-+    if (proxy->pending_writes == NULL) {
-+    	proxy->pending_writes = client;
-+	client->secure.pending.prev = client->secure.pending.next = NULL;
-+    }
-+    else {
-+    	for (c=proxy->pending_writes; c->secure.pending.next; c = c->secure.pending.next)
-+	    ; /**/
-+	c->secure.pending.next = client;
-+	client->secure.pending.prev = c;
-+    }
-     client->secure.pending.queued = 1;
--
--    proxy->pending_writes = client;
-+    uv_mutex_unlock(&proxy->mutex);
- }
- 
- static void
-@@ -135,10 +157,12 @@ flush_ssl_buffer(struct client *client)
- void
- flush_secure_module(struct proxy *proxy)
- {
--    struct client	*client, **head = &proxy->pending_writes;
-+    struct client	*client, **head;
-     size_t		i, used;
-     int			sts;
- 
-+    uv_mutex_lock(&proxy->mutex);
-+    head = &proxy->pending_writes;
-     while ((client = *head) != NULL) {
- 	flush_ssl_buffer(client);
- 
-@@ -188,6 +212,7 @@ flush_secure_module(struct proxy *proxy)
- 		    sizeof(uv_buf_t) * client->secure.pending.writes_count);
- 	}
-     }
-+    uv_mutex_unlock(&proxy->mutex);
- }
- 
- void
-diff --git a/src/pmproxy/src/server.c b/src/pmproxy/src/server.c
-index 612d3613b..b5c5d84de 100644
---- a/src/pmproxy/src/server.c
-+++ b/src/pmproxy/src/server.c
-@@ -149,6 +149,7 @@ server_init(int portcount, const char *localpath)
- 			pmGetProgname());
- 	return NULL;
-     }
-+    uv_mutex_init(&proxy->mutex);
- 
-     count = portcount + (*localpath ? 1 : 0);
-     if (count) {
-@@ -251,6 +252,7 @@ void
- client_put(struct client *client)
- {
-     unsigned int	refcount;
-+    struct proxy	*proxy = client->proxy;
- 
-     uv_mutex_lock(&client->mutex);
-     assert(client->refcount);
-@@ -259,9 +261,11 @@ client_put(struct client *client)
- 
-     if (refcount == 0) {
- 	/* remove client from the doubly-linked list */
-+	uv_mutex_lock(&proxy->mutex);
- 	if (client->next != NULL)
- 	    client->next->prev = client->prev;
- 	*client->prev = client->next;
-+	uv_mutex_unlock(&proxy->mutex);
- 
- 	if (client->protocol & STREAM_PCP)
- 	    on_pcp_client_close(client);
-@@ -514,10 +518,12 @@ on_client_connection(uv_stream_t *stream, int status)
-     client->proxy = proxy;
- 
-     /* insert client into doubly-linked list at the head */
-+    uv_mutex_lock(&proxy->mutex);
-     if ((client->next = proxy->first) != NULL)
- 	proxy->first->prev = &client->next;
-     proxy->first = client;
-     client->prev = &proxy->first;
-+    uv_mutex_unlock(&proxy->mutex);
- 
-     status = uv_read_start((uv_stream_t *)&client->stream.u.tcp,
- 			    on_buffer_alloc, on_client_read);
-diff --git a/src/pmproxy/src/server.h b/src/pmproxy/src/server.h
-index f0b7a5f68..f93daeff4 100644
---- a/src/pmproxy/src/server.h
-+++ b/src/pmproxy/src/server.h
-@@ -118,7 +118,7 @@ typedef struct secure_client {
-     BIO			*write;
-     struct {
- 	struct client	*next;
--	struct client	**prev;
-+	struct client	*prev;
- 	unsigned int	queued;
- 	size_t		writes_count;
- 	uv_buf_t	*writes_buffer;
-@@ -166,6 +166,7 @@ typedef struct proxy {
-     struct dict		*config;	/* configuration dictionary */
-     uv_loop_t		*events;	/* global, async event loop */
-     uv_callback_t	write_callbacks;
-+    uv_mutex_t		mutex;		/* protects client lists and pending writes */
- } proxy;
- 
- extern void proxylog(pmLogLevel, sds, void *);
diff --git a/SOURCES/redhat-bugzilla-1962019.patch b/SOURCES/redhat-bugzilla-1962019.patch
deleted file mode 100644
index c643390..0000000
--- a/SOURCES/redhat-bugzilla-1962019.patch
+++ /dev/null
@@ -1,2242 +0,0 @@
-diff -Naurp pcp-5.3.1.orig/configure pcp-5.3.1/configure
---- pcp-5.3.1.orig/configure	2021-06-04 06:33:51.000000000 +1000
-+++ pcp-5.3.1/configure	2021-08-28 17:03:09.745228365 +1000
-@@ -734,6 +734,7 @@ pcp_selinux_chkpwd_exec
- pcp_selinux_security
- pcp_selinux_sudo_exec
- pcp_selinux_initrc_tmp
-+pcp_selinux_glusterd_log
- pcp_selinux_lockdown_class
- pcp_selinux_icmp_socket_class
- pcp_selinux_capability2_bpf
-@@ -741,6 +742,7 @@ pcp_selinux_capability2_syslog
- pcp_selinux_sbd_exec
- pcp_selinux_proc_security
- pcp_selinux_virt_var_run
-+pcp_selinux_container_var_run
- pcp_selinux_files_list_non_auth_dirs
- pcp_selinux_dma_device
- pcp_selinux_bpf
-@@ -11729,12 +11731,14 @@ pcp_selinux_numad=false
- pcp_selinux_bpf=false
- pcp_selinux_dma_device=false
- pcp_selinux_files_list_non_auth_dirs=false
-+pcp_selinux_container_var_run=false
- pcp_selinux_virt_var_run=false
- pcp_selinux_proc_security=false
- pcp_selinux_sbd_exec=false
- pcp_selinux_capability2_syslog=false
- pcp_selinux_capability2_bpf=false
- pcp_selinux_icmp_socket_class=false
-+pcp_selinux_glusterd_log=false
- 
- pcp_selinux_initrc_tmp=false
- pcp_selinux_sudo_exec=false
-@@ -11778,6 +11782,8 @@ if test "x$enable_selinux" != "xfalse";
- 	&& pcp_selinux_unconfined=true
-     grep '^[ 	][ 	]*numad_t$' <conftest.out >/dev/null \
- 	&& pcp_selinux_numad=true
-+    grep '^[ 	][ 	]*container_var_run_t$' <conftest.out >/dev/null \
-+	&& pcp_selinux_container_var_run=true
-     grep '^[ 	][ 	]*virt_var_run_t$' <conftest.out >/dev/null \
- 	&& pcp_selinux_virt_var_run=true
-     grep '^[ 	][ 	]*proc_security_t$' <conftest.out >/dev/null \
-@@ -11788,6 +11794,8 @@ if test "x$enable_selinux" != "xfalse";
- 	&& pcp_selinux_kmod_exec=true
-     grep '^[ 	][ 	]*dma_device_t$' <conftest.out >/dev/null \
- 	&& pcp_selinux_dma_device=true
-+    grep '^[ 	][ 	]*glusterd_log_t$' <conftest.out >/dev/null \
-+	&& pcp_selinux_glusterd_log=true
- 
- 
-     grep '^[ 	][ 	]*initrc_tmp_t$' <conftest.out >/dev/null \
-@@ -11896,6 +11904,8 @@ fi
- 
- 
- 
-+
-+
- 
- 
- 
-diff -Naurp pcp-5.3.1.orig/configure.ac pcp-5.3.1/configure.ac
---- pcp-5.3.1.orig/configure.ac	2021-06-04 06:33:47.000000000 +1000
-+++ pcp-5.3.1/configure.ac	2021-08-28 17:03:09.752228246 +1000
-@@ -1977,12 +1977,14 @@ pcp_selinux_numad=false
- pcp_selinux_bpf=false
- pcp_selinux_dma_device=false
- pcp_selinux_files_list_non_auth_dirs=false
-+pcp_selinux_container_var_run=false
- pcp_selinux_virt_var_run=false
- pcp_selinux_proc_security=false
- pcp_selinux_sbd_exec=false
- pcp_selinux_capability2_syslog=false
- pcp_selinux_capability2_bpf=false
- pcp_selinux_icmp_socket_class=false
-+pcp_selinux_glusterd_log=false
- 
- pcp_selinux_initrc_tmp=false
- pcp_selinux_sudo_exec=false
-@@ -2029,6 +2031,8 @@ AS_IF([test "x$enable_selinux" != "xfals
- 	&& pcp_selinux_unconfined=true
-     grep '^[[ 	]][[ 	]]*numad_t$' <conftest.out >/dev/null \
- 	&& pcp_selinux_numad=true
-+    grep '^[[ 	]][[ 	]]*container_var_run_t$' <conftest.out >/dev/null \
-+	&& pcp_selinux_container_var_run=true
-     grep '^[[ 	]][[ 	]]*virt_var_run_t$' <conftest.out >/dev/null \
- 	&& pcp_selinux_virt_var_run=true
-     grep '^[[ 	]][[ 	]]*proc_security_t$' <conftest.out >/dev/null \
-@@ -2039,6 +2043,8 @@ AS_IF([test "x$enable_selinux" != "xfals
- 	&& pcp_selinux_kmod_exec=true
-     grep '^[[ 	]][[ 	]]*dma_device_t$' <conftest.out >/dev/null \
- 	&& pcp_selinux_dma_device=true
-+    grep '^[[ 	]][[ 	]]*glusterd_log_t$' <conftest.out >/dev/null \
-+	&& pcp_selinux_glusterd_log=true
- 
-     dnl these ones are for pcpqa.te
- 
-@@ -2174,6 +2180,7 @@ AC_SUBST(pcp_selinux_numad)
- AC_SUBST(pcp_selinux_bpf)
- AC_SUBST(pcp_selinux_dma_device)
- AC_SUBST(pcp_selinux_files_list_non_auth_dirs)
-+AC_SUBST(pcp_selinux_container_var_run)
- AC_SUBST(pcp_selinux_virt_var_run)
- AC_SUBST(pcp_selinux_proc_security)
- AC_SUBST(pcp_selinux_sbd_exec)
-@@ -2181,6 +2188,7 @@ AC_SUBST(pcp_selinux_capability2_syslog)
- AC_SUBST(pcp_selinux_capability2_bpf)
- AC_SUBST(pcp_selinux_icmp_socket_class)
- AC_SUBST(pcp_selinux_lockdown_class)
-+AC_SUBST(pcp_selinux_glusterd_log)
- 
- dnl for pcpqa.te
- AC_SUBST(pcp_selinux_initrc_tmp)
-diff -Naurp pcp-5.3.1.orig/qa/1622 pcp-5.3.1/qa/1622
---- pcp-5.3.1.orig/qa/1622	2021-05-31 09:25:06.000000000 +1000
-+++ pcp-5.3.1/qa/1622	2021-08-28 15:36:41.594286939 +1000
-@@ -149,13 +149,13 @@ type=AVC msg=audit(YYY.93): avc: denied
- type=AVC msg=audit(YYY.94): avc:  denied  { execute_no_trans } for  pid=30241 comm="zimbraprobe" path="/usr/bin/su" dev="dm-0" ino=26416761 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:su_exec_t:s0 tclass=file permissive=0
- type=AVC msg=audit(YYY.95): avc:  denied  { write } for  pid=389594 comm="python3" name=".s.PGSQL.5432" dev="tmpfs" ino=746636 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:postgresql_var_run_t:s0 tclass=sock_file permissive=0
- type=AVC msg=audit(YYY.96): avc: denied { execute } for pid=3248485 comm="sh" name="ovs-vsctl" dev="dm-0" ino=2403822 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:openvswitch_exec_t:s0 tclass=file permissive=0
--type=AVC msg=audit(YYY.98): avc: denied { sys_pacct } for pid=YYYY comm="pmdaproc" capability=20 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=capability permissive=0
- type=AVC msg=audit(YYY.97): avc: denied { write } for pid=3507787 comm="smbstatus" name="msg.lock" dev="dm-0" ino=283321 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:samba_var_t:s0 tclass=dir permissive=0
- type=AVC msg=audit(YYY.98): avc: denied { sys_pacct } for pid=YYYY comm="pmdaproc" capability=20 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=capability permissive=0
- type=AVC msg=audit(YYY.99): avc:  denied  { write } for  pid=1932480 comm="pmie" name="02" dev="dm-0" ino=435560 scontext=system_u:system_r:pcp_pmie_t:s0 tcontext=system_u:object_r:initrc_tmp_t:s0 tclass=dir permissive=0
- type=AVC msg=audit(YYY.100): avc:  denied  { write } for  pid=1797133 comm="pmlogger" name="12" dev="dm-0" ino=435470 scontext=system_u:system_r:pcp_pmlogger_t:s0 tcontext=system_u:object_r:initrc_tmp_t:s0 tclass=dir permissive=0
- type=AVC msg=audit(YYY.101): avc:  denied  { integrity } for  pid=1606 comm="pmdakvm" lockdown_reason="debugfs access" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=lockdown permissive=0
- type=AVC msg=audit(YYY.102): avc: denied { map } for pid=7034 comm="pmdanvidia" path="/usr/lib64/libnvidia-ml.so" dev="dm-2" ino=16267329 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=unconfined_u:object_r:default_t:s0 tclass=file permissive=0
-+#type=AVC msg=audit(YYY.105): avc: denied { getattr write } for pid=14272 comm="pmdapodman" path="/run/podman/podman.sock" dev="tmpfs" ino=95030 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=unconfined_u:object_r:container_var_run_t:s0 tclass=sock_file permissive=0
- 
- #Synthesized AVC's
- type=AVC msg=audit(XXX.1): avc:  denied  { open read search } for  pid=YYYY comm="pmdaX" name="/" dev="tracefs" ino=1 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:svirt_sandbox_file_t:s0 tclass=dir permissive=0
-@@ -251,6 +251,7 @@ type=AVC msg=audit(XXX.94): avc:  denied
- type=AVC msg=audit(XXX.95): avc: denied { setattr unlink } for pid=29153 comm="mv" name="pmlogger_check.log" dev="dm-0" ino=926794 scontext=system_u:system_r:pcp_pmlogger_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=file permissive=0
- type=AVC msg=audit(XXX.96): avc:  denied  { execute } for  pid=2205945 comm="sh" name="kmod" dev="dm-0" ino=9462231 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:kmod_exec_t:s0 tclass=file permissive=0
- type=AVC msg=audit(XXX.97): avc:  denied  { execute_no_trans } for  pid=40596 comm="sh" path="/usr/bin/kmod" dev="dm-0" ino=9462231 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:kmod_exec_t:s0 tclass=file permissive=0
-+type=AVC msg=audit(XXX.98): avc: denied { getattr write } for pid=75540 comm="pmdapodman" path="/run/podman/podman.sock" dev="tmpfs" ino=51062 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=sock_file permissive=0
- EOF
- 
- echo "Silence is golden ... all AVC's are allowed by active policy"
-diff -Naurp pcp-5.3.1.orig/qa/917 pcp-5.3.1/qa/917
---- pcp-5.3.1.orig/qa/917	2021-05-31 09:25:06.000000000 +1000
-+++ pcp-5.3.1/qa/917	2021-08-28 17:03:51.359524349 +1000
-@@ -67,7 +67,8 @@ echo '/^#/d' >$tmp.sed
- echo '/^!/s// /' >>$tmp.sed
- for type in container_runtime_t nsfs_t docker_var_lib_t unreserved_port_t \
- 	    tracefs_t unconfined_service_t numad_t rpm_var_lib_t \
--	    virt_var_run_t proc_security_t sbd_exec_t kmod_exec_t
-+	    virt_var_run_t proc_security_t sbd_exec_t kmod_exec_t \
-+	    container_var_run_t glusterd_log_t
- do
-     if grep "^[ 	][ 	]*$type\$" $tmp.types >/dev/null
-     then
-@@ -100,6 +101,9 @@ do
- 	    rpm_var_lib_t)
- 		echo '/allow \[pcp_pmcd_t] \[rpm_var_lib_t]/d' >>$tmp.sed
- 		;;
-+	    container_var_run_t)
-+		echo '/allow \[pcp_pmcd_t] \[container_var_run_t]/d' >>$tmp.sed
-+		;;
- 	    virt_var_run_t)
- 		echo '/allow \[pcp_pmcd_t] \[virt_var_run_t]/d' >>$tmp.sed
- 		;;
-@@ -112,6 +116,9 @@ do
- 	    kmod_exec_t)
- 		echo '/allow \[pcp_pmcd_t] \[kmod_exec_t]/d' >>$tmp.sed
- 		;;
-+	    glusterd_log_t)
-+		echo '/allow \[pcp_pmcd_t] \[glusterd_log_t]/d' >>$tmp.sed
-+		;;
- 
- 	esac
-     fi
-diff -Naurp pcp-5.3.1.orig/qa/917.out.in pcp-5.3.1/qa/917.out.in
---- pcp-5.3.1.orig/qa/917.out.in	2021-06-04 06:36:53.000000000 +1000
-+++ pcp-5.3.1/qa/917.out.in	2021-08-28 17:03:09.753228229 +1000
-@@ -23,6 +23,8 @@ Checking policies.
-   allow [init_t] [system_cronjob_t] : [dbus] { send_msg };
-   allow [pcp_pmcd_t] [user_home_t] : [file] { execute execute_no_trans };
-   allow [pcp_pmcd_t] [user_tmp_t] : [sock_file] { getattr write };
-+! allow [pcp_pmcd_t] [container_var_run_t] : [sock_file] { getattr write };
-+  allow [pcp_pmcd_t] [var_run_t] : [sock_file] { getattr write };
-   allow [pcp_pmcd_t] [debugfs_t] : [file] { append getattr ioctl open read write };
- ! allow [pcp_pmcd_t] [pcp_pmie_exec_t] : [file] { execute execute_no_trans open read map };
-   allow [pcp_pmcd_t] [pcp_var_lib_t] : [fifo_file] { getattr read open unlink };
-@@ -54,7 +56,7 @@ Checking policies.
-   allow [pcp_pmcd_t] [ndc_exec_t] : [file] { execute execute_no_trans };
-   allow [pcp_pmcd_t] [proc_mdstat_t] : [file] { getattr open read };
- ! allow [pcp_pmcd_t] [numad_t] : [msgq] { unix_read };
--  allow [pcp_pmcd_t] [glusterd_log_t] : [file] { open read write };
-+! allow [pcp_pmcd_t] [glusterd_log_t] : [file] { open read write };
-   allow [pcp_pmcd_t] self : [process] { execmem setrlimit ptrace };
-   allow [pcp_pmcd_t] [sysctl_irq_t] : [dir] { search };
- ! allow [pcp_pmcd_t] self : [bpf] { map_create map_read map_write prog_load prog_run };
-diff -Naurp pcp-5.3.1.orig/qa/group.orig pcp-5.3.1/qa/group.orig
---- pcp-5.3.1.orig/qa/group.orig	2021-08-28 15:35:02.074982480 +1000
-+++ pcp-5.3.1/qa/group.orig	1970-01-01 10:00:00.000000000 +1000
-@@ -1,1929 +0,0 @@
--## QA groups control
--##
--## define groups
--##
--## Do not start group name with a digit, expect alphabetic
--##
--## Last comment starting with a single # before a group name is the
--## one-line summary that "new" will report when asked to list groups
--##
--## Comments starting with a ## (or #<anything_other_than_whitesspace>
--## are ignored for the purposes of one-line summaries.
--
--# catch-all
--other
--
--# sanity check ... quick coverage of most functionality
--## Expectation is to run in 3-5 minutes, and must pass 100%
--## in the sense of no failures; _notrun is OK.
--## NOTE: used by testing orgs beyond developers, must pass!
--sanity
--
--# not_in_ci ... tests that will not work in the fully automated
--# CI environment (github actions this week), where the following
--# analysis and protocols have been followed:
--# (a) the test has repeatedly failed on most hosts in the daily CI QA
--#     run
--# (b) the test is not a candidates for some _notrun medicine
--# (c) failures have been analyzed and it has been determined that the
--#     failure is an artifact of the CI setup (not the code and not
--#     the QA test)
--# (d) the test is passing universally elsewhere outside CI
--# and the test is annotated with a comment like
--# # :not_in_ci:
--# explaining the reason for assigning this one to the not_in_ci
--# group (./check-group not_in_ci can be used to check for the
--# presence of the explanation in the test)
--not_in_ci
--
--# local check ... runs on localhost alone, no remotes used
--## NOTE: used by testing orgs beyond developers, do not add
--## tests here that are known to fail - goal is for 100% pass
--## rate, but due to test volume and chaos theory, some tests
--## do fail sometimes, on some platforms, during a full moon.
--local
--
--# packaging verification
--## Suitable for standalone use, particularly immediately after
--## installation to check.
--verify
--
--# flakey checks ... known to have intermittent races/hangs.
--## NOTE: some threading race conditions (possibly in tests),
--## prevent 100% pass rate being achieved here.  Goal is to
--## get this group devoid of any tests.
--flakey
--
--# tests requiring creation/manipulation of very large files
--# (can be extremely slow on certain devices), or otherwise
--# known to take a long time (where long is approx > 3mins).
--slow
--
--# platform/kernel PMDA sanity checks ... tests that use the
--# common platform metrics, kernel.*, disk.*, hinv.*, mem.*
--kernel
--
--## specific apps
--##
--# pcp collector infrastructure
--pmcd
--pmproxy
--pmcpp
--# strip chart app
--pmchart
--# 3D scene app
--pmview
--# time control
--pmtime
--# dialog
--pmquery
--# pmdumptext app
--pmdumptext
--# pmdumplog app
--pmdumplog
--# pmloglabel app
--pmloglabel
--# pmlogger app (not control scripts)
--pmlogger
--# pmie app, sample rules and friends
--pmie
--# dbpmda app
--dbpmda
--# pmlc app and pmlc-pmlogger IPC
--pmlc
--# pmfind app
--pmfind
--# folio handling (mkaf and pmafm), also record mode
--folio
--# pmval app
--pmval
--# pmstat app
--pmstat
--# pminfo app
--pminfo
--# pmprobe app
--pmprobe
--# pmrep app
--pmrep
--# pmpost
--pmpost
--# pmdate
--pmdate
--# pcp and sub-commands
--pcp
--# pmclient demo apps
--pmclient
--
--# general PDU encode/decode
--pdu
--
--# PMNS related functions/programs
--pmns
--
--# PCP version compatability
--compat
--
--# generic libpcp services (not pdu, not context, not archive)
--libpcp
--
--# fetch-specific, optfetch, fetchgroup
--fetch
--
--# archive support in libpcp, includes interp.c
--archive
--
--# multi-archive support in libpcp, includes interp.c
--multi-archive
--
--# xz decompression support in libpcp
--decompress-xz
--
--# getopt support - libpcp, pmgetopt, python
--getopt
--
--# pmlogger_* scripts (but not pmlogger)
--logutil
--
--# find-filter (used in pmlogger_daily)
--find-filter
--
--# pmie_* scripts (but not pmie)
--pmieutil
--
--# NSS, SASL, other authentication
--secure
--
--# Containers functionality
--containers
--
--# log extraction app
--pmlogextract
--# log reduction app
--pmlogreduce
--# log rotation script
--#retired# pmnewlog
--# log move script
--pmlogmv
--# log summary app
--pmlogsummary
--# log comparison app
--pmdiff
--# pmlogger configuration app
--pmlogconf
--
--# general context manipulations, includes profile cacheing
--context
--
--# indom specific services
--indom
--
--# PM_CONTEXT_LOCAL
--context_local
--
--# PCP on different platforms
--interop
--
--# memory leaks, assorted
--mem_leak
--
--# general pmdas, but includes libpcp_pmda
--pmda
--
--# pmda installation scripts and procedures
--pmda.install
--
--## Assorted PMDAs
--pmda.activemq
--pmda.apache
--pmda.bash
--pmda.bcc
--pmda.bind2
--pmda.bpftrace
--pmda.cifs
--pmda.cisco
--pmda.dm
--pmda.docker
--pmda.ds389
--pmda.elasticsearch
--pmda.environ
--pmda.gfs2
--pmda.gluster
--pmda.gpfs
--pmda.hacluster
--pmda.haproxy
--pmda.hotproc
--pmda.jbd2
--pmda.json
--pmda.kvm
--pmda.libvirt
--pmda.lio
--pmda.lmsensors
--pmda.logger
--pmda.lustre
--pmda.mailq
--pmda.memcache
--pmda.mic
--pmda.mmv
--pmda.mounts
--pmda.mpi
--pmda.mysql
--pmda.named
--pmda.netcheck
--pmda.netfilter
--pmda.news
--pmda.nfsclient
--pmda.nginx
--pmda.nutcracker
--pmda.nvidia
--pmda.openmetrics
--pmda.oracle
--pmda.perfevent
--pmda.pipe
--pmda.pmcd
--pmda.pmproxy
--pmda.podman
--pmda.postfix
--pmda.postgresql
--pmda.proc
--pmda.redis
--pmda.root
--pmda.rpm		# note this group has been retired
--pmda.rsyslog
--pmda.sample
--pmda.sendmail
--pmda.shping
--pmda.simple
--pmda.slurm
--pmda.smart
--pmda.sockets
--pmda.summary
--pmda.systemd
--pmda.trace
--pmda.trivial
--pmda.txmon
--pmda.unbound
--pmda.weblog
--pmda.xfs
--pmda.zfs
--pmda.zswap
--
--# tools which use PCP_COUNTER_WRAP
--wrap
--
--# pmstore command and pmStore() libpcp routine
--pmstore
--
--# metadata labels and pm*Labels() libpcp routines
--labels
--
--# trace library
--trace
--
--# Linux platform PMDA
--pmda.linux
--
--# metrics class tests
--libpcp_qmc
--
--# shared memory transport for PMDAs
--libpcp_mmv
--
--# libpcp_import - pmi* routines for log importing
--libpcp_import
--
--# pmsocks
--pmsocks
--
--# newhelp, chkhelp and associated library support
--help
--
--# pmgadgets
--pmgadgets
--
--# tests that use purify
--purify
--
--# tests that use valgrind
--valgrind
--
--# pmcd_wait - wait for pmcd to be ready for connections
--pmcd_wait
--
--# pmimport and plugins
--pmimport
--
--# pmieconf - app, pconf and lconf
--pmieconf
--
--# os testing - eagan
--ostest
--
--# mpi library
--libpcp_mpi
--
--# mpi read library
--libpcp_mpiread
--
--# derived metrics
--derive
--
--# event records and pmevent
--event
--
--# multi-threading and thread-safe exercises
--threads
--
--# perl bits
--perl
--
--# python modules and client tools
--python
--
--# fault injection (in libpcp)
--fault
--
--# log rewriting app
--pmlogrewrite
--
--# log checking
--pmlogcheck
--
--# uses avahi
--avahi
--
--# zabbix exporting
--zbxpcp
--
--# pcp system commands
--atop
--dstat
--free
--pidstat
--iostat
--tapestat
--ipcs
--mpstat
--
--# full test search
--pmsearch
--
--# scalable queries
--pmseries
--
--# Uses Linux kernel cgroups
--cgroups
--
--# Timezone services in libpcp
--timezone
--
--# JSON parsing and metric extraction in libpcp_web
--libpcp_web
--
--# Old PCP versions interoperability
--oldversion
--
--# Shell command completion
--bash
--zsh
--
--# collectl2pcp
--collectl
--
--# pmlogsize
--pmlogsize
--
--# pmdbg
--pmdbg
--
--# pmlogctl
--pmlogctl
--
--# pmiectl
--pmiectl
--
--# pcp2... pcp2xxx is generic
--pcp2xxx
--pcp2elasticsearch
--pcp2graphite
--pcp2influxdb
--pcp2json
--pcp2spark
--pcp2xlsx
--pcp2xml
--pcp2zabbix
--
--# ...2pcp
--ganglia2pcp
--
--# man pages
--man
--
--# selinux stuff
--selinux
--
--# retired tools
--pmmgr			# note this group has been retired
--pmwebd			# note this group has been retired
--
--# Bad tests with unacceptable cross-platform behaviour, these ones
--# will NOT be run in the QA Farm
--BAD
--
--# these test don't work in containers (yet)
--not_in_container
--
--# need an accessible X11 server
--x11
--
--# test-group association ... one line per test
--# add :retired or :reserved as a tag immediately after the test number
--# to keep the test number allocated, but prevent the test from being run
--
--# ... use sort -n from here on down to tidy up this mess
--#
--000 other pmcd local ostest
--001 pdu local ostest sanity
--002 pdu pmcd local ostest sanity
--003 pdu pmcd mem_leak local ostest kernel
--004 context local ostest sanity
--005 context archive local ostest sanity
--006 libpcp local ostest
--007 fetch local ostest sanity
--008 pmda kernel ostest local not_in_ci
--009:retired kernel local ostest
--010 libpcp local ostest sanity
--011 mem_leak local ostest
--012 archive local
--013 archive pmdumplog local ostest
--014 archive local ostest pmdumplog
--015 pdu local ostest pmstore
--016 archive indom local ostest pmdumplog
--017 context local ostest
--018 pmcd local ostest
--019 context_local local ostest kernel
--020 context_local local ostest kernel
--021 other local ostest
--022 context_local pmda pmda.proc local ostest
--023 pmcd local pmprobe ostest pmstore kernel
--024 context context_local ostest remote
--025 context local ostest
--026 other help local ostest sanity libpcp
--027 libpcp local ostest sanity
--028 pmns local ostest
--029 pmns local ostest pmdumplog pmda.sample
--030 pdu pmcd pmda context_local local ostest pmstore
--031 pmns local sanity
--032 pmlc local ostest pmlogger
--033 kernel local ostest
--034 archive local ostest sanity pmdumplog
--035 pmrep local python kernel
--036 libpcp local
--037 archive local ostest
--038 pmlogger local pmdumplog kernel
--039 pmlogger archive local ostest pmdumplog
--040 pmlogger mem_leak local ostest
--041 pmcd local ostest
--042 pmcd local ostest containers pmda.linux pmda.proc pmda.root
--043 libpcp fetch local ostest
--044 fetch pmval local ostest
--045 libpcp pmda local ostest pmstore
--046 archive pmlogger pmdumplog local ostest
--047 pmcd local ostest containers pmda.linux pmda.root
--048 archive local ostest sanity
--049 archive local ostest pmdumplog
--050 archive local ostest
--051 pmcd ostest remote
--052 pmns local ostest
--053 local pmprobe ostest pmlogger pmclient pmdumplog python kernel
--054 pmlogger archive ostest remote pmdumplog kernel
--055 pmie ostest local sanity
--056 local pmprobe ostest pmlogger pmclient python pmdumplog kernel
--057 pmns local ostest
--058 pmval local ostest
--059 archive local ostest sanity pmdumplog
--060 archive context local ostest
--061 pmlogger local ostest pmdumplog
--062 pmcd local ostest
--063 fetch local ostest
--064 pidstat local python pcp
--065 libpcp local ostest pmstore
--066 pmcd ostest remote folio
--067 pmcd local ostest folio
--068 context local ostest sanity folio
--069 pmcd pmval remote pmstore folio
--070 other ostest remote
--071 context_local local ostest
--072 pmlogger ostest remote pmdumplog kernel
--073 pmclient local pmprobe python kernel
--074 pmda pmda.cisco pmda.pmcd local ostest sanity kernel
--075 pmval pmstore ostest remote
--076 pmda.pmcd local ostest
--077 libpcp ostest remote timezone
--078 pmdumplog local ostest
--079 libpcp archive local ostest pmclient
--080 libpcp pmval local sanity kernel
--081 indom archive pmns remote pmdumplog kernel
--082 pmns local ostest
--083 pmlc pmlogger compat remote kernel
--084 other local ostest
--085 pmlogger local ostest sanity
--086 libpcp ostest remote timezone
--087 archive local ostest sanity
--088 archive #500237 pmval local ostest
--089 archive pmval local ostest
--090 archive local ostest
--091 archive local ostest sanity
--092 archive local ostest
--093 archive local ostest
--094 pmval archive local ostest
--095 archive local ostest
--096 pmda.proc local
--097 archive local ostest
--098 pmlc pmlogger other local pmdumplog
--099 pmlc local
--100 pmlc pmlogger local pmdumplog
--101 pmlc pmlogger remote pmdumplog
--102 pmlc local pmlogger
--103 pmlc pmlogger local pmdumplog
--104 pmlc pmlogger local pmdumplog
--105 pmlc pmlogger local pmdumplog
--106 pmlc pmlogger local pmdumplog
--107 pmlc local sanity
--108 pmda.cisco pmda.sample local
--109 pmclient local pmprobe python kernel
--110 pmda.simple pmda.proc local pmda.install
--111 pmda.proc pmval local
--112 pmns local sanity
--113 kernel local
--114 pmda.linux local
--115 pmie remote pmieutil
--116 other pmie pmval remote pmlc
--117 kernel local
--118 pmie local kernel
--119 logutil local #877570
--120 kernel local kernel
--121 pmlogconf #893249 local kernel
--122 trace local #893884 remote pmda.trace
--123 libpcp local
--124 pmie local #870661 kernel
--125 pmval archive kernel
--126:retired pmda.linux local
--127 pmlogreduce local sanity pmdumplog
--128 kernel pminfo local
--129 pmlogreduce local pmval kernel
--130 kernel local
--131 libpcp remote
--132 pmlogger local pmlc
--133 pmlc pmlogger local pmdumplog
--134 pmlc pmlogger local pmdumplog
--135 pmlc archive local pmdumplog
--136 pmlogger local pmdumplog pmloglabel pmlc
--137 dbpmda local pmda.simple sanity
--138 pmns local
--139 pmlc local pmda.sample
--140 pmns local
--141 archive context local
--142 pmlogreduce local pmdumplog
--143 pmns local
--144 pmlogreduce local pmval kernel
--145 pmns local
--146 pmns libpcp local sanity
--147 dbpmda local
--148:retired kernel local
--149 kernel local kernel
--150 pmlogreduce local pmval kernel
--151 logutil local pmlogextract
--152 pmda.pmcd pmval local
--153 folio local sanity
--154 pmda.cisco help local sanity
--155 pmcd pmstore pmda.sample local sanity
--156 pmda.sample pmda.proc local pmcd_wait pmda.install
--157 pmlogger local
--158 pmval pmie local kernel
--159 pmda.cisco local pmda.install pmstore pmpost
--160 libpcp local
--161 pmlogger local
--162:retired pmda pmda.proc local pmda.shping pmda.install
--163 archive local
--164:retired local pmval pmdumplog
--165 pmval local kernel
--166 pmlogreduce local pmval pmdumplog archive
--167 pmda.pmcd pmval local pmstore
--168 pmlogextract #933456 local pmstore pmdumplog
--169 pmcd local pmstore
--170 other local
--171 archive local pmdumplog
--172 pmcd pmlc local folio
--173 archive local pmdumplog
--174 dbpmda local
--175 pmval local
--176 libpcp pmval local
--177 archive pmval local pmdumplog pmlc
--178 pmval local pmlogextract sanity pmdumplog pmlogger
--179 pmval pmlc local pmdumplog kernel
--180 archive pmval local
--181 pmval archive pmval local
--182 pmlc pmlogger local
--183:retired local pmlc pmnewlog
--184:retired logutil remote sanity pmdumplog pmnewlog
--185:retired local pmnewlog
--186 local pmlogextract
--187 pmcd pmlogger #327288 remote
--188 libpcp local
--189 pmie local kernel
--190 libpcp local
--191 pmie local kernel
--192 pdu local folio
--193 libpcp pmcd #935490 local pdu
--194 libpcp pmcd #935490 local
--195 archive local pmdumplog
--196 pmcd remote
--197 context local
--198 pmda context #934332 local
--199 pmda.trivial pmda.proc local pmda.install
--200 context local
--201 pmda local sanity
--202 pmval local pmlogextract pmdumplog
--203 archive pmval local pmlogextract pmdumplog
--204 pmlogger local pmdumplog kernel
--205 pdu local
--206 archive pmval local kernel
--207 pmns local sanity
--208 pmns local sanity
--209 pmval local kernel
--210 pmns local pmval pmie sanity pmdumplog
--211 pmns local pmval pmie pmdumplog
--212:retired pmda pmda.cisco local
--213 dbpmda pmns local pmda.sample pmda.mmv sanity
--214 pmlogextract local pmdumplog timezone
--215 other pmsocks pmval remote pmdumplog
--216 pmda.linux local
--217 folio local
--218 archive local pmlogextract pmdumplog
--219 pmdbg local
--220 pmlogger local folio
--221 pmlogger local
--222 other local
--223:retired pmns local
--224 pmcd local
--225 derive local kernel
--226 dbpmda local
--227 folio local
--228 pmie local
--229 pmie local
--230 pmlogger pmlc local
--231 pmie #421411 local kernel
--232 libpcp local sanity kernel
--233 context_local local
--234 local pmdumplog pmlogsummary pmlogextract sanity
--235 pmns local
--236 pmns local
--237 pmns local
--238 pmns local
--239 pmns local kernel
--240 pmns local
--241 pmda.mmv local pmval perl
--242 pmlogger local kernel
--243 pmcd local pmprobe
--244 pmcd local pmprobe
--245 pmns local
--246 derive local valgrind
--247 derive local kernel
--248 pmlogger local pmdumplog
--249 derive local sanity
--250 pmns local
--251 archive pmval local pmdumplog
--252 pmlogger local pmdumplog
--253 derive local
--254 libpcp pmns local
--255 compat pmda #508731 #509091 pmda.proc help pmda.install local pmda.simple
--256 derive pmns local sanity pmda.sample
--257 libpcp pmns compat remote
--258 trace local pmda.install folio pmda.trace
--259 derive pmval local
--260 derive pmie local pmstore
--261 pmdumplog pmval local pmlogextract
--262 context_local pmie pmsocks remote pmstat kernel
--263 derive local sanity
--264 pmns local
--265 libpcp local
--266 #466346 patch2140 patch2141 local pmlogextract pmdumplog timezone
--267 libpcp local
--268 interop local
--269 wrap pmval local pmstore
--270 local pmdumplog kernel
--271 archive local pmdumplog
--272 pmcd pmval pmprobe remote pmstore
--273 libpcp local pmval pmstore pmda.sample kernel
--274 pmda help local pmda.install dbpmda
--275 derive local kernel
--276 pmie pmval indom local
--277 libpcp pdu interop local
--278 other help local sanity
--279 pmcd local folio
--280 pmlogger logutil local folio pmlc
--281 archive mem_leak #504616 local
--282 pmcd local pmprobe logutil pmlc folio
--283 context pmcd local
--284:retired  pdu local purify
--285 dbpmda local
--286 pmda.linux local pmval kernel
--287 pmlogreduce local pmval
--288 archive local
--289 libpcp fetch archive #505498 local
--290:retired  pmns local purify
--291 logutil local pmlogextract pmdumplog
--292 pmlogextract logutil pmval local
--293 pmstat #939275 local
--294 pmproxy local pmval pmie pmstat pmdumptext
--295 pmproxy local pmval pmstat pmie
--296 pmcd local
--297 pmproxy local
--298 pmie local kernel
--299 libpcp local sanity kernel
--300 pmcd local pmpost
--301 pmda pmcd pmlogger local
--302 pmlogextract local pmdumplog
--303 local pmlogextract pmdumplog
--304 pmlogger local
--305 pmgadgets local
--306 other local pmpost
--307 pmlc #936084 local pmie
--308 pmlc pmlogger #452417 remote pmdumplog pmda.proc
--309 libpcp pmcd pmda.linux pmda.simple local pmstore kernel
--310 pmie local kernel
--311:retired archive compat #509592 pminfo local pmdumplog
--312 pmie local
--313 pmval archive local pmdumplog kernel
--314 pmie local pmieutil pmstore
--315 pmie local pmieutil
--316 libpcp local
--317 pmlogsummary local pmlogcheck pmie pmval derive pmrep python kernel
--318 pmie local
--319 pmie local kernel
--320 local folio pmlogcheck pmclient
--321 pmie local
--322 pmlc pmlogger remote pmdumplog kernel
--323 pmda.shping pmda.proc local pmda.install
--324 pmda.txmon pmda.proc local pmda.install
--325 libpcp local pmquery x11
--326 pmlogger pmval libpcp pmcd local pmda.install pmdumplog timezone
--327 archive local pmdumplog pmloglabel timezone
--328 local pmlogextract pmdumplog
--329:retired archive mem_leak local purify
--330:retired archive mem_leak local purify
--331:retired archive mem_leak local purify
--332:retired archive mem_leak local purify
--333:retired archive mem_leak local purify
--334 derive local
--335 derive local pmval pmstore
--336 trace local pmda.install folio pmda.trace
--337 pmlogextract local pmval pmdumplog
--338 logutil pmlogextract local sanity
--339 pmie local kernel
--340 pmcd remote pmstore
--341 pmda local
--342 other remote
--343 pmlogreduce local pmdumplog
--344 context_local local pmval pmprobe
--345 pmns derive local sanity
--346 pmda.mailq local pmda.install
--347 pmda.news local pmda.install perl pmstore
--348 pmda.kvm local pmda.install
--349 pmda.summary local pmda.install
--350 pmda.simple pmda local
--351 derive local
--352 derive pmlogger local pmdumplog
--353 pmsocks remote
--354 folio local sanity pmlc
--355 trace local pmda.install pmda.trace
--356 derive local pmie
--357 other local
--358 pmie local pmstore
--359 pmcd pminfo sanity local
--360 pmie remote
--361 pmda.linux local cgroups
--362 pmlogconf local kernel
--363 local pmlogsummary
--364 pmlogconf local kernel
--365 pmcd remote pmlc kernel
--366:retired pmlogconf local
--367 pdu local trace
--368 pmlogconf local
--369 pmimport local sanity pmdumplog perl
--370 pmimport local derive pmdumplog perl pmval
--371 pmimport local pmdumplog perl
--372 pmimport local pmdumplog perl
--373 pmimport local perl pmdumplog
--374 pmlc pmlogger remote pmdumplog
--375 pmlc pmlogger remote pmdumplog
--376 trace local pmda.install pmda.trace
--377 other local
--378 pmie local kernel
--379 pmda.cisco local
--380 libpcp pmda pmda.sample local pmval pmprobe
--381 pmlc remote
--382 dbpmda pmda pmda.sample local
--383 pmda.cisco local flakey
--384 pmda.pmcd local
--385 libpcp pmda.sample pminfo pmprobe local event sanity pmstore
--386 pdu mem_leak valgrind local
--387 pmns mem_leak valgrind local
--388 archive mem_leak valgrind local
--389 pmlogger local pmdumplog
--390 pmda.proc local pmval
--391 archive mem_leak valgrind local
--392 pmns local
--393 archive mem_leak valgrind local
--394 archive mem_leak valgrind local flakey
--395 archive mem_leak valgrind local kernel
--396 pmval local kernel
--397 dbpmda libpcp local pdu event sanity
--398 pmcd local
--399 pmie local kernel
--400 pminfo mem_leak valgrind context_local libpcp local event
--401 libpcp pminfo local event sanity pmstore
--402 archive local pmprobe kernel
--403 pmprobe pminfo pmval #541380 local sanity kernel
--404 libpcp local event sanity
--405 libpcp mem_leak valgrind local event
--406 libpcp local event
--407 derive local event sanity pmstore
--408 pmda local #627395 help
--409 libpcp pminfo local event
--410 pmdumplog local event
--411 pmda.simple local pmda.install
--412 wrap archive libpcp pmval local pmdumplog timezone pmstore
--413 pmie local event
--414 libpcp local
--415 pmstore local event
--416 pmda.news dbpmda local sanity perl
--417 archive local pmdumplog
--418 pmdumplog local pmlogger
--419 pmdumplog local pmlogger kernel
--420 local pmdumplog
--421 trace local pmda.install pmda.trace
--422 libpcp local pmstore
--423 libpcp local
--424 local pmlogsummary
--425 wrap local pmlogsummary pmdumplog
--426 trace local pmstore pmda.trace
--427 pmcd #564017 local
--428 archive local pmval pmstore
--429 pmns local
--430 logutil local #553276 #568199
--431 derive local
--432 pmlogreduce local
--433 pmie local #573184 kernel
--434 pmval local
--435 archive local sanity pmdumplog
--436 archive local sanity pmdumplog
--437 archive local sanity
--438 archive local pmdumplog
--439 pmlc local
--440 pmlogger local pmdumplog
--441 pmlogger local
--442 pmlogextract local
--443 event local pmstore
--444 event local pmstore
--445 trace local pmda.trace
--446 trace local pmda.trace
--447 event local pmstore
--448 libpcp local
--449 threads local flakey pmns
--450 pmlogextract local #584487 pmval
--451 threads local
--452 pmda.linux local
--453 perl local sanity kernel
--454 pmcd local
--455 pmda.rsyslog local flakey pmda.install
--456 logutil local #591459 pmlogextract
--457 pmda.logger pmda.install event local
--458 pmda.logger pmda.install event local
--459 pmlogreduce local valgrind
--460 pmlogextract local #598265 pmdumplog
--461 pmda.logger pmda.install event local
--462 pmcd_wait local #589006 #581025
--463 pmns local pmcpp
--464 pmns local pmcpp
--465 pmdumplog local #625913
--466 pmlogger local #625913
--467 pmns pmdumptext local
--468 pmns pmdumptext local
--469 help local #626853 kernel
--470 threads local
--471 pmda local #621699
--472 threads local
--473 threads local
--474 threads local
--475 threads local
--476 fault local
--477 event fault local pmstore
--478 fault local
--479 archive pmdumplog local pmie pmval kernel
--480 archive fault local pmdumplog
--481 pmlogrewrite local kernel
--482 pmlogsummary local pmdumplog
--483 pmlogrewrite local kernel
--484 pmlogrewrite local pmdumplog
--485 pmlogrewrite local pmdumplog
--486 pmlogrewrite local pmdumplog kernel
--487 pmlogrewrite pmdumplog local pmval
--488 pmlogrewrite pmdumplog local
--489 pmda local
--490 pmlogrewrite mem_leak valgrind local pmdumplog kernel
--491 pmda local
--492 pmlogrewrite local pmdumplog
--493 pmlogrewrite local pmval
--494 pmlogrewrite pmdumplog local pmval kernel
--495 pmlogrewrite local pmlogextract pmdumplog kernel
--496 pmlogrewrite pmdumplog local
--497 pmlogconf local
--498 event pmda local
--499 pmlogrewrite local timezone pmdumplog kernel
--500:retired local #636417 pmnewlog
--501 pmie local kernel
--502 pmlogrewrite local pmdumplog kernel
--503 logutil pmlogrewrite local pmlogextract pmdumplog
--504 libpcp fault local
--505 pmlogrewrite local pmdumplog
--506 pmlogrewrite local slow
--507 pcp local kernel
--508 archive pmlogreduce local pmval kernel
--509 derive pmns local pmda.sample
--510 pmlogger pmlc local
--511 pmimport pmdumplog pmlogsummary perl local
--512 threads pminfo pmlogger pmlogextract pmdumplog dbpmda local fault
--513 libpcp pdu local valgrind
--514 pmie local
--515 pmie local pmstore
--516 pmie local kernel
--517 other local
--518 pcp local flakey pmie
--519 pmie remote
--520 pmie local kernel
--521 pmie local
--522 pmcd local
--523 pmie local
--524 libpcp pmlogger local pmdumplog
--525 pmda.summary pmie local
--526 pmimport local valgrind
--527 libpcp_import perl local timezone
--528 pmimport pmdumplog perl local
--529 pmie local pmdumplog
--530 logutil pmlogextract local
--531 dbpmda local pmda.sample
--532 logutil pmlogextract local pmdumplog
--533 dbpmda local pmda.sample
--534 pmie local
--535 pmie local pmprobe
--536 pmimport local iostat pmval pmprobe pmdumplog timezone collectl pcp python
--537 pmimport perl local
--538 pmie local pmstore
--539 pmpost local flakey
--540 libpcp valgrind fault local
--541 pmie #535080 local pmprobe
--542 pmdate #666344 local
--543 logutil remote pmlogextract
--544 pmimport local collectl pcp python
--545 pmsocks local
--546 pmcd local secure
--547 libpcp pmcd local python
--548 pmie local sanity
--549 pmie local
--550 libpcp pmcd local python
--551 libpcp pmcd local python kernel
--552 libpcp local
--553 dbpmda python pmda.gluster local
--554 pmie local kernel
--555 pmie local kernel
--556 pmie local kernel
--557 pmie local
--558 pmie local kernel
--559 pmlogsummary local
--560 pmda.simple local pmda.install
--561 libpcp python labels local sanity
--562 pmcd pmda.sample dbpmda pminfo labels libpcp local sanity
--563 pmcd pmda.pmcd pminfo labels libpcp local
--564 logutil local pmlogextract
--565 pmda.sendmail local pmda.install
--566 pmlogcheck local
--567 libpcp labels local sanity python
--568 pmcd pmda.sample pminfo labels libpcp local sanity
--569 pmprobe #679693 local sanity pmstore pmda.sample
--570:retired pmns #690735 local
--571 pmlogger local pmdumplog
--572 pmcd pmda local pmda.install pmda.sample pmda.simple pmda.trivial pmstore
--573 other remote pmdumplog
--574 libpcp pmns compat local sanity
--575 pmie local
--576 pcp2xml python pcp2xxx derive local
--577 pmlogger local
--578 pmcd local pmda.install pmval
--579 collectl local
--580 indom local ostest kernel
--581 pmie local kernel
--582 pmdumplog local
--583 pmie #698718 remote
--584:retired libpcp pmie local #698774 purify
--585 pmval pmprobe local pminfo kernel
--586 other local
--587 pmcd #754795 local pmda.install pmda.trivial
--588 libpcp threads local archive multi-archive kernel
--589 remote
--590 libpcp threads local archive multi-archive
--591 pminfo archive multi-archive decompress-xz local pmlogextract
--592 pmda.sample local pmstore
--593 pmlogger #779495 local pmstore
--594 pmda.sample #779246 #782029 local
--595 libpcp threads local archive multi-archive kernel
--596 pmlogextract archive local
--597 pmda.shping pmda.proc pmda.install local
--598 derive local
--599 pmie local
--600 libpcp local timezone
--601 trace pmda.install local pmda.trace
--602 trace pmda.install local pmda.trace
--603 trace pmda.install remote pmda.trace
--604 archive pmval pmlogextract pmdumplog local
--605 trace local pmda.trace
--606 python archive pmns iostat local pidstat pcp
--607 libpcp local
--608 pmpost local
--609 pmdumplog local
--610 libpcp local
--611 pmlogger pmdumplog local
--612 other local
--613 pmdumplog local kernel
--614 pmns local
--615 pmlogsize local
--616 pmlogsize local
--617 dbpmda help local
--618 pmlogsize local
--619 pmlogsize local
--620 pmlogsize valgrind local
--621 pmlogsize local
--622 pmie remote
--623 logutil local
--624 pmlogrewrite pmdumplog decompress-xz local kernel
--625 libpcp getopt pmval local kernel
--626 logutil local
--627 pmlogcheck decompress-xz local
--628 pmda local pmda.simple
--629 pmlogmv pmlogcheck local
--630 other local
--631:retired pmlogrewrite
--632 libpcp pmlogrewrite local
--633 pmlogger local
--634 kernel local pmval timezone kernel
--635 pmda.linux kernel remote
--636 libpcp local
--637 other pmlogmv pmlogrewrite pmdumplog local
--638 pmns local
--639 pmns local
--640 pmpost local
--641 logutil pmdumplog local pmlogrewrite pmlogmv
--642 pmda.trivial pmns local pmda.simple pmda.sample pmda.sendmail trace pmda.trace
--643 pmda.trivial pmns local
--644 pmns local
--645 pmlogger local kernel
--646 pmda.mmv local sanity
--647 pmda.mmv local
--648 pmda.mmv local
--649 pmda.mmv local
--650 pmlogger local pmdumplog
--651 pmproxy local
--652 pmda.systemd event flakey
--653 libpcp local
--654 pmda.gfs2 local
--655 pmda.gfs2 local pmstore
--656 pmda.cifs local valgrind
--657 pmda.dm local
--658 logutil local pmlogrewrite pmlogmv
--659 pmlogreduce local
--660:retired pmwebd local
--661:retired pmwebd local python kernel
--662 pmproxy pmda.sample local python pmda.sample
--663:retired pmwebd local python
--664 logutil local pmlogrewrite pmlogmv
--665 pmda.linux local
--666:retired pmmgr local slow valgrind pmrep python pmlogrewrite
--667 pcp2graphite python pcp2xxx local
--668:retired pmmgr local containers pmdumplog
--669:retired pmmgr local pmlogcheck
--670 libpcp local
--671 folio local pmlogrewrite pmlogmv
--672 valgrind libpcp pmval local
--673 pmdumplog local decompress-xz
--674 pcp local
--675 pmlogrewrite local logutil kernel
--676 logutil pmlogrewrite local
--677 pmprobe archive multi-archive decompress-xz local pmlogextract
--678 logutil pmlogrewrite local
--679 logutil local pmlogrewrite pmlogmv
--680 libpcp local
--681 valgrind libpcp local
--682 libpcp_mmv labels local valgrind
--683 libpcp_mmv labels local
--684 pmstat archive multi-archive decompress-xz local pmlogextract
--685 pmns local
--686 logutil local
--687 pmlogger local man
--688 derive local
--689 pmclient archive multi-archive decompress-xz local sanity pmlogextract python
--690 derive local
--691 derive local
--692 pmie pmda.sample local
--693 pmie pmda.sample local
--694 pmie valgrind local
--695 pmda.trivial perl local
--696 pmda.trivial python local
--697 pmie valgrind local kernel
--698 pmie valgrind local
--699 pmlogrewrite local
--700 other local
--701 pmlogcheck local
--702 python libpcp local sanity
--703 pmda.weblog local
--704 pmda.mmv python libpcp_mmv local
--705 libpcp local
--706 libpcp local
--707 python libpcp local sanity
--708 python pmimport local
--709:retired pmcollect
--710 python pmimport local pmdumplog
--711 pmimport pmlogsummary perl local
--712 context libpcp pmcd secure local kernel
--713 context libpcp pmproxy secure local
--714 context libpcp pmcd secure local kernel
--715 pmda.simple perl
--716 dbpmda pmda.simple perl
--717 pmda.simple python
--718 dbpmda pmda.simple python
--719 libpcp local valgrind
--720 libpcp local valgrind
--721 dbpmda local
--722 python local pcp
--723 pmda.proc local
--724 pmfind local
--725 pmda.jbd2 local
--726 pmlogger pmdumplog local
--727:retired avahi local
--728 libpcp getopt local timezone
--729 python local
--730 pmda.proc local cgroups
--731 pmda.proc local cgroups valgrind pmval
--732 pmda.linux local
--733 pmie pmval pmdumplog local kernel
--734 libpcp pmstat remote
--735 pmda.proc local
--736 pmlogrewrite local pmdumplog
--737 python local timezone
--738 local pmlogmv sanity
--739 python getopt local timezone
--740 pmda.sample pmstore secure local pmdbg
--741 python getopt local
--742 pcp python local
--743 pcp python local
--744 pmda.nvidia local
--745 pmda.nvidia local valgrind
--746 valgrind libpcp local
--747 pmda.linux local kernel
--748 pmlogrewrite pmda.mysql local pmdumplog
--749 pmcd local
--750:retired pmda.rpm local flakey pmval
--751:retired pmda.rpm local pmdumplog pmlogrewrite
--752 libpcp local pmval timezone
--753 derive local pmval pmstore kernel
--754 pmda.unbound local python
--755 pmda.apache pmda.install local
--756 pmda.perfevent local
--757 pmda.perfevent pmda.install local
--758 perl local pmstore
--759 pmda.unbound pmda.install local python
--760 pmda.activemq pmda.install local
--761 pmda.root local containers
--762 help local pmda.sample
--763 pmda local
--764 pmie local
--765 pmlogsummary local
--766 pmfind local
--767 pmda.linux pmda.proc pmda.root local containers kernel
--768 pmlogextract local pmdumplog
--769 other local
--770 libpcp pdu fault local valgrind
--771 perl local
--772 pmns local
--773 derive local
--774 pmdumplog local
--775 pmfind local
--776 pmfind local
--777 derive pmprobe pmie local pmval
--778 pmda.postgresql pmie local
--779 pmda local
--780 pmproxy local
--781 logutil local
--782:retired pmwebd local
--783:retired pmda.rpm local valgrind
--784 pmda.mic python local
--785 pcp atop local
--786 context context_local libpcp local
--787 archive local pmie pmlogrewrite pmdumplog pmval flakey kernel
--788 pmda.nginx pmda.install local
--789 pmda.zimbra local
--790 pmlogextract local
--791 pmlogextract valgrind local pmdumplog
--792 libpcp local pmdbg
--793 logutil local kernel
--794 containers pmcd pmda.pmcd local
--795 pmimport pmdumplog perl local
--796 pmda.elasticsearch local
--797 pmlogrewrite local pmdumplog
--798 pmda.nfsclient local python dbpmda
--799 pmlogrewrite local
--800 pmda.proc pmda.hotproc local
--801 pmda.netfilter local
--802 pmda valgrind dbpmda local
--803 libpcp derive local kernel
--804 pcp pmstat local
--805 pmda.postfix local
--806 pmstore pminfo pmie pmval pmprobe dbpmda local
--807 pcp local
--808 pmlogger local logutil
--809:retired pmcollect
--810 iostat archive multi-archive local pmlogextract pcp python
--811 pmlogger pmcpp local kernel
--812 pmlogextract local pmdumplog
--813 pmlogextract local
--814 pmprobe archive multi-archive local pmlogextract
--815 pmie local
--816 libpcp local
--817 pmstat archive multi-archive local pmlogextract
--818 pmval archive multi-archive local pmlogextract
--819 pmda.elasticsearch local
--820 pmda.linux local
--821 pmda.linux local
--822:reserved pmlogrewrite
--823 pmda.sample pmstore secure local pmdbg
--824 pmlogsummary local #1132476 pmdumplog kernel
--825 pmda.ds389 local
--826 pmda.linux local
--827 pmlogrewrite pmda.linux local pmdumplog
--828 valgrind archive context local kernel
--829 pcp python local
--830 other local
--831 pmda.sample pmstore secure local pmdbg
--832 pmda.sample pmstore secure local
--833 archive context local kernel
--834 pmie local
--835 pmda.memcache local
--836 pmlogsummary local pmdiff
--837 pmda.sample containers local pmval pmstore pmprobe pmdbg
--838 pmns local
--839 pcp python local
--840 avahi local
--841 pmda local python
--842 python local iostat pmval pcp kernel
--843 pmda local python
--844 pmda.linux local
--845 pmda.mounts local python
--846 pmimport pmdumplog perl local
--847 containers local
--848 pmcd secure local kernel
--849 pmie local
--850:retired pmcollect
--851 iostat local pcp python kernel
--852 pmda.proc local
--853 pmcpp local kernel
--854 pmlogger local pmlc pmdumplog pmstore folio
--855 pmda.netfilter local
--856 pmlogger local pmlc pmdumplog pmstore folio
--857 pmda.linux local valgrind kernel
--858 libpcp local fetch valgrind pmstore
--859 python libpcp local fetch
--860 pmda pmda.proc ostest local pmval
--861 pmcd pmda.pmcd local
--862 pmie local
--863 python local
--864 pcp python local collectl
--865 pmda local
--866 fault libpcp local
--867 pmproxy libpcp_web local
--868 pmda.install local
--869 pmda.linux local kernel
--870 pmlogcheck local
--871 pmie local pmstore
--872 pmda.linux local
--873 pmda.linux local kernel
--874 valgrind pmval libpcp local
--875 libpcp local valgrind
--876 pmda.xfs local
--877 libpcp local
--878 pmda.pipe local pmval
--879 pmda.pipe local
--880 pmrep python local kernel
--881 pmcd local
--882 pmlogger local pmlc pmdumplog pmstore folio
--883 pcp mpstat python local
--884 libpcp_web local
--885 pmda.linux local kernel
--886 pmda.linux local kernel
--887 pmlogsummary archive multi-archive local pmlogextract
--888 pmda.linux local
--889 pmda.proc local
--890 libpcp_import local
--891 libpcp local
--892 pmcd libpcp local
--893 pmcd local
--894 pmlogconf pmieconf local
--895 pmlogger local
--896 pmlogger local pmdumplog kernel
--897 pmlc pmlogger local
--898 pmlogmv local
--899 libpcp getopt folio local
--900 libpcp sanity local timezone
--901 libpcp event local
--902 libpcp mem_leak valgrind event local
--903 libpcp threads local context_local context
--904 python local
--905 oldversion remote
--906 pmda.sample indom help pmda pminfo local
--907 pmlogextract local pmdumplog
--908 indom help pmda pminfo local
--909 libpcp pmns local
--910 pmda.linux pmval local kernel
--911 pmda.linux local
--912 pmda.nutcracker local
--913 pmda.redis local
--914 libpcp threads local context_local context
--915 pmcd pmlogger pmproxy libpcp local pmlc
--916 pmlogextract pmlogcheck local kernel
--917 selinux local
--918 pmcd local kernel
--919 pmlogger pmstat local pmdumplog
--920 logutil local
--921 pmdumplog local kernel
--922 derive pmie pmval local kernel
--923 derive libpcp valgrind local
--924 pmda.docker local valgrind helgrind
--925 logutil local
--926 ganglia2pcp local pmdumplog
--927 derive local kernel
--928 archive local pmdumplog
--929 logutil local
--930 pmlogrewrite local pmdumplog
--931 archive pmval local
--932 pmlogger local pmdumplog folio
--933 pmda.proc local
--934 pmieutil local
--935 derive local
--936 pcp tapestat python local
--937 derive local
--938 derive local kernel
--939 derive local kernel
--940 selinux local
--941 pmcd local
--942 threads valgrind local helgrind
--943 pmprobe pmda.proc local
--944 pmcd secure local pmstore
--945 pmlogrewrite pmda.xfs local pmdumplog
--946 pmfind avahi local
--947 pmlogger local pmdumplog
--948 pmlogger context_local local pmlogcheck pmdumplog kernel
--949 python local timezone
--950 pmproxy avahi local
--951 pmie local pmval kernel
--952 threads valgrind local helgrind
--953 libpcp threads local
--954 libpcp threads derive local
--955:retired pmda.linux local kernel
--956 pmcd local
--957 pmda.linux local valgrind
--958 archive local pmdumplog
--959 pmda.sample pmstore local
--960 pmda.ds389 local
--961 pmlogextract local
--962 archive local pmval pmdumplog kernel
--963 libpcp local
--964 pmcd local pmda.xfs pmda.dm
--965 derive local kernel
--966 secure local kernel
--967 zsh local pcp2xxx pcp2elasticsearch pcp2xlsx pcp2influxdb pcp2graphite pmrep python pcp2zabbix pcp2xml pcp2json
--968 python local derive kernel
--969 derive local kernel
--970 pmclient archive multi-archive local sanity pmlogextract python
--971 pmlogrewrite pmda.proc local pmdumplog
--972 pmda.zswap dbpmda local python
--973 pmda.zswap pmda.install local python kernel
--974 pmda.proc local
--975 pmimport local
--976 dbpmda perl pmda.lustre local
--977 libpcp valgrind local containers
--978 libpcp getopt sanity local timezone
--979 python local
--980 python local
--981 dbpmda perl pmda.gpfs local
--982 pmda.proc pmda.hotproc local pmstore
--983 pmie local
--984 cgroups local pmlogrewrite
--985 pmimport pmdumplog perl local
--986 pmimport pmdumplog perl local
--987 pmda.xfs local
--988 pmda.xfs local valgrind
--989 archive local
--990 pmda.mmv local valgrind
--991 pcp python free local
--992 pmcpp pmlogger local kernel
--993 pmlogger pmdumplog local
--994 other verify
--995 python local
--996 pmdiff local
--997 pmlogextract local pmlogcheck pmdumplog
--998 threads libpcp local
--999 pmns local
--1000 pmdumptext local
--1001 pmchart local x11
--1002 pmchart local x11
--1003 pmchart local kernel x11
--1004 pmchart local kernel x11
--1005 pmchart local x11
--1006 pmchart local x11
--1007 pmchart local kernel x11
--1008 pmdumptext libpcp_qmc local kernel x11
--1009 pmdumptext libpcp_qmc local x11
--1010 pmdumptext pmlogger libpcp_qmc local x11
--1011 pmdumptext pmval libpcp_qmc local x11
--1012 pmdumptext libpcp_qmc local x11
--1013 libpcp_qmc local x11
--1014 libpcp_qmc local x11
--1015 libpcp_qmc local x11
--1016 libpcp_qmc local x11
--1017:retired libpcp_qmc local flakey kernel x11
--1018:retired libpcp_qmc local flakey x11
--1019:retired libpcp_qmc local flakey pmstore x11
--1020:retired libpcp_qmc local flakey pmstore x11
--1021 libpcp_qmc local x11
--1022 pmdumptext local kernel x11
--1023 pmdumptext local x11
--1024 pmda.linux local kernel
--1025 pmdumptext pmlogger pmdumplog pmloglabel local x11
--1026 pmdumptext remote kernel x11
--1027 pmdumptext local pmstore x11
--1028 pmdumptext local kernel x11
--1029 libpcp_qmc local pmstore x11
--1030 pmda.linux local
--1031 pmda.slurm perl local
--1032 pmproxy containers local python
--1033 pmda.named local
--1034 pmda.named local
--1035 pmda.oracle local pmstore
--1036 pmclient archive multi-archive local pmlogextract python
--1037 pminfo archive multi-archive local pmlogextract
--1038 pmrep archive multi-archive local pmlogextract python
--1039 libpcp local
--1040 dbpmda local
--1041 pmda.libvirt local python
--1042 pmproxy pmda.proc local python
--1043 pmda.linux local kernel
--1044 pmie local pmieconf sanity
--1045 pmie local pmieconf pmpost
--1046 pmie local pmieconf
--1047 pmie local pmieconf
--1048 python local kernel
--1049 pmie pmieconf local
--1050 pmieconf local
--1051 pmieconf #696008 local
--1052 pmda.json local python
--1053 pmda.json pmda.install local python
--1054 pmlogger pmcpp local pmdumplog kernel
--1055 pmlogger local pmdumplog pmstore folio
--1056 derive local kernel
--1057 pmlogrewrite local
--1058 pmda.bash local
--1059 pmcd local
--1060 pmieutil local
--1061 pmda.lio local python
--1062 pmrep python local
--1063 derive local
--1064 derive local
--1065 libpcp valgrind local
--1066 derive valgrind local
--1067 zbxpcp local pmda.sample
--1068 pcp2zabbix python pcp2xxx local
--1069 pmrep python local timezone kernel
--1070 pmrep pmimport python perl local
--1071 pmrep python local kernel
--1072 pmrep python archive local kernel
--1073 pmda.linux local kernel
--1074 threads valgrind local helgrind
--1075 pmlogrewrite valgrind local
--1076 pmlogcheck local
--1077 pmcd libpcp archive local kernel
--1078 pcp python pidstat local
--1079 pcp atop local
--1080 valgrind pcp atop local
--1081 python pcp local
--1082 python local
--1083 pmcd local kernel
--1084 pmda.linux local
--1085 pmlogger local pmdumplog
--1086 pmprobe local
--1087 pmda.bind2 local
--1088:retired pmmgr local
--1089 atop local folio
--1090 pmproxy local context
--1091 pmns libpcp context local kernel
--1092 libpcp local
--1093 pmcpp local
--1094 other local
--1095 derive local kernel
--1096:retired libpcp threads pmmgr local
--1097 pmlogconf local
--1098 python local pmstore sanity
--1099 archive iostat local pmie pcp python
--1100 bash local pcp2xxx pcp2elasticsearch pcp2xlsx pcp2influxdb pcp2graphite pmrep python pcp2zabbix pcp2xml pcp2json
--1101 libpcp_web local valgrind
--1102 pmda.openmetrics local python
--1103 derive local
--1104 kernel local
--1105 derive local kernel
--1106 libpcp local
--1107 pmie local
--1108 logutil local folio pmlogextract
--1109 pmlogger valgrind local pmdumplog
--1110 pmda.haproxy local python
--1111 pcp2influxdb python pcp2xxx local
--1112 pmda.linux local
--1113 pcp ipcs python local
--1114 archive pmval multi-archive local pmlogextract kernel
--1115 pmda.bcc local python
--1116 pmda.bcc local python
--1117 pmda.bcc local python labels kernel
--1118 pmda.bcc local python labels
--1119 pmlogsummary archive multi-archive decompress-xz local pmlogextract
--1120 pmda.openmetrics local python
--1121 pmda.linux local kernel
--1122 pmie local
--1123 pmchart local kernel x11
--1124 pmda.bcc local python
--1125:retired pmcollect
--1126 pmda.bcc local python
--1127 pmda.bcc local python
--1128 pmie local
--1129 derive local kernel
--1130 pcp2elasticsearch python pcp2xxx local
--1131 pcp2json python pcp2xxx local
--1132 pcp2xlsx python pcp2xxx local kernel
--1133 pcp2xml python pcp2xxx local
--1134 pmrep pcp2json pcp2xml python pcp2xxx local python kernel
--1135 pmrep python pmda.sample archive local kernel
--1136 pmrep python pmda.sample local kernel
--1137 derive pmrep local python kernel
--1138 archive pmval multi-archive decompress-xz local pmlogextract kernel
--1139 pmrep python local kernel
--1140 pidstat local python pcp pmlogrewrite pmrep derive free
--1141 selinux local
--1142 pmie local kernel
--1143 pmie local
--1144 pmda.proc local
--1145 fault libpcp local
--1146 logutil local
--1147 logutil local
--1148 logutil local
--1149 pmlogrewrite local
--1150 pmda.bcc local python
--1151 pmda.bcc local python
--1152 pmda.bcc local python
--1153 pmda.bcc local python
--1154 pmda.bcc local python
--1155 pmda.bcc local python
--1156 pmda.bcc local python
--1157 pmda.bcc local python
--1158 pmda.bcc local python
--1159 pmlogger local pmdumplog kernel
--1160 pmda.netcheck local python
--1161 pmda.netcheck local python
--1162 find-filter local
--1163 pmlogrewrite local
--1164 pmda.linux local valgrind
--1165 pmda.bcc local python
--1166 libpcp local
--1167 pmdumplog labels archive local pmrep python kernel
--1168 pmrep pmda.bcc local python
--1169 pmrep python local kernel
--1170 pmda.bcc local python
--1171 pmda.bcc local python
--1172 pmda.bcc local python
--1173 pmda.bcc local python
--1174 threads valgrind local helgrind
--1175 pmda.bcc local python
--1176 pmda.bcc local python
--1177 pmns derive libpcp pmlogger local kernel
--1178 pmda.bcc local python
--1179 pmda.bcc local python
--1180 logutil local pmrep python
--1181 pmda.bcc local python
--1182 libpcp local
--1183 pmrep python archive local
--1184 pminfo pmseries local
--1185 pmrep python archive local
--1186 pmie local not_in_ci
--1187 python pcp dstat local
--1188 pmda.dm local valgrind
--1189 find-filter local
--1190 other local
--1191 pmda.openmetrics local python
--1192 containers local
--1193 pmlogrewrite labels help pmdumplog local
--1194 pmlogrewrite local
--1195 pmlogrewrite local
--1196 pmcd local
--1197 pmlogextract local
--1198 pmlogrewrite pmda.linux local
--1199 libpcp pmcd local
--1200 logutil local
--1201 logutil remote
--1202 pmda.dm local pmrep python
--1203 derive pmval libpcp local
--1204 pmlogctl local sanity
--1205 pmlogctl local
--1206 pmlogctl local
--1207 pcp dstat python local
--1208 pmlogctl local
--1209 pmlogctl local
--1210 pmlogctl local
--1211 pmseries local kernel
--1212 pmseries local
--1213 pmlogctl local
--1214 pmproxy pmseries libpcp_web local
--1215 pmlogctl local
--1216 pmlogctl local
--1217 pmrep python local
--1218 pmda.root local
--1219 pcp local
--1220 pmda.proc local
--1221 labels pmda.openmetrics local python
--1222 pmda.linux pmda.proc local valgrind
--1223 pmlogctl local
--1224 pcp dstat python local
--1225:retired pmwebd local pmrep python pcp kernel
--1226 pmiectl local
--1227 derive local
--1228 pmiectl local
--1229 pmlogextract pmdumplog labels help local sanity
--1230 pmiectl local
--1231 pmlogrewrite labels help pmdumplog local
--1232 logutil pmlogctl local
--1233 derive local
--1234 libpcp_web local
--1235 derive local
--1236 derive local
--1237 derive local
--1238 iostat archive multi-archive decompress-xz local pmlogextract pcp python
--1239 pmlogrewrite labels pmdumplog local
--1240 libpcp pmrep local python
--1241 pmlogrewrite local
--1242 pmrep archive multi-archive decompress-xz local pmlogextract python
--1243 valgrind pmfind libpcp local helgrind
--1244 pmlogextract local
--1245 libpcp local
--1246:reserved pmlogreduce local
--1247 pmlogrewrite labels pmdumplog local
--1248 pmlogctl local
--1249 pmiectl local
--1250 selinux local
--1251 man local
--1252 derive local
--1253 derive local valgrind
--1254 derive local
--1255 libpcp local kernel
--1256 derive valgrind local
--1257 libpcp python local
--1258 pmda.linux local valgrind
--1259 derive valgrind local
--1260 derive local
--1261 derive local
--1262 derive valgrind local
--1263 derive local
--1264:retired pmcollect
--1265 pmda.linux local valgrind
--1266 atop pcp local
--1267 pmlogrewrite labels help pmdumplog local
--1268 derive local
--1269 libpcp local kernel
--1270 derive fault local
--1271 derive local
--1272 pmlogmv local
--1273 pmlogger fetch local
--1274 pmlogextract pmdumplog labels help local sanity
--1275 man pmlogger local
--1276:retired pmmgr containers local
--1277 dbpmda local pmdbg
--1278 dbpmda local pmdbg
--1279 dbpmda local
--1280 archive pmdumplog local
--1281 archive pmdumplog valgrind local
--1282:retired other local
--1283 dbpmda local
--1284 pmrep pmda.linux local
--1285 pmlogsummary local
--1286 pmda.bcc local python
--1287 pmda.install pmda.openmetrics local python
--1288 archive pmval local
--1289 pmval archive multi-archive decompress-xz local pmlogextract
--1290:reserved pmproxy local pmval pmie pmstat valgrind pmdumptext
--1291 atop archive local
--1292 pmlc local
--1293 pmlc local valgrind
--1294 libpcp_mmv labels local valgrind
--1295 pmda.sample local
--1296 pmie local
--1297 pmieutil local
--1298 pmval local
--1299 libpcp pminfo local
--1300 libpcp local
--1301 pmda.pmproxy pmda.mmv local
--1302 pmlogrewrite valgrind local
--1303 pcp dstat python local
--1304 pmstat context context_local local
--1305 pmlogger local valgrind
--1306 pmda.openmetrics labels local python
--1307 dbpmda pmda.sample local
--1308 dbpmda pmda.sample valgrind local
--1309 pmda.zfs local
--1310 labels python local
--1311 derive pmdumptext local
--1312 derive pmdumptext valgrind local
--1313 libpcp local
--1314 libpcp valgrind local
--1315 sanity local
--1316 libpcp local
--1317 libpcp local valgrind
--1318 pmprobe pmlogconf local kernel
--1319 libpcp local valgrind helgrind
--1320 pmval local
--1321 pmlogger pmda.openmetrics local python
--1322 pmval local valgrind
--1323 pmlogrewrite labels help pmdumplog local
--1324 pmclient archive multi-archive decompress-xz local pmlogextract python
--1325 pmdumplog local
--1326 pmstore pmda.pmcd local
--1327 pmdumplog local valgrind
--1330 pmda.openmetrics local python
--1331 verify local
--1337 pmda.mssql local
--1338 pmlogrewrite labels pmdumplog local
--1340 pmcd pmda.pmcd pmstore local
--1342 pmda.openmetrics local python
--1343:retired pmmgr local pmlogrewrite
--1344:retired pmmgr local
--1347 atop pcp local
--1349 pmlogrewrite labels pmdumplog local kernel
--1350 pmda.proc local
--1351 pmcd pmda.mmv libpcp pmda local
--1354 pmval archive local
--1357 pmda.podman valgrind local
--1358 pmda.podman local
--1359 libpcp local pmdbg
--1362 pmda.postgresql local
--1367 labels pmda.simple local python
--1368 labels help pmlogger pmdumplog local sanity
--1369 labels pmcd pmlogger pmdumplog local
--1370:reserved man local
--1372 pmie local
--1379 pmproxy local
--1383 pmlogrewrite labels pmdumplog local
--1385 pmda.openmetrics local python
--1388 pmproxy local secure
--1389:retired pmwebd local
--1390 atop pcp local
--1393 pmda.linux local
--1395 pmda.openmetrics local python
--1396 pcp python pidstat local archive
--1397 pmda.smart local valgrind
--1398 pidstat local
--1399 pidstat local
--1400 pcp free local
--1401 pmproxy local
--1403 pmda.linux local valgrind
--1407 pmchart derive local x11
--1408 pmchart libpcp_qmc local x11
--1415 pmda.mmv labels local
--1416 pmlogrewrite local
--1422 pmda.mmv local valgrind
--1423 pcp2spark python pcp2xxx local
--1433 pmproxy local
--1434 pmda.nfsclient local
--1435 pmda.elasticsearch local
--1436 pmda.postgresql local
--1437 pmda.kvm local
--1455 pmlogrewrite labels pmdumplog local
--1457 pmproxy local
--1480 pmda.lmsensors local
--1489 python pmrep pmimport local
--1490 python local labels
--1495 pmlogrewrite labels pmdumplog local
--1511 pmcd local
--1530 pmda.zfs local valgrind
--1531 pmda.zfs local valgrind
--1532 pmda.zfs local
--1533 pmda.zfs local valgrind
--1534 pmda.zfs local valgrind
--1543 pmproxy local
--1544 pmproxy python local
--1545 pcp2xml python pcp2xxx local
--1546 pmrep python local
--1547 pmrep python local
--1548 pmrep python local
--1549 pmrep python local
--1566 logutil libpcp local
--1573 pmproxy libpcp_web pmlogger local
--1588 python iostat local
--1598 pmda.statsd local
--1599 pmda.statsd local
--1600 pmseries pmcd pmproxy pmlogger local
--1601 pmseries pmproxy local
--1602 pmproxy local
--1603 pmproxy local
--1608 pmproxy local
--1613 pmda.linux kernel local
--1622 selinux local
--1623 libpcp_import collectl local
--1634 pmda.sockets local
--1644 pmda.perfevent local
--1660 libpcp labels local
--1661 pmproxy libpcp_web pmlogger local
--1671 multi-archive archive libpcp pmrep local python
--1672 secure pmcd local
--1680 openvswitch local
--1681 pmrep pcp2xxx pmlogconf local
--1682 pmrep pcp2xxx pmlogconf valgrind local
--1688 pmieconf local
--1689 pmproxy libpcp_web local
--1690 pmseries local
--1692 pmda.pmcd local
--1694 pidstat local python pcp
--1695 pmproxy valgrind local
--1696 pmproxy valgrind local
--1700 pmda.bpftrace local python
--1701 pmda.bpftrace local python
--1702 pmda.bpftrace local python
--1703 pmda.bpftrace local python
--1704 pmda.bpftrace local python
--1705 pmda.bpftrace local python
--1706 pmda.bpftrace local python
--1707 pmda.bpftrace local python
--1708 pmda.statsd local
--1709 pmda.statsd local
--1710 pmda.statsd local
--1711 pmda.statsd local
--1712 pmda.statsd local
--1713 pmda.statsd local
--1714 pmda.statsd local
--1715 pmda.statsd local
--1716 pmda.statsd local
--1717 pmda.statsd local
--1718 pmda.statsd local
--1719 pmda.statsd local
--1720 pmda.statsd local valgrind dbpmda
--1721 pmda.bpftrace local python
--1722 pmda.bpftrace local python
--1723 pmda.bpftrace local python
--1724 pmda.bpftrace local python
--1725 pmda.bpftrace local python
--1740 pmda.proc local
--1745 pmlogger libpcp pmval local
--1748 atop local
--1753 fetch valgrind local
--1763 pmlogctl local
--1768 pmfind local
--1769 pmda.linux local
--1773 pmseries pmproxy libpcp_web local
--1775 pmdumptext archive local
--1793 pmrep pcp2xxx python local
--1801 dstat python pcp local
--1805 pmda.linux kernel local
--1813 python labels local
--1814 pmda.linux local
--1820 atop local
--1821 pmlogpaste local
--1824 pmproxy local
--1825 libpcp pmcd local valgrind
--1826 libpcp pmcd local
--1837 pmproxy local
--1844 pmdumptext libpcp_qmc remote
--1850 pmseries libpcp_web local
--1855 pmda.rabbitmq local
--1871 pmsearch local
--1872 pmproxy local
--1874 pmseries pmproxy local
--1876 pmcd secure local
--1886 pmseries libpcp_web local
--1896 pmlogger logutil pmlc local
--1897 pmda.hacluster local valgrind
--1899 fetch local
--1901 pmlogger local
--1902 help local
--1937 pmlogrewrite pmda.xfs local
--1955 libpcp pmda pmda.pmcd local
--4751 libpcp threads valgrind local pcp helgrind
-diff -Naurp pcp-5.3.1.orig/src/include/builddefs.in pcp-5.3.1/src/include/builddefs.in
---- pcp-5.3.1.orig/src/include/builddefs.in	2021-06-04 06:34:34.000000000 +1000
-+++ pcp-5.3.1/src/include/builddefs.in	2021-08-28 17:03:09.753228229 +1000
-@@ -276,6 +276,7 @@ PCP_SELINUX_UNCONFINED = @pcp_selinux_un
- PCP_SELINUX_NUMAD = @pcp_selinux_numad@
- PCP_SELINUX_BPF = @pcp_selinux_bpf@
- PCP_SELINUX_DMA_DEVICE = @pcp_selinux_dma_device@
-+PCP_SELINUX_CONTAINER_VAR_RUN = @pcp_selinux_container_var_run@
- PCP_SELINUX_VIRT_VAR_RUN = @pcp_selinux_virt_var_run@
- PCP_SELINUX_PROC_SECURITY = @pcp_selinux_proc_security@
- PCP_SELINUX_SBD_EXEC = @pcp_selinux_sbd_exec@
-@@ -285,6 +286,7 @@ PCP_SELINUX_CAPABILITY2_SYSLOG = @pcp_se
- PCP_SELINUX_CAPABILITY2_BPF = @pcp_selinux_capability2_bpf@
- PCP_SELINUX_ICMP_SOCKET_CLASS = @pcp_selinux_icmp_socket_class@
- PCP_SELINUX_LOCKDOWN_CLASS = @pcp_selinux_lockdown_class@
-+PCP_SELINUX_GLUSTERD_LOG = @pcp_selinux_glusterd_log@
- # pcpqa.te
- PCP_SELINUX_INITRC_TMP = @pcp_selinux_initrc_tmp@
- PCP_SELINUX_SUDO_EXEC = @pcp_selinux_sudo_exec@
-diff -Naurp pcp-5.3.1.orig/src/pmdas/podman/pmda.c pcp-5.3.1/src/pmdas/podman/pmda.c
---- pcp-5.3.1.orig/src/pmdas/podman/pmda.c	2021-05-13 14:42:26.000000000 +1000
-+++ pcp-5.3.1/src/pmdas/podman/pmda.c	2021-08-28 15:35:39.582343455 +1000
-@@ -19,7 +19,7 @@
- char *podman_rundir;
- pmdaIndom podman_indomtab[NUM_INDOMS];
- 
--#define NUM_METRICS (NUM_CONTAINER_STATS + NUM_CONTAINER_INFO + NUM_POD_INFO)
-+#define NUM_METRICS (sizeof(podman_metrictab)/sizeof(podman_metrictab[0]))
- static pmdaMetric podman_metrictab[] = {
- 
-     /* container stats cluster (0) */
-diff -Naurp pcp-5.3.1.orig/src/selinux/GNUlocaldefs pcp-5.3.1/src/selinux/GNUlocaldefs
---- pcp-5.3.1.orig/src/selinux/GNUlocaldefs	2021-06-04 06:36:18.000000000 +1000
-+++ pcp-5.3.1/src/selinux/GNUlocaldefs	2021-08-28 17:03:09.753228229 +1000
-@@ -83,6 +83,16 @@ else
- PCP_SELINUX_MACRO_RULE="files_list_non_security\(pcp_domain\)"
- endif
- 
-+ifeq "$(PCP_SELINUX_CONTAINER_VAR_RUN)" "true"
-+PCP_CONTAINER_VAR_RUN_T="type container_var_run_t; \# pmda.podman"
-+PCP_CONTAINER_VAR_RUN_RULE="allow pcp_pmcd_t container_var_run_t:sock_file { getattr write };"
-+endif
-+
-+ifeq "$(PCP_SELINUX_GLUSTERD_LOG)" "true"
-+PCP_GLUSTERD_LOG_T="type glusterd_log_t;"
-+PCP_GLUSTERD_LOG_RULE="allow pcp_pmcd_t glusterd_log_t:file { open read write };"
-+endif
-+
- ifeq "$(PCP_SELINUX_VIRT_VAR_RUN)" "true"
- PCP_VIRT_VAR_RUN_T="type virt_var_run_t; \# pmda.libvirt"
- PCP_VIRT_VAR_RUN_RULE="allow pcp_pmcd_t virt_var_run_t:sock_file write;"
-diff -Naurp pcp-5.3.1.orig/src/selinux/GNUmakefile pcp-5.3.1/src/selinux/GNUmakefile
---- pcp-5.3.1.orig/src/selinux/GNUmakefile	2021-06-04 06:42:11.000000000 +1000
-+++ pcp-5.3.1/src/selinux/GNUmakefile	2021-08-28 17:03:09.753228229 +1000
-@@ -70,10 +70,14 @@ $(IAM).te: $(IAM).te.in
- 		-e 's+@PCP_BPF_RULE@+'$(PCP_BPF_RULE)'+' \
- 		-e 's+@PCP_VIRT_VAR_RUN_T@+'$(PCP_VIRT_VAR_RUN_T)'+' \
- 		-e 's+@PCP_VIRT_VAR_RUN_RULE@+'$(PCP_VIRT_VAR_RUN_RULE)'+' \
-+		-e 's+@PCP_CONTAINER_VAR_RUN_T@+'$(PCP_CONTAINER_VAR_RUN_T)'+' \
-+		-e 's+@PCP_CONTAINER_VAR_RUN_RULE@+'$(PCP_CONTAINER_VAR_RUN_RULE)'+' \
- 		-e 's+@PCP_PROC_SECURITY_T@+'$(PCP_PROC_SECURITY_T)'+' \
- 		-e 's+@PCP_PROC_SECURITY_RULE@+'$(PCP_PROC_SECURITY_RULE)'+' \
- 		-e 's+@PCP_SBD_EXEC_T@+'$(PCP_SBD_EXEC_T)'+' \
- 		-e 's+@PCP_SBD_EXEC_RULE@+'$(PCP_SBD_EXEC_RULE)'+' \
-+		-e 's+@PCP_GLUSTERD_LOG_T@+'$(PCP_GLUSTERD_LOG_T)'+' \
-+		-e 's+@PCP_GLUSTERD_LOG_RULE@+'$(PCP_GLUSTERD_LOG_RULE)'+' \
- 		-e 's+@PCP_CAPABILITY2_SYSLOG_CLASS@+'$(PCP_CAPABILITY2_SYSLOG_CLASS)'+' \
- 		-e 's+@PCP_CAPABILITY2_SYSLOG_RULE@+'$(PCP_CAPABILITY2_SYSLOG_RULE)'+' \
- 		-e 's+@PCP_CAPABILITY2_BPF_CLASS@+'$(PCP_CAPABILITY2_BPF_CLASS)'+' \
-diff -Naurp pcp-5.3.1.orig/src/selinux/pcpupstream.te.in pcp-5.3.1/src/selinux/pcpupstream.te.in
---- pcp-5.3.1.orig/src/selinux/pcpupstream.te.in	2021-06-04 06:36:39.000000000 +1000
-+++ pcp-5.3.1/src/selinux/pcpupstream.te.in	2021-08-28 17:03:09.753228229 +1000
-@@ -43,7 +43,7 @@ require {
-         type ndc_exec_t;
-         type proc_mdstat_t;
-         @PCP_NUMAD_CONTEXT@
--        type glusterd_log_t;
-+        @PCP_GLUSTERD_LOG_T@
-         type sysctl_irq_t; #pmda.bcc
-         type unconfined_t; #RHBZ1443632
-         @PCP_UNCONFINED_SERVICE@
-@@ -59,9 +59,11 @@ require {
-         type proc_kcore_t;
- 	@PCP_PROC_SECURITY_T@
-         type su_exec_t;
-+	type var_run_t;
-+	@PCP_VIRT_VAR_RUN_T@
-+	@PCP_CONTAINER_VAR_RUN_T@
- 	type postgresql_var_run_t;
- 	type fs_t;
--	@PCP_VIRT_VAR_RUN_T@
- 	type cluster_tmpfs_t;
- 	type drbd_exec_t;
- 	@PCP_SBD_EXEC_T@
-@@ -131,6 +133,12 @@ allow pcp_pmcd_t user_home_t:file { exec
- #type=AVC msg=audit(XXX.90): avc: denied { getattr write } for pid=1514 comm="pmdapodman" path="/run/user/N/podman/podman.sock" dev="tmpfs" ino=228 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=sock_file permissive=0
- allow pcp_pmcd_t user_tmp_t:sock_file { getattr write };
- 
-+#type=AVC msg=audit(YYY.105): avc: denied { getattr write } for pid=14272 comm="pmdapodman" path="/run/podman/podman.sock" dev="tmpfs" ino=95030 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=unconfined_u:object_r:container_var_run_t:s0 tclass=sock_file permissive=0
-+@PCP_CONTAINER_VAR_RUN_RULE@
-+
-+#type=AVC msg=audit(XXX.98): avc: denied { getattr write } for pid=75540 comm="pmdapodman" path="/run/podman/podman.sock" dev="tmpfs" ino=51062 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=sock_file permissive=0
-+allow pcp_pmcd_t var_run_t:sock_file { getattr write };
-+
- #type=AVC msg=audit(XXX.6): avc:  denied  { append getattr ioctl open read write } for  pid=YYYY comm="pmdaX" name="/" dev="tracefs" ino=1 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:debugfs_t:s0 tclass=file permissive=0
- allow pcp_pmcd_t debugfs_t:file { append getattr ioctl open read write };
- 
-@@ -239,7 +247,7 @@ allow pcp_pmcd_t proc_mdstat_t:file { ge
- @PCP_NUMAD_RULE@
- 
- #type=AVC msg=audit(XXX.28): avc:  denied  { open read write } for  pid=YYYY comm="pmdaX" name="/" dev="tracefs" ino=1 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:glusterd_log_t:s0 tclass=file permissive=0
--allow pcp_pmcd_t glusterd_log_t:file { open read write };
-+@PCP_GLUSTERD_LOG_RULE@
- 
- #pmda.bcc
- #type=AVC msg=audit(XXX.34): avc:  denied  { execmem setrlimit ptrace } for  pid=YYYY comm="pmdaX" name="/" dev="tracefs" ino=1 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:pcp_pmcd_t:s0 tclass=process permissive=0
diff --git a/SOURCES/redhat-bugzilla-1973833.patch b/SOURCES/redhat-bugzilla-1973833.patch
new file mode 100644
index 0000000..ef1b249
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-1973833.patch
@@ -0,0 +1,193 @@
+commit 6b907e90c74fce82d6b712493d8b362bdd1a1ec1
+Author: Nathan Scott <nathans@redhat.com>
+Date:   Tue Dec 14 08:54:14 2021 +1100
+
+    pmlogconf: switch to the bulk pmLookupDescs(3) interface
+    
+    No functional change, all existing regression tests pass.
+    
+    Related to Red Hat BZ #1973833.
+
+diff --git a/src/pmlogconf/pmlogconf.c b/src/pmlogconf/pmlogconf.c
+index fa1156859d..ef4fc08bbd 100644
+--- a/src/pmlogconf/pmlogconf.c
++++ b/src/pmlogconf/pmlogconf.c
+@@ -473,13 +473,19 @@ fetch_groups(void)
+ {
+     static pmResult	*result;
+     const char		**names;
++    pmDesc		*descs;
+     pmID		*pmids;
+-    int			i, n, sts;
++    int			i, n, sts, count;
+ 
+-    /* prepare arrays of names and identifiers for PMAPI metric lookup */
++    /* prepare arrays of names, descriptors and IDs for PMAPI metric lookup */
+     if ((names = calloc(ngroups, sizeof(char *))) == NULL)
+ 	return -ENOMEM;
++    if ((descs = calloc(ngroups, sizeof(pmDesc))) == NULL) {
++	free(names);
++	return -ENOMEM;
++    }
+     if ((pmids = calloc(ngroups, sizeof(pmID))) == NULL) {
++	free(descs);
+ 	free(names);
+ 	return -ENOMEM;
+     }
+@@ -490,15 +496,16 @@ fetch_groups(void)
+ 	    continue;
+ 	names[n++] = (const char *)groups[i].metric;
+     }
++    count = n;
+ 
+-    if ((sts = pmLookupName(n, names, pmids)) < 0) {
+-	if (n == 1)
++    if ((sts = pmLookupName(count, names, pmids)) < 0) {
++	if (count == 1)
+ 	    groups[0].pmid = PM_ID_NULL;
+ 	else
+ 	    fprintf(stderr, "%s: cannot lookup metric names: %s\n",
+ 			    pmGetProgname(), pmErrStr(sts));
+     }
+-    else if ((sts = pmFetch(n, pmids, &result)) < 0) {
++    else if ((sts = pmFetch(count, pmids, &result)) < 0) {
+ 	fprintf(stderr, "%s: cannot fetch metric values: %s\n",
+ 			pmGetProgname(), pmErrStr(sts));
+     }
+@@ -510,6 +517,13 @@ fetch_groups(void)
+ 	    else
+ 		groups[i].pmid = pmids[n++];
+ 	}
++	/* descriptor lookup, descs_hash handles failure here */
++	(void) pmLookupDescs(count, pmids, descs);
++
++	/* create a hash over the descs for quick PMID lookup */
++	if ((sts = descs_hash(count, descs)) < 0)
++	    fprintf(stderr, "%s: cannot hash metric descs: %s\n",
++			    pmGetProgname(), pmErrStr(sts));
+ 	/* create a hash over the result for quick PMID lookup */
+ 	if ((sts = values_hash(result)) < 0)
+ 	    fprintf(stderr, "%s: cannot hash metric values: %s\n",
+@@ -806,14 +820,16 @@ evaluate_string_regexp(group_t *group, regex_cmp_t compare)
+     int			i, found;
+     pmValueSet		*vsp;
+     pmValue		*vp;
++    pmDesc		*dp;
+     pmAtomValue		atom;
+     regex_t		regex;
+     int			sts, type;
+ 
+-    if ((vsp = metric_values(group->pmid)) == NULL)
++    if ((vsp = metric_values(group->pmid)) == NULL ||
++        (dp = metric_desc(group->pmid)) == NULL)
+ 	return 0;
+ 
+-    type = metric_type(group->pmid);
++    type = dp->type;
+     if (type < 0 || type > PM_TYPE_STRING) {
+ 	fprintf(stderr, "%s: %s uses regular expression on non-scalar metric\n",
+ 		pmGetProgname(), group->tag);
+@@ -849,11 +865,14 @@ evaluate_string_regexp(group_t *group, regex_cmp_t compare)
+ static int
+ evaluate_values(group_t *group, numeric_cmp_t ncmp, string_cmp_t scmp)
+ {
+-    int			type = metric_type(group->pmid);
++    pmDesc		*dp;
++
++    if ((dp = metric_desc(group->pmid)) == NULL)
++	return 0;
+ 
+-    if (type == PM_TYPE_STRING)
++    if (dp->type == PM_TYPE_STRING)
+ 	return evaluate_string_values(group, scmp);
+-    return evaluate_number_values(group, type, ncmp);
++    return evaluate_number_values(group, dp->type, ncmp);
+ }
+ 
+ int
+diff --git a/src/pmlogconf/util.c b/src/pmlogconf/util.c
+index d44c2e529a..293eb2eca3 100644
+--- a/src/pmlogconf/util.c
++++ b/src/pmlogconf/util.c
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (c) 2020 Red Hat.  All Rights Reserved.
++ * Copyright (c) 2020-2021 Red Hat.  All Rights Reserved.
+  * 
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU General Public License as published by the
+@@ -14,7 +14,7 @@
+ #include "util.h"
+ 
+ static __pmHashCtl	valuesctl;	/* pointers to values in pmResult */
+-static __pmHashCtl	typesctl;	/* metric types from pmLookupDesc */
++static __pmHashCtl	descsctl;	/* metric descs from pmLookupDesc */
+ 
+ int
+ values_hash(pmResult *result)
+@@ -47,27 +47,33 @@ metric_values(pmID pmid)
+ }
+ 
+ int
+-metric_type(pmID pmid)
++descs_hash(int numpmid, pmDesc *descs)
+ {
+-    __pmHashNode	*node;
+-    pmDesc		desc;
+-    int			sts, *data;
++    unsigned int	i;
++    pmDesc		*dp;
++    int			sts;
+ 
+-    if (pmid == PM_IN_NULL)
+-	return PM_TYPE_UNKNOWN;
+-    if ((node = __pmHashSearch(pmid, &typesctl)) == NULL) {
+-	if ((sts = pmLookupDesc(pmid, &desc)) < 0)
+-	    return sts;
+-	if ((data = malloc(sizeof(int))) == NULL)
+-	    return sts;
+-	*data = desc.type;
+-	if ((sts = __pmHashAdd(pmid, data, &typesctl)) < 0) {
+-	    free(data);
++    if ((sts = __pmHashPreAlloc(numpmid, &descsctl)) < 0)
++	return sts;
++
++    for (i = 0; i < numpmid; i++) {
++	dp = &descs[i];
++	if ((sts = __pmHashAdd(dp->pmid, dp, &descsctl)) < 0)
+ 	    return sts;
+-	}
+-	return *data;
+     }
+-    return *(int *)node->data;
++    return numpmid;
++}
++
++pmDesc *
++metric_desc(pmID pmid)
++{
++    __pmHashNode	*node;
++
++    if (pmid == PM_IN_NULL)
++	return NULL;
++    if ((node = __pmHashSearch(pmid, &descsctl)) == NULL)
++	return NULL;
++    return (pmDesc *)node->data;
+ }
+ 
+ int
+diff --git a/src/pmlogconf/util.h b/src/pmlogconf/util.h
+index 17d856a0d7..a11350d899 100644
+--- a/src/pmlogconf/util.h
++++ b/src/pmlogconf/util.h
+@@ -34,7 +34,9 @@ extern void fmt(const char *, char *, size_t, int, int, fmt_t, void *);
+ 
+ extern int values_hash(pmResult *);
+ extern pmValueSet *metric_values(pmID);
+-extern int metric_type(pmID);
++
++extern int descs_hash(int, pmDesc *);
++extern pmDesc *metric_desc(pmID);
+ 
+ typedef int (*numeric_cmp_t)(double, double);
+ extern int number_equal(double, double);
diff --git a/SOURCES/redhat-bugzilla-1974266.patch b/SOURCES/redhat-bugzilla-1974266.patch
deleted file mode 100644
index 06ced55..0000000
--- a/SOURCES/redhat-bugzilla-1974266.patch
+++ /dev/null
@@ -1,2478 +0,0 @@
-diff -Naurp pcp-5.3.1.orig/qa/1072 pcp-5.3.1/qa/1072
---- pcp-5.3.1.orig/qa/1072	2021-02-17 15:27:41.000000000 +1100
-+++ pcp-5.3.1/qa/1072	2021-06-24 17:22:58.945372343 +1000
-@@ -88,6 +88,12 @@ pmrep -u -s 5 -o archive -F $tmp.new_arc
- pmrep -u -a $tmp.new_archive4 -z hinv.machine mem.util.used
- pmdumplog -z -dim $tmp.new_archive4
- 
-+echo "=== pmrep archive creation with scaled values"
-+pmrep -u -s 5 -o archive -F $tmp.new_archive5 -z $log2 -i sda,sdc disk.dev.write_bytes,,,MB | _pid_filter
-+# Using -r to display the unit in the archive
-+pmrep -u -a $tmp.new_archive5 -z -r disk.dev.write_bytes
-+pmdumplog -z -dim $tmp.new_archive5
-+
- rm -f $tmp.a1-out* $tmp.a2-out* $tmp.new_archive*
- 
- # success, all done
-diff -Naurp pcp-5.3.1.orig/qa/1072.out pcp-5.3.1/qa/1072.out
---- pcp-5.3.1.orig/qa/1072.out	2021-02-17 15:27:41.000000000 +1100
-+++ pcp-5.3.1/qa/1072.out	2021-06-24 17:22:58.945372343 +1000
-@@ -93,4 +93,53 @@ Instance Domains in the Log ...
- 
- 14:39:17.882326 1 metric
-     60.1.1 (mem.util.used): value 13573800
-+=== pmrep archive creation with scaled values
-+Recording 1 metrics to TMP.new_archive5:
-+5 samples(s) with 1.0 sec interval ~ 4 sec duration.
-+  d.d.write_bytes  d.d.write_bytes
-+              sda              sdc
-+            Kbyte            Kbyte
-+        369846691        948239088
-+        369847163        948239160
-+        369847575        948239236
-+        369848903        948239408
-+        369849315        948239540
-+Note: timezone set to local timezone of host "billing02" from archive
-+
-+
-+Descriptions for Metrics in the Log ...
-+PMID: 60.0.39 (disk.dev.write_bytes)
-+    Data Type: 32-bit unsigned int  InDom: 60.1 0xf000001
-+    Semantics: counter  Units: Kbyte
-+
-+Instance Domains in the Log ...
-+InDom: 60.1
-+00:28:01.923022 2 instances
-+   0 or "sda"
-+   2 or "sdc"
-+
-+00:28:01.923022 1 metric
-+    60.0.39 (disk.dev.write_bytes):
-+        inst [0 or "sda"] value 369846691
-+        inst [2 or "sdc"] value 948239088
-+
-+00:29:01.925641 1 metric
-+    60.0.39 (disk.dev.write_bytes):
-+        inst [0 or "sda"] value 369847163
-+        inst [2 or "sdc"] value 948239160
-+
-+00:30:01.923324 1 metric
-+    60.0.39 (disk.dev.write_bytes):
-+        inst [0 or "sda"] value 369847575
-+        inst [2 or "sdc"] value 948239236
-+
-+00:31:01.922091 1 metric
-+    60.0.39 (disk.dev.write_bytes):
-+        inst [0 or "sda"] value 369848903
-+        inst [2 or "sdc"] value 948239408
-+
-+00:32:01.922742 1 metric
-+    60.0.39 (disk.dev.write_bytes):
-+        inst [0 or "sda"] value 369849315
-+        inst [2 or "sdc"] value 948239540
- == done
-diff -Naurp pcp-5.3.1.orig/qa/1627 pcp-5.3.1/qa/1627
---- pcp-5.3.1.orig/qa/1627	1970-01-01 10:00:00.000000000 +1000
-+++ pcp-5.3.1/qa/1627	2021-06-24 17:22:58.942372394 +1000
-@@ -0,0 +1,62 @@
-+#!/bin/sh
-+# PCP QA Test No. 1627
-+# Exercise LOGIMPORT PM_ERR_CONV error handling condition
-+# https://github.com/performancecopilot/pcp/issues/1327
-+#
-+# Copyright (c) 2021 Red Hat.  All Rights Reserved.
-+#
-+
-+if [ $# -eq 0 ]
-+then
-+    seq=`basename $0`
-+    echo "QA output created by $seq"
-+else
-+    # use $seq from caller, unless not set
-+    [ -n "$seq" ] || seq=`basename $0`
-+    echo "QA output created by `basename $0` $*"
-+fi
-+
-+# get standard environment, filters and checks
-+. ./common.product
-+. ./common.filter
-+. ./common.check
-+
-+do_valgrind=false
-+if [ "$1" = "--valgrind" ]
-+then
-+    _check_valgrind
-+    do_valgrind=true
-+fi
-+
-+_cleanup()
-+{
-+    cd $here
-+    $sudo rm -rf $tmp $tmp.*
-+}
-+
-+status=0	# success is the default!
-+$sudo rm -rf $tmp $tmp.* $seq.full
-+trap "_cleanup; exit \$status" 0 1 2 3 15
-+
-+_filter()
-+{
-+    sed \
-+	-e "s,$tmp.log,TMPLOG,g" \
-+    # end
-+}
-+
-+# real QA test starts here
-+rm -f $tmp.log.*
-+
-+if $do_valgrind
-+then
-+    _run_valgrind ./src/check_pmi_errconv $tmp.log
-+else
-+    ./src/check_pmi_errconv $tmp.log
-+fi \
-+| _filter
-+
-+PCP_DERIVED_CONFIG="" TZ=UTC pminfo -fd -a $tmp.log
-+
-+# success, all done
-+exit
-diff -Naurp pcp-5.3.1.orig/qa/1627.out pcp-5.3.1/qa/1627.out
---- pcp-5.3.1.orig/qa/1627.out	1970-01-01 10:00:00.000000000 +1000
-+++ pcp-5.3.1/qa/1627.out	2021-06-24 17:22:58.945372343 +1000
-@@ -0,0 +1,18 @@
-+QA output created by 1627
-+pmiPutValue: inst 0: Impossible value or scale conversion
-+pmiPutValue: inst 1: Impossible value or scale conversion
-+
-+my.metric.int
-+    Data Type: 32-bit int  InDom: 245.0 0x3d400000
-+    Semantics: instant  Units: none
-+Error: Impossible value or scale conversion
-+
-+event.flags
-+    Data Type: 32-bit unsigned int  InDom: PM_INDOM_NULL 0xffffffff
-+    Semantics: discrete  Units: none
-+No value(s) available!
-+
-+event.missed
-+    Data Type: 32-bit unsigned int  InDom: PM_INDOM_NULL 0xffffffff
-+    Semantics: discrete  Units: none
-+No value(s) available!
-diff -Naurp pcp-5.3.1.orig/qa/1628 pcp-5.3.1/qa/1628
---- pcp-5.3.1.orig/qa/1628	1970-01-01 10:00:00.000000000 +1000
-+++ pcp-5.3.1/qa/1628	2021-06-24 17:22:58.943372377 +1000
-@@ -0,0 +1,40 @@
-+#!/bin/sh
-+# PCP QA Test No. 1628
-+# Exercise LOGIMPORT PM_ERR_CONV error handling condition
-+# https://github.com/performancecopilot/pcp/issues/1327
-+# valgrind-enabled variant.
-+#
-+# Copyright (c) 2021 Red Hat.  All Rights Reserved.
-+#
-+
-+seq=`basename $0`
-+echo "QA output created by $seq"
-+
-+# get standard environment, filters and checks
-+. ./common.product
-+. ./common.filter
-+. ./common.check
-+
-+_check_valgrind
-+
-+_cleanup()
-+{
-+    cd $here
-+    $sudo rm -rf $tmp $tmp.*
-+}
-+
-+status=0	# success is the default!
-+$sudo rm -rf $tmp $tmp.* $seq.full
-+trap "_cleanup; exit \$status" 0 1 2 3 15
-+
-+# real QA test starts here
-+export seq
-+./1627 --valgrind \
-+| $PCP_AWK_PROG '
-+skip == 1 && $1 == "==="       { skip = 0 }
-+/^=== std err ===/             { skip = 1 }
-+skip == 0              { print }
-+skip == 1              { print >>"'$here/$seq.full'" }'
-+
-+# success, all done
-+exit
-diff -Naurp pcp-5.3.1.orig/qa/1628.out pcp-5.3.1/qa/1628.out
---- pcp-5.3.1.orig/qa/1628.out	1970-01-01 10:00:00.000000000 +1000
-+++ pcp-5.3.1/qa/1628.out	2021-06-24 17:22:58.945372343 +1000
-@@ -0,0 +1,25 @@
-+QA output created by 1628
-+QA output created by 1627 --valgrind
-+=== std out ===
-+=== filtered valgrind report ===
-+Memcheck, a memory error detector
-+Command: ./src/check_pmi_errconv TMPLOG
-+LEAK SUMMARY:
-+definitely lost: 0 bytes in 0 blocks
-+indirectly lost: 0 bytes in 0 blocks
-+ERROR SUMMARY: 0 errors from 0 contexts ...
-+
-+my.metric.int
-+    Data Type: 32-bit int  InDom: 245.0 0x3d400000
-+    Semantics: instant  Units: none
-+Error: Impossible value or scale conversion
-+
-+event.flags
-+    Data Type: 32-bit unsigned int  InDom: PM_INDOM_NULL 0xffffffff
-+    Semantics: discrete  Units: none
-+No value(s) available!
-+
-+event.missed
-+    Data Type: 32-bit unsigned int  InDom: PM_INDOM_NULL 0xffffffff
-+    Semantics: discrete  Units: none
-+No value(s) available!
-diff -Naurp pcp-5.3.1.orig/qa/group pcp-5.3.1/qa/group
---- pcp-5.3.1.orig/qa/group	2021-06-02 13:30:30.000000000 +1000
-+++ pcp-5.3.1/qa/group	2021-06-24 17:22:58.943372377 +1000
-@@ -1849,6 +1849,8 @@ x11
- 1613 pmda.linux kernel local
- 1622 selinux local
- 1623 libpcp_import collectl local
-+1627 libpcp_import local
-+1628 libpcp_import valgrind local
- 1634 pmda.sockets local
- 1644 pmda.perfevent local
- 1660 libpcp labels local
-diff -Naurp pcp-5.3.1.orig/qa/group.orig pcp-5.3.1/qa/group.orig
---- pcp-5.3.1.orig/qa/group.orig	1970-01-01 10:00:00.000000000 +1000
-+++ pcp-5.3.1/qa/group.orig	2021-06-02 13:30:30.000000000 +1000
-@@ -0,0 +1,1929 @@
-+## QA groups control
-+##
-+## define groups
-+##
-+## Do not start group name with a digit, expect alphabetic
-+##
-+## Last comment starting with a single # before a group name is the
-+## one-line summary that "new" will report when asked to list groups
-+##
-+## Comments starting with a ## (or #<anything_other_than_whitesspace>
-+## are ignored for the purposes of one-line summaries.
-+
-+# catch-all
-+other
-+
-+# sanity check ... quick coverage of most functionality
-+## Expectation is to run in 3-5 minutes, and must pass 100%
-+## in the sense of no failures; _notrun is OK.
-+## NOTE: used by testing orgs beyond developers, must pass!
-+sanity
-+
-+# not_in_ci ... tests that will not work in the fully automated
-+# CI environment (github actions this week), where the following
-+# analysis and protocols have been followed:
-+# (a) the test has repeatedly failed on most hosts in the daily CI QA
-+#     run
-+# (b) the test is not a candidates for some _notrun medicine
-+# (c) failures have been analyzed and it has been determined that the
-+#     failure is an artifact of the CI setup (not the code and not
-+#     the QA test)
-+# (d) the test is passing universally elsewhere outside CI
-+# and the test is annotated with a comment like
-+# # :not_in_ci:
-+# explaining the reason for assigning this one to the not_in_ci
-+# group (./check-group not_in_ci can be used to check for the
-+# presence of the explanation in the test)
-+not_in_ci
-+
-+# local check ... runs on localhost alone, no remotes used
-+## NOTE: used by testing orgs beyond developers, do not add
-+## tests here that are known to fail - goal is for 100% pass
-+## rate, but due to test volume and chaos theory, some tests
-+## do fail sometimes, on some platforms, during a full moon.
-+local
-+
-+# packaging verification
-+## Suitable for standalone use, particularly immediately after
-+## installation to check.
-+verify
-+
-+# flakey checks ... known to have intermittent races/hangs.
-+## NOTE: some threading race conditions (possibly in tests),
-+## prevent 100% pass rate being achieved here.  Goal is to
-+## get this group devoid of any tests.
-+flakey
-+
-+# tests requiring creation/manipulation of very large files
-+# (can be extremely slow on certain devices), or otherwise
-+# known to take a long time (where long is approx > 3mins).
-+slow
-+
-+# platform/kernel PMDA sanity checks ... tests that use the
-+# common platform metrics, kernel.*, disk.*, hinv.*, mem.*
-+kernel
-+
-+## specific apps
-+##
-+# pcp collector infrastructure
-+pmcd
-+pmproxy
-+pmcpp
-+# strip chart app
-+pmchart
-+# 3D scene app
-+pmview
-+# time control
-+pmtime
-+# dialog
-+pmquery
-+# pmdumptext app
-+pmdumptext
-+# pmdumplog app
-+pmdumplog
-+# pmloglabel app
-+pmloglabel
-+# pmlogger app (not control scripts)
-+pmlogger
-+# pmie app, sample rules and friends
-+pmie
-+# dbpmda app
-+dbpmda
-+# pmlc app and pmlc-pmlogger IPC
-+pmlc
-+# pmfind app
-+pmfind
-+# folio handling (mkaf and pmafm), also record mode
-+folio
-+# pmval app
-+pmval
-+# pmstat app
-+pmstat
-+# pminfo app
-+pminfo
-+# pmprobe app
-+pmprobe
-+# pmrep app
-+pmrep
-+# pmpost
-+pmpost
-+# pmdate
-+pmdate
-+# pcp and sub-commands
-+pcp
-+# pmclient demo apps
-+pmclient
-+
-+# general PDU encode/decode
-+pdu
-+
-+# PMNS related functions/programs
-+pmns
-+
-+# PCP version compatability
-+compat
-+
-+# generic libpcp services (not pdu, not context, not archive)
-+libpcp
-+
-+# fetch-specific, optfetch, fetchgroup
-+fetch
-+
-+# archive support in libpcp, includes interp.c
-+archive
-+
-+# multi-archive support in libpcp, includes interp.c
-+multi-archive
-+
-+# xz decompression support in libpcp
-+decompress-xz
-+
-+# getopt support - libpcp, pmgetopt, python
-+getopt
-+
-+# pmlogger_* scripts (but not pmlogger)
-+logutil
-+
-+# find-filter (used in pmlogger_daily)
-+find-filter
-+
-+# pmie_* scripts (but not pmie)
-+pmieutil
-+
-+# NSS, SASL, other authentication
-+secure
-+
-+# Containers functionality
-+containers
-+
-+# log extraction app
-+pmlogextract
-+# log reduction app
-+pmlogreduce
-+# log rotation script
-+#retired# pmnewlog
-+# log move script
-+pmlogmv
-+# log summary app
-+pmlogsummary
-+# log comparison app
-+pmdiff
-+# pmlogger configuration app
-+pmlogconf
-+
-+# general context manipulations, includes profile cacheing
-+context
-+
-+# indom specific services
-+indom
-+
-+# PM_CONTEXT_LOCAL
-+context_local
-+
-+# PCP on different platforms
-+interop
-+
-+# memory leaks, assorted
-+mem_leak
-+
-+# general pmdas, but includes libpcp_pmda
-+pmda
-+
-+# pmda installation scripts and procedures
-+pmda.install
-+
-+## Assorted PMDAs
-+pmda.activemq
-+pmda.apache
-+pmda.bash
-+pmda.bcc
-+pmda.bind2
-+pmda.bpftrace
-+pmda.cifs
-+pmda.cisco
-+pmda.dm
-+pmda.docker
-+pmda.ds389
-+pmda.elasticsearch
-+pmda.environ
-+pmda.gfs2
-+pmda.gluster
-+pmda.gpfs
-+pmda.hacluster
-+pmda.haproxy
-+pmda.hotproc
-+pmda.jbd2
-+pmda.json
-+pmda.kvm
-+pmda.libvirt
-+pmda.lio
-+pmda.lmsensors
-+pmda.logger
-+pmda.lustre
-+pmda.mailq
-+pmda.memcache
-+pmda.mic
-+pmda.mmv
-+pmda.mounts
-+pmda.mpi
-+pmda.mysql
-+pmda.named
-+pmda.netcheck
-+pmda.netfilter
-+pmda.news
-+pmda.nfsclient
-+pmda.nginx
-+pmda.nutcracker
-+pmda.nvidia
-+pmda.openmetrics
-+pmda.oracle
-+pmda.perfevent
-+pmda.pipe
-+pmda.pmcd
-+pmda.pmproxy
-+pmda.podman
-+pmda.postfix
-+pmda.postgresql
-+pmda.proc
-+pmda.redis
-+pmda.root
-+pmda.rpm		# note this group has been retired
-+pmda.rsyslog
-+pmda.sample
-+pmda.sendmail
-+pmda.shping
-+pmda.simple
-+pmda.slurm
-+pmda.smart
-+pmda.sockets
-+pmda.summary
-+pmda.systemd
-+pmda.trace
-+pmda.trivial
-+pmda.txmon
-+pmda.unbound
-+pmda.weblog
-+pmda.xfs
-+pmda.zfs
-+pmda.zswap
-+
-+# tools which use PCP_COUNTER_WRAP
-+wrap
-+
-+# pmstore command and pmStore() libpcp routine
-+pmstore
-+
-+# metadata labels and pm*Labels() libpcp routines
-+labels
-+
-+# trace library
-+trace
-+
-+# Linux platform PMDA
-+pmda.linux
-+
-+# metrics class tests
-+libpcp_qmc
-+
-+# shared memory transport for PMDAs
-+libpcp_mmv
-+
-+# libpcp_import - pmi* routines for log importing
-+libpcp_import
-+
-+# pmsocks
-+pmsocks
-+
-+# newhelp, chkhelp and associated library support
-+help
-+
-+# pmgadgets
-+pmgadgets
-+
-+# tests that use purify
-+purify
-+
-+# tests that use valgrind
-+valgrind
-+
-+# pmcd_wait - wait for pmcd to be ready for connections
-+pmcd_wait
-+
-+# pmimport and plugins
-+pmimport
-+
-+# pmieconf - app, pconf and lconf
-+pmieconf
-+
-+# os testing - eagan
-+ostest
-+
-+# mpi library
-+libpcp_mpi
-+
-+# mpi read library
-+libpcp_mpiread
-+
-+# derived metrics
-+derive
-+
-+# event records and pmevent
-+event
-+
-+# multi-threading and thread-safe exercises
-+threads
-+
-+# perl bits
-+perl
-+
-+# python modules and client tools
-+python
-+
-+# fault injection (in libpcp)
-+fault
-+
-+# log rewriting app
-+pmlogrewrite
-+
-+# log checking
-+pmlogcheck
-+
-+# uses avahi
-+avahi
-+
-+# zabbix exporting
-+zbxpcp
-+
-+# pcp system commands
-+atop
-+dstat
-+free
-+pidstat
-+iostat
-+tapestat
-+ipcs
-+mpstat
-+
-+# full test search
-+pmsearch
-+
-+# scalable queries
-+pmseries
-+
-+# Uses Linux kernel cgroups
-+cgroups
-+
-+# Timezone services in libpcp
-+timezone
-+
-+# JSON parsing and metric extraction in libpcp_web
-+libpcp_web
-+
-+# Old PCP versions interoperability
-+oldversion
-+
-+# Shell command completion
-+bash
-+zsh
-+
-+# collectl2pcp
-+collectl
-+
-+# pmlogsize
-+pmlogsize
-+
-+# pmdbg
-+pmdbg
-+
-+# pmlogctl
-+pmlogctl
-+
-+# pmiectl
-+pmiectl
-+
-+# pcp2... pcp2xxx is generic
-+pcp2xxx
-+pcp2elasticsearch
-+pcp2graphite
-+pcp2influxdb
-+pcp2json
-+pcp2spark
-+pcp2xlsx
-+pcp2xml
-+pcp2zabbix
-+
-+# ...2pcp
-+ganglia2pcp
-+
-+# man pages
-+man
-+
-+# selinux stuff
-+selinux
-+
-+# retired tools
-+pmmgr			# note this group has been retired
-+pmwebd			# note this group has been retired
-+
-+# Bad tests with unacceptable cross-platform behaviour, these ones
-+# will NOT be run in the QA Farm
-+BAD
-+
-+# these test don't work in containers (yet)
-+not_in_container
-+
-+# need an accessible X11 server
-+x11
-+
-+# test-group association ... one line per test
-+# add :retired or :reserved as a tag immediately after the test number
-+# to keep the test number allocated, but prevent the test from being run
-+
-+# ... use sort -n from here on down to tidy up this mess
-+#
-+000 other pmcd local ostest
-+001 pdu local ostest sanity
-+002 pdu pmcd local ostest sanity
-+003 pdu pmcd mem_leak local ostest kernel
-+004 context local ostest sanity
-+005 context archive local ostest sanity
-+006 libpcp local ostest
-+007 fetch local ostest sanity
-+008 pmda kernel ostest local not_in_ci
-+009:retired kernel local ostest
-+010 libpcp local ostest sanity
-+011 mem_leak local ostest
-+012 archive local
-+013 archive pmdumplog local ostest
-+014 archive local ostest pmdumplog
-+015 pdu local ostest pmstore
-+016 archive indom local ostest pmdumplog
-+017 context local ostest
-+018 pmcd local ostest
-+019 context_local local ostest kernel
-+020 context_local local ostest kernel
-+021 other local ostest
-+022 context_local pmda pmda.proc local ostest
-+023 pmcd local pmprobe ostest pmstore kernel
-+024 context context_local ostest remote
-+025 context local ostest
-+026 other help local ostest sanity libpcp
-+027 libpcp local ostest sanity
-+028 pmns local ostest
-+029 pmns local ostest pmdumplog pmda.sample
-+030 pdu pmcd pmda context_local local ostest pmstore
-+031 pmns local sanity
-+032 pmlc local ostest pmlogger
-+033 kernel local ostest
-+034 archive local ostest sanity pmdumplog
-+035 pmrep local python kernel
-+036 libpcp local
-+037 archive local ostest
-+038 pmlogger local pmdumplog kernel
-+039 pmlogger archive local ostest pmdumplog
-+040 pmlogger mem_leak local ostest
-+041 pmcd local ostest
-+042 pmcd local ostest containers pmda.linux pmda.proc pmda.root
-+043 libpcp fetch local ostest
-+044 fetch pmval local ostest
-+045 libpcp pmda local ostest pmstore
-+046 archive pmlogger pmdumplog local ostest
-+047 pmcd local ostest containers pmda.linux pmda.root
-+048 archive local ostest sanity
-+049 archive local ostest pmdumplog
-+050 archive local ostest
-+051 pmcd ostest remote
-+052 pmns local ostest
-+053 local pmprobe ostest pmlogger pmclient pmdumplog python kernel
-+054 pmlogger archive ostest remote pmdumplog kernel
-+055 pmie ostest local sanity
-+056 local pmprobe ostest pmlogger pmclient python pmdumplog kernel
-+057 pmns local ostest
-+058 pmval local ostest
-+059 archive local ostest sanity pmdumplog
-+060 archive context local ostest
-+061 pmlogger local ostest pmdumplog
-+062 pmcd local ostest
-+063 fetch local ostest
-+064 pidstat local python pcp
-+065 libpcp local ostest pmstore
-+066 pmcd ostest remote folio
-+067 pmcd local ostest folio
-+068 context local ostest sanity folio
-+069 pmcd pmval remote pmstore folio
-+070 other ostest remote
-+071 context_local local ostest
-+072 pmlogger ostest remote pmdumplog kernel
-+073 pmclient local pmprobe python kernel
-+074 pmda pmda.cisco pmda.pmcd local ostest sanity kernel
-+075 pmval pmstore ostest remote
-+076 pmda.pmcd local ostest
-+077 libpcp ostest remote timezone
-+078 pmdumplog local ostest
-+079 libpcp archive local ostest pmclient
-+080 libpcp pmval local sanity kernel
-+081 indom archive pmns remote pmdumplog kernel
-+082 pmns local ostest
-+083 pmlc pmlogger compat remote kernel
-+084 other local ostest
-+085 pmlogger local ostest sanity
-+086 libpcp ostest remote timezone
-+087 archive local ostest sanity
-+088 archive #500237 pmval local ostest
-+089 archive pmval local ostest
-+090 archive local ostest
-+091 archive local ostest sanity
-+092 archive local ostest
-+093 archive local ostest
-+094 pmval archive local ostest
-+095 archive local ostest
-+096 pmda.proc local
-+097 archive local ostest
-+098 pmlc pmlogger other local pmdumplog
-+099 pmlc local
-+100 pmlc pmlogger local pmdumplog
-+101 pmlc pmlogger remote pmdumplog
-+102 pmlc local pmlogger
-+103 pmlc pmlogger local pmdumplog
-+104 pmlc pmlogger local pmdumplog
-+105 pmlc pmlogger local pmdumplog
-+106 pmlc pmlogger local pmdumplog
-+107 pmlc local sanity
-+108 pmda.cisco pmda.sample local
-+109 pmclient local pmprobe python kernel
-+110 pmda.simple pmda.proc local pmda.install
-+111 pmda.proc pmval local
-+112 pmns local sanity
-+113 kernel local
-+114 pmda.linux local
-+115 pmie remote pmieutil
-+116 other pmie pmval remote pmlc
-+117 kernel local
-+118 pmie local kernel
-+119 logutil local #877570
-+120 kernel local kernel
-+121 pmlogconf #893249 local kernel
-+122 trace local #893884 remote pmda.trace
-+123 libpcp local
-+124 pmie local #870661 kernel
-+125 pmval archive kernel
-+126:retired pmda.linux local
-+127 pmlogreduce local sanity pmdumplog
-+128 kernel pminfo local
-+129 pmlogreduce local pmval kernel
-+130 kernel local
-+131 libpcp remote
-+132 pmlogger local pmlc
-+133 pmlc pmlogger local pmdumplog
-+134 pmlc pmlogger local pmdumplog
-+135 pmlc archive local pmdumplog
-+136 pmlogger local pmdumplog pmloglabel pmlc
-+137 dbpmda local pmda.simple sanity
-+138 pmns local
-+139 pmlc local pmda.sample
-+140 pmns local
-+141 archive context local
-+142 pmlogreduce local pmdumplog
-+143 pmns local
-+144 pmlogreduce local pmval kernel
-+145 pmns local
-+146 pmns libpcp local sanity
-+147 dbpmda local
-+148:retired kernel local
-+149 kernel local kernel
-+150 pmlogreduce local pmval kernel
-+151 logutil local pmlogextract
-+152 pmda.pmcd pmval local
-+153 folio local sanity
-+154 pmda.cisco help local sanity
-+155 pmcd pmstore pmda.sample local sanity
-+156 pmda.sample pmda.proc local pmcd_wait pmda.install
-+157 pmlogger local
-+158 pmval pmie local kernel
-+159 pmda.cisco local pmda.install pmstore pmpost
-+160 libpcp local
-+161 pmlogger local
-+162:retired pmda pmda.proc local pmda.shping pmda.install
-+163 archive local
-+164:retired local pmval pmdumplog
-+165 pmval local kernel
-+166 pmlogreduce local pmval pmdumplog archive
-+167 pmda.pmcd pmval local pmstore
-+168 pmlogextract #933456 local pmstore pmdumplog
-+169 pmcd local pmstore
-+170 other local
-+171 archive local pmdumplog
-+172 pmcd pmlc local folio
-+173 archive local pmdumplog
-+174 dbpmda local
-+175 pmval local
-+176 libpcp pmval local
-+177 archive pmval local pmdumplog pmlc
-+178 pmval local pmlogextract sanity pmdumplog pmlogger
-+179 pmval pmlc local pmdumplog kernel
-+180 archive pmval local
-+181 pmval archive pmval local
-+182 pmlc pmlogger local
-+183:retired local pmlc pmnewlog
-+184:retired logutil remote sanity pmdumplog pmnewlog
-+185:retired local pmnewlog
-+186 local pmlogextract
-+187 pmcd pmlogger #327288 remote
-+188 libpcp local
-+189 pmie local kernel
-+190 libpcp local
-+191 pmie local kernel
-+192 pdu local folio
-+193 libpcp pmcd #935490 local pdu
-+194 libpcp pmcd #935490 local
-+195 archive local pmdumplog
-+196 pmcd remote
-+197 context local
-+198 pmda context #934332 local
-+199 pmda.trivial pmda.proc local pmda.install
-+200 context local
-+201 pmda local sanity
-+202 pmval local pmlogextract pmdumplog
-+203 archive pmval local pmlogextract pmdumplog
-+204 pmlogger local pmdumplog kernel
-+205 pdu local
-+206 archive pmval local kernel
-+207 pmns local sanity
-+208 pmns local sanity
-+209 pmval local kernel
-+210 pmns local pmval pmie sanity pmdumplog
-+211 pmns local pmval pmie pmdumplog
-+212:retired pmda pmda.cisco local
-+213 dbpmda pmns local pmda.sample pmda.mmv sanity
-+214 pmlogextract local pmdumplog timezone
-+215 other pmsocks pmval remote pmdumplog
-+216 pmda.linux local
-+217 folio local
-+218 archive local pmlogextract pmdumplog
-+219 pmdbg local
-+220 pmlogger local folio
-+221 pmlogger local
-+222 other local
-+223:retired pmns local
-+224 pmcd local
-+225 derive local kernel
-+226 dbpmda local
-+227 folio local
-+228 pmie local
-+229 pmie local
-+230 pmlogger pmlc local
-+231 pmie #421411 local kernel
-+232 libpcp local sanity kernel
-+233 context_local local
-+234 local pmdumplog pmlogsummary pmlogextract sanity
-+235 pmns local
-+236 pmns local
-+237 pmns local
-+238 pmns local
-+239 pmns local kernel
-+240 pmns local
-+241 pmda.mmv local pmval perl
-+242 pmlogger local kernel
-+243 pmcd local pmprobe
-+244 pmcd local pmprobe
-+245 pmns local
-+246 derive local valgrind
-+247 derive local kernel
-+248 pmlogger local pmdumplog
-+249 derive local sanity
-+250 pmns local
-+251 archive pmval local pmdumplog
-+252 pmlogger local pmdumplog
-+253 derive local
-+254 libpcp pmns local
-+255 compat pmda #508731 #509091 pmda.proc help pmda.install local pmda.simple
-+256 derive pmns local sanity pmda.sample
-+257 libpcp pmns compat remote
-+258 trace local pmda.install folio pmda.trace
-+259 derive pmval local
-+260 derive pmie local pmstore
-+261 pmdumplog pmval local pmlogextract
-+262 context_local pmie pmsocks remote pmstat kernel
-+263 derive local sanity
-+264 pmns local
-+265 libpcp local
-+266 #466346 patch2140 patch2141 local pmlogextract pmdumplog timezone
-+267 libpcp local
-+268 interop local
-+269 wrap pmval local pmstore
-+270 local pmdumplog kernel
-+271 archive local pmdumplog
-+272 pmcd pmval pmprobe remote pmstore
-+273 libpcp local pmval pmstore pmda.sample kernel
-+274 pmda help local pmda.install dbpmda
-+275 derive local kernel
-+276 pmie pmval indom local
-+277 libpcp pdu interop local
-+278 other help local sanity
-+279 pmcd local folio
-+280 pmlogger logutil local folio pmlc
-+281 archive mem_leak #504616 local
-+282 pmcd local pmprobe logutil pmlc folio
-+283 context pmcd local
-+284:retired  pdu local purify
-+285 dbpmda local
-+286 pmda.linux local pmval kernel
-+287 pmlogreduce local pmval
-+288 archive local
-+289 libpcp fetch archive #505498 local
-+290:retired  pmns local purify
-+291 logutil local pmlogextract pmdumplog
-+292 pmlogextract logutil pmval local
-+293 pmstat #939275 local
-+294 pmproxy local pmval pmie pmstat pmdumptext
-+295 pmproxy local pmval pmstat pmie
-+296 pmcd local
-+297 pmproxy local
-+298 pmie local kernel
-+299 libpcp local sanity kernel
-+300 pmcd local pmpost
-+301 pmda pmcd pmlogger local
-+302 pmlogextract local pmdumplog
-+303 local pmlogextract pmdumplog
-+304 pmlogger local
-+305 pmgadgets local
-+306 other local pmpost
-+307 pmlc #936084 local pmie
-+308 pmlc pmlogger #452417 remote pmdumplog pmda.proc
-+309 libpcp pmcd pmda.linux pmda.simple local pmstore kernel
-+310 pmie local kernel
-+311:retired archive compat #509592 pminfo local pmdumplog
-+312 pmie local
-+313 pmval archive local pmdumplog kernel
-+314 pmie local pmieutil pmstore
-+315 pmie local pmieutil
-+316 libpcp local
-+317 pmlogsummary local pmlogcheck pmie pmval derive pmrep python kernel
-+318 pmie local
-+319 pmie local kernel
-+320 local folio pmlogcheck pmclient
-+321 pmie local
-+322 pmlc pmlogger remote pmdumplog kernel
-+323 pmda.shping pmda.proc local pmda.install
-+324 pmda.txmon pmda.proc local pmda.install
-+325 libpcp local pmquery x11
-+326 pmlogger pmval libpcp pmcd local pmda.install pmdumplog timezone
-+327 archive local pmdumplog pmloglabel timezone
-+328 local pmlogextract pmdumplog
-+329:retired archive mem_leak local purify
-+330:retired archive mem_leak local purify
-+331:retired archive mem_leak local purify
-+332:retired archive mem_leak local purify
-+333:retired archive mem_leak local purify
-+334 derive local
-+335 derive local pmval pmstore
-+336 trace local pmda.install folio pmda.trace
-+337 pmlogextract local pmval pmdumplog
-+338 logutil pmlogextract local sanity
-+339 pmie local kernel
-+340 pmcd remote pmstore
-+341 pmda local
-+342 other remote
-+343 pmlogreduce local pmdumplog
-+344 context_local local pmval pmprobe
-+345 pmns derive local sanity
-+346 pmda.mailq local pmda.install
-+347 pmda.news local pmda.install perl pmstore
-+348 pmda.kvm local pmda.install
-+349 pmda.summary local pmda.install
-+350 pmda.simple pmda local
-+351 derive local
-+352 derive pmlogger local pmdumplog
-+353 pmsocks remote
-+354 folio local sanity pmlc
-+355 trace local pmda.install pmda.trace
-+356 derive local pmie
-+357 other local
-+358 pmie local pmstore
-+359 pmcd pminfo sanity local
-+360 pmie remote
-+361 pmda.linux local cgroups
-+362 pmlogconf local kernel
-+363 local pmlogsummary
-+364 pmlogconf local kernel
-+365 pmcd remote pmlc kernel
-+366:retired pmlogconf local
-+367 pdu local trace
-+368 pmlogconf local
-+369 pmimport local sanity pmdumplog perl
-+370 pmimport local derive pmdumplog perl pmval
-+371 pmimport local pmdumplog perl
-+372 pmimport local pmdumplog perl
-+373 pmimport local perl pmdumplog
-+374 pmlc pmlogger remote pmdumplog
-+375 pmlc pmlogger remote pmdumplog
-+376 trace local pmda.install pmda.trace
-+377 other local
-+378 pmie local kernel
-+379 pmda.cisco local
-+380 libpcp pmda pmda.sample local pmval pmprobe
-+381 pmlc remote
-+382 dbpmda pmda pmda.sample local
-+383 pmda.cisco local flakey
-+384 pmda.pmcd local
-+385 libpcp pmda.sample pminfo pmprobe local event sanity pmstore
-+386 pdu mem_leak valgrind local
-+387 pmns mem_leak valgrind local
-+388 archive mem_leak valgrind local
-+389 pmlogger local pmdumplog
-+390 pmda.proc local pmval
-+391 archive mem_leak valgrind local
-+392 pmns local
-+393 archive mem_leak valgrind local
-+394 archive mem_leak valgrind local flakey
-+395 archive mem_leak valgrind local kernel
-+396 pmval local kernel
-+397 dbpmda libpcp local pdu event sanity
-+398 pmcd local
-+399 pmie local kernel
-+400 pminfo mem_leak valgrind context_local libpcp local event
-+401 libpcp pminfo local event sanity pmstore
-+402 archive local pmprobe kernel
-+403 pmprobe pminfo pmval #541380 local sanity kernel
-+404 libpcp local event sanity
-+405 libpcp mem_leak valgrind local event
-+406 libpcp local event
-+407 derive local event sanity pmstore
-+408 pmda local #627395 help
-+409 libpcp pminfo local event
-+410 pmdumplog local event
-+411 pmda.simple local pmda.install
-+412 wrap archive libpcp pmval local pmdumplog timezone pmstore
-+413 pmie local event
-+414 libpcp local
-+415 pmstore local event
-+416 pmda.news dbpmda local sanity perl
-+417 archive local pmdumplog
-+418 pmdumplog local pmlogger
-+419 pmdumplog local pmlogger kernel
-+420 local pmdumplog
-+421 trace local pmda.install pmda.trace
-+422 libpcp local pmstore
-+423 libpcp local
-+424 local pmlogsummary
-+425 wrap local pmlogsummary pmdumplog
-+426 trace local pmstore pmda.trace
-+427 pmcd #564017 local
-+428 archive local pmval pmstore
-+429 pmns local
-+430 logutil local #553276 #568199
-+431 derive local
-+432 pmlogreduce local
-+433 pmie local #573184 kernel
-+434 pmval local
-+435 archive local sanity pmdumplog
-+436 archive local sanity pmdumplog
-+437 archive local sanity
-+438 archive local pmdumplog
-+439 pmlc local
-+440 pmlogger local pmdumplog
-+441 pmlogger local
-+442 pmlogextract local
-+443 event local pmstore
-+444 event local pmstore
-+445 trace local pmda.trace
-+446 trace local pmda.trace
-+447 event local pmstore
-+448 libpcp local
-+449 threads local flakey pmns
-+450 pmlogextract local #584487 pmval
-+451 threads local
-+452 pmda.linux local
-+453 perl local sanity kernel
-+454 pmcd local
-+455 pmda.rsyslog local flakey pmda.install
-+456 logutil local #591459 pmlogextract
-+457 pmda.logger pmda.install event local
-+458 pmda.logger pmda.install event local
-+459 pmlogreduce local valgrind
-+460 pmlogextract local #598265 pmdumplog
-+461 pmda.logger pmda.install event local
-+462 pmcd_wait local #589006 #581025
-+463 pmns local pmcpp
-+464 pmns local pmcpp
-+465 pmdumplog local #625913
-+466 pmlogger local #625913
-+467 pmns pmdumptext local
-+468 pmns pmdumptext local
-+469 help local #626853 kernel
-+470 threads local
-+471 pmda local #621699
-+472 threads local
-+473 threads local
-+474 threads local
-+475 threads local
-+476 fault local
-+477 event fault local pmstore
-+478 fault local
-+479 archive pmdumplog local pmie pmval kernel
-+480 archive fault local pmdumplog
-+481 pmlogrewrite local kernel
-+482 pmlogsummary local pmdumplog
-+483 pmlogrewrite local kernel
-+484 pmlogrewrite local pmdumplog
-+485 pmlogrewrite local pmdumplog
-+486 pmlogrewrite local pmdumplog kernel
-+487 pmlogrewrite pmdumplog local pmval
-+488 pmlogrewrite pmdumplog local
-+489 pmda local
-+490 pmlogrewrite mem_leak valgrind local pmdumplog kernel
-+491 pmda local
-+492 pmlogrewrite local pmdumplog
-+493 pmlogrewrite local pmval
-+494 pmlogrewrite pmdumplog local pmval kernel
-+495 pmlogrewrite local pmlogextract pmdumplog kernel
-+496 pmlogrewrite pmdumplog local
-+497 pmlogconf local
-+498 event pmda local
-+499 pmlogrewrite local timezone pmdumplog kernel
-+500:retired local #636417 pmnewlog
-+501 pmie local kernel
-+502 pmlogrewrite local pmdumplog kernel
-+503 logutil pmlogrewrite local pmlogextract pmdumplog
-+504 libpcp fault local
-+505 pmlogrewrite local pmdumplog
-+506 pmlogrewrite local slow
-+507 pcp local kernel
-+508 archive pmlogreduce local pmval kernel
-+509 derive pmns local pmda.sample
-+510 pmlogger pmlc local
-+511 pmimport pmdumplog pmlogsummary perl local
-+512 threads pminfo pmlogger pmlogextract pmdumplog dbpmda local fault
-+513 libpcp pdu local valgrind
-+514 pmie local
-+515 pmie local pmstore
-+516 pmie local kernel
-+517 other local
-+518 pcp local flakey pmie
-+519 pmie remote
-+520 pmie local kernel
-+521 pmie local
-+522 pmcd local
-+523 pmie local
-+524 libpcp pmlogger local pmdumplog
-+525 pmda.summary pmie local
-+526 pmimport local valgrind
-+527 libpcp_import perl local timezone
-+528 pmimport pmdumplog perl local
-+529 pmie local pmdumplog
-+530 logutil pmlogextract local
-+531 dbpmda local pmda.sample
-+532 logutil pmlogextract local pmdumplog
-+533 dbpmda local pmda.sample
-+534 pmie local
-+535 pmie local pmprobe
-+536 pmimport local iostat pmval pmprobe pmdumplog timezone collectl pcp python
-+537 pmimport perl local
-+538 pmie local pmstore
-+539 pmpost local flakey
-+540 libpcp valgrind fault local
-+541 pmie #535080 local pmprobe
-+542 pmdate #666344 local
-+543 logutil remote pmlogextract
-+544 pmimport local collectl pcp python
-+545 pmsocks local
-+546 pmcd local secure
-+547 libpcp pmcd local python
-+548 pmie local sanity
-+549 pmie local
-+550 libpcp pmcd local python
-+551 libpcp pmcd local python kernel
-+552 libpcp local
-+553 dbpmda python pmda.gluster local
-+554 pmie local kernel
-+555 pmie local kernel
-+556 pmie local kernel
-+557 pmie local
-+558 pmie local kernel
-+559 pmlogsummary local
-+560 pmda.simple local pmda.install
-+561 libpcp python labels local sanity
-+562 pmcd pmda.sample dbpmda pminfo labels libpcp local sanity
-+563 pmcd pmda.pmcd pminfo labels libpcp local
-+564 logutil local pmlogextract
-+565 pmda.sendmail local pmda.install
-+566 pmlogcheck local
-+567 libpcp labels local sanity python
-+568 pmcd pmda.sample pminfo labels libpcp local sanity
-+569 pmprobe #679693 local sanity pmstore pmda.sample
-+570:retired pmns #690735 local
-+571 pmlogger local pmdumplog
-+572 pmcd pmda local pmda.install pmda.sample pmda.simple pmda.trivial pmstore
-+573 other remote pmdumplog
-+574 libpcp pmns compat local sanity
-+575 pmie local
-+576 pcp2xml python pcp2xxx derive local
-+577 pmlogger local
-+578 pmcd local pmda.install pmval
-+579 collectl local
-+580 indom local ostest kernel
-+581 pmie local kernel
-+582 pmdumplog local
-+583 pmie #698718 remote
-+584:retired libpcp pmie local #698774 purify
-+585 pmval pmprobe local pminfo kernel
-+586 other local
-+587 pmcd #754795 local pmda.install pmda.trivial
-+588 libpcp threads local archive multi-archive kernel
-+589 remote
-+590 libpcp threads local archive multi-archive
-+591 pminfo archive multi-archive decompress-xz local pmlogextract
-+592 pmda.sample local pmstore
-+593 pmlogger #779495 local pmstore
-+594 pmda.sample #779246 #782029 local
-+595 libpcp threads local archive multi-archive kernel
-+596 pmlogextract archive local
-+597 pmda.shping pmda.proc pmda.install local
-+598 derive local
-+599 pmie local
-+600 libpcp local timezone
-+601 trace pmda.install local pmda.trace
-+602 trace pmda.install local pmda.trace
-+603 trace pmda.install remote pmda.trace
-+604 archive pmval pmlogextract pmdumplog local
-+605 trace local pmda.trace
-+606 python archive pmns iostat local pidstat pcp
-+607 libpcp local
-+608 pmpost local
-+609 pmdumplog local
-+610 libpcp local
-+611 pmlogger pmdumplog local
-+612 other local
-+613 pmdumplog local kernel
-+614 pmns local
-+615 pmlogsize local
-+616 pmlogsize local
-+617 dbpmda help local
-+618 pmlogsize local
-+619 pmlogsize local
-+620 pmlogsize valgrind local
-+621 pmlogsize local
-+622 pmie remote
-+623 logutil local
-+624 pmlogrewrite pmdumplog decompress-xz local kernel
-+625 libpcp getopt pmval local kernel
-+626 logutil local
-+627 pmlogcheck decompress-xz local
-+628 pmda local pmda.simple
-+629 pmlogmv pmlogcheck local
-+630 other local
-+631:retired pmlogrewrite
-+632 libpcp pmlogrewrite local
-+633 pmlogger local
-+634 kernel local pmval timezone kernel
-+635 pmda.linux kernel remote
-+636 libpcp local
-+637 other pmlogmv pmlogrewrite pmdumplog local
-+638 pmns local
-+639 pmns local
-+640 pmpost local
-+641 logutil pmdumplog local pmlogrewrite pmlogmv
-+642 pmda.trivial pmns local pmda.simple pmda.sample pmda.sendmail trace pmda.trace
-+643 pmda.trivial pmns local
-+644 pmns local
-+645 pmlogger local kernel
-+646 pmda.mmv local sanity
-+647 pmda.mmv local
-+648 pmda.mmv local
-+649 pmda.mmv local
-+650 pmlogger local pmdumplog
-+651 pmproxy local
-+652 pmda.systemd event flakey
-+653 libpcp local
-+654 pmda.gfs2 local
-+655 pmda.gfs2 local pmstore
-+656 pmda.cifs local valgrind
-+657 pmda.dm local
-+658 logutil local pmlogrewrite pmlogmv
-+659 pmlogreduce local
-+660:retired pmwebd local
-+661:retired pmwebd local python kernel
-+662 pmproxy pmda.sample local python pmda.sample
-+663:retired pmwebd local python
-+664 logutil local pmlogrewrite pmlogmv
-+665 pmda.linux local
-+666:retired pmmgr local slow valgrind pmrep python pmlogrewrite
-+667 pcp2graphite python pcp2xxx local
-+668:retired pmmgr local containers pmdumplog
-+669:retired pmmgr local pmlogcheck
-+670 libpcp local
-+671 folio local pmlogrewrite pmlogmv
-+672 valgrind libpcp pmval local
-+673 pmdumplog local decompress-xz
-+674 pcp local
-+675 pmlogrewrite local logutil kernel
-+676 logutil pmlogrewrite local
-+677 pmprobe archive multi-archive decompress-xz local pmlogextract
-+678 logutil pmlogrewrite local
-+679 logutil local pmlogrewrite pmlogmv
-+680 libpcp local
-+681 valgrind libpcp local
-+682 libpcp_mmv labels local valgrind
-+683 libpcp_mmv labels local
-+684 pmstat archive multi-archive decompress-xz local pmlogextract
-+685 pmns local
-+686 logutil local
-+687 pmlogger local man
-+688 derive local
-+689 pmclient archive multi-archive decompress-xz local sanity pmlogextract python
-+690 derive local
-+691 derive local
-+692 pmie pmda.sample local
-+693 pmie pmda.sample local
-+694 pmie valgrind local
-+695 pmda.trivial perl local
-+696 pmda.trivial python local
-+697 pmie valgrind local kernel
-+698 pmie valgrind local
-+699 pmlogrewrite local
-+700 other local
-+701 pmlogcheck local
-+702 python libpcp local sanity
-+703 pmda.weblog local
-+704 pmda.mmv python libpcp_mmv local
-+705 libpcp local
-+706 libpcp local
-+707 python libpcp local sanity
-+708 python pmimport local
-+709:retired pmcollect
-+710 python pmimport local pmdumplog
-+711 pmimport pmlogsummary perl local
-+712 context libpcp pmcd secure local kernel
-+713 context libpcp pmproxy secure local
-+714 context libpcp pmcd secure local kernel
-+715 pmda.simple perl
-+716 dbpmda pmda.simple perl
-+717 pmda.simple python
-+718 dbpmda pmda.simple python
-+719 libpcp local valgrind
-+720 libpcp local valgrind
-+721 dbpmda local
-+722 python local pcp
-+723 pmda.proc local
-+724 pmfind local
-+725 pmda.jbd2 local
-+726 pmlogger pmdumplog local
-+727:retired avahi local
-+728 libpcp getopt local timezone
-+729 python local
-+730 pmda.proc local cgroups
-+731 pmda.proc local cgroups valgrind pmval
-+732 pmda.linux local
-+733 pmie pmval pmdumplog local kernel
-+734 libpcp pmstat remote
-+735 pmda.proc local
-+736 pmlogrewrite local pmdumplog
-+737 python local timezone
-+738 local pmlogmv sanity
-+739 python getopt local timezone
-+740 pmda.sample pmstore secure local pmdbg
-+741 python getopt local
-+742 pcp python local
-+743 pcp python local
-+744 pmda.nvidia local
-+745 pmda.nvidia local valgrind
-+746 valgrind libpcp local
-+747 pmda.linux local kernel
-+748 pmlogrewrite pmda.mysql local pmdumplog
-+749 pmcd local
-+750:retired pmda.rpm local flakey pmval
-+751:retired pmda.rpm local pmdumplog pmlogrewrite
-+752 libpcp local pmval timezone
-+753 derive local pmval pmstore kernel
-+754 pmda.unbound local python
-+755 pmda.apache pmda.install local
-+756 pmda.perfevent local
-+757 pmda.perfevent pmda.install local
-+758 perl local pmstore
-+759 pmda.unbound pmda.install local python
-+760 pmda.activemq pmda.install local
-+761 pmda.root local containers
-+762 help local pmda.sample
-+763 pmda local
-+764 pmie local
-+765 pmlogsummary local
-+766 pmfind local
-+767 pmda.linux pmda.proc pmda.root local containers kernel
-+768 pmlogextract local pmdumplog
-+769 other local
-+770 libpcp pdu fault local valgrind
-+771 perl local
-+772 pmns local
-+773 derive local
-+774 pmdumplog local
-+775 pmfind local
-+776 pmfind local
-+777 derive pmprobe pmie local pmval
-+778 pmda.postgresql pmie local
-+779 pmda local
-+780 pmproxy local
-+781 logutil local
-+782:retired pmwebd local
-+783:retired pmda.rpm local valgrind
-+784 pmda.mic python local
-+785 pcp atop local
-+786 context context_local libpcp local
-+787 archive local pmie pmlogrewrite pmdumplog pmval flakey kernel
-+788 pmda.nginx pmda.install local
-+789 pmda.zimbra local
-+790 pmlogextract local
-+791 pmlogextract valgrind local pmdumplog
-+792 libpcp local pmdbg
-+793 logutil local kernel
-+794 containers pmcd pmda.pmcd local
-+795 pmimport pmdumplog perl local
-+796 pmda.elasticsearch local
-+797 pmlogrewrite local pmdumplog
-+798 pmda.nfsclient local python dbpmda
-+799 pmlogrewrite local
-+800 pmda.proc pmda.hotproc local
-+801 pmda.netfilter local
-+802 pmda valgrind dbpmda local
-+803 libpcp derive local kernel
-+804 pcp pmstat local
-+805 pmda.postfix local
-+806 pmstore pminfo pmie pmval pmprobe dbpmda local
-+807 pcp local
-+808 pmlogger local logutil
-+809:retired pmcollect
-+810 iostat archive multi-archive local pmlogextract pcp python
-+811 pmlogger pmcpp local kernel
-+812 pmlogextract local pmdumplog
-+813 pmlogextract local
-+814 pmprobe archive multi-archive local pmlogextract
-+815 pmie local
-+816 libpcp local
-+817 pmstat archive multi-archive local pmlogextract
-+818 pmval archive multi-archive local pmlogextract
-+819 pmda.elasticsearch local
-+820 pmda.linux local
-+821 pmda.linux local
-+822:reserved pmlogrewrite
-+823 pmda.sample pmstore secure local pmdbg
-+824 pmlogsummary local #1132476 pmdumplog kernel
-+825 pmda.ds389 local
-+826 pmda.linux local
-+827 pmlogrewrite pmda.linux local pmdumplog
-+828 valgrind archive context local kernel
-+829 pcp python local
-+830 other local
-+831 pmda.sample pmstore secure local pmdbg
-+832 pmda.sample pmstore secure local
-+833 archive context local kernel
-+834 pmie local
-+835 pmda.memcache local
-+836 pmlogsummary local pmdiff
-+837 pmda.sample containers local pmval pmstore pmprobe pmdbg
-+838 pmns local
-+839 pcp python local
-+840 avahi local
-+841 pmda local python
-+842 python local iostat pmval pcp kernel
-+843 pmda local python
-+844 pmda.linux local
-+845 pmda.mounts local python
-+846 pmimport pmdumplog perl local
-+847 containers local
-+848 pmcd secure local kernel
-+849 pmie local
-+850:retired pmcollect
-+851 iostat local pcp python kernel
-+852 pmda.proc local
-+853 pmcpp local kernel
-+854 pmlogger local pmlc pmdumplog pmstore folio
-+855 pmda.netfilter local
-+856 pmlogger local pmlc pmdumplog pmstore folio
-+857 pmda.linux local valgrind kernel
-+858 libpcp local fetch valgrind pmstore
-+859 python libpcp local fetch
-+860 pmda pmda.proc ostest local pmval
-+861 pmcd pmda.pmcd local
-+862 pmie local
-+863 python local
-+864 pcp python local collectl
-+865 pmda local
-+866 fault libpcp local
-+867 pmproxy libpcp_web local
-+868 pmda.install local
-+869 pmda.linux local kernel
-+870 pmlogcheck local
-+871 pmie local pmstore
-+872 pmda.linux local
-+873 pmda.linux local kernel
-+874 valgrind pmval libpcp local
-+875 libpcp local valgrind
-+876 pmda.xfs local
-+877 libpcp local
-+878 pmda.pipe local pmval
-+879 pmda.pipe local
-+880 pmrep python local kernel
-+881 pmcd local
-+882 pmlogger local pmlc pmdumplog pmstore folio
-+883 pcp mpstat python local
-+884 libpcp_web local
-+885 pmda.linux local kernel
-+886 pmda.linux local kernel
-+887 pmlogsummary archive multi-archive local pmlogextract
-+888 pmda.linux local
-+889 pmda.proc local
-+890 libpcp_import local
-+891 libpcp local
-+892 pmcd libpcp local
-+893 pmcd local
-+894 pmlogconf pmieconf local
-+895 pmlogger local
-+896 pmlogger local pmdumplog kernel
-+897 pmlc pmlogger local
-+898 pmlogmv local
-+899 libpcp getopt folio local
-+900 libpcp sanity local timezone
-+901 libpcp event local
-+902 libpcp mem_leak valgrind event local
-+903 libpcp threads local context_local context
-+904 python local
-+905 oldversion remote
-+906 pmda.sample indom help pmda pminfo local
-+907 pmlogextract local pmdumplog
-+908 indom help pmda pminfo local
-+909 libpcp pmns local
-+910 pmda.linux pmval local kernel
-+911 pmda.linux local
-+912 pmda.nutcracker local
-+913 pmda.redis local
-+914 libpcp threads local context_local context
-+915 pmcd pmlogger pmproxy libpcp local pmlc
-+916 pmlogextract pmlogcheck local kernel
-+917 selinux local
-+918 pmcd local kernel
-+919 pmlogger pmstat local pmdumplog
-+920 logutil local
-+921 pmdumplog local kernel
-+922 derive pmie pmval local kernel
-+923 derive libpcp valgrind local
-+924 pmda.docker local valgrind helgrind
-+925 logutil local
-+926 ganglia2pcp local pmdumplog
-+927 derive local kernel
-+928 archive local pmdumplog
-+929 logutil local
-+930 pmlogrewrite local pmdumplog
-+931 archive pmval local
-+932 pmlogger local pmdumplog folio
-+933 pmda.proc local
-+934 pmieutil local
-+935 derive local
-+936 pcp tapestat python local
-+937 derive local
-+938 derive local kernel
-+939 derive local kernel
-+940 selinux local
-+941 pmcd local
-+942 threads valgrind local helgrind
-+943 pmprobe pmda.proc local
-+944 pmcd secure local pmstore
-+945 pmlogrewrite pmda.xfs local pmdumplog
-+946 pmfind avahi local
-+947 pmlogger local pmdumplog
-+948 pmlogger context_local local pmlogcheck pmdumplog kernel
-+949 python local timezone
-+950 pmproxy avahi local
-+951 pmie local pmval kernel
-+952 threads valgrind local helgrind
-+953 libpcp threads local
-+954 libpcp threads derive local
-+955:retired pmda.linux local kernel
-+956 pmcd local
-+957 pmda.linux local valgrind
-+958 archive local pmdumplog
-+959 pmda.sample pmstore local
-+960 pmda.ds389 local
-+961 pmlogextract local
-+962 archive local pmval pmdumplog kernel
-+963 libpcp local
-+964 pmcd local pmda.xfs pmda.dm
-+965 derive local kernel
-+966 secure local kernel
-+967 zsh local pcp2xxx pcp2elasticsearch pcp2xlsx pcp2influxdb pcp2graphite pmrep python pcp2zabbix pcp2xml pcp2json
-+968 python local derive kernel
-+969 derive local kernel
-+970 pmclient archive multi-archive local sanity pmlogextract python
-+971 pmlogrewrite pmda.proc local pmdumplog
-+972 pmda.zswap dbpmda local python
-+973 pmda.zswap pmda.install local python kernel
-+974 pmda.proc local
-+975 pmimport local
-+976 dbpmda perl pmda.lustre local
-+977 libpcp valgrind local containers
-+978 libpcp getopt sanity local timezone
-+979 python local
-+980 python local
-+981 dbpmda perl pmda.gpfs local
-+982 pmda.proc pmda.hotproc local pmstore
-+983 pmie local
-+984 cgroups local pmlogrewrite
-+985 pmimport pmdumplog perl local
-+986 pmimport pmdumplog perl local
-+987 pmda.xfs local
-+988 pmda.xfs local valgrind
-+989 archive local
-+990 pmda.mmv local valgrind
-+991 pcp python free local
-+992 pmcpp pmlogger local kernel
-+993 pmlogger pmdumplog local
-+994 other verify
-+995 python local
-+996 pmdiff local
-+997 pmlogextract local pmlogcheck pmdumplog
-+998 threads libpcp local
-+999 pmns local
-+1000 pmdumptext local
-+1001 pmchart local x11
-+1002 pmchart local x11
-+1003 pmchart local kernel x11
-+1004 pmchart local kernel x11
-+1005 pmchart local x11
-+1006 pmchart local x11
-+1007 pmchart local kernel x11
-+1008 pmdumptext libpcp_qmc local kernel x11
-+1009 pmdumptext libpcp_qmc local x11
-+1010 pmdumptext pmlogger libpcp_qmc local x11
-+1011 pmdumptext pmval libpcp_qmc local x11
-+1012 pmdumptext libpcp_qmc local x11
-+1013 libpcp_qmc local x11
-+1014 libpcp_qmc local x11
-+1015 libpcp_qmc local x11
-+1016 libpcp_qmc local x11
-+1017:retired libpcp_qmc local flakey kernel x11
-+1018:retired libpcp_qmc local flakey x11
-+1019:retired libpcp_qmc local flakey pmstore x11
-+1020:retired libpcp_qmc local flakey pmstore x11
-+1021 libpcp_qmc local x11
-+1022 pmdumptext local kernel x11
-+1023 pmdumptext local x11
-+1024 pmda.linux local kernel
-+1025 pmdumptext pmlogger pmdumplog pmloglabel local x11
-+1026 pmdumptext remote kernel x11
-+1027 pmdumptext local pmstore x11
-+1028 pmdumptext local kernel x11
-+1029 libpcp_qmc local pmstore x11
-+1030 pmda.linux local
-+1031 pmda.slurm perl local
-+1032 pmproxy containers local python
-+1033 pmda.named local
-+1034 pmda.named local
-+1035 pmda.oracle local pmstore
-+1036 pmclient archive multi-archive local pmlogextract python
-+1037 pminfo archive multi-archive local pmlogextract
-+1038 pmrep archive multi-archive local pmlogextract python
-+1039 libpcp local
-+1040 dbpmda local
-+1041 pmda.libvirt local python
-+1042 pmproxy pmda.proc local python
-+1043 pmda.linux local kernel
-+1044 pmie local pmieconf sanity
-+1045 pmie local pmieconf pmpost
-+1046 pmie local pmieconf
-+1047 pmie local pmieconf
-+1048 python local kernel
-+1049 pmie pmieconf local
-+1050 pmieconf local
-+1051 pmieconf #696008 local
-+1052 pmda.json local python
-+1053 pmda.json pmda.install local python
-+1054 pmlogger pmcpp local pmdumplog kernel
-+1055 pmlogger local pmdumplog pmstore folio
-+1056 derive local kernel
-+1057 pmlogrewrite local
-+1058 pmda.bash local
-+1059 pmcd local
-+1060 pmieutil local
-+1061 pmda.lio local python
-+1062 pmrep python local
-+1063 derive local
-+1064 derive local
-+1065 libpcp valgrind local
-+1066 derive valgrind local
-+1067 zbxpcp local pmda.sample
-+1068 pcp2zabbix python pcp2xxx local
-+1069 pmrep python local timezone kernel
-+1070 pmrep pmimport python perl local
-+1071 pmrep python local kernel
-+1072 pmrep python archive local kernel
-+1073 pmda.linux local kernel
-+1074 threads valgrind local helgrind
-+1075 pmlogrewrite valgrind local
-+1076 pmlogcheck local
-+1077 pmcd libpcp archive local kernel
-+1078 pcp python pidstat local
-+1079 pcp atop local
-+1080 valgrind pcp atop local
-+1081 python pcp local
-+1082 python local
-+1083 pmcd local kernel
-+1084 pmda.linux local
-+1085 pmlogger local pmdumplog
-+1086 pmprobe local
-+1087 pmda.bind2 local
-+1088:retired pmmgr local
-+1089 atop local folio
-+1090 pmproxy local context
-+1091 pmns libpcp context local kernel
-+1092 libpcp local
-+1093 pmcpp local
-+1094 other local
-+1095 derive local kernel
-+1096:retired libpcp threads pmmgr local
-+1097 pmlogconf local
-+1098 python local pmstore sanity
-+1099 archive iostat local pmie pcp python
-+1100 bash local pcp2xxx pcp2elasticsearch pcp2xlsx pcp2influxdb pcp2graphite pmrep python pcp2zabbix pcp2xml pcp2json
-+1101 libpcp_web local valgrind
-+1102 pmda.openmetrics local python
-+1103 derive local
-+1104 kernel local
-+1105 derive local kernel
-+1106 libpcp local
-+1107 pmie local
-+1108 logutil local folio pmlogextract
-+1109 pmlogger valgrind local pmdumplog
-+1110 pmda.haproxy local python
-+1111 pcp2influxdb python pcp2xxx local
-+1112 pmda.linux local
-+1113 pcp ipcs python local
-+1114 archive pmval multi-archive local pmlogextract kernel
-+1115 pmda.bcc local python
-+1116 pmda.bcc local python
-+1117 pmda.bcc local python labels kernel
-+1118 pmda.bcc local python labels
-+1119 pmlogsummary archive multi-archive decompress-xz local pmlogextract
-+1120 pmda.openmetrics local python
-+1121 pmda.linux local kernel
-+1122 pmie local
-+1123 pmchart local kernel x11
-+1124 pmda.bcc local python
-+1125:retired pmcollect
-+1126 pmda.bcc local python
-+1127 pmda.bcc local python
-+1128 pmie local
-+1129 derive local kernel
-+1130 pcp2elasticsearch python pcp2xxx local
-+1131 pcp2json python pcp2xxx local
-+1132 pcp2xlsx python pcp2xxx local kernel
-+1133 pcp2xml python pcp2xxx local
-+1134 pmrep pcp2json pcp2xml python pcp2xxx local python kernel
-+1135 pmrep python pmda.sample archive local kernel
-+1136 pmrep python pmda.sample local kernel
-+1137 derive pmrep local python kernel
-+1138 archive pmval multi-archive decompress-xz local pmlogextract kernel
-+1139 pmrep python local kernel
-+1140 pidstat local python pcp pmlogrewrite pmrep derive free
-+1141 selinux local
-+1142 pmie local kernel
-+1143 pmie local
-+1144 pmda.proc local
-+1145 fault libpcp local
-+1146 logutil local
-+1147 logutil local
-+1148 logutil local
-+1149 pmlogrewrite local
-+1150 pmda.bcc local python
-+1151 pmda.bcc local python
-+1152 pmda.bcc local python
-+1153 pmda.bcc local python
-+1154 pmda.bcc local python
-+1155 pmda.bcc local python
-+1156 pmda.bcc local python
-+1157 pmda.bcc local python
-+1158 pmda.bcc local python
-+1159 pmlogger local pmdumplog kernel
-+1160 pmda.netcheck local python
-+1161 pmda.netcheck local python
-+1162 find-filter local
-+1163 pmlogrewrite local
-+1164 pmda.linux local valgrind
-+1165 pmda.bcc local python
-+1166 libpcp local
-+1167 pmdumplog labels archive local pmrep python kernel
-+1168 pmrep pmda.bcc local python
-+1169 pmrep python local kernel
-+1170 pmda.bcc local python
-+1171 pmda.bcc local python
-+1172 pmda.bcc local python
-+1173 pmda.bcc local python
-+1174 threads valgrind local helgrind
-+1175 pmda.bcc local python
-+1176 pmda.bcc local python
-+1177 pmns derive libpcp pmlogger local kernel
-+1178 pmda.bcc local python
-+1179 pmda.bcc local python
-+1180 logutil local pmrep python
-+1181 pmda.bcc local python
-+1182 libpcp local
-+1183 pmrep python archive local
-+1184 pminfo pmseries local
-+1185 pmrep python archive local
-+1186 pmie local not_in_ci
-+1187 python pcp dstat local
-+1188 pmda.dm local valgrind
-+1189 find-filter local
-+1190 other local
-+1191 pmda.openmetrics local python
-+1192 containers local
-+1193 pmlogrewrite labels help pmdumplog local
-+1194 pmlogrewrite local
-+1195 pmlogrewrite local
-+1196 pmcd local
-+1197 pmlogextract local
-+1198 pmlogrewrite pmda.linux local
-+1199 libpcp pmcd local
-+1200 logutil local
-+1201 logutil remote
-+1202 pmda.dm local pmrep python
-+1203 derive pmval libpcp local
-+1204 pmlogctl local sanity
-+1205 pmlogctl local
-+1206 pmlogctl local
-+1207 pcp dstat python local
-+1208 pmlogctl local
-+1209 pmlogctl local
-+1210 pmlogctl local
-+1211 pmseries local kernel
-+1212 pmseries local
-+1213 pmlogctl local
-+1214 pmproxy pmseries libpcp_web local
-+1215 pmlogctl local
-+1216 pmlogctl local
-+1217 pmrep python local
-+1218 pmda.root local
-+1219 pcp local
-+1220 pmda.proc local
-+1221 labels pmda.openmetrics local python
-+1222 pmda.linux pmda.proc local valgrind
-+1223 pmlogctl local
-+1224 pcp dstat python local
-+1225:retired pmwebd local pmrep python pcp kernel
-+1226 pmiectl local
-+1227 derive local
-+1228 pmiectl local
-+1229 pmlogextract pmdumplog labels help local sanity
-+1230 pmiectl local
-+1231 pmlogrewrite labels help pmdumplog local
-+1232 logutil pmlogctl local
-+1233 derive local
-+1234 libpcp_web local
-+1235 derive local
-+1236 derive local
-+1237 derive local
-+1238 iostat archive multi-archive decompress-xz local pmlogextract pcp python
-+1239 pmlogrewrite labels pmdumplog local
-+1240 libpcp pmrep local python
-+1241 pmlogrewrite local
-+1242 pmrep archive multi-archive decompress-xz local pmlogextract python
-+1243 valgrind pmfind libpcp local helgrind
-+1244 pmlogextract local
-+1245 libpcp local
-+1246:reserved pmlogreduce local
-+1247 pmlogrewrite labels pmdumplog local
-+1248 pmlogctl local
-+1249 pmiectl local
-+1250 selinux local
-+1251 man local
-+1252 derive local
-+1253 derive local valgrind
-+1254 derive local
-+1255 libpcp local kernel
-+1256 derive valgrind local
-+1257 libpcp python local
-+1258 pmda.linux local valgrind
-+1259 derive valgrind local
-+1260 derive local
-+1261 derive local
-+1262 derive valgrind local
-+1263 derive local
-+1264:retired pmcollect
-+1265 pmda.linux local valgrind
-+1266 atop pcp local
-+1267 pmlogrewrite labels help pmdumplog local
-+1268 derive local
-+1269 libpcp local kernel
-+1270 derive fault local
-+1271 derive local
-+1272 pmlogmv local
-+1273 pmlogger fetch local
-+1274 pmlogextract pmdumplog labels help local sanity
-+1275 man pmlogger local
-+1276:retired pmmgr containers local
-+1277 dbpmda local pmdbg
-+1278 dbpmda local pmdbg
-+1279 dbpmda local
-+1280 archive pmdumplog local
-+1281 archive pmdumplog valgrind local
-+1282:retired other local
-+1283 dbpmda local
-+1284 pmrep pmda.linux local
-+1285 pmlogsummary local
-+1286 pmda.bcc local python
-+1287 pmda.install pmda.openmetrics local python
-+1288 archive pmval local
-+1289 pmval archive multi-archive decompress-xz local pmlogextract
-+1290:reserved pmproxy local pmval pmie pmstat valgrind pmdumptext
-+1291 atop archive local
-+1292 pmlc local
-+1293 pmlc local valgrind
-+1294 libpcp_mmv labels local valgrind
-+1295 pmda.sample local
-+1296 pmie local
-+1297 pmieutil local
-+1298 pmval local
-+1299 libpcp pminfo local
-+1300 libpcp local
-+1301 pmda.pmproxy pmda.mmv local
-+1302 pmlogrewrite valgrind local
-+1303 pcp dstat python local
-+1304 pmstat context context_local local
-+1305 pmlogger local valgrind
-+1306 pmda.openmetrics labels local python
-+1307 dbpmda pmda.sample local
-+1308 dbpmda pmda.sample valgrind local
-+1309 pmda.zfs local
-+1310 labels python local
-+1311 derive pmdumptext local
-+1312 derive pmdumptext valgrind local
-+1313 libpcp local
-+1314 libpcp valgrind local
-+1315 sanity local
-+1316 libpcp local
-+1317 libpcp local valgrind
-+1318 pmprobe pmlogconf local kernel
-+1319 libpcp local valgrind helgrind
-+1320 pmval local
-+1321 pmlogger pmda.openmetrics local python
-+1322 pmval local valgrind
-+1323 pmlogrewrite labels help pmdumplog local
-+1324 pmclient archive multi-archive decompress-xz local pmlogextract python
-+1325 pmdumplog local
-+1326 pmstore pmda.pmcd local
-+1327 pmdumplog local valgrind
-+1330 pmda.openmetrics local python
-+1331 verify local
-+1337 pmda.mssql local
-+1338 pmlogrewrite labels pmdumplog local
-+1340 pmcd pmda.pmcd pmstore local
-+1342 pmda.openmetrics local python
-+1343:retired pmmgr local pmlogrewrite
-+1344:retired pmmgr local
-+1347 atop pcp local
-+1349 pmlogrewrite labels pmdumplog local kernel
-+1350 pmda.proc local
-+1351 pmcd pmda.mmv libpcp pmda local
-+1354 pmval archive local
-+1357 pmda.podman valgrind local
-+1358 pmda.podman local
-+1359 libpcp local pmdbg
-+1362 pmda.postgresql local
-+1367 labels pmda.simple local python
-+1368 labels help pmlogger pmdumplog local sanity
-+1369 labels pmcd pmlogger pmdumplog local
-+1370:reserved man local
-+1372 pmie local
-+1379 pmproxy local
-+1383 pmlogrewrite labels pmdumplog local
-+1385 pmda.openmetrics local python
-+1388 pmproxy local secure
-+1389:retired pmwebd local
-+1390 atop pcp local
-+1393 pmda.linux local
-+1395 pmda.openmetrics local python
-+1396 pcp python pidstat local archive
-+1397 pmda.smart local valgrind
-+1398 pidstat local
-+1399 pidstat local
-+1400 pcp free local
-+1401 pmproxy local
-+1403 pmda.linux local valgrind
-+1407 pmchart derive local x11
-+1408 pmchart libpcp_qmc local x11
-+1415 pmda.mmv labels local
-+1416 pmlogrewrite local
-+1422 pmda.mmv local valgrind
-+1423 pcp2spark python pcp2xxx local
-+1433 pmproxy local
-+1434 pmda.nfsclient local
-+1435 pmda.elasticsearch local
-+1436 pmda.postgresql local
-+1437 pmda.kvm local
-+1455 pmlogrewrite labels pmdumplog local
-+1457 pmproxy local
-+1480 pmda.lmsensors local
-+1489 python pmrep pmimport local
-+1490 python local labels
-+1495 pmlogrewrite labels pmdumplog local
-+1511 pmcd local
-+1530 pmda.zfs local valgrind
-+1531 pmda.zfs local valgrind
-+1532 pmda.zfs local
-+1533 pmda.zfs local valgrind
-+1534 pmda.zfs local valgrind
-+1543 pmproxy local
-+1544 pmproxy python local
-+1545 pcp2xml python pcp2xxx local
-+1546 pmrep python local
-+1547 pmrep python local
-+1548 pmrep python local
-+1549 pmrep python local
-+1566 logutil libpcp local
-+1573 pmproxy libpcp_web pmlogger local
-+1588 python iostat local
-+1598 pmda.statsd local
-+1599 pmda.statsd local
-+1600 pmseries pmcd pmproxy pmlogger local
-+1601 pmseries pmproxy local
-+1602 pmproxy local
-+1603 pmproxy local
-+1608 pmproxy local
-+1613 pmda.linux kernel local
-+1622 selinux local
-+1623 libpcp_import collectl local
-+1634 pmda.sockets local
-+1644 pmda.perfevent local
-+1660 libpcp labels local
-+1661 pmproxy libpcp_web pmlogger local
-+1671 multi-archive archive libpcp pmrep local python
-+1672 secure pmcd local
-+1680 openvswitch local
-+1681 pmrep pcp2xxx pmlogconf local
-+1682 pmrep pcp2xxx pmlogconf valgrind local
-+1688 pmieconf local
-+1689 pmproxy libpcp_web local
-+1690 pmseries local
-+1692 pmda.pmcd local
-+1694 pidstat local python pcp
-+1695 pmproxy valgrind local
-+1696 pmproxy valgrind local
-+1700 pmda.bpftrace local python
-+1701 pmda.bpftrace local python
-+1702 pmda.bpftrace local python
-+1703 pmda.bpftrace local python
-+1704 pmda.bpftrace local python
-+1705 pmda.bpftrace local python
-+1706 pmda.bpftrace local python
-+1707 pmda.bpftrace local python
-+1708 pmda.statsd local
-+1709 pmda.statsd local
-+1710 pmda.statsd local
-+1711 pmda.statsd local
-+1712 pmda.statsd local
-+1713 pmda.statsd local
-+1714 pmda.statsd local
-+1715 pmda.statsd local
-+1716 pmda.statsd local
-+1717 pmda.statsd local
-+1718 pmda.statsd local
-+1719 pmda.statsd local
-+1720 pmda.statsd local valgrind dbpmda
-+1721 pmda.bpftrace local python
-+1722 pmda.bpftrace local python
-+1723 pmda.bpftrace local python
-+1724 pmda.bpftrace local python
-+1725 pmda.bpftrace local python
-+1740 pmda.proc local
-+1745 pmlogger libpcp pmval local
-+1748 atop local
-+1753 fetch valgrind local
-+1763 pmlogctl local
-+1768 pmfind local
-+1769 pmda.linux local
-+1773 pmseries pmproxy libpcp_web local
-+1775 pmdumptext archive local
-+1793 pmrep pcp2xxx python local
-+1801 dstat python pcp local
-+1805 pmda.linux kernel local
-+1813 python labels local
-+1814 pmda.linux local
-+1820 atop local
-+1821 pmlogpaste local
-+1824 pmproxy local
-+1825 libpcp pmcd local valgrind
-+1826 libpcp pmcd local
-+1837 pmproxy local
-+1844 pmdumptext libpcp_qmc remote
-+1850 pmseries libpcp_web local
-+1855 pmda.rabbitmq local
-+1871 pmsearch local
-+1872 pmproxy local
-+1874 pmseries pmproxy local
-+1876 pmcd secure local
-+1886 pmseries libpcp_web local
-+1896 pmlogger logutil pmlc local
-+1897 pmda.hacluster local valgrind
-+1899 fetch local
-+1901 pmlogger local
-+1902 help local
-+1937 pmlogrewrite pmda.xfs local
-+1955 libpcp pmda pmda.pmcd local
-+4751 libpcp threads valgrind local pcp helgrind
-diff -Naurp pcp-5.3.1.orig/qa/src/check_pmi_errconv.c pcp-5.3.1/qa/src/check_pmi_errconv.c
---- pcp-5.3.1.orig/qa/src/check_pmi_errconv.c	1970-01-01 10:00:00.000000000 +1000
-+++ pcp-5.3.1/qa/src/check_pmi_errconv.c	2021-06-24 17:22:58.945372343 +1000
-@@ -0,0 +1,61 @@
-+/*
-+ * check error handling with pmiWrite after PM_ERR_CONV.
-+ *
-+ * Copyright (c) 2021 Red Hat.  All Rights Reserved.
-+ */
-+
-+#include <pcp/pmapi.h>
-+#include <pcp/import.h>
-+
-+int
-+main(int argc, char **argv)
-+{
-+    pmInDom indom = pmInDom_build(245, 0);
-+    pmID pmid = pmID_build(245, 0, 0);
-+    int sts;
-+
-+    if (argc != 2) {
-+	fprintf(stderr, "Usage: %s <archive>\n", argv[0]);
-+	exit(2);
-+    }
-+
-+    if ((sts = pmiStart(argv[1], 0)) < 0) {
-+	fprintf(stderr, "pmiStart: %s - %s\n", argv[1], pmiErrStr(sts));
-+	exit(1);
-+    }
-+    if ((sts = pmiSetTimezone("UTC")) < 0) {
-+	fprintf(stderr, "pmiSetTimezone(UTC): %s\n", pmiErrStr(sts));
-+	exit(1);
-+    }
-+
-+    if ((sts = pmiAddMetric("my.metric.int", pmid, PM_TYPE_32,
-+			indom, PM_SEM_INSTANT, pmiUnits(0,0,0,0,0,0))) < 0) {
-+	fprintf(stderr, "pmiAddMetric: %s\n", pmiErrStr(sts));
-+	exit(1);
-+    }
-+    if ((sts = pmiAddInstance(indom, "0", 0)) < 0) {
-+	fprintf(stderr, "pmiAddInstance(0): %s\n", pmiErrStr(sts));
-+	exit(1);
-+    }
-+    if ((sts = pmiAddInstance(indom, "1", 1)) < 0) {
-+	fprintf(stderr, "pmiAddInstance(1): %s\n", pmiErrStr(sts));
-+	exit(1);
-+    }
-+
-+    /* FALLTHROUGH on all error paths now to exercise the problem */
-+
-+    if ((sts = pmiPutValue("my.metric.int", "0", "1234.5678")) < 0)
-+	fprintf(stderr, "pmiPutValue: inst 0: %s\n", pmiErrStr(sts));
-+
-+    if ((sts = pmiPutValue("my.metric.int", "1", "123.45678")) < 0)
-+	fprintf(stderr, "pmiPutValue: inst 1: %s\n", pmiErrStr(sts));
-+
-+    /* TZ=UTC date --date='@1547483647' */
-+    if ((sts = pmiWrite(1547483647, 0)) < 0)
-+	fprintf(stderr, "pmiWrite: %s\n", pmiErrStr(sts));
-+
-+    if ((sts = pmiEnd()) < 0)
-+	fprintf(stderr, "pmiEnd: %s\n", pmiErrStr(sts));
-+
-+    return 0;
-+}
-diff -Naurp pcp-5.3.1.orig/qa/src/.gitignore pcp-5.3.1/qa/src/.gitignore
---- pcp-5.3.1.orig/qa/src/.gitignore	2021-05-26 17:43:26.000000000 +1000
-+++ pcp-5.3.1/qa/src/.gitignore	2021-06-24 17:22:58.945372343 +1000
-@@ -26,6 +26,7 @@ check_import
- check_import_name
- check_import.pl
- check_pmiend_fdleak
-+check_pmi_errconv
- checkstructs
- chkacc1
- chkacc2
-diff -Naurp pcp-5.3.1.orig/qa/src/GNUlocaldefs pcp-5.3.1/qa/src/GNUlocaldefs
---- pcp-5.3.1.orig/qa/src/GNUlocaldefs	2021-05-26 17:43:26.000000000 +1000
-+++ pcp-5.3.1/qa/src/GNUlocaldefs	2021-06-24 17:22:58.945372343 +1000
-@@ -1,5 +1,5 @@
- #
--# Copyright (c) 2012-2020 Red Hat.
-+# Copyright (c) 2012-2021 Red Hat.
- # Copyright (c) 2009 Aconex.  All Rights Reserved.
- # Copyright (c) 1997-2002 Silicon Graphics, Inc.  All Rights Reserved.
- #
-@@ -42,9 +42,9 @@ CFILES = disk_test.c exercise.c context_
- 	username.c rtimetest.c getcontexthost.c badpmda.c chkputlogresult.c \
- 	churnctx.c badUnitsStr_r.c units-parse.c rootclient.c derived.c \
- 	lookupnametest.c getversion.c pdubufbounds.c statvfs.c storepmcd.c \
--	github-50.c archfetch.c sortinst.c fetchgroup.c \
-+	github-50.c archfetch.c sortinst.c fetchgroup.c loadconfig2.c \
- 	loadderived.c sum16.c badmmv.c multictx.c mmv_simple.c \
--	httpfetch.c json_test.c check_pmiend_fdleak.c loadconfig2.c \
-+	httpfetch.c json_test.c check_pmiend_fdleak.c check_pmi_errconv.c \
- 	archctl_segfault.c debug.c int2pmid.c int2indom.c exectest.c \
- 	unpickargs.c hanoi.c progname.c countmark.c \
- 	indom2int.c pmid2int.c scanmeta.c traverse_return_codes.c \
-@@ -537,6 +537,10 @@ check_pmiend_fdleak:	check_pmiend_fdleak
- 	rm -f $@
- 	$(CCF) $(CDEFS) -o $@ $@.c $(LDLIBS) -lpcp_import
- 
-+check_pmi_errconv:	check_pmi_errconv.c
-+	rm -f $@
-+	$(CCF) $(CDEFS) -o $@ $@.c $(LDLIBS) -lpcp_import
-+
- # --- need libpcp_web
- #
- 
-diff -Naurp pcp-5.3.1.orig/src/libpcp_import/src/stuff.c pcp-5.3.1/src/libpcp_import/src/stuff.c
---- pcp-5.3.1.orig/src/libpcp_import/src/stuff.c	2021-02-25 10:10:21.000000000 +1100
-+++ pcp-5.3.1/src/libpcp_import/src/stuff.c	2021-06-24 17:22:58.945372343 +1000
-@@ -39,13 +39,10 @@ _pmi_stuff_value(pmi_context *current, p
- 
-     if (current->result == NULL) {
- 	/* first time */
--	current->result = (pmResult *)malloc(sizeof(pmResult));
-+	current->result = (pmResult *)calloc(1, sizeof(pmResult));
- 	if (current->result == NULL) {
--	    pmNoMem("_pmi_stuff_value: result malloc:", sizeof(pmResult), PM_FATAL_ERR);
-+	    pmNoMem("_pmi_stuff_value: result calloc", sizeof(pmResult), PM_FATAL_ERR);
- 	}
--	current->result->numpmid = 0;
--	current->result->timestamp.tv_sec = 0;
--	current->result->timestamp.tv_usec = 0;
-     }
-     rp = current->result;
- 
-@@ -60,19 +57,26 @@ _pmi_stuff_value(pmi_context *current, p
-     }
-     if (i == rp->numpmid) {
- 	rp->numpmid++;
--	size = sizeof(pmResult) + (rp->numpmid - 1)*sizeof(pmValueSet *);
-+	size = sizeof(pmResult) + (rp->numpmid-1)*sizeof(pmValueSet *);
- 	rp = current->result = (pmResult *)realloc(current->result, size);
- 	if (current->result == NULL) {
--	    pmNoMem("_pmi_stuff_value: result realloc:", size, PM_FATAL_ERR);
-+	    pmNoMem("_pmi_stuff_value: result realloc", size, PM_FATAL_ERR);
- 	}
- 	rp->vset[rp->numpmid-1] = (pmValueSet *)malloc(sizeof(pmValueSet));
- 	if (rp->vset[rp->numpmid-1] == NULL) {
--	    pmNoMem("_pmi_stuff_value: vset alloc:", sizeof(pmValueSet), PM_FATAL_ERR);
-+	    pmNoMem("_pmi_stuff_value: vset alloc", sizeof(pmValueSet), PM_FATAL_ERR);
- 	}
- 	vsp = rp->vset[rp->numpmid-1];
- 	vsp->pmid = pmid;
- 	vsp->numval = 1;
-     }
-+    else if (rp->vset[i]->numval < 0) {
-+	/*
-+	 * This metric is already under an error condition - do
-+	 * not attempt to add additional instances / values now.
-+	 */
-+	return rp->vset[i]->numval;
-+    }
-     else {
- 	int		j;
- 	for (j = 0; j < rp->vset[i]->numval; j++) {
-@@ -84,7 +88,7 @@ _pmi_stuff_value(pmi_context *current, p
- 	size = sizeof(pmValueSet) + (rp->vset[i]->numval-1)*sizeof(pmValue);
- 	vsp = rp->vset[i] = (pmValueSet *)realloc(rp->vset[i], size);
- 	if (rp->vset[i] == NULL) {
--	    pmNoMem("_pmi_stuff_value: vset realloc:", size, PM_FATAL_ERR);
-+	    pmNoMem("_pmi_stuff_value: vset realloc", size, PM_FATAL_ERR);
- 	}
-     }
-     vp = &vsp->vlist[vsp->numval-1];
-@@ -92,75 +96,82 @@ _pmi_stuff_value(pmi_context *current, p
-     dsize = -1;
-     switch (mp->desc.type) {
- 	case PM_TYPE_32:
--	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_INSITU;
- 	    vp->value.lval = (__int32_t)strtol(value, &end, 10);
- 	    if (*end != '\0') {
--		vsp->numval = PM_ERR_CONV;
-+		if (vsp->numval == 1) vsp->numval = PM_ERR_CONV;
-+		else rp->vset[i]->numval--;
- 		return PM_ERR_CONV;
- 	    }
-+	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_INSITU;
- 	    break;
- 
- 	case PM_TYPE_U32:
--	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_INSITU;
- 	    vp->value.lval = (__uint32_t)strtoul(value, &end, 10);
- 	    if (*end != '\0') {
--		vsp->numval = PM_ERR_CONV;
-+		if (vsp->numval == 1) vsp->numval = PM_ERR_CONV;
-+		else rp->vset[i]->numval--;
- 		return PM_ERR_CONV;
- 	    }
-+	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_INSITU;
- 	    break;
- 
- 	case PM_TYPE_64:
--	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    ll = strtoint64(value, &end, 10);
- 	    if (*end != '\0') {
--		vsp->numval = PM_ERR_CONV;
-+		if (vsp->numval == 1) vsp->numval = PM_ERR_CONV;
-+		else rp->vset[i]->numval--;
- 		return PM_ERR_CONV;
- 	    }
- 	    dsize = sizeof(ll);
- 	    data = (void *)&ll;
-+	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    break;
- 
- 	case PM_TYPE_U64:
--	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    ull = strtouint64(value, &end, 10);
- 	    if (*end != '\0') {
--		vsp->numval = PM_ERR_CONV;
-+		if (vsp->numval == 1) vsp->numval = PM_ERR_CONV;
-+		else rp->vset[i]->numval--;
- 		return PM_ERR_CONV;
- 	    }
- 	    dsize = sizeof(ull);
- 	    data = (void *)&ull;
-+	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    break;
- 
- 	case PM_TYPE_FLOAT:
--	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    f = strtof(value, &end);
- 	    if (*end != '\0') {
--		vsp->numval = PM_ERR_CONV;
-+		if (vsp->numval == 1) vsp->numval = PM_ERR_CONV;
-+		else rp->vset[i]->numval--;
- 		return PM_ERR_CONV;
- 	    }
- 	    dsize = sizeof(f);
- 	    data = (void *)&f;
-+	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    break;
- 
- 	case PM_TYPE_DOUBLE:
--	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    d = strtod(value, &end);
- 	    if (*end != '\0') {
--		vsp->numval = PM_ERR_CONV;
-+		if (vsp->numval == 1) vsp->numval = PM_ERR_CONV;
-+		else rp->vset[i]->numval--;
- 		return PM_ERR_CONV;
- 	    }
- 	    dsize = sizeof(d);
- 	    data = (void *)&d;
-+	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    break;
- 
- 	case PM_TYPE_STRING:
--	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    dsize = strlen(value)+1;
- 	    data = (void *)value;
-+	    if (vsp->numval == 1) vsp->valfmt = PM_VAL_DPTR;
- 	    break;
- 
- 	default:
--	    vsp->numval = PM_ERR_TYPE;
-+	    if (vsp->numval == 1) vsp->numval = PM_ERR_TYPE;
-+	    else rp->vset[i]->numval--;
- 	    return PM_ERR_TYPE;
-     }
- 
-@@ -170,7 +181,7 @@ _pmi_stuff_value(pmi_context *current, p
- 
- 	vp->value.pval = (pmValueBlock *)malloc(need < sizeof(pmValueBlock) ? sizeof(pmValueBlock) : need);
- 	if (vp->value.pval == NULL) {
--	    pmNoMem("_pmi_stuff_value: pmValueBlock:", need < sizeof(pmValueBlock) ? sizeof(pmValueBlock) : need, PM_FATAL_ERR);
-+	    pmNoMem("_pmi_stuff_value: pmValueBlock", need < sizeof(pmValueBlock) ? sizeof(pmValueBlock) : need, PM_FATAL_ERR);
- 	}
- 	vp->value.pval->vlen = (int)need;
- 	vp->value.pval->vtype = mp->desc.type;
-diff -Naurp pcp-5.3.1.orig/src/python/pcp/pmconfig.py pcp-5.3.1/src/python/pcp/pmconfig.py
---- pcp-5.3.1.orig/src/python/pcp/pmconfig.py	2021-05-20 15:04:32.000000000 +1000
-+++ pcp-5.3.1/src/python/pcp/pmconfig.py	2021-06-24 17:22:58.946372326 +1000
-@@ -869,8 +869,8 @@ class pmConfig(object):
-                 self.util.metrics[metric][3] = 1
-             else:
-                 self.util.metrics[metric][3] = 0
--            # As a special service for the pmrep(1) utility,
--            # we force raw output with its archive mode.
-+            # Force raw output with archive mode of any tool in order to
-+            # create pmlogger(1) compatible archives that can be merged.
-             if (hasattr(self.util, 'type') and self.util.type == 1) or \
-                self.util.metrics[metric][3] == 'raw' or \
-                (hasattr(self.util, 'output') and self.util.output == 'archive'):
-@@ -930,6 +930,11 @@ class pmConfig(object):
-             if not self.util.metrics[metric][2]:
-                 self.util.metrics[metric][2] = str(unit)
- 
-+            # Force native units with archive mode of any tool in order to
-+            # create pmlogger(1) compatible archives that can be merged.
-+            if hasattr(self.util, 'output') and self.util.output == 'archive':
-+                self.util.metrics[metric][2] = str(unit)
-+
-             # Finalize text label and unit/scale
-             try:
-                 label = self.util.metrics[metric][2]
diff --git a/SOURCES/redhat-bugzilla-1975069.patch b/SOURCES/redhat-bugzilla-1975069.patch
deleted file mode 100644
index 5d85b5e..0000000
--- a/SOURCES/redhat-bugzilla-1975069.patch
+++ /dev/null
@@ -1,922 +0,0 @@
-3f5ba2218 libpcp_web: add mutex to struct webgroup protecting the context dict
-107633192 src/libpcp: be more careful when calling __pmLogChangeVol()
-49bdfdfff libpcp: redefine __pmLogSetTime()
-5e3b792d3 libpcp_web: plug mem leak in redisMapInsert during daily log-rolling
-2a00a90b0 libpcp_web/discovery: improve lock handling and scalability
-
-commit 3f5ba221842e6a02e9fb22e23c754854271c3c9a
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Wed Jun 9 16:44:30 2021 +1000
-
-    libpcp_web: add mutex to struct webgroup protecting the context dict
-    
-    Add a mutex to the local webgroups structure in libpcp_web and
-    use it to protect multithreaded parallel updates (dictAdd,
-    dictDelete) to the groups->contexts dict and the dict traversal
-    in the timer driven garbage collector.
-    
-    Tested by qa/297 and related tests and also an updated version
-    of qa/1457 (which now stress tests parallel http and https/tls
-    pmproxy RESTAPI calls .. in a later commit).
-    
-    Related: RHBZ#1947989
-    Resolves: https://github.com/performancecopilot/pcp/issues/1311
-
-diff --git a/src/libpcp_web/src/webgroup.c b/src/libpcp_web/src/webgroup.c
-index 08c2518ed..35f05441b 100644
---- a/src/libpcp_web/src/webgroup.c
-+++ b/src/libpcp_web/src/webgroup.c
-@@ -51,14 +51,20 @@ typedef struct webgroups {
-     uv_loop_t		*events;
-     unsigned int	active;
-     uv_timer_t		timer;
-+    uv_mutex_t		mutex;
- } webgroups;
- 
- static struct webgroups *
- webgroups_lookup(pmWebGroupModule *module)
- {
--    if (module->privdata == NULL)
-+    struct webgroups *groups = module->privdata;
-+
-+    if (module->privdata == NULL) {
- 	module->privdata = calloc(1, sizeof(struct webgroups));
--    return (struct webgroups *)module->privdata;
-+	groups = (struct webgroups *)module->privdata;
-+	uv_mutex_init(&groups->mutex);
-+    }
-+    return groups;
- }
- 
- static int
-@@ -94,8 +100,11 @@ webgroup_drop_context(struct context *context, struct webgroups *groups)
- 	    context->garbage = 1;
- 	    uv_timer_stop(&context->timer);
- 	}
--	if (groups)
-+	if (groups) {
-+	    uv_mutex_lock(&groups->mutex);
- 	    dictDelete(groups->contexts, &context->randomid);
-+	    uv_mutex_unlock(&groups->mutex);
-+	}
- 	uv_close((uv_handle_t *)&context->timer, webgroup_release_context);
-     }
- }
-@@ -207,13 +216,16 @@ webgroup_new_context(pmWebGroupSettings *sp, dict *params,
-     cp->context = -1;
-     cp->timeout = polltime;
- 
-+    uv_mutex_lock(&groups->mutex);
-     if ((cp->randomid = random()) < 0 ||
- 	dictFind(groups->contexts, &cp->randomid) != NULL) {
- 	infofmt(*message, "random number failure on new web context");
- 	pmwebapi_free_context(cp);
- 	*status = -ESRCH;
-+	uv_mutex_unlock(&groups->mutex);
- 	return NULL;
-     }
-+    uv_mutex_unlock(&groups->mutex);
-     cp->origin = sdscatfmt(sdsempty(), "%i", cp->randomid);
-     cp->name.sds = sdsdup(hostspec ? hostspec : LOCALHOST);
-     cp->realm = sdscatfmt(sdsempty(), "pmapi/%i", cp->randomid);
-@@ -242,7 +254,9 @@ webgroup_new_context(pmWebGroupSettings *sp, dict *params,
- 	pmwebapi_free_context(cp);
- 	return NULL;
-     }
-+    uv_mutex_lock(&groups->mutex);
-     dictAdd(groups->contexts, &cp->randomid, cp);
-+    uv_mutex_unlock(&groups->mutex);
- 
-     /* leave until the end because uv_timer_init makes this visible in uv_run */
-     handle = (uv_handle_t *)&cp->timer;
-@@ -261,25 +275,34 @@ webgroup_new_context(pmWebGroupSettings *sp, dict *params,
- static void
- webgroup_garbage_collect(struct webgroups *groups)
- {
--    dictIterator        *iterator = dictGetSafeIterator(groups->contexts);
-+    dictIterator        *iterator;
-     dictEntry           *entry;
-     context_t		*cp;
- 
-     if (pmDebugOptions.http || pmDebugOptions.libweb)
- 	fprintf(stderr, "%s: started\n", "webgroup_garbage_collect");
- 
--    while ((entry = dictNext(iterator)) != NULL) {
--	cp = (context_t *)dictGetVal(entry);
--	if (cp->garbage && cp->privdata == groups) {
--	    if (pmDebugOptions.http || pmDebugOptions.libweb)
--		fprintf(stderr, "GC context %u (%p)\n", cp->randomid, cp);
--	    webgroup_drop_context(cp, groups);
-+    /* do context GC if we get the lock (else don't block here) */
-+    if (uv_mutex_trylock(&groups->mutex) == 0) {
-+	iterator = dictGetSafeIterator(groups->contexts);
-+	for (entry = dictNext(iterator); entry;) {
-+	    cp = (context_t *)dictGetVal(entry);
-+	    entry = dictNext(iterator);
-+	    if (cp->garbage && cp->privdata == groups) {
-+		if (pmDebugOptions.http || pmDebugOptions.libweb)
-+		    fprintf(stderr, "GC context %u (%p)\n", cp->randomid, cp);
-+		uv_mutex_unlock(&groups->mutex);
-+		webgroup_drop_context(cp, groups);
-+		uv_mutex_lock(&groups->mutex);
-+	    }
- 	}
-+	dictReleaseIterator(iterator);
-+	uv_mutex_unlock(&groups->mutex);
-     }
--    dictReleaseIterator(iterator);
- 
-     /* TODO - trim maps, particularly instmap if proc metrics are not excluded */
- 
-+    /* TODO move the following to a new stats timer */
-     if (groups->metrics_handle) {
- 	mmv_stats_set(groups->metrics_handle, "contextmap.size",
- 	    NULL, dictSize(contextmap));
-
-commit 107633192326b27ae571d4d4955052b8d86222c2
-Author: Ken McDonell <kenj@kenj.id.au>
-Date:   Fri Jul 2 16:52:48 2021 +1000
-
-    src/libpcp: be more careful when calling __pmLogChangeVol()
-    
-    Mark observed a SEGV which looks like __pmLogFetch() died because
-    ctxp->c_archctl->ac_mfp was (unexpectedly) NULL.
-    
-    See: https://github.com/performancecopilot/pcp/issues/1338
-    
-    Initial guess is that a physical file was removed by concurrent
-    activity (like pmlogger_check or pmlogger_daily), causing
-    __pmLogChangeVol() to fail ... and this was not being checked for
-    on the __pmLogFetch() path and in a couple of other places.
-    
-    modified:   interp.c
-    modified:   logutil.c
-
-diff --git a/src/libpcp/src/interp.c b/src/libpcp/src/interp.c
-index d7effbc1e..c8f6fe382 100644
---- a/src/libpcp/src/interp.c
-+++ b/src/libpcp/src/interp.c
-@@ -1312,7 +1312,9 @@ __pmLogFetchInterp(__pmContext *ctxp, int numpmid, pmID pmidlist[], pmResult **r
-     }
- 
-     /* get to the last remembered place */
--    __pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-+    sts = __pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-+    if (sts < 0)
-+	goto all_done;
-     __pmFseek(ctxp->c_archctl->ac_mfp, ctxp->c_archctl->ac_offset, SEEK_SET);
- 
-     seen_mark = 0;	/* interested in <mark> records seen from here on */
-@@ -1397,7 +1399,9 @@ __pmLogFetchInterp(__pmContext *ctxp, int numpmid, pmID pmidlist[], pmResult **r
- 	 * at least one metric requires a bound from earlier in the log ...
- 	 * position ourselves, ... and search
- 	 */
--	__pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-+	sts = __pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-+	if (sts < 0)
-+	    goto all_done;
- 	__pmFseek(ctxp->c_archctl->ac_mfp, ctxp->c_archctl->ac_offset, SEEK_SET);
- 	done = 0;
- 
-@@ -1542,7 +1546,9 @@ __pmLogFetchInterp(__pmContext *ctxp, int numpmid, pmID pmidlist[], pmResult **r
- 	 * at least one metric requires a bound from later in the log ...
- 	 * position ourselves ... and search
- 	 */
--	__pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-+	sts = __pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-+	if (sts < 0)
-+	    goto all_done;
- 	__pmFseek(ctxp->c_archctl->ac_mfp, ctxp->c_archctl->ac_offset, SEEK_SET);
- 	done = 0;
- 
-diff --git a/src/libpcp/src/logutil.c b/src/libpcp/src/logutil.c
-index fe35ed422..0ef76de25 100644
---- a/src/libpcp/src/logutil.c
-+++ b/src/libpcp/src/logutil.c
-@@ -1992,7 +1992,10 @@ __pmLogFetch(__pmContext *ctxp, int numpmid, pmID pmidlist[], pmResult **result)
-     all_derived = check_all_derived(numpmid, pmidlist);
- 
-     /* re-establish position */
--    __pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-+    sts = __pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-+    if (sts < 0)
-+	goto func_return;
-+    assert(ctxp->c_archctl->ac_mfp != NULL);
-     __pmFseek(ctxp->c_archctl->ac_mfp, 
- 	    (long)ctxp->c_archctl->ac_offset, SEEK_SET);
- 
-@@ -2489,10 +2492,12 @@ __pmLogSetTime(__pmContext *ctxp)
- 	/* index either not available, or not useful */
- 	if (mode == PM_MODE_FORW) {
- 	    __pmLogChangeVol(acp, lcp->l_minvol);
-+	    assert(acp->ac_mfp != NULL);
- 	    __pmFseek(acp->ac_mfp, (long)(sizeof(__pmLogLabel) + 2*sizeof(int)), SEEK_SET);
- 	}
- 	else if (mode == PM_MODE_BACK) {
- 	    __pmLogChangeVol(acp, lcp->l_maxvol);
-+	    assert(acp->ac_mfp != NULL);
- 	    __pmFseek(acp->ac_mfp, (long)0, SEEK_END);
- 	}
- 
-@@ -3141,6 +3146,7 @@ LogChangeToPreviousArchive(__pmContext *ctxp)
- 
-     /* Set up to scan backwards from the end of the archive. */
-     __pmLogChangeVol(acp, lcp->l_maxvol);
-+    assert(acp->ac_mfp != NULL);
-     __pmFseek(acp->ac_mfp, (long)0, SEEK_END);
-     ctxp->c_archctl->ac_offset = __pmFtell(acp->ac_mfp);
-     assert(ctxp->c_archctl->ac_offset >= 0);
-
-commit 49bdfdfff83ac165de2bdc9a40e61a56512585d8
-Author: Ken McDonell <kenj@kenj.id.au>
-Date:   Sun Jul 4 10:07:09 2021 +1000
-
-    libpcp: redefine __pmLogSetTime()
-    
-    The problem is that if physical files for the data volumes of an
-    archive are removed (asynchronously by someone else) while we're
-    trying to switch volumes then we don't handle this safely.
-    
-    The previous commit 10763319 was as stop-gap to address Mark's SEGV
-    issue at https://github.com/performancecopilot/pcp/issues/1338 and
-    simply handled direct calls to __pmLogChangeVol() and ensured the
-    return status was checked.
-    
-    I was aware, then Coverity made a lot more people aware, that this
-    "fix" was incomplete, specifically the calls to __pmLogChangeVol()
-    from within __pmLogSetTime() were not checked.
-    
-    To fix the latter we have to change the type of __pmLogSetTime() from
-    void to int so we can return status to indicate that __pmLogChangeVol()
-    has failed.  And then make sure all the callers of __pmLogSetTime()
-    check the status returned from that function.
-    
-        modified:   src/libpcp/src/fetch.c
-        modified:   src/libpcp/src/internal.h
-        modified:   src/libpcp/src/logutil.c
-    
-    Because this introduces some new -Dlog diagnostics, qa/251 needed
-    a bit of a make-over.
-
-diff --git a/qa/251 b/qa/251
-index 2b8a07917..f9b293e98 100755
---- a/qa/251
-+++ b/qa/251
-@@ -37,7 +37,7 @@ _filter()
- 
- status=1	# failure is the default!
- $sudo rm -rf $tmp.* $seq.full
--trap "cd $here; rm -rf $tmp; exit \$status" 0 1 2 3 15
-+trap "cd $here; rm -rf $tmp $tmp.*; exit \$status" 0 1 2 3 15
- 
- # real QA test starts here
- mkdir $tmp
-@@ -50,56 +50,62 @@ cd $tmp
- for inst in "bin-100" "bin-100,bin-500,bin-900"
- do
-     echo
--    echo "All volumes present ... $inst ..."
--    pmval -z -O $offset -D128 -t2 -a ok-mv-bar -i $inst sampledso.bin 2>err >out
--    egrep 'Skip|Change' err
--    _filter <out
-+    echo "All volumes present ... $inst ..." | tee -a $here/$seq.full
-+    pmval -z -O $offset -Dlog -t2 -a ok-mv-bar -i $inst sampledso.bin 2>$tmp.err >$tmp.out
-+    cat $tmp.err >>$here/$seq.full
-+    grep '^__pmLogChangeVol:' $tmp.err
-+    _filter <$tmp.out
-     [ -f die ] && exit
- 
-     echo
--    echo "First volume missing ... $inst ..."
-+    echo "First volume missing ... $inst ..." | tee -a $here/$seq.full
-     mv ok-mv-bar.0 foo.0
--    pmval -z -O $offset -D128 -t2 -a ok-mv-bar -i $inst sampledso.bin 2>err >out
--    egrep 'Skip|Change' err
--    _filter <out
-+    pmval -z -O $offset -Dlog -t2 -a ok-mv-bar -i $inst sampledso.bin 2>$tmp.err >$tmp.out
-+    cat $tmp.err >>$here/$seq.full
-+    grep '^__pmLogChangeVol:' $tmp.err
-+    _filter <$tmp.out
-     [ -f die ] && exit
-     mv foo.0 ok-mv-bar.0
- 
-     echo
--    echo "Last volume missing ... $inst ..."
-+    echo "Last volume missing ... $inst ..." | tee -a $here/$seq.full
-     mv ok-mv-bar.3 foo.3
--    pmval -z -O $offset -D128 -t2 -a ok-mv-bar -i $inst sampledso.bin 2>err >out
--    egrep 'Skip|Change' err
--    _filter <out
-+    pmval -z -O $offset -Dlog -t2 -a ok-mv-bar -i $inst sampledso.bin 2>$tmp.err >$tmp.out
-+    cat $tmp.err >>$here/$seq.full
-+    grep '^__pmLogChangeVol:' $tmp.err
-+    _filter <$tmp.out
-     [ -f die ] && exit
-     mv foo.3 ok-mv-bar.3
- 
-     echo
--    echo "Second volume missing ... $inst ..."
-+    echo "Second volume missing ... $inst ..." | tee -a $here/$seq.full
-     mv ok-mv-bar.1 foo.1
--    pmval -z -O $offset -D128 -t2 -a ok-mv-bar -i $inst sampledso.bin 2>err >out
--    egrep 'Skip|Change' err
--    _filter <out
-+    pmval -z -O $offset -Dlog -t2 -a ok-mv-bar -i $inst sampledso.bin 2>$tmp.err >$tmp.out
-+    cat $tmp.err >>$here/$seq.full
-+    grep '^__pmLogChangeVol:' $tmp.err
-+    _filter <$tmp.out
-     [ -f die ] && exit
-     mv foo.1 ok-mv-bar.1
- 
-     echo
--    echo "Second last volume missing ... $inst ..."
-+    echo "Second last volume missing ... $inst ..." | tee -a $here/$seq.full
-     mv ok-mv-bar.2 foo.2
--    pmval -z -O $offset -D128 -t2 -a ok-mv-bar -i $inst sampledso.bin 2>err >out
--    egrep 'Skip|Change' err
--    _filter <out
-+    pmval -z -O $offset -Dlog -t2 -a ok-mv-bar -i $inst sampledso.bin 2>$tmp.err >$tmp.out
-+    cat $tmp.err >>$here/$seq.full
-+    grep '^__pmLogChangeVol:' $tmp.err
-+    _filter <$tmp.out
-     [ -f die ] && exit
-     mv foo.2 ok-mv-bar.2
- 
-     echo
--    echo "All volumes but second missing ... $inst ..."
-+    echo "All volumes but second missing ... $inst ..." | tee -a $here/$seq.full
-     mv ok-mv-bar.0 foo.0
-     mv ok-mv-bar.2 foo.2
-     mv ok-mv-bar.3 foo.3
--    pmval -z -O $offset -D128 -t2 -a ok-mv-bar -i $inst sampledso.bin 2>err >out
--    egrep 'Skip|Change' err
--    _filter <out
-+    pmval -z -O $offset -Dlog -t2 -a ok-mv-bar -i $inst sampledso.bin 2>$tmp.err >$tmp.out
-+    cat $tmp.err >>$here/$seq.full
-+    grep '^__pmLogChangeVol:' $tmp.err
-+    _filter <$tmp.out
-     [ -f die ] && exit
-     mv foo.0 ok-mv-bar.0
-     mv foo.2 ok-mv-bar.2
-diff --git a/src/libpcp/src/fetch.c b/src/libpcp/src/fetch.c
-index 5328a2807..01d5bf7fc 100644
---- a/src/libpcp/src/fetch.c
-+++ b/src/libpcp/src/fetch.c
-@@ -458,6 +458,7 @@ pmSetMode(int mode, const struct timeval *when, int delta)
- 	    /* assume PM_CONTEXT_ARCHIVE */
- 	    if (l_mode == PM_MODE_INTERP ||
- 		l_mode == PM_MODE_FORW || l_mode == PM_MODE_BACK) {
-+		int	lsts;
- 		if (when != NULL) {
- 		    /*
- 		     * special case of NULL for timestamp
-@@ -468,7 +469,18 @@ pmSetMode(int mode, const struct timeval *when, int delta)
- 		}
- 		ctxp->c_mode = mode;
- 		ctxp->c_delta = delta;
--		__pmLogSetTime(ctxp);
-+		lsts = __pmLogSetTime(ctxp);
-+		if (lsts < 0) {
-+		    /*
-+		     * most unlikely; not much we can do here but expect
-+		     * PMAPI error to be returned once pmFetch's start
-+		     */
-+		    if (pmDebugOptions.log) {
-+			char	errmsg[PM_MAXERRMSGLEN];
-+			fprintf(stderr, "pmSetMode: __pmLogSetTime failed: %s\n",
-+			    pmErrStr_r(lsts, errmsg, sizeof(errmsg)));
-+		    }
-+		}
- 		__pmLogResetInterp(ctxp);
- 		sts = 0;
- 	    }
-diff --git a/src/libpcp/src/internal.h b/src/libpcp/src/internal.h
-index 977efdcf6..fd8d6e740 100644
---- a/src/libpcp/src/internal.h
-+++ b/src/libpcp/src/internal.h
-@@ -407,7 +407,7 @@ extern int __pmLogGenerateMark(__pmLogCtl *, int, pmResult **) _PCP_HIDDEN;
- extern int __pmLogFetchInterp(__pmContext *, int, pmID *, pmResult **) _PCP_HIDDEN;
- extern int __pmGetArchiveLabel(__pmLogCtl *, pmLogLabel *) _PCP_HIDDEN;
- extern pmTimeval *__pmLogStartTime(__pmArchCtl *) _PCP_HIDDEN;
--extern void __pmLogSetTime(__pmContext *) _PCP_HIDDEN;
-+extern int __pmLogSetTime(__pmContext *) _PCP_HIDDEN;
- extern void __pmLogResetInterp(__pmContext *) _PCP_HIDDEN;
- extern void __pmArchCtlFree(__pmArchCtl *) _PCP_HIDDEN;
- extern int __pmLogChangeArchive(__pmContext *, int) _PCP_HIDDEN;
-diff --git a/src/libpcp/src/logutil.c b/src/libpcp/src/logutil.c
-index 0ef76de25..2ea559bfe 100644
---- a/src/libpcp/src/logutil.c
-+++ b/src/libpcp/src/logutil.c
-@@ -1995,7 +1995,6 @@ __pmLogFetch(__pmContext *ctxp, int numpmid, pmID pmidlist[], pmResult **result)
-     sts = __pmLogChangeVol(ctxp->c_archctl, ctxp->c_archctl->ac_vol);
-     if (sts < 0)
- 	goto func_return;
--    assert(ctxp->c_archctl->ac_mfp != NULL);
-     __pmFseek(ctxp->c_archctl->ac_mfp, 
- 	    (long)ctxp->c_archctl->ac_offset, SEEK_SET);
- 
-@@ -2010,7 +2009,9 @@ more:
- 	     * no serial access, so need to make sure we are
- 	     * starting in the correct place
- 	     */
--	    __pmLogSetTime(ctxp);
-+	    sts = __pmLogSetTime(ctxp);
-+	    if (sts < 0)
-+		goto func_return;
- 	    ctxp->c_archctl->ac_offset = __pmFtell(ctxp->c_archctl->ac_mfp);
- 	    ctxp->c_archctl->ac_vol = ctxp->c_archctl->ac_curvol;
- 	    /*
-@@ -2299,7 +2300,7 @@ VolSkip(__pmArchCtl *acp, int mode,  int j)
-     return PM_ERR_EOL;
- }
- 
--void
-+int
- __pmLogSetTime(__pmContext *ctxp)
- {
-     __pmArchCtl	*acp = ctxp->c_archctl;
-@@ -2356,6 +2357,7 @@ __pmLogSetTime(__pmContext *ctxp)
-     if (lcp->l_numti) {
- 	/* we have a temporal index, use it! */
- 	int		j = -1;
-+	int		try;
- 	int		toobig = 0;
- 	int		match = 0;
- 	int		vol;
-@@ -2406,9 +2408,13 @@ __pmLogSetTime(__pmContext *ctxp)
- 	acp->ac_serial = 1;
- 
- 	if (match) {
-+	    try = j;
- 	    j = VolSkip(acp, mode, j);
--	    if (j < 0)
--		return;
-+	    if (j < 0) {
-+		if (pmDebugOptions.log)
-+		    fprintf(stderr, "__pmLogSetTime: VolSkip mode=%d vol=%d failed #1\n", mode, try);
-+		return PM_ERR_LOGFILE;
-+	    }
- 	    __pmFseek(acp->ac_mfp, (long)lcp->l_ti[j].ti_log, SEEK_SET);
- 	    if (mode == PM_MODE_BACK)
- 		acp->ac_serial = 0;
-@@ -2418,9 +2424,13 @@ __pmLogSetTime(__pmContext *ctxp)
- 	    }
- 	}
- 	else if (j < 1) {
-+	    try = 0;
- 	    j = VolSkip(acp, PM_MODE_FORW, 0);
--	    if (j < 0)
--		return;
-+	    if (j < 0) {
-+		if (pmDebugOptions.log)
-+		    fprintf(stderr, "__pmLogSetTime: VolSkip mode=%d vol=%d failed #2\n", PM_MODE_FORW, try);
-+		return PM_ERR_LOGFILE;
-+	    }
- 	    __pmFseek(acp->ac_mfp, (long)lcp->l_ti[j].ti_log, SEEK_SET);
- 	    if (pmDebugOptions.log) {
- 		fprintf(stderr, " before start ti@");
-@@ -2428,9 +2438,13 @@ __pmLogSetTime(__pmContext *ctxp)
- 	    }
- 	}
- 	else if (j == numti) {
-+	    try = numti-1;
- 	    j = VolSkip(acp, PM_MODE_BACK, numti-1);
--	    if (j < 0)
--		return;
-+	    if (j < 0) {
-+		if (pmDebugOptions.log)
-+		    fprintf(stderr, "__pmLogSetTime: VolSkip mode=%d vol=%d failed #3\n", PM_MODE_BACK, try);
-+		return PM_ERR_LOGFILE;
-+	    }
- 	    __pmFseek(acp->ac_mfp, (long)lcp->l_ti[j].ti_log, SEEK_SET);
- 	    if (mode == PM_MODE_BACK)
- 		acp->ac_serial = 0;
-@@ -2450,9 +2464,13 @@ __pmLogSetTime(__pmContext *ctxp)
- 	    t_hi = __pmTimevalSub(&lcp->l_ti[j].ti_stamp, &ctxp->c_origin);
- 	    t_lo = __pmTimevalSub(&ctxp->c_origin, &lcp->l_ti[j-1].ti_stamp);
- 	    if (t_hi <= t_lo && !toobig) {
-+		try = j;
- 		j = VolSkip(acp, mode, j);
--		if (j < 0)
--		    return;
-+		if (j < 0) {
-+		    if (pmDebugOptions.log)
-+			fprintf(stderr, "__pmLogSetTime: VolSkip mode=%d vol=%d failed #4\n", mode, try);
-+		    return PM_ERR_LOGFILE;
-+		}
- 		__pmFseek(acp->ac_mfp, (long)lcp->l_ti[j].ti_log, SEEK_SET);
- 		if (mode == PM_MODE_FORW)
- 		    acp->ac_serial = 0;
-@@ -2462,9 +2480,13 @@ __pmLogSetTime(__pmContext *ctxp)
- 		}
- 	    }
- 	    else {
-+		try = j-1;
- 		j = VolSkip(acp, mode, j-1);
--		if (j < 0)
--		    return;
-+		if (j < 0) {
-+		    if (pmDebugOptions.log)
-+			fprintf(stderr, "__pmLogSetTime: VolSkip mode=%d vol=%d failed #5\n", mode, try);
-+		    return PM_ERR_LOGFILE;
-+		}
- 		__pmFseek(acp->ac_mfp, (long)lcp->l_ti[j].ti_log, SEEK_SET);
- 		if (mode == PM_MODE_BACK)
- 		    acp->ac_serial = 0;
-@@ -2490,14 +2512,37 @@ __pmLogSetTime(__pmContext *ctxp)
-     }
-     else {
- 	/* index either not available, or not useful */
-+	int	j;
- 	if (mode == PM_MODE_FORW) {
--	    __pmLogChangeVol(acp, lcp->l_minvol);
--	    assert(acp->ac_mfp != NULL);
-+	    for (j = lcp->l_minvol; j <= lcp->l_maxvol; j++) {
-+		if (__pmLogChangeVol(acp, j) >= 0)
-+		    break;
-+	    }
-+	    if (j > lcp->l_maxvol) {
-+		/* no volume found */
-+		if (pmDebugOptions.log)
-+		    fprintf(stderr, " index not useful, no volume between %d...%d\n",
-+			    lcp->l_minvol, lcp->l_maxvol);
-+		acp->ac_curvol = -1;
-+		acp->ac_mfp = NULL;
-+		return PM_ERR_LOGFILE;
-+	    }
- 	    __pmFseek(acp->ac_mfp, (long)(sizeof(__pmLogLabel) + 2*sizeof(int)), SEEK_SET);
- 	}
- 	else if (mode == PM_MODE_BACK) {
--	    __pmLogChangeVol(acp, lcp->l_maxvol);
--	    assert(acp->ac_mfp != NULL);
-+	    for (j = lcp->l_maxvol; j >= lcp->l_minvol; j--) {
-+		if (__pmLogChangeVol(acp, j) >= 0)
-+		    break;
-+	    }
-+	    if (j < lcp->l_minvol) {
-+		/* no volume found */
-+		if (pmDebugOptions.log)
-+		    fprintf(stderr, " index not useful, no volume between %d...%d\n",
-+			    lcp->l_maxvol, lcp->l_minvol);
-+		acp->ac_curvol = -1;
-+		acp->ac_mfp = NULL;
-+		return PM_ERR_LOGFILE;
-+	    }
- 	    __pmFseek(acp->ac_mfp, (long)0, SEEK_END);
- 	}
- 
-@@ -2513,6 +2558,8 @@ __pmLogSetTime(__pmContext *ctxp)
-     acp->ac_offset = __pmFtell(acp->ac_mfp);
-     assert(acp->ac_offset >= 0);
-     acp->ac_vol = acp->ac_curvol;
-+
-+    return 0;
- }
- 
- /* Read the label of the current archive. */
-@@ -3100,6 +3147,7 @@ LogChangeToPreviousArchive(__pmContext *ctxp)
-     pmTimeval		save_origin;
-     int			save_mode;
-     int			sts;
-+    int			j;
- 
-     /*
-      * Check whether there is a previous archive to switch to.
-@@ -3145,12 +3193,23 @@ LogChangeToPreviousArchive(__pmContext *ctxp)
-     }
- 
-     /* Set up to scan backwards from the end of the archive. */
--    __pmLogChangeVol(acp, lcp->l_maxvol);
--    assert(acp->ac_mfp != NULL);
-+    for (j = lcp->l_maxvol; j >= lcp->l_minvol; j--) {
-+	if (__pmLogChangeVol(acp, j) >= 0)
-+	    break;
-+    }
-+    if (j < lcp->l_minvol) {
-+	/* no volume found */
-+	if (pmDebugOptions.log)
-+	    fprintf(stderr, "LogChangeToPreviousArchive: no volume between %d...%d\n",
-+		    lcp->l_maxvol, lcp->l_minvol);
-+	acp->ac_curvol = -1;
-+	acp->ac_mfp = NULL;
-+	return PM_ERR_LOGFILE;
-+    }
-     __pmFseek(acp->ac_mfp, (long)0, SEEK_END);
--    ctxp->c_archctl->ac_offset = __pmFtell(acp->ac_mfp);
--    assert(ctxp->c_archctl->ac_offset >= 0);
--    ctxp->c_archctl->ac_vol = ctxp->c_archctl->ac_curvol;
-+    acp->ac_offset = __pmFtell(acp->ac_mfp);
-+    assert(acp->ac_offset >= 0);
-+    acp->ac_vol = acp->ac_curvol;
- 
-     /*
-      * Check for temporal overlap here. Do this last in case the API client
-
-commit 5e3b792d3d8ae60f2cebbd51c37b9b0722c3b26e
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Tue Jul 6 20:09:28 2021 +1000
-
-    libpcp_web: plug mem leak in redisMapInsert during daily log-rolling
-    
-    When pmlogger_daily processes daily archives, the resulting
-    merged archive(s) are discovered and processed by pmproxy
-    (if the discovery module is enabled). Since the metadata and
-    logvol data in each merged archive is likely to have already
-    been previously processed (but discovery doesn't know this),
-    we see a lot of dict updates for existing keys and values that
-    are already mapped.
-    
-    Static analysis by Coverity (CID323605 Resource Leak) shows
-    when redisMapInsert calls dictAdd for an existing key, the
-    new value field is assigned but the old value is not free'd,
-    and so it leaks.
-    
-    Related: RHBZ1975069 and https://github.com/performancecopilot/pcp/issues/1318
-
-diff --git a/src/libpcp_web/src/maps.c b/src/libpcp_web/src/maps.c
-index 013ef02d3..ce20476c9 100644
---- a/src/libpcp_web/src/maps.c
-+++ b/src/libpcp_web/src/maps.c
-@@ -160,6 +160,12 @@ redisMapLookup(redisMap *map, sds key)
- void
- redisMapInsert(redisMap *map, sds key, sds value)
- {
-+    redisMapEntry *entry = redisMapLookup(map, key);
-+
-+    if (entry) {
-+	/* fix for Coverity CID323605 Resource Leak */
-+	dictDelete(map, key);
-+    }
-     dictAdd(map, key, value);
- }
- 
-
-commit 2a00a90b0bc3aecb8465fd32aef1ddbe745b2c91
-Author: Mark Goodwin <mgoodwin@redhat.com>
-Date:   Tue Jul 6 20:43:01 2021 +1000
-
-    libpcp_web/discovery: improve lock handling and scalability
-    
-    Rework the global log-rolling lock detection with finer grain
-    (per-pmlogger directory) detection, and break early in
-    process_meta() and process_logvol() if a lock file is found
-    in the same directory as a monitored archive. This is much
-    more scalable since archive directories that are not locked
-    can continue to be processed and ingested whilst log-rolling
-    progresses elsewhere. Also uses much less CPU time since we
-    don't need a traversal of all monitored archives looking for
-    locks on every fs change event.
-    
-    Also improve process_logvol/meta handling for archives that
-    are deleted whilst being processed by the discovery module.
-    In conjunction with Kenj's changes in libpcp - stop processing
-    metadata and logvols if pmFetchArchive returns -ENOENT .. the
-    archive has been deleted so there is no point further ingesting
-    it's data.
-    
-    Related: RHBZ1975069
-    Related: https://github.com/performancecopilot/pcp/issues/1338
-
-diff --git a/src/libpcp_web/src/discover.c b/src/libpcp_web/src/discover.c
-index 991055ce5..964813f66 100644
---- a/src/libpcp_web/src/discover.c
-+++ b/src/libpcp_web/src/discover.c
-@@ -33,9 +33,6 @@ static char *pmDiscoverFlagsStr(pmDiscover *);
- #define PM_DISCOVER_HASHTAB_SIZE 32
- static pmDiscover *discover_hashtable[PM_DISCOVER_HASHTAB_SIZE];
- 
--/* pmlogger_daily log-roll lock count */
--static int logrolling = 0;
--
- /* number of archives or directories currently being monitored */
- static int n_monitored = 0;
- 
-@@ -426,28 +423,6 @@ is_deleted(pmDiscover *p, struct stat *sbuf)
-     return ret;
- }
- 
--static int
--check_for_locks()
--{
--    int			i;
--    pmDiscover		*p;
--    char                sep = pmPathSeparator();
--    char                path[MAXNAMELEN];
--
--    for (i=0; i < PM_DISCOVER_HASHTAB_SIZE; i++) {
--    	for (p = discover_hashtable[i]; p; p = p->next) {
--	    if (p->flags & PM_DISCOVER_FLAGS_DIRECTORY) {
--		pmsprintf(path, sizeof(path), "%s%c%s", p->context.name, sep, "lock");
--		if (access(path, F_OK) == 0)
--		    return 1;
--	    }
--	}
--    }
--
--    /* no locks */
--    return 0;
--}
--
- static void
- check_deleted(pmDiscover *p)
- {
-@@ -465,37 +440,8 @@ fs_change_callBack(uv_fs_event_t *handle, const char *filename, int events, int
-     pmDiscover		*p;
-     char		*s;
-     sds			path;
--    int			locksfound = 0;
-     struct stat		statbuf;
- 
--    /*
--     * check if logs are currently being rolled by pmlogger_daily et al
--     * in any of the directories we are tracking. For mutex, the log control
--     * scripts use a 'lock' file in each directory as it is processed.
--     */
--    locksfound = check_for_locks();
--
--    if (!logrolling && locksfound) {
--	/* log-rolling has started */
--	if (pmDebugOptions.discovery)
--	    fprintf(stderr, "%s discovery callback: log-rolling in progress\n", stamp());
--	logrolling = locksfound;
--	return;
--    }
--
--    if (logrolling && locksfound) {
--	logrolling = locksfound;
--    	return; /* still in progress */
--    }
--
--    if (logrolling && !locksfound) {
--    	/* log-rolling is finished: check what got deleted, and then purge */
--	if (pmDebugOptions.discovery)
--	    fprintf(stderr, "%s discovery callback: finished log-rolling\n", stamp());
--	pmDiscoverTraverse(PM_DISCOVER_FLAGS_META|PM_DISCOVER_FLAGS_DATAVOL, check_deleted);
--    }
--    logrolling = locksfound;
--
-     uv_fs_event_getpath(handle, buffer, &bytes);
-     path = sdsnewlen(buffer, bytes);
- 
-@@ -1037,6 +983,17 @@ pmDiscoverNewSource(pmDiscover *p, int context)
-     pmDiscoverInvokeSourceCallBacks(p, &timestamp);
- }
- 
-+static char *
-+archive_dir_lock_path(pmDiscover *p)
-+{
-+    char	path[MAXNAMELEN], lockpath[MAXNAMELEN];
-+    int		sep = pmPathSeparator();
-+
-+    strncpy(path, p->context.name, sizeof(path)-1);
-+    pmsprintf(lockpath, sizeof(lockpath), "%s%c%s", dirname(path), sep, "lock");
-+    return strndup(lockpath, sizeof(lockpath));
-+}
-+
- /*
-  * Process metadata records until EOF. That can span multiple
-  * callbacks if we get a partial record read.
-@@ -1059,6 +1016,7 @@ process_metadata(pmDiscover *p)
-     __pmLogHdr		hdr;
-     sds			msg, source;
-     static uint32_t	*buf = NULL;
-+    char		*lock_path;
-     int			deleted;
-     struct stat		sbuf;
-     static int		buflen = 0;
-@@ -1073,7 +1031,10 @@ process_metadata(pmDiscover *p)
- 	fprintf(stderr, "process_metadata: %s in progress %s\n",
- 		p->context.name, pmDiscoverFlagsStr(p));
-     pmDiscoverStatsAdd(p->module, "metadata.callbacks", NULL, 1);
-+    lock_path = archive_dir_lock_path(p);
-     for (;;) {
-+	if (lock_path && access(lock_path, F_OK) == 0)
-+	    break;
- 	pmDiscoverStatsAdd(p->module, "metadata.loops", NULL, 1);
- 	off = lseek(p->fd, 0, SEEK_CUR);
- 	nb = read(p->fd, &hdr, sizeof(__pmLogHdr));
-@@ -1240,6 +1201,9 @@ process_metadata(pmDiscover *p)
- 	/* flag that all available metadata has now been read */
- 	p->flags &= ~PM_DISCOVER_FLAGS_META_IN_PROGRESS;
- 
-+    if (lock_path)
-+    	free(lock_path);
-+
-     if (pmDebugOptions.discovery)
- 	fprintf(stderr, "%s: completed, partial=%d %s %s\n",
- 			"process_metadata", partial, p->context.name, pmDiscoverFlagsStr(p));
-@@ -1266,14 +1230,18 @@ static void
- process_logvol(pmDiscover *p)
- {
-     int			sts;
--    pmResult		*r;
-+    pmResult		*r = NULL;
-     pmTimespec		ts;
-     int			oldcurvol;
-     __pmContext		*ctxp;
-     __pmArchCtl		*acp;
-+    char		*lock_path;
- 
-     pmDiscoverStatsAdd(p->module, "logvol.callbacks", NULL, 1);
-+    lock_path = archive_dir_lock_path(p);
-     for (;;) {
-+	if (lock_path && access(lock_path, F_OK) == 0)
-+	    break;
- 	pmDiscoverStatsAdd(p->module, "logvol.loops", NULL, 1);
- 	pmUseContext(p->ctx);
- 	ctxp = __pmHandleToPtr(p->ctx);
-@@ -1312,6 +1280,7 @@ process_logvol(pmDiscover *p)
- 	    }
- 
- 	    /* we are done - return and wait for another callback */
-+	    r = NULL;
- 	    break;
- 	}
- 
-@@ -1328,14 +1297,15 @@ process_logvol(pmDiscover *p)
- 	}
- 
- 	/*
--	 * TODO: persistently save current timestamp, so after being restarted,
--	 * pmproxy can resume where it left off for each archive.
-+	 * TODO (perhaps): persistently save current timestamp, so after being
-+	 * restarted, pmproxy can resume where it left off for each archive.
- 	 */
- 	ts.tv_sec = r->timestamp.tv_sec;
- 	ts.tv_nsec = r->timestamp.tv_usec * 1000;
- 	bump_logvol_decode_stats(p, r);
- 	pmDiscoverInvokeValuesCallBack(p, &ts, r);
- 	pmFreeResult(r);
-+	r = NULL;
-     }
- 
-     if (r) {
-@@ -1348,6 +1318,9 @@ process_logvol(pmDiscover *p)
- 
-     /* datavol is now up-to-date and at EOF */
-     p->flags &= ~PM_DISCOVER_FLAGS_DATAVOL_READY;
-+
-+    if (lock_path)
-+    	free(lock_path);
- }
- 
- static void
-@@ -1357,6 +1330,10 @@ pmDiscoverInvokeCallBacks(pmDiscover *p)
-     sds			msg;
-     sds			metaname;
- 
-+    check_deleted(p);
-+    if (p->flags & PM_DISCOVER_FLAGS_DELETED)
-+    	return; /* ignore deleted archive */
-+
-     if (p->ctx < 0) {
- 	/*
- 	 * once off initialization on the first event
-@@ -1366,16 +1343,23 @@ pmDiscoverInvokeCallBacks(pmDiscover *p)
- 
- 	    /* create the PMAPI context (once off) */
- 	    if ((sts = pmNewContext(p->context.type, p->context.name)) < 0) {
--		/*
--		 * Likely an early callback on a new (still empty) archive.
--		 * If so, just ignore the callback and don't log any scary
--		 * looking messages. We'll get another CB soon.
--		 */
--		if (sts != PM_ERR_NODATA || pmDebugOptions.desperate) {
--		    infofmt(msg, "pmNewContext failed for %s: %s\n",
--			    p->context.name, pmErrStr(sts));
--		    moduleinfo(p->module, PMLOG_ERROR, msg, p->data);
-+		if (sts == -ENOENT) {
-+		    /* newly deleted archive */
-+		    p->flags |= PM_DISCOVER_FLAGS_DELETED;
- 		}
-+		else {
-+		    /*
-+		     * Likely an early callback on a new (still empty) archive.
-+		     * If so, just ignore the callback and don't log any scary
-+		     * looking messages. We'll get another CB soon.
-+		     */
-+		    if (sts != PM_ERR_NODATA || pmDebugOptions.desperate) {
-+			infofmt(msg, "pmNewContext failed for %s: %s\n",
-+				p->context.name, pmErrStr(sts));
-+			moduleinfo(p->module, PMLOG_ERROR, msg, p->data);
-+		    }
-+		}
-+		/* no further processing for this archive */
- 		return;
- 	    }
- 	    pmDiscoverStatsAdd(p->module, "logvol.new_contexts", NULL, 1);
-@@ -1410,8 +1394,12 @@ pmDiscoverInvokeCallBacks(pmDiscover *p)
- 	    metaname = sdsnew(p->context.name);
- 	    metaname = sdscat(metaname, ".meta");
- 	    if ((p->fd = open(metaname, O_RDONLY)) < 0) {
--		infofmt(msg, "open failed for %s: %s\n", metaname, osstrerror());
--		moduleinfo(p->module, PMLOG_ERROR, msg, p->data);
-+		if (p->fd == -ENOENT)
-+		    p->flags |= PM_DISCOVER_FLAGS_DELETED;
-+		else {
-+		    infofmt(msg, "open failed for %s: %s\n", metaname, osstrerror());
-+		    moduleinfo(p->module, PMLOG_ERROR, msg, p->data);
-+		}
- 		sdsfree(metaname);
- 		return;
- 	    }
diff --git a/SOURCES/redhat-bugzilla-1991763.patch b/SOURCES/redhat-bugzilla-1991763.patch
new file mode 100644
index 0000000..4d9dc7b
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-1991763.patch
@@ -0,0 +1,83 @@
+commit 69c7d9bf5ac24bda51f8c876dc258bfe054b7cf8
+Author: Sunil Mohan Adapa <sunil@medhas.org>
+Date:   Tue Feb 1 09:55:23 2022 -0800
+
+    pmlogger: zeroconf: Prioritize user configuration over zeroconf
+    
+    In 2c17ba0cc16f58de511dff1e3122096d60c50bb0, zeroconf provided
+    defaults (/usr/share/pcp/zeroconf/pmlogger, which was actually
+    /etc/sysconf/pmlogger_zeroconf at the time of the change) were prioritized over
+    user configuration (/etc/sysconf/pmlogger). This lead to regression in clients
+    which edited the user configuration and expected the changes to be given
+    priority over zeroconf configuration. This was identified at least in
+    ansible-pcp[1].
+    
+    Undo the changes in this commit so that the final priority is as follows:
+    
+    User configuration (/etc/sysconfig/pmlogger)
+      (priority over)
+    Zeroconf defaults (/usr/share/pcp/zeroconf/pmlogger)
+      (priority over)
+    Code defaults (pmlogger.c)
+    
+    Links:
+    
+    1) https://github.com/performancecopilot/pcp/pull/1462#issuecomment-1022714960
+    
+    Tests:
+    
+    - Install pcp. Ensure pmlogger is running. Notice that there is no
+    PMLOGGER_INTERVAL set in the pmlogger daemon's environment.
+    
+    - Install pcp-zeroconf. Restart pmlogger. Notice that PMLOGGER_INTERVAL
+    environment is set in the pmlogger daemon's environment. The value is 10.
+    
+    - Edit /etc/sysconfig/pmlogger and set the value of PMLOGGER_INTERVAL to 15.
+    Restart pmlogger and notice that PMLOGGER_INTERVAL is set to 15 in pmlogger
+    daemon's environment.
+    
+    Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
+    Tested-by: Sunil Mohan Adapa <sunil@medhas.org>
+
+diff --git a/src/pmlogger/pmlogger.defaults b/src/pmlogger/pmlogger.defaults
+index 1765760b5..1e96cd6ff 100644
+--- a/src/pmlogger/pmlogger.defaults
++++ b/src/pmlogger/pmlogger.defaults
+@@ -1,7 +1,7 @@
+ # Environment variables for the primary pmlogger daemon.  See also
+ # the pmlogger control file and pmlogconf(1) for additional details.
+-# Settings defined in this file will be overridden by any settings
+-# in the pmlogger zeroconf file (if present).
++# Settings defined in this file will override any settings in the
++# pmlogger zeroconf file (if present).
+ 
+ # Behaviour regarding listening on external-facing interfaces;
+ # unset PMLOGGER_LOCAL to allow connections from remote hosts.
+diff --git a/src/pmlogger/pmlogger.zeroconf b/src/pmlogger/pmlogger.zeroconf
+index 9defc6e3d..fe86dedcc 100644
+--- a/src/pmlogger/pmlogger.zeroconf
++++ b/src/pmlogger/pmlogger.zeroconf
+@@ -1,6 +1,6 @@
+ #
+-# PMLOGGER environment variables defined in this file take precedence over
+-# the same variables defined in the standard pmlogger config file.
++# PMLOGGER environment variables defined in the standard pmlogger config file
++# take precedence over the same variables defined in this file.
+ #
+ # The PMLOGGER_INTERVAL setting affects the default primary pmlogger recording
+ # frequency. This only affects the *default* interval setting when specified
+diff --git a/src/pmlogger/pmlogger_check.sh b/src/pmlogger/pmlogger_check.sh
+index 6cc2a8ed7..64750cb5f 100755
+--- a/src/pmlogger/pmlogger_check.sh
++++ b/src/pmlogger/pmlogger_check.sh
+@@ -983,8 +983,8 @@ END				{ print m }'`
+ 	then
+ 	    if [ "X$primary" = Xy ]
+ 	    then
+-		# pcp-zeroconf environment variables (if present) take precedence
+-		envs=`grep -h ^PMLOGGER "$PMLOGGERENVS" "$PMLOGGERZEROCONFENVS" 2>/dev/null`
++		# User configuration takes precedence over pcp-zeroconf
++		envs=`grep -h ^PMLOGGER "$PMLOGGERZEROCONFENVS" "$PMLOGGERENVS" 2>/dev/null`
+ 		args="-P $args"
+ 		iam=" primary"
+ 		# clean up port-map, just in case
diff --git a/SOURCES/redhat-bugzilla-2003956-pmdabcc-update-kernel-version-check-due-to-backporting.patch b/SOURCES/redhat-bugzilla-2003956-pmdabcc-update-kernel-version-check-due-to-backporting.patch
new file mode 100644
index 0000000..3c7eaec
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-2003956-pmdabcc-update-kernel-version-check-due-to-backporting.patch
@@ -0,0 +1,20 @@
+bcc included in RHEL 8.6 doesn't support the kernel_struct_has_field function.
+The 4.18.x kernel in RHEL 8.6 did backport the `state` to `__state` rename (upstream:
+change was in kernel v5.14+), and now we're in a situation where we can't test for
+the existence of this kernel struct member and also can't rely on a kernel version check.
+
+Therefore, let's patch it here for RHEL 8.x only:
+
+diff --git a/src/pmdas/bcc/modules/runqlat.python b/src/pmdas/bcc/modules/runqlat.python
+index 1c6c6b4b0..efc30e958 100644
+--- a/src/pmdas/bcc/modules/runqlat.python
++++ b/src/pmdas/bcc/modules/runqlat.python
+@@ -100,7 +100,7 @@ class PCPBCCModule(PCPBCCBase):
+                 if (
+                     hasattr(BPF, "kernel_struct_has_field")
+                     and BPF.kernel_struct_has_field(b"task_struct", b"__state") == 1
+-                ) or self.kernel_version() >= (5, 14, 0):
++                ) or self.kernel_version() >= (4, 18, 0):
+                     self.bpf_text = self.bpf_text.replace('STATE_FIELD', '__state')
+                 else:
+                     self.bpf_text = self.bpf_text.replace('STATE_FIELD', 'state')
diff --git a/SOURCES/redhat-bugzilla-2003956.patch b/SOURCES/redhat-bugzilla-2003956.patch
new file mode 100644
index 0000000..a027740
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-2003956.patch
@@ -0,0 +1,1433 @@
+commit 14ffcd934e1c5099b471f4e73da32d1b32bac7e6
+Author: Andreas Gerstmayr <agerstmayr@redhat.com>
+Date:   Mon Dec 13 20:10:40 2021 +0100
+
+    pmdabcc: sync bcc PMDA modules with upstream bcc tools
+
+diff --git a/src/pmdas/bcc/modules/execsnoop.bpf b/src/pmdas/bcc/modules/execsnoop.bpf
+index f69200773..aa755b3a1 100644
+--- a/src/pmdas/bcc/modules/execsnoop.bpf
++++ b/src/pmdas/bcc/modules/execsnoop.bpf
+@@ -4,40 +4,57 @@
+ #include <uapi/linux/ptrace.h>
+ #include <linux/sched.h>
+ #include <linux/fs.h>
++
+ #define ARGSIZE  128
++
+ enum event_type {
+     EVENT_ARG,
+     EVENT_RET,
+ };
++
+ struct data_t {
+     u32 pid;  // PID as in the userspace term (i.e. task->tgid in kernel)
+     u32 ppid; // Parent PID as in the userspace term (i.e task->real_parent->tgid in kernel)
++    u32 uid;
+     char comm[TASK_COMM_LEN];
+     enum event_type type;
+     char argv[ARGSIZE];
+     int retval;
+ };
++
+ BPF_PERF_OUTPUT(events);
++
+ static int __submit_arg(struct pt_regs *ctx, void *ptr, struct data_t *data)
+ {
+-    bpf_probe_read(data->argv, sizeof(data->argv), ptr);
++    bpf_probe_read_user(data->argv, sizeof(data->argv), ptr);
+     events.perf_submit(ctx, data, sizeof(struct data_t));
+     return 1;
+ }
++
+ static int submit_arg(struct pt_regs *ctx, void *ptr, struct data_t *data)
+ {
+     const char *argp = NULL;
+-    bpf_probe_read(&argp, sizeof(argp), ptr);
++    bpf_probe_read_user(&argp, sizeof(argp), ptr);
+     if (argp) {
+         return __submit_arg(ctx, (void *)(argp), data);
+     }
+     return 0;
+ }
++
+ int syscall__execve(struct pt_regs *ctx,
+     const char __user *filename,
+     const char __user *const __user *__argv,
+     const char __user *const __user *__envp)
+ {
++
++    u32 uid = bpf_get_current_uid_gid() & 0xffffffff;
++
++    UID_FILTER
++
++    if (container_should_be_filtered()) {
++        return 0;
++    }
++
+     // create data here and pass to submit_arg to save stack space (#555)
+     struct data_t data = {};
+     struct task_struct *task;
+@@ -52,25 +69,37 @@ int syscall__execve(struct pt_regs *ctx,
+ 
+     bpf_get_current_comm(&data.comm, sizeof(data.comm));
+     data.type = EVENT_ARG;
++
+     __submit_arg(ctx, (void *)filename, &data);
++
+     // skip first arg, as we submitted filename
+     #pragma unroll
+     for (int i = 1; i < MAXARG; i++) {
+         if (submit_arg(ctx, (void *)&__argv[i], &data) == 0)
+              goto out;
+     }
++
+     // handle truncated argument list
+     char ellipsis[] = "...";
+     __submit_arg(ctx, (void *)ellipsis, &data);
+ out:
+     return 0;
+ }
++
+ int do_ret_sys_execve(struct pt_regs *ctx)
+ {
++    if (container_should_be_filtered()) {
++        return 0;
++    }
++
+     struct data_t data = {};
+     struct task_struct *task;
+ 
++    u32 uid = bpf_get_current_uid_gid() & 0xffffffff;
++    UID_FILTER
++
+     data.pid = bpf_get_current_pid_tgid() >> 32;
++    data.uid = uid;
+ 
+     task = (struct task_struct *)bpf_get_current_task();
+     // Some kernels, like Ubuntu 4.13.0-generic, return 0
+@@ -82,5 +111,6 @@ int do_ret_sys_execve(struct pt_regs *ctx)
+     data.type = EVENT_RET;
+     data.retval = PT_REGS_RC(ctx);
+     events.perf_submit(ctx, &data, sizeof(data));
++
+     return 0;
+ }
+diff --git a/src/pmdas/bcc/modules/execsnoop.python b/src/pmdas/bcc/modules/execsnoop.python
+index 54382fa9b..1127cc471 100644
+--- a/src/pmdas/bcc/modules/execsnoop.python
++++ b/src/pmdas/bcc/modules/execsnoop.python
+@@ -44,20 +44,6 @@ MODULE = 'execsnoop'
+ BASENS = 'proc.exec.'
+ units_none = pmUnits(0, 0, 0, 0, 0, 0)
+ 
+-TASK_COMM_LEN = 16      # linux/sched.h
+-ARGSIZE = 128           # should match #define in execsnoop.bpf
+-
+-class Data(ct.Structure):
+-    """ execsnoop data struct """
+-    _fields_ = [
+-        ("pid", ct.c_uint),
+-        ("ppid", ct.c_uint),
+-        ("comm", ct.c_char * TASK_COMM_LEN),
+-        ("type", ct.c_int),
+-        ("argv", ct.c_char * ARGSIZE),
+-        ("retval", ct.c_int),
+-    ]
+-
+ class EventType(object):
+     """ Event type """
+     EVENT_ARG = 0
+@@ -137,7 +123,7 @@ class PCPBCCModule(PCPBCCBase):
+ 
+     def handle_event(self, _cpu, data, _size):
+         """ Event handler """
+-        event = ct.cast(data, ct.POINTER(Data)).contents
++        event = self.bpf["events"].event(data)
+         skip = False
+ 
+         if event.type == EventType.EVENT_ARG:
+@@ -145,9 +131,9 @@ class PCPBCCModule(PCPBCCBase):
+         elif event.type == EventType.EVENT_RET:
+             if event.retval != 0 and not self.include_failed:
+                 skip = True
+-            if self.command and not re.search(self.command, event.comm):
++            if self.command and not re.search(bytes(self.command), event.comm):
+                 skip = True
+-            if self.args and not re.search(self.args, b" ".join(self.argv_cache[event.pid])):
++            if self.args and not re.search(bytes(self.args), b" ".join(self.argv_cache[event.pid])):
+                 skip = True
+ 
+             if not skip:
+@@ -177,10 +163,14 @@ class PCPBCCModule(PCPBCCBase):
+ 
+                 self.bpf_text = self.bpf_text.replace("MAXARG", str(self.max_args))
+ 
++            bpf_text = self.bpf_text
++            bpf_text = bpf_text.replace('UID_FILTER', '')
++            bpf_text = bpf_text.replace('container_should_be_filtered()', '0')
++
+             if self.debug:
+-                self.log("BPF to be compiled:\n" + self.bpf_text.strip())
++                self.log("BPF to be compiled:\n" + bpf_text.strip())
+ 
+-            self.bpf = BPF(text=self.bpf_text)
++            self.bpf = BPF(text=bpf_text)
+             execve_fnname = self.get_syscall_fnname("execve")
+             self.bpf.attach_kprobe(event=execve_fnname, fn_name="syscall__execve")
+             self.bpf.attach_kretprobe(event=execve_fnname, fn_name="do_ret_sys_execve")
+diff --git a/src/pmdas/bcc/modules/pcpbcc.python b/src/pmdas/bcc/modules/pcpbcc.python
+index 0555dc33f..62783b7fc 100644
+--- a/src/pmdas/bcc/modules/pcpbcc.python
++++ b/src/pmdas/bcc/modules/pcpbcc.python
+@@ -14,6 +14,7 @@
+ """ PCP BCC PMDA module base class """
+ 
+ import re
++import platform
+ import ctypes as ct
+ from os import kill, listdir, path
+ from collections import OrderedDict
+@@ -348,6 +349,16 @@ class PCPBCCBase(object):
+         """ Returns BCC version as an int tuple (for comparisons) """
+         return tuple(map(int, PCPBCCBase.bcc_version().split('.')))
+ 
++    @staticmethod
++    def kernel_version():
++        """Returns the kernel version"""
++        version_str = platform.release()
++        m = re.match(r'^(\d+)\.(\d+)\.(\d+)', version_str)
++        if m:
++            return tuple(map(int, m.groups()))
++        else:
++            return (0, 0, 0)
++
+     def perf_buffer_poller(self):
+         """ BPF poller """
+         try:
+diff --git a/src/pmdas/bcc/modules/runqlat.python b/src/pmdas/bcc/modules/runqlat.python
+index 27007c7e5..1c6c6b4b0 100644
+--- a/src/pmdas/bcc/modules/runqlat.python
++++ b/src/pmdas/bcc/modules/runqlat.python
+@@ -30,7 +30,11 @@ from modules.pcpbcc import PCPBCCBase
+ #
+ # BPF program
+ #
+-bpf_src = "modules/runqlat.bpf"
++is_support_raw_tp = BPF.support_raw_tracepoint()
++if is_support_raw_tp:
++    bpf_src = "modules/runqlat_tp.bpf"
++else:
++    bpf_src = "modules/runqlat_kp.bpf"
+ 
+ #
+ # PCP BCC PMDA constants
+@@ -59,6 +63,7 @@ class PCPBCCModule(PCPBCCBase):
+                 self.proc_filter = self.config.get(MODULE, opt)
+                 self.update_pids(self.get_proc_info(self.proc_filter))
+ 
++        self.log("Using BPF source file %s." % bpf_src)
+         self.log("Initialized.")
+ 
+     def metrics(self):
+@@ -89,7 +94,23 @@ class PCPBCCModule(PCPBCCBase):
+                 with open(path.dirname(__file__) + '/../' + bpf_src) as src:
+                     self.bpf_text = src.read()
+ 
++                # BPF.kernel_struct_has_field requires BCC v0.23.0
++                # use kernel version check as alternative
++                # pylint: disable=no-member
++                if (
++                    hasattr(BPF, "kernel_struct_has_field")
++                    and BPF.kernel_struct_has_field(b"task_struct", b"__state") == 1
++                ) or self.kernel_version() >= (5, 14, 0):
++                    self.bpf_text = self.bpf_text.replace('STATE_FIELD', '__state')
++                else:
++                    self.bpf_text = self.bpf_text.replace('STATE_FIELD', 'state')
++
+                 self.bpf_text = self.bpf_text.replace("FILTER", "PID_CHECK")
++                self.bpf_text = self.bpf_text.replace('FACTOR', 'delta /= 1000;')
++
++                self.bpf_text = self.bpf_text.replace('STORAGE', 'BPF_HISTOGRAM(dist);')
++                self.bpf_text = self.bpf_text.replace('STORE',
++                    'dist.increment(bpf_log2l(delta));')
+ 
+             if not self.pids and self.proc_filter and self.proc_refresh:
+                 self.log("No process to attach found, activation postponed.")
+@@ -102,9 +123,11 @@ class PCPBCCModule(PCPBCCBase):
+ 
+             self.reset_cache()
+             self.bpf = BPF(text=bpf_text)
+-            self.bpf.attach_kprobe(event="ttwu_do_wakeup", fn_name="trace_ttwu_do_wakeup")
+-            self.bpf.attach_kprobe(event="wake_up_new_task", fn_name="trace_wake_up_new_task")
+-            self.bpf.attach_kprobe(event_re=r"^finish_task_switch$|^finish_task_switch\.isra\.\d$", fn_name="trace_run")
++            if not is_support_raw_tp:
++                self.bpf.attach_kprobe(event="ttwu_do_wakeup", fn_name="trace_ttwu_do_wakeup")
++                self.bpf.attach_kprobe(event="wake_up_new_task", fn_name="trace_wake_up_new_task")
++                self.bpf.attach_kprobe(event_re=r"^finish_task_switch$|^finish_task_switch\.isra\.\d$",
++                                       fn_name="trace_run")
+             self.log("Compiled.")
+         except Exception as error: # pylint: disable=broad-except
+             self.bpf = None
+diff --git a/src/pmdas/bcc/modules/runqlat.bpf b/src/pmdas/bcc/modules/runqlat_kp.bpf
+similarity index 54%
+rename from src/pmdas/bcc/modules/runqlat.bpf
+rename to src/pmdas/bcc/modules/runqlat_kp.bpf
+index a3664a035..dd643d600 100644
+--- a/src/pmdas/bcc/modules/runqlat.bpf
++++ b/src/pmdas/bcc/modules/runqlat_kp.bpf
+@@ -5,6 +5,7 @@
+ #include <linux/sched.h>
+ #include <linux/nsproxy.h>
+ #include <linux/pid_namespace.h>
++#include <linux/init_task.h>
+ 
+ typedef struct pid_key {
+     u64 id;    // work around
+@@ -17,7 +18,7 @@ typedef struct pidns_key {
+ } pidns_key_t;
+ 
+ BPF_HASH(start, u32);
+-BPF_HISTOGRAM(dist);
++STORAGE
+ 
+ struct rq;
+ 
+@@ -31,6 +32,45 @@ static int trace_enqueue(u32 tgid, u32 pid)
+     return 0;
+ }
+ 
++static __always_inline unsigned int pid_namespace(struct task_struct *task)
++{
++
++/* pids[] was removed from task_struct since commit 2c4704756cab7cfa031ada4dab361562f0e357c0
++ * Using the macro INIT_PID_LINK as a conditional judgment.
++ */
++#ifdef INIT_PID_LINK
++    struct pid_link pids;
++    unsigned int level;
++    struct upid upid;
++    struct ns_common ns;
++
++    /*  get the pid namespace by following task_active_pid_ns(),
++     *  pid->numbers[pid->level].ns
++     */
++    bpf_probe_read_kernel(&pids, sizeof(pids), &task->pids[PIDTYPE_PID]);
++    bpf_probe_read_kernel(&level, sizeof(level), &pids.pid->level);
++    bpf_probe_read_kernel(&upid, sizeof(upid), &pids.pid->numbers[level]);
++    bpf_probe_read_kernel(&ns, sizeof(ns), &upid.ns->ns);
++
++    return ns.inum;
++#else
++    struct pid *pid;
++    unsigned int level;
++    struct upid upid;
++    struct ns_common ns;
++
++    /*  get the pid namespace by following task_active_pid_ns(),
++     *  pid->numbers[pid->level].ns
++     */
++    bpf_probe_read_kernel(&pid, sizeof(pid), &task->thread_pid);
++    bpf_probe_read_kernel(&level, sizeof(level), &pid->level);
++    bpf_probe_read_kernel(&upid, sizeof(upid), &pid->numbers[level]);
++    bpf_probe_read_kernel(&ns, sizeof(ns), &upid.ns->ns);
++
++    return ns.inum;
++#endif
++}
++
+ int trace_wake_up_new_task(struct pt_regs *ctx, struct task_struct *p)
+ {
+     return trace_enqueue(p->tgid, p->pid);
+@@ -48,7 +88,7 @@ int trace_run(struct pt_regs *ctx, struct task_struct *prev)
+     u32 pid, tgid;
+ 
+     // ivcsw: treat like an enqueue event and store timestamp
+-    if (prev->state == TASK_RUNNING) {
++    if (prev->STATE_FIELD == TASK_RUNNING) {
+         tgid = prev->tgid;
+         pid = prev->pid;
+         if (!(FILTER || pid == 0)) {
+@@ -69,10 +109,10 @@ int trace_run(struct pt_regs *ctx, struct task_struct *prev)
+         return 0;   // missed enqueue
+     }
+     delta = bpf_ktime_get_ns() - *tsp;
+-    delta /= 1000;
++    FACTOR
+ 
+     // store as histogram
+-    dist.increment(bpf_log2l(delta));
++    STORE
+ 
+     start.delete(&pid);
+     return 0;
+diff --git a/src/pmdas/bcc/modules/runqlat_tp.bpf b/src/pmdas/bcc/modules/runqlat_tp.bpf
+new file mode 100644
+index 000000000..f0e9ce69b
+--- /dev/null
++++ b/src/pmdas/bcc/modules/runqlat_tp.bpf
+@@ -0,0 +1,124 @@
++// Copyright 2016 Netflix, Inc.
++// Licensed under the Apache License, Version 2.0 (the "License")
++
++#include <uapi/linux/ptrace.h>
++#include <linux/sched.h>
++#include <linux/nsproxy.h>
++#include <linux/pid_namespace.h>
++#include <linux/init_task.h>
++
++typedef struct pid_key {
++    u64 id;    // work around
++    u64 slot;
++} pid_key_t;
++
++typedef struct pidns_key {
++    u64 id;    // work around
++    u64 slot;
++} pidns_key_t;
++
++BPF_HASH(start, u32);
++STORAGE
++
++struct rq;
++
++// record enqueue timestamp
++static int trace_enqueue(u32 tgid, u32 pid)
++{
++    if (FILTER || pid == 0)
++        return 0;
++    u64 ts = bpf_ktime_get_ns();
++    start.update(&pid, &ts);
++    return 0;
++}
++
++static __always_inline unsigned int pid_namespace(struct task_struct *task)
++{
++
++/* pids[] was removed from task_struct since commit 2c4704756cab7cfa031ada4dab361562f0e357c0
++ * Using the macro INIT_PID_LINK as a conditional judgment.
++ */
++#ifdef INIT_PID_LINK
++    struct pid_link pids;
++    unsigned int level;
++    struct upid upid;
++    struct ns_common ns;
++
++    /*  get the pid namespace by following task_active_pid_ns(),
++     *  pid->numbers[pid->level].ns
++     */
++    bpf_probe_read_kernel(&pids, sizeof(pids), &task->pids[PIDTYPE_PID]);
++    bpf_probe_read_kernel(&level, sizeof(level), &pids.pid->level);
++    bpf_probe_read_kernel(&upid, sizeof(upid), &pids.pid->numbers[level]);
++    bpf_probe_read_kernel(&ns, sizeof(ns), &upid.ns->ns);
++
++    return ns.inum;
++#else
++    struct pid *pid;
++    unsigned int level;
++    struct upid upid;
++    struct ns_common ns;
++
++    /*  get the pid namespace by following task_active_pid_ns(),
++     *  pid->numbers[pid->level].ns
++     */
++    bpf_probe_read_kernel(&pid, sizeof(pid), &task->thread_pid);
++    bpf_probe_read_kernel(&level, sizeof(level), &pid->level);
++    bpf_probe_read_kernel(&upid, sizeof(upid), &pid->numbers[level]);
++    bpf_probe_read_kernel(&ns, sizeof(ns), &upid.ns->ns);
++
++    return ns.inum;
++#endif
++}
++
++RAW_TRACEPOINT_PROBE(sched_wakeup)
++{
++    // TP_PROTO(struct task_struct *p)
++    struct task_struct *p = (struct task_struct *)ctx->args[0];
++    return trace_enqueue(p->tgid, p->pid);
++}
++
++RAW_TRACEPOINT_PROBE(sched_wakeup_new)
++{
++    // TP_PROTO(struct task_struct *p)
++    struct task_struct *p = (struct task_struct *)ctx->args[0];
++    return trace_enqueue(p->tgid, p->pid);
++}
++
++RAW_TRACEPOINT_PROBE(sched_switch)
++{
++    // TP_PROTO(bool preempt, struct task_struct *prev, struct task_struct *next)
++    struct task_struct *prev = (struct task_struct *)ctx->args[1];
++    struct task_struct *next = (struct task_struct *)ctx->args[2];
++    u32 pid, tgid;
++
++    // ivcsw: treat like an enqueue event and store timestamp
++    if (prev->STATE_FIELD == TASK_RUNNING) {
++        tgid = prev->tgid;
++        pid = prev->pid;
++        if (!(FILTER || pid == 0)) {
++            u64 ts = bpf_ktime_get_ns();
++            start.update(&pid, &ts);
++        }
++    }
++
++    tgid = next->tgid;
++    pid = next->pid;
++    if (FILTER || pid == 0)
++        return 0;
++    u64 *tsp, delta;
++
++    // fetch timestamp and calculate delta
++    tsp = start.lookup(&pid);
++    if (tsp == 0) {
++        return 0;   // missed enqueue
++    }
++    delta = bpf_ktime_get_ns() - *tsp;
++    FACTOR
++
++    // store as histogram
++    STORE
++
++    start.delete(&pid);
++    return 0;
++}
+diff --git a/src/pmdas/bcc/modules/tcplife.python b/src/pmdas/bcc/modules/tcplife.python
+index 0c6f17c36..02c693a6a 100644
+--- a/src/pmdas/bcc/modules/tcplife.python
++++ b/src/pmdas/bcc/modules/tcplife.python
+@@ -37,16 +37,11 @@ from modules.pcpbcc import PCPBCCBase
+ #
+ # BPF program
+ #
+-bpf_src = "modules/tcplife.bpf"
+-# Compat with kernel < 4.16, bcc < 0.6
+-TRACEFS = "/sys/kernel/debug/tracing"
+-bpf_src_old_tp = "modules/tcplife_old_tp.bpf"
+-bpf_src_old_kb = "modules/tcplife_old_kb.bpf"
+-if not path.exists(TRACEFS + "/events/sock/inet_sock_set_state"):
+-    if path.exists(TRACEFS + "/events/tcp/tcp_set_state"):
+-        bpf_src = bpf_src_old_tp
+-    else:
+-        bpf_src = bpf_src_old_kb
++if BPF.tracepoint_exists("sock", "inet_sock_set_state"):
++    bpf_src = "modules/tcplife_tp.bpf"
++else:
++    bpf_src = "modules/tcplife_kp.bpf"
++
+ 
+ #
+ # PCP BCC PMDA constants
+@@ -57,35 +52,6 @@ units_bytes = pmUnits(1, 0, 0, PM_SPACE_BYTE, 0, 0)
+ units_usecs = pmUnits(0, 1, 0, 0, PM_TIME_USEC, 0)
+ units_none = pmUnits(0, 0, 0, 0, 0, 0)
+ 
+-TASK_COMM_LEN = 16      # linux/sched.h
+-
+-class Data_ipv4(ct.Structure):
+-    """ IPv4 data struct """
+-    _fields_ = [
+-        ("ts_us", ct.c_ulonglong),
+-        ("pid", ct.c_ulonglong),
+-        ("saddr", ct.c_ulonglong),
+-        ("daddr", ct.c_ulonglong),
+-        ("ports", ct.c_ulonglong),
+-        ("rx_b", ct.c_ulonglong),
+-        ("tx_b", ct.c_ulonglong),
+-        ("span_us", ct.c_ulonglong),
+-        ("task", ct.c_char * TASK_COMM_LEN)
+-    ]
+-
+-class Data_ipv6(ct.Structure):
+-    """ IPv6 data struct """
+-    _fields_ = [
+-        ("ts_us", ct.c_ulonglong),
+-        ("pid", ct.c_ulonglong),
+-        ("saddr", (ct.c_ulonglong * 2)),
+-        ("daddr", (ct.c_ulonglong * 2)),
+-        ("ports", ct.c_ulonglong),
+-        ("rx_b", ct.c_ulonglong),
+-        ("tx_b", ct.c_ulonglong),
+-        ("span_us", ct.c_ulonglong),
+-        ("task", ct.c_char * TASK_COMM_LEN)
+-    ]
+ 
+ #
+ # PCP BCC Module
+@@ -129,24 +95,22 @@ class PCPBCCModule(PCPBCCBase):
+         self.lock = Lock()
+         self.thread = None
+ 
+-        # Compat with kernel < 4.16
+         self.log("Using BPF source file %s." % bpf_src)
+ 
+         # Exit hard if impossible to continue
+-        if self.bcc_version() == "0.6.1" and bpf_src == bpf_src_old_kb:
+-            raise RuntimeError("BCC 0.6.1 bug makes it incompatible with this module "
+-                               "on kernel < 4.15.")
++        if self.bcc_version_tuple() < (0, 6, 1):
++            raise RuntimeError("BCC 0.6.1+ is required for this module.")
+ 
+         self.log("Initialized.")
+ 
+     def handle_ip_event(self, data, version):
+         """ IP event handler """
+         if version == 4:
+-            event = ct.cast(data, ct.POINTER(Data_ipv4)).contents
++            event = self.bpf["ipv4_events"].event(data)
+             laddr = inet_ntop(AF_INET, pack("I", event.saddr))
+             daddr = inet_ntop(AF_INET, pack("I", event.daddr))
+         else:
+-            event = ct.cast(data, ct.POINTER(Data_ipv6)).contents
++            event = self.bpf["ipv6_events"].event(data)
+             laddr = inet_ntop(AF_INET6, event.saddr)
+             daddr = inet_ntop(AF_INET6, event.daddr)
+ 
+@@ -205,31 +169,25 @@ class PCPBCCModule(PCPBCCBase):
+             if not self.bpf_text:
+                 with open(path.dirname(__file__) + '/../' + bpf_src) as src:
+                     self.bpf_text = src.read()
+-                # Compat with bcc < 0.6
+-                self.log("Testing BCC compatilibility, possible errors below are safe to ignore.")
+-                try:
+-                    test_txt = self.bpf_text.replace("// NEW: ", "").replace("FILTER_PID", "")
+-                    test_bpf = BPF(text=test_txt)
+-                    test_bpf.cleanup()
+-                    self.bpf_text = self.bpf_text.replace("// NEW: ", "")
+-                except Exception: # pylint: disable=broad-except
+-                    self.bpf_text = self.bpf_text.replace("// OLD: ", "")
+-                self.log("Tested BCC compatilibility, possible errors above are safe to ignore.")
+ 
+                 if self.dports:
+                     filterp = " && ".join(["dport != %d" % port for port in self.dports])
+                     filter_txt = "if (%s) { birth.delete(&sk); return 0; }" % filterp
+-                    self.bpf_text = self.bpf_text.replace("//FILTER_DPORT", filter_txt)
++                    self.bpf_text = self.bpf_text.replace("FILTER_DPORT", filter_txt)
+                 if self.lports:
+                     filterp = " && ".join(["lport != %d" % port for port in self.lports])
+                     filter_txt = "if (%s) { birth.delete(&sk); return 0; }" % filterp
+-                    self.bpf_text = self.bpf_text.replace("//FILTER_LPORT", filter_txt)
++                    self.bpf_text = self.bpf_text.replace("FILTER_LPORT", filter_txt)
+ 
+             if not self.pids and self.proc_filter and self.proc_refresh:
+                 self.log("No process to attach found, activation postponed.")
+                 return
+ 
+             bpf_text = self.apply_pid_filter(self.bpf_text, self.pids, False)
++            bpf_text = bpf_text.replace('FILTER_PID', '')
++            bpf_text = bpf_text.replace('FILTER_DPORT', '')
++            bpf_text = bpf_text.replace('FILTER_LPORT', '')
++            bpf_text = bpf_text.replace('FILTER_FAMILY', '')
+ 
+             if self.debug:
+                 self.log("BPF to be compiled:\n" + bpf_text.strip())
+diff --git a/src/pmdas/bcc/modules/tcplife_old_kb.bpf b/src/pmdas/bcc/modules/tcplife_kp.bpf
+similarity index 81%
+rename from src/pmdas/bcc/modules/tcplife_old_kb.bpf
+rename to src/pmdas/bcc/modules/tcplife_kp.bpf
+index eed01941a..5486c6a37 100644
+--- a/src/pmdas/bcc/modules/tcplife_old_kb.bpf
++++ b/src/pmdas/bcc/modules/tcplife_kp.bpf
+@@ -2,7 +2,6 @@
+ // Licensed under the Apache License, Version 2.0 (the "License")
+ 
+ #include <uapi/linux/ptrace.h>
+-#define KBUILD_MODNAME "pcpbcctcplife"
+ #include <linux/tcp.h>
+ #include <net/sock.h>
+ #include <bcc/proto.h>
+@@ -11,11 +10,10 @@ BPF_HASH(birth, struct sock *, u64);
+ 
+ // separate data structs for ipv4 and ipv6
+ struct ipv4_data_t {
+-    // XXX: switch some to u32's when supported
+     u64 ts_us;
+-    u64 pid;
+-    u64 saddr;
+-    u64 daddr;
++    u32 pid;
++    u32 saddr;
++    u32 daddr;
+     u64 ports;
+     u64 rx_b;
+     u64 tx_b;
+@@ -26,7 +24,7 @@ BPF_PERF_OUTPUT(ipv4_events);
+ 
+ struct ipv6_data_t {
+     u64 ts_us;
+-    u64 pid;
++    u32 pid;
+     unsigned __int128 saddr;
+     unsigned __int128 daddr;
+     u64 ports;
+@@ -49,12 +47,12 @@ int kprobe__tcp_set_state(struct pt_regs *ctx, struct sock *sk, int state)
+ 
+     // lport is either used in a filter here, or later
+     u16 lport = sk->__sk_common.skc_num;
+-    //FILTER_LPORT
++    FILTER_LPORT
+ 
+     // dport is either used in a filter here, or later
+     u16 dport = sk->__sk_common.skc_dport;
+     dport = ntohs(dport);
+-    //FILTER_DPORT
++    FILTER_DPORT
+ 
+     /*
+      * This tool includes PID and comm context. It's best effort, and may
+@@ -74,6 +72,9 @@ int kprobe__tcp_set_state(struct pt_regs *ctx, struct sock *sk, int state)
+          * sets ESTABLISHED without a tcp_set_state() call. Until we know
+          * that for sure, match all early states to increase chances a
+          * timestamp is set.
++         * Note that this needs to be set before the PID filter later on,
++         * since the PID isn't reliable for these early stages, so we must
++         * save all timestamps and do the PID filter later when we can.
+          */
+         u64 ts = bpf_ktime_get_ns();
+         birth.update(&sk, &ts);
+@@ -101,7 +102,7 @@ int kprobe__tcp_set_state(struct pt_regs *ctx, struct sock *sk, int state)
+     delta_us = (bpf_ktime_get_ns() - *tsp) / 1000;
+     birth.delete(&sk);
+ 
+-    // fetch possible cached data
++    // fetch possible cached data, and filter
+     struct id_t *mep;
+     mep = whoami.lookup(&sk);
+     if (mep != 0)
+@@ -116,9 +117,13 @@ int kprobe__tcp_set_state(struct pt_regs *ctx, struct sock *sk, int state)
+ 
+     u16 family = sk->__sk_common.skc_family;
+ 
++    FILTER_FAMILY
++
+     if (family == AF_INET) {
+-        struct ipv4_data_t data4 = {.span_us = delta_us,
+-            .rx_b = rx_b, .tx_b = tx_b};
++        struct ipv4_data_t data4 = {};
++        data4.span_us = delta_us;
++        data4.rx_b = rx_b;
++        data4.tx_b = tx_b;
+         data4.ts_us = bpf_ktime_get_ns() / 1000;
+         data4.saddr = sk->__sk_common.skc_rcv_saddr;
+         data4.daddr = sk->__sk_common.skc_daddr;
+@@ -128,17 +133,19 @@ int kprobe__tcp_set_state(struct pt_regs *ctx, struct sock *sk, int state)
+         if (mep == 0) {
+             bpf_get_current_comm(&data4.task, sizeof(data4.task));
+         } else {
+-            bpf_probe_read(&data4.task, sizeof(data4.task), (void *)mep->task);
++            bpf_probe_read_kernel(&data4.task, sizeof(data4.task), (void *)mep->task);
+         }
+         ipv4_events.perf_submit(ctx, &data4, sizeof(data4));
+ 
+     } else /* 6 */ {
+-        struct ipv6_data_t data6 = {.span_us = delta_us,
+-            .rx_b = rx_b, .tx_b = tx_b};
++        struct ipv6_data_t data6 = {};
++        data6.span_us = delta_us;
++        data6.rx_b = rx_b;
++        data6.tx_b = tx_b;
+         data6.ts_us = bpf_ktime_get_ns() / 1000;
+-        bpf_probe_read(&data6.saddr, sizeof(data6.saddr),
++        bpf_probe_read_kernel(&data6.saddr, sizeof(data6.saddr),
+             sk->__sk_common.skc_v6_rcv_saddr.in6_u.u6_addr32);
+-        bpf_probe_read(&data6.daddr, sizeof(data6.daddr),
++        bpf_probe_read_kernel(&data6.daddr, sizeof(data6.daddr),
+             sk->__sk_common.skc_v6_daddr.in6_u.u6_addr32);
+         // a workaround until data6 compiles with separate lport/dport
+         data6.ports = dport + ((0ULL + lport) << 32);
+@@ -146,7 +153,7 @@ int kprobe__tcp_set_state(struct pt_regs *ctx, struct sock *sk, int state)
+         if (mep == 0) {
+             bpf_get_current_comm(&data6.task, sizeof(data6.task));
+         } else {
+-            bpf_probe_read(&data6.task, sizeof(data6.task), (void *)mep->task);
++            bpf_probe_read_kernel(&data6.task, sizeof(data6.task), (void *)mep->task);
+         }
+         ipv6_events.perf_submit(ctx, &data6, sizeof(data6));
+     }
+diff --git a/src/pmdas/bcc/modules/tcplife_old_tp.bpf b/src/pmdas/bcc/modules/tcplife_old_tp.bpf
+deleted file mode 100644
+index a7c9c625c..000000000
+--- a/src/pmdas/bcc/modules/tcplife_old_tp.bpf
++++ /dev/null
+@@ -1,166 +0,0 @@
+-// Copyright 2016 Netflix, Inc.
+-// Licensed under the Apache License, Version 2.0 (the "License")
+-
+-#include <uapi/linux/ptrace.h>
+-#define KBUILD_MODNAME "pcpbcctcplife"
+-#include <linux/tcp.h>
+-#include <net/sock.h>
+-#include <bcc/proto.h>
+-
+-BPF_HASH(birth, struct sock *, u64);
+-
+-// separate data structs for ipv4 and ipv6
+-struct ipv4_data_t {
+-    // XXX: switch some to u32's when supported
+-    u64 ts_us;
+-    u64 pid;
+-    u64 saddr;
+-    u64 daddr;
+-    u64 ports;
+-    u64 rx_b;
+-    u64 tx_b;
+-    u64 span_us;
+-    char task[TASK_COMM_LEN];
+-};
+-BPF_PERF_OUTPUT(ipv4_events);
+-
+-struct ipv6_data_t {
+-    u64 ts_us;
+-    u64 pid;
+-    unsigned __int128 saddr;
+-    unsigned __int128 daddr;
+-    u64 ports;
+-    u64 rx_b;
+-    u64 tx_b;
+-    u64 span_us;
+-    char task[TASK_COMM_LEN];
+-};
+-BPF_PERF_OUTPUT(ipv6_events);
+-
+-struct id_t {
+-    u32 pid;
+-    char task[TASK_COMM_LEN];
+-};
+-BPF_HASH(whoami, struct sock *, struct id_t);
+-
+-TRACEPOINT_PROBE(tcp, tcp_set_state)
+-{
+-    u32 pid = bpf_get_current_pid_tgid() >> 32;
+-    // sk is mostly used as a UUID, once for skc_family, and two tcp stats:
+-    struct sock *sk = (struct sock *)args->skaddr;
+-
+-    // lport is either used in a filter here, or later
+-    u16 lport = args->sport;
+-    //FILTER_LPORT
+-
+-    // dport is either used in a filter here, or later
+-    u16 dport = args->dport;
+-    //FILTER_DPORT
+-
+-    /*
+-     * This tool includes PID and comm context. It's best effort, and may
+-     * be wrong in some situations. It currently works like this:
+-     * - record timestamp on any state < TCP_FIN_WAIT1
+-     * - cache task context on:
+-     *       TCP_SYN_SENT: tracing from client
+-     *       TCP_LAST_ACK: client-closed from server
+-     * - do output on TCP_CLOSE:
+-     *       fetch task context if cached, or use current task
+-     */
+-
+-    // capture birth time
+-    if (args->newstate < TCP_FIN_WAIT1) {
+-        /*
+-         * Matching just ESTABLISHED may be sufficient, provided no code-path
+-         * sets ESTABLISHED without a tcp_set_state() call. Until we know
+-         * that for sure, match all early states to increase chances a
+-         * timestamp is set.
+-         * Note that this needs to be set before the PID filter later on,
+-         * since the PID isn't reliable for these early stages, so we must
+-         * save all timestamps and do the PID filter later when we can.
+-         */
+-        u64 ts = bpf_ktime_get_ns();
+-        birth.update(&sk, &ts);
+-    }
+-
+-    // record PID & comm on SYN_SENT
+-    if (args->newstate == TCP_SYN_SENT || args->newstate == TCP_LAST_ACK) {
+-        // now we can PID filter, both here and a little later on for CLOSE
+-        FILTER_PID
+-        struct id_t me = {.pid = pid};
+-        bpf_get_current_comm(&me.task, sizeof(me.task));
+-        whoami.update(&sk, &me);
+-    }
+-
+-    if (args->newstate != TCP_CLOSE)
+-        return 0;
+-
+-    // calculate lifespan
+-    u64 *tsp, delta_us;
+-    tsp = birth.lookup(&sk);
+-    if (tsp == 0) {
+-        whoami.delete(&sk);     // may not exist
+-        return 0;               // missed create
+-    }
+-    delta_us = (bpf_ktime_get_ns() - *tsp) / 1000;
+-    birth.delete(&sk);
+-
+-    // fetch possible cached data, and filter
+-    struct id_t *mep;
+-    mep = whoami.lookup(&sk);
+-    if (mep != 0)
+-        pid = mep->pid;
+-    FILTER_PID
+-
+-    // get throughput stats. see tcp_get_info().
+-    u64 rx_b = 0, tx_b = 0, sport = 0;
+-    struct tcp_sock *tp = (struct tcp_sock *)sk;
+-    // OLD: bpf_probe_read(&rx_b, sizeof(rx_b), &tp->bytes_received);
+-    // OLD: bpf_probe_read(&tx_b, sizeof(tx_b), &tp->bytes_acked);
+-    // NEW: rx_b = tp->bytes_received;
+-    // NEW: tx_b = tp->bytes_acked;
+-
+-    u16 family = 0;
+-    // OLD: bpf_probe_read(&family, sizeof(family), &sk->__sk_common.skc_family);
+-    // NEW: family = sk->__sk_common.skc_family;
+-
+-    if (family == AF_INET) {
+-
+-        struct ipv4_data_t data4 = {.span_us = delta_us,
+-            .rx_b = rx_b, .tx_b = tx_b};
+-        data4.ts_us = bpf_ktime_get_ns() / 1000;
+-        bpf_probe_read(&data4.saddr, sizeof(u32), args->saddr);
+-        bpf_probe_read(&data4.daddr, sizeof(u32), args->daddr);
+-        // a workaround until data4 compiles with separate lport/dport
+-        data4.ports = dport + ((0ULL + lport) << 32);
+-        data4.pid = pid;
+-
+-        if (mep == 0) {
+-            bpf_get_current_comm(&data4.task, sizeof(data4.task));
+-        } else {
+-            bpf_probe_read(&data4.task, sizeof(data4.task), (void *)mep->task);
+-        }
+-        ipv4_events.perf_submit(args, &data4, sizeof(data4));
+-
+-    } else /* 6 */ {
+-        struct ipv6_data_t data6 = {.span_us = delta_us,
+-            .rx_b = rx_b, .tx_b = tx_b};
+-        data6.ts_us = bpf_ktime_get_ns() / 1000;
+-        bpf_probe_read(&data6.saddr, sizeof(data6.saddr), args->saddr_v6);
+-        bpf_probe_read(&data6.daddr, sizeof(data6.daddr), args->saddr_v6);
+-        // a workaround until data6 compiles with separate lport/dport
+-        data6.ports = dport + ((0ULL + lport) << 32);
+-        data6.pid = pid;
+-        if (mep == 0) {
+-            bpf_get_current_comm(&data6.task, sizeof(data6.task));
+-        } else {
+-            bpf_probe_read(&data6.task, sizeof(data6.task), (void *)mep->task);
+-        }
+-        ipv6_events.perf_submit(args, &data6, sizeof(data6));
+-    }
+-
+-    if (mep != 0)
+-        whoami.delete(&sk);
+-
+-    return 0;
+-}
+diff --git a/src/pmdas/bcc/modules/tcplife.bpf b/src/pmdas/bcc/modules/tcplife_tp.bpf
+similarity index 80%
+rename from src/pmdas/bcc/modules/tcplife.bpf
+rename to src/pmdas/bcc/modules/tcplife_tp.bpf
+index 19ca8d740..2b16b98e7 100644
+--- a/src/pmdas/bcc/modules/tcplife.bpf
++++ b/src/pmdas/bcc/modules/tcplife_tp.bpf
+@@ -2,7 +2,6 @@
+ // Licensed under the Apache License, Version 2.0 (the "License")
+ 
+ #include <uapi/linux/ptrace.h>
+-#define KBUILD_MODNAME "pcpbcctcplife"
+ #include <linux/tcp.h>
+ #include <net/sock.h>
+ #include <bcc/proto.h>
+@@ -11,11 +10,10 @@ BPF_HASH(birth, struct sock *, u64);
+ 
+ // separate data structs for ipv4 and ipv6
+ struct ipv4_data_t {
+-    // XXX: switch some to u32's when supported
+     u64 ts_us;
+-    u64 pid;
+-    u64 saddr;
+-    u64 daddr;
++    u32 pid;
++    u32 saddr;
++    u32 daddr;
+     u64 ports;
+     u64 rx_b;
+     u64 tx_b;
+@@ -26,7 +24,7 @@ BPF_PERF_OUTPUT(ipv4_events);
+ 
+ struct ipv6_data_t {
+     u64 ts_us;
+-    u64 pid;
++    u32 pid;
+     unsigned __int128 saddr;
+     unsigned __int128 daddr;
+     u64 ports;
+@@ -54,11 +52,11 @@ TRACEPOINT_PROBE(sock, inet_sock_set_state)
+ 
+     // lport is either used in a filter here, or later
+     u16 lport = args->sport;
+-    //FILTER_LPORT
++    FILTER_LPORT
+ 
+     // dport is either used in a filter here, or later
+     u16 dport = args->dport;
+-    //FILTER_DPORT
++    FILTER_DPORT
+ 
+     /*
+      * This tool includes PID and comm context. It's best effort, and may
+@@ -115,20 +113,23 @@ TRACEPOINT_PROBE(sock, inet_sock_set_state)
+         pid = mep->pid;
+     FILTER_PID
+ 
++    u16 family = args->family;
++    FILTER_FAMILY
++
+     // get throughput stats. see tcp_get_info().
+     u64 rx_b = 0, tx_b = 0, sport = 0;
+     struct tcp_sock *tp = (struct tcp_sock *)sk;
+-    // OLD: bpf_probe_read(&rx_b, sizeof(rx_b), &tp->bytes_received);
+-    // OLD: bpf_probe_read(&tx_b, sizeof(tx_b), &tp->bytes_acked);
+-    // NEW: rx_b = tp->bytes_received;
+-    // NEW: tx_b = tp->bytes_acked;
++    rx_b = tp->bytes_received;
++    tx_b = tp->bytes_acked;
+ 
+     if (args->family == AF_INET) {
+-        struct ipv4_data_t data4 = {.span_us = delta_us,
+-            .rx_b = rx_b, .tx_b = tx_b};
++        struct ipv4_data_t data4 = {};
++        data4.span_us = delta_us;
++        data4.rx_b = rx_b;
++        data4.tx_b = tx_b;
+         data4.ts_us = bpf_ktime_get_ns() / 1000;
+-        bpf_probe_read(&data4.saddr, sizeof(u32), args->saddr);
+-        bpf_probe_read(&data4.daddr, sizeof(u32), args->daddr);
++        __builtin_memcpy(&data4.saddr, args->saddr, sizeof(data4.saddr));
++        __builtin_memcpy(&data4.daddr, args->daddr, sizeof(data4.daddr));
+         // a workaround until data4 compiles with separate lport/dport
+         data4.ports = dport + ((0ULL + lport) << 32);
+         data4.pid = pid;
+@@ -136,23 +137,25 @@ TRACEPOINT_PROBE(sock, inet_sock_set_state)
+         if (mep == 0) {
+             bpf_get_current_comm(&data4.task, sizeof(data4.task));
+         } else {
+-            bpf_probe_read(&data4.task, sizeof(data4.task), (void *)mep->task);
++            bpf_probe_read_kernel(&data4.task, sizeof(data4.task), (void *)mep->task);
+         }
+         ipv4_events.perf_submit(args, &data4, sizeof(data4));
+ 
+     } else /* 6 */ {
+-        struct ipv6_data_t data6 = {.span_us = delta_us,
+-            .rx_b = rx_b, .tx_b = tx_b};
++        struct ipv6_data_t data6 = {};
++        data6.span_us = delta_us;
++        data6.rx_b = rx_b;
++        data6.tx_b = tx_b;
+         data6.ts_us = bpf_ktime_get_ns() / 1000;
+-        bpf_probe_read(&data6.saddr, sizeof(data6.saddr), args->saddr_v6);
+-        bpf_probe_read(&data6.daddr, sizeof(data6.daddr), args->saddr_v6);
++        __builtin_memcpy(&data6.saddr, args->saddr_v6, sizeof(data6.saddr));
++        __builtin_memcpy(&data6.daddr, args->daddr_v6, sizeof(data6.daddr));
+         // a workaround until data6 compiles with separate lport/dport
+         data6.ports = dport + ((0ULL + lport) << 32);
+         data6.pid = pid;
+         if (mep == 0) {
+             bpf_get_current_comm(&data6.task, sizeof(data6.task));
+         } else {
+-            bpf_probe_read(&data6.task, sizeof(data6.task), (void *)mep->task);
++            bpf_probe_read_kernel(&data6.task, sizeof(data6.task), (void *)mep->task);
+         }
+         ipv6_events.perf_submit(args, &data6, sizeof(data6));
+     }
+diff --git a/src/pmdas/bcc/modules/tcpperpid.python b/src/pmdas/bcc/modules/tcpperpid.python
+index 3cb2cfcfd..0096929a6 100644
+--- a/src/pmdas/bcc/modules/tcpperpid.python
++++ b/src/pmdas/bcc/modules/tcpperpid.python
+@@ -32,16 +32,10 @@ from modules.pcpbcc import PCPBCCBase
+ #
+ # BPF program
+ #
+-bpf_src = "modules/tcplife.bpf"
+-# Compat with kernel < 4.16, bcc < 0.6
+-TRACEFS = "/sys/kernel/debug/tracing"
+-bpf_src_old_tp = "modules/tcplife_old_tp.bpf"
+-bpf_src_old_kb = "modules/tcplife_old_kb.bpf"
+-if not path.exists(TRACEFS + "/events/sock/inet_sock_set_state"):
+-    if path.exists(TRACEFS + "/events/tcp/tcp_set_state"):
+-        bpf_src = bpf_src_old_tp
+-    else:
+-        bpf_src = bpf_src_old_kb
++if BPF.tracepoint_exists("sock", "inet_sock_set_state"):
++    bpf_src = "modules/tcplife_tp.bpf"
++else:
++    bpf_src = "modules/tcplife_kp.bpf"
+ 
+ # Alternative, "high resolution" BPF
+ bpf_highres = "modules/tcptop.bpf"
+@@ -53,36 +47,6 @@ MODULE = 'tcpperpid'
+ BASENS = 'proc.io.net.total.'
+ units_bytes = pmUnits(1, 0, 0, PM_SPACE_BYTE, 0, 0)
+ 
+-TASK_COMM_LEN = 16      # linux/sched.h
+-
+-class Data_ipv4(ct.Structure):
+-    """ IPv4 data struct """
+-    _fields_ = [
+-        ("ts_us", ct.c_ulonglong),
+-        ("pid", ct.c_ulonglong),
+-        ("saddr", ct.c_ulonglong),
+-        ("daddr", ct.c_ulonglong),
+-        ("ports", ct.c_ulonglong),
+-        ("rx_b", ct.c_ulonglong),
+-        ("tx_b", ct.c_ulonglong),
+-        ("span_us", ct.c_ulonglong),
+-        ("task", ct.c_char * TASK_COMM_LEN)
+-    ]
+-
+-class Data_ipv6(ct.Structure):
+-    """ IPv6 data struct """
+-    _fields_ = [
+-        ("ts_us", ct.c_ulonglong),
+-        ("pid", ct.c_ulonglong),
+-        ("saddr", (ct.c_ulonglong * 2)),
+-        ("daddr", (ct.c_ulonglong * 2)),
+-        ("ports", ct.c_ulonglong),
+-        ("rx_b", ct.c_ulonglong),
+-        ("tx_b", ct.c_ulonglong),
+-        ("span_us", ct.c_ulonglong),
+-        ("task", ct.c_char * TASK_COMM_LEN)
+-    ]
+-
+ #
+ # PCP BCC Module
+ #
+@@ -133,15 +97,14 @@ class PCPBCCModule(PCPBCCBase):
+         self.log("Using BPF source file %s." % src)
+ 
+         # Exit hard if impossible to continue
+-        if self.bcc_version() == "0.6.1" and src == bpf_src_old_kb and not self.highres:
+-            raise RuntimeError("BCC 0.6.1 bug makes it incompatible with this module "
+-                               "on kernel < 4.15 in non-highres mode.")
++        if self.bcc_version_tuple() < (0, 6, 1) and not self.highres:
++            raise RuntimeError("BCC 0.6.1+ is required for this module in non-highres mode.")
+ 
+         self.log("Initialized.")
+ 
+     def handle_ipv4_event(self, _cpu, data, _size):
+         """ IPv4 event handler """
+-        event = ct.cast(data, ct.POINTER(Data_ipv4)).contents
++        event = self.bpf["ipv4_events"].event(data)
+         pid = str(event.pid).zfill(6)
+         self.lock.acquire()
+         if pid not in self.ipv4_stats:
+@@ -153,7 +116,7 @@ class PCPBCCModule(PCPBCCBase):
+ 
+     def handle_ipv6_event(self, _cpu, data, _size):
+         """ IPv6 event handler """
+-        event = ct.cast(data, ct.POINTER(Data_ipv6)).contents
++        event = self.bpf["ipv6_events"].event(data)
+         pid = str(event.pid).zfill(6)
+         self.lock.acquire()
+         if pid not in self.ipv6_stats:
+@@ -199,31 +162,25 @@ class PCPBCCModule(PCPBCCBase):
+                     self.bpf_text = src.read()
+                 if self.highres:
+                     self.bpf_text = self.bpf_text.replace("FILTER", "FILTER_PID")
+-                # Compat with bcc < 0.6
+-                self.log("Testing BCC compatilibility, possible errors below are safe to ignore.")
+-                try:
+-                    test_txt = self.bpf_text.replace("// NEW: ", "").replace("FILTER_PID", "")
+-                    test_bpf = BPF(text=test_txt)
+-                    test_bpf.cleanup()
+-                    self.bpf_text = self.bpf_text.replace("// NEW: ", "")
+-                except Exception: # pylint: disable=broad-except
+-                    self.bpf_text = self.bpf_text.replace("// OLD: ", "")
+-                self.log("Tested BCC compatilibility, possible errors above are safe to ignore.")
+ 
+                 if self.dports:
+                     filterp = " && ".join(["dport != %d" % port for port in self.dports])
+                     filter_txt = "if (%s) { birth.delete(&sk); return 0; }" % filterp
+-                    self.bpf_text = self.bpf_text.replace("//FILTER_DPORT", filter_txt)
++                    self.bpf_text = self.bpf_text.replace("FILTER_DPORT", filter_txt)
+                 if self.lports:
+                     filterp = " && ".join(["lport != %d" % port for port in self.lports])
+                     filter_txt = "if (%s) { birth.delete(&sk); return 0; }" % filterp
+-                    self.bpf_text = self.bpf_text.replace("//FILTER_LPORT", filter_txt)
++                    self.bpf_text = self.bpf_text.replace("FILTER_LPORT", filter_txt)
+ 
+             if not self.pids and self.proc_filter and self.proc_refresh:
+                 self.log("No process to attach found, activation postponed.")
+                 return
+ 
+             bpf_text = self.apply_pid_filter(self.bpf_text, self.pids, False)
++            bpf_text = bpf_text.replace('FILTER_PID', '')
++            bpf_text = bpf_text.replace('FILTER_DPORT', '')
++            bpf_text = bpf_text.replace('FILTER_LPORT', '')
++            bpf_text = bpf_text.replace('FILTER_FAMILY', '')
+ 
+             if self.debug:
+                 self.log("BPF to be compiled:\n" + bpf_text.strip())
+diff --git a/src/pmdas/bcc/modules/tcptop.bpf b/src/pmdas/bcc/modules/tcptop.bpf
+index 349ee1529..c1fed7aef 100644
+--- a/src/pmdas/bcc/modules/tcptop.bpf
++++ b/src/pmdas/bcc/modules/tcptop.bpf
+@@ -4,6 +4,7 @@
+ #include <uapi/linux/ptrace.h>
+ #include <net/sock.h>
+ #include <bcc/proto.h>
++
+ struct ipv4_key_t {
+     u32 pid;
+     u32 saddr;
+@@ -13,25 +14,32 @@ struct ipv4_key_t {
+ };
+ BPF_HASH(ipv4_send_bytes, struct ipv4_key_t);
+ BPF_HASH(ipv4_recv_bytes, struct ipv4_key_t);
++
+ struct ipv6_key_t {
++    unsigned __int128 saddr;
++    unsigned __int128 daddr;
+     u32 pid;
+-    // workaround until unsigned __int128 support:
+-    u64 saddr0;
+-    u64 saddr1;
+-    u64 daddr0;
+-    u64 daddr1;
+     u16 lport;
+     u16 dport;
++    u64 __pad__;
+ };
+ BPF_HASH(ipv6_send_bytes, struct ipv6_key_t);
+ BPF_HASH(ipv6_recv_bytes, struct ipv6_key_t);
++
+ int kprobe__tcp_sendmsg(struct pt_regs *ctx, struct sock *sk,
+     struct msghdr *msg, size_t size)
+ {
+-    u32 pid = bpf_get_current_pid_tgid();
+-    FILTER
++    if (container_should_be_filtered()) {
++        return 0;
++    }
++
++    u32 pid = bpf_get_current_pid_tgid() >> 32;
++    FILTER_PID
++
+     u16 dport = 0, family = sk->__sk_common.skc_family;
+-    u64 *val, zero = 0;
++
++    FILTER_FAMILY
++
+     if (family == AF_INET) {
+         struct ipv4_key_t ipv4_key = {.pid = pid};
+         ipv4_key.saddr = sk->__sk_common.skc_rcv_saddr;
+@@ -39,31 +47,24 @@ int kprobe__tcp_sendmsg(struct pt_regs *ctx, struct sock *sk,
+         ipv4_key.lport = sk->__sk_common.skc_num;
+         dport = sk->__sk_common.skc_dport;
+         ipv4_key.dport = ntohs(dport);
+-        val = ipv4_send_bytes.lookup_or_init(&ipv4_key, &zero);
+-        if (val) {
+-            (*val) += size;
+-        }
++        ipv4_send_bytes.increment(ipv4_key, size);
++
+     } else if (family == AF_INET6) {
+         struct ipv6_key_t ipv6_key = {.pid = pid};
+-        bpf_probe_read(&ipv6_key.saddr0, sizeof(ipv6_key.saddr0),
+-            &sk->__sk_common.skc_v6_rcv_saddr.in6_u.u6_addr32[0]);
+-        bpf_probe_read(&ipv6_key.saddr1, sizeof(ipv6_key.saddr1),
+-            &sk->__sk_common.skc_v6_rcv_saddr.in6_u.u6_addr32[2]);
+-        bpf_probe_read(&ipv6_key.daddr0, sizeof(ipv6_key.daddr0),
+-            &sk->__sk_common.skc_v6_daddr.in6_u.u6_addr32[0]);
+-        bpf_probe_read(&ipv6_key.daddr1, sizeof(ipv6_key.daddr1),
+-            &sk->__sk_common.skc_v6_daddr.in6_u.u6_addr32[2]);
++        bpf_probe_read_kernel(&ipv6_key.saddr, sizeof(ipv6_key.saddr),
++            &sk->__sk_common.skc_v6_rcv_saddr.in6_u.u6_addr32);
++        bpf_probe_read_kernel(&ipv6_key.daddr, sizeof(ipv6_key.daddr),
++            &sk->__sk_common.skc_v6_daddr.in6_u.u6_addr32);
+         ipv6_key.lport = sk->__sk_common.skc_num;
+         dport = sk->__sk_common.skc_dport;
+         ipv6_key.dport = ntohs(dport);
+-        val = ipv6_send_bytes.lookup_or_init(&ipv6_key, &zero);
+-        if (val) {
+-            (*val) += size;
+-        }
++        ipv6_send_bytes.increment(ipv6_key, size);
+     }
+     // else drop
++
+     return 0;
+ }
++
+ /*
+  * tcp_recvmsg() would be obvious to trace, but is less suitable because:
+  * - we'd need to trace both entry and return, to have both sock and size
+@@ -72,12 +73,21 @@ int kprobe__tcp_sendmsg(struct pt_regs *ctx, struct sock *sk,
+  */
+ int kprobe__tcp_cleanup_rbuf(struct pt_regs *ctx, struct sock *sk, int copied)
+ {
+-    u32 pid = bpf_get_current_pid_tgid();
+-    FILTER
++    if (container_should_be_filtered()) {
++        return 0;
++    }
++
++    u32 pid = bpf_get_current_pid_tgid() >> 32;
++    FILTER_PID
++
+     u16 dport = 0, family = sk->__sk_common.skc_family;
+     u64 *val, zero = 0;
++
+     if (copied <= 0)
+         return 0;
++
++    FILTER_FAMILY
++
+     if (family == AF_INET) {
+         struct ipv4_key_t ipv4_key = {.pid = pid};
+         ipv4_key.saddr = sk->__sk_common.skc_rcv_saddr;
+@@ -85,28 +95,20 @@ int kprobe__tcp_cleanup_rbuf(struct pt_regs *ctx, struct sock *sk, int copied)
+         ipv4_key.lport = sk->__sk_common.skc_num;
+         dport = sk->__sk_common.skc_dport;
+         ipv4_key.dport = ntohs(dport);
+-        val = ipv4_recv_bytes.lookup_or_init(&ipv4_key, &zero);
+-        if (val) {
+-            (*val) += copied;
+-        }
++        ipv4_recv_bytes.increment(ipv4_key, copied);
++
+     } else if (family == AF_INET6) {
+         struct ipv6_key_t ipv6_key = {.pid = pid};
+-        bpf_probe_read(&ipv6_key.saddr0, sizeof(ipv6_key.saddr0),
+-            &sk->__sk_common.skc_v6_rcv_saddr.in6_u.u6_addr32[0]);
+-        bpf_probe_read(&ipv6_key.saddr1, sizeof(ipv6_key.saddr1),
+-            &sk->__sk_common.skc_v6_rcv_saddr.in6_u.u6_addr32[2]);
+-        bpf_probe_read(&ipv6_key.daddr0, sizeof(ipv6_key.daddr0),
+-            &sk->__sk_common.skc_v6_daddr.in6_u.u6_addr32[0]);
+-        bpf_probe_read(&ipv6_key.daddr1, sizeof(ipv6_key.daddr1),
+-            &sk->__sk_common.skc_v6_daddr.in6_u.u6_addr32[2]);
++        bpf_probe_read_kernel(&ipv6_key.saddr, sizeof(ipv6_key.saddr),
++            &sk->__sk_common.skc_v6_rcv_saddr.in6_u.u6_addr32);
++        bpf_probe_read_kernel(&ipv6_key.daddr, sizeof(ipv6_key.daddr),
++            &sk->__sk_common.skc_v6_daddr.in6_u.u6_addr32);
+         ipv6_key.lport = sk->__sk_common.skc_num;
+         dport = sk->__sk_common.skc_dport;
+         ipv6_key.dport = ntohs(dport);
+-        val = ipv6_recv_bytes.lookup_or_init(&ipv6_key, &zero);
+-        if (val) {
+-            (*val) += copied;
+-        }
++        ipv6_recv_bytes.increment(ipv6_key, copied);
+     }
+     // else drop
++
+     return 0;
+ }
+diff --git a/src/pmdas/bcc/modules/tcptop.python b/src/pmdas/bcc/modules/tcptop.python
+index 45063dff3..db1c1da15 100644
+--- a/src/pmdas/bcc/modules/tcptop.python
++++ b/src/pmdas/bcc/modules/tcptop.python
+@@ -120,13 +120,14 @@ class PCPBCCModule(PCPBCCBase):
+                 with open(path.dirname(__file__) + '/../' + bpf_src) as src:
+                     self.bpf_text = src.read()
+ 
+-                self.bpf_text = self.bpf_text.replace("FILTER", "FILTER_PID")
+-
+             if not self.pids and self.proc_filter and self.proc_refresh:
+                 self.log("No process to attach found, activation postponed.")
+                 return
+ 
+             bpf_text = self.apply_pid_filter(self.bpf_text, self.pids, False)
++            bpf_text = bpf_text.replace('FILTER_PID', '')
++            bpf_text = bpf_text.replace('FILTER_FAMILY', '')
++            bpf_text = bpf_text.replace('container_should_be_filtered()', '0')
+ 
+             if self.debug:
+                 self.log("BPF to be compiled:\n" + bpf_text.strip())
+@@ -155,21 +156,31 @@ class PCPBCCModule(PCPBCCBase):
+ 
+     @staticmethod
+     def ipv4_table_to_dict(table):
+-        """ Build hashable dict from IPv4 BPF table """
+-        return {TCPSessionKey(pid=k.pid,
+-                              laddr=inet_ntop(AF_INET, pack("I", k.saddr)),
+-                              lport=k.lport,
+-                              daddr=inet_ntop(AF_INET, pack("I", k.daddr)),
+-                              dport=k.dport):v.value for k, v in table.items()}
++        """Build hashable dict from IPv4 BPF table"""
++        return {
++            TCPSessionKey(
++                pid=k.pid,
++                laddr=inet_ntop(AF_INET, pack("I", k.saddr)),
++                lport=k.lport,
++                daddr=inet_ntop(AF_INET, pack("I", k.daddr)),
++                dport=k.dport,
++            ): v.value
++            for k, v in table.items()
++        }
+ 
+     @staticmethod
+     def ipv6_table_to_dict(table):
+-        """ Build hashable dict from IPv6 BPF table """
+-        return {TCPSessionKey(pid=k.pid,
+-                              laddr=inet_ntop(AF_INET6, pack("QQ", k.saddr0, k.saddr1)),
+-                              lport=k.lport,
+-                              daddr=inet_ntop(AF_INET6, pack("QQ", k.daddr0, k.daddr1)),
+-                              dport=k.dport):v.value for k, v in table.items()}
++        """Build hashable dict from IPv6 BPF table"""
++        return {
++            TCPSessionKey(
++                pid=k.pid,
++                laddr=inet_ntop(AF_INET6, k.saddr),
++                lport=k.lport,
++                daddr=inet_ntop(AF_INET6, k.daddr),
++                dport=k.dport,
++            ): v.value
++            for k, v in table.items()
++        }
+ 
+     def refresh_stats(self):
+         """ Refresh statistics from BPF table """
+commit d45ce8e85035cc95ba897cd19967fad6d5d741be (cherry-picked)
+Author: Andreas Gerstmayr <agerstmayr@redhat.com>
+Date:   Wed Dec 15 08:03:40 2021 +0100
+
+    qa: update qa/1118 to add new log output of runqlat bcc module
+
+diff --git a/qa/1118 b/qa/1118
+index 4123495b5..bcaec0a0d 100755
+--- a/qa/1118
++++ b/qa/1118
+@@ -21,12 +21,19 @@ _label_filter()
+     grep '"0-1"' | grep '"statistic":"histogram"' | grep '"lower_bound":0' | grep 'upper_bound":1' > /dev/null && echo 'OK'
+ }
+ 
++_install_filter()
++{
++    sed \
++    -e "s/Using BPF source file .\+/Using BPF source file X/g" \
++    #end
++}
++
+ _prepare_pmda bcc
+ trap "_pmdabcc_cleanup; exit \$status" 0 1 2 3 15
+ _stop_auto_restart pmcd
+ 
+ # real QA test starts here
+-cat <<EOF | _pmdabcc_install
++cat <<EOF | _pmdabcc_install | _install_filter
+ # Installed by PCP QA test $seq on `date`
+ [pmda]
+ modules = runqlat
+diff --git a/qa/1118.out b/qa/1118.out
+index 16a9fa4b4..e74f97964 100644
+--- a/qa/1118.out
++++ b/qa/1118.out
+@@ -9,6 +9,7 @@ Info: runqlat
+ Info: Modules configured.
+ Info: Initializing modules:
+ Info: runqlat
++Info: runqlat: Using BPF source file X
+ Info: runqlat: Initialized.
+ Info: Modules initialized.
+ Info: Registering metrics:
+@@ -25,6 +26,7 @@ Info: runqlat
+ Info: Modules configured.
+ Info: Initializing modules:
+ Info: runqlat
++Info: runqlat: Using BPF source file X
+ Info: runqlat: Initialized.
+ Info: Modules initialized.
+ Info: Registering metrics:
diff --git a/SOURCES/redhat-bugzilla-2017632.patch b/SOURCES/redhat-bugzilla-2017632.patch
new file mode 100644
index 0000000..3918da7
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-2017632.patch
@@ -0,0 +1,126 @@
+commit 343aef25472baa74c3a4669cf86b670d93d41dcb
+Author: Nathan Scott <nathans@redhat.com>
+Date:   Tue Nov 23 16:11:24 2021 +1100
+
+    pmlogconf: fix reprobing with interactive changes
+    
+    In testing an earlier persistance fix it was discovered
+    that reprobe was inadvertently overwriting user requests
+    for changes interactively.
+    
+    Related to Red Hat BZ #2017632
+
+diff --git a/qa/368.out b/qa/368.out
+index 829162f859..179a1142cf 100644
+--- a/qa/368.out
++++ b/qa/368.out
+@@ -80,44 +80,10 @@ Differences ...
+ Keep changes? [y] 
+ Group: qa group one
+ Log this group? [y] ...
+-Differences ...
+-*** TMP.orig ...
+---- TMP.conf.new ...
+-***************
+-*** 22,35 ****
+-  	sample.long.million
+-  }
+-  #----
+-! #+ 02:x::
+-! #----
+-! #+ 03:y:default:
+-! ## qa group three
+-  log advisory on default {
+-! 	sample.longlong.ten
+-  }
+-  #----
+-  #+ 04:n:default:
+-  ## qa group four
+-  #----
+---- 22,36 ----
+-  	sample.long.million
+-  }
+-  #----
+-! #+ 02:y:default:
+-! ## qa group two
+-  log advisory on default {
+-! 	sample.ulong.ten
+-  }
+-  #----
+-+ #+ 03:n:default:
+-+ ## qa group three
+-+ #----
+-  #+ 04:n:default:
+-  ## qa group four
+-  #----
+-Keep changes? [y] 
++No changes
++
+ Group: qa group one
+-Log this group? [y] ......
++Log this group? [y] .....
+ Differences ...
+ *** TMP.orig ...
+ --- TMP.conf.new ...
+@@ -132,18 +98,8 @@ Differences ...
+   #----
+ --- 18,23 ----
+ ***************
+-*** 26,31 ****
+---- 25,31 ----
+-  ## qa group two
+-  log advisory on default {
+-  	sample.ulong.ten
+-+ 	sample.ulong.million
+-  }
+-  #----
+-  #+ 03:n:default:
+-***************
+-*** 37,42 ****
+---- 37,53 ----
++*** 36,41 ****
++--- 35,51 ----
+   #+ 05:n:default:
+   ## qa group five
+   #----
+@@ -185,15 +141,13 @@ log advisory on default {
+ 	sample.long.million
+ }
+ #----
+-#+ 02:y:default:
+-## qa group two
+-log advisory on default {
+-	sample.ulong.ten
+-	sample.ulong.million
+-}
++#+ 02:x::
+ #----
+-#+ 03:n:default:
++#+ 03:y:default:
+ ## qa group three
++log advisory on default {
++	sample.longlong.ten
++}
+ #----
+ #+ 04:n:default:
+ ## qa group four
+diff --git a/src/pmlogconf/pmlogconf.c b/src/pmlogconf/pmlogconf.c
+index c03c61e797..fa1156859d 100644
+--- a/src/pmlogconf/pmlogconf.c
++++ b/src/pmlogconf/pmlogconf.c
+@@ -913,13 +913,13 @@ evaluate_state(group_t *group)
+     if ((group->pmlogger || group->pmrep) && !group->pmlogconf) {
+ 	state = group->saved_state;
+     } else if (evaluate_group(group)) {	/* probe */
+-	if (reprobe == 0 && group->saved_state != 0)
++	if (group->saved_state != 0)
+ 	    state = group->saved_state;
+ 	else
+ 	    state = group->true_state;
+ 	group->success = 1;
+     } else {
+-	if (reprobe == 0 && group->saved_state != 0)
++	if (group->saved_state != 0)
+ 	    state = group->saved_state;
+ 	else
+ 	    state = group->false_state;
diff --git a/SOURCES/redhat-bugzilla-2027753.patch b/SOURCES/redhat-bugzilla-2027753.patch
new file mode 100644
index 0000000..918a6d5
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-2027753.patch
@@ -0,0 +1,841 @@
+diff -Naurp pcp-5.3.5.orig/qa/032 pcp-5.3.5/qa/032
+--- pcp-5.3.5.orig/qa/032	2021-11-01 13:02:26.000000000 +1100
++++ pcp-5.3.5/qa/032	2022-01-21 10:55:30.286602172 +1100
+@@ -34,13 +34,6 @@ trap "_cleanup" 0 1 2 3 15
+ 
+ _stop_auto_restart pmcd
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ _service pcp stop | _filter_pcp_stop
+ _wait_pmcd_end
+ _writable_primary_logger
+@@ -48,7 +41,7 @@ _writable_primary_logger
+ _service pmcd start 2>&1 | _filter_pcp_start
+ _wait_for_pmcd
+ _service pmlogger start 2>&1 | _filter_pcp_start
+-_wait_for_pmlogger -P $LOGGING_DIR/$LOCALHOST/pmlogger.log
++_wait_for_pmlogger
+ 
+ # real QA test starts here
+ _echo "expect this to be off"
+diff -Naurp pcp-5.3.5.orig/qa/041 pcp-5.3.5/qa/041
+--- pcp-5.3.5.orig/qa/041	2021-09-01 08:58:41.000000000 +1000
++++ pcp-5.3.5/qa/041	2022-01-21 10:55:30.286602172 +1100
+@@ -40,12 +40,11 @@ _expect()
+     echo "" | tee -a $seq.full
+ }
+ 
++status=1
+ _needclean=true
+ TAG=000666000magic
+-status=1
+-[ -z "$PCP_PMLOGGERCONTROL_PATH" ] && \
+-	PCP_PMLOGGERCONTROL_PATH="$PCP_SYSCONF_DIR/pmlogger/control"
+-
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
++rm -f $seq.full
+ trap "_cleanup" 0 1 2 3 15
+ 
+ _stop_auto_restart pmcd
+@@ -68,15 +67,6 @@ _cleanup()
+     exit $status
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+-rm -f $seq.full
+-
+ # real QA test starts here
+ 
+ # disable all pmloggers ...
+diff -Naurp pcp-5.3.5.orig/qa/066 pcp-5.3.5/qa/066
+--- pcp-5.3.5.orig/qa/066	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/qa/066	2022-01-21 10:55:30.286602172 +1100
+@@ -42,6 +42,7 @@ signal=$PCP_BINADM_DIR/pmsignal
+ log=$PCP_PMCDLOG_PATH
+ _needclean=true
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ 
+ _filter_log()
+ {
+@@ -80,13 +81,6 @@ interrupt()
+     exit
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ cleanup()
+ {
+     if [ $_needclean ]
+diff -Naurp pcp-5.3.5.orig/qa/067 pcp-5.3.5/qa/067
+--- pcp-5.3.5.orig/qa/067	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/qa/067	2022-01-21 10:55:30.287602155 +1100
+@@ -31,6 +31,7 @@ trap "rm -f $tmp.*; exit" 0 1 2 3 15
+ signal=$PCP_BINADM_DIR/pmsignal
+ log=$PCP_PMCDLOG_PATH
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ 
+ _filter_log()
+ {
+@@ -69,13 +70,6 @@ interrupt()
+     exit
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ cleanup()
+ {
+     _restore_config $PCP_PMCDCONF_PATH
+diff -Naurp pcp-5.3.5.orig/qa/068 pcp-5.3.5/qa/068
+--- pcp-5.3.5.orig/qa/068	2019-01-13 14:14:12.000000000 +1100
++++ pcp-5.3.5/qa/068	2022-01-21 10:55:30.287602155 +1100
+@@ -19,22 +19,11 @@ echo "QA output created by $seq"
+ 
+ _needclean=true
+ LOCALHOST=`hostname`
+-
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ trap "_cleanup" 0 1 2 3 15
+ 
+-# don't need to regenerate config.default with pmlogconf
+-#
+-export PMLOGGER_CHECK_SKIP_LOGCONF=yes
+-
+ _stop_auto_restart pmcd
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ _cleanup()
+ {
+     echo >>$seq.full
+diff -Naurp pcp-5.3.5.orig/qa/069 pcp-5.3.5/qa/069
+--- pcp-5.3.5.orig/qa/069	2021-11-08 09:45:56.000000000 +1100
++++ pcp-5.3.5/qa/069	2022-01-21 10:55:30.287602155 +1100
+@@ -45,6 +45,7 @@ nconfig=$tmp.pmcd.conf.new
+ log=$PCP_PMCDLOG_PATH
+ LOCALHOST=`hostname`
+ LOCALHOST_FULL=`pmhostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ _needclean=true
+ 
+ rm -f $seq.full
+@@ -104,13 +105,6 @@ skip > 0				{ skip--; next }
+ 
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ cleanup()
+ {
+     if $_needclean
+diff -Naurp pcp-5.3.5.orig/qa/1055 pcp-5.3.5/qa/1055
+--- pcp-5.3.5.orig/qa/1055	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/qa/1055	2022-01-21 10:55:30.287602155 +1100
+@@ -17,6 +17,7 @@ signal=$PCP_BINADM_DIR/pmsignal
+ status=1
+ done_clean=false
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ 
+ _cleanup()
+ {
+@@ -66,13 +67,7 @@ $sudo cp $tmp.tmp $PCP_PMCDCONF_PATH
+ _writable_primary_logger
+ _service pcp restart 2>&1 | _filter_pcp_start
+ _wait_for_pmcd
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-_wait_for_pmlogger -P $LOGGING_DIR/$LOCALHOST/pmlogger.log
++_wait_for_pmlogger
+ 
+ # Reset pmlogger
+ echo "log sample.dynamic.meta.metric"
+diff -Naurp pcp-5.3.5.orig/qa/172 pcp-5.3.5/qa/172
+--- pcp-5.3.5.orig/qa/172	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/qa/172	2022-01-21 10:55:30.287602155 +1100
+@@ -39,6 +39,7 @@ else
+     esac
+ fi
+ 
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ LOCALHOST=`hostname`
+ _needclean=true
+ status=0
+@@ -48,13 +49,6 @@ _interrupt()
+     status=1
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ _cleanup()
+ {
+     if $_needclean
+diff -Naurp pcp-5.3.5.orig/qa/192 pcp-5.3.5/qa/192
+--- pcp-5.3.5.orig/qa/192	2019-01-13 14:14:12.000000000 +1100
++++ pcp-5.3.5/qa/192	2022-01-21 10:55:30.287602155 +1100
+@@ -13,6 +13,7 @@ echo "QA output created by $seq"
+ . ./common.filter
+ . ./common.check
+ 
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ LOCALHOST=`hostname`
+ _needclean=true
+ status=0
+@@ -22,13 +23,6 @@ _interrupt()
+     status=1
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ _cleanup()
+ {
+     if $_needclean
+diff -Naurp pcp-5.3.5.orig/qa/220 pcp-5.3.5/qa/220
+--- pcp-5.3.5.orig/qa/220	2021-07-13 09:34:38.000000000 +1000
++++ pcp-5.3.5/qa/220	2022-01-21 10:55:30.287602155 +1100
+@@ -18,13 +18,7 @@ which netstat >/dev/null 2>&1 || _notrun
+ status=0
+ clean=false
+ LOCALHOST=`hostname`
+-
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ 
+ _cleanup()
+ {
+diff -Naurp pcp-5.3.5.orig/qa/258 pcp-5.3.5/qa/258
+--- pcp-5.3.5.orig/qa/258	2019-01-30 14:22:38.000000000 +1100
++++ pcp-5.3.5/qa/258	2022-01-21 10:55:30.287602155 +1100
+@@ -19,6 +19,7 @@ echo "QA output created by $seq"
+ signal=$PCP_BINADM_DIR/pmsignal
+ status=1
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ _needclean=true
+ 
+ _interrupt()
+@@ -26,13 +27,6 @@ _interrupt()
+     status=1
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ _cleanup()
+ {
+     cd $here
+diff -Naurp pcp-5.3.5.orig/qa/279 pcp-5.3.5/qa/279
+--- pcp-5.3.5.orig/qa/279	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/qa/279	2022-01-21 10:55:30.287602155 +1100
+@@ -17,6 +17,7 @@ echo "QA output created by $seq"
+ status=1	# failure is the default!
+ killer=`pwd`/src/killparent
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ _needclean=true
+ 
+ rm -f $seq.full
+@@ -76,13 +77,6 @@ _filter_pmcd()
+     # end
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ _save_config $PCP_PMCDCONF_PATH
+ _disable_loggers
+ pmafm $LOGGING_DIR/$LOCALHOST/Latest remove >$tmp.cmd 2>&1 \
+diff -Naurp pcp-5.3.5.orig/qa/280 pcp-5.3.5/qa/280
+--- pcp-5.3.5.orig/qa/280	2021-08-16 14:12:25.000000000 +1000
++++ pcp-5.3.5/qa/280	2022-01-21 10:55:30.287602155 +1100
+@@ -13,16 +13,6 @@ echo "QA output created by $seq"
+ . ./common.filter
+ . ./common.check
+ 
+-if [ -d "$PCP_ARCHIVE_DIR" ]
+-then
+-    LOGGING_DIR=$PCP_ARCHIVE_DIR
+-elif [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ _filter()
+ {
+     [ -z "$PCP_PMLOGGERCONTROL_PATH" ] && \
+@@ -52,6 +42,7 @@ _filter()
+ status=1	# failure is the default!
+ signal=$PCP_BINADM_DIR/pmsignal
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ trap "_cleanup; $sudo rm -f $tmp.* $LOGGING_DIR/$LOCALHOST/lock; exit \$status" 0 1 2 3 15
+ 
+ _stop_auto_restart pmcd
+diff -Naurp pcp-5.3.5.orig/qa/282 pcp-5.3.5/qa/282
+--- pcp-5.3.5.orig/qa/282	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/qa/282	2022-01-21 10:55:30.287602155 +1100
+@@ -32,7 +32,7 @@ _needclean=true
+ sleepy=false
+ 
+ LOCALHOST=`hostname`
+-LOGGING_DIR=$PCP_LOG_DIR/pmlogger
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ CHECK=`which pmlogger_check`
+ [ -z "$CHECK" -o ! -x "$CHECK" ] && \
+     _notrun "Cannot find an executable pmlogger_check: \"$CHECK\""
+diff -Naurp pcp-5.3.5.orig/qa/336 pcp-5.3.5/qa/336
+--- pcp-5.3.5.orig/qa/336	2018-10-23 07:37:45.000000000 +1100
++++ pcp-5.3.5/qa/336	2022-01-21 10:55:30.288602138 +1100
+@@ -19,6 +19,7 @@ echo "QA output created by $seq"
+ signal=$PCP_BINADM_DIR/pmsignal
+ status=1	# failure is the default!
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ _needclean=true
+ 
+ if [ -n "$PCP_TRACE_HOST" ]
+@@ -31,13 +32,6 @@ _interrupt()
+     status=1
+ }
+ 
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-
+ _cleanup()
+ {
+     cd $here
+diff -Naurp pcp-5.3.5.orig/qa/854 pcp-5.3.5/qa/854
+--- pcp-5.3.5.orig/qa/854	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/qa/854	2022-01-21 10:55:30.288602138 +1100
+@@ -17,6 +17,7 @@ signal=$PCP_BINADM_DIR/pmsignal
+ status=1
+ done_clean=false
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ 
+ _cleanup()
+ {
+@@ -59,20 +60,14 @@ cat <<End-of-File >$tmp.tmp
+ # Installed by PCP QA test $seq on `date`
+ pmcd	2	dso	pmcd_init	$PMDA_PMCD_PATH
+ sample	29	pipe	binary 		$PCP_PMDAS_DIR/sample/pmdasample -d 29 
+-simple	253	pipe	binary 		/var/lib/pcp/pmdas/simple/pmdasimple -d 253 
++simple	253	pipe	binary 		$PCP_PMDAS_DIR/simple/pmdasimple -d 253 
+ End-of-File
+ $sudo cp $tmp.tmp $PCP_PMCDCONF_PATH
+ 
+ _writable_primary_logger
+ _service pcp restart 2>&1 | _filter_pcp_start
+ _wait_for_pmcd
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-_wait_for_pmlogger -P $LOGGING_DIR/$LOCALHOST/pmlogger.log
++_wait_for_pmlogger
+ 
+ # Reset pmlogger
+ echo "log sample.dynamic.meta.metric"
+diff -Naurp pcp-5.3.5.orig/qa/856 pcp-5.3.5/qa/856
+--- pcp-5.3.5.orig/qa/856	2019-01-13 14:14:12.000000000 +1100
++++ pcp-5.3.5/qa/856	2022-01-21 10:55:30.288602138 +1100
+@@ -17,6 +17,7 @@ signal=$PCP_BINADM_DIR/pmsignal
+ status=1
+ done_clean=false
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ 
+ _cleanup()
+ {
+@@ -69,13 +70,7 @@ $sudo cp $tmp.tmp $PCP_PMCDCONF_PATH
+ _writable_primary_logger
+ _service pcp restart 2>&1 | _filter_pcp_start
+ _wait_for_pmcd
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-_wait_for_pmlogger -P $LOGGING_DIR/$LOCALHOST/pmlogger.log
++_wait_for_pmlogger
+ 
+ # Reset pmlogger
+ echo "log sample.dynamic.meta.metric"
+diff -Naurp pcp-5.3.5.orig/qa/882 pcp-5.3.5/qa/882
+--- pcp-5.3.5.orig/qa/882	2019-01-13 14:14:12.000000000 +1100
++++ pcp-5.3.5/qa/882	2022-01-21 10:55:30.288602138 +1100
+@@ -17,6 +17,7 @@ signal=$PCP_BINADM_DIR/pmsignal
+ status=1
+ done_clean=false
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ 
+ _cleanup()
+ {
+@@ -69,13 +70,7 @@ $sudo cp $tmp.tmp $PCP_PMCDCONF_PATH
+ _writable_primary_logger
+ _service pcp restart 2>&1 | _filter_pcp_start
+ _wait_for_pmcd
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-_wait_for_pmlogger -P $LOGGING_DIR/$LOCALHOST/pmlogger.log
++_wait_for_pmlogger
+ 
+ # Reset pmlogger
+ echo "log sample.dynamic.meta.metric"
+diff -Naurp pcp-5.3.5.orig/qa/932 pcp-5.3.5/qa/932
+--- pcp-5.3.5.orig/qa/932	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/qa/932	2022-01-21 10:55:30.288602138 +1100
+@@ -17,6 +17,7 @@ signal=$PCP_BINADM_DIR/pmsignal
+ status=1
+ done_clean=false
+ LOCALHOST=`hostname`
++LOGGING_DIR="$PCP_ARCHIVE_DIR"
+ 
+ _cleanup()
+ {
+@@ -67,13 +68,7 @@ $sudo cp $tmp.tmp $PCP_PMCDCONF_PATH
+ _writable_primary_logger
+ _service pcp restart 2>&1 | _filter_pcp_start
+ _wait_for_pmcd
+-if [ -d $PCP_LOG_DIR/pmlogger ]
+-then
+-    LOGGING_DIR=$PCP_LOG_DIR/pmlogger
+-else
+-    LOGGING_DIR=$PCP_LOG_DIR
+-fi
+-_wait_for_pmlogger -P $LOGGING_DIR/$LOCALHOST/pmlogger.log
++_wait_for_pmlogger
+ 
+ # Reset pmlogger
+ echo "log sample.dynamic.meta.metric"
+diff -Naurp pcp-5.3.5.orig/qa/common.check pcp-5.3.5/qa/common.check
+--- pcp-5.3.5.orig/qa/common.check	2021-11-05 09:54:05.000000000 +1100
++++ pcp-5.3.5/qa/common.check	2022-01-21 10:55:30.288602138 +1100
+@@ -262,7 +262,7 @@ _service()
+ 			# good reason for this)
+ 			# ditto for pmlogger_daily and pmlogger_daily-poll
+ 			#
+-			for svc in pmlogger_check pmlogger_daily pmlogger_daily-poll
++			for svc in pmlogger_check pmlogger_daily pmlogger_farm_check pmlogger_daily-poll
+ 			do
+ 			    if systemctl show --property=ActiveState $svc.timer 2>&1 \
+ 			      | grep '=active$' >/dev/null
+@@ -1940,9 +1940,11 @@ _remove_job_scheduler()
+     $rc_sudo rm -f $rc_cron_backup $rc_systemd_state
+ 
+     if systemctl cat pmie_daily.timer >/dev/null 2>&1; then
+-	for i in pmie.service pmie_daily.timer pmie_check.timer pmlogger_daily.timer \
++	for i in pmie.service pmie_daily.timer \
++		pmie_check.timer pmie_farm_check.timer \
+ 		pmlogger_daily_report.timer pmlogger_daily_report-poll.timer \
+-		pmlogger_daily-poll.timer pmlogger_check.timer ; do
++		pmlogger_daily-poll.timer pmlogger_daily.timer \
++		pmlogger_check.timer pmlogger_farm_check.timer ; do
+ 	    $rc_sudo systemctl is-active "$i" > /dev/null || continue
+ 	    $rc_sudo systemctl stop $i >/dev/null
+ 	    echo "$i" >> $rc_systemd_state
+diff -Naurp pcp-5.3.5.orig/src/pmie/GNUmakefile pcp-5.3.5/src/pmie/GNUmakefile
+--- pcp-5.3.5.orig/src/pmie/GNUmakefile	2021-11-09 10:50:58.000000000 +1100
++++ pcp-5.3.5/src/pmie/GNUmakefile	2022-01-21 10:55:54.918186303 +1100
+@@ -1,5 +1,5 @@
+ #
+-# Copyright (c) 2013-2015,2020-2021 Red Hat.
++# Copyright (c) 2013-2015,2020-2022 Red Hat.
+ # Copyright (c) 2000,2004 Silicon Graphics, Inc.  All Rights Reserved.
+ # 
+ # This program is free software; you can redistribute it and/or modify it
+@@ -84,7 +84,6 @@ pmie.service : pmie.service.in
+ 
+ pmie_farm.service : pmie_farm.service.in
+ 	$(SED) <$< >$@ \
+-	    -e 's;@CRONTAB_PATH@;'$(CRONTAB_PATH)';' \
+ 	    -e 's;@PCP_SYSCONFIG_DIR@;'$(PCP_SYSCONFIG_DIR)';' \
+ 	    -e 's;@PCP_BINADM_DIR@;'$(PCP_BINADM_DIR)';' \
+ 	    -e 's;@PCP_VAR_DIR@;'$(PCP_VAR_DIR)';' \
+@@ -95,7 +94,10 @@ pmie_farm.service : pmie_farm.service.in
+ 
+ pmie_farm_check.service : pmie_farm_check.service.in
+ 	$(SED) <$< >$@ \
++	    -e 's;@CRONTAB_PATH@;'$(CRONTAB_PATH)';' \
+ 	    -e 's;@PCP_BIN_DIR@;'$(PCP_BIN_DIR)';' \
++	    -e 's;@PCP_VAR_DIR@;'$(PCP_VAR_DIR)';' \
++	    -e 's;@SD_SERVICE_TYPE@;'$(SD_SERVICE_TYPE)';' \
+ 	# END
+ 
+ pmie_check.service : pmie_check.service.in
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie_check.service.in pcp-5.3.5/src/pmie/pmie_check.service.in
+--- pcp-5.3.5.orig/src/pmie/pmie_check.service.in	2021-11-04 08:26:15.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie_check.service.in	2022-01-21 10:55:30.288602138 +1100
+@@ -2,7 +2,6 @@
+ Description=Check PMIE instances are running
+ Documentation=man:pmie_check(1)
+ ConditionPathExists=!@CRONTAB_PATH@
+-PartOf=pmie.service
+ 
+ [Service]
+ Type=@SD_SERVICE_TYPE@
+@@ -15,6 +14,3 @@ ExecStart=@PCP_BINADM_DIR@/pmie_check $P
+ WorkingDirectory=@PCP_VAR_DIR@
+ Group=@PCP_GROUP@
+ User=@PCP_USER@
+-
+-[Install]
+-RequiredBy=pmie.service
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie_check.timer pcp-5.3.5/src/pmie/pmie_check.timer
+--- pcp-5.3.5.orig/src/pmie/pmie_check.timer	2021-02-17 15:27:41.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie_check.timer	2022-01-21 10:55:30.288602138 +1100
+@@ -1,6 +1,5 @@
+ [Unit]
+ Description=Half-hourly check of PMIE instances
+-PartOf=pmie.service
+ 
+ [Timer]
+ # if enabled, runs 1m after boot and every half hour
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie_daily.service.in pcp-5.3.5/src/pmie/pmie_daily.service.in
+--- pcp-5.3.5.orig/src/pmie/pmie_daily.service.in	2021-10-07 14:28:56.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie_daily.service.in	2022-01-21 10:55:30.288602138 +1100
+@@ -6,6 +6,7 @@ ConditionPathExists=!@CRONTAB_PATH@
+ [Service]
+ Type=@SD_SERVICE_TYPE@
+ Restart=no
++TimeoutStartSec=1h
+ Environment="PMIE_DAILY_PARAMS=-X xz -x 3"
+ EnvironmentFile=-@PCP_SYSCONFIG_DIR@/pmie_timers
+ ExecStart=@PCP_BINADM_DIR@/pmie_daily $PMIE_DAILY_PARAMS
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie_daily.timer pcp-5.3.5/src/pmie/pmie_daily.timer
+--- pcp-5.3.5.orig/src/pmie/pmie_daily.timer	2019-02-20 18:03:00.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie_daily.timer	2022-01-21 10:55:30.288602138 +1100
+@@ -2,6 +2,7 @@
+ Description=Daily processing of PMIE logs
+ 
+ [Timer]
++Persistent=true
+ OnCalendar=*-*-* 00:08:00
+ 
+ [Install]
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie_farm_check.service.in pcp-5.3.5/src/pmie/pmie_farm_check.service.in
+--- pcp-5.3.5.orig/src/pmie/pmie_farm_check.service.in	2021-11-09 10:50:58.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie_farm_check.service.in	2022-01-21 10:55:54.918186303 +1100
+@@ -1,19 +1,15 @@
+ [Unit]
+-Description=Check and migrate non-primary pmie instances to pmie_farm
+-Documentation=man:pmie_check(1)
+-# TODO non-systemd ConditionPathExists=!/etc/cron.d/pcp-pmie
++Description=Check and migrate non-primary pmie farm instances
++Documentation=man:pmiectl(1)
++ConditionPathExists=!@CRONTAB_PATH@
+ 
+ [Service]
+-Type=exec
++Type=@SD_SERVICE_TYPE@
+ Restart=no
+ TimeoutStartSec=4h
+ TimeoutStopSec=120
+ ExecStart=@PCP_BIN_DIR@/pmiectl -m check
+-WorkingDirectory=/var/lib/pcp
+-
++WorkingDirectory=@PCP_VAR_DIR@
+ # root so pmiectl can migrate pmie processes to the pmie_farm service
+ Group=root
+ User=root
+-
+-[Install]
+-RequiredBy=pmie_farm.service
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie_farm_check.timer pcp-5.3.5/src/pmie/pmie_farm_check.timer
+--- pcp-5.3.5.orig/src/pmie/pmie_farm_check.timer	2021-11-04 08:26:15.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie_farm_check.timer	2022-01-21 10:49:07.985980678 +1100
+@@ -1,10 +1,11 @@
+ [Unit]
+-Description=5 minute check of pmie farm instances
++Description=Half-hourly check of pmie farm instances
+ 
+ [Timer]
+-# if enabled, runs 1m after boot and every 5 mins
++# if enabled, runs 1m after boot and every half hour
+ OnBootSec=1min
+-OnCalendar=*:00/5
++OnCalendar=*-*-* *:28:10
++OnCalendar=*-*-* *:58:10
+ 
+ [Install]
+ WantedBy=timers.target
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie_farm.service.in pcp-5.3.5/src/pmie/pmie_farm.service.in
+--- pcp-5.3.5.orig/src/pmie/pmie_farm.service.in	2021-11-04 08:26:15.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie_farm.service.in	2022-01-21 10:49:07.986980661 +1100
+@@ -1,9 +1,9 @@
+ [Unit]
+ Description=pmie farm service
+-Documentation=man:pmie(1)
+-After=network-online.target pmcd.service
+-Before=pmie_check.timer pmie_daily.timer
+-BindsTo=pmie_farm_check.timer pmie_check.timer pmie_daily.timer
++Documentation=man:pmie_check(1)
++Before=pmie_farm_check.timer
++BindsTo=pmie_farm_check.timer
++PartOf=pmie.service
+ 
+ [Service]
+ Type=@SD_SERVICE_TYPE@
+@@ -15,13 +15,9 @@ TimeoutStopSec=120
+ Environment="PMIE_CHECK_PARAMS=--skip-primary"
+ EnvironmentFile=-@PCP_SYSCONFIG_DIR@/pmie_timers
+ ExecStart=@PCP_BINADM_DIR@/pmie_farm $PMIE_CHECK_PARAMS
+-
+ WorkingDirectory=@PCP_VAR_DIR@
+ Group=@PCP_GROUP@
+ User=@PCP_USER@
+ 
+ [Install]
+-WantedBy=multi-user.target
+-
+-# This dependency will be removed in PCPv6.
+-WantedBy=pmie.service
++RequiredBy=pmie.service
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie_farm.sh pcp-5.3.5/src/pmie/pmie_farm.sh
+--- pcp-5.3.5.orig/src/pmie/pmie_farm.sh	2021-11-05 17:02:47.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie_farm.sh	2022-01-21 10:49:07.986980661 +1100
+@@ -12,8 +12,8 @@
+ # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+ # for more details.
+ #
+-# Administrative script to start the pmlogger_farm service.
+-# All arguments to pmlogger_check are passed from pmlogger_farm.service.
++# Administrative script to start the pmie_farm service.
++# All arguments to pmie_check are passed from pmie_farm.service.
+ #
+ . $PCP_DIR/etc/pcp.env
+ 
+diff -Naurp pcp-5.3.5.orig/src/pmie/pmie.service.in pcp-5.3.5/src/pmie/pmie.service.in
+--- pcp-5.3.5.orig/src/pmie/pmie.service.in	2021-02-22 11:32:05.000000000 +1100
++++ pcp-5.3.5/src/pmie/pmie.service.in	2022-01-21 10:49:07.986980661 +1100
+@@ -2,8 +2,8 @@
+ Description=Performance Metrics Inference Engine
+ Documentation=man:pmie(1)
+ After=network-online.target pmcd.service
+-Before=pmie_check.timer pmie_daily.timer
+-BindsTo=pmie_check.timer pmie_daily.timer
++Before=pmie_farm.service pmie_check.timer pmie_daily.timer
++BindsTo=pmie_farm.service pmie_check.timer pmie_daily.timer
+ Wants=pmcd.service
+ 
+ [Service]
+diff -Naurp pcp-5.3.5.orig/src/pmlogger/GNUmakefile pcp-5.3.5/src/pmlogger/GNUmakefile
+--- pcp-5.3.5.orig/src/pmlogger/GNUmakefile	2021-11-09 09:08:40.000000000 +1100
++++ pcp-5.3.5/src/pmlogger/GNUmakefile	2022-01-21 10:55:54.918186303 +1100
+@@ -1,5 +1,5 @@
+ #
+-# Copyright (c) 2013-2021 Red Hat.
++# Copyright (c) 2013-2022 Red Hat.
+ # Copyright (c) 2000,2004 Silicon Graphics, Inc.  All Rights Reserved.
+ # 
+ # This program is free software; you can redistribute it and/or modify it
+@@ -99,7 +99,6 @@ pmlogger.service : pmlogger.service.in
+ 
+ pmlogger_farm.service : pmlogger_farm.service.in
+ 	$(SED) <$< >$@ \
+-	    -e 's;@CRONTAB_PATH@;'$(CRONTAB_PATH)';' \
+ 	    -e 's;@PCP_SYSCONFIG_DIR@;'$(PCP_SYSCONFIG_DIR)';' \
+ 	    -e 's;@PCP_BINADM_DIR@;'$(PCP_BINADM_DIR)';' \
+ 	    -e 's;@PCP_VAR_DIR@;'$(PCP_VAR_DIR)';' \
+@@ -110,7 +109,10 @@ pmlogger_farm.service : pmlogger_farm.se
+ 
+ pmlogger_farm_check.service : pmlogger_farm_check.service.in
+ 	$(SED) <$< >$@ \
++	    -e 's;@CRONTAB_PATH@;'$(CRONTAB_PATH)';' \
+ 	    -e 's;@PCP_BIN_DIR@;'$(PCP_BIN_DIR)';' \
++	    -e 's;@PCP_VAR_DIR@;'$(PCP_VAR_DIR)';' \
++	    -e 's;@SD_SERVICE_TYPE@;'$(SD_SERVICE_TYPE)';' \
+ 	# END
+ 
+ pmlogger_daily.service : pmlogger_daily.service.in
+diff -Naurp pcp-5.3.5.orig/src/pmlogger/pmlogger_check.service.in pcp-5.3.5/src/pmlogger/pmlogger_check.service.in
+--- pcp-5.3.5.orig/src/pmlogger/pmlogger_check.service.in	2021-11-04 08:26:15.000000000 +1100
++++ pcp-5.3.5/src/pmlogger/pmlogger_check.service.in	2022-01-21 10:55:30.289602121 +1100
+@@ -15,6 +15,3 @@ ExecStart=@PCP_BINADM_DIR@/pmlogger_chec
+ WorkingDirectory=@PCP_VAR_DIR@
+ Group=@PCP_GROUP@
+ User=@PCP_USER@
+-
+-[Install]
+-RequiredBy=pmlogger.service
+diff -Naurp pcp-5.3.5.orig/src/pmlogger/pmlogger_daily_report.service.in pcp-5.3.5/src/pmlogger/pmlogger_daily_report.service.in
+--- pcp-5.3.5.orig/src/pmlogger/pmlogger_daily_report.service.in	2021-10-07 14:28:56.000000000 +1100
++++ pcp-5.3.5/src/pmlogger/pmlogger_daily_report.service.in	2022-01-21 10:55:30.289602121 +1100
+@@ -13,6 +13,3 @@ ExecStart=@PCP_BINADM_DIR@/pmlogger_dail
+ WorkingDirectory=@PCP_VAR_DIR@
+ Group=@PCP_GROUP@
+ User=@PCP_USER@
+-
+-[Install]
+-WantedBy=pmlogger.service
+diff -Naurp pcp-5.3.5.orig/src/pmlogger/pmlogger_farm_check.service.in pcp-5.3.5/src/pmlogger/pmlogger_farm_check.service.in
+--- pcp-5.3.5.orig/src/pmlogger/pmlogger_farm_check.service.in	2021-11-09 09:08:40.000000000 +1100
++++ pcp-5.3.5/src/pmlogger/pmlogger_farm_check.service.in	2022-01-21 10:55:54.918186303 +1100
+@@ -1,19 +1,15 @@
+ [Unit]
+-Description=Check and migrate non-primary pmlogger instances to pmlogger_farm
+-Documentation=man:pmlogger_check(1)
+-# TODO non-systemd ConditionPathExists=!/etc/cron.d/pcp-pmlogger
++Description=Check and migrate non-primary pmlogger farm instances
++Documentation=man:pmlogctl(1)
++ConditionPathExists=!@CRONTAB_PATH@
+ 
+ [Service]
+-Type=exec
++Type=@SD_SERVICE_TYPE@
+ Restart=no
+ TimeoutStartSec=4h
+ TimeoutStopSec=120
+ ExecStart=@PCP_BIN_DIR@/pmlogctl -m check
+-WorkingDirectory=/var/lib/pcp
+-
+-# root so pmlogctl can migrate pmloggers to the pmlogger_farm service
++WorkingDirectory=@PCP_VAR_DIR@
++# root so pmlogctl can migrate pmlogger processes to the pmlogger_farm service
+ Group=root
+ User=root
+-
+-[Install]
+-RequiredBy=pmlogger_farm.service
+diff -Naurp pcp-5.3.5.orig/src/pmlogger/pmlogger_farm_check.timer pcp-5.3.5/src/pmlogger/pmlogger_farm_check.timer
+--- pcp-5.3.5.orig/src/pmlogger/pmlogger_farm_check.timer	2021-11-04 08:26:15.000000000 +1100
++++ pcp-5.3.5/src/pmlogger/pmlogger_farm_check.timer	2022-01-21 10:49:07.986980661 +1100
+@@ -1,10 +1,11 @@
+ [Unit]
+-Description=5 minute check of pmlogger farm instances
++Description=Half-hourly check of pmlogger farm instances
+ 
+ [Timer]
+-# if enabled, runs 1m after boot and every 5 mins
++# if enabled, runs 1m after boot and every half hour
+ OnBootSec=1min
+-OnCalendar=*:00/5
++OnCalendar=*-*-* *:25:10
++OnCalendar=*-*-* *:55:10
+ 
+ [Install]
+ WantedBy=timers.target
+diff -Naurp pcp-5.3.5.orig/src/pmlogger/pmlogger_farm.service.in pcp-5.3.5/src/pmlogger/pmlogger_farm.service.in
+--- pcp-5.3.5.orig/src/pmlogger/pmlogger_farm.service.in	2021-11-04 08:26:15.000000000 +1100
++++ pcp-5.3.5/src/pmlogger/pmlogger_farm.service.in	2022-01-21 10:55:30.289602121 +1100
+@@ -1,9 +1,9 @@
+ [Unit]
+ Description=pmlogger farm service
+-Documentation=man:pmlogger(1)
+-After=network-online.target pmcd.service
+-Before=pmlogger_check.timer pmlogger_daily.timer
+-BindsTo=pmlogger_farm_check.timer pmlogger_check.timer pmlogger_daily.timer
++Documentation=man:pmlogger_check(1)
++Before=pmlogger_farm_check.timer
++BindsTo=pmlogger_farm_check.timer
++PartOf=pmlogger.service
+ 
+ [Service]
+ Type=@SD_SERVICE_TYPE@
+@@ -12,16 +12,12 @@ Restart=always
+ TimeoutStartSec=4h
+ TimeoutStopSec=120
+ # the pmlogger_farm service manages all pmloggers except the primary
+-Environment="PMLOGGER_CHECK_PARAMS=--skip-primary"
++Environment="PMLOGGER_CHECK_PARAMS=--skip-primary --quick"
+ EnvironmentFile=-@PCP_SYSCONFIG_DIR@/pmlogger_timers
+ ExecStart=@PCP_BINADM_DIR@/pmlogger_farm $PMLOGGER_CHECK_PARAMS
+-
+ WorkingDirectory=@PCP_VAR_DIR@
+ Group=@PCP_GROUP@
+ User=@PCP_USER@
+ 
+ [Install]
+-WantedBy=multi-user.target
+-
+-# This dependency will be removed in PCPv6.
+-WantedBy=pmlogger.service
++RequiredBy=pmlogger.service
+diff -Naurp pcp-5.3.5.orig/src/pmlogger/pmlogger.service.in pcp-5.3.5/src/pmlogger/pmlogger.service.in
+--- pcp-5.3.5.orig/src/pmlogger/pmlogger.service.in	2021-11-04 08:26:15.000000000 +1100
++++ pcp-5.3.5/src/pmlogger/pmlogger.service.in	2022-01-21 10:49:07.986980661 +1100
+@@ -2,8 +2,8 @@
+ Description=Performance Metrics Archive Logger
+ Documentation=man:pmlogger(1)
+ After=network-online.target pmcd.service
+-Before=pmlogger_check.timer pmlogger_daily.timer
+-BindsTo=pmlogger_check.timer pmlogger_daily.timer
++Before=pmlogger_farm.service pmlogger_check.timer pmlogger_daily.timer
++BindsTo=pmlogger_farm.service pmlogger_check.timer pmlogger_daily.timer
+ Wants=pmcd.service
+ 
+ [Service]
diff --git a/SOURCES/redhat-bugzilla-2029301.patch b/SOURCES/redhat-bugzilla-2029301.patch
new file mode 100644
index 0000000..47b515d
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-2029301.patch
@@ -0,0 +1,38 @@
+commit 9d9adc9d6c8eb24a6884da81c18b927ea706a68e
+Author: Nathan Scott <nathans@redhat.com>
+Date:   Tue Dec 7 11:18:11 2021 +1100
+
+    pmdanvidia: fix mishandling of zero-byte size passed to realloc
+    
+    Picked up during QA of recent nvidia changes - some hardware lacks
+    support for per-process metrics, or the hardware (GPU) has not yet
+    been accessed by a process using its resources, which had the side
+    effect that a zero-byte size argument was passed into realloc.  In
+    turn, this passes back something that can be freed and an issue in
+    the logic meant this would happen on subsequent calls also.
+    
+    Resolves the QA failure and Red Hat BZ #2029301
+
+diff --git a/src/pmdas/nvidia/nvidia.c b/src/pmdas/nvidia/nvidia.c
+index f1c12f2275..dc5bb93a0d 100644
+--- a/src/pmdas/nvidia/nvidia.c
++++ b/src/pmdas/nvidia/nvidia.c
+@@ -617,11 +617,16 @@ refresh(pcp_nvinfo_t *nvinfo, int need_processes)
+     /* update indoms, cull old entries that remain inactive */
+     if (need_processes) {
+ 	pmdaIndom	*proc_indomp = &indomtab[PROC_INDOM];
+-	pmdaInstid	*it_set = proc_indomp->it_set;
++	pmdaInstid	*it_set = NULL;
+ 	size_t		bytes = nproc * sizeof(pmdaInstid);
+ 
+-	if ((it_set = (pmdaInstid *)realloc(it_set, bytes)) == NULL)
++	if (bytes > 0) {
++	    it_set = (pmdaInstid *)realloc(proc_indomp->it_set, bytes);
++	    if (it_set == NULL)
++		free(proc_indomp->it_set);
++	} else if (proc_indomp->it_set != NULL) {
+ 	    free(proc_indomp->it_set);
++	}
+ 
+ 	if ((proc_indomp->it_set = it_set) != NULL) {
+ 	    for (i = j = 0; i < processes.hsize && j < nproc; i++) {
diff --git a/SOURCES/redhat-bugzilla-2030121.patch b/SOURCES/redhat-bugzilla-2030121.patch
new file mode 100644
index 0000000..9a24ef0
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-2030121.patch
@@ -0,0 +1,50 @@
+commit df7b7bf64eb354114e6c519e3e03ffc446afa8ba
+Author: Nathan Scott <nathans@redhat.com>
+Date:   Fri Nov 26 09:17:23 2021 +1100
+
+    libpcp_pmda: add indom cache fast-paths for inst lookup beyond max
+    
+    We encountered a situation where indom cache loading consumed vast
+    CPU resources for an indom of size ~150k instances.  Profiling was
+    used to identify the insert loop that ensures the inst linked list
+    within the cache hash tables is sorted - this loop is O(N*2) as we
+    potentially walk this list from the start on every insert during a
+    cache load.  Because cache loading happens from a sorted file, the
+    worst-case scenario happened every time - each new instance insert
+    occurs beyond the current maximum.  Fortunately we maintain a last
+    entry pointer, so the new fast path uses that first and falls back
+    to the original behaviour for an out-of-order insertion.
+    
+    A second opportunity for the same optimization was identified when
+    auditing the rest of cache.c - in the find_inst() routine for inst
+    identifier lookups beyond the current maximum observed instance.
+    
+    Resolves Red Hat BZ #2024648
+
+diff --git a/src/libpcp_pmda/src/cache.c b/src/libpcp_pmda/src/cache.c
+index 0e66506d74..196ffc1da9 100644
+--- a/src/libpcp_pmda/src/cache.c
++++ b/src/libpcp_pmda/src/cache.c
+@@ -328,6 +328,9 @@ find_inst(hdr_t *h, int inst)
+ {
+     entry_t	*e;
+ 
++    if ((e = h->last) != NULL && e->inst < inst)
++	return NULL;
++
+     for (e = h->first; e != NULL; e = e->next) {
+ 	if (e->inst == inst && e->state != PMDA_CACHE_EMPTY)
+ 	    break;
+@@ -621,7 +624,11 @@ insert_cache(hdr_t *h, const char *name, int inst, int *sts)
+ 	    *sts = PM_ERR_INST;
+ 	    return e;
+ 	}
+-	for (e = h->first; e != NULL; e = e->next) {
++	/* if this entry is beyond the (sorted) list end, avoid linear scan */
++	if ((e = h->last) == NULL || e->inst > inst)
++	    e = h->first;
++	/* linear search over linked list, starting at either first or last */
++	for (; e != NULL; e = e->next) {
+ 	    if (e->inst < inst)
+ 		last_e = e;
+ 	    else if (e->inst > inst)
diff --git a/SOURCES/redhat-bugzilla-2030140.patch b/SOURCES/redhat-bugzilla-2030140.patch
new file mode 100644
index 0000000..3a9687f
--- /dev/null
+++ b/SOURCES/redhat-bugzilla-2030140.patch
@@ -0,0 +1,742 @@
+diff -Naurp pcp-5.3.5.orig/qa/1458 pcp-5.3.5/qa/1458
+--- pcp-5.3.5.orig/qa/1458	1970-01-01 10:00:00.000000000 +1000
++++ pcp-5.3.5/qa/1458	2021-12-09 11:25:01.973327231 +1100
+@@ -0,0 +1,219 @@
++#!/bin/sh
++# PCP QA Test No. 1458
++# Exercise access pmproxy with secure.enabled = false
++#
++# The main purpose of this is to test that the component works correctly
++# when secure.enabled = false; we can expect the https URLs to fail.
++#
++# See https://github.com/performancecopilot/pcp/issues/1490
++
++# Copyright (c) 2019,2021 Red Hat
++# Modified by Netflix, Inc.
++#
++
++seq=`basename $0`
++echo "QA output created by $seq"
++
++# get standard environment, filters and checks
++. ./common.product
++. ./common.filter
++. ./common.check
++
++_check_series	# pmseries availability means libuv is in use
++_check_valgrind
++openssl help 2>/dev/null || _notrun "No openssl binary found"
++
++if [ -f /etc/lsb-release ]
++then
++    . /etc/lsb-release
++    if [ "$DISTRIB_ID" = Ubuntu ]
++    then
++	# This test fails for Ubuntu 19.10 with a myriad of errors involving
++	# the use of uninitialized values.  The code paths very but typically
++	# involve libuv -> libssl ->  libcrypto
++	#
++	case "$DISTRIB_RELEASE"
++	in
++	    19.10)
++		_notrun "problems with libuv, libssl, libcrypto and valgrind on Ubuntu $DISTRIB_RELEASE"
++		;;
++	esac
++    fi
++fi
++
++_cleanup()
++{
++    cd $here
++    if $need_restore
++    then
++	need_restore=false
++	_restore_config $PCP_SYSCONF_DIR/labels
++	_sighup_pmcd
++    fi
++    $sudo rm -rf $tmp $tmp.*
++}
++
++status=1	# failure is the default!
++need_restore=false
++username=`id -u -n`
++$sudo rm -rf $tmp $tmp.* $seq.full
++trap "_cleanup; exit \$status" 0 1 2 3 15
++
++_check_empty()
++{
++    tee -a $seq.full > $tmp.unfiltered
++    if [ -s $tmp.unfiltered ]
++    then
++	echo "Botch: got output from curl"
++    else
++	echo "Good!, empty output from curl"
++    fi
++}
++
++_filter_json()
++{
++    tee -a $seq.full > $tmp.unfiltered
++    if [ -s $tmp.unfiltered ]
++    then
++	pmjson < $tmp.unfiltered > $tmp.filtered
++	status=$?
++	    if [ $status -eq 0 ]; then
++	    cat $tmp.filtered | \
++	    sed \
++		-e '/"machineid": .*/d' \
++		-e 's,"series": .*,"series": "SERIES",g' \
++		-e 's,"context": .*,"context": "CONTEXT",g' \
++		-e 's,"hostname": .*,"hostname": "HOSTNAME",g' \
++		-e 's,"domainname": .*,"domainname": "DOMAINNAME",g' \
++	    #end
++	else
++	    echo "Invalid JSON: $status"
++	    cat $tmp.unfiltered
++	    rm -f $tmp.context
++	fi
++    else
++	echo "Botch: no output from curl"
++    fi
++}
++
++_filter_port()
++{
++    sed \
++        -e '/ ipv6 /d' \
++	-e "s/ $port / PORT /g" \
++    #end
++}
++
++# real QA test starts here
++_save_config $PCP_SYSCONF_DIR/labels
++need_restore=true
++
++$sudo rm -rf $PCP_SYSCONF_DIR/labels/*
++_sighup_pmcd
++
++openssl req \
++	-new -newkey rsa:4096 -days 365 -nodes -x509 \
++	-subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.pcpqa.com" \
++	-keyout $tmp.key -out $tmp.cert >$seq.full 2>&1
++# creates a self-signed (insecure) certificate, so for testing only
++
++echo "[pmproxy]" >> $tmp.conf
++echo "pcp.enabled = true" >> $tmp.conf
++echo "http.enabled = true" >> $tmp.conf
++echo "redis.enabled = false" >> $tmp.conf
++echo "secure.enabled = false" >> $tmp.conf
++
++port=`_find_free_port`
++mkdir -p $tmp.pmproxy/pmproxy
++export PCP_RUN_DIR=$tmp.pmproxy
++export PCP_TMP_DIR=$tmp.pmproxy
++
++$_valgrind_clean_assert pmproxy -f -l- --timeseries \
++	-c $tmp.conf -p $port -U $username \
++	>$tmp.valout 2>$tmp.valerr &
++pid=$!
++
++echo "valgrind pid: $pid" >>$seq.full
++echo "pmproxy port: $port" >>$seq.full
++
++# valgrind takes awhile to fire up
++i=0
++while [ $i -lt 40 ]
++do
++    $PCP_BINADM_DIR/telnet-probe -c localhost $port && break
++    sleep 1
++    i=`expr $i + 1`
++done
++if $PCP_BINADM_DIR/telnet-probe -c localhost $port
++then
++    echo "Startup took $i secs" >>$seq.full
++else
++    echo "Arrgh: valgrind failed start pmproxy and get port $port ready after 30 secs"
++    exit
++fi
++
++date >>$seq.full
++echo "=== checking serial http operation ===" | tee -a $seq.full
++for i in 1 2 3 4; do
++    curl -Gs "http://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i
++done
++for i in 1 2 3 4; do
++echo === out$i === | tee -a $seq.full
++_filter_json < $tmp.out$i
++done
++
++date >>$seq.full
++echo "=== checking parallel http operation ===" | tee -a $seq.full
++for i in 1 2 3 4; do
++    curl -Gs "http://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i & 2>/dev/null eval pid$i=$!
++done
++wait $pid1 $pid2 $pid3 $pid4
++for i in 1 2 3 4; do
++echo === out$i === | tee -a $seq.full
++_filter_json < $tmp.out$i
++done
++
++date >>$seq.full
++echo "=== checking serial https/TLS operation ===" | tee -a $seq.full
++for i in 1 2 3 4; do
++    curl -k -Gs "https://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i
++done
++for i in 1 2 3 4; do
++echo === out$i === | tee -a $seq.full
++_check_empty < $tmp.out$i
++done
++
++date >>$seq.full
++echo "=== checking parallel https/TLS operation ===" | tee -a $seq.full
++for i in 1 2 3 4; do
++    curl -k -Gs "https://localhost:$port/pmapi/metric?name=sample.long.ten" 2>$tmp.err$i >$tmp.out$i & 2>/dev/null eval pid$i=$!
++done
++wait $pid1 $pid2 $pid3 $pid4
++for i in 1 2 3 4; do
++echo === out$i === | tee -a $seq.full
++_check_empty < $tmp.out$i
++done
++
++echo "=== check pmproxy is running ==="
++pminfo -v -h localhost@localhost:$port hinv.ncpu
++if [ $? -eq 0 ]; then
++    echo "pmproxy check passed"
++else
++    echo "pmproxy check failed"
++fi
++
++# valgrind takes awhile to shutdown too
++pmsignal $pid >/dev/null 2>&1
++pmsleep 3.5
++echo "=== valgrind stdout ===" | tee -a $seq.full
++cat $tmp.valout | _filter_valgrind
++
++echo "=== valgrind stderr ===" | tee -a $seq.full
++cat $tmp.valerr | _filter_pmproxy_log | _filter_port
++
++# final kill if it's spinning
++$sudo kill -9 $pid >/dev/null 2>&1
++
++# success, all done
++status=0
++exit
+diff -Naurp pcp-5.3.5.orig/qa/1458.out pcp-5.3.5/qa/1458.out
+--- pcp-5.3.5.orig/qa/1458.out	1970-01-01 10:00:00.000000000 +1000
++++ pcp-5.3.5/qa/1458.out	2021-12-09 11:25:01.973327231 +1100
+@@ -0,0 +1,221 @@
++QA output created by 1458
++=== checking serial http operation ===
++=== out1 ===
++{
++    "context": "CONTEXT"
++    "metrics": [
++        {
++            "name": "sample.long.ten",
++            "series": "SERIES"
++            "pmid": "29.0.11",
++            "type": "32",
++            "sem": "instant",
++            "units": "none",
++            "labels": {
++                "agent": "sample",
++                "cluster": "zero",
++                "domainname": "DOMAINNAME"
++                "hostname": "HOSTNAME"
++                "role": "testing"
++            },
++            "text-oneline": "10 as a 32-bit integer",
++            "text-help": "10 as a 32-bit integer"
++        }
++    ]
++}
++=== out2 ===
++{
++    "context": "CONTEXT"
++    "metrics": [
++        {
++            "name": "sample.long.ten",
++            "series": "SERIES"
++            "pmid": "29.0.11",
++            "type": "32",
++            "sem": "instant",
++            "units": "none",
++            "labels": {
++                "agent": "sample",
++                "cluster": "zero",
++                "domainname": "DOMAINNAME"
++                "hostname": "HOSTNAME"
++                "role": "testing"
++            },
++            "text-oneline": "10 as a 32-bit integer",
++            "text-help": "10 as a 32-bit integer"
++        }
++    ]
++}
++=== out3 ===
++{
++    "context": "CONTEXT"
++    "metrics": [
++        {
++            "name": "sample.long.ten",
++            "series": "SERIES"
++            "pmid": "29.0.11",
++            "type": "32",
++            "sem": "instant",
++            "units": "none",
++            "labels": {
++                "agent": "sample",
++                "cluster": "zero",
++                "domainname": "DOMAINNAME"
++                "hostname": "HOSTNAME"
++                "role": "testing"
++            },
++            "text-oneline": "10 as a 32-bit integer",
++            "text-help": "10 as a 32-bit integer"
++        }
++    ]
++}
++=== out4 ===
++{
++    "context": "CONTEXT"
++    "metrics": [
++        {
++            "name": "sample.long.ten",
++            "series": "SERIES"
++            "pmid": "29.0.11",
++            "type": "32",
++            "sem": "instant",
++            "units": "none",
++            "labels": {
++                "agent": "sample",
++                "cluster": "zero",
++                "domainname": "DOMAINNAME"
++                "hostname": "HOSTNAME"
++                "role": "testing"
++            },
++            "text-oneline": "10 as a 32-bit integer",
++            "text-help": "10 as a 32-bit integer"
++        }
++    ]
++}
++=== checking parallel http operation ===
++=== out1 ===
++{
++    "context": "CONTEXT"
++    "metrics": [
++        {
++            "name": "sample.long.ten",
++            "series": "SERIES"
++            "pmid": "29.0.11",
++            "type": "32",
++            "sem": "instant",
++            "units": "none",
++            "labels": {
++                "agent": "sample",
++                "cluster": "zero",
++                "domainname": "DOMAINNAME"
++                "hostname": "HOSTNAME"
++                "role": "testing"
++            },
++            "text-oneline": "10 as a 32-bit integer",
++            "text-help": "10 as a 32-bit integer"
++        }
++    ]
++}
++=== out2 ===
++{
++    "context": "CONTEXT"
++    "metrics": [
++        {
++            "name": "sample.long.ten",
++            "series": "SERIES"
++            "pmid": "29.0.11",
++            "type": "32",
++            "sem": "instant",
++            "units": "none",
++            "labels": {
++                "agent": "sample",
++                "cluster": "zero",
++                "domainname": "DOMAINNAME"
++                "hostname": "HOSTNAME"
++                "role": "testing"
++            },
++            "text-oneline": "10 as a 32-bit integer",
++            "text-help": "10 as a 32-bit integer"
++        }
++    ]
++}
++=== out3 ===
++{
++    "context": "CONTEXT"
++    "metrics": [
++        {
++            "name": "sample.long.ten",
++            "series": "SERIES"
++            "pmid": "29.0.11",
++            "type": "32",
++            "sem": "instant",
++            "units": "none",
++            "labels": {
++                "agent": "sample",
++                "cluster": "zero",
++                "domainname": "DOMAINNAME"
++                "hostname": "HOSTNAME"
++                "role": "testing"
++            },
++            "text-oneline": "10 as a 32-bit integer",
++            "text-help": "10 as a 32-bit integer"
++        }
++    ]
++}
++=== out4 ===
++{
++    "context": "CONTEXT"
++    "metrics": [
++        {
++            "name": "sample.long.ten",
++            "series": "SERIES"
++            "pmid": "29.0.11",
++            "type": "32",
++            "sem": "instant",
++            "units": "none",
++            "labels": {
++                "agent": "sample",
++                "cluster": "zero",
++                "domainname": "DOMAINNAME"
++                "hostname": "HOSTNAME"
++                "role": "testing"
++            },
++            "text-oneline": "10 as a 32-bit integer",
++            "text-help": "10 as a 32-bit integer"
++        }
++    ]
++}
++=== checking serial https/TLS operation ===
++=== out1 ===
++Good!, empty output from curl
++=== out2 ===
++Good!, empty output from curl
++=== out3 ===
++Good!, empty output from curl
++=== out4 ===
++Good!, empty output from curl
++=== checking parallel https/TLS operation ===
++=== out1 ===
++Good!, empty output from curl
++=== out2 ===
++Good!, empty output from curl
++=== out3 ===
++Good!, empty output from curl
++=== out4 ===
++Good!, empty output from curl
++=== check pmproxy is running ===
++pmproxy check passed
++=== valgrind stdout ===
++=== valgrind stderr ===
++Log for pmproxy on HOST started DATE
++
++pmproxy: PID = PID
++pmproxy request port(s):
++  sts fd   port  family address
++  === ==== ===== ====== =======
++ok FD unix UNIX_DOMAIN_SOCKET
++ok FD PORT inet INADDR_ANY
++[DATE] pmproxy(PID) Info: pmproxy caught SIGTERM
++[DATE] pmproxy(PID) Info: pmproxy Shutdown
++
++Log finished DATE
+diff -Naurp pcp-5.3.5.orig/src/pmproxy/src/pcp.c pcp-5.3.5/src/pmproxy/src/pcp.c
+--- pcp-5.3.5.orig/src/pmproxy/src/pcp.c	2021-09-24 09:33:06.000000000 +1000
++++ pcp-5.3.5/src/pmproxy/src/pcp.c	2021-12-09 11:22:09.829321418 +1100
+@@ -1,6 +1,6 @@
+ /*
+- * Copyright (c) 2018-2019 Red Hat.
+- * 
++ * Copyright (c) 2018-2019,2021 Red Hat.
++ *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+  * by the Free Software Foundation; either version 2.1 of the License, or
+@@ -19,22 +19,13 @@
+ #define PDU_MAXLENGTH	(MAXHOSTNAMELEN + HEADER_LENGTH + sizeof("65536")-1)
+ 
+ static void
+-client_free(struct client *client)
+-{
+-    if (client->u.pcp.hostname)
+-	sdsfree(client->u.pcp.hostname);
+-    if (client->buffer)
+-	sdsfree(client->buffer);
+-}
+-
+-static void
+ on_server_close(uv_handle_t *handle)
+ {
+     struct client	*client = (struct client *)handle;
+ 
+     if (pmDebugOptions.pdu)
+ 	fprintf(stderr, "client %p pmcd connection closed\n", client);
+-    client_free(client);
++    client_put(client);
+ }
+ 
+ static void
+@@ -92,12 +83,11 @@ on_server_read(uv_stream_t *stream, ssiz
+ void
+ on_pcp_client_close(struct client *client)
+ {
+-    if (client->u.pcp.connected) {
++    if (client->u.pcp.connected)
+ 	uv_close((uv_handle_t *)&client->u.pcp.socket, on_server_close);
+-	memset(&client->u.pcp, 0, sizeof(client->u.pcp));
+-    } else {
+-	client_free(client);
+-    }
++    if (client->u.pcp.hostname)
++	sdsfree(client->u.pcp.hostname);
++    memset(&client->u.pcp, 0, sizeof(client->u.pcp));
+ }
+ 
+ static void
+@@ -118,6 +108,8 @@ on_pcp_client_connect(uv_connect_t *conn
+ 
+     /* socket connection to pmcd successfully established */
+     client->u.pcp.state = PCP_PROXY_SETUP;
++    client->u.pcp.connected = 1;
++    client_get(client);
+ 
+     /* if we have already received PDUs, send them on now */
+     if ((buffer = client->buffer) != NULL) {
+diff -Naurp pcp-5.3.5.orig/src/pmproxy/src/secure.c pcp-5.3.5/src/pmproxy/src/secure.c
+--- pcp-5.3.5.orig/src/pmproxy/src/secure.c	2021-11-01 13:02:26.000000000 +1100
++++ pcp-5.3.5/src/pmproxy/src/secure.c	2021-12-09 11:22:09.831321384 +1100
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (c) 2019 Red Hat.
++ * Copyright (c) 2019,2021 Red Hat.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -16,7 +16,7 @@
+ #include <openssl/opensslv.h>
+ #include <openssl/ssl.h>
+ 
+-/* called with proxy->mutex locked */
++/* called with proxy->write_mutex locked */
+ static void
+ remove_connection_from_queue(struct client *client)
+ {
+@@ -44,9 +44,9 @@ on_secure_client_close(struct client *cl
+     if (pmDebugOptions.auth || pmDebugOptions.http)
+ 	fprintf(stderr, "%s: client %p\n", "on_secure_client_close", client);
+ 
+-    uv_mutex_lock(&client->proxy->mutex);
++    uv_mutex_lock(&client->proxy->write_mutex);
+     remove_connection_from_queue(client);
+-    uv_mutex_unlock(&client->proxy->mutex);
++    uv_mutex_unlock(&client->proxy->write_mutex);
+     /* client->read and client->write freed by SSL_free */
+     SSL_free(client->secure.ssl);
+ }
+@@ -63,7 +63,7 @@ maybe_flush_ssl(struct proxy *proxy, str
+ 	client->secure.pending.writes_count > 0)
+ 	return;
+ 
+-    uv_mutex_lock(&proxy->mutex);
++    uv_mutex_lock(&proxy->write_mutex);
+     if (proxy->pending_writes == NULL) {
+     	proxy->pending_writes = client;
+ 	client->secure.pending.prev = client->secure.pending.next = NULL;
+@@ -75,7 +75,7 @@ maybe_flush_ssl(struct proxy *proxy, str
+ 	client->secure.pending.prev = c;
+     }
+     client->secure.pending.queued = 1;
+-    uv_mutex_unlock(&proxy->mutex);
++    uv_mutex_unlock(&proxy->write_mutex);
+ }
+ 
+ static void
+@@ -161,7 +161,7 @@ flush_secure_module(struct proxy *proxy)
+     size_t		i, used;
+     int			sts;
+ 
+-    uv_mutex_lock(&proxy->mutex);
++    uv_mutex_lock(&proxy->write_mutex);
+     head = &proxy->pending_writes;
+     while ((client = *head) != NULL) {
+ 	flush_ssl_buffer(client);
+@@ -212,7 +212,7 @@ flush_secure_module(struct proxy *proxy)
+ 		    sizeof(uv_buf_t) * client->secure.pending.writes_count);
+ 	}
+     }
+-    uv_mutex_unlock(&proxy->mutex);
++    uv_mutex_unlock(&proxy->write_mutex);
+ }
+ 
+ void
+@@ -221,7 +221,8 @@ secure_client_write(struct client *clien
+     struct proxy	*proxy = client->proxy;
+     uv_buf_t		*dup;
+     size_t		count, bytes;
+-    int			i, sts, defer = 0, maybe = 0;
++    unsigned int	i;
++    int			sts, defer = 0, maybe = 0;
+ 
+     for (i = 0; i < request->nbuffers; i++) {
+ 	if (defer == 0) {
+diff -Naurp pcp-5.3.5.orig/src/pmproxy/src/server.c pcp-5.3.5/src/pmproxy/src/server.c
+--- pcp-5.3.5.orig/src/pmproxy/src/server.c	2021-11-01 13:02:26.000000000 +1100
++++ pcp-5.3.5/src/pmproxy/src/server.c	2021-12-09 11:22:09.831321384 +1100
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (c) 2018-2019 Red Hat.
++ * Copyright (c) 2018-2019,2021 Red Hat.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -125,7 +125,7 @@ server_init(int portcount, const char *l
+ 			pmGetProgname());
+ 	return NULL;
+     }
+-    uv_mutex_init(&proxy->mutex);
++    uv_mutex_init(&proxy->write_mutex);
+ 
+     count = portcount + (*localpath ? 1 : 0);
+     if (count) {
+@@ -229,7 +229,6 @@ void
+ client_put(struct client *client)
+ {
+     unsigned int	refcount;
+-    struct proxy	*proxy = client->proxy;
+ 
+     uv_mutex_lock(&client->mutex);
+     assert(client->refcount);
+@@ -237,22 +236,16 @@ client_put(struct client *client)
+     uv_mutex_unlock(&client->mutex);
+ 
+     if (refcount == 0) {
+-	/* remove client from the doubly-linked list */
+-	uv_mutex_lock(&proxy->mutex);
+-	if (client->next != NULL)
+-	    client->next->prev = client->prev;
+-	*client->prev = client->next;
+-	uv_mutex_unlock(&proxy->mutex);
+-
+ 	if (client->protocol & STREAM_PCP)
+ 	    on_pcp_client_close(client);
+ 	if (client->protocol & STREAM_HTTP)
+ 	    on_http_client_close(client);
+ 	if (client->protocol & STREAM_REDIS)
+ 	    on_redis_client_close(client);
+-	if (client->protocol & STREAM_SECURE)
++	if ((client->protocol & STREAM_SECURE) && client->stream.secure)
+ 	    on_secure_client_close(client);
+-
++	if (client->buffer)
++	    sdsfree(client->buffer);
+ 	memset(client, 0, sizeof(*client));
+ 	free(client);
+     }
+@@ -284,7 +277,7 @@ on_client_write(uv_write_t *writer, int
+ 			"on_client_write", status, client);
+ 
+     if (status == 0) {
+-	if (client->protocol & STREAM_SECURE)
++	if ((client->protocol & STREAM_SECURE) && client->stream.secure)
+ 	    on_secure_client_write(client);
+ 	if (client->protocol & STREAM_PCP)
+ 	    on_pcp_client_write(client);
+@@ -434,10 +427,16 @@ on_client_read(uv_stream_t *stream, ssiz
+     if (nread > 0) {
+ 	if (client->protocol == STREAM_UNKNOWN)
+ 	    client->protocol |= client_protocol(*buf->base);
+-	if (client->protocol & STREAM_SECURE)
++
++#ifdef HAVE_OPENSSL
++	if ((client->protocol & STREAM_SECURE) && (proxy->ssl != NULL))
+ 	    on_secure_client_read(proxy, client, nread, buf);
+ 	else
+ 	    on_protocol_read(stream, nread, buf);
++#else
++	on_protocol_read(stream, nread, buf);
++#endif
++
+     } else if (nread < 0) {
+ 	if (pmDebugOptions.af)
+ 	    fprintf(stderr, "%s: read error %ld "
+@@ -494,14 +493,6 @@ on_client_connection(uv_stream_t *stream
+     handle->data = (void *)proxy;
+     client->proxy = proxy;
+ 
+-    /* insert client into doubly-linked list at the head */
+-    uv_mutex_lock(&proxy->mutex);
+-    if ((client->next = proxy->first) != NULL)
+-	proxy->first->prev = &client->next;
+-    proxy->first = client;
+-    client->prev = &proxy->first;
+-    uv_mutex_unlock(&proxy->mutex);
+-
+     status = uv_read_start((uv_stream_t *)&client->stream.u.tcp,
+ 			    on_buffer_alloc, on_client_read);
+     if (status != 0) {
+@@ -719,7 +710,7 @@ shutdown_ports(void *arg)
+     struct proxy	*proxy = (struct proxy *)arg;
+     struct server	*server;
+     struct stream	*stream;
+-    int			i;
++    unsigned int	i;
+ 
+     for (i = 0; i < proxy->nservers; i++) {
+ 	server = &proxy->servers[i];
+@@ -756,7 +747,8 @@ dump_request_ports(FILE *output, void *a
+     struct proxy	*proxy = (struct proxy *)arg;
+     struct stream	*stream;
+     uv_os_fd_t		uv_fd;
+-    int			i, fd;
++    unsigned int	i;
++    int			fd;
+ 
+     fprintf(output, "%s request port(s):\n"
+ 		"  sts fd   port  family address\n"
+diff -Naurp pcp-5.3.5.orig/src/pmproxy/src/server.h pcp-5.3.5/src/pmproxy/src/server.h
+--- pcp-5.3.5.orig/src/pmproxy/src/server.h	2021-09-24 09:33:06.000000000 +1000
++++ pcp-5.3.5/src/pmproxy/src/server.h	2021-12-09 11:22:09.830321401 +1100
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (c) 2018-2019 Red Hat.
++ * Copyright (c) 2018-2019,2021 Red Hat.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -97,11 +97,11 @@ typedef struct http_client {
+ 
+ typedef struct pcp_client {
+     pcp_proxy_state_t	state;
+-    sds			hostname;
+     unsigned int	port : 16;
+     unsigned int	certreq : 1;
+     unsigned int	connected : 1;
+     unsigned int	pad : 14;
++    sds			hostname;
+     uv_connect_t	pmcd;
+     uv_tcp_t		socket;
+ } pcp_client_t;
+@@ -136,8 +136,6 @@ typedef struct client {
+ 	pcp_client_t	pcp;
+     } u;
+     struct proxy	*proxy;
+-    struct client	*next;
+-    struct client	**prev;
+     sds			buffer;
+ } client_t;
+ 
+@@ -161,7 +159,7 @@ typedef struct proxy {
+     struct dict		*config;	/* configuration dictionary */
+     uv_loop_t		*events;	/* global, async event loop */
+     uv_callback_t	write_callbacks;
+-    uv_mutex_t		mutex;		/* protects client lists and pending writes */
++    uv_mutex_t		write_mutex;	/* protects pending writes */
+ } proxy_t;
+ 
+ extern void proxylog(pmLogLevel, sds, void *);
diff --git a/SPECS/pcp.spec b/SPECS/pcp.spec
index c85899b..d0d6cc6 100644
--- a/SPECS/pcp.spec
+++ b/SPECS/pcp.spec
@@ -1,6 +1,6 @@
 Name:    pcp
-Version: 5.3.1
-Release: 5%{?dist}
+Version: 5.3.5
+Release: 8%{?dist}
 Summary: System-level performance monitoring and performance management
 License: GPLv2+ and LGPLv2+ and CC-BY
 URL:     https://pcp.io
@@ -8,11 +8,15 @@ URL:     https://pcp.io
 %global  artifactory https://performancecopilot.jfrog.io/artifactory
 Source0: %{artifactory}/pcp-source-release/pcp-%{version}.src.tar.gz
 
-Patch000: redhat-bugzilla-1947989.patch
-Patch001: redhat-bugzilla-1974266.patch
-Patch002: redhat-bugzilla-1975069.patch
-Patch003: redhat-bugzilla-1879350.patch
-Patch004: redhat-bugzilla-1962019.patch
+Patch0: redhat-bugzilla-2017632.patch
+Patch1: redhat-bugzilla-2029301.patch
+Patch2: redhat-bugzilla-2030121.patch
+Patch3: redhat-bugzilla-2027753.patch
+Patch4: redhat-bugzilla-2030140.patch
+Patch5: redhat-bugzilla-2003956.patch
+Patch6: redhat-bugzilla-2003956-pmdabcc-update-kernel-version-check-due-to-backporting.patch
+Patch7: redhat-bugzilla-1973833.patch
+Patch8: redhat-bugzilla-1991763.patch
 
 %if 0%{?fedora} >= 26 || 0%{?rhel} > 7
 %global __python2 python2
@@ -96,6 +100,17 @@ Patch004: redhat-bugzilla-1962019.patch
 %global disable_bcc 1
 %endif
 
+# support for pmdabpf, check bpf.spec for supported architectures of bpf
+%if 0%{?fedora} >= 33 || 0%{?rhel} > 8
+%ifarch x86_64 %{power64} aarch64 s390x
+%global disable_bpf 0
+%else
+%global disable_bpf 1
+%endif
+%else
+%global disable_bpf 1
+%endif
+
 # support for pmdabpftrace, check bpftrace.spec for supported architectures of bpftrace
 %if 0%{?fedora} >= 30 || 0%{?rhel} > 7
 %ifarch x86_64 %{power64} aarch64 s390x
@@ -361,6 +376,12 @@ Requires: pcp-selinux = %{version}-%{release}
 %global _with_bcc --with-pmdabcc=yes
 %endif
 
+%if %{disable_bpf}
+%global _with_bpf --with-pmdabpf=no
+%else
+%global _with_bpf --with-pmdabpf=yes
+%endif
+
 %if %{disable_bpftrace}
 %global _with_bpftrace --with-pmdabpftrace=no
 %else
@@ -503,11 +524,11 @@ Requires: pcp-pmda-activemq pcp-pmda-bonding pcp-pmda-dbping pcp-pmda-ds389 pcp-
 Requires: pcp-pmda-elasticsearch pcp-pmda-gpfs pcp-pmda-gpsd pcp-pmda-lustre
 Requires: pcp-pmda-memcache pcp-pmda-mysql pcp-pmda-named pcp-pmda-netfilter pcp-pmda-news
 Requires: pcp-pmda-nginx pcp-pmda-nfsclient pcp-pmda-pdns pcp-pmda-postfix pcp-pmda-postgresql pcp-pmda-oracle
-Requires: pcp-pmda-samba pcp-pmda-slurm pcp-pmda-vmware pcp-pmda-zimbra
+Requires: pcp-pmda-samba pcp-pmda-slurm pcp-pmda-zimbra
 Requires: pcp-pmda-dm pcp-pmda-apache
 Requires: pcp-pmda-bash pcp-pmda-cisco pcp-pmda-gfs2 pcp-pmda-mailq pcp-pmda-mounts
 Requires: pcp-pmda-nvidia-gpu pcp-pmda-roomtemp pcp-pmda-sendmail pcp-pmda-shping pcp-pmda-smart
-Requires: pcp-pmda-hacluster pcp-pmda-lustrecomm pcp-pmda-logger pcp-pmda-docker pcp-pmda-bind2
+Requires: pcp-pmda-hacluster pcp-pmda-lustrecomm pcp-pmda-logger pcp-pmda-denki pcp-pmda-docker pcp-pmda-bind2
 Requires: pcp-pmda-sockets
 %if !%{disable_podman}
 Requires: pcp-pmda-podman
@@ -521,6 +542,9 @@ Requires: pcp-pmda-nutcracker
 %if !%{disable_bcc}
 Requires: pcp-pmda-bcc
 %endif
+%if !%{disable_bpf}
+Requires: pcp-pmda-bpf
+%endif
 %if !%{disable_bpftrace}
 Requires: pcp-pmda-bpftrace
 %endif
@@ -528,7 +552,7 @@ Requires: pcp-pmda-bpftrace
 Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound pcp-pmda-mic
 Requires: pcp-pmda-libvirt pcp-pmda-lio pcp-pmda-openmetrics pcp-pmda-haproxy
 Requires: pcp-pmda-lmsensors pcp-pmda-netcheck pcp-pmda-rabbitmq
-Requires: pcp-pmda-openvswitch
+Requires: pcp-pmda-openvswitch pcp-pmda-mongodb
 %endif
 %if !%{disable_mssql}
 Requires: pcp-pmda-mssql 
@@ -540,9 +564,7 @@ Requires: pcp-pmda-snmp
 Requires: pcp-pmda-json
 %endif
 Requires: pcp-pmda-summary pcp-pmda-trace pcp-pmda-weblog
-%if !%{disable_python2} || !%{disable_python3}
 Requires: pcp-system-tools
-%endif
 %if !%{disable_qt}
 Requires: pcp-gui
 %endif
@@ -1110,6 +1132,20 @@ This package contains the PCP Performance Metrics Domain Agent (PMDA) for
 collecting metrics about a GPS Daemon.
 #end pcp-pmda-gpsd
 
+#
+# pcp-pmda-denki
+#
+%package pmda-denki
+License: GPLv2+
+Summary: Performance Co-Pilot (PCP) metrics dealing with electrical power
+URL: https://pcp.io
+Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
+%description pmda-denki
+This package contains the PCP Performance Metrics Domain Agent (PMDA) for
+collecting metrics related to the electrical power consumed by and inside
+the system.
+# end pcp-pmda-denki
+
 #
 # pcp-pmda-docker
 #
@@ -1373,21 +1409,6 @@ collecting metrics about SNMP.
 #end pcp-pmda-snmp
 %endif
 
-#
-# pcp-pmda-vmware
-#
-%package pmda-vmware
-License: GPLv2+
-Summary: Performance Co-Pilot (PCP) metrics for VMware
-URL: https://pcp.io
-Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
-Requires: perl-PCP-PMDA = %{version}-%{release}
-
-%description pmda-vmware
-This package contains the PCP Performance Metrics Domain Agent (PMDA) for
-collecting metrics for VMware.
-#end pcp-pmda-vmware
-
 #
 # pcp-pmda-zimbra
 #
@@ -1435,6 +1456,23 @@ extracting performance metrics from eBPF/BCC Python modules.
 # end pcp-pmda-bcc
 %endif
 
+%if !%{disable_bpf}
+#
+# pcp-pmda-bpf
+#
+%package pmda-bpf
+License: ASL 2.0 and GPLv2+
+Summary: Performance Co-Pilot (PCP) metrics from eBPF ELF modules
+URL: https://pcp.io
+Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
+Requires: libbpf
+BuildRequires: libbpf-devel clang llvm bpftool
+%description pmda-bpf
+This package contains the PCP Performance Metrics Domain Agent (PMDA) for
+extracting performance metrics from eBPF ELF modules.
+# end pcp-pmda-bpf
+%endif
+
 %if !%{disable_bpftrace}
 #
 # pcp-pmda-bpftrace
@@ -1712,6 +1750,7 @@ BuildRequires: %{__python2}-requests
 %endif
 Obsoletes: pcp-pmda-prometheus < 5.0.0
 Provides: pcp-pmda-prometheus < 5.0.0
+Obsoletes: pcp-pmda-vmware < 5.3.5
 
 %description pmda-openmetrics
 This package contains the PCP Performance Metrics Domain Agent (PMDA) for
@@ -1757,6 +1796,29 @@ This package contains the PCP Performance Metrics Domain Agent (PMDA) for
 collecting metrics from simple network checks.
 # end pcp-pmda-netcheck
 
+#
+# pcp-pmda-mongodb
+#
+%package pmda-mongodb
+License: GPLv2+
+Summary: Performance Co-Pilot (PCP) metrics for MongoDB
+URL: https://pcp.io
+Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
+%if !%{disable_python3}
+Requires: python3-pcp
+%if 0%{?rhel} == 0
+Requires: python3-pymongo
+%endif
+%else
+Requires: %{__python2}-pcp
+%if 0%{?rhel} == 0
+Requires: %{__python2}-pymongo
+%endif
+%endif
+%description pmda-mongodb
+This package contains the PCP Performance Metrics Domain Agent (PMDA) for
+collecting metrics from MongoDB.
+# end pcp-pmda-mongodb
 %endif
 
 %if !%{disable_mssql}
@@ -2124,7 +2186,6 @@ Performance Metric API (PMAPI) monitor tools and Performance
 Metric Domain Agent (PMDA) collector tools written in Python3.
 %endif
 
-%if !%{disable_python2} || !%{disable_python3}
 #
 # pcp-system-tools
 #
@@ -2132,23 +2193,24 @@ Metric Domain Agent (PMDA) collector tools written in Python3.
 License: GPLv2+
 Summary: Performance Co-Pilot (PCP) System and Monitoring Tools
 URL: https://pcp.io
+Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
+%if !%{disable_python2} || !%{disable_python3}
 %if !%{disable_python3}
 Requires: python3-pcp = %{version}-%{release}
 %else
 Requires: %{__python2}-pcp = %{version}-%{release}
 %endif
-Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
 %if !%{disable_dstat}
 # https://fedoraproject.org/wiki/Packaging:Guidelines "Renaming/Replacing Existing Packages"
 Provides: dstat = %{version}-%{release}
 Provides: /usr/bin/dstat
 Obsoletes: dstat <= 0.8
 %endif
+%endif
 
 %description system-tools
 This PCP module contains additional system monitoring tools written
 in the Python language.
-%endif
 
 %if !%{disable_qt}
 #
@@ -2217,15 +2279,23 @@ interface rules, type enforcement and file context adjustments for an
 updated policy package.
 %endif
 
+
 %prep
 %setup -q
-%patch000 -p1
-%patch001 -p1
-%patch002 -p1
-%patch003 -p1
-%patch004 -p1
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
+# the buildsubdir macro gets defined in %setup and is apparently only available in the next step (i.e. the %build step)
+%global __strip %{_builddir}/%{?buildsubdir}/build/rpm/custom-strip
+
 # fix up build version
 _build=`echo %{release} | sed -e 's/\..*$//'`
 sed -i "/PACKAGE_BUILD/s/=[0-9]*/=$_build/" VERSION.pcp
@@ -2233,7 +2303,7 @@ sed -i "/PACKAGE_BUILD/s/=[0-9]*/=$_build/" VERSION.pcp
 %if !%{disable_python2} && 0%{?default_python} != 3
 export PYTHON=python%{?default_python}
 %endif
-%configure %{?_with_initd} %{?_with_doc} %{?_with_dstat} %{?_with_ib} %{?_with_podman} %{?_with_statsd} %{?_with_perfevent} %{?_with_bcc} %{?_with_bpftrace} %{?_with_json} %{?_with_snmp} %{?_with_nutcracker} %{?_with_python2}
+%configure %{?_with_initd} %{?_with_doc} %{?_with_dstat} %{?_with_ib} %{?_with_podman} %{?_with_statsd} %{?_with_perfevent} %{?_with_bcc} %{?_with_bpf} %{?_with_bpftrace} %{?_with_json} %{?_with_snmp} %{?_with_nutcracker} %{?_with_python2}
 make %{?_smp_mflags} default_pcp
 
 %install
@@ -2365,12 +2435,12 @@ basic_manifest() {
 # Likewise, for the pcp-pmda and pcp-testsuite subpackages.
 #
 total_manifest | keep 'tutorials|/html/|pcp-doc|man.*\.[1-9].*' | cull 'out' >pcp-doc-files
-total_manifest | keep 'testsuite|etc/systemd/system' >pcp-testsuite-files
+total_manifest | keep 'testsuite|etc/systemd/system|libpcp_fault|pcp/fault.h' >pcp-testsuite-files
 
 basic_manifest | keep "$PCP_GUI|pcp-gui|applications|pixmaps|hicolor" | cull 'pmtime.h' >pcp-gui-files
 basic_manifest | keep 'selinux' | cull 'tmp|GNUselinuxdefs' >pcp-selinux-files
 basic_manifest | keep 'zeroconf|daily[-_]report|/sa$' >pcp-zeroconf-files
-basic_manifest | grep -E -e 'pmiostat|pmrep|dstat|pcp2csv' \
+basic_manifest | grep -E -e 'pmiostat|pmrep|dstat|htop|pcp2csv' \
    -e 'pcp-atop|pcp-dmcache|pcp-dstat|pcp-free|pcp-htop' \
    -e 'pcp-ipcs|pcp-iostat|pcp-lvmcache|pcp-mpstat' \
    -e 'pcp-numastat|pcp-pidstat|pcp-shping|pcp-tapestat' \
@@ -2398,11 +2468,13 @@ basic_manifest | keep '(etc/pcp|pmdas)/bash(/|$)' >pcp-pmda-bash-files
 basic_manifest | keep '(etc/pcp|pmdas)/bcc(/|$)' >pcp-pmda-bcc-files
 basic_manifest | keep '(etc/pcp|pmdas)/bind2(/|$)' >pcp-pmda-bind2-files
 basic_manifest | keep '(etc/pcp|pmdas)/bonding(/|$)' >pcp-pmda-bonding-files
+basic_manifest | keep '(etc/pcp|pmdas)/bpf(/|$)' >pcp-pmda-bpf-files
 basic_manifest | keep '(etc/pcp|pmdas)/bpftrace(/|$)' >pcp-pmda-bpftrace-files
 basic_manifest | keep '(etc/pcp|pmdas)/cifs(/|$)' >pcp-pmda-cifs-files
 basic_manifest | keep '(etc/pcp|pmdas)/cisco(/|$)' >pcp-pmda-cisco-files
 basic_manifest | keep '(etc/pcp|pmdas)/dbping(/|$)' >pcp-pmda-dbping-files
 basic_manifest | keep '(etc/pcp|pmdas|pmieconf)/dm(/|$)' >pcp-pmda-dm-files
+basic_manifest | keep '(etc/pcp|pmdas)/denki(/|$)' >pcp-pmda-denki-files
 basic_manifest | keep '(etc/pcp|pmdas)/docker(/|$)' >pcp-pmda-docker-files
 basic_manifest | keep '(etc/pcp|pmdas)/ds389log(/|$)' >pcp-pmda-ds389log-files
 basic_manifest | keep '(etc/pcp|pmdas)/ds389(/|$)' >pcp-pmda-ds389-files
@@ -2425,6 +2497,7 @@ basic_manifest | keep '(etc/pcp|pmdas)/memcache(/|$)' >pcp-pmda-memcache-files
 basic_manifest | keep '(etc/pcp|pmdas)/mailq(/|$)' >pcp-pmda-mailq-files
 basic_manifest | keep '(etc/pcp|pmdas)/mic(/|$)' >pcp-pmda-mic-files
 basic_manifest | keep '(etc/pcp|pmdas)/mounts(/|$)' >pcp-pmda-mounts-files
+basic_manifest | keep '(etc/pcp|pmdas)/mongodb(/|$)' >pcp-pmda-mongodb-files
 basic_manifest | keep '(etc/pcp|pmdas|pmieconf)/mssql(/|$)' >pcp-pmda-mssql-files
 basic_manifest | keep '(etc/pcp|pmdas)/mysql(/|$)' >pcp-pmda-mysql-files
 basic_manifest | keep '(etc/pcp|pmdas)/named(/|$)' >pcp-pmda-named-files
@@ -2461,23 +2534,22 @@ basic_manifest | keep '(etc/pcp|pmdas)/systemd(/|$)' >pcp-pmda-systemd-files
 basic_manifest | keep '(etc/pcp|pmdas)/trace(/|$)' >pcp-pmda-trace-files
 basic_manifest | keep '(etc/pcp|pmdas)/unbound(/|$)' >pcp-pmda-unbound-files
 basic_manifest | keep '(etc/pcp|pmdas)/weblog(/|$)' >pcp-pmda-weblog-files
-basic_manifest | keep '(etc/pcp|pmdas)/vmware(/|$)' >pcp-pmda-vmware-files
 basic_manifest | keep '(etc/pcp|pmdas)/zimbra(/|$)' >pcp-pmda-zimbra-files
 basic_manifest | keep '(etc/pcp|pmdas)/zswap(/|$)' >pcp-pmda-zswap-files
 
 rm -f packages.list
 for pmda_package in \
     activemq apache \
-    bash bcc bind2 bonding bpftrace \
+    bash bcc bind2 bonding bpf bpftrace \
     cifs cisco \
-    dbping docker dm ds389 ds389log \
+    dbping denki docker dm ds389 ds389log \
     elasticsearch \
     gfs2 gluster gpfs gpsd \
     hacluster haproxy \
     infiniband \
     json \
     libvirt lio lmsensors logger lustre lustrecomm \
-    mailq memcache mic mounts mssql mysql \
+    mailq memcache mic mounts mongodb mssql mysql \
     named netcheck netfilter news nfsclient nginx \
     nutcracker nvidia \
     openmetrics openvswitch oracle \
@@ -2487,7 +2559,6 @@ for pmda_package in \
     sockets statsd summary systemd \
     unbound \
     trace \
-    vmware \
     weblog \
     zimbra zswap ; \
 do \
@@ -2622,10 +2693,8 @@ exit 0
 chown -R pcpqa:pcpqa %{_testsdir} 2>/dev/null
 %if 0%{?rhel}
 %if !%{disable_systemd}
-    systemctl restart pmcd >/dev/null 2>&1
-    systemctl restart pmlogger >/dev/null 2>&1
-    systemctl enable pmcd >/dev/null 2>&1
-    systemctl enable pmlogger >/dev/null 2>&1
+    systemctl restart pmcd pmlogger >/dev/null 2>&1
+    systemctl enable pmcd pmlogger >/dev/null 2>&1
 %else
     /sbin/chkconfig --add pmcd >/dev/null 2>&1
     /sbin/chkconfig --add pmlogger >/dev/null 2>&1
@@ -2712,6 +2781,9 @@ exit 0
 %preun pmda-dbping
 %{pmda_remove "$1" "dbping"}
 
+%preun pmda-denki
+%{pmda_remove "$1" "denki"}
+
 %preun pmda-docker
 %{pmda_remove "$1" "docker"}
 
@@ -2771,9 +2843,6 @@ exit 0
 %preun pmda-samba
 %{pmda_remove "$1" "samba"}
 
-%preun pmda-vmware
-%{pmda_remove "$1" "vmware"}
-
 %preun pmda-zimbra
 %{pmda_remove "$1" "zimbra"}
 
@@ -2785,6 +2854,11 @@ exit 0
 %{pmda_remove "$1" "bcc"}
 %endif
 
+%if !%{disable_bpf}
+%preun pmda-bpf
+%{pmda_remove "$1" "bpf"}
+%endif
+
 %if !%{disable_bpftrace}
 %preun pmda-bpftrace
 %{pmda_remove "$1" "bpftrace"}
@@ -2812,6 +2886,9 @@ exit 0
 %preun pmda-lmsensors
 %{pmda_remove "$1" "lmsensors"}
 
+%preun pmda-mongodb
+%{pmda_remove "$1" "mongodb"}
+
 %if !%{disable_mssql}
 %preun pmda-mssql
 %{pmda_remove "$1" "mssql"}
@@ -2880,10 +2957,7 @@ exit 0
 %preun zeroconf
 if [ "$1" -eq 0 ]
 then
-    %systemd_preun pmlogger_daily_report.timer
-    %systemd_preun pmlogger_daily_report.service
-    %systemd_preun pmlogger_daily_report-poll.timer
-    %systemd_preun pmlogger_daily_report-poll.service
+    %systemd_preun pmlogger_daily_report.timer pmlogger_daily_report.service
 fi
 %endif
 
@@ -2892,19 +2966,9 @@ if [ "$1" -eq 0 ]
 then
     # stop daemons before erasing the package
     %if !%{disable_systemd}
-       %systemd_preun pmlogger.service
-       %systemd_preun pmie.service
-       %systemd_preun pmproxy.service
-       %systemd_preun pmcd.service
-       %systemd_preun pmie_daily.timer
-       %systemd_preun pmlogger_daily.timer
-       %systemd_preun pmlogger_daily-poll.timer
-       %systemd_preun pmlogger_check.timer
+       %systemd_preun pmlogger_check.timer pmlogger_daily.timer pmlogger_farm_check.timer pmlogger_farm_check.service pmlogger_farm.service pmlogger.service pmie_check.timer pmie_daily.timer pmie_farm_check.timer pmie_farm_check.service pmie_farm.service pmie.service pmproxy.service pmfind.service pmcd.service
 
-       systemctl stop pmlogger.service >/dev/null 2>&1
-       systemctl stop pmie.service >/dev/null 2>&1
-       systemctl stop pmproxy.service >/dev/null 2>&1
-       systemctl stop pmcd.service >/dev/null 2>&1
+       systemctl stop pmlogger.service pmie.service pmproxy.service pmfind.service pmcd.service >/dev/null 2>&1
     %else
        /sbin/service pmlogger stop >/dev/null 2>&1
        /sbin/service pmie stop >/dev/null 2>&1
@@ -2933,18 +2997,12 @@ for PMDA in dm nfsclient openmetrics ; do
         %{install_file "$PCP_PMDAS_DIR/$PMDA" .NeedInstall}
     fi
 done
-# increase default pmlogger recording frequency
-sed -i 's/^\#\ PMLOGGER_INTERVAL.*/PMLOGGER_INTERVAL=10/g' "$PCP_SYSCONFIG_DIR/pmlogger"
 # auto-enable these usually optional pmie rules
 pmieconf -c enable dmthin
 %if 0%{?rhel}
 %if !%{disable_systemd}
-    systemctl restart pmcd >/dev/null 2>&1
-    systemctl restart pmlogger >/dev/null 2>&1
-    systemctl restart pmie >/dev/null 2>&1
-    systemctl enable pmcd >/dev/null 2>&1
-    systemctl enable pmlogger >/dev/null 2>&1
-    systemctl enable pmie >/dev/null 2>&1
+    systemctl restart pmcd pmlogger pmie >/dev/null 2>&1
+    systemctl enable pmcd pmlogger pmie >/dev/null 2>&1
 %else
     /sbin/chkconfig --add pmcd >/dev/null 2>&1
     /sbin/chkconfig --add pmlogger >/dev/null 2>&1
@@ -2972,13 +3030,18 @@ PCP_LOG_DIR=%{_logsdir}
 %{install_file "$PCP_PMNS_DIR" .NeedRebuild}
 %{install_file "$PCP_LOG_DIR/pmlogger" .NeedRewrite}
 %if !%{disable_systemd}
+    # clean up any stale symlinks for deprecated pm*-poll services
+    rm -f %{_sysconfdir}/systemd/system/pm*.requires/pm*-poll.* >/dev/null 2>&1 || true
+
     %systemd_postun_with_restart pmcd.service
     %systemd_post pmcd.service
     %systemd_postun_with_restart pmlogger.service
     %systemd_post pmlogger.service
     %systemd_postun_with_restart pmie.service
     %systemd_post pmie.service
-    systemctl condrestart pmproxy.service >/dev/null 2>&1
+    %systemd_postun_with_restart pmproxy.service
+    %systemd_post pmproxy.service
+    %systemd_post pmfind.service
 %else
     /sbin/chkconfig --add pmcd >/dev/null 2>&1
     /sbin/service pmcd condrestart
@@ -3098,11 +3161,11 @@ PCP_LOG_DIR=%{_logsdir}
 
 %files pmda-slurm -f pcp-pmda-slurm-files.rpm
 
-%files pmda-vmware -f pcp-pmda-vmware-files.rpm
-
 %files pmda-zimbra -f pcp-pmda-zimbra-files.rpm
 %endif
 
+%files pmda-denki -f pcp-pmda-denki-files.rpm
+
 %files pmda-docker -f pcp-pmda-docker-files.rpm
 
 %files pmda-lustrecomm -f pcp-pmda-lustrecomm-files.rpm
@@ -3135,6 +3198,10 @@ PCP_LOG_DIR=%{_logsdir}
 %files pmda-bcc -f pcp-pmda-bcc-files.rpm
 %endif
 
+%if !%{disable_bpf}
+%files pmda-bpf -f pcp-pmda-bpf-files.rpm
+%endif
+
 %if !%{disable_bpftrace}
 %files pmda-bpftrace -f pcp-pmda-bpftrace-files.rpm
 %endif
@@ -3152,6 +3219,8 @@ PCP_LOG_DIR=%{_logsdir}
 
 %files pmda-lmsensors -f pcp-pmda-lmsensors-files.rpm
 
+%files pmda-mongodb -f pcp-pmda-mongodb-files.rpm
+
 %if !%{disable_mssql}
 %files pmda-mssql -f pcp-pmda-mssql-files.rpm
 %endif
@@ -3274,13 +3343,69 @@ PCP_LOG_DIR=%{_logsdir}
 %files -n python3-pcp -f python3-pcp.list.rpm
 %endif
 
-%if !%{disable_python2} || !%{disable_python3}
 %files system-tools -f pcp-system-tools-files.rpm
-%endif
 
 %files zeroconf -f pcp-zeroconf-files.rpm
 
 %changelog
+* Wed Feb 02 2022 Nathan Scott <nathans@redhat.com> - 5.3.5-8
+- Fix pcp-zeroconf logger interval override regression (BZ 1991763)
+- Remove warnings from spec setup of PCP systemd units (BZ 2048024)
+
+* Thu Dec 16 2021 Andreas Gerstmayr <agerstmayr@redhat.com> - 5.3.5-6
+- pmdabcc: update qa/1118 testcase to match new output (BZ 2003956)
+
+* Wed Dec 15 2021 Nathan Scott <nathans@redhat.com> - 5.3.5-4
+- pmdabcc: resolve compilation issues of some bcc PMDA modules on
+  aarch64, ppc64le and s390x (BZ 2003956)
+- Further improve pmlogger service startup latency (BZ 1973833)
+- Additional improvements to farm systemd services (BZ 2027753)
+
+* Thu Dec 09 2021 Nathan Scott <nathans@redhat.com> - 5.3.5-3
+- Resolve failure in the Nvidia metrics agent (BZ 2029301)
+- PMDA indom cache loading performance improvements (BZ 2030121)
+- Consistent user experience for new farm services (BZ 2027753)
+- Resilience improvements for the pmproxy service (BZ 2030140)
+
+* Fri Nov 26 2021 Nathan Scott <nathans@redhat.com> - 5.3.5-2
+- Updates to pmlogconf persistence changes (BZ 2017632)
+
+* Wed Nov 10 2021 Nathan Scott <nathans@redhat.com> - 5.3.5-1
+- Extend pmlogger(1) man page --interval option (BZ 2018083)
+- Disable Avahi service advertisement by default (BZ 1899625)
+- Use separate localhost and farm service cgroups (BZ 1991896)
+- Update and extend the Nvidia GPU metric coverage (BZ 1690590)
+- Assessment API and pmdamssql(1) share credentials (BZ 1951342)
+- Improve remote pmlogger over slow network connections (BZ 1973833)
+- Implement pcp-atop(1) support for Nvidia GPU reports (BZ 1984273)
+- Drop DMA[32] zones when the zone is not in node 0 (BZ 1985519)
+- Support kernel changes to /proc/zoneinfo metrics (BZ 1985523)
+- Ensure pmlogconf persists configuration changes (BZ 2017632)
+- Auto-reconnect lost redis connection in pmproxy (BZ 1989287)
+- Rebase to a more recent upstream version of PCP (BZ 1991763)
+
+* Fri Oct 15 2021 Mark Goodwin <mgoodwin@redhat.com> - 5.3.4-2
+- Fix pmlogger manual start with service disabled (BZ 2018011)
+
+* Fri Oct 08 2021 Nathan Scott <nathans@redhat.com> - 5.3.4-1
+- Add pcp-atop(1) support for 'curscal' values (BZ 1984271)
+- Fix pcp-atop(1) reporting perfevent 'ipc' values (BZ 1986264)
+- Fix pmlogger(1) exiting on receipt of SIGALRM (BZ 2004771)
+- Fix values of some hacluster metrics on s390x (BZ 2008298)
+- Add new pmdads389(1) metrics for replication (BZ 1966122)
+- Rebase to a more recent upstream version of PCP (BZ 1991763)
+
+* Wed Sep 15 2021 Nathan Scott <nathans@redhat.com> - 5.3.3-1
+- Add new pmdads389(1) metrics for replication (BZ 1966122)
+- Add label support to pmdahacluster(1) metrics (BZ 1972277)
+- Improve pmieconf rules for saturated processors (BZ 1994680)
+- Auto-upgrade pmcd.conf for python2 to python3 (BZ 1988403)
+- Document unloading pmdakvm(1) for kernel module (BZ 1977740)
+- Add option to pmdalinux(1) for slabinfo metrics (BZ 1962902)
+- Fix for OpenMetrics scripting generating AVCs (BZ 1985818)
+- Resolve some pcp-testsuite failures (BZ 1980459, 1981686)
+- Rebase to a more recent upstream version of PCP (BZ 1991763)
+
 * Sat Aug 28 2021 Nathan Scott <nathans@redhat.com> - 5.3.1-5
 - Fix pmdapodman initialization and selinux policy (BZ 1962019)