Skip to content

Instantly share code, notes, and snippets.

@privatwolke
Last active April 2, 2019 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save privatwolke/e7e2e7eb0272787765f5d3726f37107c to your computer and use it in GitHub Desktop.
Save privatwolke/e7e2e7eb0272787765f5d3726f37107c to your computer and use it in GitHub Desktop.
System output while network broken
# ebtables
Bridge table: filter
Bridge chain: INPUT, entries: 0, policy: ACCEPT
Bridge chain: FORWARD, entries: 0, policy: ACCEPT
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
# ethtool -S eth0
NIC statistics:
tx_scattered: 0
tx_no_memory: 0
tx_no_space: 0
tx_too_big: 0
tx_busy: 0
tx_send_full: 0
rx_comp_busy: 0
rx_no_memory: 0
stop_queue: 4059
wake_queue: 4058
vf_rx_packets: 0
vf_rx_bytes: 0
vf_tx_packets: 0
vf_tx_bytes: 0
vf_tx_dropped: 0
tx_queue_0_packets: 35589591
tx_queue_0_bytes: 8005677220
rx_queue_0_packets: 29363408
rx_queue_0_bytes: 36785930054
tx_queue_1_packets: 35774184
tx_queue_1_bytes: 8555946650
rx_queue_1_packets: 83950607
rx_queue_1_bytes: 39927774757
tx_queue_2_packets: 97276197
tx_queue_2_bytes: 18479497346
rx_queue_2_packets: 90337046
rx_queue_2_bytes: 67482314662
tx_queue_3_packets: 36181015
tx_queue_3_bytes: 7197464366
rx_queue_3_packets: 96430709
rx_queue_3_bytes: 37875798852
cpu0_rx_packets: 29363408
cpu0_rx_bytes: 36785930054
cpu0_tx_packets: 35589591
cpu0_tx_bytes: 8005677220
cpu0_vf_rx_packets: 0
cpu0_vf_rx_bytes: 0
cpu0_vf_tx_packets: 0
cpu0_vf_tx_bytes: 0
cpu1_rx_packets: 83950607
cpu1_rx_bytes: 39927774757
cpu1_tx_packets: 35774184
cpu1_tx_bytes: 8555946650
cpu1_vf_rx_packets: 0
cpu1_vf_rx_bytes: 0
cpu1_vf_tx_packets: 0
cpu1_vf_tx_bytes: 0
cpu2_rx_packets: 90337046
cpu2_rx_bytes: 67482314662
cpu2_tx_packets: 97276197
cpu2_tx_bytes: 18479497346
cpu2_vf_rx_packets: 0
cpu2_vf_rx_bytes: 0
cpu2_vf_tx_packets: 0
cpu2_vf_tx_bytes: 0
cpu3_rx_packets: 96430709
cpu3_rx_bytes: 37875798852
cpu3_tx_packets: 36181015
cpu3_tx_bytes: 7197464366
cpu3_vf_rx_packets: 0
cpu3_vf_rx_bytes: 0
cpu3_vf_tx_packets: 0
cpu3_vf_tx_bytes: 0
# ifconfig
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 9000
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:f3:32:da:b0 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.7.12 netmask 255.255.255.0 broadcast 172.16.7.255
inet6 fe80::20d:3aff:fe2e:8ddf prefixlen 64 scopeid 0x20<link>
ether 00:0d:3a:2e:8d:df txqueuelen 1000 (Ethernet)
RX packets 114701352 bytes 74894518588 (69.7 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 75279453 bytes 25209756444 (23.4 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 745927 bytes 64897709 (61.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 745927 bytes 64897709 (61.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
# ip route
default via 172.16.7.1 dev eth0 proto dhcp metric 1024
168.63.129.16 via 172.16.7.1 dev eth0 proto dhcp metric 1024
169.254.169.254 via 172.16.7.1 dev eth0 proto dhcp metric 1024
172.16.7.0/24 dev eth0 proto kernel scope link src 172.16.7.12
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
# iptables -L
Chain INPUT (policy ACCEPT 187M packets, 120G bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 2 packets, 80 bytes)
pkts bytes target prot opt in out source destination
2 80 DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
2 80 DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 184M packets, 71G bytes)
pkts bytes target prot opt in out source destination
Chain DOCKER (1 references)
pkts bytes target prot opt in out source destination
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
pkts bytes target prot opt in out source destination
0 0 DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
2 80 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-ISOLATION-STAGE-2 (1 references)
pkts bytes target prot opt in out source destination
0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-USER (1 references)
pkts bytes target prot opt in out source destination
2 80 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
# journalctl -k
-- Logs begin at Thu 2019-03-21 18:48:51 UTC, end at Wed 2019-03-27 22:51:35 UTC. --
Mar 22 14:08:53 localhost kernel: Linux version 4.19.25-coreos (jenkins@ip-10-7-32-103) (gcc version 7.3.0 (Gentoo Hardened 7.3.0-r3 p1.4)) #1 SMP Sat Mar 9 01:05:06 -00 2019
Mar 22 14:08:53 localhost kernel: Command line: BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=/dev/mapper/usr verity.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 earlyprintk=ttyS0,115200 coreos.oem.id=azure verity.usrhash=5961ee8ec61810b9e6c6a13aedcdb565df262ab08b230df57483593dbf10085a
Mar 22 14:08:53 localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Mar 22 14:08:53 localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Mar 22 14:08:53 localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Mar 22 14:08:53 localhost kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Mar 22 14:08:53 localhost kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Mar 22 14:08:53 localhost kernel: BIOS-provided physical RAM map:
Mar 22 14:08:53 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Mar 22 14:08:53 localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Mar 22 14:08:53 localhost kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Mar 22 14:08:53 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable
Mar 22 14:08:53 localhost kernel: BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data
Mar 22 14:08:53 localhost kernel: BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS
Mar 22 14:08:53 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x00000008bfffffff] usable
Mar 22 14:08:53 localhost kernel: bootconsole [earlyser0] enabled
Mar 22 14:08:53 localhost kernel: NX (Execute Disable) protection: active
Mar 22 14:08:53 localhost kernel: SMBIOS 2.3 present.
Mar 22 14:08:53 localhost kernel: DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090007 06/02/2017
Mar 22 14:08:53 localhost kernel: Hypervisor detected: Microsoft Hyper-V
Mar 22 14:08:53 localhost kernel: Hyper-V: features 0x2e7f, hints 0xc2c
Mar 22 14:08:53 localhost kernel: Hyper-V Host Build:14393-10.0-0-0.280
Mar 22 14:08:53 localhost kernel: Hyper-V: LAPIC Timer Frequency: 0x30d40
Mar 22 14:08:53 localhost kernel: tsc: Marking TSC unstable due to running on Hyper-V
Mar 22 14:08:53 localhost kernel: Hyper-V: Using hypercall for remote TLB flush
Mar 22 14:08:53 localhost kernel: tsc: Detected 1995.382 MHz processor
Mar 22 14:08:53 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Mar 22 14:08:53 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Mar 22 14:08:53 localhost kernel: last_pfn = 0x8c0000 max_arch_pfn = 0x400000000
Mar 22 14:08:53 localhost kernel: MTRR default type: uncachable
Mar 22 14:08:53 localhost kernel: MTRR fixed ranges enabled:
Mar 22 14:08:53 localhost kernel: 00000-9FFFF write-back
Mar 22 14:08:53 localhost kernel: A0000-DFFFF uncachable
Mar 22 14:08:53 localhost kernel: E0000-FFFFF write-back
Mar 22 14:08:53 localhost kernel: MTRR variable ranges enabled:
Mar 22 14:08:53 localhost kernel: 0 base 00000000000 mask FFFC0000000 write-back
Mar 22 14:08:53 localhost kernel: 1 base 00100000000 mask FF000000000 write-back
Mar 22 14:08:53 localhost kernel: 2 disabled
Mar 22 14:08:53 localhost kernel: 3 disabled
Mar 22 14:08:53 localhost kernel: 4 disabled
Mar 22 14:08:53 localhost kernel: 5 disabled
Mar 22 14:08:53 localhost kernel: 6 disabled
Mar 22 14:08:53 localhost kernel: 7 disabled
Mar 22 14:08:53 localhost kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Mar 22 14:08:53 localhost kernel: e820: update [mem 0x40000000-0xffffffff] usable ==> reserved
Mar 22 14:08:53 localhost kernel: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000
Mar 22 14:08:53 localhost kernel: Base memory trampoline at [(____ptrval____)] 99000 size 24576
Mar 22 14:08:53 localhost kernel: Using GB pages for direct mapping
Mar 22 14:08:53 localhost kernel: BRK [0x2bce02000, 0x2bce02fff] PGTABLE
Mar 22 14:08:53 localhost kernel: BRK [0x2bce03000, 0x2bce03fff] PGTABLE
Mar 22 14:08:53 localhost kernel: BRK [0x2bce04000, 0x2bce04fff] PGTABLE
Mar 22 14:08:53 localhost kernel: BRK [0x2bce05000, 0x2bce05fff] PGTABLE
Mar 22 14:08:53 localhost kernel: BRK [0x2bce06000, 0x2bce06fff] PGTABLE
Mar 22 14:08:53 localhost kernel: ACPI: Early table checksum verification disabled
Mar 22 14:08:53 localhost kernel: ACPI: RSDP 0x00000000000F5BF0 000014 (v00 ACPIAM)
Mar 22 14:08:53 localhost kernel: ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 06001702 MSFT 00000097)
Mar 22 14:08:53 localhost kernel: ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 06001702 MSFT 00000097)
Mar 22 14:08:53 localhost kernel: ACPI: DSDT 0x000000003FFF1D24 003CBE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)
Mar 22 14:08:53 localhost kernel: ACPI: FACS 0x000000003FFFF000 000040
Mar 22 14:08:53 localhost kernel: ACPI: WAET 0x000000003FFF1A80 000028 (v01 VRTUAL MICROSFT 06001702 MSFT 00000097)
Mar 22 14:08:53 localhost kernel: ACPI: SLIC 0x000000003FFF1AC0 000176 (v01 VRTUAL MICROSFT 06001702 MSFT 00000097)
Mar 22 14:08:53 localhost kernel: ACPI: OEM0 0x000000003FFF1CC0 000064 (v01 VRTUAL MICROSFT 06001702 MSFT 00000097)
Mar 22 14:08:53 localhost kernel: ACPI: SRAT 0x000000003FFF0800 000160 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
Mar 22 14:08:53 localhost kernel: ACPI: APIC 0x000000003FFF0300 000452 (v01 VRTUAL MICROSFT 06001702 MSFT 00000097)
Mar 22 14:08:53 localhost kernel: ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 06001702 MSFT 00000097)
Mar 22 14:08:53 localhost kernel: ACPI: Local APIC address 0xfee00000
Mar 22 14:08:53 localhost kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
Mar 22 14:08:53 localhost kernel: SRAT: PXM 0 -> APIC 0x01 -> Node 0
Mar 22 14:08:53 localhost kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
Mar 22 14:08:53 localhost kernel: SRAT: PXM 0 -> APIC 0x03 -> Node 0
Mar 22 14:08:53 localhost kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug
Mar 22 14:08:53 localhost kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x8bfffffff] hotplug
Mar 22 14:08:53 localhost kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x8c0200000-0xfdfffffff] hotplug
Mar 22 14:08:53 localhost kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug
Mar 22 14:08:53 localhost kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x10000200000-0x1ffffffffff] hotplug
Mar 22 14:08:53 localhost kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x20000200000-0x3ffffffffff] hotplug
Mar 22 14:08:53 localhost kernel: NUMA: Node 0 [mem 0x00000000-0x3fffffff] + [mem 0x100000000-0x8bfffffff] -> [mem 0x00000000-0x8bfffffff]
Mar 22 14:08:53 localhost kernel: NODE_DATA(0) allocated [mem 0x8bfffa000-0x8bfffffff]
Mar 22 14:08:53 localhost kernel: Zone ranges:
Mar 22 14:08:53 localhost kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Mar 22 14:08:53 localhost kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Mar 22 14:08:53 localhost kernel: Normal [mem 0x0000000100000000-0x00000008bfffffff]
Mar 22 14:08:53 localhost kernel: Movable zone start for each node
Mar 22 14:08:53 localhost kernel: Early memory node ranges
Mar 22 14:08:53 localhost kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Mar 22 14:08:53 localhost kernel: node 0: [mem 0x0000000000100000-0x000000003ffeffff]
Mar 22 14:08:53 localhost kernel: node 0: [mem 0x0000000100000000-0x00000008bfffffff]
Mar 22 14:08:53 localhost kernel: Reserved but unavailable: 98 pages
Mar 22 14:08:53 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000008bfffffff]
Mar 22 14:08:53 localhost kernel: On node 0 totalpages: 8388494
Mar 22 14:08:53 localhost kernel: DMA zone: 64 pages used for memmap
Mar 22 14:08:53 localhost kernel: DMA zone: 21 pages reserved
Mar 22 14:08:53 localhost kernel: DMA zone: 3998 pages, LIFO batch:0
Mar 22 14:08:53 localhost kernel: DMA32 zone: 4032 pages used for memmap
Mar 22 14:08:53 localhost kernel: DMA32 zone: 258032 pages, LIFO batch:63
Mar 22 14:08:53 localhost kernel: Normal zone: 126976 pages used for memmap
Mar 22 14:08:53 localhost kernel: Normal zone: 8126464 pages, LIFO batch:63
Mar 22 14:08:53 localhost kernel: ACPI: PM-Timer IO Port: 0x408
Mar 22 14:08:53 localhost kernel: ACPI: Local APIC address 0xfee00000
Mar 22 14:08:53 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
Mar 22 14:08:53 localhost kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
Mar 22 14:08:53 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar 22 14:08:53 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar 22 14:08:53 localhost kernel: ACPI: IRQ0 used by override.
Mar 22 14:08:53 localhost kernel: ACPI: IRQ9 used by override.
Mar 22 14:08:53 localhost kernel: Using ACPI (MADT) for SMP configuration information
Mar 22 14:08:53 localhost kernel: smpboot: Allowing 128 CPUs, 124 hotplug CPUs
Mar 22 14:08:53 localhost kernel: [mem 0x40000000-0xffffffff] available for PCI devices
Mar 22 14:08:53 localhost kernel: Booting paravirtualized kernel on bare hardware
Mar 22 14:08:53 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Mar 22 14:08:53 localhost kernel: random: get_random_bytes called from start_kernel+0x94/0x524 with crng_init=0
Mar 22 14:08:53 localhost kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:128 nr_node_ids:1
Mar 22 14:08:53 localhost kernel: percpu: Embedded 44 pages/cpu @(____ptrval____) s142104 r8192 d29928 u262144
Mar 22 14:08:53 localhost kernel: pcpu-alloc: s142104 r8192 d29928 u262144 alloc=1*2097152
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 000 001 002 003 004 005 006 007
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 008 009 010 011 012 013 014 015
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 016 017 018 019 020 021 022 023
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 024 025 026 027 028 029 030 031
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 032 033 034 035 036 037 038 039
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 040 041 042 043 044 045 046 047
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 048 049 050 051 052 053 054 055
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 056 057 058 059 060 061 062 063
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 064 065 066 067 068 069 070 071
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 072 073 074 075 076 077 078 079
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 080 081 082 083 084 085 086 087
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 088 089 090 091 092 093 094 095
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 096 097 098 099 100 101 102 103
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 104 105 106 107 108 109 110 111
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 112 113 114 115 116 117 118 119
Mar 22 14:08:53 localhost kernel: pcpu-alloc: [0] 120 121 122 123 124 125 126 127
Mar 22 14:08:53 localhost kernel: Built 1 zonelists, mobility grouping on. Total pages: 8257401
Mar 22 14:08:53 localhost kernel: Policy zone: Normal
Mar 22 14:08:53 localhost kernel: Kernel command line: rootflags=rw mount.usrflags=ro BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=/dev/mapper/usr verity.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 earlyprintk=ttyS0,115200 coreos.oem.id=azure verity.usrhash=5961ee8ec61810b9e6c6a13aedcdb565df262ab08b230df57483593dbf10085a
Mar 22 14:08:53 localhost kernel: log_buf_len individual max cpu contribution: 4096 bytes
Mar 22 14:08:53 localhost kernel: log_buf_len total cpu_extra contributions: 520192 bytes
Mar 22 14:08:53 localhost kernel: log_buf_len min size: 262144 bytes
Mar 22 14:08:53 localhost kernel: log_buf_len: 1048576 bytes
Mar 22 14:08:53 localhost kernel: early log buf free: 252496(96%)
Mar 22 14:08:53 localhost kernel: Memory: 32876360K/33553976K available (10252K kernel code, 1214K rwdata, 4588K rodata, 39480K init, 1560K bss, 677616K reserved, 0K cma-reserved)
Mar 22 14:08:53 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
Mar 22 14:08:53 localhost kernel: Kernel/User page tables isolation: enabled
Mar 22 14:08:53 localhost kernel: ftrace: allocating 29103 entries in 114 pages
Mar 22 14:08:53 localhost kernel: rcu: Hierarchical RCU implementation.
Mar 22 14:08:53 localhost kernel: rcu: RCU event tracing is enabled.
Mar 22 14:08:53 localhost kernel: rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=128.
Mar 22 14:08:53 localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
Mar 22 14:08:53 localhost kernel: NR_IRQS: 33024, nr_irqs: 1448, preallocated irqs: 16
Mar 22 14:08:53 localhost kernel: Console: colour VGA+ 80x25
Mar 22 14:08:53 localhost kernel: console [ttyS0] enabled
Mar 22 14:08:53 localhost kernel: bootconsole [earlyser0] disabled
Mar 22 14:08:53 localhost kernel: ACPI: Core revision 20180810
Mar 22 14:08:53 localhost kernel: APIC: Switch to symmetric I/O mode setup
Mar 22 14:08:53 localhost kernel: Switched APIC routing to physical flat.
Mar 22 14:08:53 localhost kernel: Hyper-V: Using IPI hypercalls
Mar 22 14:08:53 localhost kernel: Hyper-V: Using MSR based APIC access
Mar 22 14:08:53 localhost kernel: clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
Mar 22 14:08:53 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Mar 22 14:08:53 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.76 BogoMIPS (lpj=1995382)
Mar 22 14:08:53 localhost kernel: pid_max: default: 131072 minimum: 1024
Mar 22 14:08:53 localhost kernel: Security Framework initialized
Mar 22 14:08:53 localhost kernel: SELinux: Initializing.
Mar 22 14:08:53 localhost kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Mar 22 14:08:53 localhost kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Mar 22 14:08:53 localhost kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
Mar 22 14:08:53 localhost kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
Mar 22 14:08:53 localhost kernel: mce: CPU supports 1 MCE banks
Mar 22 14:08:53 localhost kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Mar 22 14:08:53 localhost kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Mar 22 14:08:53 localhost kernel: Spectre V2 : Mitigation: Full generic retpoline
Mar 22 14:08:53 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Mar 22 14:08:53 localhost kernel: Speculative Store Bypass: Vulnerable
Mar 22 14:08:53 localhost kernel: Freeing SMP alternatives memory: 24K
Mar 22 14:08:53 localhost kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2698B v3 @ 2.00GHz (family: 0x6, model: 0x3f, stepping: 0x2)
Mar 22 14:08:53 localhost kernel: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
Mar 22 14:08:53 localhost kernel: rcu: Hierarchical SRCU implementation.
Mar 22 14:08:53 localhost kernel: NMI watchdog: Perf NMI watchdog permanently disabled
Mar 22 14:08:53 localhost kernel: smp: Bringing up secondary CPUs ...
Mar 22 14:08:53 localhost kernel: x86: Booting SMP configuration:
Mar 22 14:08:53 localhost kernel: .... node #0, CPUs: #1 #2 #3
Mar 22 14:08:53 localhost kernel: smp: Brought up 1 node, 4 CPUs
Mar 22 14:08:53 localhost kernel: smpboot: Max logical packages: 32
Mar 22 14:08:53 localhost kernel: smpboot: Total of 4 processors activated (15963.05 BogoMIPS)
Mar 22 14:08:53 localhost kernel: devtmpfs: initialized
Mar 22 14:08:53 localhost kernel: x86/mm: Memory block size: 128MB
Mar 22 14:08:53 localhost kernel: PM: Registering ACPI NVS region [mem 0x3ffff000-0x3fffffff] (4096 bytes)
Mar 22 14:08:53 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Mar 22 14:08:53 localhost kernel: futex hash table entries: 32768 (order: 9, 2097152 bytes)
Mar 22 14:08:53 localhost kernel: pinctrl core: initialized pinctrl subsystem
Mar 22 14:08:53 localhost kernel: NET: Registered protocol family 16
Mar 22 14:08:53 localhost kernel: audit: initializing netlink subsys (disabled)
Mar 22 14:08:53 localhost kernel: audit: type=2000 audit(1553263731.154:1): state=initialized audit_enabled=0 res=1
Mar 22 14:08:53 localhost kernel: cpuidle: using governor menu
Mar 22 14:08:53 localhost kernel: ACPI: bus type PCI registered
Mar 22 14:08:53 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Mar 22 14:08:53 localhost kernel: dca service started, version 1.12.1
Mar 22 14:08:53 localhost kernel: PCI: Using configuration type 1 for base access
Mar 22 14:08:53 localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Mar 22 14:08:53 localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Mar 22 14:08:53 localhost kernel: ACPI: Added _OSI(Module Device)
Mar 22 14:08:53 localhost kernel: ACPI: Added _OSI(Processor Device)
Mar 22 14:08:53 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Mar 22 14:08:53 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
Mar 22 14:08:53 localhost kernel: ACPI: Added _OSI(Linux-Dell-Video)
Mar 22 14:08:53 localhost kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Mar 22 14:08:53 localhost kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded
Mar 22 14:08:53 localhost kernel: ACPI: Interpreter enabled
Mar 22 14:08:53 localhost kernel: ACPI: (supports S0 S5)
Mar 22 14:08:53 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Mar 22 14:08:53 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Mar 22 14:08:53 localhost kernel: ACPI: Enabled 1 GPEs in block 00 to 0F
Mar 22 14:08:53 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Mar 22 14:08:53 localhost kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
Mar 22 14:08:53 localhost kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Mar 22 14:08:53 localhost kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Mar 22 14:08:53 localhost kernel: PCI host bridge to bus 0000:00
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x40000000-0xfffbffff window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Mar 22 14:08:53 localhost kernel: pci 0000:00:00.0: [8086:7192] type 00 class 0x060000
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x010180
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.1: reg 0x20: [io 0xffa0-0xffaf]
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
Mar 22 14:08:53 localhost kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
Mar 22 14:08:53 localhost kernel: pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI
Mar 22 14:08:53 localhost kernel: pci 0000:00:08.0: [1414:5353] type 00 class 0x030000
Mar 22 14:08:53 localhost kernel: pci 0000:00:08.0: reg 0x10: [mem 0xf8000000-0xfbffffff]
Mar 22 14:08:53 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
Mar 22 14:08:53 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Mar 22 14:08:53 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Mar 22 14:08:53 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
Mar 22 14:08:53 localhost kernel: pci 0000:00:08.0: vgaarb: setting as boot VGA device
Mar 22 14:08:53 localhost kernel: pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Mar 22 14:08:53 localhost kernel: pci 0000:00:08.0: vgaarb: bridge control possible
Mar 22 14:08:53 localhost kernel: vgaarb: loaded
Mar 22 14:08:53 localhost kernel: pps_core: LinuxPPS API ver. 1 registered
Mar 22 14:08:53 localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Mar 22 14:08:53 localhost kernel: PTP clock support registered
Mar 22 14:08:53 localhost kernel: PCI: Using ACPI for IRQ routing
Mar 22 14:08:53 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
Mar 22 14:08:53 localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Mar 22 14:08:53 localhost kernel: e820: reserve RAM buffer [mem 0x3fff0000-0x3fffffff]
Mar 22 14:08:53 localhost kernel: clocksource: Switched to clocksource hyperv_clocksource_tsc_page
Mar 22 14:08:53 localhost kernel: VFS: Disk quotas dquot_6.6.0
Mar 22 14:08:53 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Mar 22 14:08:53 localhost kernel: pnp: PnP ACPI init
Mar 22 14:08:53 localhost kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
Mar 22 14:08:53 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Mar 22 14:08:53 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
Mar 22 14:08:53 localhost kernel: pnp 00:03: [dma 0 disabled]
Mar 22 14:08:53 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
Mar 22 14:08:53 localhost kernel: pnp 00:04: [dma 0 disabled]
Mar 22 14:08:53 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
Mar 22 14:08:53 localhost kernel: pnp 00:05: [dma 2]
Mar 22 14:08:53 localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
Mar 22 14:08:53 localhost kernel: system 00:06: [io 0x01e0-0x01ef] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:06: [io 0x0160-0x016f] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:06: [io 0x0278-0x027f] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:06: [io 0x0378-0x037f] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:06: [io 0x0678-0x067f] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:06: [io 0x0778-0x077f] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:06: [io 0x04d0-0x04d1] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 22 14:08:53 localhost kernel: system 00:07: [io 0x0400-0x043f] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:07: [io 0x0370-0x0371] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:07: [io 0x0440-0x044f] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
Mar 22 14:08:53 localhost kernel: system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 22 14:08:53 localhost kernel: system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
Mar 22 14:08:53 localhost kernel: system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved
Mar 22 14:08:53 localhost kernel: system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
Mar 22 14:08:53 localhost kernel: system 00:08: [mem 0x00100000-0x3fffffff] could not be reserved
Mar 22 14:08:53 localhost kernel: system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved
Mar 22 14:08:53 localhost kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
Mar 22 14:08:53 localhost kernel: pnp: PnP ACPI: found 9 devices
Mar 22 14:08:53 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: resource 4 [mem 0xfe0000000-0xfffffffff window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0000-0x0cf7 window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: resource 6 [io 0x0d00-0xffff window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff window]
Mar 22 14:08:53 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x40000000-0xfffbffff window]
Mar 22 14:08:53 localhost kernel: NET: Registered protocol family 2
Mar 22 14:08:53 localhost kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
Mar 22 14:08:53 localhost kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
Mar 22 14:08:53 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Mar 22 14:08:53 localhost kernel: TCP: Hash tables configured (established 262144 bind 65536)
Mar 22 14:08:53 localhost kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes)
Mar 22 14:08:53 localhost kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
Mar 22 14:08:53 localhost kernel: NET: Registered protocol family 1
Mar 22 14:08:53 localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Mar 22 14:08:53 localhost kernel: pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Mar 22 14:08:53 localhost kernel: PCI: CLS 0 bytes, default 64
Mar 22 14:08:53 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Mar 22 14:08:53 localhost kernel: software IO TLB: mapped [mem 0x3bff0000-0x3fff0000] (64MB)
Mar 22 14:08:53 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 10737418240 ms ovfl timer
Mar 22 14:08:53 localhost kernel: RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
Mar 22 14:08:53 localhost kernel: RAPL PMU: hw unit of domain package 2^-0 Joules
Mar 22 14:08:53 localhost kernel: RAPL PMU: hw unit of domain dram 2^-16 Joules
Mar 22 14:08:53 localhost kernel: Initialise system trusted keyrings
Mar 22 14:08:53 localhost kernel: workingset: timestamp_bits=39 max_order=23 bucket_order=0
Mar 22 14:08:53 localhost kernel: pstore: using deflate compression
Mar 22 14:08:53 localhost kernel: Key type asymmetric registered
Mar 22 14:08:53 localhost kernel: Asymmetric key parser 'x509' registered
Mar 22 14:08:53 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Mar 22 14:08:53 localhost kernel: io scheduler noop registered
Mar 22 14:08:53 localhost kernel: io scheduler deadline registered
Mar 22 14:08:53 localhost kernel: io scheduler cfq registered (default)
Mar 22 14:08:53 localhost kernel: io scheduler mq-deadline registered
Mar 22 14:08:53 localhost kernel: io scheduler kyber registered
Mar 22 14:08:53 localhost kernel: io scheduler bfq registered
Mar 22 14:08:53 localhost kernel: intel_idle: Please enable MWAIT in BIOS SETUP
Mar 22 14:08:53 localhost kernel: ioatdma: Intel(R) QuickData Technology Driver 4.00
Mar 22 14:08:53 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Mar 22 14:08:53 localhost kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Mar 22 14:08:53 localhost kernel: 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Mar 22 14:08:53 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Mar 22 14:08:53 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 22 14:08:53 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mar 22 14:08:53 localhost kernel: rtc_cmos 00:00: RTC can wake from S4
Mar 22 14:08:53 localhost kernel: rtc_cmos 00:00: registered as rtc0
Mar 22 14:08:53 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Mar 22 14:08:53 localhost kernel: rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
Mar 22 14:08:53 localhost kernel: NET: Registered protocol family 10
Mar 22 14:08:53 localhost kernel: Segment Routing with IPv6
Mar 22 14:08:53 localhost kernel: NET: Registered protocol family 17
Mar 22 14:08:53 localhost kernel: Key type dns_resolver registered
Mar 22 14:08:53 localhost kernel: registered taskstats version 1
Mar 22 14:08:53 localhost kernel: Loading compiled-in X.509 certificates
Mar 22 14:08:53 localhost kernel: Loaded X.509 cert 'CoreOS, Inc: Module signing key for 4.19.25-coreos: 5830d2e8df74c3d1e0d0b1a4bc4ed88c40c8905f'
Mar 22 14:08:53 localhost kernel: ima: No TPM chip found, activating TPM-bypass!
Mar 22 14:08:53 localhost kernel: ima: Allocated hash algorithm: sha1
Mar 22 14:08:53 localhost kernel: rtc_cmos 00:00: setting system clock to 2019-03-22 14:08:53 UTC (1553263733)
Mar 22 14:08:53 localhost kernel: Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
Mar 22 14:08:53 localhost kernel: Freeing unused kernel image memory: 39480K
Mar 22 14:08:53 localhost kernel: Write protecting the kernel read-only data: 18432k
Mar 22 14:08:53 localhost kernel: Freeing unused kernel image memory: 2016K
Mar 22 14:08:53 localhost kernel: Freeing unused kernel image memory: 1556K
Mar 22 14:08:53 localhost kernel: Run /init as init process
Mar 22 14:08:53 localhost systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN +PCRE2 default-hierarchy=legacy)
Mar 22 14:08:53 localhost systemd[1]: Detected virtualization microsoft.
Mar 22 14:08:53 localhost systemd[1]: Detected architecture x86-64.
Mar 22 14:08:53 localhost systemd[1]: Running in initial RAM disk.
Mar 22 14:08:53 localhost systemd[1]: No hostname configured.
Mar 22 14:08:53 localhost systemd[1]: Set hostname to <localhost>.
Mar 22 14:08:53 localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
Mar 22 14:08:53 localhost systemd[1]: Initializing machine ID from random generator.
Mar 22 14:08:53 localhost systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Mar 22 14:08:53 localhost systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
Mar 22 14:08:53 localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
Mar 22 14:08:53 localhost systemd[1]: Reached target Slices.
Mar 22 14:08:53 localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
Mar 22 14:08:53 localhost kernel: audit: type=1130 audit(1553263733.947:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:53 localhost kernel: audit: type=1130 audit(1553263733.964:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:53 localhost kernel: audit: type=1130 audit(1553263733.977:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:54 localhost kernel: audit: type=1130 audit(1553263734.018:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:54 localhost kernel: device-mapper: uevent: version 1.0.3
Mar 22 14:08:54 localhost kernel: device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
Mar 22 14:08:54 localhost kernel: audit: type=1130 audit(1553263734.123:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:54 localhost kernel: audit: type=1130 audit(1553263734.159:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:54 localhost kernel: audit: type=1130 audit(1553263734.212:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:54 localhost kernel: random: fast init done
Mar 22 14:08:54 localhost kernel: audit: type=1130 audit(1553263734.326:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:54 localhost kernel: SCSI subsystem initialized
Mar 22 14:08:54 localhost kernel: libata version 3.00 loaded.
Mar 22 14:08:54 localhost kernel: ata_piix 0000:00:07.1: version 2.13
Mar 22 14:08:54 localhost kernel: ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set
Mar 22 14:08:54 localhost kernel: hv_vmbus: Vmbus version:4.0
Mar 22 14:08:54 localhost kernel: scsi host0: ata_piix
Mar 22 14:08:54 localhost kernel: scsi host1: ata_piix
Mar 22 14:08:54 localhost kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
Mar 22 14:08:54 localhost kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
Mar 22 14:08:54 localhost kernel: cryptd: max_cpu_qlen set to 1000
Mar 22 14:08:54 localhost kernel: AVX2 version of gcm_enc/dec engaged.
Mar 22 14:08:54 localhost kernel: AES CTR mode by8 optimization enabled
Mar 22 14:08:54 localhost kernel: hv_vmbus: registering driver hyperv_keyboard
Mar 22 14:08:54 localhost kernel: hv_vmbus: registering driver hv_storvsc
Mar 22 14:08:54 localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
Mar 22 14:08:54 localhost kernel: input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input2
Mar 22 14:08:54 localhost kernel: scsi host2: storvsc_host_t
Mar 22 14:08:54 localhost kernel: scsi 2:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
Mar 22 14:08:54 localhost kernel: hv_vmbus: registering driver hid_hyperv
Mar 22 14:08:54 localhost kernel: hv_vmbus: registering driver hv_netvsc
Mar 22 14:08:54 localhost kernel: input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input3
Mar 22 14:08:54 localhost kernel: hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on
Mar 22 14:08:54 localhost kernel: scsi host3: storvsc_host_t
Mar 22 14:08:54 localhost kernel: scsi 3:0:1:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
Mar 22 14:08:54 localhost kernel: sd 3:0:1:0: [sdb] 1421869056 512-byte logical blocks: (728 GB/678 GiB)
Mar 22 14:08:54 localhost kernel: sd 3:0:1:0: [sdb] 4096-byte physical blocks
Mar 22 14:08:54 localhost kernel: sd 3:0:1:0: [sdb] Write Protect is off
Mar 22 14:08:54 localhost kernel: sd 3:0:1:0: [sdb] Mode Sense: 0f 00 10 00
Mar 22 14:08:54 localhost kernel: sd 2:0:0:0: [sda] 63737856 512-byte logical blocks: (32.6 GB/30.4 GiB)
Mar 22 14:08:54 localhost kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
Mar 22 14:08:54 localhost kernel: sd 2:0:0:0: [sda] Write Protect is off
Mar 22 14:08:54 localhost kernel: sd 2:0:0:0: [sda] Mode Sense: 0f 00 10 00
Mar 22 14:08:54 localhost kernel: sd 3:0:1:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
Mar 22 14:08:54 localhost kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
Mar 22 14:08:54 localhost kernel: scsi host4: storvsc_host_t
Mar 22 14:08:54 localhost kernel: sda: sda1 sda2 sda3 sda4 sda6 sda7 sda9
Mar 22 14:08:54 localhost kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Mar 22 14:08:54 localhost kernel: sdb: sdb1
Mar 22 14:08:54 localhost kernel: sd 3:0:1:0: [sdb] Attached SCSI disk
Mar 22 14:08:54 localhost kernel: scsi host5: storvsc_host_t
Mar 22 14:08:54 localhost kernel: scsi 5:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5
Mar 22 14:08:54 localhost kernel: sd 5:0:0:0: [sdc] 2097152000 512-byte logical blocks: (1.07 TB/1000 GiB)
Mar 22 14:08:54 localhost kernel: sd 5:0:0:0: [sdc] 4096-byte physical blocks
Mar 22 14:08:54 localhost kernel: sd 5:0:0:0: [sdc] Write Protect is off
Mar 22 14:08:54 localhost kernel: sd 5:0:0:0: [sdc] Mode Sense: 0f 00 10 00
Mar 22 14:08:54 localhost kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
Mar 22 14:08:54 localhost kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
Mar 22 14:08:54 localhost kernel: ata1.01: host indicates ignore ATA devices, ignored
Mar 22 14:08:54 localhost kernel: ata2.01: NODEV after polling detection
Mar 22 14:08:54 localhost kernel: ata1.00: host indicates ignore ATA devices, ignored
Mar 22 14:08:54 localhost kernel: ata2.00: ATAPI: Virtual CD, , max MWDMA2
Mar 22 14:08:54 localhost kernel: scsi 1:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5
Mar 22 14:08:55 localhost kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray
Mar 22 14:08:55 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Mar 22 14:08:55 localhost kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Mar 22 14:08:55 localhost kernel: random: crng init done
Mar 22 14:08:55 localhost kernel: random: 7 urandom warning(s) missed due to ratelimiting
Mar 22 14:08:55 localhost kernel: audit: type=1130 audit(1553263735.908:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=verity-setup comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:08:56 localhost kernel: EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
Mar 22 14:08:56 localhost kernel: EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
Mar 22 14:09:01 imobelasticsearchprod2 systemd-journald[167]: Received SIGTERM from PID 1 (systemd).
Mar 22 14:09:01 imobelasticsearchprod2 kernel: systemd: 22 output lines suppressed due to ratelimiting
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission validate_trans in class security not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission getrlimit in class process not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class process2 not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission module_load in class system not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class file not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class dir not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class lnk_file not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class chr_file not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class blk_file not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class sock_file not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class fifo_file not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class tcp_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class udp_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class rawip_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class packet_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class key_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class unix_stream_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class unix_dgram_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_route_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_tcpdiag_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_nflog_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_xfrm_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_selinux_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_iscsi_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_audit_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_fib_lookup_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_connector_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_netfilter_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_dnrt_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_kobject_uevent_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_generic_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_scsitransport_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_rdma_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class netlink_crypto_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class appletalk_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class dccp_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Permission map in class tun_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class cap_userns not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class cap2_userns not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class sctp_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class icmp_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class ax25_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class ipx_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class netrom_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class atmpvc_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class x25_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class rose_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class decnet_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class atmsvc_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class rds_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class irda_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class pppox_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class llc_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class can_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class tipc_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class bluetooth_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class iucv_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class rxrpc_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class isdn_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class phonet_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class ieee802154_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class caif_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class alg_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class nfc_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class vsock_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class kcm_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class qipcrtr_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class smc_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class infiniband_pkey not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class infiniband_endport not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class bpf not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: Class xdp_socket not defined in policy.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: the above unknown classes and permissions will be allowed
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: policy capability network_peer_controls=1
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: policy capability open_perms=1
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: policy capability extended_socket_class=0
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: policy capability always_check_network=0
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: policy capability cgroup_seclabel=0
Mar 22 14:09:01 imobelasticsearchprod2 kernel: SELinux: policy capability nnp_nosuid_transition=0
Mar 22 14:09:01 imobelasticsearchprod2 kernel: kauditd_printk_skb: 33 callbacks suppressed
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1403 audit(1553263737.463:44): auid=4294967295 ses=4294967295 lsm=selinux res=1
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: Successfully loaded SELinux policy in 446.196ms.
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 8.185ms.
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN +PCRE2 default-hierarchy=legacy)
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: Detected virtualization microsoft.
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: Detected architecture x86-64.
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: Set hostname to <XXX>.
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263741.304:45): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: Stopped Switch Root.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1131 audit(1553263741.304:46): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263741.349:47): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: systemd-journald.service: Service has no hold-off time, scheduling restart.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1131 audit(1553263741.349:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Mar 22 14:09:01 imobelasticsearchprod2 systemd[1]: Stopped Journal Service.
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263741.397:49): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1131 audit(1553263741.397:50): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263741.441:51): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1131 audit(1553263741.441:52): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:01 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263741.474:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=verity-setup comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:02 imobelasticsearchprod2 kernel: kauditd_printk_skb: 13 callbacks suppressed
Mar 22 14:09:02 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263742.532:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:02 imobelasticsearchprod2 kernel: mousedev: PS/2 mouse device common for all mice
Mar 22 14:09:02 imobelasticsearchprod2 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Mar 22 14:09:02 imobelasticsearchprod2 kernel: ACPI: Power Button [PWRF]
Mar 22 14:09:02 imobelasticsearchprod2 kernel: hv_vmbus: registering driver hv_balloon
Mar 22 14:09:02 imobelasticsearchprod2 kernel: hv_balloon: Using Dynamic Memory protocol version 2.0
Mar 22 14:09:02 imobelasticsearchprod2 kernel: hv_vmbus: registering driver hyperv_fb
Mar 22 14:09:02 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263742.612:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:02 imobelasticsearchprod2 kernel: hyperv_fb: Screen resolution: 1152x864, Color depth: 32
Mar 22 14:09:02 imobelasticsearchprod2 kernel: Console: switching to colour frame buffer device 144x54
Mar 22 14:09:02 imobelasticsearchprod2 kernel: hv_utils: Registering HyperV Utility Driver
Mar 22 14:09:02 imobelasticsearchprod2 kernel: hv_vmbus: registering driver hv_util
Mar 22 14:09:02 imobelasticsearchprod2 kernel: hv_utils: Heartbeat IC version 3.0
Mar 22 14:09:03 imobelasticsearchprod2 kernel: hv_utils: Shutdown IC version 3.0
Mar 22 14:09:03 imobelasticsearchprod2 kernel: hv_utils: TimeSync IC version 4.0
Mar 22 14:09:03 imobelasticsearchprod2 kernel: hv_utils: VSS IC version 5.0
Mar 22 14:09:03 imobelasticsearchprod2 kernel: piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
Mar 22 14:09:03 imobelasticsearchprod2 kernel: EDAC MC: Ver: 3.0.0
Mar 22 14:09:03 imobelasticsearchprod2 kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
Mar 22 14:09:03 imobelasticsearchprod2 kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0
Mar 22 14:09:03 imobelasticsearchprod2 kernel: EDAC sbridge: Ver: 1.1.2
Mar 22 14:09:03 imobelasticsearchprod2 kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Mar 22 14:09:03 imobelasticsearchprod2 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Mar 22 14:09:03 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263743.423:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:03 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263743.555:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-early comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:03 imobelasticsearchprod2 kernel: audit: type=1131 audit(1553263743.555:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation-early comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:03 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263743.617:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:03 imobelasticsearchprod2 kernel: audit: type=1131 audit(1553263743.617:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=lvm2-activation comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:03 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263743.744:74): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-OEM comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:03 imobelasticsearchprod2 kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Mar 22 14:09:03 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263743.808:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:03 imobelasticsearchprod2 kernel: SGI XFS with ACLs, security attributes, no debug enabled
Mar 22 14:09:03 imobelasticsearchprod2 kernel: XFS (sdc): Mounting V5 Filesystem
Mar 22 14:09:03 imobelasticsearchprod2 kernel: XFS (sdc): Ending clean mount
Mar 22 14:09:03 imobelasticsearchprod2 kernel: audit: type=1130 audit(1553263743.908:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:kernel_t:s0 msg='unit=ldconfig comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 22 14:09:17 imobelasticsearchprod2 kernel: sdb: sdb1
Mar 22 14:09:17 imobelasticsearchprod2 kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Mar 22 14:09:17 imobelasticsearchprod2 kernel: Bridge firewalling registered
Mar 22 14:09:17 imobelasticsearchprod2 kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
Mar 22 14:09:17 imobelasticsearchprod2 kernel: Initializing XFRM netlink socket
Mar 22 14:09:17 imobelasticsearchprod2 kernel: IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
Mar 22 14:09:51 imobelasticsearchprod2 kernel: hv_balloon: Max. dynamic memory size: 32768 MB
Mar 23 16:21:51 imobelasticsearchprod2 kernel: hrtimer: interrupt took 3315581 ns
# Note that indicent happend on March 27, so nothing was output during the incident :-/
# lsmod
Module Size Used by
tcp_diag 16384 0
udp_diag 16384 0
inet_diag 20480 2 tcp_diag,udp_diag
unix_diag 16384 0
af_packet_diag 16384 0
netlink_diag 16384 0
ip6table_filter 16384 0
ip6_tables 32768 1 ip6table_filter
xt_owner 16384 1
iptable_security 16384 1
ipt_MASQUERADE 16384 1
nf_conntrack_netlink 45056 0
nfnetlink 16384 2 nf_conntrack_netlink
xfrm_user 45056 1
xfrm_algo 16384 1 xfrm_user
iptable_nat 16384 1
nf_nat_ipv4 16384 2 ipt_MASQUERADE,iptable_nat
xt_addrtype 16384 2
iptable_filter 16384 1
xt_conntrack 16384 2
nf_nat 32768 1 nf_nat_ipv4
nf_conntrack 135168 5 xt_conntrack,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink
nf_defrag_ipv6 20480 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
br_netfilter 24576 0
bridge 167936 1 br_netfilter
stp 16384 1 bridge
llc 16384 2 bridge,stp
overlay 114688 1
nls_ascii 16384 1
nls_cp437 20480 1
vfat 24576 1
fat 73728 1 vfat
xfs 1224704 1
libcrc32c 16384 3 nf_conntrack,nf_nat,xfs
sb_edac 24576 0
psmouse 45056 0
edac_core 49152 1 sb_edac
i2c_piix4 24576 0
i2c_core 65536 2 psmouse,i2c_piix4
hv_utils 28672 0
hyperv_fb 20480 1
hv_balloon 24576 0
evdev 24576 3
button 16384 0
mousedev 24576 0
sch_fq_codel 20480 5
ext4 638976 4
crc32c_generic 16384 0
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 102400 1 ext4
fscrypto 28672 1 ext4
dm_verity 24576 1
dm_bufio 28672 1 dm_verity
sr_mod 28672 0
cdrom 61440 1 sr_mod
crc32c_intel 20480 5
sd_mod 45056 8
hid_generic 16384 0
hid_hyperv 16384 0
hv_netvsc 73728 0
hv_storvsc 20480 6
hid 118784 2 hid_hyperv,hid_generic
scsi_transport_fc 57344 1 hv_storvsc
hyperv_keyboard 16384 0
aesni_intel 172032 0
aes_x86_64 20480 1 aesni_intel
crypto_simd 16384 1 aesni_intel
cryptd 24576 2 crypto_simd,aesni_intel
glue_helper 16384 1 aesni_intel
ata_piix 36864 0
hv_vmbus 81920 7 hv_balloon,hv_utils,hv_netvsc,hid_hyperv,hv_storvsc,hyperv_keyboard,hyperv_fb
libata 233472 1 ata_piix
scsi_mod 221184 5 sd_mod,hv_storvsc,scsi_transport_fc,libata,sr_mod
dm_mirror 28672 0
dm_region_hash 16384 1 dm_mirror
dm_log 20480 2 dm_region_hash,dm_mirror
dm_mod 126976 6 dm_verity,dm_log,dm_mirror,dm_bufio
# lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 01)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:08.0 VGA compatible controller: Microsoft Corporation Hyper-V virtual VGA
# netstat
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 1 172.16.7.12:54416 168.63.129.16:80 SYN_SENT
tcp 0 0 172.16.7.12:36772 169.254.169.254:80 TIME_WAIT
tcp 0 0 172.16.7.12:60204 168.63.129.16:32526 CLOSE_WAIT
tcp 0 0 172.16.7.12:37048 169.254.169.254:80 ESTABLISHED
tcp 0 1 172.16.7.12:60206 168.63.129.16:32526 SYN_SENT
tcp 0 0 172.16.7.12:36374 169.254.169.254:80 TIME_WAIT
tcp6 0 0 :::9100 :::* LISTEN
tcp6 0 0 172.16.7.12:9200 :::* LISTEN
tcp6 0 0 172.16.7.12:9300 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 172.16.7.12:9200 192.168.0.248:40610 ESTABLISHED
tcp6 0 0 172.16.7.12:42424 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:44710 ESTABLISHED
tcp6 0 0 172.16.7.12:9100 192.168.1.114:56624 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:34202 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45730 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:44738 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:35816 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:44866 ESTABLISHED
tcp6 0 0 172.16.7.12:42426 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:46078 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41728 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:57048 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:40556 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:45970 ESTABLISHED
tcp6 0 0 172.16.7.12:42432 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:40508 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:42954 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:43336 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:41514 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:44708 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:41876 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41368 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:45112 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45146 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:40564 ESTABLISHED
tcp6 0 0 172.16.7.12:42440 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:40560 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:46064 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:42322 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:42916 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41838 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:45126 ESTABLISHED
tcp6 0 0 172.16.7.12:42442 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:40562 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:44704 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:40222 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41584 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45770 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45734 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41836 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:40554 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:41156 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45140 ESTABLISHED
tcp6 0 0 172.16.7.12:42434 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:44870 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45126 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:39202 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:40218 ESTABLISHED
tcp6 0 36 172.16.7.12:22 172.16.0.4:65244 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:60142 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:44370 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:45984 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:42958 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:34382 ESTABLISHED
tcp6 0 0 172.16.7.12:42436 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41374 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:57178 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45736 ESTABLISHED
tcp6 0 0 172.16.7.12:42444 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:42060 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.4:34722 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:44114 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:41220 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45860 SYN_RECV
tcp6 0 0 172.16.7.12:9200 192.168.0.248:40226 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41360 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:41982 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:44706 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45678 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:42924 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:46068 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:40962 ESTABLISHED
tcp6 0 0 172.16.7.12:42422 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:44722 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:60826 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:43340 ESTABLISHED
tcp6 0 1 172.16.7.12:34618 172.16.7.10:9300 SYN_SENT
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41840 ESTABLISHED
tcp6 0 0 172.16.7.12:42420 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:42438 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:42430 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45128 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.175:41578 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45136 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:45608 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:41874 ESTABLISHED
tcp6 0 0 172.16.7.12:42428 172.16.7.11:9300 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45732 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:40964 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:60794 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.0.248:35820 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:42324 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:60796 ESTABLISHED
tcp6 0 0 172.16.7.12:9200 192.168.1.53:45872 ESTABLISHED
udp 0 0 172.16.7.12:68 0.0.0.0:*
udp6 0 11520 fe80::20d:3aff:fe2e:546 :::*
raw6 0 0 :::58 :::* 7
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ACC ] STREAM LISTENING 23039 /var/run/docker.sock
unix 2 [ ACC ] STREAM LISTENING 23042 /var/run/dbus/system_bus_socket
unix 2 [ ] DGRAM 3321358 /run/user/1000/systemd/notify
unix 2 [ ACC ] STREAM LISTENING 3321362 /run/user/1000/systemd/private
unix 2 [ ACC ] SEQPACKET LISTENING 13846 /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 18455 /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 2221503 @/containerd-shim/moby/a46822a205f2d6a60fdf888725425cd86d0b3498a560323b2e9d5de48b6cddf1/shim.sock@
unix 2 [ ACC ] SEQPACKET LISTENING 13953 /run/systemd/coredump
unix 3 [ ] DGRAM 11913 /run/systemd/notify
unix 2 [ ACC ] STREAM LISTENING 26762 /run/docker/libnetwork/54d366a28e83ac4a93ab51240322255f7c54de4da9006b56ae72f4e1f55307fa.sock
unix 2 [ ] DGRAM 11915 /run/systemd/cgroups-agent
unix 2 [ ACC ] STREAM LISTENING 449773 @/containerd-shim/moby/e3486f20a1a5d16311c31450c04845e21b63b5f5d347c429214cdd75fc0f69d3/shim.sock@
unix 6 [ ] DGRAM 11926 /run/systemd/journal/dev-log
unix 2 [ ACC ] STREAM LISTENING 11939 /run/systemd/journal/stdout
unix 11 [ ] DGRAM 11942 /run/systemd/journal/socket
unix 2 [ ACC ] STREAM LISTENING 18364 /run/rkt/metadata-svc.sock
unix 2 [ ACC ] STREAM LISTENING 20432 /run/docker/libcontainerd/docker-containerd.sock
unix 2 [ ACC ] STREAM LISTENING 24823 /var/run/docker/metrics.sock
unix 3 [ ] DGRAM 14024
unix 3 [ ] STREAM CONNECTED 3319662
unix 3 [ ] STREAM CONNECTED 1832707 /var/run/docker.sock
unix 2 [ ] DGRAM 3328398
unix 3 [ ] STREAM CONNECTED 2219814
unix 3 [ ] STREAM CONNECTED 1642581 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 18314
unix 3 [ ] STREAM CONNECTED 23113
unix 3 [ ] STREAM CONNECTED 1642583
unix 3 [ ] STREAM CONNECTED 449777
unix 3 [ ] STREAM CONNECTED 25715 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 1796214
unix 3 [ ] STREAM CONNECTED 23189
unix 2 [ ] DGRAM 17509
unix 3 [ ] STREAM CONNECTED 1641352
unix 3 [ ] STREAM CONNECTED 1815258 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 1813654
unix 3 [ ] STREAM CONNECTED 1796215 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 18389
unix 3 [ ] STREAM CONNECTED 3319661
unix 3 [ ] STREAM CONNECTED 1642584 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 1814228 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 448760 @/containerd-shim/moby/e3486f20a1a5d16311c31450c04845e21b63b5f5d347c429214cdd75fc0f69d3/shim.sock@
unix 3 [ ] STREAM CONNECTED 24818
unix 3 [ ] STREAM CONNECTED 1641355
unix 3 [ ] DGRAM 14025
unix 2 [ ] DGRAM 25267
unix 3 [ ] STREAM CONNECTED 1813655 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 1642580
unix 3 [ ] STREAM CONNECTED 2219785 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 1812068 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 1641353 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 23188
unix 3 [ ] STREAM CONNECTED 1812448
unix 3 [ ] STREAM CONNECTED 20148 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 23748
unix 3 [ ] STREAM CONNECTED 1812409
unix 3 [ ] STREAM CONNECTED 1833244
unix 3 [ ] STREAM CONNECTED 23193 /var/run/dbus/system_bus_socket
unix 2 [ ] DGRAM 3322168
unix 3 [ ] STREAM CONNECTED 2221579 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 23190 /var/run/dbus/system_bus_socket
unix 3 [ ] DGRAM 18255
unix 3 [ ] STREAM CONNECTED 1813687
unix 3 [ ] DGRAM 18254
unix 2 [ ] STREAM CONNECTED 3322153
unix 3 [ ] STREAM CONNECTED 23192 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 2223343
unix 3 [ ] STREAM CONNECTED 1641356 /var/run/docker.sock
unix 2 [ ] DGRAM 23194
unix 2 [ ] DGRAM 20257
unix 3 [ ] DGRAM 3321361
unix 3 [ ] STREAM CONNECTED 3323045
unix 3 [ ] STREAM CONNECTED 1794147 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 2091715
unix 3 [ ] STREAM CONNECTED 1792803
unix 3 [ ] STREAM CONNECTED 23874 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 1643632
unix 3 [ ] DGRAM 20157
unix 2 [ ] STREAM CONNECTED 2221639
unix 3 [ ] STREAM CONNECTED 2223347 @/containerd-shim/moby/a46822a205f2d6a60fdf888725425cd86d0b3498a560323b2e9d5de48b6cddf1/shim.sock@
unix 3 [ ] STREAM CONNECTED 1812828
unix 3 [ ] STREAM CONNECTED 23490
unix 3 [ ] STREAM CONNECTED 20405 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 20143 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 1794264
unix 3 [ ] STREAM CONNECTED 25269
unix 2 [ ] DGRAM 19638
unix 3 [ ] STREAM CONNECTED 27936 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 1857408 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 24819 /run/docker/libcontainerd/docker-containerd.sock
unix 3 [ ] STREAM CONNECTED 23872
unix 3 [ ] STREAM CONNECTED 1844292 /var/run/docker.sock
unix 3 [ ] DGRAM 20159
unix 3 [ ] STREAM CONNECTED 25713 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 20420 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 18398 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 2219789
unix 3 [ ] STREAM CONNECTED 23403
unix 3 [ ] DGRAM 11918
unix 3 [ ] STREAM CONNECTED 24393
unix 3 [ ] STREAM CONNECTED 1641813
unix 3 [ ] STREAM CONNECTED 24826
unix 3 [ ] STREAM CONNECTED 1794146
unix 3 [ ] STREAM CONNECTED 1641814 /var/run/docker.sock
unix 2 [ ] STREAM CONNECTED 2222361
unix 3 [ ] DGRAM 19648
unix 3 [ ] STREAM CONNECTED 3323049 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 1643633 /run/systemd/journal/stdout
unix 3 [ ] DGRAM 20156
unix 3 [ ] DGRAM 19651
unix 3 [ ] STREAM CONNECTED 26233
unix 3 [ ] STREAM CONNECTED 2090721 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 23191 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 22885 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 23697
unix 3 [ ] STREAM CONNECTED 1843446
unix 3 [ ] DGRAM 20158
unix 3 [ ] STREAM CONNECTED 26644 /run/docker/libcontainerd/docker-containerd.sock
unix 3 [ ] STREAM CONNECTED 24053
unix 3 [ ] STREAM CONNECTED 20182
unix 2 [ ] DGRAM 18530
unix 2 [ ] DGRAM 3321343
unix 3 [ ] STREAM CONNECTED 1858756
unix 3 [ ] STREAM CONNECTED 25270
unix 2 [ ] DGRAM 3321334
unix 3 [ ] DGRAM 3321360
unix 3 [ ] STREAM CONNECTED 23875 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 2088748 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 19546
unix 3 [ ] STREAM CONNECTED 3322963 /run/systemd/journal/stdout
unix 3 [ ] DGRAM 19650
unix 3 [ ] STREAM CONNECTED 1794265 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 1841113 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 26640
unix 3 [ ] DGRAM 19649
unix 3 [ ] STREAM CONNECTED 25733 /run/docker/libcontainerd/docker-containerd.sock
unix 3 [ ] STREAM CONNECTED 1815564 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 26259 /var/run/dbus/system_bus_socket
unix 2 [ ] DGRAM 19548
unix 3 [ ] STREAM CONNECTED 3319653 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 24833
unix 3 [ ] STREAM CONNECTED 26260 /var/run/dbus/system_bus_socket
unix 2 [ ] DGRAM 20154
unix 3 [ ] STREAM CONNECTED 3321364
unix 2 [ ] DGRAM 23740
unix 3 [ ] STREAM CONNECTED 1813646 /var/run/docker.sock
unix 3 [ ] DGRAM 11917
unix 3 [ ] STREAM CONNECTED 1795070 /var/run/docker.sock
unix 3 [ ] STREAM CONNECTED 3322146
unix 3 [ ] STREAM CONNECTED 2091839
unix 3 [ ] STREAM CONNECTED 22887 /run/systemd/journal/stdout
unix 3 [ ] STREAM CONNECTED 1843498
unix 3 [ ] STREAM CONNECTED 19626
unix 3 [ ] STREAM CONNECTED 1815373
unix 3 [ ] STREAM CONNECTED 20247
unix 2 [ ] DGRAM 25718
# netstat -s
Ip:
Forwarding: 1
187192725 total packets received
2 forwarded
0 incoming packets discarded
187192630 incoming packets delivered
183822194 requests sent out
12534 outgoing packets dropped
Icmp:
702684 ICMP messages received
290641 input ICMP message failed
ICMP input histogram:
destination unreachable: 702509
echo requests: 152
echo replies: 23
702856 ICMP messages sent
0 ICMP messages failed
ICMP output histogram:
destination unreachable: 702471
echo requests: 233
echo replies: 152
IcmpMsg:
InType0: 23
InType3: 702509
InType8: 152
OutType0: 152
OutType3: 702471
OutType8: 233
Tcp:
1092288 active connection openings
194978 passive connection openings
396582 failed connection attempts
96305 connection resets received
104 connections established
186487954 segments received
203655973 segments sent out
378350 segments retransmitted
1 bad segments received
72608 resets sent
Udp:
1318 packets received
678 packets to unknown port received
0 packet receive errors
1577 packets sent
0 receive buffer errors
0 send buffer errors
UdpLite:
TcpExt:
718 resets received for embryonic SYN_RECV sockets
138 ICMP packets dropped because they were out-of-window
13854 TCP sockets finished time wait in fast timer
1455 packetes rejected in established connections because of timestamp
1312789 delayed acks sent
643 delayed acks further delayed because of locked socket
Quick ack mode was activated 111688 times
11559 SYNs to LISTEN sockets dropped
129289027 packet headers predicted
4513174 acknowledgments not containing data payload received
99918799 predicted acknowledgments
TCPSackRecovery: 626
Detected reordering 3275 times using SACK
TCPDSACKUndo: 271
49 congestion windows recovered without slow start after partial ack
TCPLostRetransmit: 6166
9 timeouts in loss state
3827 fast retransmits
30 retransmits in slow start
TCPTimeouts: 310012
TCPLossProbes: 129110
TCPLossProbeRecovery: 53
TCPSackRecoveryFail: 9
TCPDSACKOldSent: 111689
TCPDSACKRecv: 106496
TCPDSACKOfoRecv: 5
31212 connections reset due to unexpected data
23557 connections reset due to early user close
170 connections aborted due to timeout
TCPDSACKIgnoredNoUndo: 88491
TCPSpuriousRTOs: 5
TCPSackShifted: 3903
TCPSackMerged: 6008
TCPSackShiftFallback: 3113
IPReversePathFilter: 2
TCPRcvCoalesce: 23385981
TCPOFOQueue: 6661
TCPChallengeACK: 1
TCPSYNChallenge: 1
TCPSpuriousRtxHostQueues: 381228
TCPAutoCorking: 25653048
TCPFromZeroWindowAdv: 11
TCPToZeroWindowAdv: 11
TCPWantZeroWindowAdv: 2266
TCPSynRetrans: 263900
TCPOrigDataSent: 169473153
TCPHystartTrainDetect: 490
TCPHystartTrainCwnd: 10339
TCPHystartDelayDetect: 18
TCPHystartDelayCwnd: 760
TCPACKSkippedPAWS: 1292
TCPACKSkippedSeq: 1043
TCPKeepAlive: 1350
TCPDelivered: 170213788
TCPAckCompressed: 2909
IpExt:
InNoRoutes: 91
InOctets: 119963801216
OutOctets: 70761809348
InNoECTPkts: 240220052
InECT0Pkts: 24800
# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 77364 9504 ? Ss Mar17 0:05 /usr/lib/systemd/systemd --switched-root --system --deserialize 14
root 2 0.0 0.0 0 0 ? S Mar17 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? I< Mar17 0:00 [rcu_gp]
root 4 0.0 0.0 0 0 ? I< Mar17 0:00 [rcu_par_gp]
root 6 0.0 0.0 0 0 ? I< Mar17 0:00 [kworker/0:0H-kblockd]
root 8 0.0 0.0 0 0 ? I< Mar17 0:00 [mm_percpu_wq]
root 9 0.0 0.0 0 0 ? S Mar17 0:01 [ksoftirqd/0]
root 10 0.0 0.0 0 0 ? I Mar17 1:04 [rcu_sched]
root 11 0.0 0.0 0 0 ? I Mar17 0:00 [rcu_bh]
root 12 0.0 0.0 0 0 ? S Mar17 0:00 [migration/0]
root 14 0.0 0.0 0 0 ? S Mar17 0:00 [cpuhp/0]
root 15 0.0 0.0 0 0 ? S Mar17 0:00 [cpuhp/1]
root 16 0.0 0.0 0 0 ? S Mar17 0:00 [migration/1]
root 17 0.0 0.0 0 0 ? S Mar17 0:05 [ksoftirqd/1]
root 19 0.0 0.0 0 0 ? I< Mar17 0:00 [kworker/1:0H]
root 20 0.0 0.0 0 0 ? S Mar17 0:00 [cpuhp/2]
root 21 0.0 0.0 0 0 ? S Mar17 0:00 [migration/2]
root 22 0.0 0.0 0 0 ? S Mar17 0:12 [ksoftirqd/2]
root 24 0.0 0.0 0 0 ? I< Mar17 0:00 [kworker/2:0H-kblockd]
root 25 0.0 0.0 0 0 ? S Mar17 0:00 [cpuhp/3]
root 26 0.0 0.0 0 0 ? S Mar17 0:00 [migration/3]
root 27 0.0 0.0 0 0 ? S Mar17 0:07 [ksoftirqd/3]
root 29 0.0 0.0 0 0 ? I< Mar17 0:00 [kworker/3:0H-kblockd]
root 30 0.0 0.0 0 0 ? S Mar17 0:00 [kdevtmpfs]
root 31 0.0 0.0 0 0 ? I< Mar17 0:00 [netns]
root 32 0.0 0.0 0 0 ? S Mar17 0:00 [kauditd]
root 35 0.0 0.0 0 0 ? S Mar17 0:00 [khungtaskd]
root 36 0.0 0.0 0 0 ? S Mar17 0:00 [oom_reaper]
root 37 0.0 0.0 0 0 ? I< Mar17 0:00 [writeback]
root 38 0.0 0.0 0 0 ? S Mar17 0:00 [kcompactd0]
root 39 0.0 0.0 0 0 ? SN Mar17 0:00 [ksmd]
root 40 0.0 0.0 0 0 ? SN Mar17 0:00 [khugepaged]
root 41 0.0 0.0 0 0 ? I< Mar17 0:00 [crypto]
root 42 0.0 0.0 0 0 ? I< Mar17 0:00 [kintegrityd]
root 43 0.0 0.0 0 0 ? I< Mar17 0:00 [kblockd]
root 44 0.0 0.0 0 0 ? S Mar17 0:00 [watchdogd]
root 46 0.0 0.0 0 0 ? S Mar17 0:01 [kswapd0]
root 61 0.0 0.0 0 0 ? I< Mar17 0:00 [kthrotld]
root 62 0.0 0.0 0 0 ? I< Mar17 0:00 [acpi_thermal_pm]
root 63 0.0 0.0 0 0 ? I< Mar17 0:00 [ipv6_addrconf]
root 324 0.0 0.0 0 0 ? I< Mar17 0:00 [ata_sff]
root 325 0.0 0.0 0 0 ? I< Mar17 0:00 [hv_vmbus_con]
root 326 0.0 0.0 0 0 ? I< Mar17 0:00 [hv_pri_chan]
root 327 0.0 0.0 0 0 ? I< Mar17 0:00 [hv_sub_chan]
root 328 0.0 0.0 0 0 ? S Mar17 0:00 [scsi_eh_0]
root 329 0.0 0.0 0 0 ? I< Mar17 0:00 [scsi_tmf_0]
root 330 0.0 0.0 0 0 ? S Mar17 0:00 [scsi_eh_1]
root 331 0.0 0.0 0 0 ? I< Mar17 0:00 [scsi_tmf_1]
root 358 0.0 0.0 0 0 ? S Mar17 0:00 [scsi_eh_2]
root 360 0.0 0.0 0 0 ? I< Mar17 0:00 [scsi_tmf_2]
root 361 0.0 0.0 0 0 ? I< Mar17 0:00 [storvsc_error_w]
root 365 0.0 0.0 0 0 ? S Mar17 0:00 [scsi_eh_3]
root 366 0.0 0.0 0 0 ? I< Mar17 0:00 [scsi_tmf_3]
root 367 0.0 0.0 0 0 ? I< Mar17 0:00 [storvsc_error_w]
root 372 0.0 0.0 0 0 ? S Mar17 0:00 [scsi_eh_4]
root 373 0.0 0.0 0 0 ? I< Mar17 0:00 [scsi_tmf_4]
root 376 0.0 0.0 0 0 ? I< Mar17 0:00 [storvsc_error_w]
root 379 0.0 0.0 0 0 ? I< Mar17 0:17 [kworker/0:1H-kblockd]
root 384 0.0 0.0 0 0 ? S Mar17 0:00 [scsi_eh_5]
root 386 0.0 0.0 0 0 ? I< Mar17 0:00 [scsi_tmf_5]
root 389 0.0 0.0 0 0 ? I< Mar17 0:00 [storvsc_error_w]
root 397 0.0 0.0 0 0 ? I< Mar17 0:12 [kworker/3:1H-kblockd]
root 405 0.0 0.0 0 0 ? I< Mar17 0:00 [kdmflush]
root 407 0.0 0.0 0 0 ? I< Mar17 0:00 [dm_bufio_cache]
root 408 0.0 0.0 0 0 ? I< Mar17 0:00 [kverityd]
root 410 0.0 0.0 0 0 ? I< Mar17 0:08 [kworker/2:1H-kblockd]
root 419 0.0 0.0 0 0 ? I< Mar17 0:13 [kworker/1:1H-kblockd]
root 437 0.0 0.0 0 0 ? I< Mar17 0:00 [kworker/u257:0]
root 451 0.0 0.0 0 0 ? S Mar17 0:07 [jbd2/sda9-8]
root 452 0.0 0.0 0 0 ? I< Mar17 0:00 [ext4-rsv-conver]
root 456 0.0 0.0 0 0 ? I< Mar17 0:00 [ext4-rsv-conver]
root 582 0.1 0.7 382584 248404 ? Ss Mar17 11:31 /usr/lib/systemd/systemd-journald
root 614 0.0 0.0 73720 7760 ? Ss Mar17 0:00 /usr/lib/systemd/systemd-udevd
systemd+ 623 0.0 0.0 68080 6576 ? Ss Mar17 0:01 /usr/lib/systemd/systemd-networkd
root 637 0.0 0.0 0 0 ? S Mar17 0:03 [hv_balloon]
root 646 0.0 0.0 0 0 ? I< Mar17 0:00 [edac-poller]
root 672 0.0 0.0 0 0 ? S Mar17 0:00 [jbd2/sda6-8]
root 673 0.0 0.0 0 0 ? I< Mar17 0:00 [ext4-rsv-conver]
root 680 0.0 0.0 0 0 ? I< Mar17 0:00 [xfsalloc]
root 681 0.0 0.0 0 0 ? I< Mar17 0:00 [xfs_mru_cache]
root 684 0.0 0.0 0 0 ? I< Mar17 0:00 [xfs-buf/sdc]
root 685 0.0 0.0 0 0 ? I< Mar17 0:00 [xfs-data/sdc]
root 686 0.0 0.0 0 0 ? I< Mar17 0:00 [xfs-conv/sdc]
root 687 0.0 0.0 0 0 ? I< Mar17 0:00 [xfs-cil/sdc]
root 688 0.0 0.0 0 0 ? I< Mar17 0:00 [xfs-reclaim/sdc]
root 689 0.0 0.0 0 0 ? I< Mar17 0:00 [xfs-log/sdc]
root 691 0.0 0.0 0 0 ? I< Mar17 0:00 [xfs-eofblocks/s]
root 693 0.0 0.0 0 0 ? S Mar17 0:30 [xfsaild/sdc]
systemd+ 720 0.0 0.0 139316 3068 ? Ssl Mar17 0:00 /usr/lib/systemd/systemd-timesyncd
systemd+ 722 0.0 0.0 60192 5828 ? Ss Mar17 0:00 /usr/lib/systemd/systemd-resolved
root 749 0.0 0.0 58128 6656 ? Ss Mar17 0:01 /usr/lib/systemd/systemd-logind
message+ 750 0.0 0.0 65140 5168 ? Ssl Mar17 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root 754 0.0 0.0 267844 15876 ? Ssl Mar17 0:02 /usr/sbin/update_engine -foreground -logtostderr
root 804 0.0 0.0 12704 1880 tty1 Ss+ Mar17 0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
root 805 0.0 0.0 10792 1876 ttyS0 Ss+ Mar17 0:00 /sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyS0 vt220
root 860 0.1 0.1 1536428 43620 ? Ssl Mar17 8:02 /run/torcx/bin/containerd --config /run/torcx/unpack/docker/usr/share/containerd/config.toml
root 873 0.2 0.3 2618696 112020 ? Ssl Mar17 15:55 /run/torcx/bin/dockerd --host=fd:// --containerd=/var/run/docker/libcontainerd/docker-containerd.sock --selinux-enabled=true --storage-driver=overlay2 --log-driver=journald
root 874 0.0 0.0 88656 13636 ? Ss Mar17 0:00 /usr/share/oem/python/bin/python -u /usr/share/oem/bin/waagent -daemon
root 1045 0.0 0.0 0 0 ? S Mar17 0:00 [jbd2/sdb1-8]
root 1046 0.0 0.0 0 0 ? I< Mar17 0:00 [ext4-rsv-conver]
root 1076 0.5 0.0 271972 29476 ? Sl Mar17 37:49 python -u bin/WALinuxAgent-2.2.37-py2.7.egg -run-exthandlers
root 1200 0.0 0.0 486880 10336 ? Ssl Mar17 0:01 /usr/lib/locksmith/locksmithd
root 26115 0.1 0.0 0 0 ? I Mar21 1:51 [kworker/2:0-events_power_efficient]
root 41350 0.0 0.0 0 0 ? I Mar21 0:01 [kworker/1:1-events_power_efficient]
root 41973 0.0 0.0 0 0 ? I Mar21 0:00 [kworker/0:0-events]
root 53344 0.0 0.0 8916 3620 ? Sl Mar18 0:08 containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/e3486f20a1a5d16311c31450c04845e21b63b5f5d347c429214cdd75fc0f69d3 -address /run/docker/libcontainerd/docker-containerd.sock -containerd-binary /run/torcx/unpack/docker/bin/containerd -runtime-root /var/run/docker/runtime-runc -debug
nobody 53363 0.1 0.0 114584 19812 ? Ssl Mar18 10:14 /bin/node_exporter
root 56386 0.0 0.0 0 0 ? I 03:44 0:00 [kworker/3:0-mm_percpu_wq]
root 56877 0.0 0.0 0 0 ? I 03:55 0:00 [kworker/3:2-xfs-cil/sdc]
root 58617 0.0 0.0 0 0 ? I 04:34 0:00 [kworker/1:3-cgroup_destroy]
root 66148 0.0 0.0 0 0 ? I 07:24 0:00 [kworker/0:2-mm_percpu_wq]
root 68217 0.0 0.0 0 0 ? I 08:11 0:00 [kworker/2:2-ata_sff]
root 68377 0.0 0.0 82612 5224 ? Ss 08:14 0:00 sshd: imobadmin [priv]
root 68378 0.0 0.0 0 0 ? I 08:14 0:00 [kworker/u256:1-events_unbound]
root 68379 0.0 0.0 0 0 ? I 08:14 0:00 [kworker/u256:3-kverityd]
imobadm+ 68383 0.0 0.0 67632 7672 ? Ss 08:14 0:00 /usr/lib/systemd/systemd --user
imobadm+ 68385 0.0 0.0 107252 2652 ? S 08:14 0:00 (sd-pam)
imobadm+ 68389 0.0 0.0 82612 3128 ? S 08:14 0:00 sshd: imobadmin@pts/0
imobadm+ 68390 0.0 0.0 12352 3460 pts/0 Ss 08:14 0:00 -bash
root 68504 0.0 0.0 0 0 ? I 08:16 0:00 [kworker/2:1-ata_sff]
root 68734 0.0 0.0 69572 4916 pts/0 S+ 08:21 0:00 sudo ps aux
root 68735 0.0 0.0 45612 3472 pts/0 R+ 08:21 0:00 ps aux
root 75956 0.0 0.0 7508 4588 ? Sl Mar20 0:20 containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/a46822a205f2d6a60fdf888725425cd86d0b3498a560323b2e9d5de48b6cddf1 -address /run/docker/libcontainerd/docker-containerd.sock -containerd-binary /run/torcx/unpack/docker/bin/containerd -runtime-root /var/run/docker/runtime-runc -debug
imobadm+ 75974 12.2 53.5 33640376 17642196 ? SLsl Mar20 303:44 /usr/lib/jvm/jre-1.8.0-openjdk/bin/java -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+AlwaysPreTouch -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -XX:-OmitStackTraceInFastThrow -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Djava.io.tmpdir=/tmp/elasticsearch.2GvYHU5s -XX:+HeapDumpOnOutOfMemoryError -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -Xloggc:logs/gc.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=32 -XX:GCLogFileSize=64m -Des.cgroups.hierarchy.override=/ -Xms14g -Xmx14g -Des.path.home=/usr/share/elasticsearch -Des.path.conf=/usr/share/elasticsearch/config -cp /usr/share/elasticsearch/lib/* org.elasticsearch.bootstrap.Elasticsearch -Ecluster.routing.allocation.allow_rebalance=indices_primaries_active -Ecluster.name=imobelasticsearchprod2 -Ecluster.routing.allocation.node_concurrent_recoveries=1 -Expack.watcher.enabled=false -Ediscovery.zen.join_timeout=120s -Ediscovery.zen.ping.unicast.hosts=172.16.7.10,172.16.7.11,172.16.7.12 -Enode.name=imobelasticsearchprod2-2 -Ehttp.cors.enabled=true -Enetwork.host=172.16.7.12 -Expack.monitoring.enabled=false -Ediscovery.zen.minimum_master_nodes=2 -Ebootstrap.memory_lock=true -Ehttp.cors.allow-origin=* -Expack.security.enabled=false
imobadm+ 76215 0.0 0.0 72076 1856 ? Sl Mar20 0:00 /usr/share/elasticsearch/plugins/x-pack/x-pack-ml/platform/linux-x86_64/bin/controller
root 127868 0.0 0.0 10008 2984 ? Ss Mar19 0:00 /opt/bin/docker-compose up
root 127869 0.2 0.1 412000 43056 ? Sl Mar19 9:04 /opt/bin/docker-compose up
root 129902 0.0 0.0 104996 4112 ? Ss Mar21 0:00 /var/lib/waagent/Microsoft.Azure.NetworkWatcher.NetworkWatcherAgentLinux-1.4.905.3/NetworkWatcherAgent/NetworkWatcherAgent Monitor /service
root 129903 0.0 0.0 2519132 31576 ? Sl Mar21 0:23 /var/lib/waagent/Microsoft.Azure.NetworkWatcher.NetworkWatcherAgentLinux-1.4.905.3/NetworkWatcherAgent/NetworkWatcherAgent /service
# ss -aepi
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port
nl UNCONN 0 0 rtnl:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 rtnl:-1945247615 * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 rtnl:agetty/783 * sk=0 cb=0 groups=0x00000110
nl UNCONN 768 0 rtnl:dockerd/869 * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 rtnl:agetty/782 * sk=0 cb=0 groups=0x00000110
nl UNCONN 0 0 rtnl:systemd/1 * sk=0 cb=0 groups=0x000405d1
nl UNCONN 0 0 rtnl:systemd-resolve/698 * sk=0 cb=0 groups=0x00000111
nl UNCONN 0 0 rtnl:agetty/783 * sk=0 cb=0 groups=0x00000110
nl UNCONN 0 0 rtnl:agetty/782 * sk=0 cb=0 groups=0x00000110
nl UNCONN 0 0 rtnl:systemd-resolve/698 * sk=0 cb=0 groups=0x00000111
nl UNCONN 0 0 rtnl:systemd/1 * sk=0 cb=0 groups=0x000405d1
nl UNCONN 4352 0 tcpdiag:ss/16630 * sk=0 cb=0 groups=0x00000000
nl UNCONN 768 0 tcpdiag:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 xfrm:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 xfrm:dockerd/869 * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 selinux:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 selinux:dbus-daemon/726 * sk=0 cb=0 groups=0x00000001
nl UNCONN 0 0 selinux:dbus-daemon/726 * sk=0 cb=0 groups=0x00000001
nl UNCONN 0 0 audit:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 audit:-1194040353 * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 audit:systemd/1 * sk=0 cb=0 groups=0x00000001
nl UNCONN 0 0 audit:systemd/1 * sk=0 cb=0 groups=0x00000001
nl UNCONN 0 0 fiblookup:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 connector:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 nft:dockerd/869 * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 nft:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 uevent:systemd/1 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:-443612821 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 uevent:systemd-network/614 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:-1204579301 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:systemd/16247 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:systemd-logind/734 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:-1021254940 * sk=0 cb=0 groups=0x00000001
nl UNCONN 0 0 uevent:-1590653921 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:systemd/16247 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:-443612821 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:-1590653921 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:-1204579301 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:systemd-logind/734 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:systemd-network/614 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 uevent:-1021254940 * sk=0 cb=0 groups=0x00000001
nl UNCONN 0 0 uevent:systemd/1 * sk=0 cb=0 groups=0x00000002
nl UNCONN 0 0 genl:kernel * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 genl:systemd-network/614 * sk=0 cb=0 groups=0x00000000
nl UNCONN 0 0 scsi-trans:kernel * sk=0 cb=0 groups=0x00000000
p_raw UNCONN 0 0 LLDP:eth0 * users:(("systemd-network",pid=614,fd=16)) uid:244 ino:17099 sk:21
ver:0 cpy_thresh:0 flags( running )
u_str LISTEN 0 128 /run/docker/libcontainerd/docker-containerd.sock 26642 * 0 users:(("containerd",pid=856,fd=6)) <->
u_str LISTEN 0 128 /run/rkt/metadata-svc.sock 23586 * 0 users:(("systemd",pid=1,fd=48)) <->
u_str LISTEN 0 128 /var/run/dbus/system_bus_socket 23590 * 0 users:(("dbus-daemon",pid=726,fd=3),("systemd",pid=1,fd=42)) <->
u_dgr UNCONN 0 0 /run/user/1000/systemd/notify 2919979 * 0 users:(("systemd",pid=16247,fd=13)) <->
u_dgr UNCONN 0 0 /run/systemd/notify 2348 * 0 users:(("systemd",pid=1,fd=33)) <->
u_dgr UNCONN 0 0 /run/systemd/cgroups-agent 2350 * 0 users:(("systemd",pid=1,fd=34)) <->
u_str LISTEN 0 128 /run/user/1000/systemd/private 2919983 * 0 users:(("systemd",pid=16247,fd=16)) <->
u_str LISTEN 0 128 /run/systemd/private 16688 * 0 users:(("systemd",pid=1,fd=13)) <->
u_seq LISTEN 0 128 /run/systemd/coredump 16698 * 0 users:(("systemd",pid=1,fd=101)) <->
u_dgr UNCONN 0 0 /run/systemd/journal/dev-log 2361 * 0 users:(("systemd-journal",pid=572,fd=3),("systemd",pid=1,fd=44)) <->
u_str LISTEN 0 128 /run/systemd/journal/stdout 2370 * 0 users:(("systemd-journal",pid=572,fd=5),("systemd",pid=1,fd=53)) <->
u_str LISTEN 0 128 /var/run/docker/metrics.sock 25157 * 0 users:(("dockerd",pid=869,fd=7)) <->
u_dgr UNCONN 0 0 /run/systemd/journal/socket 2373 * 0 users:(("systemd-journal",pid=572,fd=6),("systemd",pid=1,fd=54)) <->
u_seq LISTEN 0 128 /run/udev/control 15476 * 0 users:(("systemd-udevd",pid=606,fd=3),("systemd",pid=1,fd=58)) <->
u_str LISTEN 0 128 /var/run/docker.sock 23414 * 0 users:(("dockerd",pid=869,fd=6),("systemd",pid=1,fd=46)) <->
u_str LISTEN 0 128 @/containerd-shim/moby/e3486f20a1a5d16311c31450c04845e21b63b5f5d347c429214cdd75fc0f69d3/shim.sock@ 26988 * 0 users:(("containerd-shim",pid=1072,fd=6)) <->
u_str LISTEN 0 128 /run/docker/libnetwork/34d6757e27f258dcdd800085ecd99a3a1baef59a1383ac986cacb1143ced2ded.sock 25244 * 0 users:(("dockerd",pid=869,fd=15)) <->
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 23465 * 23597 users:(("dbus-daemon",pid=726,fd=11)) <->
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 23464 * 23594 users:(("dbus-daemon",pid=726,fd=10)) <->
u_str ESTAB 0 0 * 23594 * 23464 users:(("systemd-resolve",pid=698,fd=12)) <->
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 23467 * 16214 users:(("dbus-daemon",pid=726,fd=13)) <->
u_dgr UNCONN 0 0 * 2920822 * 2361 users:(("sshd",pid=16253,fd=5),("sshd",pid=16243,fd=5)) <->
u_dgr UNCONN 0 0 * 18346 * 18345 users:(("systemd-network",pid=614,fd=14)) <->
u_str ESTAB 0 0 * 23462 * 23463 users:(("dbus-daemon",pid=726,fd=8)) <->
u_dgr UNCONN 0 0 * 18344 * 18343 users:(("systemd-network",pid=614,fd=12)) <->
u_str ESTAB 0 0 /run/docker/libcontainerd/docker-containerd.sock 25168 * 24159 users:(("containerd",pid=856,fd=9)) <->
u_str ESTAB 0 0 * 23597 * 23465 users:(("systemd-network",pid=614,fd=17)) <->
u_str ESTAB 0 0 * 24159 * 25168 users:(("dockerd",pid=869,fd=10)) <->
u_dgr UNCONN 0 0 * 18343 * 18344 users:(("systemd-network",pid=614,fd=11)) <->
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 24849 * 23973 users:(("dbus-daemon",pid=726,fd=16)) <->
u_str ESTAB 0 0 /run/docker/libcontainerd/docker-containerd.sock 26770 * 24155 users:(("containerd",pid=856,fd=7)) <->
u_str ESTAB 0 0 * 24155 * 26770 users:(("dockerd",pid=869,fd=3)) <->
u_str ESTAB 0 0 * 23463 * 23462 users:(("dbus-daemon",pid=726,fd=9)) <->
u_str ESTAB 0 0 * 2920812 * 0 users:(("sshd",pid=16253,fd=6),("sshd",pid=16243,fd=6)) ---
u_dgr UNCONN 0 0 * 18345 * 18346 users:(("systemd-network",pid=614,fd=13)) <->
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 26212 * 25503 users:(("dbus-daemon",pid=726,fd=15)) <->
u_str ESTAB 0 0 * 16214 * 23467 users:(("systemd-logind",pid=734,fd=12)) <->
u_str ESTAB 0 0 * 25503 * 26212 users:(("locksmithd",pid=1292,fd=8)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 24147 * 25736 users:(("systemd-journal",pid=572,fd=27),("systemd",pid=1,fd=91)) <--
u_dgr UNCONN 0 0 * 23570 * 23571 users:(("systemd-timesyn",pid=697,fd=7)) <->
u_str ESTAB 0 0 * 2920830 * 2920829 users:(("sshd",pid=16243,fd=8)) <->
u_str ESTAB 0 0 * 26210 * 26211 users:(("locksmithd",pid=1292,fd=6)) <->
u_dgr UNCONN 0 0 * 23571 * 23570 users:(("systemd-timesyn",pid=697,fd=8)) <->
u_str ESTAB 0 0 * 25736 * 24147 users:(("dockerd",pid=869,fd=2),("dockerd",pid=869,fd=1)) -->
u_str ESTAB 0 0 * 18324 * 19084 users:(("systemd-network",pid=614,fd=2),("systemd-network",pid=614,fd=1)) -->
u_str ESTAB 0 0 * 16949 * 15721 users:(("systemd-udevd",pid=606,fd=2),("systemd-udevd",pid=606,fd=1)) -->
u_str ESTAB 0 0 * 20108 * 23610 users:(("update_engine",pid=724,fd=2),("update_engine",pid=724,fd=1)) -->
u_dgr UNCONN 0 0 * 25501 * 2373 users:(("locksmithd",pid=1292,fd=3)) <->
u_dgr UNCONN 0 0 * 16963 * 16962 users:(("systemd-udevd",pid=606,fd=8)) <->
u_str ESTAB 0 0 * 2923712 * 0 users:(("sshd",pid=16626,fd=6),("sshd",pid=16623,fd=6)) ---
u_str ESTAB 0 0 /run/systemd/journal/stdout 23610 * 20108 users:(("systemd-journal",pid=572,fd=16),("systemd",pid=1,fd=98)) <--
u_str ESTAB 0 0 /run/docker/libcontainerd/docker-containerd.sock 24157 * 25738 users:(("containerd",pid=856,fd=8)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 24123 * 25067 users:(("systemd-journal",pid=572,fd=22),("systemd",pid=1,fd=93)) <--
u_dgr UNCONN 0 0 * 2352 * 2353 users:(("systemd",pid=1,fd=35)) <->
u_dgr UNCONN 0 0 * 2919981 * 2919982 users:(("systemd",pid=16247,fd=14)) <->
u_str ESTAB 0 0 @/containerd-shim/moby/e3486f20a1a5d16311c31450c04845e21b63b5f5d347c429214cdd75fc0f69d3/shim.sock@ 25368 * 26994 users:(("containerd-shim",pid=1072,fd=7)) <->
u_str ESTAB 0 0 * 27407 * 27654 users:(("locksmithd",pid=1292,fd=2),("locksmithd",pid=1292,fd=1)) -->
u_str ESTAB 0 0 * 23381 * 19452 users:(("systemd-timesyn",pid=697,fd=2),("systemd-timesyn",pid=697,fd=1)) -->
u_str ESTAB 0 0 /run/systemd/journal/stdout 16195 * 20473 users:(("systemd-journal",pid=572,fd=31),("systemd",pid=1,fd=100)) <--
u_str ESTAB 0 0 /run/systemd/journal/stdout 25674 * 26769 users:(("systemd-journal",pid=572,fd=19),("systemd",pid=1,fd=92)) <--
u_dgr UNCONN 0 0 * 2921962 * 2361 users:(("sudo",pid=16627,fd=3)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 27654 * 27407 users:(("systemd-journal",pid=572,fd=20),("systemd",pid=1,fd=90)) <--
u_dgr UNCONN 0 0 * 24151 * 2373 users:(("dockerd",pid=869,fd=4)) <->
u_str ESTAB 0 0 * 2922657 * 2922656 users:(("sshd",pid=16623,fd=8)) <->
u_dgr UNCONN 0 0 * 2919964 * 2373 users:(("systemd",pid=16247,fd=3)) <->
u_str ESTAB 0 0 * 25067 * 24123 users:(("containerd-shim",pid=1072,fd=2),("containerd-shim",pid=1072,fd=1),("containerd",pid=856,fd=2),("containerd",pid=856,fd=1)) -->
u_dgr UNCONN 0 0 * 23573 * 23572 users:(("systemd-timesyn",pid=697,fd=10)) <->
u_dgr UNCONN 0 0 * 23568 * 2373 users:(("systemd-timesyn",pid=697,fd=3)) <->
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 2918378 * 2919985 users:(("dbus-daemon",pid=726,fd=18)) <->
u_dgr UNCONN 0 0 * 23572 * 23573 users:(("systemd-timesyn",pid=697,fd=9)) <->
u_str ESTAB 0 0 * 2920805 * 2919077 users:(("sshd",pid=16253,fd=2),("sshd",pid=16243,fd=2)) -->
u_str ESTAB 0 0 * 23973 * 24849 users:(("update_engine",pid=724,fd=4)) <->
u_str ESTAB 0 0 * 2922656 * 2922657 users:(("sshd",pid=16626,fd=7)) <->
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 26211 * 26210 users:(("dbus-daemon",pid=726,fd=14)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 19454 * 19968 users:(("systemd-journal",pid=572,fd=25),("systemd",pid=1,fd=97)) <--
u_dgr UNCONN 0 0 * 2919962 * 2361 users:(("(sd-pam",pid=16249,fd=7)) <->
u_str ESTAB 0 0 * 26769 * 25674 users:(("python",pid=42114,fd=2),("python",pid=42114,fd=1),("python",pid=868,fd=2),("python",pid=868,fd=1)) -->
u_str ESTAB 0 0 * 26994 * 25368 users:(("containerd",pid=856,fd=12)) <->
u_str ESTAB 0 0 * 25738 * 24157 users:(("dockerd",pid=869,fd=8)) <->
u_dgr UNCONN 4 0 * 19445 * 19446 users:(("systemd",pid=1,fd=37)) <->
u_str ESTAB 0 0 * 19968 * 19454 users:(("systemd-resolve",pid=698,fd=2),("systemd-resolve",pid=698,fd=1)) -->
u_str ESTAB 0 0 * 2923705 * 2921936 users:(("sshd",pid=16626,fd=2),("sshd",pid=16623,fd=2)) -->
u_str ESTAB 0 0 * 2919985 * 2918378 users:(("systemd",pid=16247,fd=17)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 19452 * 23381 users:(("systemd-journal",pid=572,fd=24),("systemd",pid=1,fd=96)) <--
u_dgr UNCONN 0 768 * 19446 * 19445 users:(("systemd",pid=1,fd=38)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 15721 * 16949 users:(("systemd-journal",pid=572,fd=17),("systemd",pid=1,fd=94)) <--
u_dgr UNCONN 0 0 * 2923718 * 2361 users:(("sshd",pid=16626,fd=5),("sshd",pid=16623,fd=5)) <->
u_dgr UNCONN 0 0 * 18183 * 2373 users:(("systemd",pid=1,fd=39)) <->
u_str ESTAB 0 0 * 2919960 * 2920824 users:(("(sd-pam",pid=16249,fd=2),("(sd-pam",pid=16249,fd=1),("systemd",pid=16247,fd=2),("systemd",pid=16247,fd=1)) -->
u_str ESTAB 0 0 /run/systemd/journal/stdout 2919077 * 2920805 users:(("systemd-journal",pid=572,fd=26),("systemd",pid=1,fd=21)) <--
u_dgr UNCONN 0 0 * 18333 * 2373 users:(("systemd-network",pid=614,fd=4)) <->
u_str ESTAB 0 0 * 23617 * 23466 users:(("systemd",pid=1,fd=55)) <->
u_dgr UNCONN 0 0 * 16707 * 2348 users:(("systemd-journal",pid=572,fd=14)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 19084 * 18324 users:(("systemd-journal",pid=572,fd=18),("systemd",pid=1,fd=95)) <--
u_str ESTAB 0 0 /run/systemd/journal/stdout 2921936 * 2923705 users:(("systemd-journal",pid=572,fd=29),("systemd",pid=1,fd=23)) <--
u_dgr UNCONN 0 0 * 2353 * 2352 users:(("systemd",pid=1,fd=36)) <->
u_dgr UNCONN 0 0 * 16951 * 2373 users:(("systemd-udevd",pid=606,fd=5)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 2920824 * 2919960 users:(("systemd-journal",pid=572,fd=28),("systemd",pid=1,fd=26)) <--
u_dgr UNCONN 0 0 * 20021 * 2373 users:(("systemd-resolve",pid=698,fd=3)) <->
u_dgr UNCONN 0 0 * 16962 * 16963 users:(("systemd-udevd",pid=606,fd=7)) <->
u_str ESTAB 0 0 * 20473 * 16195 users:(("systemd-logind",pid=734,fd=2),("systemd-logind",pid=734,fd=1)) -->
u_dgr UNCONN 0 0 * 16203 * 2373 users:(("systemd-logind",pid=734,fd=3)) <->
u_str ESTAB 0 0 * 2920829 * 2920830 users:(("sshd",pid=16253,fd=7)) <->
u_dgr UNCONN 0 0 * 2919982 * 2919981 users:(("systemd",pid=16247,fd=15)) <->
u_str ESTAB 0 0 * 20228 * 20230 users:(("dbus-daemon",pid=726,fd=2),("dbus-daemon",pid=726,fd=1)) -->
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 23466 * 23617 users:(("dbus-daemon",pid=726,fd=12)) <->
u_str ESTAB 0 0 /run/systemd/journal/stdout 20230 * 20228 users:(("systemd-journal",pid=572,fd=23),("systemd",pid=1,fd=99)) <--
raw UNCONN 0 0 *:ipv6-icmp *:* users:(("systemd-network",pid=614,fd=20))
udp UNCONN 0 0 172.16.7.12%eth0:bootpc *:* users:(("systemd-network",pid=614,fd=19)) uid:244 ino:17105 sk:86 <->
udp UNCONN 0 0 [fe80::20d:3aff:fe2e:8ddf]%eth0:dhcpv6-client *:* users:(("systemd-network",pid=614,fd=15)) uid:244 ino:24112 sk:87 v6only:1 <->
tcp TIME-WAIT 0 0 172.16.7.12:48982 169.254.169.254:http timer:(timewait,37sec,0) ino:0 sk:a0
tcp TIME-WAIT 0 0 172.16.7.12:48948 169.254.169.254:http timer:(timewait,2.766ms,0) ino:0 sk:9d
tcp SYN-SENT 0 1 172.16.7.12:53862 168.63.129.16:32526 users:(("python",pid=42114,fd=6),("sh",pid=16629,fd=6)) timer:(on,5.756ms,3) ino:2922648 sk:aa <->
cubic rto:8000 backoff:3 mss:524 rcvmss:88 advmss:1460 cwnd:1 ssthresh:7 segs_out:1 lastsnd:460526916 lastrcv:460526916 lastack:460526916 unacked:1 lost:1
tcp SYN-SENT 0 1 172.16.7.12:49384 168.63.129.16:http users:(("python",pid=42114,fd=4),("sh",pid=16629,fd=4)) timer:(on,523ms,1) ino:2922653 sk:ab <->
cubic rto:2000 backoff:1 mss:524 rcvmss:88 advmss:1460 cwnd:1 ssthresh:7 segs_out:1 lastsnd:460526917 lastrcv:460526917 lastack:460526917 unacked:1 lost:1
tcp CLOSE-WAIT 4609 0 172.16.7.12:53850 168.63.129.16:32526 users:(("python",pid=42114,fd=3),("sh",pid=16629,fd=3)) ino:2922641 sk:ac -->
ts sack cubic wscale:8,7 rto:202 rtt:1.326/2.098 ato:40 mss:1448 rcvmss:1428 advmss:1448 cwnd:10 ssthresh:16 bytes_acked:635 bytes_received:4774 segs_out:4 segs_in:5 data_segs_out:1 data_segs_in:4 send 87.4Mbps lastsnd:14500 lastrcv:14492 lastack:14492 pacing_rate 104.8Mbps delivery_rate 1.4Mbps app_limited busy:8ms rcv_rtt:8 rcv_space:29200 minrtt:0.341
tcp ESTAB 0 0 172.16.7.12:48998 169.254.169.254:http users:(("NetworkWatcherA",pid=42175,fd=6)) ino:2924559 sk:ad <->
ts sack cubic wscale:8,7 rto:201 rtt:0.988/1.111 ato:40 mss:1448 rcvmss:1428 advmss:1448 cwnd:10 bytes_acked:2502 bytes_received:1853 segs_out:10 segs_in:6 data_segs_out:5 data_segs_in:4 send 117.2Mbps lastsnd:17213 lastrcv:17210 lastack:17210 pacing_rate 234.3Mbps delivery_rate 5.4Mbps app_limited busy:8ms rcv_rtt:2 rcv_space:29200 minrtt:0.109
tcp LISTEN 0 128 *:jetdirect *:* users:(("node_exporter",pid=1107,fd=3)) uid:65534 ino:26129 sk:8e v6only:0 <->
cubic cwnd:10
tcp LISTEN 0 128 *:ssh *:* users:(("systemd",pid=1,fd=51)) ino:23598 sk:8f v6only:0 <->
cubic cwnd:10
tcp ESTAB 0 0 [::ffff:172.16.7.12]:ssh [::ffff:172.16.0.4]:57973 users:(("sshd",pid=16253,fd=4),("sshd",pid=16253,fd=3),("sshd",pid=16243,fd=4),("sshd",pid=16243,fd=3),("systemd",pid=1,fd=19)) timer:(keepalive,114min,0) ino:2918351 sk:90 <->
ts sack cubic wscale:6,7 rto:503 rtt:109.451/60.209 ato:40 mss:1315 rcvmss:1357 advmss:1448 cwnd:10 ssthresh:37 bytes_acked:330369 bytes_received:15897 segs_out:717 segs_in:964 data_segs_out:680 data_segs_in:325 send 961.2Kbps lastsnd:595 lastrcv:595 lastack:538 pacing_rate 1.9Mbps delivery_rate 3.2Mbps busy:26480ms retrans:0/4 rcv_space:28960 minrtt:39.789
tcp ESTAB 0 20836 [::ffff:172.16.7.12]:ssh [::ffff:172.16.0.4]:58033 users:(("sshd",pid=16626,fd=4),("sshd",pid=16626,fd=3),("sshd",pid=16623,fd=4),("sshd",pid=16623,fd=3),("systemd",pid=1,fd=22)) timer:(on,157ms,0) ino:2924571 sk:ae <->
ts sack cubic wscale:6,7 rto:280 rtt:79.227/18.016 ato:40 mss:1315 rcvmss:1357 advmss:1448 cwnd:10 bytes_acked:2949 bytes_received:3353 segs_out:26 segs_in:24 data_segs_out:20 data_segs_in:12 send 1.3Mbps lastsnd:4 lastrcv:17 lastack:17 pacing_rate 2.7Mbps delivery_rate 144.2Kbps busy:789ms unacked:10 rcv_space:28960 notsent:12360 minrtt:50.815
# ss -pan
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port
nl UNCONN 0 0 0:722 *
nl UNCONN 768 0 0:873 *
nl UNCONN 0 0 0:805 *
nl UNCONN 0 0 0:-1877399980 *
nl UNCONN 0 0 0:804 *
nl UNCONN 0 0 0:1 *
nl UNCONN 0 0 0:0 *
nl UNCONN 0 0 0:805 *
nl UNCONN 0 0 0:804 *
nl UNCONN 0 0 0:722 *
nl UNCONN 0 0 0:1 *
nl UNCONN 768 0 4:0 *
nl UNCONN 4352 0 4:68609 *
nl UNCONN 0 0 6:0 *
nl UNCONN 0 0 6:873 *
nl UNCONN 0 0 7:750 *
nl UNCONN 0 0 7:0 *
nl UNCONN 0 0 7:750 *
nl UNCONN 0 0 9:1 *
nl UNCONN 0 0 9:0 *
nl UNCONN 0 0 9:-1233140245 *
nl UNCONN 0 0 9:1 *
nl UNCONN 0 0 10:0 *
nl UNCONN 0 0 11:0 *
nl UNCONN 0 0 12:0 *
nl UNCONN 0 0 12:873 *
nl UNCONN 0 0 15:623 *
nl UNCONN 0 0 15:0 *
nl UNCONN 0 0 15:-2127508504 *
nl UNCONN 0 0 15:-799463497 *
nl UNCONN 0 0 15:-371609234 *
nl UNCONN 0 0 15:1 *
nl UNCONN 0 0 15:-819255097 *
nl UNCONN 0 0 15:68383 *
nl UNCONN 0 0 15:749 *
nl UNCONN 0 0 15:68383 *
nl UNCONN 0 0 15:-2127508504 *
nl UNCONN 0 0 15:-371609234 *
nl UNCONN 0 0 15:-819255097 *
nl UNCONN 0 0 15:749 *
nl UNCONN 0 0 15:623 *
nl UNCONN 0 0 15:-799463497 *
nl UNCONN 0 0 15:1 *
nl UNCONN 0 0 16:0 *
nl UNCONN 0 0 16:623 *
nl UNCONN 0 0 18:0 *
p_raw UNCONN 0 0 LLDP:eth0 * users:(("systemd-network",pid=623,fd=16))
u_str LISTEN 0 128 /var/run/docker.sock 23039 * 0 users:(("dockerd",pid=873,fd=6),("systemd",pid=1,fd=88))
u_str LISTEN 0 128 /var/run/dbus/system_bus_socket 23042 * 0 users:(("dbus-daemon",pid=750,fd=3),("systemd",pid=1,fd=68))
u_dgr UNCONN 0 0 /run/user/1000/systemd/notify 3321358 * 0 users:(("systemd",pid=68383,fd=13))
u_str LISTEN 0 128 /run/user/1000/systemd/private 3321362 * 0 users:(("systemd",pid=68383,fd=16))
u_seq LISTEN 0 128 /run/udev/control 13846 * 0 users:(("systemd-udevd",pid=614,fd=4),("systemd",pid=1,fd=70))
u_str LISTEN 0 128 /run/systemd/private 18455 * 0 users:(("systemd",pid=1,fd=13))
u_str LISTEN 0 128 @/containerd-shim/moby/a46822a205f2d6a60fdf888725425cd86d0b3498a560323b2e9d5de48b6cddf1/shim.sock@ 2221503 * 0 users:(("containerd-shim",pid=75956,fd=6))
u_seq LISTEN 0 128 /run/systemd/coredump 13953 * 0 users:(("systemd",pid=1,fd=87))
u_dgr UNCONN 0 0 /run/systemd/notify 11913 * 0 users:(("systemd",pid=1,fd=60))
u_str LISTEN 0 128 /run/docker/libnetwork/54d366a28e83ac4a93ab51240322255f7c54de4da9006b56ae72f4e1f55307fa.sock 26762 * 0 users:(("dockerd",pid=873,fd=15))
u_dgr UNCONN 0 0 /run/systemd/cgroups-agent 11915 * 0 users:(("systemd",pid=1,fd=62))
u_str LISTEN 0 128 @/containerd-shim/moby/e3486f20a1a5d16311c31450c04845e21b63b5f5d347c429214cdd75fc0f69d3/shim.sock@ 449773 * 0 users:(("containerd-shim",pid=53344,fd=6))
u_dgr UNCONN 0 0 /run/systemd/journal/dev-log 11926 * 0 users:(("systemd-journal",pid=582,fd=5),("systemd",pid=1,fd=67))
u_str LISTEN 0 128 /run/systemd/journal/stdout 11939 * 0 users:(("systemd-journal",pid=582,fd=3),("systemd",pid=1,fd=82))
u_dgr UNCONN 0 0 /run/systemd/journal/socket 11942 * 0 users:(("systemd-journal",pid=582,fd=4),("systemd",pid=1,fd=83))
u_str LISTEN 0 128 /run/rkt/metadata-svc.sock 18364 * 0 users:(("systemd",pid=1,fd=69))
u_str LISTEN 0 128 /run/docker/libcontainerd/docker-containerd.sock 20432 * 0 users:(("containerd",pid=860,fd=6))
u_str LISTEN 0 128 /var/run/docker/metrics.sock 24823 * 0 users:(("dockerd",pid=873,fd=7))
u_dgr UNCONN 0 0 * 14024 * 14025 users:(("systemd-udevd",pid=614,fd=7))
u_str ESTAB 0 0 * 3319662 * 3319661 users:(("sshd",pid=68377,fd=8))
u_str ESTAB 0 0 /var/run/docker.sock 1832707 * 1833244 users:(("dockerd",pid=873,fd=47))
u_str ESTAB 0 0 * 2219814 * 2221579 users:(("docker-compose",pid=127869,fd=12))
u_str ESTAB 0 0 /var/run/docker.sock 1642581 * 1642580 users:(("dockerd",pid=873,fd=34))
u_str ESTAB 0 0 * 18314 * 20148 users:(("systemd-resolve",pid=722,fd=2),("systemd-resolve",pid=722,fd=1))
u_str ESTAB 0 0 * 23113 * 23193 users:(("systemd-logind",pid=749,fd=12))
u_str ESTAB 0 0 * 1642583 * 1642584 users:(("docker-compose",pid=127869,fd=14))
u_str ESTAB 0 0 * 449777 * 448760 users:(("containerd",pid=860,fd=14))
u_str ESTAB 0 0 /run/systemd/journal/stdout 25715 * 24818 users:(("systemd-journal",pid=582,fd=29),("systemd",pid=1,fd=18))
u_str ESTAB 0 0 * 1796214 * 1796215 users:(("docker-compose",pid=127869,fd=20))
u_str ESTAB 0 0 * 23189 * 23188 users:(("dbus-daemon",pid=750,fd=9))
u_dgr UNCONN 0 0 * 17509 * 11913 users:(("systemd-journal",pid=582,fd=14))
u_str ESTAB 0 0 * 1641352 * 1641353 users:(("docker-compose",pid=127869,fd=7))
u_str ESTAB 0 0 /var/run/docker.sock 1815258 * 1812448 users:(("dockerd",pid=873,fd=111))
u_str ESTAB 0 0 * 1813654 * 1813655 users:(("docker-compose",pid=127869,fd=19))
u_str ESTAB 0 0 /var/run/docker.sock 1796215 * 1796214 users:(("dockerd",pid=873,fd=104))
u_str ESTAB 0 0 * 18389 * 23192 users:(("systemd",pid=1,fd=54))
u_str ESTAB 0 0 * 3319661 * 3319662 users:(("sshd",pid=68389,fd=7))
u_str ESTAB 0 0 /var/run/docker.sock 1642584 * 1642583 users:(("dockerd",pid=873,fd=35))
u_str ESTAB 0 0 /var/run/docker.sock 1814228 * 1812409 users:(("dockerd",pid=873,fd=107))
u_str ESTAB 0 0 @/containerd-shim/moby/e3486f20a1a5d16311c31450c04845e21b63b5f5d347c429214cdd75fc0f69d3/shim.sock@ 448760 * 449777 users:(("containerd-shim",pid=53344,fd=7))
u_str ESTAB 0 0 * 24818 * 25715 users:(("python",pid=1076,fd=2),("python",pid=1076,fd=1),("python",pid=874,fd=2),("python",pid=874,fd=1))
u_str ESTAB 0 0 * 1641355 * 1641356 users:(("docker-compose",pid=127869,fd=8))
u_dgr UNCONN 0 0 * 3325157 * 11926 users:(("sudo",pid=68608,fd=3))
u_dgr UNCONN 0 0 * 14025 * 14024 users:(("systemd-udevd",pid=614,fd=8))
u_dgr UNCONN 0 0 * 25267 * 11942 users:(("locksmithd",pid=1200,fd=3))
u_str ESTAB 0 0 /var/run/docker.sock 1813655 * 1813654 users:(("dockerd",pid=873,fd=109))
u_str ESTAB 0 0 * 1642580 * 1642581 users:(("docker-compose",pid=127869,fd=13))
u_str ESTAB 0 0 /var/run/docker.sock 2219785 * 2223343 users:(("dockerd",pid=873,fd=31))
u_str ESTAB 0 0 /var/run/docker.sock 1812068 * 1813687 users:(("dockerd",pid=873,fd=120))
u_str ESTAB 0 0 /var/run/docker.sock 1641353 * 1641352 users:(("dockerd",pid=873,fd=28))
u_str ESTAB 0 0 * 23188 * 23189 users:(("dbus-daemon",pid=750,fd=8))
u_str ESTAB 0 0 * 1812448 * 1815258 users:(("docker-compose",pid=127869,fd=24))
u_str ESTAB 0 0 /run/systemd/journal/stdout 20148 * 18314 users:(("systemd-journal",pid=582,fd=23),("systemd",pid=1,fd=77))
u_str ESTAB 0 0 * 23748 * 23190 users:(("systemd-resolve",pid=722,fd=12))
u_str ESTAB 0 0 * 1812409 * 1814228 users:(("docker-compose",pid=127869,fd=23))
u_str ESTAB 0 0 * 1833244 * 1832707 users:(("docker-compose",pid=127869,fd=26))
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 23193 * 23113 users:(("dbus-daemon",pid=750,fd=13))
u_dgr UNCONN 0 0 * 3322168 * 11926 users:(("sshd",pid=68389,fd=5),("sshd",pid=68377,fd=5))
u_str ESTAB 0 0 /var/run/docker.sock 2221579 * 2219814 users:(("dockerd",pid=873,fd=33))
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 23190 * 23748 users:(("dbus-daemon",pid=750,fd=10))
u_dgr UNCONN 0 768 * 18255 * 18254 users:(("systemd",pid=1,fd=66))
u_str ESTAB 0 0 * 1813687 * 1812068 users:(("docker-compose",pid=127869,fd=22))
u_dgr UNCONN 4 0 * 18254 * 18255 users:(("systemd",pid=1,fd=65))
u_str ESTAB 0 0 * 3322153 * 0 users:(("sshd",pid=68389,fd=6),("sshd",pid=68377,fd=6))
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 23192 * 18389 users:(("dbus-daemon",pid=750,fd=12))
u_str ESTAB 0 0 * 2223343 * 2219785 users:(("docker-compose",pid=127869,fd=10))
u_str ESTAB 0 0 /var/run/docker.sock 1641356 * 1641355 users:(("dockerd",pid=873,fd=29))
u_dgr UNCONN 0 0 * 23194 * 11926 users:(("dbus-daemon",pid=750,fd=14))
u_dgr UNCONN 0 0 * 20257 * 11942 users:(("systemd-logind",pid=749,fd=3))
u_dgr UNCONN 0 0 * 3321361 * 3321360 users:(("systemd",pid=68383,fd=15))
u_str ESTAB 0 0 * 3323045 * 3319653 users:(("(sd-pam",pid=68385,fd=2),("(sd-pam",pid=68385,fd=1),("systemd",pid=68383,fd=2),("systemd",pid=68383,fd=1))
u_str ESTAB 0 0 /var/run/docker.sock 1794147 * 1794146 users:(("dockerd",pid=873,fd=19))
u_str ESTAB 0 0 * 2091715 * 2090721 users:(("docker-compose",pid=127869,fd=9))
u_str ESTAB 0 0 * 1792803 * 1795070 users:(("docker-compose",pid=127869,fd=21))
u_str ESTAB 0 0 /run/systemd/journal/stdout 23874 * 20247 users:(("systemd-journal",pid=582,fd=24),("systemd",pid=1,fd=75))
u_str ESTAB 0 0 * 1643632 * 1643633 users:(("docker-compose",pid=127869,fd=2),("docker-compose",pid=127869,fd=1),("docker-compose",pid=127868,fd=2),("docker-compose",pid=127868,fd=1))
u_dgr UNCONN 0 0 * 20157 * 20156 users:(("systemd-timesyn",pid=720,fd=8))
u_str ESTAB 0 0 * 2221639 * 0 users:(("java",pid=75974,fd=119))
u_str ESTAB 0 0 @/containerd-shim/moby/a46822a205f2d6a60fdf888725425cd86d0b3498a560323b2e9d5de48b6cddf1/shim.sock@ 2223347 * 2219789 users:(("containerd-shim",pid=75956,fd=7))
u_str ESTAB 0 0 * 1812828 * 1813646 users:(("docker-compose",pid=127869,fd=17))
u_str ESTAB 0 0 * 23490 * 24819 users:(("dockerd",pid=873,fd=3))
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 20405 * 24393 users:(("dbus-daemon",pid=750,fd=18))
u_str ESTAB 0 0 /run/systemd/journal/stdout 20143 * 23697 users:(("systemd-journal",pid=582,fd=20),("systemd",pid=1,fd=78))
u_str ESTAB 0 0 * 1794264 * 1794265 users:(("docker-compose",pid=127869,fd=18))
u_str ESTAB 0 0 * 25269 * 26259 users:(("locksmithd",pid=1200,fd=6))
u_dgr UNCONN 0 0 * 19638 * 11942 users:(("systemd-network",pid=623,fd=4))
u_str ESTAB 0 0 /run/systemd/journal/stdout 27936 * 26233 users:(("systemd-journal",pid=582,fd=21),("systemd",pid=1,fd=25))
u_str ESTAB 0 0 /var/run/docker.sock 1857408 * 1858756 users:(("dockerd",pid=873,fd=17))
u_str ESTAB 0 0 /run/docker/libcontainerd/docker-containerd.sock 24819 * 23490 users:(("containerd",pid=860,fd=7))
u_str ESTAB 0 0 * 23872 * 23875 users:(("dbus-daemon",pid=750,fd=2),("dbus-daemon",pid=750,fd=1))
u_str ESTAB 0 0 /var/run/docker.sock 1844292 * 1843446 users:(("dockerd",pid=873,fd=102))
u_dgr UNCONN 0 0 * 20159 * 20158 users:(("systemd-timesyn",pid=720,fd=10))
u_str ESTAB 0 0 /run/systemd/journal/stdout 25713 * 26640 users:(("systemd-journal",pid=582,fd=19),("systemd",pid=1,fd=14))
u_str ESTAB 0 0 /run/systemd/journal/stdout 20420 * 23403 users:(("systemd-journal",pid=582,fd=26),("systemd",pid=1,fd=27))
u_str ESTAB 0 0 /run/systemd/journal/stdout 18398 * 24053 users:(("systemd-journal",pid=582,fd=28),("systemd",pid=1,fd=72))
u_str ESTAB 0 0 * 2219789 * 2223347 users:(("containerd",pid=860,fd=12))
u_str ESTAB 0 0 * 23403 * 20420 users:(("containerd-shim",pid=75956,fd=2),("containerd-shim",pid=75956,fd=1),("containerd-shim",pid=53344,fd=2),("containerd-shim",pid=53344,fd=1),("containerd",pid=860,fd=2),("containerd",pid=860,fd=1))
u_dgr UNCONN 0 0 * 11918 * 11917 users:(("systemd",pid=1,fd=64))
u_str ESTAB 0 0 * 24393 * 20405 users:(("update_engine",pid=754,fd=4))
u_str ESTAB 0 0 * 1641813 * 1641814 users:(("docker-compose",pid=127869,fd=15))
u_str ESTAB 0 0 * 24826 * 26644 users:(("dockerd",pid=873,fd=8))
u_str ESTAB 0 0 * 1794146 * 1794147 users:(("docker-compose",pid=127869,fd=16))
u_str ESTAB 0 0 /var/run/docker.sock 1641814 * 1641813 users:(("dockerd",pid=873,fd=36))
u_str ESTAB 0 0 * 2222361 * 0 users:(("java",pid=75974,fd=44))
u_dgr UNCONN 0 0 * 19648 * 19649 users:(("systemd-network",pid=623,fd=11))
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 3323049 * 3321364 users:(("dbus-daemon",pid=750,fd=19))
u_str ESTAB 0 0 /run/systemd/journal/stdout 1643633 * 1643632 users:(("systemd-journal",pid=582,fd=30),("systemd",pid=1,fd=28))
u_dgr UNCONN 0 0 * 20156 * 20157 users:(("systemd-timesyn",pid=720,fd=7))
u_dgr UNCONN 0 0 * 19651 * 19650 users:(("systemd-network",pid=623,fd=14))
u_str ESTAB 0 0 * 26233 * 27936 users:(("locksmithd",pid=1200,fd=2),("locksmithd",pid=1200,fd=1))
u_str ESTAB 0 0 /var/run/docker.sock 2090721 * 2091715 users:(("dockerd",pid=873,fd=30))
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 23191 * 20182 users:(("dbus-daemon",pid=750,fd=11))
u_str ESTAB 0 0 /run/systemd/journal/stdout 22885 * 19546 users:(("systemd-journal",pid=582,fd=16),("systemd",pid=1,fd=81))
u_str ESTAB 0 0 * 23697 * 20143 users:(("systemd-timesyn",pid=720,fd=2),("systemd-timesyn",pid=720,fd=1))
u_str ESTAB 0 0 * 1843446 * 1844292 users:(("docker-compose",pid=127869,fd=28))
u_dgr UNCONN 0 0 * 20158 * 20159 users:(("systemd-timesyn",pid=720,fd=9))
u_str ESTAB 0 0 /run/docker/libcontainerd/docker-containerd.sock 26644 * 24826 users:(("containerd",pid=860,fd=8))
u_str ESTAB 0 0 * 24053 * 18398 users:(("update_engine",pid=754,fd=2),("update_engine",pid=754,fd=1))
u_str ESTAB 0 0 * 20182 * 23191 users:(("systemd-network",pid=623,fd=17))
u_dgr UNCONN 0 0 * 18530 * 11942 users:(("systemd",pid=1,fd=39))
u_dgr UNCONN 0 0 * 3321343 * 11942 users:(("systemd",pid=68383,fd=3))
u_str ESTAB 0 0 * 1858756 * 1857408 users:(("docker-compose",pid=127869,fd=4))
u_str ESTAB 0 0 * 25270 * 26260 users:(("locksmithd",pid=1200,fd=8))
u_dgr UNCONN 0 0 * 3321334 * 11926 users:(("(sd-pam",pid=68385,fd=7))
u_dgr UNCONN 0 0 * 3321360 * 3321361 users:(("systemd",pid=68383,fd=14))
u_str ESTAB 0 0 /run/systemd/journal/stdout 23875 * 23872 users:(("systemd-journal",pid=582,fd=25),("systemd",pid=1,fd=74))
u_str ESTAB 0 0 /var/run/docker.sock 2088748 * 2091839 users:(("dockerd",pid=873,fd=16))
u_str ESTAB 0 0 * 19546 * 22885 users:(("systemd-udevd",pid=614,fd=2),("systemd-udevd",pid=614,fd=1))
u_str ESTAB 0 0 /run/systemd/journal/stdout 3322963 * 3322146 users:(("systemd-journal",pid=582,fd=22),("systemd",pid=1,fd=20))
u_dgr UNCONN 0 0 * 19650 * 19651 users:(("systemd-network",pid=623,fd=13))
u_str ESTAB 0 0 /var/run/docker.sock 1794265 * 1794264 users:(("dockerd",pid=873,fd=20))
u_str ESTAB 0 0 /var/run/docker.sock 1841113 * 1843498 users:(("dockerd",pid=873,fd=26))
u_str ESTAB 0 0 * 26640 * 25713 users:(("dockerd",pid=873,fd=2),("dockerd",pid=873,fd=1))
u_dgr UNCONN 0 0 * 19649 * 19648 users:(("systemd-network",pid=623,fd=12))
u_str ESTAB 0 0 /run/docker/libcontainerd/docker-containerd.sock 25733 * 24833 users:(("containerd",pid=860,fd=9))
u_str ESTAB 0 0 /var/run/docker.sock 1815564 * 1815373 users:(("dockerd",pid=873,fd=123))
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 26259 * 25269 users:(("dbus-daemon",pid=750,fd=15))
u_dgr UNCONN 0 0 * 19548 * 11942 users:(("systemd-udevd",pid=614,fd=5))
u_str ESTAB 0 0 /run/systemd/journal/stdout 3319653 * 3323045 users:(("systemd-journal",pid=582,fd=32),("systemd",pid=1,fd=31))
u_str ESTAB 0 0 * 24833 * 25733 users:(("dockerd",pid=873,fd=10))
u_str ESTAB 0 0 /var/run/dbus/system_bus_socket 26260 * 25270 users:(("dbus-daemon",pid=750,fd=16))
u_dgr UNCONN 0 0 * 20154 * 11942 users:(("systemd-timesyn",pid=720,fd=3))
u_str ESTAB 0 0 * 3321364 * 3323049 users:(("systemd",pid=68383,fd=17))
u_dgr UNCONN 0 0 * 23740 * 11942 users:(("systemd-resolve",pid=722,fd=3))
u_str ESTAB 0 0 /var/run/docker.sock 1813646 * 1812828 users:(("dockerd",pid=873,fd=106))
u_dgr UNCONN 0 0 * 11917 * 11918 users:(("systemd",pid=1,fd=63))
u_str ESTAB 0 0 /var/run/docker.sock 1795070 * 1792803 users:(("dockerd",pid=873,fd=117))
u_str ESTAB 0 0 * 3322146 * 3322963 users:(("sshd",pid=68389,fd=2),("sshd",pid=68377,fd=2))
u_str ESTAB 0 0 * 2091839 * 2088748 users:(("docker-compose",pid=127869,fd=11))
u_str ESTAB 0 0 /run/systemd/journal/stdout 22887 * 19626 users:(("systemd-journal",pid=582,fd=18),("systemd",pid=1,fd=80))
u_str ESTAB 0 0 * 1843498 * 1841113 users:(("docker-compose",pid=127869,fd=5))
u_str ESTAB 0 0 * 19626 * 22887 users:(("systemd-network",pid=623,fd=2),("systemd-network",pid=623,fd=1))
u_str ESTAB 0 0 * 1815373 * 1815564 users:(("docker-compose",pid=127869,fd=25))
u_str ESTAB 0 0 * 20247 * 23874 users:(("systemd-logind",pid=749,fd=2),("systemd-logind",pid=749,fd=1))
u_dgr UNCONN 0 0 * 25718 * 11942 users:(("dockerd",pid=873,fd=4))
raw UNCONN 0 0 *:58 *:* users:(("systemd-network",pid=623,fd=20))
udp UNCONN 0 0 172.16.7.12%eth0:68 *:* users:(("systemd-network",pid=623,fd=19))
udp UNCONN 0 8960 [fe80::20d:3aff:fe2e:8ddf]%eth0:546 *:* users:(("systemd-network",pid=623,fd=15))
tcp TIME-WAIT 0 0 172.16.7.12:33502 169.254.169.254:80
tcp ESTAB 0 0 172.16.7.12:34238 169.254.169.254:80 users:(("NetworkWatcherA",pid=129903,fd=6))
tcp TIME-WAIT 0 0 172.16.7.12:33938 169.254.169.254:80
tcp SYN-SENT 0 1 172.16.7.12:60014 172.16.7.10:9300 users:(("NetworkWatcherA",pid=129903,fd=7))
tcp SYN-SENT 0 1 172.16.7.12:57338 168.63.129.16:32526 users:(("python",pid=1076,fd=3))
tcp LISTEN 0 128 *:9100 *:* users:(("node_exporter",pid=53363,fd=3))
tcp LISTEN 0 128 [::ffff:172.16.7.12]:9200 *:* users:(("java",pid=75974,fd=298))
tcp LISTEN 0 128 [::ffff:172.16.7.12]:9300 *:* users:(("java",pid=75974,fd=221))
tcp LISTEN 0 128 *:22 *:* users:(("systemd",pid=1,fd=86))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42424 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=404))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9100 [::ffff:192.168.1.114]:56624 users:(("node_exporter",pid=53363,fd=5))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:34202 users:(("java",pid=75974,fd=266))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:35816 users:(("java",pid=75974,fd=275))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:36222 users:(("java",pid=75974,fd=250))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:34798 users:(("java",pid=75974,fd=310))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:44916 users:(("java",pid=75974,fd=248))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:32934 users:(("java",pid=75974,fd=338))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:34878 users:(("java",pid=75974,fd=254))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:59992 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=386))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42426 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=265))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:34172 users:(("java",pid=75974,fd=381))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:34880 users:(("java",pid=75974,fd=264))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:59904 users:(("java",pid=75974,fd=311))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:57048 users:(("java",pid=75974,fd=329))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:37334 users:(("java",pid=75974,fd=242))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42432 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=401))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:60986 users:(("java",pid=75974,fd=231))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:51492 users:(("java",pid=75974,fd=237))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:60012 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=383))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:37288 users:(("java",pid=75974,fd=256))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.114]:57706 users:(("java",pid=75974,fd=225))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:32930 users:(("java",pid=75974,fd=299))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:36168 users:(("java",pid=75974,fd=341))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:34886 users:(("java",pid=75974,fd=255))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42440 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=320))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:36852 users:(("java",pid=75974,fd=267))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:59994 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=378))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:59906 users:(("java",pid=75974,fd=335))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:42916 users:(("java",pid=75974,fd=433))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:34398 users:(("java",pid=75974,fd=261))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:59380 users:(("java",pid=75974,fd=380))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:59664 users:(("java",pid=75974,fd=336))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42442 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=228))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:40222 users:(("java",pid=75974,fd=307))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:45770 users:(("java",pid=75974,fd=385))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:36660 users:(("java",pid=75974,fd=319))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:36650 users:(("java",pid=75974,fd=251))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:37938 users:(("java",pid=75974,fd=342))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:36988 users:(("java",pid=75974,fd=400))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42434 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=222))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:44918 users:(("java",pid=75974,fd=241))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:50664 users:(("java",pid=75974,fd=229))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:50738 users:(("java",pid=75974,fd=227))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:60982 users:(("java",pid=75974,fd=324))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:38720 users:(("java",pid=75974,fd=235))
tcp SYN-RECV 0 0 [::ffff:172.16.7.12]:9300 [::ffff:172.16.7.10]:46424
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:50676 users:(("java",pid=75974,fd=327))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:51282 users:(("java",pid=75974,fd=273))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:40218 users:(("java",pid=75974,fd=270))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:60002 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=391))
tcp ESTAB 0 36 [::ffff:172.16.7.12]:22 [::ffff:172.16.0.4]:65244 users:(("sshd",pid=68389,fd=4),("sshd",pid=68389,fd=3),("sshd",pid=68377,fd=4),("sshd",pid=68377,fd=3),("systemd",pid=1,fd=19))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:60142 users:(("java",pid=75974,fd=313))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:34808 users:(("java",pid=75974,fd=247))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:37946 users:(("java",pid=75974,fd=252))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:60006 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=395))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:59988 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=372))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:35926 users:(("java",pid=75974,fd=403))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:51274 users:(("java",pid=75974,fd=262))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:59666 users:(("java",pid=75974,fd=357))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:34382 users:(("java",pid=75974,fd=224))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:34806 users:(("java",pid=75974,fd=390))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42436 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=366))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:36230 users:(("java",pid=75974,fd=226))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:38452 users:(("java",pid=75974,fd=333))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42444 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=314))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.4]:34722 users:(("java",pid=75974,fd=257))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:37286 users:(("java",pid=75974,fd=351))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:36992 users:(("java",pid=75974,fd=402))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:59998 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=394))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:59990 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=367))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:34204 users:(("java",pid=75974,fd=379))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:39120 users:(("java",pid=75974,fd=244))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:44914 users:(("java",pid=75974,fd=232))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:40226 users:(("java",pid=75974,fd=356))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:60010 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=392))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:32926 users:(("java",pid=75974,fd=253))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:37000 users:(("java",pid=75974,fd=331))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:42924 users:(("java",pid=75974,fd=332))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:60008 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=362))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:59986 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=239))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:34802 users:(("java",pid=75974,fd=245))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:60002 users:(("java",pid=75974,fd=230))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:59996 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=360))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42422 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=301))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:36998 users:(("java",pid=75974,fd=406))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:60826 users:(("java",pid=75974,fd=374))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:38714 users:(("java",pid=75974,fd=308))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42420 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=234))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:36234 users:(("java",pid=75974,fd=246))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42438 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=300))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:55112 users:(("java",pid=75974,fd=238))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:50662 users:(("java",pid=75974,fd=325))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:35920 users:(("java",pid=75974,fd=355))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42430 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=223))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:37942 users:(("java",pid=75974,fd=343))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:40416 users:(("java",pid=75974,fd=347))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:35866 users:(("java",pid=75974,fd=236))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:50658 users:(("java",pid=75974,fd=243))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:42428 [::ffff:172.16.7.11]:9300 users:(("java",pid=75974,fd=405))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:38418 users:(("java",pid=75974,fd=363))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:37936 users:(("java",pid=75974,fd=318))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:60794 users:(("java",pid=75974,fd=344))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.175]:55116 users:(("java",pid=75974,fd=272))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:35820 users:(("java",pid=75974,fd=233))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.0.248]:40212 users:(("java",pid=75974,fd=240))
tcp ESTAB 0 0 [::ffff:172.16.7.12]:9200 [::ffff:192.168.1.53]:60796 users:(("java",pid=75974,fd=387))
tcp SYN-SENT 0 1 [::ffff:172.16.7.12]:60000 [::ffff:172.16.7.10]:9300 users:(("java",pid=75974,fd=375))
# ss -s
Total: 4554 (kernel 4555)
TCP: 100 (estab 93, closed 2, orphaned 0, synrecv 0, timewait 2/0), ports 0
Transport Total IP IPv6
* 4555 - -
RAW 1 0 1
UDP 2 1 1
TCP 98 1 97
INET 101 2 99
FRAG 0 0 0
# strace ping 172.16.7.11
execve("/bin/ping", ["ping", "172.16.7.11"], [/* 15 vars */]) = 0
brk(0) = 0x55d3c2bd6000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=31149, ...}) = 0
mmap(NULL, 31149, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7feb78993000
close(3) = 0
openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\20\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1869216, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feb78991000
mmap(NULL, 3976832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feb783ac000
mprotect(0x7feb7856d000, 2097152, PROT_NONE) = 0
mmap(0x7feb7876d000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c1000) = 0x7feb7876d000
mmap(0x7feb78773000, 16000, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7feb78773000
close(3) = 0
arch_prctl(ARCH_SET_FS, 0x7feb78992500) = 0
mprotect(0x7feb7876d000, 16384, PROT_READ) = 0
mprotect(0x55d3c1128000, 4096, PROT_READ) = 0
mprotect(0x7feb7899b000, 4096, PROT_READ) = 0
munmap(0x7feb78993000, 31149) = 0
getuid() = 0
geteuid() = 0
setresuid(-1, 0, -1) = 0
setresuid(-1, 0, -1) = 0
socket(PF_INET, SOCK_RAW, IPPROTO_ICMP) = 3
getuid() = 0
setresuid(-1, 0, -1) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
connect(4, {sa_family=AF_INET, sin_port=htons(1025), sin_addr=inet_addr("172.16.7.11")}, 16) = 0
getsockname(4, {sa_family=AF_INET, sin_port=htons(59062), sin_addr=inet_addr("172.16.7.12")}, [16]) = 0
close(4) = 0
setsockopt(3, SOL_RAW, ICMP_FILTER, ~(ICMP_ECHOREPLY|ICMP_DEST_UNREACH|ICMP_SOURCE_QUENCH|ICMP_REDIRECT|ICMP_TIME_EXCEEDED|ICMP_PARAMETERPROB), 4) = 0
setsockopt(3, SOL_IP, IP_RECVERR, [1], 4) = 0
setsockopt(3, SOL_SOCKET, SO_SNDBUF, [324], 4) = 0
setsockopt(3, SOL_SOCKET, SO_RCVBUF, [65536], 4) = 0
getsockopt(3, SOL_SOCKET, SO_RCVBUF, [131072], [4]) = 0
brk(0) = 0x55d3c2bd6000
brk(0x55d3c2bf7000) = 0x55d3c2bf7000
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
write(1, "PING 172.16.7.11 (172.16.7.11) 5"..., 53PING 172.16.7.11 (172.16.7.11) 56(84) bytes of data.
) = 53
setsockopt(3, SOL_SOCKET, SO_TIMESTAMP, [1], 4) = 0
setsockopt(3, SOL_SOCKET, SO_SNDTIMEO, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
setsockopt(3, SOL_SOCKET, SO_RCVTIMEO, "\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
getpid() = 64744
rt_sigaction(SIGINT, {0x55d3c0f24600, [], SA_RESTORER|SA_INTERRUPT, 0x7feb783e2130}, NULL, 8) = 0
rt_sigaction(SIGALRM, {0x55d3c0f24600, [], SA_RESTORER|SA_INTERRUPT, 0x7feb783e2130}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {0x55d3c0f245c0, [], SA_RESTORER|SA_INTERRUPT, 0x7feb783e2130}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, TIOCGWINSZ, {ws_row=61, ws_col=212, ws_xpixel=0, ws_ypixel=0}) = 0
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\331\341\374\350\0\1\200J\243\\\0\0\0\0=\272\1\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7ffc27948b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\247L\374\350\0\2\201J\243\\\0\0\0\0nN\2\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7ffc27948b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\361\355\374\350\0\3\202J\243\\\0\0\0\0\"\254\2\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7ffc27948b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\371\216\374\350\0\4\203J\243\\\0\0\0\0\31\n\3\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7ffc27948b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\2200\374\350\0\5\204J\243\\\0\0\0\0\201g\3\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7ffc27948b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\326\321\374\350\0\6\205J\243\\\0\0\0\0009\305\3\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7ffc27948b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\355r\374\350\0\7\206J\243\\\0\0\0\0!#\4\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7ffc27948b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\257\23\374\350\0\10\207J\243\\\0\0\0\0^\201\4\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(3, 0x7ffc27948b20, 0) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0a\265\374\350\0\t\210J\243\\\0\0\0\0\252\336\4\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\237\256\374\350\0\t\211J\243\\\0\0\0\0k\345\4\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 499) = 0 (Timeout)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\343\253\374\350\0\t\212J\243\\\0\0\0\0&\350\4\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\341\245\374\350\0\t\213J\243\\\0\0\0\0'\356\4\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\31\237\374\350\0\t\214J\243\\\0\0\0\0\356\364\4\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0\227\231\374\350\0\t\215J\243\\\0\0\0\0o\372\4\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0t\223\374\350\0\t\216J\243\\\0\0\0\0\221\0\5\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0Z\215\374\350\0\t\217J\243\\\0\0\0\0\252\6\5\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500) = 0 (Timeout)
sendmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("172.16.7.11")}, msg_iov(1)=[{"\10\0005\207\374\350\0\t\220J\243\\\0\0\0\0\316\f\5\0\0\0\0\0\20\21\22\23\24\25\26\27"..., 64}], msg_controllen=0, msg_flags=0}, 0) = -1 ENOBUFS (No buffer space available)
poll([{fd=3, events=POLLIN|POLLERR}], 1, 500^CProcess 64744 detached
<detached ...>
--- 172.16.7.11 ping statistics ---
8 packets transmitted, 0 received, 100% packet loss, time 16217ms
Linux xxx 4.19.25-coreos #1 SMP Sat Mar 9 01:05:06 -00 2019 x86_64 Intel(R) Xeon(R) CPU E5-2698B v3 @ 2.00GHz GenuineIntel GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment