01JGER7QSGSXHBPX4945KY9JJY: bench

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

Buildomat Job: 01JGER86Z9YDHSRQATBNHG7EMX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-31T16:27:28.179Zjob dependencies complete; ready to run (waiting for 7 m 43 s)
22024-12-31T16:28:35.332Zjob assigned to worker 01JGERPEQ9FEFF6AQDXYZXP4WW [factory aws, i-0237fb7d7349cc102] (queued for 1 m 7 s)
32024-12-31T16:28:43.308Zdownloading input: /input/xde/work/debug/xde.dbg
42024-12-31T16:28:44.011Zdownloaded input: /input/xde/work/debug/xde.dbg
52024-12-31T16:28:44.011Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62024-12-31T16:28:44.026Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72024-12-31T16:28:44.026Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82024-12-31T16:28:44.082Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92024-12-31T16:28:44.082Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102024-12-31T16:28:44.096Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112024-12-31T16:28:44.099Zdownloading input: /input/xde/work/release/xde
122024-12-31T16:28:44.718Zdownloaded input: /input/xde/work/release/xde
132024-12-31T16:28:44.718Zdownloading input: /input/xde/work/release/xde.sha256
142024-12-31T16:28:44.732Zdownloaded input: /input/xde/work/release/xde.sha256
152024-12-31T16:28:44.732Zdownloading input: /input/xde/work/release/xde_link.so
162024-12-31T16:28:44.750Zdownloaded input: /input/xde/work/release/xde_link.so
172024-12-31T16:28:44.750Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182024-12-31T16:28:44.764Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192024-12-31T16:28:44.770Zdownloading input: /input/xde/work/test/loopback
202024-12-31T16:28:45.427Zdownloaded input: /input/xde/work/test/loopback
212024-12-31T16:28:45.427Zdownloading input: /input/xde/work/xde.conf
222024-12-31T16:28:45.446Zdownloaded input: /input/xde/work/xde.conf
 
232024-12-31T16:28:45.446Zstarting task 0: "setup"
242024-12-31T16:28:45.456Z++ uname -s
252024-12-31T16:28:45.459Z+ kern=SunOS
262024-12-31T16:28:45.459Z+ case "$kern" in
272024-12-31T16:28:45.459Z+ groupadd -g 12345 build
282024-12-31T16:28:45.462Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
292024-12-31T16:28:47.467Z+ zfs create -o mountpoint=/work rpool/work
302024-12-31T16:28:47.586Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
312024-12-31T16:28:47.588Z+ home_fs=zfs
322024-12-31T16:28:47.588Z+ [[ zfs == autofs ]]
332024-12-31T16:28:47.588Z+ mkdir -p /home/build
342024-12-31T16:28:47.591Z+ chown build:build /home/build /work
352024-12-31T16:28:48.592Z+ chmod 0700 /home/build /work
362024-12-31T16:28:48.594Zprocess exited: duration 3148 ms, exit code 0
 
372024-12-31T16:28:48.600Zstarting task 1: "rust-toolchain"
382024-12-31T16:28:48.606Z+ printf ' * toolchain channel = "%s"
392024-12-31T16:28:48.606Z' stable
402024-12-31T16:28:48.606Z * toolchain channel = "stable"
412024-12-31T16:28:48.606Z+ printf ' * toolchain profile = "%s"
422024-12-31T16:28:48.606Z * toolchain profile = "default"
432024-12-31T16:28:48.606Z' default
442024-12-31T16:28:48.608Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
452024-12-31T16:28:48.609Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
462024-12-31T16:28:48.734Zinfo: downloading installer
472024-12-31T16:28:50.222Zinfo: profile set to 'default'
482024-12-31T16:28:50.222Zinfo: default host triple is x86_64-unknown-illumos
492024-12-31T16:28:50.225Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
502024-12-31T16:28:50.359Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
512024-12-31T16:28:50.359Zinfo: downloading component 'cargo'
522024-12-31T16:28:51.075Zinfo: downloading component 'clippy'
532024-12-31T16:28:51.348Zinfo: downloading component 'rust-docs'
542024-12-31T16:28:52.353Zinfo: downloading component 'rust-std'
552024-12-31T16:28:53.895Zinfo: downloading component 'rustc'
562024-12-31T16:28:59.411Zinfo: downloading component 'rustfmt'
572024-12-31T16:28:59.617Zinfo: installing component 'cargo'
582024-12-31T16:29:00.415Zinfo: installing component 'clippy'
592024-12-31T16:29:00.789Zinfo: installing component 'rust-docs'
602024-12-31T16:29:02.473Zinfo: installing component 'rust-std'
612024-12-31T16:29:04.090Zinfo: installing component 'rustc'
622024-12-31T16:29:09.631Zinfo: installing component 'rustfmt'
632024-12-31T16:29:09.959Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
642024-12-31T16:29:09.959Z
652024-12-31T16:29:10.334Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
662024-12-31T16:29:10.334Z
672024-12-31T16:29:10.336Z
682024-12-31T16:29:10.337ZRust is installed now. Great!
692024-12-31T16:29:10.337Z
702024-12-31T16:29:10.337ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
712024-12-31T16:29:10.337Zenvironment variable. This has not been done automatically.
722024-12-31T16:29:10.337Z
732024-12-31T16:29:10.337ZTo configure your current shell, you need to source
742024-12-31T16:29:10.337Zthe corresponding env file under $HOME/.cargo.
752024-12-31T16:29:10.337Z
762024-12-31T16:29:10.337ZThis is usually done by running one of the following (note the leading DOT):
772024-12-31T16:29:10.337Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
782024-12-31T16:29:10.337Zsource "$HOME/.cargo/env.fish" # For fish
792024-12-31T16:29:10.404Z+ rustc --version
802024-12-31T16:29:10.469Zrustc 1.83.0 (90b35a623 2024-11-26)
812024-12-31T16:29:10.474Zprocess exited: duration 21867 ms, exit code 0
 
822024-12-31T16:29:10.481Zstarting task 2: "authentication"
832024-12-31T16:29:10.503Zprocess exited: duration 21 ms, exit code 0
 
842024-12-31T16:29:10.510Zstarting task 3: "clone repository"
852024-12-31T16:29:10.514Z+ mkdir -p /work/oxidecomputer/opte
862024-12-31T16:29:10.517Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872024-12-31T16:29:12.180ZCloning into '/work/oxidecomputer/opte'...
882024-12-31T16:29:13.607Z+ cd /work/oxidecomputer/opte
892024-12-31T16:29:13.609Z+ git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e
902024-12-31T16:29:13.871ZFrom https://github.com/oxidecomputer/opte
912024-12-31T16:29:13.871Z * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD
922024-12-31T16:29:13.879Z+ [[ -n ingot-and-offload ]]
932024-12-31T16:29:13.882Z++ git branch --show-current
942024-12-31T16:29:13.884Z+ current=master
952024-12-31T16:29:13.884Z+ [[ master != ingot-and-offload ]]
962024-12-31T16:29:13.884Z+ git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e
972024-12-31T16:29:13.887Z+ git checkout -f ingot-and-offload
982024-12-31T16:29:13.910ZSwitched to branch 'ingot-and-offload'
992024-12-31T16:29:13.912Z+ git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e
1002024-12-31T16:29:13.932ZHEAD is now at fab7c2b Further cleanup.
1012024-12-31T16:29:13.935Zprocess exited: duration 3423 ms, exit code 0
 
1022024-12-31T16:29:13.939Zstarting task 4: "build"
1032024-12-31T16:29:13.945Z+ pfexec pkg install brand/sparse opte iperf demangle flamegraph
1042024-12-31T16:29:34.761Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-12-31T16:29:38.781Z Startup: Caching catalogs ... Done
1062024-12-31T16:29:49.629ZPlanning: Solver setup ... Done
1072024-12-31T16:29:49.783ZPlanning: Running solver ... Done
1082024-12-31T16:29:50.020ZPlanning: Finding local manifests ... Done
1092024-12-31T16:29:50.033ZPlanning: Fetching manifests: 0/6 0% complete
1102024-12-31T16:29:50.187ZPlanning: Fetching manifests: 6/6 100% complete
1112024-12-31T16:29:50.521ZPlanning: Package planning ... Done
1122024-12-31T16:29:50.527ZPlanning: Merging actions ... Done
1132024-12-31T16:29:51.318ZPlanning: Checking for conflicting actions ... Done
1142024-12-31T16:29:56.752ZPlanning: Consolidating action changes ... Done
1152024-12-31T16:29:57.195ZPlanning: Evaluating mediators ... Done
1162024-12-31T16:29:57.320ZPlanning: Planning completed in 18.44 seconds
1172024-12-31T16:29:57.336Z Packages to install: 4
1182024-12-31T16:29:57.336Z Packages to update: 2
1192024-12-31T16:29:57.339Z Services to change: 1
1202024-12-31T16:29:57.339Z Create boot environment: No
1212024-12-31T16:29:57.339ZCreate backup boot environment: Yes
1222024-12-31T16:29:57.570Z
1232024-12-31T16:29:57.570ZDownload: 0/1024 items 0.0/18.4MB 0% complete
1242024-12-31T16:30:01.584ZDownload: Completed 18.37 MB in 4.01 seconds (4.6M/s)
1252024-12-31T16:30:03.839Z Actions: 1/1482 actions (Removing old actions)
1262024-12-31T16:30:03.862Z Actions: 199/1482 actions (Installing new actions)
1272024-12-31T16:30:04.439Z Actions: 642/1482 actions (Updating modified actions)
1282024-12-31T16:30:04.883Z Actions: Completed 1482 actions in 1.04 seconds.
1292024-12-31T16:30:05.261Z Done
1302024-12-31T16:30:05.264Z Done
1312024-12-31T16:30:05.794Z Done
1322024-12-31T16:30:13.548Z Done
1332024-12-31T16:30:14.113Z Done
1342024-12-31T16:30:14.116Z Done
1352024-12-31T16:30:20.491Z Done
1362024-12-31T16:30:20.883Z+ [[ -z 01JGER86Z9YDHSRQATBNHG7EMX ]]
1372024-12-31T16:30:20.884Z+ trap cleanup EXIT
1382024-12-31T16:30:20.886Z+ OUT_DIR=/work/bench-results
1392024-12-31T16:30:20.886Z+ mkdir -p /work/bench-results
1402024-12-31T16:30:20.886Z+ mkdir -p target/criterion
1412024-12-31T16:30:20.889Z+ mkdir -p target/xde-bench
1422024-12-31T16:30:20.891Z+ banner collect
1432024-12-31T16:30:21.019Z
1442024-12-31T16:30:21.020Z #### #### # # ###### #### #####
1452024-12-31T16:30:21.020Z # # # # # # # # # #
1462024-12-31T16:30:21.020Z # # # # # ##### # #
1472024-12-31T16:30:21.020Z # # # # # # # #
1482024-12-31T16:30:21.020Z # # # # # # # # # #
1492024-12-31T16:30:21.020Z #### #### ###### ###### ###### #### #
1502024-12-31T16:30:21.020Z
1512024-12-31T16:30:21.022Z++ cat .git/refs/heads/master
1522024-12-31T16:30:21.022Z+ BASELINE_COMMIT=8733b3357f4a8ada4e5c6f2e10e2b59a89b77125
1532024-12-31T16:30:21.022Z+ [[ ingot-and-offload == \m\a\s\t\e\r ]]
1542024-12-31T16:30:21.022Z+ get_artifact opte benchmark 8733b3357f4a8ada4e5c6f2e10e2b59a89b77125 bench-results.tgz
1552024-12-31T16:30:21.022Z+ local curl_res
1562024-12-31T16:30:21.022Z+ repo=opte
1572024-12-31T16:30:21.023Z+ series=benchmark
1582024-12-31T16:30:21.023Z+ commit=8733b3357f4a8ada4e5c6f2e10e2b59a89b77125
1592024-12-31T16:30:21.023Z+ name=bench-results.tgz
1602024-12-31T16:30:21.023Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1612024-12-31T16:30:21.023Z+ mkdir -p download
1622024-12-31T16:30:21.025Z+ pushd download
1632024-12-31T16:30:21.025Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1642024-12-31T16:30:21.025Z+ [[ ! -f bench-results.tgz ]]
1652024-12-31T16:30:21.025Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/8733b3357f4a8ada4e5c6f2e10e2b59a89b77125/bench-results.tgz
1662024-12-31T16:30:21.032Z % Total % Received % Xferd Average Speed Time Time Time Current
1672024-12-31T16:30:21.032Z Dload Upload Total Spent Left Speed
1682024-12-31T16:30:21.461Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4684k 100 4684k 0 0 10.6M 0 --:--:-- --:--:-- --:--:-- 10.6M
1692024-12-31T16:30:21.465Z+ curl_res=0
1702024-12-31T16:30:21.465Z+ popd
1712024-12-31T16:30:21.465Z/work/oxidecomputer/opte
1722024-12-31T16:30:21.465Z+ return 0
1732024-12-31T16:30:21.465Z+ tar -xf download/bench-results.tgz -C target
1742024-12-31T16:30:21.840Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
1752024-12-31T16:30:21.844Z+ rm -r target/bench-results
1762024-12-31T16:30:21.844Z+ [[ '' -eq 1 ]]
1772024-12-31T16:30:21.845Z+ uname -a
1782024-12-31T16:30:21.849ZSunOS w-01JGERPEQ9FEFF6AQDXYZXP4WW 5.11 helios-2.0.22827 i86pc i386 i86pc
1792024-12-31T16:30:21.849Z+ cat /etc/versions/build
1802024-12-31T16:30:21.849Zheads/stlouis-0-g60122b5709
1812024-12-31T16:30:21.849Z+ dladm
1822024-12-31T16:30:21.853ZLINK CLASS MTU STATE BRIDGE OVER
1832024-12-31T16:30:21.853Zena0 phys 9216 up -- --
1842024-12-31T16:30:21.853Z+ ipadm
1852024-12-31T16:30:21.857ZADDROBJ TYPE STATE ADDR
1862024-12-31T16:30:21.857Zlo0/v4 static ok 127.0.0.1/8
1872024-12-31T16:30:21.857Zena0/dhcp dhcp ok 10.150.1.238/24
1882024-12-31T16:30:21.857Zlo0/v6 static ok ::1/128
1892024-12-31T16:30:21.857Z+ pfexec rem_drv xde
1902024-12-31T16:30:21.865Z+ set -o errexit
1912024-12-31T16:30:21.865Z+ set -o pipefail
1922024-12-31T16:30:21.866Z+ banner prepare
1932024-12-31T16:30:21.872Z
1942024-12-31T16:30:21.873Z ##### ##### ###### ##### ## ##### ######
1952024-12-31T16:30:21.873Z # # # # # # # # # # # #
1962024-12-31T16:30:21.873Z # # # # ##### # # # # # # #####
1972024-12-31T16:30:21.873Z ##### ##### # ##### ###### ##### #
1982024-12-31T16:30:21.873Z # # # # # # # # # #
1992024-12-31T16:30:21.873Z # # # ###### # # # # # ######
2002024-12-31T16:30:21.873Z
2012024-12-31T16:30:21.873Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2022024-12-31T16:30:21.873Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2032024-12-31T16:30:21.941Z+ pfexec add_drv xde
2042024-12-31T16:30:22.142Z+ banner bench
2052024-12-31T16:30:22.145Z
2062024-12-31T16:30:22.145Z ##### ###### # # #### # #
2072024-12-31T16:30:22.145Z # # # ## # # # # #
2082024-12-31T16:30:22.145Z ##### ##### # # # # ######
2092024-12-31T16:30:22.145Z # # # # # # # # #
2102024-12-31T16:30:22.145Z # # # # ## # # # #
2112024-12-31T16:30:22.145Z ##### ###### # # #### # #
2122024-12-31T16:30:22.145Z
2132024-12-31T16:30:22.145Z+ cargo kbench local
2142024-12-31T16:30:22.149Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
2152024-12-31T16:30:22.329Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
2162024-12-31T16:30:22.329Zinfo: downloading component 'cargo'
2172024-12-31T16:30:23.326Zinfo: downloading component 'clippy'
2182024-12-31T16:30:23.705Zinfo: downloading component 'rust-docs'
2192024-12-31T16:30:25.092Zinfo: downloading component 'rust-std'
2202024-12-31T16:30:27.102Zinfo: downloading component 'rustc'
2212024-12-31T16:30:34.703Zinfo: downloading component 'rustfmt'
2222024-12-31T16:30:34.992Zinfo: installing component 'cargo'
2232024-12-31T16:30:35.805Zinfo: installing component 'clippy'
2242024-12-31T16:30:36.179Zinfo: installing component 'rust-docs'
2252024-12-31T16:30:37.869Zinfo: installing component 'rust-std'
2262024-12-31T16:30:39.547Zinfo: installing component 'rustc'
2272024-12-31T16:30:45.158Zinfo: installing component 'rustfmt'
2282024-12-31T16:30:45.672Z Updating crates.io index
2292024-12-31T16:30:45.674Z Updating git repository `https://github.com/oxidecomputer/falcon`
2302024-12-31T16:30:46.593Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2312024-12-31T16:30:46.905Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2322024-12-31T16:30:47.179Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2332024-12-31T16:30:47.519Z Updating git repository `https://github.com/oxidecomputer/zone`
2342024-12-31T16:30:47.789Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2352024-12-31T16:30:48.112Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362024-12-31T16:30:48.370Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2372024-12-31T16:30:48.661Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2382024-12-31T16:30:49.483Z Downloading crates ...
2392024-12-31T16:30:49.564Z Downloaded byteorder v1.5.0
2402024-12-31T16:30:49.566Z Downloaded anstyle-parse v0.2.6
2412024-12-31T16:30:49.570Z Downloaded anstream v0.6.18
2422024-12-31T16:30:49.573Z Downloaded ciborium-io v0.2.2
2432024-12-31T16:30:49.576Z Downloaded cfg_aliases v0.2.1
2442024-12-31T16:30:49.580Z Downloaded circular v0.3.0
2452024-12-31T16:30:49.583Z Downloaded ident_case v1.0.1
2462024-12-31T16:30:49.590Z Downloaded is-terminal v0.4.13
2472024-12-31T16:30:49.596Z Downloaded cstr-argument v0.1.2
2482024-12-31T16:30:49.599Z Downloaded foreign-types v0.5.0
2492024-12-31T16:30:49.604Z Downloaded bitflags v1.3.2
2502024-12-31T16:30:49.608Z Downloaded cfg-if v1.0.0
2512024-12-31T16:30:49.611Z Downloaded foreign-types-shared v0.3.1
2522024-12-31T16:30:49.613Z Downloaded num-conv v0.1.0
2532024-12-31T16:30:49.615Z Downloaded equivalent v1.0.1
2542024-12-31T16:30:49.620Z Downloaded darling_macro v0.20.10
2552024-12-31T16:30:49.622Z Downloaded anstyle-query v1.1.2
2562024-12-31T16:30:49.625Z Downloaded anstyle v1.0.10
2572024-12-31T16:30:49.625Z Downloaded cookie-factory v0.3.3
2582024-12-31T16:30:49.628Z Downloaded criterion-plot v0.5.0
2592024-12-31T16:30:49.628Z Downloaded colorchoice v1.0.3
2602024-12-31T16:30:49.631Z Downloaded cobs v0.2.3
2612024-12-31T16:30:49.631Z Downloaded futures-io v0.3.31
2622024-12-31T16:30:49.633Z Downloaded futures-core v0.3.31
2632024-12-31T16:30:49.633Z Downloaded hash32 v0.3.1
2642024-12-31T16:30:49.635Z Downloaded futures-task v0.3.31
2652024-12-31T16:30:49.635Z Downloaded dyn-clone v1.0.17
2662024-12-31T16:30:49.638Z Downloaded deranged v0.3.11
2672024-12-31T16:30:49.640Z Downloaded clap_lex v0.7.4
2682024-12-31T16:30:49.640Z Downloaded macaddr v1.0.1
2692024-12-31T16:30:49.642Z Downloaded heck v0.5.0
2702024-12-31T16:30:49.642Z Downloaded pretty-hex v0.2.1
2712024-12-31T16:30:49.644Z Downloaded time-core v0.1.2
2722024-12-31T16:30:49.644Z Downloaded lazy_static v1.5.0
2732024-12-31T16:30:49.647Z Downloaded futures-macro v0.3.31
2742024-12-31T16:30:49.647Z Downloaded futures-executor v0.3.31
2752024-12-31T16:30:49.650Z Downloaded errno v0.3.10
2762024-12-31T16:30:49.650Z Downloaded heck v0.4.1
2772024-12-31T16:30:49.652Z Downloaded is_terminal_polyfill v1.70.1
2782024-12-31T16:30:49.652Z Downloaded embedded-io v0.6.1
2792024-12-31T16:30:49.655Z Downloaded take_mut v0.2.2
2802024-12-31T16:30:49.655Z Downloaded itoa v1.0.14
2812024-12-31T16:30:49.657Z Downloaded ipnetwork v0.20.0
2822024-12-31T16:30:49.657Z Downloaded plotters-svg v0.3.7
2832024-12-31T16:30:49.659Z Downloaded pcap-parser v0.16.0
2842024-12-31T16:30:49.662Z Downloaded rusticata-macros v4.1.0
2852024-12-31T16:30:49.664Z Downloaded rand_core v0.6.4
2862024-12-31T16:30:49.664Z Downloaded rand_chacha v0.3.1
2872024-12-31T16:30:49.667Z Downloaded managed v0.8.0
2882024-12-31T16:30:49.667Z Downloaded ctor v0.2.9
2892024-12-31T16:30:49.669Z Downloaded crossbeam-deque v0.8.6
2902024-12-31T16:30:49.669Z Downloaded num_enum v0.5.11
2912024-12-31T16:30:49.673Z Downloaded num_enum_derive v0.5.11
2922024-12-31T16:30:49.676Z Downloaded thiserror-impl v1.0.69
2932024-12-31T16:30:49.676Z Downloaded either v1.13.0
2942024-12-31T16:30:49.679Z Downloaded dirs-next v2.0.0
2952024-12-31T16:30:49.679Z Downloaded anes v0.1.6
2962024-12-31T16:30:49.681Z Downloaded signal-hook-registry v1.4.2
2972024-12-31T16:30:49.683Z Downloaded tokio-macros v2.4.0
2982024-12-31T16:30:49.683Z Downloaded thread_local v1.1.8
2992024-12-31T16:30:49.686Z Downloaded thiserror-impl v2.0.9
3002024-12-31T16:30:49.686Z Downloaded defmt-macros v0.4.0
3012024-12-31T16:30:49.688Z Downloaded getrandom v0.2.15
3022024-12-31T16:30:49.690Z Downloaded darling v0.20.10
3032024-12-31T16:30:49.694Z Downloaded powerfmt v0.2.0
3042024-12-31T16:30:49.696Z Downloaded scopeguard v1.2.0
3052024-12-31T16:30:49.696Z Downloaded slog-async v2.8.0
3062024-12-31T16:30:49.699Z Downloaded bitflags v2.6.0
3072024-12-31T16:30:49.701Z Downloaded slog-stdlog v4.1.1
3082024-12-31T16:30:49.704Z Downloaded futures-channel v0.3.31
3092024-12-31T16:30:49.704Z Downloaded oorandom v11.1.4
3102024-12-31T16:30:49.707Z Downloaded ciborium v0.2.2
3112024-12-31T16:30:49.707Z Downloaded parking_lot_core v0.9.10
3122024-12-31T16:30:49.711Z Downloaded crc32fast v1.4.2
3132024-12-31T16:30:49.713Z Downloaded colored v2.2.0
3142024-12-31T16:30:49.713Z Downloaded proc-macro-crate v1.3.1
3152024-12-31T16:30:49.715Z Downloaded version_check v0.9.5
3162024-12-31T16:30:49.715Z Downloaded tabwriter v1.4.0
3172024-12-31T16:30:49.718Z Downloaded walkdir v2.5.0
3182024-12-31T16:30:49.720Z Downloaded thiserror v1.0.69
3192024-12-31T16:30:49.722Z Downloaded proc-macro-error-attr2 v2.0.0
3202024-12-31T16:30:49.724Z Downloaded ppv-lite86 v0.2.20
3212024-12-31T16:30:49.724Z Downloaded pin-utils v0.1.0
3222024-12-31T16:30:49.727Z Downloaded clap_derive v4.5.18
3232024-12-31T16:30:49.729Z Downloaded slog-scope v4.4.0
3242024-12-31T16:30:49.729Z Downloaded schemars_derive v0.8.21
3252024-12-31T16:30:49.731Z Downloaded log v0.4.22
3262024-12-31T16:30:49.733Z Downloaded anyhow v1.0.95
3272024-12-31T16:30:49.736Z Downloaded plotters-backend v0.3.7
3282024-12-31T16:30:49.738Z Downloaded parking_lot v0.12.3
3292024-12-31T16:30:49.740Z Downloaded num-traits v0.2.19
3302024-12-31T16:30:49.743Z Downloaded once_cell v1.20.2
3312024-12-31T16:30:49.745Z Downloaded toml_datetime v0.6.8
3322024-12-31T16:30:49.745Z Downloaded same-file v1.0.6
3332024-12-31T16:30:49.748Z Downloaded tinytemplate v1.2.1
3342024-12-31T16:30:49.748Z Downloaded stable_deref_trait v1.2.0
3352024-12-31T16:30:49.750Z Downloaded slab v0.4.9
3362024-12-31T16:30:49.750Z Downloaded thiserror v2.0.9
3372024-12-31T16:30:49.755Z Downloaded darling_core v0.20.10
3382024-12-31T16:30:49.759Z Downloaded tracing-attributes v0.1.28
3392024-12-31T16:30:49.761Z Downloaded smallvec v1.13.2
3402024-12-31T16:30:49.763Z Downloaded postcard v1.1.1
3412024-12-31T16:30:49.765Z Downloaded proc-macro-error-attr v1.0.4
3422024-12-31T16:30:49.768Z Downloaded time-macros v0.2.19
3432024-12-31T16:30:49.768Z Downloaded futures v0.3.31
3442024-12-31T16:30:49.772Z Downloaded slog-envlogger v2.2.0
3452024-12-31T16:30:49.774Z Downloaded serde_derive_internals v0.29.1
3462024-12-31T16:30:49.777Z Downloaded term v0.7.0
3472024-12-31T16:30:49.779Z Downloaded heapless v0.8.0
3482024-12-31T16:30:49.781Z Downloaded proc-macro-error v1.0.4
3492024-12-31T16:30:49.784Z Downloaded crossbeam-channel v0.5.14
3502024-12-31T16:30:49.788Z Downloaded indexmap v2.7.0
3512024-12-31T16:30:49.792Z Downloaded unicode-ident v1.0.14
3522024-12-31T16:30:49.794Z Downloaded memchr v2.7.4
3532024-12-31T16:30:49.799Z Downloaded uuid v1.11.0
3542024-12-31T16:30:49.802Z Downloaded mio v1.0.3
3552024-12-31T16:30:49.807Z Downloaded zerocopy-derive v0.7.35
3562024-12-31T16:30:49.811Z Downloaded itertools v0.10.5
3572024-12-31T16:30:49.816Z Downloaded nom v7.1.3
3582024-12-31T16:30:49.821Z Downloaded rayon-core v1.12.1
3592024-12-31T16:30:49.825Z Downloaded proc-macro2 v1.0.92
3602024-12-31T16:30:49.827Z Downloaded slog v2.7.0
3612024-12-31T16:30:49.829Z Downloaded criterion v0.5.1
3622024-12-31T16:30:49.836Z Downloaded tracing-core v0.1.33
3632024-12-31T16:30:49.838Z Downloaded serde_derive v1.0.216
3642024-12-31T16:30:49.841Z Downloaded socket2 v0.5.8
3652024-12-31T16:30:49.843Z Downloaded aho-corasick v1.1.3
3662024-12-31T16:30:49.848Z Downloaded itertools v0.13.0
3672024-12-31T16:30:49.854Z Downloaded hashbrown v0.15.2
3682024-12-31T16:30:49.858Z Downloaded rand v0.8.5
3692024-12-31T16:30:49.862Z Downloaded futures-util v0.3.31
3702024-12-31T16:30:49.872Z Downloaded zerocopy-derive v0.8.13
3712024-12-31T16:30:49.877Z Downloaded tracing v0.1.41
3722024-12-31T16:30:49.881Z Downloaded nix v0.29.0
3732024-12-31T16:30:49.891Z Downloaded serde v1.0.216
3742024-12-31T16:30:49.894Z Downloaded toml_edit v0.19.15
3752024-12-31T16:30:49.908Z Downloaded schemars v0.8.21
3762024-12-31T16:30:49.918Z Downloaded itertools v0.12.1
3772024-12-31T16:30:49.924Z Downloaded time v0.3.37
3782024-12-31T16:30:49.930Z Downloaded clap_builder v4.5.23
3792024-12-31T16:30:49.936Z Downloaded minimal-lexical v0.2.1
3802024-12-31T16:30:49.940Z Downloaded ryu v1.0.18
3812024-12-31T16:30:49.942Z Downloaded arc-swap v1.7.1
3822024-12-31T16:30:49.945Z Downloaded slog-term v2.9.1
3832024-12-31T16:30:49.948Z Downloaded bytes v1.9.0
3842024-12-31T16:30:49.951Z Downloaded crossbeam-utils v0.8.21
3852024-12-31T16:30:49.953Z Downloaded proc-macro-error2 v2.0.1
3862024-12-31T16:30:49.956Z Downloaded utf8parse v0.2.2
3872024-12-31T16:30:49.958Z Downloaded terminal_size v0.4.1
3882024-12-31T16:30:49.958Z Downloaded pin-project-lite v0.2.15
3892024-12-31T16:30:49.962Z Downloaded half v2.4.1
3902024-12-31T16:30:49.964Z Downloaded quote v1.0.37
3912024-12-31T16:30:49.967Z Downloaded clap v4.5.23
3922024-12-31T16:30:49.974Z Downloaded plotters v0.3.7
3932024-12-31T16:30:49.982Z Downloaded serde_json v1.0.134
3942024-12-31T16:30:49.988Z Downloaded winnow v0.6.20
3952024-12-31T16:30:49.996Z Downloaded rayon v1.10.0
3962024-12-31T16:30:50.004Z Downloaded winnow v0.5.40
3972024-12-31T16:30:50.011Z Downloaded zerocopy v0.7.35
3982024-12-31T16:30:50.025Z Downloaded lock_api v0.4.12
3992024-12-31T16:30:50.027Z Downloaded defmt v0.3.10
4002024-12-31T16:30:50.030Z Downloaded strsim v0.11.1
4012024-12-31T16:30:50.030Z Downloaded libc v0.2.169
4022024-12-31T16:30:50.051Z Downloaded syn v1.0.109
4032024-12-31T16:30:50.060Z Downloaded zerocopy v0.8.13
4042024-12-31T16:30:50.081Z Downloaded regex v1.11.1
4052024-12-31T16:30:50.092Z Downloaded unicode-width v0.1.14
4062024-12-31T16:30:50.097Z Downloaded syn v2.0.91
4072024-12-31T16:30:50.108Z Downloaded crossbeam-epoch v0.9.18
4082024-12-31T16:30:50.110Z Downloaded smoltcp v0.11.0
4092024-12-31T16:30:50.120Z Downloaded embedded-io v0.4.0
4102024-12-31T16:30:50.122Z Downloaded regex-syntax v0.8.5
4112024-12-31T16:30:50.128Z Downloaded rustix v0.38.42
4122024-12-31T16:30:50.148Z Downloaded foreign-types-macros v0.2.3
4132024-12-31T16:30:50.151Z Downloaded autocfg v1.4.0
4142024-12-31T16:30:50.151Z Downloaded futures-sink v0.3.31
4152024-12-31T16:30:50.151Z Downloaded fnv v1.0.7
4162024-12-31T16:30:50.151Z Downloaded dirs-sys-next v0.1.2
4172024-12-31T16:30:50.155Z Downloaded defmt-parser v0.4.1
4182024-12-31T16:30:50.155Z Downloaded ciborium-ll v0.2.2
4192024-12-31T16:30:50.155Z Downloaded cast v0.3.0
4202024-12-31T16:30:50.164Z Downloaded regex-automata v0.4.9
4212024-12-31T16:30:50.194Z Downloaded tokio v1.42.0
4222024-12-31T16:30:50.389Z Compiling proc-macro2 v1.0.92
4232024-12-31T16:30:50.389Z Compiling unicode-ident v1.0.14
4242024-12-31T16:30:50.392Z Compiling libc v0.2.169
4252024-12-31T16:30:50.392Z Compiling cfg-if v1.0.0
4262024-12-31T16:30:50.392Z Compiling serde v1.0.216
4272024-12-31T16:30:50.406Z Compiling autocfg v1.4.0
4282024-12-31T16:30:50.408Z Compiling memchr v2.7.4
4292024-12-31T16:30:50.408Z Compiling byteorder v1.5.0
4302024-12-31T16:30:50.487Z Compiling version_check v0.9.5
4312024-12-31T16:30:50.576Z Compiling syn v1.0.109
4322024-12-31T16:30:50.736Z Compiling pin-project-lite v0.2.15
4332024-12-31T16:30:50.840Z Compiling ident_case v1.0.1
4342024-12-31T16:30:50.968Z Compiling either v1.13.0
4352024-12-31T16:30:50.980Z Compiling itoa v1.0.14
4362024-12-31T16:30:51.072Z Compiling fnv v1.0.7
4372024-12-31T16:30:51.132Z Compiling strsim v0.11.1
4382024-12-31T16:30:51.157Z Compiling once_cell v1.20.2
4392024-12-31T16:30:51.496Z Compiling regex-syntax v0.8.5
4402024-12-31T16:30:51.663Z Compiling hashbrown v0.15.2
4412024-12-31T16:30:51.741Z Compiling anyhow v1.0.95
4422024-12-31T16:30:51.757Z Compiling equivalent v1.0.1
4432024-12-31T16:30:51.861Z Compiling serde_json v1.0.134
4442024-12-31T16:30:52.238Z Compiling aho-corasick v1.1.3
4452024-12-31T16:30:52.296Z Compiling lock_api v0.4.12
4462024-12-31T16:30:52.316Z Compiling parking_lot_core v0.9.10
4472024-12-31T16:30:52.742Z Compiling indexmap v2.7.0
4482024-12-31T16:30:52.817Z Compiling ryu v1.0.18
4492024-12-31T16:30:52.829Z Compiling toml_datetime v0.6.8
4502024-12-31T16:30:52.978Z Compiling quote v1.0.37
4512024-12-31T16:30:53.152Z Compiling winnow v0.5.40
4522024-12-31T16:30:53.239Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4532024-12-31T16:30:53.306Z Compiling syn v2.0.91
4542024-12-31T16:30:53.533Z Compiling crossbeam-utils v0.8.21
4552024-12-31T16:30:53.614Z Compiling dyn-clone v1.0.17
4562024-12-31T16:30:53.838Z Compiling zerocopy v0.8.13
4572024-12-31T16:30:53.915Z Compiling itertools v0.13.0
4582024-12-31T16:30:54.207Z Compiling thiserror v1.0.69
4592024-12-31T16:30:54.737Z Compiling smallvec v1.13.2
4602024-12-31T16:30:54.928Z Compiling lazy_static v1.5.0
4612024-12-31T16:30:55.057Z Compiling regex-automata v0.4.9
4622024-12-31T16:30:55.182Z Compiling scopeguard v1.2.0
4632024-12-31T16:30:55.312Z Compiling heapless v0.8.0
4642024-12-31T16:30:56.120Z Compiling toml_edit v0.19.15
4652024-12-31T16:30:56.720Z Compiling getrandom v0.2.15
4662024-12-31T16:30:56.867Z Compiling hash32 v0.3.1
4672024-12-31T16:30:57.040Z Compiling macaddr v1.0.1
4682024-12-31T16:30:57.073Z Compiling smoltcp v0.11.0
4692024-12-31T16:30:57.084Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4702024-12-31T16:30:57.419Z Compiling stable_deref_trait v1.2.0
4712024-12-31T16:30:57.459Z Compiling schemars v0.8.21
4722024-12-31T16:30:57.701Z Compiling rand_core v0.6.4
4732024-12-31T16:30:57.853Z Compiling parking_lot v0.12.3
4742024-12-31T16:30:58.124Z Compiling signal-hook-registry v1.4.2
4752024-12-31T16:30:58.241Z Compiling socket2 v0.5.8
4762024-12-31T16:30:58.481Z Compiling proc-macro-crate v1.3.1
4772024-12-31T16:30:59.194Z Compiling regex v1.11.1
4782024-12-31T16:30:59.229Z Compiling mio v1.0.3
4792024-12-31T16:30:59.360Z Compiling slab v0.4.9
4802024-12-31T16:30:59.420Z Compiling slog v2.7.0
4812024-12-31T16:30:59.741Z Compiling darling_core v0.20.10
4822024-12-31T16:30:59.908Z Compiling serde_derive_internals v0.29.1
4832024-12-31T16:31:00.018Z Compiling foreign-types-shared v0.3.1
4842024-12-31T16:31:00.127Z Compiling bitflags v1.3.2
4852024-12-31T16:31:00.217Z Compiling rustix v0.38.42
4862024-12-31T16:31:00.359Z Compiling managed v0.8.0
4872024-12-31T16:31:00.826Z Compiling bytes v1.9.0
4882024-12-31T16:31:00.854Z Compiling cobs v0.2.3
4892024-12-31T16:31:01.792Z Compiling errno v0.3.10
4902024-12-31T16:31:01.835Z Compiling tracing-core v0.1.33
4912024-12-31T16:31:02.027Z Compiling cstr-argument v0.1.2
4922024-12-31T16:31:02.178Z Compiling proc-macro-error-attr v1.0.4
4932024-12-31T16:31:02.279Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4942024-12-31T16:31:02.282Z Compiling utf8parse v0.2.2
4952024-12-31T16:31:02.422Z Compiling unicode-width v0.1.14
4962024-12-31T16:31:02.528Z Compiling futures-sink v0.3.31
4972024-12-31T16:31:02.618Z Compiling pretty-hex v0.2.1
4982024-12-31T16:31:02.680Z Compiling futures-core v0.3.31
4992024-12-31T16:31:02.858Z Compiling tabwriter v1.4.0
5002024-12-31T16:31:02.898Z Compiling futures-channel v0.3.31
5012024-12-31T16:31:02.965Z Compiling num_enum_derive v0.5.11
5022024-12-31T16:31:02.975Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5032024-12-31T16:31:03.383Z Compiling anstyle-parse v0.2.6
5042024-12-31T16:31:03.865Z Compiling colored v2.2.0
5052024-12-31T16:31:03.926Z Compiling serde_derive v1.0.216
5062024-12-31T16:31:04.049Z Compiling zerocopy-derive v0.8.13
5072024-12-31T16:31:04.484Z Compiling zerocopy-derive v0.7.35
5082024-12-31T16:31:04.588Z Compiling thiserror-impl v1.0.69
5092024-12-31T16:31:04.910Z Compiling darling_macro v0.20.10
5102024-12-31T16:31:04.929Z Compiling tokio-macros v2.4.0
5112024-12-31T16:31:05.019Z Compiling schemars_derive v0.8.21
5122024-12-31T16:31:05.887Z Compiling darling v0.20.10
5132024-12-31T16:31:05.988Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5142024-12-31T16:31:06.279Z Compiling zerocopy v0.7.35
5152024-12-31T16:31:06.328Z Compiling foreign-types-macros v0.2.3
5162024-12-31T16:31:07.321Z Compiling tokio v1.42.0
5172024-12-31T16:31:07.368Z Compiling num_enum v0.5.11
5182024-12-31T16:31:07.545Z Compiling tracing-attributes v0.1.28
5192024-12-31T16:31:07.565Z Compiling foreign-types v0.5.0
5202024-12-31T16:31:07.663Z Compiling ppv-lite86 v0.2.20
5212024-12-31T16:31:07.691Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5222024-12-31T16:31:07.737Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5232024-12-31T16:31:08.341Z Compiling rand_chacha v0.3.1
5242024-12-31T16:31:08.398Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5252024-12-31T16:31:08.553Z Compiling futures-macro v0.3.31
5262024-12-31T16:31:08.856Z Compiling rand v0.8.5
5272024-12-31T16:31:09.888Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5282024-12-31T16:31:10.362Z Compiling proc-macro-error v1.0.4
5292024-12-31T16:31:10.469Z Compiling crc32fast v1.4.2
5302024-12-31T16:31:10.485Z Compiling tracing v0.1.41
5312024-12-31T16:31:10.704Z Compiling pin-utils v0.1.0
5322024-12-31T16:31:10.728Z Compiling is_terminal_polyfill v1.70.1
5332024-12-31T16:31:10.816Z Compiling futures-task v0.3.31
5342024-12-31T16:31:10.832Z Compiling anstyle-query v1.1.2
5352024-12-31T16:31:10.857Z Compiling winnow v0.6.20
5362024-12-31T16:31:10.963Z Compiling anstyle v1.0.10
5372024-12-31T16:31:11.059Z Compiling futures-io v0.3.31
5382024-12-31T16:31:11.080Z Compiling colorchoice v1.0.3
5392024-12-31T16:31:11.395Z Compiling anstream v0.6.18
5402024-12-31T16:31:11.423Z Compiling futures-util v0.3.31
5412024-12-31T16:31:12.130Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5422024-12-31T16:31:12.196Z Compiling dirs-sys-next v0.1.2
5432024-12-31T16:31:13.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
5442024-12-31T16:31:13.188Z Compiling time-core v0.1.2
5452024-12-31T16:31:13.343Z Compiling clap_lex v0.7.4
5462024-12-31T16:31:13.920Z Compiling heck v0.5.0
5472024-12-31T16:31:14.318Z Compiling powerfmt v0.2.0
5482024-12-31T16:31:14.575Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5492024-12-31T16:31:14.703Z Compiling num-conv v0.1.0
5502024-12-31T16:31:14.919Z Compiling thiserror v2.0.9
5512024-12-31T16:31:14.954Z Compiling deranged v0.3.11
5522024-12-31T16:31:14.969Z Compiling time-macros v0.2.19
5532024-12-31T16:31:15.474Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5542024-12-31T16:31:16.127Z Compiling bitflags v2.6.0
5552024-12-31T16:31:16.515Z Compiling ipnetwork v0.20.0
5562024-12-31T16:31:16.603Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5572024-12-31T16:31:17.225Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5582024-12-31T16:31:17.239Z Compiling postcard v1.1.1
5592024-12-31T16:31:17.845Z Compiling uuid v1.11.0
5602024-12-31T16:31:17.938Z Compiling futures-executor v0.3.31
5612024-12-31T16:31:19.300Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5622024-12-31T16:31:19.524Z Compiling terminal_size v0.4.1
5632024-12-31T16:31:19.743Z Compiling clap_builder v4.5.23
5642024-12-31T16:31:20.820Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
5652024-12-31T16:31:21.783Z Compiling clap_derive v4.5.18
5662024-12-31T16:31:23.795Z Compiling dirs-next v2.0.0
5672024-12-31T16:31:24.229Z Compiling thiserror-impl v2.0.9
5682024-12-31T16:31:24.547Z Compiling crossbeam-epoch v0.9.18
5692024-12-31T16:31:25.470Z Compiling is-terminal v0.4.13
5702024-12-31T16:31:25.589Z Compiling thread_local v1.1.8
5712024-12-31T16:31:25.600Z Compiling num-traits v0.2.19
5722024-12-31T16:31:25.965Z Compiling minimal-lexical v0.2.1
5732024-12-31T16:31:25.992Z Compiling rayon-core v1.12.1
5742024-12-31T16:31:26.187Z Compiling heck v0.4.1
5752024-12-31T16:31:26.341Z Compiling slog-async v2.8.0
5762024-12-31T16:31:26.531Z Compiling arc-swap v1.7.1
5772024-12-31T16:31:26.836Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
5782024-12-31T16:31:26.963Z Compiling slog-scope v4.4.0
5792024-12-31T16:31:27.134Z Compiling time v0.3.37
5802024-12-31T16:31:27.209Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
5812024-12-31T16:31:27.253Z Compiling nom v7.1.3
5822024-12-31T16:31:27.732Z Compiling clap v4.5.23
5832024-12-31T16:31:28.054Z Compiling crossbeam-deque v0.8.6
5842024-12-31T16:31:28.354Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5852024-12-31T16:31:28.398Z Compiling term v0.7.0
5862024-12-31T16:31:28.944Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5872024-12-31T16:31:31.405Z Compiling futures v0.3.31
5882024-12-31T16:31:31.511Z Compiling crossbeam-channel v0.5.14
5892024-12-31T16:31:32.863Z Compiling itertools v0.12.1
5902024-12-31T16:31:32.938Z Compiling half v2.4.1
5912024-12-31T16:31:33.203Z Compiling cfg_aliases v0.2.1
5922024-12-31T16:31:33.296Z Compiling plotters-backend v0.3.7
5932024-12-31T16:31:33.511Z Compiling take_mut v0.2.2
5942024-12-31T16:31:33.668Z Compiling log v0.4.22
5952024-12-31T16:31:33.935Z Compiling ciborium-io v0.2.2
5962024-12-31T16:31:34.062Z Compiling ciborium-ll v0.2.2
5972024-12-31T16:31:34.124Z Compiling slog-stdlog v4.1.1
5982024-12-31T16:31:34.471Z Compiling plotters-svg v0.3.7
5992024-12-31T16:31:34.710Z Compiling nix v0.29.0
6002024-12-31T16:31:35.057Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6012024-12-31T16:31:35.532Z Compiling cookie-factory v0.3.3
6022024-12-31T16:31:36.187Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
6032024-12-31T16:31:36.195Z Compiling rusticata-macros v4.1.0
6042024-12-31T16:31:36.692Z Compiling slog-term v2.9.1
6052024-12-31T16:31:37.637Z Compiling itertools v0.10.5
6062024-12-31T16:31:37.869Z Compiling circular v0.3.0
6072024-12-31T16:31:38.247Z Compiling same-file v1.0.6
6082024-12-31T16:31:38.496Z Compiling cast v0.3.0
6092024-12-31T16:31:38.508Z Compiling walkdir v2.5.0
6102024-12-31T16:31:38.624Z Compiling plotters v0.3.7
6112024-12-31T16:31:38.733Z Compiling pcap-parser v0.16.0
6122024-12-31T16:31:38.814Z Compiling rayon v1.10.0
6132024-12-31T16:31:39.447Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
6142024-12-31T16:31:39.739Z Compiling slog-envlogger v2.2.0
6152024-12-31T16:31:40.425Z Compiling criterion-plot v0.5.0
6162024-12-31T16:31:41.313Z Compiling ciborium v0.2.2
6172024-12-31T16:31:41.328Z Compiling tinytemplate v1.2.1
6182024-12-31T16:31:41.896Z Compiling oorandom v11.1.4
6192024-12-31T16:31:41.924Z Compiling anes v0.1.6
6202024-12-31T16:31:42.399Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
6212024-12-31T16:31:42.483Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6222024-12-31T16:31:43.093Z Compiling ctor v0.2.9
6232024-12-31T16:31:43.353Z Compiling criterion v0.5.1
6242024-12-31T16:31:46.341Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
6252024-12-31T16:33:04.793Z Finished `bench` profile [optimized + debuginfo] target(s) in 2m 19s
6262024-12-31T16:33:04.926Z Running benches/xde.rs (target/release/deps/xde-cd2fc9063df7066d)
6272024-12-31T16:33:05.009Z###--------------------------------###
6282024-12-31T16:33:05.010Z:::Building test topology... (120s):::
6292024-12-31T16:33:05.010Z###--------------------------------###
6302024-12-31T16:33:05.016Zadding underlay route 0
6312024-12-31T16:33:05.019Zadding underlay route 1
6322024-12-31T16:33:05.195Zstart zone a
6332024-12-31T16:33:05.195Zconfigure zone
6342024-12-31T16:33:05.336Zinstall zone
6352024-12-31T16:35:05.862Zboot zone
6362024-12-31T16:35:06.785Zstart zone b
6372024-12-31T16:35:06.785Zconfigure zone
6382024-12-31T16:35:06.792Zinstall zone
6392024-12-31T16:37:03.271Zboot zone
6402024-12-31T16:37:04.039Zsetup zone a
6412024-12-31T16:37:04.039Z[a] svcs milestone/network
6422024-12-31T16:37:04.308ZSTATE STIME FMRI
6432024-12-31T16:37:04.308Zonline 8:35:25 svc:/milestone/network:default
6442024-12-31T16:37:04.308Z[a] ipadm create-addr -t -T dhcp opte0/test
6452024-12-31T16:37:10.532Z
6462024-12-31T16:37:10.532Z[a] route add -iface 10.0.0.254 10.0.0.1
6472024-12-31T16:37:10.555Zadd host 10.0.0.254: gateway 10.0.0.1
6482024-12-31T16:37:10.555Z[a] route add 10.0.0.0/24 10.0.0.254
6492024-12-31T16:37:10.575Zadd net 10.0.0.0/24: gateway 10.0.0.254
6502024-12-31T16:37:10.575Zsetup zone b
6512024-12-31T16:37:10.575Z[b] svcs milestone/network
6522024-12-31T16:37:10.594ZSTATE STIME FMRI
6532024-12-31T16:37:10.594Z- - svc:/milestone/network:default
6542024-12-31T16:37:11.594Z[b] svcs milestone/network
6552024-12-31T16:37:11.614ZSTATE STIME FMRI
6562024-12-31T16:37:11.614Z- - svc:/milestone/network:default
6572024-12-31T16:37:12.615Z[b] svcs milestone/network
6582024-12-31T16:37:12.635ZSTATE STIME FMRI
6592024-12-31T16:37:12.635Z- - svc:/milestone/network:default
6602024-12-31T16:37:13.635Z[b] svcs milestone/network
6612024-12-31T16:37:13.658ZSTATE STIME FMRI
6622024-12-31T16:37:13.658Z- - svc:/milestone/network:default
6632024-12-31T16:37:14.658Z[b] svcs milestone/network
6642024-12-31T16:37:14.679ZSTATE STIME FMRI
6652024-12-31T16:37:14.679Z- - svc:/milestone/network:default
6662024-12-31T16:37:15.679Z[b] svcs milestone/network
6672024-12-31T16:37:15.700ZSTATE STIME FMRI
6682024-12-31T16:37:15.700Z- - svc:/milestone/network:default
6692024-12-31T16:37:16.700Z[b] svcs milestone/network
6702024-12-31T16:37:16.721ZSTATE STIME FMRI
6712024-12-31T16:37:16.721Z- - svc:/milestone/network:default
6722024-12-31T16:37:17.721Z[b] svcs milestone/network
6732024-12-31T16:37:17.743ZSTATE STIME FMRI
6742024-12-31T16:37:17.743Z- - svc:/milestone/network:default
6752024-12-31T16:37:18.744Z[b] svcs milestone/network
6762024-12-31T16:37:18.765ZSTATE STIME FMRI
6772024-12-31T16:37:18.765Z- - svc:/milestone/network:default
6782024-12-31T16:37:19.765Z[b] svcs milestone/network
6792024-12-31T16:37:19.786ZSTATE STIME FMRI
6802024-12-31T16:37:19.786Z- - svc:/milestone/network:default
6812024-12-31T16:37:20.786Z[b] svcs milestone/network
6822024-12-31T16:37:20.807ZSTATE STIME FMRI
6832024-12-31T16:37:20.807Z- - svc:/milestone/network:default
6842024-12-31T16:37:21.807Z[b] svcs milestone/network
6852024-12-31T16:37:21.828ZSTATE STIME FMRI
6862024-12-31T16:37:21.828Zoffline 8:37:21 svc:/milestone/network:default
6872024-12-31T16:37:22.828Z[b] svcs milestone/network
6882024-12-31T16:37:22.850ZSTATE STIME FMRI
6892024-12-31T16:37:22.850Zonline 8:37:21 svc:/milestone/network:default
6902024-12-31T16:37:22.850Z[b] ipadm create-addr -t -T dhcp opte1/test
6912024-12-31T16:37:28.247Z
6922024-12-31T16:37:28.247Z[b] route add -iface 10.0.0.254 10.0.0.2
6932024-12-31T16:37:28.268Zadd host 10.0.0.254: gateway 10.0.0.2
6942024-12-31T16:37:28.268Z[b] route add 10.0.0.0/24 10.0.0.254
6952024-12-31T16:37:28.286Zadd net 10.0.0.0/24: gateway 10.0.0.254
6962024-12-31T16:37:28.286Z###---------------###
6972024-12-31T16:37:28.286Z:::Topology built!:::
6982024-12-31T16:37:28.286Z###---------------###
6992024-12-31T16:37:28.288Z###----------------###
7002024-12-31T16:37:28.288Z::: iPerf spawned! :::
7012024-12-31T16:37:28.289Z:::Waiting... (10s):::
7022024-12-31T16:37:28.289Z###----------------###
7032024-12-31T16:37:38.289Z###---###
7042024-12-31T16:37:38.289Z:::Go!:::
7052024-12-31T16:37:38.289Z###---###
7062024-12-31T16:37:38.289Z[a] ping 10.0.0.2
7072024-12-31T16:37:38.313Z10.0.0.2 is alive
7082024-12-31T16:37:38.313Z###-------------------###
7092024-12-31T16:37:38.313Z:::Running experiment :::
7102024-12-31T16:37:38.313Z:::iperf-tcp/local/c2s:::
7112024-12-31T16:37:38.314Z###-------------------###
7122024-12-31T16:37:45.345Z-----------------------------------------------------------
7132024-12-31T16:37:45.345ZServer listening on 5201
7142024-12-31T16:37:45.345Z-----------------------------------------------------------
7152024-12-31T16:37:45.345ZAccepted connection from 10.0.0.1, port 38438
7162024-12-31T16:37:45.345Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60244
7172024-12-31T16:37:45.345Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60350
7182024-12-31T16:37:45.345Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33232
7192024-12-31T16:37:45.345Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52801
7202024-12-31T16:37:45.345Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54777
7212024-12-31T16:37:45.345Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60863
7222024-12-31T16:37:45.345Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49383
7232024-12-31T16:37:45.345Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37861
7242024-12-31T16:37:45.345Z[ ID] Interval Transfer Bandwidth
7252024-12-31T16:37:45.345Z[ 5] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
7262024-12-31T16:37:45.345Z[ 7] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
7272024-12-31T16:37:45.345Z[ 9] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
7282024-12-31T16:37:45.345Z[ 11] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
7292024-12-31T16:37:45.345Z[ 13] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
7302024-12-31T16:37:45.345Z[ 15] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
7312024-12-31T16:37:45.345Z[ 17] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
7322024-12-31T16:37:45.346Z[ 19] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
7332024-12-31T16:37:45.346Z[SUM] 0.00-1.00 sec 152 MBytes 1.27 Gbits/sec
7342024-12-31T16:37:45.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
7352024-12-31T16:37:45.346Z[ 5] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
7362024-12-31T16:37:45.346Z[ 7] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
7372024-12-31T16:37:45.346Z[ 9] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
7382024-12-31T16:37:45.346Z[ 11] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
7392024-12-31T16:37:45.346Z[ 13] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
7402024-12-31T16:37:45.346Z[ 15] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
7412024-12-31T16:37:45.346Z[ 17] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
7422024-12-31T16:37:45.346Z[ 19] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
7432024-12-31T16:37:45.346Z[SUM] 1.00-2.00 sec 170 MBytes 1.43 Gbits/sec
7442024-12-31T16:37:45.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
7452024-12-31T16:37:45.346Z[ 5] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec
7462024-12-31T16:37:45.346Z[ 7] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec
7472024-12-31T16:37:45.346Z[ 9] 2.00-3.00 sec 21.3 MBytes 178 Mbits/sec
7482024-12-31T16:37:45.346Z[ 11] 2.00-3.00 sec 21.3 MBytes 178 Mbits/sec
7492024-12-31T16:37:45.346Z[ 13] 2.00-3.00 sec 21.3 MBytes 178 Mbits/sec
7502024-12-31T16:37:45.346Z[ 15] 2.00-3.00 sec 21.3 MBytes 178 Mbits/sec
7512024-12-31T16:37:45.346Z[ 17] 2.00-3.00 sec 21.2 MBytes 177 Mbits/sec
7522024-12-31T16:37:45.346Z[ 19] 2.00-3.00 sec 21.3 MBytes 178 Mbits/sec
7532024-12-31T16:37:45.346Z[SUM] 2.00-3.00 sec 170 MBytes 1.43 Gbits/sec
7542024-12-31T16:37:45.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
7552024-12-31T16:37:45.346Z[ 5] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
7562024-12-31T16:37:45.346Z[ 7] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
7572024-12-31T16:37:45.346Z[ 9] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
7582024-12-31T16:37:45.346Z[ 11] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
7592024-12-31T16:37:45.346Z[ 13] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
7602024-12-31T16:37:45.346Z[ 15] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec
7612024-12-31T16:37:45.346Z[ 17] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
7622024-12-31T16:37:45.346Z[ 19] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
7632024-12-31T16:37:45.346Z[SUM] 3.00-4.00 sec 176 MBytes 1.48 Gbits/sec
7642024-12-31T16:37:45.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
7652024-12-31T16:37:45.346Z[ 5] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
7662024-12-31T16:37:45.346Z[ 7] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec
7672024-12-31T16:37:45.346Z[ 9] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
7682024-12-31T16:37:45.346Z[ 11] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
7692024-12-31T16:37:45.346Z[ 13] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
7702024-12-31T16:37:45.347Z[ 15] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec
7712024-12-31T16:37:45.347Z[ 17] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
7722024-12-31T16:37:45.347Z[ 19] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec
7732024-12-31T16:37:45.347Z[SUM] 4.00-5.00 sec 177 MBytes 1.48 Gbits/sec
7742024-12-31T16:37:45.347Z- - - - - - - - - - - - - - - - - - - - - - - - -
7752024-12-31T16:37:45.347Z[ 5] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec
7762024-12-31T16:37:45.347Z[ 7] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec
7772024-12-31T16:37:45.347Z[ 9] 5.00-6.00 sec 21.0 MBytes 177 Mbits/sec
7782024-12-31T16:37:45.347Z[ 11] 5.00-6.00 sec 21.2 MBytes 177 Mbits/sec
7792024-12-31T16:37:45.347Z[ 13] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec
7802024-12-31T16:37:45.347Z[ 15] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec
7812024-12-31T16:37:45.347Z[ 17] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec
7822024-12-31T16:37:45.347Z[ 19] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec
7832024-12-31T16:37:45.347Z[SUM] 5.00-6.00 sec 169 MBytes 1.42 Gbits/sec
7842024-12-31T16:37:45.347Z- - - - - - - - - - - - - - - - - - - - - - - - -
7852024-12-31T16:37:45.347Z[ 5] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
7862024-12-31T16:37:45.347Z[ 7] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
7872024-12-31T16:37:45.347Z[ 9] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
7882024-12-31T16:37:48.562Z[ 11] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
7892024-12-31T16:37:48.562Z[ 13] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
7902024-12-31T16:37:48.562Z[ 15] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
7912024-12-31T16:37:48.562Z[ 17] 6.00-7.00 sec 22.8 MBytes 192 Mbits/sec
7922024-12-31T16:37:48.562Z[ 19] 6.00-7.00 sec 22.8 MBytes 192 Mbits/sec
7932024-12-31T16:37:48.562Z[SUM] 6.00-7.00 sec 183 MBytes 1.54 Gbits/sec
7942024-12-31T16:37:48.562Z- - - - - - - - - - - - - - - - - - - - - - - - -
7952024-12-31T16:37:48.562Z[ 5] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
7962024-12-31T16:37:48.562Z[ 7] 7.00-8.00 sec 23.7 MBytes 198 Mbits/sec
7972024-12-31T16:37:48.562Z[ 9] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
7982024-12-31T16:37:48.562Z[ 11] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
7992024-12-31T16:37:48.562Z[ 13] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
8002024-12-31T16:37:48.562Z[ 15] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
8012024-12-31T16:37:48.562Z[ 17] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
8022024-12-31T16:37:48.562Z[ 19] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
8032024-12-31T16:37:48.562Z[SUM] 7.00-8.00 sec 189 MBytes 1.59 Gbits/sec
8042024-12-31T16:37:48.562Z- - - - - - - - - - - - - - - - - - - - - - - - -
8052024-12-31T16:37:48.563Z[ 5] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
8062024-12-31T16:37:48.563Z[ 7] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
8072024-12-31T16:37:48.563Z[ 9] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
8082024-12-31T16:37:48.563Z[ 11] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
8092024-12-31T16:37:48.563Z[ 13] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
8102024-12-31T16:37:48.563Z[ 15] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
8112024-12-31T16:37:48.563Z[ 17] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
8122024-12-31T16:37:48.563Z[ 19] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
8132024-12-31T16:37:48.563Z[SUM] 8.00-9.00 sec 188 MBytes 1.58 Gbits/sec
8142024-12-31T16:37:48.563Z- - - - - - - - - - - - - - - - - - - - - - - - -
8152024-12-31T16:37:48.563Z[ 5] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
8162024-12-31T16:37:48.563Z[ 7] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
8172024-12-31T16:37:48.563Z[ 9] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
8182024-12-31T16:37:48.563Z[ 11] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
8192024-12-31T16:37:48.563Z[ 13] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
8202024-12-31T16:37:48.563Z[ 15] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
8212024-12-31T16:37:48.563Z[ 17] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
8222024-12-31T16:37:48.563Z[ 19] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
8232024-12-31T16:37:48.563Z[SUM] 9.00-10.00 sec 188 MBytes 1.57 Gbits/sec
8242024-12-31T16:37:48.563Z- - - - - - - - - - - - - - - - - - - - - - - - -
8252024-12-31T16:37:48.563Z[ 5] 10.00-10.00 sec 122 KBytes 404 Mbits/sec
8262024-12-31T16:37:48.563Z[ 7] 10.00-10.00 sec 90.5 KBytes 301 Mbits/sec
8272024-12-31T16:37:48.563Z[ 9] 10.00-10.00 sec 56.6 KBytes 188 Mbits/sec
8282024-12-31T16:37:48.563Z[ 11] 10.00-10.00 sec 22.6 KBytes 75.2 Mbits/sec
8292024-12-31T16:37:48.563Z[ 13] 10.00-10.00 sec 17.0 KBytes 56.4 Mbits/sec
8302024-12-31T16:37:48.563Z[ 15] 10.00-10.00 sec 17.0 KBytes 56.7 Mbits/sec
8312024-12-31T16:37:48.563Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
8322024-12-31T16:37:48.563Z[ 19] 10.00-10.00 sec 53.7 KBytes 179 Mbits/sec
8332024-12-31T16:37:48.563Z[SUM] 10.00-10.00 sec 379 KBytes 1.26 Gbits/sec
8342024-12-31T16:37:48.563Z- - - - - - - - - - - - - - - - - - - - - - - - -
8352024-12-31T16:37:48.563Z[ ID] Interval Transfer Bandwidth
8362024-12-31T16:37:48.563Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8372024-12-31T16:37:48.563Z[ 5] 0.00-10.00 sec 220 MBytes 185 Mbits/sec receiver
8382024-12-31T16:37:48.563Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8392024-12-31T16:37:48.563Z[ 7] 0.00-10.00 sec 220 MBytes 185 Mbits/sec receiver
8402024-12-31T16:37:48.563Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8412024-12-31T16:37:48.563Z[ 9] 0.00-10.00 sec 220 MBytes 185 Mbits/sec receiver
8422024-12-31T16:37:48.563Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8432024-12-31T16:37:48.563Z[ 11] 0.00-10.00 sec 220 MBytes 185 Mbits/sec receiver
8442024-12-31T16:37:48.564Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8452024-12-31T16:37:48.564Z[ 13] 0.00-10.00 sec 220 MBytes 185 Mbits/sec receiver
8462024-12-31T16:37:48.567Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8472024-12-31T16:37:48.567Z[ 15] 0.00-10.00 sec 220 MBytes 185 Mbits/sec receiver
8482024-12-31T16:37:48.567Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8492024-12-31T16:37:48.567Z[ 17] 0.00-10.00 sec 220 MBytes 185 Mbits/sec receiver
8502024-12-31T16:37:48.567Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8512024-12-31T16:37:48.567Z[ 19] 0.00-10.00 sec 220 MBytes 185 Mbits/sec receiver
8522024-12-31T16:37:48.567Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8532024-12-31T16:37:48.567Z[SUM] 0.00-10.00 sec 1.72 GBytes 1.48 Gbits/sec receiver
8542024-12-31T16:37:48.567ZRun 1/5...1478.312Mbps
8552024-12-31T16:37:55.595Z-----------------------------------------------------------
8562024-12-31T16:37:55.595ZServer listening on 5201
8572024-12-31T16:37:55.595Z-----------------------------------------------------------
8582024-12-31T16:37:55.595ZAccepted connection from 10.0.0.1, port 35705
8592024-12-31T16:37:55.595Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62862
8602024-12-31T16:37:55.595Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58172
8612024-12-31T16:37:55.595Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52227
8622024-12-31T16:37:55.595Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37072
8632024-12-31T16:37:55.595Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46381
8642024-12-31T16:37:55.595Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37475
8652024-12-31T16:37:55.595Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43627
8662024-12-31T16:37:55.595Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38757
8672024-12-31T16:37:55.595Z[ ID] Interval Transfer Bandwidth
8682024-12-31T16:37:55.595Z[ 5] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
8692024-12-31T16:37:55.595Z[ 7] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
8702024-12-31T16:37:55.595Z[ 9] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
8712024-12-31T16:37:55.595Z[ 11] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
8722024-12-31T16:37:55.595Z[ 13] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec
8732024-12-31T16:37:55.595Z[ 15] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec
8742024-12-31T16:37:55.595Z[ 17] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec
8752024-12-31T16:37:55.595Z[ 19] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec
8762024-12-31T16:37:55.595Z[SUM] 0.00-1.00 sec 156 MBytes 1.31 Gbits/sec
8772024-12-31T16:37:55.595Z- - - - - - - - - - - - - - - - - - - - - - - - -
8782024-12-31T16:37:55.596Z[ 5] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec
8792024-12-31T16:37:55.596Z[ 7] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec
8802024-12-31T16:37:55.596Z[ 9] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
8812024-12-31T16:37:55.596Z[ 11] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
8822024-12-31T16:37:55.596Z[ 13] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec
8832024-12-31T16:37:55.596Z[ 15] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
8842024-12-31T16:37:55.596Z[ 17] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec
8852024-12-31T16:37:55.596Z[ 19] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
8862024-12-31T16:37:55.596Z[SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec
8872024-12-31T16:37:55.596Z- - - - - - - - - - - - - - - - - - - - - - - - -
8882024-12-31T16:37:55.599Z[ 5] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
8892024-12-31T16:37:55.599Z[ 7] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
8902024-12-31T16:37:55.599Z[ 9] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
8912024-12-31T16:37:55.599Z[ 11] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
8922024-12-31T16:37:55.599Z[ 13] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
8932024-12-31T16:37:55.599Z[ 15] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
8942024-12-31T16:37:55.599Z[ 17] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
8952024-12-31T16:37:55.599Z[ 19] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
8962024-12-31T16:37:55.599Z[SUM] 2.00-3.00 sec 175 MBytes 1.46 Gbits/sec
8972024-12-31T16:37:55.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
8982024-12-31T16:37:55.599Z[ 5] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
8992024-12-31T16:37:55.599Z[ 7] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
9002024-12-31T16:37:55.599Z[ 9] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
9012024-12-31T16:37:55.599Z[ 11] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
9022024-12-31T16:37:55.599Z[ 13] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
9032024-12-31T16:37:55.599Z[ 15] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
9042024-12-31T16:37:55.599Z[ 17] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
9052024-12-31T16:37:55.599Z[ 19] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
9062024-12-31T16:37:55.599Z[SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec
9072024-12-31T16:37:55.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
9082024-12-31T16:37:55.599Z[ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
9092024-12-31T16:37:55.599Z[ 7] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
9102024-12-31T16:37:55.599Z[ 9] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec
9112024-12-31T16:37:55.599Z[ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
9122024-12-31T16:37:55.599Z[ 13] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec
9132024-12-31T16:37:55.599Z[ 15] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec
9142024-12-31T16:37:55.599Z[ 17] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec
9152024-12-31T16:37:55.599Z[ 19] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec
9162024-12-31T16:37:55.599Z[SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec
9172024-12-31T16:37:55.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
9182024-12-31T16:37:55.599Z[ 5] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
9192024-12-31T16:37:55.599Z[ 7] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec
9202024-12-31T16:37:55.599Z[ 9] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec
9212024-12-31T16:37:55.599Z[ 11] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
9222024-12-31T16:37:55.600Z[ 13] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
9232024-12-31T16:37:55.600Z[ 15] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec
9242024-12-31T16:37:55.600Z[ 17] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec
9252024-12-31T16:37:55.600Z[ 19] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec
9262024-12-31T16:37:55.600Z[SUM] 5.00-6.00 sec 175 MBytes 1.47 Gbits/sec
9272024-12-31T16:37:55.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
9282024-12-31T16:37:55.600Z[ 5] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec
9292024-12-31T16:37:55.600Z[ 7] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9302024-12-31T16:37:55.600Z[ 9] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9312024-12-31T16:37:58.815Z[ 11] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec
9322024-12-31T16:37:58.815Z[ 13] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
9332024-12-31T16:37:58.815Z[ 15] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9342024-12-31T16:37:58.815Z[ 17] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9352024-12-31T16:37:58.815Z[ 19] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9362024-12-31T16:37:58.815Z[SUM] 6.00-7.00 sec 176 MBytes 1.47 Gbits/sec
9372024-12-31T16:37:58.815Z- - - - - - - - - - - - - - - - - - - - - - - - -
9382024-12-31T16:37:58.815Z[ 5] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
9392024-12-31T16:37:58.815Z[ 7] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec
9402024-12-31T16:37:58.815Z[ 9] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9412024-12-31T16:37:58.815Z[ 11] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
9422024-12-31T16:37:58.815Z[ 13] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9432024-12-31T16:37:58.815Z[ 15] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9442024-12-31T16:37:58.815Z[ 17] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9452024-12-31T16:37:58.815Z[ 19] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9462024-12-31T16:37:58.815Z[SUM] 7.00-8.00 sec 176 MBytes 1.47 Gbits/sec
9472024-12-31T16:37:58.815Z- - - - - - - - - - - - - - - - - - - - - - - - -
9482024-12-31T16:37:58.815Z[ 5] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
9492024-12-31T16:37:58.815Z[ 7] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
9502024-12-31T16:37:58.815Z[ 9] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
9512024-12-31T16:37:58.815Z[ 11] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
9522024-12-31T16:37:58.815Z[ 13] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
9532024-12-31T16:37:58.815Z[ 15] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
9542024-12-31T16:37:58.815Z[ 17] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
9552024-12-31T16:37:58.815Z[ 19] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
9562024-12-31T16:37:58.815Z[SUM] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec
9572024-12-31T16:37:58.815Z- - - - - - - - - - - - - - - - - - - - - - - - -
9582024-12-31T16:37:58.815Z[ 5] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec
9592024-12-31T16:37:58.815Z[ 7] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9602024-12-31T16:37:58.815Z[ 9] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9612024-12-31T16:37:58.815Z[ 11] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9622024-12-31T16:37:58.815Z[ 13] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec
9632024-12-31T16:37:58.815Z[ 15] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9642024-12-31T16:37:58.816Z[ 17] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9652024-12-31T16:37:58.816Z[ 19] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9662024-12-31T16:37:58.816Z[SUM] 9.00-10.00 sec 176 MBytes 1.48 Gbits/sec
9672024-12-31T16:37:58.816Z- - - - - - - - - - - - - - - - - - - - - - - - -
9682024-12-31T16:37:58.816Z[ 5] 10.00-10.00 sec 19.8 KBytes 67.7 Mbits/sec
9692024-12-31T16:37:58.816Z[ 7] 10.00-10.00 sec 124 KBytes 426 Mbits/sec
9702024-12-31T16:37:58.816Z[ 9] 10.00-10.00 sec 124 KBytes 426 Mbits/sec
9712024-12-31T16:37:58.816Z[ 11] 10.00-10.00 sec 2.83 KBytes 9.68 Mbits/sec
9722024-12-31T16:37:58.816Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
9732024-12-31T16:37:58.816Z[ 15] 10.00-10.00 sec 102 KBytes 348 Mbits/sec
9742024-12-31T16:37:58.816Z[ 17] 10.00-10.00 sec 124 KBytes 426 Mbits/sec
9752024-12-31T16:37:58.816Z[ 19] 10.00-10.00 sec 124 KBytes 426 Mbits/sec
9762024-12-31T16:37:58.816Z[SUM] 10.00-10.00 sec 622 KBytes 2.13 Gbits/sec
9772024-12-31T16:37:58.816Z- - - - - - - - - - - - - - - - - - - - - - - - -
9782024-12-31T16:37:58.816Z[ ID] Interval Transfer Bandwidth
9792024-12-31T16:37:58.816Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9802024-12-31T16:37:58.816Z[ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
9812024-12-31T16:37:58.816Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9822024-12-31T16:37:58.816Z[ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
9832024-12-31T16:37:58.816Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9842024-12-31T16:37:58.816Z[ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
9852024-12-31T16:37:58.816Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9862024-12-31T16:37:58.816Z[ 11] 0.00-10.00 sec 216 MBytes 182 Mbits/sec receiver
9872024-12-31T16:37:58.816Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9882024-12-31T16:37:58.816Z[ 13] 0.00-10.00 sec 216 MBytes 182 Mbits/sec receiver
9892024-12-31T16:37:58.816Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9902024-12-31T16:37:58.816Z[ 15] 0.00-10.00 sec 216 MBytes 182 Mbits/sec receiver
9912024-12-31T16:37:58.816Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9922024-12-31T16:37:58.816Z[ 17] 0.00-10.00 sec 216 MBytes 182 Mbits/sec receiver
9932024-12-31T16:37:58.816Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9942024-12-31T16:37:58.816Z[ 19] 0.00-10.00 sec 216 MBytes 182 Mbits/sec receiver
9952024-12-31T16:37:58.816Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9962024-12-31T16:37:58.816Z[SUM] 0.00-10.00 sec 1.69 GBytes 1.45 Gbits/sec receiver
9972024-12-31T16:37:58.819ZRun 2/5...1453.143Mbps
9982024-12-31T16:38:05.847Z-----------------------------------------------------------
9992024-12-31T16:38:05.847ZServer listening on 5201
10002024-12-31T16:38:05.847Z-----------------------------------------------------------
10012024-12-31T16:38:05.847ZAccepted connection from 10.0.0.1, port 49112
10022024-12-31T16:38:05.847Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37546
10032024-12-31T16:38:05.847Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37965
10042024-12-31T16:38:05.847Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62287
10052024-12-31T16:38:05.847Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39532
10062024-12-31T16:38:05.847Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49869
10072024-12-31T16:38:05.847Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54033
10082024-12-31T16:38:05.847Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33002
10092024-12-31T16:38:05.847Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45584
10102024-12-31T16:38:05.847Z[ ID] Interval Transfer Bandwidth
10112024-12-31T16:38:05.847Z[ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
10122024-12-31T16:38:05.847Z[ 7] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
10132024-12-31T16:38:05.847Z[ 9] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10142024-12-31T16:38:05.847Z[ 11] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10152024-12-31T16:38:05.847Z[ 13] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10162024-12-31T16:38:05.847Z[ 15] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10172024-12-31T16:38:05.847Z[ 17] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10182024-12-31T16:38:05.847Z[ 19] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10192024-12-31T16:38:05.847Z[SUM] 0.00-1.00 sec 158 MBytes 1.32 Gbits/sec
10202024-12-31T16:38:05.847Z- - - - - - - - - - - - - - - - - - - - - - - - -
10212024-12-31T16:38:05.847Z[ 5] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
10222024-12-31T16:38:05.847Z[ 7] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
10232024-12-31T16:38:05.847Z[ 9] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
10242024-12-31T16:38:05.847Z[ 11] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
10252024-12-31T16:38:05.847Z[ 13] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
10262024-12-31T16:38:05.847Z[ 15] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
10272024-12-31T16:38:05.847Z[ 17] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
10282024-12-31T16:38:05.847Z[ 19] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
10292024-12-31T16:38:05.847Z[SUM] 1.00-2.00 sec 177 MBytes 1.48 Gbits/sec
10302024-12-31T16:38:05.847Z- - - - - - - - - - - - - - - - - - - - - - - - -
10312024-12-31T16:38:05.847Z[ 5] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
10322024-12-31T16:38:05.847Z[ 7] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
10332024-12-31T16:38:05.847Z[ 9] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec
10342024-12-31T16:38:05.848Z[ 11] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec
10352024-12-31T16:38:05.848Z[ 13] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
10362024-12-31T16:38:05.848Z[ 15] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
10372024-12-31T16:38:05.848Z[ 17] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
10382024-12-31T16:38:05.848Z[ 19] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
10392024-12-31T16:38:05.848Z[SUM] 2.00-3.00 sec 176 MBytes 1.48 Gbits/sec
10402024-12-31T16:38:05.848Z- - - - - - - - - - - - - - - - - - - - - - - - -
10412024-12-31T16:38:05.848Z[ 5] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
10422024-12-31T16:38:05.848Z[ 7] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec
10432024-12-31T16:38:05.848Z[ 9] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
10442024-12-31T16:38:05.848Z[ 11] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec
10452024-12-31T16:38:05.848Z[ 13] 3.00-4.00 sec 22.1 MBytes 185 Mbits/sec
10462024-12-31T16:38:05.848Z[ 15] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec
10472024-12-31T16:38:05.848Z[ 17] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec
10482024-12-31T16:38:05.848Z[ 19] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec
10492024-12-31T16:38:05.848Z[SUM] 3.00-4.00 sec 177 MBytes 1.48 Gbits/sec
10502024-12-31T16:38:05.848Z- - - - - - - - - - - - - - - - - - - - - - - - -
10512024-12-31T16:38:05.848Z[ 5] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec
10522024-12-31T16:38:05.848Z[ 7] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
10532024-12-31T16:38:05.848Z[ 9] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
10542024-12-31T16:38:05.848Z[ 11] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
10552024-12-31T16:38:05.848Z[ 13] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
10562024-12-31T16:38:05.848Z[ 15] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
10572024-12-31T16:38:05.848Z[ 17] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
10582024-12-31T16:38:05.848Z[ 19] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
10592024-12-31T16:38:05.848Z[SUM] 4.00-5.00 sec 176 MBytes 1.48 Gbits/sec
10602024-12-31T16:38:05.848Z- - - - - - - - - - - - - - - - - - - - - - - - -
10612024-12-31T16:38:05.848Z[ 5] 5.00-6.00 sec 22.3 MBytes 187 Mbits/sec
10622024-12-31T16:38:05.848Z[ 7] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10632024-12-31T16:38:05.848Z[ 9] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec
10642024-12-31T16:38:05.848Z[ 11] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec
10652024-12-31T16:38:05.848Z[ 13] 5.00-6.00 sec 22.3 MBytes 187 Mbits/sec
10662024-12-31T16:38:05.848Z[ 15] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10672024-12-31T16:38:05.848Z[ 17] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10682024-12-31T16:38:05.848Z[ 19] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10692024-12-31T16:38:05.848Z[SUM] 5.00-6.00 sec 178 MBytes 1.50 Gbits/sec
10702024-12-31T16:38:05.848Z- - - - - - - - - - - - - - - - - - - - - - - - -
10712024-12-31T16:38:05.851Z[ 5] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
10722024-12-31T16:38:05.851Z[ 7] 6.00-7.00 sec 22.2 MBytes 186 Mbits/sec
10732024-12-31T16:38:05.851Z[ 9] 6.00-7.00 sec 22.2 MBytes 186 Mbits/sec
10742024-12-31T16:38:09.066Z[ 11] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec
10752024-12-31T16:38:09.066Z[ 13] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec
10762024-12-31T16:38:09.066Z[ 15] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
10772024-12-31T16:38:09.066Z[ 17] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
10782024-12-31T16:38:09.066Z[ 19] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
10792024-12-31T16:38:09.066Z[SUM] 6.00-7.00 sec 178 MBytes 1.49 Gbits/sec
10802024-12-31T16:38:09.066Z- - - - - - - - - - - - - - - - - - - - - - - - -
10812024-12-31T16:38:09.066Z[ 5] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
10822024-12-31T16:38:09.066Z[ 7] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
10832024-12-31T16:38:09.066Z[ 9] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
10842024-12-31T16:38:09.066Z[ 11] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
10852024-12-31T16:38:09.067Z[ 13] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
10862024-12-31T16:38:09.067Z[ 15] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
10872024-12-31T16:38:09.067Z[ 17] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
10882024-12-31T16:38:09.067Z[ 19] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
10892024-12-31T16:38:09.067Z[SUM] 7.00-8.00 sec 177 MBytes 1.48 Gbits/sec
10902024-12-31T16:38:09.067Z- - - - - - - - - - - - - - - - - - - - - - - - -
10912024-12-31T16:38:09.067Z[ 5] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
10922024-12-31T16:38:09.067Z[ 7] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
10932024-12-31T16:38:09.067Z[ 9] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
10942024-12-31T16:38:09.067Z[ 11] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
10952024-12-31T16:38:09.067Z[ 13] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
10962024-12-31T16:38:09.067Z[ 15] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
10972024-12-31T16:38:09.067Z[ 17] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
10982024-12-31T16:38:09.067Z[ 19] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
10992024-12-31T16:38:09.067Z[SUM] 8.00-9.00 sec 176 MBytes 1.48 Gbits/sec
11002024-12-31T16:38:09.067Z- - - - - - - - - - - - - - - - - - - - - - - - -
11012024-12-31T16:38:09.067Z[ 5] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec
11022024-12-31T16:38:09.067Z[ 7] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
11032024-12-31T16:38:09.067Z[ 9] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec
11042024-12-31T16:38:09.067Z[ 11] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec
11052024-12-31T16:38:09.067Z[ 13] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec
11062024-12-31T16:38:09.067Z[ 15] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
11072024-12-31T16:38:09.067Z[ 17] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
11082024-12-31T16:38:09.067Z[ 19] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
11092024-12-31T16:38:09.067Z[SUM] 9.00-10.00 sec 176 MBytes 1.48 Gbits/sec
11102024-12-31T16:38:09.067Z- - - - - - - - - - - - - - - - - - - - - - - - -
11112024-12-31T16:38:09.067Z[ 5] 10.00-10.00 sec 50.9 KBytes 171 Mbits/sec
11122024-12-31T16:38:09.067Z[ 7] 10.00-10.00 sec 106 KBytes 356 Mbits/sec
11132024-12-31T16:38:09.067Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11142024-12-31T16:38:09.067Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11152024-12-31T16:38:09.067Z[ 13] 10.00-10.00 sec 8.48 KBytes 28.5 Mbits/sec
11162024-12-31T16:38:09.067Z[ 15] 10.00-10.00 sec 116 KBytes 389 Mbits/sec
11172024-12-31T16:38:09.067Z[ 17] 10.00-10.00 sec 124 KBytes 418 Mbits/sec
11182024-12-31T16:38:09.067Z[ 19] 10.00-10.00 sec 124 KBytes 418 Mbits/sec
11192024-12-31T16:38:09.067Z[SUM] 10.00-10.00 sec 530 KBytes 1.78 Gbits/sec
11202024-12-31T16:38:09.067Z- - - - - - - - - - - - - - - - - - - - - - - - -
11212024-12-31T16:38:09.067Z[ ID] Interval Transfer Bandwidth
11222024-12-31T16:38:09.067Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11232024-12-31T16:38:09.067Z[ 5] 0.00-10.00 sec 219 MBytes 183 Mbits/sec receiver
11242024-12-31T16:38:09.068Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11252024-12-31T16:38:09.068Z[ 7] 0.00-10.00 sec 219 MBytes 183 Mbits/sec receiver
11262024-12-31T16:38:09.068Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11272024-12-31T16:38:09.068Z[ 9] 0.00-10.00 sec 219 MBytes 183 Mbits/sec receiver
11282024-12-31T16:38:09.068Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11292024-12-31T16:38:09.068Z[ 11] 0.00-10.00 sec 219 MBytes 183 Mbits/sec receiver
11302024-12-31T16:38:09.068Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11312024-12-31T16:38:09.068Z[ 13] 0.00-10.00 sec 219 MBytes 183 Mbits/sec receiver
11322024-12-31T16:38:09.068Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11332024-12-31T16:38:09.068Z[ 15] 0.00-10.00 sec 219 MBytes 183 Mbits/sec receiver
11342024-12-31T16:38:09.068Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11352024-12-31T16:38:09.068Z[ 17] 0.00-10.00 sec 219 MBytes 183 Mbits/sec receiver
11362024-12-31T16:38:09.068Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11372024-12-31T16:38:09.068Z[ 19] 0.00-10.00 sec 219 MBytes 183 Mbits/sec receiver
11382024-12-31T16:38:09.068Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11392024-12-31T16:38:09.068Z[SUM] 0.00-10.00 sec 1.71 GBytes 1.47 Gbits/sec receiver
11402024-12-31T16:38:09.071ZRun 3/5...1467.627Mbps
11412024-12-31T16:38:16.098Z-----------------------------------------------------------
11422024-12-31T16:38:16.098ZServer listening on 5201
11432024-12-31T16:38:16.098Z-----------------------------------------------------------
11442024-12-31T16:38:16.098ZAccepted connection from 10.0.0.1, port 55915
11452024-12-31T16:38:16.098Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46996
11462024-12-31T16:38:16.098Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57748
11472024-12-31T16:38:16.098Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65211
11482024-12-31T16:38:16.098Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34456
11492024-12-31T16:38:16.098Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46134
11502024-12-31T16:38:16.098Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38708
11512024-12-31T16:38:16.098Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42288
11522024-12-31T16:38:16.098Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40355
11532024-12-31T16:38:16.098Z[ ID] Interval Transfer Bandwidth
11542024-12-31T16:38:16.098Z[ 5] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
11552024-12-31T16:38:16.098Z[ 7] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
11562024-12-31T16:38:16.099Z[ 9] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
11572024-12-31T16:38:16.099Z[ 11] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
11582024-12-31T16:38:16.099Z[ 13] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
11592024-12-31T16:38:16.099Z[ 15] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
11602024-12-31T16:38:16.099Z[ 17] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
11612024-12-31T16:38:16.099Z[ 19] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
11622024-12-31T16:38:16.099Z[SUM] 0.00-1.00 sec 157 MBytes 1.32 Gbits/sec
11632024-12-31T16:38:16.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
11642024-12-31T16:38:16.099Z[ 5] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
11652024-12-31T16:38:16.099Z[ 7] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec
11662024-12-31T16:38:16.099Z[ 9] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
11672024-12-31T16:38:16.099Z[ 11] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
11682024-12-31T16:38:16.099Z[ 13] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
11692024-12-31T16:38:16.099Z[ 15] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec
11702024-12-31T16:38:16.099Z[ 17] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
11712024-12-31T16:38:16.099Z[ 19] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
11722024-12-31T16:38:16.099Z[SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec
11732024-12-31T16:38:16.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
11742024-12-31T16:38:16.099Z[ 5] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
11752024-12-31T16:38:16.099Z[ 7] 2.00-3.00 sec 22.0 MBytes 184 Mbits/sec
11762024-12-31T16:38:16.099Z[ 9] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
11772024-12-31T16:38:16.099Z[ 11] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
11782024-12-31T16:38:16.099Z[ 13] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
11792024-12-31T16:38:16.099Z[ 15] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec
11802024-12-31T16:38:16.099Z[ 17] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
11812024-12-31T16:38:16.099Z[ 19] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
11822024-12-31T16:38:16.099Z[SUM] 2.00-3.00 sec 176 MBytes 1.48 Gbits/sec
11832024-12-31T16:38:16.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
11842024-12-31T16:38:16.099Z[ 5] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
11852024-12-31T16:38:16.099Z[ 7] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
11862024-12-31T16:38:16.099Z[ 9] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
11872024-12-31T16:38:16.099Z[ 11] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
11882024-12-31T16:38:16.099Z[ 13] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
11892024-12-31T16:38:16.099Z[ 15] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
11902024-12-31T16:38:16.099Z[ 17] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
11912024-12-31T16:38:16.099Z[ 19] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
11922024-12-31T16:38:16.099Z[SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec
11932024-12-31T16:38:16.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
11942024-12-31T16:38:16.099Z[ 5] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
11952024-12-31T16:38:16.100Z[ 7] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
11962024-12-31T16:38:16.100Z[ 9] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
11972024-12-31T16:38:16.100Z[ 11] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
11982024-12-31T16:38:16.100Z[ 13] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
11992024-12-31T16:38:16.100Z[ 15] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
12002024-12-31T16:38:16.100Z[ 17] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec
12012024-12-31T16:38:16.100Z[ 19] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
12022024-12-31T16:38:16.100Z[SUM] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec
12032024-12-31T16:38:16.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
12042024-12-31T16:38:16.100Z[ 5] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec
12052024-12-31T16:38:16.100Z[ 7] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
12062024-12-31T16:38:16.100Z[ 9] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec
12072024-12-31T16:38:16.100Z[ 11] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec
12082024-12-31T16:38:16.100Z[ 13] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
12092024-12-31T16:38:16.100Z[ 15] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec
12102024-12-31T16:38:16.100Z[ 17] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec
12112024-12-31T16:38:16.100Z[ 19] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec
12122024-12-31T16:38:16.100Z[SUM] 5.00-6.00 sec 176 MBytes 1.47 Gbits/sec
12132024-12-31T16:38:16.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
12142024-12-31T16:38:16.100Z[ 5] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12152024-12-31T16:38:16.100Z[ 7] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12162024-12-31T16:38:16.100Z[ 9] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12172024-12-31T16:38:19.318Z[ 11] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
12182024-12-31T16:38:19.318Z[ 13] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
12192024-12-31T16:38:19.318Z[ 15] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12202024-12-31T16:38:19.318Z[ 17] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12212024-12-31T16:38:19.318Z[ 19] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12222024-12-31T16:38:19.318Z[SUM] 6.00-7.00 sec 179 MBytes 1.50 Gbits/sec
12232024-12-31T16:38:19.318Z- - - - - - - - - - - - - - - - - - - - - - - - -
12242024-12-31T16:38:19.318Z[ 5] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
12252024-12-31T16:38:19.318Z[ 7] 7.00-8.00 sec 22.1 MBytes 185 Mbits/sec
12262024-12-31T16:38:19.318Z[ 9] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
12272024-12-31T16:38:19.318Z[ 11] 7.00-8.00 sec 22.1 MBytes 185 Mbits/sec
12282024-12-31T16:38:19.318Z[ 13] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
12292024-12-31T16:38:19.318Z[ 15] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
12302024-12-31T16:38:19.318Z[ 17] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
12312024-12-31T16:38:19.318Z[ 19] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
12322024-12-31T16:38:19.318Z[SUM] 7.00-8.00 sec 176 MBytes 1.48 Gbits/sec
12332024-12-31T16:38:19.318Z- - - - - - - - - - - - - - - - - - - - - - - - -
12342024-12-31T16:38:19.318Z[ 5] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
12352024-12-31T16:38:19.318Z[ 7] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec
12362024-12-31T16:38:19.318Z[ 9] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
12372024-12-31T16:38:19.318Z[ 11] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
12382024-12-31T16:38:19.318Z[ 13] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec
12392024-12-31T16:38:19.318Z[ 15] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
12402024-12-31T16:38:19.318Z[ 17] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
12412024-12-31T16:38:19.318Z[ 19] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
12422024-12-31T16:38:19.318Z[SUM] 8.00-9.00 sec 177 MBytes 1.48 Gbits/sec
12432024-12-31T16:38:19.318Z- - - - - - - - - - - - - - - - - - - - - - - - -
12442024-12-31T16:38:19.318Z[ 5] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
12452024-12-31T16:38:19.319Z[ 7] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
12462024-12-31T16:38:19.319Z[ 9] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
12472024-12-31T16:38:19.319Z[ 11] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
12482024-12-31T16:38:19.319Z[ 13] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
12492024-12-31T16:38:19.319Z[ 15] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
12502024-12-31T16:38:19.319Z[ 17] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
12512024-12-31T16:38:19.319Z[ 19] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
12522024-12-31T16:38:19.319Z[SUM] 9.00-10.00 sec 175 MBytes 1.47 Gbits/sec
12532024-12-31T16:38:19.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
12542024-12-31T16:38:19.319Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12552024-12-31T16:38:19.319Z[ 7] 10.00-10.00 sec 124 KBytes 439 Mbits/sec
12562024-12-31T16:38:19.319Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12572024-12-31T16:38:19.319Z[ 11] 10.00-10.00 sec 94.7 KBytes 335 Mbits/sec
12582024-12-31T16:38:19.319Z[ 13] 10.00-10.00 sec 124 KBytes 440 Mbits/sec
12592024-12-31T16:38:19.319Z[ 15] 10.00-10.00 sec 124 KBytes 439 Mbits/sec
12602024-12-31T16:38:19.319Z[ 17] 10.00-10.00 sec 5.66 KBytes 20.0 Mbits/sec
12612024-12-31T16:38:19.319Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12622024-12-31T16:38:19.319Z[SUM] 10.00-10.00 sec 474 KBytes 1.67 Gbits/sec
12632024-12-31T16:38:19.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
12642024-12-31T16:38:19.319Z[ ID] Interval Transfer Bandwidth
12652024-12-31T16:38:19.319Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12662024-12-31T16:38:19.319Z[ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
12672024-12-31T16:38:19.319Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12682024-12-31T16:38:19.319Z[ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
12692024-12-31T16:38:19.319Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12702024-12-31T16:38:19.319Z[ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
12712024-12-31T16:38:19.319Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12722024-12-31T16:38:19.319Z[ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
12732024-12-31T16:38:19.319Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12742024-12-31T16:38:19.319Z[ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
12752024-12-31T16:38:19.319Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12762024-12-31T16:38:19.319Z[ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
12772024-12-31T16:38:19.319Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12782024-12-31T16:38:19.319Z[ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
12792024-12-31T16:38:19.319Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12802024-12-31T16:38:19.319Z[ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
12812024-12-31T16:38:19.319Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12822024-12-31T16:38:19.319Z[SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver
12832024-12-31T16:38:19.322ZRun 4/5...1457.609Mbps
12842024-12-31T16:38:26.352Z-----------------------------------------------------------
12852024-12-31T16:38:26.352ZServer listening on 5201
12862024-12-31T16:38:26.352Z-----------------------------------------------------------
12872024-12-31T16:38:26.352ZAccepted connection from 10.0.0.1, port 55721
12882024-12-31T16:38:26.352Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57580
12892024-12-31T16:38:26.352Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40109
12902024-12-31T16:38:26.352Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43653
12912024-12-31T16:38:26.352Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49207
12922024-12-31T16:38:26.352Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46888
12932024-12-31T16:38:26.352Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46700
12942024-12-31T16:38:26.352Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42255
12952024-12-31T16:38:26.352Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64154
12962024-12-31T16:38:26.352Z[ ID] Interval Transfer Bandwidth
12972024-12-31T16:38:26.352Z[ 5] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec
12982024-12-31T16:38:26.352Z[ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
12992024-12-31T16:38:26.352Z[ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
13002024-12-31T16:38:26.353Z[ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
13012024-12-31T16:38:26.353Z[ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
13022024-12-31T16:38:26.353Z[ 15] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
13032024-12-31T16:38:26.353Z[ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
13042024-12-31T16:38:26.353Z[ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
13052024-12-31T16:38:26.353Z[SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec
13062024-12-31T16:38:26.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
13072024-12-31T16:38:26.353Z[ 5] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec
13082024-12-31T16:38:26.353Z[ 7] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
13092024-12-31T16:38:26.353Z[ 9] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec
13102024-12-31T16:38:26.353Z[ 11] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec
13112024-12-31T16:38:26.353Z[ 13] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec
13122024-12-31T16:38:26.353Z[ 15] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
13132024-12-31T16:38:26.353Z[ 17] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
13142024-12-31T16:38:26.353Z[ 19] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
13152024-12-31T16:38:26.353Z[SUM] 1.00-2.00 sec 176 MBytes 1.47 Gbits/sec
13162024-12-31T16:38:26.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
13172024-12-31T16:38:26.353Z[ 5] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
13182024-12-31T16:38:26.353Z[ 7] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
13192024-12-31T16:38:26.353Z[ 9] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
13202024-12-31T16:38:26.353Z[ 11] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
13212024-12-31T16:38:26.353Z[ 13] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
13222024-12-31T16:38:26.353Z[ 15] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
13232024-12-31T16:38:26.353Z[ 17] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
13242024-12-31T16:38:26.353Z[ 19] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
13252024-12-31T16:38:26.353Z[SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
13262024-12-31T16:38:26.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
13272024-12-31T16:38:26.353Z[ 5] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13282024-12-31T16:38:26.353Z[ 7] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13292024-12-31T16:38:26.353Z[ 9] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13302024-12-31T16:38:26.353Z[ 11] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13312024-12-31T16:38:26.353Z[ 13] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
13322024-12-31T16:38:26.358Z[ 15] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13332024-12-31T16:38:26.358Z[ 17] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13342024-12-31T16:38:26.358Z[ 19] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13352024-12-31T16:38:26.358Z[SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec
13362024-12-31T16:38:26.358Z- - - - - - - - - - - - - - - - - - - - - - - - -
13372024-12-31T16:38:26.358Z[ 5] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec
13382024-12-31T16:38:26.358Z[ 7] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec
13392024-12-31T16:38:26.358Z[ 9] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec
13402024-12-31T16:38:26.358Z[ 11] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec
13412024-12-31T16:38:26.358Z[ 13] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
13422024-12-31T16:38:26.358Z[ 15] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec
13432024-12-31T16:38:26.358Z[ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
13442024-12-31T16:38:26.358Z[ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
13452024-12-31T16:38:26.358Z[SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec
13462024-12-31T16:38:26.358Z- - - - - - - - - - - - - - - - - - - - - - - - -
13472024-12-31T16:38:26.358Z[ 5] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
13482024-12-31T16:38:26.358Z[ 7] 5.00-6.00 sec 22.1 MBytes 186 Mbits/sec
13492024-12-31T16:38:26.358Z[ 9] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
13502024-12-31T16:38:26.358Z[ 11] 5.00-6.00 sec 22.2 MBytes 186 Mbits/sec
13512024-12-31T16:38:26.358Z[ 13] 5.00-6.00 sec 22.1 MBytes 186 Mbits/sec
13522024-12-31T16:38:26.359Z[ 15] 5.00-6.00 sec 22.1 MBytes 186 Mbits/sec
13532024-12-31T16:38:26.359Z[ 17] 5.00-6.00 sec 22.2 MBytes 186 Mbits/sec
13542024-12-31T16:38:26.359Z[ 19] 5.00-6.00 sec 22.2 MBytes 186 Mbits/sec
13552024-12-31T16:38:26.359Z[SUM] 5.00-6.00 sec 177 MBytes 1.49 Gbits/sec
13562024-12-31T16:38:26.359Z- - - - - - - - - - - - - - - - - - - - - - - - -
13572024-12-31T16:38:26.359Z[ 5] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
13582024-12-31T16:38:26.359Z[ 7] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
13592024-12-31T16:38:26.359Z[ 9] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
13602024-12-31T16:38:29.570Z[ 11] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
13612024-12-31T16:38:29.570Z[ 13] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
13622024-12-31T16:38:29.570Z[ 15] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
13632024-12-31T16:38:29.570Z[ 17] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
13642024-12-31T16:38:29.570Z[ 19] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
13652024-12-31T16:38:29.570Z[SUM] 6.00-7.00 sec 179 MBytes 1.50 Gbits/sec
13662024-12-31T16:38:29.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
13672024-12-31T16:38:29.570Z[ 5] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec
13682024-12-31T16:38:29.570Z[ 7] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
13692024-12-31T16:38:29.570Z[ 9] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec
13702024-12-31T16:38:29.570Z[ 11] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec
13712024-12-31T16:38:29.570Z[ 13] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec
13722024-12-31T16:38:29.570Z[ 15] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
13732024-12-31T16:38:29.570Z[ 17] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
13742024-12-31T16:38:29.570Z[ 19] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec
13752024-12-31T16:38:29.570Z[SUM] 7.00-8.00 sec 175 MBytes 1.47 Gbits/sec
13762024-12-31T16:38:29.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
13772024-12-31T16:38:29.570Z[ 5] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
13782024-12-31T16:38:29.570Z[ 7] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec
13792024-12-31T16:38:29.570Z[ 9] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
13802024-12-31T16:38:29.570Z[ 11] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
13812024-12-31T16:38:29.570Z[ 13] 8.00-9.00 sec 22.0 MBytes 184 Mbits/sec
13822024-12-31T16:38:29.570Z[ 15] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec
13832024-12-31T16:38:29.570Z[ 17] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec
13842024-12-31T16:38:29.570Z[ 19] 8.00-9.00 sec 22.0 MBytes 184 Mbits/sec
13852024-12-31T16:38:29.570Z[SUM] 8.00-9.00 sec 176 MBytes 1.47 Gbits/sec
13862024-12-31T16:38:29.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
13872024-12-31T16:38:29.570Z[ 5] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
13882024-12-31T16:38:29.570Z[ 7] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
13892024-12-31T16:38:29.570Z[ 9] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
13902024-12-31T16:38:29.570Z[ 11] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec
13912024-12-31T16:38:29.571Z[ 13] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
13922024-12-31T16:38:29.571Z[ 15] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
13932024-12-31T16:38:29.571Z[ 17] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
13942024-12-31T16:38:29.571Z[ 19] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
13952024-12-31T16:38:29.571Z[SUM] 9.00-10.00 sec 175 MBytes 1.47 Gbits/sec
13962024-12-31T16:38:29.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
13972024-12-31T16:38:29.571Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
13982024-12-31T16:38:29.571Z[ 7] 10.00-10.00 sec 36.8 KBytes 136 Mbits/sec
13992024-12-31T16:38:29.571Z[ 9] 10.00-10.00 sec 39.6 KBytes 146 Mbits/sec
14002024-12-31T16:38:29.571Z[ 11] 10.00-10.00 sec 124 KBytes 459 Mbits/sec
14012024-12-31T16:38:29.571Z[ 13] 10.00-10.00 sec 124 KBytes 459 Mbits/sec
14022024-12-31T16:38:29.571Z[ 15] 10.00-10.00 sec 124 KBytes 459 Mbits/sec
14032024-12-31T16:38:29.571Z[ 17] 10.00-10.00 sec 5.66 KBytes 20.9 Mbits/sec
14042024-12-31T16:38:29.571Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14052024-12-31T16:38:29.571Z[SUM] 10.00-10.00 sec 455 KBytes 1.68 Gbits/sec
14062024-12-31T16:38:29.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
14072024-12-31T16:38:29.571Z[ ID] Interval Transfer Bandwidth
14082024-12-31T16:38:29.571Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14092024-12-31T16:38:29.571Z[ 5] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
14102024-12-31T16:38:29.571Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14112024-12-31T16:38:29.571Z[ 7] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
14122024-12-31T16:38:29.571Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14132024-12-31T16:38:29.571Z[ 9] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
14142024-12-31T16:38:29.571Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14152024-12-31T16:38:29.571Z[ 11] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
14162024-12-31T16:38:29.571Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14172024-12-31T16:38:29.571Z[ 13] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
14182024-12-31T16:38:29.571Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14192024-12-31T16:38:29.571Z[ 15] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
14202024-12-31T16:38:29.571Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14212024-12-31T16:38:29.571Z[ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
14222024-12-31T16:38:29.571Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14232024-12-31T16:38:29.571Z[ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
14242024-12-31T16:38:29.571Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14252024-12-31T16:38:29.571Z[SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver
14262024-12-31T16:38:29.574ZRun 5/5...1459.854Mbps
14272024-12-31T16:38:29.574Z###---------------------###
14282024-12-31T16:38:29.574Z::: iPerf done... :::
14292024-12-31T16:38:29.574Z:::Awaiting out files...:::
14302024-12-31T16:38:29.574Z###---------------------###
14312024-12-31T16:38:29.574Z###-----###
14322024-12-31T16:38:29.574Z:::done!:::
14332024-12-31T16:38:29.574Z###-----###
14342024-12-31T16:38:29.575Z###-------------------###
14352024-12-31T16:38:29.575Z:::Running experiment :::
14362024-12-31T16:38:29.575Z:::iperf-tcp/local/s2c:::
14372024-12-31T16:38:29.575Z###-------------------###
14382024-12-31T16:38:36.605Z-----------------------------------------------------------
14392024-12-31T16:38:36.605ZServer listening on 5201
14402024-12-31T16:38:36.605Z-----------------------------------------------------------
14412024-12-31T16:38:36.605ZAccepted connection from 10.0.0.1, port 36847
14422024-12-31T16:38:36.605Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46071
14432024-12-31T16:38:36.605Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49260
14442024-12-31T16:38:36.605Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50653
14452024-12-31T16:38:36.605Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61082
14462024-12-31T16:38:36.605Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59416
14472024-12-31T16:38:36.605Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48496
14482024-12-31T16:38:36.605Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53811
14492024-12-31T16:38:36.605Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39444
14502024-12-31T16:38:36.605Z[ ID] Interval Transfer Bandwidth
14512024-12-31T16:38:36.605Z[ 5] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec
14522024-12-31T16:38:36.605Z[ 7] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
14532024-12-31T16:38:36.605Z[ 9] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
14542024-12-31T16:38:36.605Z[ 11] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
14552024-12-31T16:38:36.605Z[ 13] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
14562024-12-31T16:38:36.605Z[ 15] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
14572024-12-31T16:38:36.605Z[ 17] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
14582024-12-31T16:38:36.605Z[ 19] 0.00-1.00 sec 19.1 MBytes 161 Mbits/sec
14592024-12-31T16:38:36.605Z[SUM] 0.00-1.00 sec 154 MBytes 1.29 Gbits/sec
14602024-12-31T16:38:36.605Z- - - - - - - - - - - - - - - - - - - - - - - - -
14612024-12-31T16:38:36.605Z[ 5] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14622024-12-31T16:38:36.605Z[ 7] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14632024-12-31T16:38:36.605Z[ 9] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14642024-12-31T16:38:36.605Z[ 11] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14652024-12-31T16:38:36.606Z[ 13] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14662024-12-31T16:38:36.606Z[ 15] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14672024-12-31T16:38:36.606Z[ 17] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec
14682024-12-31T16:38:36.606Z[ 19] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14692024-12-31T16:38:36.606Z[SUM] 1.00-2.00 sec 174 MBytes 1.46 Gbits/sec
14702024-12-31T16:38:36.606Z- - - - - - - - - - - - - - - - - - - - - - - - -
14712024-12-31T16:38:36.606Z[ 5] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec
14722024-12-31T16:38:36.606Z[ 7] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec
14732024-12-31T16:38:36.606Z[ 9] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec
14742024-12-31T16:38:36.606Z[ 11] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec
14752024-12-31T16:38:36.606Z[ 13] 2.00-3.00 sec 21.3 MBytes 178 Mbits/sec
14762024-12-31T16:38:36.606Z[ 15] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec
14772024-12-31T16:38:36.606Z[ 17] 2.00-3.00 sec 21.2 MBytes 177 Mbits/sec
14782024-12-31T16:38:36.606Z[ 19] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec
14792024-12-31T16:38:36.606Z[SUM] 2.00-3.00 sec 170 MBytes 1.42 Gbits/sec
14802024-12-31T16:38:36.606Z- - - - - - - - - - - - - - - - - - - - - - - - -
14812024-12-31T16:38:36.606Z[ 5] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
14822024-12-31T16:38:36.606Z[ 7] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec
14832024-12-31T16:38:36.606Z[ 9] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec
14842024-12-31T16:38:36.606Z[ 11] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
14852024-12-31T16:38:36.606Z[ 13] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
14862024-12-31T16:38:36.606Z[ 15] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec
14872024-12-31T16:38:36.606Z[ 17] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec
14882024-12-31T16:38:36.606Z[ 19] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
14892024-12-31T16:38:36.606Z[SUM] 3.00-4.00 sec 169 MBytes 1.42 Gbits/sec
14902024-12-31T16:38:36.606Z- - - - - - - - - - - - - - - - - - - - - - - - -
14912024-12-31T16:38:36.606Z[ 5] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
14922024-12-31T16:38:36.606Z[ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
14932024-12-31T16:38:36.606Z[ 9] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
14942024-12-31T16:38:36.606Z[ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
14952024-12-31T16:38:36.606Z[ 13] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
14962024-12-31T16:38:36.606Z[ 15] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
14972024-12-31T16:38:36.606Z[ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
14982024-12-31T16:38:36.606Z[ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
14992024-12-31T16:38:36.606Z[SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec
15002024-12-31T16:38:36.606Z- - - - - - - - - - - - - - - - - - - - - - - - -
15012024-12-31T16:38:36.606Z[ 5] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec
15022024-12-31T16:38:36.606Z[ 7] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec
15032024-12-31T16:38:36.606Z[ 9] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
15042024-12-31T16:38:36.606Z[ 11] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
15052024-12-31T16:38:36.607Z[ 13] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
15062024-12-31T16:38:36.607Z[ 15] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
15072024-12-31T16:38:36.607Z[ 17] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
15082024-12-31T16:38:36.607Z[ 19] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
15092024-12-31T16:38:36.607Z[SUM] 5.00-6.00 sec 172 MBytes 1.44 Gbits/sec
15102024-12-31T16:38:36.607Z- - - - - - - - - - - - - - - - - - - - - - - - -
15112024-12-31T16:38:36.607Z[ 5] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
15122024-12-31T16:38:36.607Z[ 7] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
15132024-12-31T16:38:36.607Z[ 9] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
15142024-12-31T16:38:39.823Z[ 11] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
15152024-12-31T16:38:39.823Z[ 13] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
15162024-12-31T16:38:39.823Z[ 15] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
15172024-12-31T16:38:39.823Z[ 17] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
15182024-12-31T16:38:39.823Z[ 19] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
15192024-12-31T16:38:39.823Z[SUM] 6.00-7.00 sec 172 MBytes 1.44 Gbits/sec
15202024-12-31T16:38:39.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
15212024-12-31T16:38:39.823Z[ 5] 7.00-8.00 sec 21.6 MBytes 182 Mbits/sec
15222024-12-31T16:38:39.823Z[ 7] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec
15232024-12-31T16:38:39.823Z[ 9] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
15242024-12-31T16:38:39.823Z[ 11] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
15252024-12-31T16:38:39.823Z[ 13] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
15262024-12-31T16:38:39.823Z[ 15] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
15272024-12-31T16:38:39.823Z[ 17] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
15282024-12-31T16:38:39.823Z[ 19] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
15292024-12-31T16:38:39.823Z[SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec
15302024-12-31T16:38:39.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
15312024-12-31T16:38:39.823Z[ 5] 8.00-9.00 sec 21.5 MBytes 181 Mbits/sec
15322024-12-31T16:38:39.823Z[ 7] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
15332024-12-31T16:38:39.823Z[ 9] 8.00-9.00 sec 21.5 MBytes 181 Mbits/sec
15342024-12-31T16:38:39.823Z[ 11] 8.00-9.00 sec 21.5 MBytes 181 Mbits/sec
15352024-12-31T16:38:39.823Z[ 13] 8.00-9.00 sec 21.5 MBytes 181 Mbits/sec
15362024-12-31T16:38:39.823Z[ 15] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec
15372024-12-31T16:38:39.823Z[ 17] 8.00-9.00 sec 21.5 MBytes 181 Mbits/sec
15382024-12-31T16:38:39.823Z[ 19] 8.00-9.00 sec 21.5 MBytes 181 Mbits/sec
15392024-12-31T16:38:39.823Z[SUM] 8.00-9.00 sec 172 MBytes 1.45 Gbits/sec
15402024-12-31T16:38:39.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
15412024-12-31T16:38:39.823Z[ 5] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
15422024-12-31T16:38:39.823Z[ 7] 9.00-10.00 sec 21.5 MBytes 180 Mbits/sec
15432024-12-31T16:38:39.823Z[ 9] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
15442024-12-31T16:38:39.823Z[ 11] 9.00-10.00 sec 21.5 MBytes 181 Mbits/sec
15452024-12-31T16:38:39.824Z[ 13] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
15462024-12-31T16:38:39.824Z[ 15] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
15472024-12-31T16:38:39.824Z[ 17] 9.00-10.00 sec 21.5 MBytes 180 Mbits/sec
15482024-12-31T16:38:39.824Z[ 19] 9.00-10.00 sec 21.5 MBytes 181 Mbits/sec
15492024-12-31T16:38:39.824Z[SUM] 9.00-10.00 sec 172 MBytes 1.45 Gbits/sec
15502024-12-31T16:38:39.824Z- - - - - - - - - - - - - - - - - - - - - - - - -
15512024-12-31T16:38:39.824Z[ 5] 10.00-10.00 sec 56.6 KBytes 206 Mbits/sec
15522024-12-31T16:38:39.824Z[ 7] 10.00-10.00 sec 170 KBytes 617 Mbits/sec
15532024-12-31T16:38:39.824Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15542024-12-31T16:38:39.824Z[ 11] 10.00-10.00 sec 56.6 KBytes 206 Mbits/sec
15552024-12-31T16:38:39.824Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15562024-12-31T16:38:39.824Z[ 15] 10.00-10.00 sec 56.6 KBytes 206 Mbits/sec
15572024-12-31T16:38:39.824Z[ 17] 10.00-10.00 sec 113 KBytes 411 Mbits/sec
15582024-12-31T16:38:39.824Z[ 19] 10.00-10.00 sec 56.6 KBytes 206 Mbits/sec
15592024-12-31T16:38:39.824Z[SUM] 10.00-10.00 sec 509 KBytes 1.85 Gbits/sec
15602024-12-31T16:38:39.824Z- - - - - - - - - - - - - - - - - - - - - - - - -
15612024-12-31T16:38:39.824Z[ ID] Interval Transfer Bandwidth
15622024-12-31T16:38:39.824Z[ 5] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender
15632024-12-31T16:38:39.824Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15642024-12-31T16:38:39.824Z[ 7] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender
15652024-12-31T16:38:39.824Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15662024-12-31T16:38:39.824Z[ 9] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender
15672024-12-31T16:38:39.824Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15682024-12-31T16:38:39.824Z[ 11] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender
15692024-12-31T16:38:39.824Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15702024-12-31T16:38:39.824Z[ 13] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender
15712024-12-31T16:38:39.824Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15722024-12-31T16:38:39.824Z[ 15] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender
15732024-12-31T16:38:39.824Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15742024-12-31T16:38:39.824Z[ 17] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender
15752024-12-31T16:38:39.824Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15762024-12-31T16:38:39.824Z[ 19] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender
15772024-12-31T16:38:39.824Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15782024-12-31T16:38:39.824Z[SUM] 0.00-10.00 sec 1.66 GBytes 1.43 Gbits/sec sender
15792024-12-31T16:38:39.824Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15802024-12-31T16:38:39.827ZRun 1/5...1427.539Mbps
15812024-12-31T16:38:46.855Z-----------------------------------------------------------
15822024-12-31T16:38:46.855ZServer listening on 5201
15832024-12-31T16:38:46.855Z-----------------------------------------------------------
15842024-12-31T16:38:46.855ZAccepted connection from 10.0.0.1, port 54716
15852024-12-31T16:38:46.855Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33909
15862024-12-31T16:38:46.855Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51796
15872024-12-31T16:38:46.855Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42482
15882024-12-31T16:38:46.855Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58039
15892024-12-31T16:38:46.855Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45354
15902024-12-31T16:38:46.856Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62453
15912024-12-31T16:38:46.856Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33531
15922024-12-31T16:38:46.856Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34172
15932024-12-31T16:38:46.856Z[ ID] Interval Transfer Bandwidth
15942024-12-31T16:38:46.856Z[ 5] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec
15952024-12-31T16:38:46.856Z[ 7] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec
15962024-12-31T16:38:46.856Z[ 9] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec
15972024-12-31T16:38:46.856Z[ 11] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec
15982024-12-31T16:38:46.856Z[ 13] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec
15992024-12-31T16:38:46.856Z[ 15] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
16002024-12-31T16:38:46.856Z[ 17] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
16012024-12-31T16:38:46.856Z[ 19] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec
16022024-12-31T16:38:46.856Z[SUM] 0.00-1.00 sec 160 MBytes 1.35 Gbits/sec
16032024-12-31T16:38:46.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
16042024-12-31T16:38:46.856Z[ 5] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
16052024-12-31T16:38:46.856Z[ 7] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
16062024-12-31T16:38:46.856Z[ 9] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
16072024-12-31T16:38:46.856Z[ 11] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
16082024-12-31T16:38:46.856Z[ 13] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
16092024-12-31T16:38:46.856Z[ 15] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
16102024-12-31T16:38:46.856Z[ 17] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
16112024-12-31T16:38:46.856Z[ 19] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
16122024-12-31T16:38:46.856Z[SUM] 1.00-2.00 sec 171 MBytes 1.44 Gbits/sec
16132024-12-31T16:38:46.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
16142024-12-31T16:38:46.856Z[ 5] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
16152024-12-31T16:38:46.856Z[ 7] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
16162024-12-31T16:38:46.857Z[ 9] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
16172024-12-31T16:38:46.857Z[ 11] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
16182024-12-31T16:38:46.857Z[ 13] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec
16192024-12-31T16:38:46.857Z[ 15] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
16202024-12-31T16:38:46.857Z[ 17] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
16212024-12-31T16:38:46.857Z[ 19] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
16222024-12-31T16:38:46.857Z[SUM] 2.00-3.00 sec 171 MBytes 1.44 Gbits/sec
16232024-12-31T16:38:46.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
16242024-12-31T16:38:46.857Z[ 5] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
16252024-12-31T16:38:46.857Z[ 7] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
16262024-12-31T16:38:46.857Z[ 9] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec
16272024-12-31T16:38:46.857Z[ 11] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
16282024-12-31T16:38:46.857Z[ 13] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
16292024-12-31T16:38:46.860Z[ 15] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec
16302024-12-31T16:38:46.860Z[ 17] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
16312024-12-31T16:38:46.860Z[ 19] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
16322024-12-31T16:38:46.860Z[SUM] 3.00-4.00 sec 172 MBytes 1.44 Gbits/sec
16332024-12-31T16:38:46.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
16342024-12-31T16:38:46.860Z[ 5] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
16352024-12-31T16:38:46.860Z[ 7] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
16362024-12-31T16:38:46.860Z[ 9] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
16372024-12-31T16:38:46.860Z[ 11] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
16382024-12-31T16:38:46.860Z[ 13] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
16392024-12-31T16:38:46.860Z[ 15] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
16402024-12-31T16:38:46.860Z[ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
16412024-12-31T16:38:46.860Z[ 19] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
16422024-12-31T16:38:46.860Z[SUM] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec
16432024-12-31T16:38:46.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
16442024-12-31T16:38:46.860Z[ 5] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec
16452024-12-31T16:38:46.860Z[ 7] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
16462024-12-31T16:38:46.860Z[ 9] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
16472024-12-31T16:38:46.861Z[ 11] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec
16482024-12-31T16:38:46.861Z[ 13] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec
16492024-12-31T16:38:46.861Z[ 15] 5.00-6.00 sec 21.4 MBytes 180 Mbits/sec
16502024-12-31T16:38:46.861Z[ 17] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec
16512024-12-31T16:38:46.861Z[ 19] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec
16522024-12-31T16:38:46.861Z[SUM] 5.00-6.00 sec 171 MBytes 1.44 Gbits/sec
16532024-12-31T16:38:46.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
16542024-12-31T16:38:46.861Z[ 5] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
16552024-12-31T16:38:46.861Z[ 7] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
16562024-12-31T16:38:46.861Z[ 9] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
16572024-12-31T16:38:50.073Z[ 11] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
16582024-12-31T16:38:50.073Z[ 13] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
16592024-12-31T16:38:50.073Z[ 15] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
16602024-12-31T16:38:50.073Z[ 17] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
16612024-12-31T16:38:50.073Z[ 19] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
16622024-12-31T16:38:50.073Z[SUM] 6.00-7.00 sec 172 MBytes 1.44 Gbits/sec
16632024-12-31T16:38:50.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
16642024-12-31T16:38:50.073Z[ 5] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec
16652024-12-31T16:38:50.073Z[ 7] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
16662024-12-31T16:38:50.073Z[ 9] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec
16672024-12-31T16:38:50.073Z[ 11] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
16682024-12-31T16:38:50.073Z[ 13] 7.00-8.00 sec 21.0 MBytes 177 Mbits/sec
16692024-12-31T16:38:50.073Z[ 15] 7.00-8.00 sec 21.0 MBytes 177 Mbits/sec
16702024-12-31T16:38:50.073Z[ 17] 7.00-8.00 sec 21.0 MBytes 177 Mbits/sec
16712024-12-31T16:38:50.073Z[ 19] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
16722024-12-31T16:38:50.073Z[SUM] 7.00-8.00 sec 168 MBytes 1.41 Gbits/sec
16732024-12-31T16:38:50.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
16742024-12-31T16:38:50.073Z[ 5] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
16752024-12-31T16:38:50.073Z[ 7] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
16762024-12-31T16:38:50.073Z[ 9] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
16772024-12-31T16:38:50.073Z[ 11] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
16782024-12-31T16:38:50.073Z[ 13] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
16792024-12-31T16:38:50.074Z[ 15] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
16802024-12-31T16:38:50.074Z[ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
16812024-12-31T16:38:50.074Z[ 19] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
16822024-12-31T16:38:50.074Z[SUM] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec
16832024-12-31T16:38:50.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
16842024-12-31T16:38:50.074Z[ 5] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
16852024-12-31T16:38:50.074Z[ 7] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
16862024-12-31T16:38:50.074Z[ 9] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
16872024-12-31T16:38:50.074Z[ 11] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
16882024-12-31T16:38:50.074Z[ 13] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
16892024-12-31T16:38:50.074Z[ 15] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
16902024-12-31T16:38:50.074Z[ 17] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
16912024-12-31T16:38:50.074Z[ 19] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
16922024-12-31T16:38:50.074Z[SUM] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec
16932024-12-31T16:38:50.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
16942024-12-31T16:38:50.074Z[ 5] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
16952024-12-31T16:38:50.074Z[ 7] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
16962024-12-31T16:38:50.074Z[ 9] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
16972024-12-31T16:38:50.074Z[ 11] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
16982024-12-31T16:38:50.074Z[ 13] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
16992024-12-31T16:38:50.074Z[ 15] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
17002024-12-31T16:38:50.074Z[ 17] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
17012024-12-31T16:38:50.074Z[ 19] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
17022024-12-31T16:38:50.074Z[SUM] 10.00-10.00 sec 452 KBytes 1.73 Gbits/sec
17032024-12-31T16:38:50.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
17042024-12-31T16:38:50.074Z[ ID] Interval Transfer Bandwidth
17052024-12-31T16:38:50.074Z[ 5] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
17062024-12-31T16:38:50.074Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17072024-12-31T16:38:50.074Z[ 7] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
17082024-12-31T16:38:50.074Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17092024-12-31T16:38:50.074Z[ 9] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
17102024-12-31T16:38:50.074Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17112024-12-31T16:38:50.074Z[ 11] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
17122024-12-31T16:38:50.074Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17132024-12-31T16:38:50.074Z[ 13] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
17142024-12-31T16:38:50.074Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17152024-12-31T16:38:50.074Z[ 15] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
17162024-12-31T16:38:50.074Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17172024-12-31T16:38:50.074Z[ 17] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
17182024-12-31T16:38:50.075Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17192024-12-31T16:38:50.075Z[ 19] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
17202024-12-31T16:38:50.075Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17212024-12-31T16:38:50.075Z[SUM] 0.00-10.00 sec 1.67 GBytes 1.43 Gbits/sec sender
17222024-12-31T16:38:50.075Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17232024-12-31T16:38:50.077ZRun 2/5...1433.078Mbps
17242024-12-31T16:38:57.106Z-----------------------------------------------------------
17252024-12-31T16:38:57.106ZServer listening on 5201
17262024-12-31T16:38:57.106Z-----------------------------------------------------------
17272024-12-31T16:38:57.106ZAccepted connection from 10.0.0.1, port 36089
17282024-12-31T16:38:57.106Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60359
17292024-12-31T16:38:57.106Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43965
17302024-12-31T16:38:57.106Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41891
17312024-12-31T16:38:57.106Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57260
17322024-12-31T16:38:57.106Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50581
17332024-12-31T16:38:57.106Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60362
17342024-12-31T16:38:57.106Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36320
17352024-12-31T16:38:57.106Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59710
17362024-12-31T16:38:57.106Z[ ID] Interval Transfer Bandwidth
17372024-12-31T16:38:57.106Z[ 5] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
17382024-12-31T16:38:57.106Z[ 7] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
17392024-12-31T16:38:57.106Z[ 9] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
17402024-12-31T16:38:57.106Z[ 11] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
17412024-12-31T16:38:57.106Z[ 13] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
17422024-12-31T16:38:57.106Z[ 15] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
17432024-12-31T16:38:57.106Z[ 17] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
17442024-12-31T16:38:57.106Z[ 19] 0.00-1.00 sec 19.7 MBytes 166 Mbits/sec
17452024-12-31T16:38:57.106Z[SUM] 0.00-1.00 sec 158 MBytes 1.32 Gbits/sec
17462024-12-31T16:38:57.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
17472024-12-31T16:38:57.106Z[ 5] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
17482024-12-31T16:38:57.106Z[ 7] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
17492024-12-31T16:38:57.106Z[ 9] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
17502024-12-31T16:38:57.106Z[ 11] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
17512024-12-31T16:38:57.106Z[ 13] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
17522024-12-31T16:38:57.106Z[ 15] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
17532024-12-31T16:38:57.106Z[ 17] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
17542024-12-31T16:38:57.106Z[ 19] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
17552024-12-31T16:38:57.107Z[SUM] 1.00-2.00 sec 172 MBytes 1.44 Gbits/sec
17562024-12-31T16:38:57.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
17572024-12-31T16:38:57.107Z[ 5] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
17582024-12-31T16:38:57.107Z[ 7] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
17592024-12-31T16:38:57.107Z[ 9] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
17602024-12-31T16:38:57.107Z[ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
17612024-12-31T16:38:57.107Z[ 13] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
17622024-12-31T16:38:57.107Z[ 15] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
17632024-12-31T16:38:57.107Z[ 17] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
17642024-12-31T16:38:57.107Z[ 19] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
17652024-12-31T16:38:57.107Z[SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
17662024-12-31T16:38:57.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
17672024-12-31T16:38:57.107Z[ 5] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
17682024-12-31T16:38:57.107Z[ 7] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
17692024-12-31T16:38:57.107Z[ 9] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
17702024-12-31T16:38:57.107Z[ 11] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec
17712024-12-31T16:38:57.107Z[ 13] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec
17722024-12-31T16:38:57.107Z[ 15] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec
17732024-12-31T16:38:57.107Z[ 17] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
17742024-12-31T16:38:57.107Z[ 19] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
17752024-12-31T16:38:57.107Z[SUM] 3.00-4.00 sec 172 MBytes 1.44 Gbits/sec
17762024-12-31T16:38:57.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
17772024-12-31T16:38:57.107Z[ 5] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec
17782024-12-31T16:38:57.107Z[ 7] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec
17792024-12-31T16:38:57.107Z[ 9] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
17802024-12-31T16:38:57.107Z[ 11] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec
17812024-12-31T16:38:57.107Z[ 13] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec
17822024-12-31T16:38:57.107Z[ 15] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
17832024-12-31T16:38:57.107Z[ 17] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
17842024-12-31T16:38:57.107Z[ 19] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
17852024-12-31T16:38:57.107Z[SUM] 4.00-5.00 sec 172 MBytes 1.44 Gbits/sec
17862024-12-31T16:38:57.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
17872024-12-31T16:38:57.107Z[ 5] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec
17882024-12-31T16:38:57.107Z[ 7] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec
17892024-12-31T16:38:57.107Z[ 9] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17902024-12-31T16:38:57.107Z[ 11] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17912024-12-31T16:38:57.107Z[ 13] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17922024-12-31T16:38:57.107Z[ 15] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec
17932024-12-31T16:38:57.107Z[ 17] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17942024-12-31T16:38:57.108Z[ 19] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17952024-12-31T16:38:57.108Z[SUM] 5.00-6.00 sec 173 MBytes 1.45 Gbits/sec
17962024-12-31T16:38:57.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
17972024-12-31T16:38:57.108Z[ 5] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
17982024-12-31T16:38:57.108Z[ 7] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
17992024-12-31T16:38:57.108Z[ 9] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
18002024-12-31T16:39:00.326Z[ 11] 6.00-7.00 sec 21.4 MBytes 180 Mbits/sec
18012024-12-31T16:39:00.326Z[ 13] 6.00-7.00 sec 21.4 MBytes 180 Mbits/sec
18022024-12-31T16:39:00.326Z[ 15] 6.00-7.00 sec 21.4 MBytes 180 Mbits/sec
18032024-12-31T16:39:00.326Z[ 17] 6.00-7.00 sec 21.4 MBytes 180 Mbits/sec
18042024-12-31T16:39:00.326Z[ 19] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
18052024-12-31T16:39:00.326Z[SUM] 6.00-7.00 sec 172 MBytes 1.44 Gbits/sec
18062024-12-31T16:39:00.326Z- - - - - - - - - - - - - - - - - - - - - - - - -
18072024-12-31T16:39:00.326Z[ 5] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec
18082024-12-31T16:39:00.326Z[ 7] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec
18092024-12-31T16:39:00.327Z[ 9] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec
18102024-12-31T16:39:00.327Z[ 11] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec
18112024-12-31T16:39:00.327Z[ 13] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec
18122024-12-31T16:39:00.327Z[ 15] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec
18132024-12-31T16:39:00.327Z[ 17] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec
18142024-12-31T16:39:00.327Z[ 19] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec
18152024-12-31T16:39:00.327Z[SUM] 7.00-8.00 sec 174 MBytes 1.46 Gbits/sec
18162024-12-31T16:39:00.327Z- - - - - - - - - - - - - - - - - - - - - - - - -
18172024-12-31T16:39:00.327Z[ 5] 8.00-9.00 sec 21.5 MBytes 181 Mbits/sec
18182024-12-31T16:39:00.327Z[ 7] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec
18192024-12-31T16:39:00.327Z[ 9] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
18202024-12-31T16:39:00.327Z[ 11] 8.00-9.00 sec 21.5 MBytes 181 Mbits/sec
18212024-12-31T16:39:00.327Z[ 13] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
18222024-12-31T16:39:00.327Z[ 15] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
18232024-12-31T16:39:00.327Z[ 17] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
18242024-12-31T16:39:00.327Z[ 19] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
18252024-12-31T16:39:00.327Z[SUM] 8.00-9.00 sec 173 MBytes 1.45 Gbits/sec
18262024-12-31T16:39:00.327Z- - - - - - - - - - - - - - - - - - - - - - - - -
18272024-12-31T16:39:00.327Z[ 5] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
18282024-12-31T16:39:00.327Z[ 7] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
18292024-12-31T16:39:00.327Z[ 9] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
18302024-12-31T16:39:00.327Z[ 11] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
18312024-12-31T16:39:00.327Z[ 13] 9.00-10.00 sec 21.6 MBytes 182 Mbits/sec
18322024-12-31T16:39:00.327Z[ 15] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
18332024-12-31T16:39:00.327Z[ 17] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
18342024-12-31T16:39:00.327Z[ 19] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
18352024-12-31T16:39:00.327Z[SUM] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec
18362024-12-31T16:39:00.327Z- - - - - - - - - - - - - - - - - - - - - - - - -
18372024-12-31T16:39:00.327Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18382024-12-31T16:39:00.327Z[ 7] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec
18392024-12-31T16:39:00.327Z[ 9] 10.00-10.00 sec 113 KBytes 407 Mbits/sec
18402024-12-31T16:39:00.327Z[ 11] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec
18412024-12-31T16:39:00.327Z[ 13] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec
18422024-12-31T16:39:00.327Z[ 15] 10.00-10.00 sec 70.7 KBytes 254 Mbits/sec
18432024-12-31T16:39:00.328Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18442024-12-31T16:39:00.328Z[ 19] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec
18452024-12-31T16:39:00.328Z[SUM] 10.00-10.00 sec 410 KBytes 1.47 Gbits/sec
18462024-12-31T16:39:00.328Z- - - - - - - - - - - - - - - - - - - - - - - - -
18472024-12-31T16:39:00.328Z[ ID] Interval Transfer Bandwidth
18482024-12-31T16:39:00.328Z[ 5] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
18492024-12-31T16:39:00.328Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18502024-12-31T16:39:00.328Z[ 7] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
18512024-12-31T16:39:00.328Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18522024-12-31T16:39:00.328Z[ 9] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
18532024-12-31T16:39:00.328Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18542024-12-31T16:39:00.328Z[ 11] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
18552024-12-31T16:39:00.328Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18562024-12-31T16:39:00.328Z[ 13] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
18572024-12-31T16:39:00.328Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18582024-12-31T16:39:00.328Z[ 15] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
18592024-12-31T16:39:00.328Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18602024-12-31T16:39:00.328Z[ 17] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
18612024-12-31T16:39:00.328Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18622024-12-31T16:39:00.328Z[ 19] 0.00-10.00 sec 214 MBytes 179 Mbits/sec sender
18632024-12-31T16:39:00.328Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18642024-12-31T16:39:00.328Z[SUM] 0.00-10.00 sec 1.67 GBytes 1.44 Gbits/sec sender
18652024-12-31T16:39:00.328Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18662024-12-31T16:39:00.332ZRun 3/5...1435.996Mbps
18672024-12-31T16:39:07.357Z-----------------------------------------------------------
18682024-12-31T16:39:07.357ZServer listening on 5201
18692024-12-31T16:39:07.357Z-----------------------------------------------------------
18702024-12-31T16:39:07.357ZAccepted connection from 10.0.0.1, port 32931
18712024-12-31T16:39:07.357Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51464
18722024-12-31T16:39:07.357Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49122
18732024-12-31T16:39:07.357Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50075
18742024-12-31T16:39:07.357Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54380
18752024-12-31T16:39:07.357Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62833
18762024-12-31T16:39:07.357Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38482
18772024-12-31T16:39:07.357Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62548
18782024-12-31T16:39:07.357Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37431
18792024-12-31T16:39:07.357Z[ ID] Interval Transfer Bandwidth
18802024-12-31T16:39:07.357Z[ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
18812024-12-31T16:39:07.357Z[ 7] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
18822024-12-31T16:39:07.357Z[ 9] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
18832024-12-31T16:39:07.357Z[ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
18842024-12-31T16:39:07.357Z[ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
18852024-12-31T16:39:07.357Z[ 15] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
18862024-12-31T16:39:07.357Z[ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
18872024-12-31T16:39:07.357Z[ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
18882024-12-31T16:39:07.357Z[SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec
18892024-12-31T16:39:07.357Z- - - - - - - - - - - - - - - - - - - - - - - - -
18902024-12-31T16:39:07.357Z[ 5] 1.00-2.00 sec 21.3 MBytes 179 Mbits/sec
18912024-12-31T16:39:07.358Z[ 7] 1.00-2.00 sec 21.3 MBytes 179 Mbits/sec
18922024-12-31T16:39:07.358Z[ 9] 1.00-2.00 sec 21.3 MBytes 179 Mbits/sec
18932024-12-31T16:39:07.358Z[ 11] 1.00-2.00 sec 21.3 MBytes 179 Mbits/sec
18942024-12-31T16:39:07.358Z[ 13] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
18952024-12-31T16:39:07.358Z[ 15] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
18962024-12-31T16:39:07.358Z[ 17] 1.00-2.00 sec 21.3 MBytes 179 Mbits/sec
18972024-12-31T16:39:07.358Z[ 19] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
18982024-12-31T16:39:07.358Z[SUM] 1.00-2.00 sec 171 MBytes 1.43 Gbits/sec
18992024-12-31T16:39:07.358Z- - - - - - - - - - - - - - - - - - - - - - - - -
19002024-12-31T16:39:07.358Z[ 5] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
19012024-12-31T16:39:07.358Z[ 7] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec
19022024-12-31T16:39:07.358Z[ 9] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
19032024-12-31T16:39:07.358Z[ 11] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
19042024-12-31T16:39:07.358Z[ 13] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec
19052024-12-31T16:39:07.358Z[ 15] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec
19062024-12-31T16:39:07.358Z[ 17] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec
19072024-12-31T16:39:07.358Z[ 19] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec
19082024-12-31T16:39:07.361Z[SUM] 2.00-3.00 sec 171 MBytes 1.44 Gbits/sec
19092024-12-31T16:39:07.361Z- - - - - - - - - - - - - - - - - - - - - - - - -
19102024-12-31T16:39:07.361Z[ 5] 3.00-4.00 sec 21.3 MBytes 178 Mbits/sec
19112024-12-31T16:39:07.361Z[ 7] 3.00-4.00 sec 21.3 MBytes 178 Mbits/sec
19122024-12-31T16:39:07.361Z[ 9] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
19132024-12-31T16:39:07.361Z[ 11] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
19142024-12-31T16:39:07.361Z[ 13] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec
19152024-12-31T16:39:07.361Z[ 15] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
19162024-12-31T16:39:07.361Z[ 17] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
19172024-12-31T16:39:07.361Z[ 19] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
19182024-12-31T16:39:07.361Z[SUM] 3.00-4.00 sec 171 MBytes 1.43 Gbits/sec
19192024-12-31T16:39:07.361Z- - - - - - - - - - - - - - - - - - - - - - - - -
19202024-12-31T16:39:07.361Z[ 5] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
19212024-12-31T16:39:07.361Z[ 7] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
19222024-12-31T16:39:07.361Z[ 9] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
19232024-12-31T16:39:07.361Z[ 11] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
19242024-12-31T16:39:07.361Z[ 13] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec
19252024-12-31T16:39:07.361Z[ 15] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
19262024-12-31T16:39:07.361Z[ 17] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
19272024-12-31T16:39:07.362Z[ 19] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
19282024-12-31T16:39:07.362Z[SUM] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec
19292024-12-31T16:39:07.362Z- - - - - - - - - - - - - - - - - - - - - - - - -
19302024-12-31T16:39:07.362Z[ 5] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19312024-12-31T16:39:07.362Z[ 7] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19322024-12-31T16:39:07.362Z[ 9] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19332024-12-31T16:39:07.362Z[ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19342024-12-31T16:39:07.362Z[ 13] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
19352024-12-31T16:39:07.362Z[ 15] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
19362024-12-31T16:39:07.362Z[ 17] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec
19372024-12-31T16:39:07.362Z[ 19] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec
19382024-12-31T16:39:07.362Z[SUM] 5.00-6.00 sec 175 MBytes 1.47 Gbits/sec
19392024-12-31T16:39:07.362Z- - - - - - - - - - - - - - - - - - - - - - - - -
19402024-12-31T16:39:07.362Z[ 5] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec
19412024-12-31T16:39:07.362Z[ 7] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec
19422024-12-31T16:39:07.362Z[ 9] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
19432024-12-31T16:39:10.576Z[ 11] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec
19442024-12-31T16:39:10.576Z[ 13] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
19452024-12-31T16:39:10.576Z[ 15] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
19462024-12-31T16:39:10.576Z[ 17] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
19472024-12-31T16:39:10.576Z[ 19] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
19482024-12-31T16:39:10.576Z[SUM] 6.00-7.00 sec 173 MBytes 1.45 Gbits/sec
19492024-12-31T16:39:10.576Z- - - - - - - - - - - - - - - - - - - - - - - - -
19502024-12-31T16:39:10.576Z[ 5] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec
19512024-12-31T16:39:10.576Z[ 7] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec
19522024-12-31T16:39:10.577Z[ 9] 7.00-8.00 sec 21.4 MBytes 179 Mbits/sec
19532024-12-31T16:39:10.577Z[ 11] 7.00-8.00 sec 21.4 MBytes 179 Mbits/sec
19542024-12-31T16:39:10.577Z[ 13] 7.00-8.00 sec 21.4 MBytes 179 Mbits/sec
19552024-12-31T16:39:10.577Z[ 15] 7.00-8.00 sec 21.4 MBytes 179 Mbits/sec
19562024-12-31T16:39:10.577Z[ 17] 7.00-8.00 sec 21.4 MBytes 179 Mbits/sec
19572024-12-31T16:39:10.577Z[ 19] 7.00-8.00 sec 21.4 MBytes 179 Mbits/sec
19582024-12-31T16:39:10.577Z[SUM] 7.00-8.00 sec 171 MBytes 1.43 Gbits/sec
19592024-12-31T16:39:10.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
19602024-12-31T16:39:10.577Z[ 5] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
19612024-12-31T16:39:10.577Z[ 7] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
19622024-12-31T16:39:10.577Z[ 9] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
19632024-12-31T16:39:10.577Z[ 11] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
19642024-12-31T16:39:10.577Z[ 13] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
19652024-12-31T16:39:10.577Z[ 15] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
19662024-12-31T16:39:10.577Z[ 17] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec
19672024-12-31T16:39:10.577Z[ 19] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec
19682024-12-31T16:39:10.577Z[SUM] 8.00-9.00 sec 170 MBytes 1.43 Gbits/sec
19692024-12-31T16:39:10.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
19702024-12-31T16:39:10.577Z[ 5] 9.00-10.00 sec 21.2 MBytes 177 Mbits/sec
19712024-12-31T16:39:10.577Z[ 7] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
19722024-12-31T16:39:10.577Z[ 9] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
19732024-12-31T16:39:10.577Z[ 11] 9.00-10.00 sec 21.2 MBytes 177 Mbits/sec
19742024-12-31T16:39:10.577Z[ 13] 9.00-10.00 sec 21.2 MBytes 177 Mbits/sec
19752024-12-31T16:39:10.577Z[ 15] 9.00-10.00 sec 21.2 MBytes 177 Mbits/sec
19762024-12-31T16:39:10.577Z[ 17] 9.00-10.00 sec 21.3 MBytes 178 Mbits/sec
19772024-12-31T16:39:10.577Z[ 19] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
19782024-12-31T16:39:10.577Z[SUM] 9.00-10.00 sec 170 MBytes 1.42 Gbits/sec
19792024-12-31T16:39:10.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
19802024-12-31T16:39:10.577Z[ 5] 10.00-10.00 sec 113 KBytes 450 Mbits/sec
19812024-12-31T16:39:10.577Z[ 7] 10.00-10.00 sec 56.6 KBytes 225 Mbits/sec
19822024-12-31T16:39:10.577Z[ 9] 10.00-10.00 sec 56.6 KBytes 225 Mbits/sec
19832024-12-31T16:39:10.577Z[ 11] 10.00-10.00 sec 56.6 KBytes 225 Mbits/sec
19842024-12-31T16:39:10.577Z[ 13] 10.00-10.00 sec 56.6 KBytes 225 Mbits/sec
19852024-12-31T16:39:10.577Z[ 15] 10.00-10.00 sec 56.6 KBytes 225 Mbits/sec
19862024-12-31T16:39:10.577Z[ 17] 10.00-10.00 sec 56.6 KBytes 225 Mbits/sec
19872024-12-31T16:39:10.577Z[ 19] 10.00-10.00 sec 56.6 KBytes 225 Mbits/sec
19882024-12-31T16:39:10.577Z[SUM] 10.00-10.00 sec 509 KBytes 2.02 Gbits/sec
19892024-12-31T16:39:10.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
19902024-12-31T16:39:10.577Z[ ID] Interval Transfer Bandwidth
19912024-12-31T16:39:10.578Z[ 5] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
19922024-12-31T16:39:10.578Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19932024-12-31T16:39:10.578Z[ 7] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
19942024-12-31T16:39:10.578Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19952024-12-31T16:39:10.578Z[ 9] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
19962024-12-31T16:39:10.578Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19972024-12-31T16:39:10.578Z[ 11] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
19982024-12-31T16:39:10.578Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19992024-12-31T16:39:10.578Z[ 13] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20002024-12-31T16:39:10.578Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20012024-12-31T16:39:10.578Z[ 15] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20022024-12-31T16:39:10.578Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20032024-12-31T16:39:10.578Z[ 17] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20042024-12-31T16:39:10.578Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20052024-12-31T16:39:10.578Z[ 19] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20062024-12-31T16:39:10.578Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20072024-12-31T16:39:10.578Z[SUM] 0.00-10.00 sec 1.66 GBytes 1.43 Gbits/sec sender
20082024-12-31T16:39:10.578Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20092024-12-31T16:39:10.581ZRun 4/5...1428.734Mbps
20102024-12-31T16:39:17.609Z-----------------------------------------------------------
20112024-12-31T16:39:17.609ZServer listening on 5201
20122024-12-31T16:39:17.609Z-----------------------------------------------------------
20132024-12-31T16:39:17.609ZAccepted connection from 10.0.0.1, port 35886
20142024-12-31T16:39:17.610Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42378
20152024-12-31T16:39:17.610Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60631
20162024-12-31T16:39:17.610Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59437
20172024-12-31T16:39:17.610Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34396
20182024-12-31T16:39:17.610Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54320
20192024-12-31T16:39:17.610Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63865
20202024-12-31T16:39:17.610Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48051
20212024-12-31T16:39:17.610Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34315
20222024-12-31T16:39:17.610Z[ ID] Interval Transfer Bandwidth
20232024-12-31T16:39:17.610Z[ 5] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
20242024-12-31T16:39:17.610Z[ 7] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec
20252024-12-31T16:39:17.610Z[ 9] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
20262024-12-31T16:39:17.610Z[ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20272024-12-31T16:39:17.610Z[ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20282024-12-31T16:39:17.610Z[ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20292024-12-31T16:39:17.610Z[ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20302024-12-31T16:39:17.610Z[ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20312024-12-31T16:39:17.610Z[SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec
20322024-12-31T16:39:17.610Z- - - - - - - - - - - - - - - - - - - - - - - - -
20332024-12-31T16:39:17.610Z[ 5] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
20342024-12-31T16:39:17.610Z[ 7] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
20352024-12-31T16:39:17.610Z[ 9] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
20362024-12-31T16:39:17.610Z[ 11] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
20372024-12-31T16:39:17.610Z[ 13] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
20382024-12-31T16:39:17.610Z[ 15] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
20392024-12-31T16:39:17.610Z[ 17] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
20402024-12-31T16:39:17.610Z[ 19] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
20412024-12-31T16:39:17.610Z[SUM] 1.00-2.00 sec 172 MBytes 1.44 Gbits/sec
20422024-12-31T16:39:17.610Z- - - - - - - - - - - - - - - - - - - - - - - - -
20432024-12-31T16:39:17.610Z[ 5] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
20442024-12-31T16:39:17.610Z[ 7] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
20452024-12-31T16:39:17.610Z[ 9] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
20462024-12-31T16:39:17.610Z[ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
20472024-12-31T16:39:17.610Z[ 13] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
20482024-12-31T16:39:17.610Z[ 15] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
20492024-12-31T16:39:17.610Z[ 17] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
20502024-12-31T16:39:17.610Z[ 19] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec
20512024-12-31T16:39:17.610Z[SUM] 2.00-3.00 sec 173 MBytes 1.45 Gbits/sec
20522024-12-31T16:39:17.610Z- - - - - - - - - - - - - - - - - - - - - - - - -
20532024-12-31T16:39:17.611Z[ 5] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
20542024-12-31T16:39:17.611Z[ 7] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
20552024-12-31T16:39:17.611Z[ 9] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
20562024-12-31T16:39:17.611Z[ 11] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
20572024-12-31T16:39:17.611Z[ 13] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
20582024-12-31T16:39:17.611Z[ 15] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
20592024-12-31T16:39:17.611Z[ 17] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
20602024-12-31T16:39:17.611Z[ 19] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
20612024-12-31T16:39:17.611Z[SUM] 3.00-4.00 sec 173 MBytes 1.45 Gbits/sec
20622024-12-31T16:39:17.611Z- - - - - - - - - - - - - - - - - - - - - - - - -
20632024-12-31T16:39:17.611Z[ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
20642024-12-31T16:39:17.611Z[ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
20652024-12-31T16:39:17.611Z[ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
20662024-12-31T16:39:17.611Z[ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
20672024-12-31T16:39:17.611Z[ 13] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
20682024-12-31T16:39:17.611Z[ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
20692024-12-31T16:39:17.611Z[ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
20702024-12-31T16:39:17.611Z[ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
20712024-12-31T16:39:17.611Z[SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec
20722024-12-31T16:39:17.611Z- - - - - - - - - - - - - - - - - - - - - - - - -
20732024-12-31T16:39:17.611Z[ 5] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
20742024-12-31T16:39:17.611Z[ 7] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20752024-12-31T16:39:17.611Z[ 9] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20762024-12-31T16:39:17.611Z[ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20772024-12-31T16:39:17.611Z[ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20782024-12-31T16:39:17.611Z[ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20792024-12-31T16:39:17.611Z[ 17] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20802024-12-31T16:39:17.611Z[ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20812024-12-31T16:39:17.611Z[SUM] 5.00-6.00 sec 175 MBytes 1.47 Gbits/sec
20822024-12-31T16:39:17.611Z- - - - - - - - - - - - - - - - - - - - - - - - -
20832024-12-31T16:39:17.611Z[ 5] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
20842024-12-31T16:39:17.611Z[ 7] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
20852024-12-31T16:39:17.611Z[ 9] 6.00-7.00 sec 21.6 MBytes 182 Mbits/sec
20862024-12-31T16:39:20.828Z[ 11] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
20872024-12-31T16:39:20.828Z[ 13] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
20882024-12-31T16:39:20.828Z[ 15] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
20892024-12-31T16:39:20.828Z[ 17] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
20902024-12-31T16:39:20.828Z[ 19] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
20912024-12-31T16:39:20.828Z[SUM] 6.00-7.00 sec 173 MBytes 1.45 Gbits/sec
20922024-12-31T16:39:20.828Z- - - - - - - - - - - - - - - - - - - - - - - - -
20932024-12-31T16:39:20.828Z[ 5] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec
20942024-12-31T16:39:20.828Z[ 7] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
20952024-12-31T16:39:20.828Z[ 9] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec
20962024-12-31T16:39:20.828Z[ 11] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
20972024-12-31T16:39:20.828Z[ 13] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
20982024-12-31T16:39:20.828Z[ 15] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
20992024-12-31T16:39:20.828Z[ 17] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
21002024-12-31T16:39:20.828Z[ 19] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec
21012024-12-31T16:39:20.828Z[SUM] 7.00-8.00 sec 172 MBytes 1.45 Gbits/sec
21022024-12-31T16:39:20.828Z- - - - - - - - - - - - - - - - - - - - - - - - -
21032024-12-31T16:39:20.828Z[ 5] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec
21042024-12-31T16:39:20.828Z[ 7] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec
21052024-12-31T16:39:20.828Z[ 9] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec
21062024-12-31T16:39:20.828Z[ 11] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec
21072024-12-31T16:39:20.828Z[ 13] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec
21082024-12-31T16:39:20.828Z[ 15] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec
21092024-12-31T16:39:20.828Z[ 17] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec
21102024-12-31T16:39:20.829Z[ 19] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec
21112024-12-31T16:39:20.829Z[SUM] 8.00-9.00 sec 172 MBytes 1.44 Gbits/sec
21122024-12-31T16:39:20.829Z- - - - - - - - - - - - - - - - - - - - - - - - -
21132024-12-31T16:39:20.829Z[ 5] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
21142024-12-31T16:39:20.829Z[ 7] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
21152024-12-31T16:39:20.829Z[ 9] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
21162024-12-31T16:39:20.829Z[ 11] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
21172024-12-31T16:39:20.829Z[ 13] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
21182024-12-31T16:39:20.829Z[ 15] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
21192024-12-31T16:39:20.829Z[ 17] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec
21202024-12-31T16:39:20.829Z[ 19] 9.00-10.00 sec 21.5 MBytes 181 Mbits/sec
21212024-12-31T16:39:20.829Z[SUM] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec
21222024-12-31T16:39:20.829Z- - - - - - - - - - - - - - - - - - - - - - - - -
21232024-12-31T16:39:20.829Z[ 5] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec
21242024-12-31T16:39:20.829Z[ 7] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec
21252024-12-31T16:39:20.829Z[ 9] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec
21262024-12-31T16:39:20.829Z[ 11] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec
21272024-12-31T16:39:20.829Z[ 13] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec
21282024-12-31T16:39:20.829Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21292024-12-31T16:39:20.829Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21302024-12-31T16:39:20.829Z[ 19] 10.00-10.00 sec 70.7 KBytes 263 Mbits/sec
21312024-12-31T16:39:20.832Z[SUM] 10.00-10.00 sec 354 KBytes 1.31 Gbits/sec
21322024-12-31T16:39:20.832Z- - - - - - - - - - - - - - - - - - - - - - - - -
21332024-12-31T16:39:20.832Z[ ID] Interval Transfer Bandwidth
21342024-12-31T16:39:20.832Z[ 5] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21352024-12-31T16:39:20.832Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21362024-12-31T16:39:20.832Z[ 7] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21372024-12-31T16:39:20.832Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21382024-12-31T16:39:20.832Z[ 9] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21392024-12-31T16:39:20.832Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21402024-12-31T16:39:20.832Z[ 11] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21412024-12-31T16:39:20.832Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21422024-12-31T16:39:20.832Z[ 13] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21432024-12-31T16:39:20.832Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21442024-12-31T16:39:20.832Z[ 15] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21452024-12-31T16:39:20.832Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21462024-12-31T16:39:20.833Z[ 17] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21472024-12-31T16:39:20.833Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21482024-12-31T16:39:20.833Z[ 19] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21492024-12-31T16:39:20.833Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21502024-12-31T16:39:20.833Z[SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender
21512024-12-31T16:39:20.833Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21522024-12-31T16:39:20.833ZRun 5/5...1440.212Mbps
21532024-12-31T16:39:20.833Z###---------------------###
21542024-12-31T16:39:20.833Z::: iPerf done... :::
21552024-12-31T16:39:20.833Z:::Awaiting out files...:::
21562024-12-31T16:39:20.833Z###---------------------###
21572024-12-31T16:39:20.833Z###-----###
21582024-12-31T16:39:20.833Z:::done!:::
21592024-12-31T16:39:20.833Z###-----###
21602024-12-31T16:39:20.833Z###-------------------###
21612024-12-31T16:39:20.833Z:::Running experiment :::
21622024-12-31T16:39:20.833Z:::iperf-tcp/local/c2s:::
21632024-12-31T16:39:20.833Z###-------------------###
21642024-12-31T16:39:21.319Zdtrace: description 'profile-201us ' matched 2 probes
21652024-12-31T16:39:27.866Z-----------------------------------------------------------
21662024-12-31T16:39:27.866ZServer listening on 5201
21672024-12-31T16:39:27.866Z-----------------------------------------------------------
21682024-12-31T16:39:27.866ZAccepted connection from 10.0.0.1, port 48637
21692024-12-31T16:39:27.866Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46993
21702024-12-31T16:39:27.866Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50534
21712024-12-31T16:39:27.866Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35053
21722024-12-31T16:39:27.866Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44443
21732024-12-31T16:39:27.866Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48541
21742024-12-31T16:39:27.866Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46096
21752024-12-31T16:39:27.866Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49866
21762024-12-31T16:39:27.866Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37540
21772024-12-31T16:39:27.866Z[ ID] Interval Transfer Bandwidth
21782024-12-31T16:39:27.866Z[ 5] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec
21792024-12-31T16:39:27.866Z[ 7] 0.00-1.00 sec 15.0 MBytes 125 Mbits/sec
21802024-12-31T16:39:27.866Z[ 9] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec
21812024-12-31T16:39:27.866Z[ 11] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
21822024-12-31T16:39:27.866Z[ 13] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
21832024-12-31T16:39:27.866Z[ 15] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
21842024-12-31T16:39:27.866Z[ 17] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
21852024-12-31T16:39:27.866Z[ 19] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
21862024-12-31T16:39:27.867Z[SUM] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
21872024-12-31T16:39:27.867Z- - - - - - - - - - - - - - - - - - - - - - - - -
21882024-12-31T16:39:27.867Z[ 5] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
21892024-12-31T16:39:27.867Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
21902024-12-31T16:39:27.867Z[ 9] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
21912024-12-31T16:39:27.867Z[ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
21922024-12-31T16:39:27.867Z[ 13] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
21932024-12-31T16:39:27.867Z[ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
21942024-12-31T16:39:27.867Z[ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
21952024-12-31T16:39:27.867Z[ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
21962024-12-31T16:39:27.867Z[SUM] 1.00-2.00 sec 106 MBytes 892 Mbits/sec
21972024-12-31T16:39:27.867Z- - - - - - - - - - - - - - - - - - - - - - - - -
21982024-12-31T16:39:27.867Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
21992024-12-31T16:39:27.867Z[ 7] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
22002024-12-31T16:39:27.867Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22012024-12-31T16:39:27.867Z[ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22022024-12-31T16:39:27.867Z[ 13] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
22032024-12-31T16:39:27.867Z[ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
22042024-12-31T16:39:27.867Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22052024-12-31T16:39:27.867Z[ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22062024-12-31T16:39:27.867Z[SUM] 2.00-3.00 sec 105 MBytes 882 Mbits/sec
22072024-12-31T16:39:27.867Z- - - - - - - - - - - - - - - - - - - - - - - - -
22082024-12-31T16:39:27.867Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
22092024-12-31T16:39:27.867Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
22102024-12-31T16:39:27.867Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
22112024-12-31T16:39:27.867Z[ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
22122024-12-31T16:39:27.867Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
22132024-12-31T16:39:27.867Z[ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
22142024-12-31T16:39:27.867Z[ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
22152024-12-31T16:39:27.867Z[ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
22162024-12-31T16:39:27.867Z[SUM] 3.00-4.00 sec 105 MBytes 880 Mbits/sec
22172024-12-31T16:39:27.867Z- - - - - - - - - - - - - - - - - - - - - - - - -
22182024-12-31T16:39:27.867Z[ 5] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec
22192024-12-31T16:39:27.867Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
22202024-12-31T16:39:27.867Z[ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
22212024-12-31T16:39:27.867Z[ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
22222024-12-31T16:39:27.867Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
22232024-12-31T16:39:27.867Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
22242024-12-31T16:39:27.867Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
22252024-12-31T16:39:27.867Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
22262024-12-31T16:39:27.868Z[SUM] 4.00-5.00 sec 106 MBytes 886 Mbits/sec
22272024-12-31T16:39:27.868Z- - - - - - - - - - - - - - - - - - - - - - - - -
22282024-12-31T16:39:27.868Z[ 5] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
22292024-12-31T16:39:27.868Z[ 7] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
22302024-12-31T16:39:27.868Z[ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
22312024-12-31T16:39:27.868Z[ 11] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec
22322024-12-31T16:39:27.868Z[ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
22332024-12-31T16:39:27.868Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
22342024-12-31T16:39:27.868Z[ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
22352024-12-31T16:39:27.868Z[ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
22362024-12-31T16:39:27.868Z[SUM] 5.00-6.00 sec 106 MBytes 890 Mbits/sec
22372024-12-31T16:39:27.868Z- - - - - - - - - - - - - - - - - - - - - - - - -
22382024-12-31T16:39:27.868Z[ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
22392024-12-31T16:39:27.868Z[ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
22402024-12-31T16:39:27.868Z[ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
22412024-12-31T16:39:31.090Z[ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
22422024-12-31T16:39:31.090Z[ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
22432024-12-31T16:39:31.090Z[ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
22442024-12-31T16:39:31.090Z[ 17] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
22452024-12-31T16:39:31.090Z[ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
22462024-12-31T16:39:31.090Z[SUM] 6.00-7.00 sec 106 MBytes 889 Mbits/sec
22472024-12-31T16:39:31.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
22482024-12-31T16:39:31.090Z[ 5] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec
22492024-12-31T16:39:31.090Z[ 7] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec
22502024-12-31T16:39:31.090Z[ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
22512024-12-31T16:39:31.090Z[ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22522024-12-31T16:39:31.090Z[ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22532024-12-31T16:39:31.090Z[ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22542024-12-31T16:39:31.090Z[ 17] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec
22552024-12-31T16:39:31.090Z[ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
22562024-12-31T16:39:31.090Z[SUM] 7.00-8.00 sec 106 MBytes 893 Mbits/sec
22572024-12-31T16:39:31.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
22582024-12-31T16:39:31.090Z[ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22592024-12-31T16:39:31.090Z[ 7] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
22602024-12-31T16:39:31.090Z[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22612024-12-31T16:39:31.090Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22622024-12-31T16:39:31.090Z[ 13] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
22632024-12-31T16:39:31.090Z[ 15] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
22642024-12-31T16:39:31.090Z[ 17] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
22652024-12-31T16:39:31.090Z[ 19] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22662024-12-31T16:39:31.090Z[SUM] 8.00-9.00 sec 107 MBytes 894 Mbits/sec
22672024-12-31T16:39:31.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
22682024-12-31T16:39:31.091Z[ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
22692024-12-31T16:39:31.091Z[ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
22702024-12-31T16:39:31.091Z[ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
22712024-12-31T16:39:31.091Z[ 11] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec
22722024-12-31T16:39:31.091Z[ 13] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec
22732024-12-31T16:39:31.091Z[ 15] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
22742024-12-31T16:39:31.091Z[ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
22752024-12-31T16:39:31.091Z[ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
22762024-12-31T16:39:31.091Z[SUM] 9.00-10.00 sec 107 MBytes 896 Mbits/sec
22772024-12-31T16:39:31.091Z- - - - - - - - - - - - - - - - - - - - - - - - -
22782024-12-31T16:39:31.091Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22792024-12-31T16:39:31.091Z[ 7] 10.00-10.00 sec 42.4 KBytes 90.8 Mbits/sec
22802024-12-31T16:39:31.091Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22812024-12-31T16:39:31.091Z[ 11] 10.00-10.00 sec 87.7 KBytes 188 Mbits/sec
22822024-12-31T16:39:31.091Z[ 13] 10.00-10.00 sec 124 KBytes 266 Mbits/sec
22832024-12-31T16:39:31.091Z[ 15] 10.00-10.00 sec 60.8 KBytes 130 Mbits/sec
22842024-12-31T16:39:31.091Z[ 17] 10.00-10.00 sec 59.4 KBytes 127 Mbits/sec
22852024-12-31T16:39:31.091Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22862024-12-31T16:39:31.091Z[SUM] 10.00-10.00 sec 375 KBytes 802 Mbits/sec
22872024-12-31T16:39:31.091Z- - - - - - - - - - - - - - - - - - - - - - - - -
22882024-12-31T16:39:31.091Z[ ID] Interval Transfer Bandwidth
22892024-12-31T16:39:31.091Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22902024-12-31T16:39:31.091Z[ 5] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
22912024-12-31T16:39:31.091Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22922024-12-31T16:39:31.091Z[ 7] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
22932024-12-31T16:39:31.091Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22942024-12-31T16:39:31.091Z[ 9] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
22952024-12-31T16:39:31.091Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22962024-12-31T16:39:31.091Z[ 11] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
22972024-12-31T16:39:31.091Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22982024-12-31T16:39:31.091Z[ 13] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
22992024-12-31T16:39:31.091Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23002024-12-31T16:39:31.091Z[ 15] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
23012024-12-31T16:39:31.091Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23022024-12-31T16:39:31.091Z[ 17] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
23032024-12-31T16:39:31.091Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23042024-12-31T16:39:31.091Z[ 19] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
23052024-12-31T16:39:31.091Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23062024-12-31T16:39:31.092Z[SUM] 0.00-10.00 sec 1.05 GBytes 900 Mbits/sec receiver
23072024-12-31T16:39:31.094ZRun 1/10...900.55685575911Mbps
23082024-12-31T16:39:38.125Z-----------------------------------------------------------
23092024-12-31T16:39:38.125ZServer listening on 5201
23102024-12-31T16:39:38.125Z-----------------------------------------------------------
23112024-12-31T16:39:38.125ZAccepted connection from 10.0.0.1, port 63189
23122024-12-31T16:39:38.125Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60796
23132024-12-31T16:39:38.125Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33705
23142024-12-31T16:39:38.125Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52967
23152024-12-31T16:39:38.125Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50699
23162024-12-31T16:39:38.126Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44874
23172024-12-31T16:39:38.126Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65425
23182024-12-31T16:39:38.126Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57615
23192024-12-31T16:39:38.126Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51579
23202024-12-31T16:39:38.126Z[ ID] Interval Transfer Bandwidth
23212024-12-31T16:39:38.126Z[ 5] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec
23222024-12-31T16:39:38.126Z[ 7] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec
23232024-12-31T16:39:38.126Z[ 9] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
23242024-12-31T16:39:38.126Z[ 11] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
23252024-12-31T16:39:38.126Z[ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23262024-12-31T16:39:38.126Z[ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23272024-12-31T16:39:38.126Z[ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23282024-12-31T16:39:38.126Z[ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23292024-12-31T16:39:38.126Z[SUM] 0.00-1.00 sec 98.9 MBytes 830 Mbits/sec
23302024-12-31T16:39:38.126Z- - - - - - - - - - - - - - - - - - - - - - - - -
23312024-12-31T16:39:38.126Z[ 5] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23322024-12-31T16:39:38.126Z[ 7] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23332024-12-31T16:39:38.126Z[ 9] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23342024-12-31T16:39:38.126Z[ 11] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
23352024-12-31T16:39:38.126Z[ 13] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23362024-12-31T16:39:38.126Z[ 15] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23372024-12-31T16:39:38.126Z[ 17] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23382024-12-31T16:39:38.126Z[ 19] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23392024-12-31T16:39:38.126Z[SUM] 1.00-2.00 sec 110 MBytes 920 Mbits/sec
23402024-12-31T16:39:38.126Z- - - - - - - - - - - - - - - - - - - - - - - - -
23412024-12-31T16:39:38.126Z[ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
23422024-12-31T16:39:38.126Z[ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
23432024-12-31T16:39:38.126Z[ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
23442024-12-31T16:39:38.126Z[ 11] 2.00-3.00 sec 13.5 MBytes 114 Mbits/sec
23452024-12-31T16:39:38.126Z[ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
23462024-12-31T16:39:38.126Z[ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
23472024-12-31T16:39:38.126Z[ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
23482024-12-31T16:39:38.126Z[ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
23492024-12-31T16:39:38.126Z[SUM] 2.00-3.00 sec 108 MBytes 906 Mbits/sec
23502024-12-31T16:39:38.126Z- - - - - - - - - - - - - - - - - - - - - - - - -
23512024-12-31T16:39:38.126Z[ 5] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec
23522024-12-31T16:39:38.126Z[ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
23532024-12-31T16:39:38.126Z[ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
23542024-12-31T16:39:38.127Z[ 11] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec
23552024-12-31T16:39:38.127Z[ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
23562024-12-31T16:39:38.127Z[ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
23572024-12-31T16:39:38.127Z[ 17] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec
23582024-12-31T16:39:38.127Z[ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
23592024-12-31T16:39:38.127Z[SUM] 3.00-4.00 sec 108 MBytes 902 Mbits/sec
23602024-12-31T16:39:38.127Z- - - - - - - - - - - - - - - - - - - - - - - - -
23612024-12-31T16:39:38.127Z[ 5] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec
23622024-12-31T16:39:38.127Z[ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
23632024-12-31T16:39:38.127Z[ 9] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec
23642024-12-31T16:39:38.127Z[ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
23652024-12-31T16:39:38.127Z[ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
23662024-12-31T16:39:38.127Z[ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
23672024-12-31T16:39:38.127Z[ 17] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec
23682024-12-31T16:39:38.127Z[ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec
23692024-12-31T16:39:38.127Z[SUM] 4.00-5.00 sec 107 MBytes 900 Mbits/sec
23702024-12-31T16:39:38.127Z- - - - - - - - - - - - - - - - - - - - - - - - -
23712024-12-31T16:39:38.127Z[ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
23722024-12-31T16:39:38.127Z[ 7] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
23732024-12-31T16:39:38.127Z[ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
23742024-12-31T16:39:38.127Z[ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
23752024-12-31T16:39:38.127Z[ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
23762024-12-31T16:39:38.127Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
23772024-12-31T16:39:38.127Z[ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
23782024-12-31T16:39:38.127Z[ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
23792024-12-31T16:39:38.127Z[SUM] 5.00-6.00 sec 106 MBytes 888 Mbits/sec
23802024-12-31T16:39:38.127Z- - - - - - - - - - - - - - - - - - - - - - - - -
23812024-12-31T16:39:38.127Z[ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
23822024-12-31T16:39:38.127Z[ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
23832024-12-31T16:39:38.127Z[ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
23842024-12-31T16:39:41.241Z[ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
23852024-12-31T16:39:41.241Z[ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
23862024-12-31T16:39:41.241Z[ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
23872024-12-31T16:39:41.241Z[ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
23882024-12-31T16:39:41.241Z[ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
23892024-12-31T16:39:41.241Z[SUM] 6.00-7.00 sec 107 MBytes 902 Mbits/sec
23902024-12-31T16:39:41.241Z- - - - - - - - - - - - - - - - - - - - - - - - -
23912024-12-31T16:39:41.241Z[ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
23922024-12-31T16:39:41.241Z[ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
23932024-12-31T16:39:41.241Z[ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
23942024-12-31T16:39:41.241Z[ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
23952024-12-31T16:39:41.241Z[ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
23962024-12-31T16:39:41.241Z[ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
23972024-12-31T16:39:41.241Z[ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
23982024-12-31T16:39:41.241Z[ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
23992024-12-31T16:39:41.241Z[SUM] 7.00-8.00 sec 107 MBytes 901 Mbits/sec
24002024-12-31T16:39:41.241Z- - - - - - - - - - - - - - - - - - - - - - - - -
24012024-12-31T16:39:41.241Z[ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
24022024-12-31T16:39:41.241Z[ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
24032024-12-31T16:39:41.241Z[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
24042024-12-31T16:39:41.242Z[ 11] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
24052024-12-31T16:39:41.242Z[ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
24062024-12-31T16:39:41.242Z[ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
24072024-12-31T16:39:41.242Z[ 17] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec
24082024-12-31T16:39:41.242Z[ 19] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec
24092024-12-31T16:39:41.242Z[SUM] 8.00-9.00 sec 108 MBytes 903 Mbits/sec
24102024-12-31T16:39:41.242Z- - - - - - - - - - - - - - - - - - - - - - - - -
24112024-12-31T16:39:41.242Z[ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
24122024-12-31T16:39:41.242Z[ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
24132024-12-31T16:39:41.242Z[ 9] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
24142024-12-31T16:39:41.242Z[ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
24152024-12-31T16:39:41.242Z[ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
24162024-12-31T16:39:41.242Z[ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
24172024-12-31T16:39:41.242Z[ 17] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec
24182024-12-31T16:39:41.242Z[ 19] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec
24192024-12-31T16:39:41.242Z[SUM] 9.00-10.00 sec 106 MBytes 889 Mbits/sec
24202024-12-31T16:39:41.242Z- - - - - - - - - - - - - - - - - - - - - - - - -
24212024-12-31T16:39:41.242Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24222024-12-31T16:39:41.242Z[ 7] 10.00-10.00 sec 25.5 KBytes 57.7 Mbits/sec
24232024-12-31T16:39:41.242Z[ 9] 10.00-10.00 sec 124 KBytes 282 Mbits/sec
24242024-12-31T16:39:41.242Z[ 11] 10.00-10.00 sec 107 KBytes 244 Mbits/sec
24252024-12-31T16:39:41.242Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24262024-12-31T16:39:41.242Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24272024-12-31T16:39:41.242Z[ 17] 10.00-10.00 sec 8.48 KBytes 19.2 Mbits/sec
24282024-12-31T16:39:41.242Z[ 19] 10.00-10.00 sec 48.1 KBytes 109 Mbits/sec
24292024-12-31T16:39:41.242Z[SUM] 10.00-10.00 sec 314 KBytes 712 Mbits/sec
24302024-12-31T16:39:41.242Z- - - - - - - - - - - - - - - - - - - - - - - - -
24312024-12-31T16:39:41.242Z[ ID] Interval Transfer Bandwidth
24322024-12-31T16:39:41.242Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24332024-12-31T16:39:41.242Z[ 5] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
24342024-12-31T16:39:41.242Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24352024-12-31T16:39:41.242Z[ 7] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
24362024-12-31T16:39:41.242Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24372024-12-31T16:39:41.242Z[ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
24382024-12-31T16:39:41.242Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24392024-12-31T16:39:41.242Z[ 11] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
24402024-12-31T16:39:41.242Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24412024-12-31T16:39:41.242Z[ 13] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
24422024-12-31T16:39:41.242Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24432024-12-31T16:39:41.243Z[ 15] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
24442024-12-31T16:39:41.243Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24452024-12-31T16:39:41.243Z[ 17] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
24462024-12-31T16:39:41.243Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24472024-12-31T16:39:41.243Z[ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
24482024-12-31T16:39:41.243Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24492024-12-31T16:39:41.243Z[SUM] 0.00-10.00 sec 1.04 GBytes 894 Mbits/sec receiver
24502024-12-31T16:39:41.245ZRun 2/10...894.5599712026401Mbps
24512024-12-31T16:39:48.276Z-----------------------------------------------------------
24522024-12-31T16:39:48.276ZServer listening on 5201
24532024-12-31T16:39:48.276Z-----------------------------------------------------------
24542024-12-31T16:39:48.276ZAccepted connection from 10.0.0.1, port 56226
24552024-12-31T16:39:48.276Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52569
24562024-12-31T16:39:48.276Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51513
24572024-12-31T16:39:48.276Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56279
24582024-12-31T16:39:48.276Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60926
24592024-12-31T16:39:48.276Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61892
24602024-12-31T16:39:48.276Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64172
24612024-12-31T16:39:48.276Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62852
24622024-12-31T16:39:48.276Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45271
24632024-12-31T16:39:48.276Z[ ID] Interval Transfer Bandwidth
24642024-12-31T16:39:48.276Z[ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
24652024-12-31T16:39:48.276Z[ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
24662024-12-31T16:39:48.276Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
24672024-12-31T16:39:48.276Z[ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
24682024-12-31T16:39:48.276Z[ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
24692024-12-31T16:39:48.276Z[ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
24702024-12-31T16:39:48.276Z[ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
24712024-12-31T16:39:48.276Z[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
24722024-12-31T16:39:48.276Z[SUM] 0.00-1.00 sec 97.1 MBytes 815 Mbits/sec
24732024-12-31T16:39:48.276Z- - - - - - - - - - - - - - - - - - - - - - - - -
24742024-12-31T16:39:48.276Z[ 5] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
24752024-12-31T16:39:48.276Z[ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
24762024-12-31T16:39:48.276Z[ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
24772024-12-31T16:39:48.276Z[ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
24782024-12-31T16:39:48.277Z[ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
24792024-12-31T16:39:48.277Z[ 15] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec
24802024-12-31T16:39:48.277Z[ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
24812024-12-31T16:39:48.277Z[ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
24822024-12-31T16:39:48.277Z[SUM] 1.00-2.00 sec 107 MBytes 900 Mbits/sec
24832024-12-31T16:39:48.277Z- - - - - - - - - - - - - - - - - - - - - - - - -
24842024-12-31T16:39:48.277Z[ 5] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec
24852024-12-31T16:39:48.277Z[ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24862024-12-31T16:39:48.277Z[ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24872024-12-31T16:39:48.277Z[ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24882024-12-31T16:39:48.280Z[ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24892024-12-31T16:39:48.280Z[ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24902024-12-31T16:39:48.280Z[ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24912024-12-31T16:39:48.280Z[ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24922024-12-31T16:39:48.280Z[SUM] 2.00-3.00 sec 107 MBytes 898 Mbits/sec
24932024-12-31T16:39:48.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
24942024-12-31T16:39:48.280Z[ 5] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec
24952024-12-31T16:39:48.280Z[ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
24962024-12-31T16:39:48.280Z[ 9] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
24972024-12-31T16:39:48.280Z[ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
24982024-12-31T16:39:48.280Z[ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
24992024-12-31T16:39:48.280Z[ 15] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
25002024-12-31T16:39:48.280Z[ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
25012024-12-31T16:39:48.280Z[ 19] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec
25022024-12-31T16:39:48.280Z[SUM] 3.00-4.00 sec 106 MBytes 890 Mbits/sec
25032024-12-31T16:39:48.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
25042024-12-31T16:39:48.280Z[ 5] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec
25052024-12-31T16:39:48.280Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
25062024-12-31T16:39:48.280Z[ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
25072024-12-31T16:39:48.280Z[ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
25082024-12-31T16:39:48.280Z[ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
25092024-12-31T16:39:48.280Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
25102024-12-31T16:39:48.280Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
25112024-12-31T16:39:48.280Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
25122024-12-31T16:39:48.280Z[SUM] 4.00-5.00 sec 106 MBytes 892 Mbits/sec
25132024-12-31T16:39:48.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
25142024-12-31T16:39:48.280Z[ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
25152024-12-31T16:39:48.280Z[ 7] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
25162024-12-31T16:39:48.280Z[ 9] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
25172024-12-31T16:39:48.280Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
25182024-12-31T16:39:48.281Z[ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
25192024-12-31T16:39:48.281Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
25202024-12-31T16:39:48.281Z[ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
25212024-12-31T16:39:48.281Z[ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
25222024-12-31T16:39:48.281Z[SUM] 5.00-6.00 sec 106 MBytes 886 Mbits/sec
25232024-12-31T16:39:48.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
25242024-12-31T16:39:48.281Z[ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
25252024-12-31T16:39:48.281Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
25262024-12-31T16:39:48.281Z[ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
25272024-12-31T16:39:51.392Z[ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
25282024-12-31T16:39:51.392Z[ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
25292024-12-31T16:39:51.392Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
25302024-12-31T16:39:51.392Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
25312024-12-31T16:39:51.392Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
25322024-12-31T16:39:51.392Z[SUM] 6.00-7.00 sec 105 MBytes 883 Mbits/sec
25332024-12-31T16:39:51.392Z- - - - - - - - - - - - - - - - - - - - - - - - -
25342024-12-31T16:39:51.392Z[ 5] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec
25352024-12-31T16:39:51.392Z[ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
25362024-12-31T16:39:51.392Z[ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
25372024-12-31T16:39:51.392Z[ 11] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
25382024-12-31T16:39:51.392Z[ 13] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec
25392024-12-31T16:39:51.392Z[ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
25402024-12-31T16:39:51.393Z[ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
25412024-12-31T16:39:51.393Z[ 19] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec
25422024-12-31T16:39:51.393Z[SUM] 7.00-8.00 sec 107 MBytes 894 Mbits/sec
25432024-12-31T16:39:51.393Z- - - - - - - - - - - - - - - - - - - - - - - - -
25442024-12-31T16:39:51.393Z[ 5] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
25452024-12-31T16:39:51.393Z[ 7] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25462024-12-31T16:39:51.393Z[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25472024-12-31T16:39:51.393Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25482024-12-31T16:39:51.393Z[ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25492024-12-31T16:39:51.393Z[ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25502024-12-31T16:39:51.393Z[ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25512024-12-31T16:39:51.393Z[ 19] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
25522024-12-31T16:39:51.393Z[SUM] 8.00-9.00 sec 107 MBytes 896 Mbits/sec
25532024-12-31T16:39:51.393Z- - - - - - - - - - - - - - - - - - - - - - - - -
25542024-12-31T16:39:51.393Z[ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
25552024-12-31T16:39:51.393Z[ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
25562024-12-31T16:39:51.393Z[ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
25572024-12-31T16:39:51.393Z[ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
25582024-12-31T16:39:51.393Z[ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
25592024-12-31T16:39:51.393Z[ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
25602024-12-31T16:39:51.393Z[ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
25612024-12-31T16:39:51.396Z[ 19] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec
25622024-12-31T16:39:51.396Z[SUM] 9.00-10.00 sec 106 MBytes 892 Mbits/sec
25632024-12-31T16:39:51.396Z- - - - - - - - - - - - - - - - - - - - - - - - -
25642024-12-31T16:39:51.396Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25652024-12-31T16:39:51.396Z[ 7] 10.00-10.00 sec 5.66 KBytes 12.9 Mbits/sec
25662024-12-31T16:39:51.396Z[ 9] 10.00-10.00 sec 17.0 KBytes 38.8 Mbits/sec
25672024-12-31T16:39:51.396Z[ 11] 10.00-10.00 sec 124 KBytes 284 Mbits/sec
25682024-12-31T16:39:51.396Z[ 13] 10.00-10.00 sec 124 KBytes 284 Mbits/sec
25692024-12-31T16:39:51.396Z[ 15] 10.00-10.00 sec 76.4 KBytes 174 Mbits/sec
25702024-12-31T16:39:51.396Z[ 17] 10.00-10.00 sec 14.1 KBytes 32.3 Mbits/sec
25712024-12-31T16:39:51.396Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25722024-12-31T16:39:51.396Z[SUM] 10.00-10.00 sec 362 KBytes 823 Mbits/sec
25732024-12-31T16:39:51.396Z- - - - - - - - - - - - - - - - - - - - - - - - -
25742024-12-31T16:39:51.396Z[ ID] Interval Transfer Bandwidth
25752024-12-31T16:39:51.396Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25762024-12-31T16:39:51.396Z[ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
25772024-12-31T16:39:51.396Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25782024-12-31T16:39:51.396Z[ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
25792024-12-31T16:39:51.397Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25802024-12-31T16:39:51.397Z[ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
25812024-12-31T16:39:51.397Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25822024-12-31T16:39:51.397Z[ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
25832024-12-31T16:39:51.397Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25842024-12-31T16:39:51.397Z[ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
25852024-12-31T16:39:51.397Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25862024-12-31T16:39:51.397Z[ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
25872024-12-31T16:39:51.397Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25882024-12-31T16:39:51.397Z[ 17] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver
25892024-12-31T16:39:51.397Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25902024-12-31T16:39:51.397Z[ 19] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver
25912024-12-31T16:39:51.397Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25922024-12-31T16:39:51.397Z[SUM] 0.00-10.00 sec 1.03 GBytes 884 Mbits/sec receiver
25932024-12-31T16:39:51.397ZRun 3/10...885.007567063429Mbps
25942024-12-31T16:39:58.427Z-----------------------------------------------------------
25952024-12-31T16:39:58.427ZServer listening on 5201
25962024-12-31T16:39:58.427Z-----------------------------------------------------------
25972024-12-31T16:39:58.427ZAccepted connection from 10.0.0.1, port 48679
25982024-12-31T16:39:58.427Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35238
25992024-12-31T16:39:58.427Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45319
26002024-12-31T16:39:58.427Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49379
26012024-12-31T16:39:58.427Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40635
26022024-12-31T16:39:58.427Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47821
26032024-12-31T16:39:58.427Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60324
26042024-12-31T16:39:58.427Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62985
26052024-12-31T16:39:58.427Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38633
26062024-12-31T16:39:58.427Z[ ID] Interval Transfer Bandwidth
26072024-12-31T16:39:58.427Z[ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
26082024-12-31T16:39:58.427Z[ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
26092024-12-31T16:39:58.427Z[ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
26102024-12-31T16:39:58.427Z[ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
26112024-12-31T16:39:58.427Z[ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
26122024-12-31T16:39:58.427Z[ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
26132024-12-31T16:39:58.427Z[ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
26142024-12-31T16:39:58.427Z[ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
26152024-12-31T16:39:58.427Z[SUM] 0.00-1.00 sec 96.0 MBytes 805 Mbits/sec
26162024-12-31T16:39:58.427Z- - - - - - - - - - - - - - - - - - - - - - - - -
26172024-12-31T16:39:58.427Z[ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
26182024-12-31T16:39:58.428Z[ 7] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
26192024-12-31T16:39:58.428Z[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
26202024-12-31T16:39:58.428Z[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
26212024-12-31T16:39:58.428Z[ 13] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
26222024-12-31T16:39:58.428Z[ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
26232024-12-31T16:39:58.428Z[ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
26242024-12-31T16:39:58.428Z[ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
26252024-12-31T16:39:58.428Z[SUM] 1.00-2.00 sec 106 MBytes 893 Mbits/sec
26262024-12-31T16:39:58.428Z- - - - - - - - - - - - - - - - - - - - - - - - -
26272024-12-31T16:39:58.428Z[ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
26282024-12-31T16:39:58.428Z[ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
26292024-12-31T16:39:58.428Z[ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
26302024-12-31T16:39:58.428Z[ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
26312024-12-31T16:39:58.428Z[ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
26322024-12-31T16:39:58.428Z[ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
26332024-12-31T16:39:58.428Z[ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
26342024-12-31T16:39:58.431Z[ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
26352024-12-31T16:39:58.431Z[SUM] 2.00-3.00 sec 106 MBytes 887 Mbits/sec
26362024-12-31T16:39:58.431Z- - - - - - - - - - - - - - - - - - - - - - - - -
26372024-12-31T16:39:58.431Z[ 5] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
26382024-12-31T16:39:58.431Z[ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
26392024-12-31T16:39:58.431Z[ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
26402024-12-31T16:39:58.431Z[ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
26412024-12-31T16:39:58.431Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
26422024-12-31T16:39:58.431Z[ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
26432024-12-31T16:39:58.431Z[ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
26442024-12-31T16:39:58.431Z[ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
26452024-12-31T16:39:58.431Z[SUM] 3.00-4.00 sec 105 MBytes 885 Mbits/sec
26462024-12-31T16:39:58.431Z- - - - - - - - - - - - - - - - - - - - - - - - -
26472024-12-31T16:39:58.431Z[ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
26482024-12-31T16:39:58.431Z[ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
26492024-12-31T16:39:58.431Z[ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
26502024-12-31T16:39:58.431Z[ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
26512024-12-31T16:39:58.431Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
26522024-12-31T16:39:58.431Z[ 15] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec
26532024-12-31T16:39:58.431Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
26542024-12-31T16:39:58.431Z[ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
26552024-12-31T16:39:58.431Z[SUM] 4.00-5.00 sec 105 MBytes 883 Mbits/sec
26562024-12-31T16:39:58.431Z- - - - - - - - - - - - - - - - - - - - - - - - -
26572024-12-31T16:39:58.431Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
26582024-12-31T16:39:58.431Z[ 7] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
26592024-12-31T16:39:58.431Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
26602024-12-31T16:39:58.431Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
26612024-12-31T16:39:58.431Z[ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
26622024-12-31T16:39:58.431Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
26632024-12-31T16:39:58.431Z[ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
26642024-12-31T16:39:58.431Z[ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
26652024-12-31T16:39:58.431Z[SUM] 5.00-6.00 sec 105 MBytes 884 Mbits/sec
26662024-12-31T16:39:58.432Z- - - - - - - - - - - - - - - - - - - - - - - - -
26672024-12-31T16:39:58.432Z[ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
26682024-12-31T16:39:58.432Z[ 7] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
26692024-12-31T16:39:58.432Z[ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
26702024-12-31T16:40:01.545Z[ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
26712024-12-31T16:40:01.545Z[ 13] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
26722024-12-31T16:40:01.545Z[ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
26732024-12-31T16:40:01.545Z[ 17] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
26742024-12-31T16:40:01.545Z[ 19] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec
26752024-12-31T16:40:01.545Z[SUM] 6.00-7.00 sec 107 MBytes 894 Mbits/sec
26762024-12-31T16:40:01.545Z- - - - - - - - - - - - - - - - - - - - - - - - -
26772024-12-31T16:40:01.545Z[ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
26782024-12-31T16:40:01.545Z[ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
26792024-12-31T16:40:01.545Z[ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
26802024-12-31T16:40:01.545Z[ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
26812024-12-31T16:40:01.545Z[ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
26822024-12-31T16:40:01.545Z[ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
26832024-12-31T16:40:01.545Z[ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
26842024-12-31T16:40:01.545Z[ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
26852024-12-31T16:40:01.545Z[SUM] 7.00-8.00 sec 105 MBytes 881 Mbits/sec
26862024-12-31T16:40:01.545Z- - - - - - - - - - - - - - - - - - - - - - - - -
26872024-12-31T16:40:01.545Z[ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
26882024-12-31T16:40:01.545Z[ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
26892024-12-31T16:40:01.545Z[ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
26902024-12-31T16:40:01.545Z[ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
26912024-12-31T16:40:01.545Z[ 13] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec
26922024-12-31T16:40:01.545Z[ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
26932024-12-31T16:40:01.545Z[ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
26942024-12-31T16:40:01.545Z[ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
26952024-12-31T16:40:01.545Z[SUM] 8.00-9.00 sec 105 MBytes 881 Mbits/sec
26962024-12-31T16:40:01.546Z- - - - - - - - - - - - - - - - - - - - - - - - -
26972024-12-31T16:40:01.546Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
26982024-12-31T16:40:01.546Z[ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
26992024-12-31T16:40:01.546Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
27002024-12-31T16:40:01.546Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
27012024-12-31T16:40:01.546Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
27022024-12-31T16:40:01.546Z[ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
27032024-12-31T16:40:01.546Z[ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
27042024-12-31T16:40:01.546Z[ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
27052024-12-31T16:40:01.546Z[SUM] 9.00-10.00 sec 104 MBytes 876 Mbits/sec
27062024-12-31T16:40:01.546Z- - - - - - - - - - - - - - - - - - - - - - - - -
27072024-12-31T16:40:01.546Z[ 5] 10.00-10.00 sec 124 KBytes 270 Mbits/sec
27082024-12-31T16:40:01.546Z[ 7] 10.00-10.00 sec 28.3 KBytes 61.3 Mbits/sec
27092024-12-31T16:40:01.546Z[ 9] 10.00-10.00 sec 124 KBytes 270 Mbits/sec
27102024-12-31T16:40:01.546Z[ 11] 10.00-10.00 sec 124 KBytes 270 Mbits/sec
27112024-12-31T16:40:01.546Z[ 13] 10.00-10.00 sec 84.8 KBytes 184 Mbits/sec
27122024-12-31T16:40:01.546Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27132024-12-31T16:40:01.546Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27142024-12-31T16:40:01.546Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27152024-12-31T16:40:01.546Z[SUM] 10.00-10.00 sec 486 KBytes 1.06 Gbits/sec
27162024-12-31T16:40:01.546Z- - - - - - - - - - - - - - - - - - - - - - - - -
27172024-12-31T16:40:01.546Z[ ID] Interval Transfer Bandwidth
27182024-12-31T16:40:01.546Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27192024-12-31T16:40:01.546Z[ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
27202024-12-31T16:40:01.546Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27212024-12-31T16:40:01.546Z[ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
27222024-12-31T16:40:01.546Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27232024-12-31T16:40:01.546Z[ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
27242024-12-31T16:40:01.546Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27252024-12-31T16:40:01.546Z[ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
27262024-12-31T16:40:01.546Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27272024-12-31T16:40:01.546Z[ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
27282024-12-31T16:40:01.546Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27292024-12-31T16:40:01.546Z[ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
27302024-12-31T16:40:01.547Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27312024-12-31T16:40:01.547Z[ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
27322024-12-31T16:40:01.547Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27332024-12-31T16:40:01.547Z[ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
27342024-12-31T16:40:01.547Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27352024-12-31T16:40:01.547Z[SUM] 0.00-10.00 sec 1.02 GBytes 877 Mbits/sec receiver
27362024-12-31T16:40:01.552ZRun 4/10...877.484003574538Mbps
27372024-12-31T16:40:08.579Z-----------------------------------------------------------
27382024-12-31T16:40:08.579ZServer listening on 5201
27392024-12-31T16:40:08.579Z-----------------------------------------------------------
27402024-12-31T16:40:08.579ZAccepted connection from 10.0.0.1, port 43637
27412024-12-31T16:40:08.579Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37062
27422024-12-31T16:40:08.579Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42223
27432024-12-31T16:40:08.579Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64465
27442024-12-31T16:40:08.580Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38440
27452024-12-31T16:40:08.580Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63902
27462024-12-31T16:40:08.580Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44708
27472024-12-31T16:40:08.580Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45679
27482024-12-31T16:40:08.580Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54019
27492024-12-31T16:40:08.580Z[ ID] Interval Transfer Bandwidth
27502024-12-31T16:40:08.580Z[ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
27512024-12-31T16:40:08.580Z[ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
27522024-12-31T16:40:08.580Z[ 9] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
27532024-12-31T16:40:08.580Z[ 11] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
27542024-12-31T16:40:08.580Z[ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
27552024-12-31T16:40:08.580Z[ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
27562024-12-31T16:40:08.580Z[ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
27572024-12-31T16:40:08.580Z[ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
27582024-12-31T16:40:08.580Z[SUM] 0.00-1.00 sec 95.7 MBytes 803 Mbits/sec
27592024-12-31T16:40:08.580Z- - - - - - - - - - - - - - - - - - - - - - - - -
27602024-12-31T16:40:08.580Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
27612024-12-31T16:40:08.580Z[ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
27622024-12-31T16:40:08.580Z[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
27632024-12-31T16:40:08.580Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
27642024-12-31T16:40:08.580Z[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
27652024-12-31T16:40:08.580Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
27662024-12-31T16:40:08.580Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
27672024-12-31T16:40:08.580Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
27682024-12-31T16:40:08.580Z[SUM] 1.00-2.00 sec 105 MBytes 882 Mbits/sec
27692024-12-31T16:40:08.580Z- - - - - - - - - - - - - - - - - - - - - - - - -
27702024-12-31T16:40:08.580Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
27712024-12-31T16:40:08.580Z[ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
27722024-12-31T16:40:08.580Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
27732024-12-31T16:40:08.580Z[ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
27742024-12-31T16:40:08.580Z[ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
27752024-12-31T16:40:08.580Z[ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
27762024-12-31T16:40:08.580Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
27772024-12-31T16:40:08.580Z[ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
27782024-12-31T16:40:08.580Z[SUM] 2.00-3.00 sec 105 MBytes 884 Mbits/sec
27792024-12-31T16:40:08.580Z- - - - - - - - - - - - - - - - - - - - - - - - -
27802024-12-31T16:40:08.580Z[ 5] 3.00-4.00 sec 13.2 MBytes 110 Mbits/sec
27812024-12-31T16:40:08.580Z[ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
27822024-12-31T16:40:08.580Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
27832024-12-31T16:40:08.581Z[ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
27842024-12-31T16:40:08.581Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
27852024-12-31T16:40:08.581Z[ 15] 3.00-4.00 sec 13.2 MBytes 110 Mbits/sec
27862024-12-31T16:40:08.581Z[ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
27872024-12-31T16:40:08.581Z[ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
27882024-12-31T16:40:08.581Z[SUM] 3.00-4.00 sec 105 MBytes 884 Mbits/sec
27892024-12-31T16:40:08.581Z- - - - - - - - - - - - - - - - - - - - - - - - -
27902024-12-31T16:40:08.581Z[ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
27912024-12-31T16:40:08.581Z[ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
27922024-12-31T16:40:08.581Z[ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
27932024-12-31T16:40:08.581Z[ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
27942024-12-31T16:40:08.581Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
27952024-12-31T16:40:08.584Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
27962024-12-31T16:40:08.584Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
27972024-12-31T16:40:08.584Z[ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
27982024-12-31T16:40:08.584Z[SUM] 4.00-5.00 sec 106 MBytes 885 Mbits/sec
27992024-12-31T16:40:08.584Z- - - - - - - - - - - - - - - - - - - - - - - - -
28002024-12-31T16:40:08.584Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
28012024-12-31T16:40:08.584Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
28022024-12-31T16:40:08.584Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
28032024-12-31T16:40:08.584Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
28042024-12-31T16:40:08.584Z[ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
28052024-12-31T16:40:08.584Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
28062024-12-31T16:40:08.584Z[ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
28072024-12-31T16:40:08.584Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
28082024-12-31T16:40:08.584Z[SUM] 5.00-6.00 sec 105 MBytes 880 Mbits/sec
28092024-12-31T16:40:08.584Z- - - - - - - - - - - - - - - - - - - - - - - - -
28102024-12-31T16:40:08.584Z[ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
28112024-12-31T16:40:08.584Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28122024-12-31T16:40:08.584Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
28132024-12-31T16:40:11.696Z[ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
28142024-12-31T16:40:11.696Z[ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
28152024-12-31T16:40:11.696Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28162024-12-31T16:40:11.696Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28172024-12-31T16:40:11.696Z[ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
28182024-12-31T16:40:11.696Z[SUM] 6.00-7.00 sec 104 MBytes 876 Mbits/sec
28192024-12-31T16:40:11.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
28202024-12-31T16:40:11.696Z[ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
28212024-12-31T16:40:11.696Z[ 7] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec
28222024-12-31T16:40:11.696Z[ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
28232024-12-31T16:40:11.696Z[ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
28242024-12-31T16:40:11.696Z[ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
28252024-12-31T16:40:11.696Z[ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
28262024-12-31T16:40:11.696Z[ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
28272024-12-31T16:40:11.696Z[ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
28282024-12-31T16:40:11.696Z[SUM] 7.00-8.00 sec 103 MBytes 865 Mbits/sec
28292024-12-31T16:40:11.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
28302024-12-31T16:40:11.696Z[ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
28312024-12-31T16:40:11.697Z[ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
28322024-12-31T16:40:11.697Z[ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
28332024-12-31T16:40:11.697Z[ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
28342024-12-31T16:40:11.697Z[ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
28352024-12-31T16:40:11.697Z[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
28362024-12-31T16:40:11.697Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
28372024-12-31T16:40:11.697Z[ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
28382024-12-31T16:40:11.697Z[SUM] 8.00-9.00 sec 104 MBytes 876 Mbits/sec
28392024-12-31T16:40:11.697Z- - - - - - - - - - - - - - - - - - - - - - - - -
28402024-12-31T16:40:11.697Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
28412024-12-31T16:40:11.697Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
28422024-12-31T16:40:11.697Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
28432024-12-31T16:40:11.697Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
28442024-12-31T16:40:11.697Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
28452024-12-31T16:40:11.697Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
28462024-12-31T16:40:11.697Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
28472024-12-31T16:40:11.697Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
28482024-12-31T16:40:11.697Z[SUM] 9.00-10.00 sec 104 MBytes 873 Mbits/sec
28492024-12-31T16:40:11.697Z- - - - - - - - - - - - - - - - - - - - - - - - -
28502024-12-31T16:40:11.697Z[ 5] 10.00-10.00 sec 17.0 KBytes 33.7 Mbits/sec
28512024-12-31T16:40:11.697Z[ 7] 10.00-10.00 sec 124 KBytes 247 Mbits/sec
28522024-12-31T16:40:11.697Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28532024-12-31T16:40:11.697Z[ 11] 10.00-10.00 sec 36.8 KBytes 73.0 Mbits/sec
28542024-12-31T16:40:11.697Z[ 13] 10.00-10.00 sec 124 KBytes 247 Mbits/sec
28552024-12-31T16:40:11.697Z[ 15] 10.00-10.00 sec 124 KBytes 247 Mbits/sec
28562024-12-31T16:40:11.697Z[ 17] 10.00-10.00 sec 124 KBytes 247 Mbits/sec
28572024-12-31T16:40:11.697Z[ 19] 10.00-10.00 sec 79.2 KBytes 157 Mbits/sec
28582024-12-31T16:40:11.697Z[SUM] 10.00-10.00 sec 631 KBytes 1.25 Gbits/sec
28592024-12-31T16:40:11.697Z- - - - - - - - - - - - - - - - - - - - - - - - -
28602024-12-31T16:40:11.697Z[ ID] Interval Transfer Bandwidth
28612024-12-31T16:40:11.697Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28622024-12-31T16:40:11.697Z[ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
28632024-12-31T16:40:11.697Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28642024-12-31T16:40:11.697Z[ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
28652024-12-31T16:40:11.697Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28662024-12-31T16:40:11.697Z[ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
28672024-12-31T16:40:11.697Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28682024-12-31T16:40:11.697Z[ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
28692024-12-31T16:40:11.698Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28702024-12-31T16:40:11.698Z[ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
28712024-12-31T16:40:11.698Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28722024-12-31T16:40:11.698Z[ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
28732024-12-31T16:40:11.698Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28742024-12-31T16:40:11.698Z[ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
28752024-12-31T16:40:11.698Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28762024-12-31T16:40:11.698Z[ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
28772024-12-31T16:40:11.698Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28782024-12-31T16:40:11.698Z[SUM] 0.00-10.00 sec 1.01 GBytes 871 Mbits/sec receiver
28792024-12-31T16:40:11.701ZRun 5/10...871.3617781869859Mbps
28802024-12-31T16:40:18.731Z-----------------------------------------------------------
28812024-12-31T16:40:18.731ZServer listening on 5201
28822024-12-31T16:40:18.731Z-----------------------------------------------------------
28832024-12-31T16:40:18.731ZAccepted connection from 10.0.0.1, port 57855
28842024-12-31T16:40:18.731Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64512
28852024-12-31T16:40:18.731Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64849
28862024-12-31T16:40:18.731Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34494
28872024-12-31T16:40:18.731Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54835
28882024-12-31T16:40:18.731Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39840
28892024-12-31T16:40:18.731Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52743
28902024-12-31T16:40:18.731Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54333
28912024-12-31T16:40:18.731Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59830
28922024-12-31T16:40:18.731Z[ ID] Interval Transfer Bandwidth
28932024-12-31T16:40:18.731Z[ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
28942024-12-31T16:40:18.731Z[ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
28952024-12-31T16:40:18.731Z[ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
28962024-12-31T16:40:18.731Z[ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
28972024-12-31T16:40:18.731Z[ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
28982024-12-31T16:40:18.731Z[ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
28992024-12-31T16:40:18.731Z[ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
29002024-12-31T16:40:18.731Z[ 19] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec
29012024-12-31T16:40:18.731Z[SUM] 0.00-1.00 sec 96.3 MBytes 808 Mbits/sec
29022024-12-31T16:40:18.731Z- - - - - - - - - - - - - - - - - - - - - - - - -
29032024-12-31T16:40:18.731Z[ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
29042024-12-31T16:40:18.731Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
29052024-12-31T16:40:18.731Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29062024-12-31T16:40:18.731Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29072024-12-31T16:40:18.731Z[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29082024-12-31T16:40:18.731Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29092024-12-31T16:40:18.731Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29102024-12-31T16:40:18.731Z[ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
29112024-12-31T16:40:18.731Z[SUM] 1.00-2.00 sec 105 MBytes 883 Mbits/sec
29122024-12-31T16:40:18.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
29132024-12-31T16:40:18.732Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
29142024-12-31T16:40:18.732Z[ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
29152024-12-31T16:40:18.732Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
29162024-12-31T16:40:18.732Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
29172024-12-31T16:40:18.732Z[ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
29182024-12-31T16:40:18.732Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
29192024-12-31T16:40:18.732Z[ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
29202024-12-31T16:40:18.732Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
29212024-12-31T16:40:18.732Z[SUM] 2.00-3.00 sec 104 MBytes 874 Mbits/sec
29222024-12-31T16:40:18.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
29232024-12-31T16:40:18.732Z[ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29242024-12-31T16:40:18.732Z[ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29252024-12-31T16:40:18.735Z[ 9] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec
29262024-12-31T16:40:18.735Z[ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29272024-12-31T16:40:18.735Z[ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29282024-12-31T16:40:18.735Z[ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29292024-12-31T16:40:18.735Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29302024-12-31T16:40:18.735Z[ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29312024-12-31T16:40:18.735Z[SUM] 3.00-4.00 sec 103 MBytes 864 Mbits/sec
29322024-12-31T16:40:18.735Z- - - - - - - - - - - - - - - - - - - - - - - - -
29332024-12-31T16:40:18.735Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
29342024-12-31T16:40:18.735Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
29352024-12-31T16:40:18.735Z[ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
29362024-12-31T16:40:18.735Z[ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
29372024-12-31T16:40:18.735Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
29382024-12-31T16:40:18.735Z[ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
29392024-12-31T16:40:18.735Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
29402024-12-31T16:40:18.735Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
29412024-12-31T16:40:18.735Z[SUM] 4.00-5.00 sec 104 MBytes 875 Mbits/sec
29422024-12-31T16:40:18.735Z- - - - - - - - - - - - - - - - - - - - - - - - -
29432024-12-31T16:40:18.736Z[ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
29442024-12-31T16:40:18.736Z[ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
29452024-12-31T16:40:18.736Z[ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
29462024-12-31T16:40:18.736Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
29472024-12-31T16:40:18.736Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
29482024-12-31T16:40:18.736Z[ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
29492024-12-31T16:40:18.736Z[ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
29502024-12-31T16:40:18.736Z[ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
29512024-12-31T16:40:18.736Z[SUM] 5.00-6.00 sec 104 MBytes 875 Mbits/sec
29522024-12-31T16:40:18.736Z- - - - - - - - - - - - - - - - - - - - - - - - -
29532024-12-31T16:40:18.736Z[ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
29542024-12-31T16:40:18.736Z[ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
29552024-12-31T16:40:18.736Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
29562024-12-31T16:40:21.848Z[ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
29572024-12-31T16:40:21.848Z[ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
29582024-12-31T16:40:21.848Z[ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
29592024-12-31T16:40:21.848Z[ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
29602024-12-31T16:40:21.848Z[ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
29612024-12-31T16:40:21.848Z[SUM] 6.00-7.00 sec 104 MBytes 870 Mbits/sec
29622024-12-31T16:40:21.848Z- - - - - - - - - - - - - - - - - - - - - - - - -
29632024-12-31T16:40:21.848Z[ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
29642024-12-31T16:40:21.848Z[ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
29652024-12-31T16:40:21.848Z[ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
29662024-12-31T16:40:21.848Z[ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
29672024-12-31T16:40:21.848Z[ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
29682024-12-31T16:40:21.848Z[ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
29692024-12-31T16:40:21.848Z[ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
29702024-12-31T16:40:21.848Z[ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
29712024-12-31T16:40:21.848Z[SUM] 7.00-8.00 sec 104 MBytes 870 Mbits/sec
29722024-12-31T16:40:21.848Z- - - - - - - - - - - - - - - - - - - - - - - - -
29732024-12-31T16:40:21.848Z[ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
29742024-12-31T16:40:21.848Z[ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
29752024-12-31T16:40:21.848Z[ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
29762024-12-31T16:40:21.848Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
29772024-12-31T16:40:21.848Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
29782024-12-31T16:40:21.848Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
29792024-12-31T16:40:21.848Z[ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
29802024-12-31T16:40:21.848Z[ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
29812024-12-31T16:40:21.848Z[SUM] 8.00-9.00 sec 103 MBytes 866 Mbits/sec
29822024-12-31T16:40:21.848Z- - - - - - - - - - - - - - - - - - - - - - - - -
29832024-12-31T16:40:21.848Z[ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
29842024-12-31T16:40:21.849Z[ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
29852024-12-31T16:40:21.849Z[ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
29862024-12-31T16:40:21.849Z[ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
29872024-12-31T16:40:21.849Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
29882024-12-31T16:40:21.849Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
29892024-12-31T16:40:21.849Z[ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
29902024-12-31T16:40:21.849Z[ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
29912024-12-31T16:40:21.849Z[SUM] 9.00-10.00 sec 103 MBytes 867 Mbits/sec
29922024-12-31T16:40:21.849Z- - - - - - - - - - - - - - - - - - - - - - - - -
29932024-12-31T16:40:21.849Z[ 5] 10.00-10.00 sec 124 KBytes 235 Mbits/sec
29942024-12-31T16:40:21.849Z[ 7] 10.00-10.00 sec 124 KBytes 235 Mbits/sec
29952024-12-31T16:40:21.849Z[ 9] 10.00-10.00 sec 65.0 KBytes 123 Mbits/sec
29962024-12-31T16:40:21.849Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29972024-12-31T16:40:21.849Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29982024-12-31T16:40:21.849Z[ 15] 10.00-10.00 sec 5.66 KBytes 10.7 Mbits/sec
29992024-12-31T16:40:21.849Z[ 17] 10.00-10.00 sec 116 KBytes 219 Mbits/sec
30002024-12-31T16:40:21.849Z[ 19] 10.00-10.00 sec 124 KBytes 235 Mbits/sec
30012024-12-31T16:40:21.849Z[SUM] 10.00-10.00 sec 560 KBytes 1.06 Gbits/sec
30022024-12-31T16:40:21.849Z- - - - - - - - - - - - - - - - - - - - - - - - -
30032024-12-31T16:40:21.849Z[ ID] Interval Transfer Bandwidth
30042024-12-31T16:40:21.852Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30052024-12-31T16:40:21.852Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
30062024-12-31T16:40:21.852Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30072024-12-31T16:40:21.852Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
30082024-12-31T16:40:21.852Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30092024-12-31T16:40:21.852Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
30102024-12-31T16:40:21.852Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30112024-12-31T16:40:21.852Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
30122024-12-31T16:40:21.852Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30132024-12-31T16:40:21.852Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
30142024-12-31T16:40:21.852Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30152024-12-31T16:40:21.852Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
30162024-12-31T16:40:21.852Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30172024-12-31T16:40:21.852Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
30182024-12-31T16:40:21.852Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30192024-12-31T16:40:21.852Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver
30202024-12-31T16:40:21.852Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30212024-12-31T16:40:21.852Z[SUM] 0.00-10.00 sec 1.01 GBytes 865 Mbits/sec receiver
30222024-12-31T16:40:21.852ZRun 6/10...865.859580669567Mbps
30232024-12-31T16:40:28.883Z-----------------------------------------------------------
30242024-12-31T16:40:28.883ZServer listening on 5201
30252024-12-31T16:40:28.883Z-----------------------------------------------------------
30262024-12-31T16:40:28.883ZAccepted connection from 10.0.0.1, port 52262
30272024-12-31T16:40:28.883Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64568
30282024-12-31T16:40:28.883Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51775
30292024-12-31T16:40:28.883Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40084
30302024-12-31T16:40:28.883Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38877
30312024-12-31T16:40:28.883Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51332
30322024-12-31T16:40:28.883Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32955
30332024-12-31T16:40:28.883Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42376
30342024-12-31T16:40:28.883Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57205
30352024-12-31T16:40:28.884Z[ ID] Interval Transfer Bandwidth
30362024-12-31T16:40:28.884Z[ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
30372024-12-31T16:40:28.884Z[ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
30382024-12-31T16:40:28.884Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
30392024-12-31T16:40:28.884Z[ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
30402024-12-31T16:40:28.884Z[ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
30412024-12-31T16:40:28.884Z[ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
30422024-12-31T16:40:28.884Z[ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
30432024-12-31T16:40:28.884Z[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
30442024-12-31T16:40:28.884Z[SUM] 0.00-1.00 sec 97.1 MBytes 814 Mbits/sec
30452024-12-31T16:40:28.884Z- - - - - - - - - - - - - - - - - - - - - - - - -
30462024-12-31T16:40:28.884Z[ 5] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
30472024-12-31T16:40:28.884Z[ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
30482024-12-31T16:40:28.884Z[ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
30492024-12-31T16:40:28.884Z[ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
30502024-12-31T16:40:28.884Z[ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
30512024-12-31T16:40:28.884Z[ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
30522024-12-31T16:40:28.884Z[ 17] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec
30532024-12-31T16:40:28.887Z[ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
30542024-12-31T16:40:28.887Z[SUM] 1.00-2.00 sec 107 MBytes 899 Mbits/sec
30552024-12-31T16:40:28.887Z- - - - - - - - - - - - - - - - - - - - - - - - -
30562024-12-31T16:40:28.887Z[ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
30572024-12-31T16:40:28.887Z[ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
30582024-12-31T16:40:28.887Z[ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
30592024-12-31T16:40:28.887Z[ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
30602024-12-31T16:40:28.887Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
30612024-12-31T16:40:28.887Z[ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
30622024-12-31T16:40:28.887Z[ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
30632024-12-31T16:40:28.887Z[ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
30642024-12-31T16:40:28.887Z[SUM] 2.00-3.00 sec 106 MBytes 886 Mbits/sec
30652024-12-31T16:40:28.887Z- - - - - - - - - - - - - - - - - - - - - - - - -
30662024-12-31T16:40:28.887Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
30672024-12-31T16:40:28.887Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
30682024-12-31T16:40:28.887Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
30692024-12-31T16:40:28.887Z[ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
30702024-12-31T16:40:28.887Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
30712024-12-31T16:40:28.887Z[ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
30722024-12-31T16:40:28.887Z[ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
30732024-12-31T16:40:28.887Z[ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
30742024-12-31T16:40:28.887Z[SUM] 3.00-4.00 sec 105 MBytes 881 Mbits/sec
30752024-12-31T16:40:28.887Z- - - - - - - - - - - - - - - - - - - - - - - - -
30762024-12-31T16:40:28.887Z[ 5] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec
30772024-12-31T16:40:28.887Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30782024-12-31T16:40:28.887Z[ 9] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec
30792024-12-31T16:40:28.887Z[ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
30802024-12-31T16:40:28.887Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30812024-12-31T16:40:28.888Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30822024-12-31T16:40:28.888Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30832024-12-31T16:40:28.888Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30842024-12-31T16:40:28.888Z[SUM] 4.00-5.00 sec 106 MBytes 886 Mbits/sec
30852024-12-31T16:40:28.888Z- - - - - - - - - - - - - - - - - - - - - - - - -
30862024-12-31T16:40:28.888Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
30872024-12-31T16:40:28.888Z[ 7] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
30882024-12-31T16:40:28.888Z[ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
30892024-12-31T16:40:28.888Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
30902024-12-31T16:40:28.888Z[ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
30912024-12-31T16:40:28.888Z[ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
30922024-12-31T16:40:28.888Z[ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
30932024-12-31T16:40:28.888Z[ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
30942024-12-31T16:40:28.888Z[SUM] 5.00-6.00 sec 105 MBytes 882 Mbits/sec
30952024-12-31T16:40:28.888Z- - - - - - - - - - - - - - - - - - - - - - - - -
30962024-12-31T16:40:28.888Z[ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
30972024-12-31T16:40:28.888Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
30982024-12-31T16:40:28.888Z[ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
30992024-12-31T16:40:32.000Z[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
31002024-12-31T16:40:32.000Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
31012024-12-31T16:40:32.000Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
31022024-12-31T16:40:32.000Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
31032024-12-31T16:40:32.000Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
31042024-12-31T16:40:32.000Z[SUM] 6.00-7.00 sec 105 MBytes 881 Mbits/sec
31052024-12-31T16:40:32.000Z- - - - - - - - - - - - - - - - - - - - - - - - -
31062024-12-31T16:40:32.000Z[ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
31072024-12-31T16:40:32.000Z[ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
31082024-12-31T16:40:32.000Z[ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
31092024-12-31T16:40:32.000Z[ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
31102024-12-31T16:40:32.000Z[ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
31112024-12-31T16:40:32.000Z[ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
31122024-12-31T16:40:32.000Z[ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
31132024-12-31T16:40:32.000Z[ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
31142024-12-31T16:40:32.000Z[SUM] 7.00-8.00 sec 104 MBytes 874 Mbits/sec
31152024-12-31T16:40:32.000Z- - - - - - - - - - - - - - - - - - - - - - - - -
31162024-12-31T16:40:32.000Z[ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
31172024-12-31T16:40:32.000Z[ 7] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
31182024-12-31T16:40:32.000Z[ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
31192024-12-31T16:40:32.000Z[ 11] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
31202024-12-31T16:40:32.000Z[ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
31212024-12-31T16:40:32.000Z[ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
31222024-12-31T16:40:32.000Z[ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
31232024-12-31T16:40:32.000Z[ 19] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
31242024-12-31T16:40:32.000Z[SUM] 8.00-9.00 sec 106 MBytes 893 Mbits/sec
31252024-12-31T16:40:32.001Z- - - - - - - - - - - - - - - - - - - - - - - - -
31262024-12-31T16:40:32.001Z[ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
31272024-12-31T16:40:32.001Z[ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
31282024-12-31T16:40:32.001Z[ 9] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
31292024-12-31T16:40:32.001Z[ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
31302024-12-31T16:40:32.001Z[ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
31312024-12-31T16:40:32.001Z[ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
31322024-12-31T16:40:32.001Z[ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
31332024-12-31T16:40:32.001Z[ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
31342024-12-31T16:40:32.001Z[SUM] 9.00-10.00 sec 105 MBytes 884 Mbits/sec
31352024-12-31T16:40:32.001Z- - - - - - - - - - - - - - - - - - - - - - - - -
31362024-12-31T16:40:32.001Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31372024-12-31T16:40:32.001Z[ 7] 10.00-10.00 sec 42.4 KBytes 91.7 Mbits/sec
31382024-12-31T16:40:32.001Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31392024-12-31T16:40:32.001Z[ 11] 10.00-10.00 sec 48.1 KBytes 104 Mbits/sec
31402024-12-31T16:40:32.001Z[ 13] 10.00-10.00 sec 124 KBytes 269 Mbits/sec
31412024-12-31T16:40:32.001Z[ 15] 10.00-10.00 sec 124 KBytes 269 Mbits/sec
31422024-12-31T16:40:32.001Z[ 17] 10.00-10.00 sec 124 KBytes 269 Mbits/sec
31432024-12-31T16:40:32.001Z[ 19] 10.00-10.00 sec 48.1 KBytes 104 Mbits/sec
31442024-12-31T16:40:32.001Z[SUM] 10.00-10.00 sec 512 KBytes 1.11 Gbits/sec
31452024-12-31T16:40:32.001Z- - - - - - - - - - - - - - - - - - - - - - - - -
31462024-12-31T16:40:32.001Z[ ID] Interval Transfer Bandwidth
31472024-12-31T16:40:32.001Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31482024-12-31T16:40:32.001Z[ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
31492024-12-31T16:40:32.001Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31502024-12-31T16:40:32.001Z[ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
31512024-12-31T16:40:32.001Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31522024-12-31T16:40:32.001Z[ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
31532024-12-31T16:40:32.001Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31542024-12-31T16:40:32.001Z[ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
31552024-12-31T16:40:32.002Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31562024-12-31T16:40:32.002Z[ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
31572024-12-31T16:40:32.002Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31582024-12-31T16:40:32.002Z[ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
31592024-12-31T16:40:32.002Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31602024-12-31T16:40:32.002Z[ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
31612024-12-31T16:40:32.002Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31622024-12-31T16:40:32.002Z[ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
31632024-12-31T16:40:32.002Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31642024-12-31T16:40:32.002Z[SUM] 0.00-10.00 sec 1.02 GBytes 878 Mbits/sec receiver
31652024-12-31T16:40:32.005ZRun 7/10...878.6016744296979Mbps
31662024-12-31T16:40:39.035Z-----------------------------------------------------------
31672024-12-31T16:40:39.035ZServer listening on 5201
31682024-12-31T16:40:39.035Z-----------------------------------------------------------
31692024-12-31T16:40:39.035ZAccepted connection from 10.0.0.1, port 40145
31702024-12-31T16:40:39.035Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52947
31712024-12-31T16:40:39.035Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42793
31722024-12-31T16:40:39.035Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51650
31732024-12-31T16:40:39.035Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51240
31742024-12-31T16:40:39.035Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54988
31752024-12-31T16:40:39.035Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59661
31762024-12-31T16:40:39.035Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38151
31772024-12-31T16:40:39.035Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37180
31782024-12-31T16:40:39.035Z[ ID] Interval Transfer Bandwidth
31792024-12-31T16:40:39.035Z[ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
31802024-12-31T16:40:39.035Z[ 7] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
31812024-12-31T16:40:39.035Z[ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
31822024-12-31T16:40:39.035Z[ 11] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
31832024-12-31T16:40:39.035Z[ 13] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
31842024-12-31T16:40:39.035Z[ 15] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
31852024-12-31T16:40:39.035Z[ 17] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
31862024-12-31T16:40:39.035Z[ 19] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
31872024-12-31T16:40:39.035Z[SUM] 0.00-1.00 sec 95.0 MBytes 796 Mbits/sec
31882024-12-31T16:40:39.036Z- - - - - - - - - - - - - - - - - - - - - - - - -
31892024-12-31T16:40:39.036Z[ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
31902024-12-31T16:40:39.036Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
31912024-12-31T16:40:39.036Z[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
31922024-12-31T16:40:39.036Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
31932024-12-31T16:40:39.036Z[ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
31942024-12-31T16:40:39.036Z[ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
31952024-12-31T16:40:39.036Z[ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
31962024-12-31T16:40:39.036Z[ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
31972024-12-31T16:40:39.036Z[SUM] 1.00-2.00 sec 106 MBytes 887 Mbits/sec
31982024-12-31T16:40:39.036Z- - - - - - - - - - - - - - - - - - - - - - - - -
31992024-12-31T16:40:39.036Z[ 5] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec
32002024-12-31T16:40:39.036Z[ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32012024-12-31T16:40:39.036Z[ 9] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec
32022024-12-31T16:40:39.036Z[ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32032024-12-31T16:40:39.036Z[ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32042024-12-31T16:40:39.036Z[ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32052024-12-31T16:40:39.036Z[ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32062024-12-31T16:40:39.036Z[ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32072024-12-31T16:40:39.036Z[SUM] 2.00-3.00 sec 106 MBytes 890 Mbits/sec
32082024-12-31T16:40:39.036Z- - - - - - - - - - - - - - - - - - - - - - - - -
32092024-12-31T16:40:39.036Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
32102024-12-31T16:40:39.036Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
32112024-12-31T16:40:39.036Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
32122024-12-31T16:40:39.036Z[ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
32132024-12-31T16:40:39.036Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
32142024-12-31T16:40:39.036Z[ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
32152024-12-31T16:40:39.036Z[ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
32162024-12-31T16:40:39.036Z[ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
32172024-12-31T16:40:39.036Z[SUM] 3.00-4.00 sec 105 MBytes 878 Mbits/sec
32182024-12-31T16:40:39.036Z- - - - - - - - - - - - - - - - - - - - - - - - -
32192024-12-31T16:40:39.036Z[ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32202024-12-31T16:40:39.036Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32212024-12-31T16:40:39.036Z[ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32222024-12-31T16:40:39.036Z[ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32232024-12-31T16:40:39.036Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
32242024-12-31T16:40:39.036Z[ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
32252024-12-31T16:40:39.036Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
32262024-12-31T16:40:39.036Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32272024-12-31T16:40:39.037Z[SUM] 4.00-5.00 sec 105 MBytes 885 Mbits/sec
32282024-12-31T16:40:39.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
32292024-12-31T16:40:39.037Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32302024-12-31T16:40:39.037Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32312024-12-31T16:40:39.037Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32322024-12-31T16:40:39.037Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32332024-12-31T16:40:39.037Z[ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
32342024-12-31T16:40:39.037Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
32352024-12-31T16:40:39.037Z[ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32362024-12-31T16:40:39.037Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32372024-12-31T16:40:39.037Z[SUM] 5.00-6.00 sec 105 MBytes 883 Mbits/sec
32382024-12-31T16:40:39.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
32392024-12-31T16:40:39.037Z[ 5] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec
32402024-12-31T16:40:39.037Z[ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
32412024-12-31T16:40:39.037Z[ 9] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec
32422024-12-31T16:40:42.152Z[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
32432024-12-31T16:40:42.152Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
32442024-12-31T16:40:42.152Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
32452024-12-31T16:40:42.152Z[ 17] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
32462024-12-31T16:40:42.152Z[ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
32472024-12-31T16:40:42.152Z[SUM] 6.00-7.00 sec 105 MBytes 884 Mbits/sec
32482024-12-31T16:40:42.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
32492024-12-31T16:40:42.152Z[ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32502024-12-31T16:40:42.152Z[ 7] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec
32512024-12-31T16:40:42.152Z[ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32522024-12-31T16:40:42.152Z[ 11] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32532024-12-31T16:40:42.152Z[ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32542024-12-31T16:40:42.152Z[ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32552024-12-31T16:40:42.152Z[ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
32562024-12-31T16:40:42.152Z[ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
32572024-12-31T16:40:42.152Z[SUM] 7.00-8.00 sec 106 MBytes 886 Mbits/sec
32582024-12-31T16:40:42.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
32592024-12-31T16:40:42.152Z[ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
32602024-12-31T16:40:42.152Z[ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
32612024-12-31T16:40:42.152Z[ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
32622024-12-31T16:40:42.152Z[ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
32632024-12-31T16:40:42.152Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
32642024-12-31T16:40:42.152Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
32652024-12-31T16:40:42.152Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
32662024-12-31T16:40:42.152Z[ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
32672024-12-31T16:40:42.152Z[SUM] 8.00-9.00 sec 104 MBytes 870 Mbits/sec
32682024-12-31T16:40:42.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
32692024-12-31T16:40:42.153Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
32702024-12-31T16:40:42.153Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
32712024-12-31T16:40:42.153Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
32722024-12-31T16:40:42.153Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
32732024-12-31T16:40:42.153Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
32742024-12-31T16:40:42.153Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
32752024-12-31T16:40:42.153Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
32762024-12-31T16:40:42.153Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
32772024-12-31T16:40:42.153Z[SUM] 9.00-10.00 sec 104 MBytes 872 Mbits/sec
32782024-12-31T16:40:42.153Z- - - - - - - - - - - - - - - - - - - - - - - - -
32792024-12-31T16:40:42.153Z[ 5] 10.00-10.00 sec 48.1 KBytes 103 Mbits/sec
32802024-12-31T16:40:42.153Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32812024-12-31T16:40:42.153Z[ 9] 10.00-10.00 sec 25.5 KBytes 54.7 Mbits/sec
32822024-12-31T16:40:42.153Z[ 11] 10.00-10.00 sec 124 KBytes 267 Mbits/sec
32832024-12-31T16:40:42.153Z[ 13] 10.00-10.00 sec 124 KBytes 267 Mbits/sec
32842024-12-31T16:40:42.153Z[ 15] 10.00-10.00 sec 76.4 KBytes 164 Mbits/sec
32852024-12-31T16:40:42.153Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32862024-12-31T16:40:42.153Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32872024-12-31T16:40:42.153Z[SUM] 10.00-10.00 sec 399 KBytes 857 Mbits/sec
32882024-12-31T16:40:42.153Z- - - - - - - - - - - - - - - - - - - - - - - - -
32892024-12-31T16:40:42.153Z[ ID] Interval Transfer Bandwidth
32902024-12-31T16:40:42.153Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32912024-12-31T16:40:42.153Z[ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
32922024-12-31T16:40:42.153Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32932024-12-31T16:40:42.153Z[ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
32942024-12-31T16:40:42.153Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32952024-12-31T16:40:42.153Z[ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
32962024-12-31T16:40:42.153Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32972024-12-31T16:40:42.153Z[ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
32982024-12-31T16:40:42.153Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32992024-12-31T16:40:42.153Z[ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
33002024-12-31T16:40:42.153Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33012024-12-31T16:40:42.153Z[ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
33022024-12-31T16:40:42.153Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33032024-12-31T16:40:42.153Z[ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
33042024-12-31T16:40:42.153Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33052024-12-31T16:40:42.153Z[ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver
33062024-12-31T16:40:42.153Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33072024-12-31T16:40:42.153Z[SUM] 0.00-10.00 sec 1.02 GBytes 873 Mbits/sec receiver
33082024-12-31T16:40:42.156ZRun 8/10...873.456810395876Mbps
33092024-12-31T16:40:49.187Z-----------------------------------------------------------
33102024-12-31T16:40:49.187ZServer listening on 5201
33112024-12-31T16:40:49.187Z-----------------------------------------------------------
33122024-12-31T16:40:49.187ZAccepted connection from 10.0.0.1, port 43023
33132024-12-31T16:40:49.187Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47921
33142024-12-31T16:40:49.187Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64775
33152024-12-31T16:40:49.187Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50303
33162024-12-31T16:40:49.187Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60615
33172024-12-31T16:40:49.187Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36705
33182024-12-31T16:40:49.187Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65511
33192024-12-31T16:40:49.187Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44833
33202024-12-31T16:40:49.187Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38474
33212024-12-31T16:40:49.187Z[ ID] Interval Transfer Bandwidth
33222024-12-31T16:40:49.187Z[ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
33232024-12-31T16:40:49.187Z[ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
33242024-12-31T16:40:49.187Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
33252024-12-31T16:40:49.187Z[ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
33262024-12-31T16:40:49.187Z[ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
33272024-12-31T16:40:49.187Z[ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
33282024-12-31T16:40:49.188Z[ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
33292024-12-31T16:40:49.188Z[ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
33302024-12-31T16:40:49.188Z[SUM] 0.00-1.00 sec 97.6 MBytes 819 Mbits/sec
33312024-12-31T16:40:49.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
33322024-12-31T16:40:49.188Z[ 5] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
33332024-12-31T16:40:49.188Z[ 7] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
33342024-12-31T16:40:49.188Z[ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
33352024-12-31T16:40:49.188Z[ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
33362024-12-31T16:40:49.188Z[ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
33372024-12-31T16:40:49.188Z[ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
33382024-12-31T16:40:49.188Z[ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
33392024-12-31T16:40:49.188Z[ 19] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
33402024-12-31T16:40:49.188Z[SUM] 1.00-2.00 sec 107 MBytes 895 Mbits/sec
33412024-12-31T16:40:49.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
33422024-12-31T16:40:49.188Z[ 5] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec
33432024-12-31T16:40:49.188Z[ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
33442024-12-31T16:40:49.188Z[ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
33452024-12-31T16:40:49.188Z[ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
33462024-12-31T16:40:49.188Z[ 13] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec
33472024-12-31T16:40:49.188Z[ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
33482024-12-31T16:40:49.188Z[ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
33492024-12-31T16:40:49.188Z[ 19] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec
33502024-12-31T16:40:49.188Z[SUM] 2.00-3.00 sec 107 MBytes 902 Mbits/sec
33512024-12-31T16:40:49.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
33522024-12-31T16:40:49.188Z[ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
33532024-12-31T16:40:49.188Z[ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
33542024-12-31T16:40:49.188Z[ 9] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
33552024-12-31T16:40:49.188Z[ 11] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
33562024-12-31T16:40:49.188Z[ 13] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33572024-12-31T16:40:49.188Z[ 15] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33582024-12-31T16:40:49.188Z[ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
33592024-12-31T16:40:49.188Z[ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
33602024-12-31T16:40:49.188Z[SUM] 3.00-4.00 sec 108 MBytes 907 Mbits/sec
33612024-12-31T16:40:49.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
33622024-12-31T16:40:49.188Z[ 5] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec
33632024-12-31T16:40:49.188Z[ 7] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec
33642024-12-31T16:40:49.188Z[ 9] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec
33652024-12-31T16:40:49.188Z[ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
33662024-12-31T16:40:49.188Z[ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
33672024-12-31T16:40:49.189Z[ 15] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec
33682024-12-31T16:40:49.189Z[ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec
33692024-12-31T16:40:49.189Z[ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec
33702024-12-31T16:40:49.189Z[SUM] 4.00-5.00 sec 108 MBytes 902 Mbits/sec
33712024-12-31T16:40:49.189Z- - - - - - - - - - - - - - - - - - - - - - - - -
33722024-12-31T16:40:49.189Z[ 5] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
33732024-12-31T16:40:49.189Z[ 7] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
33742024-12-31T16:40:49.189Z[ 9] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec
33752024-12-31T16:40:49.189Z[ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
33762024-12-31T16:40:49.189Z[ 13] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
33772024-12-31T16:40:49.189Z[ 15] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
33782024-12-31T16:40:49.189Z[ 17] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
33792024-12-31T16:40:49.189Z[ 19] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
33802024-12-31T16:40:49.192Z[SUM] 5.00-6.00 sec 107 MBytes 895 Mbits/sec
33812024-12-31T16:40:49.192Z- - - - - - - - - - - - - - - - - - - - - - - - -
33822024-12-31T16:40:49.192Z[ 5] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec
33832024-12-31T16:40:49.192Z[ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
33842024-12-31T16:40:49.192Z[ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
33852024-12-31T16:40:52.402Z[ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
33862024-12-31T16:40:52.402Z[ 13] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
33872024-12-31T16:40:52.402Z[ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
33882024-12-31T16:40:52.402Z[ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
33892024-12-31T16:40:52.402Z[ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
33902024-12-31T16:40:52.402Z[SUM] 6.00-7.00 sec 107 MBytes 899 Mbits/sec
33912024-12-31T16:40:52.402Z- - - - - - - - - - - - - - - - - - - - - - - - -
33922024-12-31T16:40:52.402Z[ 5] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
33932024-12-31T16:40:52.402Z[ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
33942024-12-31T16:40:52.402Z[ 9] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
33952024-12-31T16:40:52.402Z[ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
33962024-12-31T16:40:52.402Z[ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
33972024-12-31T16:40:52.402Z[ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
33982024-12-31T16:40:52.402Z[ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
33992024-12-31T16:40:52.402Z[ 19] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
34002024-12-31T16:40:52.402Z[SUM] 7.00-8.00 sec 107 MBytes 899 Mbits/sec
34012024-12-31T16:40:52.402Z- - - - - - - - - - - - - - - - - - - - - - - - -
34022024-12-31T16:40:52.402Z[ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34032024-12-31T16:40:52.402Z[ 7] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec
34042024-12-31T16:40:52.402Z[ 9] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34052024-12-31T16:40:52.402Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
34062024-12-31T16:40:52.402Z[ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
34072024-12-31T16:40:52.402Z[ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34082024-12-31T16:40:52.402Z[ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34092024-12-31T16:40:52.403Z[ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34102024-12-31T16:40:52.405Z[SUM] 8.00-9.00 sec 108 MBytes 903 Mbits/sec
34112024-12-31T16:40:52.406Z- - - - - - - - - - - - - - - - - - - - - - - - -
34122024-12-31T16:40:52.406Z[ 5] 9.00-10.00 sec 13.4 MBytes 113 Mbits/sec
34132024-12-31T16:40:52.406Z[ 7] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34142024-12-31T16:40:52.406Z[ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
34152024-12-31T16:40:52.406Z[ 11] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34162024-12-31T16:40:52.406Z[ 13] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34172024-12-31T16:40:52.406Z[ 15] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34182024-12-31T16:40:52.406Z[ 17] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34192024-12-31T16:40:52.406Z[ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34202024-12-31T16:40:52.406Z[SUM] 9.00-10.00 sec 108 MBytes 904 Mbits/sec
34212024-12-31T16:40:52.406Z- - - - - - - - - - - - - - - - - - - - - - - - -
34222024-12-31T16:40:52.406Z[ 5] 10.00-10.00 sec 46.7 KBytes 118 Mbits/sec
34232024-12-31T16:40:52.406Z[ 7] 10.00-10.00 sec 8.48 KBytes 21.5 Mbits/sec
34242024-12-31T16:40:52.406Z[ 9] 10.00-10.00 sec 124 KBytes 315 Mbits/sec
34252024-12-31T16:40:52.406Z[ 11] 10.00-10.00 sec 124 KBytes 315 Mbits/sec
34262024-12-31T16:40:52.406Z[ 13] 10.00-10.00 sec 2.83 KBytes 7.16 Mbits/sec
34272024-12-31T16:40:52.406Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34282024-12-31T16:40:52.406Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34292024-12-31T16:40:52.406Z[ 19] 10.00-10.00 sec 22.6 KBytes 57.3 Mbits/sec
34302024-12-31T16:40:52.406Z[SUM] 10.00-10.00 sec 329 KBytes 834 Mbits/sec
34312024-12-31T16:40:52.406Z- - - - - - - - - - - - - - - - - - - - - - - - -
34322024-12-31T16:40:52.406Z[ ID] Interval Transfer Bandwidth
34332024-12-31T16:40:52.406Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34342024-12-31T16:40:52.406Z[ 5] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
34352024-12-31T16:40:52.406Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34362024-12-31T16:40:52.406Z[ 7] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
34372024-12-31T16:40:52.406Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34382024-12-31T16:40:52.406Z[ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
34392024-12-31T16:40:52.406Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34402024-12-31T16:40:52.406Z[ 11] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver
34412024-12-31T16:40:52.406Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34422024-12-31T16:40:52.406Z[ 13] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
34432024-12-31T16:40:52.406Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34442024-12-31T16:40:52.406Z[ 15] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
34452024-12-31T16:40:52.406Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34462024-12-31T16:40:52.406Z[ 17] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
34472024-12-31T16:40:52.406Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34482024-12-31T16:40:52.406Z[ 19] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver
34492024-12-31T16:40:52.407Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34502024-12-31T16:40:52.407Z[SUM] 0.00-10.00 sec 1.04 GBytes 892 Mbits/sec receiver
34512024-12-31T16:40:52.407ZRun 9/10...892.9113689316Mbps
34522024-12-31T16:40:59.440Z-----------------------------------------------------------
34532024-12-31T16:40:59.440ZServer listening on 5201
34542024-12-31T16:40:59.440Z-----------------------------------------------------------
34552024-12-31T16:40:59.440ZAccepted connection from 10.0.0.1, port 65500
34562024-12-31T16:40:59.440Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60045
34572024-12-31T16:40:59.440Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55858
34582024-12-31T16:40:59.440Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33057
34592024-12-31T16:40:59.440Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62637
34602024-12-31T16:40:59.440Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58450
34612024-12-31T16:40:59.440Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47003
34622024-12-31T16:40:59.440Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35871
34632024-12-31T16:40:59.440Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57144
34642024-12-31T16:40:59.440Z[ ID] Interval Transfer Bandwidth
34652024-12-31T16:40:59.440Z[ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
34662024-12-31T16:40:59.440Z[ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
34672024-12-31T16:40:59.440Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
34682024-12-31T16:40:59.440Z[ 11] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
34692024-12-31T16:40:59.440Z[ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
34702024-12-31T16:40:59.440Z[ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
34712024-12-31T16:40:59.440Z[ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
34722024-12-31T16:40:59.440Z[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
34732024-12-31T16:40:59.440Z[SUM] 0.00-1.00 sec 96.8 MBytes 812 Mbits/sec
34742024-12-31T16:40:59.440Z- - - - - - - - - - - - - - - - - - - - - - - - -
34752024-12-31T16:40:59.440Z[ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
34762024-12-31T16:40:59.440Z[ 7] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
34772024-12-31T16:40:59.440Z[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
34782024-12-31T16:40:59.440Z[ 11] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
34792024-12-31T16:40:59.441Z[ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34802024-12-31T16:40:59.441Z[ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34812024-12-31T16:40:59.441Z[ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34822024-12-31T16:40:59.441Z[ 19] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
34832024-12-31T16:40:59.441Z[SUM] 1.00-2.00 sec 106 MBytes 893 Mbits/sec
34842024-12-31T16:40:59.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
34852024-12-31T16:40:59.441Z[ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
34862024-12-31T16:40:59.441Z[ 7] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec
34872024-12-31T16:40:59.441Z[ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
34882024-12-31T16:40:59.441Z[ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
34892024-12-31T16:40:59.441Z[ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
34902024-12-31T16:40:59.441Z[ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
34912024-12-31T16:40:59.441Z[ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
34922024-12-31T16:40:59.441Z[ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
34932024-12-31T16:40:59.441Z[SUM] 2.00-3.00 sec 107 MBytes 902 Mbits/sec
34942024-12-31T16:40:59.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
34952024-12-31T16:40:59.441Z[ 5] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
34962024-12-31T16:40:59.441Z[ 7] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
34972024-12-31T16:40:59.441Z[ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
34982024-12-31T16:40:59.441Z[ 11] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
34992024-12-31T16:40:59.441Z[ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
35002024-12-31T16:40:59.441Z[ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
35012024-12-31T16:40:59.441Z[ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
35022024-12-31T16:40:59.441Z[ 19] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
35032024-12-31T16:40:59.441Z[SUM] 3.00-4.00 sec 106 MBytes 893 Mbits/sec
35042024-12-31T16:40:59.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
35052024-12-31T16:40:59.441Z[ 5] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec
35062024-12-31T16:40:59.441Z[ 7] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec
35072024-12-31T16:40:59.441Z[ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
35082024-12-31T16:40:59.441Z[ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
35092024-12-31T16:40:59.441Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
35102024-12-31T16:40:59.441Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
35112024-12-31T16:40:59.441Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
35122024-12-31T16:40:59.441Z[ 19] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec
35132024-12-31T16:40:59.441Z[SUM] 4.00-5.00 sec 106 MBytes 892 Mbits/sec
35142024-12-31T16:40:59.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
35152024-12-31T16:40:59.441Z[ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
35162024-12-31T16:40:59.441Z[ 7] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
35172024-12-31T16:40:59.441Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
35182024-12-31T16:40:59.441Z[ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
35192024-12-31T16:40:59.442Z[ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
35202024-12-31T16:40:59.442Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
35212024-12-31T16:40:59.442Z[ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
35222024-12-31T16:40:59.442Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
35232024-12-31T16:40:59.442Z[SUM] 5.00-6.00 sec 106 MBytes 886 Mbits/sec
35242024-12-31T16:40:59.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
35252024-12-31T16:40:59.442Z[ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
35262024-12-31T16:40:59.442Z[ 7] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec
35272024-12-31T16:40:59.442Z[ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
35282024-12-31T16:41:02.665Z[ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
35292024-12-31T16:41:02.665Z[ 13] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
35302024-12-31T16:41:02.665Z[ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
35312024-12-31T16:41:02.665Z[ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
35322024-12-31T16:41:02.665Z[ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
35332024-12-31T16:41:02.665Z[SUM] 6.00-7.00 sec 107 MBytes 899 Mbits/sec
35342024-12-31T16:41:02.665Z- - - - - - - - - - - - - - - - - - - - - - - - -
35352024-12-31T16:41:02.665Z[ 5] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35362024-12-31T16:41:02.665Z[ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35372024-12-31T16:41:02.665Z[ 9] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35382024-12-31T16:41:02.665Z[ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35392024-12-31T16:41:02.665Z[ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35402024-12-31T16:41:02.665Z[ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35412024-12-31T16:41:02.665Z[ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35422024-12-31T16:41:02.665Z[ 19] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35432024-12-31T16:41:02.665Z[SUM] 7.00-8.00 sec 107 MBytes 898 Mbits/sec
35442024-12-31T16:41:02.665Z- - - - - - - - - - - - - - - - - - - - - - - - -
35452024-12-31T16:41:02.665Z[ 5] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
35462024-12-31T16:41:02.665Z[ 7] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
35472024-12-31T16:41:02.665Z[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35482024-12-31T16:41:02.665Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35492024-12-31T16:41:02.665Z[ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35502024-12-31T16:41:02.665Z[ 15] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
35512024-12-31T16:41:02.665Z[ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
35522024-12-31T16:41:02.665Z[ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
35532024-12-31T16:41:02.665Z[SUM] 8.00-9.00 sec 107 MBytes 894 Mbits/sec
35542024-12-31T16:41:02.665Z- - - - - - - - - - - - - - - - - - - - - - - - -
35552024-12-31T16:41:02.665Z[ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
35562024-12-31T16:41:02.665Z[ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
35572024-12-31T16:41:02.665Z[ 9] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
35582024-12-31T16:41:02.665Z[ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
35592024-12-31T16:41:02.665Z[ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
35602024-12-31T16:41:02.665Z[ 15] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec
35612024-12-31T16:41:02.665Z[ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
35622024-12-31T16:41:02.665Z[ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
35632024-12-31T16:41:02.665Z[SUM] 9.00-10.00 sec 106 MBytes 887 Mbits/sec
35642024-12-31T16:41:02.666Z- - - - - - - - - - - - - - - - - - - - - - - - -
35652024-12-31T16:41:02.666Z[ 5] 10.00-10.00 sec 42.4 KBytes 74.1 Mbits/sec
35662024-12-31T16:41:02.666Z[ 7] 10.00-10.00 sec 124 KBytes 217 Mbits/sec
35672024-12-31T16:41:02.666Z[ 9] 10.00-10.00 sec 14.1 KBytes 24.7 Mbits/sec
35682024-12-31T16:41:02.666Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35692024-12-31T16:41:02.666Z[ 13] 10.00-10.00 sec 116 KBytes 202 Mbits/sec
35702024-12-31T16:41:02.666Z[ 15] 10.00-10.00 sec 124 KBytes 217 Mbits/sec
35712024-12-31T16:41:02.666Z[ 17] 10.00-10.00 sec 124 KBytes 217 Mbits/sec
35722024-12-31T16:41:02.666Z[ 19] 10.00-10.00 sec 124 KBytes 217 Mbits/sec
35732024-12-31T16:41:02.666Z[SUM] 10.00-10.00 sec 670 KBytes 1.17 Gbits/sec
35742024-12-31T16:41:02.666Z- - - - - - - - - - - - - - - - - - - - - - - - -
35752024-12-31T16:41:02.666Z[ ID] Interval Transfer Bandwidth
35762024-12-31T16:41:02.666Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35772024-12-31T16:41:02.666Z[ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
35782024-12-31T16:41:02.666Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35792024-12-31T16:41:02.666Z[ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
35802024-12-31T16:41:02.666Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35812024-12-31T16:41:02.666Z[ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
35822024-12-31T16:41:02.666Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35832024-12-31T16:41:02.666Z[ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
35842024-12-31T16:41:02.666Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35852024-12-31T16:41:02.666Z[ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
35862024-12-31T16:41:02.666Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35872024-12-31T16:41:02.666Z[ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
35882024-12-31T16:41:02.666Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35892024-12-31T16:41:02.666Z[ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
35902024-12-31T16:41:02.666Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35912024-12-31T16:41:02.666Z[ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
35922024-12-31T16:41:02.666Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35932024-12-31T16:41:02.666Z[SUM] 0.00-10.00 sec 1.03 GBytes 886 Mbits/sec receiver
35942024-12-31T16:41:02.669ZRun 10/10...886.100702387547Mbps
35952024-12-31T16:41:02.669Z###---------------------###
35962024-12-31T16:41:02.669Z::: iPerf done... :::
35972024-12-31T16:41:02.669Z:::Awaiting out files...:::
35982024-12-31T16:41:02.669Z###---------------------###
35992024-12-31T16:41:02.669Z###-----###
36002024-12-31T16:41:02.669Z:::done!:::
36012024-12-31T16:41:02.669Z###-----###
36022024-12-31T16:41:04.436ZGnuplot not found, using plotters backend
36032024-12-31T16:41:04.662ZBenchmarking iperf-tcp/local/c2s/tx
36042024-12-31T16:41:04.662ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
36052024-12-31T16:41:09.285ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (581M iterations)
36062024-12-31T16:41:29.288ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
36072024-12-31T16:41:29.442Ziperf-tcp/local/c2s/tx time: [1.6319 µs 1.6320 µs 1.6321 µs]
36082024-12-31T16:41:29.442Z change: [+1.4666% +1.4796% +1.4918%] (p = 0.00 < 0.05)
36092024-12-31T16:41:29.442Z Performance has regressed.
36102024-12-31T16:41:29.442ZFound 5 outliers among 100 measurements (5.00%)
36112024-12-31T16:41:29.442Z 1 (1.00%) low severe
36122024-12-31T16:41:29.442Z 1 (1.00%) low mild
36132024-12-31T16:41:29.442Z 1 (1.00%) high mild
36142024-12-31T16:41:29.442Z 2 (2.00%) high severe
36152024-12-31T16:41:31.036Z
36162024-12-31T16:41:31.039ZBenchmarking iperf-tcp/local/c2s/rx
36172024-12-31T16:41:31.039ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
36182024-12-31T16:41:35.670ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (579M iterations)
36192024-12-31T16:41:55.627ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
36202024-12-31T16:41:55.775Ziperf-tcp/local/c2s/rx time: [5.7471 µs 5.7473 µs 5.7476 µs]
36212024-12-31T16:41:55.775Z change: [+0.8437% +0.8567% +0.8698%] (p = 0.00 < 0.05)
36222024-12-31T16:41:55.775Z Change within noise threshold.
36232024-12-31T16:41:55.775ZFound 5 outliers among 100 measurements (5.00%)
36242024-12-31T16:41:55.775Z 2 (2.00%) low severe
36252024-12-31T16:41:55.775Z 1 (1.00%) low mild
36262024-12-31T16:41:55.775Z 2 (2.00%) high mild
36272024-12-31T16:41:57.368Z
36282024-12-31T16:41:57.371Z###-------------------###
36292024-12-31T16:41:57.371Z:::Running experiment :::
36302024-12-31T16:41:57.371Z:::iperf-tcp/local/s2c:::
36312024-12-31T16:41:57.371Z###-------------------###
36322024-12-31T16:41:57.910Zdtrace: description 'profile-201us ' matched 2 probes
36332024-12-31T16:42:04.416Z-----------------------------------------------------------
36342024-12-31T16:42:04.416ZServer listening on 5201
36352024-12-31T16:42:04.416Z-----------------------------------------------------------
36362024-12-31T16:42:04.416ZAccepted connection from 10.0.0.1, port 41463
36372024-12-31T16:42:04.416Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51878
36382024-12-31T16:42:04.416Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55850
36392024-12-31T16:42:04.416Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34699
36402024-12-31T16:42:04.416Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42739
36412024-12-31T16:42:04.416Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56534
36422024-12-31T16:42:04.416Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43580
36432024-12-31T16:42:04.416Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62581
36442024-12-31T16:42:04.416Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49564
36452024-12-31T16:42:04.416Z[ ID] Interval Transfer Bandwidth
36462024-12-31T16:42:04.416Z[ 5] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec
36472024-12-31T16:42:04.416Z[ 7] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec
36482024-12-31T16:42:04.416Z[ 9] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec
36492024-12-31T16:42:04.416Z[ 11] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec
36502024-12-31T16:42:04.416Z[ 13] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec
36512024-12-31T16:42:04.416Z[ 15] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec
36522024-12-31T16:42:04.416Z[ 17] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec
36532024-12-31T16:42:04.417Z[ 19] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec
36542024-12-31T16:42:04.417Z[SUM] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
36552024-12-31T16:42:04.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
36562024-12-31T16:42:04.417Z[ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
36572024-12-31T16:42:04.417Z[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
36582024-12-31T16:42:04.417Z[ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
36592024-12-31T16:42:04.417Z[ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
36602024-12-31T16:42:04.417Z[ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
36612024-12-31T16:42:04.417Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
36622024-12-31T16:42:04.417Z[ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
36632024-12-31T16:42:04.417Z[ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
36642024-12-31T16:42:04.417Z[SUM] 1.00-2.00 sec 104 MBytes 875 Mbits/sec
36652024-12-31T16:42:04.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
36662024-12-31T16:42:04.417Z[ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
36672024-12-31T16:42:04.417Z[ 7] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
36682024-12-31T16:42:04.417Z[ 9] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
36692024-12-31T16:42:04.417Z[ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
36702024-12-31T16:42:04.417Z[ 13] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
36712024-12-31T16:42:04.417Z[ 15] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
36722024-12-31T16:42:04.417Z[ 17] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
36732024-12-31T16:42:04.417Z[ 19] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
36742024-12-31T16:42:04.417Z[SUM] 2.00-3.00 sec 103 MBytes 861 Mbits/sec
36752024-12-31T16:42:04.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
36762024-12-31T16:42:04.417Z[ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
36772024-12-31T16:42:04.417Z[ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
36782024-12-31T16:42:04.417Z[ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
36792024-12-31T16:42:04.417Z[ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
36802024-12-31T16:42:04.417Z[ 13] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
36812024-12-31T16:42:04.417Z[ 15] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
36822024-12-31T16:42:04.417Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
36832024-12-31T16:42:04.417Z[ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
36842024-12-31T16:42:04.417Z[SUM] 3.00-4.00 sec 103 MBytes 868 Mbits/sec
36852024-12-31T16:42:04.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
36862024-12-31T16:42:04.417Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36872024-12-31T16:42:04.417Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36882024-12-31T16:42:04.417Z[ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
36892024-12-31T16:42:04.417Z[ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
36902024-12-31T16:42:04.417Z[ 13] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec
36912024-12-31T16:42:04.417Z[ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
36922024-12-31T16:42:04.418Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36932024-12-31T16:42:04.418Z[ 19] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec
36942024-12-31T16:42:04.418Z[SUM] 4.00-5.00 sec 104 MBytes 869 Mbits/sec
36952024-12-31T16:42:04.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
36962024-12-31T16:42:04.418Z[ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
36972024-12-31T16:42:04.418Z[ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
36982024-12-31T16:42:04.418Z[ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
36992024-12-31T16:42:04.418Z[ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
37002024-12-31T16:42:04.418Z[ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
37012024-12-31T16:42:04.418Z[ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
37022024-12-31T16:42:04.418Z[ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
37032024-12-31T16:42:04.418Z[ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
37042024-12-31T16:42:04.418Z[SUM] 5.00-6.00 sec 103 MBytes 864 Mbits/sec
37052024-12-31T16:42:04.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
37062024-12-31T16:42:04.418Z[ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
37072024-12-31T16:42:04.418Z[ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
37082024-12-31T16:42:04.418Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
37092024-12-31T16:42:07.636Z[ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
37102024-12-31T16:42:07.636Z[ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
37112024-12-31T16:42:07.636Z[ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
37122024-12-31T16:42:07.636Z[ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
37132024-12-31T16:42:07.636Z[ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
37142024-12-31T16:42:07.636Z[SUM] 6.00-7.00 sec 104 MBytes 869 Mbits/sec
37152024-12-31T16:42:07.636Z- - - - - - - - - - - - - - - - - - - - - - - - -
37162024-12-31T16:42:07.636Z[ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
37172024-12-31T16:42:07.636Z[ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
37182024-12-31T16:42:07.636Z[ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
37192024-12-31T16:42:07.636Z[ 11] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec
37202024-12-31T16:42:07.636Z[ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
37212024-12-31T16:42:07.636Z[ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
37222024-12-31T16:42:07.636Z[ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
37232024-12-31T16:42:07.636Z[ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
37242024-12-31T16:42:07.636Z[SUM] 7.00-8.00 sec 103 MBytes 864 Mbits/sec
37252024-12-31T16:42:07.636Z- - - - - - - - - - - - - - - - - - - - - - - - -
37262024-12-31T16:42:07.636Z[ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
37272024-12-31T16:42:07.636Z[ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37282024-12-31T16:42:07.636Z[ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
37292024-12-31T16:42:07.636Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37302024-12-31T16:42:07.636Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
37312024-12-31T16:42:07.636Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
37322024-12-31T16:42:07.636Z[ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
37332024-12-31T16:42:07.636Z[ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
37342024-12-31T16:42:07.636Z[SUM] 8.00-9.00 sec 104 MBytes 868 Mbits/sec
37352024-12-31T16:42:07.636Z- - - - - - - - - - - - - - - - - - - - - - - - -
37362024-12-31T16:42:07.636Z[ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
37372024-12-31T16:42:07.636Z[ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
37382024-12-31T16:42:07.636Z[ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
37392024-12-31T16:42:07.636Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37402024-12-31T16:42:07.637Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37412024-12-31T16:42:07.637Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37422024-12-31T16:42:07.637Z[ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
37432024-12-31T16:42:07.637Z[ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
37442024-12-31T16:42:07.637Z[SUM] 9.00-10.00 sec 103 MBytes 868 Mbits/sec
37452024-12-31T16:42:07.637Z- - - - - - - - - - - - - - - - - - - - - - - - -
37462024-12-31T16:42:07.637Z[ 5] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
37472024-12-31T16:42:07.637Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37482024-12-31T16:42:07.637Z[ 9] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
37492024-12-31T16:42:07.637Z[ 11] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
37502024-12-31T16:42:07.637Z[ 13] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
37512024-12-31T16:42:07.637Z[ 15] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
37522024-12-31T16:42:07.637Z[ 17] 10.00-10.00 sec 113 KBytes 236 Mbits/sec
37532024-12-31T16:42:07.637Z[ 19] 10.00-10.00 sec 113 KBytes 236 Mbits/sec
37542024-12-31T16:42:07.637Z[SUM] 10.00-10.00 sec 509 KBytes 1.06 Gbits/sec
37552024-12-31T16:42:07.637Z- - - - - - - - - - - - - - - - - - - - - - - - -
37562024-12-31T16:42:07.637Z[ ID] Interval Transfer Bandwidth
37572024-12-31T16:42:07.637Z[ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender
37582024-12-31T16:42:07.637Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37592024-12-31T16:42:07.637Z[ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender
37602024-12-31T16:42:07.637Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37612024-12-31T16:42:07.637Z[ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender
37622024-12-31T16:42:07.637Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37632024-12-31T16:42:07.637Z[ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender
37642024-12-31T16:42:07.637Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37652024-12-31T16:42:07.637Z[ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender
37662024-12-31T16:42:07.637Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37672024-12-31T16:42:07.637Z[ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender
37682024-12-31T16:42:07.637Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37692024-12-31T16:42:07.637Z[ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender
37702024-12-31T16:42:07.637Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37712024-12-31T16:42:07.637Z[ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender
37722024-12-31T16:42:07.637Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37732024-12-31T16:42:07.637Z[SUM] 0.00-10.00 sec 1.03 GBytes 881 Mbits/sec sender
37742024-12-31T16:42:07.637Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37752024-12-31T16:42:07.640ZRun 1/10...881.41168991893Mbps
37762024-12-31T16:42:14.672Z-----------------------------------------------------------
37772024-12-31T16:42:14.673ZServer listening on 5201
37782024-12-31T16:42:14.673Z-----------------------------------------------------------
37792024-12-31T16:42:14.673ZAccepted connection from 10.0.0.1, port 63214
37802024-12-31T16:42:14.673Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41126
37812024-12-31T16:42:14.673Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50939
37822024-12-31T16:42:14.673Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34227
37832024-12-31T16:42:14.673Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41116
37842024-12-31T16:42:14.673Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56093
37852024-12-31T16:42:14.673Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45993
37862024-12-31T16:42:14.673Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55212
37872024-12-31T16:42:14.673Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45639
37882024-12-31T16:42:14.673Z[ ID] Interval Transfer Bandwidth
37892024-12-31T16:42:14.673Z[ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
37902024-12-31T16:42:14.673Z[ 7] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
37912024-12-31T16:42:14.673Z[ 9] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
37922024-12-31T16:42:14.673Z[ 11] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
37932024-12-31T16:42:14.673Z[ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
37942024-12-31T16:42:14.673Z[ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
37952024-12-31T16:42:14.673Z[ 17] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
37962024-12-31T16:42:14.673Z[ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
37972024-12-31T16:42:14.673Z[SUM] 0.00-1.00 sec 96.7 MBytes 811 Mbits/sec
37982024-12-31T16:42:14.673Z- - - - - - - - - - - - - - - - - - - - - - - - -
37992024-12-31T16:42:14.673Z[ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
38002024-12-31T16:42:14.673Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
38012024-12-31T16:42:14.673Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
38022024-12-31T16:42:14.673Z[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
38032024-12-31T16:42:14.673Z[ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
38042024-12-31T16:42:14.673Z[ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
38052024-12-31T16:42:14.673Z[ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
38062024-12-31T16:42:14.673Z[ 19] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
38072024-12-31T16:42:14.673Z[SUM] 1.00-2.00 sec 106 MBytes 886 Mbits/sec
38082024-12-31T16:42:14.673Z- - - - - - - - - - - - - - - - - - - - - - - - -
38092024-12-31T16:42:14.673Z[ 5] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
38102024-12-31T16:42:14.673Z[ 7] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
38112024-12-31T16:42:14.673Z[ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
38122024-12-31T16:42:14.673Z[ 11] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
38132024-12-31T16:42:14.673Z[ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
38142024-12-31T16:42:14.674Z[ 15] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
38152024-12-31T16:42:14.674Z[ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
38162024-12-31T16:42:14.674Z[ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
38172024-12-31T16:42:14.674Z[SUM] 2.00-3.00 sec 105 MBytes 885 Mbits/sec
38182024-12-31T16:42:14.674Z- - - - - - - - - - - - - - - - - - - - - - - - -
38192024-12-31T16:42:14.674Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38202024-12-31T16:42:14.674Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
38212024-12-31T16:42:14.674Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38222024-12-31T16:42:14.674Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
38232024-12-31T16:42:14.674Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
38242024-12-31T16:42:14.674Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
38252024-12-31T16:42:14.674Z[ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
38262024-12-31T16:42:14.674Z[ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38272024-12-31T16:42:14.674Z[SUM] 3.00-4.00 sec 104 MBytes 875 Mbits/sec
38282024-12-31T16:42:14.674Z- - - - - - - - - - - - - - - - - - - - - - - - -
38292024-12-31T16:42:14.674Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
38302024-12-31T16:42:14.677Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
38312024-12-31T16:42:14.677Z[ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
38322024-12-31T16:42:14.677Z[ 11] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec
38332024-12-31T16:42:14.677Z[ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
38342024-12-31T16:42:14.677Z[ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
38352024-12-31T16:42:14.677Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
38362024-12-31T16:42:14.677Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
38372024-12-31T16:42:14.677Z[SUM] 4.00-5.00 sec 104 MBytes 872 Mbits/sec
38382024-12-31T16:42:14.677Z- - - - - - - - - - - - - - - - - - - - - - - - -
38392024-12-31T16:42:14.677Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
38402024-12-31T16:42:14.677Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
38412024-12-31T16:42:14.677Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
38422024-12-31T16:42:14.677Z[ 11] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
38432024-12-31T16:42:14.677Z[ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
38442024-12-31T16:42:14.677Z[ 15] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
38452024-12-31T16:42:14.677Z[ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
38462024-12-31T16:42:14.677Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
38472024-12-31T16:42:14.677Z[SUM] 5.00-6.00 sec 105 MBytes 880 Mbits/sec
38482024-12-31T16:42:14.677Z- - - - - - - - - - - - - - - - - - - - - - - - -
38492024-12-31T16:42:14.677Z[ 5] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec
38502024-12-31T16:42:14.677Z[ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
38512024-12-31T16:42:14.677Z[ 9] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec
38522024-12-31T16:42:17.897Z[ 11] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec
38532024-12-31T16:42:17.897Z[ 13] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec
38542024-12-31T16:42:17.897Z[ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
38552024-12-31T16:42:17.897Z[ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
38562024-12-31T16:42:17.897Z[ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
38572024-12-31T16:42:17.897Z[SUM] 6.00-7.00 sec 103 MBytes 867 Mbits/sec
38582024-12-31T16:42:17.897Z- - - - - - - - - - - - - - - - - - - - - - - - -
38592024-12-31T16:42:17.897Z[ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
38602024-12-31T16:42:17.897Z[ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
38612024-12-31T16:42:17.897Z[ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
38622024-12-31T16:42:17.897Z[ 11] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec
38632024-12-31T16:42:17.897Z[ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
38642024-12-31T16:42:17.897Z[ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
38652024-12-31T16:42:17.897Z[ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
38662024-12-31T16:42:17.897Z[ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
38672024-12-31T16:42:17.897Z[SUM] 7.00-8.00 sec 104 MBytes 871 Mbits/sec
38682024-12-31T16:42:17.897Z- - - - - - - - - - - - - - - - - - - - - - - - -
38692024-12-31T16:42:17.897Z[ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
38702024-12-31T16:42:17.897Z[ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
38712024-12-31T16:42:17.897Z[ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
38722024-12-31T16:42:17.897Z[ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
38732024-12-31T16:42:17.897Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
38742024-12-31T16:42:17.897Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
38752024-12-31T16:42:17.897Z[ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
38762024-12-31T16:42:17.897Z[ 19] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
38772024-12-31T16:42:17.897Z[SUM] 8.00-9.00 sec 103 MBytes 864 Mbits/sec
38782024-12-31T16:42:17.897Z- - - - - - - - - - - - - - - - - - - - - - - - -
38792024-12-31T16:42:17.897Z[ 5] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
38802024-12-31T16:42:17.897Z[ 7] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
38812024-12-31T16:42:17.897Z[ 9] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
38822024-12-31T16:42:17.897Z[ 11] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
38832024-12-31T16:42:17.897Z[ 13] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
38842024-12-31T16:42:17.897Z[ 15] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
38852024-12-31T16:42:17.898Z[ 17] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec
38862024-12-31T16:42:17.898Z[ 19] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
38872024-12-31T16:42:17.898Z[SUM] 9.00-10.00 sec 102 MBytes 856 Mbits/sec
38882024-12-31T16:42:17.898Z- - - - - - - - - - - - - - - - - - - - - - - - -
38892024-12-31T16:42:17.898Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38902024-12-31T16:42:17.898Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38912024-12-31T16:42:17.898Z[ 9] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
38922024-12-31T16:42:17.898Z[ 11] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
38932024-12-31T16:42:17.898Z[ 13] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
38942024-12-31T16:42:17.898Z[ 15] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
38952024-12-31T16:42:17.898Z[ 17] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
38962024-12-31T16:42:17.898Z[ 19] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
38972024-12-31T16:42:17.898Z[SUM] 10.00-10.00 sec 339 KBytes 934 Mbits/sec
38982024-12-31T16:42:17.898Z- - - - - - - - - - - - - - - - - - - - - - - - -
38992024-12-31T16:42:17.898Z[ ID] Interval Transfer Bandwidth
39002024-12-31T16:42:17.898Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
39012024-12-31T16:42:17.898Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39022024-12-31T16:42:17.898Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
39032024-12-31T16:42:17.898Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39042024-12-31T16:42:17.898Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
39052024-12-31T16:42:17.898Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39062024-12-31T16:42:17.898Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
39072024-12-31T16:42:17.898Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39082024-12-31T16:42:17.898Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
39092024-12-31T16:42:17.898Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39102024-12-31T16:42:17.898Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
39112024-12-31T16:42:17.898Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39122024-12-31T16:42:17.901Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
39132024-12-31T16:42:17.901Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39142024-12-31T16:42:17.901Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
39152024-12-31T16:42:17.901Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39162024-12-31T16:42:17.901Z[SUM] 0.00-10.00 sec 1.01 GBytes 867 Mbits/sec sender
39172024-12-31T16:42:17.901Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39182024-12-31T16:42:17.901ZRun 2/10...867.072745736357Mbps
39192024-12-31T16:42:24.934Z-----------------------------------------------------------
39202024-12-31T16:42:24.934ZServer listening on 5201
39212024-12-31T16:42:24.934Z-----------------------------------------------------------
39222024-12-31T16:42:24.934ZAccepted connection from 10.0.0.1, port 53994
39232024-12-31T16:42:24.934Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62810
39242024-12-31T16:42:24.934Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56757
39252024-12-31T16:42:24.934Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40050
39262024-12-31T16:42:24.935Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51954
39272024-12-31T16:42:24.935Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54734
39282024-12-31T16:42:24.935Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52587
39292024-12-31T16:42:24.935Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38657
39302024-12-31T16:42:24.935Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38511
39312024-12-31T16:42:24.935Z[ ID] Interval Transfer Bandwidth
39322024-12-31T16:42:24.935Z[ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
39332024-12-31T16:42:24.935Z[ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
39342024-12-31T16:42:24.935Z[ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
39352024-12-31T16:42:24.935Z[ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
39362024-12-31T16:42:24.935Z[ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
39372024-12-31T16:42:24.935Z[ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
39382024-12-31T16:42:24.935Z[ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
39392024-12-31T16:42:24.935Z[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
39402024-12-31T16:42:24.935Z[SUM] 0.00-1.00 sec 96.2 MBytes 806 Mbits/sec
39412024-12-31T16:42:24.935Z- - - - - - - - - - - - - - - - - - - - - - - - -
39422024-12-31T16:42:24.935Z[ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
39432024-12-31T16:42:24.935Z[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
39442024-12-31T16:42:24.935Z[ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
39452024-12-31T16:42:24.935Z[ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
39462024-12-31T16:42:24.935Z[ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
39472024-12-31T16:42:24.935Z[ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
39482024-12-31T16:42:24.935Z[ 17] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec
39492024-12-31T16:42:24.935Z[ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
39502024-12-31T16:42:24.935Z[SUM] 1.00-2.00 sec 104 MBytes 869 Mbits/sec
39512024-12-31T16:42:24.935Z- - - - - - - - - - - - - - - - - - - - - - - - -
39522024-12-31T16:42:24.935Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
39532024-12-31T16:42:24.935Z[ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
39542024-12-31T16:42:24.935Z[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
39552024-12-31T16:42:24.935Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
39562024-12-31T16:42:24.935Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
39572024-12-31T16:42:24.935Z[ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
39582024-12-31T16:42:24.935Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
39592024-12-31T16:42:24.935Z[ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
39602024-12-31T16:42:24.935Z[SUM] 2.00-3.00 sec 105 MBytes 877 Mbits/sec
39612024-12-31T16:42:24.935Z- - - - - - - - - - - - - - - - - - - - - - - - -
39622024-12-31T16:42:24.935Z[ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
39632024-12-31T16:42:24.935Z[ 7] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
39642024-12-31T16:42:24.936Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
39652024-12-31T16:42:24.936Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
39662024-12-31T16:42:24.936Z[ 13] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
39672024-12-31T16:42:24.936Z[ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
39682024-12-31T16:42:24.936Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
39692024-12-31T16:42:24.936Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
39702024-12-31T16:42:24.936Z[SUM] 3.00-4.00 sec 104 MBytes 869 Mbits/sec
39712024-12-31T16:42:24.936Z- - - - - - - - - - - - - - - - - - - - - - - - -
39722024-12-31T16:42:24.936Z[ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
39732024-12-31T16:42:24.936Z[ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
39742024-12-31T16:42:24.939Z[ 9] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
39752024-12-31T16:42:24.939Z[ 11] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
39762024-12-31T16:42:24.939Z[ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
39772024-12-31T16:42:24.939Z[ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
39782024-12-31T16:42:24.939Z[ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
39792024-12-31T16:42:24.939Z[ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
39802024-12-31T16:42:24.939Z[SUM] 4.00-5.00 sec 103 MBytes 864 Mbits/sec
39812024-12-31T16:42:24.939Z- - - - - - - - - - - - - - - - - - - - - - - - -
39822024-12-31T16:42:24.939Z[ 5] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
39832024-12-31T16:42:24.939Z[ 7] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
39842024-12-31T16:42:24.939Z[ 9] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
39852024-12-31T16:42:24.939Z[ 11] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
39862024-12-31T16:42:24.939Z[ 13] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
39872024-12-31T16:42:24.939Z[ 15] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
39882024-12-31T16:42:24.939Z[ 17] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
39892024-12-31T16:42:24.939Z[ 19] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
39902024-12-31T16:42:24.939Z[SUM] 5.00-6.00 sec 102 MBytes 860 Mbits/sec
39912024-12-31T16:42:24.939Z- - - - - - - - - - - - - - - - - - - - - - - - -
39922024-12-31T16:42:24.939Z[ 5] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
39932024-12-31T16:42:24.939Z[ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
39942024-12-31T16:42:24.939Z[ 9] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
39952024-12-31T16:42:28.159Z[ 11] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
39962024-12-31T16:42:28.159Z[ 13] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
39972024-12-31T16:42:28.159Z[ 15] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec
39982024-12-31T16:42:28.159Z[ 17] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
39992024-12-31T16:42:28.159Z[ 19] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
40002024-12-31T16:42:28.159Z[SUM] 6.00-7.00 sec 102 MBytes 857 Mbits/sec
40012024-12-31T16:42:28.159Z- - - - - - - - - - - - - - - - - - - - - - - - -
40022024-12-31T16:42:28.159Z[ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
40032024-12-31T16:42:28.159Z[ 7] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec
40042024-12-31T16:42:28.159Z[ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
40052024-12-31T16:42:28.159Z[ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
40062024-12-31T16:42:28.159Z[ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
40072024-12-31T16:42:28.159Z[ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
40082024-12-31T16:42:28.159Z[ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
40092024-12-31T16:42:28.159Z[ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
40102024-12-31T16:42:28.159Z[SUM] 7.00-8.00 sec 103 MBytes 865 Mbits/sec
40112024-12-31T16:42:28.159Z- - - - - - - - - - - - - - - - - - - - - - - - -
40122024-12-31T16:42:28.159Z[ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
40132024-12-31T16:42:28.159Z[ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
40142024-12-31T16:42:28.159Z[ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
40152024-12-31T16:42:28.159Z[ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
40162024-12-31T16:42:28.159Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
40172024-12-31T16:42:28.159Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
40182024-12-31T16:42:28.159Z[ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
40192024-12-31T16:42:28.159Z[ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
40202024-12-31T16:42:28.159Z[SUM] 8.00-9.00 sec 103 MBytes 865 Mbits/sec
40212024-12-31T16:42:28.160Z- - - - - - - - - - - - - - - - - - - - - - - - -
40222024-12-31T16:42:28.160Z[ 5] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
40232024-12-31T16:42:28.160Z[ 7] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
40242024-12-31T16:42:28.160Z[ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
40252024-12-31T16:42:28.160Z[ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
40262024-12-31T16:42:28.160Z[ 13] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec
40272024-12-31T16:42:28.160Z[ 15] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec
40282024-12-31T16:42:28.160Z[ 17] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
40292024-12-31T16:42:28.160Z[ 19] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec
40302024-12-31T16:42:28.160Z[SUM] 9.00-10.00 sec 103 MBytes 860 Mbits/sec
40312024-12-31T16:42:28.160Z- - - - - - - - - - - - - - - - - - - - - - - - -
40322024-12-31T16:42:28.160Z[ 5] 10.00-10.00 sec 113 KBytes 239 Mbits/sec
40332024-12-31T16:42:28.160Z[ 7] 10.00-10.00 sec 113 KBytes 239 Mbits/sec
40342024-12-31T16:42:28.160Z[ 9] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec
40352024-12-31T16:42:28.160Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40362024-12-31T16:42:28.160Z[ 13] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec
40372024-12-31T16:42:28.160Z[ 15] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec
40382024-12-31T16:42:28.160Z[ 17] 10.00-10.00 sec 113 KBytes 239 Mbits/sec
40392024-12-31T16:42:28.160Z[ 19] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec
40402024-12-31T16:42:28.160Z[SUM] 10.00-10.00 sec 566 KBytes 1.19 Gbits/sec
40412024-12-31T16:42:28.160Z- - - - - - - - - - - - - - - - - - - - - - - - -
40422024-12-31T16:42:28.160Z[ ID] Interval Transfer Bandwidth
40432024-12-31T16:42:28.160Z[ 5] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
40442024-12-31T16:42:28.160Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40452024-12-31T16:42:28.160Z[ 7] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
40462024-12-31T16:42:28.160Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40472024-12-31T16:42:28.160Z[ 9] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
40482024-12-31T16:42:28.160Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40492024-12-31T16:42:28.160Z[ 11] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
40502024-12-31T16:42:28.160Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40512024-12-31T16:42:28.160Z[ 13] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
40522024-12-31T16:42:28.160Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40532024-12-31T16:42:28.160Z[ 15] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
40542024-12-31T16:42:28.160Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40552024-12-31T16:42:28.160Z[ 17] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
40562024-12-31T16:42:28.160Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40572024-12-31T16:42:28.160Z[ 19] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
40582024-12-31T16:42:28.160Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40592024-12-31T16:42:28.160Z[SUM] 0.00-10.00 sec 1.00 GBytes 859 Mbits/sec sender
40602024-12-31T16:42:28.161Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40612024-12-31T16:42:28.163ZRun 3/10...859.542923096969Mbps
40622024-12-31T16:42:35.196Z-----------------------------------------------------------
40632024-12-31T16:42:35.196ZServer listening on 5201
40642024-12-31T16:42:35.196Z-----------------------------------------------------------
40652024-12-31T16:42:35.196ZAccepted connection from 10.0.0.1, port 54946
40662024-12-31T16:42:35.196Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47607
40672024-12-31T16:42:35.196Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34714
40682024-12-31T16:42:35.196Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56677
40692024-12-31T16:42:35.196Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62300
40702024-12-31T16:42:35.196Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43321
40712024-12-31T16:42:35.196Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55976
40722024-12-31T16:42:35.196Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33035
40732024-12-31T16:42:35.196Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51586
40742024-12-31T16:42:35.196Z[ ID] Interval Transfer Bandwidth
40752024-12-31T16:42:35.197Z[ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
40762024-12-31T16:42:35.197Z[ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
40772024-12-31T16:42:35.197Z[ 9] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
40782024-12-31T16:42:35.197Z[ 11] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
40792024-12-31T16:42:35.197Z[ 13] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
40802024-12-31T16:42:35.197Z[ 15] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
40812024-12-31T16:42:35.197Z[ 17] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec
40822024-12-31T16:42:35.197Z[ 19] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
40832024-12-31T16:42:35.197Z[SUM] 0.00-1.00 sec 95.6 MBytes 802 Mbits/sec
40842024-12-31T16:42:35.197Z- - - - - - - - - - - - - - - - - - - - - - - - -
40852024-12-31T16:42:35.197Z[ 5] 1.00-2.00 sec 13.1 MBytes 109 Mbits/sec
40862024-12-31T16:42:35.197Z[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
40872024-12-31T16:42:35.197Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
40882024-12-31T16:42:35.197Z[ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
40892024-12-31T16:42:35.197Z[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
40902024-12-31T16:42:35.197Z[ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
40912024-12-31T16:42:35.197Z[ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
40922024-12-31T16:42:35.197Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
40932024-12-31T16:42:35.197Z[SUM] 1.00-2.00 sec 105 MBytes 876 Mbits/sec
40942024-12-31T16:42:35.197Z- - - - - - - - - - - - - - - - - - - - - - - - -
40952024-12-31T16:42:35.197Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
40962024-12-31T16:42:35.197Z[ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
40972024-12-31T16:42:35.197Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
40982024-12-31T16:42:35.197Z[ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
40992024-12-31T16:42:35.197Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
41002024-12-31T16:42:35.197Z[ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
41012024-12-31T16:42:35.197Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
41022024-12-31T16:42:35.197Z[ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
41032024-12-31T16:42:35.197Z[SUM] 2.00-3.00 sec 105 MBytes 879 Mbits/sec
41042024-12-31T16:42:35.197Z- - - - - - - - - - - - - - - - - - - - - - - - -
41052024-12-31T16:42:35.197Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41062024-12-31T16:42:35.197Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41072024-12-31T16:42:35.197Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41082024-12-31T16:42:35.197Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41092024-12-31T16:42:35.197Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41102024-12-31T16:42:35.197Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41112024-12-31T16:42:35.197Z[ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41122024-12-31T16:42:35.197Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41132024-12-31T16:42:35.197Z[SUM] 3.00-4.00 sec 104 MBytes 872 Mbits/sec
41142024-12-31T16:42:35.198Z- - - - - - - - - - - - - - - - - - - - - - - - -
41152024-12-31T16:42:35.198Z[ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
41162024-12-31T16:42:35.198Z[ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
41172024-12-31T16:42:35.198Z[ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
41182024-12-31T16:42:35.198Z[ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
41192024-12-31T16:42:35.198Z[ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
41202024-12-31T16:42:35.198Z[ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
41212024-12-31T16:42:35.198Z[ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
41222024-12-31T16:42:35.198Z[ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
41232024-12-31T16:42:35.198Z[SUM] 4.00-5.00 sec 103 MBytes 866 Mbits/sec
41242024-12-31T16:42:35.198Z- - - - - - - - - - - - - - - - - - - - - - - - -
41252024-12-31T16:42:35.198Z[ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
41262024-12-31T16:42:35.198Z[ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
41272024-12-31T16:42:35.198Z[ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
41282024-12-31T16:42:35.198Z[ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
41292024-12-31T16:42:35.198Z[ 13] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
41302024-12-31T16:42:35.198Z[ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
41312024-12-31T16:42:35.198Z[ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
41322024-12-31T16:42:35.198Z[ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
41332024-12-31T16:42:35.198Z[SUM] 5.00-6.00 sec 103 MBytes 864 Mbits/sec
41342024-12-31T16:42:35.198Z- - - - - - - - - - - - - - - - - - - - - - - - -
41352024-12-31T16:42:35.198Z[ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
41362024-12-31T16:42:35.198Z[ 7] 6.00-7.00 sec 13.0 MBytes 110 Mbits/sec
41372024-12-31T16:42:35.198Z[ 9] 6.00-7.00 sec 13.0 MBytes 110 Mbits/sec
41382024-12-31T16:42:38.421Z[ 11] 6.00-7.00 sec 13.0 MBytes 110 Mbits/sec
41392024-12-31T16:42:38.421Z[ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
41402024-12-31T16:42:38.421Z[ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
41412024-12-31T16:42:38.421Z[ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
41422024-12-31T16:42:38.421Z[ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
41432024-12-31T16:42:38.421Z[SUM] 6.00-7.00 sec 104 MBytes 875 Mbits/sec
41442024-12-31T16:42:38.421Z- - - - - - - - - - - - - - - - - - - - - - - - -
41452024-12-31T16:42:38.421Z[ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
41462024-12-31T16:42:38.421Z[ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
41472024-12-31T16:42:38.421Z[ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
41482024-12-31T16:42:38.421Z[ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
41492024-12-31T16:42:38.421Z[ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
41502024-12-31T16:42:38.421Z[ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
41512024-12-31T16:42:38.421Z[ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
41522024-12-31T16:42:38.421Z[ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
41532024-12-31T16:42:38.421Z[SUM] 7.00-8.00 sec 104 MBytes 875 Mbits/sec
41542024-12-31T16:42:38.421Z- - - - - - - - - - - - - - - - - - - - - - - - -
41552024-12-31T16:42:38.421Z[ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
41562024-12-31T16:42:38.421Z[ 7] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec
41572024-12-31T16:42:38.421Z[ 9] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec
41582024-12-31T16:42:38.421Z[ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
41592024-12-31T16:42:38.421Z[ 13] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec
41602024-12-31T16:42:38.421Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
41612024-12-31T16:42:38.421Z[ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
41622024-12-31T16:42:38.421Z[ 19] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec
41632024-12-31T16:42:38.421Z[SUM] 8.00-9.00 sec 103 MBytes 867 Mbits/sec
41642024-12-31T16:42:38.421Z- - - - - - - - - - - - - - - - - - - - - - - - -
41652024-12-31T16:42:38.421Z[ 5] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec
41662024-12-31T16:42:38.421Z[ 7] 9.00-10.00 sec 12.7 MBytes 106 Mbits/sec
41672024-12-31T16:42:38.422Z[ 9] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec
41682024-12-31T16:42:38.422Z[ 11] 9.00-10.00 sec 12.7 MBytes 106 Mbits/sec
41692024-12-31T16:42:38.422Z[ 13] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec
41702024-12-31T16:42:38.422Z[ 15] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec
41712024-12-31T16:42:38.422Z[ 17] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec
41722024-12-31T16:42:38.422Z[ 19] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec
41732024-12-31T16:42:38.422Z[SUM] 9.00-10.00 sec 101 MBytes 850 Mbits/sec
41742024-12-31T16:42:38.422Z- - - - - - - - - - - - - - - - - - - - - - - - -
41752024-12-31T16:42:38.422Z[ 5] 10.00-10.00 sec 113 KBytes 254 Mbits/sec
41762024-12-31T16:42:38.422Z[ 7] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec
41772024-12-31T16:42:38.422Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41782024-12-31T16:42:38.422Z[ 11] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec
41792024-12-31T16:42:38.422Z[ 13] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec
41802024-12-31T16:42:38.422Z[ 15] 10.00-10.00 sec 113 KBytes 254 Mbits/sec
41812024-12-31T16:42:38.422Z[ 17] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec
41822024-12-31T16:42:38.422Z[ 19] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec
41832024-12-31T16:42:38.422Z[SUM] 10.00-10.00 sec 509 KBytes 1.14 Gbits/sec
41842024-12-31T16:42:38.422Z- - - - - - - - - - - - - - - - - - - - - - - - -
41852024-12-31T16:42:38.422Z[ ID] Interval Transfer Bandwidth
41862024-12-31T16:42:38.422Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
41872024-12-31T16:42:38.422Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41882024-12-31T16:42:38.422Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
41892024-12-31T16:42:38.422Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41902024-12-31T16:42:38.422Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
41912024-12-31T16:42:38.422Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41922024-12-31T16:42:38.422Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
41932024-12-31T16:42:38.422Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41942024-12-31T16:42:38.422Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
41952024-12-31T16:42:38.422Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41962024-12-31T16:42:38.422Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
41972024-12-31T16:42:38.422Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41982024-12-31T16:42:38.422Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
41992024-12-31T16:42:38.422Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42002024-12-31T16:42:38.422Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
42012024-12-31T16:42:38.422Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42022024-12-31T16:42:38.422Z[SUM] 0.00-10.00 sec 1.00 GBytes 863 Mbits/sec sender
42032024-12-31T16:42:38.422Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42042024-12-31T16:42:38.425ZRun 4/10...863.1566006136151Mbps
42052024-12-31T16:42:45.456Z-----------------------------------------------------------
42062024-12-31T16:42:45.456ZServer listening on 5201
42072024-12-31T16:42:45.456Z-----------------------------------------------------------
42082024-12-31T16:42:45.456ZAccepted connection from 10.0.0.1, port 53246
42092024-12-31T16:42:45.456Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43662
42102024-12-31T16:42:45.456Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60003
42112024-12-31T16:42:45.457Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41253
42122024-12-31T16:42:45.457Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42744
42132024-12-31T16:42:45.457Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51119
42142024-12-31T16:42:45.457Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40446
42152024-12-31T16:42:45.457Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38923
42162024-12-31T16:42:45.457Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62231
42172024-12-31T16:42:45.457Z[ ID] Interval Transfer Bandwidth
42182024-12-31T16:42:45.457Z[ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
42192024-12-31T16:42:45.457Z[ 7] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
42202024-12-31T16:42:45.460Z[ 9] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
42212024-12-31T16:42:45.460Z[ 11] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
42222024-12-31T16:42:45.460Z[ 13] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
42232024-12-31T16:42:45.460Z[ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
42242024-12-31T16:42:45.460Z[ 17] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
42252024-12-31T16:42:45.460Z[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
42262024-12-31T16:42:45.460Z[SUM] 0.00-1.00 sec 96.6 MBytes 810 Mbits/sec
42272024-12-31T16:42:45.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
42282024-12-31T16:42:45.460Z[ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
42292024-12-31T16:42:45.460Z[ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
42302024-12-31T16:42:45.460Z[ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
42312024-12-31T16:42:45.460Z[ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
42322024-12-31T16:42:45.460Z[ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
42332024-12-31T16:42:45.460Z[ 15] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec
42342024-12-31T16:42:45.460Z[ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
42352024-12-31T16:42:45.460Z[ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
42362024-12-31T16:42:45.460Z[SUM] 1.00-2.00 sec 103 MBytes 867 Mbits/sec
42372024-12-31T16:42:45.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
42382024-12-31T16:42:45.461Z[ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
42392024-12-31T16:42:45.461Z[ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
42402024-12-31T16:42:45.461Z[ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
42412024-12-31T16:42:45.461Z[ 11] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
42422024-12-31T16:42:45.461Z[ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
42432024-12-31T16:42:45.461Z[ 15] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
42442024-12-31T16:42:45.461Z[ 17] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
42452024-12-31T16:42:45.461Z[ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
42462024-12-31T16:42:45.461Z[SUM] 2.00-3.00 sec 103 MBytes 863 Mbits/sec
42472024-12-31T16:42:45.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
42482024-12-31T16:42:45.461Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
42492024-12-31T16:42:45.461Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
42502024-12-31T16:42:45.461Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
42512024-12-31T16:42:45.461Z[ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
42522024-12-31T16:42:45.461Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
42532024-12-31T16:42:45.461Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
42542024-12-31T16:42:45.461Z[ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
42552024-12-31T16:42:45.461Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
42562024-12-31T16:42:45.461Z[SUM] 3.00-4.00 sec 104 MBytes 874 Mbits/sec
42572024-12-31T16:42:45.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
42582024-12-31T16:42:45.461Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42592024-12-31T16:42:45.461Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42602024-12-31T16:42:45.461Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42612024-12-31T16:42:45.461Z[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42622024-12-31T16:42:45.461Z[ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42632024-12-31T16:42:45.461Z[ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42642024-12-31T16:42:45.461Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42652024-12-31T16:42:45.461Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42662024-12-31T16:42:45.461Z[SUM] 4.00-5.00 sec 104 MBytes 872 Mbits/sec
42672024-12-31T16:42:45.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
42682024-12-31T16:42:45.461Z[ 5] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
42692024-12-31T16:42:45.461Z[ 7] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
42702024-12-31T16:42:45.461Z[ 9] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec
42712024-12-31T16:42:45.461Z[ 11] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
42722024-12-31T16:42:45.461Z[ 13] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec
42732024-12-31T16:42:45.461Z[ 15] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
42742024-12-31T16:42:45.461Z[ 17] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec
42752024-12-31T16:42:45.461Z[ 19] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec
42762024-12-31T16:42:45.461Z[SUM] 5.00-6.00 sec 102 MBytes 854 Mbits/sec
42772024-12-31T16:42:45.462Z- - - - - - - - - - - - - - - - - - - - - - - - -
42782024-12-31T16:42:45.462Z[ 5] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
42792024-12-31T16:42:45.462Z[ 7] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
42802024-12-31T16:42:45.462Z[ 9] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
42812024-12-31T16:42:48.683Z[ 11] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
42822024-12-31T16:42:48.683Z[ 13] 6.00-7.00 sec 12.8 MBytes 108 Mbits/sec
42832024-12-31T16:42:48.683Z[ 15] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
42842024-12-31T16:42:48.683Z[ 17] 6.00-7.00 sec 12.8 MBytes 108 Mbits/sec
42852024-12-31T16:42:48.683Z[ 19] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
42862024-12-31T16:42:48.683Z[SUM] 6.00-7.00 sec 102 MBytes 858 Mbits/sec
42872024-12-31T16:42:48.683Z- - - - - - - - - - - - - - - - - - - - - - - - -
42882024-12-31T16:42:48.683Z[ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
42892024-12-31T16:42:48.683Z[ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
42902024-12-31T16:42:48.683Z[ 9] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
42912024-12-31T16:42:48.683Z[ 11] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
42922024-12-31T16:42:48.683Z[ 13] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec
42932024-12-31T16:42:48.683Z[ 15] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec
42942024-12-31T16:42:48.683Z[ 17] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec
42952024-12-31T16:42:48.683Z[ 19] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
42962024-12-31T16:42:48.684Z[SUM] 7.00-8.00 sec 102 MBytes 853 Mbits/sec
42972024-12-31T16:42:48.684Z- - - - - - - - - - - - - - - - - - - - - - - - -
42982024-12-31T16:42:48.684Z[ 5] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
42992024-12-31T16:42:48.684Z[ 7] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec
43002024-12-31T16:42:48.684Z[ 9] 8.00-9.00 sec 12.7 MBytes 106 Mbits/sec
43012024-12-31T16:42:48.684Z[ 11] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec
43022024-12-31T16:42:48.684Z[ 13] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
43032024-12-31T16:42:48.684Z[ 15] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
43042024-12-31T16:42:48.684Z[ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
43052024-12-31T16:42:48.684Z[ 19] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
43062024-12-31T16:42:48.684Z[SUM] 8.00-9.00 sec 102 MBytes 854 Mbits/sec
43072024-12-31T16:42:48.684Z- - - - - - - - - - - - - - - - - - - - - - - - -
43082024-12-31T16:42:48.684Z[ 5] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
43092024-12-31T16:42:48.684Z[ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
43102024-12-31T16:42:48.684Z[ 9] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec
43112024-12-31T16:42:48.684Z[ 11] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
43122024-12-31T16:42:48.684Z[ 13] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec
43132024-12-31T16:42:48.684Z[ 15] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec
43142024-12-31T16:42:48.684Z[ 17] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
43152024-12-31T16:42:48.684Z[ 19] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
43162024-12-31T16:42:48.684Z[SUM] 9.00-10.00 sec 102 MBytes 858 Mbits/sec
43172024-12-31T16:42:48.684Z- - - - - - - - - - - - - - - - - - - - - - - - -
43182024-12-31T16:42:48.684Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43192024-12-31T16:42:48.684Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43202024-12-31T16:42:48.684Z[ 9] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec
43212024-12-31T16:42:48.684Z[ 11] 10.00-10.00 sec 113 KBytes 251 Mbits/sec
43222024-12-31T16:42:48.684Z[ 13] 10.00-10.00 sec 170 KBytes 377 Mbits/sec
43232024-12-31T16:42:48.684Z[ 15] 10.00-10.00 sec 170 KBytes 377 Mbits/sec
43242024-12-31T16:42:48.684Z[ 17] 10.00-10.00 sec 113 KBytes 251 Mbits/sec
43252024-12-31T16:42:48.684Z[ 19] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec
43262024-12-31T16:42:48.684Z[SUM] 10.00-10.00 sec 679 KBytes 1.51 Gbits/sec
43272024-12-31T16:42:48.684Z- - - - - - - - - - - - - - - - - - - - - - - - -
43282024-12-31T16:42:48.684Z[ ID] Interval Transfer Bandwidth
43292024-12-31T16:42:48.684Z[ 5] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
43302024-12-31T16:42:48.684Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43312024-12-31T16:42:48.684Z[ 7] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
43322024-12-31T16:42:48.684Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43332024-12-31T16:42:48.685Z[ 9] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
43342024-12-31T16:42:48.685Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43352024-12-31T16:42:48.685Z[ 11] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
43362024-12-31T16:42:48.685Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43372024-12-31T16:42:48.685Z[ 13] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
43382024-12-31T16:42:48.685Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43392024-12-31T16:42:48.685Z[ 15] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
43402024-12-31T16:42:48.685Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43412024-12-31T16:42:48.685Z[ 17] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
43422024-12-31T16:42:48.685Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43432024-12-31T16:42:48.685Z[ 19] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
43442024-12-31T16:42:48.685Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43452024-12-31T16:42:48.685Z[SUM] 0.00-10.00 sec 1021 MBytes 857 Mbits/sec sender
43462024-12-31T16:42:48.685Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43472024-12-31T16:42:48.688ZRun 5/10...856.867885419631Mbps
43482024-12-31T16:42:55.719Z-----------------------------------------------------------
43492024-12-31T16:42:55.719ZServer listening on 5201
43502024-12-31T16:42:55.719Z-----------------------------------------------------------
43512024-12-31T16:42:55.719ZAccepted connection from 10.0.0.1, port 59461
43522024-12-31T16:42:55.719Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43703
43532024-12-31T16:42:55.720Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52914
43542024-12-31T16:42:55.720Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52748
43552024-12-31T16:42:55.720Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48712
43562024-12-31T16:42:55.720Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52602
43572024-12-31T16:42:55.720Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53171
43582024-12-31T16:42:55.720Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41305
43592024-12-31T16:42:55.720Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37143
43602024-12-31T16:42:55.720Z[ ID] Interval Transfer Bandwidth
43612024-12-31T16:42:55.720Z[ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
43622024-12-31T16:42:55.720Z[ 7] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
43632024-12-31T16:42:55.720Z[ 9] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
43642024-12-31T16:42:55.720Z[ 11] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
43652024-12-31T16:42:55.720Z[ 13] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
43662024-12-31T16:42:55.720Z[ 15] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
43672024-12-31T16:42:55.720Z[ 17] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
43682024-12-31T16:42:55.720Z[ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
43692024-12-31T16:42:55.720Z[SUM] 0.00-1.00 sec 97.0 MBytes 813 Mbits/sec
43702024-12-31T16:42:55.720Z- - - - - - - - - - - - - - - - - - - - - - - - -
43712024-12-31T16:42:55.720Z[ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
43722024-12-31T16:42:55.720Z[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
43732024-12-31T16:42:55.720Z[ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
43742024-12-31T16:42:55.720Z[ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
43752024-12-31T16:42:55.720Z[ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
43762024-12-31T16:42:55.720Z[ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
43772024-12-31T16:42:55.720Z[ 17] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
43782024-12-31T16:42:55.720Z[ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
43792024-12-31T16:42:55.720Z[SUM] 1.00-2.00 sec 104 MBytes 871 Mbits/sec
43802024-12-31T16:42:55.720Z- - - - - - - - - - - - - - - - - - - - - - - - -
43812024-12-31T16:42:55.720Z[ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
43822024-12-31T16:42:55.720Z[ 7] 2.00-3.00 sec 13.0 MBytes 110 Mbits/sec
43832024-12-31T16:42:55.720Z[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
43842024-12-31T16:42:55.720Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
43852024-12-31T16:42:55.720Z[ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
43862024-12-31T16:42:55.720Z[ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43872024-12-31T16:42:55.720Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43882024-12-31T16:42:55.720Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
43892024-12-31T16:42:55.720Z[SUM] 2.00-3.00 sec 104 MBytes 875 Mbits/sec
43902024-12-31T16:42:55.720Z- - - - - - - - - - - - - - - - - - - - - - - - -
43912024-12-31T16:42:55.720Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43922024-12-31T16:42:55.721Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43932024-12-31T16:42:55.721Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43942024-12-31T16:42:55.721Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43952024-12-31T16:42:55.721Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43962024-12-31T16:42:55.721Z[ 15] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
43972024-12-31T16:42:55.721Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
43982024-12-31T16:42:55.721Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43992024-12-31T16:42:55.721Z[SUM] 3.00-4.00 sec 104 MBytes 871 Mbits/sec
44002024-12-31T16:42:55.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
44012024-12-31T16:42:55.721Z[ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
44022024-12-31T16:42:55.721Z[ 7] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec
44032024-12-31T16:42:55.721Z[ 9] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec
44042024-12-31T16:42:55.721Z[ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
44052024-12-31T16:42:55.721Z[ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
44062024-12-31T16:42:55.721Z[ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
44072024-12-31T16:42:55.721Z[ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
44082024-12-31T16:42:55.721Z[ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
44092024-12-31T16:42:55.721Z[SUM] 4.00-5.00 sec 103 MBytes 863 Mbits/sec
44102024-12-31T16:42:55.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
44112024-12-31T16:42:55.721Z[ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
44122024-12-31T16:42:55.721Z[ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
44132024-12-31T16:42:55.721Z[ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
44142024-12-31T16:42:55.721Z[ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
44152024-12-31T16:42:55.721Z[ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
44162024-12-31T16:42:55.721Z[ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
44172024-12-31T16:42:55.721Z[ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
44182024-12-31T16:42:55.721Z[ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
44192024-12-31T16:42:55.721Z[SUM] 5.00-6.00 sec 103 MBytes 867 Mbits/sec
44202024-12-31T16:42:55.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
44212024-12-31T16:42:55.721Z[ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44222024-12-31T16:42:55.721Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44232024-12-31T16:42:55.721Z[ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44242024-12-31T16:42:58.944Z[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44252024-12-31T16:42:58.944Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44262024-12-31T16:42:58.944Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44272024-12-31T16:42:58.944Z[ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
44282024-12-31T16:42:58.944Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44292024-12-31T16:42:58.944Z[SUM] 6.00-7.00 sec 105 MBytes 879 Mbits/sec
44302024-12-31T16:42:58.944Z- - - - - - - - - - - - - - - - - - - - - - - - -
44312024-12-31T16:42:58.944Z[ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
44322024-12-31T16:42:58.944Z[ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
44332024-12-31T16:42:58.945Z[ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
44342024-12-31T16:42:58.945Z[ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
44352024-12-31T16:42:58.945Z[ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
44362024-12-31T16:42:58.945Z[ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
44372024-12-31T16:42:58.945Z[ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
44382024-12-31T16:42:58.945Z[ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
44392024-12-31T16:42:58.945Z[SUM] 7.00-8.00 sec 104 MBytes 876 Mbits/sec
44402024-12-31T16:42:58.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
44412024-12-31T16:42:58.945Z[ 5] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
44422024-12-31T16:42:58.945Z[ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
44432024-12-31T16:42:58.945Z[ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
44442024-12-31T16:42:58.945Z[ 11] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
44452024-12-31T16:42:58.945Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
44462024-12-31T16:42:58.945Z[ 15] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
44472024-12-31T16:42:58.945Z[ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
44482024-12-31T16:42:58.945Z[ 19] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
44492024-12-31T16:42:58.945Z[SUM] 8.00-9.00 sec 103 MBytes 862 Mbits/sec
44502024-12-31T16:42:58.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
44512024-12-31T16:42:58.945Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44522024-12-31T16:42:58.945Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44532024-12-31T16:42:58.945Z[ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
44542024-12-31T16:42:58.945Z[ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
44552024-12-31T16:42:58.945Z[ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
44562024-12-31T16:42:58.945Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44572024-12-31T16:42:58.945Z[ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
44582024-12-31T16:42:58.945Z[ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
44592024-12-31T16:42:58.945Z[SUM] 9.00-10.00 sec 103 MBytes 867 Mbits/sec
44602024-12-31T16:42:58.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
44612024-12-31T16:42:58.945Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44622024-12-31T16:42:58.945Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44632024-12-31T16:42:58.945Z[ 9] 10.00-10.00 sec 113 KBytes 280 Mbits/sec
44642024-12-31T16:42:58.948Z[ 11] 10.00-10.00 sec 113 KBytes 280 Mbits/sec
44652024-12-31T16:42:58.948Z[ 13] 10.00-10.00 sec 56.6 KBytes 140 Mbits/sec
44662024-12-31T16:42:58.948Z[ 15] 10.00-10.00 sec 56.6 KBytes 140 Mbits/sec
44672024-12-31T16:42:58.948Z[ 17] 10.00-10.00 sec 56.6 KBytes 140 Mbits/sec
44682024-12-31T16:42:58.948Z[ 19] 10.00-10.00 sec 56.6 KBytes 140 Mbits/sec
44692024-12-31T16:42:58.948Z[SUM] 10.00-10.00 sec 452 KBytes 1.12 Gbits/sec
44702024-12-31T16:42:58.948Z- - - - - - - - - - - - - - - - - - - - - - - - -
44712024-12-31T16:42:58.948Z[ ID] Interval Transfer Bandwidth
44722024-12-31T16:42:58.948Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44732024-12-31T16:42:58.948Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44742024-12-31T16:42:58.948Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44752024-12-31T16:42:58.948Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44762024-12-31T16:42:58.948Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44772024-12-31T16:42:58.948Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44782024-12-31T16:42:58.948Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44792024-12-31T16:42:58.948Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44802024-12-31T16:42:58.948Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44812024-12-31T16:42:58.948Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44822024-12-31T16:42:58.949Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44832024-12-31T16:42:58.949Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44842024-12-31T16:42:58.949Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44852024-12-31T16:42:58.949Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44862024-12-31T16:42:58.949Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44872024-12-31T16:42:58.949Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44882024-12-31T16:42:58.949Z[SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec sender
44892024-12-31T16:42:58.949Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44902024-12-31T16:42:58.949ZRun 6/10...864.8147607907019Mbps
44912024-12-31T16:43:05.981Z-----------------------------------------------------------
44922024-12-31T16:43:05.981ZServer listening on 5201
44932024-12-31T16:43:05.981Z-----------------------------------------------------------
44942024-12-31T16:43:05.981ZAccepted connection from 10.0.0.1, port 44270
44952024-12-31T16:43:05.981Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58657
44962024-12-31T16:43:05.981Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43535
44972024-12-31T16:43:05.981Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42487
44982024-12-31T16:43:05.981Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62121
44992024-12-31T16:43:05.981Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63897
45002024-12-31T16:43:05.981Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43801
45012024-12-31T16:43:05.981Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34688
45022024-12-31T16:43:05.981Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52667
45032024-12-31T16:43:05.981Z[ ID] Interval Transfer Bandwidth
45042024-12-31T16:43:05.981Z[ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
45052024-12-31T16:43:05.981Z[ 7] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
45062024-12-31T16:43:05.981Z[ 9] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
45072024-12-31T16:43:05.982Z[ 11] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
45082024-12-31T16:43:05.982Z[ 13] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
45092024-12-31T16:43:05.982Z[ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
45102024-12-31T16:43:05.982Z[ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
45112024-12-31T16:43:05.982Z[ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
45122024-12-31T16:43:05.982Z[SUM] 0.00-1.00 sec 96.8 MBytes 811 Mbits/sec
45132024-12-31T16:43:05.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
45142024-12-31T16:43:05.982Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45152024-12-31T16:43:05.982Z[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
45162024-12-31T16:43:05.982Z[ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
45172024-12-31T16:43:05.982Z[ 11] 1.00-2.00 sec 13.0 MBytes 110 Mbits/sec
45182024-12-31T16:43:05.982Z[ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
45192024-12-31T16:43:05.982Z[ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
45202024-12-31T16:43:05.982Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45212024-12-31T16:43:05.982Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45222024-12-31T16:43:05.982Z[SUM] 1.00-2.00 sec 104 MBytes 876 Mbits/sec
45232024-12-31T16:43:05.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
45242024-12-31T16:43:05.982Z[ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
45252024-12-31T16:43:05.982Z[ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
45262024-12-31T16:43:05.982Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
45272024-12-31T16:43:05.982Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
45282024-12-31T16:43:05.982Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
45292024-12-31T16:43:05.982Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
45302024-12-31T16:43:05.982Z[ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
45312024-12-31T16:43:05.982Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
45322024-12-31T16:43:05.982Z[SUM] 2.00-3.00 sec 104 MBytes 876 Mbits/sec
45332024-12-31T16:43:05.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
45342024-12-31T16:43:05.982Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45352024-12-31T16:43:05.982Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45362024-12-31T16:43:05.982Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45372024-12-31T16:43:05.982Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45382024-12-31T16:43:05.982Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45392024-12-31T16:43:05.982Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45402024-12-31T16:43:05.982Z[ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45412024-12-31T16:43:05.982Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45422024-12-31T16:43:05.982Z[SUM] 3.00-4.00 sec 104 MBytes 872 Mbits/sec
45432024-12-31T16:43:05.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
45442024-12-31T16:43:05.982Z[ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
45452024-12-31T16:43:05.983Z[ 7] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec
45462024-12-31T16:43:05.983Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
45472024-12-31T16:43:05.983Z[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
45482024-12-31T16:43:05.983Z[ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
45492024-12-31T16:43:05.983Z[ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
45502024-12-31T16:43:05.983Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
45512024-12-31T16:43:05.983Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
45522024-12-31T16:43:05.983Z[SUM] 4.00-5.00 sec 104 MBytes 869 Mbits/sec
45532024-12-31T16:43:05.983Z- - - - - - - - - - - - - - - - - - - - - - - - -
45542024-12-31T16:43:05.983Z[ 5] 5.00-6.00 sec 12.9 MBytes 109 Mbits/sec
45552024-12-31T16:43:05.983Z[ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
45562024-12-31T16:43:05.983Z[ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
45572024-12-31T16:43:05.983Z[ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
45582024-12-31T16:43:05.983Z[ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
45592024-12-31T16:43:05.983Z[ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
45602024-12-31T16:43:05.983Z[ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
45612024-12-31T16:43:05.983Z[ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
45622024-12-31T16:43:05.983Z[SUM] 5.00-6.00 sec 103 MBytes 866 Mbits/sec
45632024-12-31T16:43:05.983Z- - - - - - - - - - - - - - - - - - - - - - - - -
45642024-12-31T16:43:05.983Z[ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
45652024-12-31T16:43:05.983Z[ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
45662024-12-31T16:43:05.986Z[ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
45672024-12-31T16:43:09.206Z[ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
45682024-12-31T16:43:09.206Z[ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
45692024-12-31T16:43:09.206Z[ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
45702024-12-31T16:43:09.206Z[ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
45712024-12-31T16:43:09.206Z[ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
45722024-12-31T16:43:09.206Z[SUM] 6.00-7.00 sec 103 MBytes 865 Mbits/sec
45732024-12-31T16:43:09.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
45742024-12-31T16:43:09.206Z[ 5] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec
45752024-12-31T16:43:09.206Z[ 7] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec
45762024-12-31T16:43:09.206Z[ 9] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec
45772024-12-31T16:43:09.206Z[ 11] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec
45782024-12-31T16:43:09.206Z[ 13] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec
45792024-12-31T16:43:09.206Z[ 15] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec
45802024-12-31T16:43:09.206Z[ 17] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec
45812024-12-31T16:43:09.206Z[ 19] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec
45822024-12-31T16:43:09.206Z[SUM] 7.00-8.00 sec 101 MBytes 849 Mbits/sec
45832024-12-31T16:43:09.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
45842024-12-31T16:43:09.206Z[ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45852024-12-31T16:43:09.206Z[ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45862024-12-31T16:43:09.206Z[ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45872024-12-31T16:43:09.206Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45882024-12-31T16:43:09.206Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
45892024-12-31T16:43:09.206Z[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45902024-12-31T16:43:09.206Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45912024-12-31T16:43:09.206Z[ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45922024-12-31T16:43:09.206Z[SUM] 8.00-9.00 sec 104 MBytes 871 Mbits/sec
45932024-12-31T16:43:09.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
45942024-12-31T16:43:09.206Z[ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
45952024-12-31T16:43:09.206Z[ 7] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec
45962024-12-31T16:43:09.206Z[ 9] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec
45972024-12-31T16:43:09.206Z[ 11] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec
45982024-12-31T16:43:09.207Z[ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
45992024-12-31T16:43:09.207Z[ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
46002024-12-31T16:43:09.207Z[ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
46012024-12-31T16:43:09.207Z[ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
46022024-12-31T16:43:09.207Z[SUM] 9.00-10.00 sec 103 MBytes 863 Mbits/sec
46032024-12-31T16:43:09.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
46042024-12-31T16:43:09.207Z[ 5] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
46052024-12-31T16:43:09.207Z[ 7] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
46062024-12-31T16:43:09.207Z[ 9] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
46072024-12-31T16:43:09.207Z[ 11] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
46082024-12-31T16:43:09.207Z[ 13] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
46092024-12-31T16:43:09.207Z[ 15] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
46102024-12-31T16:43:09.207Z[ 17] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
46112024-12-31T16:43:09.207Z[ 19] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
46122024-12-31T16:43:09.207Z[SUM] 10.00-10.00 sec 452 KBytes 940 Mbits/sec
46132024-12-31T16:43:09.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
46142024-12-31T16:43:09.207Z[ ID] Interval Transfer Bandwidth
46152024-12-31T16:43:09.207Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46162024-12-31T16:43:09.207Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46172024-12-31T16:43:09.207Z[ 7] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
46182024-12-31T16:43:09.207Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46192024-12-31T16:43:09.207Z[ 9] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
46202024-12-31T16:43:09.207Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46212024-12-31T16:43:09.207Z[ 11] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
46222024-12-31T16:43:09.207Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46232024-12-31T16:43:09.207Z[ 13] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
46242024-12-31T16:43:09.207Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46252024-12-31T16:43:09.207Z[ 15] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
46262024-12-31T16:43:09.207Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46272024-12-31T16:43:09.207Z[ 17] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
46282024-12-31T16:43:09.207Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46292024-12-31T16:43:09.207Z[ 19] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
46302024-12-31T16:43:09.207Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46312024-12-31T16:43:09.207Z[SUM] 0.00-10.00 sec 1.00 GBytes 862 Mbits/sec sender
46322024-12-31T16:43:09.207Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46332024-12-31T16:43:09.210ZRun 7/10...862.18321864093Mbps
46342024-12-31T16:43:16.243Z-----------------------------------------------------------
46352024-12-31T16:43:16.243ZServer listening on 5201
46362024-12-31T16:43:16.243Z-----------------------------------------------------------
46372024-12-31T16:43:16.243ZAccepted connection from 10.0.0.1, port 41048
46382024-12-31T16:43:16.243Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38413
46392024-12-31T16:43:16.243Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35039
46402024-12-31T16:43:16.243Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54881
46412024-12-31T16:43:16.243Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52938
46422024-12-31T16:43:16.243Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60442
46432024-12-31T16:43:16.243Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62518
46442024-12-31T16:43:16.243Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35586
46452024-12-31T16:43:16.243Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37782
46462024-12-31T16:43:16.243Z[ ID] Interval Transfer Bandwidth
46472024-12-31T16:43:16.243Z[ 5] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec
46482024-12-31T16:43:16.243Z[ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
46492024-12-31T16:43:16.243Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
46502024-12-31T16:43:16.243Z[ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
46512024-12-31T16:43:16.243Z[ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
46522024-12-31T16:43:16.243Z[ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
46532024-12-31T16:43:16.243Z[ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
46542024-12-31T16:43:16.243Z[ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
46552024-12-31T16:43:16.243Z[SUM] 0.00-1.00 sec 97.5 MBytes 818 Mbits/sec
46562024-12-31T16:43:16.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
46572024-12-31T16:43:16.243Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46582024-12-31T16:43:16.243Z[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
46592024-12-31T16:43:16.243Z[ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
46602024-12-31T16:43:16.243Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46612024-12-31T16:43:16.243Z[ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
46622024-12-31T16:43:16.243Z[ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
46632024-12-31T16:43:16.243Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46642024-12-31T16:43:16.243Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46652024-12-31T16:43:16.243Z[SUM] 1.00-2.00 sec 104 MBytes 876 Mbits/sec
46662024-12-31T16:43:16.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
46672024-12-31T16:43:16.243Z[ 5] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec
46682024-12-31T16:43:16.244Z[ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
46692024-12-31T16:43:16.244Z[ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
46702024-12-31T16:43:16.244Z[ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
46712024-12-31T16:43:16.244Z[ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
46722024-12-31T16:43:16.244Z[ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
46732024-12-31T16:43:16.244Z[ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
46742024-12-31T16:43:16.246Z[ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
46752024-12-31T16:43:16.246Z[SUM] 2.00-3.00 sec 103 MBytes 865 Mbits/sec
46762024-12-31T16:43:16.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
46772024-12-31T16:43:16.246Z[ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
46782024-12-31T16:43:16.246Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
46792024-12-31T16:43:16.246Z[ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
46802024-12-31T16:43:16.247Z[ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
46812024-12-31T16:43:16.247Z[ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
46822024-12-31T16:43:16.247Z[ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
46832024-12-31T16:43:16.247Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
46842024-12-31T16:43:16.247Z[ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
46852024-12-31T16:43:16.247Z[SUM] 3.00-4.00 sec 103 MBytes 866 Mbits/sec
46862024-12-31T16:43:16.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
46872024-12-31T16:43:16.247Z[ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
46882024-12-31T16:43:16.247Z[ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
46892024-12-31T16:43:16.247Z[ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
46902024-12-31T16:43:16.247Z[ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
46912024-12-31T16:43:16.247Z[ 13] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec
46922024-12-31T16:43:16.247Z[ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
46932024-12-31T16:43:16.247Z[ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
46942024-12-31T16:43:16.247Z[ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
46952024-12-31T16:43:16.247Z[SUM] 4.00-5.00 sec 103 MBytes 865 Mbits/sec
46962024-12-31T16:43:16.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
46972024-12-31T16:43:16.247Z[ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
46982024-12-31T16:43:16.247Z[ 7] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
46992024-12-31T16:43:16.247Z[ 9] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
47002024-12-31T16:43:16.247Z[ 11] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
47012024-12-31T16:43:16.247Z[ 13] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
47022024-12-31T16:43:16.247Z[ 15] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
47032024-12-31T16:43:16.247Z[ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
47042024-12-31T16:43:16.247Z[ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
47052024-12-31T16:43:16.247Z[SUM] 5.00-6.00 sec 103 MBytes 861 Mbits/sec
47062024-12-31T16:43:16.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
47072024-12-31T16:43:16.247Z[ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
47082024-12-31T16:43:16.247Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
47092024-12-31T16:43:16.247Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
47102024-12-31T16:43:19.467Z[ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
47112024-12-31T16:43:19.467Z[ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
47122024-12-31T16:43:19.467Z[ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
47132024-12-31T16:43:19.467Z[ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
47142024-12-31T16:43:19.467Z[ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
47152024-12-31T16:43:19.467Z[SUM] 6.00-7.00 sec 104 MBytes 875 Mbits/sec
47162024-12-31T16:43:19.467Z- - - - - - - - - - - - - - - - - - - - - - - - -
47172024-12-31T16:43:19.467Z[ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
47182024-12-31T16:43:19.467Z[ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
47192024-12-31T16:43:19.467Z[ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
47202024-12-31T16:43:19.468Z[ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
47212024-12-31T16:43:19.468Z[ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
47222024-12-31T16:43:19.468Z[ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
47232024-12-31T16:43:19.468Z[ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
47242024-12-31T16:43:19.468Z[ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
47252024-12-31T16:43:19.468Z[SUM] 7.00-8.00 sec 103 MBytes 862 Mbits/sec
47262024-12-31T16:43:19.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
47272024-12-31T16:43:19.468Z[ 5] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
47282024-12-31T16:43:19.468Z[ 7] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
47292024-12-31T16:43:19.468Z[ 9] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
47302024-12-31T16:43:19.468Z[ 11] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
47312024-12-31T16:43:19.468Z[ 13] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
47322024-12-31T16:43:19.468Z[ 15] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec
47332024-12-31T16:43:19.468Z[ 17] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec
47342024-12-31T16:43:19.468Z[ 19] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
47352024-12-31T16:43:19.468Z[SUM] 8.00-9.00 sec 102 MBytes 857 Mbits/sec
47362024-12-31T16:43:19.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
47372024-12-31T16:43:19.468Z[ 5] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec
47382024-12-31T16:43:19.468Z[ 7] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec
47392024-12-31T16:43:19.468Z[ 9] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
47402024-12-31T16:43:19.468Z[ 11] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
47412024-12-31T16:43:19.468Z[ 13] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
47422024-12-31T16:43:19.468Z[ 15] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
47432024-12-31T16:43:19.468Z[ 17] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec
47442024-12-31T16:43:19.468Z[ 19] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec
47452024-12-31T16:43:19.468Z[SUM] 9.00-10.00 sec 102 MBytes 855 Mbits/sec
47462024-12-31T16:43:19.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
47472024-12-31T16:43:19.468Z[ 5] 10.00-10.00 sec 113 KBytes 241 Mbits/sec
47482024-12-31T16:43:19.468Z[ 7] 10.00-10.00 sec 170 KBytes 361 Mbits/sec
47492024-12-31T16:43:19.468Z[ 9] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec
47502024-12-31T16:43:19.468Z[ 11] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec
47512024-12-31T16:43:19.468Z[ 13] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec
47522024-12-31T16:43:19.468Z[ 15] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec
47532024-12-31T16:43:19.468Z[ 17] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec
47542024-12-31T16:43:19.468Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47552024-12-31T16:43:19.468Z[SUM] 10.00-10.00 sec 566 KBytes 1.20 Gbits/sec
47562024-12-31T16:43:19.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
47572024-12-31T16:43:19.468Z[ ID] Interval Transfer Bandwidth
47582024-12-31T16:43:19.468Z[ 5] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
47592024-12-31T16:43:19.469Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47602024-12-31T16:43:19.469Z[ 7] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
47612024-12-31T16:43:19.469Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47622024-12-31T16:43:19.469Z[ 9] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
47632024-12-31T16:43:19.469Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47642024-12-31T16:43:19.469Z[ 11] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
47652024-12-31T16:43:19.469Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47662024-12-31T16:43:19.469Z[ 13] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
47672024-12-31T16:43:19.469Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47682024-12-31T16:43:19.469Z[ 15] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
47692024-12-31T16:43:19.469Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47702024-12-31T16:43:19.469Z[ 17] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
47712024-12-31T16:43:19.469Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47722024-12-31T16:43:19.469Z[ 19] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
47732024-12-31T16:43:19.469Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47742024-12-31T16:43:19.469Z[SUM] 0.00-10.00 sec 1.00 GBytes 860 Mbits/sec sender
47752024-12-31T16:43:19.469Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47762024-12-31T16:43:19.472ZRun 8/10...860.585048990085Mbps
47772024-12-31T16:43:26.507Z-----------------------------------------------------------
47782024-12-31T16:43:26.507ZServer listening on 5201
47792024-12-31T16:43:26.507Z-----------------------------------------------------------
47802024-12-31T16:43:26.507ZAccepted connection from 10.0.0.1, port 46647
47812024-12-31T16:43:26.507Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61775
47822024-12-31T16:43:26.507Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34794
47832024-12-31T16:43:26.507Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47917
47842024-12-31T16:43:26.507Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39377
47852024-12-31T16:43:26.507Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44365
47862024-12-31T16:43:26.507Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57754
47872024-12-31T16:43:26.507Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43582
47882024-12-31T16:43:26.507Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36306
47892024-12-31T16:43:26.507Z[ ID] Interval Transfer Bandwidth
47902024-12-31T16:43:26.507Z[ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
47912024-12-31T16:43:26.507Z[ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
47922024-12-31T16:43:26.507Z[ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
47932024-12-31T16:43:26.507Z[ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
47942024-12-31T16:43:26.507Z[ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
47952024-12-31T16:43:26.507Z[ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
47962024-12-31T16:43:26.507Z[ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
47972024-12-31T16:43:26.507Z[ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
47982024-12-31T16:43:26.507Z[SUM] 0.00-1.00 sec 98.4 MBytes 825 Mbits/sec
47992024-12-31T16:43:26.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
48002024-12-31T16:43:26.507Z[ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
48012024-12-31T16:43:26.507Z[ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48022024-12-31T16:43:26.507Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48032024-12-31T16:43:26.507Z[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
48042024-12-31T16:43:26.507Z[ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
48052024-12-31T16:43:26.507Z[ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
48062024-12-31T16:43:26.507Z[ 17] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
48072024-12-31T16:43:26.508Z[ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
48082024-12-31T16:43:26.508Z[SUM] 1.00-2.00 sec 106 MBytes 886 Mbits/sec
48092024-12-31T16:43:26.508Z- - - - - - - - - - - - - - - - - - - - - - - - -
48102024-12-31T16:43:26.508Z[ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
48112024-12-31T16:43:26.508Z[ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48122024-12-31T16:43:26.508Z[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48132024-12-31T16:43:26.508Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48142024-12-31T16:43:26.508Z[ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48152024-12-31T16:43:26.508Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48162024-12-31T16:43:26.508Z[ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48172024-12-31T16:43:26.508Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48182024-12-31T16:43:26.508Z[SUM] 2.00-3.00 sec 104 MBytes 871 Mbits/sec
48192024-12-31T16:43:26.508Z- - - - - - - - - - - - - - - - - - - - - - - - -
48202024-12-31T16:43:26.508Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
48212024-12-31T16:43:26.508Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
48222024-12-31T16:43:26.508Z[ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
48232024-12-31T16:43:26.508Z[ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
48242024-12-31T16:43:26.508Z[ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
48252024-12-31T16:43:26.508Z[ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
48262024-12-31T16:43:26.508Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
48272024-12-31T16:43:26.511Z[ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
48282024-12-31T16:43:26.511Z[SUM] 3.00-4.00 sec 103 MBytes 866 Mbits/sec
48292024-12-31T16:43:26.511Z- - - - - - - - - - - - - - - - - - - - - - - - -
48302024-12-31T16:43:26.511Z[ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
48312024-12-31T16:43:26.511Z[ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
48322024-12-31T16:43:26.511Z[ 9] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec
48332024-12-31T16:43:26.511Z[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
48342024-12-31T16:43:26.511Z[ 13] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec
48352024-12-31T16:43:26.511Z[ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
48362024-12-31T16:43:26.511Z[ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
48372024-12-31T16:43:26.511Z[ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
48382024-12-31T16:43:26.511Z[SUM] 4.00-5.00 sec 103 MBytes 867 Mbits/sec
48392024-12-31T16:43:26.511Z- - - - - - - - - - - - - - - - - - - - - - - - -
48402024-12-31T16:43:26.511Z[ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48412024-12-31T16:43:26.511Z[ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48422024-12-31T16:43:26.511Z[ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48432024-12-31T16:43:26.511Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48442024-12-31T16:43:26.511Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48452024-12-31T16:43:26.511Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48462024-12-31T16:43:26.511Z[ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48472024-12-31T16:43:26.511Z[ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48482024-12-31T16:43:26.512Z[SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec
48492024-12-31T16:43:26.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
48502024-12-31T16:43:26.512Z[ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48512024-12-31T16:43:26.512Z[ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48522024-12-31T16:43:26.512Z[ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48532024-12-31T16:43:29.729Z[ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48542024-12-31T16:43:29.729Z[ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48552024-12-31T16:43:29.729Z[ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48562024-12-31T16:43:29.729Z[ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48572024-12-31T16:43:29.729Z[ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48582024-12-31T16:43:29.730Z[SUM] 6.00-7.00 sec 103 MBytes 864 Mbits/sec
48592024-12-31T16:43:29.730Z- - - - - - - - - - - - - - - - - - - - - - - - -
48602024-12-31T16:43:29.730Z[ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48612024-12-31T16:43:29.730Z[ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48622024-12-31T16:43:29.730Z[ 9] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec
48632024-12-31T16:43:29.730Z[ 11] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec
48642024-12-31T16:43:29.730Z[ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48652024-12-31T16:43:29.730Z[ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48662024-12-31T16:43:29.730Z[ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48672024-12-31T16:43:29.730Z[ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48682024-12-31T16:43:29.730Z[SUM] 7.00-8.00 sec 103 MBytes 868 Mbits/sec
48692024-12-31T16:43:29.730Z- - - - - - - - - - - - - - - - - - - - - - - - -
48702024-12-31T16:43:29.730Z[ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48712024-12-31T16:43:29.730Z[ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48722024-12-31T16:43:29.730Z[ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48732024-12-31T16:43:29.730Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48742024-12-31T16:43:29.730Z[ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48752024-12-31T16:43:29.730Z[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48762024-12-31T16:43:29.730Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48772024-12-31T16:43:29.730Z[ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48782024-12-31T16:43:29.730Z[SUM] 8.00-9.00 sec 104 MBytes 874 Mbits/sec
48792024-12-31T16:43:29.730Z- - - - - - - - - - - - - - - - - - - - - - - - -
48802024-12-31T16:43:29.730Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48812024-12-31T16:43:29.730Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48822024-12-31T16:43:29.730Z[ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
48832024-12-31T16:43:29.730Z[ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
48842024-12-31T16:43:29.730Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48852024-12-31T16:43:29.730Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48862024-12-31T16:43:29.730Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48872024-12-31T16:43:29.730Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48882024-12-31T16:43:29.730Z[SUM] 9.00-10.00 sec 104 MBytes 870 Mbits/sec
48892024-12-31T16:43:29.730Z- - - - - - - - - - - - - - - - - - - - - - - - -
48902024-12-31T16:43:29.730Z[ 5] 10.00-10.00 sec 113 KBytes 228 Mbits/sec
48912024-12-31T16:43:29.730Z[ 7] 10.00-10.00 sec 113 KBytes 228 Mbits/sec
48922024-12-31T16:43:29.730Z[ 9] 10.00-10.00 sec 113 KBytes 228 Mbits/sec
48932024-12-31T16:43:29.730Z[ 11] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
48942024-12-31T16:43:29.730Z[ 13] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
48952024-12-31T16:43:29.731Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48962024-12-31T16:43:29.731Z[ 17] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
48972024-12-31T16:43:29.731Z[ 19] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
48982024-12-31T16:43:29.731Z[SUM] 10.00-10.00 sec 566 KBytes 1.14 Gbits/sec
48992024-12-31T16:43:29.731Z- - - - - - - - - - - - - - - - - - - - - - - - -
49002024-12-31T16:43:29.731Z[ ID] Interval Transfer Bandwidth
49012024-12-31T16:43:29.731Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49022024-12-31T16:43:29.731Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49032024-12-31T16:43:29.731Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49042024-12-31T16:43:29.731Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49052024-12-31T16:43:29.731Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49062024-12-31T16:43:29.731Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49072024-12-31T16:43:29.731Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49082024-12-31T16:43:29.731Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49092024-12-31T16:43:29.731Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49102024-12-31T16:43:29.731Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49112024-12-31T16:43:29.731Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49122024-12-31T16:43:29.731Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49132024-12-31T16:43:29.731Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49142024-12-31T16:43:29.731Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49152024-12-31T16:43:29.731Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49162024-12-31T16:43:29.731Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49172024-12-31T16:43:29.731Z[SUM] 0.00-10.00 sec 1.01 GBytes 866 Mbits/sec sender
49182024-12-31T16:43:29.731Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49192024-12-31T16:43:29.735ZRun 9/10...866.802410682767Mbps
49202024-12-31T16:43:36.767Z-----------------------------------------------------------
49212024-12-31T16:43:36.767ZServer listening on 5201
49222024-12-31T16:43:36.767Z-----------------------------------------------------------
49232024-12-31T16:43:36.767ZAccepted connection from 10.0.0.1, port 63648
49242024-12-31T16:43:36.767Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55627
49252024-12-31T16:43:36.767Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65060
49262024-12-31T16:43:36.767Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53768
49272024-12-31T16:43:36.767Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57914
49282024-12-31T16:43:36.767Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44854
49292024-12-31T16:43:36.767Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42375
49302024-12-31T16:43:36.767Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59399
49312024-12-31T16:43:36.767Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33215
49322024-12-31T16:43:36.767Z[ ID] Interval Transfer Bandwidth
49332024-12-31T16:43:36.767Z[ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
49342024-12-31T16:43:36.767Z[ 7] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
49352024-12-31T16:43:36.767Z[ 9] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
49362024-12-31T16:43:36.767Z[ 11] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
49372024-12-31T16:43:36.767Z[ 13] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
49382024-12-31T16:43:36.767Z[ 15] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
49392024-12-31T16:43:36.767Z[ 17] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
49402024-12-31T16:43:36.767Z[ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
49412024-12-31T16:43:36.767Z[SUM] 0.00-1.00 sec 96.9 MBytes 813 Mbits/sec
49422024-12-31T16:43:36.767Z- - - - - - - - - - - - - - - - - - - - - - - - -
49432024-12-31T16:43:36.767Z[ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
49442024-12-31T16:43:36.767Z[ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
49452024-12-31T16:43:36.767Z[ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
49462024-12-31T16:43:36.767Z[ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
49472024-12-31T16:43:36.767Z[ 13] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec
49482024-12-31T16:43:36.767Z[ 15] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec
49492024-12-31T16:43:36.767Z[ 17] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
49502024-12-31T16:43:36.767Z[ 19] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
49512024-12-31T16:43:36.767Z[SUM] 1.00-2.00 sec 103 MBytes 862 Mbits/sec
49522024-12-31T16:43:36.768Z- - - - - - - - - - - - - - - - - - - - - - - - -
49532024-12-31T16:43:36.768Z[ 5] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
49542024-12-31T16:43:36.768Z[ 7] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
49552024-12-31T16:43:36.768Z[ 9] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
49562024-12-31T16:43:36.768Z[ 11] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
49572024-12-31T16:43:36.768Z[ 13] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec
49582024-12-31T16:43:36.768Z[ 15] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
49592024-12-31T16:43:36.768Z[ 17] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
49602024-12-31T16:43:36.768Z[ 19] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
49612024-12-31T16:43:36.768Z[SUM] 2.00-3.00 sec 101 MBytes 848 Mbits/sec
49622024-12-31T16:43:36.768Z- - - - - - - - - - - - - - - - - - - - - - - - -
49632024-12-31T16:43:36.768Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
49642024-12-31T16:43:36.768Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
49652024-12-31T16:43:36.768Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
49662024-12-31T16:43:36.768Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
49672024-12-31T16:43:36.768Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
49682024-12-31T16:43:36.768Z[ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
49692024-12-31T16:43:36.768Z[ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
49702024-12-31T16:43:36.768Z[ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
49712024-12-31T16:43:36.768Z[SUM] 3.00-4.00 sec 105 MBytes 879 Mbits/sec
49722024-12-31T16:43:36.768Z- - - - - - - - - - - - - - - - - - - - - - - - -
49732024-12-31T16:43:36.768Z[ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
49742024-12-31T16:43:36.768Z[ 7] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
49752024-12-31T16:43:36.768Z[ 9] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
49762024-12-31T16:43:36.768Z[ 11] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec
49772024-12-31T16:43:36.768Z[ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
49782024-12-31T16:43:36.768Z[ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
49792024-12-31T16:43:36.768Z[ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
49802024-12-31T16:43:36.768Z[ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
49812024-12-31T16:43:36.768Z[SUM] 4.00-5.00 sec 103 MBytes 862 Mbits/sec
49822024-12-31T16:43:36.768Z- - - - - - - - - - - - - - - - - - - - - - - - -
49832024-12-31T16:43:36.768Z[ 5] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
49842024-12-31T16:43:36.768Z[ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49852024-12-31T16:43:36.768Z[ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49862024-12-31T16:43:36.768Z[ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49872024-12-31T16:43:36.768Z[ 13] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
49882024-12-31T16:43:36.768Z[ 15] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
49892024-12-31T16:43:36.768Z[ 17] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
49902024-12-31T16:43:36.769Z[ 19] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
49912024-12-31T16:43:36.769Z[SUM] 5.00-6.00 sec 103 MBytes 862 Mbits/sec
49922024-12-31T16:43:36.769Z- - - - - - - - - - - - - - - - - - - - - - - - -
49932024-12-31T16:43:36.769Z[ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
49942024-12-31T16:43:36.769Z[ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
49952024-12-31T16:43:36.769Z[ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
49962024-12-31T16:43:39.991Z[ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
49972024-12-31T16:43:39.991Z[ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
49982024-12-31T16:43:39.991Z[ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
49992024-12-31T16:43:39.991Z[ 17] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec
50002024-12-31T16:43:39.991Z[ 19] 6.00-7.00 sec 12.8 MBytes 108 Mbits/sec
50012024-12-31T16:43:39.991Z[SUM] 6.00-7.00 sec 103 MBytes 863 Mbits/sec
50022024-12-31T16:43:39.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
50032024-12-31T16:43:39.991Z[ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50042024-12-31T16:43:39.991Z[ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50052024-12-31T16:43:39.991Z[ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50062024-12-31T16:43:39.991Z[ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50072024-12-31T16:43:39.991Z[ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50082024-12-31T16:43:39.991Z[ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50092024-12-31T16:43:39.991Z[ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50102024-12-31T16:43:39.991Z[ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50112024-12-31T16:43:39.991Z[SUM] 7.00-8.00 sec 104 MBytes 873 Mbits/sec
50122024-12-31T16:43:39.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
50132024-12-31T16:43:39.991Z[ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
50142024-12-31T16:43:39.991Z[ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
50152024-12-31T16:43:39.991Z[ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
50162024-12-31T16:43:39.991Z[ 11] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
50172024-12-31T16:43:39.991Z[ 13] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
50182024-12-31T16:43:39.991Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
50192024-12-31T16:43:39.991Z[ 17] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
50202024-12-31T16:43:39.991Z[ 19] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
50212024-12-31T16:43:39.991Z[SUM] 8.00-9.00 sec 103 MBytes 863 Mbits/sec
50222024-12-31T16:43:39.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
50232024-12-31T16:43:39.991Z[ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
50242024-12-31T16:43:39.991Z[ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
50252024-12-31T16:43:39.991Z[ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
50262024-12-31T16:43:39.991Z[ 11] 9.00-10.00 sec 12.9 MBytes 109 Mbits/sec
50272024-12-31T16:43:39.991Z[ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
50282024-12-31T16:43:39.991Z[ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
50292024-12-31T16:43:39.991Z[ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
50302024-12-31T16:43:39.991Z[ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
50312024-12-31T16:43:39.992Z[SUM] 9.00-10.00 sec 103 MBytes 866 Mbits/sec
50322024-12-31T16:43:39.992Z- - - - - - - - - - - - - - - - - - - - - - - - -
50332024-12-31T16:43:39.992Z[ 5] 10.00-10.00 sec 113 KBytes 242 Mbits/sec
50342024-12-31T16:43:39.992Z[ 7] 10.00-10.00 sec 56.6 KBytes 121 Mbits/sec
50352024-12-31T16:43:39.992Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50362024-12-31T16:43:39.992Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50372024-12-31T16:43:39.992Z[ 13] 10.00-10.00 sec 56.6 KBytes 121 Mbits/sec
50382024-12-31T16:43:39.992Z[ 15] 10.00-10.00 sec 113 KBytes 242 Mbits/sec
50392024-12-31T16:43:39.992Z[ 17] 10.00-10.00 sec 170 KBytes 363 Mbits/sec
50402024-12-31T16:43:39.992Z[ 19] 10.00-10.00 sec 113 KBytes 242 Mbits/sec
50412024-12-31T16:43:39.992Z[SUM] 10.00-10.00 sec 622 KBytes 1.33 Gbits/sec
50422024-12-31T16:43:39.992Z- - - - - - - - - - - - - - - - - - - - - - - - -
50432024-12-31T16:43:39.992Z[ ID] Interval Transfer Bandwidth
50442024-12-31T16:43:39.992Z[ 5] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
50452024-12-31T16:43:39.992Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50462024-12-31T16:43:39.992Z[ 7] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
50472024-12-31T16:43:39.992Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50482024-12-31T16:43:39.992Z[ 9] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
50492024-12-31T16:43:39.992Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50502024-12-31T16:43:39.992Z[ 11] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
50512024-12-31T16:43:39.992Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50522024-12-31T16:43:39.992Z[ 13] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
50532024-12-31T16:43:39.992Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50542024-12-31T16:43:39.992Z[ 15] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
50552024-12-31T16:43:39.992Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50562024-12-31T16:43:39.992Z[ 17] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
50572024-12-31T16:43:39.992Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50582024-12-31T16:43:39.992Z[ 19] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender
50592024-12-31T16:43:39.992Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50602024-12-31T16:43:39.992Z[SUM] 0.00-10.00 sec 1.00 GBytes 859 Mbits/sec sender
50612024-12-31T16:43:39.992Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50622024-12-31T16:43:39.996ZRun 10/10...859.403904133129Mbps
50632024-12-31T16:43:39.996Z###---------------------###
50642024-12-31T16:43:39.996Z::: iPerf done... :::
50652024-12-31T16:43:39.996Z:::Awaiting out files...:::
50662024-12-31T16:43:39.996Z###---------------------###
50672024-12-31T16:43:39.996Z###-----###
50682024-12-31T16:43:39.996Z:::done!:::
50692024-12-31T16:43:39.996Z###-----###
50702024-12-31T16:43:41.812ZBenchmarking iperf-tcp/local/s2c/tx
50712024-12-31T16:43:41.812ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
50722024-12-31T16:43:46.440ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (580M iterations)
50732024-12-31T16:44:06.426ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
50742024-12-31T16:44:06.578Ziperf-tcp/local/s2c/tx time: [1.6450 µs 1.6450 µs 1.6451 µs]
50752024-12-31T16:44:06.578Z change: [+1.4614% +1.4740% +1.4866%] (p = 0.00 < 0.05)
50762024-12-31T16:44:06.578Z Performance has regressed.
50772024-12-31T16:44:06.578ZFound 10 outliers among 100 measurements (10.00%)
50782024-12-31T16:44:06.578Z 2 (2.00%) low severe
50792024-12-31T16:44:06.578Z 3 (3.00%) low mild
50802024-12-31T16:44:06.578Z 4 (4.00%) high mild
50812024-12-31T16:44:06.578Z 1 (1.00%) high severe
50822024-12-31T16:44:08.168Z
50832024-12-31T16:44:08.168ZBenchmarking iperf-tcp/local/s2c/rx
50842024-12-31T16:44:08.168ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
50852024-12-31T16:44:12.824ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (577M iterations)
50862024-12-31T16:44:32.772ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
50872024-12-31T16:44:32.917Ziperf-tcp/local/s2c/rx time: [5.9644 µs 5.9648 µs 5.9651 µs]
50882024-12-31T16:44:32.917Z change: [+0.7590% +0.7719% +0.7856%] (p = 0.00 < 0.05)
50892024-12-31T16:44:32.917Z Change within noise threshold.
50902024-12-31T16:44:32.917ZFound 6 outliers among 100 measurements (6.00%)
50912024-12-31T16:44:32.917Z 1 (1.00%) low severe
50922024-12-31T16:44:32.917Z 1 (1.00%) low mild
50932024-12-31T16:44:32.917Z 1 (1.00%) high mild
50942024-12-31T16:44:32.917Z 3 (3.00%) high severe
50952024-12-31T16:44:34.506Z
50962024-12-31T16:44:39.843Z+ cargo ubench
50972024-12-31T16:44:40.061Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
50982024-12-31T16:46:31.440Z Finished `bench` profile [optimized + debuginfo] target(s) in 1m 51s
50992024-12-31T16:46:31.482Z Running benches/userland.rs (target/release/deps/userland-e0cfdb093fcd6462)
51002024-12-31T16:46:31.506ZGnuplot not found, using plotters backend
51012024-12-31T16:46:31.722ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
51022024-12-31T16:46:31.722ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
51032024-12-31T16:46:36.389ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0023 s (9.0M iterations)
51042024-12-31T16:46:40.962ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
51052024-12-31T16:46:41.118Zparse/Hairpin-DHCPv4/wallclock/Discover
51062024-12-31T16:46:41.118Z time: [71.897 ns 71.970 ns 72.047 ns]
51072024-12-31T16:46:41.118Z change: [+0.5574% +1.3666% +2.1235%] (p = 0.00 < 0.05)
51082024-12-31T16:46:41.118Z Change within noise threshold.
51092024-12-31T16:46:41.118ZFound 9 outliers among 100 measurements (9.00%)
51102024-12-31T16:46:41.118Z 3 (3.00%) low mild
51112024-12-31T16:46:41.118Z 2 (2.00%) high mild
51122024-12-31T16:46:41.118Z 4 (4.00%) high severe
51132024-12-31T16:46:42.716Z
51142024-12-31T16:46:42.719ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
51152024-12-31T16:46:42.719ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
51162024-12-31T16:46:48.533ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0066 s (3.6M iterations)
51172024-12-31T16:46:53.501ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
51182024-12-31T16:46:53.650Zprocess/Hairpin-DHCPv4/wallclock/Discover
51192024-12-31T16:46:53.650Z time: [938.36 ns 938.72 ns 939.16 ns]
51202024-12-31T16:46:53.650Z change: [+1.6462% +1.9803% +2.3672%] (p = 0.00 < 0.05)
51212024-12-31T16:46:53.650Z Performance has regressed.
51222024-12-31T16:46:53.650ZFound 15 outliers among 100 measurements (15.00%)
51232024-12-31T16:46:53.650Z 6 (6.00%) high mild
51242024-12-31T16:46:53.650Z 9 (9.00%) high severe
51252024-12-31T16:46:55.247Z
51262024-12-31T16:46:55.250ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
51272024-12-31T16:46:55.250ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
51282024-12-31T16:47:00.589ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0026 s (7.9M iterations)
51292024-12-31T16:47:05.066ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
51302024-12-31T16:47:05.214Zparse/Hairpin-DHCPv4/wallclock/Request
51312024-12-31T16:47:05.214Z time: [72.365 ns 72.507 ns 72.624 ns]
51322024-12-31T16:47:05.214Z change: [+0.2038% +0.9972% +1.8378%] (p = 0.01 < 0.05)
51332024-12-31T16:47:05.214Z Change within noise threshold.
51342024-12-31T16:47:05.214ZFound 5 outliers among 100 measurements (5.00%)
51352024-12-31T16:47:05.215Z 3 (3.00%) high mild
51362024-12-31T16:47:05.215Z 2 (2.00%) high severe
51372024-12-31T16:47:06.804Z
51382024-12-31T16:47:06.807ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
51392024-12-31T16:47:06.807ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
51402024-12-31T16:47:12.506ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0035 s (3.7M iterations)
51412024-12-31T16:47:17.427ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
51422024-12-31T16:47:17.576Zprocess/Hairpin-DHCPv4/wallclock/Request
51432024-12-31T16:47:17.576Z time: [897.67 ns 898.09 ns 898.54 ns]
51442024-12-31T16:47:17.576Z change: [+0.2675% +0.5549% +0.8525%] (p = 0.00 < 0.05)
51452024-12-31T16:47:17.576Z Change within noise threshold.
51462024-12-31T16:47:17.576ZFound 11 outliers among 100 measurements (11.00%)
51472024-12-31T16:47:17.576Z 5 (5.00%) high mild
51482024-12-31T16:47:17.576Z 6 (6.00%) high severe
51492024-12-31T16:47:19.169Z
51502024-12-31T16:47:19.169ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
51512024-12-31T16:47:19.169ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
51522024-12-31T16:47:22.305ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0024 s (6.7M iterations)
51532024-12-31T16:47:27.038ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
51542024-12-31T16:47:27.186Zparse/Hairpin-DHCPv6/wallclock/Solicit
51552024-12-31T16:47:27.186Z time: [71.815 ns 71.988 ns 72.131 ns]
51562024-12-31T16:47:27.186Z change: [-0.7054% +0.2629% +1.2850%] (p = 0.61 > 0.05)
51572024-12-31T16:47:27.186Z No change in performance detected.
51582024-12-31T16:47:27.186ZFound 6 outliers among 100 measurements (6.00%)
51592024-12-31T16:47:27.186Z 4 (4.00%) high mild
51602024-12-31T16:47:27.186Z 2 (2.00%) high severe
51612024-12-31T16:47:28.782Z
51622024-12-31T16:47:28.784ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
51632024-12-31T16:47:28.784ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
51642024-12-31T16:47:32.774ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0075 s (2.6M iterations)
51652024-12-31T16:47:37.830ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
51662024-12-31T16:47:37.978Zprocess/Hairpin-DHCPv6/wallclock/Solicit
51672024-12-31T16:47:37.978Z time: [1.2788 µs 1.2791 µs 1.2795 µs]
51682024-12-31T16:47:37.978Z change: [+0.5557% +0.7932% +1.0285%] (p = 0.00 < 0.05)
51692024-12-31T16:47:37.978Z Change within noise threshold.
51702024-12-31T16:47:37.978ZFound 11 outliers among 100 measurements (11.00%)
51712024-12-31T16:47:37.978Z 5 (5.00%) low mild
51722024-12-31T16:47:37.978Z 3 (3.00%) high mild
51732024-12-31T16:47:37.978Z 3 (3.00%) high severe
51742024-12-31T16:47:39.573Z
51752024-12-31T16:47:39.573ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
51762024-12-31T16:47:39.576ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
51772024-12-31T16:47:43.418ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0027 s (5.5M iterations)
51782024-12-31T16:47:47.681ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
51792024-12-31T16:47:47.830Zparse/Hairpin-DHCPv6/wallclock/Request
51802024-12-31T16:47:47.830Z time: [71.651 ns 71.793 ns 71.917 ns]
51812024-12-31T16:47:47.830Z change: [+1.0665% +1.9516% +2.7514%] (p = 0.00 < 0.05)
51822024-12-31T16:47:47.830Z Performance has regressed.
51832024-12-31T16:47:47.830ZFound 6 outliers among 100 measurements (6.00%)
51842024-12-31T16:47:47.830Z 2 (2.00%) high mild
51852024-12-31T16:47:47.830Z 4 (4.00%) high severe
51862024-12-31T16:47:49.423Z
51872024-12-31T16:47:49.426ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
51882024-12-31T16:47:49.426ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
51892024-12-31T16:47:53.781ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0047 s (2.4M iterations)
51902024-12-31T16:47:58.669ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
51912024-12-31T16:47:58.817Zprocess/Hairpin-DHCPv6/wallclock/Request
51922024-12-31T16:47:58.817Z time: [1.3038 µs 1.3041 µs 1.3045 µs]
51932024-12-31T16:47:58.817Z change: [+0.4859% +0.7653% +0.9946%] (p = 0.00 < 0.05)
51942024-12-31T16:47:58.817Z Change within noise threshold.
51952024-12-31T16:47:58.817ZFound 9 outliers among 100 measurements (9.00%)
51962024-12-31T16:47:58.817Z 9 (9.00%) high severe
51972024-12-31T16:48:00.415Z
51982024-12-31T16:48:00.415ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
51992024-12-31T16:48:00.415ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
52002024-12-31T16:48:05.438ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0003 s (8.4M iterations)
52012024-12-31T16:48:09.703ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
52022024-12-31T16:48:09.851Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
52032024-12-31T16:48:09.851Z time: [71.605 ns 71.701 ns 71.787 ns]
52042024-12-31T16:48:09.851Z change: [-1.0171% -0.3313% +0.3894%] (p = 0.39 > 0.05)
52052024-12-31T16:48:09.851Z No change in performance detected.
52062024-12-31T16:48:09.851ZFound 5 outliers among 100 measurements (5.00%)
52072024-12-31T16:48:09.851Z 5 (5.00%) high severe
52082024-12-31T16:48:11.445Z
52092024-12-31T16:48:11.448ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
52102024-12-31T16:48:11.448ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
52112024-12-31T16:48:16.186ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0054 s (4.4M iterations)
52122024-12-31T16:48:20.929ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
52132024-12-31T16:48:21.078Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
52142024-12-31T16:48:21.078Z time: [635.19 ns 635.48 ns 635.80 ns]
52152024-12-31T16:48:21.078Z change: [+2.3643% +2.9701% +3.6867%] (p = 0.00 < 0.05)
52162024-12-31T16:48:21.078Z Performance has regressed.
52172024-12-31T16:48:21.078ZFound 20 outliers among 100 measurements (20.00%)
52182024-12-31T16:48:21.078Z 1 (1.00%) low mild
52192024-12-31T16:48:21.078Z 9 (9.00%) high mild
52202024-12-31T16:48:21.078Z 10 (10.00%) high severe
52212024-12-31T16:48:22.669Z
52222024-12-31T16:48:22.672ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
52232024-12-31T16:48:22.672ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
52242024-12-31T16:48:27.020ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0013 s (4.8M iterations)
52252024-12-31T16:48:29.852ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
52262024-12-31T16:48:29.999Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
52272024-12-31T16:48:29.999Z time: [107.33 ns 107.58 ns 107.78 ns]
52282024-12-31T16:48:29.999Z change: [+0.8654% +1.6767% +2.4669%] (p = 0.00 < 0.05)
52292024-12-31T16:48:29.999Z Change within noise threshold.
52302024-12-31T16:48:29.999ZFound 3 outliers among 100 measurements (3.00%)
52312024-12-31T16:48:29.999Z 1 (1.00%) high mild
52322024-12-31T16:48:29.999Z 2 (2.00%) high severe
52332024-12-31T16:48:31.596Z
52342024-12-31T16:48:31.599ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
52352024-12-31T16:48:31.599ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
52362024-12-31T16:48:34.891ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0060 s (3.2M iterations)
52372024-12-31T16:48:38.714ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
52382024-12-31T16:48:38.861Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
52392024-12-31T16:48:38.862Z time: [716.84 ns 717.78 ns 718.57 ns]
52402024-12-31T16:48:38.862Z change: [+1.9040% +2.2597% +2.6318%] (p = 0.00 < 0.05)
52412024-12-31T16:48:38.862Z Performance has regressed.
52422024-12-31T16:48:38.862ZFound 8 outliers among 100 measurements (8.00%)
52432024-12-31T16:48:38.862Z 4 (4.00%) low mild
52442024-12-31T16:48:38.862Z 2 (2.00%) high mild
52452024-12-31T16:48:38.862Z 2 (2.00%) high severe
52462024-12-31T16:48:40.454Z
52472024-12-31T16:48:40.454ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
52482024-12-31T16:48:40.454ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
52492024-12-31T16:48:45.636ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0006 s (8.1M iterations)
52502024-12-31T16:48:50.618ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
52512024-12-31T16:48:50.766Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
52522024-12-31T16:48:50.767Z time: [71.134 ns 71.248 ns 71.348 ns]
52532024-12-31T16:48:50.767Z change: [-1.7982% -1.1267% -0.3906%] (p = 0.00 < 0.05)
52542024-12-31T16:48:50.767Z Change within noise threshold.
52552024-12-31T16:48:50.767ZFound 3 outliers among 100 measurements (3.00%)
52562024-12-31T16:48:50.767Z 3 (3.00%) high severe
52572024-12-31T16:48:52.358Z
52582024-12-31T16:48:52.361ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
52592024-12-31T16:48:52.361ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
52602024-12-31T16:48:55.747ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0001 s (3.1M iterations)
52612024-12-31T16:49:00.385ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
52622024-12-31T16:49:00.536Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
52632024-12-31T16:49:00.536Z time: [905.16 ns 905.39 ns 905.59 ns]
52642024-12-31T16:49:00.536Z change: [+0.4032% +0.6811% +0.9942%] (p = 0.00 < 0.05)
52652024-12-31T16:49:00.537Z Change within noise threshold.
52662024-12-31T16:49:00.537ZFound 10 outliers among 100 measurements (10.00%)
52672024-12-31T16:49:00.537Z 3 (3.00%) high mild
52682024-12-31T16:49:00.537Z 7 (7.00%) high severe
52692024-12-31T16:49:02.131Z
52702024-12-31T16:49:02.131ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
52712024-12-31T16:49:02.131ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
52722024-12-31T16:49:07.404ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0018 s (8.0M iterations)
52732024-12-31T16:49:11.383ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
52742024-12-31T16:49:11.530Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
52752024-12-31T16:49:11.530Z time: [72.042 ns 72.189 ns 72.306 ns]
52762024-12-31T16:49:11.530Z change: [-0.3060% +0.4148% +1.1555%] (p = 0.27 > 0.05)
52772024-12-31T16:49:11.531Z No change in performance detected.
52782024-12-31T16:49:11.531ZFound 2 outliers among 100 measurements (2.00%)
52792024-12-31T16:49:11.531Z 2 (2.00%) high severe
52802024-12-31T16:49:13.123Z
52812024-12-31T16:49:13.126ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
52822024-12-31T16:49:13.126ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
52832024-12-31T16:49:19.213ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0071 s (3.4M iterations)
52842024-12-31T16:49:23.827ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
52852024-12-31T16:49:23.975Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
52862024-12-31T16:49:23.975Z time: [907.39 ns 907.61 ns 907.87 ns]
52872024-12-31T16:49:23.975Z change: [+4.4778% +4.7489% +5.0592%] (p = 0.00 < 0.05)
52882024-12-31T16:49:23.975Z Performance has regressed.
52892024-12-31T16:49:23.975ZFound 9 outliers among 100 measurements (9.00%)
52902024-12-31T16:49:23.975Z 4 (4.00%) high mild
52912024-12-31T16:49:23.975Z 5 (5.00%) high severe
52922024-12-31T16:49:25.567Z
52932024-12-31T16:49:25.567ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
52942024-12-31T16:49:25.567ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
52952024-12-31T16:49:29.545ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (11M iterations)
52962024-12-31T16:49:33.002ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
52972024-12-31T16:49:33.149Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
52982024-12-31T16:49:33.149Z time: [80.712 ns 80.779 ns 80.839 ns]
52992024-12-31T16:49:33.149Z change: [-0.0259% +0.4661% +1.0836%] (p = 0.09 > 0.05)
53002024-12-31T16:49:33.150Z No change in performance detected.
53012024-12-31T16:49:33.150ZFound 8 outliers among 100 measurements (8.00%)
53022024-12-31T16:49:33.150Z 2 (2.00%) high mild
53032024-12-31T16:49:33.150Z 6 (6.00%) high severe
53042024-12-31T16:49:34.747Z
53052024-12-31T16:49:34.749ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53062024-12-31T16:49:34.749ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
53072024-12-31T16:49:39.466ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0047 s (4.4M iterations)
53082024-12-31T16:49:44.007ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
53092024-12-31T16:49:44.155Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53102024-12-31T16:49:44.155Z time: [256.54 ns 256.67 ns 256.83 ns]
53112024-12-31T16:49:44.155Z change: [+3.0054% +3.8703% +4.7364%] (p = 0.00 < 0.05)
53122024-12-31T16:49:44.155Z Performance has regressed.
53132024-12-31T16:49:44.155ZFound 15 outliers among 100 measurements (15.00%)
53142024-12-31T16:49:44.155Z 8 (8.00%) low mild
53152024-12-31T16:49:44.155Z 2 (2.00%) high mild
53162024-12-31T16:49:44.155Z 5 (5.00%) high severe
53172024-12-31T16:49:45.758Z
53182024-12-31T16:49:45.760ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53192024-12-31T16:49:45.760ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
53202024-12-31T16:49:50.103ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (4.8M iterations)
53212024-12-31T16:49:54.731ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
53222024-12-31T16:49:54.879Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53232024-12-31T16:49:54.879Z time: [120.50 ns 121.11 ns 121.78 ns]
53242024-12-31T16:49:54.879Z change: [+0.4869% +1.1286% +1.7066%] (p = 0.00 < 0.05)
53252024-12-31T16:49:54.879Z Change within noise threshold.
53262024-12-31T16:49:54.879ZFound 3 outliers among 100 measurements (3.00%)
53272024-12-31T16:49:54.879Z 2 (2.00%) low mild
53282024-12-31T16:49:54.879Z 1 (1.00%) high severe
53292024-12-31T16:49:56.474Z
53302024-12-31T16:49:56.477ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53312024-12-31T16:49:56.477ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
53322024-12-31T16:50:01.224ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0086 s (2.2M iterations)
53332024-12-31T16:50:06.106ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
53342024-12-31T16:50:06.252Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53352024-12-31T16:50:06.253Z time: [299.26 ns 299.38 ns 299.53 ns]
53362024-12-31T16:50:06.253Z change: [+5.2781% +6.3521% +7.3922%] (p = 0.00 < 0.05)
53372024-12-31T16:50:06.253Z Performance has regressed.
53382024-12-31T16:50:06.253ZFound 16 outliers among 100 measurements (16.00%)
53392024-12-31T16:50:06.253Z 5 (5.00%) high mild
53402024-12-31T16:50:06.253Z 11 (11.00%) high severe
53412024-12-31T16:50:07.847Z
53422024-12-31T16:50:07.850ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53432024-12-31T16:50:07.850ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
53442024-12-31T16:50:10.954ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0001 s (6.8M iterations)
53452024-12-31T16:50:14.391ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
53462024-12-31T16:50:14.540Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53472024-12-31T16:50:14.540Z time: [106.65 ns 106.82 ns 106.95 ns]
53482024-12-31T16:50:14.540Z change: [+8.8392% +9.4946% +10.088%] (p = 0.00 < 0.05)
53492024-12-31T16:50:14.540Z Performance has regressed.
53502024-12-31T16:50:14.540ZFound 2 outliers among 100 measurements (2.00%)
53512024-12-31T16:50:14.540Z 1 (1.00%) high mild
53522024-12-31T16:50:14.540Z 1 (1.00%) high severe
53532024-12-31T16:50:16.133Z
53542024-12-31T16:50:16.136ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53552024-12-31T16:50:16.136ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
53562024-12-31T16:50:22.004ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0038 s (3.6M iterations)
53572024-12-31T16:50:26.045ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
53582024-12-31T16:50:26.192Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53592024-12-31T16:50:26.192Z time: [222.26 ns 222.41 ns 222.58 ns]
53602024-12-31T16:50:26.192Z change: [-1.1536% -0.0464% +1.0642%] (p = 0.94 > 0.05)
53612024-12-31T16:50:26.192Z No change in performance detected.
53622024-12-31T16:50:26.192ZFound 13 outliers among 100 measurements (13.00%)
53632024-12-31T16:50:26.192Z 4 (4.00%) high mild
53642024-12-31T16:50:26.193Z 9 (9.00%) high severe
53652024-12-31T16:50:27.788Z
53662024-12-31T16:50:27.791ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53672024-12-31T16:50:27.791ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
53682024-12-31T16:50:33.218ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0008 s (3.9M iterations)
53692024-12-31T16:50:37.349ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
53702024-12-31T16:50:37.496Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53712024-12-31T16:50:37.496Z time: [130.81 ns 130.99 ns 131.20 ns]
53722024-12-31T16:50:37.496Z change: [+5.3671% +6.1236% +6.8602%] (p = 0.00 < 0.05)
53732024-12-31T16:50:37.496Z Performance has regressed.
53742024-12-31T16:50:37.496ZFound 15 outliers among 100 measurements (15.00%)
53752024-12-31T16:50:37.496Z 9 (9.00%) low mild
53762024-12-31T16:50:37.496Z 1 (1.00%) high mild
53772024-12-31T16:50:37.496Z 5 (5.00%) high severe
53782024-12-31T16:50:39.091Z
53792024-12-31T16:50:39.093ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53802024-12-31T16:50:39.093ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
53812024-12-31T16:50:44.244ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0121 s (2.0M iterations)
53822024-12-31T16:50:48.920ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
53832024-12-31T16:50:49.067Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53842024-12-31T16:50:49.067Z time: [249.66 ns 249.82 ns 250.01 ns]
53852024-12-31T16:50:49.067Z change: [-4.0975% -2.8873% -1.6570%] (p = 0.00 < 0.05)
53862024-12-31T16:50:49.067Z Performance has improved.
53872024-12-31T16:50:49.067ZFound 12 outliers among 100 measurements (12.00%)
53882024-12-31T16:50:49.067Z 3 (3.00%) high mild
53892024-12-31T16:50:49.067Z 9 (9.00%) high severe
53902024-12-31T16:50:50.667Z
53912024-12-31T16:50:50.667ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
53922024-12-31T16:50:50.667ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
53932024-12-31T16:50:54.325ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (11M iterations)
53942024-12-31T16:50:57.897ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
53952024-12-31T16:50:58.045Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
53962024-12-31T16:50:58.045Z time: [71.659 ns 71.735 ns 71.799 ns]
53972024-12-31T16:50:58.045Z change: [-2.4441% -1.9845% -1.4135%] (p = 0.00 < 0.05)
53982024-12-31T16:50:58.045Z Performance has improved.
53992024-12-31T16:50:58.045ZFound 3 outliers among 100 measurements (3.00%)
54002024-12-31T16:50:58.045Z 1 (1.00%) low mild
54012024-12-31T16:50:58.045Z 2 (2.00%) high severe
54022024-12-31T16:50:59.646Z
54032024-12-31T16:50:59.649ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
54042024-12-31T16:50:59.649ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
54052024-12-31T16:51:03.925ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (4.9M iterations)
54062024-12-31T16:51:08.489ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
54072024-12-31T16:51:08.636Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
54082024-12-31T16:51:08.636Z time: [222.18 ns 222.52 ns 222.85 ns]
54092024-12-31T16:51:08.636Z change: [+3.7037% +4.7812% +5.8091%] (p = 0.00 < 0.05)
54102024-12-31T16:51:08.636Z Performance has regressed.
54112024-12-31T16:51:08.636ZFound 24 outliers among 100 measurements (24.00%)
54122024-12-31T16:51:08.636Z 4 (4.00%) low mild
54132024-12-31T16:51:08.636Z 8 (8.00%) high mild
54142024-12-31T16:51:08.636Z 12 (12.00%) high severe
54152024-12-31T16:51:10.233Z
54162024-12-31T16:51:10.236ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54172024-12-31T16:51:10.236ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
54182024-12-31T16:51:14.421ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (5.0M iterations)
54192024-12-31T16:51:18.914ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
54202024-12-31T16:51:19.062Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54212024-12-31T16:51:19.062Z time: [96.895 ns 96.983 ns 97.065 ns]
54222024-12-31T16:51:19.062Z change: [-1.8955% -1.1305% -0.4128%] (p = 0.00 < 0.05)
54232024-12-31T16:51:19.062Z Change within noise threshold.
54242024-12-31T16:51:19.062ZFound 13 outliers among 100 measurements (13.00%)
54252024-12-31T16:51:19.062Z 7 (7.00%) low mild
54262024-12-31T16:51:19.062Z 1 (1.00%) high mild
54272024-12-31T16:51:19.062Z 5 (5.00%) high severe
54282024-12-31T16:51:20.659Z
54292024-12-31T16:51:20.661ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54302024-12-31T16:51:20.661ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
54312024-12-31T16:51:25.173ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0000 s (2.3M iterations)
54322024-12-31T16:51:30.028ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
54332024-12-31T16:51:30.176Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54342024-12-31T16:51:30.177Z time: [251.89 ns 252.01 ns 252.16 ns]
54352024-12-31T16:51:30.177Z change: [+3.7683% +4.8107% +5.8821%] (p = 0.00 < 0.05)
54362024-12-31T16:51:30.177Z Performance has regressed.
54372024-12-31T16:51:30.177ZFound 17 outliers among 100 measurements (17.00%)
54382024-12-31T16:51:30.177Z 5 (5.00%) high mild
54392024-12-31T16:51:30.177Z 12 (12.00%) high severe
54402024-12-31T16:51:31.776Z
54412024-12-31T16:51:31.779ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
54422024-12-31T16:51:31.779ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
54432024-12-31T16:51:38.115ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0019 s (6.6M iterations)
54442024-12-31T16:51:41.300ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
54452024-12-31T16:51:41.448Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
54462024-12-31T16:51:41.448Z time: [103.62 ns 103.78 ns 103.91 ns]
54472024-12-31T16:51:41.448Z change: [+7.8931% +8.5909% +9.2529%] (p = 0.00 < 0.05)
54482024-12-31T16:51:41.448Z Performance has regressed.
54492024-12-31T16:51:41.448ZFound 7 outliers among 100 measurements (7.00%)
54502024-12-31T16:51:41.448Z 5 (5.00%) low mild
54512024-12-31T16:51:41.448Z 1 (1.00%) high mild
54522024-12-31T16:51:41.448Z 1 (1.00%) high severe
54532024-12-31T16:51:43.036Z
54542024-12-31T16:51:43.039ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
54552024-12-31T16:51:43.039ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
54562024-12-31T16:51:48.533ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0028 s (3.8M iterations)
54572024-12-31T16:51:52.548ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
54582024-12-31T16:51:52.694Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
54592024-12-31T16:51:52.694Z time: [195.97 ns 196.03 ns 196.10 ns]
54602024-12-31T16:51:52.694Z change: [-0.8637% +0.2864% +1.7695%] (p = 0.71 > 0.05)
54612024-12-31T16:51:52.694Z No change in performance detected.
54622024-12-31T16:51:52.694ZFound 17 outliers among 100 measurements (17.00%)
54632024-12-31T16:51:52.694Z 5 (5.00%) low mild
54642024-12-31T16:51:52.694Z 2 (2.00%) high mild
54652024-12-31T16:51:52.694Z 10 (10.00%) high severe
54662024-12-31T16:51:54.291Z
54672024-12-31T16:51:54.294ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
54682024-12-31T16:51:54.294ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
54692024-12-31T16:51:59.620ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0039 s (3.9M iterations)
54702024-12-31T16:52:03.800ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
54712024-12-31T16:52:03.948Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
54722024-12-31T16:52:03.948Z time: [126.94 ns 127.00 ns 127.05 ns]
54732024-12-31T16:52:03.948Z change: [+3.5933% +4.2387% +4.9439%] (p = 0.00 < 0.05)
54742024-12-31T16:52:03.948Z Performance has regressed.
54752024-12-31T16:52:03.949ZFound 22 outliers among 100 measurements (22.00%)
54762024-12-31T16:52:03.949Z 15 (15.00%) low severe
54772024-12-31T16:52:03.949Z 3 (3.00%) low mild
54782024-12-31T16:52:03.949Z 1 (1.00%) high mild
54792024-12-31T16:52:03.949Z 3 (3.00%) high severe
54802024-12-31T16:52:05.545Z
54812024-12-31T16:52:05.547ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
54822024-12-31T16:52:05.547ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
54832024-12-31T16:52:10.553ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0042 s (2.1M iterations)
54842024-12-31T16:52:15.194ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
54852024-12-31T16:52:15.341Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
54862024-12-31T16:52:15.341Z time: [227.54 ns 227.78 ns 228.07 ns]
54872024-12-31T16:52:15.341Z change: [-0.4350% +0.6815% +1.8464%] (p = 0.25 > 0.05)
54882024-12-31T16:52:15.341Z No change in performance detected.
54892024-12-31T16:52:15.341ZFound 9 outliers among 100 measurements (9.00%)
54902024-12-31T16:52:15.341Z 2 (2.00%) high mild
54912024-12-31T16:52:15.341Z 7 (7.00%) high severe
54922024-12-31T16:52:16.932Z
54932024-12-31T16:52:16.934ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
54942024-12-31T16:52:16.934ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
54952024-12-31T16:52:21.389ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (9.4M iterations)
54962024-12-31T16:52:25.292ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
54972024-12-31T16:52:25.442Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
54982024-12-31T16:52:25.443Z time: [81.671 ns 81.749 ns 81.810 ns]
54992024-12-31T16:52:25.443Z change: [-0.9996% -0.4121% +0.2054%] (p = 0.19 > 0.05)
55002024-12-31T16:52:25.443Z No change in performance detected.
55012024-12-31T16:52:25.443ZFound 3 outliers among 100 measurements (3.00%)
55022024-12-31T16:52:25.443Z 1 (1.00%) high mild
55032024-12-31T16:52:25.443Z 2 (2.00%) high severe
55042024-12-31T16:52:27.026Z
55052024-12-31T16:52:27.028ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
55062024-12-31T16:52:27.029ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
55072024-12-31T16:52:32.383ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0043 s (3.9M iterations)
55082024-12-31T16:52:37.055ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
55092024-12-31T16:52:37.202Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
55102024-12-31T16:52:37.202Z time: [261.03 ns 261.33 ns 261.69 ns]
55112024-12-31T16:52:37.202Z change: [-4.0016% -3.2521% -2.5121%] (p = 0.00 < 0.05)
55122024-12-31T16:52:37.202Z Performance has improved.
55132024-12-31T16:52:37.202ZFound 15 outliers among 100 measurements (15.00%)
55142024-12-31T16:52:37.202Z 1 (1.00%) low mild
55152024-12-31T16:52:37.202Z 2 (2.00%) high mild
55162024-12-31T16:52:37.202Z 12 (12.00%) high severe
55172024-12-31T16:52:38.801Z
55182024-12-31T16:52:38.804ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55192024-12-31T16:52:38.804ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
55202024-12-31T16:52:43.334ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0035 s (4.6M iterations)
55212024-12-31T16:52:48.023ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
55222024-12-31T16:52:48.169Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55232024-12-31T16:52:48.169Z time: [108.25 ns 108.39 ns 108.52 ns]
55242024-12-31T16:52:48.169Z change: [+0.4675% +1.3526% +2.3022%] (p = 0.00 < 0.05)
55252024-12-31T16:52:48.169Z Change within noise threshold.
55262024-12-31T16:52:48.169ZFound 8 outliers among 100 measurements (8.00%)
55272024-12-31T16:52:48.169Z 1 (1.00%) low mild
55282024-12-31T16:52:48.169Z 2 (2.00%) high mild
55292024-12-31T16:52:48.169Z 5 (5.00%) high severe
55302024-12-31T16:52:49.764Z
55312024-12-31T16:52:49.767ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55322024-12-31T16:52:49.767ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
55332024-12-31T16:52:54.794ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0012 s (2.1M iterations)
55342024-12-31T16:52:59.691ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
55352024-12-31T16:52:59.839Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55362024-12-31T16:52:59.839Z time: [285.51 ns 285.66 ns 285.83 ns]
55372024-12-31T16:52:59.839Z change: [-5.3008% -4.4015% -3.3896%] (p = 0.00 < 0.05)
55382024-12-31T16:52:59.839Z Performance has improved.
55392024-12-31T16:52:59.839ZFound 15 outliers among 100 measurements (15.00%)
55402024-12-31T16:52:59.839Z 3 (3.00%) high mild
55412024-12-31T16:52:59.839Z 12 (12.00%) high severe
55422024-12-31T16:53:01.432Z
55432024-12-31T16:53:01.433ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55442024-12-31T16:53:01.433ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
55452024-12-31T16:53:04.823ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0036 s (6.2M iterations)
55462024-12-31T16:53:08.443ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
55472024-12-31T16:53:08.590Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55482024-12-31T16:53:08.590Z time: [109.31 ns 109.68 ns 110.01 ns]
55492024-12-31T16:53:08.590Z change: [+7.9883% +8.8518% +9.6719%] (p = 0.00 < 0.05)
55502024-12-31T16:53:08.590Z Performance has regressed.
55512024-12-31T16:53:08.590ZFound 12 outliers among 100 measurements (12.00%)
55522024-12-31T16:53:08.590Z 5 (5.00%) low mild
55532024-12-31T16:53:08.590Z 6 (6.00%) high mild
55542024-12-31T16:53:08.590Z 1 (1.00%) high severe
55552024-12-31T16:53:10.188Z
55562024-12-31T16:53:10.191ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55572024-12-31T16:53:10.191ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
55582024-12-31T16:53:13.372ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0053 s (3.3M iterations)
55592024-12-31T16:53:17.736ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
55602024-12-31T16:53:17.883Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55612024-12-31T16:53:17.883Z time: [235.78 ns 235.95 ns 236.17 ns]
55622024-12-31T16:53:17.883Z change: [+0.1805% +1.2485% +2.2529%] (p = 0.02 < 0.05)
55632024-12-31T16:53:17.883Z Change within noise threshold.
55642024-12-31T16:53:17.883ZFound 9 outliers among 100 measurements (9.00%)
55652024-12-31T16:53:17.883Z 1 (1.00%) high mild
55662024-12-31T16:53:17.883Z 8 (8.00%) high severe
55672024-12-31T16:53:19.479Z
55682024-12-31T16:53:19.482ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
55692024-12-31T16:53:19.482ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
55702024-12-31T16:53:25.289ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0007 s (3.6M iterations)
55712024-12-31T16:53:29.552ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
55722024-12-31T16:53:29.701Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
55732024-12-31T16:53:29.701Z time: [134.00 ns 134.10 ns 134.21 ns]
55742024-12-31T16:53:29.701Z change: [+6.9045% +7.5292% +8.1922%] (p = 0.00 < 0.05)
55752024-12-31T16:53:29.701Z Performance has regressed.
55762024-12-31T16:53:29.701ZFound 11 outliers among 100 measurements (11.00%)
55772024-12-31T16:53:29.701Z 6 (6.00%) low severe
55782024-12-31T16:53:29.701Z 1 (1.00%) low mild
55792024-12-31T16:53:29.701Z 1 (1.00%) high mild
55802024-12-31T16:53:29.701Z 3 (3.00%) high severe
55812024-12-31T16:53:31.297Z
55822024-12-31T16:53:31.300ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
55832024-12-31T16:53:31.300ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
55842024-12-31T16:53:36.802ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0092 s (1.9M iterations)
55852024-12-31T16:53:41.528ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
55862024-12-31T16:53:41.676Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
55872024-12-31T16:53:41.676Z time: [256.84 ns 257.01 ns 257.21 ns]
55882024-12-31T16:53:41.676Z change: [-2.3425% -0.8757% +0.4414%] (p = 0.23 > 0.05)
55892024-12-31T16:53:41.676Z No change in performance detected.
55902024-12-31T16:53:41.676ZFound 15 outliers among 100 measurements (15.00%)
55912024-12-31T16:53:41.676Z 5 (5.00%) high mild
55922024-12-31T16:53:41.676Z 10 (10.00%) high severe
55932024-12-31T16:53:43.270Z
55942024-12-31T16:53:43.270ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
55952024-12-31T16:53:43.270ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
55962024-12-31T16:53:47.662ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (9.6M iterations)
55972024-12-31T16:53:51.446ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
55982024-12-31T16:53:51.594Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
55992024-12-31T16:53:51.594Z time: [73.329 ns 73.453 ns 73.555 ns]
56002024-12-31T16:53:51.594Z change: [+0.0527% +0.7787% +1.5331%] (p = 0.03 < 0.05)
56012024-12-31T16:53:51.594Z Change within noise threshold.
56022024-12-31T16:53:51.594ZFound 2 outliers among 100 measurements (2.00%)
56032024-12-31T16:53:51.594Z 1 (1.00%) high mild
56042024-12-31T16:53:51.594Z 1 (1.00%) high severe
56052024-12-31T16:53:53.189Z
56062024-12-31T16:53:53.192ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
56072024-12-31T16:53:53.192ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
56082024-12-31T16:53:58.278ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0052 s (4.1M iterations)
56092024-12-31T16:54:02.891ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
56102024-12-31T16:54:03.020Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
56112024-12-31T16:54:03.020Z time: [224.50 ns 224.58 ns 224.65 ns]
56122024-12-31T16:54:03.020Z change: [-4.8130% -3.8462% -2.8988%] (p = 0.00 < 0.05)
56132024-12-31T16:54:03.020Z Performance has improved.
56142024-12-31T16:54:03.020ZFound 25 outliers among 100 measurements (25.00%)
56152024-12-31T16:54:03.020Z 3 (3.00%) low severe
56162024-12-31T16:54:03.020Z 7 (7.00%) low mild
56172024-12-31T16:54:03.020Z 3 (3.00%) high mild
56182024-12-31T16:54:03.020Z 12 (12.00%) high severe
56192024-12-31T16:54:04.612Z
56202024-12-31T16:54:04.615ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56212024-12-31T16:54:04.615ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
56222024-12-31T16:54:09.068ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0051 s (4.7M iterations)
56232024-12-31T16:54:13.729ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
56242024-12-31T16:54:13.879Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56252024-12-31T16:54:13.879Z time: [98.059 ns 98.208 ns 98.367 ns]
56262024-12-31T16:54:13.879Z change: [+0.4169% +1.2819% +2.1301%] (p = 0.00 < 0.05)
56272024-12-31T16:54:13.879Z Change within noise threshold.
56282024-12-31T16:54:13.879ZFound 8 outliers among 100 measurements (8.00%)
56292024-12-31T16:54:13.879Z 1 (1.00%) low mild
56302024-12-31T16:54:13.879Z 3 (3.00%) high mild
56312024-12-31T16:54:13.879Z 4 (4.00%) high severe
56322024-12-31T16:54:15.477Z
56332024-12-31T16:54:15.479ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56342024-12-31T16:54:15.479ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
56352024-12-31T16:54:20.307ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0002 s (2.2M iterations)
56362024-12-31T16:54:25.246ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
56372024-12-31T16:54:25.392Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56382024-12-31T16:54:25.392Z time: [256.76 ns 257.00 ns 257.21 ns]
56392024-12-31T16:54:25.392Z change: [-4.4395% -3.4731% -2.5598%] (p = 0.00 < 0.05)
56402024-12-31T16:54:25.392Z Performance has improved.
56412024-12-31T16:54:25.392ZFound 12 outliers among 100 measurements (12.00%)
56422024-12-31T16:54:25.392Z 3 (3.00%) high mild
56432024-12-31T16:54:25.392Z 9 (9.00%) high severe
56442024-12-31T16:54:26.984Z
56452024-12-31T16:54:26.987ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
56462024-12-31T16:54:26.987ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
56472024-12-31T16:54:30.319ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.3M iterations)
56482024-12-31T16:54:33.881ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
56492024-12-31T16:54:34.029Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
56502024-12-31T16:54:34.029Z time: [104.51 ns 104.81 ns 105.04 ns]
56512024-12-31T16:54:34.029Z change: [+9.1953% +9.9321% +10.673%] (p = 0.00 < 0.05)
56522024-12-31T16:54:34.029Z Performance has regressed.
56532024-12-31T16:54:34.029ZFound 1 outliers among 100 measurements (1.00%)
56542024-12-31T16:54:34.029Z 1 (1.00%) high mild
56552024-12-31T16:54:35.623Z
56562024-12-31T16:54:35.625ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
56572024-12-31T16:54:35.625ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
56582024-12-31T16:54:38.625ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0023 s (3.5M iterations)
56592024-12-31T16:54:43.015ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
56602024-12-31T16:54:43.163Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
56612024-12-31T16:54:43.163Z time: [204.36 ns 204.48 ns 204.61 ns]
56622024-12-31T16:54:43.163Z change: [-1.0299% +0.0034% +0.9491%] (p = 1.00 > 0.05)
56632024-12-31T16:54:43.163Z No change in performance detected.
56642024-12-31T16:54:43.163ZFound 10 outliers among 100 measurements (10.00%)
56652024-12-31T16:54:43.163Z 1 (1.00%) high mild
56662024-12-31T16:54:43.163Z 9 (9.00%) high severe
56672024-12-31T16:54:44.761Z
56682024-12-31T16:54:44.766ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
56692024-12-31T16:54:44.766ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
56702024-12-31T16:54:50.484ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0015 s (3.7M iterations)
56712024-12-31T16:54:54.728ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
56722024-12-31T16:54:54.876Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
56732024-12-31T16:54:54.876Z time: [126.63 ns 126.79 ns 126.93 ns]
56742024-12-31T16:54:54.876Z change: [+4.3205% +4.9650% +5.6154%] (p = 0.00 < 0.05)
56752024-12-31T16:54:54.876Z Performance has regressed.
56762024-12-31T16:54:54.876ZFound 9 outliers among 100 measurements (9.00%)
56772024-12-31T16:54:54.876Z 5 (5.00%) low mild
56782024-12-31T16:54:54.876Z 2 (2.00%) high mild
56792024-12-31T16:54:54.876Z 2 (2.00%) high severe
56802024-12-31T16:54:56.469Z
56812024-12-31T16:54:56.472ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
56822024-12-31T16:54:56.472ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
56832024-12-31T16:55:01.789ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0074 s (2.0M iterations)
56842024-12-31T16:55:06.518ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
56852024-12-31T16:55:06.666Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
56862024-12-31T16:55:06.666Z time: [231.19 ns 231.73 ns 232.54 ns]
56872024-12-31T16:55:06.666Z change: [-1.2936% -0.1855% +0.9757%] (p = 0.75 > 0.05)
56882024-12-31T16:55:06.666Z No change in performance detected.
56892024-12-31T16:55:06.666ZFound 16 outliers among 100 measurements (16.00%)
56902024-12-31T16:55:06.666Z 6 (6.00%) high mild
56912024-12-31T16:55:06.666Z 10 (10.00%) high severe
56922024-12-31T16:55:08.264Z
56932024-12-31T16:55:08.266ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
56942024-12-31T16:55:08.266ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
56952024-12-31T16:55:12.157ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (11M iterations)
56962024-12-31T16:55:15.781ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
56972024-12-31T16:55:15.930Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
56982024-12-31T16:55:15.930Z time: [82.582 ns 82.677 ns 82.760 ns]
56992024-12-31T16:55:15.930Z change: [-0.7274% -0.2743% +0.1892%] (p = 0.24 > 0.05)
57002024-12-31T16:55:15.930Z No change in performance detected.
57012024-12-31T16:55:15.930ZFound 2 outliers among 100 measurements (2.00%)
57022024-12-31T16:55:15.930Z 1 (1.00%) high mild
57032024-12-31T16:55:15.930Z 1 (1.00%) high severe
57042024-12-31T16:55:17.524Z
57052024-12-31T16:55:17.527ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57062024-12-31T16:55:17.527ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
57072024-12-31T16:55:22.319ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0044 s (4.4M iterations)
57082024-12-31T16:55:27.240ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
57092024-12-31T16:55:27.390Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57102024-12-31T16:55:27.390Z time: [290.55 ns 293.03 ns 296.26 ns]
57112024-12-31T16:55:27.390Z change: [-11.777% +5.1309% +24.898%] (p = 0.61 > 0.05)
57122024-12-31T16:55:27.390Z No change in performance detected.
57132024-12-31T16:55:27.390ZFound 11 outliers among 100 measurements (11.00%)
57142024-12-31T16:55:27.390Z 3 (3.00%) high mild
57152024-12-31T16:55:27.390Z 8 (8.00%) high severe
57162024-12-31T16:55:28.985Z
57172024-12-31T16:55:28.987ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57182024-12-31T16:55:28.987ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
57192024-12-31T16:55:33.082ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0012 s (5.1M iterations)
57202024-12-31T16:55:37.928ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
57212024-12-31T16:55:38.075Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57222024-12-31T16:55:38.075Z time: [107.76 ns 107.93 ns 108.09 ns]
57232024-12-31T16:55:38.075Z change: [+0.2633% +0.7583% +1.2534%] (p = 0.00 < 0.05)
57242024-12-31T16:55:38.075Z Change within noise threshold.
57252024-12-31T16:55:38.075ZFound 6 outliers among 100 measurements (6.00%)
57262024-12-31T16:55:38.075Z 2 (2.00%) low mild
57272024-12-31T16:55:38.075Z 1 (1.00%) high mild
57282024-12-31T16:55:38.075Z 3 (3.00%) high severe
57292024-12-31T16:55:39.673Z
57302024-12-31T16:55:39.676ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57312024-12-31T16:55:39.676ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
57322024-12-31T16:55:44.431ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0061 s (2.2M iterations)
57332024-12-31T16:55:49.591ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
57342024-12-31T16:55:49.741Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57352024-12-31T16:55:49.741Z time: [356.63 ns 360.83 ns 366.29 ns]
57362024-12-31T16:55:49.741Z change: [-11.093% +6.2070% +27.383%] (p = 0.53 > 0.05)
57372024-12-31T16:55:49.744Z No change in performance detected.
57382024-12-31T16:55:49.744ZFound 12 outliers among 100 measurements (12.00%)
57392024-12-31T16:55:49.744Z 3 (3.00%) high mild
57402024-12-31T16:55:49.744Z 9 (9.00%) high severe
57412024-12-31T16:55:51.340Z
57422024-12-31T16:55:51.340ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57432024-12-31T16:55:51.340ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
57442024-12-31T16:55:54.408ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0001 s (6.8M iterations)
57452024-12-31T16:55:57.833ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
57462024-12-31T16:55:57.980Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57472024-12-31T16:55:57.980Z time: [109.54 ns 109.68 ns 109.80 ns]
57482024-12-31T16:55:57.980Z change: [+6.7533% +7.3852% +7.9863%] (p = 0.00 < 0.05)
57492024-12-31T16:55:57.980Z Performance has regressed.
57502024-12-31T16:55:57.980ZFound 16 outliers among 100 measurements (16.00%)
57512024-12-31T16:55:57.980Z 3 (3.00%) low severe
57522024-12-31T16:55:57.980Z 11 (11.00%) low mild
57532024-12-31T16:55:57.980Z 1 (1.00%) high mild
57542024-12-31T16:55:57.980Z 1 (1.00%) high severe
57552024-12-31T16:55:59.572Z
57562024-12-31T16:55:59.574ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57572024-12-31T16:55:59.574ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
57582024-12-31T16:56:05.537ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0050 s (3.5M iterations)
57592024-12-31T16:56:09.876ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
57602024-12-31T16:56:10.023Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57612024-12-31T16:56:10.023Z time: [249.95 ns 251.56 ns 253.68 ns]
57622024-12-31T16:56:10.023Z change: [-10.575% +1.4100% +14.557%] (p = 0.84 > 0.05)
57632024-12-31T16:56:10.023Z No change in performance detected.
57642024-12-31T16:56:10.023ZFound 12 outliers among 100 measurements (12.00%)
57652024-12-31T16:56:10.023Z 4 (4.00%) high mild
57662024-12-31T16:56:10.023Z 8 (8.00%) high severe
57672024-12-31T16:56:11.617Z
57682024-12-31T16:56:11.617ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
57692024-12-31T16:56:11.617ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
57702024-12-31T16:56:16.923ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0005 s (4.0M iterations)
57712024-12-31T16:56:21.190ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
57722024-12-31T16:56:21.337Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
57732024-12-31T16:56:21.337Z time: [132.55 ns 132.87 ns 133.13 ns]
57742024-12-31T16:56:21.338Z change: [+2.8632% +3.5344% +4.1900%] (p = 0.00 < 0.05)
57752024-12-31T16:56:21.338Z Performance has regressed.
57762024-12-31T16:56:21.338ZFound 2 outliers among 100 measurements (2.00%)
57772024-12-31T16:56:21.338Z 1 (1.00%) high mild
57782024-12-31T16:56:21.338Z 1 (1.00%) high severe
57792024-12-31T16:56:22.926Z
57802024-12-31T16:56:22.929ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
57812024-12-31T16:56:22.929ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
57822024-12-31T16:56:28.120ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0021 s (2.0M iterations)
57832024-12-31T16:56:33.032ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
57842024-12-31T16:56:33.178Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
57852024-12-31T16:56:33.178Z time: [298.86 ns 301.51 ns 304.98 ns]
57862024-12-31T16:56:33.178Z change: [-12.418% -0.4451% +13.275%] (p = 0.95 > 0.05)
57872024-12-31T16:56:33.178Z No change in performance detected.
57882024-12-31T16:56:33.178ZFound 12 outliers among 100 measurements (12.00%)
57892024-12-31T16:56:33.178Z 5 (5.00%) high mild
57902024-12-31T16:56:33.178Z 7 (7.00%) high severe
57912024-12-31T16:56:34.774Z
57922024-12-31T16:56:34.777ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
57932024-12-31T16:56:34.777ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
57942024-12-31T16:56:38.343ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (12M iterations)
57952024-12-31T16:56:42.055ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
57962024-12-31T16:56:42.201Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
57972024-12-31T16:56:42.201Z time: [72.788 ns 72.897 ns 73.014 ns]
57982024-12-31T16:56:42.201Z change: [-1.7899% -1.0348% -0.3495%] (p = 0.00 < 0.05)
57992024-12-31T16:56:42.201Z Change within noise threshold.
58002024-12-31T16:56:42.201ZFound 6 outliers among 100 measurements (6.00%)
58012024-12-31T16:56:42.201Z 2 (2.00%) low mild
58022024-12-31T16:56:42.201Z 1 (1.00%) high mild
58032024-12-31T16:56:42.201Z 3 (3.00%) high severe
58042024-12-31T16:56:43.798Z
58052024-12-31T16:56:43.801ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58062024-12-31T16:56:43.801ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58072024-12-31T16:56:48.300ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (4.7M iterations)
58082024-12-31T16:56:53.212ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
58092024-12-31T16:56:53.359Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58102024-12-31T16:56:53.359Z time: [255.28 ns 257.37 ns 260.10 ns]
58112024-12-31T16:56:53.359Z change: [-13.581% +3.9314% +26.710%] (p = 0.71 > 0.05)
58122024-12-31T16:56:53.359Z No change in performance detected.
58132024-12-31T16:56:53.359ZFound 13 outliers among 100 measurements (13.00%)
58142024-12-31T16:56:53.359Z 5 (5.00%) high mild
58152024-12-31T16:56:53.359Z 8 (8.00%) high severe
58162024-12-31T16:56:54.959Z
58172024-12-31T16:56:54.962ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58182024-12-31T16:56:54.962ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
58192024-12-31T16:56:59.098ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0018 s (5.1M iterations)
58202024-12-31T16:57:03.665ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
58212024-12-31T16:57:03.813Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58222024-12-31T16:57:03.813Z time: [98.773 ns 98.882 ns 98.981 ns]
58232024-12-31T16:57:03.813Z change: [+0.0109% +0.4878% +0.9723%] (p = 0.04 < 0.05)
58242024-12-31T16:57:03.813Z Change within noise threshold.
58252024-12-31T16:57:03.813ZFound 12 outliers among 100 measurements (12.00%)
58262024-12-31T16:57:03.813Z 9 (9.00%) low mild
58272024-12-31T16:57:03.813Z 1 (1.00%) high mild
58282024-12-31T16:57:03.813Z 2 (2.00%) high severe
58292024-12-31T16:57:05.412Z
58302024-12-31T16:57:05.415ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58312024-12-31T16:57:05.415ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
58322024-12-31T16:57:10.082ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0038 s (2.2M iterations)
58332024-12-31T16:57:15.186ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
58342024-12-31T16:57:15.333Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58352024-12-31T16:57:15.333Z time: [317.78 ns 322.00 ns 327.48 ns]
58362024-12-31T16:57:15.333Z change: [-13.815% +5.2167% +27.396%] (p = 0.62 > 0.05)
58372024-12-31T16:57:15.333Z No change in performance detected.
58382024-12-31T16:57:15.333ZFound 13 outliers among 100 measurements (13.00%)
58392024-12-31T16:57:15.336Z 5 (5.00%) high mild
58402024-12-31T16:57:15.336Z 8 (8.00%) high severe
58412024-12-31T16:57:16.927Z
58422024-12-31T16:57:16.930ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58432024-12-31T16:57:16.930ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
58442024-12-31T16:57:23.218ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.7M iterations)
58452024-12-31T16:57:26.466ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
58462024-12-31T16:57:26.614Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58472024-12-31T16:57:26.614Z time: [106.47 ns 106.71 ns 106.91 ns]
58482024-12-31T16:57:26.614Z change: [+10.873% +11.573% +12.258%] (p = 0.00 < 0.05)
58492024-12-31T16:57:26.614Z Performance has regressed.
58502024-12-31T16:57:26.614ZFound 1 outliers among 100 measurements (1.00%)
58512024-12-31T16:57:26.614Z 1 (1.00%) high mild
58522024-12-31T16:57:28.205Z
58532024-12-31T16:57:28.208ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58542024-12-31T16:57:28.208ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
58552024-12-31T16:57:33.904ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0007 s (3.7M iterations)
58562024-12-31T16:57:38.242ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
58572024-12-31T16:57:38.389Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58582024-12-31T16:57:38.389Z time: [222.33 ns 223.75 ns 225.58 ns]
58592024-12-31T16:57:38.389Z change: [-10.859% +1.8847% +15.781%] (p = 0.79 > 0.05)
58602024-12-31T16:57:38.389Z No change in performance detected.
58612024-12-31T16:57:38.389ZFound 12 outliers among 100 measurements (12.00%)
58622024-12-31T16:57:38.389Z 4 (4.00%) high mild
58632024-12-31T16:57:38.389Z 8 (8.00%) high severe
58642024-12-31T16:57:39.985Z
58652024-12-31T16:57:39.985ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58662024-12-31T16:57:39.985ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
58672024-12-31T16:57:45.233ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0037 s (4.0M iterations)
58682024-12-31T16:57:49.485ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
58692024-12-31T16:57:49.633Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58702024-12-31T16:57:49.633Z time: [128.85 ns 128.96 ns 129.07 ns]
58712024-12-31T16:57:49.633Z change: [+4.2888% +4.9182% +5.6144%] (p = 0.00 < 0.05)
58722024-12-31T16:57:49.633Z Performance has regressed.
58732024-12-31T16:57:49.633ZFound 12 outliers among 100 measurements (12.00%)
58742024-12-31T16:57:49.633Z 5 (5.00%) low severe
58752024-12-31T16:57:49.634Z 4 (4.00%) low mild
58762024-12-31T16:57:49.634Z 1 (1.00%) high mild
58772024-12-31T16:57:49.634Z 2 (2.00%) high severe
58782024-12-31T16:57:51.225Z
58792024-12-31T16:57:51.228ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58802024-12-31T16:57:51.228ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
58812024-12-31T16:57:56.351ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0100 s (2.1M iterations)
58822024-12-31T16:58:01.215ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
58832024-12-31T16:58:01.362Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58842024-12-31T16:58:01.363Z time: [267.35 ns 269.88 ns 273.17 ns]
58852024-12-31T16:58:01.363Z change: [-12.786% -0.2800% +13.623%] (p = 0.97 > 0.05)
58862024-12-31T16:58:01.363Z No change in performance detected.
58872024-12-31T16:58:01.363ZFound 12 outliers among 100 measurements (12.00%)
58882024-12-31T16:58:01.363Z 5 (5.00%) high mild
58892024-12-31T16:58:01.363Z 7 (7.00%) high severe
58902024-12-31T16:58:02.955Z
58912024-12-31T16:58:02.955ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
58922024-12-31T16:58:02.958ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
58932024-12-31T16:58:07.336ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0026 s (9.6M iterations)
58942024-12-31T16:58:11.302ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
58952024-12-31T16:58:11.452Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
58962024-12-31T16:58:11.452Z time: [81.364 ns 81.417 ns 81.458 ns]
58972024-12-31T16:58:11.452Z change: [-0.5619% +0.0767% +0.8081%] (p = 0.83 > 0.05)
58982024-12-31T16:58:11.452Z No change in performance detected.
58992024-12-31T16:58:11.452ZFound 5 outliers among 100 measurements (5.00%)
59002024-12-31T16:58:11.452Z 1 (1.00%) low mild
59012024-12-31T16:58:11.452Z 4 (4.00%) high severe
59022024-12-31T16:58:13.050Z
59032024-12-31T16:58:13.053ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59042024-12-31T16:58:13.053ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59052024-12-31T16:58:18.558ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0059 s (3.8M iterations)
59062024-12-31T16:58:23.522ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59072024-12-31T16:58:23.669Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59082024-12-31T16:58:23.670Z time: [304.04 ns 307.00 ns 310.86 ns]
59092024-12-31T16:58:23.670Z change: [-17.994% -1.5593% +19.334%] (p = 0.88 > 0.05)
59102024-12-31T16:58:23.670Z No change in performance detected.
59112024-12-31T16:58:23.670ZFound 11 outliers among 100 measurements (11.00%)
59122024-12-31T16:58:23.670Z 4 (4.00%) high mild
59132024-12-31T16:58:23.670Z 7 (7.00%) high severe
59142024-12-31T16:58:25.268Z
59152024-12-31T16:58:25.268ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59162024-12-31T16:58:25.268ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59172024-12-31T16:58:29.770ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0018 s (4.7M iterations)
59182024-12-31T16:58:34.455ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59192024-12-31T16:58:34.601Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59202024-12-31T16:58:34.601Z time: [107.60 ns 107.80 ns 107.99 ns]
59212024-12-31T16:58:34.601Z change: [+0.4294% +1.1686% +1.9195%] (p = 0.00 < 0.05)
59222024-12-31T16:58:34.601Z Change within noise threshold.
59232024-12-31T16:58:34.601ZFound 8 outliers among 100 measurements (8.00%)
59242024-12-31T16:58:34.601Z 1 (1.00%) low mild
59252024-12-31T16:58:34.601Z 3 (3.00%) high mild
59262024-12-31T16:58:34.601Z 4 (4.00%) high severe
59272024-12-31T16:58:36.196Z
59282024-12-31T16:58:36.199ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59292024-12-31T16:58:36.199ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59302024-12-31T16:58:41.395ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0065 s (2.0M iterations)
59312024-12-31T16:58:46.572ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59322024-12-31T16:58:46.719Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59332024-12-31T16:58:46.719Z time: [372.97 ns 378.75 ns 386.26 ns]
59342024-12-31T16:58:46.719Z change: [-15.083% +1.4543% +22.134%] (p = 0.89 > 0.05)
59352024-12-31T16:58:46.719Z No change in performance detected.
59362024-12-31T16:58:46.719ZFound 12 outliers among 100 measurements (12.00%)
59372024-12-31T16:58:46.719Z 5 (5.00%) high mild
59382024-12-31T16:58:46.719Z 7 (7.00%) high severe
59392024-12-31T16:58:48.313Z
59402024-12-31T16:58:48.316ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59412024-12-31T16:58:48.316ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
59422024-12-31T16:58:51.609ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0004 s (6.4M iterations)
59432024-12-31T16:58:55.304ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
59442024-12-31T16:58:55.451Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59452024-12-31T16:58:55.451Z time: [109.93 ns 110.00 ns 110.07 ns]
59462024-12-31T16:58:55.451Z change: [+9.2962% +10.067% +10.829%] (p = 0.00 < 0.05)
59472024-12-31T16:58:55.451Z Performance has regressed.
59482024-12-31T16:58:55.451ZFound 18 outliers among 100 measurements (18.00%)
59492024-12-31T16:58:55.451Z 12 (12.00%) low severe
59502024-12-31T16:58:55.451Z 3 (3.00%) low mild
59512024-12-31T16:58:55.451Z 1 (1.00%) high mild
59522024-12-31T16:58:55.451Z 2 (2.00%) high severe
59532024-12-31T16:58:57.045Z
59542024-12-31T16:58:57.048ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59552024-12-31T16:58:57.048ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
59562024-12-31T16:59:00.280ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0072 s (3.2M iterations)
59572024-12-31T16:59:04.944ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
59582024-12-31T16:59:05.092Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59592024-12-31T16:59:05.092Z time: [266.05 ns 268.20 ns 270.94 ns]
59602024-12-31T16:59:05.092Z change: [-11.578% +1.2367% +15.278%] (p = 0.86 > 0.05)
59612024-12-31T16:59:05.092Z No change in performance detected.
59622024-12-31T16:59:05.092ZFound 12 outliers among 100 measurements (12.00%)
59632024-12-31T16:59:05.092Z 5 (5.00%) high mild
59642024-12-31T16:59:05.092Z 7 (7.00%) high severe
59652024-12-31T16:59:06.685Z
59662024-12-31T16:59:06.686ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59672024-12-31T16:59:06.686ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
59682024-12-31T16:59:12.385ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0013 s (3.7M iterations)
59692024-12-31T16:59:16.736ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
59702024-12-31T16:59:16.885Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59712024-12-31T16:59:16.885Z time: [134.17 ns 134.30 ns 134.40 ns]
59722024-12-31T16:59:16.885Z change: [+6.1096% +6.7883% +7.4426%] (p = 0.00 < 0.05)
59732024-12-31T16:59:16.885Z Performance has regressed.
59742024-12-31T16:59:16.885ZFound 9 outliers among 100 measurements (9.00%)
59752024-12-31T16:59:16.886Z 7 (7.00%) low mild
59762024-12-31T16:59:16.886Z 2 (2.00%) high severe
59772024-12-31T16:59:18.475Z
59782024-12-31T16:59:18.478ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59792024-12-31T16:59:18.478ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
59802024-12-31T16:59:24.063ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0039 s (1.9M iterations)
59812024-12-31T16:59:28.989ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
59822024-12-31T16:59:29.136Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59832024-12-31T16:59:29.136Z time: [308.88 ns 312.00 ns 316.02 ns]
59842024-12-31T16:59:29.136Z change: [-14.104% -1.2986% +13.940%] (p = 0.86 > 0.05)
59852024-12-31T16:59:29.136Z No change in performance detected.
59862024-12-31T16:59:29.136ZFound 13 outliers among 100 measurements (13.00%)
59872024-12-31T16:59:29.136Z 5 (5.00%) high mild
59882024-12-31T16:59:29.136Z 8 (8.00%) high severe
59892024-12-31T16:59:30.737Z
59902024-12-31T16:59:30.737ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
59912024-12-31T16:59:30.737ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
59922024-12-31T16:59:35.055ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (9.7M iterations)
59932024-12-31T16:59:38.871ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
59942024-12-31T16:59:39.019Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
59952024-12-31T16:59:39.019Z time: [73.134 ns 73.274 ns 73.381 ns]
59962024-12-31T16:59:39.019Z change: [-1.3560% -0.6042% +0.2446%] (p = 0.14 > 0.05)
59972024-12-31T16:59:39.019Z No change in performance detected.
59982024-12-31T16:59:39.019ZFound 1 outliers among 100 measurements (1.00%)
59992024-12-31T16:59:39.019Z 1 (1.00%) high severe
60002024-12-31T16:59:40.608Z
60012024-12-31T16:59:40.610ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60022024-12-31T16:59:40.610ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60032024-12-31T16:59:45.989ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (3.9M iterations)
60042024-12-31T16:59:50.930ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60052024-12-31T16:59:51.077Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60062024-12-31T16:59:51.077Z time: [271.70 ns 274.50 ns 278.16 ns]
60072024-12-31T16:59:51.077Z change: [-16.979% +0.4986% +22.289%] (p = 0.96 > 0.05)
60082024-12-31T16:59:51.077Z No change in performance detected.
60092024-12-31T16:59:51.077ZFound 12 outliers among 100 measurements (12.00%)
60102024-12-31T16:59:51.077Z 3 (3.00%) high mild
60112024-12-31T16:59:51.077Z 9 (9.00%) high severe
60122024-12-31T16:59:52.675Z
60132024-12-31T16:59:52.678ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60142024-12-31T16:59:52.678ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60152024-12-31T16:59:57.040ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0016 s (4.8M iterations)
60162024-12-31T17:00:01.768ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60172024-12-31T17:00:01.916Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60182024-12-31T17:00:01.916Z time: [98.321 ns 98.397 ns 98.470 ns]
60192024-12-31T17:00:01.916Z change: [+0.9248% +1.7388% +2.5460%] (p = 0.00 < 0.05)
60202024-12-31T17:00:01.916Z Change within noise threshold.
60212024-12-31T17:00:01.916ZFound 16 outliers among 100 measurements (16.00%)
60222024-12-31T17:00:01.916Z 2 (2.00%) low severe
60232024-12-31T17:00:01.916Z 6 (6.00%) low mild
60242024-12-31T17:00:01.916Z 2 (2.00%) high mild
60252024-12-31T17:00:01.916Z 6 (6.00%) high severe
60262024-12-31T17:00:03.511Z
60272024-12-31T17:00:03.514ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60282024-12-31T17:00:03.514ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60292024-12-31T17:00:08.519ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0040 s (2.1M iterations)
60302024-12-31T17:00:13.692ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60312024-12-31T17:00:13.841Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60322024-12-31T17:00:13.841Z time: [332.57 ns 337.52 ns 343.96 ns]
60332024-12-31T17:00:13.841Z change: [-19.039% -1.0960% +20.119%] (p = 0.92 > 0.05)
60342024-12-31T17:00:13.841Z No change in performance detected.
60352024-12-31T17:00:13.841ZFound 12 outliers among 100 measurements (12.00%)
60362024-12-31T17:00:13.841Z 5 (5.00%) high mild
60372024-12-31T17:00:13.841Z 7 (7.00%) high severe
60382024-12-31T17:00:15.435Z
60392024-12-31T17:00:15.435ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60402024-12-31T17:00:15.435ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60412024-12-31T17:00:18.678ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0002 s (6.5M iterations)
60422024-12-31T17:00:22.349ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60432024-12-31T17:00:22.497Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60442024-12-31T17:00:22.498Z time: [104.78 ns 104.97 ns 105.14 ns]
60452024-12-31T17:00:22.498Z change: [+6.9286% +7.6312% +8.2336%] (p = 0.00 < 0.05)
60462024-12-31T17:00:22.498Z Performance has regressed.
60472024-12-31T17:00:22.498ZFound 2 outliers among 100 measurements (2.00%)
60482024-12-31T17:00:22.498Z 1 (1.00%) high mild
60492024-12-31T17:00:22.498Z 1 (1.00%) high severe
60502024-12-31T17:00:24.093Z
60512024-12-31T17:00:24.095ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60522024-12-31T17:00:24.095ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60532024-12-31T17:00:27.232ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0031 s (3.3M iterations)
60542024-12-31T17:00:31.912ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60552024-12-31T17:00:32.058Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60562024-12-31T17:00:32.058Z time: [231.66 ns 233.50 ns 235.89 ns]
60572024-12-31T17:00:32.058Z change: [-10.182% +3.2582% +17.559%] (p = 0.67 > 0.05)
60582024-12-31T17:00:32.058Z No change in performance detected.
60592024-12-31T17:00:32.058ZFound 12 outliers among 100 measurements (12.00%)
60602024-12-31T17:00:32.058Z 5 (5.00%) high mild
60612024-12-31T17:00:32.058Z 7 (7.00%) high severe
60622024-12-31T17:00:33.650Z
60632024-12-31T17:00:33.653ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60642024-12-31T17:00:33.653ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
60652024-12-31T17:00:39.296ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0015 s (3.7M iterations)
60662024-12-31T17:00:43.598ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
60672024-12-31T17:00:43.745Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60682024-12-31T17:00:43.745Z time: [128.38 ns 128.59 ns 128.76 ns]
60692024-12-31T17:00:43.745Z change: [+4.1776% +4.7379% +5.3930%] (p = 0.00 < 0.05)
60702024-12-31T17:00:43.745Z Performance has regressed.
60712024-12-31T17:00:43.745ZFound 3 outliers among 100 measurements (3.00%)
60722024-12-31T17:00:43.745Z 1 (1.00%) low mild
60732024-12-31T17:00:43.745Z 2 (2.00%) high severe
60742024-12-31T17:00:45.340Z
60752024-12-31T17:00:45.342ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60762024-12-31T17:00:45.343ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
60772024-12-31T17:00:50.836ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0020 s (1.9M iterations)
60782024-12-31T17:00:55.756ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
60792024-12-31T17:00:55.903Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60802024-12-31T17:00:55.903Z time: [277.76 ns 280.78 ns 284.73 ns]
60812024-12-31T17:00:55.903Z change: [-12.424% +0.2946% +16.618%] (p = 0.97 > 0.05)
60822024-12-31T17:00:55.903Z No change in performance detected.
60832024-12-31T17:00:55.903ZFound 10 outliers among 100 measurements (10.00%)
60842024-12-31T17:00:55.903Z 3 (3.00%) high mild
60852024-12-31T17:00:55.903Z 7 (7.00%) high severe
60862024-12-31T17:00:57.498Z
60872024-12-31T17:00:57.501ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
60882024-12-31T17:00:57.501ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
60892024-12-31T17:00:57.501ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0933 ms (550 iterations)
60902024-12-31T17:00:57.501ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
60912024-12-31T17:00:57.501Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
60922024-12-31T17:00:57.501Z time: [19.000 19.000 19.000 ]
60932024-12-31T17:00:57.501Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
60942024-12-31T17:00:57.501Z No change in performance detected.
60952024-12-31T17:00:57.501Z
60962024-12-31T17:00:57.501ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
60972024-12-31T17:00:57.501ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
60982024-12-31T17:00:57.501ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0443 ms (605 iterations)
60992024-12-31T17:00:57.505ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
61002024-12-31T17:00:57.505Zprocess/Hairpin-DHCPv4/alloc_ct/Request
61012024-12-31T17:00:57.505Z time: [19.000 19.000 19.000 ]
61022024-12-31T17:00:57.505Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61032024-12-31T17:00:57.505Z No change in performance detected.
61042024-12-31T17:00:57.505Z
61052024-12-31T17:00:57.505ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
61062024-12-31T17:00:57.505ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
61072024-12-31T17:00:57.505ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0035 ms (440 iterations)
61082024-12-31T17:00:57.505ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
61092024-12-31T17:00:57.508Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
61102024-12-31T17:00:57.508Z time: [21.000 21.000 21.000 ]
61112024-12-31T17:00:57.508Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61122024-12-31T17:00:57.508Z No change in performance detected.
61132024-12-31T17:00:57.508Z
61142024-12-31T17:00:57.508ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
61152024-12-31T17:00:57.508ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
61162024-12-31T17:00:57.508ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0491 ms (440 iterations)
61172024-12-31T17:00:57.508ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
61182024-12-31T17:00:57.511Zprocess/Hairpin-DHCPv6/alloc_ct/Request
61192024-12-31T17:00:57.511Z time: [22.000 22.000 22.000 ]
61202024-12-31T17:00:57.511Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61212024-12-31T17:00:57.511Z No change in performance detected.
61222024-12-31T17:00:57.511Z
61232024-12-31T17:00:57.511ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
61242024-12-31T17:00:57.511ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
61252024-12-31T17:00:57.511ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0116 ms (715 iterations)
61262024-12-31T17:00:57.511ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
61272024-12-31T17:00:57.511Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
61282024-12-31T17:00:57.511Z time: [13.000 13.000 13.000 ]
61292024-12-31T17:00:57.511Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61302024-12-31T17:00:57.511Z No change in performance detected.
61312024-12-31T17:00:57.514Z
61322024-12-31T17:00:57.514ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
61332024-12-31T17:00:57.514ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
61342024-12-31T17:00:57.514ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0455 ms (770 iterations)
61352024-12-31T17:00:57.514ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
61362024-12-31T17:00:57.514Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
61372024-12-31T17:00:57.514Z time: [12.000 12.000 12.000 ]
61382024-12-31T17:00:57.514Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61392024-12-31T17:00:57.514Z No change in performance detected.
61402024-12-31T17:00:57.516Z
61412024-12-31T17:00:57.516ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
61422024-12-31T17:00:57.516ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
61432024-12-31T17:00:57.516ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0608 ms (660 iterations)
61442024-12-31T17:00:57.516ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
61452024-12-31T17:00:57.516Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
61462024-12-31T17:00:57.516Z time: [14.000 14.000 14.000 ]
61472024-12-31T17:00:57.516Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61482024-12-31T17:00:57.516Z No change in performance detected.
61492024-12-31T17:00:57.517Z
61502024-12-31T17:00:57.519ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
61512024-12-31T17:00:57.519ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
61522024-12-31T17:00:57.519ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0053 ms (605 iterations)
61532024-12-31T17:00:57.519ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
61542024-12-31T17:00:57.519Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
61552024-12-31T17:00:57.519Z time: [14.000 14.000 14.000 ]
61562024-12-31T17:00:57.519Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61572024-12-31T17:00:57.519Z No change in performance detected.
61582024-12-31T17:00:57.519Z
61592024-12-31T17:00:57.519ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
61602024-12-31T17:00:57.519ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
61612024-12-31T17:00:57.519ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0160 ms (825 iterations)
61622024-12-31T17:00:57.522ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
61632024-12-31T17:00:57.522Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
61642024-12-31T17:00:57.522Z time: [3.0000 3.0000 3.0000 ]
61652024-12-31T17:00:57.522Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61662024-12-31T17:00:57.522Z No change in performance detected.
61672024-12-31T17:00:57.522Z
61682024-12-31T17:00:57.522ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
61692024-12-31T17:00:57.522ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
61702024-12-31T17:00:57.522ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0351 ms (385 iterations)
61712024-12-31T17:00:57.525ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
61722024-12-31T17:00:57.525Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
61732024-12-31T17:00:57.525Z time: [3.0000 3.0000 3.0000 ]
61742024-12-31T17:00:57.525Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61752024-12-31T17:00:57.525Z No change in performance detected.
61762024-12-31T17:00:57.525Z
61772024-12-31T17:00:57.525ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
61782024-12-31T17:00:57.525ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
61792024-12-31T17:00:57.525ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0503 ms (770 iterations)
61802024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
61812024-12-31T17:00:57.528ZCriterion.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.
61822024-12-31T17:00:57.528Z
61832024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
61842024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
61852024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1357 ms (440 iterations)
61862024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
61872024-12-31T17:00:57.528ZCriterion.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.
61882024-12-31T17:00:57.528Z
61892024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
61902024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
61912024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0323 ms (990 iterations)
61922024-12-31T17:00:57.528ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
61932024-12-31T17:00:57.531Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
61942024-12-31T17:00:57.531Z time: [3.0000 3.0000 3.0000 ]
61952024-12-31T17:00:57.531Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61962024-12-31T17:00:57.531Z No change in performance detected.
61972024-12-31T17:00:57.532Z
61982024-12-31T17:00:57.532ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
61992024-12-31T17:00:57.532ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
62002024-12-31T17:00:57.532ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0093 ms (440 iterations)
62012024-12-31T17:00:57.532ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
62022024-12-31T17:00:57.535Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
62032024-12-31T17:00:57.535Z time: [3.0000 3.0000 3.0000 ]
62042024-12-31T17:00:57.535Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62052024-12-31T17:00:57.535Z No change in performance detected.
62062024-12-31T17:00:57.535Z
62072024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
62082024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
62092024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0247 ms (825 iterations)
62102024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
62112024-12-31T17:00:57.535ZCriterion.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.
62122024-12-31T17:00:57.535Z
62132024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
62142024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
62152024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0835 ms (440 iterations)
62162024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
62172024-12-31T17:00:57.535ZCriterion.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.
62182024-12-31T17:00:57.535Z
62192024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62202024-12-31T17:00:57.535ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
62212024-12-31T17:00:57.541ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0182 ms (770 iterations)
62222024-12-31T17:00:57.541ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
62232024-12-31T17:00:57.541Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62242024-12-31T17:00:57.542Z time: [3.0000 3.0000 3.0000 ]
62252024-12-31T17:00:57.542Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62262024-12-31T17:00:57.542Z No change in performance detected.
62272024-12-31T17:00:57.542Z
62282024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62292024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
62302024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1335 ms (440 iterations)
62312024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
62322024-12-31T17:00:57.542Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62332024-12-31T17:00:57.542Z time: [3.0000 3.0000 3.0000 ]
62342024-12-31T17:00:57.542Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62352024-12-31T17:00:57.542Z No change in performance detected.
62362024-12-31T17:00:57.542Z
62372024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
62382024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
62392024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0038 ms (605 iterations)
62402024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
62412024-12-31T17:00:57.542ZCriterion.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.
62422024-12-31T17:00:57.542Z
62432024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
62442024-12-31T17:00:57.542ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
62452024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0528 ms (385 iterations)
62462024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
62472024-12-31T17:00:57.546ZCriterion.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.
62482024-12-31T17:00:57.546Z
62492024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
62502024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
62512024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0168 ms (825 iterations)
62522024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
62532024-12-31T17:00:57.546Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
62542024-12-31T17:00:57.546Z time: [3.0000 3.0000 3.0000 ]
62552024-12-31T17:00:57.546Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62562024-12-31T17:00:57.546Z No change in performance detected.
62572024-12-31T17:00:57.546Z
62582024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
62592024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
62602024-12-31T17:00:57.546ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0917 ms (440 iterations)
62612024-12-31T17:00:57.549ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
62622024-12-31T17:00:57.549Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
62632024-12-31T17:00:57.549Z time: [3.0000 3.0000 3.0000 ]
62642024-12-31T17:00:57.549Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62652024-12-31T17:00:57.549Z No change in performance detected.
62662024-12-31T17:00:57.549Z
62672024-12-31T17:00:57.549ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
62682024-12-31T17:00:57.549ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
62692024-12-31T17:00:57.549ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0140 ms (715 iterations)
62702024-12-31T17:00:57.549ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
62712024-12-31T17:00:57.549ZCriterion.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.
62722024-12-31T17:00:57.549Z
62732024-12-31T17:00:57.550ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
62742024-12-31T17:00:57.550ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
62752024-12-31T17:00:57.553ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0068 ms (385 iterations)
62762024-12-31T17:00:57.553ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
62772024-12-31T17:00:57.553ZCriterion.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.
62782024-12-31T17:00:57.553Z
62792024-12-31T17:00:57.553ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
62802024-12-31T17:00:57.553ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
62812024-12-31T17:00:57.553ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0445 ms (275 iterations)
62822024-12-31T17:00:57.553ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
62832024-12-31T17:00:57.553Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
62842024-12-31T17:00:57.553Z time: [44.000 44.000 44.000 ]
62852024-12-31T17:00:57.553Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
62862024-12-31T17:00:57.553Z Performance has regressed.
62872024-12-31T17:00:57.553Z
62882024-12-31T17:00:57.554ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
62892024-12-31T17:00:57.554ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
62902024-12-31T17:00:57.556ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1075 ms (220 iterations)
62912024-12-31T17:00:57.556ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
62922024-12-31T17:00:57.557Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
62932024-12-31T17:00:57.557Z time: [44.000 44.000 44.000 ]
62942024-12-31T17:00:57.557Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
62952024-12-31T17:00:57.557Z Performance has regressed.
62962024-12-31T17:00:57.557Z
62972024-12-31T17:00:57.557ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
62982024-12-31T17:00:57.557ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
62992024-12-31T17:00:57.557ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1071 ms (385 iterations)
63002024-12-31T17:00:57.560ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
63012024-12-31T17:00:57.560Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
63022024-12-31T17:00:57.560Z time: [20.000 20.000 20.000 ]
63032024-12-31T17:00:57.560Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63042024-12-31T17:00:57.560Z No change in performance detected.
63052024-12-31T17:00:57.560Z
63062024-12-31T17:00:57.560ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63072024-12-31T17:00:57.560ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63082024-12-31T17:00:57.560ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1453 ms (275 iterations)
63092024-12-31T17:00:57.560ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
63102024-12-31T17:00:57.563Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63112024-12-31T17:00:57.563Z time: [20.000 20.000 20.000 ]
63122024-12-31T17:00:57.563Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63132024-12-31T17:00:57.563Z No change in performance detected.
63142024-12-31T17:00:57.563Z
63152024-12-31T17:00:57.563ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63162024-12-31T17:00:57.563ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
63172024-12-31T17:00:57.563ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0066 ms (275 iterations)
63182024-12-31T17:00:57.563ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
63192024-12-31T17:00:57.568Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63202024-12-31T17:00:57.568Z time: [44.000 44.000 44.000 ]
63212024-12-31T17:00:57.568Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
63222024-12-31T17:00:57.568Z Performance has regressed.
63232024-12-31T17:00:57.568Z
63242024-12-31T17:00:57.568ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63252024-12-31T17:00:57.568ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
63262024-12-31T17:00:57.568ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1692 ms (220 iterations)
63272024-12-31T17:00:57.568ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
63282024-12-31T17:00:57.569Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63292024-12-31T17:00:57.569Z time: [44.000 44.000 44.000 ]
63302024-12-31T17:00:57.569Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
63312024-12-31T17:00:57.569Z Performance has regressed.
63322024-12-31T17:00:57.569Z
63332024-12-31T17:00:57.569ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63342024-12-31T17:00:57.569ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
63352024-12-31T17:00:57.569ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0434 ms (385 iterations)
63362024-12-31T17:00:57.569ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
63372024-12-31T17:00:57.573Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63382024-12-31T17:00:57.573Z time: [20.000 20.000 20.000 ]
63392024-12-31T17:00:57.573Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63402024-12-31T17:00:57.573Z No change in performance detected.
63412024-12-31T17:00:57.573Z
63422024-12-31T17:00:57.573ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63432024-12-31T17:00:57.573ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
63442024-12-31T17:00:57.573ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2424 ms (275 iterations)
63452024-12-31T17:00:57.573ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
63462024-12-31T17:00:57.573Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63472024-12-31T17:00:57.573Z time: [20.000 20.000 20.000 ]
63482024-12-31T17:00:57.573Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63492024-12-31T17:00:57.573Z No change in performance detected.
63502024-12-31T17:00:57.573Z
63512024-12-31T17:00:57.573ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63522024-12-31T17:00:57.574ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
63532024-12-31T17:00:57.574ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1817 ms (275 iterations)
63542024-12-31T17:00:57.577ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
63552024-12-31T17:00:57.577Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63562024-12-31T17:00:57.577Z time: [44.000 44.000 44.000 ]
63572024-12-31T17:00:57.577Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
63582024-12-31T17:00:57.577Z Performance has regressed.
63592024-12-31T17:00:57.577Z
63602024-12-31T17:00:57.577ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63612024-12-31T17:00:57.577ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
63622024-12-31T17:00:57.577ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2046 ms (220 iterations)
63632024-12-31T17:00:57.577ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
63642024-12-31T17:00:57.580Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63652024-12-31T17:00:57.581Z time: [44.000 44.000 44.000 ]
63662024-12-31T17:00:57.581Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
63672024-12-31T17:00:57.581Z Performance has regressed.
63682024-12-31T17:00:57.581Z
63692024-12-31T17:00:57.581ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
63702024-12-31T17:00:57.581ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
63712024-12-31T17:00:57.581ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0815 ms (330 iterations)
63722024-12-31T17:00:57.581ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
63732024-12-31T17:00:57.581Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
63742024-12-31T17:00:57.581Z time: [20.000 20.000 20.000 ]
63752024-12-31T17:00:57.581Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63762024-12-31T17:00:57.581Z No change in performance detected.
63772024-12-31T17:00:57.581Z
63782024-12-31T17:00:57.581ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
63792024-12-31T17:00:57.581ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
63802024-12-31T17:00:57.581ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2152 ms (275 iterations)
63812024-12-31T17:00:57.584ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
63822024-12-31T17:00:57.584Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
63832024-12-31T17:00:57.584Z time: [20.000 20.000 20.000 ]
63842024-12-31T17:00:57.584Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63852024-12-31T17:00:57.584Z No change in performance detected.
63862024-12-31T17:00:57.584Z
63872024-12-31T17:00:57.584ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
63882024-12-31T17:00:57.584ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
63892024-12-31T17:00:57.584ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1397 ms (220 iterations)
63902024-12-31T17:00:57.587ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
63912024-12-31T17:00:57.587Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
63922024-12-31T17:00:57.587Z time: [44.000 44.000 44.000 ]
63932024-12-31T17:00:57.587Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
63942024-12-31T17:00:57.587Z Performance has regressed.
63952024-12-31T17:00:57.587Z
63962024-12-31T17:00:57.587ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
63972024-12-31T17:00:57.587ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
63982024-12-31T17:00:57.587ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1549 ms (220 iterations)
63992024-12-31T17:00:57.589ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
64002024-12-31T17:00:57.589Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
64012024-12-31T17:00:57.589Z time: [44.000 44.000 44.000 ]
64022024-12-31T17:00:57.589Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
64032024-12-31T17:00:57.589Z Performance has regressed.
64042024-12-31T17:00:57.589Z
64052024-12-31T17:00:57.589ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64062024-12-31T17:00:57.590ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
64072024-12-31T17:00:57.590ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1467 ms (385 iterations)
64082024-12-31T17:00:57.592ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
64092024-12-31T17:00:57.592Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64102024-12-31T17:00:57.592Z time: [20.000 20.000 20.000 ]
64112024-12-31T17:00:57.592Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64122024-12-31T17:00:57.592Z No change in performance detected.
64132024-12-31T17:00:57.592Z
64142024-12-31T17:00:57.592ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64152024-12-31T17:00:57.592ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
64162024-12-31T17:00:57.592ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1823 ms (275 iterations)
64172024-12-31T17:00:57.595ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
64182024-12-31T17:00:57.595Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64192024-12-31T17:00:57.595Z time: [20.000 20.000 20.000 ]
64202024-12-31T17:00:57.595Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64212024-12-31T17:00:57.595Z No change in performance detected.
64222024-12-31T17:00:57.595Z
64232024-12-31T17:00:57.595ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
64242024-12-31T17:00:57.595ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
64252024-12-31T17:00:57.595ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0855 ms (660 iterations)
64262024-12-31T17:00:57.598ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
64272024-12-31T17:00:57.598Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
64282024-12-31T17:00:57.598Z time: [3263.0 B 3263.0 B 3263.0 B]
64292024-12-31T17:00:57.598Z change: [+0.7410% +0.7410% +0.7410%] (p = 0.00 < 0.05)
64302024-12-31T17:00:57.598Z Change within noise threshold.
64312024-12-31T17:00:57.598Z
64322024-12-31T17:00:57.598ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
64332024-12-31T17:00:57.598ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
64342024-12-31T17:00:57.598ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0150 ms (660 iterations)
64352024-12-31T17:00:57.601ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
64362024-12-31T17:00:57.601Zprocess/Hairpin-DHCPv4/alloc_sz/Request
64372024-12-31T17:00:57.601Z time: [3263.0 B 3263.0 B 3263.0 B]
64382024-12-31T17:00:57.601Z change: [+0.7410% +0.7410% +0.7410%] (p = 0.00 < 0.05)
64392024-12-31T17:00:57.601Z Change within noise threshold.
64402024-12-31T17:00:57.601Z
64412024-12-31T17:00:57.601ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
64422024-12-31T17:00:57.601ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
64432024-12-31T17:00:57.601ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0859 ms (495 iterations)
64442024-12-31T17:00:57.604ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
64452024-12-31T17:00:57.604Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
64462024-12-31T17:00:57.604Z time: [3327.0 B 3327.0 B 3327.0 B]
64472024-12-31T17:00:57.604Z change: [+0.7266% +0.7266% +0.7266%] (p = 0.00 < 0.05)
64482024-12-31T17:00:57.604Z Change within noise threshold.
64492024-12-31T17:00:57.604Z
64502024-12-31T17:00:57.604ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
64512024-12-31T17:00:57.604ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
64522024-12-31T17:00:57.604ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0024 ms (440 iterations)
64532024-12-31T17:00:57.607ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
64542024-12-31T17:00:57.607Zprocess/Hairpin-DHCPv6/alloc_sz/Request
64552024-12-31T17:00:57.607Z time: [3725.0 B 3725.0 B 3725.0 B]
64562024-12-31T17:00:57.607Z change: [+0.6485% +0.6485% +0.6485%] (p = 0.00 < 0.05)
64572024-12-31T17:00:57.607Z Change within noise threshold.
64582024-12-31T17:00:57.607Z
64592024-12-31T17:00:57.607ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
64602024-12-31T17:00:57.607ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
64612024-12-31T17:00:57.607ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0257 ms (825 iterations)
64622024-12-31T17:00:57.607ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
64632024-12-31T17:00:57.610Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
64642024-12-31T17:00:57.610Z time: [2192.0 B 2192.0 B 2192.0 B]
64652024-12-31T17:00:57.610Z change: [+1.1070% +1.1070% +1.1070%] (p = 0.00 < 0.05)
64662024-12-31T17:00:57.610Z Performance has regressed.
64672024-12-31T17:00:57.610Z
64682024-12-31T17:00:57.610ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
64692024-12-31T17:00:57.610ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
64702024-12-31T17:00:57.610ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0403 ms (770 iterations)
64712024-12-31T17:00:57.610ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
64722024-12-31T17:00:57.612Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
64732024-12-31T17:00:57.612Z time: [2177.0 B 2177.0 B 2177.0 B]
64742024-12-31T17:00:57.612Z change: [+1.1147% +1.1147% +1.1147%] (p = 0.00 < 0.05)
64752024-12-31T17:00:57.612Z Performance has regressed.
64762024-12-31T17:00:57.612Z
64772024-12-31T17:00:57.612ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
64782024-12-31T17:00:57.612ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
64792024-12-31T17:00:57.613ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0247 ms (605 iterations)
64802024-12-31T17:00:57.613ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
64812024-12-31T17:00:57.615Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
64822024-12-31T17:00:57.615Z time: [2230.0 B 2230.0 B 2230.0 B]
64832024-12-31T17:00:57.615Z change: [+1.0879% +1.0879% +1.0879%] (p = 0.00 < 0.05)
64842024-12-31T17:00:57.615Z Performance has regressed.
64852024-12-31T17:00:57.615Z
64862024-12-31T17:00:57.615ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
64872024-12-31T17:00:57.615ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
64882024-12-31T17:00:57.615ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0659 ms (715 iterations)
64892024-12-31T17:00:57.615ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
64902024-12-31T17:00:57.618Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
64912024-12-31T17:00:57.618Z time: [2214.0 B 2214.0 B 2214.0 B]
64922024-12-31T17:00:57.618Z change: [+1.0959% +1.0959% +1.0959%] (p = 0.00 < 0.05)
64932024-12-31T17:00:57.618Z Performance has regressed.
64942024-12-31T17:00:57.618Z
64952024-12-31T17:00:57.618ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
64962024-12-31T17:00:57.618ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
64972024-12-31T17:00:57.618ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0438 ms (825 iterations)
64982024-12-31T17:00:57.618ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
64992024-12-31T17:00:57.621Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
65002024-12-31T17:00:57.621Z time: [272.00 B 272.00 B 272.00 B]
65012024-12-31T17:00:57.621Z change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05)
65022024-12-31T17:00:57.621Z Performance has regressed.
65032024-12-31T17:00:57.621Z
65042024-12-31T17:00:57.621ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
65052024-12-31T17:00:57.621ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65062024-12-31T17:00:57.621ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0473 ms (440 iterations)
65072024-12-31T17:00:57.621ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
65082024-12-31T17:00:57.624Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
65092024-12-31T17:00:57.624Z time: [272.00 B 272.00 B 272.00 B]
65102024-12-31T17:00:57.624Z change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05)
65112024-12-31T17:00:57.624Z Performance has regressed.
65122024-12-31T17:00:57.624Z
65132024-12-31T17:00:57.624ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
65142024-12-31T17:00:57.624ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
65152024-12-31T17:00:57.624ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0318 ms (770 iterations)
65162024-12-31T17:00:57.624ZCriterion.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.
65172024-12-31T17:00:57.624Z
65182024-12-31T17:00:57.624ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
65192024-12-31T17:00:57.624ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
65202024-12-31T17:00:57.624ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65212024-12-31T17:00:57.624ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1358 ms (440 iterations)
65222024-12-31T17:00:57.626ZCriterion.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.
65232024-12-31T17:00:57.626Z
65242024-12-31T17:00:57.626ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
65252024-12-31T17:00:57.626ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65262024-12-31T17:00:57.626ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
65272024-12-31T17:00:57.626ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0306 ms (935 iterations)
65282024-12-31T17:00:57.626ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
65292024-12-31T17:00:57.629Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65302024-12-31T17:00:57.629Z time: [272.00 B 272.00 B 272.00 B]
65312024-12-31T17:00:57.629Z change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05)
65322024-12-31T17:00:57.629Z Performance has regressed.
65332024-12-31T17:00:57.629Z
65342024-12-31T17:00:57.629ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65352024-12-31T17:00:57.629ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65362024-12-31T17:00:57.629ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0147 ms (440 iterations)
65372024-12-31T17:00:57.629ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
65382024-12-31T17:00:57.632Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65392024-12-31T17:00:57.632Z time: [272.00 B 272.00 B 272.00 B]
65402024-12-31T17:00:57.632Z change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05)
65412024-12-31T17:00:57.633Z Performance has regressed.
65422024-12-31T17:00:57.633Z
65432024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
65442024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
65452024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0217 ms (825 iterations)
65462024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
65472024-12-31T17:00:57.633ZCriterion.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.
65482024-12-31T17:00:57.633Z
65492024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
65502024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
65512024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0743 ms (440 iterations)
65522024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
65532024-12-31T17:00:57.633ZCriterion.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.
65542024-12-31T17:00:57.633Z
65552024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65562024-12-31T17:00:57.633ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65572024-12-31T17:00:57.636ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0163 ms (770 iterations)
65582024-12-31T17:00:57.636ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
65592024-12-31T17:00:57.636Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65602024-12-31T17:00:57.636Z time: [272.00 B 272.00 B 272.00 B]
65612024-12-31T17:00:57.636Z change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05)
65622024-12-31T17:00:57.636Z Performance has regressed.
65632024-12-31T17:00:57.636Z
65642024-12-31T17:00:57.636ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65652024-12-31T17:00:57.636ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65662024-12-31T17:00:57.636ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1394 ms (440 iterations)
65672024-12-31T17:00:57.639ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
65682024-12-31T17:00:57.639Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65692024-12-31T17:00:57.639Z time: [272.00 B 272.00 B 272.00 B]
65702024-12-31T17:00:57.639Z change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05)
65712024-12-31T17:00:57.639Z Performance has regressed.
65722024-12-31T17:00:57.639Z
65732024-12-31T17:00:57.639ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
65742024-12-31T17:00:57.639ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
65752024-12-31T17:00:57.639ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0083 ms (605 iterations)
65762024-12-31T17:00:57.639ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
65772024-12-31T17:00:57.639ZCriterion.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.
65782024-12-31T17:00:57.639Z
65792024-12-31T17:00:57.639ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
65802024-12-31T17:00:57.639ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
65812024-12-31T17:00:57.642ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0695 ms (385 iterations)
65822024-12-31T17:00:57.642ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
65832024-12-31T17:00:57.642ZCriterion.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.
65842024-12-31T17:00:57.642Z
65852024-12-31T17:00:57.642ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
65862024-12-31T17:00:57.642ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
65872024-12-31T17:00:57.642ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0082 ms (825 iterations)
65882024-12-31T17:00:57.642ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
65892024-12-31T17:00:57.645Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
65902024-12-31T17:00:57.645Z time: [272.00 B 272.00 B 272.00 B]
65912024-12-31T17:00:57.645Z change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05)
65922024-12-31T17:00:57.645Z Performance has regressed.
65932024-12-31T17:00:57.645Z
65942024-12-31T17:00:57.645ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
65952024-12-31T17:00:57.645ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
65962024-12-31T17:00:57.645ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0843 ms (440 iterations)
65972024-12-31T17:00:57.645ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
65982024-12-31T17:00:57.648Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
65992024-12-31T17:00:57.648Z time: [272.00 B 272.00 B 272.00 B]
66002024-12-31T17:00:57.648Z change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05)
66012024-12-31T17:00:57.648Z Performance has regressed.
66022024-12-31T17:00:57.648Z
66032024-12-31T17:00:57.648ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
66042024-12-31T17:00:57.648ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
66052024-12-31T17:00:57.648ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0213 ms (715 iterations)
66062024-12-31T17:00:57.648ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
66072024-12-31T17:00:57.648ZCriterion.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.
66082024-12-31T17:00:57.648Z
66092024-12-31T17:00:57.648ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
66102024-12-31T17:00:57.648ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
66112024-12-31T17:00:57.648ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0165 ms (385 iterations)
66122024-12-31T17:00:57.650ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
66132024-12-31T17:00:57.650ZCriterion.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.
66142024-12-31T17:00:57.651Z
66152024-12-31T17:00:57.651ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
66162024-12-31T17:00:57.651ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66172024-12-31T17:00:57.651ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0504 ms (275 iterations)
66182024-12-31T17:00:57.651ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
66192024-12-31T17:00:57.651Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
66202024-12-31T17:00:57.651Z time: [6753.0 B 6753.0 B 6753.0 B]
66212024-12-31T17:00:57.651Z change: [+0.6708% +0.6708% +0.6708%] (p = 0.00 < 0.05)
66222024-12-31T17:00:57.651Z Change within noise threshold.
66232024-12-31T17:00:57.651Z
66242024-12-31T17:00:57.651ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
66252024-12-31T17:00:57.651ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66262024-12-31T17:00:57.654ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1006 ms (220 iterations)
66272024-12-31T17:00:57.654ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
66282024-12-31T17:00:57.654Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
66292024-12-31T17:00:57.654Z time: [6753.0 B 6753.0 B 6753.0 B]
66302024-12-31T17:00:57.654Z change: [+0.6708% +0.6708% +0.6708%] (p = 0.00 < 0.05)
66312024-12-31T17:00:57.654Z Change within noise threshold.
66322024-12-31T17:00:57.654Z
66332024-12-31T17:00:57.654ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
66342024-12-31T17:00:57.654ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
66352024-12-31T17:00:57.654ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0983 ms (385 iterations)
66362024-12-31T17:00:57.657ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
66372024-12-31T17:00:57.657Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
66382024-12-31T17:00:57.657Z time: [5144.0 B 5144.0 B 5144.0 B]
66392024-12-31T17:00:57.657Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66402024-12-31T17:00:57.657Z No change in performance detected.
66412024-12-31T17:00:57.657Z
66422024-12-31T17:00:57.657ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66432024-12-31T17:00:57.657ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66442024-12-31T17:00:57.657ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1527 ms (275 iterations)
66452024-12-31T17:00:57.660ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
66462024-12-31T17:00:57.660Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66472024-12-31T17:00:57.660Z time: [5144.0 B 5144.0 B 5144.0 B]
66482024-12-31T17:00:57.660Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66492024-12-31T17:00:57.660Z No change in performance detected.
66502024-12-31T17:00:57.660Z
66512024-12-31T17:00:57.660ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66522024-12-31T17:00:57.660ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
66532024-12-31T17:00:57.660ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1436 ms (275 iterations)
66542024-12-31T17:00:57.660ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
66552024-12-31T17:00:57.663Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66562024-12-31T17:00:57.663Z time: [6753.0 B 6753.0 B 6753.0 B]
66572024-12-31T17:00:57.663Z change: [+0.6708% +0.6708% +0.6708%] (p = 0.00 < 0.05)
66582024-12-31T17:00:57.663Z Change within noise threshold.
66592024-12-31T17:00:57.663Z
66602024-12-31T17:00:57.663ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66612024-12-31T17:00:57.663ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66622024-12-31T17:00:57.663ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0571 ms (220 iterations)
66632024-12-31T17:00:57.663ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
66642024-12-31T17:00:57.665Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66652024-12-31T17:00:57.666Z time: [6753.0 B 6753.0 B 6753.0 B]
66662024-12-31T17:00:57.666Z change: [+0.6708% +0.6708% +0.6708%] (p = 0.00 < 0.05)
66672024-12-31T17:00:57.666Z Change within noise threshold.
66682024-12-31T17:00:57.666Z
66692024-12-31T17:00:57.666ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
66702024-12-31T17:00:57.666ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
66712024-12-31T17:00:57.666ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0415 ms (385 iterations)
66722024-12-31T17:00:57.666ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
66732024-12-31T17:00:57.668Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
66742024-12-31T17:00:57.668Z time: [5144.0 B 5144.0 B 5144.0 B]
66752024-12-31T17:00:57.668Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66762024-12-31T17:00:57.668Z No change in performance detected.
66772024-12-31T17:00:57.668Z
66782024-12-31T17:00:57.668ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
66792024-12-31T17:00:57.668ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
66802024-12-31T17:00:57.668ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2176 ms (275 iterations)
66812024-12-31T17:00:57.668ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
66822024-12-31T17:00:57.671Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
66832024-12-31T17:00:57.671Z time: [5144.0 B 5144.0 B 5144.0 B]
66842024-12-31T17:00:57.671Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66852024-12-31T17:00:57.671Z No change in performance detected.
66862024-12-31T17:00:57.671Z
66872024-12-31T17:00:57.671ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
66882024-12-31T17:00:57.671ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66892024-12-31T17:00:57.671ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1763 ms (275 iterations)
66902024-12-31T17:00:57.671ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
66912024-12-31T17:00:57.673Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
66922024-12-31T17:00:57.674Z time: [6753.0 B 6753.0 B 6753.0 B]
66932024-12-31T17:00:57.674Z change: [+0.6708% +0.6708% +0.6708%] (p = 0.00 < 0.05)
66942024-12-31T17:00:57.674Z Change within noise threshold.
66952024-12-31T17:00:57.674Z
66962024-12-31T17:00:57.674ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
66972024-12-31T17:00:57.674ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
66982024-12-31T17:00:57.674ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2018 ms (220 iterations)
66992024-12-31T17:00:57.674ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
67002024-12-31T17:00:57.676Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
67012024-12-31T17:00:57.676Z time: [6753.0 B 6753.0 B 6753.0 B]
67022024-12-31T17:00:57.676Z change: [+0.6708% +0.6708% +0.6708%] (p = 0.00 < 0.05)
67032024-12-31T17:00:57.676Z Change within noise threshold.
67042024-12-31T17:00:57.676Z
67052024-12-31T17:00:57.676ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
67062024-12-31T17:00:57.676ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
67072024-12-31T17:00:57.676ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0928 ms (330 iterations)
67082024-12-31T17:00:57.676ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
67092024-12-31T17:00:57.680Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
67102024-12-31T17:00:57.680Z time: [5144.0 B 5144.0 B 5144.0 B]
67112024-12-31T17:00:57.680Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67122024-12-31T17:00:57.680Z No change in performance detected.
67132024-12-31T17:00:57.680Z
67142024-12-31T17:00:57.680ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
67152024-12-31T17:00:57.680ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67162024-12-31T17:00:57.680ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0859 ms (220 iterations)
67172024-12-31T17:00:57.680ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
67182024-12-31T17:00:57.680Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
67192024-12-31T17:00:57.680Z time: [5144.0 B 5144.0 B 5144.0 B]
67202024-12-31T17:00:57.680Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67212024-12-31T17:00:57.680Z No change in performance detected.
67222024-12-31T17:00:57.683Z
67232024-12-31T17:00:57.683ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
67242024-12-31T17:00:57.683ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
67252024-12-31T17:00:57.683ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1271 ms (275 iterations)
67262024-12-31T17:00:57.683ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
67272024-12-31T17:00:57.683Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
67282024-12-31T17:00:57.683Z time: [6753.0 B 6753.0 B 6753.0 B]
67292024-12-31T17:00:57.683Z change: [+0.6708% +0.6708% +0.6708%] (p = 0.00 < 0.05)
67302024-12-31T17:00:57.683Z Change within noise threshold.
67312024-12-31T17:00:57.683Z
67322024-12-31T17:00:57.683ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
67332024-12-31T17:00:57.683ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67342024-12-31T17:00:57.683ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1472 ms (220 iterations)
67352024-12-31T17:00:57.686ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
67362024-12-31T17:00:57.686Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
67372024-12-31T17:00:57.686Z time: [6753.0 B 6753.0 B 6753.0 B]
67382024-12-31T17:00:57.686Z change: [+0.6708% +0.6708% +0.6708%] (p = 0.00 < 0.05)
67392024-12-31T17:00:57.686Z Change within noise threshold.
67402024-12-31T17:00:57.686Z
67412024-12-31T17:00:57.686ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
67422024-12-31T17:00:57.686ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
67432024-12-31T17:00:57.686ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0640 ms (330 iterations)
67442024-12-31T17:00:57.689ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
67452024-12-31T17:00:57.689Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
67462024-12-31T17:00:57.689Z time: [5144.0 B 5144.0 B 5144.0 B]
67472024-12-31T17:00:57.690Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67482024-12-31T17:00:57.690Z No change in performance detected.
67492024-12-31T17:00:57.690Z
67502024-12-31T17:00:57.690ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
67512024-12-31T17:00:57.690ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
67522024-12-31T17:00:57.690ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1924 ms (275 iterations)
67532024-12-31T17:00:57.690ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
67542024-12-31T17:00:57.692Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
67552024-12-31T17:00:57.693Z time: [5144.0 B 5144.0 B 5144.0 B]
67562024-12-31T17:00:57.693Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67572024-12-31T17:00:57.693Z No change in performance detected.
67582024-12-31T17:00:57.693Z
67592024-12-31T17:00:57.733Z+ cp -r target/criterion /work/bench-results
67602024-12-31T17:00:57.894Z+ cp -r target/xde-bench /work/bench-results
67612024-12-31T17:00:57.931Z+ pushd /work
67622024-12-31T17:00:57.931Z/work /work/oxidecomputer/opte
67632024-12-31T17:00:57.931Z+ tar -caf bench-results.tgz bench-results
67642024-12-31T17:00:58.699Z+ popd
67652024-12-31T17:00:58.699Z/work/oxidecomputer/opte
67662024-12-31T17:00:58.701Z+ cleanup
67672024-12-31T17:00:58.702Z++ id -un
67682024-12-31T17:00:58.840Z++ id -gn
67692024-12-31T17:00:58.842Z+ pfexec chown -R build:build .
67702024-12-31T17:00:58.898Z+ [[ -z 01JGER86Z9YDHSRQATBNHG7EMX ]]
67712024-12-31T17:00:58.901Zprocess exited: duration 1904645 ms, exit code 0
 
67722024-12-31T17:00:58.912Zfound 1 output files
67732024-12-31T17:00:58.912Zuploading: /work/bench-results.tgz (4845473 bytes)
67742024-12-31T17:01:00.016Zuploaded: /work/bench-results.tgz