Jump to content

[Tinkerboard] Massive packet loss after running IPv6 traffic for a while


berre

Recommended Posts

Hi,

 

I've got several tinkerboards that I've reproduced this problem on.

I'm using the tinkerboard to do network tests, this includes iperf3 traffic,dns querys (dig), https and http (echoping), and ping. All of these tests runs against IPv6 targets and IPv4 targets.

These tests are scheduled to very frequently (every other minute or so).

 

To begin with, all tests run fine.. I get good results (~1gbit throughput / low latency / no packet loss). However, after running the tests for 15-20min, suddenly all traffic will more or less stop working (80-90% packet loss). This is no matter what I'm pinging, can be the local router, some target on the internet... Doesn't matter. The only way to make the problem go away is to reboot the board, after this I can resume the tests until the problem is reproduced again after 15-20min.

So I started troubleshooting, this is how far I've gotten so far:

  • When the problem occurs, disable ALL tests and check connectivty. Still extremely bad but maybe slighly better (~30-50 packet loss on both IPv4/IPv6)
  • Only run IPv4 tests (disable IPv6 tests) <--- This works, now I'm not getting the sudden extreme packet loss scenarios. (Hence the topic). Also worth mentioning is that I'm still having IPv6 enabled, it's just the tests themselves being disabled.
  • Only run IPv6 tests <--- Problem is reproduced
  • Update to latest kernel and nightly build - Problem still reproduced
  • Run the same exact test on 6 other tinkerboards - Problem reproduced on all boards
  • I've been tailing dmesg/journal, there's not a single message/error/warning/whatever when this problem happens.. Which is confusing.

 

Right now:

  • I'm trying to isolate which of the IPv6 tests are causing the problem (DNS,HTTP,HTTPS,ICMP or iperf3 traffic)....... But in the meantime I wanted to check for help here.

 

Logs:

Spoiler

