From 4bd3c021d2c26c9679aa560895125103da028ab0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 Nov 2021 04:49:49 -0500 Subject: [PATCH] import pcp-5.3.1-5.el8 --- .gitignore | 2 +- .pcp.metadata | 2 +- SOURCES/redhat-bugzilla-1879350.patch | 6966 +++++++++++++++++++++++++ SOURCES/redhat-bugzilla-1926756.patch | 205 - SOURCES/redhat-bugzilla-1930284.patch | 24 - SOURCES/redhat-bugzilla-1947989.patch | 849 +++ SOURCES/redhat-bugzilla-1962019.patch | 2242 ++++++++ SOURCES/redhat-bugzilla-1974266.patch | 2478 +++++++++ SOURCES/redhat-bugzilla-1975069.patch | 922 ++++ SOURCES/redhat-bugzilla-1980067.patch | 2419 --------- SPECS/pcp.spec | 1371 +++-- 11 files changed, 14051 insertions(+), 3429 deletions(-) create mode 100644 SOURCES/redhat-bugzilla-1879350.patch delete mode 100644 SOURCES/redhat-bugzilla-1926756.patch delete mode 100644 SOURCES/redhat-bugzilla-1930284.patch create mode 100644 SOURCES/redhat-bugzilla-1947989.patch create mode 100644 SOURCES/redhat-bugzilla-1962019.patch create mode 100644 SOURCES/redhat-bugzilla-1974266.patch create mode 100644 SOURCES/redhat-bugzilla-1975069.patch delete mode 100644 SOURCES/redhat-bugzilla-1980067.patch diff --git a/.gitignore b/.gitignore index 71e64d4..769a732 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/pcp-5.2.5.src.tar.gz +SOURCES/pcp-5.3.1.src.tar.gz diff --git a/.pcp.metadata b/.pcp.metadata index 642e815..b82bb2b 100644 --- a/.pcp.metadata +++ b/.pcp.metadata @@ -1 +1 @@ -d77455b09d679988fae82ead1fb3b4ec65726fa9 SOURCES/pcp-5.2.5.src.tar.gz +5b693868cb11c09b87880ca2d57e672a3bfd63e6 SOURCES/pcp-5.3.1.src.tar.gz diff --git a/SOURCES/redhat-bugzilla-1879350.patch b/SOURCES/redhat-bugzilla-1879350.patch new file mode 100644 index 0000000..fa734f4 --- /dev/null +++ b/SOURCES/redhat-bugzilla-1879350.patch @@ -0,0 +1,6966 @@ +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 +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: ++ # TODO seq: ++ # TODO sfseq: ++ # 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 +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 +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///' \ +- # 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 + #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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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-1926756.patch b/SOURCES/redhat-bugzilla-1926756.patch deleted file mode 100644 index 779923d..0000000 --- a/SOURCES/redhat-bugzilla-1926756.patch +++ /dev/null @@ -1,205 +0,0 @@ -commit d7679bd7cbb94692250a450bccf9f01cb982467f -Author: Mark Goodwin -Date: Fri Feb 12 10:12:59 2021 +1100 - - selinux, qa: allow pmcd to use netlink_tcpdiag_socket for sockets PMDA - - Add SELinux rules allowing pmcd to create, setopt, bind, getattr and - nlmsg_read to netlink tcpdiag sockets. Needed by pmdasockets. - - Update qa/1622 and 917. - - Resolves: RHBZ#1926756 - -diff --git a/qa/1622 b/qa/1622 -index 83f260d6d..f62b5f89a 100755 ---- a/qa/1622 -+++ b/qa/1622 -@@ -216,6 +216,11 @@ type=AVC msg=audit(XXX.62): avc: denied { getattr open read } for pid=YYYY co - type=AVC msg=audit(XXX.63): avc: denied { connectto } for pid=YYYY comm="pmdaX" name="/" dev="tracefs" ino=1 scontext=system_u:system_r:pcp_pmlogger_t:s0 tcontext=system_u:object_r:saslauthd_t:s0 tclass=unix_stream_socket permissive=0 - type=AVC msg=audit(XXX.66): avc: denied { sys_rawio } 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=capability permissive=0 - type=AVC msg=audit(XXX.67): avc: denied { module_request } for pid=YYYY comm="pmdalinux" kmod="netdev-tun0" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:kernel_t:s0 tclass=system permissive=0 -+type=AVC msg=audit(XXX.85): avc: denied { create } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+type=AVC msg=audit(XXX.86): avc: denied { setopt } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+type=AVC msg=audit(XXX.87): avc: denied { bind } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+type=AVC msg=audit(XXX.88): avc: denied { getattr } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+type=AVC msg=audit(XXX.89): avc: denied { nlmsg_read } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 - EOF - - echo "Silence is golden ... all AVC's are allowed by active policy" -diff --git a/qa/917.out.in b/qa/917.out.in -index 69c3b2d12..ddec57f9c 100644 ---- a/qa/917.out.in -+++ b/qa/917.out.in -@@ -125,6 +125,7 @@ Checking policies. - allow [pcp_pmcd_t] [drbd_exec_t] : [file] { execute execute_no_trans }; - allow [pcp_pmcd_t] self : [netlink_generic_socket] { bind create getattr setopt write read }; - allow [pcp_pmcd_t] [sbd_exec_t] : [file] { execute execute_no_trans }; -+ allow [pcp_pmcd_t] self : [netlink_tcpdiag_socket] { bind create getattr nlmsg_read setopt }; - allow [pcp_pmcd_t] [etc_t] : [dir] { open read search getattr lock ioctl }; - allow [pcp_pmcd_t] [shadow_t] : [file] { getattr ioctl lock open read }; - allow [pcp_pmie_t] [etc_t] : [dir] { open read search getattr lock ioctl }; -diff --git a/src/selinux/GNUlocaldefs b/src/selinux/GNUlocaldefs -index 30b67d907..cbfa34c14 100644 ---- a/src/selinux/GNUlocaldefs -+++ b/src/selinux/GNUlocaldefs -@@ -118,5 +118,7 @@ endif - - ifeq "$(PCP_SELINUX_NETLINK_GENERIC_SOCKET_CLASS)" "true" - PCP_NETLINK_GENERIC_SOCKET_CLASS="class netlink_generic_socket { bind create getattr setopt write read };" -+PCP_NETLINK_TCPDIAG_SOCKET_CLASS="class netlink_tcpdiag_socket { bind create getattr nlmsg_read setopt };" - PCP_NETLINK_GENERIC_SOCKET_RULE="allow pcp_pmcd_t self:netlink_generic_socket { bind create getattr setopt write read };" -+PCP_NETLINK_TCPDIAG_SOCKET_RULE="allow pcp_pmcd_t self:netlink_tcpdiag_socket { bind create getattr nlmsg_read setopt };" - endif -diff --git a/src/selinux/GNUmakefile b/src/selinux/GNUmakefile -index e16859d7e..d04644fcb 100644 ---- a/src/selinux/GNUmakefile -+++ b/src/selinux/GNUmakefile -@@ -80,6 +80,8 @@ $(IAM).te: $(IAM).te.in - -e 's+@PCP_ICMP_SOCKET_RULE@+'$(PCP_ICMP_SOCKET_RULE)'+' \ - -e 's+@PCP_NETLINK_GENERIC_SOCKET_CLASS@+'$(PCP_NETLINK_GENERIC_SOCKET_CLASS)'+' \ - -e 's+@PCP_NETLINK_GENERIC_SOCKET_RULE@+'$(PCP_NETLINK_GENERIC_SOCKET_RULE)'+' \ -+ -e 's+@PCP_NETLINK_TCPDIAG_SOCKET_CLASS@+'$(PCP_NETLINK_TCPDIAG_SOCKET_CLASS)'+' \ -+ -e 's+@PCP_NETLINK_TCPDIAG_SOCKET_RULE@+'$(PCP_NETLINK_TCPDIAG_SOCKET_RULE)'+' \ - -e 's+@PCP_SELINUX_MACRO_RULE@+'$(PCP_SELINUX_MACRO_RULE)'+' \ - -e 's+@PACKAGE_VERSION@+'$(PACKAGE_VERSION)'+' \ - -diff --git a/src/selinux/pcpupstream.te.in b/src/selinux/pcpupstream.te.in -index 36a043be1..d935aee36 100644 ---- a/src/selinux/pcpupstream.te.in -+++ b/src/selinux/pcpupstream.te.in -@@ -90,6 +90,7 @@ require { - @PCP_BPF_CLASS@ - class system { module_request }; - @PCP_NETLINK_GENERIC_SOCKET_CLASS@ -+ @PCP_NETLINK_TCPDIAG_SOCKET_CLASS@ - } - - #============= init_t ============== -@@ -423,3 +424,11 @@ allow pcp_pmcd_t drbd_exec_t:file { execute execute_no_trans }; - # pmda-hacluster requirements for checking sbd - # type=AVC msg=audit(XXX.81): avc: denied { execute_no_trans } for pid=421434 comm="sh" path="/usr/sbin/sbd" dev="vda1" ino=1050019 scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:object_r:sbd_exec_t:s0 tclass=file permissive=1 - @PCP_SBD_EXEC_RULE@ -+ -+#=========== pmda-sockets ============ -+# type=AVC msg=audit(XXX.85): avc: denied { create } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+# type=AVC msg=audit(XXX.86): avc: denied { setopt } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+# type=AVC msg=audit(XXX.87): avc: denied { bind } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+# type=AVC msg=audit(XXX.88): avc: denied { getattr } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+# type=AVC msg=audit(XXX.89): avc: denied { nlmsg_read } for pid=YYYY comm="ss" scontext=system_u:system_r:pcp_pmcd_t:s0 tcontext=system_u:system_r:pcp_pmcd_t:s0 tclass=netlink_tcpdiag_socket permissive=1 -+@PCP_NETLINK_TCPDIAG_SOCKET_RULE@ - -commit a49772607d80b25b2ae4b8764be709bb27d7e16f -Author: Mark Goodwin -Date: Fri Feb 12 10:09:23 2021 +1100 - - pmdasockets: minor changes to Install and Remove, add -U username - - Specify pmns_name in Install and Remove scripts since the pmda name - differs to the namespace. Add -U username for optional use when run - as a daemon. - -diff --git a/src/pmdas/linux_sockets/GNUmakefile b/src/pmdas/linux_sockets/GNUmakefile -index 34897f2e9..a32987ef7 100644 ---- a/src/pmdas/linux_sockets/GNUmakefile -+++ b/src/pmdas/linux_sockets/GNUmakefile -@@ -31,7 +31,7 @@ HFILES = indom.h cluster.h ss_stats.h - LLDLIBS = $(PCP_PMDALIB) - LCFLAGS = $(INVISIBILITY) - --SCRIPTS = Install Remove -+SCRIPTS = Install Remove Upgrade - VERSION_SCRIPT = exports - LDIRT = domain.h $(VERSION_SCRIPT) $(IAM).log - -diff --git a/src/pmdas/linux_sockets/Install b/src/pmdas/linux_sockets/Install -index 4bc934c96..28d7c7f9e 100755 ---- a/src/pmdas/linux_sockets/Install -+++ b/src/pmdas/linux_sockets/Install -@@ -1,4 +1,4 @@ --#! /bin/sh -+#!/usr/bin/sh - # - # Copyright (c) 2021 Red Hat. - # -@@ -25,6 +25,8 @@ dso_opt=true - pipe_opt=false - daemon_opt=false - -+pmns_name=network.persocket # differs to PMDA name -+ - which ss >/dev/null 2>&1 - if [ $? -ne 0 ] - then -diff --git a/src/pmdas/linux_sockets/Remove b/src/pmdas/linux_sockets/Remove -index 26edc85aa..3fee6a0e6 100755 ---- a/src/pmdas/linux_sockets/Remove -+++ b/src/pmdas/linux_sockets/Remove -@@ -1,4 +1,4 @@ --#! /bin/sh -+#!/usr/bin/sh - # - # Copyright (c) 2021 Red Hat. - # -@@ -19,6 +19,7 @@ - . $PCP_SHARE_DIR/lib/pmdaproc.sh - - iam=sockets -+pmns_name=network.persocket # differs to PMDA name - - pmdaSetup - pmdaRemove -diff --git a/src/pmdas/linux_sockets/pmda.c b/src/pmdas/linux_sockets/pmda.c -index 9bca5d9d0..fab4be290 100644 ---- a/src/pmdas/linux_sockets/pmda.c -+++ b/src/pmdas/linux_sockets/pmda.c -@@ -23,6 +23,7 @@ - #include "ss_stats.h" - - static int _isDSO = 1; /* for local contexts */ -+static char *username; - - /* metrics supported in this PMDA - see metrictab.c */ - extern pmdaMetric metrictable[]; -@@ -200,6 +201,8 @@ sockets_init(pmdaInterface *dp) - pmGetConfig("PCP_PMDAS_DIR"), sep, sep); - pmdaDSO(dp, PMDA_INTERFACE_7, "SOCKETS DSO", helppath); - } -+ else -+ pmSetProcessIdentity(username); - - if (dp->status != 0) - return; -@@ -227,12 +230,13 @@ static pmLongOptions longopts[] = { - PMOPT_DEBUG, - PMDAOPT_DOMAIN, - PMDAOPT_LOGFILE, -+ PMDAOPT_USERNAME, - PMOPT_HELP, - PMDA_OPTIONS_END - }; - - static pmdaOptions opts = { -- .short_options = "D:d:l:?", -+ .short_options = "D:d:l:U:?", - .long_options = longopts, - }; - -@@ -248,6 +252,7 @@ main(int argc, char **argv) - - _isDSO = 0; - pmSetProgname(argv[0]); -+ pmGetUsername(&username); - pmsprintf(helppath, sizeof(helppath), "%s%c" "sockets" "%c" "help", - pmGetConfig("PCP_PMDAS_DIR"), sep, sep); - pmdaDaemon(&dispatch, PMDA_INTERFACE_7, pmGetProgname(), SOCKETS, "sockets.log", helppath); -@@ -257,6 +262,8 @@ main(int argc, char **argv) - pmdaUsageMessage(&opts); - exit(1); - } -+ if (opts.username) -+ username = opts.username; - - pmdaOpenLog(&dispatch); - sockets_init(&dispatch); - diff --git a/SOURCES/redhat-bugzilla-1930284.patch b/SOURCES/redhat-bugzilla-1930284.patch deleted file mode 100644 index 4b08e71..0000000 --- a/SOURCES/redhat-bugzilla-1930284.patch +++ /dev/null @@ -1,24 +0,0 @@ -Revert upstream PCP commit e01ab96c813fa31e685ac864031d145f63162088 - -diff -Naurp pcp-5.2.5.orig/src/pmie/pmie.service.in pcp-5.2.5/src/pmie/pmie.service.in ---- pcp-5.2.5.orig/src/pmie/pmie.service.in 2021-02-03 09:58:14.000000000 +1100 -+++ pcp-5.2.5/src/pmie/pmie.service.in 2021-02-19 10:52:20.786419561 +1100 -@@ -4,6 +4,7 @@ Documentation=man:pmie(1) - After=network-online.target pmcd.service - Before=pmie_check.timer pmie_daily.timer - BindsTo=pmie_check.timer pmie_daily.timer -+Wants=pmcd.service - - [Service] - Type=notify -diff -Naurp pcp-5.2.5.orig/src/pmlogger/pmlogger.service.in pcp-5.2.5/src/pmlogger/pmlogger.service.in ---- pcp-5.2.5.orig/src/pmlogger/pmlogger.service.in 2021-02-03 09:58:14.000000000 +1100 -+++ pcp-5.2.5/src/pmlogger/pmlogger.service.in 2021-02-19 10:52:36.111160100 +1100 -@@ -4,6 +4,7 @@ Documentation=man:pmlogger(1) - After=network-online.target pmcd.service - Before=pmlogger_check.timer pmlogger_daily.timer pmlogger_daily-poll.timer - BindsTo=pmlogger_check.timer pmlogger_daily.timer pmlogger_daily-poll.timer -+Wants=pmcd.service - - [Service] - Type=notify diff --git a/SOURCES/redhat-bugzilla-1947989.patch b/SOURCES/redhat-bugzilla-1947989.patch new file mode 100644 index 0000000..afe4717 --- /dev/null +++ b/SOURCES/redhat-bugzilla-1947989.patch @@ -0,0 +1,849 @@ +commit 2bad6aef10339f000f7cb578108db5ee80bd640c +Author: Mark Goodwin +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 + #include + ++/* 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 new file mode 100644 index 0000000..c643390 --- /dev/null +++ b/SOURCES/redhat-bugzilla-1962019.patch @@ -0,0 +1,2242 @@ +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$' /dev/null \ + && pcp_selinux_numad=true ++ grep '^[ ][ ]*container_var_run_t$' /dev/null \ ++ && pcp_selinux_container_var_run=true + grep '^[ ][ ]*virt_var_run_t$' /dev/null \ + && pcp_selinux_virt_var_run=true + grep '^[ ][ ]*proc_security_t$' /dev/null \ +@@ -11788,6 +11794,8 @@ if test "x$enable_selinux" != "xfalse"; + && pcp_selinux_kmod_exec=true + grep '^[ ][ ]*dma_device_t$' /dev/null \ + && pcp_selinux_dma_device=true ++ grep '^[ ][ ]*glusterd_log_t$' /dev/null \ ++ && pcp_selinux_glusterd_log=true + + + grep '^[ ][ ]*initrc_tmp_t$' /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$' /dev/null \ + && pcp_selinux_numad=true ++ grep '^[[ ]][[ ]]*container_var_run_t$' /dev/null \ ++ && pcp_selinux_container_var_run=true + grep '^[[ ]][[ ]]*virt_var_run_t$' /dev/null \ + && pcp_selinux_virt_var_run=true + grep '^[[ ]][[ ]]*proc_security_t$' /dev/null \ +@@ -2039,6 +2043,8 @@ AS_IF([test "x$enable_selinux" != "xfals + && pcp_selinux_kmod_exec=true + grep '^[[ ]][[ ]]*dma_device_t$' /dev/null \ + && pcp_selinux_dma_device=true ++ grep '^[[ ]][[ ]]*glusterd_log_t$' /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 # +-## 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-1974266.patch b/SOURCES/redhat-bugzilla-1974266.patch new file mode 100644 index 0000000..06ced55 --- /dev/null +++ b/SOURCES/redhat-bugzilla-1974266.patch @@ -0,0 +1,2478 @@ +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 # ++## 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 ++#include ++ ++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 \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 *)≪ ++ 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 new file mode 100644 index 0000000..5d85b5e --- /dev/null +++ b/SOURCES/redhat-bugzilla-1975069.patch @@ -0,0 +1,922 @@ +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 +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 +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 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 +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 $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 $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 $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 $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 $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 $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 +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 +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, ×tamp); + } + ++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-1980067.patch b/SOURCES/redhat-bugzilla-1980067.patch deleted file mode 100644 index 6c97240..0000000 --- a/SOURCES/redhat-bugzilla-1980067.patch +++ /dev/null @@ -1,2419 +0,0 @@ -From 7b21619f0022b9eba7ad5b9c3c018471c4be9a93 Mon Sep 17 00:00:00 2001 -From: Paul Evans -Date: Mon, 8 Feb 2021 18:14:37 +0000 -Subject: [PATCH 1/7] pmdahacluster: Quick README.md update - -Update README.md to reflect pmns root node update to ha_cluster ---- - src/pmdas/hacluster/README.md | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/pmdas/hacluster/README.md b/src/pmdas/hacluster/README.md -index 4d0fcabf5..709cb721d 100644 ---- a/src/pmdas/hacluster/README.md -+++ b/src/pmdas/hacluster/README.md -@@ -6,7 +6,7 @@ The PMDA collects it's metric data from the following components that make up a - - ## General Notes - --### `hacluster.drbd.split_brain` -+### `ha_cluster.drbd.split_brain` - - This metric signals if there is a split brain occurring in DRBD per instance resource:volume. The metric will return the value `1` if a split brain is detected, otherwise it will be `0`. - -@@ -37,7 +37,7 @@ exposed by this PMDA. - Once the PMDA has been installed, the following command will list all of - the available metrics and their explanatory “help” text: - -- # $ pminfo -fT hacluster -+ # $ pminfo -fT ha_cluster - - ## Installation - --- -2.31.1 - - -From f68df957286df0b0c2bb091d1025cf3c4adc2810 Mon Sep 17 00:00:00 2001 -From: Ken McDonell -Date: Sun, 4 Apr 2021 07:35:45 +1000 -Subject: [PATCH 2/7] src/pmdas/hacluster/pacemaker.c: plug small mem leak on - error path in hacluster_refresh_pacemaker_resources() (covscan) - -Fixes Coverity CID 366053. ---- - src/pmdas/hacluster/pacemaker.c | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/src/pmdas/hacluster/pacemaker.c b/src/pmdas/hacluster/pacemaker.c -index 25d80ed41..2dc53f8cf 100644 ---- a/src/pmdas/hacluster/pacemaker.c -+++ b/src/pmdas/hacluster/pacemaker.c -@@ -625,8 +625,11 @@ hacluster_refresh_pacemaker_resources(const char *instance_name, struct resource - - pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); - -- if ((pf = popen(buffer, "r")) == NULL) -+ if ((pf = popen(buffer, "r")) == NULL) { -+ if (!no_node_attachment) -+ free(tofree); - return -oserror(); -+ } - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - --- -2.31.1 - - -From 625e3a493611864d8785091d0f95a2e1ec293eea Mon Sep 17 00:00:00 2001 -From: Paul Evans -Date: Fri, 9 Apr 2021 21:10:12 +0100 -Subject: [PATCH 3/7] pmdahacluster: Correct logic for - ha_cluster.pacemaker.resources.* metrics - -Correct the logic for pacemaker resources metrics in the hacluster PMDA -simplifying the logic and correcting the issue seen under QA testing -pointed out by Ken along with further corrections in the pacemaker -resources metric collection. - -Have also included further buffer overflow guarding for the most of -the sscanf cases in pacemaker.c. - -Bonus: Corrected spelling mistakes also pointed out in helptext. ---- - qa/1897.out | 32 ++++++++++++++++---------------- - src/pmdas/hacluster/help | 28 ++++++++++++++-------------- - src/pmdas/hacluster/pacemaker.c | 19 ++++--------------- - 3 files changed, 34 insertions(+), 45 deletions(-) - -diff --git a/qa/1897.out b/qa/1897.out -index ff9c3ff6c..054b1e92f 100644 ---- a/qa/1897.out -+++ b/qa/1897.out -@@ -337,7 +337,7 @@ ha_cluster.pacemaker.nodes.status.dc PMID: 155.3.8 [Whether the node status is g - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the disconnected status is reportered by the node in the cluster, a -+Whether the disconnected status is reported by the node in the cluster, a - value of 1 confirms the node status as disconnected. - inst [0 or "node-1"] value 0 - inst [1 or "node-2"] value 1 -@@ -346,7 +346,7 @@ ha_cluster.pacemaker.nodes.status.expected_up PMID: 155.3.7 [Whether the node st - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the expected_up status is reportered by the node in the cluster, a -+Whether the expected_up status is reported by the node in the cluster, a - value of 1 confirms the node status as expected_up. - inst [0 or "node-1"] value 1 - inst [1 or "node-2"] value 1 -@@ -355,7 +355,7 @@ ha_cluster.pacemaker.nodes.status.maintenance PMID: 155.3.3 [Whether the node st - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the maintenance status is reportered by the node in the cluster, a -+Whether the maintenance status is reported by the node in the cluster, a - value of 1 confirms the node status as online. - inst [0 or "node-1"] value 0 - inst [1 or "node-2"] value 0 -@@ -364,7 +364,7 @@ ha_cluster.pacemaker.nodes.status.online PMID: 155.3.0 [Whether the node status - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the online status is reportered by the node in the cluster, a value of -+Whether the online status is reported by the node in the cluster, a value of - 1 confirms the node status as online. - inst [0 or "node-1"] value 1 - inst [1 or "node-2"] value 1 -@@ -373,7 +373,7 @@ ha_cluster.pacemaker.nodes.status.pending PMID: 155.3.4 [Whether the node status - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the pending status is reportered by the node in the cluster, a value of -+Whether the pending status is reported by the node in the cluster, a value of - 1 confirms the node status as pending. - inst [0 or "node-1"] value 0 - inst [1 or "node-2"] value 0 -@@ -382,7 +382,7 @@ ha_cluster.pacemaker.nodes.status.shutdown PMID: 155.3.6 [Whether the node statu - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the shutdown status is reportered by the node in the cluster, a value -+Whether the shutdown status is reported by the node in the cluster, a value - of 1 confirms the node status as shutdown. - inst [0 or "node-1"] value 0 - inst [1 or "node-2"] value 0 -@@ -391,7 +391,7 @@ ha_cluster.pacemaker.nodes.status.standby PMID: 155.3.1 [Whether the node status - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the standby status is reportered by the node in the cluster, a value of -+Whether the standby status is reported by the node in the cluster, a value of - 1 confirms the node status as standby. - inst [0 or "node-1"] value 0 - inst [1 or "node-2"] value 0 -@@ -400,7 +400,7 @@ ha_cluster.pacemaker.nodes.status.standby_on_fail PMID: 155.3.2 [Whether the nod - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the standby_on_fail status is reportered by the node in the cluster, -+Whether the standby_on_fail status is reported by the node in the cluster, - a value of 1 confirms the node status as standby_on_fail. - inst [0 or "node-1"] value 0 - inst [1 or "node-2"] value 0 -@@ -409,7 +409,7 @@ ha_cluster.pacemaker.nodes.status.unclean PMID: 155.3.5 [Whether the node status - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count - Help: --Whether the unclean status is reportered by the node in the cluster, a value of -+Whether the unclean status is reported by the node in the cluster, a value of - 1 confirms the node status as unclean. - inst [0 or "node-1"] value 0 - inst [1 or "node-2"] value 0 -@@ -466,7 +466,7 @@ ha_cluster.pacemaker.resources.managed PMID: 155.5.3 [Value is either true or fa - Semantics: instant Units: count - Help: - The value of whether the resource instance in the cluster is managed or not. -- inst [0 or "my_first_svc:node-1"] value 0 -+ inst [0 or "my_first_svc:node-1"] value 1 - inst [5 or "rsc_TEST:node-1"] value 1 - inst [1 or "rsc_Test:node-1"] value 1 - inst [2 or "rsc_Test:node-2"] value 1 -@@ -489,9 +489,9 @@ ha_cluster.pacemaker.resources.status.active PMID: 155.5.5 [Whether the resource - Data Type: 32-bit unsigned int InDom: 155.4 0x26c00004 - Semantics: instant Units: count - Help: --Whether the active status is reportered by the resource in the cluster, a -+Whether the active status is reported by the resource in the cluster, a - value of 1 confirms the resource status as active. -- inst [0 or "my_first_svc:node-1"] value 0 -+ inst [0 or "my_first_svc:node-1"] value 1 - inst [5 or "rsc_TEST:node-1"] value 1 - inst [1 or "rsc_Test:node-1"] value 1 - inst [2 or "rsc_Test:node-2"] value 1 -@@ -502,7 +502,7 @@ ha_cluster.pacemaker.resources.status.blocked PMID: 155.5.7 [Whether the resourc - Data Type: 32-bit unsigned int InDom: 155.4 0x26c00004 - Semantics: instant Units: count - Help: --Whether the blocked status is reportered by the resource in the cluster, a -+Whether the blocked status is reported by the resource in the cluster, a - value of 1 confirms the resource status as blocked. - inst [0 or "my_first_svc:node-1"] value 0 - inst [5 or "rsc_TEST:node-1"] value 0 -@@ -515,7 +515,7 @@ ha_cluster.pacemaker.resources.status.failed PMID: 155.5.8 [Whether the resource - Data Type: 32-bit unsigned int InDom: 155.4 0x26c00004 - Semantics: instant Units: count - Help: --Whether the failed status is reportered by the resource in the cluster, a -+Whether the failed status is reported by the resource in the cluster, a - value of 1 confirms the resource status as failed. - inst [0 or "my_first_svc:node-1"] value 0 - inst [5 or "rsc_TEST:node-1"] value 0 -@@ -528,7 +528,7 @@ ha_cluster.pacemaker.resources.status.failure_ignored PMID: 155.5.9 [Whether the - Data Type: 32-bit unsigned int InDom: 155.4 0x26c00004 - Semantics: instant Units: count - Help: --Whether the failure_ignored status is reportered by the resource in the -+Whether the failure_ignored status is reported by the resource in the - cluster, a value of 1 confirms the resource status as failure_ignored. - inst [0 or "my_first_svc:node-1"] value 0 - inst [5 or "rsc_TEST:node-1"] value 0 -@@ -541,7 +541,7 @@ ha_cluster.pacemaker.resources.status.orphaned PMID: 155.5.6 [Whether the resour - Data Type: 32-bit unsigned int InDom: 155.4 0x26c00004 - Semantics: instant Units: count - Help: --Whether the orphaned status is reportered by the resource in the cluster, a -+Whether the orphaned status is reported by the resource in the cluster, a - value of 1 confirms the resource status as orphaned. - inst [0 or "my_first_svc:node-1"] value 0 - inst [5 or "rsc_TEST:node-1"] value 0 -diff --git a/src/pmdas/hacluster/help b/src/pmdas/hacluster/help -index fa5bf9106..704e940c0 100644 ---- a/src/pmdas/hacluster/help -+++ b/src/pmdas/hacluster/help -@@ -64,39 +64,39 @@ Pacemaker internals. - The membership type given to the node in the Pacemaker cluster. - - @ ha_cluster.pacemaker.nodes.status.online Whether the node status is given as online --Whether the online status is reportered by the node in the cluster, a value of -+Whether the online status is reported by the node in the cluster, a value of - 1 confirms the node status as online. - - @ ha_cluster.pacemaker.nodes.status.standby Whether the node status is given as standby --Whether the standby status is reportered by the node in the cluster, a value of -+Whether the standby status is reported by the node in the cluster, a value of - 1 confirms the node status as standby. - - @ ha_cluster.pacemaker.nodes.status.standby_on_fail Whether the node status is given as standby_on_fail --Whether the standby_on_fail status is reportered by the node in the cluster, -+Whether the standby_on_fail status is reported by the node in the cluster, - a value of 1 confirms the node status as standby_on_fail. - - @ ha_cluster.pacemaker.nodes.status.maintenance Whether the node status is given as maintenance --Whether the maintenance status is reportered by the node in the cluster, a -+Whether the maintenance status is reported by the node in the cluster, a - value of 1 confirms the node status as online. - - @ ha_cluster.pacemaker.nodes.status.pending Whether the node status is given as pending --Whether the pending status is reportered by the node in the cluster, a value of -+Whether the pending status is reported by the node in the cluster, a value of - 1 confirms the node status as pending. - - @ ha_cluster.pacemaker.nodes.status.unclean Whether the node status is given as unclean --Whether the unclean status is reportered by the node in the cluster, a value of -+Whether the unclean status is reported by the node in the cluster, a value of - 1 confirms the node status as unclean. - - @ ha_cluster.pacemaker.nodes.status.shutdown Whether the node status is given as shutdown --Whether the shutdown status is reportered by the node in the cluster, a value -+Whether the shutdown status is reported by the node in the cluster, a value - of 1 confirms the node status as shutdown. - - @ ha_cluster.pacemaker.nodes.status.expected_up Whether the node status is given as expected_up --Whether the expected_up status is reportered by the node in the cluster, a -+Whether the expected_up status is reported by the node in the cluster, a - value of 1 confirms the node status as expected_up. - - @ ha_cluster.pacemaker.nodes.status.dc Whether the node status is given as disconnected --Whether the disconnected status is reportered by the node in the cluster, a -+Whether the disconnected status is reported by the node in the cluster, a - value of 1 confirms the node status as disconnected. - - @ ha_cluster.pacemaker.resources.agent The name of the resource agent for this resource -@@ -118,23 +118,23 @@ The value of whether the resource instance in the cluster is managed or not. - The value of the given role state for the resource instance in the cluster. - - @ ha_cluster.pacemaker.resources.status.active Whether the resources status is given as active --Whether the active status is reportered by the resource in the cluster, a -+Whether the active status is reported by the resource in the cluster, a - value of 1 confirms the resource status as active. - - @ ha_cluster.pacemaker.resources.status.orphaned Whether the resources status is given as orphaned --Whether the orphaned status is reportered by the resource in the cluster, a -+Whether the orphaned status is reported by the resource in the cluster, a - value of 1 confirms the resource status as orphaned. - - @ ha_cluster.pacemaker.resources.status.blocked Whether the resources status is given as blocked --Whether the blocked status is reportered by the resource in the cluster, a -+Whether the blocked status is reported by the resource in the cluster, a - value of 1 confirms the resource status as blocked. - - @ ha_cluster.pacemaker.resources.status.failed Whether the resources status is given as failed --Whether the failed status is reportered by the resource in the cluster, a -+Whether the failed status is reported by the resource in the cluster, a - value of 1 confirms the resource status as failed. - - @ ha_cluster.pacemaker.resources.status.failure_ignored Whether the resources status is given as failure_ignored --Whether the failure_ignored status is reportered by the resource in the -+Whether the failure_ignored status is reported by the resource in the - cluster, a value of 1 confirms the resource status as failure_ignored. - - @ ha_cluster.corosync.quorate Value given for quorate -diff --git a/src/pmdas/hacluster/pacemaker.c b/src/pmdas/hacluster/pacemaker.c -index 2dc53f8cf..8f8e626a5 100644 ---- a/src/pmdas/hacluster/pacemaker.c -+++ b/src/pmdas/hacluster/pacemaker.c -@@ -513,7 +513,7 @@ hacluster_refresh_pacemaker_nodes(const char *node_name, struct nodes *nodes) - - /* Collect our node names */ - if (found_nodes && strstr(buffer, node_name)) { -- sscanf(buffer, "%*s %*s %*s online=\"%[^\"]\" standby=\"%[^\"]\" standby_onfail=\"%[^\"]\" maintenance=\"%[^\"]\" pending=\"%[^\"]\" unclean=\"%[^\"]\" shutdown=\"%[^\"]\" expected_up=\"%[^\"]\" is_dc =\"%[^\"]\" %*s type=\"%[^\"]\"", -+ sscanf(buffer, "%*s %*s %*s online=\"%9[^\"]\" standby=\"%9[^\"]\" standby_onfail=\"%9[^\"]\" maintenance=\"%9[^\"]\" pending=\"%9[^\"]\" unclean=\"%9[^\"]\" shutdown=\"%9[^\"]\" expected_up=\"%9[^\"]\" is_dc =\"%9[^\"]\" %*s type=\"%9[^\"]\"", - online, - standby, - standby_on_fail, -@@ -671,19 +671,8 @@ hacluster_refresh_pacemaker_resources(const char *instance_name, struct resource - /* Collect our metrics */ - if (strstr(buffer, "resource id=") && strstr(buffer, resource_id)) { - -- if(strstr(resources->clone, "\0") || strstr(resources->group, "\0")) { -- sscanf(buffer, "%*s %*s resource_agent=\"%[^\"]\" role=\"%[^\"]\" active=\"%[^\"]\" orphaned=\"%[^\"]\" blocked=\"%[^\"]\" managed=\"%[^\"]\" failed=\"%[^\"]\" failure_ignored=\"%[^\"]\"", -- resources->agent, -- resources->role, -- active, -- orphaned, -- blocked, -- managed, -- failed, -- failure_ignored -- ); -- } else if ((strstr(resources->clone, "\0") || strstr(resources->group, "\0")) && strstr(buffer, "target_role")) { -- sscanf(buffer, "%*s %*s resource_agent=\"%[^\"]\" role=\"%[^\"]\" %*s active=\"%[^\"]\" orphaned=\"%[^\"]\" blocked=\"%[^\"]\" managed=\"%[^\"]\" failed=\"%[^\"]\" failure_ignored=\"%[^\"]\"", -+ if (strstr(buffer, "target_role")) { -+ sscanf(buffer, "%*s %*s resource_agent=\"%[^\"]\" role=\"%[^\"]\" %*s active=\"%7[^\"]\" orphaned=\"%7[^\"]\" blocked=\"%7[^\"]\" managed=\"%7[^\"]\" failed=\"%7[^\"]\" failure_ignored=\"%7[^\"]\"", - resources->agent, - resources->role, - active, -@@ -694,7 +683,7 @@ hacluster_refresh_pacemaker_resources(const char *instance_name, struct resource - failure_ignored - ); - } else { -- sscanf(buffer, "%*s %*s resource_agent=\"%[^\"]\" role=\"%[^\"]\" %*s active=\"%[^\"]\" orphaned=\"%[^\"]\" blocked=\"%[^\"]\" managed=\"%[^\"]\" failed=\"%[^\"]\" failure_ignored=\"%[^\"]\"", -+ sscanf(buffer, "%*s %*s resource_agent=\"%[^\"]\" role=\"%[^\"]\" active=\"%7[^\"]\" orphaned=\"%7[^\"]\" blocked=\"%7[^\"]\" managed=\"%7[^\"]\" failed=\"%7[^\"]\" failure_ignored=\"%7[^\"]\"", - resources->agent, - resources->role, - active, --- -2.31.1 - - -From 7f39eb78a86b244a046d7014c744abe21b3bef52 Mon Sep 17 00:00:00 2001 -From: Paul Evans -Date: Fri, 9 Apr 2021 21:12:19 +0100 -Subject: [PATCH 4/7] pmdahacluster: Reduce log messages from popen() - -The PMDA is designed to be able to collect metrics on setups where not all -of the HA Cluster components might exist. Suppress some of these logging -warnings when certain components are not available on the host system. ---- - src/pmdas/hacluster/corosync.c | 20 +++++++-------- - src/pmdas/hacluster/drbd.c | 8 +++--- - src/pmdas/hacluster/pacemaker.c | 14 +++++------ - src/pmdas/hacluster/pmda.c | 44 +++++++++++++++++++-------------- - src/pmdas/hacluster/sbd.c | 4 +-- - 5 files changed, 49 insertions(+), 41 deletions(-) - -diff --git a/src/pmdas/hacluster/corosync.c b/src/pmdas/hacluster/corosync.c -index c7964b621..ee0052dee 100644 ---- a/src/pmdas/hacluster/corosync.c -+++ b/src/pmdas/hacluster/corosync.c -@@ -139,10 +139,10 @@ hacluster_refresh_corosync_node(const char *node_name, struct member_votes *node - char *buffer_ptr; - FILE *pf; - -- pmsprintf(buffer, sizeof(buffer), "%s", quorumtool_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", quorumtool_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - if (strstr(buffer, node_name)) { -@@ -187,10 +187,10 @@ hacluster_refresh_corosync_global() - char buffer[4096], quorate[6]; - FILE *pf; - -- pmsprintf(buffer, sizeof(buffer), "%s", quorumtool_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", quorumtool_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - -@@ -218,10 +218,10 @@ hacluster_refresh_corosync_global() - } - pclose(pf); - -- pmsprintf(buffer, sizeof(buffer), "%s", cfgtool_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", cfgtool_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - -@@ -240,10 +240,10 @@ hacluster_refresh_corosync_ring(const char *ring_name, struct rings *rings) - FILE *pf; - int ring_found = 0; - -- pmsprintf(buffer, sizeof(buffer), "%s", cfgtool_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", cfgtool_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - -@@ -293,10 +293,10 @@ hacluster_refresh_corosync_ring(const char *ring_name, struct rings *rings) - } - pclose(pf); - -- pmsprintf(buffer, sizeof(buffer), "%s", quorumtool_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", quorumtool_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - /* - * Check corosync-quorumtool for our node_id and ring_id values for our -diff --git a/src/pmdas/hacluster/drbd.c b/src/pmdas/hacluster/drbd.c -index 7fb3b04d0..bec83031c 100644 ---- a/src/pmdas/hacluster/drbd.c -+++ b/src/pmdas/hacluster/drbd.c -@@ -156,10 +156,10 @@ hacluster_refresh_drbd_resource(const char *resource_name, struct resource *reso - - int found_node = 0, found_volume = 0, nesting = 0; - -- pmsprintf(buffer, sizeof(buffer), "%s", drbdsetup_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", drbdsetup_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - /* - * We need to split our combined NODE:VOLUME instance names into their -@@ -274,10 +274,10 @@ hacluster_refresh_drbd_peer_device(const char *peer_name, struct peer_device *pe - - int found_node = 0, found_peer_node = 0, nesting = 0; - -- pmsprintf(buffer, sizeof(buffer), "%s", drbdsetup_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", drbdsetup_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - /* - * We need to split our combined NODE:PEER_NODE_ID instance names into -diff --git a/src/pmdas/hacluster/pacemaker.c b/src/pmdas/hacluster/pacemaker.c -index 8f8e626a5..355f4df5c 100644 ---- a/src/pmdas/hacluster/pacemaker.c -+++ b/src/pmdas/hacluster/pacemaker.c -@@ -360,7 +360,7 @@ hacluster_refresh_pacemaker_global() - char last_written_text[128], stonith[6]; - FILE *pf; - -- pmsprintf(buffer, sizeof(buffer), "%s", cibadmin_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", cibadmin_command); - - if ((pf = popen(buffer, "r")) == NULL) - return -oserror(); -@@ -374,7 +374,7 @@ hacluster_refresh_pacemaker_global() - } - pclose(pf); - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) - return -oserror(); -@@ -402,7 +402,7 @@ hacluster_refresh_pacemaker_fail(const char *instance_name, struct fail_count *f - int found_node_history = 0, found_node_name = 0; - FILE *pf; - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) - return -oserror(); -@@ -455,7 +455,7 @@ hacluster_refresh_pacemaker_constraints(const char *constraints_name, struct loc - int found_constraints = 0; - FILE *pf; - -- pmsprintf(buffer, sizeof(buffer), "%s", cibadmin_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", cibadmin_command); - - if ((pf = popen(buffer, "r")) == NULL) - return -oserror(); -@@ -492,7 +492,7 @@ hacluster_refresh_pacemaker_nodes(const char *node_name, struct nodes *nodes) - char online[10], standby[10], standby_on_fail[10], maintenance[10], pending[10]; - char unclean[10], shutdown[10], expected_up[10], dc[10]; - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) - return -oserror(); -@@ -549,7 +549,7 @@ hacluster_refresh_pacemaker_node_attribs(const char *attrib_name, struct attribu - int found_node_attributes = 0, found_node_name = 0; - FILE *pf; - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) - return -oserror(); -@@ -623,7 +623,7 @@ hacluster_refresh_pacemaker_resources(const char *instance_name, struct resource - node = strsep(&str, ":"); - } - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) { - if (!no_node_attachment) -diff --git a/src/pmdas/hacluster/pmda.c b/src/pmdas/hacluster/pmda.c -index 196de2e64..c7ffac6da 100644 ---- a/src/pmdas/hacluster/pmda.c -+++ b/src/pmdas/hacluster/pmda.c -@@ -359,10 +359,10 @@ hacluster_pacemaker_fail_instance_refresh(void) - FILE *pf; - pmInDom indom = INDOM(PACEMAKER_FAIL_INDOM); - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - /* First we need to check whether we are in section*/ -@@ -426,11 +426,11 @@ hacluster_pacemaker_constraints_instance_refresh(void) - FILE *pf; - pmInDom indom = INDOM(PACEMAKER_CONSTRAINTS_INDOM); - -- pmsprintf(buffer, sizeof(buffer), "%s", cibadmin_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", cibadmin_command); - buffer[sizeof(buffer)-1] = '\0'; - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - /* First we need to check whether we are in section*/ -@@ -472,10 +472,10 @@ hacluster_pacemaker_nodes_instance_refresh(void) - FILE *pf; - pmInDom indom = INDOM(PACEMAKER_NODES_INDOM); - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - /* First we need to check whether we are in section*/ -@@ -525,10 +525,10 @@ hacluster_pacemaker_node_attrib_instance_refresh(void) - FILE *pf; - pmInDom indom = INDOM(PACEMAKER_NODE_ATTRIB_INDOM); - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - /* First we need to check whether we are in section*/ -@@ -598,10 +598,10 @@ hacluster_pacemaker_resources_instance_refresh(void) - FILE *pf; - pmInDom indom= INDOM(PACEMAKER_RESOURCES_INDOM); - -- pmsprintf(buffer, sizeof(buffer), "%s", crm_mon_command); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - /* First we need to check whether we are in section*/ -@@ -676,9 +676,11 @@ hacluster_corosync_node_instance_refresh(void) - * membership information section of corosync-quorumtool output - */ - pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", quorumtool_command); - -- if ((pf = popen(quorumtool_command, "r")) == NULL) -- return -oserror(); -+ if ((pf = popen(buffer, "r")) == NULL) -+ return oserror(); - - while (fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - /* Clear whitespace at start of each line */ -@@ -735,8 +737,10 @@ hacluster_corosync_ring_instance_refresh(void) - */ - pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); - -- if ((pf = popen(cfgtool_command, "r")) == NULL) -- return -oserror(); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", cfgtool_command); -+ -+ if ((pf = popen(buffer, "r")) == NULL) -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - -@@ -865,8 +869,10 @@ hacluster_drbd_resource_instance_refresh(void) - */ - pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); - -- if ((pf = popen(drbdsetup_command, "r")) == NULL) -- return -oserror(); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", drbdsetup_command); -+ -+ if ((pf = popen(buffer, "r")) == NULL) -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - /* Clear whitespace at start of each line */ -@@ -940,8 +946,10 @@ hacluster_drbd_peer_device_instance_refresh(void) - */ - pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); - -- if ((pf = popen(drbdsetup_command, "r")) == NULL) -- return -oserror(); -+ pmsprintf(buffer, sizeof(buffer), "%s 2>&1", drbdsetup_command); -+ -+ if ((pf = popen(buffer, "r")) == NULL) -+ return oserror(); - - while(fgets(buffer, sizeof(buffer)-1, pf) != NULL) { - /* Clear whitespace at start of each line */ -diff --git a/src/pmdas/hacluster/sbd.c b/src/pmdas/hacluster/sbd.c -index 5f55d0734..2824f6589 100644 ---- a/src/pmdas/hacluster/sbd.c -+++ b/src/pmdas/hacluster/sbd.c -@@ -74,10 +74,10 @@ hacluster_refresh_sbd_device(const char *sbd_dev, struct sbd *sbd) - char buffer[4096]; - FILE *pf; - -- pmsprintf(buffer, sizeof(buffer), "%s -d %s dump", sbd_command, sbd_dev); -+ pmsprintf(buffer, sizeof(buffer), "%s -d %s dump 2>&1", sbd_command, sbd_dev); - - if ((pf = popen(buffer, "r")) == NULL) -- return -oserror(); -+ return oserror(); - - strncpy(sbd->path, sbd_dev, sizeof(sbd->path)); - sbd->path[sizeof(sbd->path)-1] = '\0'; --- -2.31.1 - - -From 91241a5f76fc83895621fe35f399b5dcd97e796e Mon Sep 17 00:00:00 2001 -From: Paul Evans -Date: Fri, 18 Jun 2021 00:30:39 +0100 -Subject: [PATCH 5/7] pmdahacluster: Add support for labels on key metrics - -Introduction of a number of labels on some metrics allowing the export -of metadata in cases where PM_TYPE_STRING is not supported. - -This will allow information including Pacemaker location constraint data and -others to be successfully exported in pmproxy using the OpenMetrics API. - -Satisfies RHBZ# 1972277: PCP - PMDA HA Cluster (pcp-pmda-hacluster) - unable -to export pacemaker location constraints data due to unsupported metric type ---- - qa/1897.out | 66 ++++- - src/pmdas/hacluster/corosync.c | 7 + - src/pmdas/hacluster/corosync.h | 1 + - src/pmdas/hacluster/drbd.c | 14 ++ - src/pmdas/hacluster/drbd.h | 2 + - src/pmdas/hacluster/help | 30 ++- - src/pmdas/hacluster/pacemaker.c | 21 ++ - src/pmdas/hacluster/pacemaker.h | 3 + - src/pmdas/hacluster/pmda.c | 369 ++++++++++++++++++++++++++-- - src/pmdas/hacluster/pmdahacluster.h | 58 +++-- - src/pmdas/hacluster/pmns | 119 ++++----- - src/pmdas/hacluster/sbd.c | 7 + - src/pmdas/hacluster/sbd.h | 1 + - 13 files changed, 602 insertions(+), 96 deletions(-) - -diff --git a/qa/1897.out b/qa/1897.out -index 054b1e92f..b757e857a 100644 ---- a/qa/1897.out -+++ b/qa/1897.out -@@ -76,6 +76,14 @@ Help: - The IP address locally linked to this ring. - inst [0 or "0"] value "192.168.122.101" - -+ha_cluster.corosync.rings.all PMID: 155.15.0 [Corosync rings information] -+ Data Type: 32-bit unsigned int InDom: 155.13 0x26c0000d -+ Semantics: instant Units: count -+Help: -+Value is 1 if a ring exists. The details of the corrosponding ring -+is given as label metadata values for this metric. -+ inst [0 or "0"] value 1 -+ - ha_cluster.corosync.rings.node_id PMID: 155.8.2 [ID of the local node] - Data Type: 64-bit unsigned int InDom: 155.6 0x26c00006 - Semantics: instant Units: count -@@ -120,6 +128,14 @@ Help: - Amount of writes to the bitmap area of metadata by the DRBD resource:volume. - inst [0 or "drbd1:0"] value 0 - -+ha_cluster.drbd.connections.all PMID: 155.18.0 [DRBD Peer disk information] -+ Data Type: 32-bit unsigned int InDom: 155.16 0x26c00010 -+ Semantics: instant Units: count -+Help: -+Value is 1 if a drbd peer connection exists. The details of the corrosponding DRBD peer -+connection is given as label metadata values for this metric. -+ inst [0 or "drbd1:1"] value 1 -+ - ha_cluster.drbd.connections.peer_disk_state PMID: 155.11.4 [Peer disk state] - Data Type: string InDom: 155.9 0x26c00009 - Semantics: instant Units: count -@@ -218,6 +234,14 @@ Help: - Amount in KiB read by the DRBD resource:volume. - inst [0 or "drbd1:0"] value 1888160 - -+ha_cluster.drbd.resources.all PMID: 155.17.0 [DRBD resource information] -+ Data Type: 32-bit unsigned int InDom: 155.15 0x26c0000f -+ Semantics: instant Units: count -+Help: -+Value is 1 if a drbd resource exists. The details of the corrosponding drbd resource -+is given as label metadata values for this metric. -+ inst [0 or "drbd1:0"] value 1 -+ - ha_cluster.drbd.resources.disk_state PMID: 155.10.3 [Disk state] - Data Type: string InDom: 155.8 0x26c00008 - Semantics: instant Units: count -@@ -285,6 +309,14 @@ The number of fail count per node and resource ID, the actual maximum value - depends on Pacemaker internals. - inst [0 or "node-1:my_first_svc"] value 0 - -+ha_cluster.pacemaker.location_constraints.all PMID: 155.12.0 [Location constraint information] -+ Data Type: 32-bit unsigned int InDom: 155.10 0x26c0000a -+ Semantics: instant Units: count -+Help: -+Value is 1 if a location constraint exists. The details of the location constraint -+is given as label metadata values for this metric. -+ inst [0 or "test"] value 1 -+ - ha_cluster.pacemaker.location_constraints.node PMID: 155.2.0 [Node of the location constraint] - Data Type: string InDom: 155.1 0x26c00001 - Semantics: instant Units: count -@@ -327,12 +359,23 @@ ha_cluster.pacemaker.node_attributes PMID: 155.4.0 [Metadata used by Resource Ag - Semantics: instant Units: count - Help: - The raw values for the cluster metadata attributes and their value per node as --used by the Resource Agents. -+used by the Resource Agents. - inst [0 or "node-1:test_clone_state"] value "PROMOTED" - inst [1 or "node-1:test_site"] value "PRIMARY_SITE_NAME" - inst [2 or "node-2:test_clone_state"] value "DEMOTED" - inst [3 or "node-2:test_site"] value "SECONDARY_SITE_NAME" - -+ha_cluster.pacemaker.node_attributes_all PMID: 155.13.0 [Metadata information] -+ Data Type: 32-bit unsigned int InDom: 155.11 0x26c0000b -+ Semantics: instant Units: count -+Help: -+Value is 1 if a node metadata exists. The details of the node metadata -+is given as label metadata values for this metric. -+ inst [0 or "node-1:test_clone_state"] value 1 -+ inst [1 or "node-1:test_site"] value 1 -+ inst [2 or "node-2:test_clone_state"] value 1 -+ inst [3 or "node-2:test_site"] value 1 -+ - ha_cluster.pacemaker.nodes.status.dc PMID: 155.3.8 [Whether the node status is given as disconnected] - Data Type: 32-bit unsigned int InDom: 155.2 0x26c00002 - Semantics: instant Units: count -@@ -435,6 +478,19 @@ cluster. - inst [4 or "rsc_fs_TEST:node-1"] value "ocf::heartbeat:Filesystem" - inst [3 or "rsc_ip_TEST:node-1"] value "ocf::heartbeat:IPaddr2" - -+ha_cluster.pacemaker.resources.all PMID: 155.14.0 [Pacemaker resources information] -+ Data Type: 32-bit unsigned int InDom: 155.12 0x26c0000c -+ Semantics: instant Units: count -+Help: -+Value is 1 if a resources exists. The details of the resource -+is given as label metadata values for this metric. -+ inst [0 or "my_first_svc:node-1"] value 1 -+ inst [5 or "rsc_TEST:node-1"] value 1 -+ inst [1 or "rsc_Test:node-1"] value 1 -+ inst [2 or "rsc_Test:node-2"] value 1 -+ inst [4 or "rsc_fs_TEST:node-1"] value 1 -+ inst [3 or "rsc_ip_TEST:node-1"] value 1 -+ - ha_cluster.pacemaker.resources.clone PMID: 155.5.1 [The name of the clone given for this resource] - Data Type: string InDom: 155.4 0x26c00004 - Semantics: instant Units: count -@@ -557,6 +613,14 @@ Help: - Value returns as to whether stonith is enabled or disabled for the cluster. - value 0 - -+ha_cluster.sbd.all PMID: 155.16.0 [SBD device information] -+ Data Type: 32-bit unsigned int InDom: 155.14 0x26c0000e -+ Semantics: instant Units: count -+Help: -+Value is 1 if a sbd device exists. The details of the corrosponding SBD device -+is given as label metadata values for this metric. -+ inst [0 or "/dev/vdb"] value 1 -+ - ha_cluster.sbd.devices.path PMID: 155.9.0 [Path of SBD device] - Data Type: string InDom: 155.7 0x26c00007 - Semantics: instant Units: count -diff --git a/src/pmdas/hacluster/corosync.c b/src/pmdas/hacluster/corosync.c -index ee0052dee..5549e59b9 100644 ---- a/src/pmdas/hacluster/corosync.c -+++ b/src/pmdas/hacluster/corosync.c -@@ -132,6 +132,13 @@ hacluster_corosync_ring_fetch(int item, struct rings *rings, pmAtomValue *atom) - return PMDA_FETCH_NOVALUES; - } - -+int -+hacluster_corosync_ring_all_fetch(int item, pmAtomValue *atom) -+{ -+ atom->ul = 1; /* Assign default exists value 1 */ -+ return PMDA_FETCH_STATIC; -+} -+ - int - hacluster_refresh_corosync_node(const char *node_name, struct member_votes *node) - { -diff --git a/src/pmdas/hacluster/corosync.h b/src/pmdas/hacluster/corosync.h -index f3d265d17..11c3b3b45 100644 ---- a/src/pmdas/hacluster/corosync.h -+++ b/src/pmdas/hacluster/corosync.h -@@ -73,6 +73,7 @@ extern int hacluster_corosync_global_fetch(int, pmAtomValue *); - extern int hacluster_refresh_corosync_global(); - - extern int hacluster_corosync_ring_fetch(int, struct rings *, pmAtomValue *); -+extern int hacluster_corosync_ring_all_fetch(int, pmAtomValue *); - extern int hacluster_refresh_corosync_ring(const char *, struct rings *); - - extern void corosync_stats_setup(void); -diff --git a/src/pmdas/hacluster/drbd.c b/src/pmdas/hacluster/drbd.c -index bec83031c..2c18a5fae 100644 ---- a/src/pmdas/hacluster/drbd.c -+++ b/src/pmdas/hacluster/drbd.c -@@ -90,6 +90,13 @@ hacluster_drbd_resource_fetch(int item, struct resource *resource, pmAtomValue * - return PMDA_FETCH_NOVALUES; - } - -+int -+hacluster_drbd_resource_all_fetch(int item, pmAtomValue *atom) -+{ -+ atom->ul = 1; /* Assign default exists value 1 */ -+ return PMDA_FETCH_STATIC; -+} -+ - int - hacluster_drbd_peer_device_fetch(int item, struct peer_device *peer_device, pmAtomValue *atom) - { -@@ -146,6 +153,13 @@ hacluster_drbd_peer_device_fetch(int item, struct peer_device *peer_device, pmAt - return PMDA_FETCH_NOVALUES; - } - -+int -+hacluster_drbd_peer_device_all_fetch(int item, pmAtomValue *atom) -+{ -+ atom->ul = 1; /* Assign default exists value 1 */ -+ return PMDA_FETCH_STATIC; -+} -+ - int - hacluster_refresh_drbd_resource(const char *resource_name, struct resource *resource) - { -diff --git a/src/pmdas/hacluster/drbd.h b/src/pmdas/hacluster/drbd.h -index 0cb687e78..35a2a898c 100644 ---- a/src/pmdas/hacluster/drbd.h -+++ b/src/pmdas/hacluster/drbd.h -@@ -83,9 +83,11 @@ struct peer_device { - }; - - extern int hacluster_drbd_resource_fetch(int, struct resource *, pmAtomValue *); -+extern int hacluster_drbd_resource_all_fetch(int, pmAtomValue *); - extern int hacluster_refresh_drbd_resource(const char *, struct resource *); - - extern int hacluster_drbd_peer_device_fetch(int, struct peer_device *, pmAtomValue *); -+extern int hacluster_drbd_peer_device_all_fetch(int, pmAtomValue *); - extern int hacluster_refresh_drbd_peer_device(const char *, struct peer_device *); - - extern void drbd_stats_setup(void); -diff --git a/src/pmdas/hacluster/help b/src/pmdas/hacluster/help -index 704e940c0..bdcd68e5f 100644 ---- a/src/pmdas/hacluster/help -+++ b/src/pmdas/hacluster/help -@@ -42,7 +42,11 @@ Pacemaker cluster. - - @ ha_cluster.pacemaker.node_attributes Metadata used by Resource Agents - The raw values for the cluster metadata attributes and their value per node as --used by the Resource Agents. -+used by the Resource Agents. -+ -+@ ha_cluster.pacemaker.node_attributes_all Metadata information -+Value is 1 if a node metadata exists. The details of the node metadata -+is given as label metadata values for this metric. - - @ ha_cluster.pacemaker.stonith_enabled Whether stonith is enabled in the cluster - Value returns as to whether stonith is enabled or disabled for the cluster. -@@ -60,6 +64,10 @@ The resource role that the location contraint applies to, if any. - The score given to the location constraint by Pacemaker, the value depends on - Pacemaker internals. - -+@ ha_cluster.pacemaker.location_constraints.all Location constraint information -+Value is 1 if a location constraint exists. The details of the location constraint -+is given as label metadata values for this metric. -+ - @ ha_cluster.pacemaker.nodes.type The type given to the node - The membership type given to the node in the Pacemaker cluster. - -@@ -137,6 +145,10 @@ value of 1 confirms the resource status as failed. - Whether the failure_ignored status is reported by the resource in the - cluster, a value of 1 confirms the resource status as failure_ignored. - -+@ ha_cluster.pacemaker.resources.all Pacemaker resources information -+Value is 1 if a resources exists. The details of the resource -+is given as label metadata values for this metric. -+ - @ ha_cluster.corosync.quorate Value given for quorate - The value represents whether or not the cluster is quorate. - -@@ -180,6 +192,10 @@ The number for the Corosync ring. - @ ha_cluster.corosync.rings.ring_id Ring ID - The internal Corosync ring ID, corresponds to the first node to join. - -+@ ha_cluster.corosync.rings.all Corosync rings information -+Value is 1 if a ring exists. The details of the corrosponding ring -+is given as label metadata values for this metric. -+ - @ ha_cluster.sbd.devices.path Path of SBD device - The full path given to each SBD device. - -@@ -187,6 +203,10 @@ The full path given to each SBD device. - The current status given for each of the SBD devices, the value is one of - healthy or unhealthy. - -+@ ha_cluster.sbd.all SBD device information -+Value is 1 if a sbd device exists. The details of the corrosponding SBD device -+is given as label metadata values for this metric. -+ - @ ha_cluster.sbd.timeouts.mgswait mgswait timeout value - The value threshold for msgwait timeouts for the given SBD device. - -@@ -260,6 +280,10 @@ The volume number of ther resource for each resource:volume. - @ ha_cluster.drbd.resources.disk_state Disk state - The current reported disk state of for the resource:volume. - -+@ ha_cluster.drbd.resources.all DRBD resource information -+Value is 1 if a drbd resource exists. The details of the corrosponding drbd resource -+is given as label metadata values for this metric. -+ - @ ha_cluster.drbd.connections.resource Resource that the connection is for - The given resource that the DRBD connection is for each resource:volume. - -@@ -274,3 +298,7 @@ The reported volume for the connection. - - @ ha_cluster.drbd.connections.peer_disk_state Peer disk state - The reported peer disk state for the connection. -+ -+@ ha_cluster.drbd.connections.all DRBD Peer disk information -+Value is 1 if a drbd peer connection exists. The details of the corrosponding DRBD peer -+connection is given as label metadata values for this metric. -diff --git a/src/pmdas/hacluster/pacemaker.c b/src/pmdas/hacluster/pacemaker.c -index 355f4df5c..beff98b83 100644 ---- a/src/pmdas/hacluster/pacemaker.c -+++ b/src/pmdas/hacluster/pacemaker.c -@@ -221,6 +221,13 @@ hacluster_pacemaker_constraints_fetch(int item, struct location_constraints *loc - return PMDA_FETCH_NOVALUES; - } - -+int -+hacluster_pacemaker_constraints_all_fetch(int item, pmAtomValue *atom) -+{ -+ atom->ul = 1; /* Assign default exists value 1 */ -+ return PMDA_FETCH_STATIC; -+} -+ - int - hacluster_pacemaker_nodes_fetch(int item, struct nodes *nodes, pmAtomValue *atom) - { -@@ -297,6 +304,13 @@ hacluster_pacemaker_node_attribs_fetch(int item, struct attributes *attributes, - return PMDA_FETCH_NOVALUES; - } - -+int -+hacluster_pacemaker_node_attribs_all_fetch(int item, pmAtomValue *atom) -+{ -+ atom->ul = 1; /* Assign default exists value 1 */ -+ return PMDA_FETCH_STATIC; -+} -+ - int - hacluster_pacemaker_resources_fetch(int item, struct resources *resources, pmAtomValue *atom) - { -@@ -353,6 +367,13 @@ hacluster_pacemaker_resources_fetch(int item, struct resources *resources, pmAto - return PMDA_FETCH_NOVALUES; - } - -+int -+hacluster_pacemaker_resources_all_fetch(int item, pmAtomValue *atom) -+{ -+ atom->ul = 1; /* Assign default exists value 1 */ -+ return PMDA_FETCH_STATIC; -+} -+ - int - hacluster_refresh_pacemaker_global() - { -diff --git a/src/pmdas/hacluster/pacemaker.h b/src/pmdas/hacluster/pacemaker.h -index fe175e37f..0bd2a7e0f 100644 ---- a/src/pmdas/hacluster/pacemaker.h -+++ b/src/pmdas/hacluster/pacemaker.h -@@ -124,15 +124,18 @@ extern int hacluster_pacemaker_fail_fetch(int, struct fail_count *, pmAtomValue - extern int hacluster_refresh_pacemaker_fail(const char *, struct fail_count *); - - extern int hacluster_pacemaker_constraints_fetch(int, struct location_constraints *, pmAtomValue *); -+extern int hacluster_pacemaker_constraints_all_fetch(int, pmAtomValue *); - extern int hacluster_refresh_pacemaker_constraints(const char *, struct location_constraints *); - - extern int hacluster_pacemaker_nodes_fetch(int, struct nodes *, pmAtomValue *); - extern int hacluster_refresh_pacemaker_nodes(const char *, struct nodes *); - - extern int hacluster_pacemaker_node_attribs_fetch(int, struct attributes *, pmAtomValue *); -+extern int hacluster_pacemaker_node_attribs_all_fetch(int, pmAtomValue *); - extern int hacluster_refresh_pacemaker_node_attribs(const char *, struct attributes *); - - extern int hacluster_pacemaker_resources_fetch(int, struct resources *, pmAtomValue *); -+extern int hacluster_pacemaker_resources_all_fetch(int, pmAtomValue *); - extern int hacluster_refresh_pacemaker_resources(const char *, struct resources *); - - extern void pacemaker_stats_setup(void); -diff --git a/src/pmdas/hacluster/pmda.c b/src/pmdas/hacluster/pmda.c -index c7ffac6da..6c9163b25 100644 ---- a/src/pmdas/hacluster/pmda.c -+++ b/src/pmdas/hacluster/pmda.c -@@ -42,6 +42,13 @@ pmdaIndom indomtable[] = { - { .it_indom = SBD_DEVICE_INDOM }, - { .it_indom = DRBD_RESOURCE_INDOM }, - { .it_indom = DRBD_PEER_DEVICE_INDOM }, -+ { .it_indom = PACEMAKER_CONSTRAINTS_ALL_INDOM }, -+ { .it_indom = PACEMAKER_NODE_ATTRIB_ALL_INDOM }, -+ { .it_indom = PACEMAKER_RESOURCES_ALL_INDOM }, -+ { .it_indom = COROSYNC_RING_ALL_INDOM}, -+ { .it_indom = SBD_DEVICE_ALL_INDOM}, -+ { .it_indom = DRBD_RESOURCE_ALL_INDOM}, -+ { .it_indom = DRBD_PEER_DEVICE_ALL_INDOM}, - }; - - #define INDOM(x) (indomtable[x].it_indom) -@@ -83,6 +90,10 @@ pmdaMetric metrictable[] = { - PMDA_PMID(CLUSTER_PACEMAKER_CONSTRAINTS, PACEMAKER_CONSTRAINTS_SCORE), - PM_TYPE_STRING, PACEMAKER_CONSTRAINTS_INDOM, PM_SEM_INSTANT, - PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, -+ { .m_desc = { -+ PMDA_PMID(CLUSTER_PACEMAKER_CONSTRAINTS_ALL, 0), -+ PM_TYPE_U32, PACEMAKER_CONSTRAINTS_ALL_INDOM, PM_SEM_INSTANT, -+ PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, - { .m_desc = { - PMDA_PMID(CLUSTER_PACEMAKER_NODES, PACEMAKER_NODES_ONLINE), - PM_TYPE_U32, PACEMAKER_NODES_INDOM, PM_SEM_INSTANT, -@@ -127,6 +138,10 @@ pmdaMetric metrictable[] = { - PMDA_PMID(CLUSTER_PACEMAKER_NODE_ATTRIB, PACEMAKER_NODES_ATTRIB_VALUE), - PM_TYPE_STRING, PACEMAKER_NODE_ATTRIB_INDOM, PM_SEM_INSTANT, - PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, -+ { .m_desc = { -+ PMDA_PMID(CLUSTER_PACEMAKER_NODE_ATTRIB_ALL, 0), -+ PM_TYPE_U32, PACEMAKER_NODE_ATTRIB_ALL_INDOM, PM_SEM_INSTANT, -+ PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, - { .m_desc = { - PMDA_PMID(CLUSTER_PACEMAKER_RESOURCES, PACEMAKER_RESOURCES_AGENT), - PM_TYPE_STRING, PACEMAKER_RESOURCES_INDOM, PM_SEM_INSTANT, -@@ -139,6 +154,10 @@ pmdaMetric metrictable[] = { - PMDA_PMID(CLUSTER_PACEMAKER_RESOURCES, PACEMAKER_RESOURCES_GROUP), - PM_TYPE_STRING, PACEMAKER_RESOURCES_INDOM, PM_SEM_INSTANT, - PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, -+ { .m_desc = { -+ PMDA_PMID(CLUSTER_PACEMAKER_RESOURCES_ALL, 0), -+ PM_TYPE_U32, PACEMAKER_RESOURCES_ALL_INDOM, PM_SEM_INSTANT, -+ PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, - { .m_desc = { - PMDA_PMID(CLUSTER_PACEMAKER_RESOURCES, PACEMAKER_RESOURCES_MANAGED), - PM_TYPE_U32, PACEMAKER_RESOURCES_INDOM, PM_SEM_INSTANT, -@@ -228,6 +247,10 @@ pmdaMetric metrictable[] = { - PMDA_PMID(CLUSTER_COROSYNC_RING, COROSYNC_RINGS_RING_ID), - PM_TYPE_STRING, COROSYNC_RING_INDOM, PM_SEM_INSTANT, - PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, -+ { .m_desc = { -+ PMDA_PMID(CLUSTER_COROSYNC_RING_ALL, 0), -+ PM_TYPE_U32, COROSYNC_RING_ALL_INDOM, PM_SEM_INSTANT, -+ PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, - /* SBD */ - { .m_desc = { - PMDA_PMID(CLUSTER_SBD_DEVICE, SBD_DEVICE_PATH), -@@ -237,6 +260,10 @@ pmdaMetric metrictable[] = { - PMDA_PMID(CLUSTER_SBD_DEVICE, SBD_DEVICE_STATUS), - PM_TYPE_STRING, SBD_DEVICE_INDOM, PM_SEM_INSTANT, - PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, -+ { .m_desc = { -+ PMDA_PMID(CLUSTER_SBD_DEVICE_ALL, 0), -+ PM_TYPE_U32, SBD_DEVICE_ALL_INDOM, PM_SEM_INSTANT, -+ PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, - { .m_desc = { - PMDA_PMID(CLUSTER_SBD_DEVICE, SBD_DEVICE_TIMEOUT_MSGWAIT), - PM_TYPE_U32, SBD_DEVICE_INDOM, PM_SEM_INSTANT, -@@ -270,6 +297,10 @@ pmdaMetric metrictable[] = { - PMDA_PMID(CLUSTER_DRBD_RESOURCE, DRBD_RESOURCE_DISK_STATE), - PM_TYPE_STRING, DRBD_RESOURCE_INDOM, PM_SEM_INSTANT, - PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, -+ { .m_desc ={ -+ PMDA_PMID(CLUSTER_DRBD_RESOURCE_ALL, 0), -+ PM_TYPE_U32, DRBD_RESOURCE_ALL_INDOM, PM_SEM_INSTANT, -+ PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, - { .m_desc = { - PMDA_PMID(CLUSTER_DRBD_RESOURCE, DRBD_RESOURCE_WRITTEN), - PM_TYPE_U32, DRBD_RESOURCE_INDOM, PM_SEM_INSTANT, -@@ -318,6 +349,10 @@ pmdaMetric metrictable[] = { - PMDA_PMID(CLUSTER_DRBD_PEER_DEVICE, DRBD_PEER_DEVICE_PEER_DISK_STATE), - PM_TYPE_STRING, DRBD_PEER_DEVICE_INDOM, PM_SEM_INSTANT, - PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, -+ { .m_desc = { -+ PMDA_PMID(CLUSTER_DRBD_PEER_DEVICE_ALL, 0), -+ PM_TYPE_U32, DRBD_PEER_DEVICE_ALL_INDOM, PM_SEM_INSTANT, -+ PMDA_PMUNITS(0,0,1,0,0,PM_COUNT_ONE) } }, - { .m_desc = { - PMDA_PMID(CLUSTER_DRBD_PEER_DEVICE, DRBD_PEER_DEVICE_CONNECTIONS_SYNC), - PM_TYPE_FLOAT, DRBD_PEER_DEVICE_INDOM, PM_SEM_INSTANT, -@@ -359,6 +394,12 @@ hacluster_pacemaker_fail_instance_refresh(void) - FILE *pf; - pmInDom indom = INDOM(PACEMAKER_FAIL_INDOM); - -+ /* -+ * Update indom cache based off the reading of crm_mon listed in -+ * the output from crm_mon -+ */ -+ pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ - pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) -@@ -425,6 +466,14 @@ hacluster_pacemaker_constraints_instance_refresh(void) - int found_constraints = 0; - FILE *pf; - pmInDom indom = INDOM(PACEMAKER_CONSTRAINTS_INDOM); -+ pmInDom indom_all = INDOM(PACEMAKER_CONSTRAINTS_ALL_INDOM); -+ -+ /* -+ * Update indom cache based off the reading of cibadmin listed in -+ * the output from cibadmin -+ */ -+ pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ pmdaCacheOp(indom_all, PMDA_CACHE_INACTIVE); - - pmsprintf(buffer, sizeof(buffer), "%s 2>&1", cibadmin_command); - buffer[sizeof(buffer)-1] = '\0'; -@@ -446,6 +495,7 @@ hacluster_pacemaker_constraints_instance_refresh(void) - struct pacemaker_constraints *constraints; - - sts = pmdaCacheLookupName(indom, constraint_name, NULL, (void **)&constraints); -+ pmdaCacheLookupName(indom_all, constraint_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && constraints == NULL)) { - constraints = calloc(1, sizeof(struct pacemaker_constraints)); - if (constraints == NULL) { -@@ -457,6 +507,7 @@ hacluster_pacemaker_constraints_instance_refresh(void) - continue; - - pmdaCacheStore(indom, PMDA_CACHE_ADD, constraint_name, (void *)constraints); -+ pmdaCacheStore(indom_all, PMDA_CACHE_ADD, constraint_name, NULL); - } - } - pclose(pf); -@@ -472,6 +523,12 @@ hacluster_pacemaker_nodes_instance_refresh(void) - FILE *pf; - pmInDom indom = INDOM(PACEMAKER_NODES_INDOM); - -+ /* -+ * Update indom cache based off the reading of crm_mon listed in -+ * the output from crm_mon -+ */ -+ pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ - pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - - if ((pf = popen(buffer, "r")) == NULL) -@@ -524,6 +581,14 @@ hacluster_pacemaker_node_attrib_instance_refresh(void) - int found_node_attributes = 0, found_node_name = 0; - FILE *pf; - pmInDom indom = INDOM(PACEMAKER_NODE_ATTRIB_INDOM); -+ pmInDom indom_all = INDOM(PACEMAKER_NODE_ATTRIB_ALL_INDOM); -+ -+ /* -+ * Update indom cache based off the reading of crm_mon listed in -+ * the output from crm_mon -+ */ -+ pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ pmdaCacheOp(indom_all, PMDA_CACHE_INACTIVE); - - pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - -@@ -571,6 +636,7 @@ hacluster_pacemaker_node_attrib_instance_refresh(void) - struct pacemaker_node_attrib *node_attrib; - - sts = pmdaCacheLookupName(indom, instance_name, NULL, (void **)&node_attrib); -+ pmdaCacheLookupName(indom_all, instance_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && node_attrib == NULL)) { - node_attrib = calloc(1, sizeof(struct pacemaker_node_attrib)); - if (node_attrib == NULL) { -@@ -582,6 +648,7 @@ hacluster_pacemaker_node_attrib_instance_refresh(void) - continue; - - pmdaCacheStore(indom, PMDA_CACHE_ADD, instance_name, (void *)node_attrib); -+ pmdaCacheStore(indom_all, PMDA_CACHE_ADD, instance_name, NULL); - } - } - } -@@ -597,6 +664,14 @@ hacluster_pacemaker_resources_instance_refresh(void) - int found_resources = 0; - FILE *pf; - pmInDom indom= INDOM(PACEMAKER_RESOURCES_INDOM); -+ pmInDom indom_all = INDOM(PACEMAKER_RESOURCES_ALL_INDOM); -+ -+ /* -+ * Update indom cache based off the reading of crm_mon listed in -+ * the output from crm_mon -+ */ -+ pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ pmdaCacheOp(indom_all, PMDA_CACHE_INACTIVE); - - pmsprintf(buffer, sizeof(buffer), "%s 2>&1", crm_mon_command); - -@@ -641,6 +716,7 @@ hacluster_pacemaker_resources_instance_refresh(void) - struct pacemaker_resources *pace_resources; - - sts = pmdaCacheLookupName(indom, instance_name, NULL, (void **)&pace_resources); -+ pmdaCacheLookupName(indom_all, instance_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && pace_resources == NULL)) { - pace_resources = calloc(1, sizeof(struct pacemaker_resources)); - if (pace_resources == NULL) { -@@ -652,6 +728,7 @@ hacluster_pacemaker_resources_instance_refresh(void) - continue; - - pmdaCacheStore(indom, PMDA_CACHE_ADD, instance_name, (void *)pace_resources); -+ pmdaCacheStore(indom_all, PMDA_CACHE_ADD, instance_name, NULL); - - /* Clear node name in the event that a resource has not got a node attachment */ - memset(node_name, '\0', sizeof(node_name)); -@@ -730,12 +807,14 @@ hacluster_corosync_ring_instance_refresh(void) - char buffer[4096], ring_name[128]; - FILE *pf; - pmInDom indom = INDOM(COROSYNC_RING_INDOM); -+ pmInDom indom_all = INDOM(COROSYNC_RING_ALL_INDOM); - - /* - * Update indom cache based off number of nodes listed in the - * membership information section of corosync-quorumtool output - */ - pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ pmdaCacheOp(indom_all, PMDA_CACHE_INACTIVE); - - pmsprintf(buffer, sizeof(buffer), "%s 2>&1", cfgtool_command); - -@@ -763,6 +842,7 @@ hacluster_corosync_ring_instance_refresh(void) - struct corosync_ring *ring; - - sts = pmdaCacheLookupName(indom, ring_name, NULL, (void **)&ring); -+ pmdaCacheLookupName(indom_all, ring_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && ring == NULL)) { - ring = calloc(1, sizeof(struct corosync_ring)); - if (ring == NULL) { -@@ -774,6 +854,7 @@ hacluster_corosync_ring_instance_refresh(void) - continue; - - pmdaCacheStore(indom, PMDA_CACHE_ADD, ring_name, (void *)ring); -+ pmdaCacheStore(indom_all, PMDA_CACHE_ADD, ring_name, NULL); - } - } - pclose(pf); -@@ -789,12 +870,14 @@ hacluster_sbd_device_instance_refresh(void) - char *buffer_ptr; - FILE *fp; - pmInDom indom = INDOM(SBD_DEVICE_INDOM); -+ pmInDom indom_all = INDOM(SBD_DEVICE_ALL_INDOM); - - /* - * Update indom cache based off number of nodes listed in the - * membership information section of corosync-quorumtool output - */ - pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ pmdaCacheOp(indom_all, PMDA_CACHE_INACTIVE); - - if ((fp = fopen(sbd_path, "r")) == NULL) - /* -@@ -831,6 +914,7 @@ hacluster_sbd_device_instance_refresh(void) - struct sbd_device *sbd; - - sts = pmdaCacheLookupName(indom, dev_name, NULL, (void **)&sbd); -+ pmdaCacheLookupName(indom_all, dev_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && sbd == NULL)) { - sbd = calloc(1, sizeof(struct sbd_device)); - if (sbd == NULL) { -@@ -842,6 +926,7 @@ hacluster_sbd_device_instance_refresh(void) - continue; - - pmdaCacheStore(indom, PMDA_CACHE_ADD, dev_name, (void *)sbd); -+ pmdaCacheStore(indom_all, PMDA_CACHE_ADD, dev_name, NULL); - } - } - } -@@ -860,6 +945,7 @@ hacluster_drbd_resource_instance_refresh(void) - char *buffer_ptr; - FILE *pf; - pmInDom indom = INDOM(DRBD_RESOURCE_INDOM); -+ pmInDom indom_all = INDOM(DRBD_RESOURCE_ALL_INDOM); - - int found_node = 0, found_volume = 0, nesting = 0; - -@@ -868,6 +954,7 @@ hacluster_drbd_resource_instance_refresh(void) - * the json output from drbdsetup - */ - pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ pmdaCacheOp(indom_all, PMDA_CACHE_INACTIVE); - - pmsprintf(buffer, sizeof(buffer), "%s 2>&1", drbdsetup_command); - -@@ -910,6 +997,7 @@ hacluster_drbd_resource_instance_refresh(void) - struct drbd_resource *resource; - - sts = pmdaCacheLookupName(indom, resource_name, NULL, (void **)&resource); -+ pmdaCacheLookupName(indom_all, resource_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && resource == NULL)) { - resource = calloc(1, sizeof(struct drbd_resource)); - if (resource == NULL) { -@@ -921,6 +1009,7 @@ hacluster_drbd_resource_instance_refresh(void) - continue; - - pmdaCacheStore(indom, PMDA_CACHE_ADD, resource_name, (void *)resource); -+ pmdaCacheStore(indom_all, PMDA_CACHE_ADD, resource_name, NULL); - found_volume = 0; - } - } -@@ -937,6 +1026,7 @@ hacluster_drbd_peer_device_instance_refresh(void) - char *buffer_ptr; - FILE *pf; - pmInDom indom = INDOM(DRBD_PEER_DEVICE_INDOM); -+ pmInDom indom_all = INDOM(DRBD_PEER_DEVICE_ALL_INDOM); - - int found_node = 0, found_peer_node = 0, nesting = 0; - -@@ -945,6 +1035,7 @@ hacluster_drbd_peer_device_instance_refresh(void) - * the json output from drbdsetup - */ - pmdaCacheOp(indom, PMDA_CACHE_INACTIVE); -+ pmdaCacheOp(indom_all, PMDA_CACHE_INACTIVE); - - pmsprintf(buffer, sizeof(buffer), "%s 2>&1", drbdsetup_command); - -@@ -987,6 +1078,7 @@ hacluster_drbd_peer_device_instance_refresh(void) - struct drbd_peer_device *peer_device; - - sts = pmdaCacheLookupName(indom, peer_name, NULL, (void **)&peer_device); -+ pmdaCacheLookupName(indom_all, peer_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && peer_device == NULL)) { - peer_device = calloc(1, sizeof(struct drbd_peer_device)); - if (peer_device == NULL) { -@@ -998,6 +1090,7 @@ hacluster_drbd_peer_device_instance_refresh(void) - continue; - - pmdaCacheStore(indom, PMDA_CACHE_ADD, peer_name, (void *)peer_device); -+ pmdaCacheStore(indom_all, PMDA_CACHE_ADD, peer_name, NULL); - found_peer_node = 0; - } - } -@@ -1088,7 +1181,8 @@ hacluster_fetch_refresh(pmdaExt *pmda, int *need_refresh) - if (!pmdaCacheLookup(INDOM(PACEMAKER_CONSTRAINTS_INDOM), i, &constraint_name, (void **)&constraints) || !constraints) - continue; - -- if (need_refresh[CLUSTER_PACEMAKER_CONSTRAINTS]) -+ if (need_refresh[CLUSTER_PACEMAKER_CONSTRAINTS] || -+ need_refresh[CLUSTER_PACEMAKER_CONSTRAINTS_ALL]) - hacluster_refresh_pacemaker_constraints(constraint_name, &constraints->location_constraints); - } - -@@ -1108,7 +1202,8 @@ hacluster_fetch_refresh(pmdaExt *pmda, int *need_refresh) - if (!pmdaCacheLookup(INDOM(PACEMAKER_NODE_ATTRIB_INDOM), i, &attrib_name, (void **)&node_attribs) || !node_attribs) - continue; - -- if (need_refresh[CLUSTER_PACEMAKER_NODE_ATTRIB]) -+ if (need_refresh[CLUSTER_PACEMAKER_NODE_ATTRIB] || -+ need_refresh[CLUSTER_PACEMAKER_NODE_ATTRIB_ALL]) - hacluster_refresh_pacemaker_node_attribs(attrib_name, &node_attribs->attributes); - } - -@@ -1118,7 +1213,8 @@ hacluster_fetch_refresh(pmdaExt *pmda, int *need_refresh) - if (!pmdaCacheLookup(INDOM(PACEMAKER_RESOURCES_INDOM), i, &pace_resource_name, (void **)&pace_resources) || !pace_resources) - continue; - -- if (need_refresh[CLUSTER_PACEMAKER_RESOURCES]) -+ if (need_refresh[CLUSTER_PACEMAKER_RESOURCES] || -+ need_refresh[CLUSTER_PACEMAKER_RESOURCES_ALL]) - hacluster_refresh_pacemaker_resources(pace_resource_name, &pace_resources->resources); - } - -@@ -1141,7 +1237,8 @@ hacluster_fetch_refresh(pmdaExt *pmda, int *need_refresh) - if (!pmdaCacheLookup(INDOM(COROSYNC_RING_INDOM), i, &ring_name, (void **)&ring) || !ring) - continue; - -- if (need_refresh[CLUSTER_COROSYNC_RING]) -+ if (need_refresh[CLUSTER_COROSYNC_RING] || -+ need_refresh[CLUSTER_COROSYNC_RING_ALL]) - hacluster_refresh_corosync_ring(ring_name, &ring->rings); - } - -@@ -1151,7 +1248,8 @@ hacluster_fetch_refresh(pmdaExt *pmda, int *need_refresh) - if (!pmdaCacheLookup(INDOM(SBD_DEVICE_INDOM), i, &sbd_dev, (void **)&sbd) || !sbd) - continue; - -- if (need_refresh[CLUSTER_SBD_DEVICE]) -+ if (need_refresh[CLUSTER_SBD_DEVICE] || -+ need_refresh[CLUSTER_SBD_DEVICE_ALL]) - hacluster_refresh_sbd_device(sbd_dev, &sbd->sbd); - } - -@@ -1161,7 +1259,8 @@ hacluster_fetch_refresh(pmdaExt *pmda, int *need_refresh) - if (!pmdaCacheLookup(INDOM(DRBD_RESOURCE_INDOM), i, &resource_name, (void **)&resource) || !resource) - continue; - -- if (need_refresh[CLUSTER_DRBD_RESOURCE]) -+ if (need_refresh[CLUSTER_DRBD_RESOURCE] || -+ need_refresh[CLUSTER_DRBD_RESOURCE_ALL]) - hacluster_refresh_drbd_resource(resource_name, &resource->resource); - } - -@@ -1171,7 +1270,8 @@ hacluster_fetch_refresh(pmdaExt *pmda, int *need_refresh) - if (!pmdaCacheLookup(INDOM(DRBD_PEER_DEVICE_INDOM), i, &peer_device, (void **)&peer) || !peer) - continue; - -- if (need_refresh[CLUSTER_DRBD_PEER_DEVICE]) -+ if (need_refresh[CLUSTER_DRBD_PEER_DEVICE] || -+ need_refresh[CLUSTER_DRBD_PEER_DEVICE_ALL]) - hacluster_refresh_drbd_peer_device(peer_device, &peer->peer_device); - } - -@@ -1228,6 +1328,9 @@ hacluster_fetchCallBack(pmdaMetric *mdesc, unsigned int inst, pmAtomValue *atom) - return sts; - return hacluster_pacemaker_constraints_fetch(item, &constraints->location_constraints, atom); - -+ case CLUSTER_PACEMAKER_CONSTRAINTS_ALL: -+ return hacluster_pacemaker_constraints_all_fetch(item, atom); -+ - case CLUSTER_PACEMAKER_NODES: - sts = pmdaCacheLookup(INDOM(PACEMAKER_NODES_INDOM), inst, NULL, (void **)&pace_nodes); - if (sts < 0) -@@ -1239,6 +1342,9 @@ hacluster_fetchCallBack(pmdaMetric *mdesc, unsigned int inst, pmAtomValue *atom) - if (sts < 0) - return sts; - return hacluster_pacemaker_node_attribs_fetch(item, &pace_attribs->attributes, atom); -+ -+ case CLUSTER_PACEMAKER_NODE_ATTRIB_ALL: -+ return hacluster_pacemaker_node_attribs_all_fetch(item, atom); - - case CLUSTER_PACEMAKER_RESOURCES: - sts = pmdaCacheLookup(INDOM(PACEMAKER_RESOURCES_INDOM), inst, NULL, (void **)&pace_resources); -@@ -1246,6 +1352,9 @@ hacluster_fetchCallBack(pmdaMetric *mdesc, unsigned int inst, pmAtomValue *atom) - return sts; - return hacluster_pacemaker_resources_fetch(item, &pace_resources->resources, atom); - -+ case CLUSTER_PACEMAKER_RESOURCES_ALL: -+ return hacluster_pacemaker_resources_all_fetch(item, atom); -+ - case CLUSTER_COROSYNC_NODE: - sts = pmdaCacheLookup(INDOM(COROSYNC_NODE_INDOM), inst, NULL, (void **)&node); - if (sts < 0) -@@ -1260,18 +1369,27 @@ hacluster_fetchCallBack(pmdaMetric *mdesc, unsigned int inst, pmAtomValue *atom) - if (sts < 0) - return sts; - return hacluster_corosync_ring_fetch(item, &ring->rings, atom); -+ -+ case CLUSTER_COROSYNC_RING_ALL: -+ return hacluster_corosync_ring_all_fetch(item, atom); - - case CLUSTER_SBD_DEVICE: - sts = pmdaCacheLookup(INDOM(SBD_DEVICE_INDOM), inst, NULL, (void **)&sbd); - if (sts < 0) - return sts; - return hacluster_sbd_device_fetch(item, &sbd->sbd, atom); -+ -+ case CLUSTER_SBD_DEVICE_ALL: -+ return hacluster_sbd_device_all_fetch(item, atom); - - case CLUSTER_DRBD_RESOURCE: - sts = pmdaCacheLookup(INDOM(DRBD_RESOURCE_INDOM), inst, NULL, (void **)&resource); - if (sts < 0) - return sts; -- return hacluster_drbd_resource_fetch(item, &resource->resource, atom); -+ return hacluster_drbd_resource_fetch(item, &resource->resource, atom); -+ -+ case CLUSTER_DRBD_RESOURCE_ALL: -+ return hacluster_drbd_resource_all_fetch(item, atom); - - case CLUSTER_DRBD_PEER_DEVICE: - sts = pmdaCacheLookup(INDOM(DRBD_PEER_DEVICE_INDOM), inst, NULL, (void **)&peer); -@@ -1279,6 +1397,9 @@ hacluster_fetchCallBack(pmdaMetric *mdesc, unsigned int inst, pmAtomValue *atom) - return sts; - return hacluster_drbd_peer_device_fetch(item, &peer->peer_device, atom); - -+ case CLUSTER_DRBD_PEER_DEVICE_ALL: -+ return hacluster_drbd_peer_device_all_fetch(item, atom); -+ - default: - return PM_ERR_PMID; - } -@@ -1286,6 +1407,220 @@ hacluster_fetchCallBack(pmdaMetric *mdesc, unsigned int inst, pmAtomValue *atom) - return PMDA_FETCH_STATIC; - } - -+static int -+hacluster_labelInDom(pmID pmid, pmLabelSet **lp) -+{ -+ unsigned int cluster = pmID_cluster(pmid); -+ -+ switch (cluster) { -+ case CLUSTER_PACEMAKER_CONSTRAINTS_ALL: -+ pmdaAddLabels(lp, "{\"constraint\":\"constraint\"}"); -+ pmdaAddLabels(lp, "{\"node\":\"node name\"}"); -+ pmdaAddLabels(lp, "{\"resource\":\"resource name\"}"); -+ pmdaAddLabels(lp, "{\"role\":\"role of node\"}"); -+ pmdaAddLabels(lp, "{\"score\":\"score\"}"); -+ return 1; -+ -+ case CLUSTER_PACEMAKER_NODE_ATTRIB_ALL: -+ pmdaAddLabels(lp, "{\"name\":\"attribute name\"}"); -+ pmdaAddLabels(lp, "{\"node\":\"node name\"}"); -+ pmdaAddLabels(lp, "{\"value\":\"value\"}"); -+ return 1; -+ -+ case CLUSTER_PACEMAKER_RESOURCES_ALL: -+ pmdaAddLabels(lp, "{\"agent\":\"agent\"}"); -+ pmdaAddLabels(lp, "{\"clone\":\"clone\"}"); -+ pmdaAddLabels(lp, "{\"group\":\"group\"}"); -+ pmdaAddLabels(lp, "{\"managed\":\"managed\"}"); -+ pmdaAddLabels(lp, "{\"node\":\"node name\"}"); -+ pmdaAddLabels(lp, "{\"resource\":\"resource name\"}"); -+ pmdaAddLabels(lp, "{\"role\":\"role\"}"); -+ return 1; -+ -+ case CLUSTER_COROSYNC_RING_ALL: -+ pmdaAddLabels(lp, "{\"address\":\"ip address\"}"); -+ pmdaAddLabels(lp, "{\"node_id\":\"id of node\"}"); -+ pmdaAddLabels(lp, "{\"number\":\"ring number\"}"); -+ pmdaAddLabels(lp, "{\"ring_id\":\"id of ring\"}"); -+ return 1; -+ -+ case CLUSTER_SBD_DEVICE_ALL: -+ pmdaAddLabels(lp, "{\"device\":\"device\"}"); -+ pmdaAddLabels(lp, "{\"status\":\"status\"}"); -+ return 1; -+ -+ case CLUSTER_DRBD_RESOURCE_ALL: -+ pmdaAddLabels(lp, "{\"disk_state\":\"disk state\"}"); -+ pmdaAddLabels(lp, "{\"resource\":\"resource name\"}"); -+ pmdaAddLabels(lp, "{\"role\":\"role\"}"); -+ pmdaAddLabels(lp, "{\"volume\":\"volume\"}"); -+ return 1; -+ -+ case CLUSTER_DRBD_PEER_DEVICE_ALL: -+ pmdaAddLabels(lp, "{\"peer_disk_state\":\"peer disk state\"}"); -+ pmdaAddLabels(lp, "{\"peer_node_id\":\"peer node id\"}"); -+ pmdaAddLabels(lp, "{\"peer_role\":\"peer role\"}"); -+ pmdaAddLabels(lp, "{\"resource\":\"resource\"}"); -+ pmdaAddLabels(lp, "{\"volume\":\"volume\"}"); -+ return 1; -+ -+ default: -+ break; -+ } -+ return 0; -+} -+ -+static int -+hacluster_label(int ident, int type, pmLabelSet **lpp, pmdaExt *pmda) -+{ -+ int sts; -+ -+ switch (type) { -+ case PM_LABEL_ITEM: -+ if ((sts = hacluster_labelInDom((pmID)ident, lpp)) <0) -+ return sts; -+ break; -+ -+ default: -+ break; -+ } -+ return pmdaLabel(ident, type, lpp, pmda); -+} -+ -+static int -+hacluster_labelCallBack(pmInDom indom, unsigned int inst, pmLabelSet **lp) -+{ -+ struct location_constraints *constraints; -+ struct attributes *attributes; -+ struct resources *resources; -+ struct rings *ring; -+ struct sbd *sbd; -+ struct resource *resource; -+ struct peer_device *peer_device; -+ -+ int sts; -+ int no_node_attachment = 0; -+ char *name; -+ char *node_name, *attribute_name, *node, *resource_id, *tofree, *str; -+ -+ if (indom == PM_INDOM_NULL) -+ return 0; -+ -+ switch (pmInDom_serial(indom)) { -+ case PACEMAKER_CONSTRAINTS_ALL_INDOM: -+ sts = pmdaCacheLookup(INDOM(PACEMAKER_CONSTRAINTS_INDOM), inst, &name, (void **)&constraints); -+ if (sts < 0 || sts == PMDA_CACHE_INACTIVE) -+ return 0; -+ return pmdaAddLabels(lp, "{\"constraint\":\"%s\", \"node\":\"%s\", \"resource\":\"%s\", \"role\":\"%s\", \"score\":\"%s\"}", -+ name, -+ constraints->node, -+ constraints->resource, -+ constraints->role, -+ constraints->score -+ ); -+ -+ case PACEMAKER_NODE_ATTRIB_ALL_INDOM: -+ sts = pmdaCacheLookup(INDOM(PACEMAKER_NODE_ATTRIB_INDOM), inst, &name, (void **)&attributes); -+ if (sts < 0 || sts == PMDA_CACHE_INACTIVE) -+ return 0; -+ /* -+ * We need to split our combined NODE:ATTRIBUTE_NAME instance names into their -+ * separated NODE and ATTRIBUTE_NAME fields -+ */ -+ tofree = str = strdup(name); -+ attribute_name = strsep(&str, ":"); -+ node_name = strsep(&str, ":"); -+ -+ sts = pmdaAddLabels(lp, "{\"name\":\"%s\", \"node\":\"%s\", \"value\":\"%s\"}", -+ node_name, -+ attribute_name, -+ attributes->value -+ ); -+ free(tofree); -+ return sts; -+ -+ case PACEMAKER_RESOURCES_ALL_INDOM: -+ sts = pmdaCacheLookup(INDOM(PACEMAKER_RESOURCES_INDOM), inst, &name, (void **)&resources); -+ if (sts < 0 || sts == PMDA_CACHE_INACTIVE) -+ return 0; -+ -+ if (strchr(name, ':') == NULL) { -+ node = (char*)name; -+ no_node_attachment = 1; -+ resource_id = ""; -+ } else { -+ tofree = str = strdup(name); -+ node = strsep(&str, ":"); -+ resource_id = strsep(&str, ":"); -+ } -+ -+ sts = pmdaAddLabels(lp, "{\"agent\":\"%s\", \"clone\":\"%s\", \"group\":\"%s\", \"managed\":%u, \"node\":\"%s\", \"resource\":\"%s\", \"role\":\"%s\"}", -+ resources->agent, -+ resources->clone, -+ resources->group, -+ resources->managed, -+ resource_id, -+ node, -+ resources->role -+ ); -+ -+ if (!no_node_attachment) -+ free(tofree); -+ return sts; -+ -+ case COROSYNC_RING_ALL_INDOM: -+ sts = pmdaCacheLookup(INDOM(COROSYNC_RING_INDOM), inst, &name, (void **)&ring); -+ if (sts <0 || sts == PMDA_CACHE_INACTIVE) -+ return 0; -+ -+ return pmdaAddLabels(lp, "{\"address\":\"%s\", \"node_id\":%"PRIu64", \"number\":%u, \"ring_id\":\"%s\"}", -+ ring->address, -+ ring->node_id, -+ ring->number, -+ ring->ring_id -+ ); -+ -+ case SBD_DEVICE_ALL_INDOM: -+ sts = pmdaCacheLookup(INDOM(SBD_DEVICE_INDOM), inst, &name, (void**)&sbd); -+ if (sts <0 || sts == PMDA_CACHE_INACTIVE) -+ return 0; -+ -+ return pmdaAddLabels(lp, "{\"device\":\"%s\", \"status\":\"%s\"}", -+ sbd->path, -+ sbd->status -+ ); -+ -+ case DRBD_RESOURCE_ALL_INDOM: -+ sts = pmdaCacheLookup(INDOM(DRBD_RESOURCE_INDOM), inst, &name, (void**)&resource); -+ if (sts <0 || sts == PMDA_CACHE_INACTIVE) -+ return 0; -+ -+ return pmdaAddLabels(lp, "{\"disk_state\":\"%s\", \"resource\":\"%s\", \"role\":\"%s\", \"volume\":\"%s\"}", -+ resource->disk_state, -+ resource->resource, -+ resource->role, -+ resource->volume -+ ); -+ -+ case DRBD_PEER_DEVICE_ALL_INDOM: -+ sts = pmdaCacheLookup(INDOM(DRBD_PEER_DEVICE_INDOM), inst, &name, (void**)&peer_device); -+ if (sts <0 || sts == PMDA_CACHE_INACTIVE) -+ return 0; -+ -+ return pmdaAddLabels(lp, "{\"peer_disk_state\":\"%s\", \"peer_node_id\":\"%s\", \"peer_role\":\"%s\", \"resource\":\"%s\", \"volume\":%"PRIu32"}", -+ peer_device->peer_disk_state, -+ peer_device->peer_node_id, -+ peer_device->peer_role, -+ peer_device->resource, -+ peer_device->volume -+ ); -+ -+ default: -+ break; -+ } -+ return 0; -+} -+ - void - hacluster_inst_setup(void) - { -@@ -1378,7 +1713,7 @@ hacluster_init(pmdaInterface *dp) - int sep = pmPathSeparator(); - pmsprintf(helppath, sizeof(helppath), "%s%c" "hacluster" "%c" "help", - pmGetConfig("PCP_PMDAS_DIR"), sep, sep); -- pmdaDSO(dp, PMDA_INTERFACE_4, "HACLUSTER DSO", helppath); -+ pmdaDSO(dp, PMDA_INTERFACE_7, "HACLUSTER DSO", helppath); - } - - if (dp->status != 0) -@@ -1391,13 +1726,15 @@ hacluster_init(pmdaInterface *dp) - sbd_stats_setup(); - drbd_stats_setup(); - -- dp->version.four.instance = hacluster_instance; -- dp->version.four.fetch = hacluster_fetch; -- dp->version.four.text = hacluster_text; -- dp->version.four.pmid = hacluster_pmid; -- dp->version.four.name = hacluster_name; -- dp->version.four.children = hacluster_children; -+ dp->version.seven.instance = hacluster_instance; -+ dp->version.seven.fetch = hacluster_fetch; -+ dp->version.seven.text = hacluster_text; -+ dp->version.seven.pmid = hacluster_pmid; -+ dp->version.seven.name = hacluster_name; -+ dp->version.seven.children = hacluster_children; -+ dp->version.seven.label = hacluster_label; - pmdaSetFetchCallBack(dp, hacluster_fetchCallBack); -+ pmdaSetLabelCallBack(dp, hacluster_labelCallBack); - - pmdaSetFlags(dp, PMDA_EXT_FLAG_HASHED); - pmdaInit(dp, indomtable, nindoms, metrictable, nmetrics); -@@ -1428,7 +1765,7 @@ main(int argc, char **argv) - pmSetProgname(argv[0]); - pmsprintf(helppath, sizeof(helppath), "%s%c" "hacluster" "%c" "help", - pmGetConfig("PCP_PMDAS_DIR"), sep, sep); -- pmdaDaemon(&dispatch, PMDA_INTERFACE_4, pmGetProgname(), HACLUSTER, "hacluster.log", helppath); -+ pmdaDaemon(&dispatch, PMDA_INTERFACE_7, pmGetProgname(), HACLUSTER, "hacluster.log", helppath); - - pmdaGetOptions(argc, argv, &opts, &dispatch); - if (opts.errors) { -diff --git a/src/pmdas/hacluster/pmdahacluster.h b/src/pmdas/hacluster/pmdahacluster.h -index 9d3c243a4..a813ccb02 100644 ---- a/src/pmdas/hacluster/pmdahacluster.h -+++ b/src/pmdas/hacluster/pmdahacluster.h -@@ -23,32 +23,46 @@ - #include "drbd.h" - - enum { -- CLUSTER_PACEMAKER_GLOBAL = 0, /* 0 -- NULL INDOM */ -- CLUSTER_PACEMAKER_FAIL, /* 1 -- PACEMAKER_FAIL_INDOM */ -- CLUSTER_PACEMAKER_CONSTRAINTS, /* 2 -- PACEMAKER_CONSTRAINTS_INDOM */ -- CLUSTER_PACEMAKER_NODES, /* 3 -- PACEMAKER_NODES_IDOM*/ -- CLUSTER_PACEMAKER_NODE_ATTRIB, /* 4 -- PACEMAKER_NODE_ATRRIB_INDOM */ -- CLUSTER_PACEMAKER_RESOURCES, /* 5 -- PACEMAKER_RESOURCES_INDOM */ -- CLUSTER_COROSYNC_NODE, /* 6 -- COROSYNC_NODE_INDOM */ -- CLUSTER_COROSYNC_GLOBAL, /* 7 -- NULL INDOM */ -- CLUSTER_COROSYNC_RING, /* 8 -- COROSYNC_RING INDOM */ -- CLUSTER_SBD_DEVICE, /* 9 -- SBD_DEVICES_INDOM */ -- CLUSTER_DRBD_RESOURCE, /* 10 -- DRBD_RESOURCE_INDOM */ -- CLUSTER_DRBD_PEER_DEVICE, /* 11 -- DRBD_PEER_DEVICE_INDOM */ -+ CLUSTER_PACEMAKER_GLOBAL = 0, /* 0 -- NULL INDOM */ -+ CLUSTER_PACEMAKER_FAIL, /* 1 -- PACEMAKER_FAIL_INDOM */ -+ CLUSTER_PACEMAKER_CONSTRAINTS, /* 2 -- PACEMAKER_CONSTRAINTS_INDOM */ -+ CLUSTER_PACEMAKER_NODES, /* 3 -- PACEMAKER_NODES_IDOM*/ -+ CLUSTER_PACEMAKER_NODE_ATTRIB, /* 4 -- PACEMAKER_NODE_ATRRIB_INDOM */ -+ CLUSTER_PACEMAKER_RESOURCES, /* 5 -- PACEMAKER_RESOURCES_INDOM */ -+ CLUSTER_COROSYNC_NODE, /* 6 -- COROSYNC_NODE_INDOM */ -+ CLUSTER_COROSYNC_GLOBAL, /* 7 -- NULL INDOM */ -+ CLUSTER_COROSYNC_RING, /* 8 -- COROSYNC_RING INDOM */ -+ CLUSTER_SBD_DEVICE, /* 9 -- SBD_DEVICES_INDOM */ -+ CLUSTER_DRBD_RESOURCE, /* 10 -- DRBD_RESOURCE_INDOM */ -+ CLUSTER_DRBD_PEER_DEVICE, /* 11 -- DRBD_PEER_DEVICE_INDOM */ -+ CLUSTER_PACEMAKER_CONSTRAINTS_ALL, /* 12 -- PACEMAKER_CONSTRAINTS_ALL_INDOM */ -+ CLUSTER_PACEMAKER_NODE_ATTRIB_ALL, /* 13 -- PACEMAKER_NODE_ATTRIB_ALL_INDOM */ -+ CLUSTER_PACEMAKER_RESOURCES_ALL, /* 14 -- PACEMAKER_RESOURCES_ALL_INDOM */ -+ CLUSTER_COROSYNC_RING_ALL, /* 15 -- COROSYNC_RING_ALL_INDOM */ -+ CLUSTER_SBD_DEVICE_ALL, /* 16 -- SBD_DEVICES_ALL_INDOM */ -+ CLUSTER_DRBD_RESOURCE_ALL, /* 17 -- DRBD_RESOURCE_ALL_INDOM */ -+ CLUSTER_DRBD_PEER_DEVICE_ALL, /* 18 -- DRBD_PEER_DEVICE_ALL_INDOM */ - NUM_CLUSTERS - }; - - enum { -- PACEMAKER_FAIL_INDOM = 0, /* 0 -- Pacemaker failure/migrations */ -- PACEMAKER_CONSTRAINTS_INDOM, /* 1 -- Pacemaker location constraints */ -- PACEMAKER_NODES_INDOM, /* 2 -- Pacemaker nodes data */ -- PACEMAKER_NODE_ATTRIB_INDOM, /* 3 -- Pacemaker node attributes */ -- PACEMAKER_RESOURCES_INDOM, /* 4 -- Pacemaker resources */ -- COROSYNC_NODE_INDOM, /* 5 -- Corosync available nodes */ -- COROSYNC_RING_INDOM, /* 6 -- Corosync available rings */ -- SBD_DEVICE_INDOM, /* 7 -- SBD available devices */ -- DRBD_RESOURCE_INDOM, /* 8 -- DRBD Resources */ -- DRBD_PEER_DEVICE_INDOM, /* 9 -- DRBD Peer Devices */ -+ PACEMAKER_FAIL_INDOM = 0, /* 0 -- Pacemaker failure/migrations */ -+ PACEMAKER_CONSTRAINTS_INDOM, /* 1 -- Pacemaker location constraints */ -+ PACEMAKER_NODES_INDOM, /* 2 -- Pacemaker nodes data */ -+ PACEMAKER_NODE_ATTRIB_INDOM, /* 3 -- Pacemaker node attributes */ -+ PACEMAKER_RESOURCES_INDOM, /* 4 -- Pacemaker resources */ -+ COROSYNC_NODE_INDOM, /* 5 -- Corosync available nodes */ -+ COROSYNC_RING_INDOM, /* 6 -- Corosync available rings */ -+ SBD_DEVICE_INDOM, /* 7 -- SBD available devices */ -+ DRBD_RESOURCE_INDOM, /* 8 -- DRBD Resources */ -+ DRBD_PEER_DEVICE_INDOM, /* 9 -- DRBD Peer Devices */ -+ PACEMAKER_CONSTRAINTS_ALL_INDOM, /* 10 -- Pacemaker location constraints all (labels) */ -+ PACEMAKER_NODE_ATTRIB_ALL_INDOM, /* 11 -- Pacemaker node attributes all(labels) */ -+ PACEMAKER_RESOURCES_ALL_INDOM, /* 12 -- Pacemaker resources all (labels) */ -+ COROSYNC_RING_ALL_INDOM, /* 13 -- Corosync available rings all (labels) */ -+ SBD_DEVICE_ALL_INDOM, /* 14 -- SBD available devices all (labels) */ -+ DRBD_RESOURCE_ALL_INDOM, /* 15 -- DRBD Resources all (labels) */ -+ DRBD_PEER_DEVICE_ALL_INDOM, /* 16 -- DRBD Peer Devicesall (labels) */ - NUM_INDOMS - }; - -diff --git a/src/pmdas/hacluster/pmns b/src/pmdas/hacluster/pmns -index 75fc1ea4c..274d5f2ac 100644 ---- a/src/pmdas/hacluster/pmns -+++ b/src/pmdas/hacluster/pmns -@@ -21,131 +21,138 @@ ha_cluster { - - ha_cluster.pacemaker { - config_last_change HACLUSTER:0:0 -- fail_count HACLUSTER:1:0 -+ fail_count HACLUSTER:1:0 - location_constraints - migration_threshold HACLUSTER:1:1 - nodes - node_attributes HACLUSTER:4:0 -+ node_attributes_all HACLUSTER:13:0 - resources - stonith_enabled HACLUSTER:0:1 - } - - ha_cluster.pacemaker.location_constraints { -- node HACLUSTER:2:0 -- resource HACLUSTER:2:1 -- role HACLUSTER:2:2 -- score HACLUSTER:2:3 -+ node HACLUSTER:2:0 -+ resource HACLUSTER:2:1 -+ role HACLUSTER:2:2 -+ score HACLUSTER:2:3 -+ all HACLUSTER:12:0 - } - - ha_cluster.pacemaker.nodes { - status -- type HACLUSTER:3:9 -+ type HACLUSTER:3:9 - } - - ha_cluster.pacemaker.nodes.status { -- online HACLUSTER:3:0 -- standby HACLUSTER:3:1 -+ online HACLUSTER:3:0 -+ standby HACLUSTER:3:1 - standby_on_fail HACLUSTER:3:2 -- maintenance HACLUSTER:3:3 -- pending HACLUSTER:3:4 -- unclean HACLUSTER:3:5 -- shutdown HACLUSTER:3:6 -- expected_up HACLUSTER:3:7 -- dc HACLUSTER:3:8 -+ maintenance HACLUSTER:3:3 -+ pending HACLUSTER:3:4 -+ unclean HACLUSTER:3:5 -+ shutdown HACLUSTER:3:6 -+ expected_up HACLUSTER:3:7 -+ dc HACLUSTER:3:8 - } - - ha_cluster.pacemaker.resources { -- agent HACLUSTER:5:0 -- clone HACLUSTER:5:1 -- group HACLUSTER:5:2 -- managed HACLUSTER:5:3 -- role HACLUSTER:5:4 -+ agent HACLUSTER:5:0 -+ clone HACLUSTER:5:1 -+ group HACLUSTER:5:2 -+ managed HACLUSTER:5:3 -+ role HACLUSTER:5:4 - status -+ all HACLUSTER:14:0 - } - - ha_cluster.pacemaker.resources.status { -- active HACLUSTER:5:5 -- orphaned HACLUSTER:5:6 -- blocked HACLUSTER:5:7 -- failed HACLUSTER:5:8 -+ active HACLUSTER:5:5 -+ orphaned HACLUSTER:5:6 -+ blocked HACLUSTER:5:7 -+ failed HACLUSTER:5:8 - failure_ignored HACLUSTER:5:9 - } - - ha_cluster.corosync { - member_votes -- quorate HACLUSTER:7:0 -+ quorate HACLUSTER:7:0 - quorum_votes -- ring_errors HACLUSTER:7:5 -+ ring_errors HACLUSTER:7:5 - rings - } - - ha_cluster.corosync.member_votes { -- votes HACLUSTER:6:0 -- local HACLUSTER:6:1 -- node_id HACLUSTER:6:2 -+ votes HACLUSTER:6:0 -+ local HACLUSTER:6:1 -+ node_id HACLUSTER:6:2 - } - - ha_cluster.corosync.quorum_votes { - expected_votes HACLUSTER:7:1 - highest_expected HACLUSTER:7:2 -- total_votes HACLUSTER:7:3 -- quorum HACLUSTER:7:4 -+ total_votes HACLUSTER:7:3 -+ quorum HACLUSTER:7:4 - } - - ha_cluster.corosync.rings { -- status HACLUSTER:8:0 -- address HACLUSTER:8:1 -- node_id HACLUSTER:8:2 -- number HACLUSTER:8:3 -- ring_id HACLUSTER:8:4 -+ status HACLUSTER:8:0 -+ address HACLUSTER:8:1 -+ node_id HACLUSTER:8:2 -+ number HACLUSTER:8:3 -+ ring_id HACLUSTER:8:4 -+ all HACLUSTER:15:0 - } - - ha_cluster.sbd { - devices - timeouts -+ all HACLUSTER:16:0 - } - - ha_cluster.sbd.devices { -- path HACLUSTER:9:0 -- status HACLUSTER:9:1 -+ path HACLUSTER:9:0 -+ status HACLUSTER:9:1 - } - - ha_cluster.sbd.timeouts { -- mgswait HACLUSTER:9:2 -- allocate HACLUSTER:9:3 -- loop HACLUSTER:9:4 -- watchdog HACLUSTER:9:5 -+ mgswait HACLUSTER:9:2 -+ allocate HACLUSTER:9:3 -+ loop HACLUSTER:9:4 -+ watchdog HACLUSTER:9:5 - } - - ha_cluster.drbd { -- resources -- written HACLUSTER:10:4 -- read HACLUSTER:10:5 -- al_writes HACLUSTER:10:6 -- bm_writes HACLUSTER:10:7 -+ resources -+ written HACLUSTER:10:4 -+ read HACLUSTER:10:5 -+ al_writes HACLUSTER:10:6 -+ bm_writes HACLUSTER:10:7 - upper_pending HACLUSTER:10:8 - lower_pending HACLUSTER:10:9 -- quorum HACLUSTER:10:10 -+ quorum HACLUSTER:10:10 - connections - connections_sync HACLUSTER:11:5 -- connections_received HACLUSTER:11:6 -+ connections_received HACLUSTER:11:6 - connections_sent HACLUSTER:11:7 - connections_pending HACLUSTER:11:8 - connections_unacked HACLUSTER:11:9 -- split_brain HACLUSTER:10:11 -+ split_brain HACLUSTER:10:11 - } - - ha_cluster.drbd.resources { -- resource HACLUSTER:10:0 -- role HACLUSTER:10:1 -- volume HACLUSTER:10:2 -- disk_state HACLUSTER:10:3 -+ resource HACLUSTER:10:0 -+ role HACLUSTER:10:1 -+ volume HACLUSTER:10:2 -+ disk_state HACLUSTER:10:3 -+ all HACLUSTER:17:0 - } - - ha_cluster.drbd.connections { -- resource HACLUSTER:11:0 -+ resource HACLUSTER:11:0 - peer_node_id HACLUSTER:11:1 -- peer_role HACLUSTER:11:2 -- volume HACLUSTER:11:3 -+ peer_role HACLUSTER:11:2 -+ volume HACLUSTER:11:3 - peer_disk_state HACLUSTER:11:4 -+ all HACLUSTER:18:0 - } -diff --git a/src/pmdas/hacluster/sbd.c b/src/pmdas/hacluster/sbd.c -index 2824f6589..05f55ad52 100644 ---- a/src/pmdas/hacluster/sbd.c -+++ b/src/pmdas/hacluster/sbd.c -@@ -68,6 +68,13 @@ hacluster_sbd_device_fetch(int item, struct sbd *sbd, pmAtomValue *atom) - return PMDA_FETCH_NOVALUES; - } - -+int -+hacluster_sbd_device_all_fetch(int item, pmAtomValue *atom) -+{ -+ atom->ul = 1; /* Assign default exists value 1 */ -+ return PMDA_FETCH_STATIC; -+} -+ - int - hacluster_refresh_sbd_device(const char *sbd_dev, struct sbd *sbd) - { -diff --git a/src/pmdas/hacluster/sbd.h b/src/pmdas/hacluster/sbd.h -index 0db22e7a0..0a6971d0e 100644 ---- a/src/pmdas/hacluster/sbd.h -+++ b/src/pmdas/hacluster/sbd.h -@@ -37,6 +37,7 @@ struct sbd { - }; - - extern int hacluster_sbd_device_fetch(int, struct sbd *, pmAtomValue *); -+extern int hacluster_sbd_device_all_fetch(int, pmAtomValue *); - extern int hacluster_refresh_sbd_device(const char *, struct sbd *); - - extern void sbd_stats_setup(void); --- -2.31.1 - - -From 96e746ac389999ee5a67f1b1d5621f62cff70bcb Mon Sep 17 00:00:00 2001 -From: Nathan Scott -Date: Sat, 19 Jun 2021 16:32:38 +1000 -Subject: [PATCH 6/7] docs: typo fixes in hacluster help text - ---- - qa/1897.out | 22 +++++++++++----------- - src/pmdas/hacluster/help | 22 +++++++++++----------- - 2 files changed, 22 insertions(+), 22 deletions(-) - -diff --git a/qa/1897.out b/qa/1897.out -index b757e857a..a0b53a998 100644 ---- a/qa/1897.out -+++ b/qa/1897.out -@@ -41,7 +41,7 @@ Help: - The number of expected quorum votes for the cluster. - value 2 - --ha_cluster.corosync.quorum_votes.highest_expected PMID: 155.7.2 [Hightest expected vote count] -+ha_cluster.corosync.quorum_votes.highest_expected PMID: 155.7.2 [Highest expected vote count] - Data Type: 32-bit unsigned int InDom: PM_INDOM_NULL 0xffffffff - Semantics: instant Units: count - Help: -@@ -80,7 +80,7 @@ ha_cluster.corosync.rings.all PMID: 155.15.0 [Corosync rings information] - Data Type: 32-bit unsigned int InDom: 155.13 0x26c0000d - Semantics: instant Units: count - Help: --Value is 1 if a ring exists. The details of the corrosponding ring -+Value is 1 if a ring exists. The details of the corresponding ring - is given as label metadata values for this metric. - inst [0 or "0"] value 1 - -@@ -132,7 +132,7 @@ ha_cluster.drbd.connections.all PMID: 155.18.0 [DRBD Peer disk information] - Data Type: 32-bit unsigned int InDom: 155.16 0x26c00010 - Semantics: instant Units: count - Help: --Value is 1 if a drbd peer connection exists. The details of the corrosponding DRBD peer -+Value is 1 if a drbd peer connection exists. The details of the corresponding DRBD peer - connection is given as label metadata values for this metric. - inst [0 or "drbd1:1"] value 1 - -@@ -219,7 +219,7 @@ The number of open requests to the local I/O subsystem by DRBD for the - resource:volume. - inst [0 or "drbd1:0"] value 0 - --ha_cluster.drbd.quorum PMID: 155.10.10 [Quorum satus of DRBD resource:volume] -+ha_cluster.drbd.quorum PMID: 155.10.10 [Quorum status of DRBD resource:volume] - Data Type: 32-bit unsigned int InDom: 155.8 0x26c00008 - Semantics: instant Units: count - Help: -@@ -238,7 +238,7 @@ ha_cluster.drbd.resources.all PMID: 155.17.0 [DRBD resource information] - Data Type: 32-bit unsigned int InDom: 155.15 0x26c0000f - Semantics: instant Units: count - Help: --Value is 1 if a drbd resource exists. The details of the corrosponding drbd resource -+Value is 1 if a drbd resource exists. The details of the corresponding drbd resource - is given as label metadata values for this metric. - inst [0 or "drbd1:0"] value 1 - -@@ -260,21 +260,21 @@ ha_cluster.drbd.resources.role PMID: 155.10.1 [Role of the resource] - Data Type: string InDom: 155.8 0x26c00008 - Semantics: instant Units: count - Help: --The resported role for ther DRBD resource for each resource:volume. -+The reported role for the DRBD resource for each resource:volume. - inst [0 or "drbd1:0"] value "Primary" - - ha_cluster.drbd.resources.volume PMID: 155.10.2 [Volume of the resource] - Data Type: string InDom: 155.8 0x26c00008 - Semantics: instant Units: count - Help: --The volume number of ther resource for each resource:volume. -+The volume number of the resource for each resource:volume. - inst [0 or "drbd1:0"] value "0" - - ha_cluster.drbd.split_brain PMID: 155.10.11 [Signal for split brain detection.] - Data Type: 32-bit unsigned int InDom: 155.8 0x26c00008 - Semantics: instant Units: count - Help: --This metric signals if there has been a split brain occuring in DRBD for the -+This metric signals if there has been a split brain occurring in DRBD for the - resource:volume, value is 1 is a split brain has been detected. - inst [0 or "drbd1:0"] value 1 - -@@ -293,7 +293,7 @@ Help: - Amount in KiB written to the DRBD resource:volume. - inst [0 or "drbd1:0"] value 0 - --ha_cluster.pacemaker.config_last_change PMID: 155.0.0 [Unix timestamp corresponding to last Pacmaker configuration change] -+ha_cluster.pacemaker.config_last_change PMID: 155.0.0 [Unix timestamp corresponding to last Pacemaker configuration change] - Data Type: 64-bit unsigned int InDom: PM_INDOM_NULL 0xffffffff - Semantics: instant Units: count - Help: -@@ -335,7 +335,7 @@ ha_cluster.pacemaker.location_constraints.role PMID: 155.2.2 [Resource role of t - Data Type: string InDom: 155.1 0x26c00001 - Semantics: instant Units: count - Help: --The resource role that the location contraint applies to, if any. -+The resource role that the location constraint applies to, if any. - inst [0 or "test"] value "Started" - - ha_cluster.pacemaker.location_constraints.score PMID: 155.2.3 [Score of the location constraint] -@@ -617,7 +617,7 @@ ha_cluster.sbd.all PMID: 155.16.0 [SBD device information] - Data Type: 32-bit unsigned int InDom: 155.14 0x26c0000e - Semantics: instant Units: count - Help: --Value is 1 if a sbd device exists. The details of the corrosponding SBD device -+Value is 1 if a sbd device exists. The details of the corresponding SBD device - is given as label metadata values for this metric. - inst [0 or "/dev/vdb"] value 1 - -diff --git a/src/pmdas/hacluster/help b/src/pmdas/hacluster/help -index bdcd68e5f..417bfd4cf 100644 ---- a/src/pmdas/hacluster/help -+++ b/src/pmdas/hacluster/help -@@ -28,7 +28,7 @@ - # - @ HACLUSTER.0 Instance domain for High Availability Cluster component metrics - --@ ha_cluster.pacemaker.config_last_change Unix timestamp corresponding to last Pacmaker configuration change -+@ ha_cluster.pacemaker.config_last_change Unix timestamp corresponding to last Pacemaker configuration change - Unix timestamp in seconds corresponding to the last time that the Pacemaker - configuration was changed on the system. - -@@ -58,7 +58,7 @@ The node that the location constraint applies to in the cluster. - The resource that the location constraint applies to in the cluster. - - @ ha_cluster.pacemaker.location_constraints.role Resource role of the location constraint --The resource role that the location contraint applies to, if any. -+The resource role that the location constraint applies to, if any. - - @ ha_cluster.pacemaker.location_constraints.score Score of the location constraint - The score given to the location constraint by Pacemaker, the value depends on -@@ -167,7 +167,7 @@ The full corosync ID for the nodes in the cluster. - @ ha_cluster.corosync.quorum_votes.expected_votes Expected vote count - The number of expected quorum votes for the cluster. - --@ ha_cluster.corosync.quorum_votes.highest_expected Hightest expected vote count -+@ ha_cluster.corosync.quorum_votes.highest_expected Highest expected vote count - The highest number of expected quorum votes for the cluster. - - @ ha_cluster.corosync.quorum_votes.total_votes Total number of votes -@@ -193,7 +193,7 @@ The number for the Corosync ring. - The internal Corosync ring ID, corresponds to the first node to join. - - @ ha_cluster.corosync.rings.all Corosync rings information --Value is 1 if a ring exists. The details of the corrosponding ring -+Value is 1 if a ring exists. The details of the corresponding ring - is given as label metadata values for this metric. - - @ ha_cluster.sbd.devices.path Path of SBD device -@@ -204,7 +204,7 @@ The current status given for each of the SBD devices, the value is one of - healthy or unhealthy. - - @ ha_cluster.sbd.all SBD device information --Value is 1 if a sbd device exists. The details of the corrosponding SBD device -+Value is 1 if a sbd device exists. The details of the corresponding SBD device - is given as label metadata values for this metric. - - @ ha_cluster.sbd.timeouts.mgswait mgswait timeout value -@@ -240,7 +240,7 @@ for the resource:volume. - The number of open requests to the local I/O subsystem by DRBD for the - resource:volume. - --@ ha_cluster.drbd.quorum Quorum satus of DRBD resource:volume -+@ ha_cluster.drbd.quorum Quorum status of DRBD resource:volume - The Quorum status of the DRBD resource according to resource:volume, 1 is - quorate and 0 is non-quorate. - -@@ -265,23 +265,23 @@ The number of requests sent which have not yet been acknowledged by DRBD for - the resource:volume. - - @ ha_cluster.drbd.split_brain Signal for split brain detection. --This metric signals if there has been a split brain occuring in DRBD for the -+This metric signals if there has been a split brain occurring in DRBD for the - resource:volume, value is 1 is a split brain has been detected. - - @ ha_cluster.drbd.resources.resource Name of the resource - The name given for the DRBD resource for each resource:volume. - - @ ha_cluster.drbd.resources.role Role of the resource --The resported role for ther DRBD resource for each resource:volume. -+The reported role for the DRBD resource for each resource:volume. - - @ ha_cluster.drbd.resources.volume Volume of the resource --The volume number of ther resource for each resource:volume. -+The volume number of the resource for each resource:volume. - - @ ha_cluster.drbd.resources.disk_state Disk state - The current reported disk state of for the resource:volume. - - @ ha_cluster.drbd.resources.all DRBD resource information --Value is 1 if a drbd resource exists. The details of the corrosponding drbd resource -+Value is 1 if a drbd resource exists. The details of the corresponding drbd resource - is given as label metadata values for this metric. - - @ ha_cluster.drbd.connections.resource Resource that the connection is for -@@ -300,5 +300,5 @@ The reported volume for the connection. - The reported peer disk state for the connection. - - @ ha_cluster.drbd.connections.all DRBD Peer disk information --Value is 1 if a drbd peer connection exists. The details of the corrosponding DRBD peer -+Value is 1 if a drbd peer connection exists. The details of the corresponding DRBD peer - connection is given as label metadata values for this metric. --- -2.31.1 - - -From b17119354e2b044a7ba5c9cd36cb6da59ab9ed05 Mon Sep 17 00:00:00 2001 -From: Paul Evans -Date: Mon, 21 Jun 2021 18:46:32 +0100 -Subject: [PATCH 7/7] pmdahacluster: Remove un-needed pmdaCacheLookupName() - calls - -Update instance refresh code for the label supported metrics to remove the -superfluous pmdaCacheLookupName() calls. - -We update the label supported indoms in mirror to the non-label indoms -and in turn don't require re-checking instance updates immediately again -(after doing so for the non-label indoms). - -This also fixes the Coverity defects reported by Nathan for unchecked returns -on these calls. ---- - src/pmdas/hacluster/pmda.c | 9 ++------- - 1 file changed, 2 insertions(+), 7 deletions(-) - -diff --git a/src/pmdas/hacluster/pmda.c b/src/pmdas/hacluster/pmda.c -index 6c9163b25..5be6d3668 100644 ---- a/src/pmdas/hacluster/pmda.c -+++ b/src/pmdas/hacluster/pmda.c -@@ -495,7 +495,6 @@ hacluster_pacemaker_constraints_instance_refresh(void) - struct pacemaker_constraints *constraints; - - sts = pmdaCacheLookupName(indom, constraint_name, NULL, (void **)&constraints); -- pmdaCacheLookupName(indom_all, constraint_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && constraints == NULL)) { - constraints = calloc(1, sizeof(struct pacemaker_constraints)); - if (constraints == NULL) { -@@ -636,7 +635,6 @@ hacluster_pacemaker_node_attrib_instance_refresh(void) - struct pacemaker_node_attrib *node_attrib; - - sts = pmdaCacheLookupName(indom, instance_name, NULL, (void **)&node_attrib); -- pmdaCacheLookupName(indom_all, instance_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && node_attrib == NULL)) { - node_attrib = calloc(1, sizeof(struct pacemaker_node_attrib)); - if (node_attrib == NULL) { -@@ -716,7 +714,6 @@ hacluster_pacemaker_resources_instance_refresh(void) - struct pacemaker_resources *pace_resources; - - sts = pmdaCacheLookupName(indom, instance_name, NULL, (void **)&pace_resources); -- pmdaCacheLookupName(indom_all, instance_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && pace_resources == NULL)) { - pace_resources = calloc(1, sizeof(struct pacemaker_resources)); - if (pace_resources == NULL) { -@@ -842,7 +839,6 @@ hacluster_corosync_ring_instance_refresh(void) - struct corosync_ring *ring; - - sts = pmdaCacheLookupName(indom, ring_name, NULL, (void **)&ring); -- pmdaCacheLookupName(indom_all, ring_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && ring == NULL)) { - ring = calloc(1, sizeof(struct corosync_ring)); - if (ring == NULL) { -@@ -914,7 +910,6 @@ hacluster_sbd_device_instance_refresh(void) - struct sbd_device *sbd; - - sts = pmdaCacheLookupName(indom, dev_name, NULL, (void **)&sbd); -- pmdaCacheLookupName(indom_all, dev_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && sbd == NULL)) { - sbd = calloc(1, sizeof(struct sbd_device)); - if (sbd == NULL) { -@@ -997,7 +992,6 @@ hacluster_drbd_resource_instance_refresh(void) - struct drbd_resource *resource; - - sts = pmdaCacheLookupName(indom, resource_name, NULL, (void **)&resource); -- pmdaCacheLookupName(indom_all, resource_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && resource == NULL)) { - resource = calloc(1, sizeof(struct drbd_resource)); - if (resource == NULL) { -@@ -1010,6 +1004,7 @@ hacluster_drbd_resource_instance_refresh(void) - - pmdaCacheStore(indom, PMDA_CACHE_ADD, resource_name, (void *)resource); - pmdaCacheStore(indom_all, PMDA_CACHE_ADD, resource_name, NULL); -+ - found_volume = 0; - } - } -@@ -1078,7 +1073,6 @@ hacluster_drbd_peer_device_instance_refresh(void) - struct drbd_peer_device *peer_device; - - sts = pmdaCacheLookupName(indom, peer_name, NULL, (void **)&peer_device); -- pmdaCacheLookupName(indom_all, peer_name, NULL, NULL); - if (sts == PM_ERR_INST || (sts >=0 && peer_device == NULL)) { - peer_device = calloc(1, sizeof(struct drbd_peer_device)); - if (peer_device == NULL) { -@@ -1091,6 +1085,7 @@ hacluster_drbd_peer_device_instance_refresh(void) - - pmdaCacheStore(indom, PMDA_CACHE_ADD, peer_name, (void *)peer_device); - pmdaCacheStore(indom_all, PMDA_CACHE_ADD, peer_name, NULL); -+ - found_peer_node = 0; - } - } --- -2.31.1 - diff --git a/SPECS/pcp.spec b/SPECS/pcp.spec index 2781e56..c85899b 100644 --- a/SPECS/pcp.spec +++ b/SPECS/pcp.spec @@ -1,16 +1,18 @@ Name: pcp -Version: 5.2.5 -Release: 6%{?dist} +Version: 5.3.1 +Release: 5%{?dist} Summary: System-level performance monitoring and performance management License: GPLv2+ and LGPLv2+ and CC-BY URL: https://pcp.io -%global bintray https://bintray.com/artifact/download -Source0: %{bintray}/pcp/source/pcp-%{version}.src.tar.gz +%global artifactory https://performancecopilot.jfrog.io/artifactory +Source0: %{artifactory}/pcp-source-release/pcp-%{version}.src.tar.gz -Patch000: redhat-bugzilla-1926756.patch -Patch001: redhat-bugzilla-1930284.patch -Patch002: redhat-bugzilla-1980067.patch +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 %if 0%{?fedora} >= 26 || 0%{?rhel} > 7 %global __python2 python2 @@ -25,6 +27,8 @@ Patch002: redhat-bugzilla-1980067.patch %global _hostname_executable /bin/hostname %endif +%global disable_perl 0 + %if 0%{?fedora} || 0%{?rhel} > 5 %global disable_selinux 0 %else @@ -44,12 +48,7 @@ Patch002: redhat-bugzilla-1980067.patch %endif %endif -# libvarlink and pmdapodman -%if 0%{?fedora} >= 28 || 0%{?rhel} > 7 %global disable_podman 0 -%else -%global disable_podman 1 -%endif # libchan, libhdr_histogram and pmdastatsd %if 0%{?fedora} >= 29 || 0%{?rhel} > 7 @@ -137,13 +136,6 @@ Patch002: redhat-bugzilla-1980067.patch %global disable_nutcracker 1 %endif -# support for pmdarpm -%if 0%{?rhel} == 0 || 0%{?rhel} > 5 -%global disable_rpm 0 -%else -%global disable_rpm 1 -%endif - # Qt development and runtime environment missing components before el6 %if 0%{?rhel} == 0 || 0%{?rhel} > 5 %global disable_qt 0 @@ -199,23 +191,36 @@ Conflicts: librapi < 0.16 # KVM PMDA moved into pcp (no longer using Perl, default on) Obsoletes: pcp-pmda-kvm < 4.1.1 -Provides: pcp-pmda-kvm +Provides: pcp-pmda-kvm = %{version}-%{release} + +# RPM PMDA retired completely +Obsoletes: pcp-pmda-rpm < 5.3.2 +Obsoletes: pcp-pmda-rpm-debuginfo < 5.3.2 # PCP REST APIs are now provided by pmproxy Obsoletes: pcp-webapi-debuginfo < 5.0.0 Obsoletes: pcp-webapi < 5.0.0 -Provides: pcp-webapi +Provides: pcp-webapi = %{version}-%{release} # PCP discovery service now provided by pmfind Obsoletes: pcp-manager-debuginfo < 5.2.0 Obsoletes: pcp-manager < 5.2.0 +# Some older releases did not update or replace pcp-gui-debuginfo properly +%if 0%{?fedora} < 27 && 0%{?rhel} <= 7 && "%{_vendor}" == "redhat" +Obsoletes: pcp-gui-debuginfo < 4.1.1 +%endif + +Obsoletes: pcp-compat < 4.2.0 +Obsoletes: pcp-monitor < 4.2.0 +Obsoletes: pcp-collector < 4.2.0 +Obsoletes: pcp-pmda-nvidia < 3.10.5 + # https://fedoraproject.org/wiki/Packaging "C and C++" BuildRequires: make BuildRequires: gcc gcc-c++ BuildRequires: procps autoconf bison flex BuildRequires: nss-devel -BuildRequires: rpm-devel BuildRequires: avahi-devel BuildRequires: xz-devel BuildRequires: zlib-devel @@ -233,9 +238,6 @@ BuildRequires: python3-setuptools BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: cyrus-sasl-devel -%if !%{disable_podman} -BuildRequires: libvarlink-devel -%endif %if !%{disable_statsd} # ragel unavailable on RHEL8 %if 0%{?rhel} == 0 @@ -260,7 +262,8 @@ BuildRequires: perl-generators %endif BuildRequires: perl-devel perl(strict) BuildRequires: perl(ExtUtils::MakeMaker) perl(LWP::UserAgent) perl(JSON) -BuildRequires: perl(LWP::UserAgent) perl(Time::HiRes) perl(Digest::MD5) +BuildRequires: perl(Time::HiRes) perl(Digest::MD5) +BuildRequires: perl(XML::LibXML) perl(File::Slurp) BuildRequires: man %{_hostname_executable} %if !%{disable_systemd} BuildRequires: systemd-devel systemd-rpm-macros @@ -281,18 +284,6 @@ Requires: pcp-libs = %{version}-%{release} Requires: pcp-selinux = %{version}-%{release} %endif -# Some older releases did not update or replace pcp-gui-debuginfo properly -%if 0%{?fedora} < 27 && 0%{?rhel} <= 7 && "%{_vendor}" == "redhat" -Obsoletes: pcp-gui-debuginfo < 4.1.1 -%endif - -Obsoletes: pcp-compat < 4.2.0 -Obsoletes: pcp-monitor < 4.2.0 -Obsoletes: pcp-collector < 4.2.0 -Obsoletes: pcp-pmda-nvidia < 3.10.5 - -Requires: pcp-libs = %{version}-%{release} - %global _confdir %{_sysconfdir}/pcp %global _logsdir %{_localstatedir}/log/pcp %global _pmnsdir %{_localstatedir}/lib/pcp/pmns @@ -548,9 +539,6 @@ Requires: pcp-pmda-snmp %if !%{disable_json} Requires: pcp-pmda-json %endif -%if !%{disable_rpm} -Requires: pcp-pmda-rpm -%endif Requires: pcp-pmda-summary pcp-pmda-trace pcp-pmda-weblog %if !%{disable_python2} || !%{disable_python3} Requires: pcp-system-tools @@ -892,12 +880,10 @@ License: GPLv2+ Summary: Performance Co-Pilot (PCP) metrics for podman containers URL: https://pcp.io Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release} -Requires: libvarlink -BuildRequires: libvarlink-devel %description pmda-podman This package contains the PCP Performance Metrics Domain Agent (PMDA) for -collecting podman container and pod statistics through libvarlink. +collecting podman container and pod statistics via the podman REST API. %endif %if !%{disable_statsd} @@ -1603,7 +1589,7 @@ extracting performance metrics from HAProxy over the HAProxy stats socket. # %package pmda-libvirt License: GPLv2+ -Summary: Performance Co-Pilot (PCP) metrics for virtual machines +Summary: Performance Co-Pilot (PCP) metrics from virtual machines URL: https://pcp.io Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release} %if !%{disable_python3} @@ -1955,21 +1941,6 @@ This package contains the PCP Performance Metrics Domain Agent (PMDA) for collecting metrics about the room temperature. # end pcp-pmda-roomtemp -%if !%{disable_rpm} -# -# pcp-pmda-rpm -# -%package pmda-rpm -License: GPLv2+ -Summary: Performance Co-Pilot (PCP) metrics for the RPM package manager -URL: https://pcp.io -Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release} -%description pmda-rpm -This package contains the PCP Performance Metrics Domain Agent (PMDA) for -collecting metrics about the installed RPM packages. -%endif -# end pcp-pmda-rpm - # # pcp-pmda-sendmail # @@ -2251,6 +2222,8 @@ updated policy package. %patch000 -p1 %patch001 -p1 %patch002 -p1 +%patch003 -p1 +%patch004 -p1 %build # fix up build version @@ -2269,60 +2242,40 @@ BACKDIR=`pwd` NO_CHOWN=true DIST_ROOT=$RPM_BUILD_ROOT DIST_TMPFILES=$BACKDIR/install.tmpfiles -export NO_CHOWN DIST_ROOT DIST_TMPFILES +DIST_MANIFEST=$BACKDIR/install.manifest +export NO_CHOWN DIST_ROOT DIST_MANIFEST DIST_TMPFILES +rm -f $DIST_MANIFEST $DIST_TMPFILES make install_pcp -PCP_GUI='pmchart|pmconfirm|pmdumptext|pmmessage|pmquery|pmsnap|pmtime' +### TODO: remove these by incorporating into the actual build # Fix stuff we do/don't want to ship rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a +sed -i -e '/\.a$/d' $DIST_MANIFEST # remove sheet2pcp until BZ 830923 and BZ 754678 are resolved. rm -f $RPM_BUILD_ROOT/%{_bindir}/sheet2pcp $RPM_BUILD_ROOT/%{_mandir}/man1/sheet2pcp.1* +sed -i -e '/sheet2pcp/d' $DIST_MANIFEST # remove {config,platform}sz.h as these are not multilib friendly. rm -f $RPM_BUILD_ROOT/%{_includedir}/pcp/configsz.h +sed -i -e '/configsz.h/d' $DIST_MANIFEST rm -f $RPM_BUILD_ROOT/%{_includedir}/pcp/platformsz.h - -%if %{disable_infiniband} -# remove pmdainfiniband on platforms lacking IB devel packages. -rm -f $RPM_BUILD_ROOT/%{_pmdasdir}/ib -rm -fr $RPM_BUILD_ROOT/%{_pmdasdir}/infiniband -%endif +sed -i -e '/platformsz.h/d' $DIST_MANIFEST %if %{disable_mssql} # remove pmdamssql on platforms lacking MSODBC driver packages. +rm -fr $RPM_BUILD_ROOT/%{_confdir}/mssql +rm -fr $RPM_BUILD_ROOT/%{_confdir}/pmieconf/mssql +rm -fr $RPM_BUILD_ROOT/%{_ieconfdir}/mssql rm -fr $RPM_BUILD_ROOT/%{_pmdasdir}/mssql rm -fr $RPM_BUILD_ROOT/%{_pmdasexecdir}/mssql -rm -fr $RPM_BUILD_ROOT/%{_confdir}/mssql %endif -%if %{disable_sdt} -rm -fr $RPM_BUILD_ROOT/%{_tapsetdir} -%endif - -%if %{disable_selinux} -rm -fr $RPM_BUILD_ROOT/%{_selinuxdir} -%endif - -%if %{disable_qt} -rm -fr $RPM_BUILD_ROOT/%{_pixmapdir} -rm -fr $RPM_BUILD_ROOT/%{_hicolordir} -rm -fr $RPM_BUILD_ROOT/%{_confdir}/pmsnap -rm -fr $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp/config/pmsnap -rm -fr $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp/config/pmchart -rm -f $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp/config/pmafm/pcp-gui -rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/pmchart.desktop -rm -f `find $RPM_BUILD_ROOT/%{_mandir}/man1 | grep -E "$PCP_GUI"` -%else -rm -rf $RPM_BUILD_ROOT/usr/share/doc/pcp-gui +%if !%{disable_qt} desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/pmchart.desktop %endif -%if %{disable_xlsx} -rm -f $RPM_BUILD_ROOT/%{_bashcompdir}/pcp2xlsx -%endif - %if 0%{?rhel} || 0%{?fedora} # Fedora and RHEL default local only access for pmcd and pmlogger sed -i -e '/^# .*_LOCAL=1/s/^# //' $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/{pmcd,pmlogger} @@ -2334,119 +2287,328 @@ for f in $RPM_BUILD_ROOT/%{_initddir}/{pcp,pmcd,pmlogger,pmie,pmproxy}; do sed -i -e '/^# chkconfig/s/:.*$/: - 95 05/' -e '/^# Default-Start:/s/:.*$/:/' $f done -# list of PMDAs in the base pcp package -for pmda in jbd2 kvm linux mmv pipe pmcd proc root xfs zfs; do - for alt in %{_pmdasdir} %{_pmdasexecdir} %{_confdir}; do - [ -d $RPM_BUILD_ROOT/$alt/$pmda ] && echo $alt/$pmda >>base_pmdas.list - done +### end TODO + +PCP_GUI='pmchart|pmconfirm|pmdumptext|pmmessage|pmquery|pmsnap|pmtime' + +PCP_CONF=$BACKDIR/src/include/pcp.conf +export PCP_CONF +. $BACKDIR/src/include/pcp.env +CFGFILELIST=`ls -1 $BACKDIR/debian/pcp-conf.{install,dirs}` +LIBFILELIST=`ls -1 $BACKDIR/debian/lib*.{install,dirs} | grep -F -v -- -dev.` +DEVFILELIST=`ls -1 $BACKDIR/debian/lib*-dev.{install,dirs}` + +# Package split: pcp{-conf,-libs,-libs-devel,-testsuite,-import-*,-export-*}... +# The above list is ordered by file selection; files for each package are +# removed from a global set, then the base package catches all remaining. +sed -e 's/^/\//' $CFGFILELIST >pcp-conf-files +sed -e 's/^/\//' $LIBFILELIST >pcp-libs-files +sed -e 's/^/\//' $DEVFILELIST >pcp-devel-files +grep "\.h$" $DEVFILELIST | cut -f2 -d":" >pcp-libs-devel-files +grep "\.pc$" $DEVFILELIST | cut -f2 -d":" >>pcp-libs-devel-files +grep "\.so$" $DEVFILELIST | cut -f2 -d":" >>pcp-libs-devel-files +grep "\.a$" $DEVFILELIST | cut -f2 -d":" >>pcp-libs-devel-files +sed -i -e 's/^/\//' pcp-libs-devel-files +sed -i '/.h$/d' pcp-devel-files +sed -i '/.pc$/d' pcp-devel-files +sed -i '/.so$/d' pcp-devel-files +sed -i '/.a$/d' pcp-devel-files +sed -i '/\/man\//d' pcp-devel-files +sed -i '/\/include\//d' pcp-devel-files + +%ifarch x86_64 ppc64 ppc64le aarch64 s390x +sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-libs-files +sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-devel-files +sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-libs-devel-files +%endif +%ifarch ia64 +%if "%{_vendor}" != "suse" +sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-libs-files +sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-devel-files +sed -i -e 's/usr\/lib\//usr\/lib64\//' pcp-libs-devel-files +%endif +%endif + +# some special cases for devel +awk '{print $NF}' $DIST_MANIFEST |\ +grep -E 'pcp\/(examples|demos)|(etc/pcp|pcp/pmdas)\/(sample|simple|trivial|txmon)|bin/(pmdbg|pmclient|pmerr|genpmda)' | grep -E -v tutorials >>pcp-devel-files + +# Patterns for files to be marked %%config(noreplace). +# Note: /etc/pcp.{conf,env,sh} are %%config but not noreplace +# and are treated specially below. +cat >confpath.list <pcp-doc-files +total_manifest | keep 'testsuite|etc/systemd/system' >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' \ + -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' \ + -e 'pcp-uptime|pcp-verify|pcp-ss' | \ + cull 'selinux|pmlogconf|pmieconf|pmrepconf' >pcp-system-tools-files + +basic_manifest | keep 'sar2pcp' >pcp-import-sar2pcp-files +basic_manifest | keep 'iostat2pcp' >pcp-import-iostat2pcp-files +basic_manifest | keep 'sheet2pcp' >pcp-import-sheet2pcp-files +basic_manifest | keep 'mrtg2pcp' >pcp-import-mrtg2pcp-files +basic_manifest | keep 'ganglia2pcp' >pcp-import-ganglia2pcp-files +basic_manifest | keep 'collectl2pcp' >pcp-import-collectl2pcp-files +basic_manifest | keep 'pcp2elasticsearch' >pcp-export-pcp2elasticsearch-files +basic_manifest | keep 'pcp2influxdb' >pcp-export-pcp2influxdb-files +basic_manifest | keep 'pcp2xlsx' >pcp-export-pcp2xlsx-files +basic_manifest | keep 'pcp2graphite' >pcp-export-pcp2graphite-files +basic_manifest | keep 'pcp2json' >pcp-export-pcp2json-files +basic_manifest | keep 'pcp2spark' >pcp-export-pcp2spark-files +basic_manifest | keep 'pcp2xml' >pcp-export-pcp2xml-files +basic_manifest | keep 'pcp2zabbix' >pcp-export-pcp2zabbix-files +basic_manifest | keep 'zabbix|zbxpcp' | cull pcp2zabbix >pcp-export-zabbix-agent-files +basic_manifest | keep '(etc/pcp|pmdas)/activemq(/|$)' >pcp-pmda-activemq-files +basic_manifest | keep '(etc/pcp|pmdas)/apache(/|$)' >pcp-pmda-apache-files +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)/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)/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 +basic_manifest | keep '(etc/pcp|pmdas)/elasticsearch(/|$)' >pcp-pmda-elasticsearch-files +basic_manifest | keep '(etc/pcp|pmdas)/gfs2(/|$)' >pcp-pmda-gfs2-files +basic_manifest | keep '(etc/pcp|pmdas)/gluster(/|$)' >pcp-pmda-gluster-files +basic_manifest | keep '(etc/pcp|pmdas)/gpfs(/|$)' >pcp-pmda-gpfs-files +basic_manifest | keep '(etc/pcp|pmdas)/gpsd(/|$)' >pcp-pmda-gpsd-files +basic_manifest | keep '(etc/pcp|pmdas)/hacluster(/|$)' >pcp-pmda-hacluster-files +basic_manifest | keep '(etc/pcp|pmdas)/haproxy(/|$)' >pcp-pmda-haproxy-files +basic_manifest | keep '(etc/pcp|pmdas)/infiniband(/|$)' >pcp-pmda-infiniband-files +basic_manifest | keep '(etc/pcp|pmdas)/json(/|$)' >pcp-pmda-json-files +basic_manifest | keep '(etc/pcp|pmdas)/libvirt(/|$)' >pcp-pmda-libvirt-files +basic_manifest | keep '(etc/pcp|pmdas)/lio(/|$)' >pcp-pmda-lio-files +basic_manifest | keep '(etc/pcp|pmdas)/lmsensors(/|$)' >pcp-pmda-lmsensors-files +basic_manifest | keep '(etc/pcp|pmdas)/logger(/|$)' >pcp-pmda-logger-files +basic_manifest | keep '(etc/pcp|pmdas)/lustre(/|$)' >pcp-pmda-lustre-files +basic_manifest | keep '(etc/pcp|pmdas)/lustrecomm(/|$)' >pcp-pmda-lustrecomm-files +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|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 +basic_manifest | keep '(etc/pcp|pmdas)/netfilter(/|$)' >pcp-pmda-netfilter-files +basic_manifest | keep '(etc/pcp|pmdas)/netcheck(/|$)' >pcp-pmda-netcheck-files +basic_manifest | keep '(etc/pcp|pmdas)/news(/|$)' >pcp-pmda-news-files +basic_manifest | keep '(etc/pcp|pmdas)/nfsclient(/|$)' >pcp-pmda-nfsclient-files +basic_manifest | keep '(etc/pcp|pmdas)/nginx(/|$)' >pcp-pmda-nginx-files +basic_manifest | keep '(etc/pcp|pmdas)/nutcracker(/|$)' >pcp-pmda-nutcracker-files +basic_manifest | keep '(etc/pcp|pmdas)/nvidia(/|$)' >pcp-pmda-nvidia-files +basic_manifest | keep '(etc/pcp|pmdas)/openmetrics(/|$)' >pcp-pmda-openmetrics-files +basic_manifest | keep '(etc/pcp|pmdas)/openvswitch(/|$)' >pcp-pmda-openvswitch-files +basic_manifest | keep '(etc/pcp|pmdas)/oracle(/|$)' >pcp-pmda-oracle-files +basic_manifest | keep '(etc/pcp|pmdas)/pdns(/|$)' >pcp-pmda-pdns-files +basic_manifest | keep '(etc/pcp|pmdas)/perfevent(/|$)' >pcp-pmda-perfevent-files +basic_manifest | keep '(etc/pcp|pmdas)/podman(/|$)' >pcp-pmda-podman-files +basic_manifest | keep '(etc/pcp|pmdas)/postfix(/|$)' >pcp-pmda-postfix-files +basic_manifest | keep '(etc/pcp|pmdas)/postgresql(/|$)' >pcp-pmda-postgresql-files +basic_manifest | keep '(etc/pcp|pmdas)/rabbitmq(/|$)' >pcp-pmda-rabbitmq-files +basic_manifest | keep '(etc/pcp|pmdas)/redis(/|$)' >pcp-pmda-redis-files +basic_manifest | keep '(etc/pcp|pmdas)/roomtemp(/|$)' >pcp-pmda-roomtemp-files +basic_manifest | keep '(etc/pcp|pmdas)/rpm(/|$)' >pcp-pmda-rpm-files +basic_manifest | keep '(etc/pcp|pmdas)/rsyslog(/|$)' >pcp-pmda-rsyslog-files +basic_manifest | keep '(etc/pcp|pmdas)/samba(/|$)' >pcp-pmda-samba-files +basic_manifest | keep '(etc/pcp|pmdas)/sendmail(/|$)' >pcp-pmda-sendmail-files +basic_manifest | keep '(etc/pcp|pmdas)/shping(/|$)' >pcp-pmda-shping-files +basic_manifest | keep '(etc/pcp|pmdas)/slurm(/|$)' >pcp-pmda-slurm-files +basic_manifest | keep '(etc/pcp|pmdas)/smart(/|$)' >pcp-pmda-smart-files +basic_manifest | keep '(etc/pcp|pmdas)/snmp(/|$)' >pcp-pmda-snmp-files +basic_manifest | keep '(etc/pcp|pmdas)/sockets(/|$)' >pcp-pmda-sockets-files +basic_manifest | keep '(etc/pcp|pmdas)/statsd(/|$)' >pcp-pmda-statsd-files +basic_manifest | keep '(etc/pcp|pmdas)/summary(/|$)' >pcp-pmda-summary-files +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 \ + cifs cisco \ + dbping 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 \ + named netcheck netfilter news nfsclient nginx \ + nutcracker nvidia \ + openmetrics openvswitch oracle \ + pdns perfevent podman postfix postgresql \ + rabbitmq redis roomtemp rpm rsyslog \ + samba sendmail shping slurm smart snmp \ + sockets statsd summary systemd \ + unbound \ + trace \ + vmware \ + weblog \ + zimbra zswap ; \ +do \ + pmda_packages="$pmda_packages pcp-pmda-$pmda_package"; \ done -# list of conf directories in base pcp package -for conf in discover labels nssdb pmafm pmcd pmfind pmie pmieconf pmlogconf \ - proc simple pipe linux pmlogger pmlogrewrite pmproxy pmsearch pmseries; do - for alt in %{_confdir} %{_localstatedir}/lib/pcp/config; do - replace=""; [ "$alt" = "%{_confdir}" ] && replace="%config(noreplace)" - [ -d $RPM_BUILD_ROOT/$alt/$conf ] && echo "$replace $alt/$conf" >>base_conf.list - done +for import_package in \ + collectl2pcp iostat2pcp ganglia2pcp mrtg2pcp sar2pcp sheet2pcp ; \ +do \ + import_packages="$import_packages pcp-import-$import_package"; \ done -# all base binary files except those split out into sub-packages -ls -1 $RPM_BUILD_ROOT/%{_bindir} |\ - grep -E -v 'pmiostat|zabbix|zbxpcp|dstat|pmrep|pcp2csv' |\ - grep -E -v 'pcp2spark|pcp2graphite|pcp2influxdb|pcp2zabbix' |\ - grep -E -v 'pcp2elasticsearch|pcp2json|pcp2xlsx|pcp2xml' |\ - grep -E -v 'pmdbg|pmclient|pmerr|genpmda' |\ -sed -e 's#^#'%{_bindir}'\/#' >base_bin.list - -# all base pmns files -echo %{_pmnsdir} >>base_pmns.list -echo %{_pmnsexecdir} >>base_pmns.list - -ls -1 $RPM_BUILD_ROOT/%{_bashcompdir} |\ - grep -E -v 'pcp2spark|pcp2graphite|pcp2influxdb|pcp2zabbix' |\ - grep -E -v 'pcp2elasticsearch|pcp2json|pcp2xlsx|pcp2xml' |\ - grep -E -v 'pcp2csv|pmrep|pmdumptext' |\ -sed -e 's#^#'%{_bashcompdir}'\/#' >base_bashcomp.list - -# Separate the pcp-system-tools package files. -# pmiostat is a back-compat symlink to its pcp(1) sub-command variant -# so its also in pcp-system-tools. -%if !%{disable_python2} || !%{disable_python3} -ls -1 $RPM_BUILD_ROOT/%{_bindir} |\ - grep -E -e 'pmiostat|pmrep|dstat|pcp2csv' |\ - sed -e 's#^#'%{_bindir}'\/#' >pcp-system-tools.list -ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\ - grep -E -e 'atop|dmcache|dstat|free|htop|iostat|ipcs|lvmcache|mpstat' \ - -e 'numastat|pidstat|shping|tapestat|uptime|verify' |\ - sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >>pcp-system-tools.list -%endif -# Separate the pcp-selinux package files. -%if !%{disable_selinux} -ls -1 $RPM_BUILD_ROOT/%{_selinuxdir} |\ - sed -e 's#^#'%{_selinuxdir}'\/#' > pcp-selinux.list -ls -1 $RPM_BUILD_ROOT/%{_selinuxexecdir} |\ - sed -e 's#^#'%{_selinuxexecdir}'\/#' >> pcp-selinux.list -ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\ - grep -E 'selinux-setup' |\ - sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >> pcp-selinux.list -%endif - -ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\ -%if !%{disable_python2} || !%{disable_python3} - grep -E -v 'atop|dmcache|dstat|free|htop|iostat|ipcs|lvmcache|mpstat' |\ - grep -E -v 'numastat|shping|tapestat|uptime|verify|selinux-setup' |\ -%endif - grep -E -v 'pmlogger_daily_report' |\ - grep -E -v 'pmsnap' |\ - sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >base_exec.list -echo %{_libexecdir}/pcp/lib >>base_exec.list - -ls -1 $RPM_BUILD_ROOT/%{_booksdir} |\ - sed -e 's#^#'%{_booksdir}'\/#' > pcp-doc.list -ls -1 $RPM_BUILD_ROOT/%{_mandir}/man1 |\ - sed -e 's#^#'%{_mandir}'\/man1\/#' >>pcp-doc.list -ls -1 $RPM_BUILD_ROOT/%{_mandir}/man5 |\ - sed -e 's#^#'%{_mandir}'\/man5\/#' >>pcp-doc.list -ls -1 $RPM_BUILD_ROOT/%{_datadir}/pcp/demos/tutorials |\ - sed -e 's#^#'%{_datadir}/pcp/demos/tutorials'\/#' >>pcp-doc.list - -%if !%{disable_qt} -ls -1 $RPM_BUILD_ROOT/%{_pixmapdir} |\ - sed -e 's#^#'%{_pixmapdir}'\/#' > pcp-gui.list -ls -1 $RPM_BUILD_ROOT/%{_hicolordir} |\ - sed -e 's#^#'%{_hicolordir}'\/#' >> pcp-gui.list -cat base_bin.list base_exec.list base_bashcomp.list |\ - grep -E "$PCP_GUI" >> pcp-gui.list -echo %{_confdir}/pmchart >>pcp-gui.list -echo %{_libexecdir}/pcp/bin/pmsnap >>pcp-gui.list -%endif - -ls -1 $RPM_BUILD_ROOT/%{_logconfdir}/ |\ - sed -e 's#^#'%{_logconfdir}'\/#' |\ - grep -E -v 'zeroconf' >pcp-logconf.list -ls -1 $RPM_BUILD_ROOT/%{_ieconfdir}/ |\ - sed -e 's#^#'%{_ieconfdir}'\/#' |\ - grep -E -v 'zeroconf' >pcp-ieconf.list - -# generate full base package file list -cat base_pmdas.list base_conf.list base_bin.list base_exec.list base_bashcomp.list \ - pcp-logconf.list pcp-ieconf.list base_pmns.list |\ - grep -E -v 'pmdaib|pmsnap|2pcp|pmdas/systemd|zeroconf' |\ - grep -E -v "$PCP_GUI|pixmaps|hicolor|pcp-doc|tutorials|selinux" |\ - grep -E -v %{_logsdir} > base.list - -# all devel pcp package files except those split out into sub packages -ls -1 $RPM_BUILD_ROOT/%{_mandir}/man3 |\ -sed -e 's#^#'%{_mandir}'\/man3\/#' | grep -v '3pm' >>pcp-doc.list -ls -1 $RPM_BUILD_ROOT/%{_datadir}/pcp/demos |\ -sed -e 's#^#'%{_datadir}'\/pcp\/demos\/#' | grep -E -v tutorials >> devel.list -ls -1 $RPM_BUILD_ROOT/%{_bindir} |\ -grep -E 'pmdbg|pmclient|pmerr|genpmda' |\ -sed -e 's#^#'%{_bindir}'\/#' >>devel.list -for pmda in sample simple trivial txmon; do - echo %{_libexecdir}/pcp/pmdas/$pmda >>devel.list +for export_package in \ + pcp2elasticsearch pcp2graphite pcp2influxdb pcp2json \ + pcp2spark pcp2xlsx pcp2xml pcp2zabbix zabbix-agent ; \ +do \ + export_packages="$export_packages pcp-export-$export_package"; \ done -echo %{_confdir}/simple/simple.conf >>devel.list + +for subpackage in \ + pcp-conf pcp-gui pcp-doc pcp-libs pcp-devel pcp-libs-devel \ + pcp-selinux pcp-system-tools pcp-testsuite pcp-zeroconf \ + $pmda_packages $import_packages $export_packages ; \ +do \ + echo $subpackage >> packages.list; \ +done + +rm -f *-files.rpm *-tmpfiles.rpm +sort -u $DIST_MANIFEST | awk ' +function loadfiles(files) { + system ("touch " files"-files"); + filelist=files"-files"; + while (getline < filelist) { + if (length(pkg[$0]) > 0 && pkg[$0] != files) + print "Dup: ", $0, " package: ", pkg[$0], " and ", files; + if (length(pkg[$0]) == 0) + pkg[$0] = files; + } +} +BEGIN { + while (getline < "packages.list") loadfiles($0); + while (getline < "confpath.list") conf[nconf++]=$0; +} +{ + if (pkg[$NF]) p=pkg[$NF]; + else p="pcp"; + f=p"-files.rpm"; +} +$1 == "d" { + if (match ($5, "'$PCP_RUN_DIR'")) { + printf ("%%%%ghost ") >> f; + } + if (match ($5, "'$PCP_VAR_DIR'/testsuite")) { + $3 = $4 = "pcpqa"; + } + printf ("%%%%dir %%%%attr(%s,%s,%s) %s\n", $2, $3, $4, $5) >> f + } +$1 == "f" && $6 ~ "etc/pcp\\.conf" { printf ("%%%%config ") >> f; } +$1 == "f" && $6 ~ "etc/pcp\\.env" { printf ("%%%%config ") >> f; } +$1 == "f" && $6 ~ "etc/pcp\\.sh" { printf ("%%%%config ") >> f; } +$1 == "f" { + for (i=0; i < nconf; i++) { + if ($6 ~ conf[i]) { + printf ("%%%%config(noreplace) ") >> f; + break; + } + } + if (match ($6, "'$PCP_VAR_DIR'/testsuite")) { + $3 = $4 = "pcpqa"; + } + if (match ($6, "'$PCP_MAN_DIR'") || match ($6, "'$PCP_DOC_DIR'")) { + printf ("%%%%doc ") >> f; + } + printf ("%%%%attr(%s,%s,%s) %s\n", $2, $3, $4, $6) >> f + } +$1 == "l" { +%if !%{disable_systemd} + if (match ($3, "'$PCP_VAR_DIR'")) { + print $3 >> p"-tmpfiles"; + if (length(tmpfiles[p]) == 0) { + printf ("'$PCP_SYSTEMDTMPFILES_DIR'/%s.conf\n", p) >> f; + tmpfiles[p] = p; + } + } +%endif + print $3 >> f; + }' + +%if !%{disable_systemd} +mkdir -p $DIST_ROOT/$PCP_SYSTEMDTMPFILES_DIR +sort -u $DIST_TMPFILES | awk ' +function loadtmpfiles(files) { + system ("touch " files"-tmpfiles"); + filelist=files"-tmpfiles"; + while (getline < filelist) { + if (pkg[$0] && pkg[$0] != files) + print "Dup: ", $0, " package: ", pkg[$0], " and ", files; + pkg[$0] = files; + } +} +BEGIN { + while (getline < "packages.list") loadtmpfiles($0); +} +{ + if (pkg[$2]) p=pkg[$2]; + else p="pcp"; + f=p".conf"; + printf ("%s\n", $0) >> f; +}' + +%if %{disable_mssql} +# TODO: integrate better into the PCP build (via autoconf) +# so that this and other mssql artifacts are not generated. +rm -f pcp-pmda-mssql.conf +%endif + +for tmpfile in *.conf ; \ +do \ + mv $tmpfile $DIST_ROOT/$PCP_SYSTEMDTMPFILES_DIR/$tmpfile; \ +done +%endif %pre testsuite test -d %{_testsdir} || mkdir -p -m 755 %{_testsdir} @@ -2479,11 +2641,6 @@ getent passwd pcp >/dev/null || \ useradd -c "Performance Co-Pilot" -g pcp -d %{_localstatedir}/lib/pcp -M -r -s /sbin/nologin pcp exit 0 -%if !%{disable_rpm} -%preun pmda-rpm -%{pmda_remove "$1" "rpm"} -%endif - %if !%{disable_systemd} %preun pmda-systemd %{pmda_remove "$1" "systemd"} @@ -2812,11 +2969,6 @@ pmieconf -c enable dmthin %post PCP_PMNS_DIR=%{_pmnsdir} PCP_LOG_DIR=%{_logsdir} -chown -R pcp:pcp %{_logsdir}/pmcd 2>/dev/null -chown -R pcp:pcp %{_logsdir}/pmlogger 2>/dev/null -chown -R pcp:pcp %{_logsdir}/sa 2>/dev/null -chown -R pcp:pcp %{_logsdir}/pmie 2>/dev/null -chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null %{install_file "$PCP_PMNS_DIR" .NeedRebuild} %{install_file "$PCP_LOG_DIR/pmlogger" .NeedRewrite} %if !%{disable_systemd} @@ -2857,597 +3009,254 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null %{selinux_handle_policy "$1" "pcpupstream-container"} %endif -%files -f base.list -# -# Note: there are some headers (e.g. domain.h) and in a few cases some -# C source files that rpmlint complains about. These are not devel files, -# but rather they are (slightly obscure) PMDA config files. -# +%files -f pcp-files.rpm %doc CHANGELOG COPYING INSTALL.md README.md VERSION.pcp pcp.lsm - -%dir %{_confdir} -%dir %{_pmdasdir} -%dir %{_datadir}/pcp -%dir %{_libexecdir}/pcp -%dir %{_libexecdir}/pcp/bin -%dir %{_localstatedir}/lib/pcp -%dir %{_localstatedir}/lib/pcp/config -%dir %attr(0775,pcp,pcp) %{_tempsdir} -%dir %attr(0775,pcp,pcp) %{_tempsdir}/bash -%dir %attr(0775,pcp,pcp) %{_tempsdir}/json -%dir %attr(0775,pcp,pcp) %{_tempsdir}/mmv -%dir %attr(0775,pcp,pcp) %{_tempsdir}/pmie -%dir %attr(0775,pcp,pcp) %{_tempsdir}/pmlogger -%dir %attr(0775,pcp,pcp) %{_tempsdir}/pmproxy -%dir %attr(0700,root,root) %{_tempsdir}/pmcd - -%dir %{_datadir}/pcp/lib -%{_datadir}/pcp/lib/ReplacePmnsSubtree -%{_datadir}/pcp/lib/bashproc.sh -%{_datadir}/pcp/lib/lockpmns -%{_datadir}/pcp/lib/pmdaproc.sh -%{_datadir}/pcp/lib/utilproc.sh -%{_datadir}/pcp/lib/rc-proc.sh -%{_datadir}/pcp/lib/rc-proc.sh.minimal -%{_datadir}/pcp/lib/unlockpmns - -%dir %attr(0775,pcp,pcp) %{_logsdir} -%attr(0775,pcp,pcp) %{_logsdir}/pmcd -%attr(0775,pcp,pcp) %{_logsdir}/pmlogger -%attr(0775,pcp,pcp) %{_logsdir}/pmie -%attr(0775,pcp,pcp) %{_logsdir}/pmproxy -%attr(0775,pcp,pcp) %{_logsdir}/pmfind -%{_localstatedir}/lib/pcp/pmns -%{_initddir}/pcp -%{_initddir}/pmcd -%{_initddir}/pmlogger -%{_initddir}/pmie -%{_initddir}/pmproxy -%if !%{disable_systemd} -%{_unitdir}/pmcd.service -%{_unitdir}/pmproxy.service -%{_unitdir}/pmlogger.service -%{_unitdir}/pmfind.service -%{_unitdir}/pmie.service -# services and timers replacing the old cron scripts -%{_unitdir}/pmlogger_check.service -%{_unitdir}/pmlogger_check.timer -%{_unitdir}/pmlogger_daily.service -%{_unitdir}/pmlogger_daily.timer -%{_unitdir}/pmlogger_daily-poll.service -%{_unitdir}/pmlogger_daily-poll.timer -%{_unitdir}/pmie_check.timer -%{_unitdir}/pmie_check.service -%{_unitdir}/pmie_check.timer -%{_unitdir}/pmie_daily.service -%{_unitdir}/pmie_daily.timer -%{_unitdir}/pmfind.timer -%config(noreplace) %{_sysconfdir}/sysconfig/pmie_timers -%config(noreplace) %{_sysconfdir}/sysconfig/pmlogger_timers -%else -# cron scripts -%config(noreplace) %{_sysconfdir}/cron.d/pcp-pmlogger -%config(noreplace) %{_sysconfdir}/cron.d/pcp-pmfind -%config(noreplace) %{_sysconfdir}/cron.d/pcp-pmie -%endif -%config(noreplace) %{_sysconfdir}/sasl2/pmcd.conf -%config(noreplace) %{_sysconfdir}/sysconfig/pmlogger -%config(noreplace) %{_sysconfdir}/sysconfig/pmproxy -%config(noreplace) %{_sysconfdir}/sysconfig/pmfind -%config(noreplace) %{_sysconfdir}/sysconfig/pmcd -%config %{_sysconfdir}/pcp.env -%dir %{_confdir}/labels -%dir %{_confdir}/labels/optional -%config(noreplace) %{_confdir}/labels.conf -%config(noreplace) %{_confdir}/linux/interfaces.conf -%dir %{_confdir}/pipe.conf.d -%dir %{_confdir}/pmcd -%config(noreplace) %{_confdir}/pmcd/pmcd.conf -%config(noreplace) %{_confdir}/pmcd/pmcd.options -%config(noreplace) %{_confdir}/pmcd/rc.local -%dir %{_confdir}/pmproxy -%config(noreplace) %{_confdir}/pmproxy/pmproxy.options -%config(noreplace) %{_confdir}/pmproxy/pmproxy.conf -%dir %{_confdir}/pmie -%dir %{_confdir}/pmie/control.d -%config(noreplace) %{_confdir}/pmie/control -%config(noreplace) %{_confdir}/pmie/control.d/local -%dir %{_confdir}/pmlogger -%dir %{_confdir}/pmlogger/control.d -%config(noreplace) %{_confdir}/pmlogger/control -%config(noreplace) %{_confdir}/pmlogger/control.d/local -%dir %attr(0775,pcp,pcp) %{_confdir}/nssdb -%dir %{_confdir}/discover -%config(noreplace) %{_confdir}/discover/pcp-kube-pods.conf -%if !%{disable_libuv} -%dir %{_confdir}/pmseries -%config(noreplace) %{_confdir}/pmseries/pmseries.conf -%endif - %ghost %dir %attr(0775,pcp,pcp) %{_localstatedir}/run/pcp -%{_localstatedir}/lib/pcp/config/pmafm -%dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmie -%{_localstatedir}/lib/pcp/config/pmieconf -%dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmlogger -%{_localstatedir}/lib/pcp/config/pmlogger/* -%{_localstatedir}/lib/pcp/config/pmlogrewrite -%dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmda -%{_datadir}/zsh/site-functions/_pcp -%if !%{disable_sdt} -%{_tapsetdir}/pmcd.stp +%files conf -f pcp-conf-files.rpm + +%files libs -f pcp-libs-files.rpm + +%files libs-devel -f pcp-libs-devel-files.rpm + +%files devel -f pcp-devel-files.rpm + +%files doc -f pcp-doc-files.rpm + +%if !%{disable_selinux} +%files selinux -f pcp-selinux-files.rpm %endif -%exclude %{_ieconfdir}/zeroconf -%exclude %{_logconfdir}/zeroconf -%exclude %{_confdir}/pmlogconf/zeroconf -%exclude %{_confdir}/pmieconf/zeroconf - -%files zeroconf -%{_libexecdir}/pcp/bin/pmlogger_daily_report -%if !%{disable_systemd} -# systemd services for pmlogger_daily_report to replace the cron script -%{_unitdir}/pmlogger_daily_report.service -%{_unitdir}/pmlogger_daily_report.timer -%{_unitdir}/pmlogger_daily_report-poll.service -%{_unitdir}/pmlogger_daily_report-poll.timer -%else -%config(noreplace) %{_sysconfdir}/cron.d/pcp-pmlogger-daily-report +%if !%{disable_qt} +%files gui -f pcp-gui-files.rpm %endif -%config(noreplace) %{_ieconfdir}/zeroconf -%config(noreplace) %{_logconfdir}/zeroconf -%config(noreplace) %{_confdir}/pmlogconf/zeroconf -%config(noreplace) %{_confdir}/pmieconf/zeroconf -%dir %attr(0775,pcp,pcp) %{_logsdir}/sa -#additional pmlogger config files +%files testsuite -f pcp-testsuite-files.rpm -%files conf -%dir %{_includedir}/pcp -%{_includedir}/pcp/builddefs -%{_includedir}/pcp/buildrules -%config %{_sysconfdir}/pcp.conf -%dir %{_confdir}/derived -%config %{_confdir}/derived/* -%dir %{_localstatedir}/lib/pcp/config/derived -%config %{_localstatedir}/lib/pcp/config/derived/* - -%files libs -%{_libdir}/libpcp.so.3 -%{_libdir}/libpcp_gui.so.2 -%{_libdir}/libpcp_mmv.so.1 -%{_libdir}/libpcp_pmda.so.3 -%{_libdir}/libpcp_trace.so.2 -%{_libdir}/libpcp_import.so.1 -%{_libdir}/libpcp_web.so.1 - -%files libs-devel -%{_libdir}/libpcp.so -%{_libdir}/libpcp_gui.so -%{_libdir}/libpcp_mmv.so -%{_libdir}/libpcp_pmda.so -%{_libdir}/libpcp_trace.so -%{_libdir}/libpcp_import.so -%{_libdir}/libpcp_web.so -%{_libdir}/pkgconfig/libpcp.pc -%{_libdir}/pkgconfig/libpcp_pmda.pc -%{_libdir}/pkgconfig/libpcp_import.pc -%{_includedir}/pcp/*.h - -%files devel -f devel.list -%{_datadir}/pcp/examples -%dir %{_datadir}/pcp/demos - -# PMDAs that ship src and are not for production use -# straight out-of-the-box, for devel or QA use only. -%{_pmdasdir}/simple -%config(noreplace) %{_confdir}/simple -%{_pmdasdir}/sample -%{_pmdasdir}/trivial -%{_pmdasdir}/txmon - -%files testsuite -%defattr(-,pcpqa,pcpqa) -%{_testsdir} - -%files import-sar2pcp -%{_bindir}/sar2pcp - -%files import-iostat2pcp -%{_bindir}/iostat2pcp - -%files import-mrtg2pcp -%{_bindir}/mrtg2pcp - -%files import-ganglia2pcp -%{_bindir}/ganglia2pcp - -%files import-collectl2pcp -%{_bindir}/collectl2pcp +%if !%{disable_infiniband} +%files pmda-infiniband -f pcp-pmda-infiniband-files.rpm +%endif %if !%{disable_podman} -%files pmda-podman -%{_pmdasdir}/podman -%{_pmdasexecdir}/podman +%files pmda-podman -f pcp-pmda-podman-files.rpm %endif %if !%{disable_statsd} -%files pmda-statsd -%{_pmdasdir}/statsd -%{_pmdasexecdir}/statsd -%{_confdir}/statsd -%config(noreplace) %{_pmdasdir}/statsd/pmdastatsd.ini +%files pmda-statsd -f pcp-pmda-statsd-files.rpm %endif %if !%{disable_perfevent} -%files pmda-perfevent -%{_pmdasdir}/perfevent -%{_pmdasexecdir}/perfevent -%{_confdir}/perfevent -%config(noreplace) %{_pmdasdir}/perfevent/perfevent.conf +%files pmda-perfevent -f pcp-pmda-perfevent-files.rpm %endif -%if !%{disable_infiniband} -%files pmda-infiniband -%{_pmdasdir}/infiniband -%{_pmdasexecdir}/infiniband +%if !%{disable_perl} +%files pmda-activemq -f pcp-pmda-activemq-files.rpm %endif -%files pmda-activemq -%{_pmdasdir}/activemq -%{_pmdasexecdir}/activemq - -%files pmda-bonding -%{_pmdasdir}/bonding -%{_pmdasexecdir}/bonding - -%files pmda-bind2 -%{_pmdasdir}/bind2 -%{_pmdasexecdir}/bind2 -%{_confdir}/bind2 - -%files pmda-dbping -%{_pmdasdir}/dbping -%{_pmdasexecdir}/dbping - -%files pmda-ds389log -%{_pmdasdir}/ds389log -%{_pmdasexecdir}/ds389log - -%files pmda-ds389 -%{_pmdasdir}/ds389 -%{_pmdasexecdir}/ds389 - -%files pmda-elasticsearch -%{_pmdasdir}/elasticsearch -%{_pmdasexecdir}/elasticsearch -%{_confdir}/elasticsearch - -%files pmda-openvswitch -%{_pmdasdir}/openvswitch -%{_pmdasexecdir}/openvswitch - -%files pmda-rabbitmq -%{_pmdasdir}/rabbitmq -%{_pmdasexecdir}/rabbitmq -%{_confdir}/rabbitmq - -%files pmda-gpfs -%{_pmdasdir}/gpfs -%{_pmdasexecdir}/gpfs - -%files pmda-gpsd -%{_pmdasdir}/gpsd -%{_pmdasexecdir}/gpsd - -%files pmda-docker -%{_pmdasdir}/docker -%{_pmdasexecdir}/docker - -%files pmda-lio -%{_pmdasdir}/lio -%{_pmdasexecdir}/lio - -%files pmda-openmetrics -%{_pmdasdir}/openmetrics -%{_pmdasexecdir}/openmetrics -%config(noreplace) %{_confdir}/openmetrics - -%files pmda-lustre -%{_pmdasdir}/lustre -%{_pmdasexecdir}/lustre -%config(noreplace) %{_confdir}/lustre - -%files pmda-lustrecomm -%{_pmdasdir}/lustrecomm -%{_pmdasexecdir}/lustrecomm - -%files pmda-memcache -%{_pmdasdir}/memcache -%{_pmdasexecdir}/memcache - -%files pmda-mysql -%{_pmdasdir}/mysql -%{_pmdasexecdir}/mysql - -%files pmda-named -%{_pmdasdir}/named -%{_pmdasexecdir}/named - -%files pmda-netfilter -%{_pmdasdir}/netfilter -%{_pmdasexecdir}/netfilter - -%files pmda-news -%{_pmdasdir}/news -%{_pmdasexecdir}/news - -%files pmda-nginx -%{_pmdasdir}/nginx -%{_pmdasexecdir}/nginx -%config(noreplace) %{_confdir}/nginx - -%files pmda-nfsclient -%{_pmdasdir}/nfsclient -%{_pmdasexecdir}/nfsclient +%if !%{disable_perl} +%files pmda-bind2 -f pcp-pmda-bind2-files.rpm +%endif %if !%{disable_nutcracker} -%files pmda-nutcracker -%{_pmdasdir}/nutcracker -%{_pmdasexecdir}/nutcracker -%config(noreplace) %{_confdir}/nutcracker -%endif - -%files pmda-oracle -%{_pmdasdir}/oracle -%{_pmdasexecdir}/oracle -%config(noreplace) %{_confdir}/oracle - -%files pmda-pdns -%{_pmdasdir}/pdns -%{_pmdasexecdir}/pdns - -%files pmda-postfix -%{_pmdasdir}/postfix -%{_pmdasexecdir}/postfix - -%files pmda-postgresql -%{_pmdasdir}/postgresql -%{_pmdasexecdir}/postgresql -%dir %{_confdir}/postgresql -%config(noreplace) %{_confdir}/postgresql/pmdapostgresql.conf - -%files pmda-redis -%{_pmdasdir}/redis -%{_pmdasexecdir}/redis -%{_confdir}/redis - -%files pmda-rsyslog -%{_pmdasdir}/rsyslog -%{_pmdasexecdir}/rsyslog - -%files pmda-samba -%{_pmdasdir}/samba -%{_pmdasexecdir}/samba - -%if !%{disable_snmp} -%files pmda-snmp -%{_pmdasdir}/snmp -%{_pmdasexecdir}/snmp -%{_confdir}/snmp -%endif - -%files pmda-slurm -%{_pmdasdir}/slurm -%{_pmdasexecdir}/slurm - -%files pmda-vmware -%{_pmdasdir}/vmware -%{_pmdasexecdir}/vmware - -%files pmda-zimbra -%{_pmdasdir}/zimbra -%{_pmdasexecdir}/zimbra - -%files pmda-dm -%{_pmdasdir}/dm -%{_pmdasexecdir}/dm -%{_ieconfdir}/dm -%dir %{_confdir}/pmieconf/dm -%config(noreplace) %{_confdir}/pmieconf/dm - -%if !%{disable_bcc} -%files pmda-bcc -%{_pmdasdir}/bcc -%{_pmdasexecdir}/bcc -%{_confdir}/bcc -%endif - -%if !%{disable_bpftrace} -%files pmda-bpftrace -%{_pmdasdir}/bpftrace -%{_pmdasexecdir}/bpftrace -%config(noreplace) %{_confdir}/bpftrace +%files pmda-nutcracker -f pcp-pmda-nutcracker-files.rpm %endif %if !%{disable_python2} || !%{disable_python3} -%files pmda-gluster -%{_pmdasdir}/gluster -%{_pmdasexecdir}/gluster - -%files pmda-zswap -%{_pmdasdir}/zswap -%{_pmdasexecdir}/zswap - -%files pmda-unbound -%{_pmdasdir}/unbound -%{_pmdasexecdir}/unbound - -%files pmda-mic -%{_pmdasdir}/mic -%{_pmdasexecdir}/mic - -%files pmda-haproxy -%{_pmdasdir}/haproxy -%{_pmdasexecdir}/haproxy -%{_confdir}/haproxy - -%files pmda-libvirt -%{_pmdasdir}/libvirt -%{_pmdasexecdir}/libvirt -%{_confdir}/libvirt - -%files export-pcp2elasticsearch -%{_bindir}/pcp2elasticsearch -%{_bashcompdir}/pcp2elasticsearch - -%files export-pcp2graphite -%{_bindir}/pcp2graphite -%{_bashcompdir}/pcp2graphite - -%files export-pcp2influxdb -%{_bindir}/pcp2influxdb -%{_bashcompdir}/pcp2influxdb - -%files export-pcp2json -%{_bindir}/pcp2json -%{_bashcompdir}/pcp2json - -%files export-pcp2spark -%{_bindir}/pcp2spark -%{_bashcompdir}/pcp2spark - -%if !%{disable_xlsx} -%files export-pcp2xlsx -%{_bindir}/pcp2xlsx -%{_bashcompdir}/pcp2xlsx +%files pmda-elasticsearch -f pcp-pmda-elasticsearch-files.rpm %endif -%files export-pcp2xml -%{_bindir}/pcp2xml -%{_bashcompdir}/pcp2xml +%if !%{disable_perl} +%files pmda-redis -f pcp-pmda-redis-files.rpm -%files export-pcp2zabbix -%{_bindir}/pcp2zabbix -%{_bashcompdir}/pcp2zabbix +%files pmda-bonding -f pcp-pmda-bonding-files.rpm -%files pmda-lmsensors -%{_pmdasdir}/lmsensors -%{_pmdasexecdir}/lmsensors +%files pmda-dbping -f pcp-pmda-dbping-files.rpm -%files pmda-netcheck -%{_pmdasdir}/netcheck -%{_pmdasexecdir}/netcheck -%{_confdir}/netcheck +%files pmda-ds389log -f pcp-pmda-ds389log-files.rpm +%files pmda-ds389 -f pcp-pmda-ds389-files.rpm + +%files pmda-gpfs -f pcp-pmda-gpfs-files.rpm + +%files pmda-gpsd -f pcp-pmda-gpsd-files.rpm + +%files pmda-lustre -f pcp-pmda-lustre-files.rpm + +%files pmda-memcache -f pcp-pmda-memcache-files.rpm + +%files pmda-named -f pcp-pmda-named-files.rpm + +%files pmda-netfilter -f pcp-pmda-netfilter-files.rpm + +%files pmda-news -f pcp-pmda-news-files.rpm + +%files pmda-pdns -f pcp-pmda-pdns-files.rpm + +%files pmda-rsyslog -f pcp-pmda-rsyslog-files.rpm + +%files pmda-samba -f pcp-pmda-samba-files.rpm + +%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 export-zabbix-agent -%{_libdir}/zabbix -%dir %{_sysconfdir}/zabbix/zabbix_agentd.d -%config(noreplace) %{_sysconfdir}/zabbix/zabbix_agentd.d/zbxpcp.conf +%files pmda-docker -f pcp-pmda-docker-files.rpm + +%files pmda-lustrecomm -f pcp-pmda-lustrecomm-files.rpm + +%if !%{disable_perl} +%files pmda-mysql -f pcp-pmda-mysql-files.rpm +%endif + +%files pmda-nginx -f pcp-pmda-nginx-files.rpm + +%if !%{disable_perl} +%files pmda-postfix -f pcp-pmda-postfix-files.rpm +%endif + +%if !%{disable_python2} || !%{disable_python3} +%files pmda-postgresql -f pcp-pmda-postgresql-files.rpm +%endif + +%if !%{disable_perl} +%files pmda-oracle -f pcp-pmda-oracle-files.rpm +%endif + +%if !%{disable_perl} +%files pmda-snmp -f pcp-pmda-snmp-files.rpm +%endif + +%files pmda-dm -f pcp-pmda-dm-files.rpm + +%if !%{disable_bcc} +%files pmda-bcc -f pcp-pmda-bcc-files.rpm +%endif + +%if !%{disable_bpftrace} +%files pmda-bpftrace -f pcp-pmda-bpftrace-files.rpm +%endif + +%if !%{disable_python2} || !%{disable_python3} +%files pmda-gluster -f pcp-pmda-gluster-files.rpm + +%files pmda-zswap -f pcp-pmda-zswap-files.rpm + +%files pmda-unbound -f pcp-pmda-unbound-files.rpm + +%files pmda-mic -f pcp-pmda-mic-files.rpm + +%files pmda-haproxy -f pcp-pmda-haproxy-files.rpm + +%files pmda-lmsensors -f pcp-pmda-lmsensors-files.rpm %if !%{disable_mssql} -%files pmda-mssql -%{_pmdasdir}/mssql -%{_pmdasexecdir}/mssql -%config(noreplace) %{_confdir}/mssql +%files pmda-mssql -f pcp-pmda-mssql-files.rpm %endif +%files pmda-netcheck -f pcp-pmda-netcheck-files.rpm + +%files pmda-nfsclient -f pcp-pmda-nfsclient-files.rpm + +%files pmda-openvswitch -f pcp-pmda-openvswitch-files.rpm + +%files pmda-rabbitmq -f pcp-pmda-rabbitmq-files.rpm + +%files export-pcp2graphite -f pcp-export-pcp2graphite-files.rpm + +%files export-pcp2json -f pcp-export-pcp2json-files.rpm + +%files export-pcp2spark -f pcp-export-pcp2spark-files.rpm + +%files export-pcp2xml -f pcp-export-pcp2xml-files.rpm + +%files export-pcp2zabbix -f pcp-export-pcp2zabbix-files.rpm +%endif + +%if !%{disable_python2} || !%{disable_python3} +%files export-pcp2elasticsearch -f pcp-export-pcp2elasticsearch-files.rpm +%endif + +%if !%{disable_python2} || !%{disable_python3} +%files export-pcp2influxdb -f pcp-export-pcp2influxdb-files.rpm +%endif + +%if !%{disable_xlsx} +%files export-pcp2xlsx -f pcp-export-pcp2xlsx-files.rpm +%endif + +%files export-zabbix-agent -f pcp-export-zabbix-agent-files.rpm + %if !%{disable_json} -%files pmda-json -%{_pmdasdir}/json -%{_pmdasexecdir}/json -%config(noreplace) %{_confdir}/json +%files pmda-json -f pcp-pmda-json-files.rpm %endif -%files pmda-apache -%{_pmdasdir}/apache -%{_pmdasexecdir}/apache +%if !%{disable_python2} || !%{disable_python3} +%files pmda-libvirt -f pcp-pmda-libvirt-files.rpm -%files pmda-bash -%{_pmdasdir}/bash -%{_pmdasexecdir}/bash +%files pmda-lio -f pcp-pmda-lio-files.rpm -%files pmda-cifs -%{_pmdasdir}/cifs -%{_pmdasexecdir}/cifs - -%files pmda-cisco -%{_pmdasdir}/cisco -%{_pmdasexecdir}/cisco - -%files pmda-gfs2 -%{_pmdasdir}/gfs2 -%{_pmdasexecdir}/gfs2 - -%files pmda-logger -%{_pmdasdir}/logger -%{_pmdasexecdir}/logger - -%files pmda-mailq -%{_pmdasdir}/mailq -%{_pmdasexecdir}/mailq - -%files pmda-mounts -%{_pmdasdir}/mounts -%{_pmdasexecdir}/mounts -%config(noreplace) %{_confdir}/mounts - -%files pmda-nvidia-gpu -%{_pmdasdir}/nvidia -%{_pmdasexecdir}/nvidia - -%files pmda-roomtemp -%{_pmdasdir}/roomtemp -%{_pmdasexecdir}/roomtemp - -%if !%{disable_rpm} -%files pmda-rpm -%{_pmdasdir}/rpm -%{_pmdasexecdir}/rpm +%files pmda-openmetrics -f pcp-pmda-openmetrics-files.rpm %endif -%files pmda-sendmail -%{_pmdasdir}/sendmail -%{_pmdasexecdir}/sendmail +%files pmda-apache -f pcp-pmda-apache-files.rpm -%files pmda-shping -%{_pmdasdir}/shping -%{_pmdasexecdir}/shping -%config(noreplace) %{_confdir}/shping +%files pmda-bash -f pcp-pmda-bash-files.rpm -%files pmda-smart -%{_pmdasdir}/smart -%{_pmdasexecdir}/smart +%files pmda-cifs -f pcp-pmda-cifs-files.rpm -%files pmda-sockets -%{_pmdasdir}/sockets -%{_pmdasexecdir}/sockets +%files pmda-cisco -f pcp-pmda-cisco-files.rpm -%files pmda-hacluster -%{_pmdasdir}/hacluster -%{_pmdasexecdir}/hacluster +%files pmda-gfs2 -f pcp-pmda-gfs2-files.rpm -%files pmda-summary -%{_pmdasdir}/summary -%{_pmdasexecdir}/summary -%config(noreplace) %{_confdir}/summary +%files pmda-logger -f pcp-pmda-logger-files.rpm + +%files pmda-mailq -f pcp-pmda-mailq-files.rpm + +%files pmda-mounts -f pcp-pmda-mounts-files.rpm + +%files pmda-nvidia-gpu -f pcp-pmda-nvidia-files.rpm + +%files pmda-roomtemp -f pcp-pmda-roomtemp-files.rpm + +%files pmda-sendmail -f pcp-pmda-sendmail-files.rpm + +%files pmda-shping -f pcp-pmda-shping-files.rpm + +%files pmda-smart -f pcp-pmda-smart-files.rpm + +%files pmda-sockets -f pcp-pmda-sockets-files.rpm + +%files pmda-hacluster -f pcp-pmda-hacluster-files.rpm + +%files pmda-summary -f pcp-pmda-summary-files.rpm %if !%{disable_systemd} -%files pmda-systemd -%{_pmdasdir}/systemd -%{_pmdasexecdir}/systemd +%files pmda-systemd -f pcp-pmda-systemd-files.rpm %endif -%files pmda-trace -%{_pmdasdir}/trace -%{_pmdasexecdir}/trace +%files pmda-trace -f pcp-pmda-trace-files.rpm -%files pmda-weblog -%{_pmdasdir}/weblog -%{_pmdasexecdir}/weblog +%files pmda-weblog -f pcp-pmda-weblog-files.rpm +%if !%{disable_perl} +%files import-sar2pcp -f pcp-import-sar2pcp-files.rpm + +%files import-iostat2pcp -f pcp-import-iostat2pcp-files.rpm + +#TODO: +#%%files import-sheet2pcp -f pcp-import-sheet2pcp-files.rpm + +%files import-mrtg2pcp -f pcp-import-mrtg2pcp-files.rpm + +%files import-ganglia2pcp -f pcp-import-ganglia2pcp-files.rpm +%endif + +%files import-collectl2pcp -f pcp-import-collectl2pcp-files.rpm + +%if !%{disable_perl} %files -n perl-PCP-PMDA -f perl-pcp-pmda.list %files -n perl-PCP-MMV -f perl-pcp-mmv.list @@ -3455,6 +3264,7 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null %files -n perl-PCP-LogImport -f perl-pcp-logimport.list %files -n perl-PCP-LogSummary -f perl-pcp-logsummary.list +%endif %if !%{disable_python2} %files -n %{__python2}-pcp -f python-pcp.list.rpm @@ -3464,44 +3274,47 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null %files -n python3-pcp -f python3-pcp.list.rpm %endif -%if !%{disable_qt} -%files gui -f pcp-gui.list - -%{_confdir}/pmsnap -%config(noreplace) %{_confdir}/pmsnap/control -%{_localstatedir}/lib/pcp/config/pmsnap -%{_localstatedir}/lib/pcp/config/pmchart -%{_localstatedir}/lib/pcp/config/pmafm/pcp-gui -%{_datadir}/applications/pmchart.desktop -%dir %{_pixmapdir} -%{_bashcompdir}/pmdumptext -%endif - -%files doc -f pcp-doc.list -%dir %{_booksdir} -%dir %{_datadir}/pcp/demos/tutorials - -%if !%{disable_selinux} -%files selinux -f pcp-selinux.list -%dir %{_selinuxdir} -%dir %{_selinuxexecdir} -%endif - %if !%{disable_python2} || !%{disable_python3} -%files system-tools -f pcp-system-tools.list -%dir %{_confdir}/dstat -%dir %{_confdir}/pmrep -%config(noreplace) %{_confdir}/dstat/* -%config(noreplace) %{_confdir}/pmrep/* -%{_bashcompdir}/pmrep +%files system-tools -f pcp-system-tools-files.rpm %endif +%files zeroconf -f pcp-zeroconf-files.rpm + %changelog -* Mon Aug 23 2021 Nathan Scott - 5.2.5-6 -- Cull duplicate zeroconf file listings from the PCP spec (BZ 1995501) +* Sat Aug 28 2021 Nathan Scott - 5.3.1-5 +- Fix pmdapodman initialization and selinux policy (BZ 1962019) -* Fri Jul 16 2021 Nathan Scott - 5.2.5-5 -- Pacemaker location constraints as labels (BZs 1980067, 1972277) +* Fri Jul 09 2021 Mark Goodwin - 5.3.1-3 +- Improve pmproxy and libpcp_web scalability (BZ 1975069) +- Provide a pcp-ss(1) tool in pcp-system-tools (BZ 1879350) + +* Thu Jun 24 2021 Nathan Scott - 5.3.1-2 +- Fix pmproxy parallel TLS requests bug (BZ 1947989) +- Backport pmrep archive creation fix (BZ 1974266) + +* Fri Jun 04 2021 Nathan Scott - 5.3.1-1 +- Improved diagnostics from pmie service scripts (BZ 1954576) +- Drop option configuration file env var setting (BZ 1967174) +- Add pmie support for thermal throttle detection (BZ 1908212) +- Annotate a couple of obscure config files in rpm (BZ 1964253) +- Rebase to a more recent upstream version of PCP (BZ 1922040) + +* Fri May 14 2021 Nathan Scott - 5.3.0-4 +- Improve pmchart duplicate archive diagnostics (BZ 1615718) +- Save pmchart users prefered archive locations (BZ 1615742) +- Remove libvarlink dependency from podman PMDA (BZ 1956608) + +* Thu Apr 22 2021 Nathan Scott - 5.3.0-3 +- Correct pcp-testsuite file permissions (BZ 1922040) + +* Tue Apr 20 2021 Nathan Scott - 5.3.0-2 +- Resolve pcp-testsuite linkage problems (BZ 1950263) + +* Fri Apr 16 2021 Nathan Scott - 5.3.0-1 +- Allow pcp-atop to filter processes on state (BZ 1807046) +- Dynamically adjust the pmproxy open file limit (BZ 1954711) +- Rebase to a more recent upstream version of PCP (BZ 1922040) +- PCP scalability and memory footprint improvements (BZ 1942292) * Fri Feb 19 2021 Nathan Scott - 5.2.5-4 - Revert removal of pmcd unit dependencies (BZs 1929556, 1930284)