01J36KDZZZQ0XX0VQEVQCNN1PW: bench

BasicConfig {
    output_rules: [
        "=/work/bench-results.tgz",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/illumos-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/bench-results.tgz",
            series: "benchmark",
            name: "bench-results.tgz",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J36KEKQ6YT0GYJ793JRKVN4Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-19T23:07:14.518Zjob dependencies complete; ready to run (waiting for 9 m 22 s)
22024-07-19T23:07:48.592Zjob assigned to worker 01J36KZS6V0JMTR4JNYEB8SMRZ (queued for 34 s)
32024-07-19T23:07:49.376Zdownloading input: /input/xde/work/debug/xde.dbg
42024-07-19T23:07:52.019Zdownloaded input: /input/xde/work/debug/xde.dbg
52024-07-19T23:07:52.019Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62024-07-19T23:07:52.055Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72024-07-19T23:07:52.055Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82024-07-19T23:07:52.125Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92024-07-19T23:07:52.125Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102024-07-19T23:07:52.162Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112024-07-19T23:07:52.186Zdownloading input: /input/xde/work/release/xde
122024-07-19T23:07:53.877Zdownloaded input: /input/xde/work/release/xde
132024-07-19T23:07:53.877Zdownloading input: /input/xde/work/release/xde.sha256
142024-07-19T23:07:53.914Zdownloaded input: /input/xde/work/release/xde.sha256
152024-07-19T23:07:53.914Zdownloading input: /input/xde/work/release/xde_link.so
162024-07-19T23:07:53.964Zdownloaded input: /input/xde/work/release/xde_link.so
172024-07-19T23:07:53.964Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182024-07-19T23:07:54.002Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192024-07-19T23:07:54.027Zdownloading input: /input/xde/work/test/loopback
202024-07-19T23:07:57.333Zdownloaded input: /input/xde/work/test/loopback
212024-07-19T23:07:57.333Zdownloading input: /input/xde/work/xde.conf
222024-07-19T23:07:57.368Zdownloaded input: /input/xde/work/xde.conf
 
232024-07-19T23:07:57.368Zstarting task 0: "setup"
242024-07-19T23:07:57.392Z++ uname -s
252024-07-19T23:07:57.392Z+ kern=SunOS
262024-07-19T23:07:57.392Z+ case "$kern" in
272024-07-19T23:07:57.392Z+ groupadd -g 12345 build
282024-07-19T23:07:57.392Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
292024-07-19T23:07:59.400Z+ zfs create -o mountpoint=/work rpool/work
302024-07-19T23:07:59.439Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
312024-07-19T23:07:59.462Z+ home_fs=zfs
322024-07-19T23:07:59.462Z+ [[ zfs == autofs ]]
332024-07-19T23:07:59.462Z+ mkdir -p /home/build
342024-07-19T23:07:59.462Z+ chown build:build /home/build /work
352024-07-19T23:08:01.447Z+ chmod 0700 /home/build /work
362024-07-19T23:08:01.471Zprocess exited: duration 4081 ms, exit code 0
 
372024-07-19T23:08:01.519Zstarting task 1: "rust-toolchain"
382024-07-19T23:08:01.543Z+ printf ' * toolchain channel = "%s"
392024-07-19T23:08:01.543Z * toolchain channel = "stable"
402024-07-19T23:08:01.543Z' stable
412024-07-19T23:08:01.543Z * toolchain profile = "default"
422024-07-19T23:08:01.543Z+ printf ' * toolchain profile = "%s"
432024-07-19T23:08:01.543Z' default
442024-07-19T23:08:01.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
452024-07-19T23:08:01.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
462024-07-19T23:08:01.669Zinfo: downloading installer
472024-07-19T23:08:02.119Zinfo: profile set to 'default'
482024-07-19T23:08:02.119Zinfo: default host triple is x86_64-unknown-illumos
492024-07-19T23:08:02.119Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
502024-07-19T23:08:02.222Zinfo: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
512024-07-19T23:08:02.222Zinfo: downloading component 'cargo'
522024-07-19T23:08:02.340Zinfo: downloading component 'clippy'
532024-07-19T23:08:02.382Zinfo: downloading component 'rust-docs'
542024-07-19T23:08:02.558Zinfo: downloading component 'rust-std'
552024-07-19T23:08:02.788Zinfo: downloading component 'rustc'
562024-07-19T23:08:03.418Zinfo: downloading component 'rustfmt'
572024-07-19T23:08:03.456Zinfo: installing component 'cargo'
582024-07-19T23:08:04.538Zinfo: installing component 'clippy'
592024-07-19T23:08:04.945Zinfo: installing component 'rust-docs'
602024-07-19T23:08:07.679Zinfo: installing component 'rust-std'
612024-07-19T23:08:09.480Zinfo: installing component 'rustc'
622024-07-19T23:08:14.560Zinfo: installing component 'rustfmt'
632024-07-19T23:08:14.929Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
642024-07-19T23:08:14.929Z
652024-07-19T23:08:15.056Z stable-x86_64-unknown-illumos installed - rustc 1.79.0 (129f3b996 2024-06-10)
662024-07-19T23:08:15.056Z
672024-07-19T23:08:15.056Z
682024-07-19T23:08:15.056ZRust is installed now. Great!
692024-07-19T23:08:15.056Z
702024-07-19T23:08:15.056ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
712024-07-19T23:08:15.056Zenvironment variable. This has not been done automatically.
722024-07-19T23:08:15.056Z
732024-07-19T23:08:15.056ZTo configure your current shell, you need to source
742024-07-19T23:08:15.056Zthe corresponding env file under $HOME/.cargo.
752024-07-19T23:08:15.056Z
762024-07-19T23:08:15.056ZThis is usually done by running one of the following (note the leading DOT):
772024-07-19T23:08:15.056Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
782024-07-19T23:08:15.056Zsource "$HOME/.cargo/env.fish" # For fish
792024-07-19T23:08:15.133Z+ rustc --version
802024-07-19T23:08:15.254Zrustc 1.79.0 (129f3b996 2024-06-10)
812024-07-19T23:08:15.277Zprocess exited: duration 13740 ms, exit code 0
 
822024-07-19T23:08:15.325Zstarting task 2: "authentication"
832024-07-19T23:08:15.384Zprocess exited: duration 58 ms, exit code 0
 
842024-07-19T23:08:15.432Zstarting task 3: "clone repository"
852024-07-19T23:08:15.456Z+ mkdir -p /work/oxidecomputer/opte
862024-07-19T23:08:15.456Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872024-07-19T23:08:15.480ZCloning into '/work/oxidecomputer/opte'...
882024-07-19T23:08:16.680Z+ cd /work/oxidecomputer/opte
892024-07-19T23:08:16.680Z+ git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
902024-07-19T23:08:16.980ZFrom https://github.com/oxidecomputer/opte
912024-07-19T23:08:16.980Z * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD
922024-07-19T23:08:17.004Z+ [[ -n illumos-rs-wip ]]
932024-07-19T23:08:17.004Z++ git branch --show-current
942024-07-19T23:08:17.004Z+ current=master
952024-07-19T23:08:17.004Z+ [[ master != illumos-rs-wip ]]
962024-07-19T23:08:17.004Z+ git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
972024-07-19T23:08:17.004Z+ git checkout -f illumos-rs-wip
982024-07-19T23:08:17.035ZSwitched to branch 'illumos-rs-wip'
992024-07-19T23:08:17.059Z+ git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
1002024-07-19T23:08:17.059ZHEAD is now at 6b6b3bb Newer illumos-rs.
1012024-07-19T23:08:17.059Zprocess exited: duration 1618 ms, exit code 0
 
1022024-07-19T23:08:17.107Zstarting task 4: "build"
1032024-07-19T23:08:17.131Z+ pfexec pkg install brand/sparse opte iperf demangle flamegraph
1042024-07-19T23:08:23.371Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-07-19T23:08:26.218Z Startup: Caching catalogs ... Done
1062024-07-19T23:08:30.369ZPlanning: Solver setup ... Done
1072024-07-19T23:08:30.444ZPlanning: Running solver ... Done
1082024-07-19T23:08:30.498ZPlanning: Finding local manifests ... Done
1092024-07-19T23:08:30.579ZPlanning: Fetching manifests: 0/4 0% complete
1102024-07-19T23:08:30.686ZPlanning: Fetching manifests: 4/4 100% complete
1112024-07-19T23:08:30.710ZPlanning: Package planning ... Done
1122024-07-19T23:08:30.710ZPlanning: Merging actions ... Done
1132024-07-19T23:08:31.181ZPlanning: Checking for conflicting actions ... Done
1142024-07-19T23:08:31.205ZPlanning: Consolidating action changes ... Done
1152024-07-19T23:08:31.802ZPlanning: Evaluating mediators ... Done
1162024-07-19T23:08:31.826ZPlanning: Planning completed in 5.52 seconds
1172024-07-19T23:08:31.826Z Packages to install: 4
1182024-07-19T23:08:31.826Z Services to change: 1
1192024-07-19T23:08:31.826Z Create boot environment: No
1202024-07-19T23:08:31.826ZCreate backup boot environment: No
1212024-07-19T23:08:31.860Z
1222024-07-19T23:08:31.860ZDownload: 0/31 items 0.0/21.0MB 0% complete
1232024-07-19T23:08:32.837ZDownload: Completed 20.99 MB in 0.98 seconds (21.5M/s)
1242024-07-19T23:08:32.914Z Actions: 1/95 actions (Installing new actions)
1252024-07-19T23:08:33.603Z Actions: Completed 95 actions in 0.69 seconds.
1262024-07-19T23:08:33.883Z Done
1272024-07-19T23:08:33.884Z Done
1282024-07-19T23:08:34.253Z Done
1292024-07-19T23:08:39.105Z Done
1302024-07-19T23:08:39.199Z Done
1312024-07-19T23:08:39.223Z Done
1322024-07-19T23:08:46.871Z Done
1332024-07-19T23:08:47.133Z+ [[ -z 01J36KEKQ6YT0GYJ793JRKVN4Z ]]
1342024-07-19T23:08:47.133Z+ trap cleanup EXIT
1352024-07-19T23:08:47.157Z+ OUT_DIR=/work/bench-results
1362024-07-19T23:08:47.157Z+ mkdir -p /work/bench-results
1372024-07-19T23:08:47.157Z+ mkdir -p target/criterion
1382024-07-19T23:08:47.157Z+ mkdir -p target/xde-bench
1392024-07-19T23:08:47.157Z+ banner collect
1402024-07-19T23:08:47.157Z
1412024-07-19T23:08:47.157Z #### #### # # ###### #### #####
1422024-07-19T23:08:47.157Z # # # # # # # # # #
1432024-07-19T23:08:47.157Z # # # # # ##### # #
1442024-07-19T23:08:47.158Z # # # # # # # #
1452024-07-19T23:08:47.158Z # # # # # # # # # #
1462024-07-19T23:08:47.158Z #### #### ###### ###### ###### #### #
1472024-07-19T23:08:47.158Z
1482024-07-19T23:08:47.158Z++ cat .git/refs/heads/master
1492024-07-19T23:08:47.158Z+ BASELINE_COMMIT=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
1502024-07-19T23:08:47.158Z+ [[ illumos-rs-wip == \m\a\s\t\e\r ]]
1512024-07-19T23:08:47.158Z+ get_artifact opte benchmark 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d bench-results.tgz
1522024-07-19T23:08:47.158Z+ local curl_res
1532024-07-19T23:08:47.158Z+ repo=opte
1542024-07-19T23:08:47.158Z+ series=benchmark
1552024-07-19T23:08:47.158Z+ commit=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
1562024-07-19T23:08:47.158Z+ name=bench-results.tgz
1572024-07-19T23:08:47.158Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1582024-07-19T23:08:47.158Z+ mkdir -p download
1592024-07-19T23:08:47.158Z+ pushd download
1602024-07-19T23:08:47.158Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1612024-07-19T23:08:47.158Z+ [[ ! -f bench-results.tgz ]]
1622024-07-19T23:08:47.158Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d/bench-results.tgz
1632024-07-19T23:08:47.182Z % Total % Received % Xferd Average Speed Time Time Time Current
1642024-07-19T23:08:47.182Z Dload Upload Total Spent Left Speed
1652024-07-19T23:08:47.864Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 55 5690k 55 3163k 0 0 5649k 0 0:00:01 --:--:-- 0:00:01 5649k 100 5690k 100 5690k 0 0 8077k 0 --:--:-- --:--:-- --:--:-- 8071k
1662024-07-19T23:08:47.888Z+ curl_res=0
1672024-07-19T23:08:47.888Z+ popd
1682024-07-19T23:08:47.888Z+ return 0
1692024-07-19T23:08:47.888Z/work/oxidecomputer/opte
1702024-07-19T23:08:47.888Z+ tar -xf download/bench-results.tgz -C target
1712024-07-19T23:08:48.514Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
1722024-07-19T23:08:48.537Z+ rm -r target/bench-results
1732024-07-19T23:08:48.537Z+ [[ '' -eq 1 ]]
1742024-07-19T23:08:48.537Z+ uname -a
1752024-07-19T23:08:48.537ZSunOS bmat-EVT22200007-000030b6 5.11 helios-2.0.22656 i86pc i386 i86pc
1762024-07-19T23:08:48.537Z+ cat /etc/versions/build
1772024-07-19T23:08:48.537Zheads/stlouis-0-gdd9aaaf627
1782024-07-19T23:08:48.538Z+ dladm
1792024-07-19T23:08:48.538ZLINK CLASS MTU STATE BRIDGE OVER
1802024-07-19T23:08:48.538Zvioif0 phys 1500 up -- --
1812024-07-19T23:08:48.538Z+ ipadm
1822024-07-19T23:08:48.538ZADDROBJ TYPE STATE ADDR
1832024-07-19T23:08:48.538Zlo0/v4 static ok 127.0.0.1/8
1842024-07-19T23:08:48.538Zvioif0/v4 static ok 10.151.4.101/24
1852024-07-19T23:08:48.538Zlo0/v6 static ok ::1/128
1862024-07-19T23:08:48.538Z+ pfexec rem_drv xde
1872024-07-19T23:08:48.562Z+ set -o errexit
1882024-07-19T23:08:48.562Z+ set -o pipefail
1892024-07-19T23:08:48.562Z+ banner prepare
1902024-07-19T23:08:48.562Z
1912024-07-19T23:08:48.562Z ##### ##### ###### ##### ## ##### ######
1922024-07-19T23:08:48.562Z # # # # # # # # # # # #
1932024-07-19T23:08:48.562Z # # # # ##### # # # # # # #####
1942024-07-19T23:08:48.562Z ##### ##### # ##### ###### ##### #
1952024-07-19T23:08:48.562Z # # # # # # # # # #
1962024-07-19T23:08:48.562Z # # # ###### # # # # # ######
1972024-07-19T23:08:48.562Z
1982024-07-19T23:08:48.562Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
1992024-07-19T23:08:48.586Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2002024-07-19T23:08:48.629Z+ pfexec add_drv xde
2012024-07-19T23:08:48.773Z+ banner bench
2022024-07-19T23:08:48.796Z
2032024-07-19T23:08:48.797Z ##### ###### # # #### # #
2042024-07-19T23:08:48.797Z # # # ## # # # # #
2052024-07-19T23:08:48.797Z ##### ##### # # # # ######
2062024-07-19T23:08:48.797Z # # # # # # # # #
2072024-07-19T23:08:48.797Z # # # # ## # # # #
2082024-07-19T23:08:48.797Z ##### ###### # # #### # #
2092024-07-19T23:08:48.797Z
2102024-07-19T23:08:48.797Z+ cargo kbench local
2112024-07-19T23:08:48.797Zinfo: syncing channel updates for '1.79.0-x86_64-unknown-illumos'
2122024-07-19T23:08:48.878Zinfo: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
2132024-07-19T23:08:48.878Zinfo: downloading component 'cargo'
2142024-07-19T23:08:49.006Zinfo: downloading component 'clippy'
2152024-07-19T23:08:49.051Zinfo: downloading component 'rust-docs'
2162024-07-19T23:08:49.227Zinfo: downloading component 'rust-std'
2172024-07-19T23:08:49.447Zinfo: downloading component 'rustc'
2182024-07-19T23:08:50.208Zinfo: downloading component 'rustfmt'
2192024-07-19T23:08:50.257Zinfo: installing component 'cargo'
2202024-07-19T23:08:51.240Zinfo: installing component 'clippy'
2212024-07-19T23:08:51.633Zinfo: installing component 'rust-docs'
2222024-07-19T23:08:54.085Zinfo: installing component 'rust-std'
2232024-07-19T23:08:55.973Zinfo: installing component 'rustc'
2242024-07-19T23:09:00.907Zinfo: installing component 'rustfmt'
2252024-07-19T23:09:01.485Z Updating crates.io index
2262024-07-19T23:09:01.510Z Updating git repository `https://github.com/oxidecomputer/falcon`
2272024-07-19T23:09:02.350ZFrom https://github.com/oxidecomputer/falcon
2282024-07-19T23:09:02.350Z * [new branch] main -> origin/main
2292024-07-19T23:09:02.350Z * [new ref] -> origin/HEAD
2302024-07-19T23:09:02.532Z Updating git repository `https://github.com/oxidecomputer/illumos-rs.git`
2312024-07-19T23:09:03.279ZFrom https://github.com/oxidecomputer/illumos-rs
2322024-07-19T23:09:03.280Z * [new branch] felixmcfelix/rusty-for-opte -> origin/felixmcfelix/rusty-for-opte
2332024-07-19T23:09:03.303Z * [new branch] luqmana/rusty-modules -> origin/luqmana/rusty-modules
2342024-07-19T23:09:03.304Z * [new branch] main -> origin/main
2352024-07-19T23:09:03.304Z * [new branch] ry/rusty-modules -> origin/ry/rusty-modules
2362024-07-19T23:09:03.304Z * [new ref] -> origin/HEAD
2372024-07-19T23:09:03.304Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2382024-07-19T23:09:03.775ZFrom https://github.com/oxidecomputer/poptrie
2392024-07-19T23:09:03.775Z * [new branch] main -> origin/main
2402024-07-19T23:09:03.799Z * [new branch] multipath -> origin/multipath
2412024-07-19T23:09:03.799Z * [new ref] -> origin/HEAD
2422024-07-19T23:09:03.926Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432024-07-19T23:09:04.642ZFrom https://github.com/oxidecomputer/netadm-sys
2442024-07-19T23:09:04.642Z * [new branch] c_char-non-x86 -> origin/c_char-non-x86
2452024-07-19T23:09:04.666Z * [new branch] compile-macos -> origin/compile-macos
2462024-07-19T23:09:04.666Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
2472024-07-19T23:09:04.666Z * [new branch] gh-pages -> origin/gh-pages
2482024-07-19T23:09:04.666Z * [new branch] main -> origin/main
2492024-07-19T23:09:04.666Z * [new branch] route-get-timeout -> origin/route-get-timeout
2502024-07-19T23:09:04.666Z * [new branch] siocgnds -> origin/siocgnds
2512024-07-19T23:09:04.666Z * [new ref] -> origin/HEAD
2522024-07-19T23:09:04.666Z Updating git repository `https://github.com/oxidecomputer/zone`
2532024-07-19T23:09:05.158ZFrom https://github.com/oxidecomputer/zone
2542024-07-19T23:09:05.158Z * [new branch] main -> origin/main
2552024-07-19T23:09:05.182Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
2562024-07-19T23:09:05.182Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
2572024-07-19T23:09:05.182Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
2582024-07-19T23:09:05.182Z * [new ref] -> origin/HEAD
2592024-07-19T23:09:05.326Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602024-07-19T23:09:05.918ZFrom https://github.com/oxidecomputer/dlpi-sys
2612024-07-19T23:09:05.919Z * [new branch] gh-pages -> origin/gh-pages
2622024-07-19T23:09:05.919Z * [new branch] main -> origin/main
2632024-07-19T23:09:05.942Z * [new ref] -> origin/HEAD
2642024-07-19T23:09:05.943Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-07-19T23:09:06.464ZFrom https://github.com/jmesmon/rust-libzfs
2662024-07-19T23:09:06.464Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
2672024-07-19T23:09:06.464Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
2682024-07-19T23:09:06.488Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
2692024-07-19T23:09:06.488Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
2702024-07-19T23:09:06.488Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
2712024-07-19T23:09:06.488Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
2722024-07-19T23:09:06.488Z * [new branch] dev -> origin/dev
2732024-07-19T23:09:06.489Z * [new branch] drr -> origin/drr
2742024-07-19T23:09:06.489Z * [new branch] f-types -> origin/f-types
2752024-07-19T23:09:06.489Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
2762024-07-19T23:09:06.489Z * [new branch] master -> origin/master
2772024-07-19T23:09:06.489Z * [new branch] staging -> origin/staging
2782024-07-19T23:09:06.489Z * [new ref] -> origin/HEAD
2792024-07-19T23:09:06.489Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
2802024-07-19T23:09:06.489Z * [new tag] v0.4.0 -> v0.4.0
2812024-07-19T23:09:06.489Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
2822024-07-19T23:09:06.489Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
2832024-07-19T23:09:06.512Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2842024-07-19T23:09:06.969ZFrom https://github.com/oxidecomputer/oxnet
2852024-07-19T23:09:06.969Z * [new branch] ci -> origin/ci
2862024-07-19T23:09:06.993Z * [new branch] dependabot/cargo/serde-1.0.204 -> origin/dependabot/cargo/serde-1.0.204
2872024-07-19T23:09:06.993Z * [new branch] dependabot/cargo/serde_json-1.0.120 -> origin/dependabot/cargo/serde_json-1.0.120
2882024-07-19T23:09:06.993Z * [new branch] main -> origin/main
2892024-07-19T23:09:06.993Z * [new ref] -> origin/HEAD
2902024-07-19T23:09:06.993Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912024-07-19T23:09:07.609ZFrom https://github.com/oxidecomputer/rusty-doors
2922024-07-19T23:09:07.609Z * [new branch] gh-pages -> origin/gh-pages
2932024-07-19T23:09:07.633Z * [new branch] main -> origin/main
2942024-07-19T23:09:07.633Z * [new branch] no-bindgen -> origin/no-bindgen
2952024-07-19T23:09:07.633Z * [new ref] -> origin/HEAD
2962024-07-19T23:09:08.274Z Downloading crates ...
2972024-07-19T23:09:08.341Z Downloaded darling_macro v0.20.10
2982024-07-19T23:09:08.365Z Downloaded cstr-argument v0.1.2
2992024-07-19T23:09:08.365Z Downloaded foreign-types-macros v0.2.3
3002024-07-19T23:09:08.365Z Downloaded is_terminal_polyfill v1.70.0
3012024-07-19T23:09:08.365Z Downloaded futures-task v0.3.30
3022024-07-19T23:09:08.365Z Downloaded proc-macro-crate v1.3.1
3032024-07-19T23:09:08.365Z Downloaded ppv-lite86 v0.2.17
3042024-07-19T23:09:08.365Z Downloaded rand_core v0.6.4
3052024-07-19T23:09:08.389Z Downloaded rusticata-macros v4.1.0
3062024-07-19T23:09:08.389Z Downloaded take_mut v0.2.2
3072024-07-19T23:09:08.389Z Downloaded toml_datetime v0.6.6
3082024-07-19T23:09:08.389Z Downloaded thiserror-impl v1.0.62
3092024-07-19T23:09:08.389Z Downloaded version_check v0.9.4
3102024-07-19T23:09:08.389Z Downloaded quote v1.0.36
3112024-07-19T23:09:08.389Z Downloaded num-conv v0.1.0
3122024-07-19T23:09:08.389Z Downloaded zerocopy-derive v0.7.35
3132024-07-19T23:09:08.413Z Downloaded pin-project-lite v0.2.14
3142024-07-19T23:09:08.413Z Downloaded tokio-macros v2.3.0
3152024-07-19T23:09:08.413Z Downloaded tracing-core v0.1.32
3162024-07-19T23:09:08.413Z Downloaded utf8parse v0.2.2
3172024-07-19T23:09:08.413Z Downloaded walkdir v2.5.0
3182024-07-19T23:09:08.437Z Downloaded unicode-ident v1.0.12
3192024-07-19T23:09:08.437Z Downloaded socket2 v0.4.10
3202024-07-19T23:09:08.437Z Downloaded slog v2.7.0
3212024-07-19T23:09:08.437Z Downloaded tracing v0.1.40
3222024-07-19T23:09:08.437Z Downloaded smallvec v1.13.2
3232024-07-19T23:09:08.437Z Downloaded toml_edit v0.19.15
3242024-07-19T23:09:08.461Z Downloaded slog-scope v4.4.0
3252024-07-19T23:09:08.461Z Downloaded zerocopy v0.7.35
3262024-07-19T23:09:08.484Z Downloaded syn v2.0.71
3272024-07-19T23:09:08.508Z Downloaded smoltcp v0.11.0
3282024-07-19T23:09:08.508Z Downloaded unicode-width v0.1.13
3292024-07-19T23:09:08.532Z Downloaded tokio v1.38.0
3302024-07-19T23:09:08.560Z Downloaded regex-automata v0.4.7
3312024-07-19T23:09:08.583Z Downloaded rustix v0.38.34
3322024-07-19T23:09:08.610Z Downloaded regex-syntax v0.8.4
3332024-07-19T23:09:08.634Z Downloaded syn v1.0.109
3342024-07-19T23:09:08.634Z Downloaded winnow v0.5.40
3352024-07-19T23:09:08.634Z Downloaded schemars v0.8.21
3362024-07-19T23:09:08.658Z Downloaded plotters v0.3.6
3372024-07-19T23:09:08.658Z Downloaded serde_json v1.0.120
3382024-07-19T23:09:08.682Z Downloaded regex v1.10.5
3392024-07-19T23:09:08.682Z Downloaded rayon v1.10.0
3402024-07-19T23:09:08.706Z Downloaded time v0.3.36
3412024-07-19T23:09:08.706Z Downloaded rand v0.8.5
3422024-07-19T23:09:08.706Z Downloaded libc v0.2.155
3432024-07-19T23:09:08.733Z Downloaded tracing-attributes v0.1.27
3442024-07-19T23:09:08.757Z Downloaded tinytemplate v1.2.1
3452024-07-19T23:09:08.757Z Downloaded term v0.7.0
3462024-07-19T23:09:08.757Z Downloaded thread_local v1.1.8
3472024-07-19T23:09:08.757Z Downloaded socket2 v0.5.7
3482024-07-19T23:09:08.757Z Downloaded serde v1.0.204
3492024-07-19T23:09:08.757Z Downloaded rayon-core v1.12.1
3502024-07-19T23:09:08.757Z Downloaded nix v0.29.0
3512024-07-19T23:09:08.781Z Downloaded thiserror v1.0.62
3522024-07-19T23:09:08.781Z Downloaded tabwriter v1.4.0
3532024-07-19T23:09:08.781Z Downloaded stable_deref_trait v1.2.0
3542024-07-19T23:09:08.781Z Downloaded slog-stdlog v4.1.1
3552024-07-19T23:09:08.781Z Downloaded slog-envlogger v2.2.0
3562024-07-19T23:09:08.781Z Downloaded serde_derive_internals v0.29.1
3572024-07-19T23:09:08.781Z Downloaded serde_derive v1.0.204
3582024-07-19T23:09:08.781Z Downloaded proc-macro2 v1.0.86
3592024-07-19T23:09:08.805Z Downloaded parking_lot_core v0.9.10
3602024-07-19T23:09:08.805Z Downloaded minimal-lexical v0.2.1
3612024-07-19T23:09:08.805Z Downloaded itertools v0.12.1
3622024-07-19T23:09:08.805Z Downloaded hashbrown v0.14.5
3632024-07-19T23:09:08.805Z Downloaded futures-util v0.3.30
3642024-07-19T23:09:08.829Z Downloaded clap_builder v4.5.9
3652024-07-19T23:09:08.829Z Downloaded aho-corasick v1.1.3
3662024-07-19T23:09:08.853Z Downloaded time-macros v0.2.18
3672024-07-19T23:09:08.853Z Downloaded time-core v0.1.2
3682024-07-19T23:09:08.853Z Downloaded slog-term v2.9.1
3692024-07-19T23:09:08.853Z Downloaded scopeguard v1.2.0
3702024-07-19T23:09:08.853Z Downloaded schemars_derive v0.8.21
3712024-07-19T23:09:08.853Z Downloaded oorandom v11.1.4
3722024-07-19T23:09:08.853Z Downloaded num_enum_derive v0.5.11
3732024-07-19T23:09:08.853Z Downloaded num_cpus v1.16.0
3742024-07-19T23:09:08.853Z Downloaded nom v7.1.3
3752024-07-19T23:09:08.853Z Downloaded mio v0.8.11
3762024-07-19T23:09:08.877Z Downloaded managed v0.8.0
3772024-07-19T23:09:08.877Z Downloaded lock_api v0.4.12
3782024-07-19T23:09:08.877Z Downloaded lazy_static v1.5.0
3792024-07-19T23:09:08.877Z Downloaded itertools v0.10.5
3802024-07-19T23:09:08.877Z Downloaded heck v0.4.1
3812024-07-19T23:09:08.877Z Downloaded half v2.4.1
3822024-07-19T23:09:08.877Z Downloaded crossbeam-utils v0.8.20
3832024-07-19T23:09:08.877Z Downloaded criterion v0.5.1
3842024-07-19T23:09:08.901Z Downloaded is-terminal v0.4.12
3852024-07-19T23:09:08.901Z Downloaded ident_case v1.0.1
3862024-07-19T23:09:08.901Z Downloaded embedded-io v0.4.0
3872024-07-19T23:09:08.901Z Downloaded defmt-parser v0.3.4
3882024-07-19T23:09:08.901Z Downloaded darling_core v0.20.10
3892024-07-19T23:09:08.902Z Downloaded clap v4.5.9
3902024-07-19T23:09:08.926Z Downloaded memchr v2.7.4
3912024-07-19T23:09:08.926Z Downloaded indexmap v2.2.6
3922024-07-19T23:09:08.926Z Downloaded heapless v0.8.0
3932024-07-19T23:09:08.926Z Downloaded futures-sink v0.3.30
3942024-07-19T23:09:08.926Z Downloaded foreign-types-shared v0.3.1
3952024-07-19T23:09:08.926Z Downloaded crossbeam-channel v0.5.13
3962024-07-19T23:09:08.926Z Downloaded criterion-plot v0.5.0
3972024-07-19T23:09:08.950Z Downloaded crc32fast v1.4.2
3982024-07-19T23:09:08.950Z Downloaded terminal_size v0.3.0
3992024-07-19T23:09:08.950Z Downloaded strsim v0.11.1
4002024-07-19T23:09:08.950Z Downloaded slog-async v2.8.0
4012024-07-19T23:09:08.950Z Downloaded signal-hook-registry v1.4.2
4022024-07-19T23:09:08.950Z Downloaded same-file v1.0.6
4032024-07-19T23:09:08.950Z Downloaded ryu v1.0.18
4042024-07-19T23:09:08.950Z Downloaded rand_chacha v0.3.1
4052024-07-19T23:09:08.950Z Downloaded proc-macro-error-attr v1.0.4
4062024-07-19T23:09:08.950Z Downloaded powerfmt v0.2.0
4072024-07-19T23:09:08.950Z Downloaded pcap-parser v0.15.0
4082024-07-19T23:09:08.950Z Downloaded parking_lot v0.12.3
4092024-07-19T23:09:08.950Z Downloaded log v0.4.22
4102024-07-19T23:09:08.974Z Downloaded dirs-next v2.0.0
4112024-07-19T23:09:08.974Z Downloaded ctor v0.2.8
4122024-07-19T23:09:08.974Z Downloaded colored v2.1.0
4132024-07-19T23:09:08.974Z Downloaded cobs v0.2.3
4142024-07-19T23:09:08.974Z Downloaded clap_derive v4.5.8
4152024-07-19T23:09:08.974Z Downloaded bytes v1.6.1
4162024-07-19T23:09:08.974Z Downloaded arc-swap v1.7.1
4172024-07-19T23:09:08.974Z Downloaded anyhow v1.0.86
4182024-07-19T23:09:08.974Z Downloaded slab v0.4.9
4192024-07-19T23:09:08.974Z Downloaded pretty-hex v0.2.1
4202024-07-19T23:09:08.974Z Downloaded once_cell v1.19.0
4212024-07-19T23:09:08.998Z Downloaded num-traits v0.2.19
4222024-07-19T23:09:08.998Z Downloaded futures-core v0.3.30
4232024-07-19T23:09:08.999Z Downloaded futures-channel v0.3.30
4242024-07-19T23:09:08.999Z Downloaded futures v0.3.30
4252024-07-19T23:09:08.999Z Downloaded foreign-types v0.5.0
4262024-07-19T23:09:08.999Z Downloaded defmt v0.3.8
4272024-07-19T23:09:08.999Z Downloaded crossbeam-epoch v0.9.18
4282024-07-19T23:09:08.999Z Downloaded crossbeam-deque v0.8.5
4292024-07-19T23:09:08.999Z Downloaded proc-macro-error v1.0.4
4302024-07-19T23:09:09.023Z Downloaded getrandom v0.2.15
4312024-07-19T23:09:09.023Z Downloaded futures-io v0.3.30
4322024-07-19T23:09:09.023Z Downloaded errno v0.3.9
4332024-07-19T23:09:09.023Z Downloaded dyn-clone v1.0.17
4342024-07-19T23:09:09.023Z Downloaded plotters-backend v0.3.6
4352024-07-19T23:09:09.023Z Downloaded bitflags v2.6.0
4362024-07-19T23:09:09.023Z Downloaded anstyle-query v1.1.0
4372024-07-19T23:09:09.023Z Downloaded pin-utils v0.1.0
4382024-07-19T23:09:09.023Z Downloaded itoa v1.0.11
4392024-07-19T23:09:09.023Z Downloaded ipnetwork v0.20.0
4402024-07-19T23:09:09.023Z Downloaded heck v0.5.0
4412024-07-19T23:09:09.023Z Downloaded hash32 v0.3.1
4422024-07-19T23:09:09.023Z Downloaded cast v0.3.0
4432024-07-19T23:09:09.023Z Downloaded bitflags v1.3.2
4442024-07-19T23:09:09.047Z Downloaded anstream v0.6.14
4452024-07-19T23:09:09.047Z Downloaded postcard v1.0.8
4462024-07-19T23:09:09.047Z Downloaded plotters-svg v0.3.6
4472024-07-19T23:09:09.047Z Downloaded num_enum v0.5.11
4482024-07-19T23:09:09.047Z Downloaded futures-macro v0.3.30
4492024-07-19T23:09:09.047Z Downloaded dirs-sys-next v0.1.2
4502024-07-19T23:09:09.047Z Downloaded darling v0.20.10
4512024-07-19T23:09:09.047Z Downloaded cookie-factory v0.3.3
4522024-07-19T23:09:09.047Z Downloaded colorchoice v1.0.1
4532024-07-19T23:09:09.047Z Downloaded ciborium-io v0.2.2
4542024-07-19T23:09:09.071Z Downloaded ciborium v0.2.2
4552024-07-19T23:09:09.071Z Downloaded byteorder v1.5.0
4562024-07-19T23:09:09.071Z Downloaded futures-executor v0.3.30
4572024-07-19T23:09:09.071Z Downloaded fnv v1.0.7
4582024-07-19T23:09:09.071Z Downloaded either v1.13.0
4592024-07-19T23:09:09.071Z Downloaded deranged v0.3.11
4602024-07-19T23:09:09.071Z Downloaded defmt-macros v0.3.9
4612024-07-19T23:09:09.071Z Downloaded clap_lex v0.7.1
4622024-07-19T23:09:09.071Z Downloaded anstyle-parse v0.2.4
4632024-07-19T23:09:09.071Z Downloaded anstyle v1.0.7
4642024-07-19T23:09:09.071Z Downloaded cfg_aliases v0.2.1
4652024-07-19T23:09:09.071Z Downloaded cfg-if v1.0.0
4662024-07-19T23:09:09.071Z Downloaded anes v0.1.6
4672024-07-19T23:09:09.095Z Downloaded equivalent v1.0.1
4682024-07-19T23:09:09.095Z Downloaded circular v0.3.0
4692024-07-19T23:09:09.095Z Downloaded ciborium-ll v0.2.2
4702024-07-19T23:09:09.095Z Downloaded autocfg v1.3.0
4712024-07-19T23:09:09.188Z Compiling proc-macro2 v1.0.86
4722024-07-19T23:09:09.188Z Compiling unicode-ident v1.0.12
4732024-07-19T23:09:09.188Z Compiling libc v0.2.155
4742024-07-19T23:09:09.212Z Compiling cfg-if v1.0.0
4752024-07-19T23:09:09.212Z Compiling autocfg v1.3.0
4762024-07-19T23:09:09.212Z Compiling memchr v2.7.4
4772024-07-19T23:09:09.212Z Compiling serde v1.0.204
4782024-07-19T23:09:09.212Z Compiling version_check v0.9.4
4792024-07-19T23:09:09.321Z Compiling syn v1.0.109
4802024-07-19T23:09:09.460Z Compiling pin-project-lite v0.2.14
4812024-07-19T23:09:09.592Z Compiling itoa v1.0.11
4822024-07-19T23:09:09.801Z Compiling once_cell v1.19.0
4832024-07-19T23:09:09.891Z Compiling either v1.13.0
4842024-07-19T23:09:09.924Z Compiling anyhow v1.0.86
4852024-07-19T23:09:09.948Z Compiling hashbrown v0.14.5
4862024-07-19T23:09:10.191Z Compiling serde_json v1.0.120
4872024-07-19T23:09:10.287Z Compiling equivalent v1.0.1
4882024-07-19T23:09:10.383Z Compiling lock_api v0.4.12
4892024-07-19T23:09:10.407Z Compiling crossbeam-utils v0.8.20
4902024-07-19T23:09:10.512Z Compiling ryu v1.0.18
4912024-07-19T23:09:10.660Z Compiling quote v1.0.36
4922024-07-19T23:09:10.850Z Compiling byteorder v1.5.0
4932024-07-19T23:09:10.897Z Compiling winnow v0.5.40
4942024-07-19T23:09:11.002Z Compiling syn v2.0.71
4952024-07-19T23:09:11.165Z Compiling indexmap v2.2.6
4962024-07-19T23:09:11.190Z Compiling toml_datetime v0.6.6
4972024-07-19T23:09:11.190Z Compiling dyn-clone v1.0.17
4982024-07-19T23:09:11.214Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4992024-07-19T23:09:11.305Z Compiling parking_lot_core v0.9.10
5002024-07-19T23:09:11.496Z Compiling scopeguard v1.2.0
5012024-07-19T23:09:11.521Z Compiling smallvec v1.13.2
5022024-07-19T23:09:11.545Z Compiling ident_case v1.0.1
5032024-07-19T23:09:11.621Z Compiling lazy_static v1.5.0
5042024-07-19T23:09:11.693Z Compiling heapless v0.8.0
5052024-07-19T23:09:11.732Z Compiling fnv v1.0.7
5062024-07-19T23:09:11.843Z Compiling thiserror v1.0.62
5072024-07-19T23:09:11.948Z Compiling strsim v0.11.1
5082024-07-19T23:09:12.415Z Compiling hash32 v0.3.1
5092024-07-19T23:09:12.541Z Compiling smoltcp v0.11.0
5102024-07-19T23:09:12.603Z Compiling schemars v0.8.21
5112024-07-19T23:09:12.649Z Compiling stable_deref_trait v1.2.0
5122024-07-19T23:09:12.738Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5132024-07-19T23:09:12.956Z Compiling parking_lot v0.12.3
5142024-07-19T23:09:13.214Z Compiling signal-hook-registry v1.4.2
5152024-07-19T23:09:13.239Z Compiling num_cpus v1.16.0
5162024-07-19T23:09:13.388Z Compiling socket2 v0.5.7
5172024-07-19T23:09:14.032Z Compiling toml_edit v0.19.15
5182024-07-19T23:09:14.134Z Compiling mio v0.8.11
5192024-07-19T23:09:14.212Z Compiling itertools v0.12.1
5202024-07-19T23:09:14.393Z Compiling slab v0.4.9
5212024-07-19T23:09:14.538Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
5222024-07-19T23:09:14.715Z Compiling rustix v0.38.34
5232024-07-19T23:09:14.751Z Compiling managed v0.8.0
5242024-07-19T23:09:14.855Z Compiling foreign-types-shared v0.3.1
5252024-07-19T23:09:14.954Z Compiling slog v2.7.0
5262024-07-19T23:09:15.177Z Compiling bitflags v2.6.0
5272024-07-19T23:09:15.313Z Compiling bitflags v1.3.2
5282024-07-19T23:09:15.413Z Compiling bytes v1.6.1
5292024-07-19T23:09:15.441Z Compiling cobs v0.2.3
5302024-07-19T23:09:15.519Z Compiling embedded-io v0.4.0
5312024-07-19T23:09:15.952Z Compiling errno v0.3.9
5322024-07-19T23:09:16.142Z Compiling proc-macro-crate v1.3.1
5332024-07-19T23:09:16.184Z Compiling cstr-argument v0.1.2
5342024-07-19T23:09:16.401Z Compiling darling_core v0.20.10
5352024-07-19T23:09:16.624Z Compiling serde_derive_internals v0.29.1
5362024-07-19T23:09:16.834Z Compiling tracing-core v0.1.32
5372024-07-19T23:09:17.297Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5382024-07-19T23:09:17.571Z Compiling proc-macro-error-attr v1.0.4
5392024-07-19T23:09:17.839Z Compiling futures-core v0.3.30
5402024-07-19T23:09:18.095Z Compiling unicode-width v0.1.13
5412024-07-19T23:09:18.308Z Compiling utf8parse v0.2.2
5422024-07-19T23:09:18.431Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5432024-07-19T23:09:18.456Z Compiling futures-sink v0.3.30
5442024-07-19T23:09:18.483Z Compiling pretty-hex v0.2.1
5452024-07-19T23:09:18.563Z Compiling futures-channel v0.3.30
5462024-07-19T23:09:18.589Z Compiling anstyle-parse v0.2.4
5472024-07-19T23:09:18.662Z Compiling tabwriter v1.4.0
5482024-07-19T23:09:19.354Z Compiling colored v2.1.0
5492024-07-19T23:09:19.965Z Compiling socket2 v0.4.10
5502024-07-19T23:09:19.989Z Compiling proc-macro-error v1.0.4
5512024-07-19T23:09:20.238Z Compiling crc32fast v1.4.2
5522024-07-19T23:09:20.267Z Compiling num_enum_derive v0.5.11
5532024-07-19T23:09:20.292Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
5542024-07-19T23:09:20.526Z Compiling futures-io v0.3.30
5552024-07-19T23:09:20.636Z Compiling anstyle v1.0.7
5562024-07-19T23:09:20.710Z Compiling serde_derive v1.0.204
5572024-07-19T23:09:20.849Z Compiling thiserror-impl v1.0.62
5582024-07-19T23:09:20.878Z Compiling tokio-macros v2.3.0
5592024-07-19T23:09:20.992Z Compiling schemars_derive v0.8.21
5602024-07-19T23:09:21.064Z Compiling foreign-types-macros v0.2.3
5612024-07-19T23:09:21.200Z Compiling darling_macro v0.20.10
5622024-07-19T23:09:21.225Z Compiling tracing-attributes v0.1.27
5632024-07-19T23:09:21.981Z Compiling darling v0.20.10
5642024-07-19T23:09:22.076Z Compiling zerocopy-derive v0.7.35
5652024-07-19T23:09:22.136Z Compiling foreign-types v0.5.0
5662024-07-19T23:09:22.161Z Compiling num_enum v0.5.11
5672024-07-19T23:09:22.186Z Compiling tokio v1.38.0
5682024-07-19T23:09:22.235Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5692024-07-19T23:09:22.287Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5702024-07-19T23:09:23.032Z Compiling futures-macro v0.3.30
5712024-07-19T23:09:23.224Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5722024-07-19T23:09:23.307Z Compiling futures-task v0.3.30
5732024-07-19T23:09:23.468Z Compiling colorchoice v1.0.1
5742024-07-19T23:09:23.554Z Compiling anstyle-query v1.1.0
5752024-07-19T23:09:23.613Z Compiling is_terminal_polyfill v1.70.0
5762024-07-19T23:09:23.669Z Compiling pin-utils v0.1.0
5772024-07-19T23:09:23.719Z Compiling anstream v0.6.14
5782024-07-19T23:09:23.766Z Compiling zerocopy v0.7.35
5792024-07-19T23:09:23.862Z Compiling tracing v0.1.40
5802024-07-19T23:09:23.896Z Compiling terminal_size v0.3.0
5812024-07-19T23:09:24.055Z Compiling dirs-sys-next v0.1.2
5822024-07-19T23:09:24.505Z Compiling aho-corasick v1.1.3
5832024-07-19T23:09:24.530Z Compiling futures-util v0.3.30
5842024-07-19T23:09:24.560Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5852024-07-19T23:09:24.637Z Compiling clap_lex v0.7.1
5862024-07-19T23:09:24.912Z Compiling heck v0.5.0
5872024-07-19T23:09:25.075Z Compiling num-conv v0.1.0
5882024-07-19T23:09:25.239Z Compiling regex-syntax v0.8.4
5892024-07-19T23:09:25.279Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7)
5902024-07-19T23:09:25.329Z Compiling time-core v0.1.2
5912024-07-19T23:09:25.471Z Compiling powerfmt v0.2.0
5922024-07-19T23:09:25.568Z Compiling time-macros v0.2.18
5932024-07-19T23:09:25.831Z Compiling deranged v0.3.11
5942024-07-19T23:09:26.277Z Compiling clap_derive v4.5.8
5952024-07-19T23:09:27.538Z Compiling clap_builder v4.5.9
5962024-07-19T23:09:28.320Z Compiling regex-automata v0.4.7
5972024-07-19T23:09:29.862Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5982024-07-19T23:09:30.182Z Compiling futures-executor v0.3.30
5992024-07-19T23:09:31.011Z Compiling dirs-next v2.0.0
6002024-07-19T23:09:31.096Z Compiling crossbeam-epoch v0.9.18
6012024-07-19T23:09:31.231Z Compiling is-terminal v0.4.12
6022024-07-19T23:09:31.343Z Compiling thread_local v1.1.8
6032024-07-19T23:09:31.865Z Compiling ipnetwork v0.20.0
6042024-07-19T23:09:32.016Z Compiling postcard v1.0.8
6052024-07-19T23:09:32.257Z Compiling num-traits v0.2.19
6062024-07-19T23:09:32.542Z Compiling arc-swap v1.7.1
6072024-07-19T23:09:32.709Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6082024-07-19T23:09:32.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#b76542f7)
6092024-07-19T23:09:33.084Z Compiling heck v0.4.1
6102024-07-19T23:09:33.380Z Compiling minimal-lexical v0.2.1
6112024-07-19T23:09:33.431Z Compiling slog-async v2.8.0
6122024-07-19T23:09:34.295Z Compiling rayon-core v1.12.1
6132024-07-19T23:09:34.614Z Compiling nom v7.1.3
6142024-07-19T23:09:35.123Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
6152024-07-19T23:09:35.944Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf)
6162024-07-19T23:09:36.213Z Compiling time v0.3.36
6172024-07-19T23:09:38.445Z Compiling slog-scope v4.4.0
6182024-07-19T23:09:39.153Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6192024-07-19T23:09:39.624Z Compiling regex v1.10.5
6202024-07-19T23:09:39.808Z Compiling crossbeam-deque v0.8.5
6212024-07-19T23:09:40.129Z Compiling term v0.7.0
6222024-07-19T23:09:40.811Z Compiling clap v4.5.9
6232024-07-19T23:09:40.897Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6242024-07-19T23:09:41.376Z Compiling futures v0.3.30
6252024-07-19T23:09:41.464Z Compiling crossbeam-channel v0.5.13
6262024-07-19T23:09:41.711Z Compiling getrandom v0.2.15
6272024-07-19T23:09:41.987Z Compiling half v2.4.1
6282024-07-19T23:09:42.485Z Compiling log v0.4.22
6292024-07-19T23:09:42.571Z Compiling plotters-backend v0.3.6
6302024-07-19T23:09:42.724Z Compiling take_mut v0.2.2
6312024-07-19T23:09:42.793Z Compiling ciborium-io v0.2.2
6322024-07-19T23:09:42.817Z Compiling cfg_aliases v0.2.1
6332024-07-19T23:09:42.897Z Compiling nix v0.29.0
6342024-07-19T23:09:42.922Z Compiling plotters-svg v0.3.6
6352024-07-19T23:09:42.947Z Compiling ciborium-ll v0.2.2
6362024-07-19T23:09:43.144Z Compiling slog-stdlog v4.1.1
6372024-07-19T23:09:43.297Z Compiling rand_core v0.6.4
6382024-07-19T23:09:43.475Z Compiling cookie-factory v0.3.3
6392024-07-19T23:09:43.640Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6402024-07-19T23:09:43.696Z Compiling slog-term v2.9.1
6412024-07-19T23:09:44.912Z Compiling rusticata-macros v4.1.0
6422024-07-19T23:09:45.276Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
6432024-07-19T23:09:45.361Z Compiling itertools v0.10.5
6442024-07-19T23:09:45.846Z Compiling circular v0.3.0
6452024-07-19T23:09:45.967Z Compiling same-file v1.0.6
6462024-07-19T23:09:46.170Z Compiling ppv-lite86 v0.2.17
6472024-07-19T23:09:46.170Z Compiling cast v0.3.0
6482024-07-19T23:09:46.272Z Compiling walkdir v2.5.0
6492024-07-19T23:09:46.476Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#84b8147e)
6502024-07-19T23:09:46.830Z Compiling rand_chacha v0.3.1
6512024-07-19T23:09:46.909Z Compiling pcap-parser v0.15.0
6522024-07-19T23:09:47.304Z Compiling plotters v0.3.6
6532024-07-19T23:09:47.477Z Compiling rayon v1.10.0
6542024-07-19T23:09:47.915Z Compiling criterion-plot v0.5.0
6552024-07-19T23:09:48.257Z Compiling slog-envlogger v2.2.0
6562024-07-19T23:09:48.608Z Compiling ciborium v0.2.2
6572024-07-19T23:09:49.208Z Compiling tinytemplate v1.2.1
6582024-07-19T23:09:49.326Z Compiling anes v0.1.6
6592024-07-19T23:09:49.755Z Compiling oorandom v11.1.4
6602024-07-19T23:09:49.921Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
6612024-07-19T23:09:49.981Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6622024-07-19T23:09:50.136Z Compiling rand v0.8.5
6632024-07-19T23:09:50.207Z Compiling ctor v0.2.8
6642024-07-19T23:09:51.543Z Compiling criterion v0.5.1
6652024-07-19T23:09:54.445Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
6662024-07-19T23:11:44.521Z Finished `bench` profile [optimized + debuginfo] target(s) in 2m 43s
6672024-07-19T23:11:44.648Z Running benches/xde.rs (target/release/deps/xde-57fa211785ba1ac0)
6682024-07-19T23:11:44.695Z###--------------------------------###
6692024-07-19T23:11:44.695Z:::Building test topology... (120s):::
6702024-07-19T23:11:44.695Z###--------------------------------###
6712024-07-19T23:11:44.719Zadding underlay route 0
6722024-07-19T23:11:44.719Zadding underlay route 1
6732024-07-19T23:11:44.769Zstart zone a
6742024-07-19T23:11:44.769Zconfigure zone
6752024-07-19T23:11:44.792Zinstall zone
6762024-07-19T23:13:15.600Zboot zone
6772024-07-19T23:13:16.558Zstart zone b
6782024-07-19T23:13:16.558Zconfigure zone
6792024-07-19T23:13:16.581Zinstall zone
6802024-07-19T23:14:36.496Zboot zone
6812024-07-19T23:14:37.488Zsetup zone a
6822024-07-19T23:14:37.488Z[a] svcs milestone/network
6832024-07-19T23:14:37.529ZSTATE STIME FMRI
6842024-07-19T23:14:37.529Zonline 16:13:36 svc:/milestone/network:default
6852024-07-19T23:14:37.529Z[a] ipadm create-addr -t -T dhcp opte0/test
6862024-07-19T23:14:43.074Z
6872024-07-19T23:14:43.074Z[a] route add -iface 10.0.0.254 10.0.0.1
6882024-07-19T23:14:43.103Zadd host 10.0.0.254: gateway 10.0.0.1
6892024-07-19T23:14:43.103Z[a] route add 10.0.0.0/24 10.0.0.254
6902024-07-19T23:14:43.130Zadd net 10.0.0.0/24: gateway 10.0.0.254
6912024-07-19T23:14:43.131Zsetup zone b
6922024-07-19T23:14:43.131Z[b] svcs milestone/network
6932024-07-19T23:14:43.157ZSTATE STIME FMRI
6942024-07-19T23:14:43.157Z- - svc:/milestone/network:default
6952024-07-19T23:14:44.157Z[b] svcs milestone/network
6962024-07-19T23:14:44.189ZSTATE STIME FMRI
6972024-07-19T23:14:44.189Z- - svc:/milestone/network:default
6982024-07-19T23:14:45.189Z[b] svcs milestone/network
6992024-07-19T23:14:45.219ZSTATE STIME FMRI
7002024-07-19T23:14:45.219Z- - svc:/milestone/network:default
7012024-07-19T23:14:46.219Z[b] svcs milestone/network
7022024-07-19T23:14:46.250ZSTATE STIME FMRI
7032024-07-19T23:14:46.250Z- - svc:/milestone/network:default
7042024-07-19T23:14:47.250Z[b] svcs milestone/network
7052024-07-19T23:14:47.278ZSTATE STIME FMRI
7062024-07-19T23:14:47.279Z- - svc:/milestone/network:default
7072024-07-19T23:14:48.277Z[b] svcs milestone/network
7082024-07-19T23:14:48.306ZSTATE STIME FMRI
7092024-07-19T23:14:48.306Z- - svc:/milestone/network:default
7102024-07-19T23:14:49.306Z[b] svcs milestone/network
7112024-07-19T23:14:49.358ZSTATE STIME FMRI
7122024-07-19T23:14:49.359Z- - svc:/milestone/network:default
7132024-07-19T23:14:50.337Z[b] svcs milestone/network
7142024-07-19T23:14:50.366ZSTATE STIME FMRI
7152024-07-19T23:14:50.367Z- - svc:/milestone/network:default
7162024-07-19T23:14:51.367Z[b] svcs milestone/network
7172024-07-19T23:14:51.395ZSTATE STIME FMRI
7182024-07-19T23:14:51.395Z- - svc:/milestone/network:default
7192024-07-19T23:14:52.395Z[b] svcs milestone/network
7202024-07-19T23:14:52.424ZSTATE STIME FMRI
7212024-07-19T23:14:52.424Z- - svc:/milestone/network:default
7222024-07-19T23:14:53.453Z[b] svcs milestone/network
7232024-07-19T23:14:53.477ZSTATE STIME FMRI
7242024-07-19T23:14:53.477Z- - svc:/milestone/network:default
7252024-07-19T23:14:54.455Z[b] svcs milestone/network
7262024-07-19T23:14:54.486ZSTATE STIME FMRI
7272024-07-19T23:14:54.486Z- - svc:/milestone/network:default
7282024-07-19T23:14:55.486Z[b] svcs milestone/network
7292024-07-19T23:14:55.518ZSTATE STIME FMRI
7302024-07-19T23:14:55.518Z- - svc:/milestone/network:default
7312024-07-19T23:14:56.518Z[b] svcs milestone/network
7322024-07-19T23:14:56.547ZSTATE STIME FMRI
7332024-07-19T23:14:56.547Z- - svc:/milestone/network:default
7342024-07-19T23:14:57.547Z[b] svcs milestone/network
7352024-07-19T23:14:57.582ZSTATE STIME FMRI
7362024-07-19T23:14:57.582Zoffline 16:14:55 svc:/milestone/network:default
7372024-07-19T23:14:58.582Z[b] svcs milestone/network
7382024-07-19T23:14:58.617ZSTATE STIME FMRI
7392024-07-19T23:14:58.617Zonline 16:14:56 svc:/milestone/network:default
7402024-07-19T23:14:58.617Z[b] ipadm create-addr -t -T dhcp opte1/test
7412024-07-19T23:15:03.402Z
7422024-07-19T23:15:03.402Z[b] route add -iface 10.0.0.254 10.0.0.2
7432024-07-19T23:15:03.428Zadd host 10.0.0.254: gateway 10.0.0.2
7442024-07-19T23:15:03.428Z[b] route add 10.0.0.0/24 10.0.0.254
7452024-07-19T23:15:03.456Zadd net 10.0.0.0/24: gateway 10.0.0.254
7462024-07-19T23:15:03.456Z###---------------###
7472024-07-19T23:15:03.456Z:::Topology built!:::
7482024-07-19T23:15:03.456Z###---------------###
7492024-07-19T23:15:03.480Z###----------------###
7502024-07-19T23:15:03.480Z::: iPerf spawned! :::
7512024-07-19T23:15:03.480Z:::Waiting... (10s):::
7522024-07-19T23:15:03.480Z###----------------###
7532024-07-19T23:15:13.458Z###---###
7542024-07-19T23:15:13.458Z:::Go!:::
7552024-07-19T23:15:13.458Z###---###
7562024-07-19T23:15:13.458Z[a] ping 10.0.0.2
7572024-07-19T23:15:13.491Z10.0.0.2 is alive
7582024-07-19T23:15:13.491Z###-------------------###
7592024-07-19T23:15:13.491Z:::Running experiment :::
7602024-07-19T23:15:13.491Z:::iperf-tcp/local/c2s:::
7612024-07-19T23:15:13.491Z###-------------------###
7622024-07-19T23:15:20.575Z-----------------------------------------------------------
7632024-07-19T23:15:20.575ZServer listening on 5201
7642024-07-19T23:15:20.575Z-----------------------------------------------------------
7652024-07-19T23:15:20.575ZAccepted connection from 10.0.0.1, port 49618
7662024-07-19T23:15:20.575Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65088
7672024-07-19T23:15:20.575Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50094
7682024-07-19T23:15:20.575Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60631
7692024-07-19T23:15:20.575Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56952
7702024-07-19T23:15:20.575Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45037
7712024-07-19T23:15:20.575Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44759
7722024-07-19T23:15:20.575Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33667
7732024-07-19T23:15:20.575Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34597
7742024-07-19T23:15:20.575Z[ ID] Interval Transfer Bandwidth
7752024-07-19T23:15:20.575Z[ 5] 0.00-1.00 sec 9.64 MBytes 80.9 Mbits/sec
7762024-07-19T23:15:20.575Z[ 7] 0.00-1.00 sec 9.61 MBytes 80.6 Mbits/sec
7772024-07-19T23:15:20.575Z[ 9] 0.00-1.00 sec 9.61 MBytes 80.6 Mbits/sec
7782024-07-19T23:15:20.575Z[ 11] 0.00-1.00 sec 9.60 MBytes 80.5 Mbits/sec
7792024-07-19T23:15:20.575Z[ 13] 0.00-1.00 sec 9.50 MBytes 79.7 Mbits/sec
7802024-07-19T23:15:20.575Z[ 15] 0.00-1.00 sec 9.48 MBytes 79.5 Mbits/sec
7812024-07-19T23:15:20.575Z[ 17] 0.00-1.00 sec 9.48 MBytes 79.6 Mbits/sec
7822024-07-19T23:15:20.576Z[ 19] 0.00-1.00 sec 9.48 MBytes 79.5 Mbits/sec
7832024-07-19T23:15:20.576Z[SUM] 0.00-1.00 sec 76.4 MBytes 641 Mbits/sec
7842024-07-19T23:15:20.576Z- - - - - - - - - - - - - - - - - - - - - - - - -
7852024-07-19T23:15:20.576Z[ 5] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
7862024-07-19T23:15:20.576Z[ 7] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
7872024-07-19T23:15:20.576Z[ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
7882024-07-19T23:15:20.576Z[ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
7892024-07-19T23:15:20.576Z[ 13] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
7902024-07-19T23:15:20.576Z[ 15] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
7912024-07-19T23:15:20.576Z[ 17] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
7922024-07-19T23:15:20.576Z[ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
7932024-07-19T23:15:20.576Z[SUM] 1.00-2.00 sec 109 MBytes 912 Mbits/sec
7942024-07-19T23:15:20.576Z- - - - - - - - - - - - - - - - - - - - - - - - -
7952024-07-19T23:15:20.576Z[ 5] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
7962024-07-19T23:15:20.576Z[ 7] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
7972024-07-19T23:15:20.576Z[ 9] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
7982024-07-19T23:15:20.576Z[ 11] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
7992024-07-19T23:15:20.576Z[ 13] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
8002024-07-19T23:15:20.576Z[ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
8012024-07-19T23:15:20.576Z[ 17] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
8022024-07-19T23:15:20.576Z[ 19] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
8032024-07-19T23:15:20.576Z[SUM] 2.00-3.00 sec 109 MBytes 913 Mbits/sec
8042024-07-19T23:15:20.576Z- - - - - - - - - - - - - - - - - - - - - - - - -
8052024-07-19T23:15:20.576Z[ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
8062024-07-19T23:15:20.576Z[ 7] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
8072024-07-19T23:15:20.576Z[ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
8082024-07-19T23:15:20.576Z[ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
8092024-07-19T23:15:20.576Z[ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
8102024-07-19T23:15:20.576Z[ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
8112024-07-19T23:15:20.576Z[ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
8122024-07-19T23:15:20.576Z[ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
8132024-07-19T23:15:20.576Z[SUM] 3.00-4.00 sec 107 MBytes 897 Mbits/sec
8142024-07-19T23:15:20.576Z- - - - - - - - - - - - - - - - - - - - - - - - -
8152024-07-19T23:15:20.576Z[ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
8162024-07-19T23:15:20.576Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
8172024-07-19T23:15:20.577Z[ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
8182024-07-19T23:15:20.577Z[ 11] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec
8192024-07-19T23:15:20.577Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
8202024-07-19T23:15:20.577Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
8212024-07-19T23:15:20.577Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
8222024-07-19T23:15:20.577Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
8232024-07-19T23:15:20.577Z[SUM] 4.00-5.00 sec 105 MBytes 887 Mbits/sec
8242024-07-19T23:15:20.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
8252024-07-19T23:15:20.577Z[ 5] 5.00-6.00 sec 14.0 MBytes 117 Mbits/sec
8262024-07-19T23:15:20.577Z[ 7] 5.00-6.00 sec 14.0 MBytes 118 Mbits/sec
8272024-07-19T23:15:20.577Z[ 9] 5.00-6.00 sec 14.0 MBytes 118 Mbits/sec
8282024-07-19T23:15:20.577Z[ 11] 5.00-6.00 sec 14.1 MBytes 118 Mbits/sec
8292024-07-19T23:15:20.577Z[ 13] 5.00-6.00 sec 14.1 MBytes 118 Mbits/sec
8302024-07-19T23:15:20.577Z[ 15] 5.00-6.00 sec 14.0 MBytes 118 Mbits/sec
8312024-07-19T23:15:20.577Z[ 17] 5.00-6.00 sec 14.0 MBytes 118 Mbits/sec
8322024-07-19T23:15:20.577Z[ 19] 5.00-6.00 sec 14.0 MBytes 118 Mbits/sec
8332024-07-19T23:15:20.577Z[SUM] 5.00-6.00 sec 112 MBytes 942 Mbits/sec
8342024-07-19T23:15:20.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
8352024-07-19T23:15:20.577Z[ 5] 6.00-7.00 sec 13.9 MBytes 117 Mbits/sec
8362024-07-19T23:15:20.577Z[ 7] 6.00-7.00 sec 13.9 MBytes 117 Mbits/sec
8372024-07-19T23:15:20.577Z[ 9] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec
8382024-07-19T23:15:23.770Z[ 11] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec
8392024-07-19T23:15:23.770Z[ 13] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec
8402024-07-19T23:15:23.770Z[ 15] 6.00-7.00 sec 13.9 MBytes 117 Mbits/sec
8412024-07-19T23:15:23.770Z[ 17] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec
8422024-07-19T23:15:23.770Z[ 19] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec
8432024-07-19T23:15:23.770Z[SUM] 6.00-7.00 sec 111 MBytes 932 Mbits/sec
8442024-07-19T23:15:23.770Z- - - - - - - - - - - - - - - - - - - - - - - - -
8452024-07-19T23:15:23.770Z[ 5] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
8462024-07-19T23:15:23.770Z[ 7] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
8472024-07-19T23:15:23.770Z[ 9] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
8482024-07-19T23:15:23.770Z[ 11] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
8492024-07-19T23:15:23.770Z[ 13] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
8502024-07-19T23:15:23.770Z[ 15] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
8512024-07-19T23:15:23.770Z[ 17] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
8522024-07-19T23:15:23.770Z[ 19] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
8532024-07-19T23:15:23.770Z[SUM] 7.00-8.00 sec 109 MBytes 912 Mbits/sec
8542024-07-19T23:15:23.770Z- - - - - - - - - - - - - - - - - - - - - - - - -
8552024-07-19T23:15:23.770Z[ 5] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
8562024-07-19T23:15:23.770Z[ 7] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
8572024-07-19T23:15:23.770Z[ 9] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
8582024-07-19T23:15:23.770Z[ 11] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
8592024-07-19T23:15:23.770Z[ 13] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
8602024-07-19T23:15:23.770Z[ 15] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
8612024-07-19T23:15:23.770Z[ 17] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
8622024-07-19T23:15:23.771Z[ 19] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
8632024-07-19T23:15:23.771Z[SUM] 8.00-9.00 sec 111 MBytes 927 Mbits/sec
8642024-07-19T23:15:23.771Z- - - - - - - - - - - - - - - - - - - - - - - - -
8652024-07-19T23:15:23.771Z[ 5] 9.00-10.00 sec 14.2 MBytes 119 Mbits/sec
8662024-07-19T23:15:23.771Z[ 7] 9.00-10.00 sec 14.2 MBytes 119 Mbits/sec
8672024-07-19T23:15:23.771Z[ 9] 9.00-10.00 sec 14.2 MBytes 119 Mbits/sec
8682024-07-19T23:15:23.771Z[ 11] 9.00-10.00 sec 14.2 MBytes 119 Mbits/sec
8692024-07-19T23:15:23.771Z[ 13] 9.00-10.00 sec 14.2 MBytes 119 Mbits/sec
8702024-07-19T23:15:23.771Z[ 15] 9.00-10.00 sec 14.2 MBytes 119 Mbits/sec
8712024-07-19T23:15:23.771Z[ 17] 9.00-10.00 sec 14.2 MBytes 119 Mbits/sec
8722024-07-19T23:15:23.771Z[ 19] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
8732024-07-19T23:15:23.771Z[SUM] 9.00-10.00 sec 114 MBytes 955 Mbits/sec
8742024-07-19T23:15:23.771Z- - - - - - - - - - - - - - - - - - - - - - - - -
8752024-07-19T23:15:23.771Z[ 5] 10.00-10.00 sec 99.0 KBytes 209 Mbits/sec
8762024-07-19T23:15:23.771Z[ 7] 10.00-10.00 sec 90.5 KBytes 191 Mbits/sec
8772024-07-19T23:15:23.771Z[ 9] 10.00-10.00 sec 82.0 KBytes 173 Mbits/sec
8782024-07-19T23:15:23.771Z[ 11] 10.00-10.00 sec 28.3 KBytes 59.8 Mbits/sec
8792024-07-19T23:15:23.771Z[ 13] 10.00-10.00 sec 53.7 KBytes 114 Mbits/sec
8802024-07-19T23:15:23.771Z[ 15] 10.00-10.00 sec 76.4 KBytes 163 Mbits/sec
8812024-07-19T23:15:23.771Z[ 17] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec
8822024-07-19T23:15:23.771Z[ 19] 10.00-10.00 sec 59.4 KBytes 127 Mbits/sec
8832024-07-19T23:15:23.771Z[SUM] 10.00-10.00 sec 546 KBytes 1.15 Gbits/sec
8842024-07-19T23:15:23.771Z- - - - - - - - - - - - - - - - - - - - - - - - -
8852024-07-19T23:15:23.771Z[ ID] Interval Transfer Bandwidth
8862024-07-19T23:15:23.771Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8872024-07-19T23:15:23.771Z[ 5] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
8882024-07-19T23:15:23.771Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8892024-07-19T23:15:23.771Z[ 7] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
8902024-07-19T23:15:23.771Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8912024-07-19T23:15:23.771Z[ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
8922024-07-19T23:15:23.771Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8932024-07-19T23:15:23.771Z[ 11] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
8942024-07-19T23:15:23.771Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8952024-07-19T23:15:23.771Z[ 13] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
8962024-07-19T23:15:23.771Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8972024-07-19T23:15:23.771Z[ 15] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
8982024-07-19T23:15:23.771Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8992024-07-19T23:15:23.772Z[ 17] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
9002024-07-19T23:15:23.772Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9012024-07-19T23:15:23.772Z[ 19] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
9022024-07-19T23:15:23.772Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9032024-07-19T23:15:23.772Z[SUM] 0.00-10.00 sec 1.04 GBytes 892 Mbits/sec receiver
9042024-07-19T23:15:23.796ZRun 1/5...892.545610969376Mbps
9052024-07-19T23:15:30.834Z-----------------------------------------------------------
9062024-07-19T23:15:30.834ZServer listening on 5201
9072024-07-19T23:15:30.834Z-----------------------------------------------------------
9082024-07-19T23:15:30.834ZAccepted connection from 10.0.0.1, port 47202
9092024-07-19T23:15:30.834Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56922
9102024-07-19T23:15:30.834Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46220
9112024-07-19T23:15:30.834Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57828
9122024-07-19T23:15:30.834Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32822
9132024-07-19T23:15:30.834Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36898
9142024-07-19T23:15:30.834Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65250
9152024-07-19T23:15:30.835Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37008
9162024-07-19T23:15:30.835Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46054
9172024-07-19T23:15:30.835Z[ ID] Interval Transfer Bandwidth
9182024-07-19T23:15:30.835Z[ 5] 0.00-1.00 sec 11.3 MBytes 95.0 Mbits/sec
9192024-07-19T23:15:30.835Z[ 7] 0.00-1.00 sec 11.3 MBytes 94.4 Mbits/sec
9202024-07-19T23:15:30.835Z[ 9] 0.00-1.00 sec 11.2 MBytes 93.8 Mbits/sec
9212024-07-19T23:15:30.835Z[ 11] 0.00-1.00 sec 11.1 MBytes 92.8 Mbits/sec
9222024-07-19T23:15:30.835Z[ 13] 0.00-1.00 sec 11.1 MBytes 92.8 Mbits/sec
9232024-07-19T23:15:30.835Z[ 15] 0.00-1.00 sec 11.1 MBytes 92.8 Mbits/sec
9242024-07-19T23:15:30.835Z[ 17] 0.00-1.00 sec 11.1 MBytes 92.8 Mbits/sec
9252024-07-19T23:15:30.835Z[ 19] 0.00-1.00 sec 11.0 MBytes 92.3 Mbits/sec
9262024-07-19T23:15:30.835Z[SUM] 0.00-1.00 sec 89.0 MBytes 747 Mbits/sec
9272024-07-19T23:15:30.835Z- - - - - - - - - - - - - - - - - - - - - - - - -
9282024-07-19T23:15:30.835Z[ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
9292024-07-19T23:15:30.835Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
9302024-07-19T23:15:30.835Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
9312024-07-19T23:15:30.835Z[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
9322024-07-19T23:15:30.835Z[ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
9332024-07-19T23:15:30.835Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
9342024-07-19T23:15:30.835Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
9352024-07-19T23:15:30.835Z[ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
9362024-07-19T23:15:30.835Z[SUM] 1.00-2.00 sec 105 MBytes 884 Mbits/sec
9372024-07-19T23:15:30.835Z- - - - - - - - - - - - - - - - - - - - - - - - -
9382024-07-19T23:15:30.835Z[ 5] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
9392024-07-19T23:15:30.835Z[ 7] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
9402024-07-19T23:15:30.835Z[ 9] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
9412024-07-19T23:15:30.835Z[ 11] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
9422024-07-19T23:15:30.835Z[ 13] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
9432024-07-19T23:15:30.835Z[ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
9442024-07-19T23:15:30.835Z[ 17] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
9452024-07-19T23:15:30.835Z[ 19] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
9462024-07-19T23:15:30.835Z[SUM] 2.00-3.00 sec 109 MBytes 913 Mbits/sec
9472024-07-19T23:15:30.835Z- - - - - - - - - - - - - - - - - - - - - - - - -
9482024-07-19T23:15:30.835Z[ 5] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
9492024-07-19T23:15:30.835Z[ 7] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec
9502024-07-19T23:15:30.835Z[ 9] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
9512024-07-19T23:15:30.835Z[ 11] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec
9522024-07-19T23:15:30.835Z[ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
9532024-07-19T23:15:30.835Z[ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
9542024-07-19T23:15:30.835Z[ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
9552024-07-19T23:15:30.836Z[ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
9562024-07-19T23:15:30.836Z[SUM] 3.00-4.00 sec 108 MBytes 903 Mbits/sec
9572024-07-19T23:15:30.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
9582024-07-19T23:15:30.836Z[ 5] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
9592024-07-19T23:15:30.836Z[ 7] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
9602024-07-19T23:15:30.836Z[ 9] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
9612024-07-19T23:15:30.836Z[ 11] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
9622024-07-19T23:15:30.836Z[ 13] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
9632024-07-19T23:15:30.836Z[ 15] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
9642024-07-19T23:15:30.836Z[ 17] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
9652024-07-19T23:15:30.836Z[ 19] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
9662024-07-19T23:15:30.836Z[SUM] 4.00-5.00 sec 110 MBytes 919 Mbits/sec
9672024-07-19T23:15:30.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
9682024-07-19T23:15:30.836Z[ 5] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
9692024-07-19T23:15:30.836Z[ 7] 5.00-6.00 sec 13.6 MBytes 115 Mbits/sec
9702024-07-19T23:15:30.836Z[ 9] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
9712024-07-19T23:15:30.836Z[ 11] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
9722024-07-19T23:15:30.836Z[ 13] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
9732024-07-19T23:15:30.836Z[ 15] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
9742024-07-19T23:15:30.836Z[ 17] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
9752024-07-19T23:15:30.836Z[ 19] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
9762024-07-19T23:15:30.836Z[SUM] 5.00-6.00 sec 109 MBytes 915 Mbits/sec
9772024-07-19T23:15:30.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
9782024-07-19T23:15:30.836Z[ 5] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
9792024-07-19T23:15:30.836Z[ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
9802024-07-19T23:15:30.836Z[ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
9812024-07-19T23:15:34.030Z[ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
9822024-07-19T23:15:34.030Z[ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
9832024-07-19T23:15:34.030Z[ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
9842024-07-19T23:15:34.030Z[ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
9852024-07-19T23:15:34.030Z[ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
9862024-07-19T23:15:34.030Z[SUM] 6.00-7.00 sec 108 MBytes 905 Mbits/sec
9872024-07-19T23:15:34.030Z- - - - - - - - - - - - - - - - - - - - - - - - -
9882024-07-19T23:15:34.030Z[ 5] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
9892024-07-19T23:15:34.030Z[ 7] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
9902024-07-19T23:15:34.030Z[ 9] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
9912024-07-19T23:15:34.030Z[ 11] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
9922024-07-19T23:15:34.030Z[ 13] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
9932024-07-19T23:15:34.030Z[ 15] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
9942024-07-19T23:15:34.030Z[ 17] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
9952024-07-19T23:15:34.030Z[ 19] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
9962024-07-19T23:15:34.030Z[SUM] 7.00-8.00 sec 114 MBytes 954 Mbits/sec
9972024-07-19T23:15:34.030Z- - - - - - - - - - - - - - - - - - - - - - - - -
9982024-07-19T23:15:34.030Z[ 5] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
9992024-07-19T23:15:34.030Z[ 7] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
10002024-07-19T23:15:34.030Z[ 9] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
10012024-07-19T23:15:34.030Z[ 11] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
10022024-07-19T23:15:34.030Z[ 13] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
10032024-07-19T23:15:34.030Z[ 15] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
10042024-07-19T23:15:34.031Z[ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
10052024-07-19T23:15:34.031Z[ 19] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
10062024-07-19T23:15:34.031Z[SUM] 8.00-9.00 sec 109 MBytes 918 Mbits/sec
10072024-07-19T23:15:34.031Z- - - - - - - - - - - - - - - - - - - - - - - - -
10082024-07-19T23:15:34.031Z[ 5] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
10092024-07-19T23:15:34.031Z[ 7] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
10102024-07-19T23:15:34.031Z[ 9] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
10112024-07-19T23:15:34.031Z[ 11] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
10122024-07-19T23:15:34.031Z[ 13] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
10132024-07-19T23:15:34.031Z[ 15] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
10142024-07-19T23:15:34.031Z[ 17] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
10152024-07-19T23:15:34.031Z[ 19] 9.00-10.00 sec 14.3 MBytes 120 Mbits/sec
10162024-07-19T23:15:34.031Z[SUM] 9.00-10.00 sec 114 MBytes 960 Mbits/sec
10172024-07-19T23:15:34.031Z- - - - - - - - - - - - - - - - - - - - - - - - -
10182024-07-19T23:15:34.031Z[ 5] 10.00-10.00 sec 15.6 KBytes 33.2 Mbits/sec
10192024-07-19T23:15:34.031Z[ 7] 10.00-10.00 sec 59.4 KBytes 127 Mbits/sec
10202024-07-19T23:15:34.031Z[ 9] 10.00-10.00 sec 124 KBytes 265 Mbits/sec
10212024-07-19T23:15:34.031Z[ 11] 10.00-10.00 sec 25.5 KBytes 54.3 Mbits/sec
10222024-07-19T23:15:34.031Z[ 13] 10.00-10.00 sec 87.7 KBytes 187 Mbits/sec
10232024-07-19T23:15:34.031Z[ 15] 10.00-10.00 sec 124 KBytes 265 Mbits/sec
10242024-07-19T23:15:34.031Z[ 17] 10.00-10.00 sec 87.7 KBytes 187 Mbits/sec
10252024-07-19T23:15:34.031Z[ 19] 10.00-10.00 sec 67.9 KBytes 145 Mbits/sec
10262024-07-19T23:15:34.031Z[SUM] 10.00-10.00 sec 592 KBytes 1.26 Gbits/sec
10272024-07-19T23:15:34.031Z- - - - - - - - - - - - - - - - - - - - - - - - -
10282024-07-19T23:15:34.031Z[ ID] Interval Transfer Bandwidth
10292024-07-19T23:15:34.031Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10302024-07-19T23:15:34.031Z[ 5] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
10312024-07-19T23:15:34.031Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10322024-07-19T23:15:34.031Z[ 7] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
10332024-07-19T23:15:34.031Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10342024-07-19T23:15:34.031Z[ 9] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
10352024-07-19T23:15:34.031Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10362024-07-19T23:15:34.031Z[ 11] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
10372024-07-19T23:15:34.031Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10382024-07-19T23:15:34.031Z[ 13] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
10392024-07-19T23:15:34.031Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10402024-07-19T23:15:34.031Z[ 15] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
10412024-07-19T23:15:34.031Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10422024-07-19T23:15:34.032Z[ 17] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
10432024-07-19T23:15:34.032Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10442024-07-19T23:15:34.032Z[ 19] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
10452024-07-19T23:15:34.032Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10462024-07-19T23:15:34.032Z[SUM] 0.00-10.00 sec 1.05 GBytes 902 Mbits/sec receiver
10472024-07-19T23:15:34.055ZRun 2/5...902.5607657539589Mbps
10482024-07-19T23:15:41.096Z-----------------------------------------------------------
10492024-07-19T23:15:41.096ZServer listening on 5201
10502024-07-19T23:15:41.097Z-----------------------------------------------------------
10512024-07-19T23:15:41.097ZAccepted connection from 10.0.0.1, port 38704
10522024-07-19T23:15:41.097Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61883
10532024-07-19T23:15:41.097Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57557
10542024-07-19T23:15:41.097Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39242
10552024-07-19T23:15:41.097Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53915
10562024-07-19T23:15:41.097Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42133
10572024-07-19T23:15:41.097Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34913
10582024-07-19T23:15:41.097Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38735
10592024-07-19T23:15:41.097Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49951
10602024-07-19T23:15:41.097Z[ ID] Interval Transfer Bandwidth
10612024-07-19T23:15:41.097Z[ 5] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
10622024-07-19T23:15:41.097Z[ 7] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
10632024-07-19T23:15:41.097Z[ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
10642024-07-19T23:15:41.097Z[ 11] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
10652024-07-19T23:15:41.097Z[ 13] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
10662024-07-19T23:15:41.097Z[ 15] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
10672024-07-19T23:15:41.097Z[ 17] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
10682024-07-19T23:15:41.097Z[ 19] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
10692024-07-19T23:15:41.097Z[SUM] 0.00-1.00 sec 94.7 MBytes 794 Mbits/sec
10702024-07-19T23:15:41.097Z- - - - - - - - - - - - - - - - - - - - - - - - -
10712024-07-19T23:15:41.097Z[ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
10722024-07-19T23:15:41.097Z[ 7] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
10732024-07-19T23:15:41.097Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
10742024-07-19T23:15:41.097Z[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
10752024-07-19T23:15:41.097Z[ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
10762024-07-19T23:15:41.097Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
10772024-07-19T23:15:41.097Z[ 17] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
10782024-07-19T23:15:41.097Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
10792024-07-19T23:15:41.097Z[SUM] 1.00-2.00 sec 105 MBytes 883 Mbits/sec
10802024-07-19T23:15:41.097Z- - - - - - - - - - - - - - - - - - - - - - - - -
10812024-07-19T23:15:41.097Z[ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
10822024-07-19T23:15:41.097Z[ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
10832024-07-19T23:15:41.097Z[ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
10842024-07-19T23:15:41.097Z[ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
10852024-07-19T23:15:41.097Z[ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
10862024-07-19T23:15:41.097Z[ 15] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec
10872024-07-19T23:15:41.097Z[ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
10882024-07-19T23:15:41.098Z[ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
10892024-07-19T23:15:41.098Z[SUM] 2.00-3.00 sec 103 MBytes 866 Mbits/sec
10902024-07-19T23:15:41.098Z- - - - - - - - - - - - - - - - - - - - - - - - -
10912024-07-19T23:15:41.098Z[ 5] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
10922024-07-19T23:15:41.098Z[ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
10932024-07-19T23:15:41.098Z[ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
10942024-07-19T23:15:41.098Z[ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
10952024-07-19T23:15:41.098Z[ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
10962024-07-19T23:15:41.098Z[ 15] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
10972024-07-19T23:15:41.098Z[ 17] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
10982024-07-19T23:15:41.098Z[ 19] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
10992024-07-19T23:15:41.098Z[SUM] 3.00-4.00 sec 106 MBytes 890 Mbits/sec
11002024-07-19T23:15:41.098Z- - - - - - - - - - - - - - - - - - - - - - - - -
11012024-07-19T23:15:41.098Z[ 5] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
11022024-07-19T23:15:41.098Z[ 7] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
11032024-07-19T23:15:41.098Z[ 9] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
11042024-07-19T23:15:41.098Z[ 11] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
11052024-07-19T23:15:41.098Z[ 13] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
11062024-07-19T23:15:41.098Z[ 15] 4.00-5.00 sec 13.8 MBytes 115 Mbits/sec
11072024-07-19T23:15:41.098Z[ 17] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
11082024-07-19T23:15:41.098Z[ 19] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
11092024-07-19T23:15:41.098Z[SUM] 4.00-5.00 sec 111 MBytes 928 Mbits/sec
11102024-07-19T23:15:41.098Z- - - - - - - - - - - - - - - - - - - - - - - - -
11112024-07-19T23:15:41.098Z[ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
11122024-07-19T23:15:41.098Z[ 7] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
11132024-07-19T23:15:41.098Z[ 9] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec
11142024-07-19T23:15:41.098Z[ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
11152024-07-19T23:15:41.098Z[ 13] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
11162024-07-19T23:15:41.098Z[ 15] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
11172024-07-19T23:15:41.098Z[ 17] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
11182024-07-19T23:15:41.098Z[ 19] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec
11192024-07-19T23:15:41.098Z[SUM] 5.00-6.00 sec 106 MBytes 891 Mbits/sec
11202024-07-19T23:15:41.098Z- - - - - - - - - - - - - - - - - - - - - - - - -
11212024-07-19T23:15:41.098Z[ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
11222024-07-19T23:15:41.098Z[ 7] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
11232024-07-19T23:15:41.098Z[ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
11242024-07-19T23:15:44.300Z[ 11] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec
11252024-07-19T23:15:44.300Z[ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
11262024-07-19T23:15:44.300Z[ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
11272024-07-19T23:15:44.300Z[ 17] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec
11282024-07-19T23:15:44.300Z[ 19] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
11292024-07-19T23:15:44.300Z[SUM] 6.00-7.00 sec 106 MBytes 893 Mbits/sec
11302024-07-19T23:15:44.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
11312024-07-19T23:15:44.300Z[ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
11322024-07-19T23:15:44.300Z[ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
11332024-07-19T23:15:44.300Z[ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
11342024-07-19T23:15:44.300Z[ 11] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
11352024-07-19T23:15:44.300Z[ 13] 7.00-8.00 sec 13.5 MBytes 114 Mbits/sec
11362024-07-19T23:15:44.300Z[ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
11372024-07-19T23:15:44.300Z[ 17] 7.00-8.00 sec 13.5 MBytes 114 Mbits/sec
11382024-07-19T23:15:44.300Z[ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
11392024-07-19T23:15:44.300Z[SUM] 7.00-8.00 sec 108 MBytes 908 Mbits/sec
11402024-07-19T23:15:44.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
11412024-07-19T23:15:44.300Z[ 5] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
11422024-07-19T23:15:44.300Z[ 7] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
11432024-07-19T23:15:44.300Z[ 9] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
11442024-07-19T23:15:44.300Z[ 11] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
11452024-07-19T23:15:44.301Z[ 13] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
11462024-07-19T23:15:44.301Z[ 15] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
11472024-07-19T23:15:44.301Z[ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
11482024-07-19T23:15:44.301Z[ 19] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
11492024-07-19T23:15:44.301Z[SUM] 8.00-9.00 sec 109 MBytes 913 Mbits/sec
11502024-07-19T23:15:44.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
11512024-07-19T23:15:44.301Z[ 5] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
11522024-07-19T23:15:44.301Z[ 7] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
11532024-07-19T23:15:44.301Z[ 9] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
11542024-07-19T23:15:44.301Z[ 11] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
11552024-07-19T23:15:44.301Z[ 13] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec
11562024-07-19T23:15:44.301Z[ 15] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec
11572024-07-19T23:15:44.301Z[ 17] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
11582024-07-19T23:15:44.301Z[ 19] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
11592024-07-19T23:15:44.301Z[SUM] 9.00-10.00 sec 110 MBytes 922 Mbits/sec
11602024-07-19T23:15:44.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
11612024-07-19T23:15:44.301Z[ 5] 10.00-10.00 sec 122 KBytes 223 Mbits/sec
11622024-07-19T23:15:44.301Z[ 7] 10.00-10.00 sec 83.4 KBytes 153 Mbits/sec
11632024-07-19T23:15:44.301Z[ 9] 10.00-10.00 sec 124 KBytes 228 Mbits/sec
11642024-07-19T23:15:44.301Z[ 11] 10.00-10.00 sec 39.6 KBytes 72.5 Mbits/sec
11652024-07-19T23:15:44.301Z[ 13] 10.00-10.00 sec 33.9 KBytes 62.2 Mbits/sec
11662024-07-19T23:15:44.301Z[ 15] 10.00-10.00 sec 79.2 KBytes 145 Mbits/sec
11672024-07-19T23:15:44.301Z[ 17] 10.00-10.00 sec 62.2 KBytes 114 Mbits/sec
11682024-07-19T23:15:44.301Z[ 19] 10.00-10.00 sec 113 KBytes 207 Mbits/sec
11692024-07-19T23:15:44.301Z[SUM] 10.00-10.00 sec 658 KBytes 1.20 Gbits/sec
11702024-07-19T23:15:44.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
11712024-07-19T23:15:44.301Z[ ID] Interval Transfer Bandwidth
11722024-07-19T23:15:44.301Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11732024-07-19T23:15:44.301Z[ 5] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
11742024-07-19T23:15:44.301Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11752024-07-19T23:15:44.301Z[ 7] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
11762024-07-19T23:15:44.301Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11772024-07-19T23:15:44.301Z[ 9] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
11782024-07-19T23:15:44.301Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11792024-07-19T23:15:44.301Z[ 11] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
11802024-07-19T23:15:44.301Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11812024-07-19T23:15:44.301Z[ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
11822024-07-19T23:15:44.301Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11832024-07-19T23:15:44.302Z[ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
11842024-07-19T23:15:44.302Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11852024-07-19T23:15:44.302Z[ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
11862024-07-19T23:15:44.302Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11872024-07-19T23:15:44.302Z[ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
11882024-07-19T23:15:44.302Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11892024-07-19T23:15:44.302Z[SUM] 0.00-10.00 sec 1.04 GBytes 889 Mbits/sec receiver
11902024-07-19T23:15:44.327ZRun 3/5...889.437619177122Mbps
11912024-07-19T23:15:51.367Z-----------------------------------------------------------
11922024-07-19T23:15:51.368ZServer listening on 5201
11932024-07-19T23:15:51.368Z-----------------------------------------------------------
11942024-07-19T23:15:51.368ZAccepted connection from 10.0.0.1, port 49866
11952024-07-19T23:15:51.368Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64857
11962024-07-19T23:15:51.368Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35083
11972024-07-19T23:15:51.368Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53827
11982024-07-19T23:15:51.368Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42212
11992024-07-19T23:15:51.368Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40508
12002024-07-19T23:15:51.368Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45450
12012024-07-19T23:15:51.368Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37180
12022024-07-19T23:15:51.368Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49921
12032024-07-19T23:15:51.368Z[ ID] Interval Transfer Bandwidth
12042024-07-19T23:15:51.368Z[ 5] 0.00-1.00 sec 11.7 MBytes 98.5 Mbits/sec
12052024-07-19T23:15:51.368Z[ 7] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec
12062024-07-19T23:15:51.368Z[ 9] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec
12072024-07-19T23:15:51.368Z[ 11] 0.00-1.00 sec 11.6 MBytes 97.5 Mbits/sec
12082024-07-19T23:15:51.368Z[ 13] 0.00-1.00 sec 11.6 MBytes 96.9 Mbits/sec
12092024-07-19T23:15:51.368Z[ 15] 0.00-1.00 sec 11.6 MBytes 96.9 Mbits/sec
12102024-07-19T23:15:51.368Z[ 17] 0.00-1.00 sec 11.5 MBytes 96.9 Mbits/sec
12112024-07-19T23:15:51.368Z[ 19] 0.00-1.00 sec 11.5 MBytes 96.9 Mbits/sec
12122024-07-19T23:15:51.368Z[SUM] 0.00-1.00 sec 92.9 MBytes 779 Mbits/sec
12132024-07-19T23:15:51.368Z- - - - - - - - - - - - - - - - - - - - - - - - -
12142024-07-19T23:15:51.368Z[ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
12152024-07-19T23:15:51.368Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
12162024-07-19T23:15:51.368Z[ 9] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
12172024-07-19T23:15:51.368Z[ 11] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
12182024-07-19T23:15:51.368Z[ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
12192024-07-19T23:15:51.368Z[ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
12202024-07-19T23:15:51.368Z[ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
12212024-07-19T23:15:51.368Z[ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
12222024-07-19T23:15:51.368Z[SUM] 1.00-2.00 sec 106 MBytes 887 Mbits/sec
12232024-07-19T23:15:51.368Z- - - - - - - - - - - - - - - - - - - - - - - - -
12242024-07-19T23:15:51.368Z[ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
12252024-07-19T23:15:51.368Z[ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
12262024-07-19T23:15:51.368Z[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
12272024-07-19T23:15:51.368Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
12282024-07-19T23:15:51.368Z[ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
12292024-07-19T23:15:51.368Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
12302024-07-19T23:15:51.369Z[ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
12312024-07-19T23:15:51.369Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
12322024-07-19T23:15:51.369Z[SUM] 2.00-3.00 sec 104 MBytes 872 Mbits/sec
12332024-07-19T23:15:51.369Z- - - - - - - - - - - - - - - - - - - - - - - - -
12342024-07-19T23:15:51.369Z[ 5] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
12352024-07-19T23:15:51.369Z[ 7] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
12362024-07-19T23:15:51.369Z[ 9] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
12372024-07-19T23:15:51.369Z[ 11] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
12382024-07-19T23:15:51.369Z[ 13] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
12392024-07-19T23:15:51.369Z[ 15] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
12402024-07-19T23:15:51.369Z[ 17] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
12412024-07-19T23:15:51.369Z[ 19] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
12422024-07-19T23:15:51.369Z[SUM] 3.00-4.00 sec 110 MBytes 921 Mbits/sec
12432024-07-19T23:15:51.369Z- - - - - - - - - - - - - - - - - - - - - - - - -
12442024-07-19T23:15:51.369Z[ 5] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
12452024-07-19T23:15:51.369Z[ 7] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
12462024-07-19T23:15:51.369Z[ 9] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
12472024-07-19T23:15:51.369Z[ 11] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
12482024-07-19T23:15:51.369Z[ 13] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
12492024-07-19T23:15:51.369Z[ 15] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
12502024-07-19T23:15:51.369Z[ 17] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
12512024-07-19T23:15:51.369Z[ 19] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec
12522024-07-19T23:15:51.369Z[SUM] 4.00-5.00 sec 111 MBytes 930 Mbits/sec
12532024-07-19T23:15:51.369Z- - - - - - - - - - - - - - - - - - - - - - - - -
12542024-07-19T23:15:51.369Z[ 5] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
12552024-07-19T23:15:51.369Z[ 7] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
12562024-07-19T23:15:51.369Z[ 9] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
12572024-07-19T23:15:51.369Z[ 11] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
12582024-07-19T23:15:51.369Z[ 13] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
12592024-07-19T23:15:51.369Z[ 15] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
12602024-07-19T23:15:51.369Z[ 17] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
12612024-07-19T23:15:51.369Z[ 19] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
12622024-07-19T23:15:51.369Z[SUM] 5.00-6.00 sec 110 MBytes 921 Mbits/sec
12632024-07-19T23:15:51.369Z- - - - - - - - - - - - - - - - - - - - - - - - -
12642024-07-19T23:15:51.369Z[ 5] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
12652024-07-19T23:15:51.369Z[ 7] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec
12662024-07-19T23:15:51.369Z[ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
12672024-07-19T23:15:54.570Z[ 11] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
12682024-07-19T23:15:54.571Z[ 13] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec
12692024-07-19T23:15:54.571Z[ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
12702024-07-19T23:15:54.571Z[ 17] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec
12712024-07-19T23:15:54.571Z[ 19] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
12722024-07-19T23:15:54.571Z[SUM] 6.00-7.00 sec 106 MBytes 892 Mbits/sec
12732024-07-19T23:15:54.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
12742024-07-19T23:15:54.571Z[ 5] 7.00-8.00 sec 13.9 MBytes 117 Mbits/sec
12752024-07-19T23:15:54.571Z[ 7] 7.00-8.00 sec 14.0 MBytes 117 Mbits/sec
12762024-07-19T23:15:54.571Z[ 9] 7.00-8.00 sec 13.9 MBytes 117 Mbits/sec
12772024-07-19T23:15:54.571Z[ 11] 7.00-8.00 sec 13.9 MBytes 117 Mbits/sec
12782024-07-19T23:15:54.571Z[ 13] 7.00-8.00 sec 14.0 MBytes 117 Mbits/sec
12792024-07-19T23:15:54.571Z[ 15] 7.00-8.00 sec 14.0 MBytes 117 Mbits/sec
12802024-07-19T23:15:54.571Z[ 17] 7.00-8.00 sec 14.0 MBytes 117 Mbits/sec
12812024-07-19T23:15:54.571Z[ 19] 7.00-8.00 sec 14.0 MBytes 117 Mbits/sec
12822024-07-19T23:15:54.571Z[SUM] 7.00-8.00 sec 112 MBytes 936 Mbits/sec
12832024-07-19T23:15:54.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
12842024-07-19T23:15:54.571Z[ 5] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
12852024-07-19T23:15:54.571Z[ 7] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
12862024-07-19T23:15:54.571Z[ 9] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
12872024-07-19T23:15:54.571Z[ 11] 8.00-9.00 sec 14.0 MBytes 117 Mbits/sec
12882024-07-19T23:15:54.571Z[ 13] 8.00-9.00 sec 14.0 MBytes 117 Mbits/sec
12892024-07-19T23:15:54.571Z[ 15] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
12902024-07-19T23:15:54.571Z[ 17] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
12912024-07-19T23:15:54.571Z[ 19] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
12922024-07-19T23:15:54.571Z[SUM] 8.00-9.00 sec 111 MBytes 935 Mbits/sec
12932024-07-19T23:15:54.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
12942024-07-19T23:15:54.571Z[ 5] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
12952024-07-19T23:15:54.571Z[ 7] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
12962024-07-19T23:15:54.571Z[ 9] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
12972024-07-19T23:15:54.571Z[ 11] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
12982024-07-19T23:15:54.571Z[ 13] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
12992024-07-19T23:15:54.571Z[ 15] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
13002024-07-19T23:15:54.571Z[ 17] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
13012024-07-19T23:15:54.571Z[ 19] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
13022024-07-19T23:15:54.571Z[SUM] 9.00-10.00 sec 111 MBytes 930 Mbits/sec
13032024-07-19T23:15:54.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
13042024-07-19T23:15:54.571Z[ 5] 10.00-10.00 sec 107 KBytes 264 Mbits/sec
13052024-07-19T23:15:54.572Z[ 7] 10.00-10.00 sec 25.5 KBytes 62.6 Mbits/sec
13062024-07-19T23:15:54.572Z[ 9] 10.00-10.00 sec 124 KBytes 306 Mbits/sec
13072024-07-19T23:15:54.572Z[ 11] 10.00-10.00 sec 124 KBytes 306 Mbits/sec
13082024-07-19T23:15:54.572Z[ 13] 10.00-10.00 sec 25.5 KBytes 62.6 Mbits/sec
13092024-07-19T23:15:54.572Z[ 15] 10.00-10.00 sec 2.83 KBytes 6.95 Mbits/sec
13102024-07-19T23:15:54.572Z[ 17] 10.00-10.00 sec 39.6 KBytes 97.3 Mbits/sec
13112024-07-19T23:15:54.572Z[ 19] 10.00-10.00 sec 99.0 KBytes 243 Mbits/sec
13122024-07-19T23:15:54.572Z[SUM] 10.00-10.00 sec 549 KBytes 1.35 Gbits/sec
13132024-07-19T23:15:54.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
13142024-07-19T23:15:54.572Z[ ID] Interval Transfer Bandwidth
13152024-07-19T23:15:54.572Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13162024-07-19T23:15:54.572Z[ 5] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
13172024-07-19T23:15:54.572Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13182024-07-19T23:15:54.572Z[ 7] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
13192024-07-19T23:15:54.572Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13202024-07-19T23:15:54.572Z[ 9] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
13212024-07-19T23:15:54.572Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13222024-07-19T23:15:54.572Z[ 11] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
13232024-07-19T23:15:54.572Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13242024-07-19T23:15:54.572Z[ 13] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
13252024-07-19T23:15:54.572Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13262024-07-19T23:15:54.572Z[ 15] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
13272024-07-19T23:15:54.572Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13282024-07-19T23:15:54.572Z[ 17] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
13292024-07-19T23:15:54.572Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13302024-07-19T23:15:54.572Z[ 19] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
13312024-07-19T23:15:54.572Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13322024-07-19T23:15:54.572Z[SUM] 0.00-10.00 sec 1.05 GBytes 901 Mbits/sec receiver
13332024-07-19T23:15:54.596ZRun 4/5...901.0763801491639Mbps
13342024-07-19T23:16:01.634Z-----------------------------------------------------------
13352024-07-19T23:16:01.634ZServer listening on 5201
13362024-07-19T23:16:01.634Z-----------------------------------------------------------
13372024-07-19T23:16:01.634ZAccepted connection from 10.0.0.1, port 57728
13382024-07-19T23:16:01.634Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57060
13392024-07-19T23:16:01.634Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60465
13402024-07-19T23:16:01.634Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43296
13412024-07-19T23:16:01.634Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53406
13422024-07-19T23:16:01.634Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39668
13432024-07-19T23:16:01.634Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51253
13442024-07-19T23:16:01.634Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41006
13452024-07-19T23:16:01.634Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42681
13462024-07-19T23:16:01.634Z[ ID] Interval Transfer Bandwidth
13472024-07-19T23:16:01.634Z[ 5] 0.00-1.00 sec 11.2 MBytes 93.8 Mbits/sec
13482024-07-19T23:16:01.634Z[ 7] 0.00-1.00 sec 11.1 MBytes 92.9 Mbits/sec
13492024-07-19T23:16:01.634Z[ 9] 0.00-1.00 sec 11.1 MBytes 92.8 Mbits/sec
13502024-07-19T23:16:01.634Z[ 11] 0.00-1.00 sec 11.0 MBytes 92.3 Mbits/sec
13512024-07-19T23:16:01.634Z[ 13] 0.00-1.00 sec 10.9 MBytes 91.8 Mbits/sec
13522024-07-19T23:16:01.634Z[ 15] 0.00-1.00 sec 10.9 MBytes 91.8 Mbits/sec
13532024-07-19T23:16:01.634Z[ 17] 0.00-1.00 sec 10.9 MBytes 91.8 Mbits/sec
13542024-07-19T23:16:01.634Z[ 19] 0.00-1.00 sec 10.9 MBytes 91.8 Mbits/sec
13552024-07-19T23:16:01.634Z[SUM] 0.00-1.00 sec 88.1 MBytes 739 Mbits/sec
13562024-07-19T23:16:01.634Z- - - - - - - - - - - - - - - - - - - - - - - - -
13572024-07-19T23:16:01.634Z[ 5] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
13582024-07-19T23:16:01.634Z[ 7] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
13592024-07-19T23:16:01.634Z[ 9] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
13602024-07-19T23:16:01.634Z[ 11] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
13612024-07-19T23:16:01.634Z[ 13] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
13622024-07-19T23:16:01.634Z[ 15] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
13632024-07-19T23:16:01.634Z[ 17] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
13642024-07-19T23:16:01.635Z[ 19] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
13652024-07-19T23:16:01.635Z[SUM] 1.00-2.00 sec 102 MBytes 856 Mbits/sec
13662024-07-19T23:16:01.635Z- - - - - - - - - - - - - - - - - - - - - - - - -
13672024-07-19T23:16:01.635Z[ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
13682024-07-19T23:16:01.635Z[ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
13692024-07-19T23:16:01.635Z[ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
13702024-07-19T23:16:01.635Z[ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
13712024-07-19T23:16:01.635Z[ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
13722024-07-19T23:16:01.635Z[ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
13732024-07-19T23:16:01.635Z[ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
13742024-07-19T23:16:01.635Z[ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
13752024-07-19T23:16:01.635Z[SUM] 2.00-3.00 sec 108 MBytes 906 Mbits/sec
13762024-07-19T23:16:01.635Z- - - - - - - - - - - - - - - - - - - - - - - - -
13772024-07-19T23:16:01.635Z[ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
13782024-07-19T23:16:01.635Z[ 7] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
13792024-07-19T23:16:01.635Z[ 9] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
13802024-07-19T23:16:01.635Z[ 11] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
13812024-07-19T23:16:01.635Z[ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
13822024-07-19T23:16:01.635Z[ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
13832024-07-19T23:16:01.635Z[ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
13842024-07-19T23:16:01.635Z[ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
13852024-07-19T23:16:01.635Z[SUM] 3.00-4.00 sec 108 MBytes 906 Mbits/sec
13862024-07-19T23:16:01.635Z- - - - - - - - - - - - - - - - - - - - - - - - -
13872024-07-19T23:16:01.635Z[ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
13882024-07-19T23:16:01.635Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
13892024-07-19T23:16:01.635Z[ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
13902024-07-19T23:16:01.635Z[ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
13912024-07-19T23:16:01.635Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
13922024-07-19T23:16:01.635Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
13932024-07-19T23:16:01.635Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
13942024-07-19T23:16:01.635Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
13952024-07-19T23:16:01.635Z[SUM] 4.00-5.00 sec 106 MBytes 888 Mbits/sec
13962024-07-19T23:16:01.635Z- - - - - - - - - - - - - - - - - - - - - - - - -
13972024-07-19T23:16:01.635Z[ 5] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
13982024-07-19T23:16:01.635Z[ 7] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
13992024-07-19T23:16:01.635Z[ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
14002024-07-19T23:16:01.635Z[ 11] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
14012024-07-19T23:16:01.635Z[ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
14022024-07-19T23:16:01.635Z[ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
14032024-07-19T23:16:01.636Z[ 17] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
14042024-07-19T23:16:01.636Z[ 19] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
14052024-07-19T23:16:01.636Z[SUM] 5.00-6.00 sec 103 MBytes 862 Mbits/sec
14062024-07-19T23:16:01.636Z- - - - - - - - - - - - - - - - - - - - - - - - -
14072024-07-19T23:16:01.636Z[ 5] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec
14082024-07-19T23:16:01.636Z[ 7] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
14092024-07-19T23:16:01.636Z[ 9] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec
14102024-07-19T23:16:04.830Z[ 11] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
14112024-07-19T23:16:04.830Z[ 13] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
14122024-07-19T23:16:04.830Z[ 15] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec
14132024-07-19T23:16:04.830Z[ 17] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec
14142024-07-19T23:16:04.830Z[ 19] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
14152024-07-19T23:16:04.830Z[SUM] 6.00-7.00 sec 101 MBytes 845 Mbits/sec
14162024-07-19T23:16:04.830Z- - - - - - - - - - - - - - - - - - - - - - - - -
14172024-07-19T23:16:04.830Z[ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
14182024-07-19T23:16:04.830Z[ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
14192024-07-19T23:16:04.830Z[ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
14202024-07-19T23:16:04.830Z[ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
14212024-07-19T23:16:04.830Z[ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
14222024-07-19T23:16:04.830Z[ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
14232024-07-19T23:16:04.830Z[ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
14242024-07-19T23:16:04.830Z[ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
14252024-07-19T23:16:04.830Z[SUM] 7.00-8.00 sec 104 MBytes 876 Mbits/sec
14262024-07-19T23:16:04.830Z- - - - - - - - - - - - - - - - - - - - - - - - -
14272024-07-19T23:16:04.830Z[ 5] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
14282024-07-19T23:16:04.830Z[ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
14292024-07-19T23:16:04.830Z[ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
14302024-07-19T23:16:04.831Z[ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
14312024-07-19T23:16:04.831Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
14322024-07-19T23:16:04.831Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
14332024-07-19T23:16:04.831Z[ 17] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
14342024-07-19T23:16:04.831Z[ 19] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
14352024-07-19T23:16:04.831Z[SUM] 8.00-9.00 sec 103 MBytes 863 Mbits/sec
14362024-07-19T23:16:04.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
14372024-07-19T23:16:04.831Z[ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
14382024-07-19T23:16:04.831Z[ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
14392024-07-19T23:16:04.831Z[ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
14402024-07-19T23:16:04.831Z[ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
14412024-07-19T23:16:04.831Z[ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
14422024-07-19T23:16:04.831Z[ 15] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec
14432024-07-19T23:16:04.831Z[ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
14442024-07-19T23:16:04.831Z[ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
14452024-07-19T23:16:04.831Z[SUM] 9.00-10.00 sec 106 MBytes 885 Mbits/sec
14462024-07-19T23:16:04.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
14472024-07-19T23:16:04.831Z[ 5] 10.00-10.00 sec 28.3 KBytes 56.9 Mbits/sec
14482024-07-19T23:16:04.831Z[ 7] 10.00-10.00 sec 50.9 KBytes 103 Mbits/sec
14492024-07-19T23:16:04.831Z[ 9] 10.00-10.00 sec 107 KBytes 217 Mbits/sec
14502024-07-19T23:16:04.831Z[ 11] 10.00-10.00 sec 36.8 KBytes 74.1 Mbits/sec
14512024-07-19T23:16:04.831Z[ 13] 10.00-10.00 sec 107 KBytes 217 Mbits/sec
14522024-07-19T23:16:04.831Z[ 15] 10.00-10.00 sec 99.0 KBytes 199 Mbits/sec
14532024-07-19T23:16:04.831Z[ 17] 10.00-10.00 sec 17.0 KBytes 34.2 Mbits/sec
14542024-07-19T23:16:04.831Z[ 19] 10.00-10.00 sec 19.8 KBytes 39.9 Mbits/sec
14552024-07-19T23:16:04.831Z[SUM] 10.00-10.00 sec 467 KBytes 940 Mbits/sec
14562024-07-19T23:16:04.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
14572024-07-19T23:16:04.831Z[ ID] Interval Transfer Bandwidth
14582024-07-19T23:16:04.831Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14592024-07-19T23:16:04.831Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
14602024-07-19T23:16:04.831Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14612024-07-19T23:16:04.831Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
14622024-07-19T23:16:04.831Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14632024-07-19T23:16:04.831Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
14642024-07-19T23:16:04.831Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14652024-07-19T23:16:04.831Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
14662024-07-19T23:16:04.831Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14672024-07-19T23:16:04.831Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
14682024-07-19T23:16:04.832Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14692024-07-19T23:16:04.832Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
14702024-07-19T23:16:04.832Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14712024-07-19T23:16:04.832Z[ 17] 0.00-10.00 sec 128 MBytes 108 Mbits/sec receiver
14722024-07-19T23:16:04.832Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14732024-07-19T23:16:04.832Z[ 19] 0.00-10.00 sec 128 MBytes 108 Mbits/sec receiver
14742024-07-19T23:16:04.832Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14752024-07-19T23:16:04.832Z[SUM] 0.00-10.00 sec 1.00 GBytes 863 Mbits/sec receiver
14762024-07-19T23:16:04.856ZRun 5/5...863.151772082649Mbps
14772024-07-19T23:16:04.856Z###---------------------###
14782024-07-19T23:16:04.856Z::: iPerf done... :::
14792024-07-19T23:16:04.856Z:::Awaiting out files...:::
14802024-07-19T23:16:04.856Z###---------------------###
14812024-07-19T23:16:04.856Z###-----###
14822024-07-19T23:16:04.856Z:::done!:::
14832024-07-19T23:16:04.856Z###-----###
14842024-07-19T23:16:04.856Z###-------------------###
14852024-07-19T23:16:04.856Z:::Running experiment :::
14862024-07-19T23:16:04.856Z:::iperf-tcp/local/s2c:::
14872024-07-19T23:16:04.856Z###-------------------###
14882024-07-19T23:16:11.879Z-----------------------------------------------------------
14892024-07-19T23:16:11.879ZServer listening on 5201
14902024-07-19T23:16:11.879Z-----------------------------------------------------------
14912024-07-19T23:16:11.879ZAccepted connection from 10.0.0.1, port 60540
14922024-07-19T23:16:11.879Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45467
14932024-07-19T23:16:11.879Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52133
14942024-07-19T23:16:11.879Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42056
14952024-07-19T23:16:11.879Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35752
14962024-07-19T23:16:11.879Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45565
14972024-07-19T23:16:11.879Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40977
14982024-07-19T23:16:11.879Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54385
14992024-07-19T23:16:11.879Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50734
15002024-07-19T23:16:11.880Z[ ID] Interval Transfer Bandwidth
15012024-07-19T23:16:11.880Z[ 5] 0.00-1.01 sec 12.2 MBytes 101 Mbits/sec
15022024-07-19T23:16:11.880Z[ 7] 0.00-1.01 sec 12.1 MBytes 101 Mbits/sec
15032024-07-19T23:16:11.880Z[ 9] 0.00-1.01 sec 12.1 MBytes 101 Mbits/sec
15042024-07-19T23:16:11.880Z[ 11] 0.00-1.01 sec 12.1 MBytes 101 Mbits/sec
15052024-07-19T23:16:11.880Z[ 13] 0.00-1.01 sec 12.1 MBytes 101 Mbits/sec
15062024-07-19T23:16:11.880Z[ 15] 0.00-1.01 sec 12.1 MBytes 101 Mbits/sec
15072024-07-19T23:16:11.880Z[ 17] 0.00-1.01 sec 12.0 MBytes 100 Mbits/sec
15082024-07-19T23:16:11.880Z[ 19] 0.00-1.01 sec 12.0 MBytes 100 Mbits/sec
15092024-07-19T23:16:11.880Z[SUM] 0.00-1.01 sec 96.6 MBytes 806 Mbits/sec
15102024-07-19T23:16:11.880Z- - - - - - - - - - - - - - - - - - - - - - - - -
15112024-07-19T23:16:11.880Z[ 5] 1.01-2.00 sec 13.9 MBytes 117 Mbits/sec
15122024-07-19T23:16:11.880Z[ 7] 1.01-2.00 sec 13.9 MBytes 117 Mbits/sec
15132024-07-19T23:16:11.880Z[ 9] 1.01-2.00 sec 13.8 MBytes 117 Mbits/sec
15142024-07-19T23:16:11.880Z[ 11] 1.01-2.00 sec 13.9 MBytes 117 Mbits/sec
15152024-07-19T23:16:11.880Z[ 13] 1.01-2.00 sec 13.8 MBytes 117 Mbits/sec
15162024-07-19T23:16:11.880Z[ 15] 1.01-2.00 sec 13.8 MBytes 117 Mbits/sec
15172024-07-19T23:16:11.880Z[ 17] 1.01-2.00 sec 13.9 MBytes 117 Mbits/sec
15182024-07-19T23:16:11.880Z[ 19] 1.01-2.00 sec 13.8 MBytes 117 Mbits/sec
15192024-07-19T23:16:11.880Z[SUM] 1.01-2.00 sec 111 MBytes 934 Mbits/sec
15202024-07-19T23:16:11.880Z- - - - - - - - - - - - - - - - - - - - - - - - -
15212024-07-19T23:16:11.880Z[ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
15222024-07-19T23:16:11.880Z[ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
15232024-07-19T23:16:11.880Z[ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
15242024-07-19T23:16:11.880Z[ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
15252024-07-19T23:16:11.880Z[ 13] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
15262024-07-19T23:16:11.880Z[ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
15272024-07-19T23:16:11.880Z[ 17] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
15282024-07-19T23:16:11.880Z[ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
15292024-07-19T23:16:11.880Z[SUM] 2.00-3.00 sec 106 MBytes 885 Mbits/sec
15302024-07-19T23:16:11.880Z- - - - - - - - - - - - - - - - - - - - - - - - -
15312024-07-19T23:16:11.880Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
15322024-07-19T23:16:11.880Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
15332024-07-19T23:16:11.904Z[ 9] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
15342024-07-19T23:16:11.904Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
15352024-07-19T23:16:11.904Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
15362024-07-19T23:16:11.904Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
15372024-07-19T23:16:11.904Z[ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
15382024-07-19T23:16:11.904Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
15392024-07-19T23:16:11.904Z[SUM] 3.00-4.00 sec 104 MBytes 870 Mbits/sec
15402024-07-19T23:16:11.905Z- - - - - - - - - - - - - - - - - - - - - - - - -
15412024-07-19T23:16:11.905Z[ 5] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
15422024-07-19T23:16:11.905Z[ 7] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
15432024-07-19T23:16:11.905Z[ 9] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
15442024-07-19T23:16:11.905Z[ 11] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
15452024-07-19T23:16:11.905Z[ 13] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
15462024-07-19T23:16:11.905Z[ 15] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
15472024-07-19T23:16:11.905Z[ 17] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
15482024-07-19T23:16:11.905Z[ 19] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec
15492024-07-19T23:16:11.905Z[SUM] 4.00-5.00 sec 110 MBytes 926 Mbits/sec
15502024-07-19T23:16:11.905Z- - - - - - - - - - - - - - - - - - - - - - - - -
15512024-07-19T23:16:11.905Z[ 5] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
15522024-07-19T23:16:11.905Z[ 7] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
15532024-07-19T23:16:11.905Z[ 9] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
15542024-07-19T23:16:11.905Z[ 11] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
15552024-07-19T23:16:11.905Z[ 13] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
15562024-07-19T23:16:11.905Z[ 15] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
15572024-07-19T23:16:11.905Z[ 17] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
15582024-07-19T23:16:11.905Z[ 19] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
15592024-07-19T23:16:11.905Z[SUM] 5.00-6.00 sec 107 MBytes 896 Mbits/sec
15602024-07-19T23:16:11.905Z- - - - - - - - - - - - - - - - - - - - - - - - -
15612024-07-19T23:16:11.905Z[ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
15622024-07-19T23:16:11.905Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
15632024-07-19T23:16:11.905Z[ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
15642024-07-19T23:16:15.100Z[ 11] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec
15652024-07-19T23:16:15.100Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
15662024-07-19T23:16:15.100Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
15672024-07-19T23:16:15.100Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
15682024-07-19T23:16:15.100Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
15692024-07-19T23:16:15.100Z[SUM] 6.00-7.00 sec 105 MBytes 880 Mbits/sec
15702024-07-19T23:16:15.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
15712024-07-19T23:16:15.100Z[ 5] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec
15722024-07-19T23:16:15.100Z[ 7] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec
15732024-07-19T23:16:15.100Z[ 9] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec
15742024-07-19T23:16:15.100Z[ 11] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec
15752024-07-19T23:16:15.100Z[ 13] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec
15762024-07-19T23:16:15.100Z[ 15] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec
15772024-07-19T23:16:15.100Z[ 17] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec
15782024-07-19T23:16:15.100Z[ 19] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec
15792024-07-19T23:16:15.100Z[SUM] 7.00-8.00 sec 110 MBytes 926 Mbits/sec
15802024-07-19T23:16:15.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
15812024-07-19T23:16:15.100Z[ 5] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
15822024-07-19T23:16:15.100Z[ 7] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
15832024-07-19T23:16:15.101Z[ 9] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
15842024-07-19T23:16:15.101Z[ 11] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
15852024-07-19T23:16:15.101Z[ 13] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
15862024-07-19T23:16:15.101Z[ 15] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
15872024-07-19T23:16:15.101Z[ 17] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
15882024-07-19T23:16:15.101Z[ 19] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
15892024-07-19T23:16:15.101Z[SUM] 8.00-9.00 sec 111 MBytes 931 Mbits/sec
15902024-07-19T23:16:15.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
15912024-07-19T23:16:15.101Z[ 5] 9.00-10.00 sec 13.5 MBytes 114 Mbits/sec
15922024-07-19T23:16:15.101Z[ 7] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
15932024-07-19T23:16:15.101Z[ 9] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
15942024-07-19T23:16:15.101Z[ 11] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
15952024-07-19T23:16:15.101Z[ 13] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
15962024-07-19T23:16:15.101Z[ 15] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
15972024-07-19T23:16:15.101Z[ 17] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
15982024-07-19T23:16:15.101Z[ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
15992024-07-19T23:16:15.101Z[SUM] 9.00-10.00 sec 108 MBytes 906 Mbits/sec
16002024-07-19T23:16:15.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
16012024-07-19T23:16:15.101Z[ 5] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec
16022024-07-19T23:16:15.101Z[ 7] 10.00-10.00 sec 56.6 KBytes 123 Mbits/sec
16032024-07-19T23:16:15.101Z[ 9] 10.00-10.00 sec 56.6 KBytes 123 Mbits/sec
16042024-07-19T23:16:15.101Z[ 11] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec
16052024-07-19T23:16:15.101Z[ 13] 10.00-10.00 sec 113 KBytes 245 Mbits/sec
16062024-07-19T23:16:15.101Z[ 15] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec
16072024-07-19T23:16:15.101Z[ 17] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec
16082024-07-19T23:16:15.101Z[ 19] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec
16092024-07-19T23:16:15.101Z[SUM] 10.00-10.00 sec 509 KBytes 1.10 Gbits/sec
16102024-07-19T23:16:15.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
16112024-07-19T23:16:15.101Z[ ID] Interval Transfer Bandwidth
16122024-07-19T23:16:15.101Z[ 5] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
16132024-07-19T23:16:15.101Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16142024-07-19T23:16:15.101Z[ 7] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
16152024-07-19T23:16:15.101Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16162024-07-19T23:16:15.127Z[ 9] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
16172024-07-19T23:16:15.127Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16182024-07-19T23:16:15.127Z[ 11] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
16192024-07-19T23:16:15.127Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16202024-07-19T23:16:15.127Z[ 13] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
16212024-07-19T23:16:15.127Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16222024-07-19T23:16:15.127Z[ 15] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
16232024-07-19T23:16:15.127Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16242024-07-19T23:16:15.127Z[ 17] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
16252024-07-19T23:16:15.127Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16262024-07-19T23:16:15.127Z[ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
16272024-07-19T23:16:15.127Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16282024-07-19T23:16:15.127Z[SUM] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec sender
16292024-07-19T23:16:15.127Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16302024-07-19T23:16:15.127ZRun 1/5...896.276276372437Mbps
16312024-07-19T23:16:22.172Z-----------------------------------------------------------
16322024-07-19T23:16:22.172ZServer listening on 5201
16332024-07-19T23:16:22.172Z-----------------------------------------------------------
16342024-07-19T23:16:22.173ZAccepted connection from 10.0.0.1, port 51929
16352024-07-19T23:16:22.173Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56981
16362024-07-19T23:16:22.173Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54353
16372024-07-19T23:16:22.173Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59416
16382024-07-19T23:16:22.173Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48284
16392024-07-19T23:16:22.173Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43284
16402024-07-19T23:16:22.173Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58677
16412024-07-19T23:16:22.173Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49060
16422024-07-19T23:16:22.173Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40067
16432024-07-19T23:16:22.173Z[ ID] Interval Transfer Bandwidth
16442024-07-19T23:16:22.173Z[ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
16452024-07-19T23:16:22.173Z[ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
16462024-07-19T23:16:22.173Z[ 9] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec
16472024-07-19T23:16:22.173Z[ 11] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
16482024-07-19T23:16:22.173Z[ 13] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
16492024-07-19T23:16:22.173Z[ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
16502024-07-19T23:16:22.173Z[ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
16512024-07-19T23:16:22.173Z[ 19] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
16522024-07-19T23:16:22.173Z[SUM] 0.00-1.00 sec 99.0 MBytes 830 Mbits/sec
16532024-07-19T23:16:22.173Z- - - - - - - - - - - - - - - - - - - - - - - - -
16542024-07-19T23:16:22.173Z[ 5] 1.00-2.00 sec 12.2 MBytes 102 Mbits/sec
16552024-07-19T23:16:22.173Z[ 7] 1.00-2.00 sec 12.2 MBytes 102 Mbits/sec
16562024-07-19T23:16:22.173Z[ 9] 1.00-2.00 sec 12.3 MBytes 103 Mbits/sec
16572024-07-19T23:16:22.173Z[ 11] 1.00-2.00 sec 12.2 MBytes 102 Mbits/sec
16582024-07-19T23:16:22.173Z[ 13] 1.00-2.00 sec 12.2 MBytes 102 Mbits/sec
16592024-07-19T23:16:22.173Z[ 15] 1.00-2.00 sec 12.2 MBytes 103 Mbits/sec
16602024-07-19T23:16:22.173Z[ 17] 1.00-2.00 sec 12.2 MBytes 102 Mbits/sec
16612024-07-19T23:16:22.173Z[ 19] 1.00-2.00 sec 12.2 MBytes 102 Mbits/sec
16622024-07-19T23:16:22.173Z[SUM] 1.00-2.00 sec 97.7 MBytes 819 Mbits/sec
16632024-07-19T23:16:22.173Z- - - - - - - - - - - - - - - - - - - - - - - - -
16642024-07-19T23:16:22.173Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
16652024-07-19T23:16:22.173Z[ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
16662024-07-19T23:16:22.173Z[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
16672024-07-19T23:16:22.173Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
16682024-07-19T23:16:22.173Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
16692024-07-19T23:16:22.173Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
16702024-07-19T23:16:22.173Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
16712024-07-19T23:16:22.173Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
16722024-07-19T23:16:22.174Z[SUM] 2.00-3.00 sec 104 MBytes 876 Mbits/sec
16732024-07-19T23:16:22.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
16742024-07-19T23:16:22.174Z[ 5] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
16752024-07-19T23:16:22.174Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
16762024-07-19T23:16:22.174Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
16772024-07-19T23:16:22.174Z[ 11] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
16782024-07-19T23:16:22.174Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
16792024-07-19T23:16:22.174Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
16802024-07-19T23:16:22.174Z[ 17] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
16812024-07-19T23:16:22.174Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
16822024-07-19T23:16:22.174Z[SUM] 3.00-4.00 sec 104 MBytes 870 Mbits/sec
16832024-07-19T23:16:22.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
16842024-07-19T23:16:22.174Z[ 5] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec
16852024-07-19T23:16:22.174Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
16862024-07-19T23:16:22.174Z[ 9] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec
16872024-07-19T23:16:22.174Z[ 11] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec
16882024-07-19T23:16:22.174Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
16892024-07-19T23:16:22.174Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
16902024-07-19T23:16:22.174Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
16912024-07-19T23:16:22.174Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
16922024-07-19T23:16:22.174Z[SUM] 4.00-5.00 sec 106 MBytes 888 Mbits/sec
16932024-07-19T23:16:22.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
16942024-07-19T23:16:22.174Z[ 5] 5.00-6.00 sec 12.0 MBytes 101 Mbits/sec
16952024-07-19T23:16:22.174Z[ 7] 5.00-6.00 sec 12.0 MBytes 101 Mbits/sec
16962024-07-19T23:16:22.174Z[ 9] 5.00-6.00 sec 12.0 MBytes 100 Mbits/sec
16972024-07-19T23:16:22.174Z[ 11] 5.00-6.00 sec 12.0 MBytes 100 Mbits/sec
16982024-07-19T23:16:22.174Z[ 13] 5.00-6.00 sec 12.0 MBytes 100 Mbits/sec
16992024-07-19T23:16:22.174Z[ 15] 5.00-6.00 sec 12.0 MBytes 101 Mbits/sec
17002024-07-19T23:16:22.174Z[ 17] 5.00-6.00 sec 12.0 MBytes 101 Mbits/sec
17012024-07-19T23:16:22.174Z[ 19] 5.00-6.00 sec 12.0 MBytes 101 Mbits/sec
17022024-07-19T23:16:22.174Z[SUM] 5.00-6.00 sec 96.0 MBytes 805 Mbits/sec
17032024-07-19T23:16:22.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
17042024-07-19T23:16:22.174Z[ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
17052024-07-19T23:16:22.174Z[ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
17062024-07-19T23:16:22.174Z[ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
17072024-07-19T23:16:25.370Z[ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
17082024-07-19T23:16:25.370Z[ 13] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
17092024-07-19T23:16:25.370Z[ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
17102024-07-19T23:16:25.370Z[ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
17112024-07-19T23:16:25.370Z[ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
17122024-07-19T23:16:25.370Z[SUM] 6.00-7.00 sec 107 MBytes 897 Mbits/sec
17132024-07-19T23:16:25.370Z- - - - - - - - - - - - - - - - - - - - - - - - -
17142024-07-19T23:16:25.371Z[ 5] 7.00-8.00 sec 13.5 MBytes 114 Mbits/sec
17152024-07-19T23:16:25.371Z[ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
17162024-07-19T23:16:25.371Z[ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
17172024-07-19T23:16:25.371Z[ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
17182024-07-19T23:16:25.371Z[ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
17192024-07-19T23:16:25.371Z[ 15] 7.00-8.00 sec 13.5 MBytes 114 Mbits/sec
17202024-07-19T23:16:25.371Z[ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
17212024-07-19T23:16:25.371Z[ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
17222024-07-19T23:16:25.371Z[SUM] 7.00-8.00 sec 108 MBytes 907 Mbits/sec
17232024-07-19T23:16:25.371Z- - - - - - - - - - - - - - - - - - - - - - - - -
17242024-07-19T23:16:25.371Z[ 5] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
17252024-07-19T23:16:25.371Z[ 7] 8.00-9.00 sec 13.8 MBytes 115 Mbits/sec
17262024-07-19T23:16:25.371Z[ 9] 8.00-9.00 sec 13.8 MBytes 115 Mbits/sec
17272024-07-19T23:16:25.371Z[ 11] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
17282024-07-19T23:16:25.371Z[ 13] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
17292024-07-19T23:16:25.371Z[ 15] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
17302024-07-19T23:16:25.371Z[ 17] 8.00-9.00 sec 13.8 MBytes 115 Mbits/sec
17312024-07-19T23:16:25.371Z[ 19] 8.00-9.00 sec 13.8 MBytes 115 Mbits/sec
17322024-07-19T23:16:25.371Z[SUM] 8.00-9.00 sec 110 MBytes 921 Mbits/sec
17332024-07-19T23:16:25.371Z- - - - - - - - - - - - - - - - - - - - - - - - -
17342024-07-19T23:16:25.371Z[ 5] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec
17352024-07-19T23:16:25.371Z[ 7] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec
17362024-07-19T23:16:25.371Z[ 9] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec
17372024-07-19T23:16:25.371Z[ 11] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
17382024-07-19T23:16:25.371Z[ 13] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec
17392024-07-19T23:16:25.371Z[ 15] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec
17402024-07-19T23:16:25.371Z[ 17] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec
17412024-07-19T23:16:25.371Z[ 19] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec
17422024-07-19T23:16:25.371Z[SUM] 9.00-10.00 sec 110 MBytes 924 Mbits/sec
17432024-07-19T23:16:25.371Z- - - - - - - - - - - - - - - - - - - - - - - - -
17442024-07-19T23:16:25.371Z[ 5] 10.00-10.00 sec 56.6 KBytes 116 Mbits/sec
17452024-07-19T23:16:25.371Z[ 7] 10.00-10.00 sec 56.6 KBytes 116 Mbits/sec
17462024-07-19T23:16:25.371Z[ 9] 10.00-10.00 sec 56.6 KBytes 116 Mbits/sec
17472024-07-19T23:16:25.371Z[ 11] 10.00-10.00 sec 113 KBytes 232 Mbits/sec
17482024-07-19T23:16:25.371Z[ 13] 10.00-10.00 sec 56.6 KBytes 116 Mbits/sec
17492024-07-19T23:16:25.371Z[ 15] 10.00-10.00 sec 56.6 KBytes 116 Mbits/sec
17502024-07-19T23:16:25.371Z[ 17] 10.00-10.00 sec 56.6 KBytes 116 Mbits/sec
17512024-07-19T23:16:25.371Z[ 19] 10.00-10.00 sec 56.6 KBytes 116 Mbits/sec
17522024-07-19T23:16:25.372Z[SUM] 10.00-10.00 sec 509 KBytes 1.04 Gbits/sec
17532024-07-19T23:16:25.372Z- - - - - - - - - - - - - - - - - - - - - - - - -
17542024-07-19T23:16:25.372Z[ ID] Interval Transfer Bandwidth
17552024-07-19T23:16:25.372Z[ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
17562024-07-19T23:16:25.372Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17572024-07-19T23:16:25.372Z[ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
17582024-07-19T23:16:25.372Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17592024-07-19T23:16:25.372Z[ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
17602024-07-19T23:16:25.372Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17612024-07-19T23:16:25.372Z[ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
17622024-07-19T23:16:25.372Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17632024-07-19T23:16:25.372Z[ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
17642024-07-19T23:16:25.372Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17652024-07-19T23:16:25.372Z[ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
17662024-07-19T23:16:25.372Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17672024-07-19T23:16:25.372Z[ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
17682024-07-19T23:16:25.372Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17692024-07-19T23:16:25.372Z[ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
17702024-07-19T23:16:25.372Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17712024-07-19T23:16:25.372Z[SUM] 0.00-10.00 sec 1.02 GBytes 874 Mbits/sec sender
17722024-07-19T23:16:25.372Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17732024-07-19T23:16:25.396ZRun 2/5...874.333968813364Mbps
17742024-07-19T23:16:32.442Z-----------------------------------------------------------
17752024-07-19T23:16:32.442ZServer listening on 5201
17762024-07-19T23:16:32.442Z-----------------------------------------------------------
17772024-07-19T23:16:32.443ZAccepted connection from 10.0.0.1, port 52558
17782024-07-19T23:16:32.443Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35942
17792024-07-19T23:16:32.443Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39288
17802024-07-19T23:16:32.443Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44093
17812024-07-19T23:16:32.443Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34507
17822024-07-19T23:16:32.443Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56220
17832024-07-19T23:16:32.443Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35915
17842024-07-19T23:16:32.443Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42942
17852024-07-19T23:16:32.443Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47174
17862024-07-19T23:16:32.443Z[ ID] Interval Transfer Bandwidth
17872024-07-19T23:16:32.443Z[ 5] 0.00-1.00 sec 13.0 MBytes 109 Mbits/sec
17882024-07-19T23:16:32.443Z[ 7] 0.00-1.00 sec 13.0 MBytes 109 Mbits/sec
17892024-07-19T23:16:32.443Z[ 9] 0.00-1.00 sec 12.9 MBytes 108 Mbits/sec
17902024-07-19T23:16:32.443Z[ 11] 0.00-1.00 sec 12.9 MBytes 108 Mbits/sec
17912024-07-19T23:16:32.443Z[ 13] 0.00-1.00 sec 12.9 MBytes 108 Mbits/sec
17922024-07-19T23:16:32.443Z[ 15] 0.00-1.00 sec 12.9 MBytes 108 Mbits/sec
17932024-07-19T23:16:32.443Z[ 17] 0.00-1.00 sec 12.9 MBytes 108 Mbits/sec
17942024-07-19T23:16:32.443Z[ 19] 0.00-1.00 sec 12.9 MBytes 108 Mbits/sec
17952024-07-19T23:16:32.443Z[SUM] 0.00-1.00 sec 103 MBytes 867 Mbits/sec
17962024-07-19T23:16:32.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
17972024-07-19T23:16:32.443Z[ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
17982024-07-19T23:16:32.443Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
17992024-07-19T23:16:32.443Z[ 9] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
18002024-07-19T23:16:32.443Z[ 11] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
18012024-07-19T23:16:32.443Z[ 13] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
18022024-07-19T23:16:32.443Z[ 15] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
18032024-07-19T23:16:32.443Z[ 17] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
18042024-07-19T23:16:32.443Z[ 19] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
18052024-07-19T23:16:32.443Z[SUM] 1.00-2.00 sec 106 MBytes 891 Mbits/sec
18062024-07-19T23:16:32.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
18072024-07-19T23:16:32.443Z[ 5] 2.00-3.00 sec 14.1 MBytes 118 Mbits/sec
18082024-07-19T23:16:32.443Z[ 7] 2.00-3.00 sec 14.1 MBytes 118 Mbits/sec
18092024-07-19T23:16:32.443Z[ 9] 2.00-3.00 sec 14.1 MBytes 118 Mbits/sec
18102024-07-19T23:16:32.443Z[ 11] 2.00-3.00 sec 14.1 MBytes 118 Mbits/sec
18112024-07-19T23:16:32.443Z[ 13] 2.00-3.00 sec 14.1 MBytes 118 Mbits/sec
18122024-07-19T23:16:32.443Z[ 15] 2.00-3.00 sec 14.1 MBytes 118 Mbits/sec
18132024-07-19T23:16:32.443Z[ 17] 2.00-3.00 sec 14.1 MBytes 118 Mbits/sec
18142024-07-19T23:16:32.443Z[ 19] 2.00-3.00 sec 14.1 MBytes 118 Mbits/sec
18152024-07-19T23:16:32.444Z[SUM] 2.00-3.00 sec 113 MBytes 946 Mbits/sec
18162024-07-19T23:16:32.444Z- - - - - - - - - - - - - - - - - - - - - - - - -
18172024-07-19T23:16:32.444Z[ 5] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec
18182024-07-19T23:16:32.444Z[ 7] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
18192024-07-19T23:16:32.444Z[ 9] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
18202024-07-19T23:16:32.444Z[ 11] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec
18212024-07-19T23:16:32.444Z[ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
18222024-07-19T23:16:32.444Z[ 15] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
18232024-07-19T23:16:32.444Z[ 17] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
18242024-07-19T23:16:32.444Z[ 19] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec
18252024-07-19T23:16:32.444Z[SUM] 3.00-4.00 sec 106 MBytes 892 Mbits/sec
18262024-07-19T23:16:32.444Z- - - - - - - - - - - - - - - - - - - - - - - - -
18272024-07-19T23:16:32.444Z[ 5] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
18282024-07-19T23:16:32.444Z[ 7] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
18292024-07-19T23:16:32.444Z[ 9] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
18302024-07-19T23:16:32.444Z[ 11] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
18312024-07-19T23:16:32.444Z[ 13] 4.00-5.00 sec 13.8 MBytes 115 Mbits/sec
18322024-07-19T23:16:32.444Z[ 15] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
18332024-07-19T23:16:32.444Z[ 17] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
18342024-07-19T23:16:32.444Z[ 19] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
18352024-07-19T23:16:32.444Z[SUM] 4.00-5.00 sec 110 MBytes 921 Mbits/sec
18362024-07-19T23:16:32.444Z- - - - - - - - - - - - - - - - - - - - - - - - -
18372024-07-19T23:16:32.444Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
18382024-07-19T23:16:32.444Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
18392024-07-19T23:16:32.444Z[ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
18402024-07-19T23:16:32.444Z[ 11] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
18412024-07-19T23:16:32.444Z[ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
18422024-07-19T23:16:32.444Z[ 15] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
18432024-07-19T23:16:32.444Z[ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
18442024-07-19T23:16:32.444Z[ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
18452024-07-19T23:16:32.444Z[SUM] 5.00-6.00 sec 105 MBytes 883 Mbits/sec
18462024-07-19T23:16:32.444Z- - - - - - - - - - - - - - - - - - - - - - - - -
18472024-07-19T23:16:32.444Z[ 5] 6.00-7.00 sec 14.2 MBytes 119 Mbits/sec
18482024-07-19T23:16:32.444Z[ 7] 6.00-7.00 sec 14.2 MBytes 119 Mbits/sec
18492024-07-19T23:16:32.444Z[ 9] 6.00-7.00 sec 14.2 MBytes 119 Mbits/sec
18502024-07-19T23:16:35.640Z[ 11] 6.00-7.00 sec 14.2 MBytes 119 Mbits/sec
18512024-07-19T23:16:35.640Z[ 13] 6.00-7.00 sec 14.2 MBytes 119 Mbits/sec
18522024-07-19T23:16:35.640Z[ 15] 6.00-7.00 sec 14.2 MBytes 119 Mbits/sec
18532024-07-19T23:16:35.641Z[ 17] 6.00-7.00 sec 14.2 MBytes 119 Mbits/sec
18542024-07-19T23:16:35.641Z[ 19] 6.00-7.00 sec 14.1 MBytes 119 Mbits/sec
18552024-07-19T23:16:35.641Z[SUM] 6.00-7.00 sec 113 MBytes 952 Mbits/sec
18562024-07-19T23:16:35.641Z- - - - - - - - - - - - - - - - - - - - - - - - -
18572024-07-19T23:16:35.641Z[ 5] 7.00-8.00 sec 14.3 MBytes 120 Mbits/sec
18582024-07-19T23:16:35.641Z[ 7] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
18592024-07-19T23:16:35.641Z[ 9] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
18602024-07-19T23:16:35.641Z[ 11] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
18612024-07-19T23:16:35.641Z[ 13] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
18622024-07-19T23:16:35.641Z[ 15] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
18632024-07-19T23:16:35.641Z[ 17] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
18642024-07-19T23:16:35.641Z[ 19] 7.00-8.00 sec 14.2 MBytes 119 Mbits/sec
18652024-07-19T23:16:35.641Z[SUM] 7.00-8.00 sec 114 MBytes 954 Mbits/sec
18662024-07-19T23:16:35.641Z- - - - - - - - - - - - - - - - - - - - - - - - -
18672024-07-19T23:16:35.641Z[ 5] 8.00-9.00 sec 14.1 MBytes 119 Mbits/sec
18682024-07-19T23:16:35.641Z[ 7] 8.00-9.00 sec 14.1 MBytes 119 Mbits/sec
18692024-07-19T23:16:35.641Z[ 9] 8.00-9.00 sec 14.2 MBytes 119 Mbits/sec
18702024-07-19T23:16:35.641Z[ 11] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
18712024-07-19T23:16:35.641Z[ 13] 8.00-9.00 sec 14.2 MBytes 119 Mbits/sec
18722024-07-19T23:16:35.641Z[ 15] 8.00-9.00 sec 14.2 MBytes 119 Mbits/sec
18732024-07-19T23:16:35.641Z[ 17] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
18742024-07-19T23:16:35.641Z[ 19] 8.00-9.00 sec 14.2 MBytes 119 Mbits/sec
18752024-07-19T23:16:35.641Z[SUM] 8.00-9.00 sec 113 MBytes 950 Mbits/sec
18762024-07-19T23:16:35.641Z- - - - - - - - - - - - - - - - - - - - - - - - -
18772024-07-19T23:16:35.641Z[ 5] 9.00-10.00 sec 13.9 MBytes 117 Mbits/sec
18782024-07-19T23:16:35.641Z[ 7] 9.00-10.00 sec 13.9 MBytes 117 Mbits/sec
18792024-07-19T23:16:35.641Z[ 9] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec
18802024-07-19T23:16:35.641Z[ 11] 9.00-10.00 sec 13.9 MBytes 117 Mbits/sec
18812024-07-19T23:16:35.641Z[ 13] 9.00-10.00 sec 13.9 MBytes 117 Mbits/sec
18822024-07-19T23:16:35.641Z[ 15] 9.00-10.00 sec 13.9 MBytes 117 Mbits/sec
18832024-07-19T23:16:35.641Z[ 17] 9.00-10.00 sec 14.0 MBytes 117 Mbits/sec
18842024-07-19T23:16:35.641Z[ 19] 9.00-10.00 sec 13.9 MBytes 117 Mbits/sec
18852024-07-19T23:16:35.642Z[SUM] 9.00-10.00 sec 111 MBytes 934 Mbits/sec
18862024-07-19T23:16:35.642Z- - - - - - - - - - - - - - - - - - - - - - - - -
18872024-07-19T23:16:35.642Z[ 5] 10.00-10.00 sec 70.7 KBytes 197 Mbits/sec
18882024-07-19T23:16:35.642Z[ 7] 10.00-10.00 sec 56.6 KBytes 157 Mbits/sec
18892024-07-19T23:16:35.642Z[ 9] 10.00-10.00 sec 113 KBytes 315 Mbits/sec
18902024-07-19T23:16:35.642Z[ 11] 10.00-10.00 sec 56.6 KBytes 157 Mbits/sec
18912024-07-19T23:16:35.642Z[ 13] 10.00-10.00 sec 56.6 KBytes 157 Mbits/sec
18922024-07-19T23:16:35.642Z[ 15] 10.00-10.00 sec 113 KBytes 314 Mbits/sec
18932024-07-19T23:16:35.642Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18942024-07-19T23:16:35.642Z[ 19] 10.00-10.00 sec 56.6 KBytes 157 Mbits/sec
18952024-07-19T23:16:35.642Z[SUM] 10.00-10.00 sec 523 KBytes 1.45 Gbits/sec
18962024-07-19T23:16:35.642Z- - - - - - - - - - - - - - - - - - - - - - - - -
18972024-07-19T23:16:35.642Z[ ID] Interval Transfer Bandwidth
18982024-07-19T23:16:35.642Z[ 5] 0.00-10.00 sec 137 MBytes 115 Mbits/sec sender
18992024-07-19T23:16:35.642Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19002024-07-19T23:16:35.642Z[ 7] 0.00-10.00 sec 137 MBytes 115 Mbits/sec sender
19012024-07-19T23:16:35.642Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19022024-07-19T23:16:35.642Z[ 9] 0.00-10.00 sec 137 MBytes 115 Mbits/sec sender
19032024-07-19T23:16:35.642Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19042024-07-19T23:16:35.642Z[ 11] 0.00-10.00 sec 137 MBytes 115 Mbits/sec sender
19052024-07-19T23:16:35.642Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19062024-07-19T23:16:35.642Z[ 13] 0.00-10.00 sec 137 MBytes 115 Mbits/sec sender
19072024-07-19T23:16:35.642Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19082024-07-19T23:16:35.642Z[ 15] 0.00-10.00 sec 137 MBytes 115 Mbits/sec sender
19092024-07-19T23:16:35.642Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19102024-07-19T23:16:35.642Z[ 17] 0.00-10.00 sec 137 MBytes 115 Mbits/sec sender
19112024-07-19T23:16:35.642Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19122024-07-19T23:16:35.643Z[ 19] 0.00-10.00 sec 137 MBytes 115 Mbits/sec sender
19132024-07-19T23:16:35.643Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19142024-07-19T23:16:35.643Z[SUM] 0.00-10.00 sec 1.07 GBytes 919 Mbits/sec sender
19152024-07-19T23:16:35.643Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19162024-07-19T23:16:35.667ZRun 3/5...919.3644209867911Mbps
19172024-07-19T23:16:42.710Z-----------------------------------------------------------
19182024-07-19T23:16:42.710ZServer listening on 5201
19192024-07-19T23:16:42.710Z-----------------------------------------------------------
19202024-07-19T23:16:42.710ZAccepted connection from 10.0.0.1, port 48149
19212024-07-19T23:16:42.710Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49352
19222024-07-19T23:16:42.710Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51571
19232024-07-19T23:16:42.710Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48241
19242024-07-19T23:16:42.710Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47869
19252024-07-19T23:16:42.710Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53635
19262024-07-19T23:16:42.710Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51674
19272024-07-19T23:16:42.710Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41551
19282024-07-19T23:16:42.710Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56689
19292024-07-19T23:16:42.710Z[ ID] Interval Transfer Bandwidth
19302024-07-19T23:16:42.710Z[ 5] 0.00-1.00 sec 13.4 MBytes 112 Mbits/sec
19312024-07-19T23:16:42.710Z[ 7] 0.00-1.00 sec 13.4 MBytes 113 Mbits/sec
19322024-07-19T23:16:42.710Z[ 9] 0.00-1.00 sec 13.4 MBytes 112 Mbits/sec
19332024-07-19T23:16:42.710Z[ 11] 0.00-1.00 sec 13.3 MBytes 112 Mbits/sec
19342024-07-19T23:16:42.710Z[ 13] 0.00-1.00 sec 13.3 MBytes 112 Mbits/sec
19352024-07-19T23:16:42.710Z[ 15] 0.00-1.00 sec 13.3 MBytes 112 Mbits/sec
19362024-07-19T23:16:42.710Z[ 17] 0.00-1.00 sec 13.3 MBytes 111 Mbits/sec
19372024-07-19T23:16:42.710Z[ 19] 0.00-1.00 sec 13.3 MBytes 112 Mbits/sec
19382024-07-19T23:16:42.710Z[SUM] 0.00-1.00 sec 107 MBytes 895 Mbits/sec
19392024-07-19T23:16:42.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
19402024-07-19T23:16:42.710Z[ 5] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec
19412024-07-19T23:16:42.710Z[ 7] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec
19422024-07-19T23:16:42.710Z[ 9] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec
19432024-07-19T23:16:42.710Z[ 11] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec
19442024-07-19T23:16:42.710Z[ 13] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec
19452024-07-19T23:16:42.711Z[ 15] 1.00-2.00 sec 14.0 MBytes 118 Mbits/sec
19462024-07-19T23:16:42.711Z[ 17] 1.00-2.00 sec 14.0 MBytes 118 Mbits/sec
19472024-07-19T23:16:42.711Z[ 19] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec
19482024-07-19T23:16:42.711Z[SUM] 1.00-2.00 sec 112 MBytes 938 Mbits/sec
19492024-07-19T23:16:42.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
19502024-07-19T23:16:42.711Z[ 5] 2.00-3.00 sec 14.2 MBytes 119 Mbits/sec
19512024-07-19T23:16:42.711Z[ 7] 2.00-3.00 sec 14.3 MBytes 120 Mbits/sec
19522024-07-19T23:16:42.711Z[ 9] 2.00-3.00 sec 14.2 MBytes 119 Mbits/sec
19532024-07-19T23:16:42.711Z[ 11] 2.00-3.00 sec 14.2 MBytes 119 Mbits/sec
19542024-07-19T23:16:42.711Z[ 13] 2.00-3.00 sec 14.3 MBytes 120 Mbits/sec
19552024-07-19T23:16:42.711Z[ 15] 2.00-3.00 sec 14.2 MBytes 119 Mbits/sec
19562024-07-19T23:16:42.711Z[ 17] 2.00-3.00 sec 14.2 MBytes 119 Mbits/sec
19572024-07-19T23:16:42.711Z[ 19] 2.00-3.00 sec 14.2 MBytes 119 Mbits/sec
19582024-07-19T23:16:42.711Z[SUM] 2.00-3.00 sec 114 MBytes 955 Mbits/sec
19592024-07-19T23:16:42.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
19602024-07-19T23:16:42.711Z[ 5] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec
19612024-07-19T23:16:42.711Z[ 7] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec
19622024-07-19T23:16:42.711Z[ 9] 3.00-4.00 sec 13.9 MBytes 117 Mbits/sec
19632024-07-19T23:16:42.711Z[ 11] 3.00-4.00 sec 13.9 MBytes 117 Mbits/sec
19642024-07-19T23:16:42.711Z[ 13] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec
19652024-07-19T23:16:42.711Z[ 15] 3.00-4.00 sec 13.9 MBytes 117 Mbits/sec
19662024-07-19T23:16:42.711Z[ 17] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec
19672024-07-19T23:16:42.711Z[ 19] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec
19682024-07-19T23:16:42.711Z[SUM] 3.00-4.00 sec 112 MBytes 936 Mbits/sec
19692024-07-19T23:16:42.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
19702024-07-19T23:16:42.711Z[ 5] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec
19712024-07-19T23:16:42.711Z[ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
19722024-07-19T23:16:42.711Z[ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
19732024-07-19T23:16:42.711Z[ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
19742024-07-19T23:16:42.711Z[ 13] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec
19752024-07-19T23:16:42.711Z[ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
19762024-07-19T23:16:42.711Z[ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
19772024-07-19T23:16:42.711Z[ 19] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec
19782024-07-19T23:16:42.711Z[SUM] 4.00-5.00 sec 107 MBytes 897 Mbits/sec
19792024-07-19T23:16:42.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
19802024-07-19T23:16:42.711Z[ 5] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
19812024-07-19T23:16:42.711Z[ 7] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
19822024-07-19T23:16:42.711Z[ 9] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
19832024-07-19T23:16:42.711Z[ 11] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
19842024-07-19T23:16:42.711Z[ 13] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
19852024-07-19T23:16:42.712Z[ 15] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
19862024-07-19T23:16:42.712Z[ 17] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
19872024-07-19T23:16:42.712Z[ 19] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
19882024-07-19T23:16:42.712Z[SUM] 5.00-6.00 sec 110 MBytes 919 Mbits/sec
19892024-07-19T23:16:42.712Z- - - - - - - - - - - - - - - - - - - - - - - - -
19902024-07-19T23:16:42.712Z[ 5] 6.00-7.00 sec 14.9 MBytes 125 Mbits/sec
19912024-07-19T23:16:42.712Z[ 7] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
19922024-07-19T23:16:42.712Z[ 9] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
19932024-07-19T23:16:45.910Z[ 11] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
19942024-07-19T23:16:45.910Z[ 13] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
19952024-07-19T23:16:45.910Z[ 15] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
19962024-07-19T23:16:45.910Z[ 17] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
19972024-07-19T23:16:45.910Z[ 19] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
19982024-07-19T23:16:45.910Z[SUM] 6.00-7.00 sec 120 MBytes 1.00 Gbits/sec
19992024-07-19T23:16:45.910Z- - - - - - - - - - - - - - - - - - - - - - - - -
20002024-07-19T23:16:45.910Z[ 5] 7.00-8.00 sec 14.0 MBytes 118 Mbits/sec
20012024-07-19T23:16:45.910Z[ 7] 7.00-8.00 sec 14.0 MBytes 118 Mbits/sec
20022024-07-19T23:16:45.910Z[ 9] 7.00-8.00 sec 14.0 MBytes 118 Mbits/sec
20032024-07-19T23:16:45.910Z[ 11] 7.00-8.00 sec 14.0 MBytes 118 Mbits/sec
20042024-07-19T23:16:45.910Z[ 13] 7.00-8.00 sec 13.9 MBytes 117 Mbits/sec
20052024-07-19T23:16:45.910Z[ 15] 7.00-8.00 sec 14.0 MBytes 118 Mbits/sec
20062024-07-19T23:16:45.910Z[ 17] 7.00-8.00 sec 14.0 MBytes 117 Mbits/sec
20072024-07-19T23:16:45.910Z[ 19] 7.00-8.00 sec 14.1 MBytes 118 Mbits/sec
20082024-07-19T23:16:45.910Z[SUM] 7.00-8.00 sec 112 MBytes 941 Mbits/sec
20092024-07-19T23:16:45.910Z- - - - - - - - - - - - - - - - - - - - - - - - -
20102024-07-19T23:16:45.910Z[ 5] 8.00-9.00 sec 13.9 MBytes 117 Mbits/sec
20112024-07-19T23:16:45.910Z[ 7] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
20122024-07-19T23:16:45.910Z[ 9] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
20132024-07-19T23:16:45.910Z[ 11] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
20142024-07-19T23:16:45.910Z[ 13] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
20152024-07-19T23:16:45.910Z[ 15] 8.00-9.00 sec 13.8 MBytes 116 Mbits/sec
20162024-07-19T23:16:45.910Z[ 17] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
20172024-07-19T23:16:45.910Z[ 19] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec
20182024-07-19T23:16:45.910Z[SUM] 8.00-9.00 sec 111 MBytes 931 Mbits/sec
20192024-07-19T23:16:45.910Z- - - - - - - - - - - - - - - - - - - - - - - - -
20202024-07-19T23:16:45.910Z[ 5] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec
20212024-07-19T23:16:45.910Z[ 7] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
20222024-07-19T23:16:45.910Z[ 9] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec
20232024-07-19T23:16:45.910Z[ 11] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
20242024-07-19T23:16:45.910Z[ 13] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec
20252024-07-19T23:16:45.911Z[ 15] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec
20262024-07-19T23:16:45.911Z[ 17] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec
20272024-07-19T23:16:45.911Z[ 19] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec
20282024-07-19T23:16:45.911Z[SUM] 9.00-10.00 sec 109 MBytes 915 Mbits/sec
20292024-07-19T23:16:45.911Z- - - - - - - - - - - - - - - - - - - - - - - - -
20302024-07-19T23:16:45.911Z[ 5] 10.00-10.00 sec 56.6 KBytes 149 Mbits/sec
20312024-07-19T23:16:45.911Z[ 7] 10.00-10.00 sec 56.6 KBytes 149 Mbits/sec
20322024-07-19T23:16:45.911Z[ 9] 10.00-10.00 sec 56.6 KBytes 149 Mbits/sec
20332024-07-19T23:16:45.911Z[ 11] 10.00-10.00 sec 56.6 KBytes 149 Mbits/sec
20342024-07-19T23:16:45.911Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20352024-07-19T23:16:45.911Z[ 15] 10.00-10.00 sec 56.6 KBytes 149 Mbits/sec
20362024-07-19T23:16:45.911Z[ 17] 10.00-10.00 sec 113 KBytes 298 Mbits/sec
20372024-07-19T23:16:45.911Z[ 19] 10.00-10.00 sec 113 KBytes 298 Mbits/sec
20382024-07-19T23:16:45.911Z[SUM] 10.00-10.00 sec 509 KBytes 1.34 Gbits/sec
20392024-07-19T23:16:45.911Z- - - - - - - - - - - - - - - - - - - - - - - - -
20402024-07-19T23:16:45.911Z[ ID] Interval Transfer Bandwidth
20412024-07-19T23:16:45.911Z[ 5] 0.00-10.00 sec 139 MBytes 117 Mbits/sec sender
20422024-07-19T23:16:45.911Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20432024-07-19T23:16:45.911Z[ 7] 0.00-10.00 sec 139 MBytes 117 Mbits/sec sender
20442024-07-19T23:16:45.911Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20452024-07-19T23:16:45.911Z[ 9] 0.00-10.00 sec 139 MBytes 117 Mbits/sec sender
20462024-07-19T23:16:45.911Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20472024-07-19T23:16:45.911Z[ 11] 0.00-10.00 sec 139 MBytes 117 Mbits/sec sender
20482024-07-19T23:16:45.911Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20492024-07-19T23:16:45.911Z[ 13] 0.00-10.00 sec 139 MBytes 117 Mbits/sec sender
20502024-07-19T23:16:45.911Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20512024-07-19T23:16:45.911Z[ 15] 0.00-10.00 sec 139 MBytes 117 Mbits/sec sender
20522024-07-19T23:16:45.911Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20532024-07-19T23:16:45.911Z[ 17] 0.00-10.00 sec 139 MBytes 117 Mbits/sec sender
20542024-07-19T23:16:45.911Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20552024-07-19T23:16:45.911Z[ 19] 0.00-10.00 sec 139 MBytes 117 Mbits/sec sender
20562024-07-19T23:16:45.911Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20572024-07-19T23:16:45.911Z[SUM] 0.00-10.00 sec 1.09 GBytes 933 Mbits/sec sender
20582024-07-19T23:16:45.911Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20592024-07-19T23:16:45.935ZRun 4/5...933.607674281224Mbps
20602024-07-19T23:16:52.988Z-----------------------------------------------------------
20612024-07-19T23:16:52.988ZServer listening on 5201
20622024-07-19T23:16:52.988Z-----------------------------------------------------------
20632024-07-19T23:16:52.988ZAccepted connection from 10.0.0.1, port 40293
20642024-07-19T23:16:52.988Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63110
20652024-07-19T23:16:52.988Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64583
20662024-07-19T23:16:52.988Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37717
20672024-07-19T23:16:52.988Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52886
20682024-07-19T23:16:52.988Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43468
20692024-07-19T23:16:52.988Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49713
20702024-07-19T23:16:52.988Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61199
20712024-07-19T23:16:52.988Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34082
20722024-07-19T23:16:52.988Z[ ID] Interval Transfer Bandwidth
20732024-07-19T23:16:52.988Z[ 5] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec
20742024-07-19T23:16:52.988Z[ 7] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec
20752024-07-19T23:16:52.988Z[ 9] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec
20762024-07-19T23:16:52.988Z[ 11] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec
20772024-07-19T23:16:52.988Z[ 13] 0.00-1.00 sec 12.6 MBytes 105 Mbits/sec
20782024-07-19T23:16:52.988Z[ 15] 0.00-1.00 sec 12.6 MBytes 105 Mbits/sec
20792024-07-19T23:16:52.988Z[ 17] 0.00-1.00 sec 12.6 MBytes 105 Mbits/sec
20802024-07-19T23:16:52.988Z[ 19] 0.00-1.00 sec 12.6 MBytes 105 Mbits/sec
20812024-07-19T23:16:52.988Z[SUM] 0.00-1.00 sec 101 MBytes 845 Mbits/sec
20822024-07-19T23:16:52.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
20832024-07-19T23:16:52.989Z[ 5] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec
20842024-07-19T23:16:52.989Z[ 7] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec
20852024-07-19T23:16:52.989Z[ 9] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec
20862024-07-19T23:16:52.989Z[ 11] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec
20872024-07-19T23:16:52.989Z[ 13] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec
20882024-07-19T23:16:52.989Z[ 15] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec
20892024-07-19T23:16:52.989Z[ 17] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec
20902024-07-19T23:16:52.989Z[ 19] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec
20912024-07-19T23:16:52.989Z[SUM] 1.00-2.00 sec 112 MBytes 936 Mbits/sec
20922024-07-19T23:16:52.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
20932024-07-19T23:16:52.989Z[ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
20942024-07-19T23:16:52.989Z[ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
20952024-07-19T23:16:52.989Z[ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
20962024-07-19T23:16:52.989Z[ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
20972024-07-19T23:16:52.989Z[ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
20982024-07-19T23:16:52.989Z[ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
20992024-07-19T23:16:52.989Z[ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
21002024-07-19T23:16:52.989Z[ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
21012024-07-19T23:16:52.989Z[SUM] 2.00-3.00 sec 103 MBytes 865 Mbits/sec
21022024-07-19T23:16:52.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
21032024-07-19T23:16:52.989Z[ 5] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
21042024-07-19T23:16:52.989Z[ 7] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
21052024-07-19T23:16:52.989Z[ 9] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
21062024-07-19T23:16:52.989Z[ 11] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
21072024-07-19T23:16:52.989Z[ 13] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec
21082024-07-19T23:16:52.989Z[ 15] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
21092024-07-19T23:16:52.989Z[ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
21102024-07-19T23:16:52.989Z[ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
21112024-07-19T23:16:52.989Z[SUM] 3.00-4.00 sec 106 MBytes 890 Mbits/sec
21122024-07-19T23:16:52.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
21132024-07-19T23:16:52.989Z[ 5] 4.00-5.00 sec 12.4 MBytes 104 Mbits/sec
21142024-07-19T23:16:52.989Z[ 7] 4.00-5.00 sec 12.5 MBytes 105 Mbits/sec
21152024-07-19T23:16:52.989Z[ 9] 4.00-5.00 sec 12.5 MBytes 105 Mbits/sec
21162024-07-19T23:16:52.989Z[ 11] 4.00-5.00 sec 12.4 MBytes 104 Mbits/sec
21172024-07-19T23:16:52.989Z[ 13] 4.00-5.00 sec 12.4 MBytes 104 Mbits/sec
21182024-07-19T23:16:52.989Z[ 15] 4.00-5.00 sec 12.4 MBytes 104 Mbits/sec
21192024-07-19T23:16:52.990Z[ 17] 4.00-5.00 sec 12.4 MBytes 104 Mbits/sec
21202024-07-19T23:16:52.990Z[ 19] 4.00-5.00 sec 12.5 MBytes 105 Mbits/sec
21212024-07-19T23:16:52.990Z[SUM] 4.00-5.00 sec 99.5 MBytes 835 Mbits/sec
21222024-07-19T23:16:52.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
21232024-07-19T23:16:52.990Z[ 5] 5.00-6.00 sec 13.8 MBytes 116 Mbits/sec
21242024-07-19T23:16:52.990Z[ 7] 5.00-6.00 sec 13.8 MBytes 116 Mbits/sec
21252024-07-19T23:16:52.990Z[ 9] 5.00-6.00 sec 13.8 MBytes 116 Mbits/sec
21262024-07-19T23:16:52.990Z[ 11] 5.00-6.00 sec 13.9 MBytes 116 Mbits/sec
21272024-07-19T23:16:52.990Z[ 13] 5.00-6.00 sec 13.8 MBytes 116 Mbits/sec
21282024-07-19T23:16:52.990Z[ 15] 5.00-6.00 sec 13.9 MBytes 116 Mbits/sec
21292024-07-19T23:16:52.990Z[ 17] 5.00-6.00 sec 13.9 MBytes 116 Mbits/sec
21302024-07-19T23:16:52.990Z[ 19] 5.00-6.00 sec 13.8 MBytes 116 Mbits/sec
21312024-07-19T23:16:52.990Z[SUM] 5.00-6.00 sec 111 MBytes 927 Mbits/sec
21322024-07-19T23:16:52.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
21332024-07-19T23:16:52.990Z[ 5] 6.00-7.00 sec 14.1 MBytes 118 Mbits/sec
21342024-07-19T23:16:52.990Z[ 7] 6.00-7.00 sec 14.1 MBytes 118 Mbits/sec
21352024-07-19T23:16:52.990Z[ 9] 6.00-7.00 sec 14.0 MBytes 118 Mbits/sec
21362024-07-19T23:16:56.190Z[ 11] 6.00-7.00 sec 14.1 MBytes 118 Mbits/sec
21372024-07-19T23:16:56.190Z[ 13] 6.00-7.00 sec 14.0 MBytes 118 Mbits/sec
21382024-07-19T23:16:56.190Z[ 15] 6.00-7.00 sec 14.0 MBytes 118 Mbits/sec
21392024-07-19T23:16:56.190Z[ 17] 6.00-7.00 sec 14.1 MBytes 118 Mbits/sec
21402024-07-19T23:16:56.190Z[ 19] 6.00-7.00 sec 14.1 MBytes 119 Mbits/sec
21412024-07-19T23:16:56.190Z[SUM] 6.00-7.00 sec 113 MBytes 944 Mbits/sec
21422024-07-19T23:16:56.190Z- - - - - - - - - - - - - - - - - - - - - - - - -
21432024-07-19T23:16:56.190Z[ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
21442024-07-19T23:16:56.190Z[ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
21452024-07-19T23:16:56.190Z[ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
21462024-07-19T23:16:56.190Z[ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
21472024-07-19T23:16:56.190Z[ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
21482024-07-19T23:16:56.190Z[ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
21492024-07-19T23:16:56.190Z[ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
21502024-07-19T23:16:56.190Z[ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
21512024-07-19T23:16:56.190Z[SUM] 7.00-8.00 sec 105 MBytes 880 Mbits/sec
21522024-07-19T23:16:56.190Z- - - - - - - - - - - - - - - - - - - - - - - - -
21532024-07-19T23:16:56.190Z[ 5] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
21542024-07-19T23:16:56.190Z[ 7] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
21552024-07-19T23:16:56.190Z[ 9] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
21562024-07-19T23:16:56.190Z[ 11] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
21572024-07-19T23:16:56.190Z[ 13] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
21582024-07-19T23:16:56.190Z[ 15] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
21592024-07-19T23:16:56.191Z[ 17] 8.00-9.00 sec 14.0 MBytes 118 Mbits/sec
21602024-07-19T23:16:56.191Z[ 19] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec
21612024-07-19T23:16:56.191Z[SUM] 8.00-9.00 sec 113 MBytes 944 Mbits/sec
21622024-07-19T23:16:56.191Z- - - - - - - - - - - - - - - - - - - - - - - - -
21632024-07-19T23:16:56.191Z[ 5] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec
21642024-07-19T23:16:56.191Z[ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
21652024-07-19T23:16:56.191Z[ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
21662024-07-19T23:16:56.191Z[ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
21672024-07-19T23:16:56.191Z[ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
21682024-07-19T23:16:56.191Z[ 15] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec
21692024-07-19T23:16:56.191Z[ 17] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec
21702024-07-19T23:16:56.191Z[ 19] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec
21712024-07-19T23:16:56.191Z[SUM] 9.00-10.00 sec 106 MBytes 888 Mbits/sec
21722024-07-19T23:16:56.191Z- - - - - - - - - - - - - - - - - - - - - - - - -
21732024-07-19T23:16:56.191Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21742024-07-19T23:16:56.191Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21752024-07-19T23:16:56.191Z[ 9] 10.00-10.00 sec 70.7 KBytes 166 Mbits/sec
21762024-07-19T23:16:56.191Z[ 11] 10.00-10.00 sec 99.0 KBytes 232 Mbits/sec
21772024-07-19T23:16:56.191Z[ 13] 10.00-10.00 sec 142 KBytes 333 Mbits/sec
21782024-07-19T23:16:56.191Z[ 15] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec
21792024-07-19T23:16:56.191Z[ 17] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec
21802024-07-19T23:16:56.191Z[ 19] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec
21812024-07-19T23:16:56.191Z[SUM] 10.00-10.00 sec 482 KBytes 1.13 Gbits/sec
21822024-07-19T23:16:56.191Z- - - - - - - - - - - - - - - - - - - - - - - - -
21832024-07-19T23:16:56.191Z[ ID] Interval Transfer Bandwidth
21842024-07-19T23:16:56.191Z[ 5] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
21852024-07-19T23:16:56.191Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21862024-07-19T23:16:56.191Z[ 7] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
21872024-07-19T23:16:56.191Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21882024-07-19T23:16:56.191Z[ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
21892024-07-19T23:16:56.191Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21902024-07-19T23:16:56.191Z[ 11] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
21912024-07-19T23:16:56.191Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21922024-07-19T23:16:56.191Z[ 13] 0.00-10.00 sec 134 MBytes 112 Mbits/sec sender
21932024-07-19T23:16:56.191Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21942024-07-19T23:16:56.191Z[ 15] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
21952024-07-19T23:16:56.216Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21962024-07-19T23:16:56.216Z[ 17] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
21972024-07-19T23:16:56.216Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21982024-07-19T23:16:56.216Z[ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
21992024-07-19T23:16:56.216Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
22002024-07-19T23:16:56.216Z[SUM] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec sender
22012024-07-19T23:16:56.216Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
22022024-07-19T23:16:56.216ZRun 5/5...895.948933147367Mbps
22032024-07-19T23:16:56.216Z###---------------------###
22042024-07-19T23:16:56.216Z::: iPerf done... :::
22052024-07-19T23:16:56.216Z:::Awaiting out files...:::
22062024-07-19T23:16:56.216Z###---------------------###
22072024-07-19T23:16:56.216Z###-----###
22082024-07-19T23:16:56.216Z:::done!:::
22092024-07-19T23:16:56.216Z###-----###
22102024-07-19T23:16:56.216Z###-------------------###
22112024-07-19T23:16:56.216Z:::Running experiment :::
22122024-07-19T23:16:56.216Z:::iperf-tcp/local/c2s:::
22132024-07-19T23:16:56.216Z###-------------------###
22142024-07-19T23:16:56.629Zdtrace: description 'profile-201us ' matched 2 probes
22152024-07-19T23:17:03.262Z-----------------------------------------------------------
22162024-07-19T23:17:03.263ZServer listening on 5201
22172024-07-19T23:17:03.263Z-----------------------------------------------------------
22182024-07-19T23:17:03.263ZAccepted connection from 10.0.0.1, port 48752
22192024-07-19T23:17:03.263Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60385
22202024-07-19T23:17:03.263Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57248
22212024-07-19T23:17:03.263Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50490
22222024-07-19T23:17:03.263Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65533
22232024-07-19T23:17:03.263Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34227
22242024-07-19T23:17:03.263Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49884
22252024-07-19T23:17:03.263Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36853
22262024-07-19T23:17:03.263Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48673
22272024-07-19T23:17:03.263Z[ ID] Interval Transfer Bandwidth
22282024-07-19T23:17:03.263Z[ 5] 0.00-1.00 sec 8.63 MBytes 72.4 Mbits/sec
22292024-07-19T23:17:03.263Z[ 7] 0.00-1.00 sec 8.63 MBytes 72.4 Mbits/sec
22302024-07-19T23:17:03.263Z[ 9] 0.00-1.00 sec 8.56 MBytes 71.8 Mbits/sec
22312024-07-19T23:17:03.263Z[ 11] 0.00-1.00 sec 8.51 MBytes 71.4 Mbits/sec
22322024-07-19T23:17:03.263Z[ 13] 0.00-1.00 sec 8.51 MBytes 71.4 Mbits/sec
22332024-07-19T23:17:03.263Z[ 15] 0.00-1.00 sec 8.51 MBytes 71.4 Mbits/sec
22342024-07-19T23:17:03.263Z[ 17] 0.00-1.00 sec 8.51 MBytes 71.4 Mbits/sec
22352024-07-19T23:17:03.263Z[ 19] 0.00-1.00 sec 8.51 MBytes 71.4 Mbits/sec
22362024-07-19T23:17:03.263Z[SUM] 0.00-1.00 sec 68.4 MBytes 574 Mbits/sec
22372024-07-19T23:17:03.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
22382024-07-19T23:17:03.263Z[ 5] 1.00-2.00 sec 7.91 MBytes 66.3 Mbits/sec
22392024-07-19T23:17:03.263Z[ 7] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
22402024-07-19T23:17:03.263Z[ 9] 1.00-2.00 sec 7.94 MBytes 66.6 Mbits/sec
22412024-07-19T23:17:03.263Z[ 11] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
22422024-07-19T23:17:03.263Z[ 13] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
22432024-07-19T23:17:03.263Z[ 15] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
22442024-07-19T23:17:03.263Z[ 17] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
22452024-07-19T23:17:03.263Z[ 19] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
22462024-07-19T23:17:03.263Z[SUM] 1.00-2.00 sec 63.2 MBytes 531 Mbits/sec
22472024-07-19T23:17:03.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
22482024-07-19T23:17:03.263Z[ 5] 2.00-3.00 sec 8.13 MBytes 68.2 Mbits/sec
22492024-07-19T23:17:03.263Z[ 7] 2.00-3.00 sec 8.11 MBytes 68.0 Mbits/sec
22502024-07-19T23:17:03.263Z[ 9] 2.00-3.00 sec 8.06 MBytes 67.6 Mbits/sec
22512024-07-19T23:17:03.263Z[ 11] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
22522024-07-19T23:17:03.263Z[ 13] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
22532024-07-19T23:17:03.263Z[ 15] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
22542024-07-19T23:17:03.263Z[ 17] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
22552024-07-19T23:17:03.264Z[ 19] 2.00-3.00 sec 8.09 MBytes 67.9 Mbits/sec
22562024-07-19T23:17:03.264Z[SUM] 2.00-3.00 sec 65.0 MBytes 545 Mbits/sec
22572024-07-19T23:17:03.264Z- - - - - - - - - - - - - - - - - - - - - - - - -
22582024-07-19T23:17:03.264Z[ 5] 3.00-4.00 sec 8.51 MBytes 71.4 Mbits/sec
22592024-07-19T23:17:03.264Z[ 7] 3.00-4.00 sec 8.52 MBytes 71.5 Mbits/sec
22602024-07-19T23:17:03.264Z[ 9] 3.00-4.00 sec 8.52 MBytes 71.5 Mbits/sec
22612024-07-19T23:17:03.264Z[ 11] 3.00-4.00 sec 8.51 MBytes 71.4 Mbits/sec
22622024-07-19T23:17:03.264Z[ 13] 3.00-4.00 sec 8.51 MBytes 71.4 Mbits/sec
22632024-07-19T23:17:03.264Z[ 15] 3.00-4.00 sec 8.51 MBytes 71.4 Mbits/sec
22642024-07-19T23:17:03.264Z[ 17] 3.00-4.00 sec 8.51 MBytes 71.4 Mbits/sec
22652024-07-19T23:17:03.264Z[ 19] 3.00-4.00 sec 8.54 MBytes 71.7 Mbits/sec
22662024-07-19T23:17:03.264Z[SUM] 3.00-4.00 sec 68.1 MBytes 571 Mbits/sec
22672024-07-19T23:17:03.264Z- - - - - - - - - - - - - - - - - - - - - - - - -
22682024-07-19T23:17:03.264Z[ 5] 4.00-5.00 sec 8.02 MBytes 67.3 Mbits/sec
22692024-07-19T23:17:03.264Z[ 7] 4.00-5.00 sec 7.97 MBytes 66.8 Mbits/sec
22702024-07-19T23:17:03.264Z[ 9] 4.00-5.00 sec 8.00 MBytes 67.1 Mbits/sec
22712024-07-19T23:17:03.264Z[ 11] 4.00-5.00 sec 8.02 MBytes 67.3 Mbits/sec
22722024-07-19T23:17:03.264Z[ 13] 4.00-5.00 sec 8.01 MBytes 67.2 Mbits/sec
22732024-07-19T23:17:03.264Z[ 15] 4.00-5.00 sec 7.95 MBytes 66.7 Mbits/sec
22742024-07-19T23:17:03.264Z[ 17] 4.00-5.00 sec 7.90 MBytes 66.3 Mbits/sec
22752024-07-19T23:17:03.264Z[ 19] 4.00-5.00 sec 7.91 MBytes 66.4 Mbits/sec
22762024-07-19T23:17:03.264Z[SUM] 4.00-5.00 sec 63.8 MBytes 535 Mbits/sec
22772024-07-19T23:17:03.264Z- - - - - - - - - - - - - - - - - - - - - - - - -
22782024-07-19T23:17:03.264Z[ 5] 5.00-6.00 sec 8.69 MBytes 72.9 Mbits/sec
22792024-07-19T23:17:03.264Z[ 7] 5.00-6.00 sec 8.71 MBytes 73.0 Mbits/sec
22802024-07-19T23:17:03.264Z[ 9] 5.00-6.00 sec 8.75 MBytes 73.4 Mbits/sec
22812024-07-19T23:17:03.264Z[ 11] 5.00-6.00 sec 8.73 MBytes 73.3 Mbits/sec
22822024-07-19T23:17:03.264Z[ 13] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
22832024-07-19T23:17:03.264Z[ 15] 5.00-6.00 sec 8.70 MBytes 73.0 Mbits/sec
22842024-07-19T23:17:03.264Z[ 17] 5.00-6.00 sec 8.75 MBytes 73.4 Mbits/sec
22852024-07-19T23:17:03.264Z[ 19] 5.00-6.00 sec 8.75 MBytes 73.4 Mbits/sec
22862024-07-19T23:17:03.264Z[SUM] 5.00-6.00 sec 69.7 MBytes 585 Mbits/sec
22872024-07-19T23:17:03.264Z- - - - - - - - - - - - - - - - - - - - - - - - -
22882024-07-19T23:17:03.264Z[ 5] 6.00-7.00 sec 8.69 MBytes 72.9 Mbits/sec
22892024-07-19T23:17:03.264Z[ 7] 6.00-7.00 sec 8.67 MBytes 72.7 Mbits/sec
22902024-07-19T23:17:03.264Z[ 9] 6.00-7.00 sec 8.63 MBytes 72.4 Mbits/sec
22912024-07-19T23:17:06.359Z[ 11] 6.00-7.00 sec 8.64 MBytes 72.5 Mbits/sec
22922024-07-19T23:17:06.359Z[ 13] 6.00-7.00 sec 8.74 MBytes 73.3 Mbits/sec
22932024-07-19T23:17:06.359Z[ 15] 6.00-7.00 sec 8.68 MBytes 72.8 Mbits/sec
22942024-07-19T23:17:06.360Z[ 17] 6.00-7.00 sec 8.63 MBytes 72.4 Mbits/sec
22952024-07-19T23:17:06.360Z[ 19] 6.00-7.00 sec 8.63 MBytes 72.4 Mbits/sec
22962024-07-19T23:17:06.360Z[SUM] 6.00-7.00 sec 69.3 MBytes 581 Mbits/sec
22972024-07-19T23:17:06.360Z- - - - - - - - - - - - - - - - - - - - - - - - -
22982024-07-19T23:17:06.360Z[ 5] 7.00-8.00 sec 8.02 MBytes 67.3 Mbits/sec
22992024-07-19T23:17:06.360Z[ 7] 7.00-8.00 sec 8.07 MBytes 67.7 Mbits/sec
23002024-07-19T23:17:06.360Z[ 9] 7.00-8.00 sec 8.04 MBytes 67.4 Mbits/sec
23012024-07-19T23:17:06.360Z[ 11] 7.00-8.00 sec 8.02 MBytes 67.3 Mbits/sec
23022024-07-19T23:17:06.360Z[ 13] 7.00-8.00 sec 8.03 MBytes 67.4 Mbits/sec
23032024-07-19T23:17:06.360Z[ 15] 7.00-8.00 sec 8.09 MBytes 67.8 Mbits/sec
23042024-07-19T23:17:06.360Z[ 17] 7.00-8.00 sec 8.14 MBytes 68.3 Mbits/sec
23052024-07-19T23:17:06.360Z[ 19] 7.00-8.00 sec 8.09 MBytes 67.9 Mbits/sec
23062024-07-19T23:17:06.360Z[SUM] 7.00-8.00 sec 64.5 MBytes 541 Mbits/sec
23072024-07-19T23:17:06.360Z- - - - - - - - - - - - - - - - - - - - - - - - -
23082024-07-19T23:17:06.360Z[ 5] 8.00-9.00 sec 8.35 MBytes 70.1 Mbits/sec
23092024-07-19T23:17:06.360Z[ 7] 8.00-9.00 sec 8.32 MBytes 69.8 Mbits/sec
23102024-07-19T23:17:06.360Z[ 9] 8.00-9.00 sec 8.37 MBytes 70.2 Mbits/sec
23112024-07-19T23:17:06.360Z[ 11] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
23122024-07-19T23:17:06.360Z[ 13] 8.00-9.00 sec 8.30 MBytes 69.6 Mbits/sec
23132024-07-19T23:17:06.360Z[ 15] 8.00-9.00 sec 8.28 MBytes 69.4 Mbits/sec
23142024-07-19T23:17:06.360Z[ 17] 8.00-9.00 sec 8.26 MBytes 69.3 Mbits/sec
23152024-07-19T23:17:06.360Z[ 19] 8.00-9.00 sec 8.31 MBytes 69.7 Mbits/sec
23162024-07-19T23:17:06.360Z[SUM] 8.00-9.00 sec 66.6 MBytes 558 Mbits/sec
23172024-07-19T23:17:06.360Z- - - - - - - - - - - - - - - - - - - - - - - - -
23182024-07-19T23:17:06.360Z[ 5] 9.00-10.00 sec 8.42 MBytes 70.6 Mbits/sec
23192024-07-19T23:17:06.360Z[ 7] 9.00-10.00 sec 8.42 MBytes 70.6 Mbits/sec
23202024-07-19T23:17:06.360Z[ 9] 9.00-10.00 sec 8.38 MBytes 70.3 Mbits/sec
23212024-07-19T23:17:06.360Z[ 11] 9.00-10.00 sec 8.38 MBytes 70.3 Mbits/sec
23222024-07-19T23:17:06.360Z[ 13] 9.00-10.00 sec 8.47 MBytes 71.1 Mbits/sec
23232024-07-19T23:17:06.360Z[ 15] 9.00-10.00 sec 8.49 MBytes 71.2 Mbits/sec
23242024-07-19T23:17:06.360Z[ 17] 9.00-10.00 sec 8.44 MBytes 70.8 Mbits/sec
23252024-07-19T23:17:06.360Z[ 19] 9.00-10.00 sec 8.41 MBytes 70.5 Mbits/sec
23262024-07-19T23:17:06.360Z[SUM] 9.00-10.00 sec 67.4 MBytes 566 Mbits/sec
23272024-07-19T23:17:06.360Z- - - - - - - - - - - - - - - - - - - - - - - - -
23282024-07-19T23:17:06.360Z[ 5] 10.00-10.01 sec 65.0 KBytes 90.6 Mbits/sec
23292024-07-19T23:17:06.360Z[ 7] 10.00-10.01 sec 59.4 KBytes 82.8 Mbits/sec
23302024-07-19T23:17:06.360Z[ 9] 10.00-10.01 sec 124 KBytes 173 Mbits/sec
23312024-07-19T23:17:06.360Z[ 11] 10.00-10.01 sec 82.0 KBytes 114 Mbits/sec
23322024-07-19T23:17:06.361Z[ 13] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
23332024-07-19T23:17:06.361Z[ 15] 10.00-10.01 sec 2.83 KBytes 3.94 Mbits/sec
23342024-07-19T23:17:06.361Z[ 17] 10.00-10.01 sec 70.7 KBytes 98.5 Mbits/sec
23352024-07-19T23:17:06.361Z[ 19] 10.00-10.01 sec 99.0 KBytes 138 Mbits/sec
23362024-07-19T23:17:06.361Z[SUM] 10.00-10.01 sec 503 KBytes 701 Mbits/sec
23372024-07-19T23:17:06.361Z- - - - - - - - - - - - - - - - - - - - - - - - -
23382024-07-19T23:17:06.385Z[ ID] Interval Transfer Bandwidth
23392024-07-19T23:17:06.385Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23402024-07-19T23:17:06.385Z[ 5] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
23412024-07-19T23:17:06.385Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23422024-07-19T23:17:06.385Z[ 7] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
23432024-07-19T23:17:06.385Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23442024-07-19T23:17:06.385Z[ 9] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
23452024-07-19T23:17:06.385Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23462024-07-19T23:17:06.385Z[ 11] 0.00-10.01 sec 83.3 MBytes 69.9 Mbits/sec receiver
23472024-07-19T23:17:06.385Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23482024-07-19T23:17:06.385Z[ 13] 0.00-10.01 sec 83.2 MBytes 69.8 Mbits/sec receiver
23492024-07-19T23:17:06.385Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23502024-07-19T23:17:06.385Z[ 15] 0.00-10.01 sec 83.2 MBytes 69.8 Mbits/sec receiver
23512024-07-19T23:17:06.385Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23522024-07-19T23:17:06.385Z[ 17] 0.00-10.01 sec 83.2 MBytes 69.8 Mbits/sec receiver
23532024-07-19T23:17:06.385Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23542024-07-19T23:17:06.385Z[ 19] 0.00-10.01 sec 83.2 MBytes 69.8 Mbits/sec receiver
23552024-07-19T23:17:06.385Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
23562024-07-19T23:17:06.385Z[SUM] 0.00-10.01 sec 666 MBytes 559 Mbits/sec receiver
23572024-07-19T23:17:06.385ZRun 1/10...559.3088297677031Mbps
23582024-07-19T23:17:13.439Z-----------------------------------------------------------
23592024-07-19T23:17:13.439ZServer listening on 5201
23602024-07-19T23:17:13.439Z-----------------------------------------------------------
23612024-07-19T23:17:13.439ZAccepted connection from 10.0.0.1, port 58581
23622024-07-19T23:17:13.439Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60518
23632024-07-19T23:17:13.439Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47178
23642024-07-19T23:17:13.439Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44191
23652024-07-19T23:17:13.440Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64224
23662024-07-19T23:17:13.440Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38797
23672024-07-19T23:17:13.440Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55526
23682024-07-19T23:17:13.440Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37461
23692024-07-19T23:17:13.440Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62645
23702024-07-19T23:17:13.440Z[ ID] Interval Transfer Bandwidth
23712024-07-19T23:17:13.440Z[ 5] 0.00-1.00 sec 6.93 MBytes 58.2 Mbits/sec
23722024-07-19T23:17:13.440Z[ 7] 0.00-1.00 sec 6.85 MBytes 57.5 Mbits/sec
23732024-07-19T23:17:13.440Z[ 9] 0.00-1.00 sec 6.81 MBytes 57.1 Mbits/sec
23742024-07-19T23:17:13.440Z[ 11] 0.00-1.00 sec 6.81 MBytes 57.1 Mbits/sec
23752024-07-19T23:17:13.440Z[ 13] 0.00-1.00 sec 6.71 MBytes 56.3 Mbits/sec
23762024-07-19T23:17:13.440Z[ 15] 0.00-1.00 sec 6.70 MBytes 56.2 Mbits/sec
23772024-07-19T23:17:13.440Z[ 17] 0.00-1.00 sec 6.71 MBytes 56.3 Mbits/sec
23782024-07-19T23:17:13.440Z[ 19] 0.00-1.00 sec 6.69 MBytes 56.1 Mbits/sec
23792024-07-19T23:17:13.440Z[SUM] 0.00-1.00 sec 54.2 MBytes 455 Mbits/sec
23802024-07-19T23:17:13.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
23812024-07-19T23:17:13.440Z[ 5] 1.00-2.00 sec 8.38 MBytes 70.3 Mbits/sec
23822024-07-19T23:17:13.440Z[ 7] 1.00-2.00 sec 8.40 MBytes 70.5 Mbits/sec
23832024-07-19T23:17:13.440Z[ 9] 1.00-2.00 sec 8.38 MBytes 70.3 Mbits/sec
23842024-07-19T23:17:13.440Z[ 11] 1.00-2.00 sec 8.39 MBytes 70.4 Mbits/sec
23852024-07-19T23:17:13.440Z[ 13] 1.00-2.00 sec 8.48 MBytes 71.2 Mbits/sec
23862024-07-19T23:17:13.440Z[ 15] 1.00-2.00 sec 8.41 MBytes 70.5 Mbits/sec
23872024-07-19T23:17:13.440Z[ 17] 1.00-2.00 sec 8.39 MBytes 70.4 Mbits/sec
23882024-07-19T23:17:13.440Z[ 19] 1.00-2.00 sec 8.42 MBytes 70.7 Mbits/sec
23892024-07-19T23:17:13.440Z[SUM] 1.00-2.00 sec 67.3 MBytes 564 Mbits/sec
23902024-07-19T23:17:13.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
23912024-07-19T23:17:13.440Z[ 5] 2.00-3.00 sec 7.56 MBytes 63.5 Mbits/sec
23922024-07-19T23:17:13.440Z[ 7] 2.00-3.00 sec 7.55 MBytes 63.4 Mbits/sec
23932024-07-19T23:17:13.440Z[ 9] 2.00-3.00 sec 7.53 MBytes 63.2 Mbits/sec
23942024-07-19T23:17:13.440Z[ 11] 2.00-3.00 sec 7.53 MBytes 63.2 Mbits/sec
23952024-07-19T23:17:13.440Z[ 13] 2.00-3.00 sec 7.53 MBytes 63.2 Mbits/sec
23962024-07-19T23:17:13.440Z[ 15] 2.00-3.00 sec 7.62 MBytes 63.9 Mbits/sec
23972024-07-19T23:17:13.440Z[ 17] 2.00-3.00 sec 7.63 MBytes 64.0 Mbits/sec
23982024-07-19T23:17:13.440Z[ 19] 2.00-3.00 sec 7.60 MBytes 63.8 Mbits/sec
23992024-07-19T23:17:13.440Z[SUM] 2.00-3.00 sec 60.6 MBytes 508 Mbits/sec
24002024-07-19T23:17:13.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
24012024-07-19T23:17:13.440Z[ 5] 3.00-4.00 sec 8.11 MBytes 68.0 Mbits/sec
24022024-07-19T23:17:13.441Z[ 7] 3.00-4.00 sec 8.11 MBytes 68.0 Mbits/sec
24032024-07-19T23:17:13.441Z[ 9] 3.00-4.00 sec 8.14 MBytes 68.3 Mbits/sec
24042024-07-19T23:17:13.441Z[ 11] 3.00-4.00 sec 8.08 MBytes 67.8 Mbits/sec
24052024-07-19T23:17:13.441Z[ 13] 3.00-4.00 sec 8.04 MBytes 67.5 Mbits/sec
24062024-07-19T23:17:13.441Z[ 15] 3.00-4.00 sec 8.03 MBytes 67.4 Mbits/sec
24072024-07-19T23:17:13.441Z[ 17] 3.00-4.00 sec 8.04 MBytes 67.5 Mbits/sec
24082024-07-19T23:17:13.441Z[ 19] 3.00-4.00 sec 8.03 MBytes 67.4 Mbits/sec
24092024-07-19T23:17:13.441Z[SUM] 3.00-4.00 sec 64.6 MBytes 542 Mbits/sec
24102024-07-19T23:17:13.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
24112024-07-19T23:17:13.441Z[ 5] 4.00-5.00 sec 7.78 MBytes 65.2 Mbits/sec
24122024-07-19T23:17:13.441Z[ 7] 4.00-5.00 sec 7.78 MBytes 65.3 Mbits/sec
24132024-07-19T23:17:13.441Z[ 9] 4.00-5.00 sec 7.78 MBytes 65.2 Mbits/sec
24142024-07-19T23:17:13.441Z[ 11] 4.00-5.00 sec 7.82 MBytes 65.6 Mbits/sec
24152024-07-19T23:17:13.441Z[ 13] 4.00-5.00 sec 7.78 MBytes 65.3 Mbits/sec
24162024-07-19T23:17:13.441Z[ 15] 4.00-5.00 sec 7.78 MBytes 65.2 Mbits/sec
24172024-07-19T23:17:13.441Z[ 17] 4.00-5.00 sec 7.78 MBytes 65.3 Mbits/sec
24182024-07-19T23:17:13.441Z[ 19] 4.00-5.00 sec 7.78 MBytes 65.2 Mbits/sec
24192024-07-19T23:17:13.441Z[SUM] 4.00-5.00 sec 62.3 MBytes 522 Mbits/sec
24202024-07-19T23:17:13.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
24212024-07-19T23:17:13.441Z[ 5] 5.00-6.00 sec 8.48 MBytes 71.1 Mbits/sec
24222024-07-19T23:17:13.441Z[ 7] 5.00-6.00 sec 8.46 MBytes 71.0 Mbits/sec
24232024-07-19T23:17:13.441Z[ 9] 5.00-6.00 sec 8.45 MBytes 70.9 Mbits/sec
24242024-07-19T23:17:13.441Z[ 11] 5.00-6.00 sec 8.40 MBytes 70.5 Mbits/sec
24252024-07-19T23:17:13.441Z[ 13] 5.00-6.00 sec 8.48 MBytes 71.2 Mbits/sec
24262024-07-19T23:17:13.441Z[ 15] 5.00-6.00 sec 8.50 MBytes 71.3 Mbits/sec
24272024-07-19T23:17:13.441Z[ 17] 5.00-6.00 sec 8.48 MBytes 71.2 Mbits/sec
24282024-07-19T23:17:13.441Z[ 19] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
24292024-07-19T23:17:13.441Z[SUM] 5.00-6.00 sec 67.8 MBytes 568 Mbits/sec
24302024-07-19T23:17:13.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
24312024-07-19T23:17:13.441Z[ 5] 6.00-7.00 sec 7.72 MBytes 64.8 Mbits/sec
24322024-07-19T23:17:13.441Z[ 7] 6.00-7.00 sec 7.74 MBytes 65.0 Mbits/sec
24332024-07-19T23:17:13.441Z[ 9] 6.00-7.00 sec 7.71 MBytes 64.7 Mbits/sec
24342024-07-19T23:17:16.640Z[ 11] 6.00-7.00 sec 7.78 MBytes 65.2 Mbits/sec
24352024-07-19T23:17:16.640Z[ 13] 6.00-7.00 sec 7.78 MBytes 65.2 Mbits/sec
24362024-07-19T23:17:16.640Z[ 15] 6.00-7.00 sec 7.78 MBytes 65.2 Mbits/sec
24372024-07-19T23:17:16.640Z[ 17] 6.00-7.00 sec 7.78 MBytes 65.2 Mbits/sec
24382024-07-19T23:17:16.640Z[ 19] 6.00-7.00 sec 7.75 MBytes 65.0 Mbits/sec
24392024-07-19T23:17:16.640Z[SUM] 6.00-7.00 sec 62.0 MBytes 520 Mbits/sec
24402024-07-19T23:17:16.640Z- - - - - - - - - - - - - - - - - - - - - - - - -
24412024-07-19T23:17:16.640Z[ 5] 7.00-8.00 sec 7.72 MBytes 64.8 Mbits/sec
24422024-07-19T23:17:16.640Z[ 7] 7.00-8.00 sec 7.69 MBytes 64.5 Mbits/sec
24432024-07-19T23:17:16.640Z[ 9] 7.00-8.00 sec 7.74 MBytes 65.0 Mbits/sec
24442024-07-19T23:17:16.640Z[ 11] 7.00-8.00 sec 7.66 MBytes 64.3 Mbits/sec
24452024-07-19T23:17:16.640Z[ 13] 7.00-8.00 sec 7.66 MBytes 64.2 Mbits/sec
24462024-07-19T23:17:16.640Z[ 15] 7.00-8.00 sec 7.66 MBytes 64.2 Mbits/sec
24472024-07-19T23:17:16.640Z[ 17] 7.00-8.00 sec 7.66 MBytes 64.2 Mbits/sec
24482024-07-19T23:17:16.640Z[ 19] 7.00-8.00 sec 7.69 MBytes 64.5 Mbits/sec
24492024-07-19T23:17:16.640Z[SUM] 7.00-8.00 sec 61.5 MBytes 516 Mbits/sec
24502024-07-19T23:17:16.640Z- - - - - - - - - - - - - - - - - - - - - - - - -
24512024-07-19T23:17:16.640Z[ 5] 8.00-9.00 sec 7.91 MBytes 66.4 Mbits/sec
24522024-07-19T23:17:16.640Z[ 7] 8.00-9.00 sec 7.94 MBytes 66.6 Mbits/sec
24532024-07-19T23:17:16.640Z[ 9] 8.00-9.00 sec 7.93 MBytes 66.5 Mbits/sec
24542024-07-19T23:17:16.640Z[ 11] 8.00-9.00 sec 7.93 MBytes 66.5 Mbits/sec
24552024-07-19T23:17:16.640Z[ 13] 8.00-9.00 sec 7.92 MBytes 66.4 Mbits/sec
24562024-07-19T23:17:16.640Z[ 15] 8.00-9.00 sec 7.91 MBytes 66.4 Mbits/sec
24572024-07-19T23:17:16.640Z[ 17] 8.00-9.00 sec 7.91 MBytes 66.4 Mbits/sec
24582024-07-19T23:17:16.640Z[ 19] 8.00-9.00 sec 7.90 MBytes 66.3 Mbits/sec
24592024-07-19T23:17:16.640Z[SUM] 8.00-9.00 sec 63.4 MBytes 531 Mbits/sec
24602024-07-19T23:17:16.640Z- - - - - - - - - - - - - - - - - - - - - - - - -
24612024-07-19T23:17:16.640Z[ 5] 9.00-10.00 sec 7.90 MBytes 66.3 Mbits/sec
24622024-07-19T23:17:16.641Z[ 7] 9.00-10.00 sec 7.92 MBytes 66.5 Mbits/sec
24632024-07-19T23:17:16.641Z[ 9] 9.00-10.00 sec 7.90 MBytes 66.3 Mbits/sec
24642024-07-19T23:17:16.641Z[ 11] 9.00-10.00 sec 7.98 MBytes 67.0 Mbits/sec
24652024-07-19T23:17:16.641Z[ 13] 9.00-10.00 sec 8.00 MBytes 67.1 Mbits/sec
24662024-07-19T23:17:16.641Z[ 15] 9.00-10.00 sec 7.93 MBytes 66.6 Mbits/sec
24672024-07-19T23:17:16.641Z[ 17] 9.00-10.00 sec 7.93 MBytes 66.5 Mbits/sec
24682024-07-19T23:17:16.641Z[ 19] 9.00-10.00 sec 7.95 MBytes 66.7 Mbits/sec
24692024-07-19T23:17:16.641Z[SUM] 9.00-10.00 sec 63.5 MBytes 533 Mbits/sec
24702024-07-19T23:17:16.641Z- - - - - - - - - - - - - - - - - - - - - - - - -
24712024-07-19T23:17:16.641Z[ 5] 10.00-10.01 sec 124 KBytes 163 Mbits/sec
24722024-07-19T23:17:16.641Z[ 7] 10.00-10.01 sec 80.6 KBytes 106 Mbits/sec
24732024-07-19T23:17:16.641Z[ 9] 10.00-10.01 sec 124 KBytes 163 Mbits/sec
24742024-07-19T23:17:16.641Z[ 11] 10.00-10.01 sec 25.5 KBytes 33.3 Mbits/sec
24752024-07-19T23:17:16.641Z[ 13] 10.00-10.01 sec 22.6 KBytes 29.6 Mbits/sec
24762024-07-19T23:17:16.641Z[ 15] 10.00-10.01 sec 89.1 KBytes 117 Mbits/sec
24772024-07-19T23:17:16.641Z[ 17] 10.00-10.01 sec 82.0 KBytes 107 Mbits/sec
24782024-07-19T23:17:16.641Z[ 19] 10.00-10.01 sec 76.4 KBytes 100 Mbits/sec
24792024-07-19T23:17:16.641Z[SUM] 10.00-10.01 sec 625 KBytes 819 Mbits/sec
24802024-07-19T23:17:16.641Z- - - - - - - - - - - - - - - - - - - - - - - - -
24812024-07-19T23:17:16.641Z[ ID] Interval Transfer Bandwidth
24822024-07-19T23:17:16.641Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24832024-07-19T23:17:16.641Z[ 5] 0.00-10.01 sec 78.6 MBytes 65.9 Mbits/sec receiver
24842024-07-19T23:17:16.641Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24852024-07-19T23:17:16.641Z[ 7] 0.00-10.01 sec 78.5 MBytes 65.8 Mbits/sec receiver
24862024-07-19T23:17:16.641Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24872024-07-19T23:17:16.641Z[ 9] 0.00-10.01 sec 78.5 MBytes 65.8 Mbits/sec receiver
24882024-07-19T23:17:16.641Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24892024-07-19T23:17:16.641Z[ 11] 0.00-10.01 sec 78.4 MBytes 65.7 Mbits/sec receiver
24902024-07-19T23:17:16.641Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24912024-07-19T23:17:16.641Z[ 13] 0.00-10.01 sec 78.4 MBytes 65.7 Mbits/sec receiver
24922024-07-19T23:17:16.641Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24932024-07-19T23:17:16.641Z[ 15] 0.00-10.01 sec 78.4 MBytes 65.7 Mbits/sec receiver
24942024-07-19T23:17:16.641Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24952024-07-19T23:17:16.641Z[ 17] 0.00-10.01 sec 78.4 MBytes 65.7 Mbits/sec receiver
24962024-07-19T23:17:16.641Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24972024-07-19T23:17:16.641Z[ 19] 0.00-10.01 sec 78.4 MBytes 65.7 Mbits/sec receiver
24982024-07-19T23:17:16.641Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24992024-07-19T23:17:16.665Z[SUM] 0.00-10.01 sec 628 MBytes 526 Mbits/sec receiver
25002024-07-19T23:17:16.666ZRun 2/10...526.727794171395Mbps
25012024-07-19T23:17:23.695Z-----------------------------------------------------------
25022024-07-19T23:17:23.695ZServer listening on 5201
25032024-07-19T23:17:23.695Z-----------------------------------------------------------
25042024-07-19T23:17:23.695ZAccepted connection from 10.0.0.1, port 61234
25052024-07-19T23:17:23.695Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37512
25062024-07-19T23:17:23.695Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33666
25072024-07-19T23:17:23.695Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55370
25082024-07-19T23:17:23.695Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41568
25092024-07-19T23:17:23.695Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54152
25102024-07-19T23:17:23.695Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35792
25112024-07-19T23:17:23.695Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40880
25122024-07-19T23:17:23.695Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41313
25132024-07-19T23:17:23.695Z[ ID] Interval Transfer Bandwidth
25142024-07-19T23:17:23.695Z[ 5] 0.00-1.00 sec 7.18 MBytes 60.2 Mbits/sec
25152024-07-19T23:17:23.695Z[ 7] 0.00-1.00 sec 7.05 MBytes 59.2 Mbits/sec
25162024-07-19T23:17:23.695Z[ 9] 0.00-1.00 sec 7.04 MBytes 59.0 Mbits/sec
25172024-07-19T23:17:23.695Z[ 11] 0.00-1.00 sec 6.93 MBytes 58.1 Mbits/sec
25182024-07-19T23:17:23.695Z[ 13] 0.00-1.00 sec 6.93 MBytes 58.1 Mbits/sec
25192024-07-19T23:17:23.695Z[ 15] 0.00-1.00 sec 6.93 MBytes 58.1 Mbits/sec
25202024-07-19T23:17:23.695Z[ 17] 0.00-1.00 sec 6.93 MBytes 58.1 Mbits/sec
25212024-07-19T23:17:23.695Z[ 19] 0.00-1.00 sec 6.93 MBytes 58.1 Mbits/sec
25222024-07-19T23:17:23.695Z[SUM] 0.00-1.00 sec 55.9 MBytes 469 Mbits/sec
25232024-07-19T23:17:23.695Z- - - - - - - - - - - - - - - - - - - - - - - - -
25242024-07-19T23:17:23.695Z[ 5] 1.00-2.00 sec 8.30 MBytes 69.6 Mbits/sec
25252024-07-19T23:17:23.695Z[ 7] 1.00-2.00 sec 8.26 MBytes 69.3 Mbits/sec
25262024-07-19T23:17:23.695Z[ 9] 1.00-2.00 sec 8.28 MBytes 69.5 Mbits/sec
25272024-07-19T23:17:23.695Z[ 11] 1.00-2.00 sec 8.38 MBytes 70.3 Mbits/sec
25282024-07-19T23:17:23.695Z[ 13] 1.00-2.00 sec 8.38 MBytes 70.3 Mbits/sec
25292024-07-19T23:17:23.696Z[ 15] 1.00-2.00 sec 8.35 MBytes 70.1 Mbits/sec
25302024-07-19T23:17:23.696Z[ 17] 1.00-2.00 sec 8.27 MBytes 69.4 Mbits/sec
25312024-07-19T23:17:23.696Z[ 19] 1.00-2.00 sec 8.26 MBytes 69.3 Mbits/sec
25322024-07-19T23:17:23.696Z[SUM] 1.00-2.00 sec 66.5 MBytes 558 Mbits/sec
25332024-07-19T23:17:23.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
25342024-07-19T23:17:23.696Z[ 5] 2.00-3.00 sec 8.59 MBytes 72.0 Mbits/sec
25352024-07-19T23:17:23.696Z[ 7] 2.00-3.00 sec 8.63 MBytes 72.4 Mbits/sec
25362024-07-19T23:17:23.696Z[ 9] 2.00-3.00 sec 8.56 MBytes 71.8 Mbits/sec
25372024-07-19T23:17:23.696Z[ 11] 2.00-3.00 sec 8.51 MBytes 71.4 Mbits/sec
25382024-07-19T23:17:23.696Z[ 13] 2.00-3.00 sec 8.51 MBytes 71.4 Mbits/sec
25392024-07-19T23:17:23.696Z[ 15] 2.00-3.00 sec 8.54 MBytes 71.6 Mbits/sec
25402024-07-19T23:17:23.696Z[ 17] 2.00-3.00 sec 8.62 MBytes 72.3 Mbits/sec
25412024-07-19T23:17:23.696Z[ 19] 2.00-3.00 sec 8.55 MBytes 71.7 Mbits/sec
25422024-07-19T23:17:23.696Z[SUM] 2.00-3.00 sec 68.5 MBytes 575 Mbits/sec
25432024-07-19T23:17:23.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
25442024-07-19T23:17:23.696Z[ 5] 3.00-4.00 sec 8.64 MBytes 72.5 Mbits/sec
25452024-07-19T23:17:23.696Z[ 7] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
25462024-07-19T23:17:23.696Z[ 9] 3.00-4.00 sec 8.65 MBytes 72.5 Mbits/sec
25472024-07-19T23:17:23.696Z[ 11] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
25482024-07-19T23:17:23.696Z[ 13] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
25492024-07-19T23:17:23.696Z[ 15] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
25502024-07-19T23:17:23.696Z[ 17] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
25512024-07-19T23:17:23.696Z[ 19] 3.00-4.00 sec 8.67 MBytes 72.8 Mbits/sec
25522024-07-19T23:17:23.696Z[SUM] 3.00-4.00 sec 69.1 MBytes 580 Mbits/sec
25532024-07-19T23:17:23.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
25542024-07-19T23:17:23.696Z[ 5] 4.00-5.00 sec 8.25 MBytes 69.2 Mbits/sec
25552024-07-19T23:17:23.696Z[ 7] 4.00-5.00 sec 8.25 MBytes 69.2 Mbits/sec
25562024-07-19T23:17:23.696Z[ 9] 4.00-5.00 sec 8.24 MBytes 69.1 Mbits/sec
25572024-07-19T23:17:23.696Z[ 11] 4.00-5.00 sec 8.26 MBytes 69.3 Mbits/sec
25582024-07-19T23:17:23.696Z[ 13] 4.00-5.00 sec 8.26 MBytes 69.3 Mbits/sec
25592024-07-19T23:17:23.696Z[ 15] 4.00-5.00 sec 8.26 MBytes 69.3 Mbits/sec
25602024-07-19T23:17:23.696Z[ 17] 4.00-5.00 sec 8.26 MBytes 69.3 Mbits/sec
25612024-07-19T23:17:23.696Z[ 19] 4.00-5.00 sec 8.23 MBytes 69.0 Mbits/sec
25622024-07-19T23:17:23.696Z[SUM] 4.00-5.00 sec 66.0 MBytes 554 Mbits/sec
25632024-07-19T23:17:23.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
25642024-07-19T23:17:23.696Z[ 5] 5.00-6.00 sec 8.43 MBytes 70.7 Mbits/sec
25652024-07-19T23:17:23.696Z[ 7] 5.00-6.00 sec 8.40 MBytes 70.4 Mbits/sec
25662024-07-19T23:17:23.696Z[ 9] 5.00-6.00 sec 8.47 MBytes 71.0 Mbits/sec
25672024-07-19T23:17:23.697Z[ 11] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
25682024-07-19T23:17:23.697Z[ 13] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
25692024-07-19T23:17:23.721Z[ 15] 5.00-6.00 sec 8.45 MBytes 70.9 Mbits/sec
25702024-07-19T23:17:23.721Z[ 17] 5.00-6.00 sec 8.38 MBytes 70.3 Mbits/sec
25712024-07-19T23:17:23.721Z[ 19] 5.00-6.00 sec 8.45 MBytes 70.9 Mbits/sec
25722024-07-19T23:17:23.721Z[SUM] 5.00-6.00 sec 67.6 MBytes 567 Mbits/sec
25732024-07-19T23:17:23.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
25742024-07-19T23:17:23.721Z[ 5] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
25752024-07-19T23:17:23.721Z[ 7] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
25762024-07-19T23:17:23.721Z[ 9] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
25772024-07-19T23:17:26.921Z[ 11] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
25782024-07-19T23:17:26.921Z[ 13] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
25792024-07-19T23:17:26.921Z[ 15] 6.00-7.00 sec 8.37 MBytes 70.2 Mbits/sec
25802024-07-19T23:17:26.921Z[ 17] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
25812024-07-19T23:17:26.921Z[ 19] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
25822024-07-19T23:17:26.921Z[SUM] 6.00-7.00 sec 67.1 MBytes 563 Mbits/sec
25832024-07-19T23:17:26.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
25842024-07-19T23:17:26.921Z[ 5] 7.00-8.00 sec 9.00 MBytes 75.5 Mbits/sec
25852024-07-19T23:17:26.921Z[ 7] 7.00-8.00 sec 9.00 MBytes 75.5 Mbits/sec
25862024-07-19T23:17:26.921Z[ 9] 7.00-8.00 sec 8.99 MBytes 75.4 Mbits/sec
25872024-07-19T23:17:26.921Z[ 11] 7.00-8.00 sec 8.99 MBytes 75.4 Mbits/sec
25882024-07-19T23:17:26.921Z[ 13] 7.00-8.00 sec 9.00 MBytes 75.5 Mbits/sec
25892024-07-19T23:17:26.921Z[ 15] 7.00-8.00 sec 9.05 MBytes 76.0 Mbits/sec
25902024-07-19T23:17:26.921Z[ 17] 7.00-8.00 sec 9.02 MBytes 75.7 Mbits/sec
25912024-07-19T23:17:26.921Z[ 19] 7.00-8.00 sec 8.99 MBytes 75.4 Mbits/sec
25922024-07-19T23:17:26.921Z[SUM] 7.00-8.00 sec 72.0 MBytes 604 Mbits/sec
25932024-07-19T23:17:26.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
25942024-07-19T23:17:26.921Z[ 5] 8.00-9.00 sec 8.14 MBytes 68.3 Mbits/sec
25952024-07-19T23:17:26.921Z[ 7] 8.00-9.00 sec 8.14 MBytes 68.3 Mbits/sec
25962024-07-19T23:17:26.921Z[ 9] 8.00-9.00 sec 8.14 MBytes 68.3 Mbits/sec
25972024-07-19T23:17:26.921Z[ 11] 8.00-9.00 sec 8.07 MBytes 67.7 Mbits/sec
25982024-07-19T23:17:26.921Z[ 13] 8.00-9.00 sec 8.02 MBytes 67.3 Mbits/sec
25992024-07-19T23:17:26.921Z[ 15] 8.00-9.00 sec 8.03 MBytes 67.4 Mbits/sec
26002024-07-19T23:17:26.921Z[ 17] 8.00-9.00 sec 8.12 MBytes 68.1 Mbits/sec
26012024-07-19T23:17:26.921Z[ 19] 8.00-9.00 sec 8.14 MBytes 68.3 Mbits/sec
26022024-07-19T23:17:26.921Z[SUM] 8.00-9.00 sec 64.8 MBytes 544 Mbits/sec
26032024-07-19T23:17:26.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
26042024-07-19T23:17:26.921Z[ 5] 9.00-10.00 sec 8.17 MBytes 68.5 Mbits/sec
26052024-07-19T23:17:26.921Z[ 7] 9.00-10.00 sec 8.16 MBytes 68.4 Mbits/sec
26062024-07-19T23:17:26.921Z[ 9] 9.00-10.00 sec 8.14 MBytes 68.3 Mbits/sec
26072024-07-19T23:17:26.921Z[ 11] 9.00-10.00 sec 8.22 MBytes 68.9 Mbits/sec
26082024-07-19T23:17:26.921Z[ 13] 9.00-10.00 sec 8.26 MBytes 69.3 Mbits/sec
26092024-07-19T23:17:26.921Z[ 15] 9.00-10.00 sec 8.26 MBytes 69.3 Mbits/sec
26102024-07-19T23:17:26.921Z[ 17] 9.00-10.00 sec 8.21 MBytes 68.9 Mbits/sec
26112024-07-19T23:17:26.922Z[ 19] 9.00-10.00 sec 8.17 MBytes 68.5 Mbits/sec
26122024-07-19T23:17:26.922Z[SUM] 9.00-10.00 sec 65.6 MBytes 550 Mbits/sec
26132024-07-19T23:17:26.922Z- - - - - - - - - - - - - - - - - - - - - - - - -
26142024-07-19T23:17:26.922Z[ 5] 10.00-10.01 sec 99.0 KBytes 119 Mbits/sec
26152024-07-19T23:17:26.922Z[ 7] 10.00-10.01 sec 110 KBytes 132 Mbits/sec
26162024-07-19T23:17:26.922Z[ 9] 10.00-10.01 sec 124 KBytes 149 Mbits/sec
26172024-07-19T23:17:26.922Z[ 11] 10.00-10.01 sec 96.2 KBytes 115 Mbits/sec
26182024-07-19T23:17:26.922Z[ 13] 10.00-10.01 sec 19.8 KBytes 23.7 Mbits/sec
26192024-07-19T23:17:26.922Z[ 15] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
26202024-07-19T23:17:26.922Z[ 17] 10.00-10.01 sec 56.6 KBytes 67.8 Mbits/sec
26212024-07-19T23:17:26.922Z[ 19] 10.00-10.01 sec 96.2 KBytes 115 Mbits/sec
26222024-07-19T23:17:26.922Z[SUM] 10.00-10.01 sec 602 KBytes 721 Mbits/sec
26232024-07-19T23:17:26.922Z- - - - - - - - - - - - - - - - - - - - - - - - -
26242024-07-19T23:17:26.922Z[ ID] Interval Transfer Bandwidth
26252024-07-19T23:17:26.922Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26262024-07-19T23:17:26.922Z[ 5] 0.00-10.01 sec 83.2 MBytes 69.7 Mbits/sec receiver
26272024-07-19T23:17:26.922Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26282024-07-19T23:17:26.922Z[ 7] 0.00-10.01 sec 83.0 MBytes 69.6 Mbits/sec receiver
26292024-07-19T23:17:26.922Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26302024-07-19T23:17:26.922Z[ 9] 0.00-10.01 sec 83.0 MBytes 69.6 Mbits/sec receiver
26312024-07-19T23:17:26.922Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26322024-07-19T23:17:26.922Z[ 11] 0.00-10.01 sec 83.0 MBytes 69.6 Mbits/sec receiver
26332024-07-19T23:17:26.922Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26342024-07-19T23:17:26.922Z[ 13] 0.00-10.01 sec 82.9 MBytes 69.5 Mbits/sec receiver
26352024-07-19T23:17:26.922Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26362024-07-19T23:17:26.922Z[ 15] 0.00-10.01 sec 82.9 MBytes 69.5 Mbits/sec receiver
26372024-07-19T23:17:26.922Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26382024-07-19T23:17:26.922Z[ 17] 0.00-10.01 sec 82.9 MBytes 69.5 Mbits/sec receiver
26392024-07-19T23:17:26.922Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26402024-07-19T23:17:26.922Z[ 19] 0.00-10.01 sec 82.9 MBytes 69.5 Mbits/sec receiver
26412024-07-19T23:17:26.922Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26422024-07-19T23:17:26.922Z[SUM] 0.00-10.01 sec 664 MBytes 556 Mbits/sec receiver
26432024-07-19T23:17:26.946ZRun 3/10...556.93233674848Mbps
26442024-07-19T23:17:33.993Z-----------------------------------------------------------
26452024-07-19T23:17:33.993ZServer listening on 5201
26462024-07-19T23:17:33.993Z-----------------------------------------------------------
26472024-07-19T23:17:33.993ZAccepted connection from 10.0.0.1, port 55181
26482024-07-19T23:17:33.993Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37768
26492024-07-19T23:17:33.993Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59958
26502024-07-19T23:17:33.993Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50710
26512024-07-19T23:17:33.993Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39649
26522024-07-19T23:17:33.993Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44825
26532024-07-19T23:17:33.993Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42199
26542024-07-19T23:17:33.993Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38122
26552024-07-19T23:17:33.993Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58677
26562024-07-19T23:17:33.993Z[ ID] Interval Transfer Bandwidth
26572024-07-19T23:17:33.993Z[ 5] 0.00-1.00 sec 6.81 MBytes 57.1 Mbits/sec
26582024-07-19T23:17:33.993Z[ 7] 0.00-1.00 sec 6.69 MBytes 56.1 Mbits/sec
26592024-07-19T23:17:33.993Z[ 9] 0.00-1.00 sec 6.69 MBytes 56.1 Mbits/sec
26602024-07-19T23:17:33.993Z[ 11] 0.00-1.00 sec 6.69 MBytes 56.1 Mbits/sec
26612024-07-19T23:17:33.993Z[ 13] 0.00-1.00 sec 6.59 MBytes 55.3 Mbits/sec
26622024-07-19T23:17:33.993Z[ 15] 0.00-1.00 sec 6.57 MBytes 55.1 Mbits/sec
26632024-07-19T23:17:33.994Z[ 17] 0.00-1.00 sec 6.57 MBytes 55.1 Mbits/sec
26642024-07-19T23:17:33.994Z[ 19] 0.00-1.00 sec 6.57 MBytes 55.1 Mbits/sec
26652024-07-19T23:17:33.994Z[SUM] 0.00-1.00 sec 53.2 MBytes 446 Mbits/sec
26662024-07-19T23:17:33.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
26672024-07-19T23:17:33.994Z[ 5] 1.00-2.00 sec 8.02 MBytes 67.3 Mbits/sec
26682024-07-19T23:17:33.994Z[ 7] 1.00-2.00 sec 8.05 MBytes 67.5 Mbits/sec
26692024-07-19T23:17:33.994Z[ 9] 1.00-2.00 sec 8.02 MBytes 67.3 Mbits/sec
26702024-07-19T23:17:33.994Z[ 11] 1.00-2.00 sec 8.02 MBytes 67.3 Mbits/sec
26712024-07-19T23:17:33.994Z[ 13] 1.00-2.00 sec 8.12 MBytes 68.1 Mbits/sec
26722024-07-19T23:17:33.994Z[ 15] 1.00-2.00 sec 8.06 MBytes 67.6 Mbits/sec
26732024-07-19T23:17:33.994Z[ 17] 1.00-2.00 sec 8.02 MBytes 67.3 Mbits/sec
26742024-07-19T23:17:33.994Z[ 19] 1.00-2.00 sec 8.02 MBytes 67.3 Mbits/sec
26752024-07-19T23:17:33.994Z[SUM] 1.00-2.00 sec 64.3 MBytes 540 Mbits/sec
26762024-07-19T23:17:33.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
26772024-07-19T23:17:33.994Z[ 5] 2.00-3.00 sec 8.75 MBytes 73.4 Mbits/sec
26782024-07-19T23:17:33.994Z[ 7] 2.00-3.00 sec 8.76 MBytes 73.4 Mbits/sec
26792024-07-19T23:17:33.994Z[ 9] 2.00-3.00 sec 8.75 MBytes 73.4 Mbits/sec
26802024-07-19T23:17:33.994Z[ 11] 2.00-3.00 sec 8.75 MBytes 73.4 Mbits/sec
26812024-07-19T23:17:33.994Z[ 13] 2.00-3.00 sec 8.75 MBytes 73.4 Mbits/sec
26822024-07-19T23:17:33.994Z[ 15] 2.00-3.00 sec 8.74 MBytes 73.3 Mbits/sec
26832024-07-19T23:17:33.994Z[ 17] 2.00-3.00 sec 8.75 MBytes 73.4 Mbits/sec
26842024-07-19T23:17:33.994Z[ 19] 2.00-3.00 sec 8.75 MBytes 73.4 Mbits/sec
26852024-07-19T23:17:33.994Z[SUM] 2.00-3.00 sec 70.0 MBytes 587 Mbits/sec
26862024-07-19T23:17:33.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
26872024-07-19T23:17:33.994Z[ 5] 3.00-4.00 sec 8.14 MBytes 68.3 Mbits/sec
26882024-07-19T23:17:33.994Z[ 7] 3.00-4.00 sec 8.11 MBytes 68.0 Mbits/sec
26892024-07-19T23:17:33.994Z[ 9] 3.00-4.00 sec 8.14 MBytes 68.3 Mbits/sec
26902024-07-19T23:17:33.994Z[ 11] 3.00-4.00 sec 8.13 MBytes 68.2 Mbits/sec
26912024-07-19T23:17:33.994Z[ 13] 3.00-4.00 sec 8.02 MBytes 67.3 Mbits/sec
26922024-07-19T23:17:33.994Z[ 15] 3.00-4.00 sec 8.11 MBytes 68.1 Mbits/sec
26932024-07-19T23:17:33.994Z[ 17] 3.00-4.00 sec 8.14 MBytes 68.3 Mbits/sec
26942024-07-19T23:17:33.994Z[ 19] 3.00-4.00 sec 8.14 MBytes 68.3 Mbits/sec
26952024-07-19T23:17:33.994Z[SUM] 3.00-4.00 sec 64.9 MBytes 545 Mbits/sec
26962024-07-19T23:17:33.994Z- - - - - - - - - - - - - - - - - - - - - - - - -
26972024-07-19T23:17:33.995Z[ 5] 4.00-5.00 sec 8.87 MBytes 74.4 Mbits/sec
26982024-07-19T23:17:33.995Z[ 7] 4.00-5.00 sec 8.88 MBytes 74.5 Mbits/sec
26992024-07-19T23:17:33.995Z[ 9] 4.00-5.00 sec 8.87 MBytes 74.4 Mbits/sec
27002024-07-19T23:17:33.995Z[ 11] 4.00-5.00 sec 8.88 MBytes 74.5 Mbits/sec
27012024-07-19T23:17:33.995Z[ 13] 4.00-5.00 sec 8.93 MBytes 75.0 Mbits/sec
27022024-07-19T23:17:33.995Z[ 15] 4.00-5.00 sec 8.87 MBytes 74.4 Mbits/sec
27032024-07-19T23:17:33.995Z[ 17] 4.00-5.00 sec 8.87 MBytes 74.4 Mbits/sec
27042024-07-19T23:17:33.995Z[ 19] 4.00-5.00 sec 8.87 MBytes 74.4 Mbits/sec
27052024-07-19T23:17:33.995Z[SUM] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
27062024-07-19T23:17:33.995Z- - - - - - - - - - - - - - - - - - - - - - - - -
27072024-07-19T23:17:33.995Z[ 5] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
27082024-07-19T23:17:33.995Z[ 7] 5.00-6.00 sec 8.62 MBytes 72.3 Mbits/sec
27092024-07-19T23:17:33.995Z[ 9] 5.00-6.00 sec 8.58 MBytes 72.0 Mbits/sec
27102024-07-19T23:17:33.995Z[ 11] 5.00-6.00 sec 8.53 MBytes 71.6 Mbits/sec
27112024-07-19T23:17:33.995Z[ 13] 5.00-6.00 sec 8.56 MBytes 71.8 Mbits/sec
27122024-07-19T23:17:33.995Z[ 15] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
27132024-07-19T23:17:33.995Z[ 17] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
27142024-07-19T23:17:33.995Z[ 19] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
27152024-07-19T23:17:33.995Z[SUM] 5.00-6.00 sec 68.8 MBytes 577 Mbits/sec
27162024-07-19T23:17:33.995Z- - - - - - - - - - - - - - - - - - - - - - - - -
27172024-07-19T23:17:33.995Z[ 5] 6.00-7.00 sec 8.99 MBytes 75.4 Mbits/sec
27182024-07-19T23:17:33.995Z[ 7] 6.00-7.00 sec 9.02 MBytes 75.7 Mbits/sec
27192024-07-19T23:17:33.995Z[ 9] 6.00-7.00 sec 9.04 MBytes 75.8 Mbits/sec
27202024-07-19T23:17:37.089Z[ 11] 6.00-7.00 sec 9.09 MBytes 76.2 Mbits/sec
27212024-07-19T23:17:37.090Z[ 13] 6.00-7.00 sec 9.10 MBytes 76.4 Mbits/sec
27222024-07-19T23:17:37.090Z[ 15] 6.00-7.00 sec 9.00 MBytes 75.5 Mbits/sec
27232024-07-19T23:17:37.090Z[ 17] 6.00-7.00 sec 8.99 MBytes 75.4 Mbits/sec
27242024-07-19T23:17:37.090Z[ 19] 6.00-7.00 sec 8.99 MBytes 75.4 Mbits/sec
27252024-07-19T23:17:37.090Z[SUM] 6.00-7.00 sec 72.2 MBytes 606 Mbits/sec
27262024-07-19T23:17:37.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
27272024-07-19T23:17:37.090Z[ 5] 7.00-8.00 sec 8.27 MBytes 69.3 Mbits/sec
27282024-07-19T23:17:37.090Z[ 7] 7.00-8.00 sec 8.27 MBytes 69.4 Mbits/sec
27292024-07-19T23:17:37.090Z[ 9] 7.00-8.00 sec 8.26 MBytes 69.3 Mbits/sec
27302024-07-19T23:17:37.090Z[ 11] 7.00-8.00 sec 8.26 MBytes 69.3 Mbits/sec
27312024-07-19T23:17:37.090Z[ 13] 7.00-8.00 sec 8.27 MBytes 69.4 Mbits/sec
27322024-07-19T23:17:37.090Z[ 15] 7.00-8.00 sec 8.36 MBytes 70.1 Mbits/sec
27332024-07-19T23:17:37.090Z[ 17] 7.00-8.00 sec 8.32 MBytes 69.8 Mbits/sec
27342024-07-19T23:17:37.090Z[ 19] 7.00-8.00 sec 8.28 MBytes 69.4 Mbits/sec
27352024-07-19T23:17:37.090Z[SUM] 7.00-8.00 sec 66.3 MBytes 556 Mbits/sec
27362024-07-19T23:17:37.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
27372024-07-19T23:17:37.090Z[ 5] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
27382024-07-19T23:17:37.090Z[ 7] 8.00-9.00 sec 8.34 MBytes 70.0 Mbits/sec
27392024-07-19T23:17:37.090Z[ 9] 8.00-9.00 sec 8.30 MBytes 69.6 Mbits/sec
27402024-07-19T23:17:37.090Z[ 11] 8.00-9.00 sec 8.29 MBytes 69.5 Mbits/sec
27412024-07-19T23:17:37.090Z[ 13] 8.00-9.00 sec 8.26 MBytes 69.3 Mbits/sec
27422024-07-19T23:17:37.090Z[ 15] 8.00-9.00 sec 8.28 MBytes 69.4 Mbits/sec
27432024-07-19T23:17:37.091Z[ 17] 8.00-9.00 sec 8.33 MBytes 69.9 Mbits/sec
27442024-07-19T23:17:37.091Z[ 19] 8.00-9.00 sec 8.37 MBytes 70.2 Mbits/sec
27452024-07-19T23:17:37.091Z[SUM] 8.00-9.00 sec 66.5 MBytes 558 Mbits/sec
27462024-07-19T23:17:37.091Z- - - - - - - - - - - - - - - - - - - - - - - - -
27472024-07-19T23:17:37.091Z[ 5] 9.00-10.00 sec 8.64 MBytes 72.5 Mbits/sec
27482024-07-19T23:17:37.091Z[ 7] 9.00-10.00 sec 8.67 MBytes 72.8 Mbits/sec
27492024-07-19T23:17:37.091Z[ 9] 9.00-10.00 sec 8.72 MBytes 73.1 Mbits/sec
27502024-07-19T23:17:37.091Z[ 11] 9.00-10.00 sec 8.73 MBytes 73.2 Mbits/sec
27512024-07-19T23:17:37.091Z[ 13] 9.00-10.00 sec 8.75 MBytes 73.4 Mbits/sec
27522024-07-19T23:17:37.091Z[ 15] 9.00-10.00 sec 8.75 MBytes 73.4 Mbits/sec
27532024-07-19T23:17:37.091Z[ 17] 9.00-10.00 sec 8.70 MBytes 73.0 Mbits/sec
27542024-07-19T23:17:37.091Z[ 19] 9.00-10.00 sec 8.64 MBytes 72.5 Mbits/sec
27552024-07-19T23:17:37.091Z[SUM] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
27562024-07-19T23:17:37.091Z- - - - - - - - - - - - - - - - - - - - - - - - -
27572024-07-19T23:17:37.091Z[ 5] 10.00-10.01 sec 113 KBytes 165 Mbits/sec
27582024-07-19T23:17:37.091Z[ 7] 10.00-10.01 sec 76.4 KBytes 112 Mbits/sec
27592024-07-19T23:17:37.091Z[ 9] 10.00-10.01 sec 124 KBytes 182 Mbits/sec
27602024-07-19T23:17:37.091Z[ 11] 10.00-10.01 sec 65.0 KBytes 95.2 Mbits/sec
27612024-07-19T23:17:37.091Z[ 13] 10.00-10.01 sec 11.3 KBytes 16.5 Mbits/sec
27622024-07-19T23:17:37.091Z[ 15] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
27632024-07-19T23:17:37.091Z[ 17] 10.00-10.01 sec 53.7 KBytes 78.6 Mbits/sec
27642024-07-19T23:17:37.091Z[ 19] 10.00-10.01 sec 110 KBytes 161 Mbits/sec
27652024-07-19T23:17:37.091Z[SUM] 10.00-10.01 sec 554 KBytes 810 Mbits/sec
27662024-07-19T23:17:37.091Z- - - - - - - - - - - - - - - - - - - - - - - - -
27672024-07-19T23:17:37.092Z[ ID] Interval Transfer Bandwidth
27682024-07-19T23:17:37.092Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27692024-07-19T23:17:37.092Z[ 5] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec receiver
27702024-07-19T23:17:37.092Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27712024-07-19T23:17:37.092Z[ 7] 0.00-10.01 sec 83.5 MBytes 70.0 Mbits/sec receiver
27722024-07-19T23:17:37.092Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27732024-07-19T23:17:37.092Z[ 9] 0.00-10.01 sec 83.5 MBytes 70.0 Mbits/sec receiver
27742024-07-19T23:17:37.092Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27752024-07-19T23:17:37.092Z[ 11] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
27762024-07-19T23:17:37.092Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27772024-07-19T23:17:37.092Z[ 13] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
27782024-07-19T23:17:37.092Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27792024-07-19T23:17:37.092Z[ 15] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
27802024-07-19T23:17:37.092Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27812024-07-19T23:17:37.092Z[ 17] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
27822024-07-19T23:17:37.092Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27832024-07-19T23:17:37.092Z[ 19] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
27842024-07-19T23:17:37.092Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27852024-07-19T23:17:37.092Z[SUM] 0.00-10.01 sec 668 MBytes 560 Mbits/sec receiver
27862024-07-19T23:17:37.117ZRun 4/10...560.140880168081Mbps
27872024-07-19T23:17:44.167Z-----------------------------------------------------------
27882024-07-19T23:17:44.167ZServer listening on 5201
27892024-07-19T23:17:44.167Z-----------------------------------------------------------
27902024-07-19T23:17:44.167ZAccepted connection from 10.0.0.1, port 62844
27912024-07-19T23:17:44.167Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42601
27922024-07-19T23:17:44.167Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64750
27932024-07-19T23:17:44.167Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50332
27942024-07-19T23:17:44.167Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52110
27952024-07-19T23:17:44.167Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52351
27962024-07-19T23:17:44.167Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45708
27972024-07-19T23:17:44.167Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47765
27982024-07-19T23:17:44.167Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39503
27992024-07-19T23:17:44.167Z[ ID] Interval Transfer Bandwidth
28002024-07-19T23:17:44.167Z[ 5] 0.00-1.00 sec 8.15 MBytes 68.3 Mbits/sec
28012024-07-19T23:17:44.167Z[ 7] 0.00-1.00 sec 8.03 MBytes 67.3 Mbits/sec
28022024-07-19T23:17:44.167Z[ 9] 0.00-1.00 sec 8.00 MBytes 67.1 Mbits/sec
28032024-07-19T23:17:44.167Z[ 11] 0.00-1.00 sec 7.90 MBytes 66.3 Mbits/sec
28042024-07-19T23:17:44.167Z[ 13] 0.00-1.00 sec 7.90 MBytes 66.3 Mbits/sec
28052024-07-19T23:17:44.167Z[ 15] 0.00-1.00 sec 7.90 MBytes 66.3 Mbits/sec
28062024-07-19T23:17:44.167Z[ 17] 0.00-1.00 sec 7.90 MBytes 66.3 Mbits/sec
28072024-07-19T23:17:44.167Z[ 19] 0.00-1.00 sec 7.90 MBytes 66.3 Mbits/sec
28082024-07-19T23:17:44.167Z[SUM] 0.00-1.00 sec 63.7 MBytes 534 Mbits/sec
28092024-07-19T23:17:44.167Z- - - - - - - - - - - - - - - - - - - - - - - - -
28102024-07-19T23:17:44.167Z[ 5] 1.00-2.00 sec 8.81 MBytes 73.9 Mbits/sec
28112024-07-19T23:17:44.167Z[ 7] 1.00-2.00 sec 8.81 MBytes 73.9 Mbits/sec
28122024-07-19T23:17:44.167Z[ 9] 1.00-2.00 sec 8.78 MBytes 73.6 Mbits/sec
28132024-07-19T23:17:44.167Z[ 11] 1.00-2.00 sec 8.87 MBytes 74.4 Mbits/sec
28142024-07-19T23:17:44.167Z[ 13] 1.00-2.00 sec 8.87 MBytes 74.4 Mbits/sec
28152024-07-19T23:17:44.167Z[ 15] 1.00-2.00 sec 8.87 MBytes 74.4 Mbits/sec
28162024-07-19T23:17:44.167Z[ 17] 1.00-2.00 sec 8.82 MBytes 74.0 Mbits/sec
28172024-07-19T23:17:44.167Z[ 19] 1.00-2.00 sec 8.80 MBytes 73.8 Mbits/sec
28182024-07-19T23:17:44.167Z[SUM] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec
28192024-07-19T23:17:44.168Z- - - - - - - - - - - - - - - - - - - - - - - - -
28202024-07-19T23:17:44.168Z[ 5] 2.00-3.00 sec 9.03 MBytes 75.7 Mbits/sec
28212024-07-19T23:17:44.168Z[ 7] 2.00-3.00 sec 9.05 MBytes 75.9 Mbits/sec
28222024-07-19T23:17:44.168Z[ 9] 2.00-3.00 sec 8.99 MBytes 75.4 Mbits/sec
28232024-07-19T23:17:44.168Z[ 11] 2.00-3.00 sec 8.99 MBytes 75.4 Mbits/sec
28242024-07-19T23:17:44.168Z[ 13] 2.00-3.00 sec 8.99 MBytes 75.4 Mbits/sec
28252024-07-19T23:17:44.168Z[ 15] 2.00-3.00 sec 8.99 MBytes 75.4 Mbits/sec
28262024-07-19T23:17:44.168Z[ 17] 2.00-3.00 sec 9.05 MBytes 75.9 Mbits/sec
28272024-07-19T23:17:44.168Z[ 19] 2.00-3.00 sec 9.07 MBytes 76.1 Mbits/sec
28282024-07-19T23:17:44.168Z[SUM] 2.00-3.00 sec 72.2 MBytes 605 Mbits/sec
28292024-07-19T23:17:44.168Z- - - - - - - - - - - - - - - - - - - - - - - - -
28302024-07-19T23:17:44.168Z[ 5] 3.00-4.00 sec 8.72 MBytes 73.1 Mbits/sec
28312024-07-19T23:17:44.168Z[ 7] 3.00-4.00 sec 8.72 MBytes 73.1 Mbits/sec
28322024-07-19T23:17:44.168Z[ 9] 3.00-4.00 sec 8.75 MBytes 73.4 Mbits/sec
28332024-07-19T23:17:44.168Z[ 11] 3.00-4.00 sec 8.75 MBytes 73.4 Mbits/sec
28342024-07-19T23:17:44.168Z[ 13] 3.00-4.00 sec 8.75 MBytes 73.4 Mbits/sec
28352024-07-19T23:17:44.168Z[ 15] 3.00-4.00 sec 8.75 MBytes 73.4 Mbits/sec
28362024-07-19T23:17:44.168Z[ 17] 3.00-4.00 sec 8.74 MBytes 73.3 Mbits/sec
28372024-07-19T23:17:44.168Z[ 19] 3.00-4.00 sec 8.71 MBytes 73.0 Mbits/sec
28382024-07-19T23:17:44.168Z[SUM] 3.00-4.00 sec 69.9 MBytes 586 Mbits/sec
28392024-07-19T23:17:44.168Z- - - - - - - - - - - - - - - - - - - - - - - - -
28402024-07-19T23:17:44.168Z[ 5] 4.00-5.00 sec 8.80 MBytes 73.8 Mbits/sec
28412024-07-19T23:17:44.168Z[ 7] 4.00-5.00 sec 8.79 MBytes 73.7 Mbits/sec
28422024-07-19T23:17:44.168Z[ 9] 4.00-5.00 sec 8.78 MBytes 73.7 Mbits/sec
28432024-07-19T23:17:44.168Z[ 11] 4.00-5.00 sec 8.75 MBytes 73.4 Mbits/sec
28442024-07-19T23:17:44.168Z[ 13] 4.00-5.00 sec 8.75 MBytes 73.4 Mbits/sec
28452024-07-19T23:17:44.168Z[ 15] 4.00-5.00 sec 8.75 MBytes 73.4 Mbits/sec
28462024-07-19T23:17:44.168Z[ 17] 4.00-5.00 sec 8.76 MBytes 73.5 Mbits/sec
28472024-07-19T23:17:44.168Z[ 19] 4.00-5.00 sec 8.79 MBytes 73.7 Mbits/sec
28482024-07-19T23:17:44.168Z[SUM] 4.00-5.00 sec 70.2 MBytes 589 Mbits/sec
28492024-07-19T23:17:44.168Z- - - - - - - - - - - - - - - - - - - - - - - - -
28502024-07-19T23:17:44.168Z[ 5] 5.00-6.00 sec 8.81 MBytes 73.9 Mbits/sec
28512024-07-19T23:17:44.168Z[ 7] 5.00-6.00 sec 8.81 MBytes 73.9 Mbits/sec
28522024-07-19T23:17:44.168Z[ 9] 5.00-6.00 sec 8.84 MBytes 74.1 Mbits/sec
28532024-07-19T23:17:44.168Z[ 11] 5.00-6.00 sec 8.86 MBytes 74.3 Mbits/sec
28542024-07-19T23:17:44.168Z[ 13] 5.00-6.00 sec 8.87 MBytes 74.4 Mbits/sec
28552024-07-19T23:17:44.168Z[ 15] 5.00-6.00 sec 8.85 MBytes 74.3 Mbits/sec
28562024-07-19T23:17:44.168Z[ 17] 5.00-6.00 sec 8.81 MBytes 73.9 Mbits/sec
28572024-07-19T23:17:44.169Z[ 19] 5.00-6.00 sec 8.80 MBytes 73.8 Mbits/sec
28582024-07-19T23:17:44.169Z[SUM] 5.00-6.00 sec 70.7 MBytes 593 Mbits/sec
28592024-07-19T23:17:44.169Z- - - - - - - - - - - - - - - - - - - - - - - - -
28602024-07-19T23:17:44.169Z[ 5] 6.00-7.00 sec 8.20 MBytes 68.8 Mbits/sec
28612024-07-19T23:17:44.193Z[ 7] 6.00-7.00 sec 8.20 MBytes 68.8 Mbits/sec
28622024-07-19T23:17:44.193Z[ 9] 6.00-7.00 sec 8.19 MBytes 68.7 Mbits/sec
28632024-07-19T23:17:47.370Z[ 11] 6.00-7.00 sec 8.16 MBytes 68.4 Mbits/sec
28642024-07-19T23:17:47.370Z[ 13] 6.00-7.00 sec 8.14 MBytes 68.3 Mbits/sec
28652024-07-19T23:17:47.370Z[ 15] 6.00-7.00 sec 8.16 MBytes 68.4 Mbits/sec
28662024-07-19T23:17:47.370Z[ 17] 6.00-7.00 sec 8.20 MBytes 68.8 Mbits/sec
28672024-07-19T23:17:47.370Z[ 19] 6.00-7.00 sec 8.22 MBytes 68.9 Mbits/sec
28682024-07-19T23:17:47.370Z[SUM] 6.00-7.00 sec 65.5 MBytes 549 Mbits/sec
28692024-07-19T23:17:47.370Z- - - - - - - - - - - - - - - - - - - - - - - - -
28702024-07-19T23:17:47.370Z[ 5] 7.00-8.00 sec 8.38 MBytes 70.4 Mbits/sec
28712024-07-19T23:17:47.371Z[ 7] 7.00-8.00 sec 8.39 MBytes 70.4 Mbits/sec
28722024-07-19T23:17:47.371Z[ 9] 7.00-8.00 sec 8.46 MBytes 71.0 Mbits/sec
28732024-07-19T23:17:47.371Z[ 11] 7.00-8.00 sec 8.40 MBytes 70.5 Mbits/sec
28742024-07-19T23:17:47.371Z[ 13] 7.00-8.00 sec 8.38 MBytes 70.4 Mbits/sec
28752024-07-19T23:17:47.371Z[ 15] 7.00-8.00 sec 8.38 MBytes 70.4 Mbits/sec
28762024-07-19T23:17:47.371Z[ 17] 7.00-8.00 sec 8.38 MBytes 70.4 Mbits/sec
28772024-07-19T23:17:47.371Z[ 19] 7.00-8.00 sec 8.38 MBytes 70.4 Mbits/sec
28782024-07-19T23:17:47.371Z[SUM] 7.00-8.00 sec 67.2 MBytes 564 Mbits/sec
28792024-07-19T23:17:47.371Z- - - - - - - - - - - - - - - - - - - - - - - - -
28802024-07-19T23:17:47.371Z[ 5] 8.00-9.00 sec 8.44 MBytes 70.8 Mbits/sec
28812024-07-19T23:17:47.371Z[ 7] 8.00-9.00 sec 8.44 MBytes 70.8 Mbits/sec
28822024-07-19T23:17:47.371Z[ 9] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
28832024-07-19T23:17:47.371Z[ 11] 8.00-9.00 sec 8.47 MBytes 71.1 Mbits/sec
28842024-07-19T23:17:47.371Z[ 13] 8.00-9.00 sec 8.50 MBytes 71.3 Mbits/sec
28852024-07-19T23:17:47.371Z[ 15] 8.00-9.00 sec 8.46 MBytes 70.9 Mbits/sec
28862024-07-19T23:17:47.371Z[ 17] 8.00-9.00 sec 8.43 MBytes 70.7 Mbits/sec
28872024-07-19T23:17:47.371Z[ 19] 8.00-9.00 sec 8.43 MBytes 70.7 Mbits/sec
28882024-07-19T23:17:47.371Z[SUM] 8.00-9.00 sec 67.6 MBytes 567 Mbits/sec
28892024-07-19T23:17:47.371Z- - - - - - - - - - - - - - - - - - - - - - - - -
28902024-07-19T23:17:47.371Z[ 5] 9.00-10.00 sec 8.39 MBytes 70.4 Mbits/sec
28912024-07-19T23:17:47.371Z[ 7] 9.00-10.00 sec 8.40 MBytes 70.5 Mbits/sec
28922024-07-19T23:17:47.371Z[ 9] 9.00-10.00 sec 8.38 MBytes 70.3 Mbits/sec
28932024-07-19T23:17:47.371Z[ 11] 9.00-10.00 sec 8.40 MBytes 70.5 Mbits/sec
28942024-07-19T23:17:47.371Z[ 13] 9.00-10.00 sec 8.39 MBytes 70.4 Mbits/sec
28952024-07-19T23:17:47.371Z[ 15] 9.00-10.00 sec 8.43 MBytes 70.8 Mbits/sec
28962024-07-19T23:17:47.372Z[ 17] 9.00-10.00 sec 8.42 MBytes 70.6 Mbits/sec
28972024-07-19T23:17:47.372Z[ 19] 9.00-10.00 sec 8.41 MBytes 70.6 Mbits/sec
28982024-07-19T23:17:47.372Z[SUM] 9.00-10.00 sec 67.2 MBytes 564 Mbits/sec
28992024-07-19T23:17:47.372Z- - - - - - - - - - - - - - - - - - - - - - - - -
29002024-07-19T23:17:47.372Z[ 5] 10.00-10.01 sec 59.4 KBytes 96.2 Mbits/sec
29012024-07-19T23:17:47.372Z[ 7] 10.00-10.01 sec 46.7 KBytes 75.6 Mbits/sec
29022024-07-19T23:17:47.372Z[ 9] 10.00-10.01 sec 86.3 KBytes 140 Mbits/sec
29032024-07-19T23:17:47.372Z[ 11] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
29042024-07-19T23:17:47.372Z[ 13] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
29052024-07-19T23:17:47.372Z[ 15] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
29062024-07-19T23:17:47.372Z[ 17] 10.00-10.01 sec 42.4 KBytes 68.7 Mbits/sec
29072024-07-19T23:17:47.372Z[ 19] 10.00-10.01 sec 53.7 KBytes 87.1 Mbits/sec
29082024-07-19T23:17:47.372Z[SUM] 10.00-10.01 sec 288 KBytes 467 Mbits/sec
29092024-07-19T23:17:47.372Z- - - - - - - - - - - - - - - - - - - - - - - - -
29102024-07-19T23:17:47.372Z[ ID] Interval Transfer Bandwidth
29112024-07-19T23:17:47.372Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29122024-07-19T23:17:47.372Z[ 5] 0.00-10.01 sec 85.8 MBytes 71.9 Mbits/sec receiver
29132024-07-19T23:17:47.372Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29142024-07-19T23:17:47.373Z[ 7] 0.00-10.01 sec 85.7 MBytes 71.8 Mbits/sec receiver
29152024-07-19T23:17:47.373Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29162024-07-19T23:17:47.373Z[ 9] 0.00-10.01 sec 85.6 MBytes 71.8 Mbits/sec receiver
29172024-07-19T23:17:47.373Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29182024-07-19T23:17:47.373Z[ 11] 0.00-10.01 sec 85.6 MBytes 71.7 Mbits/sec receiver
29192024-07-19T23:17:47.373Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29202024-07-19T23:17:47.373Z[ 13] 0.00-10.01 sec 85.6 MBytes 71.7 Mbits/sec receiver
29212024-07-19T23:17:47.373Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29222024-07-19T23:17:47.373Z[ 15] 0.00-10.01 sec 85.6 MBytes 71.7 Mbits/sec receiver
29232024-07-19T23:17:47.373Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29242024-07-19T23:17:47.373Z[ 17] 0.00-10.01 sec 85.6 MBytes 71.7 Mbits/sec receiver
29252024-07-19T23:17:47.373Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29262024-07-19T23:17:47.373Z[ 19] 0.00-10.01 sec 85.6 MBytes 71.7 Mbits/sec receiver
29272024-07-19T23:17:47.374Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29282024-07-19T23:17:47.374Z[SUM] 0.00-10.01 sec 685 MBytes 574 Mbits/sec receiver
29292024-07-19T23:17:47.399ZRun 5/10...574.734975076715Mbps
29302024-07-19T23:17:54.447Z-----------------------------------------------------------
29312024-07-19T23:17:54.447ZServer listening on 5201
29322024-07-19T23:17:54.447Z-----------------------------------------------------------
29332024-07-19T23:17:54.447ZAccepted connection from 10.0.0.1, port 55642
29342024-07-19T23:17:54.447Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40809
29352024-07-19T23:17:54.447Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43803
29362024-07-19T23:17:54.447Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35815
29372024-07-19T23:17:54.447Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62739
29382024-07-19T23:17:54.447Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39429
29392024-07-19T23:17:54.447Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60739
29402024-07-19T23:17:54.447Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45088
29412024-07-19T23:17:54.447Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58158
29422024-07-19T23:17:54.447Z[ ID] Interval Transfer Bandwidth
29432024-07-19T23:17:54.447Z[ 5] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
29442024-07-19T23:17:54.447Z[ 7] 0.00-1.00 sec 7.54 MBytes 63.2 Mbits/sec
29452024-07-19T23:17:54.447Z[ 9] 0.00-1.00 sec 7.54 MBytes 63.2 Mbits/sec
29462024-07-19T23:17:54.447Z[ 11] 0.00-1.00 sec 7.54 MBytes 63.2 Mbits/sec
29472024-07-19T23:17:54.447Z[ 13] 0.00-1.00 sec 7.47 MBytes 62.7 Mbits/sec
29482024-07-19T23:17:54.447Z[ 15] 0.00-1.00 sec 7.42 MBytes 62.2 Mbits/sec
29492024-07-19T23:17:54.447Z[ 17] 0.00-1.00 sec 7.42 MBytes 62.2 Mbits/sec
29502024-07-19T23:17:54.447Z[ 19] 0.00-1.00 sec 7.42 MBytes 62.2 Mbits/sec
29512024-07-19T23:17:54.447Z[SUM] 0.00-1.00 sec 60.0 MBytes 503 Mbits/sec
29522024-07-19T23:17:54.447Z- - - - - - - - - - - - - - - - - - - - - - - - -
29532024-07-19T23:17:54.448Z[ 5] 1.00-2.00 sec 7.81 MBytes 65.5 Mbits/sec
29542024-07-19T23:17:54.448Z[ 7] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
29552024-07-19T23:17:54.448Z[ 9] 1.00-2.00 sec 7.87 MBytes 66.0 Mbits/sec
29562024-07-19T23:17:54.448Z[ 11] 1.00-2.00 sec 7.80 MBytes 65.4 Mbits/sec
29572024-07-19T23:17:54.448Z[ 13] 1.00-2.00 sec 7.85 MBytes 65.8 Mbits/sec
29582024-07-19T23:17:54.448Z[ 15] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
29592024-07-19T23:17:54.448Z[ 17] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
29602024-07-19T23:17:54.448Z[ 19] 1.00-2.00 sec 7.90 MBytes 66.3 Mbits/sec
29612024-07-19T23:17:54.448Z[SUM] 1.00-2.00 sec 62.9 MBytes 528 Mbits/sec
29622024-07-19T23:17:54.448Z- - - - - - - - - - - - - - - - - - - - - - - - -
29632024-07-19T23:17:54.448Z[ 5] 2.00-3.00 sec 8.11 MBytes 68.0 Mbits/sec
29642024-07-19T23:17:54.448Z[ 7] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
29652024-07-19T23:17:54.448Z[ 9] 2.00-3.00 sec 8.05 MBytes 67.5 Mbits/sec
29662024-07-19T23:17:54.448Z[ 11] 2.00-3.00 sec 8.12 MBytes 68.1 Mbits/sec
29672024-07-19T23:17:54.448Z[ 13] 2.00-3.00 sec 8.07 MBytes 67.7 Mbits/sec
29682024-07-19T23:17:54.448Z[ 15] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
29692024-07-19T23:17:54.448Z[ 17] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
29702024-07-19T23:17:54.448Z[ 19] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
29712024-07-19T23:17:54.448Z[SUM] 2.00-3.00 sec 64.4 MBytes 540 Mbits/sec
29722024-07-19T23:17:54.448Z- - - - - - - - - - - - - - - - - - - - - - - - -
29732024-07-19T23:17:54.448Z[ 5] 3.00-4.00 sec 7.29 MBytes 61.2 Mbits/sec
29742024-07-19T23:17:54.448Z[ 7] 3.00-4.00 sec 7.34 MBytes 61.6 Mbits/sec
29752024-07-19T23:17:54.448Z[ 9] 3.00-4.00 sec 7.29 MBytes 61.2 Mbits/sec
29762024-07-19T23:17:54.448Z[ 11] 3.00-4.00 sec 7.29 MBytes 61.2 Mbits/sec
29772024-07-19T23:17:54.448Z[ 13] 3.00-4.00 sec 7.36 MBytes 61.7 Mbits/sec
29782024-07-19T23:17:54.448Z[ 15] 3.00-4.00 sec 7.41 MBytes 62.2 Mbits/sec
29792024-07-19T23:17:54.448Z[ 17] 3.00-4.00 sec 7.32 MBytes 61.4 Mbits/sec
29802024-07-19T23:17:54.448Z[ 19] 3.00-4.00 sec 7.30 MBytes 61.2 Mbits/sec
29812024-07-19T23:17:54.448Z[SUM] 3.00-4.00 sec 58.6 MBytes 492 Mbits/sec
29822024-07-19T23:17:54.448Z- - - - - - - - - - - - - - - - - - - - - - - - -
29832024-07-19T23:17:54.448Z[ 5] 4.00-5.00 sec 7.93 MBytes 66.5 Mbits/sec
29842024-07-19T23:17:54.448Z[ 7] 4.00-5.00 sec 7.97 MBytes 66.9 Mbits/sec
29852024-07-19T23:17:54.448Z[ 9] 4.00-5.00 sec 7.97 MBytes 66.9 Mbits/sec
29862024-07-19T23:17:54.448Z[ 11] 4.00-5.00 sec 7.92 MBytes 66.5 Mbits/sec
29872024-07-19T23:17:54.448Z[ 13] 4.00-5.00 sec 7.90 MBytes 66.3 Mbits/sec
29882024-07-19T23:17:54.448Z[ 15] 4.00-5.00 sec 7.90 MBytes 66.3 Mbits/sec
29892024-07-19T23:17:54.448Z[ 17] 4.00-5.00 sec 7.99 MBytes 67.1 Mbits/sec
29902024-07-19T23:17:54.448Z[ 19] 4.00-5.00 sec 8.01 MBytes 67.2 Mbits/sec
29912024-07-19T23:17:54.448Z[SUM] 4.00-5.00 sec 63.6 MBytes 534 Mbits/sec
29922024-07-19T23:17:54.449Z- - - - - - - - - - - - - - - - - - - - - - - - -
29932024-07-19T23:17:54.449Z[ 5] 5.00-6.00 sec 7.99 MBytes 67.0 Mbits/sec
29942024-07-19T23:17:54.449Z[ 7] 5.00-6.00 sec 7.95 MBytes 66.7 Mbits/sec
29952024-07-19T23:17:54.449Z[ 9] 5.00-6.00 sec 7.95 MBytes 66.7 Mbits/sec
29962024-07-19T23:17:54.449Z[ 11] 5.00-6.00 sec 8.00 MBytes 67.1 Mbits/sec
29972024-07-19T23:17:54.449Z[ 13] 5.00-6.00 sec 8.02 MBytes 67.3 Mbits/sec
29982024-07-19T23:17:54.449Z[ 15] 5.00-6.00 sec 8.02 MBytes 67.3 Mbits/sec
29992024-07-19T23:17:54.449Z[ 17] 5.00-6.00 sec 7.94 MBytes 66.6 Mbits/sec
30002024-07-19T23:17:54.449Z[ 19] 5.00-6.00 sec 7.92 MBytes 66.4 Mbits/sec
30012024-07-19T23:17:54.449Z[SUM] 5.00-6.00 sec 63.8 MBytes 535 Mbits/sec
30022024-07-19T23:17:54.449Z- - - - - - - - - - - - - - - - - - - - - - - - -
30032024-07-19T23:17:54.449Z[ 5] 6.00-7.00 sec 8.75 MBytes 73.4 Mbits/sec
30042024-07-19T23:17:54.449Z[ 7] 6.00-7.00 sec 8.71 MBytes 73.0 Mbits/sec
30052024-07-19T23:17:54.449Z[ 9] 6.00-7.00 sec 8.75 MBytes 73.4 Mbits/sec
30062024-07-19T23:17:57.650Z[ 11] 6.00-7.00 sec 8.75 MBytes 73.4 Mbits/sec
30072024-07-19T23:17:57.650Z[ 13] 6.00-7.00 sec 8.73 MBytes 73.2 Mbits/sec
30082024-07-19T23:17:57.650Z[ 15] 6.00-7.00 sec 8.74 MBytes 73.3 Mbits/sec
30092024-07-19T23:17:57.650Z[ 17] 6.00-7.00 sec 8.71 MBytes 73.1 Mbits/sec
30102024-07-19T23:17:57.650Z[ 19] 6.00-7.00 sec 8.73 MBytes 73.3 Mbits/sec
30112024-07-19T23:17:57.650Z[SUM] 6.00-7.00 sec 69.9 MBytes 586 Mbits/sec
30122024-07-19T23:17:57.650Z- - - - - - - - - - - - - - - - - - - - - - - - -
30132024-07-19T23:17:57.650Z[ 5] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
30142024-07-19T23:17:57.650Z[ 7] 7.00-8.00 sec 7.77 MBytes 65.2 Mbits/sec
30152024-07-19T23:17:57.650Z[ 9] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
30162024-07-19T23:17:57.650Z[ 11] 7.00-8.00 sec 7.74 MBytes 64.9 Mbits/sec
30172024-07-19T23:17:57.650Z[ 13] 7.00-8.00 sec 7.68 MBytes 64.4 Mbits/sec
30182024-07-19T23:17:57.650Z[ 15] 7.00-8.00 sec 7.67 MBytes 64.3 Mbits/sec
30192024-07-19T23:17:57.650Z[ 17] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
30202024-07-19T23:17:57.650Z[ 19] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
30212024-07-19T23:17:57.650Z[SUM] 7.00-8.00 sec 62.0 MBytes 520 Mbits/sec
30222024-07-19T23:17:57.650Z- - - - - - - - - - - - - - - - - - - - - - - - -
30232024-07-19T23:17:57.650Z[ 5] 8.00-9.00 sec 7.96 MBytes 66.7 Mbits/sec
30242024-07-19T23:17:57.650Z[ 7] 8.00-9.00 sec 8.02 MBytes 67.3 Mbits/sec
30252024-07-19T23:17:57.650Z[ 9] 8.00-9.00 sec 8.00 MBytes 67.1 Mbits/sec
30262024-07-19T23:17:57.650Z[ 11] 8.00-9.00 sec 7.97 MBytes 66.8 Mbits/sec
30272024-07-19T23:17:57.651Z[ 13] 8.00-9.00 sec 8.01 MBytes 67.2 Mbits/sec
30282024-07-19T23:17:57.651Z[ 15] 8.00-9.00 sec 8.02 MBytes 67.3 Mbits/sec
30292024-07-19T23:17:57.651Z[ 17] 8.00-9.00 sec 8.02 MBytes 67.3 Mbits/sec
30302024-07-19T23:17:57.651Z[ 19] 8.00-9.00 sec 8.02 MBytes 67.3 Mbits/sec
30312024-07-19T23:17:57.651Z[SUM] 8.00-9.00 sec 64.0 MBytes 537 Mbits/sec
30322024-07-19T23:17:57.651Z- - - - - - - - - - - - - - - - - - - - - - - - -
30332024-07-19T23:17:57.651Z[ 5] 9.00-10.00 sec 8.22 MBytes 68.9 Mbits/sec
30342024-07-19T23:17:57.651Z[ 7] 9.00-10.00 sec 8.24 MBytes 69.2 Mbits/sec
30352024-07-19T23:17:57.651Z[ 9] 9.00-10.00 sec 8.18 MBytes 68.6 Mbits/sec
30362024-07-19T23:17:57.651Z[ 11] 9.00-10.00 sec 8.23 MBytes 69.1 Mbits/sec
30372024-07-19T23:17:57.651Z[ 13] 9.00-10.00 sec 8.26 MBytes 69.3 Mbits/sec
30382024-07-19T23:17:57.651Z[ 15] 9.00-10.00 sec 8.26 MBytes 69.3 Mbits/sec
30392024-07-19T23:17:57.651Z[ 17] 9.00-10.00 sec 8.26 MBytes 69.3 Mbits/sec
30402024-07-19T23:17:57.651Z[ 19] 9.00-10.00 sec 8.24 MBytes 69.1 Mbits/sec
30412024-07-19T23:17:57.651Z[SUM] 9.00-10.00 sec 65.9 MBytes 553 Mbits/sec
30422024-07-19T23:17:57.651Z- - - - - - - - - - - - - - - - - - - - - - - - -
30432024-07-19T23:17:57.651Z[ 5] 10.00-10.01 sec 110 KBytes 149 Mbits/sec
30442024-07-19T23:17:57.651Z[ 7] 10.00-10.01 sec 19.8 KBytes 26.7 Mbits/sec
30452024-07-19T23:17:57.651Z[ 9] 10.00-10.01 sec 110 KBytes 149 Mbits/sec
30462024-07-19T23:17:57.651Z[ 11] 10.00-10.01 sec 124 KBytes 168 Mbits/sec
30472024-07-19T23:17:57.651Z[ 13] 10.00-10.01 sec 102 KBytes 137 Mbits/sec
30482024-07-19T23:17:57.651Z[ 15] 10.00-10.01 sec 73.5 KBytes 99.1 Mbits/sec
30492024-07-19T23:17:57.651Z[ 17] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
30502024-07-19T23:17:57.651Z[ 19] 10.00-10.01 sec 28.3 KBytes 38.1 Mbits/sec
30512024-07-19T23:17:57.651Z[SUM] 10.00-10.01 sec 568 KBytes 765 Mbits/sec
30522024-07-19T23:17:57.651Z- - - - - - - - - - - - - - - - - - - - - - - - -
30532024-07-19T23:17:57.651Z[ ID] Interval Transfer Bandwidth
30542024-07-19T23:17:57.651Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30552024-07-19T23:17:57.651Z[ 5] 0.00-10.01 sec 79.6 MBytes 66.7 Mbits/sec receiver
30562024-07-19T23:17:57.651Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30572024-07-19T23:17:57.651Z[ 7] 0.00-10.01 sec 79.5 MBytes 66.6 Mbits/sec receiver
30582024-07-19T23:17:57.651Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30592024-07-19T23:17:57.651Z[ 9] 0.00-10.01 sec 79.5 MBytes 66.6 Mbits/sec receiver
30602024-07-19T23:17:57.651Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30612024-07-19T23:17:57.651Z[ 11] 0.00-10.01 sec 79.5 MBytes 66.6 Mbits/sec receiver
30622024-07-19T23:17:57.652Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30632024-07-19T23:17:57.652Z[ 13] 0.00-10.01 sec 79.5 MBytes 66.6 Mbits/sec receiver
30642024-07-19T23:17:57.652Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30652024-07-19T23:17:57.652Z[ 15] 0.00-10.01 sec 79.4 MBytes 66.6 Mbits/sec receiver
30662024-07-19T23:17:57.652Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30672024-07-19T23:17:57.652Z[ 17] 0.00-10.01 sec 79.4 MBytes 66.5 Mbits/sec receiver
30682024-07-19T23:17:57.652Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30692024-07-19T23:17:57.652Z[ 19] 0.00-10.01 sec 79.4 MBytes 66.5 Mbits/sec receiver
30702024-07-19T23:17:57.652Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30712024-07-19T23:17:57.652Z[SUM] 0.00-10.01 sec 636 MBytes 533 Mbits/sec receiver
30722024-07-19T23:17:57.676ZRun 6/10...533.41616508096Mbps
30732024-07-19T23:18:04.727Z-----------------------------------------------------------
30742024-07-19T23:18:04.727ZServer listening on 5201
30752024-07-19T23:18:04.727Z-----------------------------------------------------------
30762024-07-19T23:18:04.727ZAccepted connection from 10.0.0.1, port 48517
30772024-07-19T23:18:04.727Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39679
30782024-07-19T23:18:04.727Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52206
30792024-07-19T23:18:04.727Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39543
30802024-07-19T23:18:04.727Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63606
30812024-07-19T23:18:04.727Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50274
30822024-07-19T23:18:04.727Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43516
30832024-07-19T23:18:04.727Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56343
30842024-07-19T23:18:04.727Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47464
30852024-07-19T23:18:04.727Z[ ID] Interval Transfer Bandwidth
30862024-07-19T23:18:04.727Z[ 5] 0.00-1.00 sec 7.95 MBytes 66.7 Mbits/sec
30872024-07-19T23:18:04.727Z[ 7] 0.00-1.00 sec 7.78 MBytes 65.3 Mbits/sec
30882024-07-19T23:18:04.727Z[ 9] 0.00-1.00 sec 7.78 MBytes 65.3 Mbits/sec
30892024-07-19T23:18:04.727Z[ 11] 0.00-1.00 sec 7.72 MBytes 64.8 Mbits/sec
30902024-07-19T23:18:04.727Z[ 13] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
30912024-07-19T23:18:04.727Z[ 15] 0.00-1.00 sec 7.66 MBytes 64.2 Mbits/sec
30922024-07-19T23:18:04.727Z[ 17] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
30932024-07-19T23:18:04.727Z[ 19] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
30942024-07-19T23:18:04.727Z[SUM] 0.00-1.00 sec 61.9 MBytes 519 Mbits/sec
30952024-07-19T23:18:04.727Z- - - - - - - - - - - - - - - - - - - - - - - - -
30962024-07-19T23:18:04.727Z[ 5] 1.00-2.00 sec 8.47 MBytes 71.0 Mbits/sec
30972024-07-19T23:18:04.727Z[ 7] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
30982024-07-19T23:18:04.727Z[ 9] 1.00-2.00 sec 8.45 MBytes 70.9 Mbits/sec
30992024-07-19T23:18:04.727Z[ 11] 1.00-2.00 sec 8.45 MBytes 70.9 Mbits/sec
31002024-07-19T23:18:04.727Z[ 13] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
31012024-07-19T23:18:04.727Z[ 15] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
31022024-07-19T23:18:04.728Z[ 17] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
31032024-07-19T23:18:04.728Z[ 19] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
31042024-07-19T23:18:04.728Z[SUM] 1.00-2.00 sec 67.9 MBytes 570 Mbits/sec
31052024-07-19T23:18:04.728Z- - - - - - - - - - - - - - - - - - - - - - - - -
31062024-07-19T23:18:04.728Z[ 5] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
31072024-07-19T23:18:04.728Z[ 7] 2.00-3.00 sec 8.11 MBytes 68.0 Mbits/sec
31082024-07-19T23:18:04.728Z[ 9] 2.00-3.00 sec 8.09 MBytes 67.9 Mbits/sec
31092024-07-19T23:18:04.728Z[ 11] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
31102024-07-19T23:18:04.728Z[ 13] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
31112024-07-19T23:18:04.728Z[ 15] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
31122024-07-19T23:18:04.728Z[ 17] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
31132024-07-19T23:18:04.728Z[ 19] 2.00-3.00 sec 8.14 MBytes 68.3 Mbits/sec
31142024-07-19T23:18:04.728Z[SUM] 2.00-3.00 sec 65.0 MBytes 546 Mbits/sec
31152024-07-19T23:18:04.728Z- - - - - - - - - - - - - - - - - - - - - - - - -
31162024-07-19T23:18:04.728Z[ 5] 3.00-4.00 sec 8.79 MBytes 73.7 Mbits/sec
31172024-07-19T23:18:04.728Z[ 7] 3.00-4.00 sec 8.78 MBytes 73.7 Mbits/sec
31182024-07-19T23:18:04.728Z[ 9] 3.00-4.00 sec 8.85 MBytes 74.3 Mbits/sec
31192024-07-19T23:18:04.728Z[ 11] 3.00-4.00 sec 8.87 MBytes 74.4 Mbits/sec
31202024-07-19T23:18:04.728Z[ 13] 3.00-4.00 sec 8.77 MBytes 73.6 Mbits/sec
31212024-07-19T23:18:04.728Z[ 15] 3.00-4.00 sec 8.75 MBytes 73.4 Mbits/sec
31222024-07-19T23:18:04.728Z[ 17] 3.00-4.00 sec 8.75 MBytes 73.4 Mbits/sec
31232024-07-19T23:18:04.728Z[ 19] 3.00-4.00 sec 8.75 MBytes 73.4 Mbits/sec
31242024-07-19T23:18:04.728Z[SUM] 3.00-4.00 sec 70.3 MBytes 590 Mbits/sec
31252024-07-19T23:18:04.728Z- - - - - - - - - - - - - - - - - - - - - - - - -
31262024-07-19T23:18:04.728Z[ 5] 4.00-5.00 sec 7.88 MBytes 66.1 Mbits/sec
31272024-07-19T23:18:04.728Z[ 7] 4.00-5.00 sec 7.90 MBytes 66.3 Mbits/sec
31282024-07-19T23:18:04.728Z[ 9] 4.00-5.00 sec 7.87 MBytes 66.1 Mbits/sec
31292024-07-19T23:18:04.728Z[ 11] 4.00-5.00 sec 7.78 MBytes 65.2 Mbits/sec
31302024-07-19T23:18:04.728Z[ 13] 4.00-5.00 sec 7.87 MBytes 66.1 Mbits/sec
31312024-07-19T23:18:04.728Z[ 15] 4.00-5.00 sec 7.90 MBytes 66.3 Mbits/sec
31322024-07-19T23:18:04.728Z[ 17] 4.00-5.00 sec 7.90 MBytes 66.3 Mbits/sec
31332024-07-19T23:18:04.728Z[ 19] 4.00-5.00 sec 7.90 MBytes 66.3 Mbits/sec
31342024-07-19T23:18:04.728Z[SUM] 4.00-5.00 sec 63.0 MBytes 528 Mbits/sec
31352024-07-19T23:18:04.728Z- - - - - - - - - - - - - - - - - - - - - - - - -
31362024-07-19T23:18:04.728Z[ 5] 5.00-6.00 sec 8.53 MBytes 71.5 Mbits/sec
31372024-07-19T23:18:04.728Z[ 7] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
31382024-07-19T23:18:04.728Z[ 9] 5.00-6.00 sec 8.53 MBytes 71.6 Mbits/sec
31392024-07-19T23:18:04.729Z[ 11] 5.00-6.00 sec 8.56 MBytes 71.8 Mbits/sec
31402024-07-19T23:18:04.729Z[ 13] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
31412024-07-19T23:18:04.729Z[ 15] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
31422024-07-19T23:18:04.729Z[ 17] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
31432024-07-19T23:18:04.729Z[ 19] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
31442024-07-19T23:18:04.729Z[SUM] 5.00-6.00 sec 68.1 MBytes 572 Mbits/sec
31452024-07-19T23:18:04.729Z- - - - - - - - - - - - - - - - - - - - - - - - -
31462024-07-19T23:18:04.729Z[ 5] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
31472024-07-19T23:18:04.729Z[ 7] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
31482024-07-19T23:18:04.729Z[ 9] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
31492024-07-19T23:18:07.929Z[ 11] 6.00-7.00 sec 8.31 MBytes 69.7 Mbits/sec
31502024-07-19T23:18:07.929Z[ 13] 6.00-7.00 sec 8.28 MBytes 69.5 Mbits/sec
31512024-07-19T23:18:07.929Z[ 15] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
31522024-07-19T23:18:07.929Z[ 17] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
31532024-07-19T23:18:07.929Z[ 19] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
31542024-07-19T23:18:07.929Z[SUM] 6.00-7.00 sec 66.2 MBytes 555 Mbits/sec
31552024-07-19T23:18:07.929Z- - - - - - - - - - - - - - - - - - - - - - - - -
31562024-07-19T23:18:07.929Z[ 5] 7.00-8.00 sec 8.26 MBytes 69.3 Mbits/sec
31572024-07-19T23:18:07.929Z[ 7] 7.00-8.00 sec 8.26 MBytes 69.3 Mbits/sec
31582024-07-19T23:18:07.929Z[ 9] 7.00-8.00 sec 8.26 MBytes 69.3 Mbits/sec
31592024-07-19T23:18:07.929Z[ 11] 7.00-8.00 sec 8.29 MBytes 69.5 Mbits/sec
31602024-07-19T23:18:07.929Z[ 13] 7.00-8.00 sec 8.37 MBytes 70.2 Mbits/sec
31612024-07-19T23:18:07.929Z[ 15] 7.00-8.00 sec 8.35 MBytes 70.1 Mbits/sec
31622024-07-19T23:18:07.929Z[ 17] 7.00-8.00 sec 8.31 MBytes 69.7 Mbits/sec
31632024-07-19T23:18:07.929Z[ 19] 7.00-8.00 sec 8.27 MBytes 69.4 Mbits/sec
31642024-07-19T23:18:07.929Z[SUM] 7.00-8.00 sec 66.4 MBytes 557 Mbits/sec
31652024-07-19T23:18:07.929Z- - - - - - - - - - - - - - - - - - - - - - - - -
31662024-07-19T23:18:07.929Z[ 5] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
31672024-07-19T23:18:07.930Z[ 7] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
31682024-07-19T23:18:07.930Z[ 9] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
31692024-07-19T23:18:07.930Z[ 11] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
31702024-07-19T23:18:07.930Z[ 13] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
31712024-07-19T23:18:07.930Z[ 15] 8.00-9.00 sec 8.39 MBytes 70.4 Mbits/sec
31722024-07-19T23:18:07.930Z[ 17] 8.00-9.00 sec 8.39 MBytes 70.4 Mbits/sec
31732024-07-19T23:18:07.930Z[ 19] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
31742024-07-19T23:18:07.930Z[SUM] 8.00-9.00 sec 67.1 MBytes 563 Mbits/sec
31752024-07-19T23:18:07.930Z- - - - - - - - - - - - - - - - - - - - - - - - -
31762024-07-19T23:18:07.930Z[ 5] 9.00-10.00 sec 8.00 MBytes 67.1 Mbits/sec
31772024-07-19T23:18:07.930Z[ 7] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
31782024-07-19T23:18:07.930Z[ 9] 9.00-10.00 sec 7.99 MBytes 67.0 Mbits/sec
31792024-07-19T23:18:07.930Z[ 11] 9.00-10.00 sec 7.90 MBytes 66.3 Mbits/sec
31802024-07-19T23:18:07.930Z[ 13] 9.00-10.00 sec 7.90 MBytes 66.3 Mbits/sec
31812024-07-19T23:18:07.930Z[ 15] 9.00-10.00 sec 7.93 MBytes 66.5 Mbits/sec
31822024-07-19T23:18:07.930Z[ 17] 9.00-10.00 sec 7.97 MBytes 66.8 Mbits/sec
31832024-07-19T23:18:07.930Z[ 19] 9.00-10.00 sec 8.01 MBytes 67.2 Mbits/sec
31842024-07-19T23:18:07.930Z[SUM] 9.00-10.00 sec 63.7 MBytes 535 Mbits/sec
31852024-07-19T23:18:07.930Z- - - - - - - - - - - - - - - - - - - - - - - - -
31862024-07-19T23:18:07.930Z[ 5] 10.00-10.01 sec 17.0 KBytes 22.1 Mbits/sec
31872024-07-19T23:18:07.930Z[ 7] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
31882024-07-19T23:18:07.930Z[ 9] 10.00-10.01 sec 29.7 KBytes 38.7 Mbits/sec
31892024-07-19T23:18:07.930Z[ 11] 10.00-10.01 sec 122 KBytes 159 Mbits/sec
31902024-07-19T23:18:07.930Z[ 13] 10.00-10.01 sec 124 KBytes 162 Mbits/sec
31912024-07-19T23:18:07.930Z[ 15] 10.00-10.01 sec 87.7 KBytes 114 Mbits/sec
31922024-07-19T23:18:07.930Z[ 17] 10.00-10.01 sec 53.7 KBytes 70.1 Mbits/sec
31932024-07-19T23:18:07.930Z[ 19] 10.00-10.01 sec 11.3 KBytes 14.7 Mbits/sec
31942024-07-19T23:18:07.930Z[SUM] 10.00-10.01 sec 445 KBytes 580 Mbits/sec
31952024-07-19T23:18:07.930Z- - - - - - - - - - - - - - - - - - - - - - - - -
31962024-07-19T23:18:07.930Z[ ID] Interval Transfer Bandwidth
31972024-07-19T23:18:07.930Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31982024-07-19T23:18:07.930Z[ 5] 0.00-10.01 sec 82.7 MBytes 69.3 Mbits/sec receiver
31992024-07-19T23:18:07.930Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32002024-07-19T23:18:07.930Z[ 7] 0.00-10.01 sec 82.5 MBytes 69.2 Mbits/sec receiver
32012024-07-19T23:18:07.930Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32022024-07-19T23:18:07.930Z[ 9] 0.00-10.01 sec 82.5 MBytes 69.2 Mbits/sec receiver
32032024-07-19T23:18:07.930Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32042024-07-19T23:18:07.931Z[ 11] 0.00-10.01 sec 82.5 MBytes 69.2 Mbits/sec receiver
32052024-07-19T23:18:07.931Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32062024-07-19T23:18:07.931Z[ 13] 0.00-10.01 sec 82.5 MBytes 69.2 Mbits/sec receiver
32072024-07-19T23:18:07.931Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32082024-07-19T23:18:07.955Z[ 15] 0.00-10.01 sec 82.5 MBytes 69.1 Mbits/sec receiver
32092024-07-19T23:18:07.955Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32102024-07-19T23:18:07.955Z[ 17] 0.00-10.01 sec 82.4 MBytes 69.1 Mbits/sec receiver
32112024-07-19T23:18:07.955Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32122024-07-19T23:18:07.955Z[ 19] 0.00-10.01 sec 82.4 MBytes 69.1 Mbits/sec receiver
32132024-07-19T23:18:07.955Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32142024-07-19T23:18:07.955Z[SUM] 0.00-10.01 sec 660 MBytes 553 Mbits/sec receiver
32152024-07-19T23:18:07.955ZRun 7/10...553.983644016673Mbps
32162024-07-19T23:18:15.002Z-----------------------------------------------------------
32172024-07-19T23:18:15.002ZServer listening on 5201
32182024-07-19T23:18:15.002Z-----------------------------------------------------------
32192024-07-19T23:18:15.002ZAccepted connection from 10.0.0.1, port 61567
32202024-07-19T23:18:15.002Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58784
32212024-07-19T23:18:15.002Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46106
32222024-07-19T23:18:15.002Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40237
32232024-07-19T23:18:15.002Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60692
32242024-07-19T23:18:15.002Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53637
32252024-07-19T23:18:15.002Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43923
32262024-07-19T23:18:15.002Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38537
32272024-07-19T23:18:15.002Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58770
32282024-07-19T23:18:15.002Z[ ID] Interval Transfer Bandwidth
32292024-07-19T23:18:15.002Z[ 5] 0.00-1.00 sec 7.84 MBytes 65.8 Mbits/sec
32302024-07-19T23:18:15.002Z[ 7] 0.00-1.00 sec 7.78 MBytes 65.3 Mbits/sec
32312024-07-19T23:18:15.002Z[ 9] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
32322024-07-19T23:18:15.002Z[ 11] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
32332024-07-19T23:18:15.002Z[ 13] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
32342024-07-19T23:18:15.002Z[ 15] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
32352024-07-19T23:18:15.002Z[ 17] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
32362024-07-19T23:18:15.002Z[ 19] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
32372024-07-19T23:18:15.002Z[SUM] 0.00-1.00 sec 61.6 MBytes 517 Mbits/sec
32382024-07-19T23:18:15.002Z- - - - - - - - - - - - - - - - - - - - - - - - -
32392024-07-19T23:18:15.002Z[ 5] 1.00-2.00 sec 8.46 MBytes 71.0 Mbits/sec
32402024-07-19T23:18:15.003Z[ 7] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
32412024-07-19T23:18:15.003Z[ 9] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
32422024-07-19T23:18:15.003Z[ 11] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
32432024-07-19T23:18:15.003Z[ 13] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
32442024-07-19T23:18:15.003Z[ 15] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
32452024-07-19T23:18:15.003Z[ 17] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
32462024-07-19T23:18:15.003Z[ 19] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
32472024-07-19T23:18:15.003Z[SUM] 1.00-2.00 sec 68.0 MBytes 570 Mbits/sec
32482024-07-19T23:18:15.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
32492024-07-19T23:18:15.003Z[ 5] 2.00-3.00 sec 8.13 MBytes 68.2 Mbits/sec
32502024-07-19T23:18:15.003Z[ 7] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
32512024-07-19T23:18:15.003Z[ 9] 2.00-3.00 sec 8.12 MBytes 68.1 Mbits/sec
32522024-07-19T23:18:15.003Z[ 11] 2.00-3.00 sec 8.10 MBytes 68.0 Mbits/sec
32532024-07-19T23:18:15.003Z[ 13] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
32542024-07-19T23:18:15.003Z[ 15] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
32552024-07-19T23:18:15.003Z[ 17] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
32562024-07-19T23:18:15.003Z[ 19] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
32572024-07-19T23:18:15.003Z[SUM] 2.00-3.00 sec 64.5 MBytes 541 Mbits/sec
32582024-07-19T23:18:15.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
32592024-07-19T23:18:15.003Z[ 5] 3.00-4.00 sec 7.90 MBytes 66.3 Mbits/sec
32602024-07-19T23:18:15.003Z[ 7] 3.00-4.00 sec 7.92 MBytes 66.5 Mbits/sec
32612024-07-19T23:18:15.003Z[ 9] 3.00-4.00 sec 7.92 MBytes 66.5 Mbits/sec
32622024-07-19T23:18:15.003Z[ 11] 3.00-4.00 sec 7.94 MBytes 66.6 Mbits/sec
32632024-07-19T23:18:15.003Z[ 13] 3.00-4.00 sec 8.02 MBytes 67.3 Mbits/sec
32642024-07-19T23:18:15.003Z[ 15] 3.00-4.00 sec 8.02 MBytes 67.3 Mbits/sec
32652024-07-19T23:18:15.003Z[ 17] 3.00-4.00 sec 8.02 MBytes 67.3 Mbits/sec
32662024-07-19T23:18:15.003Z[ 19] 3.00-4.00 sec 8.00 MBytes 67.1 Mbits/sec
32672024-07-19T23:18:15.003Z[SUM] 3.00-4.00 sec 63.7 MBytes 535 Mbits/sec
32682024-07-19T23:18:15.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
32692024-07-19T23:18:15.003Z[ 5] 4.00-5.00 sec 8.51 MBytes 71.4 Mbits/sec
32702024-07-19T23:18:15.003Z[ 7] 4.00-5.00 sec 8.48 MBytes 71.1 Mbits/sec
32712024-07-19T23:18:15.003Z[ 9] 4.00-5.00 sec 8.51 MBytes 71.4 Mbits/sec
32722024-07-19T23:18:15.004Z[ 11] 4.00-5.00 sec 8.51 MBytes 71.4 Mbits/sec
32732024-07-19T23:18:15.004Z[ 13] 4.00-5.00 sec 8.43 MBytes 70.7 Mbits/sec
32742024-07-19T23:18:15.004Z[ 15] 4.00-5.00 sec 8.42 MBytes 70.6 Mbits/sec
32752024-07-19T23:18:15.004Z[ 17] 4.00-5.00 sec 8.38 MBytes 70.3 Mbits/sec
32762024-07-19T23:18:15.004Z[ 19] 4.00-5.00 sec 8.41 MBytes 70.5 Mbits/sec
32772024-07-19T23:18:15.004Z[SUM] 4.00-5.00 sec 67.6 MBytes 567 Mbits/sec
32782024-07-19T23:18:15.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
32792024-07-19T23:18:15.004Z[ 5] 5.00-6.00 sec 8.23 MBytes 69.1 Mbits/sec
32802024-07-19T23:18:15.004Z[ 7] 5.00-6.00 sec 8.26 MBytes 69.3 Mbits/sec
32812024-07-19T23:18:15.004Z[ 9] 5.00-6.00 sec 8.14 MBytes 68.3 Mbits/sec
32822024-07-19T23:18:15.004Z[ 11] 5.00-6.00 sec 8.15 MBytes 68.4 Mbits/sec
32832024-07-19T23:18:15.004Z[ 13] 5.00-6.00 sec 8.22 MBytes 68.9 Mbits/sec
32842024-07-19T23:18:15.004Z[ 15] 5.00-6.00 sec 8.23 MBytes 69.0 Mbits/sec
32852024-07-19T23:18:15.004Z[ 17] 5.00-6.00 sec 8.26 MBytes 69.3 Mbits/sec
32862024-07-19T23:18:15.004Z[ 19] 5.00-6.00 sec 8.26 MBytes 69.3 Mbits/sec
32872024-07-19T23:18:15.004Z[SUM] 5.00-6.00 sec 65.8 MBytes 552 Mbits/sec
32882024-07-19T23:18:15.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
32892024-07-19T23:18:15.004Z[ 5] 6.00-7.00 sec 8.78 MBytes 73.7 Mbits/sec
32902024-07-19T23:18:15.004Z[ 7] 6.00-7.00 sec 8.75 MBytes 73.4 Mbits/sec
32912024-07-19T23:18:15.004Z[ 9] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
32922024-07-19T23:18:18.099Z[ 11] 6.00-7.00 sec 8.86 MBytes 74.3 Mbits/sec
32932024-07-19T23:18:18.099Z[ 13] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
32942024-07-19T23:18:18.099Z[ 15] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
32952024-07-19T23:18:18.099Z[ 17] 6.00-7.00 sec 8.85 MBytes 74.3 Mbits/sec
32962024-07-19T23:18:18.099Z[ 19] 6.00-7.00 sec 8.78 MBytes 73.7 Mbits/sec
32972024-07-19T23:18:18.099Z[SUM] 6.00-7.00 sec 70.6 MBytes 593 Mbits/sec
32982024-07-19T23:18:18.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
32992024-07-19T23:18:18.099Z[ 5] 7.00-8.00 sec 9.11 MBytes 76.5 Mbits/sec
33002024-07-19T23:18:18.099Z[ 7] 7.00-8.00 sec 9.11 MBytes 76.5 Mbits/sec
33012024-07-19T23:18:18.099Z[ 9] 7.00-8.00 sec 9.11 MBytes 76.5 Mbits/sec
33022024-07-19T23:18:18.099Z[ 11] 7.00-8.00 sec 9.11 MBytes 76.5 Mbits/sec
33032024-07-19T23:18:18.099Z[ 13] 7.00-8.00 sec 9.10 MBytes 76.4 Mbits/sec
33042024-07-19T23:18:18.099Z[ 15] 7.00-8.00 sec 9.07 MBytes 76.1 Mbits/sec
33052024-07-19T23:18:18.099Z[ 17] 7.00-8.00 sec 9.02 MBytes 75.7 Mbits/sec
33062024-07-19T23:18:18.099Z[ 19] 7.00-8.00 sec 9.08 MBytes 76.2 Mbits/sec
33072024-07-19T23:18:18.099Z[SUM] 7.00-8.00 sec 72.7 MBytes 610 Mbits/sec
33082024-07-19T23:18:18.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
33092024-07-19T23:18:18.099Z[ 5] 8.00-9.00 sec 8.53 MBytes 71.5 Mbits/sec
33102024-07-19T23:18:18.100Z[ 7] 8.00-9.00 sec 8.61 MBytes 72.2 Mbits/sec
33112024-07-19T23:18:18.100Z[ 9] 8.00-9.00 sec 8.51 MBytes 71.4 Mbits/sec
33122024-07-19T23:18:18.100Z[ 11] 8.00-9.00 sec 8.51 MBytes 71.4 Mbits/sec
33132024-07-19T23:18:18.100Z[ 13] 8.00-9.00 sec 8.52 MBytes 71.5 Mbits/sec
33142024-07-19T23:18:18.100Z[ 15] 8.00-9.00 sec 8.55 MBytes 71.7 Mbits/sec
33152024-07-19T23:18:18.100Z[ 17] 8.00-9.00 sec 8.62 MBytes 72.3 Mbits/sec
33162024-07-19T23:18:18.100Z[ 19] 8.00-9.00 sec 8.63 MBytes 72.4 Mbits/sec
33172024-07-19T23:18:18.100Z[SUM] 8.00-9.00 sec 68.5 MBytes 574 Mbits/sec
33182024-07-19T23:18:18.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
33192024-07-19T23:18:18.100Z[ 5] 9.00-10.00 sec 8.04 MBytes 67.4 Mbits/sec
33202024-07-19T23:18:18.100Z[ 7] 9.00-10.00 sec 8.04 MBytes 67.5 Mbits/sec
33212024-07-19T23:18:18.100Z[ 9] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
33222024-07-19T23:18:18.100Z[ 11] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
33232024-07-19T23:18:18.100Z[ 13] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
33242024-07-19T23:18:18.100Z[ 15] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
33252024-07-19T23:18:18.100Z[ 17] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
33262024-07-19T23:18:18.100Z[ 19] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
33272024-07-19T23:18:18.100Z[SUM] 9.00-10.00 sec 64.2 MBytes 539 Mbits/sec
33282024-07-19T23:18:18.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
33292024-07-19T23:18:18.100Z[ 5] 10.00-10.01 sec 82.0 KBytes 112 Mbits/sec
33302024-07-19T23:18:18.100Z[ 7] 10.00-10.01 sec 1.41 KBytes 1.93 Mbits/sec
33312024-07-19T23:18:18.100Z[ 9] 10.00-10.01 sec 124 KBytes 170 Mbits/sec
33322024-07-19T23:18:18.100Z[ 11] 10.00-10.01 sec 124 KBytes 170 Mbits/sec
33332024-07-19T23:18:18.100Z[ 13] 10.00-10.01 sec 82.0 KBytes 112 Mbits/sec
33342024-07-19T23:18:18.100Z[ 15] 10.00-10.01 sec 67.9 KBytes 92.8 Mbits/sec
33352024-07-19T23:18:18.100Z[ 17] 10.00-10.01 sec 11.3 KBytes 15.5 Mbits/sec
33362024-07-19T23:18:18.100Z[ 19] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
33372024-07-19T23:18:18.100Z[SUM] 10.00-10.01 sec 494 KBytes 675 Mbits/sec
33382024-07-19T23:18:18.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
33392024-07-19T23:18:18.100Z[ ID] Interval Transfer Bandwidth
33402024-07-19T23:18:18.100Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33412024-07-19T23:18:18.100Z[ 5] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec receiver
33422024-07-19T23:18:18.100Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33432024-07-19T23:18:18.100Z[ 7] 0.00-10.01 sec 83.5 MBytes 70.0 Mbits/sec receiver
33442024-07-19T23:18:18.100Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33452024-07-19T23:18:18.100Z[ 9] 0.00-10.01 sec 83.5 MBytes 70.0 Mbits/sec receiver
33462024-07-19T23:18:18.100Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33472024-07-19T23:18:18.100Z[ 11] 0.00-10.01 sec 83.5 MBytes 70.0 Mbits/sec receiver
33482024-07-19T23:18:18.100Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33492024-07-19T23:18:18.101Z[ 13] 0.00-10.01 sec 83.4 MBytes 70.0 Mbits/sec receiver
33502024-07-19T23:18:18.101Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33512024-07-19T23:18:18.101Z[ 15] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
33522024-07-19T23:18:18.101Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33532024-07-19T23:18:18.101Z[ 17] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
33542024-07-19T23:18:18.101Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33552024-07-19T23:18:18.101Z[ 19] 0.00-10.01 sec 83.4 MBytes 69.9 Mbits/sec receiver
33562024-07-19T23:18:18.101Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
33572024-07-19T23:18:18.101Z[SUM] 0.00-10.01 sec 668 MBytes 560 Mbits/sec receiver
33582024-07-19T23:18:18.125ZRun 8/10...560.2770239786Mbps
33592024-07-19T23:18:25.174Z-----------------------------------------------------------
33602024-07-19T23:18:25.174ZServer listening on 5201
33612024-07-19T23:18:25.174Z-----------------------------------------------------------
33622024-07-19T23:18:25.174ZAccepted connection from 10.0.0.1, port 62993
33632024-07-19T23:18:25.174Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50091
33642024-07-19T23:18:25.174Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64469
33652024-07-19T23:18:25.174Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50822
33662024-07-19T23:18:25.174Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38759
33672024-07-19T23:18:25.174Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48199
33682024-07-19T23:18:25.174Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58022
33692024-07-19T23:18:25.174Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64406
33702024-07-19T23:18:25.174Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46018
33712024-07-19T23:18:25.174Z[ ID] Interval Transfer Bandwidth
33722024-07-19T23:18:25.174Z[ 5] 0.00-1.00 sec 7.87 MBytes 66.0 Mbits/sec
33732024-07-19T23:18:25.174Z[ 7] 0.00-1.00 sec 7.73 MBytes 64.8 Mbits/sec
33742024-07-19T23:18:25.174Z[ 9] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
33752024-07-19T23:18:25.174Z[ 11] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
33762024-07-19T23:18:25.174Z[ 13] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
33772024-07-19T23:18:25.174Z[ 15] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
33782024-07-19T23:18:25.174Z[ 17] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
33792024-07-19T23:18:25.174Z[ 19] 0.00-1.00 sec 7.63 MBytes 64.0 Mbits/sec
33802024-07-19T23:18:25.175Z[SUM] 0.00-1.00 sec 61.5 MBytes 516 Mbits/sec
33812024-07-19T23:18:25.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
33822024-07-19T23:18:25.175Z[ 5] 1.00-2.00 sec 8.30 MBytes 69.6 Mbits/sec
33832024-07-19T23:18:25.175Z[ 7] 1.00-2.00 sec 8.32 MBytes 69.8 Mbits/sec
33842024-07-19T23:18:25.175Z[ 9] 1.00-2.00 sec 8.38 MBytes 70.3 Mbits/sec
33852024-07-19T23:18:25.175Z[ 11] 1.00-2.00 sec 8.38 MBytes 70.3 Mbits/sec
33862024-07-19T23:18:25.175Z[ 13] 1.00-2.00 sec 8.34 MBytes 70.0 Mbits/sec
33872024-07-19T23:18:25.175Z[ 15] 1.00-2.00 sec 8.26 MBytes 69.3 Mbits/sec
33882024-07-19T23:18:25.175Z[ 17] 1.00-2.00 sec 8.26 MBytes 69.3 Mbits/sec
33892024-07-19T23:18:25.175Z[ 19] 1.00-2.00 sec 8.29 MBytes 69.5 Mbits/sec
33902024-07-19T23:18:25.175Z[SUM] 1.00-2.00 sec 66.6 MBytes 558 Mbits/sec
33912024-07-19T23:18:25.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
33922024-07-19T23:18:25.175Z[ 5] 2.00-3.00 sec 8.40 MBytes 70.4 Mbits/sec
33932024-07-19T23:18:25.175Z[ 7] 2.00-3.00 sec 8.42 MBytes 70.7 Mbits/sec
33942024-07-19T23:18:25.175Z[ 9] 2.00-3.00 sec 8.38 MBytes 70.3 Mbits/sec
33952024-07-19T23:18:25.175Z[ 11] 2.00-3.00 sec 8.38 MBytes 70.3 Mbits/sec
33962024-07-19T23:18:25.175Z[ 13] 2.00-3.00 sec 8.43 MBytes 70.7 Mbits/sec
33972024-07-19T23:18:25.175Z[ 15] 2.00-3.00 sec 8.43 MBytes 70.7 Mbits/sec
33982024-07-19T23:18:25.175Z[ 17] 2.00-3.00 sec 8.39 MBytes 70.4 Mbits/sec
33992024-07-19T23:18:25.175Z[ 19] 2.00-3.00 sec 8.38 MBytes 70.3 Mbits/sec
34002024-07-19T23:18:25.175Z[SUM] 2.00-3.00 sec 67.2 MBytes 564 Mbits/sec
34012024-07-19T23:18:25.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
34022024-07-19T23:18:25.175Z[ 5] 3.00-4.00 sec 8.26 MBytes 69.3 Mbits/sec
34032024-07-19T23:18:25.175Z[ 7] 3.00-4.00 sec 8.26 MBytes 69.3 Mbits/sec
34042024-07-19T23:18:25.175Z[ 9] 3.00-4.00 sec 8.26 MBytes 69.3 Mbits/sec
34052024-07-19T23:18:25.175Z[ 11] 3.00-4.00 sec 8.26 MBytes 69.3 Mbits/sec
34062024-07-19T23:18:25.175Z[ 13] 3.00-4.00 sec 8.26 MBytes 69.3 Mbits/sec
34072024-07-19T23:18:25.175Z[ 15] 3.00-4.00 sec 8.27 MBytes 69.4 Mbits/sec
34082024-07-19T23:18:25.175Z[ 17] 3.00-4.00 sec 8.26 MBytes 69.3 Mbits/sec
34092024-07-19T23:18:25.175Z[ 19] 3.00-4.00 sec 8.26 MBytes 69.3 Mbits/sec
34102024-07-19T23:18:25.175Z[SUM] 3.00-4.00 sec 66.1 MBytes 555 Mbits/sec
34112024-07-19T23:18:25.175Z- - - - - - - - - - - - - - - - - - - - - - - - -
34122024-07-19T23:18:25.175Z[ 5] 4.00-5.00 sec 8.72 MBytes 73.1 Mbits/sec
34132024-07-19T23:18:25.175Z[ 7] 4.00-5.00 sec 8.67 MBytes 72.7 Mbits/sec
34142024-07-19T23:18:25.175Z[ 9] 4.00-5.00 sec 8.65 MBytes 72.5 Mbits/sec
34152024-07-19T23:18:25.175Z[ 11] 4.00-5.00 sec 8.63 MBytes 72.4 Mbits/sec
34162024-07-19T23:18:25.175Z[ 13] 4.00-5.00 sec 8.63 MBytes 72.4 Mbits/sec
34172024-07-19T23:18:25.176Z[ 15] 4.00-5.00 sec 8.70 MBytes 73.0 Mbits/sec
34182024-07-19T23:18:25.176Z[ 17] 4.00-5.00 sec 8.74 MBytes 73.3 Mbits/sec
34192024-07-19T23:18:25.176Z[ 19] 4.00-5.00 sec 8.72 MBytes 73.2 Mbits/sec
34202024-07-19T23:18:25.176Z[SUM] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec
34212024-07-19T23:18:25.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
34222024-07-19T23:18:25.176Z[ 5] 5.00-6.00 sec 8.41 MBytes 70.5 Mbits/sec
34232024-07-19T23:18:25.176Z[ 7] 5.00-6.00 sec 8.42 MBytes 70.7 Mbits/sec
34242024-07-19T23:18:25.176Z[ 9] 5.00-6.00 sec 8.48 MBytes 71.1 Mbits/sec
34252024-07-19T23:18:25.176Z[ 11] 5.00-6.00 sec 8.43 MBytes 70.8 Mbits/sec
34262024-07-19T23:18:25.176Z[ 13] 5.00-6.00 sec 8.38 MBytes 70.3 Mbits/sec
34272024-07-19T23:18:25.176Z[ 15] 5.00-6.00 sec 8.38 MBytes 70.3 Mbits/sec
34282024-07-19T23:18:25.176Z[ 17] 5.00-6.00 sec 8.38 MBytes 70.3 Mbits/sec
34292024-07-19T23:18:25.176Z[ 19] 5.00-6.00 sec 8.41 MBytes 70.6 Mbits/sec
34302024-07-19T23:18:25.176Z[SUM] 5.00-6.00 sec 67.3 MBytes 565 Mbits/sec
34312024-07-19T23:18:25.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
34322024-07-19T23:18:25.176Z[ 5] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
34332024-07-19T23:18:25.176Z[ 7] 6.00-7.00 sec 8.29 MBytes 69.5 Mbits/sec
34342024-07-19T23:18:25.176Z[ 9] 6.00-7.00 sec 8.27 MBytes 69.4 Mbits/sec
34352024-07-19T23:18:28.379Z[ 11] 6.00-7.00 sec 8.34 MBytes 69.9 Mbits/sec
34362024-07-19T23:18:28.379Z[ 13] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
34372024-07-19T23:18:28.379Z[ 15] 6.00-7.00 sec 8.27 MBytes 69.3 Mbits/sec
34382024-07-19T23:18:28.379Z[ 17] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
34392024-07-19T23:18:28.379Z[ 19] 6.00-7.00 sec 8.26 MBytes 69.3 Mbits/sec
34402024-07-19T23:18:28.379Z[SUM] 6.00-7.00 sec 66.3 MBytes 556 Mbits/sec
34412024-07-19T23:18:28.379Z- - - - - - - - - - - - - - - - - - - - - - - - -
34422024-07-19T23:18:28.379Z[ 5] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
34432024-07-19T23:18:28.379Z[ 7] 7.00-8.00 sec 7.77 MBytes 65.1 Mbits/sec
34442024-07-19T23:18:28.379Z[ 9] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
34452024-07-19T23:18:28.379Z[ 11] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
34462024-07-19T23:18:28.379Z[ 13] 7.00-8.00 sec 7.75 MBytes 65.0 Mbits/sec
34472024-07-19T23:18:28.379Z[ 15] 7.00-8.00 sec 7.77 MBytes 65.2 Mbits/sec
34482024-07-19T23:18:28.379Z[ 17] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
34492024-07-19T23:18:28.379Z[ 19] 7.00-8.00 sec 7.78 MBytes 65.2 Mbits/sec
34502024-07-19T23:18:28.379Z[SUM] 7.00-8.00 sec 62.2 MBytes 522 Mbits/sec
34512024-07-19T23:18:28.379Z- - - - - - - - - - - - - - - - - - - - - - - - -
34522024-07-19T23:18:28.379Z[ 5] 8.00-9.00 sec 8.51 MBytes 71.4 Mbits/sec
34532024-07-19T23:18:28.379Z[ 7] 8.00-9.00 sec 8.46 MBytes 71.0 Mbits/sec
34542024-07-19T23:18:28.380Z[ 9] 8.00-9.00 sec 8.41 MBytes 70.6 Mbits/sec
34552024-07-19T23:18:28.380Z[ 11] 8.00-9.00 sec 8.39 MBytes 70.4 Mbits/sec
34562024-07-19T23:18:28.380Z[ 13] 8.00-9.00 sec 8.42 MBytes 70.6 Mbits/sec
34572024-07-19T23:18:28.380Z[ 15] 8.00-9.00 sec 8.51 MBytes 71.4 Mbits/sec
34582024-07-19T23:18:28.380Z[ 17] 8.00-9.00 sec 8.51 MBytes 71.4 Mbits/sec
34592024-07-19T23:18:28.380Z[ 19] 8.00-9.00 sec 8.48 MBytes 71.1 Mbits/sec
34602024-07-19T23:18:28.380Z[SUM] 8.00-9.00 sec 67.7 MBytes 568 Mbits/sec
34612024-07-19T23:18:28.380Z- - - - - - - - - - - - - - - - - - - - - - - - -
34622024-07-19T23:18:28.380Z[ 5] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
34632024-07-19T23:18:28.380Z[ 7] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
34642024-07-19T23:18:28.380Z[ 9] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
34652024-07-19T23:18:28.380Z[ 11] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
34662024-07-19T23:18:28.380Z[ 13] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
34672024-07-19T23:18:28.380Z[ 15] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
34682024-07-19T23:18:28.380Z[ 17] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
34692024-07-19T23:18:28.380Z[ 19] 9.00-10.00 sec 7.99 MBytes 67.0 Mbits/sec
34702024-07-19T23:18:28.380Z[SUM] 9.00-10.00 sec 64.1 MBytes 538 Mbits/sec
34712024-07-19T23:18:28.380Z- - - - - - - - - - - - - - - - - - - - - - - - -
34722024-07-19T23:18:28.380Z[ 5] 10.00-10.01 sec 8.48 KBytes 13.0 Mbits/sec
34732024-07-19T23:18:28.380Z[ 7] 10.00-10.01 sec 73.5 KBytes 113 Mbits/sec
34742024-07-19T23:18:28.380Z[ 9] 10.00-10.01 sec 96.2 KBytes 147 Mbits/sec
34752024-07-19T23:18:28.380Z[ 11] 10.00-10.01 sec 124 KBytes 191 Mbits/sec
34762024-07-19T23:18:28.380Z[ 13] 10.00-10.01 sec 124 KBytes 191 Mbits/sec
34772024-07-19T23:18:28.380Z[ 15] 10.00-10.01 sec 22.6 KBytes 34.7 Mbits/sec
34782024-07-19T23:18:28.380Z[ 17] 10.00-10.01 sec 11.3 KBytes 17.3 Mbits/sec
34792024-07-19T23:18:28.380Z[ 19] 10.00-10.01 sec 65.0 KBytes 99.7 Mbits/sec
34802024-07-19T23:18:28.380Z[SUM] 10.00-10.01 sec 526 KBytes 806 Mbits/sec
34812024-07-19T23:18:28.380Z- - - - - - - - - - - - - - - - - - - - - - - - -
34822024-07-19T23:18:28.380Z[ ID] Interval Transfer Bandwidth
34832024-07-19T23:18:28.380Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
34842024-07-19T23:18:28.380Z[ 5] 0.00-10.01 sec 82.5 MBytes 69.2 Mbits/sec receiver
34852024-07-19T23:18:28.380Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
34862024-07-19T23:18:28.380Z[ 7] 0.00-10.01 sec 82.4 MBytes 69.1 Mbits/sec receiver
34872024-07-19T23:18:28.380Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
34882024-07-19T23:18:28.380Z[ 9] 0.00-10.01 sec 82.4 MBytes 69.1 Mbits/sec receiver
34892024-07-19T23:18:28.380Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
34902024-07-19T23:18:28.380Z[ 11] 0.00-10.01 sec 82.4 MBytes 69.1 Mbits/sec receiver
34912024-07-19T23:18:28.381Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
34922024-07-19T23:18:28.381Z[ 13] 0.00-10.01 sec 82.4 MBytes 69.1 Mbits/sec receiver
34932024-07-19T23:18:28.381Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
34942024-07-19T23:18:28.381Z[ 15] 0.00-10.01 sec 82.3 MBytes 69.0 Mbits/sec receiver
34952024-07-19T23:18:28.381Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
34962024-07-19T23:18:28.381Z[ 17] 0.00-10.01 sec 82.3 MBytes 69.0 Mbits/sec receiver
34972024-07-19T23:18:28.381Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
34982024-07-19T23:18:28.381Z[ 19] 0.00-10.01 sec 82.3 MBytes 69.0 Mbits/sec receiver
34992024-07-19T23:18:28.381Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
35002024-07-19T23:18:28.381Z[SUM] 0.00-10.01 sec 659 MBytes 553 Mbits/sec receiver
35012024-07-19T23:18:28.404ZRun 9/10...553.026997536456Mbps
35022024-07-19T23:18:35.452Z-----------------------------------------------------------
35032024-07-19T23:18:35.452ZServer listening on 5201
35042024-07-19T23:18:35.452Z-----------------------------------------------------------
35052024-07-19T23:18:35.452ZAccepted connection from 10.0.0.1, port 54899
35062024-07-19T23:18:35.452Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33612
35072024-07-19T23:18:35.452Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41991
35082024-07-19T23:18:35.452Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57521
35092024-07-19T23:18:35.452Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41738
35102024-07-19T23:18:35.452Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51374
35112024-07-19T23:18:35.452Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65121
35122024-07-19T23:18:35.452Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56883
35132024-07-19T23:18:35.452Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57639
35142024-07-19T23:18:35.452Z[ ID] Interval Transfer Bandwidth
35152024-07-19T23:18:35.452Z[ 5] 0.00-1.00 sec 8.03 MBytes 67.3 Mbits/sec
35162024-07-19T23:18:35.452Z[ 7] 0.00-1.00 sec 7.90 MBytes 66.3 Mbits/sec
35172024-07-19T23:18:35.452Z[ 9] 0.00-1.00 sec 7.85 MBytes 65.9 Mbits/sec
35182024-07-19T23:18:35.452Z[ 11] 0.00-1.00 sec 7.78 MBytes 65.3 Mbits/sec
35192024-07-19T23:18:35.452Z[ 13] 0.00-1.00 sec 7.78 MBytes 65.3 Mbits/sec
35202024-07-19T23:18:35.452Z[ 15] 0.00-1.00 sec 7.78 MBytes 65.3 Mbits/sec
35212024-07-19T23:18:35.452Z[ 17] 0.00-1.00 sec 7.77 MBytes 65.2 Mbits/sec
35222024-07-19T23:18:35.453Z[ 19] 0.00-1.00 sec 7.69 MBytes 64.5 Mbits/sec
35232024-07-19T23:18:35.453Z[SUM] 0.00-1.00 sec 62.6 MBytes 525 Mbits/sec
35242024-07-19T23:18:35.453Z- - - - - - - - - - - - - - - - - - - - - - - - -
35252024-07-19T23:18:35.453Z[ 5] 1.00-2.00 sec 8.63 MBytes 72.4 Mbits/sec
35262024-07-19T23:18:35.453Z[ 7] 1.00-2.00 sec 8.63 MBytes 72.4 Mbits/sec
35272024-07-19T23:18:35.453Z[ 9] 1.00-2.00 sec 8.57 MBytes 71.9 Mbits/sec
35282024-07-19T23:18:35.453Z[ 11] 1.00-2.00 sec 8.63 MBytes 72.4 Mbits/sec
35292024-07-19T23:18:35.453Z[ 13] 1.00-2.00 sec 8.61 MBytes 72.2 Mbits/sec
35302024-07-19T23:18:35.453Z[ 15] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
35312024-07-19T23:18:35.453Z[ 17] 1.00-2.00 sec 8.52 MBytes 71.5 Mbits/sec
35322024-07-19T23:18:35.453Z[ 19] 1.00-2.00 sec 8.60 MBytes 72.1 Mbits/sec
35332024-07-19T23:18:35.453Z[SUM] 1.00-2.00 sec 68.7 MBytes 576 Mbits/sec
35342024-07-19T23:18:35.453Z- - - - - - - - - - - - - - - - - - - - - - - - -
35352024-07-19T23:18:35.453Z[ 5] 2.00-3.00 sec 8.28 MBytes 69.5 Mbits/sec
35362024-07-19T23:18:35.453Z[ 7] 2.00-3.00 sec 8.26 MBytes 69.3 Mbits/sec
35372024-07-19T23:18:35.453Z[ 9] 2.00-3.00 sec 8.37 MBytes 70.2 Mbits/sec
35382024-07-19T23:18:35.453Z[ 11] 2.00-3.00 sec 8.26 MBytes 69.3 Mbits/sec
35392024-07-19T23:18:35.453Z[ 13] 2.00-3.00 sec 8.28 MBytes 69.5 Mbits/sec
35402024-07-19T23:18:35.453Z[ 15] 2.00-3.00 sec 8.38 MBytes 70.3 Mbits/sec
35412024-07-19T23:18:35.453Z[ 17] 2.00-3.00 sec 8.38 MBytes 70.3 Mbits/sec
35422024-07-19T23:18:35.453Z[ 19] 2.00-3.00 sec 8.35 MBytes 70.1 Mbits/sec
35432024-07-19T23:18:35.453Z[SUM] 2.00-3.00 sec 66.6 MBytes 559 Mbits/sec
35442024-07-19T23:18:35.453Z- - - - - - - - - - - - - - - - - - - - - - - - -
35452024-07-19T23:18:35.453Z[ 5] 3.00-4.00 sec 8.61 MBytes 72.2 Mbits/sec
35462024-07-19T23:18:35.453Z[ 7] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
35472024-07-19T23:18:35.453Z[ 9] 3.00-4.00 sec 8.56 MBytes 71.8 Mbits/sec
35482024-07-19T23:18:35.453Z[ 11] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
35492024-07-19T23:18:35.453Z[ 13] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
35502024-07-19T23:18:35.453Z[ 15] 3.00-4.00 sec 8.63 MBytes 72.4 Mbits/sec
35512024-07-19T23:18:35.453Z[ 17] 3.00-4.00 sec 8.56 MBytes 71.8 Mbits/sec
35522024-07-19T23:18:35.453Z[ 19] 3.00-4.00 sec 8.55 MBytes 71.7 Mbits/sec
35532024-07-19T23:18:35.453Z[SUM] 3.00-4.00 sec 68.8 MBytes 577 Mbits/sec
35542024-07-19T23:18:35.453Z- - - - - - - - - - - - - - - - - - - - - - - - -
35552024-07-19T23:18:35.453Z[ 5] 4.00-5.00 sec 8.20 MBytes 68.7 Mbits/sec
35562024-07-19T23:18:35.453Z[ 7] 4.00-5.00 sec 8.18 MBytes 68.6 Mbits/sec
35572024-07-19T23:18:35.453Z[ 9] 4.00-5.00 sec 8.21 MBytes 68.9 Mbits/sec
35582024-07-19T23:18:35.453Z[ 11] 4.00-5.00 sec 8.24 MBytes 69.1 Mbits/sec
35592024-07-19T23:18:35.453Z[ 13] 4.00-5.00 sec 8.14 MBytes 68.3 Mbits/sec
35602024-07-19T23:18:35.453Z[ 15] 4.00-5.00 sec 8.14 MBytes 68.3 Mbits/sec
35612024-07-19T23:18:35.454Z[ 17] 4.00-5.00 sec 8.21 MBytes 68.9 Mbits/sec
35622024-07-19T23:18:35.454Z[ 19] 4.00-5.00 sec 8.26 MBytes 69.2 Mbits/sec
35632024-07-19T23:18:35.454Z[SUM] 4.00-5.00 sec 65.6 MBytes 550 Mbits/sec
35642024-07-19T23:18:35.454Z- - - - - - - - - - - - - - - - - - - - - - - - -
35652024-07-19T23:18:35.454Z[ 5] 5.00-6.00 sec 8.52 MBytes 71.5 Mbits/sec
35662024-07-19T23:18:35.454Z[ 7] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
35672024-07-19T23:18:35.454Z[ 9] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
35682024-07-19T23:18:35.454Z[ 11] 5.00-6.00 sec 8.52 MBytes 71.5 Mbits/sec
35692024-07-19T23:18:35.454Z[ 13] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
35702024-07-19T23:18:35.454Z[ 15] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
35712024-07-19T23:18:35.454Z[ 17] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
35722024-07-19T23:18:35.454Z[ 19] 5.00-6.00 sec 8.51 MBytes 71.4 Mbits/sec
35732024-07-19T23:18:35.454Z[SUM] 5.00-6.00 sec 68.1 MBytes 571 Mbits/sec
35742024-07-19T23:18:35.454Z- - - - - - - - - - - - - - - - - - - - - - - - -
35752024-07-19T23:18:35.454Z[ 5] 6.00-7.00 sec 8.88 MBytes 74.5 Mbits/sec
35762024-07-19T23:18:35.454Z[ 7] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
35772024-07-19T23:18:35.454Z[ 9] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
35782024-07-19T23:18:38.549Z[ 11] 6.00-7.00 sec 8.88 MBytes 74.5 Mbits/sec
35792024-07-19T23:18:38.549Z[ 13] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
35802024-07-19T23:18:38.549Z[ 15] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
35812024-07-19T23:18:38.549Z[ 17] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
35822024-07-19T23:18:38.549Z[ 19] 6.00-7.00 sec 8.87 MBytes 74.4 Mbits/sec
35832024-07-19T23:18:38.549Z[SUM] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
35842024-07-19T23:18:38.549Z- - - - - - - - - - - - - - - - - - - - - - - - -
35852024-07-19T23:18:38.549Z[ 5] 7.00-8.00 sec 8.55 MBytes 71.7 Mbits/sec
35862024-07-19T23:18:38.549Z[ 7] 7.00-8.00 sec 8.58 MBytes 72.0 Mbits/sec
35872024-07-19T23:18:38.549Z[ 9] 7.00-8.00 sec 8.59 MBytes 72.0 Mbits/sec
35882024-07-19T23:18:38.549Z[ 11] 7.00-8.00 sec 8.51 MBytes 71.4 Mbits/sec
35892024-07-19T23:18:38.549Z[ 13] 7.00-8.00 sec 8.63 MBytes 72.4 Mbits/sec
35902024-07-19T23:18:38.549Z[ 15] 7.00-8.00 sec 8.63 MBytes 72.4 Mbits/sec
35912024-07-19T23:18:38.549Z[ 17] 7.00-8.00 sec 8.60 MBytes 72.1 Mbits/sec
35922024-07-19T23:18:38.549Z[ 19] 7.00-8.00 sec 8.55 MBytes 71.7 Mbits/sec
35932024-07-19T23:18:38.549Z[SUM] 7.00-8.00 sec 68.6 MBytes 576 Mbits/sec
35942024-07-19T23:18:38.549Z- - - - - - - - - - - - - - - - - - - - - - - - -
35952024-07-19T23:18:38.549Z[ 5] 8.00-9.00 sec 8.78 MBytes 73.6 Mbits/sec
35962024-07-19T23:18:38.549Z[ 7] 8.00-9.00 sec 8.75 MBytes 73.4 Mbits/sec
35972024-07-19T23:18:38.549Z[ 9] 8.00-9.00 sec 8.79 MBytes 73.7 Mbits/sec
35982024-07-19T23:18:38.549Z[ 11] 8.00-9.00 sec 8.75 MBytes 73.4 Mbits/sec
35992024-07-19T23:18:38.549Z[ 13] 8.00-9.00 sec 8.75 MBytes 73.4 Mbits/sec
36002024-07-19T23:18:38.549Z[ 15] 8.00-9.00 sec 8.75 MBytes 73.4 Mbits/sec
36012024-07-19T23:18:38.549Z[ 17] 8.00-9.00 sec 8.78 MBytes 73.6 Mbits/sec
36022024-07-19T23:18:38.549Z[ 19] 8.00-9.00 sec 8.78 MBytes 73.7 Mbits/sec
36032024-07-19T23:18:38.549Z[SUM] 8.00-9.00 sec 70.1 MBytes 588 Mbits/sec
36042024-07-19T23:18:38.549Z- - - - - - - - - - - - - - - - - - - - - - - - -
36052024-07-19T23:18:38.549Z[ 5] 9.00-10.00 sec 8.48 MBytes 71.1 Mbits/sec
36062024-07-19T23:18:38.549Z[ 7] 9.00-10.00 sec 8.51 MBytes 71.4 Mbits/sec
36072024-07-19T23:18:38.549Z[ 9] 9.00-10.00 sec 8.40 MBytes 70.5 Mbits/sec
36082024-07-19T23:18:38.549Z[ 11] 9.00-10.00 sec 8.51 MBytes 71.4 Mbits/sec
36092024-07-19T23:18:38.549Z[ 13] 9.00-10.00 sec 8.48 MBytes 71.1 Mbits/sec
36102024-07-19T23:18:38.549Z[ 15] 9.00-10.00 sec 8.38 MBytes 70.3 Mbits/sec
36112024-07-19T23:18:38.549Z[ 17] 9.00-10.00 sec 8.38 MBytes 70.3 Mbits/sec
36122024-07-19T23:18:38.550Z[ 19] 9.00-10.00 sec 8.43 MBytes 70.7 Mbits/sec
36132024-07-19T23:18:38.550Z[SUM] 9.00-10.00 sec 67.6 MBytes 567 Mbits/sec
36142024-07-19T23:18:38.550Z- - - - - - - - - - - - - - - - - - - - - - - - -
36152024-07-19T23:18:38.550Z[ 5] 10.00-10.01 sec 42.4 KBytes 59.5 Mbits/sec
36162024-07-19T23:18:38.550Z[ 7] 10.00-10.01 sec 22.6 KBytes 31.8 Mbits/sec
36172024-07-19T23:18:38.550Z[ 9] 10.00-10.01 sec 110 KBytes 155 Mbits/sec
36182024-07-19T23:18:38.550Z[ 11] 10.00-10.01 sec 24.0 KBytes 33.8 Mbits/sec
36192024-07-19T23:18:38.550Z[ 13] 10.00-10.01 sec 31.1 KBytes 43.7 Mbits/sec
36202024-07-19T23:18:38.550Z[ 15] 10.00-10.01 sec 124 KBytes 175 Mbits/sec
36212024-07-19T23:18:38.550Z[ 17] 10.00-10.01 sec 124 KBytes 175 Mbits/sec
36222024-07-19T23:18:38.550Z[ 19] 10.00-10.01 sec 124 KBytes 175 Mbits/sec
36232024-07-19T23:18:38.550Z[SUM] 10.00-10.01 sec 604 KBytes 847 Mbits/sec
36242024-07-19T23:18:38.550Z- - - - - - - - - - - - - - - - - - - - - - - - -
36252024-07-19T23:18:38.550Z[ ID] Interval Transfer Bandwidth
36262024-07-19T23:18:38.550Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36272024-07-19T23:18:38.550Z[ 5] 0.00-10.01 sec 85.0 MBytes 71.3 Mbits/sec receiver
36282024-07-19T23:18:38.550Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36292024-07-19T23:18:38.550Z[ 7] 0.00-10.01 sec 84.8 MBytes 71.1 Mbits/sec receiver
36302024-07-19T23:18:38.550Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36312024-07-19T23:18:38.550Z[ 9] 0.00-10.01 sec 84.8 MBytes 71.1 Mbits/sec receiver
36322024-07-19T23:18:38.550Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36332024-07-19T23:18:38.550Z[ 11] 0.00-10.01 sec 84.7 MBytes 71.0 Mbits/sec receiver
36342024-07-19T23:18:38.550Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36352024-07-19T23:18:38.550Z[ 13] 0.00-10.01 sec 84.7 MBytes 71.0 Mbits/sec receiver
36362024-07-19T23:18:38.550Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36372024-07-19T23:18:38.550Z[ 15] 0.00-10.01 sec 84.7 MBytes 71.0 Mbits/sec receiver
36382024-07-19T23:18:38.550Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36392024-07-19T23:18:38.550Z[ 17] 0.00-10.01 sec 84.7 MBytes 71.0 Mbits/sec receiver
36402024-07-19T23:18:38.550Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36412024-07-19T23:18:38.550Z[ 19] 0.00-10.01 sec 84.7 MBytes 71.0 Mbits/sec receiver
36422024-07-19T23:18:38.550Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
36432024-07-19T23:18:38.550Z[SUM] 0.00-10.01 sec 678 MBytes 569 Mbits/sec receiver
36442024-07-19T23:18:38.574ZRun 10/10...569.174389268724Mbps
36452024-07-19T23:18:38.574Z###---------------------###
36462024-07-19T23:18:38.574Z::: iPerf done... :::
36472024-07-19T23:18:38.574Z:::Awaiting out files...:::
36482024-07-19T23:18:38.574Z###---------------------###
36492024-07-19T23:18:38.574Z###-----###
36502024-07-19T23:18:38.574Z:::done!:::
36512024-07-19T23:18:38.574Z###-----###
36522024-07-19T23:18:41.654ZGnuplot not found, using plotters backend
36532024-07-19T23:18:42.005ZBenchmarking iperf-tcp/local/c2s/tx
36542024-07-19T23:18:42.005ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
36552024-07-19T23:18:47.505ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (488M iterations)
36562024-07-19T23:19:07.506ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
36572024-07-19T23:19:07.690Ziperf-tcp/local/c2s/tx time: [3.2854 µs 3.2857 µs 3.2859 µs]
36582024-07-19T23:19:07.690Z change: [+1.2290% +1.2505% +1.2703%] (p = 0.00 < 0.05)
36592024-07-19T23:19:07.690Z Performance has regressed.
36602024-07-19T23:19:07.690ZFound 13 outliers among 100 measurements (13.00%)
36612024-07-19T23:19:07.690Z 4 (4.00%) low severe
36622024-07-19T23:19:07.690Z 5 (5.00%) low mild
36632024-07-19T23:19:07.690Z 3 (3.00%) high mild
36642024-07-19T23:19:07.690Z 1 (1.00%) high severe
36652024-07-19T23:19:09.452Z
36662024-07-19T23:19:09.476ZBenchmarking iperf-tcp/local/c2s/rx
36672024-07-19T23:19:09.476ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
36682024-07-19T23:19:13.166ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (361M iterations)
36692024-07-19T23:19:33.214ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
36702024-07-19T23:19:33.377Ziperf-tcp/local/c2s/rx time: [10.558 µs 10.558 µs 10.559 µs]
36712024-07-19T23:19:33.377Z change: [+1.1578% +1.1747% +1.1920%] (p = 0.00 < 0.05)
36722024-07-19T23:19:33.377Z Performance has regressed.
36732024-07-19T23:19:33.377ZFound 4 outliers among 100 measurements (4.00%)
36742024-07-19T23:19:33.377Z 1 (1.00%) high mild
36752024-07-19T23:19:33.377Z 3 (3.00%) high severe
36762024-07-19T23:19:35.148Z
36772024-07-19T23:19:35.172Z###-------------------###
36782024-07-19T23:19:35.172Z:::Running experiment :::
36792024-07-19T23:19:35.172Z:::iperf-tcp/local/s2c:::
36802024-07-19T23:19:35.172Z###-------------------###
36812024-07-19T23:19:35.628Zdtrace: description 'profile-201us ' matched 2 probes
36822024-07-19T23:19:42.240Z-----------------------------------------------------------
36832024-07-19T23:19:42.240ZServer listening on 5201
36842024-07-19T23:19:42.240Z-----------------------------------------------------------
36852024-07-19T23:19:42.240ZAccepted connection from 10.0.0.1, port 51118
36862024-07-19T23:19:42.240Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52676
36872024-07-19T23:19:42.240Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43897
36882024-07-19T23:19:42.240Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61778
36892024-07-19T23:19:42.240Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36464
36902024-07-19T23:19:42.240Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55322
36912024-07-19T23:19:42.240Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54766
36922024-07-19T23:19:42.240Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51489
36932024-07-19T23:19:42.240Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41325
36942024-07-19T23:19:42.240Z[ ID] Interval Transfer Bandwidth
36952024-07-19T23:19:42.240Z[ 5] 0.00-1.00 sec 10.0 MBytes 83.9 Mbits/sec
36962024-07-19T23:19:42.240Z[ 7] 0.00-1.00 sec 10.0 MBytes 83.8 Mbits/sec
36972024-07-19T23:19:42.240Z[ 9] 0.00-1.00 sec 9.98 MBytes 83.7 Mbits/sec
36982024-07-19T23:19:42.240Z[ 11] 0.00-1.00 sec 9.98 MBytes 83.7 Mbits/sec
36992024-07-19T23:19:42.240Z[ 13] 0.00-1.00 sec 9.94 MBytes 83.3 Mbits/sec
37002024-07-19T23:19:42.240Z[ 15] 0.00-1.00 sec 9.96 MBytes 83.5 Mbits/sec
37012024-07-19T23:19:42.240Z[ 17] 0.00-1.00 sec 9.92 MBytes 83.1 Mbits/sec
37022024-07-19T23:19:42.240Z[ 19] 0.00-1.00 sec 9.93 MBytes 83.2 Mbits/sec
37032024-07-19T23:19:42.240Z[SUM] 0.00-1.00 sec 79.7 MBytes 668 Mbits/sec
37042024-07-19T23:19:42.240Z- - - - - - - - - - - - - - - - - - - - - - - - -
37052024-07-19T23:19:42.240Z[ 5] 1.00-2.00 sec 8.49 MBytes 71.3 Mbits/sec
37062024-07-19T23:19:42.240Z[ 7] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
37072024-07-19T23:19:42.240Z[ 9] 1.00-2.00 sec 8.55 MBytes 71.8 Mbits/sec
37082024-07-19T23:19:42.240Z[ 11] 1.00-2.00 sec 8.47 MBytes 71.1 Mbits/sec
37092024-07-19T23:19:42.240Z[ 13] 1.00-2.00 sec 8.49 MBytes 71.3 Mbits/sec
37102024-07-19T23:19:42.240Z[ 15] 1.00-2.00 sec 8.48 MBytes 71.2 Mbits/sec
37112024-07-19T23:19:42.240Z[ 17] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
37122024-07-19T23:19:42.240Z[ 19] 1.00-2.00 sec 8.47 MBytes 71.1 Mbits/sec
37132024-07-19T23:19:42.240Z[SUM] 1.00-2.00 sec 68.0 MBytes 570 Mbits/sec
37142024-07-19T23:19:42.240Z- - - - - - - - - - - - - - - - - - - - - - - - -
37152024-07-19T23:19:42.240Z[ 5] 2.00-3.00 sec 8.91 MBytes 74.7 Mbits/sec
37162024-07-19T23:19:42.240Z[ 7] 2.00-3.00 sec 8.88 MBytes 74.5 Mbits/sec
37172024-07-19T23:19:42.240Z[ 9] 2.00-3.00 sec 8.78 MBytes 73.7 Mbits/sec
37182024-07-19T23:19:42.241Z[ 11] 2.00-3.00 sec 8.88 MBytes 74.5 Mbits/sec
37192024-07-19T23:19:42.241Z[ 13] 2.00-3.00 sec 8.87 MBytes 74.4 Mbits/sec
37202024-07-19T23:19:42.241Z[ 15] 2.00-3.00 sec 8.87 MBytes 74.4 Mbits/sec
37212024-07-19T23:19:42.241Z[ 17] 2.00-3.00 sec 8.87 MBytes 74.4 Mbits/sec
37222024-07-19T23:19:42.241Z[ 19] 2.00-3.00 sec 8.87 MBytes 74.4 Mbits/sec
37232024-07-19T23:19:42.241Z[SUM] 2.00-3.00 sec 70.9 MBytes 595 Mbits/sec
37242024-07-19T23:19:42.241Z- - - - - - - - - - - - - - - - - - - - - - - - -
37252024-07-19T23:19:42.241Z[ 5] 3.00-4.00 sec 9.11 MBytes 76.5 Mbits/sec
37262024-07-19T23:19:42.241Z[ 7] 3.00-4.00 sec 9.09 MBytes 76.2 Mbits/sec
37272024-07-19T23:19:42.241Z[ 9] 3.00-4.00 sec 9.09 MBytes 76.2 Mbits/sec
37282024-07-19T23:19:42.241Z[ 11] 3.00-4.00 sec 9.05 MBytes 75.9 Mbits/sec
37292024-07-19T23:19:42.241Z[ 13] 3.00-4.00 sec 9.07 MBytes 76.1 Mbits/sec
37302024-07-19T23:19:42.241Z[ 15] 3.00-4.00 sec 9.11 MBytes 76.5 Mbits/sec
37312024-07-19T23:19:42.241Z[ 17] 3.00-4.00 sec 9.11 MBytes 76.5 Mbits/sec
37322024-07-19T23:19:42.241Z[ 19] 3.00-4.00 sec 9.13 MBytes 76.6 Mbits/sec
37332024-07-19T23:19:42.241Z[SUM] 3.00-4.00 sec 72.8 MBytes 610 Mbits/sec
37342024-07-19T23:19:42.241Z- - - - - - - - - - - - - - - - - - - - - - - - -
37352024-07-19T23:19:42.241Z[ 5] 4.00-5.00 sec 8.12 MBytes 68.1 Mbits/sec
37362024-07-19T23:19:42.241Z[ 7] 4.00-5.00 sec 8.19 MBytes 68.7 Mbits/sec
37372024-07-19T23:19:42.241Z[ 9] 4.00-5.00 sec 8.13 MBytes 68.2 Mbits/sec
37382024-07-19T23:19:42.241Z[ 11] 4.00-5.00 sec 8.18 MBytes 68.6 Mbits/sec
37392024-07-19T23:19:42.241Z[ 13] 4.00-5.00 sec 8.19 MBytes 68.7 Mbits/sec
37402024-07-19T23:19:42.241Z[ 15] 4.00-5.00 sec 8.11 MBytes 68.0 Mbits/sec
37412024-07-19T23:19:42.241Z[ 17] 4.00-5.00 sec 8.12 MBytes 68.1 Mbits/sec
37422024-07-19T23:19:42.241Z[ 19] 4.00-5.00 sec 8.13 MBytes 68.2 Mbits/sec
37432024-07-19T23:19:42.241Z[SUM] 4.00-5.00 sec 65.2 MBytes 547 Mbits/sec
37442024-07-19T23:19:42.241Z- - - - - - - - - - - - - - - - - - - - - - - - -
37452024-07-19T23:19:42.241Z[ 5] 5.00-6.00 sec 8.30 MBytes 69.6 Mbits/sec
37462024-07-19T23:19:42.241Z[ 7] 5.00-6.00 sec 8.26 MBytes 69.3 Mbits/sec
37472024-07-19T23:19:42.241Z[ 9] 5.00-6.00 sec 8.38 MBytes 70.3 Mbits/sec
37482024-07-19T23:19:42.241Z[ 11] 5.00-6.00 sec 8.34 MBytes 69.9 Mbits/sec
37492024-07-19T23:19:42.241Z[ 13] 5.00-6.00 sec 8.29 MBytes 69.5 Mbits/sec
37502024-07-19T23:19:42.241Z[ 15] 5.00-6.00 sec 8.35 MBytes 70.1 Mbits/sec
37512024-07-19T23:19:42.241Z[ 17] 5.00-6.00 sec 8.34 MBytes 69.9 Mbits/sec
37522024-07-19T23:19:42.241Z[ 19] 5.00-6.00 sec 8.29 MBytes 69.5 Mbits/sec
37532024-07-19T23:19:42.241Z[SUM] 5.00-6.00 sec 66.5 MBytes 558 Mbits/sec
37542024-07-19T23:19:42.241Z- - - - - - - - - - - - - - - - - - - - - - - - -
37552024-07-19T23:19:42.241Z[ 5] 6.00-7.00 sec 8.13 MBytes 68.2 Mbits/sec
37562024-07-19T23:19:42.242Z[ 7] 6.00-7.00 sec 8.18 MBytes 68.6 Mbits/sec
37572024-07-19T23:19:42.242Z[ 9] 6.00-7.00 sec 8.11 MBytes 68.0 Mbits/sec
37582024-07-19T23:19:45.339Z[ 11] 6.00-7.00 sec 8.18 MBytes 68.6 Mbits/sec
37592024-07-19T23:19:45.339Z[ 13] 6.00-7.00 sec 8.16 MBytes 68.5 Mbits/sec
37602024-07-19T23:19:45.339Z[ 15] 6.00-7.00 sec 8.16 MBytes 68.5 Mbits/sec
37612024-07-19T23:19:45.339Z[ 17] 6.00-7.00 sec 8.18 MBytes 68.6 Mbits/sec
37622024-07-19T23:19:45.339Z[ 19] 6.00-7.00 sec 8.19 MBytes 68.7 Mbits/sec
37632024-07-19T23:19:45.339Z[SUM] 6.00-7.00 sec 65.3 MBytes 548 Mbits/sec
37642024-07-19T23:19:45.339Z- - - - - - - - - - - - - - - - - - - - - - - - -
37652024-07-19T23:19:45.339Z[ 5] 7.00-8.00 sec 8.73 MBytes 73.2 Mbits/sec
37662024-07-19T23:19:45.339Z[ 7] 7.00-8.00 sec 8.71 MBytes 73.1 Mbits/sec
37672024-07-19T23:19:45.339Z[ 9] 7.00-8.00 sec 8.77 MBytes 73.6 Mbits/sec
37682024-07-19T23:19:45.339Z[ 11] 7.00-8.00 sec 8.74 MBytes 73.3 Mbits/sec
37692024-07-19T23:19:45.339Z[ 13] 7.00-8.00 sec 8.78 MBytes 73.7 Mbits/sec
37702024-07-19T23:19:45.339Z[ 15] 7.00-8.00 sec 8.69 MBytes 72.9 Mbits/sec
37712024-07-19T23:19:45.339Z[ 17] 7.00-8.00 sec 8.74 MBytes 73.3 Mbits/sec
37722024-07-19T23:19:45.339Z[ 19] 7.00-8.00 sec 8.74 MBytes 73.3 Mbits/sec
37732024-07-19T23:19:45.339Z[SUM] 7.00-8.00 sec 69.9 MBytes 586 Mbits/sec
37742024-07-19T23:19:45.339Z- - - - - - - - - - - - - - - - - - - - - - - - -
37752024-07-19T23:19:45.339Z[ 5] 8.00-9.00 sec 8.63 MBytes 72.4 Mbits/sec
37762024-07-19T23:19:45.339Z[ 7] 8.00-9.00 sec 8.66 MBytes 72.6 Mbits/sec
37772024-07-19T23:19:45.339Z[ 9] 8.00-9.00 sec 8.62 MBytes 72.3 Mbits/sec
37782024-07-19T23:19:45.339Z[ 11] 8.00-9.00 sec 8.63 MBytes 72.4 Mbits/sec
37792024-07-19T23:19:45.339Z[ 13] 8.00-9.00 sec 8.59 MBytes 72.0 Mbits/sec
37802024-07-19T23:19:45.339Z[ 15] 8.00-9.00 sec 8.62 MBytes 72.3 Mbits/sec
37812024-07-19T23:19:45.339Z[ 17] 8.00-9.00 sec 8.59 MBytes 72.0 Mbits/sec
37822024-07-19T23:19:45.339Z[ 19] 8.00-9.00 sec 8.62 MBytes 72.3 Mbits/sec
37832024-07-19T23:19:45.339Z[SUM] 8.00-9.00 sec 68.9 MBytes 578 Mbits/sec
37842024-07-19T23:19:45.340Z- - - - - - - - - - - - - - - - - - - - - - - - -
37852024-07-19T23:19:45.340Z[ 5] 9.00-10.00 sec 8.40 MBytes 70.4 Mbits/sec
37862024-07-19T23:19:45.340Z[ 7] 9.00-10.00 sec 8.35 MBytes 70.1 Mbits/sec
37872024-07-19T23:19:45.340Z[ 9] 9.00-10.00 sec 8.33 MBytes 69.9 Mbits/sec
37882024-07-19T23:19:45.340Z[ 11] 9.00-10.00 sec 8.30 MBytes 69.6 Mbits/sec
37892024-07-19T23:19:45.340Z[ 13] 9.00-10.00 sec 8.35 MBytes 70.1 Mbits/sec
37902024-07-19T23:19:45.340Z[ 15] 9.00-10.00 sec 8.35 MBytes 70.1 Mbits/sec
37912024-07-19T23:19:45.340Z[ 17] 9.00-10.00 sec 8.34 MBytes 70.0 Mbits/sec
37922024-07-19T23:19:45.340Z[ 19] 9.00-10.00 sec 8.34 MBytes 70.0 Mbits/sec
37932024-07-19T23:19:45.340Z[SUM] 9.00-10.00 sec 66.8 MBytes 560 Mbits/sec
37942024-07-19T23:19:45.340Z- - - - - - - - - - - - - - - - - - - - - - - - -
37952024-07-19T23:19:45.340Z[ 5] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
37962024-07-19T23:19:45.340Z[ 7] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
37972024-07-19T23:19:45.340Z[ 9] 10.00-10.01 sec 56.6 KBytes 80.1 Mbits/sec
37982024-07-19T23:19:45.340Z[ 11] 10.00-10.01 sec 56.6 KBytes 80.1 Mbits/sec
37992024-07-19T23:19:45.340Z[ 13] 10.00-10.01 sec 56.6 KBytes 80.1 Mbits/sec
38002024-07-19T23:19:45.340Z[ 15] 10.00-10.01 sec 113 KBytes 160 Mbits/sec
38012024-07-19T23:19:45.340Z[ 17] 10.00-10.01 sec 113 KBytes 160 Mbits/sec
38022024-07-19T23:19:45.340Z[ 19] 10.00-10.01 sec 56.6 KBytes 80.1 Mbits/sec
38032024-07-19T23:19:45.340Z[SUM] 10.00-10.01 sec 452 KBytes 641 Mbits/sec
38042024-07-19T23:19:45.340Z- - - - - - - - - - - - - - - - - - - - - - - - -
38052024-07-19T23:19:45.340Z[ ID] Interval Transfer Bandwidth
38062024-07-19T23:19:45.340Z[ 5] 0.00-10.01 sec 86.8 MBytes 72.8 Mbits/sec sender
38072024-07-19T23:19:45.340Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38082024-07-19T23:19:45.340Z[ 7] 0.00-10.01 sec 86.8 MBytes 72.8 Mbits/sec sender
38092024-07-19T23:19:45.340Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38102024-07-19T23:19:45.340Z[ 9] 0.00-10.01 sec 86.8 MBytes 72.8 Mbits/sec sender
38112024-07-19T23:19:45.340Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38122024-07-19T23:19:45.340Z[ 11] 0.00-10.01 sec 86.8 MBytes 72.8 Mbits/sec sender
38132024-07-19T23:19:45.340Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38142024-07-19T23:19:45.340Z[ 13] 0.00-10.01 sec 86.8 MBytes 72.8 Mbits/sec sender
38152024-07-19T23:19:45.340Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38162024-07-19T23:19:45.340Z[ 15] 0.00-10.01 sec 86.8 MBytes 72.8 Mbits/sec sender
38172024-07-19T23:19:45.340Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38182024-07-19T23:19:45.340Z[ 17] 0.00-10.01 sec 86.8 MBytes 72.8 Mbits/sec sender
38192024-07-19T23:19:45.340Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38202024-07-19T23:19:45.340Z[ 19] 0.00-10.01 sec 86.7 MBytes 72.7 Mbits/sec sender
38212024-07-19T23:19:45.340Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38222024-07-19T23:19:45.340Z[SUM] 0.00-10.01 sec 694 MBytes 582 Mbits/sec sender
38232024-07-19T23:19:45.341Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38242024-07-19T23:19:45.365ZRun 1/10...582.4967547707389Mbps
38252024-07-19T23:19:52.416Z-----------------------------------------------------------
38262024-07-19T23:19:52.416ZServer listening on 5201
38272024-07-19T23:19:52.416Z-----------------------------------------------------------
38282024-07-19T23:19:52.416ZAccepted connection from 10.0.0.1, port 54110
38292024-07-19T23:19:52.416Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54558
38302024-07-19T23:19:52.416Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35119
38312024-07-19T23:19:52.416Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62464
38322024-07-19T23:19:52.416Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55039
38332024-07-19T23:19:52.416Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37209
38342024-07-19T23:19:52.416Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46472
38352024-07-19T23:19:52.416Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35228
38362024-07-19T23:19:52.416Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60316
38372024-07-19T23:19:52.416Z[ ID] Interval Transfer Bandwidth
38382024-07-19T23:19:52.416Z[ 5] 0.00-1.00 sec 7.69 MBytes 64.5 Mbits/sec
38392024-07-19T23:19:52.416Z[ 7] 0.00-1.00 sec 7.65 MBytes 64.2 Mbits/sec
38402024-07-19T23:19:52.416Z[ 9] 0.00-1.00 sec 7.55 MBytes 63.3 Mbits/sec
38412024-07-19T23:19:52.416Z[ 11] 0.00-1.00 sec 7.58 MBytes 63.6 Mbits/sec
38422024-07-19T23:19:52.416Z[ 13] 0.00-1.00 sec 7.60 MBytes 63.7 Mbits/sec
38432024-07-19T23:19:52.416Z[ 15] 0.00-1.00 sec 7.60 MBytes 63.7 Mbits/sec
38442024-07-19T23:19:52.416Z[ 17] 0.00-1.00 sec 7.58 MBytes 63.6 Mbits/sec
38452024-07-19T23:19:52.416Z[ 19] 0.00-1.00 sec 7.57 MBytes 63.5 Mbits/sec
38462024-07-19T23:19:52.416Z[SUM] 0.00-1.00 sec 60.8 MBytes 510 Mbits/sec
38472024-07-19T23:19:52.416Z- - - - - - - - - - - - - - - - - - - - - - - - -
38482024-07-19T23:19:52.417Z[ 5] 1.00-2.00 sec 7.54 MBytes 63.3 Mbits/sec
38492024-07-19T23:19:52.417Z[ 7] 1.00-2.00 sec 7.58 MBytes 63.6 Mbits/sec
38502024-07-19T23:19:52.417Z[ 9] 1.00-2.00 sec 7.69 MBytes 64.5 Mbits/sec
38512024-07-19T23:19:52.417Z[ 11] 1.00-2.00 sec 7.65 MBytes 64.2 Mbits/sec
38522024-07-19T23:19:52.417Z[ 13] 1.00-2.00 sec 7.61 MBytes 63.8 Mbits/sec
38532024-07-19T23:19:52.417Z[ 15] 1.00-2.00 sec 7.65 MBytes 64.2 Mbits/sec
38542024-07-19T23:19:52.417Z[ 17] 1.00-2.00 sec 7.58 MBytes 63.6 Mbits/sec
38552024-07-19T23:19:52.417Z[ 19] 1.00-2.00 sec 7.58 MBytes 63.6 Mbits/sec
38562024-07-19T23:19:52.417Z[SUM] 1.00-2.00 sec 60.9 MBytes 511 Mbits/sec
38572024-07-19T23:19:52.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
38582024-07-19T23:19:52.417Z[ 5] 2.00-3.00 sec 8.01 MBytes 67.2 Mbits/sec
38592024-07-19T23:19:52.417Z[ 7] 2.00-3.00 sec 8.02 MBytes 67.3 Mbits/sec
38602024-07-19T23:19:52.417Z[ 9] 2.00-3.00 sec 7.98 MBytes 66.9 Mbits/sec
38612024-07-19T23:19:52.417Z[ 11] 2.00-3.00 sec 8.04 MBytes 67.4 Mbits/sec
38622024-07-19T23:19:52.417Z[ 13] 2.00-3.00 sec 8.04 MBytes 67.4 Mbits/sec
38632024-07-19T23:19:52.417Z[ 15] 2.00-3.00 sec 7.97 MBytes 66.8 Mbits/sec
38642024-07-19T23:19:52.417Z[ 17] 2.00-3.00 sec 7.98 MBytes 66.9 Mbits/sec
38652024-07-19T23:19:52.417Z[ 19] 2.00-3.00 sec 7.97 MBytes 66.8 Mbits/sec
38662024-07-19T23:19:52.417Z[SUM] 2.00-3.00 sec 64.0 MBytes 537 Mbits/sec
38672024-07-19T23:19:52.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
38682024-07-19T23:19:52.417Z[ 5] 3.00-4.00 sec 8.41 MBytes 70.5 Mbits/sec
38692024-07-19T23:19:52.417Z[ 7] 3.00-4.00 sec 8.35 MBytes 70.1 Mbits/sec
38702024-07-19T23:19:52.417Z[ 9] 3.00-4.00 sec 8.42 MBytes 70.6 Mbits/sec
38712024-07-19T23:19:52.417Z[ 11] 3.00-4.00 sec 8.35 MBytes 70.1 Mbits/sec
38722024-07-19T23:19:52.417Z[ 13] 3.00-4.00 sec 8.34 MBytes 69.9 Mbits/sec
38732024-07-19T23:19:52.417Z[ 15] 3.00-4.00 sec 8.34 MBytes 69.9 Mbits/sec
38742024-07-19T23:19:52.417Z[ 17] 3.00-4.00 sec 8.37 MBytes 70.2 Mbits/sec
38752024-07-19T23:19:52.417Z[ 19] 3.00-4.00 sec 8.40 MBytes 70.4 Mbits/sec
38762024-07-19T23:19:52.417Z[SUM] 3.00-4.00 sec 67.0 MBytes 562 Mbits/sec
38772024-07-19T23:19:52.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
38782024-07-19T23:19:52.417Z[ 5] 4.00-5.00 sec 8.95 MBytes 75.1 Mbits/sec
38792024-07-19T23:19:52.417Z[ 7] 4.00-5.00 sec 8.99 MBytes 75.4 Mbits/sec
38802024-07-19T23:19:52.417Z[ 9] 4.00-5.00 sec 8.89 MBytes 74.6 Mbits/sec
38812024-07-19T23:19:52.417Z[ 11] 4.00-5.00 sec 8.91 MBytes 74.7 Mbits/sec
38822024-07-19T23:19:52.417Z[ 13] 4.00-5.00 sec 8.91 MBytes 74.7 Mbits/sec
38832024-07-19T23:19:52.417Z[ 15] 4.00-5.00 sec 8.96 MBytes 75.2 Mbits/sec
38842024-07-19T23:19:52.417Z[ 17] 4.00-5.00 sec 8.98 MBytes 75.3 Mbits/sec
38852024-07-19T23:19:52.417Z[ 19] 4.00-5.00 sec 8.99 MBytes 75.4 Mbits/sec
38862024-07-19T23:19:52.418Z[SUM] 4.00-5.00 sec 71.6 MBytes 601 Mbits/sec
38872024-07-19T23:19:52.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
38882024-07-19T23:19:52.418Z[ 5] 5.00-6.00 sec 8.29 MBytes 69.5 Mbits/sec
38892024-07-19T23:19:52.418Z[ 7] 5.00-6.00 sec 8.29 MBytes 69.5 Mbits/sec
38902024-07-19T23:19:52.418Z[ 9] 5.00-6.00 sec 8.31 MBytes 69.8 Mbits/sec
38912024-07-19T23:19:52.418Z[ 11] 5.00-6.00 sec 8.34 MBytes 70.0 Mbits/sec
38922024-07-19T23:19:52.418Z[ 13] 5.00-6.00 sec 8.37 MBytes 70.2 Mbits/sec
38932024-07-19T23:19:52.418Z[ 15] 5.00-6.00 sec 8.29 MBytes 69.5 Mbits/sec
38942024-07-19T23:19:52.418Z[ 17] 5.00-6.00 sec 8.30 MBytes 69.6 Mbits/sec
38952024-07-19T23:19:52.418Z[ 19] 5.00-6.00 sec 8.26 MBytes 69.3 Mbits/sec
38962024-07-19T23:19:52.418Z[SUM] 5.00-6.00 sec 66.4 MBytes 557 Mbits/sec
38972024-07-19T23:19:52.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
38982024-07-19T23:19:52.418Z[ 5] 6.00-7.00 sec 8.23 MBytes 69.0 Mbits/sec
38992024-07-19T23:19:52.418Z[ 7] 6.00-7.00 sec 8.22 MBytes 68.9 Mbits/sec
39002024-07-19T23:19:52.418Z[ 9] 6.00-7.00 sec 8.19 MBytes 68.7 Mbits/sec
39012024-07-19T23:19:55.619Z[ 11] 6.00-7.00 sec 8.22 MBytes 68.9 Mbits/sec
39022024-07-19T23:19:55.619Z[ 13] 6.00-7.00 sec 8.19 MBytes 68.7 Mbits/sec
39032024-07-19T23:19:55.619Z[ 15] 6.00-7.00 sec 8.20 MBytes 68.8 Mbits/sec
39042024-07-19T23:19:55.619Z[ 17] 6.00-7.00 sec 8.24 MBytes 69.2 Mbits/sec
39052024-07-19T23:19:55.619Z[ 19] 6.00-7.00 sec 8.29 MBytes 69.5 Mbits/sec
39062024-07-19T23:19:55.619Z[SUM] 6.00-7.00 sec 65.8 MBytes 552 Mbits/sec
39072024-07-19T23:19:55.619Z- - - - - - - - - - - - - - - - - - - - - - - - -
39082024-07-19T23:19:55.619Z[ 5] 7.00-8.00 sec 8.19 MBytes 68.7 Mbits/sec
39092024-07-19T23:19:55.619Z[ 7] 7.00-8.00 sec 8.19 MBytes 68.7 Mbits/sec
39102024-07-19T23:19:55.619Z[ 9] 7.00-8.00 sec 8.24 MBytes 69.2 Mbits/sec
39112024-07-19T23:19:55.619Z[ 11] 7.00-8.00 sec 8.19 MBytes 68.7 Mbits/sec
39122024-07-19T23:19:55.619Z[ 13] 7.00-8.00 sec 8.22 MBytes 68.9 Mbits/sec
39132024-07-19T23:19:55.619Z[ 15] 7.00-8.00 sec 8.20 MBytes 68.8 Mbits/sec
39142024-07-19T23:19:55.619Z[ 17] 7.00-8.00 sec 8.19 MBytes 68.7 Mbits/sec
39152024-07-19T23:19:55.619Z[ 19] 7.00-8.00 sec 8.12 MBytes 68.1 Mbits/sec
39162024-07-19T23:19:55.619Z[SUM] 7.00-8.00 sec 65.5 MBytes 550 Mbits/sec
39172024-07-19T23:19:55.619Z- - - - - - - - - - - - - - - - - - - - - - - - -
39182024-07-19T23:19:55.619Z[ 5] 8.00-9.00 sec 8.34 MBytes 70.0 Mbits/sec
39192024-07-19T23:19:55.619Z[ 7] 8.00-9.00 sec 8.40 MBytes 70.4 Mbits/sec
39202024-07-19T23:19:55.619Z[ 9] 8.00-9.00 sec 8.40 MBytes 70.4 Mbits/sec
39212024-07-19T23:19:55.619Z[ 11] 8.00-9.00 sec 8.41 MBytes 70.6 Mbits/sec
39222024-07-19T23:19:55.619Z[ 13] 8.00-9.00 sec 8.34 MBytes 70.0 Mbits/sec
39232024-07-19T23:19:55.619Z[ 15] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
39242024-07-19T23:19:55.620Z[ 17] 8.00-9.00 sec 8.34 MBytes 70.0 Mbits/sec
39252024-07-19T23:19:55.620Z[ 19] 8.00-9.00 sec 8.41 MBytes 70.6 Mbits/sec
39262024-07-19T23:19:55.620Z[SUM] 8.00-9.00 sec 67.0 MBytes 562 Mbits/sec
39272024-07-19T23:19:55.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
39282024-07-19T23:19:55.620Z[ 5] 9.00-10.00 sec 7.64 MBytes 64.0 Mbits/sec
39292024-07-19T23:19:55.620Z[ 7] 9.00-10.00 sec 7.64 MBytes 64.0 Mbits/sec
39302024-07-19T23:19:55.620Z[ 9] 9.00-10.00 sec 7.61 MBytes 63.8 Mbits/sec
39312024-07-19T23:19:55.620Z[ 11] 9.00-10.00 sec 7.61 MBytes 63.8 Mbits/sec
39322024-07-19T23:19:55.620Z[ 13] 9.00-10.00 sec 7.60 MBytes 63.7 Mbits/sec
39332024-07-19T23:19:55.620Z[ 15] 9.00-10.00 sec 7.65 MBytes 64.2 Mbits/sec
39342024-07-19T23:19:55.620Z[ 17] 9.00-10.00 sec 7.64 MBytes 64.0 Mbits/sec
39352024-07-19T23:19:55.620Z[ 19] 9.00-10.00 sec 7.65 MBytes 64.2 Mbits/sec
39362024-07-19T23:19:55.620Z[SUM] 9.00-10.00 sec 61.0 MBytes 512 Mbits/sec
39372024-07-19T23:19:55.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
39382024-07-19T23:19:55.620Z[ 5] 10.00-10.01 sec 56.6 KBytes 95.6 Mbits/sec
39392024-07-19T23:19:55.620Z[ 7] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
39402024-07-19T23:19:55.620Z[ 9] 10.00-10.01 sec 56.6 KBytes 95.3 Mbits/sec
39412024-07-19T23:19:55.620Z[ 11] 10.00-10.01 sec 56.6 KBytes 95.3 Mbits/sec
39422024-07-19T23:19:55.620Z[ 13] 10.00-10.01 sec 113 KBytes 191 Mbits/sec
39432024-07-19T23:19:55.620Z[ 15] 10.00-10.01 sec 56.6 KBytes 95.3 Mbits/sec
39442024-07-19T23:19:55.620Z[ 17] 10.00-10.01 sec 56.6 KBytes 95.3 Mbits/sec
39452024-07-19T23:19:55.620Z[ 19] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
39462024-07-19T23:19:55.620Z[SUM] 10.00-10.01 sec 396 KBytes 669 Mbits/sec
39472024-07-19T23:19:55.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
39482024-07-19T23:19:55.620Z[ ID] Interval Transfer Bandwidth
39492024-07-19T23:19:55.620Z[ 5] 0.00-10.01 sec 81.3 MBytes 68.2 Mbits/sec sender
39502024-07-19T23:19:55.620Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39512024-07-19T23:19:55.620Z[ 7] 0.00-10.01 sec 81.3 MBytes 68.2 Mbits/sec sender
39522024-07-19T23:19:55.620Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39532024-07-19T23:19:55.620Z[ 9] 0.00-10.01 sec 81.4 MBytes 68.2 Mbits/sec sender
39542024-07-19T23:19:55.620Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39552024-07-19T23:19:55.620Z[ 11] 0.00-10.01 sec 81.4 MBytes 68.2 Mbits/sec sender
39562024-07-19T23:19:55.620Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39572024-07-19T23:19:55.620Z[ 13] 0.00-10.01 sec 81.3 MBytes 68.2 Mbits/sec sender
39582024-07-19T23:19:55.620Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39592024-07-19T23:19:55.620Z[ 15] 0.00-10.01 sec 81.3 MBytes 68.2 Mbits/sec sender
39602024-07-19T23:19:55.620Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39612024-07-19T23:19:55.620Z[ 17] 0.00-10.01 sec 81.3 MBytes 68.1 Mbits/sec sender
39622024-07-19T23:19:55.621Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39632024-07-19T23:19:55.621Z[ 19] 0.00-10.01 sec 81.2 MBytes 68.1 Mbits/sec sender
39642024-07-19T23:19:55.621Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39652024-07-19T23:19:55.621Z[SUM] 0.00-10.01 sec 650 MBytes 545 Mbits/sec sender
39662024-07-19T23:19:55.621Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
39672024-07-19T23:19:55.646ZRun 2/10...545.632523719204Mbps
39682024-07-19T23:20:02.702Z-----------------------------------------------------------
39692024-07-19T23:20:02.702ZServer listening on 5201
39702024-07-19T23:20:02.702Z-----------------------------------------------------------
39712024-07-19T23:20:02.702ZAccepted connection from 10.0.0.1, port 57006
39722024-07-19T23:20:02.702Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46587
39732024-07-19T23:20:02.702Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50348
39742024-07-19T23:20:02.702Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59728
39752024-07-19T23:20:02.702Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44512
39762024-07-19T23:20:02.702Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44552
39772024-07-19T23:20:02.702Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44475
39782024-07-19T23:20:02.702Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56665
39792024-07-19T23:20:02.702Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53604
39802024-07-19T23:20:02.702Z[ ID] Interval Transfer Bandwidth
39812024-07-19T23:20:02.702Z[ 5] 0.00-1.00 sec 7.76 MBytes 65.1 Mbits/sec
39822024-07-19T23:20:02.702Z[ 7] 0.00-1.00 sec 7.65 MBytes 64.2 Mbits/sec
39832024-07-19T23:20:02.702Z[ 9] 0.00-1.00 sec 7.69 MBytes 64.5 Mbits/sec
39842024-07-19T23:20:02.702Z[ 11] 0.00-1.00 sec 7.61 MBytes 63.8 Mbits/sec
39852024-07-19T23:20:02.702Z[ 13] 0.00-1.00 sec 7.64 MBytes 64.1 Mbits/sec
39862024-07-19T23:20:02.702Z[ 15] 0.00-1.00 sec 7.61 MBytes 63.8 Mbits/sec
39872024-07-19T23:20:02.702Z[ 17] 0.00-1.00 sec 7.64 MBytes 64.1 Mbits/sec
39882024-07-19T23:20:02.702Z[ 19] 0.00-1.00 sec 7.65 MBytes 64.2 Mbits/sec
39892024-07-19T23:20:02.703Z[SUM] 0.00-1.00 sec 61.2 MBytes 514 Mbits/sec
39902024-07-19T23:20:02.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
39912024-07-19T23:20:02.703Z[ 5] 1.00-2.00 sec 8.13 MBytes 68.2 Mbits/sec
39922024-07-19T23:20:02.703Z[ 7] 1.00-2.00 sec 8.16 MBytes 68.5 Mbits/sec
39932024-07-19T23:20:02.703Z[ 9] 1.00-2.00 sec 8.12 MBytes 68.1 Mbits/sec
39942024-07-19T23:20:02.703Z[ 11] 1.00-2.00 sec 8.15 MBytes 68.3 Mbits/sec
39952024-07-19T23:20:02.703Z[ 13] 1.00-2.00 sec 8.15 MBytes 68.3 Mbits/sec
39962024-07-19T23:20:02.703Z[ 15] 1.00-2.00 sec 8.12 MBytes 68.1 Mbits/sec
39972024-07-19T23:20:02.703Z[ 17] 1.00-2.00 sec 8.13 MBytes 68.2 Mbits/sec
39982024-07-19T23:20:02.703Z[ 19] 1.00-2.00 sec 8.13 MBytes 68.2 Mbits/sec
39992024-07-19T23:20:02.703Z[SUM] 1.00-2.00 sec 65.1 MBytes 546 Mbits/sec
40002024-07-19T23:20:02.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
40012024-07-19T23:20:02.703Z[ 5] 2.00-3.00 sec 8.30 MBytes 69.6 Mbits/sec
40022024-07-19T23:20:02.703Z[ 7] 2.00-3.00 sec 8.33 MBytes 69.9 Mbits/sec
40032024-07-19T23:20:02.703Z[ 9] 2.00-3.00 sec 8.37 MBytes 70.2 Mbits/sec
40042024-07-19T23:20:02.703Z[ 11] 2.00-3.00 sec 8.35 MBytes 70.1 Mbits/sec
40052024-07-19T23:20:02.703Z[ 13] 2.00-3.00 sec 8.35 MBytes 70.1 Mbits/sec
40062024-07-19T23:20:02.703Z[ 15] 2.00-3.00 sec 8.41 MBytes 70.5 Mbits/sec
40072024-07-19T23:20:02.703Z[ 17] 2.00-3.00 sec 8.35 MBytes 70.1 Mbits/sec
40082024-07-19T23:20:02.703Z[ 19] 2.00-3.00 sec 8.29 MBytes 69.5 Mbits/sec
40092024-07-19T23:20:02.703Z[SUM] 2.00-3.00 sec 66.8 MBytes 560 Mbits/sec
40102024-07-19T23:20:02.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
40112024-07-19T23:20:02.703Z[ 5] 3.00-4.00 sec 8.82 MBytes 74.0 Mbits/sec
40122024-07-19T23:20:02.703Z[ 7] 3.00-4.00 sec 8.85 MBytes 74.2 Mbits/sec
40132024-07-19T23:20:02.703Z[ 9] 3.00-4.00 sec 8.78 MBytes 73.7 Mbits/sec
40142024-07-19T23:20:02.703Z[ 11] 3.00-4.00 sec 8.82 MBytes 74.0 Mbits/sec
40152024-07-19T23:20:02.703Z[ 13] 3.00-4.00 sec 8.81 MBytes 73.9 Mbits/sec
40162024-07-19T23:20:02.703Z[ 15] 3.00-4.00 sec 8.80 MBytes 73.8 Mbits/sec
40172024-07-19T23:20:02.703Z[ 17] 3.00-4.00 sec 8.81 MBytes 73.9 Mbits/sec
40182024-07-19T23:20:02.703Z[ 19] 3.00-4.00 sec 8.85 MBytes 74.2 Mbits/sec
40192024-07-19T23:20:02.703Z[SUM] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
40202024-07-19T23:20:02.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
40212024-07-19T23:20:02.703Z[ 5] 4.00-5.00 sec 8.13 MBytes 68.2 Mbits/sec
40222024-07-19T23:20:02.703Z[ 7] 4.00-5.00 sec 8.11 MBytes 68.0 Mbits/sec
40232024-07-19T23:20:02.703Z[ 9] 4.00-5.00 sec 8.13 MBytes 68.2 Mbits/sec
40242024-07-19T23:20:02.703Z[ 11] 4.00-5.00 sec 8.16 MBytes 68.5 Mbits/sec
40252024-07-19T23:20:02.703Z[ 13] 4.00-5.00 sec 8.18 MBytes 68.6 Mbits/sec
40262024-07-19T23:20:02.703Z[ 15] 4.00-5.00 sec 8.16 MBytes 68.5 Mbits/sec
40272024-07-19T23:20:02.703Z[ 17] 4.00-5.00 sec 8.15 MBytes 68.4 Mbits/sec
40282024-07-19T23:20:02.704Z[ 19] 4.00-5.00 sec 8.18 MBytes 68.6 Mbits/sec
40292024-07-19T23:20:02.704Z[SUM] 4.00-5.00 sec 65.2 MBytes 547 Mbits/sec
40302024-07-19T23:20:02.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
40312024-07-19T23:20:02.704Z[ 5] 5.00-6.00 sec 8.74 MBytes 73.3 Mbits/sec
40322024-07-19T23:20:02.704Z[ 7] 5.00-6.00 sec 8.73 MBytes 73.2 Mbits/sec
40332024-07-19T23:20:02.704Z[ 9] 5.00-6.00 sec 8.71 MBytes 73.1 Mbits/sec
40342024-07-19T23:20:02.704Z[ 11] 5.00-6.00 sec 8.69 MBytes 72.8 Mbits/sec
40352024-07-19T23:20:02.704Z[ 13] 5.00-6.00 sec 8.69 MBytes 72.8 Mbits/sec
40362024-07-19T23:20:02.704Z[ 15] 5.00-6.00 sec 8.69 MBytes 72.8 Mbits/sec
40372024-07-19T23:20:02.704Z[ 17] 5.00-6.00 sec 8.67 MBytes 72.7 Mbits/sec
40382024-07-19T23:20:02.704Z[ 19] 5.00-6.00 sec 8.71 MBytes 73.1 Mbits/sec
40392024-07-19T23:20:02.704Z[SUM] 5.00-6.00 sec 69.6 MBytes 584 Mbits/sec
40402024-07-19T23:20:02.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
40412024-07-19T23:20:02.704Z[ 5] 6.00-7.00 sec 8.44 MBytes 70.8 Mbits/sec
40422024-07-19T23:20:02.704Z[ 7] 6.00-7.00 sec 8.47 MBytes 71.0 Mbits/sec
40432024-07-19T23:20:02.704Z[ 9] 6.00-7.00 sec 8.51 MBytes 71.4 Mbits/sec
40442024-07-19T23:20:05.799Z[ 11] 6.00-7.00 sec 8.51 MBytes 71.4 Mbits/sec
40452024-07-19T23:20:05.799Z[ 13] 6.00-7.00 sec 8.51 MBytes 71.4 Mbits/sec
40462024-07-19T23:20:05.799Z[ 15] 6.00-7.00 sec 8.48 MBytes 71.2 Mbits/sec
40472024-07-19T23:20:05.799Z[ 17] 6.00-7.00 sec 8.51 MBytes 71.4 Mbits/sec
40482024-07-19T23:20:05.799Z[ 19] 6.00-7.00 sec 8.45 MBytes 70.9 Mbits/sec
40492024-07-19T23:20:05.799Z[SUM] 6.00-7.00 sec 67.9 MBytes 569 Mbits/sec
40502024-07-19T23:20:05.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
40512024-07-19T23:20:05.799Z[ 5] 7.00-8.00 sec 8.26 MBytes 69.3 Mbits/sec
40522024-07-19T23:20:05.799Z[ 7] 7.00-8.00 sec 8.22 MBytes 68.9 Mbits/sec
40532024-07-19T23:20:05.799Z[ 9] 7.00-8.00 sec 8.18 MBytes 68.6 Mbits/sec
40542024-07-19T23:20:05.799Z[ 11] 7.00-8.00 sec 8.19 MBytes 68.7 Mbits/sec
40552024-07-19T23:20:05.799Z[ 13] 7.00-8.00 sec 8.18 MBytes 68.6 Mbits/sec
40562024-07-19T23:20:05.799Z[ 15] 7.00-8.00 sec 8.15 MBytes 68.3 Mbits/sec
40572024-07-19T23:20:05.799Z[ 17] 7.00-8.00 sec 8.19 MBytes 68.7 Mbits/sec
40582024-07-19T23:20:05.799Z[ 19] 7.00-8.00 sec 8.18 MBytes 68.6 Mbits/sec
40592024-07-19T23:20:05.799Z[SUM] 7.00-8.00 sec 65.5 MBytes 550 Mbits/sec
40602024-07-19T23:20:05.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
40612024-07-19T23:20:05.799Z[ 5] 8.00-9.00 sec 8.49 MBytes 71.2 Mbits/sec
40622024-07-19T23:20:05.799Z[ 7] 8.00-9.00 sec 8.55 MBytes 71.7 Mbits/sec
40632024-07-19T23:20:05.799Z[ 9] 8.00-9.00 sec 8.56 MBytes 71.8 Mbits/sec
40642024-07-19T23:20:05.799Z[ 11] 8.00-9.00 sec 8.52 MBytes 71.5 Mbits/sec
40652024-07-19T23:20:05.799Z[ 13] 8.00-9.00 sec 8.52 MBytes 71.5 Mbits/sec
40662024-07-19T23:20:05.799Z[ 15] 8.00-9.00 sec 8.56 MBytes 71.8 Mbits/sec
40672024-07-19T23:20:05.799Z[ 17] 8.00-9.00 sec 8.53 MBytes 71.6 Mbits/sec
40682024-07-19T23:20:05.799Z[ 19] 8.00-9.00 sec 8.56 MBytes 71.8 Mbits/sec
40692024-07-19T23:20:05.799Z[SUM] 8.00-9.00 sec 68.3 MBytes 573 Mbits/sec
40702024-07-19T23:20:05.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
40712024-07-19T23:20:05.799Z[ 5] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
40722024-07-19T23:20:05.799Z[ 7] 9.00-10.00 sec 7.97 MBytes 66.8 Mbits/sec
40732024-07-19T23:20:05.799Z[ 9] 9.00-10.00 sec 7.95 MBytes 66.7 Mbits/sec
40742024-07-19T23:20:05.799Z[ 11] 9.00-10.00 sec 7.95 MBytes 66.7 Mbits/sec
40752024-07-19T23:20:05.800Z[ 13] 9.00-10.00 sec 7.97 MBytes 66.8 Mbits/sec
40762024-07-19T23:20:05.800Z[ 15] 9.00-10.00 sec 8.00 MBytes 67.1 Mbits/sec
40772024-07-19T23:20:05.800Z[ 17] 9.00-10.00 sec 7.95 MBytes 66.7 Mbits/sec
40782024-07-19T23:20:05.800Z[ 19] 9.00-10.00 sec 7.97 MBytes 66.8 Mbits/sec
40792024-07-19T23:20:05.800Z[SUM] 9.00-10.00 sec 63.8 MBytes 535 Mbits/sec
40802024-07-19T23:20:05.800Z- - - - - - - - - - - - - - - - - - - - - - - - -
40812024-07-19T23:20:05.800Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40822024-07-19T23:20:05.800Z[ 7] 10.00-10.00 sec 56.6 KBytes 105 Mbits/sec
40832024-07-19T23:20:05.800Z[ 9] 10.00-10.00 sec 56.6 KBytes 105 Mbits/sec
40842024-07-19T23:20:05.800Z[ 11] 10.00-10.00 sec 113 KBytes 211 Mbits/sec
40852024-07-19T23:20:05.800Z[ 13] 10.00-10.00 sec 56.6 KBytes 105 Mbits/sec
40862024-07-19T23:20:05.800Z[ 15] 10.00-10.00 sec 56.6 KBytes 105 Mbits/sec
40872024-07-19T23:20:05.800Z[ 17] 10.00-10.00 sec 113 KBytes 211 Mbits/sec
40882024-07-19T23:20:05.800Z[ 19] 10.00-10.00 sec 56.6 KBytes 105 Mbits/sec
40892024-07-19T23:20:05.800Z[SUM] 10.00-10.00 sec 509 KBytes 947 Mbits/sec
40902024-07-19T23:20:05.800Z- - - - - - - - - - - - - - - - - - - - - - - - -
40912024-07-19T23:20:05.800Z[ ID] Interval Transfer Bandwidth
40922024-07-19T23:20:05.800Z[ 5] 0.00-10.00 sec 83.1 MBytes 69.7 Mbits/sec sender
40932024-07-19T23:20:05.800Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40942024-07-19T23:20:05.800Z[ 7] 0.00-10.00 sec 83.1 MBytes 69.7 Mbits/sec sender
40952024-07-19T23:20:05.800Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40962024-07-19T23:20:05.800Z[ 9] 0.00-10.00 sec 83.1 MBytes 69.6 Mbits/sec sender
40972024-07-19T23:20:05.800Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40982024-07-19T23:20:05.800Z[ 11] 0.00-10.00 sec 83.1 MBytes 69.6 Mbits/sec sender
40992024-07-19T23:20:05.800Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41002024-07-19T23:20:05.800Z[ 13] 0.00-10.00 sec 83.0 MBytes 69.6 Mbits/sec sender
41012024-07-19T23:20:05.800Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41022024-07-19T23:20:05.800Z[ 15] 0.00-10.00 sec 83.0 MBytes 69.6 Mbits/sec sender
41032024-07-19T23:20:05.800Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41042024-07-19T23:20:05.800Z[ 17] 0.00-10.00 sec 83.0 MBytes 69.6 Mbits/sec sender
41052024-07-19T23:20:05.800Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41062024-07-19T23:20:05.800Z[ 19] 0.00-10.00 sec 83.0 MBytes 69.6 Mbits/sec sender
41072024-07-19T23:20:05.800Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41082024-07-19T23:20:05.800Z[SUM] 0.00-10.00 sec 664 MBytes 557 Mbits/sec sender
41092024-07-19T23:20:05.800Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41102024-07-19T23:20:05.827ZRun 3/10...557.362240390435Mbps
41112024-07-19T23:20:12.881Z-----------------------------------------------------------
41122024-07-19T23:20:12.881ZServer listening on 5201
41132024-07-19T23:20:12.881Z-----------------------------------------------------------
41142024-07-19T23:20:12.881ZAccepted connection from 10.0.0.1, port 38852
41152024-07-19T23:20:12.881Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58459
41162024-07-19T23:20:12.881Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35852
41172024-07-19T23:20:12.881Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33501
41182024-07-19T23:20:12.881Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65242
41192024-07-19T23:20:12.881Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61793
41202024-07-19T23:20:12.881Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50958
41212024-07-19T23:20:12.881Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44630
41222024-07-19T23:20:12.881Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59583
41232024-07-19T23:20:12.881Z[ ID] Interval Transfer Bandwidth
41242024-07-19T23:20:12.881Z[ 5] 0.00-1.00 sec 7.94 MBytes 66.6 Mbits/sec
41252024-07-19T23:20:12.881Z[ 7] 0.00-1.00 sec 7.95 MBytes 66.7 Mbits/sec
41262024-07-19T23:20:12.881Z[ 9] 0.00-1.00 sec 7.94 MBytes 66.6 Mbits/sec
41272024-07-19T23:20:12.881Z[ 11] 0.00-1.00 sec 7.94 MBytes 66.6 Mbits/sec
41282024-07-19T23:20:12.881Z[ 13] 0.00-1.00 sec 7.94 MBytes 66.6 Mbits/sec
41292024-07-19T23:20:12.881Z[ 15] 0.00-1.00 sec 7.93 MBytes 66.5 Mbits/sec
41302024-07-19T23:20:12.881Z[ 17] 0.00-1.00 sec 7.91 MBytes 66.4 Mbits/sec
41312024-07-19T23:20:12.881Z[ 19] 0.00-1.00 sec 7.93 MBytes 66.5 Mbits/sec
41322024-07-19T23:20:12.881Z[SUM] 0.00-1.00 sec 63.5 MBytes 532 Mbits/sec
41332024-07-19T23:20:12.881Z- - - - - - - - - - - - - - - - - - - - - - - - -
41342024-07-19T23:20:12.881Z[ 5] 1.00-2.00 sec 8.53 MBytes 71.6 Mbits/sec
41352024-07-19T23:20:12.881Z[ 7] 1.00-2.00 sec 8.48 MBytes 71.1 Mbits/sec
41362024-07-19T23:20:12.881Z[ 9] 1.00-2.00 sec 8.52 MBytes 71.4 Mbits/sec
41372024-07-19T23:20:12.881Z[ 11] 1.00-2.00 sec 8.47 MBytes 71.0 Mbits/sec
41382024-07-19T23:20:12.881Z[ 13] 1.00-2.00 sec 8.47 MBytes 71.0 Mbits/sec
41392024-07-19T23:20:12.881Z[ 15] 1.00-2.00 sec 8.47 MBytes 71.0 Mbits/sec
41402024-07-19T23:20:12.881Z[ 17] 1.00-2.00 sec 8.44 MBytes 70.7 Mbits/sec
41412024-07-19T23:20:12.881Z[ 19] 1.00-2.00 sec 8.44 MBytes 70.7 Mbits/sec
41422024-07-19T23:20:12.882Z[SUM] 1.00-2.00 sec 67.8 MBytes 568 Mbits/sec
41432024-07-19T23:20:12.882Z- - - - - - - - - - - - - - - - - - - - - - - - -
41442024-07-19T23:20:12.882Z[ 5] 2.00-3.00 sec 8.34 MBytes 70.0 Mbits/sec
41452024-07-19T23:20:12.882Z[ 7] 2.00-3.00 sec 8.34 MBytes 70.0 Mbits/sec
41462024-07-19T23:20:12.882Z[ 9] 2.00-3.00 sec 8.27 MBytes 69.4 Mbits/sec
41472024-07-19T23:20:12.882Z[ 11] 2.00-3.00 sec 8.30 MBytes 69.7 Mbits/sec
41482024-07-19T23:20:12.882Z[ 13] 2.00-3.00 sec 8.29 MBytes 69.5 Mbits/sec
41492024-07-19T23:20:12.882Z[ 15] 2.00-3.00 sec 8.30 MBytes 69.7 Mbits/sec
41502024-07-19T23:20:12.882Z[ 17] 2.00-3.00 sec 8.35 MBytes 70.1 Mbits/sec
41512024-07-19T23:20:12.882Z[ 19] 2.00-3.00 sec 8.35 MBytes 70.1 Mbits/sec
41522024-07-19T23:20:12.882Z[SUM] 2.00-3.00 sec 66.5 MBytes 559 Mbits/sec
41532024-07-19T23:20:12.882Z- - - - - - - - - - - - - - - - - - - - - - - - -
41542024-07-19T23:20:12.882Z[ 5] 3.00-4.00 sec 9.05 MBytes 75.9 Mbits/sec
41552024-07-19T23:20:12.882Z[ 7] 3.00-4.00 sec 9.05 MBytes 75.9 Mbits/sec
41562024-07-19T23:20:12.882Z[ 9] 3.00-4.00 sec 9.09 MBytes 76.2 Mbits/sec
41572024-07-19T23:20:12.882Z[ 11] 3.00-4.00 sec 9.11 MBytes 76.5 Mbits/sec
41582024-07-19T23:20:12.882Z[ 13] 3.00-4.00 sec 9.11 MBytes 76.5 Mbits/sec
41592024-07-19T23:20:12.882Z[ 15] 3.00-4.00 sec 9.10 MBytes 76.3 Mbits/sec
41602024-07-19T23:20:12.882Z[ 17] 3.00-4.00 sec 9.07 MBytes 76.1 Mbits/sec
41612024-07-19T23:20:12.882Z[ 19] 3.00-4.00 sec 9.03 MBytes 75.8 Mbits/sec
41622024-07-19T23:20:12.882Z[SUM] 3.00-4.00 sec 72.6 MBytes 609 Mbits/sec
41632024-07-19T23:20:12.882Z- - - - - - - - - - - - - - - - - - - - - - - - -
41642024-07-19T23:20:12.882Z[ 5] 4.00-5.00 sec 8.74 MBytes 73.3 Mbits/sec
41652024-07-19T23:20:12.882Z[ 7] 4.00-5.00 sec 8.77 MBytes 73.6 Mbits/sec
41662024-07-19T23:20:12.882Z[ 9] 4.00-5.00 sec 8.71 MBytes 73.1 Mbits/sec
41672024-07-19T23:20:12.882Z[ 11] 4.00-5.00 sec 8.71 MBytes 73.1 Mbits/sec
41682024-07-19T23:20:12.882Z[ 13] 4.00-5.00 sec 8.69 MBytes 72.9 Mbits/sec
41692024-07-19T23:20:12.882Z[ 15] 4.00-5.00 sec 8.69 MBytes 72.9 Mbits/sec
41702024-07-19T23:20:12.882Z[ 17] 4.00-5.00 sec 8.74 MBytes 73.3 Mbits/sec
41712024-07-19T23:20:12.882Z[ 19] 4.00-5.00 sec 8.74 MBytes 73.3 Mbits/sec
41722024-07-19T23:20:12.882Z[SUM] 4.00-5.00 sec 69.8 MBytes 585 Mbits/sec
41732024-07-19T23:20:12.882Z- - - - - - - - - - - - - - - - - - - - - - - - -
41742024-07-19T23:20:12.882Z[ 5] 5.00-6.00 sec 8.02 MBytes 67.3 Mbits/sec
41752024-07-19T23:20:12.882Z[ 7] 5.00-6.00 sec 8.02 MBytes 67.3 Mbits/sec
41762024-07-19T23:20:12.882Z[ 9] 5.00-6.00 sec 8.06 MBytes 67.7 Mbits/sec
41772024-07-19T23:20:12.882Z[ 11] 5.00-6.00 sec 8.05 MBytes 67.5 Mbits/sec
41782024-07-19T23:20:12.882Z[ 13] 5.00-6.00 sec 8.06 MBytes 67.7 Mbits/sec
41792024-07-19T23:20:12.882Z[ 15] 5.00-6.00 sec 8.09 MBytes 67.9 Mbits/sec
41802024-07-19T23:20:12.883Z[ 17] 5.00-6.00 sec 8.01 MBytes 67.2 Mbits/sec
41812024-07-19T23:20:12.883Z[ 19] 5.00-6.00 sec 8.02 MBytes 67.3 Mbits/sec
41822024-07-19T23:20:12.883Z[SUM] 5.00-6.00 sec 64.4 MBytes 540 Mbits/sec
41832024-07-19T23:20:12.883Z- - - - - - - - - - - - - - - - - - - - - - - - -
41842024-07-19T23:20:12.883Z[ 5] 6.00-7.00 sec 8.13 MBytes 68.2 Mbits/sec
41852024-07-19T23:20:12.883Z[ 7] 6.00-7.00 sec 8.09 MBytes 67.9 Mbits/sec
41862024-07-19T23:20:12.883Z[ 9] 6.00-7.00 sec 8.13 MBytes 68.2 Mbits/sec
41872024-07-19T23:20:15.979Z[ 11] 6.00-7.00 sec 8.06 MBytes 67.7 Mbits/sec
41882024-07-19T23:20:15.979Z[ 13] 6.00-7.00 sec 8.13 MBytes 68.2 Mbits/sec
41892024-07-19T23:20:15.979Z[ 15] 6.00-7.00 sec 8.08 MBytes 67.8 Mbits/sec
41902024-07-19T23:20:15.979Z[ 17] 6.00-7.00 sec 8.15 MBytes 68.3 Mbits/sec
41912024-07-19T23:20:15.979Z[ 19] 6.00-7.00 sec 8.12 MBytes 68.1 Mbits/sec
41922024-07-19T23:20:15.979Z[SUM] 6.00-7.00 sec 64.9 MBytes 544 Mbits/sec
41932024-07-19T23:20:15.979Z- - - - - - - - - - - - - - - - - - - - - - - - -
41942024-07-19T23:20:15.979Z[ 5] 7.00-8.00 sec 8.73 MBytes 73.2 Mbits/sec
41952024-07-19T23:20:15.979Z[ 7] 7.00-8.00 sec 8.76 MBytes 73.4 Mbits/sec
41962024-07-19T23:20:15.979Z[ 9] 7.00-8.00 sec 8.62 MBytes 72.2 Mbits/sec
41972024-07-19T23:20:15.979Z[ 11] 7.00-8.00 sec 8.74 MBytes 73.3 Mbits/sec
41982024-07-19T23:20:15.979Z[ 13] 7.00-8.00 sec 8.66 MBytes 72.6 Mbits/sec
41992024-07-19T23:20:15.979Z[ 15] 7.00-8.00 sec 8.71 MBytes 73.0 Mbits/sec
42002024-07-19T23:20:15.979Z[ 17] 7.00-8.00 sec 8.67 MBytes 72.7 Mbits/sec
42012024-07-19T23:20:15.979Z[ 19] 7.00-8.00 sec 8.74 MBytes 73.3 Mbits/sec
42022024-07-19T23:20:15.979Z[SUM] 7.00-8.00 sec 69.6 MBytes 584 Mbits/sec
42032024-07-19T23:20:15.979Z- - - - - - - - - - - - - - - - - - - - - - - - -
42042024-07-19T23:20:15.979Z[ 5] 8.00-9.00 sec 8.31 MBytes 69.8 Mbits/sec
42052024-07-19T23:20:15.979Z[ 7] 8.00-9.00 sec 8.29 MBytes 69.5 Mbits/sec
42062024-07-19T23:20:15.979Z[ 9] 8.00-9.00 sec 8.40 MBytes 70.5 Mbits/sec
42072024-07-19T23:20:15.979Z[ 11] 8.00-9.00 sec 8.33 MBytes 69.9 Mbits/sec
42082024-07-19T23:20:15.979Z[ 13] 8.00-9.00 sec 8.37 MBytes 70.2 Mbits/sec
42092024-07-19T23:20:15.979Z[ 15] 8.00-9.00 sec 8.37 MBytes 70.2 Mbits/sec
42102024-07-19T23:20:15.979Z[ 17] 8.00-9.00 sec 8.38 MBytes 70.3 Mbits/sec
42112024-07-19T23:20:15.979Z[ 19] 8.00-9.00 sec 8.34 MBytes 70.0 Mbits/sec
42122024-07-19T23:20:15.979Z[SUM] 8.00-9.00 sec 66.8 MBytes 560 Mbits/sec
42132024-07-19T23:20:15.979Z- - - - - - - - - - - - - - - - - - - - - - - - -
42142024-07-19T23:20:15.979Z[ 5] 9.00-10.00 sec 7.98 MBytes 66.9 Mbits/sec
42152024-07-19T23:20:15.979Z[ 7] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
42162024-07-19T23:20:15.979Z[ 9] 9.00-10.00 sec 8.01 MBytes 67.2 Mbits/sec
42172024-07-19T23:20:15.980Z[ 11] 9.00-10.00 sec 8.05 MBytes 67.5 Mbits/sec
42182024-07-19T23:20:15.980Z[ 13] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
42192024-07-19T23:20:15.980Z[ 15] 9.00-10.00 sec 8.01 MBytes 67.2 Mbits/sec
42202024-07-19T23:20:15.980Z[ 17] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
42212024-07-19T23:20:15.980Z[ 19] 9.00-10.00 sec 8.02 MBytes 67.3 Mbits/sec
42222024-07-19T23:20:15.980Z[SUM] 9.00-10.00 sec 64.1 MBytes 538 Mbits/sec
42232024-07-19T23:20:15.980Z- - - - - - - - - - - - - - - - - - - - - - - - -
42242024-07-19T23:20:15.980Z[ 5] 10.00-10.01 sec 113 KBytes 161 Mbits/sec
42252024-07-19T23:20:15.980Z[ 7] 10.00-10.01 sec 113 KBytes 161 Mbits/sec
42262024-07-19T23:20:15.980Z[ 9] 10.00-10.01 sec 56.6 KBytes 80.5 Mbits/sec
42272024-07-19T23:20:15.980Z[ 11] 10.00-10.01 sec 56.6 KBytes 80.5 Mbits/sec
42282024-07-19T23:20:15.980Z[ 13] 10.00-10.01 sec 56.6 KBytes 80.5 Mbits/sec
42292024-07-19T23:20:15.980Z[ 15] 10.00-10.01 sec 56.6 KBytes 80.5 Mbits/sec
42302024-07-19T23:20:15.980Z[ 17] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
42312024-07-19T23:20:15.980Z[ 19] 10.00-10.01 sec 56.6 KBytes 80.5 Mbits/sec
42322024-07-19T23:20:15.980Z[SUM] 10.00-10.01 sec 509 KBytes 724 Mbits/sec
42332024-07-19T23:20:15.980Z- - - - - - - - - - - - - - - - - - - - - - - - -
42342024-07-19T23:20:15.980Z[ ID] Interval Transfer Bandwidth
42352024-07-19T23:20:15.980Z[ 5] 0.00-10.01 sec 83.9 MBytes 70.3 Mbits/sec sender
42362024-07-19T23:20:15.980Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42372024-07-19T23:20:15.980Z[ 7] 0.00-10.01 sec 83.9 MBytes 70.3 Mbits/sec sender
42382024-07-19T23:20:15.980Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42392024-07-19T23:20:15.980Z[ 9] 0.00-10.01 sec 83.8 MBytes 70.3 Mbits/sec sender
42402024-07-19T23:20:15.980Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42412024-07-19T23:20:15.980Z[ 11] 0.00-10.01 sec 83.8 MBytes 70.3 Mbits/sec sender
42422024-07-19T23:20:15.980Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42432024-07-19T23:20:15.980Z[ 13] 0.00-10.01 sec 83.8 MBytes 70.2 Mbits/sec sender
42442024-07-19T23:20:15.980Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42452024-07-19T23:20:15.980Z[ 15] 0.00-10.01 sec 83.8 MBytes 70.2 Mbits/sec sender
42462024-07-19T23:20:15.980Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42472024-07-19T23:20:15.980Z[ 17] 0.00-10.01 sec 83.8 MBytes 70.2 Mbits/sec sender
42482024-07-19T23:20:15.980Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42492024-07-19T23:20:15.980Z[ 19] 0.00-10.01 sec 83.8 MBytes 70.2 Mbits/sec sender
42502024-07-19T23:20:15.980Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42512024-07-19T23:20:15.980Z[SUM] 0.00-10.01 sec 671 MBytes 562 Mbits/sec sender
42522024-07-19T23:20:15.980Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
42532024-07-19T23:20:16.004ZRun 4/10...562.4820714925049Mbps
42542024-07-19T23:20:23.057Z-----------------------------------------------------------
42552024-07-19T23:20:23.058ZServer listening on 5201
42562024-07-19T23:20:23.058Z-----------------------------------------------------------
42572024-07-19T23:20:23.058ZAccepted connection from 10.0.0.1, port 64586
42582024-07-19T23:20:23.058Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36586
42592024-07-19T23:20:23.058Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52358
42602024-07-19T23:20:23.058Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43678
42612024-07-19T23:20:23.058Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65220
42622024-07-19T23:20:23.058Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33411
42632024-07-19T23:20:23.058Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52667
42642024-07-19T23:20:23.058Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55767
42652024-07-19T23:20:23.058Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51748
42662024-07-19T23:20:23.058Z[ ID] Interval Transfer Bandwidth
42672024-07-19T23:20:23.058Z[ 5] 0.00-1.00 sec 7.79 MBytes 65.3 Mbits/sec
42682024-07-19T23:20:23.058Z[ 7] 0.00-1.00 sec 7.77 MBytes 65.2 Mbits/sec
42692024-07-19T23:20:23.058Z[ 9] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
42702024-07-19T23:20:23.058Z[ 11] 0.00-1.00 sec 7.68 MBytes 64.4 Mbits/sec
42712024-07-19T23:20:23.058Z[ 13] 0.00-1.00 sec 7.68 MBytes 64.4 Mbits/sec
42722024-07-19T23:20:23.058Z[ 15] 0.00-1.00 sec 7.68 MBytes 64.4 Mbits/sec
42732024-07-19T23:20:23.058Z[ 17] 0.00-1.00 sec 7.71 MBytes 64.6 Mbits/sec
42742024-07-19T23:20:23.058Z[ 19] 0.00-1.00 sec 7.69 MBytes 64.5 Mbits/sec
42752024-07-19T23:20:23.058Z[SUM] 0.00-1.00 sec 61.7 MBytes 517 Mbits/sec
42762024-07-19T23:20:23.058Z- - - - - - - - - - - - - - - - - - - - - - - - -
42772024-07-19T23:20:23.058Z[ 5] 1.00-2.00 sec 8.30 MBytes 69.6 Mbits/sec
42782024-07-19T23:20:23.058Z[ 7] 1.00-2.00 sec 8.33 MBytes 69.9 Mbits/sec
42792024-07-19T23:20:23.058Z[ 9] 1.00-2.00 sec 8.41 MBytes 70.6 Mbits/sec
42802024-07-19T23:20:23.058Z[ 11] 1.00-2.00 sec 8.38 MBytes 70.3 Mbits/sec
42812024-07-19T23:20:23.058Z[ 13] 1.00-2.00 sec 8.35 MBytes 70.1 Mbits/sec
42822024-07-19T23:20:23.058Z[ 15] 1.00-2.00 sec 8.33 MBytes 69.9 Mbits/sec
42832024-07-19T23:20:23.058Z[ 17] 1.00-2.00 sec 8.31 MBytes 69.7 Mbits/sec
42842024-07-19T23:20:23.058Z[ 19] 1.00-2.00 sec 8.29 MBytes 69.5 Mbits/sec
42852024-07-19T23:20:23.058Z[SUM] 1.00-2.00 sec 66.7 MBytes 560 Mbits/sec
42862024-07-19T23:20:23.058Z- - - - - - - - - - - - - - - - - - - - - - - - -
42872024-07-19T23:20:23.058Z[ 5] 2.00-3.00 sec 8.42 MBytes 70.7 Mbits/sec
42882024-07-19T23:20:23.058Z[ 7] 2.00-3.00 sec 8.49 MBytes 71.2 Mbits/sec
42892024-07-19T23:20:23.058Z[ 9] 2.00-3.00 sec 8.52 MBytes 71.5 Mbits/sec
42902024-07-19T23:20:23.058Z[ 11] 2.00-3.00 sec 8.53 MBytes 71.6 Mbits/sec
42912024-07-19T23:20:23.058Z[ 13] 2.00-3.00 sec 8.48 MBytes 71.1 Mbits/sec
42922024-07-19T23:20:23.059Z[ 15] 2.00-3.00 sec 8.52 MBytes 71.5 Mbits/sec
42932024-07-19T23:20:23.059Z[ 17] 2.00-3.00 sec 8.49 MBytes 71.2 Mbits/sec
42942024-07-19T23:20:23.059Z[ 19] 2.00-3.00 sec 8.48 MBytes 71.1 Mbits/sec
42952024-07-19T23:20:23.059Z[SUM] 2.00-3.00 sec 67.9 MBytes 570 Mbits/sec
42962024-07-19T23:20:23.059Z- - - - - - - - - - - - - - - - - - - - - - - - -
42972024-07-19T23:20:23.059Z[ 5] 3.00-4.00 sec 8.52 MBytes 71.5 Mbits/sec
42982024-07-19T23:20:23.059Z[ 7] 3.00-4.00 sec 8.51 MBytes 71.4 Mbits/sec
42992024-07-19T23:20:23.059Z[ 9] 3.00-4.00 sec 8.51 MBytes 71.4 Mbits/sec
43002024-07-19T23:20:23.059Z[ 11] 3.00-4.00 sec 8.49 MBytes 71.3 Mbits/sec
43012024-07-19T23:20:23.059Z[ 13] 3.00-4.00 sec 8.55 MBytes 71.7 Mbits/sec
43022024-07-19T23:20:23.059Z[ 15] 3.00-4.00 sec 8.52 MBytes 71.5 Mbits/sec
43032024-07-19T23:20:23.059Z[ 17] 3.00-4.00 sec 8.56 MBytes 71.8 Mbits/sec
43042024-07-19T23:20:23.059Z[ 19] 3.00-4.00 sec 8.56 MBytes 71.8 Mbits/sec
43052024-07-19T23:20:23.059Z[SUM] 3.00-4.00 sec 68.2 MBytes 572 Mbits/sec
43062024-07-19T23:20:23.059Z- - - - - - - - - - - - - - - - - - - - - - - - -
43072024-07-19T23:20:23.059Z[ 5] 4.00-5.00 sec 8.52 MBytes 71.5 Mbits/sec
43082024-07-19T23:20:23.059Z[ 7] 4.00-5.00 sec 8.47 MBytes 71.0 Mbits/sec
43092024-07-19T23:20:23.059Z[ 9] 4.00-5.00 sec 8.52 MBytes 71.5 Mbits/sec
43102024-07-19T23:20:23.059Z[ 11] 4.00-5.00 sec 8.52 MBytes 71.5 Mbits/sec
43112024-07-19T23:20:23.059Z[ 13] 4.00-5.00 sec 8.52 MBytes 71.5 Mbits/sec
43122024-07-19T23:20:23.059Z[ 15] 4.00-5.00 sec 8.47 MBytes 71.0 Mbits/sec
43132024-07-19T23:20:23.059Z[ 17] 4.00-5.00 sec 8.48 MBytes 71.1 Mbits/sec
43142024-07-19T23:20:23.059Z[ 19] 4.00-5.00 sec 8.51 MBytes 71.3 Mbits/sec
43152024-07-19T23:20:23.059Z[SUM] 4.00-5.00 sec 68.0 MBytes 570 Mbits/sec
43162024-07-19T23:20:23.059Z- - - - - - - - - - - - - - - - - - - - - - - - -
43172024-07-19T23:20:23.059Z[ 5] 5.00-6.00 sec 8.13 MBytes 68.2 Mbits/sec
43182024-07-19T23:20:23.059Z[ 7] 5.00-6.00 sec 8.18 MBytes 68.5 Mbits/sec
43192024-07-19T23:20:23.059Z[ 9] 5.00-6.00 sec 8.12 MBytes 68.1 Mbits/sec
43202024-07-19T23:20:23.059Z[ 11] 5.00-6.00 sec 8.12 MBytes 68.1 Mbits/sec
43212024-07-19T23:20:23.059Z[ 13] 5.00-6.00 sec 8.13 MBytes 68.2 Mbits/sec
43222024-07-19T23:20:23.059Z[ 15] 5.00-6.00 sec 8.18 MBytes 68.5 Mbits/sec
43232024-07-19T23:20:23.059Z[ 17] 5.00-6.00 sec 8.15 MBytes 68.3 Mbits/sec
43242024-07-19T23:20:23.059Z[ 19] 5.00-6.00 sec 8.13 MBytes 68.2 Mbits/sec
43252024-07-19T23:20:23.059Z[SUM] 5.00-6.00 sec 65.1 MBytes 546 Mbits/sec
43262024-07-19T23:20:23.059Z- - - - - - - - - - - - - - - - - - - - - - - - -
43272024-07-19T23:20:23.059Z[ 5] 6.00-7.00 sec 8.41 MBytes 70.6 Mbits/sec
43282024-07-19T23:20:23.059Z[ 7] 6.00-7.00 sec 8.40 MBytes 70.5 Mbits/sec
43292024-07-19T23:20:23.059Z[ 9] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
43302024-07-19T23:20:26.259Z[ 11] 6.00-7.00 sec 8.37 MBytes 70.2 Mbits/sec
43312024-07-19T23:20:26.259Z[ 13] 6.00-7.00 sec 8.38 MBytes 70.3 Mbits/sec
43322024-07-19T23:20:26.259Z[ 15] 6.00-7.00 sec 8.40 MBytes 70.5 Mbits/sec
43332024-07-19T23:20:26.259Z[ 17] 6.00-7.00 sec 8.41 MBytes 70.6 Mbits/sec
43342024-07-19T23:20:26.259Z[ 19] 6.00-7.00 sec 8.35 MBytes 70.1 Mbits/sec
43352024-07-19T23:20:26.259Z[SUM] 6.00-7.00 sec 67.1 MBytes 563 Mbits/sec
43362024-07-19T23:20:26.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
43372024-07-19T23:20:26.259Z[ 5] 7.00-8.00 sec 8.29 MBytes 69.5 Mbits/sec
43382024-07-19T23:20:26.259Z[ 7] 7.00-8.00 sec 8.24 MBytes 69.2 Mbits/sec
43392024-07-19T23:20:26.259Z[ 9] 7.00-8.00 sec 8.26 MBytes 69.3 Mbits/sec
43402024-07-19T23:20:26.259Z[ 11] 7.00-8.00 sec 8.27 MBytes 69.4 Mbits/sec
43412024-07-19T23:20:26.259Z[ 13] 7.00-8.00 sec 8.24 MBytes 69.2 Mbits/sec
43422024-07-19T23:20:26.259Z[ 15] 7.00-8.00 sec 8.24 MBytes 69.2 Mbits/sec
43432024-07-19T23:20:26.259Z[ 17] 7.00-8.00 sec 8.22 MBytes 69.0 Mbits/sec
43442024-07-19T23:20:26.259Z[ 19] 7.00-8.00 sec 8.26 MBytes 69.3 Mbits/sec
43452024-07-19T23:20:26.259Z[SUM] 7.00-8.00 sec 66.0 MBytes 554 Mbits/sec
43462024-07-19T23:20:26.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
43472024-07-19T23:20:26.259Z[ 5] 8.00-9.00 sec 8.58 MBytes 71.9 Mbits/sec
43482024-07-19T23:20:26.259Z[ 7] 8.00-9.00 sec 8.62 MBytes 72.3 Mbits/sec
43492024-07-19T23:20:26.259Z[ 9] 8.00-9.00 sec 8.58 MBytes 71.9 Mbits/sec
43502024-07-19T23:20:26.259Z[ 11] 8.00-9.00 sec 8.56 MBytes 71.8 Mbits/sec
43512024-07-19T23:20:26.259Z[ 13] 8.00-9.00 sec 8.58 MBytes 71.9 Mbits/sec
43522024-07-19T23:20:26.259Z[ 15] 8.00-9.00 sec 8.60 MBytes 72.2 Mbits/sec
43532024-07-19T23:20:26.259Z[ 17] 8.00-9.00 sec 8.62 MBytes 72.3 Mbits/sec
43542024-07-19T23:20:26.259Z[ 19] 8.00-9.00 sec 8.63 MBytes 72.4 Mbits/sec
43552024-07-19T23:20:26.259Z[SUM] 8.00-9.00 sec 68.8 MBytes 577 Mbits/sec
43562024-07-19T23:20:26.259Z- - - - - - - - - - - - - - - - - - - - - - - - -
43572024-07-19T23:20:26.259Z[ 5] 9.00-10.00 sec 8.13 MBytes 68.2 Mbits/sec
43582024-07-19T23:20:26.260Z[ 7] 9.00-10.00 sec 8.18 MBytes 68.6 Mbits/sec
43592024-07-19T23:20:26.260Z[ 9] 9.00-10.00 sec 8.19 MBytes 68.7 Mbits/sec
43602024-07-19T23:20:26.260Z[ 11] 9.00-10.00 sec 8.18 MBytes 68.6 Mbits/sec
43612024-07-19T23:20:26.260Z[ 13] 9.00-10.00 sec 8.13 MBytes 68.2 Mbits/sec
43622024-07-19T23:20:26.260Z[ 15] 9.00-10.00 sec 8.13 MBytes 68.2 Mbits/sec
43632024-07-19T23:20:26.260Z[ 17] 9.00-10.00 sec 8.15 MBytes 68.4 Mbits/sec
43642024-07-19T23:20:26.260Z[ 19] 9.00-10.00 sec 8.13 MBytes 68.2 Mbits/sec
43652024-07-19T23:20:26.260Z[SUM] 9.00-10.00 sec 65.2 MBytes 547 Mbits/sec
43662024-07-19T23:20:26.260Z- - - - - - - - - - - - - - - - - - - - - - - - -
43672024-07-19T23:20:26.260Z[ 5] 10.00-10.01 sec 113 KBytes 158 Mbits/sec
43682024-07-19T23:20:26.260Z[ 7] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
43692024-07-19T23:20:26.260Z[ 9] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
43702024-07-19T23:20:26.260Z[ 11] 10.00-10.01 sec 56.6 KBytes 79.2 Mbits/sec
43712024-07-19T23:20:26.260Z[ 13] 10.00-10.01 sec 113 KBytes 158 Mbits/sec
43722024-07-19T23:20:26.260Z[ 15] 10.00-10.01 sec 56.6 KBytes 79.2 Mbits/sec
43732024-07-19T23:20:26.260Z[ 17] 10.00-10.01 sec 56.6 KBytes 79.3 Mbits/sec
43742024-07-19T23:20:26.260Z[ 19] 10.00-10.01 sec 113 KBytes 159 Mbits/sec
43752024-07-19T23:20:26.260Z[SUM] 10.00-10.01 sec 509 KBytes 713 Mbits/sec
43762024-07-19T23:20:26.260Z- - - - - - - - - - - - - - - - - - - - - - - - -
43772024-07-19T23:20:26.260Z[ ID] Interval Transfer Bandwidth
43782024-07-19T23:20:26.260Z[ 5] 0.00-10.01 sec 83.2 MBytes 69.8 Mbits/sec sender
43792024-07-19T23:20:26.260Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43802024-07-19T23:20:26.260Z[ 7] 0.00-10.01 sec 83.2 MBytes 69.7 Mbits/sec sender
43812024-07-19T23:20:26.260Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43822024-07-19T23:20:26.260Z[ 9] 0.00-10.01 sec 83.1 MBytes 69.7 Mbits/sec sender
43832024-07-19T23:20:26.260Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43842024-07-19T23:20:26.260Z[ 11] 0.00-10.01 sec 83.2 MBytes 69.7 Mbits/sec sender
43852024-07-19T23:20:26.260Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43862024-07-19T23:20:26.260Z[ 13] 0.00-10.01 sec 83.2 MBytes 69.7 Mbits/sec sender
43872024-07-19T23:20:26.260Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43882024-07-19T23:20:26.260Z[ 15] 0.00-10.01 sec 83.1 MBytes 69.7 Mbits/sec sender
43892024-07-19T23:20:26.260Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43902024-07-19T23:20:26.260Z[ 17] 0.00-10.01 sec 83.1 MBytes 69.7 Mbits/sec sender
43912024-07-19T23:20:26.260Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43922024-07-19T23:20:26.260Z[ 19] 0.00-10.01 sec 83.1 MBytes 69.7 Mbits/sec sender
43932024-07-19T23:20:26.260Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43942024-07-19T23:20:26.261Z[SUM] 0.00-10.01 sec 665 MBytes 558 Mbits/sec sender
43952024-07-19T23:20:26.261Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
43962024-07-19T23:20:26.284ZRun 5/10...558.04815504627Mbps
43972024-07-19T23:20:33.320Z-----------------------------------------------------------
43982024-07-19T23:20:33.320ZServer listening on 5201
43992024-07-19T23:20:33.320Z-----------------------------------------------------------
44002024-07-19T23:20:33.320ZAccepted connection from 10.0.0.1, port 53034
44012024-07-19T23:20:33.320Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48660
44022024-07-19T23:20:33.320Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59838
44032024-07-19T23:20:33.320Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36338
44042024-07-19T23:20:33.320Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51683
44052024-07-19T23:20:33.320Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44263
44062024-07-19T23:20:33.320Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33624
44072024-07-19T23:20:33.320Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56834
44082024-07-19T23:20:33.320Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33114
44092024-07-19T23:20:33.320Z[ ID] Interval Transfer Bandwidth
44102024-07-19T23:20:33.320Z[ 5] 0.00-1.00 sec 7.77 MBytes 65.2 Mbits/sec
44112024-07-19T23:20:33.320Z[ 7] 0.00-1.00 sec 7.80 MBytes 65.4 Mbits/sec
44122024-07-19T23:20:33.320Z[ 9] 0.00-1.00 sec 7.72 MBytes 64.7 Mbits/sec
44132024-07-19T23:20:33.320Z[ 11] 0.00-1.00 sec 7.73 MBytes 64.9 Mbits/sec
44142024-07-19T23:20:33.320Z[ 13] 0.00-1.00 sec 7.73 MBytes 64.9 Mbits/sec
44152024-07-19T23:20:33.320Z[ 15] 0.00-1.00 sec 7.69 MBytes 64.5 Mbits/sec
44162024-07-19T23:20:33.320Z[ 17] 0.00-1.00 sec 7.66 MBytes 64.3 Mbits/sec
44172024-07-19T23:20:33.320Z[ 19] 0.00-1.00 sec 7.69 MBytes 64.5 Mbits/sec
44182024-07-19T23:20:33.320Z[SUM] 0.00-1.00 sec 61.8 MBytes 518 Mbits/sec
44192024-07-19T23:20:33.320Z- - - - - - - - - - - - - - - - - - - - - - - - -
44202024-07-19T23:20:33.320Z[ 5] 1.00-2.00 sec 8.41 MBytes 70.6 Mbits/sec
44212024-07-19T23:20:33.320Z[ 7] 1.00-2.00 sec 8.40 MBytes 70.4 Mbits/sec
44222024-07-19T23:20:33.320Z[ 9] 1.00-2.00 sec 8.40 MBytes 70.4 Mbits/sec
44232024-07-19T23:20:33.320Z[ 11] 1.00-2.00 sec 8.41 MBytes 70.6 Mbits/sec
44242024-07-19T23:20:33.320Z[ 13] 1.00-2.00 sec 8.38 MBytes 70.3 Mbits/sec
44252024-07-19T23:20:33.320Z[ 15] 1.00-2.00 sec 8.44 MBytes 70.8 Mbits/sec
44262024-07-19T23:20:33.320Z[ 17] 1.00-2.00 sec 8.45 MBytes 70.9 Mbits/sec
44272024-07-19T23:20:33.320Z[ 19] 1.00-2.00 sec 8.37 MBytes 70.2 Mbits/sec
44282024-07-19T23:20:33.320Z[SUM] 1.00-2.00 sec 67.3 MBytes 564 Mbits/sec
44292024-07-19T23:20:33.320Z- - - - - - - - - - - - - - - - - - - - - - - - -
44302024-07-19T23:20:33.320Z[ 5] 2.00-3.00 sec 8.24 MBytes 69.2 Mbits/sec
44312024-07-19T23:20:33.320Z[ 7] 2.00-3.00 sec 8.15 MBytes 68.3 Mbits/sec
44322024-07-19T23:20:33.320Z[ 9] 2.00-3.00 sec 8.23 MBytes 69.0 Mbits/sec
44332024-07-19T23:20:33.321Z[ 11] 2.00-3.00 sec 8.19 MBytes 68.7 Mbits/sec
44342024-07-19T23:20:33.321Z[ 13] 2.00-3.00 sec 8.22 MBytes 68.9 Mbits/sec
44352024-07-19T23:20:33.321Z[ 15] 2.00-3.00 sec 8.23 MBytes 69.0 Mbits/sec
44362024-07-19T23:20:33.321Z[ 17] 2.00-3.00 sec 8.23 MBytes 69.0 Mbits/sec
44372024-07-19T23:20:33.321Z[ 19] 2.00-3.00 sec 8.24 MBytes 69.2 Mbits/sec
44382024-07-19T23:20:33.321Z[SUM] 2.00-3.00 sec 65.7 MBytes 551 Mbits/sec
44392024-07-19T23:20:33.321Z- - - - - - - - - - - - - - - - - - - - - - - - -
44402024-07-19T23:20:33.321Z[ 5] 3.00-4.00 sec 8.41 MBytes 70.6 Mbits/sec
44412024-07-19T23:20:33.321Z[ 7] 3.00-4.00 sec 8.47 MBytes 71.0 Mbits/sec
44422024-07-19T23:20:33.321Z[ 9] 3.00-4.00 sec 8.45 MBytes 70.9 Mbits/sec
44432024-07-19T23:20:33.321Z[ 11] 3.00-4.00 sec 8.41 MBytes 70.6 Mbits/sec
44442024-07-19T23:20:33.321Z[ 13] 3.00-4.00 sec 8.42 MBytes 70.7 Mbits/sec
44452024-07-19T23:20:33.345Z[ 15] 3.00-4.00 sec 8.42 MBytes 70.7 Mbits/sec
44462024-07-19T23:20:33.345Z[ 17] 3.00-4.00 sec 8.40 MBytes 70.4 Mbits/sec
44472024-07-19T23:20:33.345Z[ 19] 3.00-4.00 sec 8.42 MBytes 70.7 Mbits/sec
44482024-07-19T23:20:33.346Z[SUM] 3.00-4.00 sec 67.4 MBytes 565 Mbits/sec
44492024-07-19T23:20:33.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
44502024-07-19T23:20:33.346Z[ 5] 4.00-5.00 sec 8.53 MBytes 71.6 Mbits/sec
44512024-07-19T23:20:33.346Z[ 7] 4.00-5.00 sec 8.53 MBytes 71.6 Mbits/sec
44522024-07-19T23:20:33.346Z[ 9] 4.00-5.00 sec 8.48 MBytes 71.1 Mbits/sec
44532024-07-19T23:20:33.346Z[ 11] 4.00-5.00 sec 8.51 MBytes 71.4 Mbits/sec
44542024-07-19T23:20:33.346Z[ 13] 4.00-5.00 sec 8.56 MBytes 71.8 Mbits/sec
44552024-07-19T23:20:33.346Z[ 15] 4.00-5.00 sec 8.49 MBytes 71.2 Mbits/sec
44562024-07-19T23:20:33.346Z[ 17] 4.00-5.00 sec 8.52 MBytes 71.5 Mbits/sec
44572024-07-19T23:20:33.346Z[ 19] 4.00-5.00 sec 8.51 MBytes 71.4 Mbits/sec
44582024-07-19T23:20:33.346Z[SUM] 4.00-5.00 sec 68.1 MBytes 572 Mbits/sec
44592024-07-19T23:20:33.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
44602024-07-19T23:20:33.346Z[ 5] 5.00-6.00 sec 8.23 MBytes 69.0 Mbits/sec
44612024-07-19T23:20:33.346Z[ 7] 5.00-6.00 sec 8.23 MBytes 69.0 Mbits/sec
44622024-07-19T23:20:33.346Z[ 9] 5.00-6.00 sec 8.26 MBytes 69.3 Mbits/sec
44632024-07-19T23:20:33.346Z[ 11] 5.00-6.00 sec 8.30 MBytes 69.6 Mbits/sec
44642024-07-19T23:20:33.346Z[ 13] 5.00-6.00 sec 8.23 MBytes 69.0 Mbits/sec
44652024-07-19T23:20:33.346Z[ 15] 5.00-6.00 sec 8.23 MBytes 69.0 Mbits/sec
44662024-07-19T23:20:33.346Z[ 17] 5.00-6.00 sec 8.22 MBytes 68.9 Mbits/sec
44672024-07-19T23:20:33.346Z[ 19] 5.00-6.00 sec 8.29 MBytes 69.5 Mbits/sec
44682024-07-19T23:20:33.346Z[SUM] 5.00-6.00 sec 66.0 MBytes 553 Mbits/sec
44692024-07-19T23:20:33.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
44702024-07-19T23:20:33.346Z[ 5] 6.00-7.00 sec 8.76 MBytes 73.4 Mbits/sec
44712024-07-19T23:20:33.346Z[ 7] 6.00-7.00 sec 8.76 MBytes 73.4 Mbits/sec
44722024-07-19T23:20:33.346Z[ 9] 6.00-7.00 sec 8.70 MBytes 73.0 Mbits/sec
44732024-07-19T23:20:36.439Z[ 11] 6.00-7.00 sec 8.71 MBytes 73.1 Mbits/sec
44742024-07-19T23:20:36.439Z[ 13] 6.00-7.00 sec 8.74 MBytes 73.3 Mbits/sec
44752024-07-19T23:20:36.439Z[ 15] 6.00-7.00 sec 8.77 MBytes 73.6 Mbits/sec
44762024-07-19T23:20:36.439Z[ 17] 6.00-7.00 sec 8.76 MBytes 73.4 Mbits/sec
44772024-07-19T23:20:36.439Z[ 19] 6.00-7.00 sec 8.73 MBytes 73.2 Mbits/sec
44782024-07-19T23:20:36.439Z[SUM] 6.00-7.00 sec 69.9 MBytes 586 Mbits/sec
44792024-07-19T23:20:36.439Z- - - - - - - - - - - - - - - - - - - - - - - - -
44802024-07-19T23:20:36.439Z[ 5] 7.00-8.00 sec 8.45 MBytes 70.9 Mbits/sec
44812024-07-19T23:20:36.439Z[ 7] 7.00-8.00 sec 8.48 MBytes 71.1 Mbits/sec
44822024-07-19T23:20:36.439Z[ 9] 7.00-8.00 sec 8.51 MBytes 71.3 Mbits/sec
44832024-07-19T23:20:36.439Z[ 11] 7.00-8.00 sec 8.52 MBytes 71.4 Mbits/sec
44842024-07-19T23:20:36.439Z[ 13] 7.00-8.00 sec 8.45 MBytes 70.9 Mbits/sec
44852024-07-19T23:20:36.439Z[ 15] 7.00-8.00 sec 8.48 MBytes 71.1 Mbits/sec
44862024-07-19T23:20:36.439Z[ 17] 7.00-8.00 sec 8.49 MBytes 71.2 Mbits/sec
44872024-07-19T23:20:36.439Z[ 19] 7.00-8.00 sec 8.45 MBytes 70.9 Mbits/sec
44882024-07-19T23:20:36.439Z[SUM] 7.00-8.00 sec 67.8 MBytes 569 Mbits/sec
44892024-07-19T23:20:36.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
44902024-07-19T23:20:36.440Z[ 5] 8.00-9.00 sec 8.04 MBytes 67.5 Mbits/sec
44912024-07-19T23:20:36.440Z[ 7] 8.00-9.00 sec 8.02 MBytes 67.4 Mbits/sec
44922024-07-19T23:20:36.440Z[ 9] 8.00-9.00 sec 8.06 MBytes 67.7 Mbits/sec
44932024-07-19T23:20:36.440Z[ 11] 8.00-9.00 sec 8.04 MBytes 67.5 Mbits/sec
44942024-07-19T23:20:36.440Z[ 13] 8.00-9.00 sec 8.06 MBytes 67.7 Mbits/sec
44952024-07-19T23:20:36.440Z[ 15] 8.00-9.00 sec 8.01 MBytes 67.2 Mbits/sec
44962024-07-19T23:20:36.440Z[ 17] 8.00-9.00 sec 8.06 MBytes 67.7 Mbits/sec
44972024-07-19T23:20:36.440Z[ 19] 8.00-9.00 sec 8.06 MBytes 67.7 Mbits/sec
44982024-07-19T23:20:36.440Z[SUM] 8.00-9.00 sec 64.4 MBytes 540 Mbits/sec
44992024-07-19T23:20:36.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
45002024-07-19T23:20:36.440Z[ 5] 9.00-10.00 sec 8.81 MBytes 73.9 Mbits/sec
45012024-07-19T23:20:36.440Z[ 7] 9.00-10.00 sec 8.74 MBytes 73.3 Mbits/sec
45022024-07-19T23:20:36.440Z[ 9] 9.00-10.00 sec 8.71 MBytes 73.1 Mbits/sec
45032024-07-19T23:20:36.440Z[ 11] 9.00-10.00 sec 8.71 MBytes 73.1 Mbits/sec
45042024-07-19T23:20:36.440Z[ 13] 9.00-10.00 sec 8.73 MBytes 73.2 Mbits/sec
45052024-07-19T23:20:36.440Z[ 15] 9.00-10.00 sec 8.78 MBytes 73.7 Mbits/sec
45062024-07-19T23:20:36.440Z[ 17] 9.00-10.00 sec 8.71 MBytes 73.1 Mbits/sec
45072024-07-19T23:20:36.440Z[ 19] 9.00-10.00 sec 8.71 MBytes 73.1 Mbits/sec
45082024-07-19T23:20:36.440Z[SUM] 9.00-10.00 sec 69.9 MBytes 587 Mbits/sec
45092024-07-19T23:20:36.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
45102024-07-19T23:20:36.440Z[ 5] 10.00-10.01 sec 56.6 KBytes 64.0 Mbits/sec
45112024-07-19T23:20:36.440Z[ 7] 10.00-10.01 sec 113 KBytes 128 Mbits/sec
45122024-07-19T23:20:36.440Z[ 9] 10.00-10.01 sec 113 KBytes 128 Mbits/sec
45132024-07-19T23:20:36.440Z[ 11] 10.00-10.01 sec 113 KBytes 128 Mbits/sec
45142024-07-19T23:20:36.440Z[ 13] 10.00-10.01 sec 113 KBytes 128 Mbits/sec
45152024-07-19T23:20:36.440Z[ 15] 10.00-10.01 sec 113 KBytes 128 Mbits/sec
45162024-07-19T23:20:36.440Z[ 17] 10.00-10.01 sec 113 KBytes 128 Mbits/sec
45172024-07-19T23:20:36.440Z[ 19] 10.00-10.01 sec 56.6 KBytes 64.0 Mbits/sec
45182024-07-19T23:20:36.440Z[SUM] 10.00-10.01 sec 792 KBytes 896 Mbits/sec
45192024-07-19T23:20:36.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
45202024-07-19T23:20:36.440Z[ ID] Interval Transfer Bandwidth
45212024-07-19T23:20:36.440Z[ 5] 0.00-10.01 sec 83.7 MBytes 70.2 Mbits/sec sender
45222024-07-19T23:20:36.440Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45232024-07-19T23:20:36.440Z[ 7] 0.00-10.01 sec 83.7 MBytes 70.1 Mbits/sec sender
45242024-07-19T23:20:36.440Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45252024-07-19T23:20:36.440Z[ 9] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
45262024-07-19T23:20:36.440Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45272024-07-19T23:20:36.440Z[ 11] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
45282024-07-19T23:20:36.441Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45292024-07-19T23:20:36.441Z[ 13] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
45302024-07-19T23:20:36.441Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45312024-07-19T23:20:36.441Z[ 15] 0.00-10.01 sec 83.7 MBytes 70.1 Mbits/sec sender
45322024-07-19T23:20:36.441Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45332024-07-19T23:20:36.441Z[ 17] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
45342024-07-19T23:20:36.441Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45352024-07-19T23:20:36.441Z[ 19] 0.00-10.01 sec 83.5 MBytes 70.0 Mbits/sec sender
45362024-07-19T23:20:36.441Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45372024-07-19T23:20:36.441Z[SUM] 0.00-10.01 sec 669 MBytes 561 Mbits/sec sender
45382024-07-19T23:20:36.441Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45392024-07-19T23:20:36.465ZRun 6/10...561.2878032496491Mbps
45402024-07-19T23:20:43.511Z-----------------------------------------------------------
45412024-07-19T23:20:43.511ZServer listening on 5201
45422024-07-19T23:20:43.511Z-----------------------------------------------------------
45432024-07-19T23:20:43.511ZAccepted connection from 10.0.0.1, port 41722
45442024-07-19T23:20:43.511Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48566
45452024-07-19T23:20:43.511Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54727
45462024-07-19T23:20:43.511Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42597
45472024-07-19T23:20:43.511Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46794
45482024-07-19T23:20:43.512Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32857
45492024-07-19T23:20:43.512Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44929
45502024-07-19T23:20:43.512Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39988
45512024-07-19T23:20:43.512Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48609
45522024-07-19T23:20:43.512Z[ ID] Interval Transfer Bandwidth
45532024-07-19T23:20:43.512Z[ 5] 0.00-1.00 sec 8.18 MBytes 68.6 Mbits/sec
45542024-07-19T23:20:43.512Z[ 7] 0.00-1.00 sec 8.15 MBytes 68.3 Mbits/sec
45552024-07-19T23:20:43.512Z[ 9] 0.00-1.00 sec 8.20 MBytes 68.8 Mbits/sec
45562024-07-19T23:20:43.512Z[ 11] 0.00-1.00 sec 8.18 MBytes 68.6 Mbits/sec
45572024-07-19T23:20:43.512Z[ 13] 0.00-1.00 sec 8.16 MBytes 68.4 Mbits/sec
45582024-07-19T23:20:43.512Z[ 15] 0.00-1.00 sec 8.12 MBytes 68.1 Mbits/sec
45592024-07-19T23:20:43.512Z[ 17] 0.00-1.00 sec 8.11 MBytes 68.0 Mbits/sec
45602024-07-19T23:20:43.512Z[ 19] 0.00-1.00 sec 8.09 MBytes 67.9 Mbits/sec
45612024-07-19T23:20:43.512Z[SUM] 0.00-1.00 sec 65.2 MBytes 547 Mbits/sec
45622024-07-19T23:20:43.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
45632024-07-19T23:20:43.512Z[ 5] 1.00-2.00 sec 8.76 MBytes 73.5 Mbits/sec
45642024-07-19T23:20:43.512Z[ 7] 1.00-2.00 sec 8.78 MBytes 73.7 Mbits/sec
45652024-07-19T23:20:43.512Z[ 9] 1.00-2.00 sec 8.71 MBytes 73.1 Mbits/sec
45662024-07-19T23:20:43.512Z[ 11] 1.00-2.00 sec 8.73 MBytes 73.2 Mbits/sec
45672024-07-19T23:20:43.512Z[ 13] 1.00-2.00 sec 8.76 MBytes 73.5 Mbits/sec
45682024-07-19T23:20:43.512Z[ 15] 1.00-2.00 sec 8.82 MBytes 74.0 Mbits/sec
45692024-07-19T23:20:43.512Z[ 17] 1.00-2.00 sec 8.74 MBytes 73.3 Mbits/sec
45702024-07-19T23:20:43.512Z[ 19] 1.00-2.00 sec 8.73 MBytes 73.2 Mbits/sec
45712024-07-19T23:20:43.512Z[SUM] 1.00-2.00 sec 70.0 MBytes 588 Mbits/sec
45722024-07-19T23:20:43.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
45732024-07-19T23:20:43.512Z[ 5] 2.00-3.00 sec 8.48 MBytes 71.1 Mbits/sec
45742024-07-19T23:20:43.512Z[ 7] 2.00-3.00 sec 8.48 MBytes 71.1 Mbits/sec
45752024-07-19T23:20:43.512Z[ 9] 2.00-3.00 sec 8.41 MBytes 70.5 Mbits/sec
45762024-07-19T23:20:43.512Z[ 11] 2.00-3.00 sec 8.42 MBytes 70.6 Mbits/sec
45772024-07-19T23:20:43.512Z[ 13] 2.00-3.00 sec 8.37 MBytes 70.2 Mbits/sec
45782024-07-19T23:20:43.512Z[ 15] 2.00-3.00 sec 8.37 MBytes 70.2 Mbits/sec
45792024-07-19T23:20:43.512Z[ 17] 2.00-3.00 sec 8.47 MBytes 71.0 Mbits/sec
45802024-07-19T23:20:43.512Z[ 19] 2.00-3.00 sec 8.48 MBytes 71.1 Mbits/sec
45812024-07-19T23:20:43.512Z[SUM] 2.00-3.00 sec 67.5 MBytes 566 Mbits/sec
45822024-07-19T23:20:43.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
45832024-07-19T23:20:43.512Z[ 5] 3.00-4.00 sec 8.34 MBytes 70.0 Mbits/sec
45842024-07-19T23:20:43.512Z[ 7] 3.00-4.00 sec 8.30 MBytes 69.6 Mbits/sec
45852024-07-19T23:20:43.512Z[ 9] 3.00-4.00 sec 8.40 MBytes 70.4 Mbits/sec
45862024-07-19T23:20:43.512Z[ 11] 3.00-4.00 sec 8.37 MBytes 70.2 Mbits/sec
45872024-07-19T23:20:43.513Z[ 13] 3.00-4.00 sec 8.42 MBytes 70.7 Mbits/sec
45882024-07-19T23:20:43.513Z[ 15] 3.00-4.00 sec 8.41 MBytes 70.5 Mbits/sec
45892024-07-19T23:20:43.513Z[ 17] 3.00-4.00 sec 8.37 MBytes 70.2 Mbits/sec
45902024-07-19T23:20:43.513Z[ 19] 3.00-4.00 sec 8.35 MBytes 70.1 Mbits/sec
45912024-07-19T23:20:43.513Z[SUM] 3.00-4.00 sec 67.0 MBytes 562 Mbits/sec
45922024-07-19T23:20:43.513Z- - - - - - - - - - - - - - - - - - - - - - - - -
45932024-07-19T23:20:43.513Z[ 5] 4.00-5.00 sec 8.34 MBytes 70.0 Mbits/sec
45942024-07-19T23:20:43.513Z[ 7] 4.00-5.00 sec 8.37 MBytes 70.3 Mbits/sec
45952024-07-19T23:20:43.513Z[ 9] 4.00-5.00 sec 8.34 MBytes 70.0 Mbits/sec
45962024-07-19T23:20:43.513Z[ 11] 4.00-5.00 sec 8.35 MBytes 70.1 Mbits/sec
45972024-07-19T23:20:43.513Z[ 13] 4.00-5.00 sec 8.37 MBytes 70.3 Mbits/sec
45982024-07-19T23:20:43.513Z[ 15] 4.00-5.00 sec 8.33 MBytes 69.9 Mbits/sec
45992024-07-19T23:20:43.513Z[ 17] 4.00-5.00 sec 8.30 MBytes 69.7 Mbits/sec
46002024-07-19T23:20:43.513Z[ 19] 4.00-5.00 sec 8.34 MBytes 70.0 Mbits/sec
46012024-07-19T23:20:43.513Z[SUM] 4.00-5.00 sec 66.7 MBytes 560 Mbits/sec
46022024-07-19T23:20:43.513Z- - - - - - - - - - - - - - - - - - - - - - - - -
46032024-07-19T23:20:43.513Z[ 5] 5.00-6.00 sec 8.67 MBytes 72.7 Mbits/sec
46042024-07-19T23:20:43.513Z[ 7] 5.00-6.00 sec 8.67 MBytes 72.7 Mbits/sec
46052024-07-19T23:20:43.513Z[ 9] 5.00-6.00 sec 8.64 MBytes 72.5 Mbits/sec
46062024-07-19T23:20:43.513Z[ 11] 5.00-6.00 sec 8.69 MBytes 72.8 Mbits/sec
46072024-07-19T23:20:43.513Z[ 13] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
46082024-07-19T23:20:43.513Z[ 15] 5.00-6.00 sec 8.69 MBytes 72.8 Mbits/sec
46092024-07-19T23:20:43.513Z[ 17] 5.00-6.00 sec 8.74 MBytes 73.3 Mbits/sec
46102024-07-19T23:20:43.513Z[ 19] 5.00-6.00 sec 8.64 MBytes 72.5 Mbits/sec
46112024-07-19T23:20:43.513Z[SUM] 5.00-6.00 sec 69.4 MBytes 582 Mbits/sec
46122024-07-19T23:20:43.513Z- - - - - - - - - - - - - - - - - - - - - - - - -
46132024-07-19T23:20:43.513Z[ 5] 6.00-7.00 sec 8.23 MBytes 69.1 Mbits/sec
46142024-07-19T23:20:43.513Z[ 7] 6.00-7.00 sec 8.20 MBytes 68.8 Mbits/sec
46152024-07-19T23:20:43.513Z[ 9] 6.00-7.00 sec 8.20 MBytes 68.8 Mbits/sec
46162024-07-19T23:20:46.608Z[ 11] 6.00-7.00 sec 8.13 MBytes 68.3 Mbits/sec
46172024-07-19T23:20:46.608Z[ 13] 6.00-7.00 sec 8.18 MBytes 68.6 Mbits/sec
46182024-07-19T23:20:46.608Z[ 15] 6.00-7.00 sec 8.15 MBytes 68.4 Mbits/sec
46192024-07-19T23:20:46.608Z[ 17] 6.00-7.00 sec 8.12 MBytes 68.1 Mbits/sec
46202024-07-19T23:20:46.608Z[ 19] 6.00-7.00 sec 8.20 MBytes 68.8 Mbits/sec
46212024-07-19T23:20:46.608Z[SUM] 6.00-7.00 sec 65.4 MBytes 549 Mbits/sec
46222024-07-19T23:20:46.608Z- - - - - - - - - - - - - - - - - - - - - - - - -
46232024-07-19T23:20:46.608Z[ 5] 7.00-8.00 sec 8.13 MBytes 68.2 Mbits/sec
46242024-07-19T23:20:46.608Z[ 7] 7.00-8.00 sec 8.13 MBytes 68.2 Mbits/sec
46252024-07-19T23:20:46.608Z[ 9] 7.00-8.00 sec 8.12 MBytes 68.1 Mbits/sec
46262024-07-19T23:20:46.608Z[ 11] 7.00-8.00 sec 8.13 MBytes 68.2 Mbits/sec
46272024-07-19T23:20:46.608Z[ 13] 7.00-8.00 sec 8.12 MBytes 68.1 Mbits/sec
46282024-07-19T23:20:46.608Z[ 15] 7.00-8.00 sec 8.12 MBytes 68.1 Mbits/sec
46292024-07-19T23:20:46.608Z[ 17] 7.00-8.00 sec 8.18 MBytes 68.6 Mbits/sec
46302024-07-19T23:20:46.608Z[ 19] 7.00-8.00 sec 8.16 MBytes 68.5 Mbits/sec
46312024-07-19T23:20:46.608Z[SUM] 7.00-8.00 sec 65.1 MBytes 546 Mbits/sec
46322024-07-19T23:20:46.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
46332024-07-19T23:20:46.609Z[ 5] 8.00-9.00 sec 8.16 MBytes 68.5 Mbits/sec
46342024-07-19T23:20:46.609Z[ 7] 8.00-9.00 sec 8.16 MBytes 68.5 Mbits/sec
46352024-07-19T23:20:46.609Z[ 9] 8.00-9.00 sec 8.23 MBytes 69.1 Mbits/sec
46362024-07-19T23:20:46.609Z[ 11] 8.00-9.00 sec 8.27 MBytes 69.4 Mbits/sec
46372024-07-19T23:20:46.609Z[ 13] 8.00-9.00 sec 8.26 MBytes 69.3 Mbits/sec
46382024-07-19T23:20:46.609Z[ 15] 8.00-9.00 sec 8.20 MBytes 68.8 Mbits/sec
46392024-07-19T23:20:46.609Z[ 17] 8.00-9.00 sec 8.15 MBytes 68.4 Mbits/sec
46402024-07-19T23:20:46.609Z[ 19] 8.00-9.00 sec 8.19 MBytes 68.7 Mbits/sec
46412024-07-19T23:20:46.609Z[SUM] 8.00-9.00 sec 65.6 MBytes 551 Mbits/sec
46422024-07-19T23:20:46.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
46432024-07-19T23:20:46.609Z[ 5] 9.00-10.00 sec 8.29 MBytes 69.5 Mbits/sec
46442024-07-19T23:20:46.609Z[ 7] 9.00-10.00 sec 8.29 MBytes 69.5 Mbits/sec
46452024-07-19T23:20:46.609Z[ 9] 9.00-10.00 sec 8.29 MBytes 69.5 Mbits/sec
46462024-07-19T23:20:46.609Z[ 11] 9.00-10.00 sec 8.26 MBytes 69.3 Mbits/sec
46472024-07-19T23:20:46.609Z[ 13] 9.00-10.00 sec 8.29 MBytes 69.5 Mbits/sec
46482024-07-19T23:20:46.609Z[ 15] 9.00-10.00 sec 8.30 MBytes 69.6 Mbits/sec
46492024-07-19T23:20:46.609Z[ 17] 9.00-10.00 sec 8.37 MBytes 70.2 Mbits/sec
46502024-07-19T23:20:46.609Z[ 19] 9.00-10.00 sec 8.31 MBytes 69.7 Mbits/sec
46512024-07-19T23:20:46.609Z[SUM] 9.00-10.00 sec 66.4 MBytes 557 Mbits/sec
46522024-07-19T23:20:46.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
46532024-07-19T23:20:46.609Z[ 5] 10.00-10.01 sec 56.6 KBytes 90.9 Mbits/sec
46542024-07-19T23:20:46.609Z[ 7] 10.00-10.01 sec 113 KBytes 182 Mbits/sec
46552024-07-19T23:20:46.609Z[ 9] 10.00-10.01 sec 113 KBytes 182 Mbits/sec
46562024-07-19T23:20:46.609Z[ 11] 10.00-10.01 sec 56.6 KBytes 91.0 Mbits/sec
46572024-07-19T23:20:46.609Z[ 13] 10.00-10.01 sec 56.6 KBytes 91.0 Mbits/sec
46582024-07-19T23:20:46.609Z[ 15] 10.00-10.01 sec 56.6 KBytes 91.0 Mbits/sec
46592024-07-19T23:20:46.609Z[ 17] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
46602024-07-19T23:20:46.609Z[ 19] 10.00-10.01 sec 56.6 KBytes 91.0 Mbits/sec
46612024-07-19T23:20:46.609Z[SUM] 10.00-10.01 sec 509 KBytes 818 Mbits/sec
46622024-07-19T23:20:46.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
46632024-07-19T23:20:46.609Z[ ID] Interval Transfer Bandwidth
46642024-07-19T23:20:46.609Z[ 5] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
46652024-07-19T23:20:46.609Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46662024-07-19T23:20:46.609Z[ 7] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
46672024-07-19T23:20:46.609Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46682024-07-19T23:20:46.609Z[ 9] 0.00-10.01 sec 83.7 MBytes 70.1 Mbits/sec sender
46692024-07-19T23:20:46.609Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46702024-07-19T23:20:46.610Z[ 11] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
46712024-07-19T23:20:46.610Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46722024-07-19T23:20:46.610Z[ 13] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
46732024-07-19T23:20:46.610Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46742024-07-19T23:20:46.610Z[ 15] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
46752024-07-19T23:20:46.610Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46762024-07-19T23:20:46.610Z[ 17] 0.00-10.01 sec 83.5 MBytes 70.0 Mbits/sec sender
46772024-07-19T23:20:46.610Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46782024-07-19T23:20:46.610Z[ 19] 0.00-10.01 sec 83.6 MBytes 70.1 Mbits/sec sender
46792024-07-19T23:20:46.610Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46802024-07-19T23:20:46.610Z[SUM] 0.00-10.01 sec 669 MBytes 561 Mbits/sec sender
46812024-07-19T23:20:46.610Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46822024-07-19T23:20:46.634ZRun 7/10...561.00217656585Mbps
46832024-07-19T23:20:53.681Z-----------------------------------------------------------
46842024-07-19T23:20:53.681ZServer listening on 5201
46852024-07-19T23:20:53.681Z-----------------------------------------------------------
46862024-07-19T23:20:53.681ZAccepted connection from 10.0.0.1, port 46053
46872024-07-19T23:20:53.681Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50800
46882024-07-19T23:20:53.681Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47531
46892024-07-19T23:20:53.681Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35194
46902024-07-19T23:20:53.681Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40091
46912024-07-19T23:20:53.681Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38309
46922024-07-19T23:20:53.681Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43905
46932024-07-19T23:20:53.681Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39564
46942024-07-19T23:20:53.681Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58315
46952024-07-19T23:20:53.681Z[ ID] Interval Transfer Bandwidth
46962024-07-19T23:20:53.681Z[ 5] 0.00-1.00 sec 7.97 MBytes 66.8 Mbits/sec
46972024-07-19T23:20:53.681Z[ 7] 0.00-1.00 sec 8.00 MBytes 67.0 Mbits/sec
46982024-07-19T23:20:53.681Z[ 9] 0.00-1.00 sec 7.95 MBytes 66.7 Mbits/sec
46992024-07-19T23:20:53.681Z[ 11] 0.00-1.00 sec 7.94 MBytes 66.6 Mbits/sec
47002024-07-19T23:20:53.681Z[ 13] 0.00-1.00 sec 7.91 MBytes 66.3 Mbits/sec
47012024-07-19T23:20:53.681Z[ 15] 0.00-1.00 sec 7.86 MBytes 65.9 Mbits/sec
47022024-07-19T23:20:53.681Z[ 17] 0.00-1.00 sec 7.83 MBytes 65.6 Mbits/sec
47032024-07-19T23:20:53.681Z[ 19] 0.00-1.00 sec 7.86 MBytes 65.9 Mbits/sec
47042024-07-19T23:20:53.681Z[SUM] 0.00-1.00 sec 63.3 MBytes 531 Mbits/sec
47052024-07-19T23:20:53.681Z- - - - - - - - - - - - - - - - - - - - - - - - -
47062024-07-19T23:20:53.681Z[ 5] 1.00-2.00 sec 9.11 MBytes 76.5 Mbits/sec
47072024-07-19T23:20:53.681Z[ 7] 1.00-2.00 sec 9.09 MBytes 76.3 Mbits/sec
47082024-07-19T23:20:53.681Z[ 9] 1.00-2.00 sec 9.13 MBytes 76.6 Mbits/sec
47092024-07-19T23:20:53.681Z[ 11] 1.00-2.00 sec 9.03 MBytes 75.8 Mbits/sec
47102024-07-19T23:20:53.681Z[ 13] 1.00-2.00 sec 9.03 MBytes 75.8 Mbits/sec
47112024-07-19T23:20:53.681Z[ 15] 1.00-2.00 sec 9.07 MBytes 76.1 Mbits/sec
47122024-07-19T23:20:53.681Z[ 17] 1.00-2.00 sec 9.10 MBytes 76.4 Mbits/sec
47132024-07-19T23:20:53.681Z[ 19] 1.00-2.00 sec 9.11 MBytes 76.5 Mbits/sec
47142024-07-19T23:20:53.681Z[SUM] 1.00-2.00 sec 72.7 MBytes 610 Mbits/sec
47152024-07-19T23:20:53.681Z- - - - - - - - - - - - - - - - - - - - - - - - -
47162024-07-19T23:20:53.681Z[ 5] 2.00-3.00 sec 8.48 MBytes 71.1 Mbits/sec
47172024-07-19T23:20:53.681Z[ 7] 2.00-3.00 sec 8.53 MBytes 71.6 Mbits/sec
47182024-07-19T23:20:53.681Z[ 9] 2.00-3.00 sec 8.49 MBytes 71.3 Mbits/sec
47192024-07-19T23:20:53.681Z[ 11] 2.00-3.00 sec 8.63 MBytes 72.4 Mbits/sec
47202024-07-19T23:20:53.682Z[ 13] 2.00-3.00 sec 8.65 MBytes 72.5 Mbits/sec
47212024-07-19T23:20:53.682Z[ 15] 2.00-3.00 sec 8.52 MBytes 71.5 Mbits/sec
47222024-07-19T23:20:53.682Z[ 17] 2.00-3.00 sec 8.53 MBytes 71.6 Mbits/sec
47232024-07-19T23:20:53.682Z[ 19] 2.00-3.00 sec 8.47 MBytes 71.0 Mbits/sec
47242024-07-19T23:20:53.682Z[SUM] 2.00-3.00 sec 68.3 MBytes 573 Mbits/sec
47252024-07-19T23:20:53.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
47262024-07-19T23:20:53.682Z[ 5] 3.00-4.00 sec 8.34 MBytes 70.0 Mbits/sec
47272024-07-19T23:20:53.682Z[ 7] 3.00-4.00 sec 8.27 MBytes 69.4 Mbits/sec
47282024-07-19T23:20:53.682Z[ 9] 3.00-4.00 sec 8.27 MBytes 69.4 Mbits/sec
47292024-07-19T23:20:53.682Z[ 11] 3.00-4.00 sec 8.26 MBytes 69.3 Mbits/sec
47302024-07-19T23:20:53.682Z[ 13] 3.00-4.00 sec 8.24 MBytes 69.2 Mbits/sec
47312024-07-19T23:20:53.682Z[ 15] 3.00-4.00 sec 8.40 MBytes 70.4 Mbits/sec
47322024-07-19T23:20:53.682Z[ 17] 3.00-4.00 sec 8.35 MBytes 70.1 Mbits/sec
47332024-07-19T23:20:53.682Z[ 19] 3.00-4.00 sec 8.35 MBytes 70.1 Mbits/sec
47342024-07-19T23:20:53.682Z[SUM] 3.00-4.00 sec 66.5 MBytes 558 Mbits/sec
47352024-07-19T23:20:53.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
47362024-07-19T23:20:53.682Z[ 5] 4.00-5.00 sec 8.08 MBytes 67.8 Mbits/sec
47372024-07-19T23:20:53.682Z[ 7] 4.00-5.00 sec 8.13 MBytes 68.2 Mbits/sec
47382024-07-19T23:20:53.682Z[ 9] 4.00-5.00 sec 8.18 MBytes 68.6 Mbits/sec
47392024-07-19T23:20:53.682Z[ 11] 4.00-5.00 sec 8.06 MBytes 67.7 Mbits/sec
47402024-07-19T23:20:53.682Z[ 13] 4.00-5.00 sec 8.11 MBytes 68.0 Mbits/sec
47412024-07-19T23:20:53.682Z[ 15] 4.00-5.00 sec 8.05 MBytes 67.5 Mbits/sec
47422024-07-19T23:20:53.682Z[ 17] 4.00-5.00 sec 8.04 MBytes 67.4 Mbits/sec
47432024-07-19T23:20:53.682Z[ 19] 4.00-5.00 sec 8.08 MBytes 67.8 Mbits/sec
47442024-07-19T23:20:53.682Z[SUM] 4.00-5.00 sec 64.7 MBytes 543 Mbits/sec
47452024-07-19T23:20:53.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
47462024-07-19T23:20:53.682Z[ 5] 5.00-6.00 sec 8.64 MBytes 72.5 Mbits/sec
47472024-07-19T23:20:53.682Z[ 7] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
47482024-07-19T23:20:53.682Z[ 9] 5.00-6.00 sec 8.62 MBytes 72.3 Mbits/sec
47492024-07-19T23:20:53.682Z[ 11] 5.00-6.00 sec 8.66 MBytes 72.6 Mbits/sec
47502024-07-19T23:20:53.682Z[ 13] 5.00-6.00 sec 8.62 MBytes 72.3 Mbits/sec
47512024-07-19T23:20:53.682Z[ 15] 5.00-6.00 sec 8.60 MBytes 72.2 Mbits/sec
47522024-07-19T23:20:53.682Z[ 17] 5.00-6.00 sec 8.65 MBytes 72.5 Mbits/sec
47532024-07-19T23:20:53.682Z[ 19] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
47542024-07-19T23:20:53.682Z[SUM] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec
47552024-07-19T23:20:53.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
47562024-07-19T23:20:53.682Z[ 5] 6.00-7.00 sec 8.76 MBytes 73.4 Mbits/sec
47572024-07-19T23:20:53.682Z[ 7] 6.00-7.00 sec 8.73 MBytes 73.2 Mbits/sec
47582024-07-19T23:20:53.683Z[ 9] 6.00-7.00 sec 8.69 MBytes 72.9 Mbits/sec
47592024-07-19T23:20:56.778Z[ 11] 6.00-7.00 sec 8.70 MBytes 73.0 Mbits/sec
47602024-07-19T23:20:56.778Z[ 13] 6.00-7.00 sec 8.70 MBytes 73.0 Mbits/sec
47612024-07-19T23:20:56.778Z[ 15] 6.00-7.00 sec 8.73 MBytes 73.2 Mbits/sec
47622024-07-19T23:20:56.778Z[ 17] 6.00-7.00 sec 8.73 MBytes 73.2 Mbits/sec
47632024-07-19T23:20:56.778Z[ 19] 6.00-7.00 sec 8.76 MBytes 73.4 Mbits/sec
47642024-07-19T23:20:56.778Z[SUM] 6.00-7.00 sec 69.8 MBytes 585 Mbits/sec
47652024-07-19T23:20:56.778Z- - - - - - - - - - - - - - - - - - - - - - - - -
47662024-07-19T23:20:56.778Z[ 5] 7.00-8.00 sec 8.51 MBytes 71.3 Mbits/sec
47672024-07-19T23:20:56.778Z[ 7] 7.00-8.00 sec 8.52 MBytes 71.4 Mbits/sec
47682024-07-19T23:20:56.778Z[ 9] 7.00-8.00 sec 8.51 MBytes 71.3 Mbits/sec
47692024-07-19T23:20:56.779Z[ 11] 7.00-8.00 sec 8.51 MBytes 71.3 Mbits/sec
47702024-07-19T23:20:56.779Z[ 13] 7.00-8.00 sec 8.53 MBytes 71.6 Mbits/sec
47712024-07-19T23:20:56.779Z[ 15] 7.00-8.00 sec 8.53 MBytes 71.6 Mbits/sec
47722024-07-19T23:20:56.779Z[ 17] 7.00-8.00 sec 8.52 MBytes 71.4 Mbits/sec
47732024-07-19T23:20:56.779Z[ 19] 7.00-8.00 sec 8.51 MBytes 71.3 Mbits/sec
47742024-07-19T23:20:56.779Z[SUM] 7.00-8.00 sec 68.1 MBytes 571 Mbits/sec
47752024-07-19T23:20:56.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
47762024-07-19T23:20:56.779Z[ 5] 8.00-9.00 sec 8.52 MBytes 71.5 Mbits/sec
47772024-07-19T23:20:56.779Z[ 7] 8.00-9.00 sec 8.49 MBytes 71.2 Mbits/sec
47782024-07-19T23:20:56.779Z[ 9] 8.00-9.00 sec 8.56 MBytes 71.8 Mbits/sec
47792024-07-19T23:20:56.779Z[ 11] 8.00-9.00 sec 8.49 MBytes 71.2 Mbits/sec
47802024-07-19T23:20:56.779Z[ 13] 8.00-9.00 sec 8.51 MBytes 71.4 Mbits/sec
47812024-07-19T23:20:56.779Z[ 15] 8.00-9.00 sec 8.51 MBytes 71.4 Mbits/sec
47822024-07-19T23:20:56.779Z[ 17] 8.00-9.00 sec 8.48 MBytes 71.1 Mbits/sec
47832024-07-19T23:20:56.779Z[ 19] 8.00-9.00 sec 8.52 MBytes 71.5 Mbits/sec
47842024-07-19T23:20:56.779Z[SUM] 8.00-9.00 sec 68.1 MBytes 571 Mbits/sec
47852024-07-19T23:20:56.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
47862024-07-19T23:20:56.779Z[ 5] 9.00-10.00 sec 8.67 MBytes 72.7 Mbits/sec
47872024-07-19T23:20:56.779Z[ 7] 9.00-10.00 sec 8.70 MBytes 73.0 Mbits/sec
47882024-07-19T23:20:56.779Z[ 9] 9.00-10.00 sec 8.64 MBytes 72.5 Mbits/sec
47892024-07-19T23:20:56.779Z[ 11] 9.00-10.00 sec 8.71 MBytes 73.1 Mbits/sec
47902024-07-19T23:20:56.779Z[ 13] 9.00-10.00 sec 8.70 MBytes 73.0 Mbits/sec
47912024-07-19T23:20:56.779Z[ 15] 9.00-10.00 sec 8.73 MBytes 73.2 Mbits/sec
47922024-07-19T23:20:56.779Z[ 17] 9.00-10.00 sec 8.76 MBytes 73.4 Mbits/sec
47932024-07-19T23:20:56.779Z[ 19] 9.00-10.00 sec 8.71 MBytes 73.1 Mbits/sec
47942024-07-19T23:20:56.779Z[SUM] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
47952024-07-19T23:20:56.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
47962024-07-19T23:20:56.779Z[ 5] 10.00-10.01 sec 56.6 KBytes 87.7 Mbits/sec
47972024-07-19T23:20:56.779Z[ 7] 10.00-10.01 sec 56.6 KBytes 87.7 Mbits/sec
47982024-07-19T23:20:56.779Z[ 9] 10.00-10.01 sec 113 KBytes 175 Mbits/sec
47992024-07-19T23:20:56.779Z[ 11] 10.00-10.01 sec 113 KBytes 175 Mbits/sec
48002024-07-19T23:20:56.779Z[ 13] 10.00-10.01 sec 113 KBytes 175 Mbits/sec
48012024-07-19T23:20:56.779Z[ 15] 10.00-10.01 sec 56.6 KBytes 87.7 Mbits/sec
48022024-07-19T23:20:56.779Z[ 17] 10.00-10.01 sec 56.6 KBytes 87.7 Mbits/sec
48032024-07-19T23:20:56.779Z[ 19] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
48042024-07-19T23:20:56.779Z[SUM] 10.00-10.01 sec 566 KBytes 877 Mbits/sec
48052024-07-19T23:20:56.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
48062024-07-19T23:20:56.779Z[ ID] Interval Transfer Bandwidth
48072024-07-19T23:20:56.780Z[ 5] 0.00-10.01 sec 85.1 MBytes 71.4 Mbits/sec sender
48082024-07-19T23:20:56.780Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48092024-07-19T23:20:56.780Z[ 7] 0.00-10.01 sec 85.1 MBytes 71.4 Mbits/sec sender
48102024-07-19T23:20:56.780Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48112024-07-19T23:20:56.780Z[ 9] 0.00-10.01 sec 85.1 MBytes 71.4 Mbits/sec sender
48122024-07-19T23:20:56.780Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48132024-07-19T23:20:56.780Z[ 11] 0.00-10.01 sec 85.1 MBytes 71.4 Mbits/sec sender
48142024-07-19T23:20:56.780Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48152024-07-19T23:20:56.780Z[ 13] 0.00-10.01 sec 85.1 MBytes 71.4 Mbits/sec sender
48162024-07-19T23:20:56.780Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48172024-07-19T23:20:56.780Z[ 15] 0.00-10.01 sec 85.1 MBytes 71.3 Mbits/sec sender
48182024-07-19T23:20:56.780Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48192024-07-19T23:20:56.780Z[ 17] 0.00-10.01 sec 85.0 MBytes 71.3 Mbits/sec sender
48202024-07-19T23:20:56.780Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48212024-07-19T23:20:56.780Z[ 19] 0.00-10.01 sec 85.0 MBytes 71.3 Mbits/sec sender
48222024-07-19T23:20:56.780Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48232024-07-19T23:20:56.780Z[SUM] 0.00-10.01 sec 681 MBytes 571 Mbits/sec sender
48242024-07-19T23:20:56.780Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48252024-07-19T23:20:56.804ZRun 8/10...571.044867812758Mbps
48262024-07-19T23:21:03.830Z-----------------------------------------------------------
48272024-07-19T23:21:03.830ZServer listening on 5201
48282024-07-19T23:21:03.830Z-----------------------------------------------------------
48292024-07-19T23:21:03.830ZAccepted connection from 10.0.0.1, port 50917
48302024-07-19T23:21:03.830Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50513
48312024-07-19T23:21:03.830Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37540
48322024-07-19T23:21:03.831Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54346
48332024-07-19T23:21:03.831Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53923
48342024-07-19T23:21:03.831Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34753
48352024-07-19T23:21:03.831Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54210
48362024-07-19T23:21:03.831Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39466
48372024-07-19T23:21:03.831Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36090
48382024-07-19T23:21:03.831Z[ ID] Interval Transfer Bandwidth
48392024-07-19T23:21:03.831Z[ 5] 0.00-1.00 sec 8.73 MBytes 73.2 Mbits/sec
48402024-07-19T23:21:03.831Z[ 7] 0.00-1.00 sec 8.67 MBytes 72.7 Mbits/sec
48412024-07-19T23:21:03.831Z[ 9] 0.00-1.00 sec 8.66 MBytes 72.6 Mbits/sec
48422024-07-19T23:21:03.831Z[ 11] 0.00-1.00 sec 8.69 MBytes 72.8 Mbits/sec
48432024-07-19T23:21:03.831Z[ 13] 0.00-1.00 sec 8.69 MBytes 72.9 Mbits/sec
48442024-07-19T23:21:03.831Z[ 15] 0.00-1.00 sec 8.64 MBytes 72.5 Mbits/sec
48452024-07-19T23:21:03.831Z[ 17] 0.00-1.00 sec 8.64 MBytes 72.5 Mbits/sec
48462024-07-19T23:21:03.831Z[ 19] 0.00-1.00 sec 8.60 MBytes 72.2 Mbits/sec
48472024-07-19T23:21:03.831Z[SUM] 0.00-1.00 sec 69.3 MBytes 581 Mbits/sec
48482024-07-19T23:21:03.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
48492024-07-19T23:21:03.831Z[ 5] 1.00-2.00 sec 8.71 MBytes 73.1 Mbits/sec
48502024-07-19T23:21:03.831Z[ 7] 1.00-2.00 sec 8.71 MBytes 73.1 Mbits/sec
48512024-07-19T23:21:03.831Z[ 9] 1.00-2.00 sec 8.69 MBytes 72.9 Mbits/sec
48522024-07-19T23:21:03.831Z[ 11] 1.00-2.00 sec 8.62 MBytes 72.3 Mbits/sec
48532024-07-19T23:21:03.831Z[ 13] 1.00-2.00 sec 8.60 MBytes 72.2 Mbits/sec
48542024-07-19T23:21:03.831Z[ 15] 1.00-2.00 sec 8.66 MBytes 72.6 Mbits/sec
48552024-07-19T23:21:03.831Z[ 17] 1.00-2.00 sec 8.67 MBytes 72.8 Mbits/sec
48562024-07-19T23:21:03.831Z[ 19] 1.00-2.00 sec 8.67 MBytes 72.8 Mbits/sec
48572024-07-19T23:21:03.831Z[SUM] 1.00-2.00 sec 69.3 MBytes 582 Mbits/sec
48582024-07-19T23:21:03.831Z- - - - - - - - - - - - - - - - - - - - - - - - -
48592024-07-19T23:21:03.831Z[ 5] 2.00-3.00 sec 8.74 MBytes 73.3 Mbits/sec
48602024-07-19T23:21:03.831Z[ 7] 2.00-3.00 sec 8.78 MBytes 73.7 Mbits/sec
48612024-07-19T23:21:03.831Z[ 9] 2.00-3.00 sec 8.82 MBytes 74.0 Mbits/sec
48622024-07-19T23:21:03.831Z[ 11] 2.00-3.00 sec 8.85 MBytes 74.2 Mbits/sec
48632024-07-19T23:21:03.831Z[ 13] 2.00-3.00 sec 8.76 MBytes 73.4 Mbits/sec
48642024-07-19T23:21:03.855Z[ 15] 2.00-3.00 sec 8.78 MBytes 73.7 Mbits/sec
48652024-07-19T23:21:03.856Z[ 17] 2.00-3.00 sec 8.77 MBytes 73.5 Mbits/sec
48662024-07-19T23:21:03.856Z[ 19] 2.00-3.00 sec 8.80 MBytes 73.8 Mbits/sec
48672024-07-19T23:21:03.856Z[SUM] 2.00-3.00 sec 70.3 MBytes 590 Mbits/sec
48682024-07-19T23:21:03.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
48692024-07-19T23:21:03.856Z[ 5] 3.00-4.00 sec 8.27 MBytes 69.4 Mbits/sec
48702024-07-19T23:21:03.856Z[ 7] 3.00-4.00 sec 8.23 MBytes 69.0 Mbits/sec
48712024-07-19T23:21:03.856Z[ 9] 3.00-4.00 sec 8.24 MBytes 69.1 Mbits/sec
48722024-07-19T23:21:03.856Z[ 11] 3.00-4.00 sec 8.20 MBytes 68.8 Mbits/sec
48732024-07-19T23:21:03.856Z[ 13] 3.00-4.00 sec 8.30 MBytes 69.6 Mbits/sec
48742024-07-19T23:21:03.856Z[ 15] 3.00-4.00 sec 8.29 MBytes 69.5 Mbits/sec
48752024-07-19T23:21:03.856Z[ 17] 3.00-4.00 sec 8.29 MBytes 69.5 Mbits/sec
48762024-07-19T23:21:03.856Z[ 19] 3.00-4.00 sec 8.24 MBytes 69.1 Mbits/sec
48772024-07-19T23:21:03.856Z[SUM] 3.00-4.00 sec 66.1 MBytes 554 Mbits/sec
48782024-07-19T23:21:03.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
48792024-07-19T23:21:03.856Z[ 5] 4.00-5.00 sec 8.85 MBytes 74.3 Mbits/sec
48802024-07-19T23:21:03.856Z[ 7] 4.00-5.00 sec 8.91 MBytes 74.7 Mbits/sec
48812024-07-19T23:21:03.856Z[ 9] 4.00-5.00 sec 8.84 MBytes 74.1 Mbits/sec
48822024-07-19T23:21:03.856Z[ 11] 4.00-5.00 sec 8.85 MBytes 74.3 Mbits/sec
48832024-07-19T23:21:03.856Z[ 13] 4.00-5.00 sec 8.85 MBytes 74.3 Mbits/sec
48842024-07-19T23:21:03.856Z[ 15] 4.00-5.00 sec 8.84 MBytes 74.1 Mbits/sec
48852024-07-19T23:21:03.856Z[ 17] 4.00-5.00 sec 8.87 MBytes 74.4 Mbits/sec
48862024-07-19T23:21:03.856Z[ 19] 4.00-5.00 sec 8.89 MBytes 74.6 Mbits/sec
48872024-07-19T23:21:03.856Z[SUM] 4.00-5.00 sec 70.9 MBytes 595 Mbits/sec
48882024-07-19T23:21:03.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
48892024-07-19T23:21:03.856Z[ 5] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
48902024-07-19T23:21:03.856Z[ 7] 5.00-6.00 sec 8.62 MBytes 72.3 Mbits/sec
48912024-07-19T23:21:03.856Z[ 9] 5.00-6.00 sec 8.67 MBytes 72.8 Mbits/sec
48922024-07-19T23:21:03.856Z[ 11] 5.00-6.00 sec 8.74 MBytes 73.3 Mbits/sec
48932024-07-19T23:21:03.856Z[ 13] 5.00-6.00 sec 8.76 MBytes 73.5 Mbits/sec
48942024-07-19T23:21:03.856Z[ 15] 5.00-6.00 sec 8.67 MBytes 72.8 Mbits/sec
48952024-07-19T23:21:03.856Z[ 17] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
48962024-07-19T23:21:03.856Z[ 19] 5.00-6.00 sec 8.63 MBytes 72.4 Mbits/sec
48972024-07-19T23:21:03.856Z[SUM] 5.00-6.00 sec 69.3 MBytes 582 Mbits/sec
48982024-07-19T23:21:03.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
48992024-07-19T23:21:03.856Z[ 5] 6.00-7.00 sec 8.69 MBytes 72.9 Mbits/sec
49002024-07-19T23:21:03.856Z[ 7] 6.00-7.00 sec 8.70 MBytes 73.0 Mbits/sec
49012024-07-19T23:21:03.856Z[ 9] 6.00-7.00 sec 8.63 MBytes 72.4 Mbits/sec
49022024-07-19T23:21:06.948Z[ 11] 6.00-7.00 sec 8.63 MBytes 72.4 Mbits/sec
49032024-07-19T23:21:06.948Z[ 13] 6.00-7.00 sec 8.58 MBytes 71.9 Mbits/sec
49042024-07-19T23:21:06.948Z[ 15] 6.00-7.00 sec 8.67 MBytes 72.7 Mbits/sec
49052024-07-19T23:21:06.948Z[ 17] 6.00-7.00 sec 8.69 MBytes 72.9 Mbits/sec
49062024-07-19T23:21:06.948Z[ 19] 6.00-7.00 sec 8.70 MBytes 73.0 Mbits/sec
49072024-07-19T23:21:06.948Z[SUM] 6.00-7.00 sec 69.3 MBytes 581 Mbits/sec
49082024-07-19T23:21:06.948Z- - - - - - - - - - - - - - - - - - - - - - - - -
49092024-07-19T23:21:06.948Z[ 5] 7.00-8.00 sec 8.78 MBytes 73.6 Mbits/sec
49102024-07-19T23:21:06.948Z[ 7] 7.00-8.00 sec 8.73 MBytes 73.2 Mbits/sec
49112024-07-19T23:21:06.948Z[ 9] 7.00-8.00 sec 8.74 MBytes 73.3 Mbits/sec
49122024-07-19T23:21:06.948Z[ 11] 7.00-8.00 sec 8.74 MBytes 73.3 Mbits/sec
49132024-07-19T23:21:06.948Z[ 13] 7.00-8.00 sec 8.78 MBytes 73.6 Mbits/sec
49142024-07-19T23:21:06.948Z[ 15] 7.00-8.00 sec 8.74 MBytes 73.3 Mbits/sec
49152024-07-19T23:21:06.948Z[ 17] 7.00-8.00 sec 8.73 MBytes 73.2 Mbits/sec
49162024-07-19T23:21:06.948Z[ 19] 7.00-8.00 sec 8.73 MBytes 73.2 Mbits/sec
49172024-07-19T23:21:06.948Z[SUM] 7.00-8.00 sec 70.0 MBytes 587 Mbits/sec
49182024-07-19T23:21:06.948Z- - - - - - - - - - - - - - - - - - - - - - - - -
49192024-07-19T23:21:06.948Z[ 5] 8.00-9.00 sec 8.87 MBytes 74.4 Mbits/sec
49202024-07-19T23:21:06.948Z[ 7] 8.00-9.00 sec 8.85 MBytes 74.3 Mbits/sec
49212024-07-19T23:21:06.948Z[ 9] 8.00-9.00 sec 8.89 MBytes 74.6 Mbits/sec
49222024-07-19T23:21:06.948Z[ 11] 8.00-9.00 sec 8.82 MBytes 74.1 Mbits/sec
49232024-07-19T23:21:06.948Z[ 13] 8.00-9.00 sec 8.85 MBytes 74.3 Mbits/sec
49242024-07-19T23:21:06.949Z[ 15] 8.00-9.00 sec 8.89 MBytes 74.6 Mbits/sec
49252024-07-19T23:21:06.949Z[ 17] 8.00-9.00 sec 8.89 MBytes 74.6 Mbits/sec
49262024-07-19T23:21:06.949Z[ 19] 8.00-9.00 sec 8.88 MBytes 74.5 Mbits/sec
49272024-07-19T23:21:06.949Z[SUM] 8.00-9.00 sec 71.0 MBytes 595 Mbits/sec
49282024-07-19T23:21:06.949Z- - - - - - - - - - - - - - - - - - - - - - - - -
49292024-07-19T23:21:06.949Z[ 5] 9.00-10.00 sec 8.95 MBytes 75.1 Mbits/sec
49302024-07-19T23:21:06.949Z[ 7] 9.00-10.00 sec 9.00 MBytes 75.5 Mbits/sec
49312024-07-19T23:21:06.949Z[ 9] 9.00-10.00 sec 8.91 MBytes 74.7 Mbits/sec
49322024-07-19T23:21:06.949Z[ 11] 9.00-10.00 sec 9.03 MBytes 75.8 Mbits/sec
49332024-07-19T23:21:06.949Z[ 13] 9.00-10.00 sec 9.00 MBytes 75.5 Mbits/sec
49342024-07-19T23:21:06.949Z[ 15] 9.00-10.00 sec 8.98 MBytes 75.3 Mbits/sec
49352024-07-19T23:21:06.949Z[ 17] 9.00-10.00 sec 8.92 MBytes 74.8 Mbits/sec
49362024-07-19T23:21:06.949Z[ 19] 9.00-10.00 sec 8.98 MBytes 75.3 Mbits/sec
49372024-07-19T23:21:06.949Z[SUM] 9.00-10.00 sec 71.8 MBytes 602 Mbits/sec
49382024-07-19T23:21:06.949Z- - - - - - - - - - - - - - - - - - - - - - - - -
49392024-07-19T23:21:06.949Z[ 5] 10.00-10.01 sec 56.6 KBytes 73.4 Mbits/sec
49402024-07-19T23:21:06.949Z[ 7] 10.00-10.01 sec 56.6 KBytes 73.4 Mbits/sec
49412024-07-19T23:21:06.949Z[ 9] 10.00-10.01 sec 113 KBytes 147 Mbits/sec
49422024-07-19T23:21:06.949Z[ 11] 10.00-10.01 sec 56.6 KBytes 73.4 Mbits/sec
49432024-07-19T23:21:06.949Z[ 13] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
49442024-07-19T23:21:06.949Z[ 15] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
49452024-07-19T23:21:06.949Z[ 17] 10.00-10.01 sec 56.6 KBytes 73.5 Mbits/sec
49462024-07-19T23:21:06.949Z[ 19] 10.00-10.01 sec 56.6 KBytes 73.5 Mbits/sec
49472024-07-19T23:21:06.949Z[SUM] 10.00-10.01 sec 396 KBytes 514 Mbits/sec
49482024-07-19T23:21:06.949Z- - - - - - - - - - - - - - - - - - - - - - - - -
49492024-07-19T23:21:06.949Z[ ID] Interval Transfer Bandwidth
49502024-07-19T23:21:06.949Z[ 5] 0.00-10.01 sec 87.3 MBytes 73.2 Mbits/sec sender
49512024-07-19T23:21:06.949Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49522024-07-19T23:21:06.949Z[ 7] 0.00-10.01 sec 87.3 MBytes 73.2 Mbits/sec sender
49532024-07-19T23:21:06.949Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49542024-07-19T23:21:06.949Z[ 9] 0.00-10.01 sec 87.2 MBytes 73.1 Mbits/sec sender
49552024-07-19T23:21:06.949Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49562024-07-19T23:21:06.949Z[ 11] 0.00-10.01 sec 87.2 MBytes 73.1 Mbits/sec sender
49572024-07-19T23:21:06.949Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49582024-07-19T23:21:06.949Z[ 13] 0.00-10.01 sec 87.2 MBytes 73.1 Mbits/sec sender
49592024-07-19T23:21:06.949Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49602024-07-19T23:21:06.949Z[ 15] 0.00-10.01 sec 87.2 MBytes 73.1 Mbits/sec sender
49612024-07-19T23:21:06.949Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49622024-07-19T23:21:06.950Z[ 17] 0.00-10.01 sec 87.1 MBytes 73.1 Mbits/sec sender
49632024-07-19T23:21:06.950Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49642024-07-19T23:21:06.950Z[ 19] 0.00-10.01 sec 87.2 MBytes 73.1 Mbits/sec sender
49652024-07-19T23:21:06.950Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49662024-07-19T23:21:06.950Z[SUM] 0.00-10.01 sec 698 MBytes 585 Mbits/sec sender
49672024-07-19T23:21:06.950Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
49682024-07-19T23:21:06.974ZRun 9/10...585.2110109870849Mbps
49692024-07-19T23:21:14.019Z-----------------------------------------------------------
49702024-07-19T23:21:14.019ZServer listening on 5201
49712024-07-19T23:21:14.019Z-----------------------------------------------------------
49722024-07-19T23:21:14.019ZAccepted connection from 10.0.0.1, port 34905
49732024-07-19T23:21:14.019Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53053
49742024-07-19T23:21:14.019Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55262
49752024-07-19T23:21:14.019Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40063
49762024-07-19T23:21:14.019Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65271
49772024-07-19T23:21:14.019Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55735
49782024-07-19T23:21:14.019Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37105
49792024-07-19T23:21:14.019Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50291
49802024-07-19T23:21:14.020Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44852
49812024-07-19T23:21:14.020Z[ ID] Interval Transfer Bandwidth
49822024-07-19T23:21:14.020Z[ 5] 0.00-1.00 sec 8.56 MBytes 71.8 Mbits/sec
49832024-07-19T23:21:14.020Z[ 7] 0.00-1.00 sec 8.55 MBytes 71.7 Mbits/sec
49842024-07-19T23:21:14.020Z[ 9] 0.00-1.00 sec 8.56 MBytes 71.8 Mbits/sec
49852024-07-19T23:21:14.020Z[ 11] 0.00-1.00 sec 8.52 MBytes 71.5 Mbits/sec
49862024-07-19T23:21:14.020Z[ 13] 0.00-1.00 sec 8.56 MBytes 71.8 Mbits/sec
49872024-07-19T23:21:14.020Z[ 15] 0.00-1.00 sec 8.44 MBytes 70.8 Mbits/sec
49882024-07-19T23:21:14.020Z[ 17] 0.00-1.00 sec 8.45 MBytes 70.9 Mbits/sec
49892024-07-19T23:21:14.020Z[ 19] 0.00-1.00 sec 8.45 MBytes 70.9 Mbits/sec
49902024-07-19T23:21:14.020Z[SUM] 0.00-1.00 sec 68.1 MBytes 571 Mbits/sec
49912024-07-19T23:21:14.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
49922024-07-19T23:21:14.020Z[ 5] 1.00-2.00 sec 8.53 MBytes 71.6 Mbits/sec
49932024-07-19T23:21:14.020Z[ 7] 1.00-2.00 sec 8.55 MBytes 71.7 Mbits/sec
49942024-07-19T23:21:14.020Z[ 9] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
49952024-07-19T23:21:14.020Z[ 11] 1.00-2.00 sec 8.51 MBytes 71.4 Mbits/sec
49962024-07-19T23:21:14.020Z[ 13] 1.00-2.00 sec 8.47 MBytes 71.0 Mbits/sec
49972024-07-19T23:21:14.020Z[ 15] 1.00-2.00 sec 8.63 MBytes 72.4 Mbits/sec
49982024-07-19T23:21:14.020Z[ 17] 1.00-2.00 sec 8.60 MBytes 72.2 Mbits/sec
49992024-07-19T23:21:14.020Z[ 19] 1.00-2.00 sec 8.60 MBytes 72.2 Mbits/sec
50002024-07-19T23:21:14.020Z[SUM] 1.00-2.00 sec 68.4 MBytes 574 Mbits/sec
50012024-07-19T23:21:14.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
50022024-07-19T23:21:14.020Z[ 5] 2.00-3.00 sec 8.48 MBytes 71.1 Mbits/sec
50032024-07-19T23:21:14.020Z[ 7] 2.00-3.00 sec 8.51 MBytes 71.4 Mbits/sec
50042024-07-19T23:21:14.020Z[ 9] 2.00-3.00 sec 8.49 MBytes 71.2 Mbits/sec
50052024-07-19T23:21:14.020Z[ 11] 2.00-3.00 sec 8.51 MBytes 71.4 Mbits/sec
50062024-07-19T23:21:14.020Z[ 13] 2.00-3.00 sec 8.55 MBytes 71.7 Mbits/sec
50072024-07-19T23:21:14.020Z[ 15] 2.00-3.00 sec 8.47 MBytes 71.0 Mbits/sec
50082024-07-19T23:21:14.020Z[ 17] 2.00-3.00 sec 8.48 MBytes 71.1 Mbits/sec
50092024-07-19T23:21:14.020Z[ 19] 2.00-3.00 sec 8.51 MBytes 71.4 Mbits/sec
50102024-07-19T23:21:14.020Z[SUM] 2.00-3.00 sec 68.0 MBytes 570 Mbits/sec
50112024-07-19T23:21:14.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
50122024-07-19T23:21:14.020Z[ 5] 3.00-4.00 sec 8.49 MBytes 71.2 Mbits/sec
50132024-07-19T23:21:14.020Z[ 7] 3.00-4.00 sec 8.45 MBytes 70.9 Mbits/sec
50142024-07-19T23:21:14.020Z[ 9] 3.00-4.00 sec 8.48 MBytes 71.1 Mbits/sec
50152024-07-19T23:21:14.020Z[ 11] 3.00-4.00 sec 8.51 MBytes 71.3 Mbits/sec
50162024-07-19T23:21:14.020Z[ 13] 3.00-4.00 sec 8.51 MBytes 71.3 Mbits/sec
50172024-07-19T23:21:14.021Z[ 15] 3.00-4.00 sec 8.45 MBytes 70.9 Mbits/sec
50182024-07-19T23:21:14.021Z[ 17] 3.00-4.00 sec 8.49 MBytes 71.2 Mbits/sec
50192024-07-19T23:21:14.021Z[ 19] 3.00-4.00 sec 8.45 MBytes 70.9 Mbits/sec
50202024-07-19T23:21:14.021Z[SUM] 3.00-4.00 sec 67.8 MBytes 569 Mbits/sec
50212024-07-19T23:21:14.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
50222024-07-19T23:21:14.021Z[ 5] 4.00-5.00 sec 8.40 MBytes 70.5 Mbits/sec
50232024-07-19T23:21:14.021Z[ 7] 4.00-5.00 sec 8.41 MBytes 70.6 Mbits/sec
50242024-07-19T23:21:14.021Z[ 9] 4.00-5.00 sec 8.30 MBytes 69.7 Mbits/sec
50252024-07-19T23:21:14.021Z[ 11] 4.00-5.00 sec 8.27 MBytes 69.4 Mbits/sec
50262024-07-19T23:21:14.021Z[ 13] 4.00-5.00 sec 8.24 MBytes 69.2 Mbits/sec
50272024-07-19T23:21:14.021Z[ 15] 4.00-5.00 sec 8.31 MBytes 69.8 Mbits/sec
50282024-07-19T23:21:14.021Z[ 17] 4.00-5.00 sec 8.30 MBytes 69.7 Mbits/sec
50292024-07-19T23:21:14.021Z[ 19] 4.00-5.00 sec 8.30 MBytes 69.7 Mbits/sec
50302024-07-19T23:21:14.021Z[SUM] 4.00-5.00 sec 66.5 MBytes 558 Mbits/sec
50312024-07-19T23:21:14.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
50322024-07-19T23:21:14.021Z[ 5] 5.00-6.00 sec 8.85 MBytes 74.2 Mbits/sec
50332024-07-19T23:21:14.021Z[ 7] 5.00-6.00 sec 8.88 MBytes 74.5 Mbits/sec
50342024-07-19T23:21:14.021Z[ 9] 5.00-6.00 sec 8.91 MBytes 74.7 Mbits/sec
50352024-07-19T23:21:14.021Z[ 11] 5.00-6.00 sec 8.89 MBytes 74.6 Mbits/sec
50362024-07-19T23:21:14.021Z[ 13] 5.00-6.00 sec 8.88 MBytes 74.5 Mbits/sec
50372024-07-19T23:21:14.021Z[ 15] 5.00-6.00 sec 8.89 MBytes 74.6 Mbits/sec
50382024-07-19T23:21:14.021Z[ 17] 5.00-6.00 sec 8.87 MBytes 74.3 Mbits/sec
50392024-07-19T23:21:14.021Z[ 19] 5.00-6.00 sec 8.87 MBytes 74.3 Mbits/sec
50402024-07-19T23:21:14.021Z[SUM] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
50412024-07-19T23:21:14.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
50422024-07-19T23:21:14.021Z[ 5] 6.00-7.00 sec 8.56 MBytes 71.8 Mbits/sec
50432024-07-19T23:21:14.021Z[ 7] 6.00-7.00 sec 8.48 MBytes 71.1 Mbits/sec
50442024-07-19T23:21:14.021Z[ 9] 6.00-7.00 sec 8.60 MBytes 72.1 Mbits/sec
50452024-07-19T23:21:17.218Z[ 11] 6.00-7.00 sec 8.63 MBytes 72.4 Mbits/sec
50462024-07-19T23:21:17.218Z[ 13] 6.00-7.00 sec 8.64 MBytes 72.5 Mbits/sec
50472024-07-19T23:21:17.218Z[ 15] 6.00-7.00 sec 8.62 MBytes 72.3 Mbits/sec
50482024-07-19T23:21:17.218Z[ 17] 6.00-7.00 sec 8.63 MBytes 72.4 Mbits/sec
50492024-07-19T23:21:17.218Z[ 19] 6.00-7.00 sec 8.62 MBytes 72.3 Mbits/sec
50502024-07-19T23:21:17.218Z[SUM] 6.00-7.00 sec 68.8 MBytes 577 Mbits/sec
50512024-07-19T23:21:17.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
50522024-07-19T23:21:17.218Z[ 5] 7.00-8.00 sec 8.80 MBytes 73.9 Mbits/sec
50532024-07-19T23:21:17.218Z[ 7] 7.00-8.00 sec 8.88 MBytes 74.5 Mbits/sec
50542024-07-19T23:21:17.218Z[ 9] 7.00-8.00 sec 8.82 MBytes 74.1 Mbits/sec
50552024-07-19T23:21:17.218Z[ 11] 7.00-8.00 sec 8.78 MBytes 73.7 Mbits/sec
50562024-07-19T23:21:17.218Z[ 13] 7.00-8.00 sec 8.74 MBytes 73.4 Mbits/sec
50572024-07-19T23:21:17.218Z[ 15] 7.00-8.00 sec 8.81 MBytes 74.0 Mbits/sec
50582024-07-19T23:21:17.218Z[ 17] 7.00-8.00 sec 8.78 MBytes 73.7 Mbits/sec
50592024-07-19T23:21:17.218Z[ 19] 7.00-8.00 sec 8.81 MBytes 74.0 Mbits/sec
50602024-07-19T23:21:17.218Z[SUM] 7.00-8.00 sec 70.4 MBytes 591 Mbits/sec
50612024-07-19T23:21:17.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
50622024-07-19T23:21:17.219Z[ 5] 8.00-9.00 sec 8.63 MBytes 72.3 Mbits/sec
50632024-07-19T23:21:17.219Z[ 7] 8.00-9.00 sec 8.63 MBytes 72.3 Mbits/sec
50642024-07-19T23:21:17.219Z[ 9] 8.00-9.00 sec 8.63 MBytes 72.3 Mbits/sec
50652024-07-19T23:21:17.219Z[ 11] 8.00-9.00 sec 8.60 MBytes 72.1 Mbits/sec
50662024-07-19T23:21:17.219Z[ 13] 8.00-9.00 sec 8.66 MBytes 72.6 Mbits/sec
50672024-07-19T23:21:17.219Z[ 15] 8.00-9.00 sec 8.62 MBytes 72.2 Mbits/sec
50682024-07-19T23:21:17.219Z[ 17] 8.00-9.00 sec 8.63 MBytes 72.3 Mbits/sec
50692024-07-19T23:21:17.219Z[ 19] 8.00-9.00 sec 8.59 MBytes 72.0 Mbits/sec
50702024-07-19T23:21:17.219Z[SUM] 8.00-9.00 sec 69.0 MBytes 578 Mbits/sec
50712024-07-19T23:21:17.219Z- - - - - - - - - - - - - - - - - - - - - - - - -
50722024-07-19T23:21:17.219Z[ 5] 9.00-10.00 sec 8.89 MBytes 74.6 Mbits/sec
50732024-07-19T23:21:17.219Z[ 7] 9.00-10.00 sec 8.84 MBytes 74.2 Mbits/sec
50742024-07-19T23:21:17.219Z[ 9] 9.00-10.00 sec 8.89 MBytes 74.6 Mbits/sec
50752024-07-19T23:21:17.219Z[ 11] 9.00-10.00 sec 8.87 MBytes 74.4 Mbits/sec
50762024-07-19T23:21:17.219Z[ 13] 9.00-10.00 sec 8.88 MBytes 74.5 Mbits/sec
50772024-07-19T23:21:17.219Z[ 15] 9.00-10.00 sec 8.88 MBytes 74.5 Mbits/sec
50782024-07-19T23:21:17.219Z[ 17] 9.00-10.00 sec 8.88 MBytes 74.5 Mbits/sec
50792024-07-19T23:21:17.219Z[ 19] 9.00-10.00 sec 8.89 MBytes 74.6 Mbits/sec
50802024-07-19T23:21:17.219Z[SUM] 9.00-10.00 sec 71.0 MBytes 596 Mbits/sec
50812024-07-19T23:21:17.219Z- - - - - - - - - - - - - - - - - - - - - - - - -
50822024-07-19T23:21:17.219Z[ 5] 10.00-10.01 sec 56.6 KBytes 87.0 Mbits/sec
50832024-07-19T23:21:17.219Z[ 7] 10.00-10.01 sec 56.6 KBytes 87.1 Mbits/sec
50842024-07-19T23:21:17.219Z[ 9] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
50852024-07-19T23:21:17.219Z[ 11] 10.00-10.01 sec 113 KBytes 174 Mbits/sec
50862024-07-19T23:21:17.219Z[ 13] 10.00-10.01 sec 56.6 KBytes 87.1 Mbits/sec
50872024-07-19T23:21:17.219Z[ 15] 10.00-10.01 sec 56.6 KBytes 87.1 Mbits/sec
50882024-07-19T23:21:17.219Z[ 17] 10.00-10.01 sec 56.6 KBytes 87.0 Mbits/sec
50892024-07-19T23:21:17.219Z[ 19] 10.00-10.01 sec 113 KBytes 174 Mbits/sec
50902024-07-19T23:21:17.219Z[SUM] 10.00-10.01 sec 509 KBytes 783 Mbits/sec
50912024-07-19T23:21:17.219Z- - - - - - - - - - - - - - - - - - - - - - - - -
50922024-07-19T23:21:17.219Z[ ID] Interval Transfer Bandwidth
50932024-07-19T23:21:17.219Z[ 5] 0.00-10.01 sec 86.3 MBytes 72.3 Mbits/sec sender
50942024-07-19T23:21:17.219Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50952024-07-19T23:21:17.219Z[ 7] 0.00-10.01 sec 86.2 MBytes 72.3 Mbits/sec sender
50962024-07-19T23:21:17.219Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50972024-07-19T23:21:17.219Z[ 9] 0.00-10.01 sec 86.2 MBytes 72.3 Mbits/sec sender
50982024-07-19T23:21:17.219Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50992024-07-19T23:21:17.220Z[ 11] 0.00-10.01 sec 86.2 MBytes 72.3 Mbits/sec sender
51002024-07-19T23:21:17.220Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
51012024-07-19T23:21:17.220Z[ 13] 0.00-10.01 sec 86.2 MBytes 72.3 Mbits/sec sender
51022024-07-19T23:21:17.220Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
51032024-07-19T23:21:17.220Z[ 15] 0.00-10.01 sec 86.2 MBytes 72.2 Mbits/sec sender
51042024-07-19T23:21:17.220Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
51052024-07-19T23:21:17.220Z[ 17] 0.00-10.01 sec 86.2 MBytes 72.2 Mbits/sec sender
51062024-07-19T23:21:17.220Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
51072024-07-19T23:21:17.220Z[ 19] 0.00-10.01 sec 86.2 MBytes 72.3 Mbits/sec sender
51082024-07-19T23:21:17.220Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
51092024-07-19T23:21:17.220Z[SUM] 0.00-10.01 sec 690 MBytes 578 Mbits/sec sender
51102024-07-19T23:21:17.220Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
51112024-07-19T23:21:17.244ZRun 10/10...578.46721327688Mbps
51122024-07-19T23:21:17.244Z###---------------------###
51132024-07-19T23:21:17.244Z::: iPerf done... :::
51142024-07-19T23:21:17.244Z:::Awaiting out files...:::
51152024-07-19T23:21:17.244Z###---------------------###
51162024-07-19T23:21:17.244Z###-----###
51172024-07-19T23:21:17.244Z:::done!:::
51182024-07-19T23:21:17.244Z###-----###
51192024-07-19T23:21:20.639ZBenchmarking iperf-tcp/local/s2c/tx
51202024-07-19T23:21:20.639ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
51212024-07-19T23:21:26.382ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (467M iterations)
51222024-07-19T23:21:46.423ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
51232024-07-19T23:21:46.586Ziperf-tcp/local/s2c/tx time: [3.4677 µs 3.4680 µs 3.4682 µs]
51242024-07-19T23:21:46.586Z change: [+0.8738% +0.8910% +0.9101%] (p = 0.00 < 0.05)
51252024-07-19T23:21:46.586Z Change within noise threshold.
51262024-07-19T23:21:46.586ZFound 9 outliers among 100 measurements (9.00%)
51272024-07-19T23:21:46.586Z 1 (1.00%) low severe
51282024-07-19T23:21:46.586Z 1 (1.00%) low mild
51292024-07-19T23:21:46.586Z 4 (4.00%) high mild
51302024-07-19T23:21:46.586Z 3 (3.00%) high severe
51312024-07-19T23:21:48.340Z
51322024-07-19T23:21:48.341ZBenchmarking iperf-tcp/local/s2c/rx
51332024-07-19T23:21:48.341ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51342024-07-19T23:21:52.098ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (357M iterations)
51352024-07-19T23:22:12.095ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51362024-07-19T23:22:12.252Ziperf-tcp/local/s2c/rx time: [10.511 µs 10.512 µs 10.513 µs]
51372024-07-19T23:22:12.252Z change: [+1.2282% +1.2458% +1.2634%] (p = 0.00 < 0.05)
51382024-07-19T23:22:12.252Z Performance has regressed.
51392024-07-19T23:22:12.252ZFound 3 outliers among 100 measurements (3.00%)
51402024-07-19T23:22:12.252Z 2 (2.00%) low severe
51412024-07-19T23:22:12.252Z 1 (1.00%) high mild
51422024-07-19T23:22:14.013Z
51432024-07-19T23:22:19.252Z+ cargo ubench
51442024-07-19T23:22:19.555Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
51452024-07-19T23:24:50.810Z Finished `bench` profile [optimized + debuginfo] target(s) in 2m 31s
51462024-07-19T23:24:50.839Z Running benches/userland.rs (target/release/deps/userland-3d9f4d1ad5b243ab)
51472024-07-19T23:24:50.862ZGnuplot not found, using plotters backend
51482024-07-19T23:24:51.184ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
51492024-07-19T23:24:51.184ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
51502024-07-19T23:24:54.626ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0036 s (6.1M iterations)
51512024-07-19T23:24:59.633ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
51522024-07-19T23:24:59.812Zparse/Hairpin-DHCPv4/wallclock/Discover
51532024-07-19T23:24:59.812Z time: [143.16 ns 144.16 ns 145.46 ns]
51542024-07-19T23:24:59.812Z change: [-7.8946% -6.7031% -5.4766%] (p = 0.00 < 0.05)
51552024-07-19T23:24:59.812Z Performance has improved.
51562024-07-19T23:24:59.812ZFound 10 outliers among 100 measurements (10.00%)
51572024-07-19T23:24:59.812Z 2 (2.00%) high mild
51582024-07-19T23:24:59.813Z 8 (8.00%) high severe
51592024-07-19T23:25:01.583Z
51602024-07-19T23:25:01.607ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
51612024-07-19T23:25:01.607ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
51622024-07-19T23:25:06.001ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0002 s (2.4M iterations)
51632024-07-19T23:25:11.110ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
51642024-07-19T23:25:11.278Zprocess/Hairpin-DHCPv4/wallclock/Discover
51652024-07-19T23:25:11.278Z time: [1.1083 µs 1.1363 µs 1.1742 µs]
51662024-07-19T23:25:11.278Z change: [-16.081% -14.810% -13.412%] (p = 0.00 < 0.05)
51672024-07-19T23:25:11.279Z Performance has improved.
51682024-07-19T23:25:11.279ZFound 15 outliers among 100 measurements (15.00%)
51692024-07-19T23:25:11.279Z 3 (3.00%) high mild
51702024-07-19T23:25:11.279Z 12 (12.00%) high severe
51712024-07-19T23:25:13.035Z
51722024-07-19T23:25:13.035ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
51732024-07-19T23:25:13.035ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
51742024-07-19T23:25:16.415ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0012 s (6.2M iterations)
51752024-07-19T23:25:21.629ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
51762024-07-19T23:25:21.795Zparse/Hairpin-DHCPv4/wallclock/Request
51772024-07-19T23:25:21.795Z time: [145.07 ns 148.23 ns 151.94 ns]
51782024-07-19T23:25:21.795Z change: [-7.4925% -6.1234% -4.7360%] (p = 0.00 < 0.05)
51792024-07-19T23:25:21.795Z Performance has improved.
51802024-07-19T23:25:21.795ZFound 10 outliers among 100 measurements (10.00%)
51812024-07-19T23:25:21.795Z 7 (7.00%) high mild
51822024-07-19T23:25:21.795Z 3 (3.00%) high severe
51832024-07-19T23:25:23.557Z
51842024-07-19T23:25:23.557ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
51852024-07-19T23:25:23.557ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
51862024-07-19T23:25:27.760ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0088 s (2.5M iterations)
51872024-07-19T23:25:32.772ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
51882024-07-19T23:25:32.930Zprocess/Hairpin-DHCPv4/wallclock/Request
51892024-07-19T23:25:32.930Z time: [1.0079 µs 1.0155 µs 1.0259 µs]
51902024-07-19T23:25:32.930Z change: [-19.094% -17.921% -16.844%] (p = 0.00 < 0.05)
51912024-07-19T23:25:32.930Z Performance has improved.
51922024-07-19T23:25:32.930ZFound 8 outliers among 100 measurements (8.00%)
51932024-07-19T23:25:32.930Z 2 (2.00%) high mild
51942024-07-19T23:25:32.930Z 6 (6.00%) high severe
51952024-07-19T23:25:34.698Z
51962024-07-19T23:25:34.698ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
51972024-07-19T23:25:34.698ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
51982024-07-19T23:25:39.559ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0047 s (4.3M iterations)
51992024-07-19T23:25:44.573ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
52002024-07-19T23:25:44.733Zparse/Hairpin-DHCPv6/wallclock/Solicit
52012024-07-19T23:25:44.733Z time: [191.31 ns 192.99 ns 195.43 ns]
52022024-07-19T23:25:44.733Z change: [-9.6578% -8.4286% -7.2593%] (p = 0.00 < 0.05)
52032024-07-19T23:25:44.734Z Performance has improved.
52042024-07-19T23:25:44.734ZFound 13 outliers among 100 measurements (13.00%)
52052024-07-19T23:25:44.734Z 4 (4.00%) high mild
52062024-07-19T23:25:44.734Z 9 (9.00%) high severe
52072024-07-19T23:25:46.500Z
52082024-07-19T23:25:46.500ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
52092024-07-19T23:25:46.500ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
52102024-07-19T23:25:52.052ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0132 s (1.9M iterations)
52112024-07-19T23:25:57.126ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
52122024-07-19T23:25:57.288Zprocess/Hairpin-DHCPv6/wallclock/Solicit
52132024-07-19T23:25:57.288Z time: [1.3101 µs 1.3267 µs 1.3467 µs]
52142024-07-19T23:25:57.288Z change: [-11.228% -9.9383% -8.7316%] (p = 0.00 < 0.05)
52152024-07-19T23:25:57.288Z Performance has improved.
52162024-07-19T23:25:57.288ZFound 13 outliers among 100 measurements (13.00%)
52172024-07-19T23:25:57.288Z 6 (6.00%) high mild
52182024-07-19T23:25:57.288Z 7 (7.00%) high severe
52192024-07-19T23:25:59.062Z
52202024-07-19T23:25:59.062ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
52212024-07-19T23:25:59.062ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
52222024-07-19T23:26:04.510ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0047 s (3.9M iterations)
52232024-07-19T23:26:09.448ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
52242024-07-19T23:26:09.612Zparse/Hairpin-DHCPv6/wallclock/Request
52252024-07-19T23:26:09.613Z time: [192.03 ns 194.47 ns 197.27 ns]
52262024-07-19T23:26:09.613Z change: [-10.437% -8.9473% -7.3681%] (p = 0.00 < 0.05)
52272024-07-19T23:26:09.613Z Performance has improved.
52282024-07-19T23:26:09.613ZFound 9 outliers among 100 measurements (9.00%)
52292024-07-19T23:26:09.613Z 5 (5.00%) high mild
52302024-07-19T23:26:09.613Z 4 (4.00%) high severe
52312024-07-19T23:26:11.380Z
52322024-07-19T23:26:11.380ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
52332024-07-19T23:26:11.380ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
52342024-07-19T23:26:14.429ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0070 s (1.7M iterations)
52352024-07-19T23:26:19.489ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
52362024-07-19T23:26:19.648Zprocess/Hairpin-DHCPv6/wallclock/Request
52372024-07-19T23:26:19.649Z time: [1.3790 µs 1.3935 µs 1.4117 µs]
52382024-07-19T23:26:19.649Z change: [-8.2249% -6.7841% -5.3101%] (p = 0.00 < 0.05)
52392024-07-19T23:26:19.649Z Performance has improved.
52402024-07-19T23:26:19.649ZFound 18 outliers among 100 measurements (18.00%)
52412024-07-19T23:26:19.649Z 3 (3.00%) high mild
52422024-07-19T23:26:19.649Z 15 (15.00%) high severe
52432024-07-19T23:26:21.433Z
52442024-07-19T23:26:21.433ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
52452024-07-19T23:26:21.433ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
52462024-07-19T23:26:24.693ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0035 s (6.4M iterations)
52472024-07-19T23:26:29.781ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
52482024-07-19T23:26:29.940Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
52492024-07-19T23:26:29.940Z time: [147.11 ns 148.71 ns 150.63 ns]
52502024-07-19T23:26:29.940Z change: [-9.6642% -8.0590% -6.4739%] (p = 0.00 < 0.05)
52512024-07-19T23:26:29.940Z Performance has improved.
52522024-07-19T23:26:29.940ZFound 12 outliers among 100 measurements (12.00%)
52532024-07-19T23:26:29.940Z 5 (5.00%) high mild
52542024-07-19T23:26:29.940Z 7 (7.00%) high severe
52552024-07-19T23:26:31.713Z
52562024-07-19T23:26:31.737ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
52572024-07-19T23:26:31.737ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
52582024-07-19T23:26:34.713ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0063 s (3.5M iterations)
52592024-07-19T23:26:39.792ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
52602024-07-19T23:26:39.955Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
52612024-07-19T23:26:39.955Z time: [477.65 ns 487.44 ns 499.83 ns]
52622024-07-19T23:26:39.955Z change: [-9.3159% -7.7442% -6.1081%] (p = 0.00 < 0.05)
52632024-07-19T23:26:39.955Z Performance has improved.
52642024-07-19T23:26:39.955ZFound 18 outliers among 100 measurements (18.00%)
52652024-07-19T23:26:39.955Z 8 (8.00%) high mild
52662024-07-19T23:26:39.955Z 10 (10.00%) high severe
52672024-07-19T23:26:41.724Z
52682024-07-19T23:26:41.724ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
52692024-07-19T23:26:41.724ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
52702024-07-19T23:26:46.187ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0023 s (4.7M iterations)
52712024-07-19T23:26:51.195ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
52722024-07-19T23:26:51.352Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
52732024-07-19T23:26:51.352Z time: [319.58 ns 321.12 ns 322.87 ns]
52742024-07-19T23:26:51.352Z change: [-12.952% -11.973% -10.999%] (p = 0.00 < 0.05)
52752024-07-19T23:26:51.352Z Performance has improved.
52762024-07-19T23:26:51.352ZFound 14 outliers among 100 measurements (14.00%)
52772024-07-19T23:26:51.352Z 2 (2.00%) high mild
52782024-07-19T23:26:51.353Z 12 (12.00%) high severe
52792024-07-19T23:26:54.139Z
52802024-07-19T23:26:54.162ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
52812024-07-19T23:26:54.163ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
52822024-07-19T23:26:56.942ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0033 s (2.7M iterations)
52832024-07-19T23:27:01.920ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
52842024-07-19T23:27:02.080Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
52852024-07-19T23:27:02.080Z time: [546.84 ns 547.45 ns 548.26 ns]
52862024-07-19T23:27:02.080Z change: [-10.651% -9.3607% -8.4100%] (p = 0.00 < 0.05)
52872024-07-19T23:27:02.080Z Performance has improved.
52882024-07-19T23:27:02.080ZFound 7 outliers among 100 measurements (7.00%)
52892024-07-19T23:27:02.080Z 4 (4.00%) high mild
52902024-07-19T23:27:02.080Z 3 (3.00%) high severe
52912024-07-19T23:27:03.845Z
52922024-07-19T23:27:03.846ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
52932024-07-19T23:27:03.846ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
52942024-07-19T23:27:07.526ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0031 s (5.7M iterations)
52952024-07-19T23:27:12.474ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
52962024-07-19T23:27:12.631Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
52972024-07-19T23:27:12.631Z time: [187.25 ns 188.20 ns 189.49 ns]
52982024-07-19T23:27:12.631Z change: [-21.396% -19.964% -18.502%] (p = 0.00 < 0.05)
52992024-07-19T23:27:12.631Z Performance has improved.
53002024-07-19T23:27:12.631ZFound 10 outliers among 100 measurements (10.00%)
53012024-07-19T23:27:12.631Z 4 (4.00%) high mild
53022024-07-19T23:27:12.631Z 6 (6.00%) high severe
53032024-07-19T23:27:14.393Z
53042024-07-19T23:27:14.393ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
53052024-07-19T23:27:14.393ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
53062024-07-19T23:27:18.117ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0033 s (2.8M iterations)
53072024-07-19T23:27:23.145ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
53082024-07-19T23:27:23.301Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
53092024-07-19T23:27:23.301Z time: [728.14 ns 735.88 ns 744.94 ns]
53102024-07-19T23:27:23.301Z change: [-11.566% -10.150% -8.1186%] (p = 0.00 < 0.05)
53112024-07-19T23:27:23.301Z Performance has improved.
53122024-07-19T23:27:23.302ZFound 13 outliers among 100 measurements (13.00%)
53132024-07-19T23:27:23.302Z 2 (2.00%) high mild
53142024-07-19T23:27:23.302Z 11 (11.00%) high severe
53152024-07-19T23:27:25.060Z
53162024-07-19T23:27:25.060ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
53172024-07-19T23:27:25.060ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
53182024-07-19T23:27:28.767ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0036 s (5.7M iterations)
53192024-07-19T23:27:33.771ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
53202024-07-19T23:27:33.930Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
53212024-07-19T23:27:33.930Z time: [191.55 ns 192.32 ns 193.33 ns]
53222024-07-19T23:27:33.930Z change: [-13.039% -12.233% -11.338%] (p = 0.00 < 0.05)
53232024-07-19T23:27:33.930Z Performance has improved.
53242024-07-19T23:27:33.930ZFound 7 outliers among 100 measurements (7.00%)
53252024-07-19T23:27:33.930Z 2 (2.00%) high mild
53262024-07-19T23:27:33.930Z 5 (5.00%) high severe
53272024-07-19T23:27:35.692Z
53282024-07-19T23:27:35.716ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
53292024-07-19T23:27:35.716ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
53302024-07-19T23:27:39.346ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0033 s (2.9M iterations)
53312024-07-19T23:27:44.346ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
53322024-07-19T23:27:44.486Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
53332024-07-19T23:27:44.486Z time: [688.19 ns 689.78 ns 691.98 ns]
53342024-07-19T23:27:44.486Z change: [-13.151% -11.778% -10.541%] (p = 0.00 < 0.05)
53352024-07-19T23:27:44.486Z Performance has improved.
53362024-07-19T23:27:44.486ZFound 4 outliers among 100 measurements (4.00%)
53372024-07-19T23:27:44.486Z 1 (1.00%) high mild
53382024-07-19T23:27:44.486Z 3 (3.00%) high severe
53392024-07-19T23:27:46.247Z
53402024-07-19T23:27:46.247ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53412024-07-19T23:27:46.247ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
53422024-07-19T23:27:49.391ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (6.7M iterations)
53432024-07-19T23:27:54.405ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
53442024-07-19T23:27:54.563Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53452024-07-19T23:27:54.563Z time: [152.86 ns 153.83 ns 155.12 ns]
53462024-07-19T23:27:54.563Z change: [-12.167% -10.788% -9.3198%] (p = 0.00 < 0.05)
53472024-07-19T23:27:54.563Z Performance has improved.
53482024-07-19T23:27:54.563ZFound 9 outliers among 100 measurements (9.00%)
53492024-07-19T23:27:54.563Z 5 (5.00%) high mild
53502024-07-19T23:27:54.563Z 4 (4.00%) high severe
53512024-07-19T23:27:56.321Z
53522024-07-19T23:27:56.322ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53532024-07-19T23:27:56.322ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
53542024-07-19T23:28:01.168ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0064 s (2.2M iterations)
53552024-07-19T23:28:06.127ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
53562024-07-19T23:28:06.290Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53572024-07-19T23:28:06.290Z time: [379.55 ns 380.59 ns 382.20 ns]
53582024-07-19T23:28:06.290Z change: [-10.742% -9.9289% -9.1727%] (p = 0.00 < 0.05)
53592024-07-19T23:28:06.290Z Performance has improved.
53602024-07-19T23:28:06.290ZFound 11 outliers among 100 measurements (11.00%)
53612024-07-19T23:28:06.290Z 4 (4.00%) high mild
53622024-07-19T23:28:06.290Z 7 (7.00%) high severe
53632024-07-19T23:28:08.053Z
53642024-07-19T23:28:08.053ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53652024-07-19T23:28:08.053ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
53662024-07-19T23:28:11.449ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0048 s (3.1M iterations)
53672024-07-19T23:28:16.400ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
53682024-07-19T23:28:16.558Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53692024-07-19T23:28:16.558Z time: [151.10 ns 152.29 ns 154.05 ns]
53702024-07-19T23:28:16.558Z change: [-13.569% -12.710% -11.842%] (p = 0.00 < 0.05)
53712024-07-19T23:28:16.558Z Performance has improved.
53722024-07-19T23:28:16.558ZFound 6 outliers among 100 measurements (6.00%)
53732024-07-19T23:28:16.558Z 2 (2.00%) high mild
53742024-07-19T23:28:16.558Z 4 (4.00%) high severe
53752024-07-19T23:28:18.322Z
53762024-07-19T23:28:18.346ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53772024-07-19T23:28:18.346ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
53782024-07-19T23:28:23.040ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0211 s (1.1M iterations)
53792024-07-19T23:28:27.891ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
53802024-07-19T23:28:28.044Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53812024-07-19T23:28:28.044Z time: [530.59 ns 532.35 ns 535.14 ns]
53822024-07-19T23:28:28.044Z change: [-1.4765% +0.4752% +2.1956%] (p = 0.63 > 0.05)
53832024-07-19T23:28:28.044Z No change in performance detected.
53842024-07-19T23:28:28.044ZFound 7 outliers among 100 measurements (7.00%)
53852024-07-19T23:28:28.044Z 5 (5.00%) high mild
53862024-07-19T23:28:28.044Z 2 (2.00%) high severe
53872024-07-19T23:28:29.811Z
53882024-07-19T23:28:29.811ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53892024-07-19T23:28:29.811ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
53902024-07-19T23:28:35.126ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0041 s (3.9M iterations)
53912024-07-19T23:28:40.119ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
53922024-07-19T23:28:40.277Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53932024-07-19T23:28:40.277Z time: [240.92 ns 241.60 ns 242.55 ns]
53942024-07-19T23:28:40.277Z change: [-14.128% -13.649% -13.188%] (p = 0.00 < 0.05)
53952024-07-19T23:28:40.277Z Performance has improved.
53962024-07-19T23:28:40.277ZFound 5 outliers among 100 measurements (5.00%)
53972024-07-19T23:28:40.277Z 1 (1.00%) low mild
53982024-07-19T23:28:40.277Z 1 (1.00%) high mild
53992024-07-19T23:28:40.277Z 3 (3.00%) high severe
54002024-07-19T23:28:42.034Z
54012024-07-19T23:28:42.058ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
54022024-07-19T23:28:42.058ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
54032024-07-19T23:28:47.954ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0039 s (1.8M iterations)
54042024-07-19T23:28:52.941ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
54052024-07-19T23:28:53.098Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
54062024-07-19T23:28:53.098Z time: [357.18 ns 358.84 ns 361.10 ns]
54072024-07-19T23:28:53.098Z change: [-9.3397% -8.3580% -7.4939%] (p = 0.00 < 0.05)
54082024-07-19T23:28:53.098Z Performance has improved.
54092024-07-19T23:28:53.098ZFound 13 outliers among 100 measurements (13.00%)
54102024-07-19T23:28:53.099Z 3 (3.00%) low mild
54112024-07-19T23:28:53.099Z 3 (3.00%) high mild
54122024-07-19T23:28:53.099Z 7 (7.00%) high severe
54132024-07-19T23:28:54.864Z
54142024-07-19T23:28:54.864ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
54152024-07-19T23:28:54.864ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
54162024-07-19T23:29:00.156ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0081 s (2.0M iterations)
54172024-07-19T23:29:05.169ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
54182024-07-19T23:29:05.325Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
54192024-07-19T23:29:05.325Z time: [245.75 ns 247.14 ns 249.54 ns]
54202024-07-19T23:29:05.325Z change: [-16.936% -14.942% -13.289%] (p = 0.00 < 0.05)
54212024-07-19T23:29:05.325Z Performance has improved.
54222024-07-19T23:29:05.325ZFound 7 outliers among 100 measurements (7.00%)
54232024-07-19T23:29:05.325Z 5 (5.00%) high mild
54242024-07-19T23:29:05.325Z 2 (2.00%) high severe
54252024-07-19T23:29:07.088Z
54262024-07-19T23:29:07.112ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
54272024-07-19T23:29:07.112ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
54282024-07-19T23:29:12.388ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0022 s (990k iterations)
54292024-07-19T23:29:17.484ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
54302024-07-19T23:29:17.640Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
54312024-07-19T23:29:17.640Z time: [406.09 ns 411.71 ns 418.48 ns]
54322024-07-19T23:29:17.640Z change: [-8.2487% -6.4162% -4.6887%] (p = 0.00 < 0.05)
54332024-07-19T23:29:17.640Z Performance has improved.
54342024-07-19T23:29:17.640ZFound 11 outliers among 100 measurements (11.00%)
54352024-07-19T23:29:17.640Z 3 (3.00%) high mild
54362024-07-19T23:29:17.640Z 8 (8.00%) high severe
54372024-07-19T23:29:19.404Z
54382024-07-19T23:29:19.404ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
54392024-07-19T23:29:19.404ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
54402024-07-19T23:29:25.355ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (7.0M iterations)
54412024-07-19T23:29:30.361ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
54422024-07-19T23:29:30.519Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
54432024-07-19T23:29:30.519Z time: [138.71 ns 140.34 ns 142.43 ns]
54442024-07-19T23:29:30.519Z change: [-17.177% -16.017% -14.766%] (p = 0.00 < 0.05)
54452024-07-19T23:29:30.519Z Performance has improved.
54462024-07-19T23:29:30.519ZFound 13 outliers among 100 measurements (13.00%)
54472024-07-19T23:29:30.519Z 4 (4.00%) high mild
54482024-07-19T23:29:30.519Z 9 (9.00%) high severe
54492024-07-19T23:29:32.269Z
54502024-07-19T23:29:32.293ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
54512024-07-19T23:29:32.293ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
54522024-07-19T23:29:36.707ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (2.4M iterations)
54532024-07-19T23:29:41.632ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
54542024-07-19T23:29:41.792Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
54552024-07-19T23:29:41.792Z time: [317.63 ns 319.56 ns 322.61 ns]
54562024-07-19T23:29:41.792Z change: [-12.090% -10.886% -9.7848%] (p = 0.00 < 0.05)
54572024-07-19T23:29:41.792Z Performance has improved.
54582024-07-19T23:29:41.792ZFound 8 outliers among 100 measurements (8.00%)
54592024-07-19T23:29:41.792Z 3 (3.00%) high mild
54602024-07-19T23:29:41.792Z 5 (5.00%) high severe
54612024-07-19T23:29:43.565Z
54622024-07-19T23:29:43.565ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54632024-07-19T23:29:43.565ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
54642024-07-19T23:29:46.910ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (3.1M iterations)
54652024-07-19T23:29:51.905ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
54662024-07-19T23:29:52.061Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54672024-07-19T23:29:52.062Z time: [138.75 ns 139.71 ns 141.06 ns]
54682024-07-19T23:29:52.062Z change: [-17.130% -15.434% -13.637%] (p = 0.00 < 0.05)
54692024-07-19T23:29:52.062Z Performance has improved.
54702024-07-19T23:29:52.062ZFound 12 outliers among 100 measurements (12.00%)
54712024-07-19T23:29:52.062Z 12 (12.00%) high severe
54722024-07-19T23:29:53.823Z
54732024-07-19T23:29:53.847ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54742024-07-19T23:29:53.847ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
54752024-07-19T23:29:58.075ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0156 s (1.2M iterations)
54762024-07-19T23:30:03.086ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
54772024-07-19T23:30:03.245Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54782024-07-19T23:30:03.245Z time: [395.64 ns 400.09 ns 405.05 ns]
54792024-07-19T23:30:03.245Z change: [-15.039% -13.192% -11.313%] (p = 0.00 < 0.05)
54802024-07-19T23:30:03.245Z Performance has improved.
54812024-07-19T23:30:03.245ZFound 18 outliers among 100 measurements (18.00%)
54822024-07-19T23:30:03.245Z 1 (1.00%) low mild
54832024-07-19T23:30:03.245Z 4 (4.00%) high mild
54842024-07-19T23:30:03.245Z 13 (13.00%) high severe
54852024-07-19T23:30:05.018Z
54862024-07-19T23:30:05.018ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
54872024-07-19T23:30:05.018ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
54882024-07-19T23:30:10.320ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0053 s (4.0M iterations)
54892024-07-19T23:30:15.324ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
54902024-07-19T23:30:15.477Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
54912024-07-19T23:30:15.477Z time: [237.70 ns 239.94 ns 242.56 ns]
54922024-07-19T23:30:15.477Z change: [-16.974% -15.005% -13.408%] (p = 0.00 < 0.05)
54932024-07-19T23:30:15.477Z Performance has improved.
54942024-07-19T23:30:15.477ZFound 13 outliers among 100 measurements (13.00%)
54952024-07-19T23:30:15.477Z 3 (3.00%) high mild
54962024-07-19T23:30:15.477Z 10 (10.00%) high severe
54972024-07-19T23:30:17.237Z
54982024-07-19T23:30:17.261ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
54992024-07-19T23:30:17.262ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
55002024-07-19T23:30:22.683ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0089 s (1.9M iterations)
55012024-07-19T23:30:27.696ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
55022024-07-19T23:30:27.857Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
55032024-07-19T23:30:27.857Z time: [288.78 ns 292.45 ns 297.06 ns]
55042024-07-19T23:30:27.857Z change: [-14.872% -12.459% -10.085%] (p = 0.00 < 0.05)
55052024-07-19T23:30:27.857Z Performance has improved.
55062024-07-19T23:30:27.857ZFound 7 outliers among 100 measurements (7.00%)
55072024-07-19T23:30:27.857Z 1 (1.00%) high mild
55082024-07-19T23:30:27.857Z 6 (6.00%) high severe
55092024-07-19T23:30:29.627Z
55102024-07-19T23:30:29.627ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
55112024-07-19T23:30:29.627ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
55122024-07-19T23:30:35.004ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0107 s (2.0M iterations)
55132024-07-19T23:30:39.960ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
55142024-07-19T23:30:40.119Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
55152024-07-19T23:30:40.119Z time: [237.93 ns 240.82 ns 244.54 ns]
55162024-07-19T23:30:40.119Z change: [-16.346% -15.014% -13.749%] (p = 0.00 < 0.05)
55172024-07-19T23:30:40.119Z Performance has improved.
55182024-07-19T23:30:40.119ZFound 8 outliers among 100 measurements (8.00%)
55192024-07-19T23:30:40.119Z 2 (2.00%) high mild
55202024-07-19T23:30:40.119Z 6 (6.00%) high severe
55212024-07-19T23:30:41.879Z
55222024-07-19T23:30:41.880ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
55232024-07-19T23:30:41.880ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
55242024-07-19T23:30:47.036ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0159 s (1.0M iterations)
55252024-07-19T23:30:52.067ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
55262024-07-19T23:30:52.222Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
55272024-07-19T23:30:52.222Z time: [377.80 ns 380.51 ns 383.98 ns]
55282024-07-19T23:30:52.222Z change: [+5.9830% +7.6379% +9.5704%] (p = 0.00 < 0.05)
55292024-07-19T23:30:52.222Z Performance has regressed.
55302024-07-19T23:30:52.222ZFound 18 outliers among 100 measurements (18.00%)
55312024-07-19T23:30:52.222Z 4 (4.00%) low mild
55322024-07-19T23:30:52.222Z 2 (2.00%) high mild
55332024-07-19T23:30:52.222Z 12 (12.00%) high severe
55342024-07-19T23:30:53.990Z
55352024-07-19T23:30:53.990ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
55362024-07-19T23:30:53.990ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
55372024-07-19T23:30:57.899ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0026 s (5.4M iterations)
55382024-07-19T23:31:03.015ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
55392024-07-19T23:31:03.173Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
55402024-07-19T23:31:03.173Z time: [207.43 ns 211.29 ns 215.75 ns]
55412024-07-19T23:31:03.173Z change: [-7.6227% -6.6063% -5.5783%] (p = 0.00 < 0.05)
55422024-07-19T23:31:03.173Z Performance has improved.
55432024-07-19T23:31:03.173ZFound 17 outliers among 100 measurements (17.00%)
55442024-07-19T23:31:03.173Z 1 (1.00%) low mild
55452024-07-19T23:31:03.173Z 5 (5.00%) high mild
55462024-07-19T23:31:03.173Z 11 (11.00%) high severe
55472024-07-19T23:31:04.935Z
55482024-07-19T23:31:04.959ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
55492024-07-19T23:31:04.959ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
55502024-07-19T23:31:10.505ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (1.9M iterations)
55512024-07-19T23:31:15.481ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
55522024-07-19T23:31:15.635Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
55532024-07-19T23:31:15.635Z time: [388.60 ns 391.26 ns 395.03 ns]
55542024-07-19T23:31:15.635Z change: [-9.7243% -8.9560% -8.2230%] (p = 0.00 < 0.05)
55552024-07-19T23:31:15.635Z Performance has improved.
55562024-07-19T23:31:15.635ZFound 5 outliers among 100 measurements (5.00%)
55572024-07-19T23:31:15.635Z 5 (5.00%) high severe
55582024-07-19T23:31:17.394Z
55592024-07-19T23:31:17.394ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55602024-07-19T23:31:17.394ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
55612024-07-19T23:31:21.347ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0064 s (2.7M iterations)
55622024-07-19T23:31:26.179ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
55632024-07-19T23:31:26.336Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55642024-07-19T23:31:26.336Z time: [203.11 ns 203.74 ns 204.56 ns]
55652024-07-19T23:31:26.336Z change: [-11.127% -10.061% -9.0339%] (p = 0.00 < 0.05)
55662024-07-19T23:31:26.336Z Performance has improved.
55672024-07-19T23:31:26.336ZFound 10 outliers among 100 measurements (10.00%)
55682024-07-19T23:31:26.337Z 3 (3.00%) high mild
55692024-07-19T23:31:26.337Z 7 (7.00%) high severe
55702024-07-19T23:31:28.098Z
55712024-07-19T23:31:28.122ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55722024-07-19T23:31:28.122ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
55732024-07-19T23:31:32.922ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0175 s (1.1M iterations)
55742024-07-19T23:31:37.928ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
55752024-07-19T23:31:38.081Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55762024-07-19T23:31:38.081Z time: [467.21 ns 471.16 ns 475.88 ns]
55772024-07-19T23:31:38.081Z change: [-11.771% -10.666% -9.6677%] (p = 0.00 < 0.05)
55782024-07-19T23:31:38.081Z Performance has improved.
55792024-07-19T23:31:38.081ZFound 5 outliers among 100 measurements (5.00%)
55802024-07-19T23:31:38.081Z 5 (5.00%) high severe
55812024-07-19T23:31:39.841Z
55822024-07-19T23:31:39.841ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55832024-07-19T23:31:39.841ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
55842024-07-19T23:31:42.973ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0002 s (3.3M iterations)
55852024-07-19T23:31:48.001ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
55862024-07-19T23:31:48.158Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55872024-07-19T23:31:48.158Z time: [283.61 ns 284.77 ns 285.96 ns]
55882024-07-19T23:31:48.158Z change: [-18.448% -17.087% -15.841%] (p = 0.00 < 0.05)
55892024-07-19T23:31:48.158Z Performance has improved.
55902024-07-19T23:31:48.158ZFound 5 outliers among 100 measurements (5.00%)
55912024-07-19T23:31:48.158Z 3 (3.00%) high mild
55922024-07-19T23:31:48.158Z 2 (2.00%) high severe
55932024-07-19T23:31:49.913Z
55942024-07-19T23:31:49.913ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55952024-07-19T23:31:49.913ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
55962024-07-19T23:31:53.295ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0007 s (1.6M iterations)
55972024-07-19T23:31:58.390ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
55982024-07-19T23:31:58.548Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55992024-07-19T23:31:58.548Z time: [376.27 ns 380.16 ns 384.34 ns]
56002024-07-19T23:31:58.548Z change: [-12.935% -11.092% -9.3395%] (p = 0.00 < 0.05)
56012024-07-19T23:31:58.548Z Performance has improved.
56022024-07-19T23:31:58.548ZFound 11 outliers among 100 measurements (11.00%)
56032024-07-19T23:31:58.548Z 4 (4.00%) high mild
56042024-07-19T23:31:58.548Z 7 (7.00%) high severe
56052024-07-19T23:32:00.317Z
56062024-07-19T23:32:00.317ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
56072024-07-19T23:32:00.317ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
56082024-07-19T23:32:06.254ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0037 s (1.8M iterations)
56092024-07-19T23:32:11.451ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
56102024-07-19T23:32:11.609Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
56112024-07-19T23:32:11.609Z time: [288.26 ns 290.36 ns 293.03 ns]
56122024-07-19T23:32:11.609Z change: [-15.823% -14.664% -13.462%] (p = 0.00 < 0.05)
56132024-07-19T23:32:11.609Z Performance has improved.
56142024-07-19T23:32:11.609ZFound 10 outliers among 100 measurements (10.00%)
56152024-07-19T23:32:11.609Z 5 (5.00%) high mild
56162024-07-19T23:32:11.609Z 5 (5.00%) high severe
56172024-07-19T23:32:13.373Z
56182024-07-19T23:32:13.396ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
56192024-07-19T23:32:13.396ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
56202024-07-19T23:32:19.344ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0116 s (884k iterations)
56212024-07-19T23:32:24.370ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
56222024-07-19T23:32:24.529Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
56232024-07-19T23:32:24.529Z time: [479.53 ns 483.71 ns 488.71 ns]
56242024-07-19T23:32:24.529Z change: [+4.3593% +6.6782% +8.8175%] (p = 0.00 < 0.05)
56252024-07-19T23:32:24.529Z Performance has regressed.
56262024-07-19T23:32:24.529ZFound 14 outliers among 100 measurements (14.00%)
56272024-07-19T23:32:24.529Z 6 (6.00%) high mild
56282024-07-19T23:32:24.529Z 8 (8.00%) high severe
56292024-07-19T23:32:26.289Z
56302024-07-19T23:32:26.289ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
56312024-07-19T23:32:26.289ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
56322024-07-19T23:32:30.051ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0011 s (5.6M iterations)
56332024-07-19T23:32:35.048ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
56342024-07-19T23:32:35.205Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
56352024-07-19T23:32:35.205Z time: [188.08 ns 189.11 ns 190.55 ns]
56362024-07-19T23:32:35.205Z change: [-16.243% -14.939% -13.686%] (p = 0.00 < 0.05)
56372024-07-19T23:32:35.205Z Performance has improved.
56382024-07-19T23:32:35.205ZFound 8 outliers among 100 measurements (8.00%)
56392024-07-19T23:32:35.205Z 4 (4.00%) high mild
56402024-07-19T23:32:35.205Z 4 (4.00%) high severe
56412024-07-19T23:32:36.957Z
56422024-07-19T23:32:36.957ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
56432024-07-19T23:32:36.957ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
56442024-07-19T23:32:42.107ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0093 s (2.0M iterations)
56452024-07-19T23:32:47.054ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
56462024-07-19T23:32:47.210Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
56472024-07-19T23:32:47.210Z time: [330.83 ns 332.14 ns 333.83 ns]
56482024-07-19T23:32:47.211Z change: [-12.833% -11.571% -10.453%] (p = 0.00 < 0.05)
56492024-07-19T23:32:47.211Z Performance has improved.
56502024-07-19T23:32:47.211ZFound 6 outliers among 100 measurements (6.00%)
56512024-07-19T23:32:47.211Z 2 (2.00%) high mild
56522024-07-19T23:32:47.211Z 4 (4.00%) high severe
56532024-07-19T23:32:48.978Z
56542024-07-19T23:32:48.978ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56552024-07-19T23:32:48.978ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
56562024-07-19T23:32:52.803ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (2.7M iterations)
56572024-07-19T23:32:58.036ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
56582024-07-19T23:32:58.197Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56592024-07-19T23:32:58.197Z time: [189.41 ns 191.53 ns 194.19 ns]
56602024-07-19T23:32:58.197Z change: [-18.220% -16.236% -14.126%] (p = 0.00 < 0.05)
56612024-07-19T23:32:58.197Z Performance has improved.
56622024-07-19T23:32:58.197ZFound 12 outliers among 100 measurements (12.00%)
56632024-07-19T23:32:58.197Z 1 (1.00%) low mild
56642024-07-19T23:32:58.197Z 3 (3.00%) high mild
56652024-07-19T23:32:58.197Z 8 (8.00%) high severe
56662024-07-19T23:32:59.962Z
56672024-07-19T23:32:59.986ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56682024-07-19T23:32:59.986ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
56692024-07-19T23:33:04.647ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0088 s (1.1M iterations)
56702024-07-19T23:33:09.630ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
56712024-07-19T23:33:09.787Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56722024-07-19T23:33:09.788Z time: [408.37 ns 410.26 ns 412.50 ns]
56732024-07-19T23:33:09.788Z change: [-9.8401% -9.0724% -8.3300%] (p = 0.00 < 0.05)
56742024-07-19T23:33:09.788Z Performance has improved.
56752024-07-19T23:33:09.788ZFound 11 outliers among 100 measurements (11.00%)
56762024-07-19T23:33:09.788Z 8 (8.00%) high mild
56772024-07-19T23:33:09.788Z 3 (3.00%) high severe
56782024-07-19T23:33:11.540Z
56792024-07-19T23:33:11.540ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
56802024-07-19T23:33:11.540ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
56812024-07-19T23:33:14.654ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0023 s (3.4M iterations)
56822024-07-19T23:33:19.724ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
56832024-07-19T23:33:19.881Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
56842024-07-19T23:33:19.881Z time: [288.61 ns 290.29 ns 292.50 ns]
56852024-07-19T23:33:19.881Z change: [-13.752% -12.590% -11.533%] (p = 0.00 < 0.05)
56862024-07-19T23:33:19.881Z Performance has improved.
56872024-07-19T23:33:19.881ZFound 14 outliers among 100 measurements (14.00%)
56882024-07-19T23:33:19.881Z 1 (1.00%) low mild
56892024-07-19T23:33:19.881Z 6 (6.00%) high mild
56902024-07-19T23:33:19.881Z 7 (7.00%) high severe
56912024-07-19T23:33:21.640Z
56922024-07-19T23:33:21.640ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
56932024-07-19T23:33:21.640ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
56942024-07-19T23:33:24.832ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0109 s (1.6M iterations)
56952024-07-19T23:33:29.862ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
56962024-07-19T23:33:30.016Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
56972024-07-19T23:33:30.016Z time: [294.08 ns 296.78 ns 300.14 ns]
56982024-07-19T23:33:30.016Z change: [-10.881% -9.6488% -8.5274%] (p = 0.00 < 0.05)
56992024-07-19T23:33:30.016Z Performance has improved.
57002024-07-19T23:33:30.016ZFound 8 outliers among 100 measurements (8.00%)
57012024-07-19T23:33:30.017Z 2 (2.00%) high mild
57022024-07-19T23:33:30.017Z 6 (6.00%) high severe
57032024-07-19T23:33:31.773Z
57042024-07-19T23:33:31.773ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57052024-07-19T23:33:31.773ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
57062024-07-19T23:33:37.564ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0054 s (1.8M iterations)
57072024-07-19T23:33:42.484ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
57082024-07-19T23:33:42.640Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57092024-07-19T23:33:42.640Z time: [286.57 ns 287.78 ns 289.28 ns]
57102024-07-19T23:33:42.640Z change: [-13.513% -12.905% -12.224%] (p = 0.00 < 0.05)
57112024-07-19T23:33:42.640Z Performance has improved.
57122024-07-19T23:33:42.640ZFound 14 outliers among 100 measurements (14.00%)
57132024-07-19T23:33:42.640Z 5 (5.00%) high mild
57142024-07-19T23:33:42.640Z 9 (9.00%) high severe
57152024-07-19T23:33:44.399Z
57162024-07-19T23:33:44.423ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57172024-07-19T23:33:44.423ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
57182024-07-19T23:33:50.040ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0251 s (934k iterations)
57192024-07-19T23:33:54.932ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
57202024-07-19T23:33:55.089Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57212024-07-19T23:33:55.089Z time: [338.57 ns 340.90 ns 344.02 ns]
57222024-07-19T23:33:55.089Z change: [-8.0106% -6.8573% -5.7033%] (p = 0.00 < 0.05)
57232024-07-19T23:33:55.089Z Performance has improved.
57242024-07-19T23:33:55.089ZFound 11 outliers among 100 measurements (11.00%)
57252024-07-19T23:33:55.089Z 4 (4.00%) high mild
57262024-07-19T23:33:55.089Z 7 (7.00%) high severe
57272024-07-19T23:33:56.856Z
57282024-07-19T23:33:56.856ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57292024-07-19T23:33:56.856ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
57302024-07-19T23:34:00.095ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0033 s (6.5M iterations)
57312024-07-19T23:34:05.076ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
57322024-07-19T23:34:05.234Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57332024-07-19T23:34:05.234Z time: [154.63 ns 157.16 ns 160.13 ns]
57342024-07-19T23:34:05.234Z change: [-9.7285% -8.0648% -5.9341%] (p = 0.00 < 0.05)
57352024-07-19T23:34:05.234Z Performance has improved.
57362024-07-19T23:34:05.234ZFound 15 outliers among 100 measurements (15.00%)
57372024-07-19T23:34:05.234Z 4 (4.00%) high mild
57382024-07-19T23:34:05.234Z 11 (11.00%) high severe
57392024-07-19T23:34:06.996Z
57402024-07-19T23:34:06.996ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57412024-07-19T23:34:06.996ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
57422024-07-19T23:34:11.084ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (1.3M iterations)
57432024-07-19T23:34:16.049ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
57442024-07-19T23:34:16.205Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57452024-07-19T23:34:16.205Z time: [1.6354 µs 1.6446 µs 1.6567 µs]
57462024-07-19T23:34:16.205Z change: [-8.9265% -7.9736% -6.9626%] (p = 0.00 < 0.05)
57472024-07-19T23:34:16.205Z Performance has improved.
57482024-07-19T23:34:16.205ZFound 12 outliers among 100 measurements (12.00%)
57492024-07-19T23:34:16.205Z 2 (2.00%) high mild
57502024-07-19T23:34:16.205Z 10 (10.00%) high severe
57512024-07-19T23:34:17.963Z
57522024-07-19T23:34:17.963ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57532024-07-19T23:34:17.964ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
57542024-07-19T23:34:21.428ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0048 s (3.0M iterations)
57552024-07-19T23:34:26.504ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
57562024-07-19T23:34:26.663Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57572024-07-19T23:34:26.663Z time: [155.66 ns 157.18 ns 159.09 ns]
57582024-07-19T23:34:26.663Z change: [-12.356% -11.262% -10.238%] (p = 0.00 < 0.05)
57592024-07-19T23:34:26.663Z Performance has improved.
57602024-07-19T23:34:26.663ZFound 5 outliers among 100 measurements (5.00%)
57612024-07-19T23:34:26.663Z 3 (3.00%) high mild
57622024-07-19T23:34:26.663Z 2 (2.00%) high severe
57632024-07-19T23:34:28.427Z
57642024-07-19T23:34:28.451ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57652024-07-19T23:34:28.451ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
57662024-07-19T23:34:31.459ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0217 s (869k iterations)
57672024-07-19T23:34:36.478ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
57682024-07-19T23:34:36.635Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57692024-07-19T23:34:36.635Z time: [1.7551 µs 1.7650 µs 1.7773 µs]
57702024-07-19T23:34:36.635Z change: [-9.0202% -7.9171% -6.7295%] (p = 0.00 < 0.05)
57712024-07-19T23:34:36.635Z Performance has improved.
57722024-07-19T23:34:36.635ZFound 11 outliers among 100 measurements (11.00%)
57732024-07-19T23:34:36.635Z 5 (5.00%) high mild
57742024-07-19T23:34:36.635Z 6 (6.00%) high severe
57752024-07-19T23:34:38.398Z
57762024-07-19T23:34:38.399ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57772024-07-19T23:34:38.399ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
57782024-07-19T23:34:43.753ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0020 s (3.9M iterations)
57792024-07-19T23:34:48.723ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
57802024-07-19T23:34:48.883Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57812024-07-19T23:34:48.883Z time: [240.66 ns 241.42 ns 242.25 ns]
57822024-07-19T23:34:48.883Z change: [-17.055% -16.176% -15.373%] (p = 0.00 < 0.05)
57832024-07-19T23:34:48.883Z Performance has improved.
57842024-07-19T23:34:48.883ZFound 3 outliers among 100 measurements (3.00%)
57852024-07-19T23:34:48.883Z 2 (2.00%) high mild
57862024-07-19T23:34:48.883Z 1 (1.00%) high severe
57872024-07-19T23:34:50.637Z
57882024-07-19T23:34:50.662ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57892024-07-19T23:34:50.662ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
57902024-07-19T23:34:54.729ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0052 s (1.3M iterations)
57912024-07-19T23:34:59.694ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
57922024-07-19T23:34:59.854Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57932024-07-19T23:34:59.854Z time: [1.0849 µs 1.0907 µs 1.0988 µs]
57942024-07-19T23:34:59.854Z change: [-7.5530% -6.0712% -4.8347%] (p = 0.00 < 0.05)
57952024-07-19T23:34:59.854Z Performance has improved.
57962024-07-19T23:34:59.854ZFound 9 outliers among 100 measurements (9.00%)
57972024-07-19T23:34:59.854Z 2 (2.00%) high mild
57982024-07-19T23:34:59.854Z 7 (7.00%) high severe
57992024-07-19T23:35:01.618Z
58002024-07-19T23:35:01.618ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58012024-07-19T23:35:01.619ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58022024-07-19T23:35:06.897ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0085 s (2.0M iterations)
58032024-07-19T23:35:11.931ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58042024-07-19T23:35:12.087Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58052024-07-19T23:35:12.087Z time: [242.65 ns 243.34 ns 244.17 ns]
58062024-07-19T23:35:12.087Z change: [-16.152% -15.220% -14.404%] (p = 0.00 < 0.05)
58072024-07-19T23:35:12.087Z Performance has improved.
58082024-07-19T23:35:12.087ZFound 11 outliers among 100 measurements (11.00%)
58092024-07-19T23:35:12.087Z 3 (3.00%) high mild
58102024-07-19T23:35:12.087Z 8 (8.00%) high severe
58112024-07-19T23:35:13.851Z
58122024-07-19T23:35:13.875ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58132024-07-19T23:35:13.875ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58142024-07-19T23:35:17.016ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0296 s (833k iterations)
58152024-07-19T23:35:22.039ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58162024-07-19T23:35:22.195Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58172024-07-19T23:35:22.195Z time: [1.1816 µs 1.1858 µs 1.1908 µs]
58182024-07-19T23:35:22.195Z change: [-6.8170% -5.3823% -3.7390%] (p = 0.00 < 0.05)
58192024-07-19T23:35:22.195Z Performance has improved.
58202024-07-19T23:35:22.195ZFound 13 outliers among 100 measurements (13.00%)
58212024-07-19T23:35:22.195Z 9 (9.00%) high mild
58222024-07-19T23:35:22.195Z 4 (4.00%) high severe
58232024-07-19T23:35:23.970Z
58242024-07-19T23:35:23.970ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58252024-07-19T23:35:23.970ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58262024-07-19T23:35:29.968ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (7.0M iterations)
58272024-07-19T23:35:34.906ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
58282024-07-19T23:35:35.063Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58292024-07-19T23:35:35.063Z time: [138.72 ns 140.48 ns 142.67 ns]
58302024-07-19T23:35:35.063Z change: [-15.834% -14.904% -13.849%] (p = 0.00 < 0.05)
58312024-07-19T23:35:35.063Z Performance has improved.
58322024-07-19T23:35:35.063ZFound 13 outliers among 100 measurements (13.00%)
58332024-07-19T23:35:35.063Z 4 (4.00%) high mild
58342024-07-19T23:35:35.063Z 9 (9.00%) high severe
58352024-07-19T23:35:36.818Z
58362024-07-19T23:35:36.818ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58372024-07-19T23:35:36.818ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58382024-07-19T23:35:40.706ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (1.3M iterations)
58392024-07-19T23:35:45.659ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
58402024-07-19T23:35:45.814Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58412024-07-19T23:35:45.814Z time: [1.5418 µs 1.5488 µs 1.5588 µs]
58422024-07-19T23:35:45.814Z change: [-11.470% -10.668% -9.8949%] (p = 0.00 < 0.05)
58432024-07-19T23:35:45.814Z Performance has improved.
58442024-07-19T23:35:45.814ZFound 14 outliers among 100 measurements (14.00%)
58452024-07-19T23:35:45.814Z 6 (6.00%) high mild
58462024-07-19T23:35:45.814Z 8 (8.00%) high severe
58472024-07-19T23:35:47.575Z
58482024-07-19T23:35:47.575ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58492024-07-19T23:35:47.575ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
58502024-07-19T23:35:51.063ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0063 s (3.0M iterations)
58512024-07-19T23:35:55.972ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
58522024-07-19T23:35:56.126Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58532024-07-19T23:35:56.126Z time: [140.51 ns 141.53 ns 142.81 ns]
58542024-07-19T23:35:56.126Z change: [-15.792% -14.919% -13.992%] (p = 0.00 < 0.05)
58552024-07-19T23:35:56.126Z Performance has improved.
58562024-07-19T23:35:56.126ZFound 14 outliers among 100 measurements (14.00%)
58572024-07-19T23:35:56.126Z 4 (4.00%) high mild
58582024-07-19T23:35:56.126Z 10 (10.00%) high severe
58592024-07-19T23:35:57.882Z
58602024-07-19T23:35:57.906ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58612024-07-19T23:35:57.906ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
58622024-07-19T23:36:03.811ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0255 s (889k iterations)
58632024-07-19T23:36:08.746ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
58642024-07-19T23:36:08.906Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58652024-07-19T23:36:08.906Z time: [1.6734 µs 1.6874 µs 1.7053 µs]
58662024-07-19T23:36:08.906Z change: [-9.5357% -8.8240% -8.1715%] (p = 0.00 < 0.05)
58672024-07-19T23:36:08.906Z Performance has improved.
58682024-07-19T23:36:08.906ZFound 11 outliers among 100 measurements (11.00%)
58692024-07-19T23:36:08.906Z 6 (6.00%) high mild
58702024-07-19T23:36:08.906Z 5 (5.00%) high severe
58712024-07-19T23:36:10.656Z
58722024-07-19T23:36:10.656ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58732024-07-19T23:36:10.656ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
58742024-07-19T23:36:15.856ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0022 s (4.0M iterations)
58752024-07-19T23:36:20.921ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
58762024-07-19T23:36:21.079Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58772024-07-19T23:36:21.079Z time: [237.15 ns 238.20 ns 239.52 ns]
58782024-07-19T23:36:21.079Z change: [-13.174% -12.327% -11.486%] (p = 0.00 < 0.05)
58792024-07-19T23:36:21.079Z Performance has improved.
58802024-07-19T23:36:21.079ZFound 4 outliers among 100 measurements (4.00%)
58812024-07-19T23:36:21.079Z 2 (2.00%) high mild
58822024-07-19T23:36:21.079Z 2 (2.00%) high severe
58832024-07-19T23:36:22.834Z
58842024-07-19T23:36:22.857ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58852024-07-19T23:36:22.857ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
58862024-07-19T23:36:26.769ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0038 s (1.3M iterations)
58872024-07-19T23:36:31.763ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
58882024-07-19T23:36:31.925Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58892024-07-19T23:36:31.925Z time: [1.0247 µs 1.0272 µs 1.0304 µs]
58902024-07-19T23:36:31.925Z change: [-4.5728% -3.3005% -2.2206%] (p = 0.00 < 0.05)
58912024-07-19T23:36:31.925Z Performance has improved.
58922024-07-19T23:36:31.925ZFound 8 outliers among 100 measurements (8.00%)
58932024-07-19T23:36:31.925Z 6 (6.00%) high mild
58942024-07-19T23:36:31.925Z 2 (2.00%) high severe
58952024-07-19T23:36:33.693Z
58962024-07-19T23:36:33.693ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58972024-07-19T23:36:33.693ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
58982024-07-19T23:36:38.810ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0029 s (2.1M iterations)
58992024-07-19T23:36:43.856ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59002024-07-19T23:36:44.011Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59012024-07-19T23:36:44.011Z time: [236.51 ns 238.47 ns 240.93 ns]
59022024-07-19T23:36:44.011Z change: [-16.537% -15.210% -14.010%] (p = 0.00 < 0.05)
59032024-07-19T23:36:44.011Z Performance has improved.
59042024-07-19T23:36:44.011ZFound 6 outliers among 100 measurements (6.00%)
59052024-07-19T23:36:44.012Z 2 (2.00%) high mild
59062024-07-19T23:36:44.012Z 4 (4.00%) high severe
59072024-07-19T23:36:45.770Z
59082024-07-19T23:36:45.794ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59092024-07-19T23:36:45.794ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59102024-07-19T23:36:48.919ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0048 s (833k iterations)
59112024-07-19T23:36:53.760ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59122024-07-19T23:36:53.916Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59132024-07-19T23:36:53.916Z time: [1.1022 µs 1.1077 µs 1.1154 µs]
59142024-07-19T23:36:53.916Z change: [-8.4126% -6.5434% -4.7851%] (p = 0.00 < 0.05)
59152024-07-19T23:36:53.916Z Performance has improved.
59162024-07-19T23:36:53.916ZFound 9 outliers among 100 measurements (9.00%)
59172024-07-19T23:36:53.916Z 4 (4.00%) high mild
59182024-07-19T23:36:53.917Z 5 (5.00%) high severe
59192024-07-19T23:36:55.674Z
59202024-07-19T23:36:55.674ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59212024-07-19T23:36:55.674ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59222024-07-19T23:36:59.551ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0035 s (5.4M iterations)
59232024-07-19T23:37:04.507ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59242024-07-19T23:37:04.660Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59252024-07-19T23:37:04.660Z time: [201.54 ns 202.07 ns 202.70 ns]
59262024-07-19T23:37:04.660Z change: [-11.144% -10.477% -9.8714%] (p = 0.00 < 0.05)
59272024-07-19T23:37:04.660Z Performance has improved.
59282024-07-19T23:37:04.660ZFound 3 outliers among 100 measurements (3.00%)
59292024-07-19T23:37:04.660Z 1 (1.00%) high mild
59302024-07-19T23:37:04.660Z 2 (2.00%) high severe
59312024-07-19T23:37:06.415Z
59322024-07-19T23:37:06.439ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59332024-07-19T23:37:06.439ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59342024-07-19T23:37:10.931ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (1.2M iterations)
59352024-07-19T23:37:15.916ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59362024-07-19T23:37:16.072Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59372024-07-19T23:37:16.072Z time: [1.7392 µs 1.7498 µs 1.7631 µs]
59382024-07-19T23:37:16.072Z change: [-11.146% -9.6105% -8.1481%] (p = 0.00 < 0.05)
59392024-07-19T23:37:16.072Z Performance has improved.
59402024-07-19T23:37:16.072ZFound 7 outliers among 100 measurements (7.00%)
59412024-07-19T23:37:16.072Z 1 (1.00%) high mild
59422024-07-19T23:37:16.072Z 6 (6.00%) high severe
59432024-07-19T23:37:17.835Z
59442024-07-19T23:37:17.835ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59452024-07-19T23:37:17.835ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59462024-07-19T23:37:21.659ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0001 s (2.7M iterations)
59472024-07-19T23:37:26.874ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59482024-07-19T23:37:27.030Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59492024-07-19T23:37:27.030Z time: [196.19 ns 196.85 ns 197.69 ns]
59502024-07-19T23:37:27.030Z change: [-18.666% -16.739% -15.147%] (p = 0.00 < 0.05)
59512024-07-19T23:37:27.030Z Performance has improved.
59522024-07-19T23:37:27.030ZFound 7 outliers among 100 measurements (7.00%)
59532024-07-19T23:37:27.030Z 2 (2.00%) high mild
59542024-07-19T23:37:27.031Z 5 (5.00%) high severe
59552024-07-19T23:37:28.797Z
59562024-07-19T23:37:28.821ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59572024-07-19T23:37:28.821ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59582024-07-19T23:37:32.096ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0197 s (798k iterations)
59592024-07-19T23:37:37.172ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59602024-07-19T23:37:37.334Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59612024-07-19T23:37:37.334Z time: [1.8810 µs 1.8893 µs 1.8992 µs]
59622024-07-19T23:37:37.334Z change: [-8.8818% -7.6766% -6.5881%] (p = 0.00 < 0.05)
59632024-07-19T23:37:37.334Z Performance has improved.
59642024-07-19T23:37:37.334ZFound 14 outliers among 100 measurements (14.00%)
59652024-07-19T23:37:37.334Z 5 (5.00%) high mild
59662024-07-19T23:37:37.334Z 9 (9.00%) high severe
59672024-07-19T23:37:39.099Z
59682024-07-19T23:37:39.099ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59692024-07-19T23:37:39.099ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
59702024-07-19T23:37:42.228ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0021 s (3.4M iterations)
59712024-07-19T23:37:47.249ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
59722024-07-19T23:37:47.410Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59732024-07-19T23:37:47.410Z time: [282.60 ns 283.57 ns 284.77 ns]
59742024-07-19T23:37:47.410Z change: [-17.044% -16.018% -15.111%] (p = 0.00 < 0.05)
59752024-07-19T23:37:47.410Z Performance has improved.
59762024-07-19T23:37:47.410ZFound 7 outliers among 100 measurements (7.00%)
59772024-07-19T23:37:47.410Z 2 (2.00%) high mild
59782024-07-19T23:37:47.410Z 5 (5.00%) high severe
59792024-07-19T23:37:49.172Z
59802024-07-19T23:37:49.172ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59812024-07-19T23:37:49.172ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
59822024-07-19T23:37:53.604ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0160 s (1.2M iterations)
59832024-07-19T23:37:58.622ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
59842024-07-19T23:37:58.781Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59852024-07-19T23:37:58.781Z time: [1.0557 µs 1.0620 µs 1.0695 µs]
59862024-07-19T23:37:58.781Z change: [-8.0526% -7.3711% -6.7122%] (p = 0.00 < 0.05)
59872024-07-19T23:37:58.781Z Performance has improved.
59882024-07-19T23:37:58.781ZFound 24 outliers among 100 measurements (24.00%)
59892024-07-19T23:37:58.781Z 6 (6.00%) low severe
59902024-07-19T23:37:58.781Z 6 (6.00%) low mild
59912024-07-19T23:37:58.781Z 2 (2.00%) high mild
59922024-07-19T23:37:58.782Z 10 (10.00%) high severe
59932024-07-19T23:38:00.542Z
59942024-07-19T23:38:00.542ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59952024-07-19T23:38:00.542ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
59962024-07-19T23:38:06.341ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0133 s (1.8M iterations)
59972024-07-19T23:38:11.286ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
59982024-07-19T23:38:11.443Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59992024-07-19T23:38:11.443Z time: [285.00 ns 286.24 ns 287.76 ns]
60002024-07-19T23:38:11.443Z change: [-16.751% -15.692% -14.692%] (p = 0.00 < 0.05)
60012024-07-19T23:38:11.443Z Performance has improved.
60022024-07-19T23:38:11.443ZFound 11 outliers among 100 measurements (11.00%)
60032024-07-19T23:38:11.443Z 5 (5.00%) high mild
60042024-07-19T23:38:11.443Z 6 (6.00%) high severe
60052024-07-19T23:38:13.202Z
60062024-07-19T23:38:13.202ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60072024-07-19T23:38:13.202ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60082024-07-19T23:38:16.504ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0241 s (798k iterations)
60092024-07-19T23:38:21.603ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60102024-07-19T23:38:21.759Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60112024-07-19T23:38:21.759Z time: [1.1518 µs 1.1560 µs 1.1612 µs]
60122024-07-19T23:38:21.759Z change: [-7.8785% -6.8468% -5.7917%] (p = 0.00 < 0.05)
60132024-07-19T23:38:21.759Z Performance has improved.
60142024-07-19T23:38:21.759ZFound 3 outliers among 100 measurements (3.00%)
60152024-07-19T23:38:21.759Z 1 (1.00%) high mild
60162024-07-19T23:38:21.759Z 2 (2.00%) high severe
60172024-07-19T23:38:23.519Z
60182024-07-19T23:38:23.519ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60192024-07-19T23:38:23.519ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60202024-07-19T23:38:27.295ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0022 s (5.6M iterations)
60212024-07-19T23:38:32.248ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60222024-07-19T23:38:32.404Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60232024-07-19T23:38:32.404Z time: [187.81 ns 188.41 ns 189.02 ns]
60242024-07-19T23:38:32.404Z change: [-15.749% -14.532% -13.482%] (p = 0.00 < 0.05)
60252024-07-19T23:38:32.404Z Performance has improved.
60262024-07-19T23:38:32.405ZFound 6 outliers among 100 measurements (6.00%)
60272024-07-19T23:38:32.405Z 4 (4.00%) high mild
60282024-07-19T23:38:32.405Z 2 (2.00%) high severe
60292024-07-19T23:38:34.173Z
60302024-07-19T23:38:34.197ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60312024-07-19T23:38:34.197ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60322024-07-19T23:38:38.594ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0032 s (1.2M iterations)
60332024-07-19T23:38:43.606ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60342024-07-19T23:38:43.761Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60352024-07-19T23:38:43.761Z time: [1.6883 µs 1.7015 µs 1.7158 µs]
60362024-07-19T23:38:43.761Z change: [-8.5658% -7.6446% -6.7704%] (p = 0.00 < 0.05)
60372024-07-19T23:38:43.761Z Performance has improved.
60382024-07-19T23:38:43.761ZFound 13 outliers among 100 measurements (13.00%)
60392024-07-19T23:38:43.761Z 6 (6.00%) high mild
60402024-07-19T23:38:43.761Z 7 (7.00%) high severe
60412024-07-19T23:38:45.519Z
60422024-07-19T23:38:45.519ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60432024-07-19T23:38:45.519ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60442024-07-19T23:38:49.342ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0086 s (2.8M iterations)
60452024-07-19T23:38:54.243ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60462024-07-19T23:38:54.400Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60472024-07-19T23:38:54.400Z time: [188.11 ns 188.99 ns 189.98 ns]
60482024-07-19T23:38:54.400Z change: [-17.941% -16.305% -14.763%] (p = 0.00 < 0.05)
60492024-07-19T23:38:54.400Z Performance has improved.
60502024-07-19T23:38:54.400ZFound 7 outliers among 100 measurements (7.00%)
60512024-07-19T23:38:54.400Z 3 (3.00%) high mild
60522024-07-19T23:38:54.400Z 4 (4.00%) high severe
60532024-07-19T23:38:56.158Z
60542024-07-19T23:38:56.158ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60552024-07-19T23:38:56.158ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60562024-07-19T23:38:59.360ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0265 s (823k iterations)
60572024-07-19T23:39:04.432ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60582024-07-19T23:39:04.588Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60592024-07-19T23:39:04.588Z time: [1.8089 µs 1.8219 µs 1.8378 µs]
60602024-07-19T23:39:04.588Z change: [-10.551% -9.0444% -7.6310%] (p = 0.00 < 0.05)
60612024-07-19T23:39:04.588Z Performance has improved.
60622024-07-19T23:39:04.588ZFound 4 outliers among 100 measurements (4.00%)
60632024-07-19T23:39:04.588Z 2 (2.00%) high mild
60642024-07-19T23:39:04.588Z 2 (2.00%) high severe
60652024-07-19T23:39:06.345Z
60662024-07-19T23:39:06.345ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60672024-07-19T23:39:06.345ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60682024-07-19T23:39:09.463ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (3.4M iterations)
60692024-07-19T23:39:14.406ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60702024-07-19T23:39:14.562Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60712024-07-19T23:39:14.562Z time: [282.65 ns 283.25 ns 284.02 ns]
60722024-07-19T23:39:14.562Z change: [-16.898% -15.856% -14.900%] (p = 0.00 < 0.05)
60732024-07-19T23:39:14.562Z Performance has improved.
60742024-07-19T23:39:14.562ZFound 6 outliers among 100 measurements (6.00%)
60752024-07-19T23:39:14.562Z 2 (2.00%) high mild
60762024-07-19T23:39:14.562Z 4 (4.00%) high severe
60772024-07-19T23:39:16.318Z
60782024-07-19T23:39:16.342ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60792024-07-19T23:39:16.342ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60802024-07-19T23:39:20.657ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0144 s (1.2M iterations)
60812024-07-19T23:39:25.644ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60822024-07-19T23:39:25.804Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60832024-07-19T23:39:25.804Z time: [984.10 ns 987.55 ns 992.76 ns]
60842024-07-19T23:39:25.804Z change: [-12.667% -10.720% -8.5212%] (p = 0.00 < 0.05)
60852024-07-19T23:39:25.804Z Performance has improved.
60862024-07-19T23:39:25.804ZFound 12 outliers among 100 measurements (12.00%)
60872024-07-19T23:39:25.804Z 3 (3.00%) high mild
60882024-07-19T23:39:25.804Z 9 (9.00%) high severe
60892024-07-19T23:39:27.556Z
60902024-07-19T23:39:27.557ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60912024-07-19T23:39:27.557ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
60922024-07-19T23:39:33.221ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0053 s (1.9M iterations)
60932024-07-19T23:39:38.250ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
60942024-07-19T23:39:38.413Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60952024-07-19T23:39:38.413Z time: [285.82 ns 286.19 ns 286.59 ns]
60962024-07-19T23:39:38.413Z change: [-15.518% -14.652% -13.869%] (p = 0.00 < 0.05)
60972024-07-19T23:39:38.413Z Performance has improved.
60982024-07-19T23:39:38.413ZFound 4 outliers among 100 measurements (4.00%)
60992024-07-19T23:39:38.413Z 1 (1.00%) low mild
61002024-07-19T23:39:38.413Z 2 (2.00%) high mild
61012024-07-19T23:39:38.413Z 1 (1.00%) high severe
61022024-07-19T23:39:40.169Z
61032024-07-19T23:39:40.169ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61042024-07-19T23:39:40.169ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61052024-07-19T23:39:43.431ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0258 s (808k iterations)
61062024-07-19T23:39:48.463ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61072024-07-19T23:39:48.620Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61082024-07-19T23:39:48.621Z time: [1.0743 µs 1.0768 µs 1.0796 µs]
61092024-07-19T23:39:48.621Z change: [-7.6608% -6.6915% -5.8105%] (p = 0.00 < 0.05)
61102024-07-19T23:39:48.621Z Performance has improved.
61112024-07-19T23:39:48.621ZFound 9 outliers among 100 measurements (9.00%)
61122024-07-19T23:39:48.621Z 6 (6.00%) high mild
61132024-07-19T23:39:48.621Z 3 (3.00%) high severe
61142024-07-19T23:39:50.380Z
61152024-07-19T23:39:50.425ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
61162024-07-19T23:39:50.425ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
61172024-07-19T23:39:50.425ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0064 ms (440 iterations)
61182024-07-19T23:39:50.425ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
61192024-07-19T23:39:50.425Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
61202024-07-19T23:39:50.425Z time: [15.000 15.000 15.000 ]
61212024-07-19T23:39:50.425Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61222024-07-19T23:39:50.425Z No change in performance detected.
61232024-07-19T23:39:50.425Z
61242024-07-19T23:39:50.425ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
61252024-07-19T23:39:50.425ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
61262024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.1035 ms (550 iterations)
61272024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
61282024-07-19T23:39:50.426Zprocess/Hairpin-DHCPv4/alloc_ct/Request
61292024-07-19T23:39:50.426Z time: [14.000 14.000 14.000 ]
61302024-07-19T23:39:50.426Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61312024-07-19T23:39:50.426Z No change in performance detected.
61322024-07-19T23:39:50.426Z
61332024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
61342024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
61352024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0042 ms (330 iterations)
61362024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
61372024-07-19T23:39:50.426Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
61382024-07-19T23:39:50.426Z time: [16.000 16.000 16.000 ]
61392024-07-19T23:39:50.426Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61402024-07-19T23:39:50.426Z No change in performance detected.
61412024-07-19T23:39:50.426Z
61422024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
61432024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
61442024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0963 ms (385 iterations)
61452024-07-19T23:39:50.426ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
61462024-07-19T23:39:50.426Zprocess/Hairpin-DHCPv6/alloc_ct/Request
61472024-07-19T23:39:50.426Z time: [17.000 17.000 17.000 ]
61482024-07-19T23:39:50.426Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61492024-07-19T23:39:50.426Z No change in performance detected.
61502024-07-19T23:39:50.426Z
61512024-07-19T23:39:50.426ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
61522024-07-19T23:39:50.426ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
61532024-07-19T23:39:50.426ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0551 ms (770 iterations)
61542024-07-19T23:39:50.426ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
61552024-07-19T23:39:50.426Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
61562024-07-19T23:39:50.426Z time: [8.0000 8.0000 8.0000 ]
61572024-07-19T23:39:50.426Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61582024-07-19T23:39:50.426Z No change in performance detected.
61592024-07-19T23:39:50.426Z
61602024-07-19T23:39:50.426ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
61612024-07-19T23:39:50.426ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
61622024-07-19T23:39:50.426ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0244 ms (550 iterations)
61632024-07-19T23:39:50.426ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
61642024-07-19T23:39:50.472Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
61652024-07-19T23:39:50.472Z time: [8.0000 8.0000 8.0000 ]
61662024-07-19T23:39:50.472Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61672024-07-19T23:39:50.472Z No change in performance detected.
61682024-07-19T23:39:50.472Z
61692024-07-19T23:39:50.472ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
61702024-07-19T23:39:50.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
61712024-07-19T23:39:50.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0002 ms (495 iterations)
61722024-07-19T23:39:50.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
61732024-07-19T23:39:50.473Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
61742024-07-19T23:39:50.473Z time: [8.0000 8.0000 8.0000 ]
61752024-07-19T23:39:50.473Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61762024-07-19T23:39:50.473Z No change in performance detected.
61772024-07-19T23:39:50.473Z
61782024-07-19T23:39:50.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
61792024-07-19T23:39:50.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
61802024-07-19T23:39:50.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0681 ms (605 iterations)
61812024-07-19T23:39:50.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
61822024-07-19T23:39:50.473Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
61832024-07-19T23:39:50.473Z time: [8.0000 8.0000 8.0000 ]
61842024-07-19T23:39:50.473Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61852024-07-19T23:39:50.473Z No change in performance detected.
61862024-07-19T23:39:50.473Z
61872024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
61882024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
61892024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1136 ms (440 iterations)
61902024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
61912024-07-19T23:39:50.473Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
61922024-07-19T23:39:50.473Z time: [3.0000 3.0000 3.0000 ]
61932024-07-19T23:39:50.473Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61942024-07-19T23:39:50.473Z No change in performance detected.
61952024-07-19T23:39:50.473Z
61962024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
61972024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
61982024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2383 ms (275 iterations)
61992024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
62002024-07-19T23:39:50.473Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
62012024-07-19T23:39:50.473Z time: [4.0000 4.0000 4.0000 ]
62022024-07-19T23:39:50.473Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62032024-07-19T23:39:50.473Z No change in performance detected.
62042024-07-19T23:39:50.473Z
62052024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
62062024-07-19T23:39:50.473ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
62072024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0850 ms (330 iterations)
62082024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
62092024-07-19T23:39:50.474ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62102024-07-19T23:39:50.474Z
62112024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
62122024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
62132024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1549 ms (220 iterations)
62142024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
62152024-07-19T23:39:50.474ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62162024-07-19T23:39:50.474Z
62172024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
62182024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
62192024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0558 ms (495 iterations)
62202024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
62212024-07-19T23:39:50.474Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
62222024-07-19T23:39:50.474Z time: [3.0000 3.0000 3.0000 ]
62232024-07-19T23:39:50.474Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62242024-07-19T23:39:50.474Z No change in performance detected.
62252024-07-19T23:39:50.474Z
62262024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
62272024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
62282024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1552 ms (275 iterations)
62292024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
62302024-07-19T23:39:50.474Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
62312024-07-19T23:39:50.474Z time: [4.0000 4.0000 4.0000 ]
62322024-07-19T23:39:50.474Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62332024-07-19T23:39:50.474Z No change in performance detected.
62342024-07-19T23:39:50.474Z
62352024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
62362024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
62372024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0555 ms (385 iterations)
62382024-07-19T23:39:50.474ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62392024-07-19T23:39:50.474Z
62402024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
62412024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
62422024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
62432024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0960 ms (220 iterations)
62442024-07-19T23:39:50.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
62452024-07-19T23:39:50.474ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62462024-07-19T23:39:50.475Z
62472024-07-19T23:39:50.475ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62482024-07-19T23:39:50.475ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
62492024-07-19T23:39:50.475ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0465 ms (385 iterations)
62502024-07-19T23:39:50.475ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
62512024-07-19T23:39:50.475Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62522024-07-19T23:39:50.475Z time: [3.0000 3.0000 3.0000 ]
62532024-07-19T23:39:50.475Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62542024-07-19T23:39:50.475Z No change in performance detected.
62552024-07-19T23:39:50.475Z
62562024-07-19T23:39:50.475ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62572024-07-19T23:39:50.475ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
62582024-07-19T23:39:50.475ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0616 ms (220 iterations)
62592024-07-19T23:39:50.475ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
62602024-07-19T23:39:50.475Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62612024-07-19T23:39:50.475Z time: [4.0000 4.0000 4.0000 ]
62622024-07-19T23:39:50.475Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62632024-07-19T23:39:50.475Z No change in performance detected.
62642024-07-19T23:39:50.500Z
62652024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
62662024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
62672024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0111 ms (275 iterations)
62682024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
62692024-07-19T23:39:50.500ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62702024-07-19T23:39:50.500Z
62712024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
62722024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
62732024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2602 ms (220 iterations)
62742024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
62752024-07-19T23:39:50.500ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62762024-07-19T23:39:50.500Z
62772024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
62782024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
62792024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0899 ms (440 iterations)
62802024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
62812024-07-19T23:39:50.500Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
62822024-07-19T23:39:50.500Z time: [3.0000 3.0000 3.0000 ]
62832024-07-19T23:39:50.500Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62842024-07-19T23:39:50.500Z No change in performance detected.
62852024-07-19T23:39:50.500Z
62862024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
62872024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
62882024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0110 ms (220 iterations)
62892024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
62902024-07-19T23:39:50.500Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
62912024-07-19T23:39:50.500Z time: [4.0000 4.0000 4.0000 ]
62922024-07-19T23:39:50.500Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62932024-07-19T23:39:50.500Z No change in performance detected.
62942024-07-19T23:39:50.500Z
62952024-07-19T23:39:50.500ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
62962024-07-19T23:39:50.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
62972024-07-19T23:39:50.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1299 ms (330 iterations)
62982024-07-19T23:39:50.501ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62992024-07-19T23:39:50.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
63002024-07-19T23:39:50.501Z
63012024-07-19T23:39:50.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
63022024-07-19T23:39:50.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
63032024-07-19T23:39:50.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.2118 ms (220 iterations)
63042024-07-19T23:39:50.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
63052024-07-19T23:39:50.501ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
63062024-07-19T23:39:50.501Z
63072024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
63082024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
63092024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0982 ms (275 iterations)
63102024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
63112024-07-19T23:39:50.501Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
63122024-07-19T23:39:50.501Z time: [17.000 17.000 17.000 ]
63132024-07-19T23:39:50.501Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63142024-07-19T23:39:50.501Z No change in performance detected.
63152024-07-19T23:39:50.501Z
63162024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
63172024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
63182024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2945 ms (220 iterations)
63192024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
63202024-07-19T23:39:50.501Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
63212024-07-19T23:39:50.501Z time: [19.000 19.000 19.000 ]
63222024-07-19T23:39:50.501Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63232024-07-19T23:39:50.501Z No change in performance detected.
63242024-07-19T23:39:50.501Z
63252024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
63262024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
63272024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1296 ms (275 iterations)
63282024-07-19T23:39:50.501ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
63292024-07-19T23:39:50.501Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
63302024-07-19T23:39:50.501Z time: [10.000 10.000 10.000 ]
63312024-07-19T23:39:50.501Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63322024-07-19T23:39:50.501Z No change in performance detected.
63332024-07-19T23:39:50.501Z
63342024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63352024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63362024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1365 ms (165 iterations)
63372024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
63382024-07-19T23:39:50.502Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63392024-07-19T23:39:50.502Z time: [11.000 11.000 11.000 ]
63402024-07-19T23:39:50.502Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63412024-07-19T23:39:50.502Z No change in performance detected.
63422024-07-19T23:39:50.502Z
63432024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63442024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
63452024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0752 ms (275 iterations)
63462024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
63472024-07-19T23:39:50.502Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63482024-07-19T23:39:50.502Z time: [17.000 17.000 17.000 ]
63492024-07-19T23:39:50.502Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63502024-07-19T23:39:50.502Z No change in performance detected.
63512024-07-19T23:39:50.502Z
63522024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63532024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
63542024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2519 ms (220 iterations)
63552024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
63562024-07-19T23:39:50.502Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63572024-07-19T23:39:50.502Z time: [19.000 19.000 19.000 ]
63582024-07-19T23:39:50.502Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63592024-07-19T23:39:50.502Z No change in performance detected.
63602024-07-19T23:39:50.502Z
63612024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63622024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
63632024-07-19T23:39:50.502ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0606 ms (275 iterations)
63642024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
63652024-07-19T23:39:50.527Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63662024-07-19T23:39:50.527Z time: [10.000 10.000 10.000 ]
63672024-07-19T23:39:50.527Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63682024-07-19T23:39:50.527Z No change in performance detected.
63692024-07-19T23:39:50.527Z
63702024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63712024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
63722024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2746 ms (165 iterations)
63732024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
63742024-07-19T23:39:50.527Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63752024-07-19T23:39:50.527Z time: [11.000 11.000 11.000 ]
63762024-07-19T23:39:50.527Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63772024-07-19T23:39:50.527Z No change in performance detected.
63782024-07-19T23:39:50.527Z
63792024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63802024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
63812024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0387 ms (220 iterations)
63822024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
63832024-07-19T23:39:50.527Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63842024-07-19T23:39:50.527Z time: [17.000 17.000 17.000 ]
63852024-07-19T23:39:50.527Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63862024-07-19T23:39:50.527Z No change in performance detected.
63872024-07-19T23:39:50.527Z
63882024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63892024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
63902024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1201 ms (165 iterations)
63912024-07-19T23:39:50.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
63922024-07-19T23:39:50.527Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63932024-07-19T23:39:50.527Z time: [19.000 19.000 19.000 ]
63942024-07-19T23:39:50.527Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63952024-07-19T23:39:50.527Z No change in performance detected.
63962024-07-19T23:39:50.528Z
63972024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
63982024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
63992024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.2447 ms (275 iterations)
64002024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
64012024-07-19T23:39:50.528Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
64022024-07-19T23:39:50.528Z time: [10.000 10.000 10.000 ]
64032024-07-19T23:39:50.528Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64042024-07-19T23:39:50.528Z No change in performance detected.
64052024-07-19T23:39:50.528Z
64062024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
64072024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
64082024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1545 ms (165 iterations)
64092024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
64102024-07-19T23:39:50.528Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
64112024-07-19T23:39:50.528Z time: [11.000 11.000 11.000 ]
64122024-07-19T23:39:50.528Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64132024-07-19T23:39:50.528Z No change in performance detected.
64142024-07-19T23:39:50.528Z
64152024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
64162024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
64172024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.2334 ms (220 iterations)
64182024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
64192024-07-19T23:39:50.528Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
64202024-07-19T23:39:50.528Z time: [17.000 17.000 17.000 ]
64212024-07-19T23:39:50.528Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64222024-07-19T23:39:50.528Z No change in performance detected.
64232024-07-19T23:39:50.528Z
64242024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
64252024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
64262024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1212 ms (165 iterations)
64272024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
64282024-07-19T23:39:50.528Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
64292024-07-19T23:39:50.528Z time: [19.000 19.000 19.000 ]
64302024-07-19T23:39:50.528Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64312024-07-19T23:39:50.528Z No change in performance detected.
64322024-07-19T23:39:50.528Z
64332024-07-19T23:39:50.528ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64342024-07-19T23:39:50.529ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
64352024-07-19T23:39:50.529ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.2009 ms (220 iterations)
64362024-07-19T23:39:50.529ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
64372024-07-19T23:39:50.529Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64382024-07-19T23:39:50.529Z time: [10.000 10.000 10.000 ]
64392024-07-19T23:39:50.529Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64402024-07-19T23:39:50.529Z No change in performance detected.
64412024-07-19T23:39:50.529Z
64422024-07-19T23:39:50.529ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64432024-07-19T23:39:50.529ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
64442024-07-19T23:39:50.529Z
64452024-07-19T23:39:50.529ZWarning: Unable to complete 10 samples in 1.0ms. You may wish to increase target time to 1.9ms or enable flat sampling.
64462024-07-19T23:39:50.529ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.8609 ms (55 iterations)
64472024-07-19T23:39:50.529ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
64482024-07-19T23:39:50.529Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64492024-07-19T23:39:50.529Z time: [11.000 11.000 11.000 ]
64502024-07-19T23:39:50.529Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64512024-07-19T23:39:50.529Z No change in performance detected.
64522024-07-19T23:39:50.529Z
64532024-07-19T23:39:50.529ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
64542024-07-19T23:39:50.529ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
64552024-07-19T23:39:50.529ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0850 ms (440 iterations)
64562024-07-19T23:39:50.529ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
64572024-07-19T23:39:50.529Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
64582024-07-19T23:39:50.529Z time: [3467.0 B 3467.0 B 3467.0 B]
64592024-07-19T23:39:50.529Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64602024-07-19T23:39:50.529Z No change in performance detected.
64612024-07-19T23:39:50.529Z
64622024-07-19T23:39:50.529ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
64632024-07-19T23:39:50.529ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
64642024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.1038 ms (550 iterations)
64652024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
64662024-07-19T23:39:50.554Zprocess/Hairpin-DHCPv4/alloc_sz/Request
64672024-07-19T23:39:50.554Z time: [3203.0 B 3203.0 B 3203.0 B]
64682024-07-19T23:39:50.554Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64692024-07-19T23:39:50.554Z No change in performance detected.
64702024-07-19T23:39:50.554Z
64712024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
64722024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
64732024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0721 ms (330 iterations)
64742024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
64752024-07-19T23:39:50.554Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
64762024-07-19T23:39:50.554Z time: [2840.0 B 2840.0 B 2840.0 B]
64772024-07-19T23:39:50.554Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64782024-07-19T23:39:50.554Z No change in performance detected.
64792024-07-19T23:39:50.554Z
64802024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
64812024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
64822024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.1250 ms (385 iterations)
64832024-07-19T23:39:50.554ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
64842024-07-19T23:39:50.554Zprocess/Hairpin-DHCPv6/alloc_sz/Request
64852024-07-19T23:39:50.554Z time: [3238.0 B 3238.0 B 3238.0 B]
64862024-07-19T23:39:50.554Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64872024-07-19T23:39:50.554Z No change in performance detected.
64882024-07-19T23:39:50.554Z
64892024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
64902024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
64912024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0518 ms (715 iterations)
64922024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
64932024-07-19T23:39:50.555Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
64942024-07-19T23:39:50.555Z time: [1538.0 B 1538.0 B 1538.0 B]
64952024-07-19T23:39:50.555Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64962024-07-19T23:39:50.555Z No change in performance detected.
64972024-07-19T23:39:50.555Z
64982024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
64992024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
65002024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0988 ms (550 iterations)
65012024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
65022024-07-19T23:39:50.555Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
65032024-07-19T23:39:50.555Z time: [1558.0 B 1558.0 B 1558.0 B]
65042024-07-19T23:39:50.555Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65052024-07-19T23:39:50.555Z No change in performance detected.
65062024-07-19T23:39:50.555Z
65072024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
65082024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
65092024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0616 ms (495 iterations)
65102024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
65112024-07-19T23:39:50.555Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
65122024-07-19T23:39:50.555Z time: [1606.0 B 1606.0 B 1606.0 B]
65132024-07-19T23:39:50.555Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65142024-07-19T23:39:50.555Z No change in performance detected.
65152024-07-19T23:39:50.555Z
65162024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
65172024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
65182024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0047 ms (495 iterations)
65192024-07-19T23:39:50.555ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
65202024-07-19T23:39:50.555Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
65212024-07-19T23:39:50.555Z time: [1590.0 B 1590.0 B 1590.0 B]
65222024-07-19T23:39:50.555Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65232024-07-19T23:39:50.555Z No change in performance detected.
65242024-07-19T23:39:50.555Z
65252024-07-19T23:39:50.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
65262024-07-19T23:39:50.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
65272024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0135 ms (385 iterations)
65282024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
65292024-07-19T23:39:50.556Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
65302024-07-19T23:39:50.556Z time: [300.00 B 300.00 B 300.00 B]
65312024-07-19T23:39:50.556Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65322024-07-19T23:39:50.556Z No change in performance detected.
65332024-07-19T23:39:50.556Z
65342024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
65352024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65362024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2475 ms (275 iterations)
65372024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
65382024-07-19T23:39:50.556Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
65392024-07-19T23:39:50.556Z time: [428.00 B 428.00 B 428.00 B]
65402024-07-19T23:39:50.556Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65412024-07-19T23:39:50.556Z No change in performance detected.
65422024-07-19T23:39:50.556Z
65432024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
65442024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
65452024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0073 ms (275 iterations)
65462024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
65472024-07-19T23:39:50.556ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65482024-07-19T23:39:50.556Z
65492024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
65502024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65512024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2909 ms (220 iterations)
65522024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
65532024-07-19T23:39:50.556ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65542024-07-19T23:39:50.556Z
65552024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65562024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
65572024-07-19T23:39:50.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0532 ms (495 iterations)
65582024-07-19T23:39:50.581ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
65592024-07-19T23:39:50.581Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65602024-07-19T23:39:50.581Z time: [288.00 B 288.00 B 288.00 B]
65612024-07-19T23:39:50.581Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65622024-07-19T23:39:50.581Z No change in performance detected.
65632024-07-19T23:39:50.581Z
65642024-07-19T23:39:50.581ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65652024-07-19T23:39:50.581ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65662024-07-19T23:39:50.581ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1470 ms (220 iterations)
65672024-07-19T23:39:50.581ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
65682024-07-19T23:39:50.581Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65692024-07-19T23:39:50.581Z time: [416.00 B 416.00 B 416.00 B]
65702024-07-19T23:39:50.581Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65712024-07-19T23:39:50.581Z No change in performance detected.
65722024-07-19T23:39:50.581Z
65732024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
65742024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
65752024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0876 ms (385 iterations)
65762024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
65772024-07-19T23:39:50.582ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65782024-07-19T23:39:50.582Z
65792024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
65802024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
65812024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1008 ms (220 iterations)
65822024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
65832024-07-19T23:39:50.582ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65842024-07-19T23:39:50.582Z
65852024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65862024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65872024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0690 ms (385 iterations)
65882024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
65892024-07-19T23:39:50.582Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65902024-07-19T23:39:50.582Z time: [320.00 B 320.00 B 320.00 B]
65912024-07-19T23:39:50.582Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65922024-07-19T23:39:50.582Z No change in performance detected.
65932024-07-19T23:39:50.582Z
65942024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65952024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65962024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.7810 ms (110 iterations)
65972024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
65982024-07-19T23:39:50.582Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65992024-07-19T23:39:50.582Z time: [448.00 B 448.00 B 448.00 B]
66002024-07-19T23:39:50.582Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66012024-07-19T23:39:50.582Z No change in performance detected.
66022024-07-19T23:39:50.582Z
66032024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
66042024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
66052024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.2525 ms (165 iterations)
66062024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
66072024-07-19T23:39:50.582ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
66082024-07-19T23:39:50.582Z
66092024-07-19T23:39:50.582ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
66102024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
66112024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.5756 ms (110 iterations)
66122024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
66132024-07-19T23:39:50.583ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
66142024-07-19T23:39:50.583Z
66152024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
66162024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
66172024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1661 ms (275 iterations)
66182024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
66192024-07-19T23:39:50.583Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
66202024-07-19T23:39:50.583Z time: [308.00 B 308.00 B 308.00 B]
66212024-07-19T23:39:50.583Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66222024-07-19T23:39:50.583Z No change in performance detected.
66232024-07-19T23:39:50.583Z
66242024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
66252024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
66262024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.3384 ms (165 iterations)
66272024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
66282024-07-19T23:39:50.583Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
66292024-07-19T23:39:50.583Z time: [436.00 B 436.00 B 436.00 B]
66302024-07-19T23:39:50.583Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66312024-07-19T23:39:50.583Z No change in performance detected.
66322024-07-19T23:39:50.583Z
66332024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
66342024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
66352024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1037 ms (220 iterations)
66362024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
66372024-07-19T23:39:50.583ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
66382024-07-19T23:39:50.583Z
66392024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
66402024-07-19T23:39:50.583ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
66412024-07-19T23:39:50.608ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0044 ms (110 iterations)
66422024-07-19T23:39:50.608ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
66432024-07-19T23:39:50.608ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
66442024-07-19T23:39:50.608Z
66452024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
66462024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66472024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.3175 ms (165 iterations)
66482024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
66492024-07-19T23:39:50.608Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
66502024-07-19T23:39:50.608Z time: [9091.0 B 9091.0 B 9091.0 B]
66512024-07-19T23:39:50.608Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66522024-07-19T23:39:50.608Z No change in performance detected.
66532024-07-19T23:39:50.608Z
66542024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
66552024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66562024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2422 ms (165 iterations)
66572024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
66582024-07-19T23:39:50.608Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
66592024-07-19T23:39:50.608Z time: [9283.0 B 9283.0 B 9283.0 B]
66602024-07-19T23:39:50.608Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66612024-07-19T23:39:50.608Z No change in performance detected.
66622024-07-19T23:39:50.608Z
66632024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
66642024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
66652024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1334 ms (275 iterations)
66662024-07-19T23:39:50.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
66672024-07-19T23:39:50.609Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
66682024-07-19T23:39:50.609Z time: [8008.0 B 8008.0 B 8008.0 B]
66692024-07-19T23:39:50.609Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66702024-07-19T23:39:50.609Z No change in performance detected.
66712024-07-19T23:39:50.609Z
66722024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66732024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66742024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2940 ms (165 iterations)
66752024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
66762024-07-19T23:39:50.609Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66772024-07-19T23:39:50.609Z time: [8072.0 B 8072.0 B 8072.0 B]
66782024-07-19T23:39:50.609Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66792024-07-19T23:39:50.609Z No change in performance detected.
66802024-07-19T23:39:50.609Z
66812024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66822024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
66832024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1168 ms (275 iterations)
66842024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
66852024-07-19T23:39:50.609Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66862024-07-19T23:39:50.609Z time: [9079.0 B 9079.0 B 9079.0 B]
66872024-07-19T23:39:50.609Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66882024-07-19T23:39:50.609Z No change in performance detected.
66892024-07-19T23:39:50.609Z
66902024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66912024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66922024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.3678 ms (165 iterations)
66932024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
66942024-07-19T23:39:50.609Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66952024-07-19T23:39:50.609Z time: [9271.0 B 9271.0 B 9271.0 B]
66962024-07-19T23:39:50.609Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66972024-07-19T23:39:50.609Z No change in performance detected.
66982024-07-19T23:39:50.609Z
66992024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
67002024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
67012024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0272 ms (220 iterations)
67022024-07-19T23:39:50.609ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
67032024-07-19T23:39:50.634Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
67042024-07-19T23:39:50.634Z time: [8008.0 B 8008.0 B 8008.0 B]
67052024-07-19T23:39:50.634Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67062024-07-19T23:39:50.634Z No change in performance detected.
67072024-07-19T23:39:50.634Z
67082024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
67092024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
67102024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0965 ms (165 iterations)
67112024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
67122024-07-19T23:39:50.634Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
67132024-07-19T23:39:50.634Z time: [8072.0 B 8072.0 B 8072.0 B]
67142024-07-19T23:39:50.634Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67152024-07-19T23:39:50.634Z No change in performance detected.
67162024-07-19T23:39:50.634Z
67172024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
67182024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67192024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1426 ms (220 iterations)
67202024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
67212024-07-19T23:39:50.634Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
67222024-07-19T23:39:50.634Z time: [9111.0 B 9111.0 B 9111.0 B]
67232024-07-19T23:39:50.634Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67242024-07-19T23:39:50.634Z No change in performance detected.
67252024-07-19T23:39:50.634Z
67262024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
67272024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67282024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1983 ms (165 iterations)
67292024-07-19T23:39:50.634ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
67302024-07-19T23:39:50.634Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
67312024-07-19T23:39:50.634Z time: [9303.0 B 9303.0 B 9303.0 B]
67322024-07-19T23:39:50.635Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67332024-07-19T23:39:50.635Z No change in performance detected.
67342024-07-19T23:39:50.635Z
67352024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
67362024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
67372024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1738 ms (220 iterations)
67382024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
67392024-07-19T23:39:50.635Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
67402024-07-19T23:39:50.635Z time: [8008.0 B 8008.0 B 8008.0 B]
67412024-07-19T23:39:50.635Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67422024-07-19T23:39:50.635Z No change in performance detected.
67432024-07-19T23:39:50.635Z
67442024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
67452024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67462024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.4308 ms (165 iterations)
67472024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
67482024-07-19T23:39:50.635Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
67492024-07-19T23:39:50.635Z time: [8072.0 B 8072.0 B 8072.0 B]
67502024-07-19T23:39:50.635Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67512024-07-19T23:39:50.635Z No change in performance detected.
67522024-07-19T23:39:50.635Z
67532024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
67542024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
67552024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1505 ms (220 iterations)
67562024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
67572024-07-19T23:39:50.635Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
67582024-07-19T23:39:50.635Z time: [9099.0 B 9099.0 B 9099.0 B]
67592024-07-19T23:39:50.635Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67602024-07-19T23:39:50.635Z No change in performance detected.
67612024-07-19T23:39:50.635Z
67622024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
67632024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67642024-07-19T23:39:50.635ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1081 ms (165 iterations)
67652024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
67662024-07-19T23:39:50.661Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
67672024-07-19T23:39:50.661Z time: [9291.0 B 9291.0 B 9291.0 B]
67682024-07-19T23:39:50.661Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67692024-07-19T23:39:50.661Z No change in performance detected.
67702024-07-19T23:39:50.661Z
67712024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
67722024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
67732024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.2017 ms (275 iterations)
67742024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
67752024-07-19T23:39:50.661Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
67762024-07-19T23:39:50.661Z time: [8008.0 B 8008.0 B 8008.0 B]
67772024-07-19T23:39:50.661Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67782024-07-19T23:39:50.661Z No change in performance detected.
67792024-07-19T23:39:50.661Z
67802024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
67812024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
67822024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1101 ms (165 iterations)
67832024-07-19T23:39:50.661ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
67842024-07-19T23:39:50.661Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
67852024-07-19T23:39:50.661Z time: [8072.0 B 8072.0 B 8072.0 B]
67862024-07-19T23:39:50.661Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67872024-07-19T23:39:50.661Z No change in performance detected.
67882024-07-19T23:39:50.662Z
67892024-07-19T23:39:50.698Z+ cp -r target/criterion /work/bench-results
67902024-07-19T23:39:50.921Z+ cp -r target/xde-bench /work/bench-results
67912024-07-19T23:39:50.971Z+ pushd /work
67922024-07-19T23:39:50.971Z/work /work/oxidecomputer/opte
67932024-07-19T23:39:50.971Z+ tar -caf bench-results.tgz bench-results
67942024-07-19T23:39:52.146Z+ popd
67952024-07-19T23:39:52.146Z/work/oxidecomputer/opte
67962024-07-19T23:39:52.170Z+ cleanup
67972024-07-19T23:39:52.170Z++ id -un
67982024-07-19T23:39:52.170Z++ id -gn
67992024-07-19T23:39:52.170Z+ pfexec chown -R build:build .
68002024-07-19T23:39:52.230Z+ [[ -z 01J36KEKQ6YT0GYJ793JRKVN4Z ]]
68012024-07-19T23:39:52.253Zprocess exited: duration 1895136 ms, exit code 0
 
68022024-07-19T23:39:52.330Zfound 1 output files
68032024-07-19T23:39:52.330Zuploading: /work/bench-results.tgz (5703607 bytes)
68042024-07-19T23:39:53.827Zuploaded: /work/bench-results.tgz