# cat *
[    0.000000] Booting Linux on physical CPU 0x500
[    0.000000] Linux version 4.14.36-rockchip (root@xeon) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #22 SMP PREEMPT Thu Apr 26 06:41:40 CEST 2018
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Rockchip RK3288 Tinker Board
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 524288
[    0.000000] free_area_init_node: node 0, pgdat c14e4780, node_mem_map eedfa000
[    0.000000]   Normal zone: 1728 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 196608 pages, LIFO batch:31
[    0.000000]   HighMem zone: 327680 pages, LIFO batch:31
[    0.000000] percpu: Embedded 18 pages/cpu @eed8d000 s41048 r8192 d24488 u73728
[    0.000000] pcpu-alloc: s41048 r8192 d24488 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522560
[    0.000000] Kernel command line: consoleblank=0 scandelay root=UUID=733e4b8f-8cdf-42ad-85a4-6d5487409e6e rw console=ttyS2,115200n8 rootfstype=ext4 loglevel=1 rootwait usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u 
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 2048752K/2097152K available (13312K kernel code, 968K rwdata, 3200K rodata, 1024K init, 4636K bss, 48400K reserved, 0K cma-reserved, 1310720K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                   lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc0e00000   (14304 kB)
                     .init : 0xc1300000 - 0xc1400000   (1024 kB)
                     .data : 0xc1400000 - 0xc14f20d8   ( 969 kB)
                      .bss : 0xc14ff4a8 - 0xc1986584   (4637 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 46476 entries in 137 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000022] Switching to timer-based delay loop, resolution 41ns
[    0.001852] Console: colour dummy device 80x30
[    0.001893] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[    0.001912] pid_max: default: 32768 minimum: 301
[    0.002071] Security Framework initialized
[    0.002082] Yama: becoming mindful.
[    0.002163] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002181] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003192] CPU: Testing write buffer coherency: ok
[    0.003583] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[    0.008015] Setting up static identity map for 0x100000 - 0x100060
[    0.010019] Hierarchical SRCU implementation.
[    0.014140] smp: Bringing up secondary CPUs ...
[    0.022648] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[    0.030866] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[    0.039091] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[    0.039290] smp: Brought up 1 node, 4 CPUs
[    0.039305] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.039313] CPU: All CPU(s) started in SVC mode.
[    0.041277] devtmpfs: initialized
[    0.056607] random: get_random_u32 called from bucket_table_alloc+0x194/0x22c with crng_init=0
[    0.057410] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[    0.057771] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.057793] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.058171] xor: measuring software checksum speed
[    0.067427]    arm4regs  :  1040.000 MB/sec
[    0.077565]    8regs     :   800.000 MB/sec
[    0.087710]    32regs    :   800.000 MB/sec
[    0.087720] xor: using function: arm4regs (1040.000 MB/sec)
[    0.087737] pinctrl core: initialized pinctrl subsystem
[    0.088894] NET: Registered protocol family 16
[    0.091887] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.093832] cpuidle: using governor ladder
[    0.093889] cpuidle: using governor menu
[    0.095144] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.095192] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.124799] gpio gpiochip0: (gpio0): added GPIO chardev (254:0)
[    0.124939] gpiochip_setup_dev: registered GPIOs 0 to 23 on device: gpiochip0 (gpio0)
[    0.125391] gpio gpiochip1: (gpio1): added GPIO chardev (254:1)
[    0.125522] gpiochip_setup_dev: registered GPIOs 24 to 55 on device: gpiochip1 (gpio1)
[    0.125923] gpio gpiochip2: (gpio2): added GPIO chardev (254:2)
[    0.126107] gpiochip_setup_dev: registered GPIOs 56 to 87 on device: gpiochip2 (gpio2)
[    0.126511] gpio gpiochip3: (gpio3): added GPIO chardev (254:3)
[    0.126627] gpiochip_setup_dev: registered GPIOs 88 to 119 on device: gpiochip3 (gpio3)
[    0.127070] gpio gpiochip4: (gpio4): added GPIO chardev (254:4)
[    0.127191] gpiochip_setup_dev: registered GPIOs 120 to 151 on device: gpiochip4 (gpio4)
[    0.127608] gpio gpiochip5: (gpio5): added GPIO chardev (254:5)
[    0.127726] gpiochip_setup_dev: registered GPIOs 152 to 183 on device: gpiochip5 (gpio5)
[    0.128149] gpio gpiochip6: (gpio6): added GPIO chardev (254:6)
[    0.128277] gpiochip_setup_dev: registered GPIOs 184 to 215 on device: gpiochip6 (gpio6)
[    0.128681] gpio gpiochip7: (gpio7): added GPIO chardev (254:7)
[    0.128814] gpiochip_setup_dev: registered GPIOs 216 to 247 on device: gpiochip7 (gpio7)
[    0.129170] gpio gpiochip8: (gpio8): added GPIO chardev (254:8)
[    0.129299] gpiochip_setup_dev: registered GPIOs 248 to 263 on device: gpiochip8 (gpio8)
[    0.191649] raid6: int32x1  gen()    85 MB/s
[    0.209071] raid6: int32x1  xor()    93 MB/s
[    0.226397] raid6: int32x2  gen()   125 MB/s
[    0.243651] raid6: int32x2  xor()   107 MB/s
[    0.261405] raid6: int32x4  gen()   105 MB/s
[    0.278424] raid6: int32x4  xor()    83 MB/s
[    0.295700] raid6: int32x8  gen()   117 MB/s
[    0.312930] raid6: int32x8  xor()    91 MB/s
[    0.312940] raid6: using algorithm int32x2 gen() 125 MB/s
[    0.312947] raid6: .... xor() 107 MB/s, rmw enabled
[    0.312955] raid6: using intx1 recovery algorithm
[    0.313521] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vsys-regulator[0]'
[    0.314133] of_get_named_gpiod_flags: parsed 'gpio' property of node '/sdmmc-regulator[0]' - status (0)
[    0.315087] iommu: Adding device ff930000.vop to group 0
[    0.315215] iommu: Adding device ff940000.vop to group 1
[    0.315345] iommu: Adding device ff9a0000.vpu-service to group 2
[    0.315468] iommu: Adding device ff9c0000.hevc-service to group 3
[    0.318167] SCSI subsystem initialized
[    0.318466] usbcore: registered new interface driver usbfs
[    0.318544] usbcore: registered new interface driver hub
[    0.318689] usbcore: registered new device driver usb
[    0.318824] Linux video capture interface: v2.00
[    0.318909] pps_core: LinuxPPS API ver. 1 registered
[    0.318918] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.318945] PTP clock support registered
[    0.319813] Advanced Linux Sound Architecture Driver Initialized.
[    0.320562] Bluetooth: Core ver 2.22
[    0.320629] NET: Registered protocol family 31
[    0.320638] Bluetooth: HCI device and connection manager initialized
[    0.320656] Bluetooth: HCI socket layer initialized
[    0.320671] Bluetooth: L2CAP socket layer initialized
[    0.320719] Bluetooth: SCO socket layer initialized
[    0.321385] NetLabel: Initializing
[    0.321395] NetLabel:  domain hash size = 128
[    0.321402] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.321507] NetLabel:  unlabeled traffic allowed by default
[    0.322629] clocksource: Switched to clocksource arch_sys_counter
[    0.447500] VFS: Disk quotas dquot_6.6.0
[    0.447644] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.447926] FS-Cache: Loaded
[    0.448206] CacheFiles: Loaded
[    0.465658] NET: Registered protocol family 2
[    0.466658] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.466782] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[    0.467044] TCP: Hash tables configured (established 8192 bind 8192)
[    0.467192] UDP hash table entries: 512 (order: 2, 24576 bytes)
[    0.467254] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[    0.467629] NET: Registered protocol family 1
[    0.468297] RPC: Registered named UNIX socket transport module.
[    0.468307] RPC: Registered udp transport module.
[    0.468315] RPC: Registered tcp transport module.
[    0.468323] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.468700] Trying to unpack rootfs image as initramfs...
[    0.795853] Freeing initrd memory: 3544K
[    0.797388] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
[    0.800145] Initialise system trusted keyrings
[    0.800382] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.810630] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.812000] FS-Cache: Netfs 'nfs' registered for caching
[    0.812895] NFS: Registering the id_resolver key type
[    0.812926] Key type id_resolver registered
[    0.812934] Key type id_legacy registered
[    0.812956] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.814003] Key type cifs.spnego registered
[    0.814025] Key type cifs.idmap registered
[    0.814039] ntfs: driver 2.1.32 [Flags: R/W].
[    0.814863] JFS: nTxBlock = 8192, nTxLock = 65536
[    0.821692] SGI XFS with security attributes, no debug enabled
[    0.824522] aufs 4.14-20171218
[    0.832890] NET: Registered protocol family 38
[    0.833069] async_tx: api initialized (async)
[    0.833085] Key type asymmetric registered
[    0.833094] Asymmetric key parser 'x509' registered
[    0.833179] bounce: pool size: 64 pages
[    0.833249] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.833449] io scheduler noop registered
[    0.833460] io scheduler deadline registered
[    0.833531] io scheduler cfq registered (default)
[    0.833541] io scheduler mq-deadline registered
[    0.833550] io scheduler kyber registered
[    0.842016] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.842034] dma-pl330 ff250000.dma-controller: 	DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.843126] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.843144] dma-pl330 ffb20000.dma-controller: 	DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[    0.844013] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.846682] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    0.847966] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 39, base_baud = 1500000) is a 16550A
[    0.849223] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 40, base_baud = 1500000) is a 16550A
[    0.849445] console [ttyS2] enabled
[    0.850731] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 41, base_baud = 1500000) is a 16550A
[    0.851656] dw-apb-uart: probe of ff1c0000.serial failed with error -28
[    0.857040] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0e8037c)
[    0.857647] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0e8037c)
[    0.857769] rockchip-drm display-subsystem: failed to bind ff980000.hdmi (ops 0xc0e8190c): -517
[    0.858180] rockchip-drm display-subsystem: master bind failed: -517
[    0.858529] usbcore: registered new interface driver udl
[    0.862847] brd: module loaded
[    0.875515] loop: module loaded
[    0.875614] lkdtm: No crash points registered, enable through debugfs
[    0.878128] rockchip-spi ff130000.spi: chipselect 0 already in use
[    0.878145] spi_master spi2: spi_device register error /spi@ff130000/spidev@1
[    0.878162] spi_master spi2: Failed to create SPI device for /spi@ff130000/spidev@1
[    0.879893] mdio_bus fixed-0: GPIO lookup for consumer reset
[    0.879905] mdio_bus fixed-0: using lookup tables for GPIO lookup
[    0.879918] mdio_bus fixed-0: lookup for GPIO reset failed
[    0.879947] libphy: Fixed MDIO Bus: probed
[    0.879955] tun: Universal TUN/TAP device driver, 1.6
[    0.881999] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
[    0.882060] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing
[    0.883166] PPP generic driver version 2.4.2
[    0.883870] usbcore: registered new interface driver rt2500usb
[    0.883947] usbcore: registered new interface driver rt73usb
[    0.884019] usbcore: registered new interface driver rt2800usb
[    0.884095] usbcore: registered new interface driver rtl8xxxu
[    0.884173] usbcore: registered new interface driver rndis_wlan
[    0.884183] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    0.884256] usbcore: registered new interface driver pegasus
[    0.884330] usbcore: registered new interface driver rtl8150
[    0.884405] usbcore: registered new interface driver r8152
[    0.884474] usbcore: registered new interface driver asix
[    0.884537] usbcore: registered new interface driver ax88179_178a
[    0.884650] usbcore: registered new interface driver cdc_ether
[    0.884720] usbcore: registered new interface driver dm9601
[    0.884811] usbcore: registered new interface driver smsc75xx
[    0.884890] usbcore: registered new interface driver smsc95xx
[    0.884955] usbcore: registered new interface driver net1080
[    0.885021] usbcore: registered new interface driver rndis_host
[    0.885087] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    0.885179] usbcore: registered new interface driver cdc_ncm
[    0.885246] usbcore: registered new interface driver cdc_mbim
[    0.885736] dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator
[    0.885829] dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator
[    0.989783] dwc2 ff540000.usb: DWC OTG Controller
[    0.989826] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
[    0.989876] dwc2 ff540000.usb: irq 47, io mem 0xff540000
[    0.990266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.990281] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.990293] usb usb1: Product: DWC OTG Controller
[    0.990304] usb usb1: Manufacturer: Linux 4.14.36-rockchip dwc2_hsotg
[    0.990314] usb usb1: SerialNumber: ff540000.usb
[    0.991223] hub 1-0:1.0: USB hub found
[    0.991302] hub 1-0:1.0: 1 port detected
[    0.992319] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
[    0.992410] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
[    0.992713] dwc2 ff580000.usb: dwc2_check_param_tx_fifo_sizes: Invalid parameter g-tx-fifo-size, setting to default average
[    0.992747] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
[    0.994542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.994553] ehci-platform: EHCI generic platform driver
[    0.994947] ehci-platform ff500000.usb: EHCI Host Controller
[    0.995260] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 2
[    0.995439] ehci-platform ff500000.usb: irq 46, io mem 0xff500000
[    1.001664] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
[    1.001990] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.002005] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.002017] usb usb2: Product: EHCI Host Controller
[    1.002028] usb usb2: Manufacturer: Linux 4.14.36-rockchip ehci_hcd
[    1.002038] usb usb2: SerialNumber: ff500000.usb
[    1.002902] hub 2-0:1.0: USB hub found
[    1.002971] hub 2-0:1.0: 1 port detected
[    1.004037] usbcore: registered new interface driver cdc_acm
[    1.004047] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.004149] usbcore: registered new interface driver usblp
[    1.004228] usbcore: registered new interface driver cdc_wdm
[    1.004357] usbcore: registered new interface driver usb-storage
[    1.004488] usbcore: registered new interface driver usbserial
[    1.004554] usbcore: registered new interface driver usbserial_generic
[    1.004653] usbserial: USB Serial support registered for generic
[    1.004732] usbcore: registered new interface driver keyspan
[    1.004789] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    1.004834] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    1.004879] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    1.004922] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    1.004999] usbcore: registered new interface driver option
[    1.005044] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.005248] usbcore: registered new interface driver oti6858
[    1.005293] usbserial: USB Serial support registered for oti6858
[    1.005365] usbcore: registered new interface driver qcserial
[    1.005421] usbserial: USB Serial support registered for Qualcomm USB modem
[    1.005511] usbcore: registered new interface driver sierra
[    1.005566] usbserial: USB Serial support registered for Sierra USB modem
[    1.006879] usbcore: registered new interface driver iforce
[    1.006980] usbcore: registered new interface driver xpad
[    1.007157] usbcore: registered new interface driver usbtouchscreen
[    1.008112] i2c /dev entries driver
[    1.009253] rk3x-i2c ff140000.i2c: Initialized RK3xxx I2C bus at f0fad000
[    1.010189] rk3x-i2c ff150000.i2c: Initialized RK3xxx I2C bus at f0faf000
[    1.011191] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at f0fb1000
[    1.012202] rk3x-i2c ff170000.i2c: Initialized RK3xxx I2C bus at f0fb3000
[    1.014207] rk808 0-001b: chip id: 0x0
[    1.018265] rk808 0-001b: GPIO lookup for consumer dvs
[    1.018278] rk808 0-001b: using device tree for GPIO lookup
[    1.018335] of_get_named_gpiod_flags: parsed 'dvs-gpios' property of node '/i2c@ff650000/pmic@1b[0]' - status (0)
[    1.018620] rk808 0-001b: GPIO lookup for consumer dvs
[    1.018632] rk808 0-001b: using device tree for GPIO lookup
[    1.018700] of_get_named_gpiod_flags: parsed 'dvs-gpios' property of node '/i2c@ff650000/pmic@1b[1]' - status (0)
[    1.018861] DCDC_REG1: supplied by vcc_sys
[    1.020072] DCDC_REG2: supplied by vcc_sys
[    1.021027] DCDC_REG3: supplied by vcc_sys
[    1.021462] DCDC_REG4: supplied by vcc_sys
[    1.022277] LDO_REG1: supplied by vcc_sys
[    1.023994] LDO_REG2: supplied by vcc_sys
[    1.025193] LDO_REG3: supplied by vcc_sys
[    1.026550] LDO_REG4: supplied by vcc_io
[    1.027968] LDO_REG5: supplied by vcc_io
[    1.029349] LDO_REG6: supplied by vcc_io
[    1.030772] LDO_REG7: supplied by vcc_sys
[    1.032165] LDO_REG8: supplied by vcc_sys
[    1.033518] SWITCH_REG1: supplied by vcc_io
[    1.034006] SWITCH_REG2: supplied by vcc_io
[    1.038346] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[    1.038994] rk3x-i2c ff650000.i2c: Initialized RK3xxx I2C bus at f0fb5000
[    1.040024] i2c i2c-2: of_i2c: invalid addr=0 on /i2c@ff660000/af-controller@0
[    1.040039] i2c i2c-2: Failed to create I2C device for /i2c@ff660000/af-controller@0
[    1.040057] i2c i2c-2: of_i2c: invalid addr=0 on /i2c@ff660000/m24c08@50
[    1.040069] i2c i2c-2: Failed to create I2C device for /i2c@ff660000/m24c08@50
[    1.040097] rk3x-i2c ff660000.i2c: Initialized RK3xxx I2C bus at f0fb7000
[    1.040951] IR NEC protocol handler initialized
[    1.040960] IR RC5(x/sz) protocol handler initialized
[    1.040967] IR RC6 protocol handler initialized
[    1.040973] IR JVC protocol handler initialized
[    1.040980] IR Sony protocol handler initialized
[    1.040986] IR SANYO protocol handler initialized
[    1.040993] IR Sharp protocol handler initialized
[    1.041000] IR MCE Keyboard/mouse protocol handler initialized
[    1.041006] IR XMP protocol handler initialized
[    1.041138] usbcore: registered new interface driver uvcvideo
[    1.041146] USB Video Class driver (1.1.1)
[    1.046214] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.046499] device-mapper: raid: Loading target version 1.13.0
[    1.046826] Bluetooth: HCI UART driver ver 2.3
[    1.046838] Bluetooth: HCI UART protocol H4 registered
[    1.046847] Bluetooth: HCI UART protocol ATH3K registered
[    1.046855] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.046963] usbcore: registered new interface driver bfusb
[    1.047052] usbcore: registered new interface driver btusb
[    1.047062] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    1.048039] of: /cpus/cpu@501: Couldn't find opp node
[    1.050672] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 500000 KHz
[    1.050844] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 600000 KHz
[    1.051950] pwrseq_simple sdio-pwrseq: GPIO lookup for consumer reset
[    1.051954] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
[    1.051968] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0)
[    1.051991] pwrseq_simple sdio-pwrseq: GPIO lookup for consumer reset
[    1.051994] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
[    1.052009] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[1]' - status (0)
[    1.052146] sdhci: Secure Digital Host Controller Interface driver
[    1.052148] sdhci: Copyright(c) Pierre Ossman
[    1.052151] Synopsys Designware Multimedia Card Interface Driver
[    1.052596] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
[    1.052616] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
[    1.052622] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
[    1.052648] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[    1.052731] dwmmc_rockchip ff0c0000.dwmmc: GPIO lookup for consumer cd
[    1.052735] dwmmc_rockchip ff0c0000.dwmmc: using device tree for GPIO lookup
[    1.052740] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@ff0c0000[0]'
[    1.052745] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@ff0c0000[0]'
[    1.052748] dwmmc_rockchip ff0c0000.dwmmc: using lookup tables for GPIO lookup
[    1.052752] dwmmc_rockchip ff0c0000.dwmmc: lookup for GPIO cd failed
[    1.052756] dwmmc_rockchip ff0c0000.dwmmc: GPIO lookup for consumer wp
[    1.052759] dwmmc_rockchip ff0c0000.dwmmc: using device tree for GPIO lookup
[    1.052763] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0c0000[0]'
[    1.052766] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0c0000[0]'
[    1.052769] dwmmc_rockchip ff0c0000.dwmmc: using lookup tables for GPIO lookup
[    1.052772] dwmmc_rockchip ff0c0000.dwmmc: lookup for GPIO wp failed
[    1.064963] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.077233] dwmmc_rockchip ff0d0000.dwmmc: 'num-slots' was deprecated.
[    1.077490] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
[    1.077524] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
[    1.077539] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
[    1.077637] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
[    1.077662] dwmmc_rockchip ff0d0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.077783] dwmmc_rockchip ff0d0000.dwmmc: GPIO lookup for consumer wp
[    1.077793] dwmmc_rockchip ff0d0000.dwmmc: using device tree for GPIO lookup
[    1.077807] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0d0000[0]'
[    1.077819] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0d0000[0]'
[    1.077828] dwmmc_rockchip ff0d0000.dwmmc: using lookup tables for GPIO lookup
[    1.077837] dwmmc_rockchip ff0d0000.dwmmc: lookup for GPIO wp failed
[    1.077925] dwmmc_rockchip ff0d0000.dwmmc: allocated mmc-pwrseq
[    1.077936] mmc_host mmc1: card is non-removable.
[    1.089654] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.101947] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.102188] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/act-led[0]' - status (0)
[    1.102211] no flags found for gpios
[    1.102396] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/heartbeat-led[0]' - status (0)
[    1.102416] no flags found for gpios
[    1.102569] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/pwr-led[0]' - status (0)
[    1.102624] no flags found for gpios
[    1.103113] ledtrig-cpu: registered to indicate activity on CPUs
[    1.103216] hidraw: raw HID events driver (C) Jiri Kosina
[    1.104247] usbcore: registered new interface driver usbhid
[    1.104254] usbhid: USB HID core driver
[    1.104654] ashmem: initialized
[    1.107150] usbcore: registered new interface driver snd-usb-audio
[    1.110913] Initializing XFRM netlink socket
[    1.111475] NET: Registered protocol family 10
[    1.112950] Segment Routing with IPv6
[    1.113035] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.113184] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.113756] NET: Registered protocol family 17
[    1.113768] NET: Registered protocol family 15
[    1.113796] Bridge firewalling registered
[    1.113866] Bluetooth: RFCOMM socket layer initialized
[    1.113881] Bluetooth: RFCOMM ver 1.11
[    1.113889] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.113895] Bluetooth: HIDP socket layer initialized
[    1.113920] 8021q: 802.1Q VLAN Support v1.8
[    1.113931] lib80211: common routines for IEEE802.11 drivers
[    1.113938] lib80211_crypt: registered algorithm 'NULL'
[    1.113941] lib80211_crypt: registered algorithm 'WEP'
[    1.113944] lib80211_crypt: registered algorithm 'CCMP'
[    1.113946] lib80211_crypt: registered algorithm 'TKIP'
[    1.113959] Key type dns_resolver registered
[    1.114136] ThumbEE CPU extension supported.
[    1.114143] Registering SWP/SWPB emulation handler
[    1.114447] Loading compiled-in X.509 certificates
[    1.114876] Btrfs loaded, crc32c=crc32c-generic
[    1.119435] random: fast init done
[    1.123516] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0e8037c)
[    1.123747] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0e8037c)
[    1.123849] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[    1.124147] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0e8190c)
[    1.124152] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.124154] [drm] No driver support for vblank timestamp query.
[    1.124178] [drm] Cannot find any crtc or sizes
[    1.124433] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[    1.124917] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
[    1.124969] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
[    1.124974] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30).
[    1.124978] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10).
[    1.124986] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no).
[    1.125047] rk_gmac-dwmac ff290000.ethernet: clock input from PHY
[    1.130057] rk_gmac-dwmac ff290000.ethernet: init for RGMII
[    1.130080] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    1.130084] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled
[    1.130088] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported
[    1.130091] rk_gmac-dwmac ff290000.ethernet: Normal descriptors
[    1.130094] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported
[    1.130097] rk_gmac-dwmac ff290000.ethernet: COE Type 2
[    1.130100] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported
[    1.130103] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported
[    1.130126] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    1.130166] mdio_bus stmmac-0: GPIO lookup for consumer reset
[    1.130169] mdio_bus stmmac-0: using lookup tables for GPIO lookup
[    1.130174] mdio_bus stmmac-0: lookup for GPIO reset failed
[    1.130192] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@ff290000[0]' - status (0)
[    1.132265] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    1.132944] mmc1: new high speed SDIO card at address 0001
[    1.172284] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    1.322596] usb 2-1: new high-speed USB device number 2 using ehci-platform
[    1.366641] usb 1-1: new high-speed USB device number 2 using dwc2
[    1.546159] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[    1.546173] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.546183] usb 1-1: Product: USB2.0 Hub
[    1.547020] hub 1-1:1.0: USB hub found
[    1.547376] hub 1-1:1.0: 4 ports detected
[    1.660389] usb 2-1: config 1 has an invalid interface number: 255 but max is 6
[    1.660401] usb 2-1: config 1 has no interface number 6
[    1.661627] usb 2-1: New USB device found, idVendor=0bda, idProduct=481a
[    1.661639] usb 2-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.661649] usb 2-1: Product: USB Audio
[    1.661658] usb 2-1: Manufacturer: Generic
[    1.661667] usb 2-1: SerialNumber: 201405280001
[    1.707971] dwmmc_rockchip ff0c0000.dwmmc: Successfully tuned phase to 170
[    1.707998] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[    1.708751] mmcblk0: mmc0:aaaa SC16G 14.8 GiB 
[    1.710856]  mmcblk0: p1
[    2.152703] [drm] Cannot find any crtc or sizes
[    2.169112] libphy: stmmac: probed
[    2.169120] mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    2.169125] mdio_bus stmmac-0:01: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[    2.169664] OF: /sound/simple-audio-card,codec: could not get #sound-dai-cells for /hdmi@ff980000
[    2.169669] asoc-simple-card sound: parse error -22
[    2.169680] asoc-simple-card: probe of sound failed with error -22
[    2.170075] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/button@0[0]' - status (0)
[    2.170092] gpio-5 (GPIO Key Power): gpiod_set_debounce: missing set() or set_config() operations
[    2.170208] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    2.170901] rk808-rtc rk808-rtc: setting system clock to 2018-04-26 17:50:35 UTC (1524765035)
[    2.171238] vcc_sd: supplied by vcc_io
[    2.171275] vcc_sd: disabling
[    2.171282] ALSA device list:
[    2.171285]   No soundcards found.
[    2.171398] ttyS2 - failed to request DMA
[    2.173631] Freeing unused kernel memory: 1024K
[    2.199882] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.200185] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.200236] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.203343] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.204478] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.204515] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.204854] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.205134] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.205685] random: udevadm: uninitialized urandom read (16 bytes read)
[    2.205931] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.773487] input: Generic USB Audio as /devices/platform/ff500000.usb/usb2/2-1/2-1:1.255/0003:0BDA:481A.0001/input/input1
[    3.826311] hid-generic 0003:0BDA:481A.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Generic USB Audio] on usb-ff500000.usb-1/input255
[    4.040551] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[    4.317712] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.336319] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    4.336891] systemd[1]: Detected architecture arm.
[    4.352214] systemd[1]: Set hostname to <chprobe.chprobe20>.
[    4.610606] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.620865] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.632100] systemd[1]: Listening on Syslog Socket.
[    4.642983] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.653760] systemd[1]: Reached target Paths.
[    4.660995] systemd[1]: Listening on udev Control Socket.
[    4.668902] systemd[1]: Listening on udev Kernel Socket.
[    4.786939] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[    5.028305] Adding 131068k swap on /var/swap.  Priority:-2 extents:2 across:163836k SS
[    5.359696] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    5.363121] RTL8723BS: module init start
[    5.363126] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[    5.363129] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[    5.364286] pnetdev = ecc84000
[    5.441275] rk3288-crypto ff8a0000.cypto-controller: Crypto Accelerator successfully registered
[    5.459545] mali ffa30000.gpu: GPU identified as 0x0750 r0p0 status 1
[    5.459740] mali ffa30000.gpu: Protected mode not available
[    5.462371] mali ffa30000.gpu: Probed as mali0
[    5.478873] RTL8723BS: rtw_ndev_init(wlan0)
[    5.479760] RTL8723BS: module init ret =0
[    5.667019] Generic PHY stmmac-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    5.668116] rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW
[    5.668277] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    5.721731] systemd-journald[462]: Received request to flush runtime journal from PID 1
[    5.932801] ttyS0 - failed to request DMA
[    6.699167] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    6.699196] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    6.930818] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    6.939602] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
[    6.970575] random: crng init done
[    8.171488] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.313319] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   13.190909] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 7133.446817] Console: switching to colour frame buffer device 240x67
[ 7133.479694] rockchip-drm display-subsystem: fb0:  frame buffer device
[ 7190.371312] usb 1-1.3: new low-speed USB device number 3 using dwc2
[ 7190.456870] usb 1-1.3: New USB device found, idVendor=04b4, idProduct=0101
[ 7190.456895] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7190.456905] usb 1-1.3: Product: SteelS쀁Љ̒DATA
[ 7190.456914] usb 1-1.3: Manufacturer: DATACOMP
[ 7190.482443] input: DATACOMP SteelS쀁Љ̒DATA as /devices/platform/ff540000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:04B4:0101.0002/input/input2
[ 7190.535211] hid-generic 0003:04B4:0101.0002: input,hidraw1: USB HID v1.00 Keyboard [DATACOMP SteelS쀁Љ̒DATA] on usb-ff540000.usb-1.3/input0
[ 7190.549332] input: DATACOMP SteelS쀁Љ̒DATA as /devices/platform/ff540000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:04B4:0101.0003/input/input3
[ 7190.601690] hid-generic 0003:04B4:0101.0003: input,hidraw2: USB HID v1.00 Device [DATACOMP SteelS쀁Љ̒DATA] on usb-ff540000.usb-1.3/input1
Ip:
    Forwarding: 2
    4465589 total packets received
    3 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    4430024 incoming packets delivered
    4419405 requests sent out
    1 dropped because of missing route
    400 reassemblies required
    200 packets reassembled ok
    200 fragments received ok
    400 fragments created
Icmp:
    3861 ICMP messages received
    4 input ICMP message failed
    ICMP input histogram:
        destination unreachable: 8
        echo requests: 1
        echo replies: 3852
    4714 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 12
        echo requests: 4701
        echo replies: 1
IcmpMsg:
        InType0: 3852
        InType3: 8
        InType8: 1
        OutType0: 1
        OutType3: 12
        OutType8: 4701
Tcp:
    5189 active connection openings
    15 passive connection openings
    85 failed connection attempts
    648 connection resets received
    0 connections established
    4909117 segments received
    6718651 segments sent out
    11742 segments retransmitted
    0 bad segments received
    3819 resets sent
Udp:
    142758 packets received
    12 packets to unknown port received
    0 packet receive errors
    224164 packets sent
    0 receive buffer errors
    0 send buffer errors
    IgnoredMulti: 319
UdpLite:
TcpExt:
    4211 TCP sockets finished time wait in fast timer
    2052 delayed acks sent
    50 delayed acks further delayed because of locked socket
    Quick ack mode was activated 234 times
    3336722 packet headers predicted
    190903 acknowledgments not containing data payload received
    1269305 predicted acknowledgments
    TCPSackRecovery: 6239
    Detected reordering 47 times using SACK
    Detected reordering 19 times using time stamp
    1 congestion windows fully recovered without slow start
    19 congestion windows partially recovered using Hoe heuristic
    TCPDSACKUndo: 1
    18 congestion windows recovered without slow start after partial ack
    TCPLostRetransmit: 372
    10733 fast retransmits
    TCPTimeouts: 164
    TCPLossProbes: 322
    TCPLossProbeRecovery: 61
    TCPSackRecoveryFail: 24
    TCPDSACKOldSent: 234
    TCPDSACKRecv: 48
    7 connections reset due to unexpected data
    395 connections reset due to early user close
    117 connections aborted due to timeout
    TCPDSACKIgnoredNoUndo: 43
    TCPSackShifted: 15649
    TCPSackMerged: 98714
    TCPSackShiftFallback: 16185
    TCPRcvCoalesce: 208314
    TCPOFOQueue: 51026
    TCPSpuriousRtxHostQueues: 1
    TCPAutoCorking: 9730
    TCPSynRetrans: 569
    TCPOrigDataSent: 3795142
    TCPHystartTrainDetect: 92
    TCPHystartTrainCwnd: 4291
    TCPHystartDelayDetect: 303
    TCPHystartDelayCwnd: 13885
IpExt:
    OutMcastPkts: 96
    InBcastPkts: 6689
    InOctets: 22120467674
    OutOctets: 5622450149
    OutMcastOctets: 14760
    InBcastOctets: 549177
    InNoECTPkts: 16498074
    InECT0Pkts: 1302
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
no answer yet for icmp_seq=1
no answer yet for icmp_seq=2
no answer yet for icmp_seq=3
no answer yet for icmp_seq=4
64 bytes from 192.168.0.1: icmp_seq=5 ttl=64 time=0.707 ms
no answer yet for icmp_seq=6
no answer yet for icmp_seq=7
no answer yet for icmp_seq=8
no answer yet for icmp_seq=9
64 bytes from 192.168.0.1: icmp_seq=10 ttl=64 time=1.26 ms
no answer yet for icmp_seq=11
no answer yet for icmp_seq=12
no answer yet for icmp_seq=13
64 bytes from 192.168.0.1: icmp_seq=14 ttl=64 time=1.20 ms
no answer yet for icmp_seq=15
64 bytes from 192.168.0.1: icmp_seq=16 ttl=64 time=1.23 ms
no answer yet for icmp_seq=17
64 bytes from 192.168.0.1: icmp_seq=18 ttl=64 time=1.23 ms
64 bytes from 192.168.0.1: icmp_seq=19 ttl=64 time=0.571 ms
64 bytes from 192.168.0.1: icmp_seq=20 ttl=64 time=0.533 ms
64 bytes from 192.168.0.1: icmp_seq=21 ttl=64 time=1.20 ms
no answer yet for icmp_seq=22
64 bytes from 192.168.0.1: icmp_seq=23 ttl=64 time=0.617 ms
64 bytes from 192.168.0.1: icmp_seq=24 ttl=64 time=0.637 ms
no answer yet for icmp_seq=25
64 bytes from 192.168.0.1: icmp_seq=26 ttl=64 time=1.21 ms
no answer yet for icmp_seq=27
64 bytes from 192.168.0.1: icmp_seq=28 ttl=64 time=1.19 ms
no answer yet for icmp_seq=29
64 bytes from 192.168.0.1: icmp_seq=30 ttl=64 time=1.20 ms
64 bytes from 192.168.0.1: icmp_seq=31 ttl=64 time=0.795 ms
no answer yet for icmp_seq=32
64 bytes from 192.168.0.1: icmp_seq=33 ttl=64 time=1.28 ms
64 bytes from 192.168.0.1: icmp_seq=34 ttl=64 time=1.24 ms
64 bytes from 192.168.0.1: icmp_seq=35 ttl=64 time=0.804 ms
64 bytes from 192.168.0.1: icmp_seq=36 ttl=64 time=0.800 ms
no answer yet for icmp_seq=37
64 bytes from 192.168.0.1: icmp_seq=38 ttl=64 time=1.20 ms
64 bytes from 192.168.0.1: icmp_seq=39 ttl=64 time=0.597 ms
64 bytes from 192.168.0.1: icmp_seq=40 ttl=64 time=0.874 ms
64 bytes from 192.168.0.1: icmp_seq=41 ttl=64 time=0.549 ms
no answer yet for icmp_seq=42
no answer yet for icmp_seq=43
64 bytes from 192.168.0.1: icmp_seq=44 ttl=64 time=0.559 ms
64 bytes from 192.168.0.1: icmp_seq=45 ttl=64 time=0.748 ms
64 bytes from 192.168.0.1: icmp_seq=46 ttl=64 time=0.635 ms
no answer yet for icmp_seq=47


==> /proc/net/anycast6 <==

==> /proc/net/arp <==
IP address       HW type     Flags       HW address            Mask     Device
192.168.0.32     0x1         0x2         e4:bb:6e:ab:ee:e8     *        eth0
192.168.0.41     0x1         0x2         a0:85:a9:8f:c7:32     *        eth0
192.168.0.1      0x1         0x2         f0:98:2b:76:f1:46     *        eth0
192.168.0.30     0x1         0x2         ec:8b:fd:a1:2a:4d     *        eth0
192.168.0.34     0x1         0x2         d0:56:82:df:2d:2e     *        eth0

==> /proc/net/connector <==
Name            ID
cn_proc         1:1

==> /proc/net/dev <==
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
ip6tnl0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  sit0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth0: 343888675 18729161    0    0    0     0          0         0 1957867304 6970780    0    0    0     0       0          0
 wlan0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
    lo: 2616029    5309    0    0    0     0          0         0  2616029    5309    0    0    0     0       0          0
dummy0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0

==> /proc/net/dev_mcast <==
5    eth0            1     0     01005e000001
5    eth0            1     0     333300000001
5    eth0            1     0     3333ff97bb5f
5    eth0            1     0     3333ffd4fcb5
6    wlan0           1     0     01005e000001
2    dummy0          1     0     333300000001

==> /proc/net/dev_snmp6 <==

==> /proc/net/fib_trie <==
Main:
  +-- 0.0.0.0/0 3 0 4
     |-- 0.0.0.0
        /0 universe UNICAST
     +-- 127.0.0.0/8 2 0 2
        +-- 127.0.0.0/31 1 0 0
           |-- 127.0.0.0
              /32 link BROADCAST
              /8 host LOCAL
           |-- 127.0.0.1
              /32 host LOCAL
        |-- 127.255.255.255
           /32 link BROADCAST
     |-- 169.254.0.0
        /16 link UNICAST
     +-- 192.168.0.0/24 2 0 1
        |-- 192.168.0.0
           /32 link BROADCAST
           /24 link UNICAST
        +-- 192.168.0.64/30 2 0 2
           |-- 192.168.0.65
              /32 host LOCAL
           |-- 192.168.0.66
              /32 host LOCAL
        |-- 192.168.0.255
           /32 link BROADCAST
Local:
  +-- 0.0.0.0/0 3 0 4
     |-- 0.0.0.0
        /0 universe UNICAST
     +-- 127.0.0.0/8 2 0 2
        +-- 127.0.0.0/31 1 0 0
           |-- 127.0.0.0
              /32 link BROADCAST
              /8 host LOCAL
           |-- 127.0.0.1
              /32 host LOCAL
        |-- 127.255.255.255
           /32 link BROADCAST
     |-- 169.254.0.0
        /16 link UNICAST
     +-- 192.168.0.0/24 2 0 1
        |-- 192.168.0.0
           /32 link BROADCAST
           /24 link UNICAST
        +-- 192.168.0.64/30 2 0 2
           |-- 192.168.0.65
              /32 host LOCAL
           |-- 192.168.0.66
              /32 host LOCAL
        |-- 192.168.0.255
           /32 link BROADCAST

==> /proc/net/fib_triestat <==
Basic info: size of leaf: 32 bytes, size of tnode: 28 bytes.
Main:
	Aver depth:     2.22
	Max depth:      3
	Leaves:         9
	Prefixes:       11
	Internal nodes: 5
	  1: 1  2: 3  3: 1
	Pointers: 22
Null ptrs: 9
Total size: 1  kB
Local:
	Aver depth:     2.22
	Max depth:      3
	Leaves:         9
	Prefixes:       11
	Internal nodes: 5
	  1: 1  2: 3  3: 1
	Pointers: 22
Null ptrs: 9
Total size: 1  kB

==> /proc/net/hci <==
sk               RefCnt Rmem   Wmem   User   Inode  Parent

==> /proc/net/hidp <==
sk               RefCnt Rmem   Wmem   User   Inode  Parent

==> /proc/net/hostap <==

==> /proc/net/icmp <==
  sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             

==> /proc/net/icmp6 <==
  sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops

==> /proc/net/if_inet6 <==
fe8000000000000078f8992ac097bb5f 05 40 20 80     eth0
00000000000000000000000000000001 01 80 10 80       lo
2a04ae041404c2002a4f11de98d4fcb5 05 40 00 00     eth0

==> /proc/net/igmp <==
Idx	Device    : Count Querier	Group    Users Timer	Reporter
1	lo        :     1      V3
				010000E0     1 0:00000000		0
5	eth0      :     1      V3
				010000E0     1 0:00000000		0
6	wlan0     :     1      V3
				010000E0     1 0:00000000		0

==> /proc/net/igmp6 <==
1    lo              ff020000000000000000000000000001     1 0000000C 0
1    lo              ff010000000000000000000000000001     1 00000008 0
2    dummy0          ff020000000000000000000000000001     1 0000000C 0
2    dummy0          ff010000000000000000000000000001     1 00000008 0
3    sit0            ff020000000000000000000000000001     1 0000000C 0
3    sit0            ff010000000000000000000000000001     1 00000008 0
4    ip6tnl0         ff020000000000000000000000000001     1 0000000C 0
4    ip6tnl0         ff010000000000000000000000000001     1 00000008 0
5    eth0            ff0200000000000000000001ffd4fcb5     1 00000004 0
5    eth0            ff0200000000000000000001ff97bb5f     1 00000004 0
5    eth0            ff020000000000000000000000000001     1 0000000C 0
5    eth0            ff010000000000000000000000000001     1 00000008 0
6    wlan0           ff020000000000000000000000000001     1 00000008 0
6    wlan0           ff010000000000000000000000000001     1 00000008 0

==> /proc/net/ip6_flowlabel <==
Label S Owner  Users  Linger Expires  Dst                              Opt

==> /proc/net/ip6_tables_matches <==
conntrack
conntrack
conntrack
comment
ipv6header
icmp6
udplite
udp
tcp

==> /proc/net/ip6_tables_names <==
mangle
filter

==> /proc/net/ip6_tables_targets <==
REJECT
ERROR

==> /proc/net/ip_mr_cache <==
Group    Origin   Iif     Pkts    Bytes    Wrong Oifs

==> /proc/net/ip_mr_vif <==
Interface      BytesIn  PktsIn  BytesOut PktsOut Flags Local    Remote

==> /proc/net/ip_tables_matches <==
conntrack
conntrack
conntrack
comment
icmp
udplite
udp
tcp

==> /proc/net/ip_tables_names <==
filter

==> /proc/net/ip_tables_targets <==
ERROR

==> /proc/net/ipv6_route <==
2a04ae041404c2000000000000000000 40 00000000000000000000000000000000 00 fe80000000000000b2982bfffe76f146 00000064 00000001 00000000 00000003     eth0
fe80000000000000b2982bfffe76f146 80 00000000000000000000000000000000 00 00000000000000000000000000000000 00000064 00000001 00000000 00000001     eth0
fe800000000000000000000000000000 40 00000000000000000000000000000000 00 00000000000000000000000000000000 00000100 00000001 00000000 00000001     eth0
00000000000000000000000000000000 00 00000000000000000000000000000000 00 fe80000000000000b2982bfffe76f146 00000064 00000001 00000000 00000003     eth0
00000000000000000000000000000000 00 00000000000000000000000000000000 00 00000000000000000000000000000000 ffffffff 00000001 000034ff 00200200       lo
00000000000000000000000000000001 80 00000000000000000000000000000000 00 00000000000000000000000000000000 00000000 00000006 000005c0 80200001       lo
2a04ae041404c2002a4f11de98d4fcb5 80 00000000000000000000000000000000 00 00000000000000000000000000000000 00000000 00000006 000000f3 80200001     eth0
fe8000000000000078f8992ac097bb5f 80 00000000000000000000000000000000 00 00000000000000000000000000000000 00000000 00000004 000000e1 80200001     eth0
ff000000000000000000000000000000 08 00000000000000000000000000000000 00 00000000000000000000000000000000 00000100 00000004 000000db 00000001     eth0
00000000000000000000000000000000 00 00000000000000000000000000000000 00 00000000000000000000000000000000 ffffffff 00000001 000034ff 00200200       lo

==> /proc/net/l2cap <==
sk               RefCnt Rmem   Wmem   User   Inode  Parent
edad8000 2      0      0      0      1164   0     

==> /proc/net/mcfilter <==
Idx Device        MCA        SRC    INC    EXC

==> /proc/net/mcfilter6 <==
Idx Device                Multicast Address                   Source Address    INC    EXC

==> /proc/net/netfilter <==

==> /proc/net/netlink <==
sk       Eth Pid    Groups   Rmem     Wmem     Dump     Locks     Drops     Inode
ee836c00 0   0      00000000 0        0        0 2        0        16      
ecea3c00 0   767558172 00000551 0        0        0 2        0        17090   
ec506400 0   1189   00000771 0        0        0 2        0        19956   
ecf81800 0   839    00000001 0        0        0 2        0        18584   
edabc000 4   0      00000000 0        0        0 2        0        11470   
edabd400 6   0      00000000 0        0        0 2        0        11471   
ee20bc00 10  0      00000000 0        0        0 2        0        10389   
eeaf7800 11  0      00000000 0        0        0 2        0        41      
ecfd3800 15  551    00000002 0        0        0 2        0        16917   
edad8c00 15  2940286473 00000002 0        0        0 2        0        17862   
ecea3800 15  4266769875 00000002 0        0        0 2        0        17089   
ee837400 15  0      00000000 0        0        0 2        0        20      
ecea2800 15  540    00000002 0        0        0 2        0        17088   
ecfd3c00 15  3724694504 00000002 0        0        0 2        0        16919   
edada000 15  4287468030 00000001 0        0        0 2        0        1355    
ec4b5800 15  24439  00000002 0        0        0 2        0        804108  
ecf14800 15  4238474557 00000002 0        0        0 2        0        15170   
ecfd3000 15  3779924029 00000002 0        0        0 2        0        16918   
ed651000 15  1      00000002 0        0        0 2        0        15726   
ecfd1000 15  3192679313 00000002 0        0        0 2        0        16920   
ecf81400 16  1392509767 0000003c 0        0        0 2        0        18586   
ecf82000 16  675283783 00000000 0        0        0 2        0        18585   
ee208400 16  0      00000000 0        0        0 2        0        47      
ecf17000 16  1350566428 00000000 0        0        0 2        0        15229   
ecf80c00 16  1975518023 00000000 0        0        0 2        0        18589   

==> /proc/net/netstat <==
TcpExt: SyncookiesSent SyncookiesRecv SyncookiesFailed EmbryonicRsts PruneCalled RcvPruned OfoPruned OutOfWindowIcmps LockDroppedIcmps ArpFilter TW TWRecycled TWKilled PAWSActive PAWSEstab DelayedACKs DelayedACKLocked DelayedACKLost ListenOverflows ListenDrops TCPHPHits TCPPureAcks TCPHPAcks TCPRenoRecovery TCPSackRecovery TCPSACKReneging TCPFACKReorder TCPSACKReorder TCPRenoReorder TCPTSReorder TCPFullUndo TCPPartialUndo TCPDSACKUndo TCPLossUndo TCPLostRetransmit TCPRenoFailures TCPSackFailures TCPLossFailures TCPFastRetrans TCPSlowStartRetrans TCPTimeouts TCPLossProbes TCPLossProbeRecovery TCPRenoRecoveryFail TCPSackRecoveryFail TCPRcvCollapsed TCPDSACKOldSent TCPDSACKOfoSent TCPDSACKRecv TCPDSACKOfoRecv TCPAbortOnData TCPAbortOnClose TCPAbortOnMemory TCPAbortOnTimeout TCPAbortOnLinger TCPAbortFailed TCPMemoryPressures TCPMemoryPressuresChrono TCPSACKDiscard TCPDSACKIgnoredOld TCPDSACKIgnoredNoUndo TCPSpuriousRTOs TCPMD5NotFound TCPMD5Unexpected TCPMD5Failure TCPSackShifted TCPSackMerged TCPSackShiftFallback TCPBacklogDrop PFMemallocDrop TCPMinTTLDrop TCPDeferAcceptDrop IPReversePathFilter TCPTimeWaitOverflow TCPReqQFullDoCookies TCPReqQFullDrop TCPRetransFail TCPRcvCoalesce TCPOFOQueue TCPOFODrop TCPOFOMerge TCPChallengeACK TCPSYNChallenge TCPFastOpenActive TCPFastOpenActiveFail TCPFastOpenPassive TCPFastOpenPassiveFail TCPFastOpenListenOverflow TCPFastOpenCookieReqd TCPFastOpenBlackhole TCPSpuriousRtxHostQueues BusyPollRxPackets TCPAutoCorking TCPFromZeroWindowAdv TCPToZeroWindowAdv TCPWantZeroWindowAdv TCPSynRetrans TCPOrigDataSent TCPHystartTrainDetect TCPHystartTrainCwnd TCPHystartDelayDetect TCPHystartDelayCwnd TCPACKSkippedSynRecv TCPACKSkippedPAWS TCPACKSkippedSeq TCPACKSkippedFinWait2 TCPACKSkippedTimeWait TCPACKSkippedChallenge TCPWinProbe TCPKeepAlive TCPMTUPFail TCPMTUPSuccess
TcpExt: 0 0 0 0 0 0 0 0 0 0 4211 0 0 0 0 2052 50 234 0 0 3336722 190903 1269305 0 6239 0 0 47 0 19 1 19 1 18 372 0 0 0 10733 0 164 322 61 0 24 0 234 0 48 0 7 395 0 117 0 0 0 0 0 0 43 0 0 0 0 15649 98714 16185 0 0 0 0 0 0 0 0 0 208314 51026 0 0 0 0 0 0 0 0 0 0 0 1 0 9730 0 0 0 569 3795142 92 4291 303 13885 0 0 0 0 0 0 0 0 0 0
IpExt: InNoRoutes InTruncatedPkts InMcastPkts OutMcastPkts InBcastPkts OutBcastPkts InOctets OutOctets InMcastOctets OutMcastOctets InBcastOctets OutBcastOctets InCsumErrors InNoECTPkts InECT1Pkts InECT0Pkts InCEPkts
IpExt: 0 0 0 96 6903 0 22120497133 5622476377 0 14760 569244 0 0 16498397 0 1302 0

==> /proc/net/nf_conntrack <==

==> /proc/net/nf_conntrack_expect <==

==> /proc/net/nfsfs <==

==> /proc/net/packet <==
sk       RefCnt Type Proto  Iface R Rmem   User   Inode
ec561000 3      2    890d   6     1 0      0      18600 
ec4dc800 3      3    0003   5     1 0      0      18145 
ec417800 3      2    888e   6     1 0      0      18591 
ec417000 2      2    0000   0     0 0      0      18590 
ee9e4800 3      3    0003   5     1 0      0      1912  

==> /proc/net/pfkey <==
sk       RefCnt Rmem   Wmem   User   Inode

==> /proc/net/pnp <==
#MANUAL
nameserver 0.0.0.0
nameserver 0.0.0.0
nameserver 0.0.0.0

==> /proc/net/protocols <==
protocol  size sockets  memory press maxhdr  slab module     cl co di ac io in de sh ss gs se re sp bi br ha uh gp em
HIDP       600      0      -1   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
RFCOMM     624      0      -1   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
KEY        656      0      -1   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
PACKET    1088      5      -1   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
PINGv6     904      0      -1   NI       0   yes  kernel      y  y  y  n  n  y  n  n  y  y  y  y  n  y  y  y  y  y  n
RAWv6      904      2      -1   NI       0   yes  kernel      y  y  y  n  y  y  y  n  y  y  y  y  n  y  y  y  y  n  n
UDPLITEv6 1024      0       3   NI       0   yes  kernel      y  y  y  n  y  y  y  n  y  y  y  y  n  n  n  y  y  y  n
UDPv6     1024      4       3   NI       0   yes  kernel      y  y  y  n  y  y  y  n  y  y  y  y  n  n  n  y  y  y  n
TCPv6     1776      1       0   no     304   yes  kernel      y  y  y  y  y  y  y  y  y  y  y  y  y  n  y  y  y  y  y
ALG        600      0       0   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
UNIX       832     73      -1   NI       0   yes  kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
UDP-Lite   896      0       3   NI       0   yes  kernel      y  y  y  n  y  y  y  n  y  y  y  y  y  n  n  y  y  y  n
PING       744      0      -1   NI       0   yes  kernel      y  y  y  n  n  y  n  n  y  y  y  y  n  y  y  y  y  y  n
RAW        752      1      -1   NI       0   yes  kernel      y  y  y  n  y  y  y  n  y  y  y  y  n  y  y  y  y  n  n
UDP        896      8       3   NI       0   yes  kernel      y  y  y  n  y  y  y  n  y  y  y  y  y  n  n  y  y  y  n
TCP       1664      1       0   no     304   yes  kernel      y  y  y  y  y  y  y  y  y  y  y  y  y  n  y  y  y  y  y
SCO        624      0      -1   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
L2CAP      608      0      -1   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
HCI        656      0      -1   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n
NETLINK    792     18      -1   NI       0   no   kernel      n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n

==> /proc/net/psched <==
000003e8 00000040 000f4240 3b9aca00

==> /proc/net/ptype <==
Type Device      Function
0800          ip_rcv
0011          llc_rcv
0004          llc_rcv
0806          arp_rcv
86dd          ipv6_rcv

==> /proc/net/raw <==
  sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
   1: 00000000:0001 00000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 811993 2 ed6f9e00 0

==> /proc/net/raw6 <==
  sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
   58: 00000000000000000000000000000000:003A 00000000000000000000000000000000:0000 07 00000000:00000A00 00:00000000 00000000     0        0 811995 2 ec4c2580 0
   58: 00000000000000000000000000000000:003A 00000000000000000000000000000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 18582 2 eced1e00 0

==> /proc/net/rfcomm <==
sk               RefCnt Rmem   Wmem   User   Inode  Parent

==> /proc/net/route <==
Iface	Destination	Gateway 	Flags	RefCnt	Use	Metric	Mask		MTU	Window	IRTT                                                       
eth0	00000000	0100A8C0	0003	0	0	100	00000000	0	0	0                                                                             
eth0	0000FEA9	00000000	0001	0	0	1000	0000FFFF	0	0	0                                                                            
eth0	0000A8C0	00000000	0001	0	0	100	00FFFFFF	0	0	0                                                                             

==> /proc/net/rpc <==

==> /proc/net/rt6_stats <==
0000 0007 0000 0008 0000 0000 000c

==> /proc/net/rt_acct <==

==> /proc/net/rt_cache <==
Iface	Destination	Gateway 	Flags		RefCnt	Use	Metric	Source		MTU	Window	IRTT	TOS	HHRef	HHUptod	SpecDst                          

==> /proc/net/rtl8723bs <==

==> /proc/net/sco <==
sk               RefCnt Rmem   Wmem   User   Inode  Parent

==> /proc/net/snmp <==
Ip: Forwarding DefaultTTL InReceives InHdrErrors InAddrErrors ForwDatagrams InUnknownProtos InDiscards InDelivers OutRequests OutDiscards OutNoRoutes ReasmTimeout ReasmReqds ReasmOKs ReasmFails FragOKs FragFails FragCreates
Ip: 2 64 4465912 0 3 0 0 0 4430347 4419679 0 1 0 400 200 0 200 0 400
Icmp: InMsgs InErrors InCsumErrors InDestUnreachs InTimeExcds InParmProbs InSrcQuenchs InRedirects InEchos InEchoReps InTimestamps InTimestampReps InAddrMasks InAddrMaskReps OutMsgs OutErrors OutDestUnreachs OutTimeExcds OutParmProbs OutSrcQuenchs OutRedirects OutEchos OutEchoReps OutTimestamps OutTimestampReps OutAddrMasks OutAddrMaskReps
Icmp: 3968 4 0 8 0 0 0 0 1 3959 0 0 0 0 4870 0 12 0 0 0 0 4857 1 0 0 0 0
IcmpMsg: InType0 InType3 InType8 OutType0 OutType3 OutType8
IcmpMsg: 3959 8 1 1 12 4857
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
Tcp: 1 200 120000 -1 5189 15 85 648 0 4909117 6718651 11742 0 3819 0
Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti
Udp: 142760 12 0 224282 0 0 0 533
UdpLite: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti
UdpLite: 0 0 0 0 0 0 0 0

==> /proc/net/snmp6 <==
Ip6InReceives                   	637962
Ip6InHdrErrors                  	0
Ip6InTooBigErrors               	0
Ip6InNoRoutes                   	0
Ip6InAddrErrors                 	0
Ip6InUnknownProtos              	0
Ip6InTruncatedPkts              	0
Ip6InDiscards                   	0
Ip6InDelivers                   	636100
Ip6OutForwDatagrams             	0
Ip6OutRequests                  	585259
Ip6OutDiscards                  	0
Ip6OutNoRoutes                  	11
Ip6ReasmTimeout                 	0
Ip6ReasmReqds                   	3722
Ip6ReasmOKs                     	1861
Ip6ReasmFails                   	0
Ip6FragOKs                      	1900
Ip6FragFails                    	0
Ip6FragCreates                  	3800
Ip6InMcastPkts                  	201
Ip6OutMcastPkts                 	223
Ip6InOctets                     	2993193569
Ip6OutOctets                    	430864446
Ip6InMcastOctets                	24888
Ip6OutMcastOctets               	17914
Ip6InBcastOctets                	0
Ip6OutBcastOctets               	0
Ip6InNoECTPkts                  	2221359
Ip6InECT1Pkts                   	0
Ip6InECT0Pkts                   	1298
Ip6InCEPkts                     	0
Icmp6InMsgs                     	8234
Icmp6InErrors                   	5
Icmp6OutMsgs                    	8594
Icmp6OutErrors                  	0
Icmp6InCsumErrors               	0
Icmp6InDestUnreachs             	106
Icmp6InPktTooBigs               	0
Icmp6InTimeExcds                	4
Icmp6InParmProblems             	0
Icmp6InEchos                    	0
Icmp6InEchoReplies              	7452
Icmp6InGroupMembQueries         	0
Icmp6InGroupMembResponses       	0
Icmp6InGroupMembReductions      	0
Icmp6InRouterSolicits           	0
Icmp6InRouterAdvertisements     	198
Icmp6InNeighborSolicits         	347
Icmp6InNeighborAdvertisements   	127
Icmp6InRedirects                	0
Icmp6InMLDv2Reports             	0
Icmp6OutDestUnreachs            	106
Icmp6OutPktTooBigs              	0
Icmp6OutTimeExcds               	0
Icmp6OutParmProblems            	0
Icmp6OutEchos                   	7611
Icmp6OutEchoReplies             	0
Icmp6OutGroupMembQueries        	0
Icmp6OutGroupMembResponses      	0
Icmp6OutGroupMembReductions     	0
Icmp6OutRouterSolicits          	1
Icmp6OutRouterAdvertisements    	0
Icmp6OutNeighborSolicits        	517
Icmp6OutNeighborAdvertisements  	347
Icmp6OutRedirects               	0
Icmp6OutMLDv2Reports            	12
Icmp6InType1                    	106
Icmp6InType3                    	4
Icmp6InType129                  	7452
Icmp6InType134                  	198
Icmp6InType135                  	347
Icmp6InType136                  	127
Icmp6OutType1                   	106
Icmp6OutType128                 	7611
Icmp6OutType133                 	1
Icmp6OutType135                 	517
Icmp6OutType136                 	347
Icmp6OutType143                 	12
Udp6InDatagrams                 	1817
Udp6NoPorts                     	5
Udp6InErrors                    	0
Udp6OutDatagrams                	5429
Udp6RcvbufErrors                	0
Udp6SndbufErrors                	0
Udp6InCsumErrors                	0
Udp6IgnoredMulti                	0
UdpLite6InDatagrams             	0
UdpLite6NoPorts                 	0
UdpLite6InErrors                	0
UdpLite6OutDatagrams            	0
UdpLite6RcvbufErrors            	0
UdpLite6SndbufErrors            	0
UdpLite6InCsumErrors            	0

==> /proc/net/sockstat <==
sockets: used 162
TCP: inuse 1 orphan 0 tw 0 alloc 2 mem 0
UDP: inuse 8 mem 3
UDPLITE: inuse 0
RAW: inuse 1
FRAG: inuse 0 memory 0

==> /proc/net/sockstat6 <==
TCP6: inuse 1
UDP6: inuse 4
UDPLITE6: inuse 0
RAW6: inuse 2
FRAG6: inuse 0 memory 0

==> /proc/net/softnet_stat <==
001c5578 00000000 00000003 00000000 00000000 00000000 00000000 00000000 00000000 001274b2 00000000
00199dfe 00000000 00000004 00000000 00000000 00000000 00000000 00000000 00000000 001143a1 00000000
00181854 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 001144f0 00000000
0000048a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

==> /proc/net/stat <==

==> /proc/net/tcp <==
  sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
   0: 00000000:86D9 00000000:0000 0A 00000000:00000000 00:00000000 00000000     0        0 20724 1 ec610000 100 0 0 10 0                             

==> /proc/net/tcp6 <==
  sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
   0: 00000000000000000000000000000000:86D9 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000     0        0 20726 1 ec608000 100 0 0 10 0

==> /proc/net/udp <==
  sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
   86: 4200A8C0:C9EF 02FFFF53:0035 01 00000000:00000000 00:00000000 00000000   106        0 815318 2 ecfc4e00 0                
  171: 00000000:0044 00000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 18147 2 ed76ce00 0                 
  171: 00000000:0044 00000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 1914 2 ed6bc000 0                  
  226: 4100A8C0:007B 00000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 19947 2 ee289880 0                 
  226: 4200A8C0:007B 00000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 19945 2 ee289500 0                 
  226: 0100007F:007B 00000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 19943 2 ee289180 0                 
  226: 00000000:007B 00000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 19939 2 ee288e00 0                 
  375: 4200A8C0:AF10 01FFFF53:0035 01 00000000:00000000 00:00000000 00000000   106        0 815317 2 ecfc5880 0                

==> /proc/net/udp6 <==
  sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
  226: 000080FE000000002A99F8785FBB97C0:007B 00000000000000000000000000000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 19955 2 ec507000 0
  226: 04AE042A00C20414DE114F2AB5FCD498:007B 00000000000000000000000000000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 19953 2 ec507400 0
  226: 00000000000000000000000001000000:007B 00000000000000000000000000000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 19949 2 ec504c00 0
  226: 00000000000000000000000000000000:007B 00000000000000000000000000000000:0000 07 00000000:00000000 00:00000000 00000000     0        0 19936 2 ec505000 0

==> /proc/net/udplite <==
  sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             

==> /proc/net/udplite6 <==
  sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops

==> /proc/net/unix <==
Num       RefCount Protocol Flags    Type St Inode Path
ec421a00: 00000002 00000000 00000000 0002 01 804115 /run/user/0/systemd/notify
ec4209c0: 00000002 00000000 00010000 0001 01 804119 /run/user/0/systemd/private
ec421040: 00000002 00000000 00010000 0001 01 804124 /run/user/0/gnupg/S.gpg-agent
ec4216c0: 00000002 00000000 00010000 0001 01 804127 /run/user/0/gnupg/S.gpg-agent.extra
ec422a40: 00000002 00000000 00010000 0001 01 804129 /run/user/0/gnupg/S.gpg-agent.browser
ec420680: 00000002 00000000 00010000 0001 01 804131 /run/user/0/gnupg/S.gpg-agent.ssh
ec4223c0: 00000002 00000000 00010000 0001 01 804133 /run/user/0/gnupg/S.dirmngr
ed748d00: 00000002 00000000 00010000 0001 01 16693 /var/run/dbus/system_bus_socket
eccd8000: 00000002 00000000 00010000 0001 01  1345 /run/systemd/fsck.progress
eccd8340: 00000002 00000000 00000000 0002 01  1348 /run/systemd/journal/syslog
eccd8680: 00000002 00000000 00010000 0005 01  1353 /run/udev/control
eccd89c0: 00000009 00000000 00000000 0002 01  1356 /run/systemd/journal/dev-log
eccd8d00: 00000002 00000000 00010000 0001 01  1359 /run/systemd/journal/stdout
eccd9040: 00000006 00000000 00000000 0002 01  1361 /run/systemd/journal/socket
ed66c340: 00000003 00000000 00000000 0002 01 15728 /run/systemd/notify
ed66c680: 00000002 00000000 00000000 0002 01 15730 /run/systemd/cgroups-agent
ececb740: 00000002 00000000 00010000 0001 01 18550 /var/run/NetworkManager/private-dhcp
ed66d040: 00000002 00000000 00010000 0001 01 15734 /run/systemd/private
ececa700: 00000002 00000000 00000000 0002 01 18602 /run/wpa_supplicant/wlan0
ed749a00: 00000003 00000000 00000000 0001 03 16753
eeab89c0: 00000003 00000000 00000000 0001 03 15153
ec422080: 00000003 00000000 00000000 0002 01 804117
ecec9380: 00000003 00000000 00000000 0001 03  1967
ececa080: 00000003 00000000 00000000 0001 03 18455
ed66ea40: 00000003 00000000 00000000 0002 01 15953
eeaba3c0: 00000003 00000000 00000000 0002 01 14988
ececad80: 00000003 00000000 00000000 0001 03 18544
eeabb0c0: 00000003 00000000 00000000 0001 03 20847
ec4256c0: 00000003 00000000 00000000 0001 03 19961
ececba80: 00000003 00000000 00000000 0001 03 18583
ed66f740: 00000003 00000000 00000000 0001 03 17532
ec421380: 00000002 00000000 00000000 0002 01 22265
ed74a700: 00000003 00000000 00000000 0001 03 17465 /var/run/dbus/system_bus_socket
eeab8680: 00000003 00000000 00000000 0001 03 15351
ed749d40: 00000003 00000000 00000000 0001 03 17449 /run/systemd/journal/stdout
ebebc680: 00000003 00000000 00000000 0001 03 802615 /run/systemd/journal/stdout
ed66cd00: 00000003 00000000 00000000 0002 01 15733
ed749040: 00000003 00000000 00000000 0001 03 16760
ecec89c0: 00000002 00000000 00000000 0002 01  1907
ed66da00: 00000002 00000000 00000000 0002 01 15910
eeab9380: 00000003 00000000 00000000 0001 03 16229 /run/systemd/journal/stdout
ed748340: 00000003 00000000 00000000 0001 03 16813
ececa3c0: 00000003 00000000 00000000 0001 03 17257 /run/systemd/journal/stdout
eeaba080: 00000003 00000000 00000000 0002 01 14989
ec424680: 00000002 00000000 00000000 0002 01 17107
eeabad80: 00000002 00000000 00000000 0002 01 15147
eb8d0d00: 00000002 00000000 00000000 0002 01 801361
ed66e700: 00000003 00000000 00000000 0002 01 15952
ebebed80: 00000003 00000000 00000000 0001 03 803111
ed74b740: 00000003 00000000 00000000 0001 03 17539 /var/run/dbus/system_bus_socket
ececb0c0: 00000003 00000000 00000000 0001 03 18106 /var/run/dbus/system_bus_socket
eeabba80: 00000003 00000000 00000000 0001 03 19101 /run/systemd/journal/stdout
ed66c9c0: 00000003 00000000 00000000 0002 01 15732
ebebd040: 00000002 00000000 00000000 0002 01 803117
eeab9040: 00000003 00000000 00000000 0001 03 15352 /run/systemd/journal/stdout
eeab9d40: 00000003 00000000 00000000 0001 03 14674
ed748680: 00000003 00000000 00000000 0001 03 17469 /run/systemd/journal/stdout
ec420000: 00000002 00000000 00000000 0002 01 804102
eeabaa40: 00000002 00000000 00000000 0002 01 14976
eeabb740: 00000002 00000000 00000000 0002 01 20858
ec425d40: 00000003 00000000 00000000 0001 03 19962
ececb400: 00000002 00000000 00000000 0002 01 18549
ed66f0c0: 00000003 00000000 00000000 0001 03 17464
eeab8d00: 00000003 00000000 00000000 0001 03 15154 /var/run/dbus/system_bus_socket
ed7489c0: 00000002 00000000 00000000 0002 01 16915
ed66d380: 00000003 00000000 00000000 0001 03 17463
ec423740: 00000002 00000000 00000000 0002 01 18136
ecec9d40: 00000003 00000000 00000000 0001 03 16257 /run/systemd/journal/stdout
eeaba700: 00000002 00000000 00000000 0002 01 14964
ed74b0c0: 00000003 00000000 00000000 0001 03 16921
ececaa40: 00000003 00000000 00000000 0001 03 18140 /var/run/dbus/system_bus_socket
ed66fa80: 00000003 00000000 00000000 0001 03 15118 /run/systemd/journal/stdout
ec421d40: 00000003 00000000 00000000 0002 01 804118

==> /proc/net/vlan <==

==> /proc/net/wireless <==
Inter-| sta-|   Quality        |   Discarded packets               | Missed | WE
 face | tus | link level noise |  nwid  crypt   frag  retry   misc | beacon | 22
 wlan0: 0000    0.    0.    0.       0      0      0      0      0        0
--------------------
   Thermal Zone 0
   58.181 °C
   136.725 °F
--------------------
   Thermal Zone 1
   56.363 °C
   133.453 °F
--------------------
Filesystem      Size  Used Avail Use% Mounted on
udev           1001M     0 1001M   0% /dev
tmpfs           201M   16M  186M   8% /run
/dev/mmcblk0p1   15G  1.1G   14G   8% /
tmpfs          1003M     0 1003M   0% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs          1003M     0 1003M   0% /sys/fs/cgroup
tmpfs          1003M     0 1003M   0% /tmp
log2ram         200M   12M  189M   6% /var/log
tmpfs           201M     0  201M   0% /run/user/0
              total        used        free      shared  buff/cache   available
Mem:           2.0G         63M        1.7G         34M        178M        1.8G
Swap:          127M          0B        127M
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.2  26404  4940 ?        Ss   19:50   0:03 /sbin/init scandelay
root         2  0.0  0.0      0     0 ?        S    19:50   0:00 [kthreadd]
root         4  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/0:0H]
root         6  0.0  0.0      0     0 ?        I<   19:50   0:00 [mm_percpu_wq]
root         7  0.0  0.0      0     0 ?        S    19:50   0:01 [ksoftirqd/0]
root         8  0.1  0.0      0     0 ?        I    19:50   0:11 [rcu_preempt]
root         9  0.0  0.0      0     0 ?        I    19:50   0:00 [rcu_sched]
root        10  0.0  0.0      0     0 ?        I    19:50   0:00 [rcu_bh]
root        11  0.0  0.0      0     0 ?        S    19:50   0:00 [migration/0]
root        12  0.0  0.0      0     0 ?        S    19:50   0:00 [cpuhp/0]
root        13  0.0  0.0      0     0 ?        S    19:50   0:00 [cpuhp/1]
root        14  0.0  0.0      0     0 ?        S    19:50   0:00 [migration/1]
root        15  0.0  0.0      0     0 ?        S    19:50   0:01 [ksoftirqd/1]
root        17  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/1:0H]
root        18  0.0  0.0      0     0 ?        S    19:50   0:00 [cpuhp/2]
root        19  0.0  0.0      0     0 ?        S    19:50   0:00 [migration/2]
root        20  0.0  0.0      0     0 ?        S    19:50   0:00 [ksoftirqd/2]
root        22  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/2:0H]
root        23  0.0  0.0      0     0 ?        S    19:50   0:00 [cpuhp/3]
root        24  0.0  0.0      0     0 ?        S    19:50   0:00 [migration/3]
root        25  0.0  0.0      0     0 ?        S    19:50   0:02 [ksoftirqd/3]
root        27  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/3:0H]
root        28  0.0  0.0      0     0 ?        S    19:50   0:00 [kdevtmpfs]
root        29  0.0  0.0      0     0 ?        I<   19:50   0:00 [netns]
root        31  0.0  0.0      0     0 ?        S    19:50   0:00 [khungtaskd]
root        32  0.0  0.0      0     0 ?        S    19:50   0:00 [oom_reaper]
root        33  0.0  0.0      0     0 ?        I<   19:50   0:00 [writeback]
root        34  0.0  0.0      0     0 ?        I<   19:50   0:00 [crypto]
root        35  0.0  0.0      0     0 ?        I<   19:50   0:00 [kblockd]
root        36  0.0  0.0      0     0 ?        I<   19:50   0:00 [md]
root        37  0.0  0.0      0     0 ?        I<   19:50   0:00 [devfreq_wq]
root        38  0.0  0.0      0     0 ?        I<   19:50   0:00 [cfg80211]
root        39  0.0  0.0      0     0 ?        I<   19:50   0:00 [watchdogd]
root        40  0.0  0.0      0     0 ?        I<   19:50   0:00 [rpciod]
root        41  0.0  0.0      0     0 ?        I<   19:50   0:00 [xprtiod]
root        42  0.0  0.0      0     0 ?        S    19:50   0:00 [kswapd0]
root        43  0.0  0.0      0     0 ?        S    19:50   0:00 [ecryptfs-kthrea]
root        44  0.0  0.0      0     0 ?        I<   19:50   0:00 [nfsiod]
root        45  0.0  0.0      0     0 ?        I<   19:50   0:00 [cifsiod]
root        46  0.0  0.0      0     0 ?        I<   19:50   0:00 [cifsoplockd]
root        47  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsIO]
root        48  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsCommit]
root        49  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsCommit]
root        50  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsCommit]
root        51  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsCommit]
root        52  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsSync]
root        53  0.0  0.0      0     0 ?        I<   19:50   0:00 [xfsalloc]
root        54  0.0  0.0      0     0 ?        I<   19:50   0:00 [xfs_mru_cache]
root        92  0.0  0.0      0     0 ?        I<   19:50   0:00 [kthrotld]
root        93  0.0  0.0      0     0 ?        S    19:50   0:00 [spi2]
root        94  0.0  0.0      0     0 ?        I<   19:50   0:00 [libertastf]
root        96  0.0  0.0      0     0 ?        S    19:50   0:00 [irq/79-rk808]
root        97  0.0  0.0      0     0 ?        S    19:50   0:00 [irq/43-rockchip]
root        98  0.0  0.0      0     0 ?        I<   19:50   0:00 [raid5wq]
root        99  0.0  0.0      0     0 ?        I<   19:50   0:00 [dm_bufio_cache]
root       102  0.0  0.0      0     0 ?        I<   19:50   0:00 [ipv6_addrconf]
root       103  0.0  0.0      0     0 ?        S<   19:50   0:00 [krfcommd]
root       106  0.0  0.0      0     0 ?        S    19:50   0:00 [irq/57-ff980000]
root       108  0.0  0.0      0     0 ?        S    19:50   0:01 [mmcqd/0]
root       143  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/1:1H]
root       147  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/0:1H]
root       167  0.0  0.0      0     0 ?        S    19:50   0:00 [jbd2/mmcblk0p1-]
root       168  0.0  0.0      0     0 ?        I<   19:50   0:00 [ext4-rsv-conver]
root       182  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/3:1H]
root       189  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/2:1H]
root       263  0.0  0.1  12368  2604 ?        Ss   19:50   0:00 /lib/systemd/systemd-udevd
root       385  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/u9:0]
root       386  0.0  0.0      0     0 ?        I<   19:50   0:00 [kbase_job_fault]
root       387  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/u9:1]
root       462  0.1  0.2  27112  5052 ?        Ss   19:50   0:09 /lib/systemd/systemd-journald
root       498  0.0  0.2   7216  4116 ?        Ss   19:50   0:03 /usr/sbin/haveged --Foreground --verbose=1 -w 1024
message+   518  0.0  0.1   5412  2960 ?        Ss   19:50   0:02 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       540  0.1  0.6  96832 13604 ?        Ssl  19:50   0:09 /usr/sbin/NetworkManager --no-daemon
root       551  0.0  0.1   6128  3480 ?        Ss   19:50   0:00 /lib/systemd/systemd-logind
root       649  0.0  0.2   8500  4460 ?        Ss   19:50   0:00 /usr/sbin/sshd -D
root       830  0.0  0.0      0     0 ?        S    19:50   0:00 [RTW_XMIT_THREAD]
root       831  0.1  0.0      0     0 ?        S    19:50   0:08 [RTW_CMD_THREAD]
root       832  0.0  0.0      0     0 ?        S    19:50   0:00 [RTWHALXT]
root       834  0.0  0.2  37544  5908 ?        Ssl  19:50   0:00 /usr/lib/policykit-1/polkitd --no-debug
root       839  0.0  0.2   7876  4932 ?        Ss   19:50   0:02 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
root       862  0.0  0.1   5256  2832 ?        S    19:50   0:00 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /var/run/dhclient-eth0.pid -lf /var/lib/NetworkManager/dhclient-27abdbc0-957a-3b32-a9ca-609cde406708-eth0.lease -cf /var/lib/NetworkManager/dhclient-eth0.conf eth0
root      1100  0.0  0.1   5256  2056 ?        Ss   19:50   0:00 /sbin/dhclient -4 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
root      1152  0.1  0.5 904924 11012 ?        Ssl  19:50   0:10 /usr/share/filebeat/bin/filebeat -c /etc/filebeat/filebeat.yml -path.home /usr/share/filebeat -path.config /etc/filebeat -path.data /var/lib/filebeat -path.logs /var/log/filebeat
ntp       1189  0.0  0.1   6900  2868 ?        Ssl  19:50   0:01 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:110
root      1441  0.0  0.0      0     0 ?        I    20:58   0:00 [kworker/1:0]
root      2123  0.0  0.0   3476  1580 ttyS2    Ss+  19:51   0:00 /sbin/agetty --keep-baud 115200,38400,9600 ttyS2 linux
root      2125  0.0  0.1   5016  2300 tty1     Ss   19:51   0:00 /bin/login --
root      2786  0.0  0.0  23092  2040 ?        Ssl  19:53   0:01 /usr/sbin/rsyslogd -n
root     10613  0.0  0.0      0     0 ?        I    21:38   0:00 [kworker/3:0]
root     17260  0.1  0.0      0     0 ?        I    21:46   0:01 [kworker/0:1]
root     18766  0.0  0.0      0     0 ?        I    21:48   0:00 [kworker/u8:4]
root     18771  0.0  0.0      0     0 ?        I    21:48   0:00 [kworker/u8:6]
root     24439  0.0  0.1   7580  4100 ?        Ss   21:50   0:00 /lib/systemd/systemd --user
root     24442  0.0  0.0  27876  1296 ?        S    21:50   0:00 (sd-pam)
root     24448  0.1  0.1   5704  3968 tty1     S    21:50   0:01 -bash
root     25273  0.0  0.0      0     0 ?        I    20:53   0:00 [kworker/2:2]
root     27684  0.1  0.0      0     0 ?        I    21:53   0:00 [kworker/3:1]
root     27748  0.0  0.0      0     0 ?        I    21:54   0:00 [kworker/0:2]
root     27751  0.1  0.0      0     0 ?        I    21:54   0:00 [kworker/1:2]
root     27774  0.0  0.0      0     0 ?        I    21:56   0:00 [kworker/2:1]
root     27830  0.0  0.0      0     0 ?        I    21:59   0:00 [kworker/0:0]
root     27872  0.0  0.0   4388   656 tty1     S    22:01   0:00 ping 192.168.0.1 -O
root     27913  0.0  0.1   6728  2512 tty1     R+   22:03   0:00 ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.2  26404  4940 ?        Ss   19:50   0:03 /sbin/init scandelay
root         2  0.0  0.0      0     0 ?        S    19:50   0:00 [kthreadd]
root         4  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/0:0H]
root         6  0.0  0.0      0     0 ?        I<   19:50   0:00 [mm_percpu_wq]
root         7  0.0  0.0      0     0 ?        S    19:50   0:01 [ksoftirqd/0]
root         8  0.1  0.0      0     0 ?        I    19:50   0:11 [rcu_preempt]
root         9  0.0  0.0      0     0 ?        I    19:50   0:00 [rcu_sched]
root        10  0.0  0.0      0     0 ?        I    19:50   0:00 [rcu_bh]
root        11  0.0  0.0      0     0 ?        S    19:50   0:00 [migration/0]
root        12  0.0  0.0      0     0 ?        S    19:50   0:00 [cpuhp/0]
root        13  0.0  0.0      0     0 ?        S    19:50   0:00 [cpuhp/1]
root        14  0.0  0.0      0     0 ?        S    19:50   0:00 [migration/1]
root        15  0.0  0.0      0     0 ?        S    19:50   0:01 [ksoftirqd/1]
root        17  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/1:0H]
root        18  0.0  0.0      0     0 ?        S    19:50   0:00 [cpuhp/2]
root        19  0.0  0.0      0     0 ?        S    19:50   0:00 [migration/2]
root        20  0.0  0.0      0     0 ?        S    19:50   0:00 [ksoftirqd/2]
root        22  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/2:0H]
root        23  0.0  0.0      0     0 ?        S    19:50   0:00 [cpuhp/3]
root        24  0.0  0.0      0     0 ?        S    19:50   0:00 [migration/3]
root        25  0.0  0.0      0     0 ?        S    19:50   0:02 [ksoftirqd/3]
root        27  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/3:0H]
root        28  0.0  0.0      0     0 ?        S    19:50   0:00 [kdevtmpfs]
root        29  0.0  0.0      0     0 ?        I<   19:50   0:00 [netns]
root        31  0.0  0.0      0     0 ?        S    19:50   0:00 [khungtaskd]
root        32  0.0  0.0      0     0 ?        S    19:50   0:00 [oom_reaper]
root        33  0.0  0.0      0     0 ?        I<   19:50   0:00 [writeback]
root        34  0.0  0.0      0     0 ?        I<   19:50   0:00 [crypto]
root        35  0.0  0.0      0     0 ?        I<   19:50   0:00 [kblockd]
root        36  0.0  0.0      0     0 ?        I<   19:50   0:00 [md]
root        37  0.0  0.0      0     0 ?        I<   19:50   0:00 [devfreq_wq]
root        38  0.0  0.0      0     0 ?        I<   19:50   0:00 [cfg80211]
root        39  0.0  0.0      0     0 ?        I<   19:50   0:00 [watchdogd]
root        40  0.0  0.0      0     0 ?        I<   19:50   0:00 [rpciod]
root        41  0.0  0.0      0     0 ?        I<   19:50   0:00 [xprtiod]
root        42  0.0  0.0      0     0 ?        S    19:50   0:00 [kswapd0]
root        43  0.0  0.0      0     0 ?        S    19:50   0:00 [ecryptfs-kthrea]
root        44  0.0  0.0      0     0 ?        I<   19:50   0:00 [nfsiod]
root        45  0.0  0.0      0     0 ?        I<   19:50   0:00 [cifsiod]
root        46  0.0  0.0      0     0 ?        I<   19:50   0:00 [cifsoplockd]
root        47  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsIO]
root        48  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsCommit]
root        49  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsCommit]
root        50  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsCommit]
root        51  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsCommit]
root        52  0.0  0.0      0     0 ?        S    19:50   0:00 [jfsSync]
root        53  0.0  0.0      0     0 ?        I<   19:50   0:00 [xfsalloc]
root        54  0.0  0.0      0     0 ?        I<   19:50   0:00 [xfs_mru_cache]
root        92  0.0  0.0      0     0 ?        I<   19:50   0:00 [kthrotld]
root        93  0.0  0.0      0     0 ?        S    19:50   0:00 [spi2]
root        94  0.0  0.0      0     0 ?        I<   19:50   0:00 [libertastf]
root        96  0.0  0.0      0     0 ?        S    19:50   0:00 [irq/79-rk808]
root        97  0.0  0.0      0     0 ?        S    19:50   0:00 [irq/43-rockchip]
root        98  0.0  0.0      0     0 ?        I<   19:50   0:00 [raid5wq]
root        99  0.0  0.0      0     0 ?        I<   19:50   0:00 [dm_bufio_cache]
root       102  0.0  0.0      0     0 ?        I<   19:50   0:00 [ipv6_addrconf]
root       103  0.0  0.0      0     0 ?        S<   19:50   0:00 [krfcommd]
root       106  0.0  0.0      0     0 ?        S    19:50   0:00 [irq/57-ff980000]
root       108  0.0  0.0      0     0 ?        S    19:50   0:01 [mmcqd/0]
root       143  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/1:1H]
root       147  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/0:1H]
root       167  0.0  0.0      0     0 ?        S    19:50   0:00 [jbd2/mmcblk0p1-]
root       168  0.0  0.0      0     0 ?        I<   19:50   0:00 [ext4-rsv-conver]
root       182  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/3:1H]
root       189  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/2:1H]
root       263  0.0  0.1  12368  2604 ?        Ss   19:50   0:00 /lib/systemd/systemd-udevd
root       385  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/u9:0]
root       386  0.0  0.0      0     0 ?        I<   19:50   0:00 [kbase_job_fault]
root       387  0.0  0.0      0     0 ?        I<   19:50   0:00 [kworker/u9:1]
root       462  0.1  0.2  27112  5052 ?        Ss   19:50   0:09 /lib/systemd/systemd-journald
root       498  0.0  0.2   7216  4116 ?        Ss   19:50   0:03 /usr/sbin/haveged --Foreground --verbose=1 -w 1024
message+   518  0.0  0.1   5412  2960 ?        Ss   19:50   0:02 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       540  0.1  0.6  96832 13604 ?        Ssl  19:50   0:09 /usr/sbin/NetworkManager --no-daemon
root       551  0.0  0.1   6128  3480 ?        Ss   19:50   0:00 /lib/systemd/systemd-logind
root       649  0.0  0.2   8500  4460 ?        Ss   19:50   0:00 /usr/sbin/sshd -D
root       830  0.0  0.0      0     0 ?        S    19:50   0:00 [RTW_XMIT_THREAD]
root       831  0.1  0.0      0     0 ?        S    19:50   0:08 [RTW_CMD_THREAD]
root       832  0.0  0.0      0     0 ?        S    19:50   0:00 [RTWHALXT]
root       834  0.0  0.2  37544  5908 ?        Ssl  19:50   0:00 /usr/lib/policykit-1/polkitd --no-debug
root       839  0.0  0.2   7876  4932 ?        Ss   19:50   0:02 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
root       862  0.0  0.1   5256  2832 ?        S    19:50   0:00 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /var/run/dhclient-eth0.pid -lf /var/lib/NetworkManager/dhclient-27abdbc0-957a-3b32-a9ca-609cde406708-eth0.lease -cf /var/lib/NetworkManager/dhclient-eth0.conf eth0
root      1100  0.0  0.1   5256  2056 ?        Ss   19:50   0:00 /sbin/dhclient -4 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
root      1152  0.1  0.5 904924 11012 ?        Ssl  19:50   0:10 /usr/share/filebeat/bin/filebeat -c /etc/filebeat/filebeat.yml -path.home /usr/share/filebeat -path.config /etc/filebeat -path.data /var/lib/filebeat -path.logs /var/log/filebeat
ntp       1189  0.0  0.1   6900  2868 ?        Ssl  19:50   0:01 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:110
root      1441  0.0  0.0      0     0 ?        I    20:58   0:00 [kworker/1:0]
root      2123  0.0  0.0   3476  1580 ttyS2    Ss+  19:51   0:00 /sbin/agetty --keep-baud 115200,38400,9600 ttyS2 linux
root      2125  0.0  0.1   5016  2300 tty1     Ss   19:51   0:00 /bin/login --
root      2786  0.0  0.0  23092  2040 ?        Ssl  19:53   0:01 /usr/sbin/rsyslogd -n
root     10613  0.0  0.0      0     0 ?        I    21:38   0:00 [kworker/3:0]
root     17260  0.1  0.0      0     0 ?        I    21:46   0:01 [kworker/0:1]
root     18766  0.0  0.0      0     0 ?        I    21:48   0:00 [kworker/u8:4]
root     18771  0.0  0.0      0     0 ?        I    21:48   0:00 [kworker/u8:6]
root     24439  0.0  0.1   7580  4100 ?        Ss   21:50   0:00 /lib/systemd/systemd --user
root     24442  0.0  0.0  27876  1296 ?        S    21:50   0:00 (sd-pam)
root     24448  0.1  0.1   5704  3968 tty1     S    21:50   0:01 -bash
root     25273  0.0  0.0      0     0 ?        I    20:53   0:00 [kworker/2:2]
root     27684  0.1  0.0      0     0 ?        I    21:53   0:00 [kworker/3:1]
root     27748  0.0  0.0      0     0 ?        I    21:54   0:00 [kworker/0:2]
root     27751  0.1  0.0      0     0 ?        I    21:54   0:00 [kworker/1:2]
root     27774  0.0  0.0      0     0 ?        I    21:56   0:00 [kworker/2:1]
root     27830  0.0  0.0      0     0 ?        I    21:59   0:00 [kworker/0:0]
root     27872  0.0  0.0   4388   656 tty1     S    22:01   0:00 ping 192.168.0.1 -O
root     27918  0.0  0.1   6728  2376 tty1     R+   22:03   0:00 ps aux
  UNIT                                                                                       LOAD      ACTIVE   SUB       DESCRIPTION                                                                         
  proc-sys-fs-binfmt_misc.automount                                                          loaded    inactive dead      Arbitrary Executable File Formats File System Automount Point                       
  dev-disk-by\x2did-mmc\x2dSC16G_0x336240ed.device                                           loaded    active   plugged   /dev/disk/by-id/mmc-SC16G_0x336240ed                                                
  dev-disk-by\x2did-mmc\x2dSC16G_0x336240ed\x2dpart1.device                                  loaded    active   plugged   /dev/disk/by-id/mmc-SC16G_0x336240ed-part1                                          
  dev-disk-by\x2dpartuuid-1abd305f\x2d01.device                                              loaded    active   plugged   /dev/disk/by-partuuid/1abd305f-01                                                   
  dev-disk-by\x2dpath-platform\x2dff0c0000.dwmmc.device                                      loaded    active   plugged   /dev/disk/by-path/platform-ff0c0000.dwmmc                                           
  dev-disk-by\x2dpath-platform\x2dff0c0000.dwmmc\x2dpart1.device                             loaded    active   plugged   /dev/disk/by-path/platform-ff0c0000.dwmmc-part1                                     
  dev-disk-by\x2duuid-733e4b8f\x2d8cdf\x2d42ad\x2d85a4\x2d6d5487409e6e.device                loaded    active   plugged   /dev/disk/by-uuid/733e4b8f-8cdf-42ad-85a4-6d5487409e6e                              
  dev-mmcblk0.device                                                                         loaded    active   plugged   /dev/mmcblk0                                                                        
  dev-mmcblk0p1.device                                                                       loaded    active   plugged   /dev/mmcblk0p1                                                                      
  dev-ram0.device                                                                            loaded    active   plugged   /dev/ram0                                                                           
  dev-rfkill.device                                                                          loaded    active   plugged   /dev/rfkill                                                                         
  dev-ttyS0.device                                                                           loaded    active   plugged   /dev/ttyS0                                                                          
  dev-ttyS1.device                                                                           loaded    active   plugged   /dev/ttyS1                                                                          
  dev-ttyS2.device                                                                           loaded    active   plugged   /dev/ttyS2                                                                          
  dev-ttyS3.device                                                                           loaded    active   plugged   /dev/ttyS3                                                                          
  sys-devices-platform-ff0c0000.dwmmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device loaded    active   plugged   /sys/devices/platform/ff0c0000.dwmmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1
  sys-devices-platform-ff0c0000.dwmmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device           loaded    active   plugged   /sys/devices/platform/ff0c0000.dwmmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0          
  sys-devices-platform-ff0d0000.dwmmc-mmc_host-mmc1-mmc1:0001-mmc1:0001:1-net-wlan0.device   loaded    active   plugged   /sys/devices/platform/ff0d0000.dwmmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0  
  sys-devices-platform-ff180000.serial-tty-ttyS0.device                                      loaded    active   plugged   /sys/devices/platform/ff180000.serial/tty/ttyS0                                     
  sys-devices-platform-ff190000.serial-tty-ttyS1.device                                      loaded    active   plugged   /sys/devices/platform/ff190000.serial/tty/ttyS1                                     
  sys-devices-platform-ff1b0000.serial-tty-ttyS3.device                                      loaded    active   plugged   /sys/devices/platform/ff1b0000.serial/tty/ttyS3                                     
  sys-devices-platform-ff290000.ethernet-net-eth0.device                                     loaded    active   plugged   /sys/devices/platform/ff290000.ethernet/net/eth0                                    
  sys-devices-platform-ff500000.usb-usb2-2\x2d1-2\x2d1:1.0-sound-card0.device                loaded    active   plugged   USB_Audio                                                                           
  sys-devices-platform-ff690000.serial-tty-ttyS2.device                                      loaded    active   plugged   /sys/devices/platform/ff690000.serial/tty/ttyS2                                     
  sys-devices-virtual-block-ram0.device                                                      loaded    active   plugged   /sys/devices/virtual/block/ram0                                                     
  sys-devices-virtual-misc-rfkill.device                                                     loaded    active   plugged   /sys/devices/virtual/misc/rfkill                                                    
  sys-devices-virtual-net-dummy0.device                                                      loaded    active   plugged   /sys/devices/virtual/net/dummy0                                                     
  sys-devices-virtual-net-ip6tnl0.device                                                     loaded    active   plugged   /sys/devices/virtual/net/ip6tnl0                                                    
  sys-devices-virtual-net-sit0.device                                                        loaded    active   plugged   /sys/devices/virtual/net/sit0                                                       
  sys-module-configfs.device                                                                 loaded    active   plugged   /sys/module/configfs                                                                
  sys-subsystem-net-devices-dummy0.device                                                    loaded    active   plugged   /sys/subsystem/net/devices/dummy0                                                   
  sys-subsystem-net-devices-eth0.device                                                      loaded    active   plugged   /sys/subsystem/net/devices/eth0                                                     
  sys-subsystem-net-devices-ip6tnl0.device                                                   loaded    active   plugged   /sys/subsystem/net/devices/ip6tnl0                                                  
  sys-subsystem-net-devices-sit0.device                                                      loaded    active   plugged   /sys/subsystem/net/devices/sit0                                                     
  sys-subsystem-net-devices-wlan0.device                                                     loaded    active   plugged   /sys/subsystem/net/devices/wlan0                                                    
  -.mount                                                                                    loaded    active   mounted   Root Mount                                                                          
  dev-hugepages.mount                                                                        loaded    inactive dead      Huge Pages File System                                                              
  dev-mqueue.mount                                                                           loaded    active   mounted   POSIX Message Queue File System                                                     
  proc-sys-fs-binfmt_misc.mount                                                              loaded    inactive dead      Arbitrary Executable File Formats File System                                       
  run-user-0.mount                                                                           loaded    active   mounted   /run/user/0                                                                         
  sys-fs-fuse-connections.mount                                                              loaded    inactive dead      FUSE Control File System                                                            
  sys-kernel-config.mount                                                                    loaded    active   mounted   Configuration File System                                                           
  sys-kernel-debug-tracing.mount                                                             loaded    active   mounted   /sys/kernel/debug/tracing                                                           
  sys-kernel-debug.mount                                                                     loaded    active   mounted   Debug File System                                                                   
  tmp.mount                                                                                  loaded    active   mounted   /tmp                                                                                
  var-log.hdd.mount                                                                          loaded    active   mounted   /var/log.hdd                                                                        
  var-log.mount                                                                              loaded    active   mounted   /var/log                                                                            
  systemd-ask-password-console.path                                                          loaded    active   waiting   Dispatch Password Requests to Console Directory Watch                               
  systemd-ask-password-wall.path                                                             loaded    active   waiting   Forward Password Requests to Wall Directory Watch                                   
  init.scope                                                                                 loaded    active   running   System and Service Manager                                                          
  session-c14.scope                                                                          loaded    active   running   Session c14 of user root                                                            
  alsa-restore.service                                                                       loaded    active   exited    Save/Restore Sound Card State                                                       
  alsa-state.service                                                                         loaded    inactive dead      Manage Sound Card State (restore and store)                                         
● apparmor.service                                                                           not-found inactive dead      apparmor.service                                                                    
  apt-daily-upgrade.service                                                                  loaded    inactive dead      Daily apt upgrade and clean activities                                              
  apt-daily.service                                                                          loaded    inactive dead      Daily apt download activities                                                       
  armhwinfo.service                                                                          loaded    active   exited    LSB: Armbian gathering hardware information                                         
● auditd.service                                                                             not-found inactive dead      auditd.service                                                                      
● bluetooth.service                                                                          not-found inactive dead      bluetooth.service                                                                   
● console-screen.service                                                                     not-found inactive dead      console-screen.service                                                              
  console-setup.service                                                                      loaded    active   exited    Set console font and keymap                                                         
  cpufrequtils.service                                                                       loaded    active   exited    LSB: set CPUFreq kernel parameters                                                  
  cron.service                                                                               loaded    inactive dead      Regular background program processing daemon                                        
  dbus.service                                                                               loaded    active   running   D-Bus System Message Bus                                                            
● display-manager.service                                                                    not-found inactive dead      display-manager.service                                                             
  emergency.service                                                                          loaded    inactive dead      Emergency Shell                                                                     
  fake-hwclock.service                                                                       loaded    active   exited    Restore / save the current clock                                                    
  filebeat.service                                                                           loaded    active   running   filebeat                                                                            
  firstrun-config.service                                                                    loaded    inactive dead      Armbian first run optional user configuration                                       
  getty-static.service                                                                       loaded    inactive dead      getty on tty2-tty6 if dbus and logind are not available                             
  getty@tty1.service                                                                         loaded    active   running   Getty on tty1                                                                       
  haveged.service                                                                            loaded    active   running   Entropy daemon using the HAVEGE algorithm                                           
  hddtemp.service                                                                            loaded    active   exited    LSB: disk temperature monitoring daemon                                             
  hostapd.service                                                                            loaded    active   exited    LSB: Advanced IEEE 802.11 management daemon                                         
  ifup@eth0.service                                                                          loaded    active   exited    ifup for eth0                                                                       
● kbd.service                                                                                not-found inactive dead      kbd.service                                                                         
  keyboard-setup.service                                                                     loaded    active   exited    Set the console keyboard layout                                                     
  kmod-static-nodes.service                                                                  loaded    active   exited    Create list of required static device nodes for the current kernel                  
  loadcpufreq.service                                                                        loaded    active   exited    LSB: Load kernel modules needed to enable cpufreq scaling                           
  log2ram.service                                                                            loaded    active   exited    Armbian enhanced Log2Ram                                                            
● mountkernfs.service                                                                        masked    inactive dead      mountkernfs.service                                                                 
  networking.service                                                                         loaded    active   exited    Raise network interfaces                                                            
  NetworkManager-wait-online.service                                                         loaded    active   exited    Network Manager Wait Online                                                         
  NetworkManager.service                                                                     loaded    active   running   Network Manager                                                                     
  ntp.service                                                                                loaded    active   running   LSB: Start NTP daemon                                                               
● plymouth-quit-wait.service                                                                 not-found inactive dead      plymouth-quit-wait.service                                                          
● plymouth-start.service                                                                     not-found inactive dead      plymouth-start.service                                                              
  polkit.service                                                                             loaded    active   running   Authorization Manager                                                               
● rc-local.service                                                                           loaded    failed   failed    /etc/rc.local Compatibility                                                         
  rescue.service                                                                             loaded    inactive dead      Rescue Shell                                                                        
  resolvconf.service                                                                         loaded    active   exited    Nameserver information manager                                                      
  rsync.service                                                                              loaded    inactive dead      fast remote file copy program daemon                                                
  rsyslog.service                                                                            loaded    active   running   System Logging Service                                                              
  serial-getty@ttyS2.service                                                                 loaded    active   running   Serial Getty on ttyS2                                                               
  ssh.service                                                                                loaded    active   running   OpenBSD Secure Shell server                                                         
  sshtunnel.service                                                                          loaded    inactive dead      Establishes SSH tunnel to master                                                    
  sysfsutils.service                                                                         loaded    active   exited    LSB: Set sysfs variables from /etc/sysfs.conf                                       
  sysstat.service                                                                            loaded    active   exited    LSB: Start/stop sysstat's sadc                                                      
  systemd-ask-password-console.service                                                       loaded    inactive dead      Dispatch Password Requests to Console                                               
  systemd-ask-password-wall.service                                                          loaded    inactive dead      Forward Password Requests to Wall                                                   
  systemd-binfmt.service                                                                     loaded    inactive dead      Set Up Additional Binary Formats                                                    
  systemd-fsck-root.service                                                                  loaded    inactive dead      File System Check on Root Device                                                    
  systemd-fsckd.service                                                                      loaded    inactive dead      File System Check Daemon to report status                                           
  systemd-hwdb-update.service                                                                loaded    inactive dead      Rebuild Hardware Database                                                           
  systemd-initctl.service                                                                    loaded    inactive dead      /dev/initctl Compatibility Daemon                                                   
  systemd-journal-flush.service                                                              loaded    active   exited    Flush Journal to Persistent Storage                                                 
  systemd-journald.service                                                                   loaded    active   running   Journal Service                                                                     
  systemd-logind.service                                                                     loaded    active   running   Login Service                                                                       
  systemd-machine-id-commit.service                                                          loaded    inactive dead      Commit a transient machine-id on disk                                               
  systemd-modules-load.service                                                               loaded    active   exited    Load Kernel Modules                                                                 
  systemd-random-seed.service                                                                loaded    active   exited    Load/Save Random Seed                                                               
  systemd-remount-fs.service                                                                 loaded    active   exited    Remount Root and Kernel File Systems                                                
  systemd-rfkill.service                                                                     loaded    inactive dead      Load/Save RF Kill Switch Status                                                     
  systemd-sysctl.service                                                                     loaded    active   exited    Apply Kernel Variables                                                              
● systemd-sysusers.service                                                                   not-found inactive dead      systemd-sysusers.service                                                            
  systemd-timesyncd.service                                                                  loaded    inactive dead      Network Time Synchronization                                                        
  systemd-tmpfiles-clean.service                                                             loaded    inactive dead      Cleanup of Temporary Directories                                                    
  systemd-tmpfiles-setup-dev.service                                                         loaded    active   exited    Create Static Device Nodes in /dev                                                  
  systemd-tmpfiles-setup.service                                                             loaded    active   exited    Create Volatile Files and Directories                                               
  systemd-udev-trigger.service                                                               loaded    active   exited    udev Coldplug all Devices                                                           
  systemd-udevd.service                                                                      loaded    active   running   udev Kernel Device Manager                                                          
● systemd-update-done.service                                                                not-found inactive dead      systemd-update-done.service                                                         
  systemd-update-utmp-runlevel.service                                                       loaded    inactive dead      Update UTMP about System Runlevel Changes                                           
  systemd-update-utmp.service                                                                loaded    active   exited    Update UTMP about System Boot/Shutdown                                              
  systemd-user-sessions.service                                                              loaded    active   exited    Permit User Sessions                                                                
● systemd-vconsole-setup.service                                                             not-found inactive dead      systemd-vconsole-setup.service                                                      
  tinker-bluetooth-restart.service                                                           loaded    inactive dead      Bluetooth restart walkaround                                                        
● tinker-bluetooth.service                                                                   loaded    failed   failed    Realtek H5 bluetooth support                                                        
  unattended-upgrades.service                                                                loaded    active   exited    Unattended Upgrades Shutdown                                                        
  user@0.service                                                                             loaded    active   running   User Manager for UID 0                                                              
  wpa_supplicant.service                                                                     loaded    active   running   WPA supplicant                                                                      
  -.slice                                                                                    loaded    active   active    Root Slice                                                                          
  system-getty.slice                                                                         loaded    active   active    system-getty.slice                                                                  
  system-serial\x2dgetty.slice                                                               loaded    active   active    system-serial\x2dgetty.slice                                                        
  system.slice                                                                               loaded    active   active    System Slice                                                                        
  user-0.slice                                                                               loaded    active   active    User Slice of root                                                                  
  user.slice                                                                                 loaded    active   active    User and Session Slice                                                              
  dbus.socket                                                                                loaded    active   running   D-Bus System Message Bus Socket                                                     
  syslog.socket                                                                              loaded    active   running   Syslog Socket                                                                       
  systemd-fsckd.socket                                                                       loaded    active   listening fsck to fsckd communication Socket                                                  
  systemd-initctl.socket                                                                     loaded    active   listening /dev/initctl Compatibility Named Pipe                                               
  systemd-journald-audit.socket                                                              loaded    inactive dead      Journal Audit Socket                                                                
  systemd-journald-dev-log.socket                                                            loaded    active   running   Journal Socket (/dev/log)                                                           
  systemd-journald.socket                                                                    loaded    active   running   Journal Socket                                                                      
  systemd-rfkill.socket                                                                      loaded    active   listening Load/Save RF Kill Switch Status /dev/rfkill Watch                                   
  systemd-udevd-control.socket                                                               loaded    active   running   udev Control Socket                                                                 
  systemd-udevd-kernel.socket                                                                loaded    active   running   udev Kernel Socket                                                                  
  var-swap.swap                                                                              loaded    active   active    /var/swap                                                                           
  basic.target                                                                               loaded    active   active    Basic System                                                                        
  cryptsetup.target                                                                          loaded    active   active    Encrypted Volumes                                                                   
  emergency.target                                                                           loaded    inactive dead      Emergency Mode                                                                      
  getty.target                                                                               loaded    active   active    Login Prompts                                                                       
  graphical.target                                                                           loaded    active   active    Graphical Interface                                                                 
  local-fs-pre.target                                                                        loaded    active   active    Local File Systems (Pre)                                                            
  local-fs.target                                                                            loaded    active   active    Local File Systems                                                                  
  multi-user.target                                                                          loaded    active   active    Multi-User System                                                                   
  network-online.target                                                                      loaded    active   active    Network is Online                                                                   
  network-pre.target                                                                         loaded    inactive dead      Network (Pre)                                                                       
  network.target                                                                             loaded    active   active    Network                                                                             
  nss-user-lookup.target                                                                     loaded    inactive dead      User and Group Name Lookups                                                         
  paths.target                                                                               loaded    active   active    Paths                                                                               
  remote-fs-pre.target                                                                       loaded    inactive dead      Remote File Systems (Pre)                                                           
  remote-fs.target                                                                           loaded    active   active    Remote File Systems                                                                 
  rescue.target                                                                              loaded    inactive dead      Rescue Mode                                                                         
  shutdown.target                                                                            loaded    inactive dead      Shutdown                                                                            
  slices.target                                                                              loaded    active   active    Slices                                                                              
  sockets.target                                                                             loaded    active   active    Sockets                                                                             
  sound.target                                                                               loaded    active   active    Sound Card                                                                          
  swap.target                                                                                loaded    active   active    Swap                                                                                
  sysinit.target                                                                             loaded    active   active    System Initialization                                                               
● syslog.target                                                                              not-found inactive dead      syslog.target                                                                       
  time-sync.target                                                                           loaded    active   active    System Time Synchronized                                                            
  timers.target                                                                              loaded    active   active    Timers                                                                              
  umount.target                                                                              loaded    inactive dead      Unmount All Filesystems                                                             
  apt-daily-upgrade.timer                                                                    loaded    active   waiting   Daily apt upgrade and clean activities                                              
  apt-daily.timer                                                                            loaded    active   waiting   Daily apt download activities                                                       
  systemd-tmpfiles-clean.timer                                                               loaded    active   waiting   Daily Cleanup of Temporary Directories                                              

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

177 loaded units listed.
To show all installed unit files use 'systemctl list-unit-files'.
Linux chprobe.chprobe20 4.14.36-rockchip #22 SMP PREEMPT Thu Apr 26 06:41:40 CEST 2018 armv7l GNU/Linux

 

 

Edited by chwe
spoilered log
Link to comment
Share on other sites

Hi,

 

I've now isolated the problem. It occurs when I'm running bbk_cli (this is a speedtest, similiar to ookla and such). When I run this test over IPv6 specfically, the whole network will break down as described earlier. Using the very same binary for IPv4 tests works just fine... It's just when I'm running the IPv6 test. This binary runs OK in for example RPI3 (not sure about kernel, but I've only tested on CentOS). Can check these details if it's interesting. I also noted it seems to occur when the upstream is being tested.

 

Running similiar traffic patterns with iperf3 over IPv6 seems to work OK.. But this one is different as it uses HTTP protocol.

 

About the BBK speedtest:

https://ensupport.bredbandskollen.se/support/solutions/articles/1000228167-how-does-the-measurement-work-in-technical-terms-

 

How to reproduce:
Download and install BBK @ https://beta1.bredbandskollen.se/download/bbk-cli_0.3.8_armhf.deb

Run the IPv6 test (the test should crash when the upstream test starts):

root@tinkerboard:~# bbk_cli --v6
Start: 2018-04-27 07:48:31  [ipv6]
Latency:     150.650 ms
Download:    826.816 Mbit/s
Upload:        8.141 Mbit/s

/B

Link to comment
Share on other sites

Hi @Rfreire

 

See the output below. The send counter never increases when I'm running the IPv6 traffic, it dies of too quickly I guess. The IPv4 test shows that expected traffic pattern.

 

I also tried reproducing this problem with curl and POST, e.g "curl -6 -XPOST -d @bigfile http://[ipv6-address]. This works just fine, even when I'm paralleling 4-5 streams.

 

Idle:

Spoiler

----total-cpu-usage---- -dsk/total- -net/total- ------memory-usage-----
usr sys idl wai hiq siq| read  writ| recv  send| used  buff  cach  free
  3   4  92   1   0   0|2715k   34k|   0     0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 246B   42B|65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 266B   78B|65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 335B   86B|65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 240B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 |  60B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 306B    0 |65.9M 9932k 91.6M 1838M
  0   0  99   0   0   0|   0     0 | 180B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 326B   78B|65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 137B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 180B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 306B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 240B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 |  60B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 180B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 257B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 366B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 |  60B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 180B    0 |65.9M 9932k 91.6M 1838M
  0   0 100   0   0   0|   0     0 | 342B   96B|65.9M 9932k 91.6M 1838M
  2   1  97   0   0   0|  40k    0 |3797B 2319B|66.7M 9932k 91.6M 1837M
  0   1  99   0   0   0|   0     0 | 263B    0 |66.8M 9932k 91.6M 1837M
  2   1  97   0   0   0|   0     0 | 774B  446B|66.9M 9932k 91.6M 1837M
  5   7  88   0   0   0|  48k    0 |1594B 3736B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 330B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 150B   90B|69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 396B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 306B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0  8192B| 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 809B  408B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 348B  102B|69.7M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 348B  102B|69.7M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 |1302B  944B|69.7M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.7M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.7M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.7M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 240B    0 |69.7M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 186B    0 |69.7M 9936k 91.6M 1834M
  1   2  97   0   0   0|   0     0 | 180B    0 |69.7M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 137B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.9M 9936k 91.6M 1834M
  1   0  99   0   0   0|   0     0 |1656B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 383B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 330B  130B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 366B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 227B   90B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 610B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 270B   90B|69.9M 9936k 91.6M 1834M
  1   2  98   0   0   0|   0     0 | 656B  470B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B   42B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0    16k| 377B   42B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 332B   78B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 258B   86B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   2  98   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 266B   78B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  1   0  99   0   0   0|   0     0 |1656B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 383B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 270B   90B|69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 270B   90B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 300B  270B|69.9M 9936k 91.6M 1834M
  1   1  99   0   0   0|   0     0 | 616B  220B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 450B  270B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0  8192B| 120B    0 |69.9M 9936k 91.6M 1834M
  1   2  98   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 366B   42B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 |1596B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 383B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 610B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 456B   90B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0    16k| 186B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 440B  242B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 407B   90B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 |1075B  270B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 404B  206B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 366B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 266B   78B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  1   0  99   0   0   0|   0     0 |1716B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 383B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |1345B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 709B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 456B   90B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0  8192B| 470B  380B|69.9M 9936k 91.6M 1834M
  1   2  97   0   0   0|   0     0 | 300B   90B|69.9M 9936k 91.6M 1834M
  1   1  98   0   0   0|   0     0 | 487B  290B|70.0M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 456B  132B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  1   0  99   0   0   0|   0     0 |1596B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 323B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 300B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 366B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 550B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 390B  130B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 186B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 330B   90B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0    16k| 137B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B   42B|69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 350B  152B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 377B  180B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 270B   90B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 464B  344B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |1596B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 443B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 625B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 206B   78B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 317B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0  8192B| 120B    0 |69.9M 9936k 91.6M 1834M
  1   1  98   0   0   0|   0     0 | 366B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 210B   90B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 290B  110B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 210B   90B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 607B  380B|69.9M 9936k 91.6M 1834M
  0   1  98   0   0   0|   0     0 | 336B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 330B  132B|69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 210B   90B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  1   0  99   0   0   0|   0     0 |1686B   90B|69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 383B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 317B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 550B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 366B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.9M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 317B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0    16k| 120B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 270B   90B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B   42B|69.9M 9936k 91.6M 1834M
  1   0  99   0   0   0|   0     0 |1716B   42B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 473B   90B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 170B  110B|69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 546B  180B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 137B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 434B  254B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 314B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 186B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 343B   78B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 137B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0    16k|  60B    0 |69.8M 9936k 91.6M 1834M
  1   1  98   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 257B    0 |69.9M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 366B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 270B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  1   0  99   0   0   0|   0     0 |1806B   90B|69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 353B  180B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 380B  110B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B   42B|69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 440B  200B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 150B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 396B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 347B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 610B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B   42B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 330B  130B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 366B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 186B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0  8192B| 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  1   0  99   0   0   0|   0     0 |1596B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 473B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   1  98   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 366B   42B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 270B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 506B  200B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 270B   90B|69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 270B   90B|69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 500B  254B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 392B   78B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0    16k| 257B    0 |69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 306B    0 |69.8M 9936k 91.6M 1834M
  1   2  98   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 354B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |1482B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 383B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 270B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 347B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 330B   42B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 810B  242B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 416B  110B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 347B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 300B  180B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 270B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 618B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 272B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 306B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0  8192B| 306B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |  60B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 354B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 |1422B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 323B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 366B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 347B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 306B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B   42B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 320B  200B|69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 330B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 257B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 336B   90B|69.8M 9936k 91.6M 1834M
  0   1  98   0   0   0|   0     0 | 416B  168B|69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 258B   86B|69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0  99   0   0   0|   0     0 | 287B   90B|69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 366B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0    16k| 240B   42B|69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 206B   78B|69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 294B    0 |69.8M 9936k 91.6M 1834M
  1   1  98   0   0   0|   0     0 |1542B    0 |69.8M 9936k 91.6M 1834M
  0   1  99   0   0   0|   0     0 | 383B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 120B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 246B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 197B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 240B    0 |69.8M 9936k 91.6M 1834M
  0   0 100   0   0   0|   0     0 | 180B    0 |69.8M 9936k 91.6M 1834M

 

During IPv4 test:

Spoiler

----total-cpu-usage---- -dsk/total- -net/total- ------memory-usage-----
usr sys idl wai hiq siq| read  writ| recv  send| used  buff  cach  free
  0   0  99   0   0   0| 112k 1615B|   0     0 |78.2M 10.1M 93.2M 1824M
  0   0  99   0   0   0|   0     0 | 318B  960B|78.3M 10.1M 93.2M 1824M
  0   1  99   0   0   0|   0     0 | 312B  460B|78.3M 10.1M 93.2M 1824M
  0   0  99   0   0   0|   0     0 | 312B  460B|78.3M 10.1M 93.2M 1824M
  0   0 100   0   0   0|   0     0 | 252B  460B|78.3M 10.1M 93.2M 1824M
  1   2  96   0   0   0|   0     0 |6452k   56k|77.2M 10.1M 93.2M 1825M
  1  15  84   0   0   1|   0     0 |  92M  714k|77.4M 10.1M 93.2M 1824M
  1  12  87   0   0   0|   0     0 |  93M  666k|77.8M 10.1M 93.2M 1824M
  1  12  87   0   0   1|   0     0 |  94M  658k|77.8M 10.1M 93.2M 1824M
  1  12  86   0   0   1|   0     0 |  96M  667k|77.8M 10.1M 93.2M 1824M
  1  11  88   0   0   1|   0     0 | 100M  691k|77.9M 10.1M 93.2M 1824M
  1  11  87   0   0   1|   0     0 | 105M  716k|77.7M 10.1M 93.2M 1824M
  1  10  88   0   0   0|   0     0 |  88M  681k|77.8M 10.1M 93.2M 1824M
  1  11  87   0   0   1|   0     0 |  92M  706k|78.1M 10.1M 93.2M 1824M
  1  11  87   0   0   1|   0     0 |  95M  685k|78.2M 10.1M 93.2M 1824M
  1   8  91   0   0   1|   0     0 |  61M 3793k|78.7M 10.1M 93.2M 1823M
  0   3  97   0   0   1|   0     0 | 286k   16M|80.5M 10.1M 93.2M 1821M
  0   3  96   0   0   0|   0     0 | 380k   16M|82.0M 10.1M 93.2M 1820M
  0   2  97   0   0   1|   0     0 | 456k   15M|82.2M 10.1M 93.2M 1820M
  0   1  98   0   0   0|   0     0 | 306k   14M|81.4M 10.1M 93.2M 1820M
  0   1  98   0   0   0|   0     0 | 275k   14M|82.1M 10.1M 93.2M 1820M
  0   1  98   0   0   0|   0     0 | 306k   14M|81.7M 10.1M 93.2M 1820M
  0   1  98   0   0   0|   0     0 | 244k   12M|82.2M 10.1M 93.2M 1820M
  0   1  98   0   0   0|   0     0 | 313k   15M|81.4M 10.1M 93.2M 1820M
  0   1  98   0   0   0|   0     0 | 304k   13M|81.3M 10.1M 93.2M 1821M
  0   1  99   0   0   0|   0    88k|  70k 2539k|79.4M 10.1M 93.2M 1822M
  0   1  99   0   0   0|   0     0 | 602B 3620B|79.3M 10.1M 93.2M 1823M
  0   0 100   0   0   0|   0     0 | 312B 1974B|79.3M 10.1M 93.2M 1823M
  0   1  99   0   0   0|   0     0 | 192B  460B|79.3M 10.1M 93.2M 1823M
  0   0  99   0   0   0|   0     0 | 252B 1974B|79.3M 10.1M 93.2M 1823M
  0   0 100   0   0   0|   0     0 | 312B  460B|79.3M 10.1M 93.2M 1823M
  0   0  99   0   0   0|   0     0 | 438B  460B|79.3M 10.1M 93.2M 1823M
  0   0  99   0   0   0|   0     0 | 126B 1872B|79.3M 10.1M 93.2M 1823M
  0   1  99   0   0   0|   0     0 | 186B  358B|79.3M 10.1M 93.2M 1823M
  0   0  99   0   0   0|   0     0 | 246B  358B|79.3M 10.1M 93.2M 1823M
  0   0 100   0   0   0|   0     0 | 246B 1872B|79.3M 10.1M 93.2M 1823M
  0   0  99   0   0   0|   0     0 | 252B  358B|79.3M 10.1M 93.2M 1823M
  0   0  99   0   0   0|   0     0 | 246B  400B|79.3M 10.1M 93.2M 1823M
  0   1  99   0   0   0|   0     0 | 246B  358B|79.3M 10.1M 93.2M 1823M
  0   0  99   0   0   0|   0     0 | 246B 1872B|79.3M 10.1M 93.2M 1823M
  0   0 100   0   0   0|   0     0 | 126B  358B|79.3M 10.1M 93.2M 1823M
  0   1  99   0   0   0|   0     0 | 312B  358B|79.3M 10.1M 93.2M 1823M
  0   1  99   0   0   0|   0     0 | 246B  358B|79.3M 10.1M 93.2M 1823M
  1   1  99   0   0   0|   0     0 | 420B  358B|79.3M 10.1M 93.2M 1823M
  0   1  99   0   0   0|   0     0 | 126B  358B|79.3M 10.1M 93.2M 1823M
  1   2  97   0   0   0|   0     0 |1488B  358B|79.4M 10.1M 93.2M 1822M
  0   1  99   0   0   0|   0     0 | 372B  358B|79.5M 10.1M 93.2M 1822M
  0   0 100   0   0   0|   0     0 | 246B  358B|79.5M 10.1M 93.2M 1822M
  0   1  99   0   0   0|   0     0 | 276B  488B|79.5M 10.1M 93.2M 1822M

 

During IPv6 test (and crash):

Spoiler

----total-cpu-usage---- -dsk/total- -net/total- ------memory-usage-----
usr sys idl wai hiq siq| read  writ| recv  send| used  buff  cach  free
  0   1  99   0   0   0| 169k 2792B|   0     0 |71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0     0 | 120B    0 |71.8M 10.1M 92.0M 1831M
  0   0  99   0   0   0|   0     0 | 270B  130B|71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0     0 | 120B    0 |71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0     0 | 180B    0 |71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0     0 | 246B    0 |71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0  8192B| 120B    0 |71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0     0 | 120B    0 |71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0     0 | 180B    0 |71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0     0 | 120B    0 |71.8M 10.1M 92.0M 1831M
  2   4  93   0   0   1|8192B    0 |  21M  300k|72.1M 10.1M 92.0M 1831M
  1  15  82   0   0   2|   0     0 | 101M 1926k|76.1M 10.1M 92.0M 1827M
  1  13  84   0   0   2|   0  8192B|  94M 1513k|72.3M 10.1M 92.0M 1831M
  1  12  86   0   0   1|   0     0 |  95M 1440k|71.9M 10.1M 92.0M 1831M
  1  11  86   0   0   1|   0     0 |  92M 1229k|72.1M 10.1M 92.0M 1831M
  1  14  84   0   0   1|   0     0 | 106M 1583k|71.9M 10.1M 92.0M 1831M
  1  10  85   0   0   3|   0     0 |  92M 1508k|72.1M 10.1M 92.0M 1831M
  1  12  85   0   0   2|   0     0 |  99M 1606k|72.3M 10.1M 92.0M 1831M
  1  11  87   0   0   1|   0  8192B|  94M 1388k|72.0M 10.1M 92.0M 1831M
  1  10  87   0   0   3|   0     0 |  89M 1222k|72.2M 10.1M 92.0M 1831M
  1   5  94   0   0   1|   0     0 |  44M 4955k|73.2M 10.1M 92.0M 1830M
  0   0  99   0   0   0|   0     0 | 114k 2655k|73.4M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 130k 2995k|73.0M 10.1M 92.0M 1830M
  0   0  99   0   0   0|   0     0 |  95k 2046k|73.5M 10.1M 92.0M 1830M
  1   0  99   0   0   0|   0  8192B|  85k 1896k|73.3M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |  13k  282k|73.2M 10.1M 92.0M 1830M
  0   0  99   0   0   0|   0     0 | 623B 5309B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 206B 1824B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 810B 3803B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 266B  749B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0  8192B|5645B   11k|73.1M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |3799B   12k|73.1M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |1159B 2972B|73.2M 10.1M 92.0M 1830M
  0   0  99   0   0   0|   0     0 |1986B 3454B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 858B 1758B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 332B   98B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0  8192B| 180B 1731B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |1986B 4603B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 533B 5415B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 473B   98B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 306B    0 |73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 180B    0 |73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0  8192B| 146B   98B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 120B    0 |73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |1126B 2114B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |1534B 3004B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |  60B   94B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 120B    0 |73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0  8192B| 180B  110B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 180B  200B|73.2M 10.1M 92.0M 1830M
  0   1  99   0   0   0|   0     0 |1488B    0 |73.2M 10.1M 92.0M 1830M
  1   2  97   0   0   0|   0     0 | 120B 1648B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 180B 3277B|73.2M 10.1M 92.0M 1830M
  0   1  99   0   0   0|   0     0 | 180B   90B|73.2M 10.1M 92.0M 1830M
  1   0  99   0   0   0|   0  8192B| 234B   42B|73.2M 10.1M 92.0M 1830M
  1   0  99   0   0   0|   0    80k| 246B  298B|73.2M 10.1M 92.0M 1830M
  0   1  99   0   0   0|   0     0 | 180B   42B|73.3M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 240B   42B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 120B  394B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 120B 1164B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 306B 1408B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 180B   86B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |  60B    0 |73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 120B  206B|73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 180B    0 |73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 306B    0 |73.2M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |  60B    0 |73.2M 10.1M 92.0M 1830M

 

Link to comment
Share on other sites

Hello there, @berre o/

 

During your IPv6 tests:

 

   0   0 100   0   0   0|   0     0 | 180B    0 |71.8M 10.1M 92.0M 1831M
  0   0 100   0   0   0|   0     0 | 120B    0 |71.8M 10.1M 92.0M 1831M
  2   4  93   0   0   1|8192B    0 |  21M  300k|72.1M 10.1M 92.0M 1831M
  1  15  82   0   0   2|   0     0 | 101M 1926k|76.1M 10.1M 92.0M 1827M
  1  13  84   0   0   2|   0  8192B|  94M 1513k|72.3M 10.1M 92.0M 1831M
  1  12  86   0   0   1|   0     0 |  95M 1440k|71.9M 10.1M 92.0M 1831M
  1  11  86   0   0   1|   0     0 |  92M 1229k|72.1M 10.1M 92.0M 1831M
  1  14  84   0   0   1|   0     0 | 106M 1583k|71.9M 10.1M 92.0M 1831M
  1  10  85   0   0   3|   0     0 |  92M 1508k|72.1M 10.1M 92.0M 1831M
  1  12  85   0   0   2|   0     0 |  99M 1606k|72.3M 10.1M 92.0M 1831M
  1  11  87   0   0   1|   0  8192B|  94M 1388k|72.0M 10.1M 92.0M 1831M
  1  10  87   0   0   3|   0     0 |  89M 1222k|72.2M 10.1M 92.0M 1831M
  1   5  94   0   0   1|   0     0 |  44M 4955k|73.2M 10.1M 92.0M 1830M
  0   0  99   0   0   0|   0     0 | 114k 2655k|73.4M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 | 130k 2995k|73.0M 10.1M 92.0M 1830M
  0   0  99   0   0   0|   0     0 |  95k 2046k|73.5M 10.1M 92.0M 1830M
  1   0  99   0   0   0|   0  8192B|  85k 1896k|73.3M 10.1M 92.0M 1830M
  0   0 100   0   0   0|   0     0 |  13k  282k|73.2M 10.1M 92.0M 1830M
  0   0  99   0   0   0|   0     0 | 623B 5309B|73.2M 10.1M 92.0M 1830M

I do see it filling up the available bandwidth (ranging from 92-101 MB/s; times 9 -> 808 ~  909 Mbps. Pretty decent.

 

The System CPU times (2nd column) are on par with the IPV4 tests. And matter of fact, the BW tests too.

 

So there's no aberration to point you immediately. I will be travelling in the end of May and will buy a extra tinkerboard (as a backup and for playing) and will run your tests.

Link to comment
Share on other sites

Hi @Rfreire,

 

You're right about the bandwidth in the downstream, this seems unaffected and does not cause the crash. But if you look at the upstream traffic instead (where the crash occurs on IPv6) you'll see there's very little bandwidth being generated there, even though it's the same test.

 

Looking forward to the results. Personally I haven't done much more on this yet.. It would be nice to see if someone else can reproduce it.

 

/B

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines