01J0TF0VKSWVB2DXQN6G5C0X45: 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: 01J0TF1BP0AXR5949CJQPJX59N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-20T09:24:42.677Zjob dependencies complete; ready to run (waiting for 6 m 15 s)
22024-06-20T09:25:17.761Zjob assigned to worker 01J0TFCWP9TA1A2HBJB1KJ5KZ3 (queued for 35 s)
32024-06-20T09:25:18.851Zdownloading input: /input/xde/work/debug/xde.dbg
42024-06-20T09:25:21.552Zdownloaded input: /input/xde/work/debug/xde.dbg
52024-06-20T09:25:21.552Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62024-06-20T09:25:21.591Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72024-06-20T09:25:21.591Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82024-06-20T09:25:21.654Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92024-06-20T09:25:21.678Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102024-06-20T09:25:21.703Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112024-06-20T09:25:21.703Zdownloading input: /input/xde/work/release/xde
122024-06-20T09:25:24.246Zdownloaded input: /input/xde/work/release/xde
132024-06-20T09:25:24.246Zdownloading input: /input/xde/work/release/xde.sha256
142024-06-20T09:25:24.283Zdownloaded input: /input/xde/work/release/xde.sha256
152024-06-20T09:25:24.284Zdownloading input: /input/xde/work/release/xde_link.so
162024-06-20T09:25:24.332Zdownloaded input: /input/xde/work/release/xde_link.so
172024-06-20T09:25:24.333Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182024-06-20T09:25:24.371Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192024-06-20T09:25:24.395Zdownloading input: /input/xde/work/test/loopback
202024-06-20T09:25:27.111Zdownloaded input: /input/xde/work/test/loopback
212024-06-20T09:25:27.111Zdownloading input: /input/xde/work/xde.conf
222024-06-20T09:25:27.146Zdownloaded input: /input/xde/work/xde.conf
 
232024-06-20T09:25:27.146Zstarting task 0: "setup"
242024-06-20T09:25:27.170Z++ uname -s
252024-06-20T09:25:27.170Z+ kern=SunOS
262024-06-20T09:25:27.171Z+ case "$kern" in
272024-06-20T09:25:27.171Z+ groupadd -g 12345 build
282024-06-20T09:25:27.171Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
292024-06-20T09:25:29.175Z+ zfs create -o mountpoint=/work rpool/work
302024-06-20T09:25:29.215Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
312024-06-20T09:25:29.240Z+ home_fs=zfs
322024-06-20T09:25:29.240Z+ [[ zfs == autofs ]]
332024-06-20T09:25:29.240Z+ mkdir -p /home/build
342024-06-20T09:25:29.240Z+ chown build:build /home/build /work
352024-06-20T09:25:31.225Z+ chmod 0700 /home/build /work
362024-06-20T09:25:31.250Zprocess exited: duration 4082 ms, exit code 0
 
372024-06-20T09:25:31.300Zstarting task 1: "rust-toolchain"
382024-06-20T09:25:31.325Z+ printf ' * toolchain channel = "%s"
392024-06-20T09:25:31.325Z' stable
402024-06-20T09:25:31.325Z+ printf ' * toolchain profile = "%s"
412024-06-20T09:25:31.325Z' default
422024-06-20T09:25:31.325Z * toolchain channel = "stable"
432024-06-20T09:25:31.325Z * toolchain profile = "default"
442024-06-20T09:25:31.325Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
452024-06-20T09:25:31.326Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
462024-06-20T09:25:31.457Zinfo: downloading installer
472024-06-20T09:25:31.963Zinfo: profile set to 'default'
482024-06-20T09:25:31.963Zinfo: default host triple is x86_64-unknown-illumos
492024-06-20T09:25:31.988Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
502024-06-20T09:25:32.075Zinfo: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
512024-06-20T09:25:32.075Zinfo: downloading component 'cargo'
522024-06-20T09:25:32.316Zinfo: downloading component 'clippy'
532024-06-20T09:25:32.396Zinfo: downloading component 'rust-docs'
542024-06-20T09:25:32.647Zinfo: downloading component 'rust-std'
552024-06-20T09:25:32.990Zinfo: downloading component 'rustc'
562024-06-20T09:25:33.872Zinfo: downloading component 'rustfmt'
572024-06-20T09:25:33.929Zinfo: installing component 'cargo'
582024-06-20T09:25:35.054Zinfo: installing component 'clippy'
592024-06-20T09:25:35.479Zinfo: installing component 'rust-docs'
602024-06-20T09:25:38.075Zinfo: installing component 'rust-std'
612024-06-20T09:25:40.016Zinfo: installing component 'rustc'
622024-06-20T09:25:45.146Zinfo: installing component 'rustfmt'
632024-06-20T09:25:45.519Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
642024-06-20T09:25:45.519Z
652024-06-20T09:25:45.641Z stable-x86_64-unknown-illumos installed - rustc 1.79.0 (129f3b996 2024-06-10)
662024-06-20T09:25:45.641Z
672024-06-20T09:25:45.641Z
682024-06-20T09:25:45.641ZRust is installed now. Great!
692024-06-20T09:25:45.641Z
702024-06-20T09:25:45.641ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
712024-06-20T09:25:45.641Zenvironment variable. This has not been done automatically.
722024-06-20T09:25:45.641Z
732024-06-20T09:25:45.641ZTo configure your current shell, you need to source
742024-06-20T09:25:45.641Zthe corresponding env file under $HOME/.cargo.
752024-06-20T09:25:45.641Z
762024-06-20T09:25:45.641ZThis is usually done by running one of the following (note the leading DOT):
772024-06-20T09:25:45.641Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
782024-06-20T09:25:45.641Zsource "$HOME/.cargo/env.fish" # For fish
792024-06-20T09:25:45.710Z+ rustc --version
802024-06-20T09:25:45.824Zrustc 1.79.0 (129f3b996 2024-06-10)
812024-06-20T09:25:45.849Zprocess exited: duration 14529 ms, exit code 0
 
822024-06-20T09:25:45.898Zstarting task 2: "authentication"
832024-06-20T09:25:45.957Zprocess exited: duration 58 ms, exit code 0
 
842024-06-20T09:25:46.007Zstarting task 3: "clone repository"
852024-06-20T09:25:46.032Z+ mkdir -p /work/oxidecomputer/opte
862024-06-20T09:25:46.032Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872024-06-20T09:25:46.057ZCloning into '/work/oxidecomputer/opte'...
882024-06-20T09:25:47.285Z+ cd /work/oxidecomputer/opte
892024-06-20T09:25:47.285Z+ git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2
902024-06-20T09:25:47.684ZFrom https://github.com/oxidecomputer/opte
912024-06-20T09:25:47.684Z * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD
922024-06-20T09:25:47.708Z+ [[ -n '' ]]
932024-06-20T09:25:47.708Z+ git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2
942024-06-20T09:25:47.732ZHEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61
952024-06-20T09:25:47.732Zprocess exited: duration 1723 ms, exit code 0
 
962024-06-20T09:25:47.781Zstarting task 4: "build"
972024-06-20T09:25:47.807Z+ pfexec pkg install brand/sparse opte iperf demangle flamegraph
982024-06-20T09:25:53.002Z Startup: Refreshing catalog 'helios-dev' ... Done
992024-06-20T09:25:55.325Z Startup: Caching catalogs ... Done
1002024-06-20T09:25:58.195ZPlanning: Solver setup ... Done
1012024-06-20T09:25:58.244ZPlanning: Running solver ... Done
1022024-06-20T09:25:58.281ZPlanning: Finding local manifests ... Done
1032024-06-20T09:25:58.359ZPlanning: Fetching manifests: 0/4 0% complete
1042024-06-20T09:25:58.451ZPlanning: Fetching manifests: 4/4 100% complete
1052024-06-20T09:25:58.476ZPlanning: Package planning ... Done
1062024-06-20T09:25:58.500ZPlanning: Merging actions ... Done
1072024-06-20T09:25:58.976ZPlanning: Checking for conflicting actions ... Done
1082024-06-20T09:25:59.001ZPlanning: Consolidating action changes ... Done
1092024-06-20T09:25:59.602ZPlanning: Evaluating mediators ... Done
1102024-06-20T09:25:59.627ZPlanning: Planning completed in 4.22 seconds
1112024-06-20T09:25:59.627Z Packages to install: 4
1122024-06-20T09:25:59.627Z Services to change: 1
1132024-06-20T09:25:59.627Z Create boot environment: No
1142024-06-20T09:25:59.627ZCreate backup boot environment: No
1152024-06-20T09:25:59.664Z
1162024-06-20T09:25:59.665ZDownload: 0/31 items 0.0/20.9MB 0% complete
1172024-06-20T09:26:00.576ZDownload: Completed 20.91 MB in 0.91 seconds (22.9M/s)
1182024-06-20T09:26:00.655Z Actions: 1/95 actions (Installing new actions)
1192024-06-20T09:26:01.334Z Actions: Completed 95 actions in 0.68 seconds.
1202024-06-20T09:26:01.593Z Done
1212024-06-20T09:26:01.593Z Done
1222024-06-20T09:26:01.930Z Done
1232024-06-20T09:26:06.741Z Done
1242024-06-20T09:26:06.834Z Done
1252024-06-20T09:26:06.858Z Done
1262024-06-20T09:26:14.403Z Done
1272024-06-20T09:26:14.635Z+ [[ -z 01J0TF1BP0AXR5949CJQPJX59N ]]
1282024-06-20T09:26:14.635Z+ trap cleanup EXIT
1292024-06-20T09:26:14.661Z+ OUT_DIR=/work/bench-results
1302024-06-20T09:26:14.661Z+ mkdir -p /work/bench-results
1312024-06-20T09:26:14.661Z+ mkdir -p target/criterion
1322024-06-20T09:26:14.661Z+ mkdir -p target/xde-bench
1332024-06-20T09:26:14.661Z+ banner collect
1342024-06-20T09:26:14.661Z
1352024-06-20T09:26:14.661Z #### #### # # ###### #### #####
1362024-06-20T09:26:14.661Z # # # # # # # # # #
1372024-06-20T09:26:14.661Z # # # # # ##### # #
1382024-06-20T09:26:14.661Z # # # # # # # #
1392024-06-20T09:26:14.661Z # # # # # # # # # #
1402024-06-20T09:26:14.661Z #### #### ###### ###### ###### #### #
1412024-06-20T09:26:14.661Z
1422024-06-20T09:26:14.661Z++ cat .git/refs/heads/master
1432024-06-20T09:26:14.661Z+ BASELINE_COMMIT=a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2
1442024-06-20T09:26:14.661Z+ [[ '' == \m\a\s\t\e\r ]]
1452024-06-20T09:26:14.662Z+ get_artifact opte benchmark a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 bench-results.tgz
1462024-06-20T09:26:14.662Z+ local curl_res
1472024-06-20T09:26:14.662Z+ repo=opte
1482024-06-20T09:26:14.662Z+ series=benchmark
1492024-06-20T09:26:14.662Z+ commit=a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2
1502024-06-20T09:26:14.662Z+ name=bench-results.tgz
1512024-06-20T09:26:14.662Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522024-06-20T09:26:14.662Z+ mkdir -p download
1532024-06-20T09:26:14.662Z+ pushd download
1542024-06-20T09:26:14.662Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1552024-06-20T09:26:14.662Z+ [[ ! -f bench-results.tgz ]]
1562024-06-20T09:26:14.662Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2/bench-results.tgz
1572024-06-20T09:26:14.687Z % Total % Received % Xferd Average Speed Time Time Time Current
1582024-06-20T09:26:14.687Z Dload Upload Total Spent Left Speed
1592024-06-20T09:26:14.777Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 670 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1602024-06-20T09:26:14.777Zcurl: (56) The requested URL returned error: 404
1612024-06-20T09:26:14.802Z+ curl_res=56
1622024-06-20T09:26:14.802Z+ popd
1632024-06-20T09:26:14.802Z+ return 56
1642024-06-20T09:26:14.802Z/work/oxidecomputer/opte
1652024-06-20T09:26:14.802Z+ echo 'Baseline results not found for branch '\''master'\''. Running without comparison.'
1662024-06-20T09:26:14.802ZBaseline results not found for branch 'master'. Running without comparison.
1672024-06-20T09:26:14.802Z+ [[ '' -eq 1 ]]
1682024-06-20T09:26:14.802Z+ uname -a
1692024-06-20T09:26:14.802ZSunOS bmat-EVT22200007-0000266c 5.11 helios-2.0.22656 i86pc i386 i86pc
1702024-06-20T09:26:14.802Z+ cat /etc/versions/build
1712024-06-20T09:26:14.802Zheads/stlouis-0-gdd9aaaf627
1722024-06-20T09:26:14.802Z+ dladm
1732024-06-20T09:26:14.802ZLINK CLASS MTU STATE BRIDGE OVER
1742024-06-20T09:26:14.802Zvioif0 phys 1500 up -- --
1752024-06-20T09:26:14.802Z+ ipadm
1762024-06-20T09:26:14.802ZADDROBJ TYPE STATE ADDR
1772024-06-20T09:26:14.802Zlo0/v4 static ok 127.0.0.1/8
1782024-06-20T09:26:14.802Zvioif0/v4 static ok 10.151.4.102/24
1792024-06-20T09:26:14.802Zlo0/v6 static ok ::1/128
1802024-06-20T09:26:14.802Z+ pfexec rem_drv xde
1812024-06-20T09:26:14.827Z+ set -o errexit
1822024-06-20T09:26:14.827Z+ set -o pipefail
1832024-06-20T09:26:14.827Z+ banner prepare
1842024-06-20T09:26:14.827Z
1852024-06-20T09:26:14.827Z ##### ##### ###### ##### ## ##### ######
1862024-06-20T09:26:14.827Z # # # # # # # # # # # #
1872024-06-20T09:26:14.827Z # # # # ##### # # # # # # #####
1882024-06-20T09:26:14.827Z ##### ##### # ##### ###### ##### #
1892024-06-20T09:26:14.827Z # # # # # # # # # #
1902024-06-20T09:26:14.827Z # # # ###### # # # # # ######
1912024-06-20T09:26:14.827Z
1922024-06-20T09:26:14.827Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
1932024-06-20T09:26:14.852Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
1942024-06-20T09:26:14.927Z+ pfexec add_drv xde
1952024-06-20T09:26:15.080Z+ banner bench
1962024-06-20T09:26:15.105Z
1972024-06-20T09:26:15.105Z ##### ###### # # #### # #
1982024-06-20T09:26:15.105Z # # # ## # # # # #
1992024-06-20T09:26:15.105Z ##### ##### # # # # ######
2002024-06-20T09:26:15.105Z # # # # # # # # #
2012024-06-20T09:26:15.105Z # # # # ## # # # #
2022024-06-20T09:26:15.105Z ##### ###### # # #### # #
2032024-06-20T09:26:15.105Z
2042024-06-20T09:26:15.105Z+ cargo kbench local
2052024-06-20T09:26:15.105Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
2062024-06-20T09:26:15.181Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
2072024-06-20T09:26:15.181Zinfo: downloading component 'cargo'
2082024-06-20T09:26:15.427Zinfo: downloading component 'clippy'
2092024-06-20T09:26:15.508Zinfo: downloading component 'rust-docs'
2102024-06-20T09:26:15.856Zinfo: downloading component 'rust-std'
2112024-06-20T09:26:16.389Zinfo: downloading component 'rustc'
2122024-06-20T09:26:17.683Zinfo: downloading component 'rustfmt'
2132024-06-20T09:26:17.755Zinfo: installing component 'cargo'
2142024-06-20T09:26:18.719Zinfo: installing component 'clippy'
2152024-06-20T09:26:19.118Zinfo: installing component 'rust-docs'
2162024-06-20T09:26:21.504Zinfo: installing component 'rust-std'
2172024-06-20T09:26:23.462Zinfo: installing component 'rustc'
2182024-06-20T09:26:28.228Zinfo: installing component 'rustfmt'
2192024-06-20T09:26:28.878Z Updating crates.io index
2202024-06-20T09:26:28.902Z Updating git repository `https://github.com/oxidecomputer/falcon`
2212024-06-20T09:26:29.810Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2222024-06-20T09:26:30.173Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2232024-06-20T09:26:30.789Z Updating git repository `https://github.com/oxidecomputer/zone`
2242024-06-20T09:26:31.193Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2252024-06-20T09:26:31.697Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2262024-06-20T09:26:32.111Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2272024-06-20T09:26:32.481Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2282024-06-20T09:26:33.610Z Downloading crates ...
2292024-06-20T09:26:33.671Z Downloaded clap_lex v0.7.1
2302024-06-20T09:26:33.696Z Downloaded cfg-if v1.0.0
2312024-06-20T09:26:33.696Z Downloaded parking_lot_core v0.9.10
2322024-06-20T09:26:33.696Z Downloaded ppv-lite86 v0.2.17
2332024-06-20T09:26:33.720Z Downloaded rand_core v0.6.4
2342024-06-20T09:26:33.721Z Downloaded mio v0.8.11
2352024-06-20T09:26:33.721Z Downloaded parking_lot v0.12.3
2362024-06-20T09:26:33.746Z Downloaded time-core v0.1.2
2372024-06-20T09:26:33.746Z Downloaded stable_deref_trait v1.2.0
2382024-06-20T09:26:33.746Z Downloaded pretty-hex v0.2.1
2392024-06-20T09:26:33.746Z Downloaded libc v0.2.155
2402024-06-20T09:26:33.771Z Downloaded plotters-svg v0.3.6
2412024-06-20T09:26:33.771Z Downloaded utf8parse v0.2.2
2422024-06-20T09:26:33.771Z Downloaded tokio-macros v2.3.0
2432024-06-20T09:26:33.771Z Downloaded slab v0.4.9
2442024-06-20T09:26:33.771Z Downloaded slog-scope v4.4.0
2452024-06-20T09:26:33.771Z Downloaded slog-async v2.8.0
2462024-06-20T09:26:33.771Z Downloaded proc-macro-error-attr v1.0.4
2472024-06-20T09:26:33.771Z Downloaded thread_local v1.1.8
2482024-06-20T09:26:33.796Z Downloaded thiserror v1.0.61
2492024-06-20T09:26:33.796Z Downloaded toml_datetime v0.6.6
2502024-06-20T09:26:33.796Z Downloaded version_check v0.9.4
2512024-06-20T09:26:33.796Z Downloaded thiserror-impl v1.0.61
2522024-06-20T09:26:33.796Z Downloaded slog-envlogger v2.2.0
2532024-06-20T09:26:33.796Z Downloaded proc-macro-error v1.0.4
2542024-06-20T09:26:33.796Z Downloaded walkdir v2.5.0
2552024-06-20T09:26:33.796Z Downloaded term v0.7.0
2562024-06-20T09:26:33.820Z Downloaded rand_chacha v0.3.1
2572024-06-20T09:26:33.820Z Downloaded scopeguard v1.2.0
2582024-06-20T09:26:33.820Z Downloaded time-macros v0.2.18
2592024-06-20T09:26:33.845Z Downloaded zerocopy-derive v0.7.34
2602024-06-20T09:26:33.845Z Downloaded ryu v1.0.18
2612024-06-20T09:26:33.845Z Downloaded unicode-ident v1.0.12
2622024-06-20T09:26:33.845Z Downloaded serde_derive v1.0.203
2632024-06-20T09:26:33.845Z Downloaded socket2 v0.4.10
2642024-06-20T09:26:33.845Z Downloaded rayon-core v1.12.1
2652024-06-20T09:26:33.845Z Downloaded smallvec v1.13.2
2662024-06-20T09:26:33.845Z Downloaded schemars v0.8.21
2672024-06-20T09:26:33.870Z Downloaded tracing-core v0.1.32
2682024-06-20T09:26:33.870Z Downloaded tracing v0.1.40
2692024-06-20T09:26:33.870Z Downloaded toml_edit v0.19.15
2702024-06-20T09:26:33.894Z Downloaded zerocopy v0.7.34
2712024-06-20T09:26:33.920Z Downloaded time v0.3.36
2722024-06-20T09:26:33.946Z Downloaded syn v1.0.109
2732024-06-20T09:26:33.946Z Downloaded unicode-width v0.1.13
2742024-06-20T09:26:33.970Z Downloaded smoltcp v0.11.0
2752024-06-20T09:26:33.970Z Downloaded rustix v0.38.34
2762024-06-20T09:26:33.998Z Downloaded tokio v1.38.0
2772024-06-20T09:26:34.046Z Downloaded regex-syntax v0.8.4
2782024-06-20T09:26:34.071Z Downloaded regex-automata v0.4.7
2792024-06-20T09:26:34.095Z Downloaded syn v2.0.66
2802024-06-20T09:26:34.096Z Downloaded regex v1.10.5
2812024-06-20T09:26:34.121Z Downloaded rayon v1.10.0
2822024-06-20T09:26:34.121Z Downloaded plotters v0.3.6
2832024-06-20T09:26:34.147Z Downloaded winnow v0.5.40
2842024-06-20T09:26:34.147Z Downloaded serde_json v1.0.117
2852024-06-20T09:26:34.147Z Downloaded rand v0.8.5
2862024-06-20T09:26:34.147Z Downloaded serde v1.0.203
2872024-06-20T09:26:34.172Z Downloaded socket2 v0.5.7
2882024-06-20T09:26:34.172Z Downloaded proc-macro2 v1.0.85
2892024-06-20T09:26:34.172Z Downloaded quote v1.0.36
2902024-06-20T09:26:34.172Z Downloaded tracing-attributes v0.1.27
2912024-06-20T09:26:34.172Z Downloaded tinytemplate v1.2.1
2922024-06-20T09:26:34.172Z Downloaded slog-term v2.9.1
2932024-06-20T09:26:34.172Z Downloaded serde_derive_internals v0.29.1
2942024-06-20T09:26:34.172Z Downloaded terminal_size v0.3.0
2952024-06-20T09:26:34.172Z Downloaded strsim v0.11.1
2962024-06-20T09:26:34.172Z Downloaded take_mut v0.2.2
2972024-06-20T09:26:34.172Z Downloaded tabwriter v1.4.0
2982024-06-20T09:26:34.172Z Downloaded slog-stdlog v4.1.1
2992024-06-20T09:26:34.197Z Downloaded slog v2.7.0
3002024-06-20T09:26:34.197Z Downloaded signal-hook-registry v1.4.2
3012024-06-20T09:26:34.197Z Downloaded schemars_derive v0.8.21
3022024-06-20T09:26:34.197Z Downloaded same-file v1.0.6
3032024-06-20T09:26:34.197Z Downloaded rusticata-macros v4.1.0
3042024-06-20T09:26:34.197Z Downloaded powerfmt v0.2.0
3052024-06-20T09:26:34.197Z Downloaded defmt-parser v0.3.4
3062024-06-20T09:26:34.197Z Downloaded pcap-parser v0.15.0
3072024-06-20T09:26:34.197Z Downloaded hashbrown v0.14.5
3082024-06-20T09:26:34.197Z Downloaded futures-util v0.3.30
3092024-06-20T09:26:34.222Z Downloaded num-traits v0.2.19
3102024-06-20T09:26:34.222Z Downloaded nom v7.1.3
3112024-06-20T09:26:34.222Z Downloaded nix v0.29.0
3122024-06-20T09:26:34.246Z Downloaded itertools v0.12.1
3132024-06-20T09:26:34.246Z Downloaded aho-corasick v1.1.3
3142024-06-20T09:26:34.246Z Downloaded memchr v2.7.2
3152024-06-20T09:26:34.271Z Downloaded log v0.4.21
3162024-06-20T09:26:34.271Z Downloaded lazy_static v1.4.0
3172024-06-20T09:26:34.271Z Downloaded itertools v0.10.5
3182024-06-20T09:26:34.271Z Downloaded half v2.4.1
3192024-06-20T09:26:34.271Z Downloaded futures-io v0.3.30
3202024-06-20T09:26:34.271Z Downloaded futures v0.3.30
3212024-06-20T09:26:34.295Z Downloaded foreign-types-macros v0.2.3
3222024-06-20T09:26:34.295Z Downloaded fnv v1.0.7
3232024-06-20T09:26:34.295Z Downloaded either v1.12.0
3242024-06-20T09:26:34.295Z Downloaded dirs-sys-next v0.1.2
3252024-06-20T09:26:34.295Z Downloaded defmt v0.3.8
3262024-06-20T09:26:34.295Z Downloaded darling_core v0.20.9
3272024-06-20T09:26:34.295Z Downloaded ctor v0.2.8
3282024-06-20T09:26:34.295Z Downloaded crossbeam-utils v0.8.20
3292024-06-20T09:26:34.295Z Downloaded criterion v0.5.1
3302024-06-20T09:26:34.320Z Downloaded clap_builder v4.5.6
3312024-06-20T09:26:34.320Z Downloaded circular v0.3.0
3322024-06-20T09:26:34.320Z Downloaded proc-macro-crate v1.3.1
3332024-06-20T09:26:34.320Z Downloaded postcard v1.0.8
3342024-06-20T09:26:34.320Z Downloaded plotters-backend v0.3.6
3352024-06-20T09:26:34.320Z Downloaded pin-utils v0.1.0
3362024-06-20T09:26:34.320Z Downloaded once_cell v1.19.0
3372024-06-20T09:26:34.345Z Downloaded num_enum v0.5.11
3382024-06-20T09:26:34.345Z Downloaded minimal-lexical v0.2.1
3392024-06-20T09:26:34.345Z Downloaded is_terminal_polyfill v1.70.0
3402024-06-20T09:26:34.345Z Downloaded ipnetwork v0.20.0
3412024-06-20T09:26:34.345Z Downloaded ident_case v1.0.1
3422024-06-20T09:26:34.345Z Downloaded heck v0.4.1
3432024-06-20T09:26:34.345Z Downloaded heapless v0.8.0
3442024-06-20T09:26:34.345Z Downloaded futures-sink v0.3.30
3452024-06-20T09:26:34.345Z Downloaded futures-core v0.3.30
3462024-06-20T09:26:34.369Z Downloaded equivalent v1.0.1
3472024-06-20T09:26:34.369Z Downloaded crossbeam-deque v0.8.5
3482024-06-20T09:26:34.369Z Downloaded crossbeam-channel v0.5.13
3492024-06-20T09:26:34.369Z Downloaded clap_derive v4.5.5
3502024-06-20T09:26:34.369Z Downloaded arc-swap v1.7.1
3512024-06-20T09:26:34.369Z Downloaded anyhow v1.0.86
3522024-06-20T09:26:34.369Z Downloaded pin-project-lite v0.2.14
3532024-06-20T09:26:34.394Z Downloaded lock_api v0.4.12
3542024-06-20T09:26:34.394Z Downloaded indexmap v2.2.6
3552024-06-20T09:26:34.394Z Downloaded hash32 v0.3.1
3562024-06-20T09:26:34.394Z Downloaded futures-executor v0.3.30
3572024-06-20T09:26:34.394Z Downloaded futures-channel v0.3.30
3582024-06-20T09:26:34.394Z Downloaded foreign-types v0.5.0
3592024-06-20T09:26:34.394Z Downloaded defmt-macros v0.3.9
3602024-06-20T09:26:34.394Z Downloaded darling v0.20.9
3612024-06-20T09:26:34.394Z Downloaded crossbeam-epoch v0.9.18
3622024-06-20T09:26:34.419Z Downloaded criterion-plot v0.5.0
3632024-06-20T09:26:34.419Z Downloaded crc32fast v1.4.2
3642024-06-20T09:26:34.419Z Downloaded colored v2.1.0
3652024-06-20T09:26:34.419Z Downloaded cobs v0.2.3
3662024-06-20T09:26:34.419Z Downloaded clap v4.5.6
3672024-06-20T09:26:34.419Z Downloaded ciborium-ll v0.2.2
3682024-06-20T09:26:34.419Z Downloaded ciborium v0.2.2
3692024-06-20T09:26:34.443Z Downloaded cast v0.3.0
3702024-06-20T09:26:34.443Z Downloaded bytes v1.6.0
3712024-06-20T09:26:34.443Z Downloaded byteorder v1.5.0
3722024-06-20T09:26:34.443Z Downloaded bitflags v2.5.0
3732024-06-20T09:26:34.443Z Downloaded bitflags v1.3.2
3742024-06-20T09:26:34.443Z Downloaded oorandom v11.1.3
3752024-06-20T09:26:34.443Z Downloaded num_enum_derive v0.5.11
3762024-06-20T09:26:34.444Z Downloaded num_cpus v1.16.0
3772024-06-20T09:26:34.444Z Downloaded num-conv v0.1.0
3782024-06-20T09:26:34.444Z Downloaded managed v0.8.0
3792024-06-20T09:26:34.444Z Downloaded itoa v1.0.11
3802024-06-20T09:26:34.468Z Downloaded is-terminal v0.4.12
3812024-06-20T09:26:34.468Z Downloaded heck v0.5.0
3822024-06-20T09:26:34.468Z Downloaded getrandom v0.2.15
3832024-06-20T09:26:34.468Z Downloaded futures-task v0.3.30
3842024-06-20T09:26:34.468Z Downloaded futures-macro v0.3.30
3852024-06-20T09:26:34.468Z Downloaded foreign-types-shared v0.3.1
3862024-06-20T09:26:34.468Z Downloaded errno v0.3.9
3872024-06-20T09:26:34.468Z Downloaded embedded-io v0.4.0
3882024-06-20T09:26:34.468Z Downloaded dyn-clone v1.0.17
3892024-06-20T09:26:34.468Z Downloaded dirs-next v2.0.0
3902024-06-20T09:26:34.469Z Downloaded deranged v0.3.11
3912024-06-20T09:26:34.469Z Downloaded darling_macro v0.20.9
3922024-06-20T09:26:34.469Z Downloaded cstr-argument v0.1.2
3932024-06-20T09:26:34.469Z Downloaded cookie-factory v0.3.3
3942024-06-20T09:26:34.469Z Downloaded colorchoice v1.0.1
3952024-06-20T09:26:34.469Z Downloaded ciborium-io v0.2.2
3962024-06-20T09:26:34.469Z Downloaded cfg_aliases v0.2.1
3972024-06-20T09:26:34.469Z Downloaded autocfg v1.3.0
3982024-06-20T09:26:34.493Z Downloaded anstyle v1.0.7
3992024-06-20T09:26:34.493Z Downloaded anstream v0.6.14
4002024-06-20T09:26:34.493Z Downloaded anes v0.1.6
4012024-06-20T09:26:34.493Z Downloaded anstyle-query v1.1.0
4022024-06-20T09:26:34.493Z Downloaded anstyle-parse v0.2.4
4032024-06-20T09:26:34.598Z Compiling proc-macro2 v1.0.85
4042024-06-20T09:26:34.598Z Compiling unicode-ident v1.0.12
4052024-06-20T09:26:34.598Z Compiling libc v0.2.155
4062024-06-20T09:26:34.622Z Compiling cfg-if v1.0.0
4072024-06-20T09:26:34.623Z Compiling autocfg v1.3.0
4082024-06-20T09:26:34.623Z Compiling memchr v2.7.2
4092024-06-20T09:26:34.623Z Compiling serde v1.0.203
4102024-06-20T09:26:34.623Z Compiling version_check v0.9.4
4112024-06-20T09:26:34.763Z Compiling syn v1.0.109
4122024-06-20T09:26:34.824Z Compiling pin-project-lite v0.2.14
4132024-06-20T09:26:34.936Z Compiling itoa v1.0.11
4142024-06-20T09:26:35.116Z Compiling once_cell v1.19.0
4152024-06-20T09:26:35.189Z Compiling either v1.12.0
4162024-06-20T09:26:35.230Z Compiling equivalent v1.0.1
4172024-06-20T09:26:35.317Z Compiling anyhow v1.0.86
4182024-06-20T09:26:35.342Z Compiling serde_json v1.0.117
4192024-06-20T09:26:35.342Z Compiling hashbrown v0.14.5
4202024-06-20T09:26:35.561Z Compiling lock_api v0.4.12
4212024-06-20T09:26:35.585Z Compiling byteorder v1.5.0
4222024-06-20T09:26:35.629Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4232024-06-20T09:26:35.777Z Compiling winnow v0.5.40
4242024-06-20T09:26:35.829Z Compiling dyn-clone v1.0.17
4252024-06-20T09:26:35.886Z Compiling quote v1.0.36
4262024-06-20T09:26:35.925Z Compiling toml_datetime v0.6.6
4272024-06-20T09:26:36.050Z Compiling parking_lot_core v0.9.10
4282024-06-20T09:26:36.252Z Compiling syn v2.0.66
4292024-06-20T09:26:36.418Z Compiling indexmap v2.2.6
4302024-06-20T09:26:36.443Z Compiling ryu v1.0.18
4312024-06-20T09:26:36.531Z Compiling crossbeam-utils v0.8.20
4322024-06-20T09:26:37.026Z Compiling heapless v0.8.0
4332024-06-20T09:26:37.068Z Compiling smallvec v1.13.2
4342024-06-20T09:26:37.237Z Compiling ident_case v1.0.1
4352024-06-20T09:26:37.454Z Compiling fnv v1.0.7
4362024-06-20T09:26:37.571Z Compiling strsim v0.11.1
4372024-06-20T09:26:37.595Z Compiling lazy_static v1.4.0
4382024-06-20T09:26:37.663Z Compiling scopeguard v1.2.0
4392024-06-20T09:26:37.703Z Compiling thiserror v1.0.61
4402024-06-20T09:26:38.263Z Compiling hash32 v0.3.1
4412024-06-20T09:26:38.287Z Compiling schemars v0.8.21
4422024-06-20T09:26:38.334Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4432024-06-20T09:26:38.491Z Compiling stable_deref_trait v1.2.0
4442024-06-20T09:26:38.589Z Compiling smoltcp v0.11.0
4452024-06-20T09:26:38.656Z Compiling parking_lot v0.12.3
4462024-06-20T09:26:38.970Z Compiling toml_edit v0.19.15
4472024-06-20T09:26:39.120Z Compiling num_cpus v1.16.0
4482024-06-20T09:26:39.182Z Compiling mio v0.8.11
4492024-06-20T09:26:39.234Z Compiling signal-hook-registry v1.4.2
4502024-06-20T09:26:39.584Z Compiling socket2 v0.5.7
4512024-06-20T09:26:40.159Z Compiling itertools v0.12.1
4522024-06-20T09:26:41.136Z Compiling proc-macro-crate v1.3.1
4532024-06-20T09:26:41.162Z Compiling slab v0.4.9
4542024-06-20T09:26:41.229Z Compiling cobs v0.2.3
4552024-06-20T09:26:41.398Z Compiling darling_core v0.20.9
4562024-06-20T09:26:41.442Z Compiling serde_derive_internals v0.29.1
4572024-06-20T09:26:41.652Z Compiling rustix v0.38.34
4582024-06-20T09:26:41.837Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
4592024-06-20T09:26:42.071Z Compiling bitflags v1.3.2
4602024-06-20T09:26:42.172Z Compiling managed v0.8.0
4612024-06-20T09:26:42.230Z Compiling bytes v1.6.0
4622024-06-20T09:26:42.581Z Compiling foreign-types-shared v0.3.1
4632024-06-20T09:26:42.681Z Compiling embedded-io v0.4.0
4642024-06-20T09:26:42.869Z Compiling bitflags v2.5.0
4652024-06-20T09:26:43.119Z Compiling slog v2.7.0
4662024-06-20T09:26:43.684Z Compiling errno v0.3.9
4672024-06-20T09:26:43.932Z Compiling cstr-argument v0.1.2
4682024-06-20T09:26:43.959Z Compiling tracing-core v0.1.32
4692024-06-20T09:26:44.032Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4702024-06-20T09:26:44.087Z Compiling proc-macro-error-attr v1.0.4
4712024-06-20T09:26:44.192Z Compiling futures-sink v0.3.30
4722024-06-20T09:26:44.286Z Compiling pretty-hex v0.2.1
4732024-06-20T09:26:44.322Z Compiling utf8parse v0.2.2
4742024-06-20T09:26:44.354Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4752024-06-20T09:26:44.460Z Compiling unicode-width v0.1.13
4762024-06-20T09:26:44.484Z Compiling futures-core v0.3.30
4772024-06-20T09:26:44.484Z Compiling anstyle-parse v0.2.4
4782024-06-20T09:26:44.705Z Compiling futures-channel v0.3.30
4792024-06-20T09:26:44.731Z Compiling tabwriter v1.4.0
4802024-06-20T09:26:45.595Z Compiling num_enum_derive v0.5.11
4812024-06-20T09:26:45.802Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
4822024-06-20T09:26:45.878Z Compiling serde_derive v1.0.203
4832024-06-20T09:26:46.353Z Compiling thiserror-impl v1.0.61
4842024-06-20T09:26:46.471Z Compiling darling_macro v0.20.9
4852024-06-20T09:26:46.540Z Compiling foreign-types-macros v0.2.3
4862024-06-20T09:26:46.664Z Compiling tokio-macros v2.3.0
4872024-06-20T09:26:47.334Z Compiling schemars_derive v0.8.21
4882024-06-20T09:26:47.487Z Compiling darling v0.20.9
4892024-06-20T09:26:47.558Z Compiling num_enum v0.5.11
4902024-06-20T09:26:47.583Z Compiling zerocopy-derive v0.7.34
4912024-06-20T09:26:47.608Z Compiling foreign-types v0.5.0
4922024-06-20T09:26:47.681Z Compiling tracing-attributes v0.1.27
4932024-06-20T09:26:47.706Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942024-06-20T09:26:47.976Z Compiling tokio v1.38.0
4952024-06-20T09:26:48.655Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4962024-06-20T09:26:48.942Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4972024-06-20T09:26:49.287Z Compiling zerocopy v0.7.34
4982024-06-20T09:26:49.557Z Compiling futures-macro v0.3.30
4992024-06-20T09:26:49.757Z Compiling colored v2.1.0
5002024-06-20T09:26:50.381Z Compiling tracing v0.1.40
5012024-06-20T09:26:50.581Z Compiling socket2 v0.4.10
5022024-06-20T09:26:50.613Z Compiling proc-macro-error v1.0.4
5032024-06-20T09:26:50.863Z Compiling crc32fast v1.4.2
5042024-06-20T09:26:51.088Z Compiling colorchoice v1.0.1
5052024-06-20T09:26:51.113Z Compiling futures-io v0.3.30
5062024-06-20T09:26:51.206Z Compiling anstyle v1.0.7
5072024-06-20T09:26:51.247Z Compiling is_terminal_polyfill v1.70.0
5082024-06-20T09:26:51.272Z Compiling pin-utils v0.1.0
5092024-06-20T09:26:51.356Z Compiling anstyle-query v1.1.0
5102024-06-20T09:26:51.380Z Compiling futures-task v0.3.30
5112024-06-20T09:26:51.495Z Compiling terminal_size v0.3.0
5122024-06-20T09:26:51.618Z Compiling futures-util v0.3.30
5132024-06-20T09:26:51.667Z Compiling anstream v0.6.14
5142024-06-20T09:26:51.700Z Compiling dirs-sys-next v0.1.2
5152024-06-20T09:26:51.896Z Compiling aho-corasick v1.1.3
5162024-06-20T09:26:52.414Z Compiling num-conv v0.1.0
5172024-06-20T09:26:52.438Z Compiling regex-syntax v0.8.4
5182024-06-20T09:26:52.641Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5192024-06-20T09:26:52.820Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7)
5202024-06-20T09:26:53.010Z Compiling clap_lex v0.7.1
5212024-06-20T09:26:53.067Z Compiling time-core v0.1.2
5222024-06-20T09:26:53.209Z Compiling powerfmt v0.2.0
5232024-06-20T09:26:53.655Z Compiling heck v0.5.0
5242024-06-20T09:26:53.828Z Compiling deranged v0.3.11
5252024-06-20T09:26:54.017Z Compiling clap_derive v4.5.5
5262024-06-20T09:26:55.496Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5272024-06-20T09:26:55.681Z Compiling regex-automata v0.4.7
5282024-06-20T09:26:55.871Z Compiling clap_builder v4.5.6
5292024-06-20T09:26:57.380Z Compiling ipnetwork v0.20.0
5302024-06-20T09:26:57.912Z Compiling postcard v1.0.8
5312024-06-20T09:26:58.479Z Compiling futures-executor v0.3.30
5322024-06-20T09:26:58.641Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5332024-06-20T09:27:01.987Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
5342024-06-20T09:27:07.851Z Compiling time-macros v0.2.18
5352024-06-20T09:27:09.717Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5362024-06-20T09:27:10.756Z Compiling dirs-next v2.0.0
5372024-06-20T09:27:10.979Z Compiling crossbeam-epoch v0.9.18
5382024-06-20T09:27:11.025Z Compiling is-terminal v0.4.12
5392024-06-20T09:27:11.135Z Compiling thread_local v1.1.8
5402024-06-20T09:27:11.953Z Compiling num-traits v0.2.19
5412024-06-20T09:27:12.249Z Compiling arc-swap v1.7.1
5422024-06-20T09:27:12.536Z Compiling slog-async v2.8.0
5432024-06-20T09:27:12.923Z Compiling minimal-lexical v0.2.1
5442024-06-20T09:27:12.947Z Compiling heck v0.4.1
5452024-06-20T09:27:13.259Z Compiling rayon-core v1.12.1
5462024-06-20T09:27:13.487Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#b76542f7)
5472024-06-20T09:27:13.540Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
5482024-06-20T09:27:13.666Z Compiling time v0.3.36
5492024-06-20T09:27:13.760Z Compiling nom v7.1.3
5502024-06-20T09:27:14.692Z Compiling slog-scope v4.4.0
5512024-06-20T09:27:16.081Z Compiling crossbeam-deque v0.8.5
5522024-06-20T09:27:16.397Z Compiling term v0.7.0
5532024-06-20T09:27:17.498Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5542024-06-20T09:27:21.324Z Compiling clap v4.5.6
5552024-06-20T09:27:21.413Z Compiling regex v1.10.5
5562024-06-20T09:27:21.850Z Compiling futures v0.3.30
5572024-06-20T09:27:21.946Z Compiling crossbeam-channel v0.5.13
5582024-06-20T09:27:23.180Z Compiling getrandom v0.2.15
5592024-06-20T09:27:23.506Z Compiling half v2.4.1
5602024-06-20T09:27:23.664Z Compiling log v0.4.21
5612024-06-20T09:27:24.109Z Compiling take_mut v0.2.2
5622024-06-20T09:27:24.140Z Compiling cfg_aliases v0.2.1
5632024-06-20T09:27:24.218Z Compiling plotters-backend v0.3.6
5642024-06-20T09:27:24.244Z Compiling ciborium-io v0.2.2
5652024-06-20T09:27:24.339Z Compiling ciborium-ll v0.2.2
5662024-06-20T09:27:24.764Z Compiling plotters-svg v0.3.6
5672024-06-20T09:27:24.887Z Compiling nix v0.29.0
5682024-06-20T09:27:25.526Z Compiling slog-stdlog v4.1.1
5692024-06-20T09:27:25.552Z Compiling rand_core v0.6.4
5702024-06-20T09:27:26.005Z Compiling cookie-factory v0.3.3
5712024-06-20T09:27:26.527Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5722024-06-20T09:27:26.614Z Compiling slog-term v2.9.1
5732024-06-20T09:27:26.726Z Compiling rusticata-macros v4.1.0
5742024-06-20T09:27:29.466Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
5752024-06-20T09:27:29.695Z Compiling itertools v0.10.5
5762024-06-20T09:27:30.113Z Compiling same-file v1.0.6
5772024-06-20T09:27:30.360Z Compiling ppv-lite86 v0.2.17
5782024-06-20T09:27:30.655Z Compiling circular v0.3.0
5792024-06-20T09:27:30.982Z Compiling cast v0.3.0
5802024-06-20T09:27:31.126Z Compiling rand_chacha v0.3.1
5812024-06-20T09:27:31.234Z Compiling plotters v0.3.6
5822024-06-20T09:27:31.281Z Compiling pcap-parser v0.15.0
5832024-06-20T09:27:31.471Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#84b8147e)
5842024-06-20T09:27:32.127Z Compiling criterion-plot v0.5.0
5852024-06-20T09:27:32.312Z Compiling walkdir v2.5.0
5862024-06-20T09:27:33.008Z Compiling rayon v1.10.0
5872024-06-20T09:27:33.690Z Compiling slog-envlogger v2.2.0
5882024-06-20T09:27:34.224Z Compiling ciborium v0.2.2
5892024-06-20T09:27:34.296Z Compiling tinytemplate v1.2.1
5902024-06-20T09:27:35.036Z Compiling oorandom v11.1.3
5912024-06-20T09:27:35.235Z Compiling anes v0.1.6
5922024-06-20T09:27:35.749Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
5932024-06-20T09:27:37.093Z Compiling criterion v0.5.1
5942024-06-20T09:27:37.209Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5952024-06-20T09:27:37.766Z Compiling rand v0.8.5
5962024-06-20T09:27:38.051Z Compiling ctor v0.2.8
5972024-06-20T09:27:40.006Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
5982024-06-20T09:28:07.647Z Finished `bench` profile [optimized + debuginfo] target(s) in 1m 38s
5992024-06-20T09:28:07.744Z Running benches/xde.rs (target/release/deps/xde-61f8174a0d5da572)
6002024-06-20T09:28:07.781Z###--------------------------------###
6012024-06-20T09:28:07.781Z:::Building test topology... (120s):::
6022024-06-20T09:28:07.781Z###--------------------------------###
6032024-06-20T09:28:07.806Zadding underlay route 0
6042024-06-20T09:28:07.806Zadding underlay route 1
6052024-06-20T09:28:07.884Zstart zone a
6062024-06-20T09:28:07.884Zconfigure zone
6072024-06-20T09:28:07.908Zinstall zone
6082024-06-20T09:29:22.850Zboot zone
6092024-06-20T09:29:23.748Zstart zone b
6102024-06-20T09:29:23.748Zconfigure zone
6112024-06-20T09:29:23.773Zinstall zone
6122024-06-20T09:30:31.895Zboot zone
6132024-06-20T09:30:32.756Zsetup zone a
6142024-06-20T09:30:32.756Z[a] svcs milestone/network
6152024-06-20T09:30:32.794ZSTATE STIME FMRI
6162024-06-20T09:30:32.794Zonline 2:29:43 svc:/milestone/network:default
6172024-06-20T09:30:32.794Z[a] ipadm create-addr -t -T dhcp vopte0/test
6182024-06-20T09:30:38.573Z
6192024-06-20T09:30:38.574Z[a] route add -iface 10.0.0.254 10.0.0.1
6202024-06-20T09:30:38.599Zadd host 10.0.0.254: gateway 10.0.0.1
6212024-06-20T09:30:38.599Z[a] route add 10.0.0.0/24 10.0.0.254
6222024-06-20T09:30:38.626Zadd net 10.0.0.0/24: gateway 10.0.0.254
6232024-06-20T09:30:38.627Zsetup zone b
6242024-06-20T09:30:38.627Z[b] svcs milestone/network
6252024-06-20T09:30:38.654ZSTATE STIME FMRI
6262024-06-20T09:30:38.654Z- - svc:/milestone/network:default
6272024-06-20T09:30:39.654Z[b] svcs milestone/network
6282024-06-20T09:30:39.682ZSTATE STIME FMRI
6292024-06-20T09:30:39.682Z- - svc:/milestone/network:default
6302024-06-20T09:30:40.682Z[b] svcs milestone/network
6312024-06-20T09:30:40.711ZSTATE STIME FMRI
6322024-06-20T09:30:40.711Z- - svc:/milestone/network:default
6332024-06-20T09:30:41.711Z[b] svcs milestone/network
6342024-06-20T09:30:41.740ZSTATE STIME FMRI
6352024-06-20T09:30:41.740Z- - svc:/milestone/network:default
6362024-06-20T09:30:42.740Z[b] svcs milestone/network
6372024-06-20T09:30:42.769ZSTATE STIME FMRI
6382024-06-20T09:30:42.769Z- - svc:/milestone/network:default
6392024-06-20T09:30:43.770Z[b] svcs milestone/network
6402024-06-20T09:30:43.822ZSTATE STIME FMRI
6412024-06-20T09:30:43.822Z- - svc:/milestone/network:default
6422024-06-20T09:30:44.797Z[b] svcs milestone/network
6432024-06-20T09:30:44.826ZSTATE STIME FMRI
6442024-06-20T09:30:44.826Z- - svc:/milestone/network:default
6452024-06-20T09:30:45.828Z[b] svcs milestone/network
6462024-06-20T09:30:45.853ZSTATE STIME FMRI
6472024-06-20T09:30:45.853Z- - svc:/milestone/network:default
6482024-06-20T09:30:46.854Z[b] svcs milestone/network
6492024-06-20T09:30:46.882ZSTATE STIME FMRI
6502024-06-20T09:30:46.883Z- - svc:/milestone/network:default
6512024-06-20T09:30:47.883Z[b] svcs milestone/network
6522024-06-20T09:30:47.911ZSTATE STIME FMRI
6532024-06-20T09:30:47.911Z- - svc:/milestone/network:default
6542024-06-20T09:30:48.911Z[b] svcs milestone/network
6552024-06-20T09:30:48.938ZSTATE STIME FMRI
6562024-06-20T09:30:48.938Z- - svc:/milestone/network:default
6572024-06-20T09:30:49.938Z[b] svcs milestone/network
6582024-06-20T09:30:49.965ZSTATE STIME FMRI
6592024-06-20T09:30:49.965Z- - svc:/milestone/network:default
6602024-06-20T09:30:50.965Z[b] svcs milestone/network
6612024-06-20T09:30:50.996ZSTATE STIME FMRI
6622024-06-20T09:30:50.996Z- - svc:/milestone/network:default
6632024-06-20T09:30:51.996Z[b] svcs milestone/network
6642024-06-20T09:30:52.028ZSTATE STIME FMRI
6652024-06-20T09:30:52.029Zoffline 2:30:50 svc:/milestone/network:default
6662024-06-20T09:30:53.029Z[b] svcs milestone/network
6672024-06-20T09:30:53.062ZSTATE STIME FMRI
6682024-06-20T09:30:53.063Zonline 2:30:51 svc:/milestone/network:default
6692024-06-20T09:30:53.063Z[b] ipadm create-addr -t -T dhcp vopte1/test
6702024-06-20T09:30:58.313Z
6712024-06-20T09:30:58.313Z[b] route add -iface 10.0.0.254 10.0.0.2
6722024-06-20T09:30:58.343Zadd host 10.0.0.254: gateway 10.0.0.2
6732024-06-20T09:30:58.343Z[b] route add 10.0.0.0/24 10.0.0.254
6742024-06-20T09:30:58.373Zadd net 10.0.0.0/24: gateway 10.0.0.254
6752024-06-20T09:30:58.398Z###---------------###
6762024-06-20T09:30:58.398Z:::Topology built!:::
6772024-06-20T09:30:58.398Z###---------------###
6782024-06-20T09:30:58.398Z###----------------###
6792024-06-20T09:30:58.398Z::: iPerf spawned! :::
6802024-06-20T09:30:58.399Z:::Waiting... (10s):::
6812024-06-20T09:30:58.399Z###----------------###
6822024-06-20T09:31:08.381Z###---###
6832024-06-20T09:31:08.381Z:::Go!:::
6842024-06-20T09:31:08.381Z###---###
6852024-06-20T09:31:08.381Z[a] ping 10.0.0.2
6862024-06-20T09:31:08.410Z10.0.0.2 is alive
6872024-06-20T09:31:08.410Z###-------------------###
6882024-06-20T09:31:08.410Z:::Running experiment :::
6892024-06-20T09:31:08.410Z:::iperf-tcp/local/c2s:::
6902024-06-20T09:31:08.410Z###-------------------###
6912024-06-20T09:31:15.494Z-----------------------------------------------------------
6922024-06-20T09:31:15.494ZServer listening on 5201
6932024-06-20T09:31:15.494Z-----------------------------------------------------------
6942024-06-20T09:31:15.494ZAccepted connection from 10.0.0.1, port 57437
6952024-06-20T09:31:15.494Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36470
6962024-06-20T09:31:15.494Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45662
6972024-06-20T09:31:15.494Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63181
6982024-06-20T09:31:15.494Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48543
6992024-06-20T09:31:15.494Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61592
7002024-06-20T09:31:15.494Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61144
7012024-06-20T09:31:15.494Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47053
7022024-06-20T09:31:15.494Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44102
7032024-06-20T09:31:15.494Z[ ID] Interval Transfer Bandwidth
7042024-06-20T09:31:15.494Z[ 5] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec
7052024-06-20T09:31:15.494Z[ 7] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec
7062024-06-20T09:31:15.494Z[ 9] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec
7072024-06-20T09:31:15.494Z[ 11] 0.00-1.00 sec 15.1 MBytes 127 Mbits/sec
7082024-06-20T09:31:15.494Z[ 13] 0.00-1.00 sec 15.1 MBytes 127 Mbits/sec
7092024-06-20T09:31:15.494Z[ 15] 0.00-1.00 sec 15.1 MBytes 126 Mbits/sec
7102024-06-20T09:31:15.494Z[ 17] 0.00-1.00 sec 15.1 MBytes 126 Mbits/sec
7112024-06-20T09:31:15.494Z[ 19] 0.00-1.00 sec 15.1 MBytes 126 Mbits/sec
7122024-06-20T09:31:15.494Z[SUM] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
7132024-06-20T09:31:15.494Z- - - - - - - - - - - - - - - - - - - - - - - - -
7142024-06-20T09:31:15.494Z[ 5] 1.00-2.00 sec 17.0 MBytes 142 Mbits/sec
7152024-06-20T09:31:15.494Z[ 7] 1.00-2.00 sec 16.9 MBytes 142 Mbits/sec
7162024-06-20T09:31:15.494Z[ 9] 1.00-2.00 sec 16.9 MBytes 142 Mbits/sec
7172024-06-20T09:31:15.494Z[ 11] 1.00-2.00 sec 16.9 MBytes 142 Mbits/sec
7182024-06-20T09:31:15.494Z[ 13] 1.00-2.00 sec 17.0 MBytes 142 Mbits/sec
7192024-06-20T09:31:15.495Z[ 15] 1.00-2.00 sec 16.9 MBytes 142 Mbits/sec
7202024-06-20T09:31:15.495Z[ 17] 1.00-2.00 sec 16.9 MBytes 142 Mbits/sec
7212024-06-20T09:31:15.495Z[ 19] 1.00-2.00 sec 16.9 MBytes 142 Mbits/sec
7222024-06-20T09:31:15.495Z[SUM] 1.00-2.00 sec 135 MBytes 1.14 Gbits/sec
7232024-06-20T09:31:15.495Z- - - - - - - - - - - - - - - - - - - - - - - - -
7242024-06-20T09:31:15.495Z[ 5] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec
7252024-06-20T09:31:15.495Z[ 7] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec
7262024-06-20T09:31:15.495Z[ 9] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec
7272024-06-20T09:31:15.495Z[ 11] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec
7282024-06-20T09:31:15.495Z[ 13] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec
7292024-06-20T09:31:15.495Z[ 15] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec
7302024-06-20T09:31:15.495Z[ 17] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec
7312024-06-20T09:31:15.495Z[ 19] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec
7322024-06-20T09:31:15.495Z[SUM] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
7332024-06-20T09:31:15.495Z- - - - - - - - - - - - - - - - - - - - - - - - -
7342024-06-20T09:31:15.495Z[ 5] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
7352024-06-20T09:31:15.495Z[ 7] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
7362024-06-20T09:31:15.495Z[ 9] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
7372024-06-20T09:31:15.495Z[ 11] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
7382024-06-20T09:31:15.495Z[ 13] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
7392024-06-20T09:31:15.495Z[ 15] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
7402024-06-20T09:31:15.495Z[ 17] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
7412024-06-20T09:31:15.495Z[ 19] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
7422024-06-20T09:31:15.495Z[SUM] 3.00-4.00 sec 131 MBytes 1.10 Gbits/sec
7432024-06-20T09:31:15.495Z- - - - - - - - - - - - - - - - - - - - - - - - -
7442024-06-20T09:31:15.495Z[ 5] 4.00-5.00 sec 17.6 MBytes 148 Mbits/sec
7452024-06-20T09:31:15.495Z[ 7] 4.00-5.00 sec 17.6 MBytes 148 Mbits/sec
7462024-06-20T09:31:15.495Z[ 9] 4.00-5.00 sec 17.6 MBytes 148 Mbits/sec
7472024-06-20T09:31:15.495Z[ 11] 4.00-5.00 sec 17.6 MBytes 148 Mbits/sec
7482024-06-20T09:31:15.495Z[ 13] 4.00-5.00 sec 17.6 MBytes 148 Mbits/sec
7492024-06-20T09:31:15.495Z[ 15] 4.00-5.00 sec 17.5 MBytes 146 Mbits/sec
7502024-06-20T09:31:15.495Z[ 17] 4.00-5.00 sec 17.4 MBytes 146 Mbits/sec
7512024-06-20T09:31:15.495Z[ 19] 4.00-5.00 sec 17.4 MBytes 146 Mbits/sec
7522024-06-20T09:31:15.495Z[SUM] 4.00-5.00 sec 140 MBytes 1.18 Gbits/sec
7532024-06-20T09:31:15.495Z- - - - - - - - - - - - - - - - - - - - - - - - -
7542024-06-20T09:31:15.495Z[ 5] 5.00-6.00 sec 16.7 MBytes 140 Mbits/sec
7552024-06-20T09:31:15.495Z[ 7] 5.00-6.00 sec 16.7 MBytes 140 Mbits/sec
7562024-06-20T09:31:15.495Z[ 9] 5.00-6.00 sec 16.6 MBytes 140 Mbits/sec
7572024-06-20T09:31:15.495Z[ 11] 5.00-6.00 sec 16.7 MBytes 140 Mbits/sec
7582024-06-20T09:31:15.495Z[ 13] 5.00-6.00 sec 16.7 MBytes 140 Mbits/sec
7592024-06-20T09:31:15.496Z[ 15] 5.00-6.00 sec 16.7 MBytes 140 Mbits/sec
7602024-06-20T09:31:15.496Z[ 17] 5.00-6.00 sec 16.7 MBytes 140 Mbits/sec
7612024-06-20T09:31:15.496Z[ 19] 5.00-6.00 sec 16.7 MBytes 140 Mbits/sec
7622024-06-20T09:31:15.496Z[SUM] 5.00-6.00 sec 134 MBytes 1.12 Gbits/sec
7632024-06-20T09:31:15.496Z- - - - - - - - - - - - - - - - - - - - - - - - -
7642024-06-20T09:31:15.496Z[ 5] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
7652024-06-20T09:31:15.496Z[ 7] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
7662024-06-20T09:31:15.496Z[ 9] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
7672024-06-20T09:31:18.690Z[ 11] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
7682024-06-20T09:31:18.690Z[ 13] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
7692024-06-20T09:31:18.690Z[ 15] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
7702024-06-20T09:31:18.690Z[ 17] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
7712024-06-20T09:31:18.690Z[ 19] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
7722024-06-20T09:31:18.690Z[SUM] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
7732024-06-20T09:31:18.690Z- - - - - - - - - - - - - - - - - - - - - - - - -
7742024-06-20T09:31:18.690Z[ 5] 7.00-8.00 sec 16.6 MBytes 140 Mbits/sec
7752024-06-20T09:31:18.690Z[ 7] 7.00-8.00 sec 16.6 MBytes 139 Mbits/sec
7762024-06-20T09:31:18.690Z[ 9] 7.00-8.00 sec 16.6 MBytes 140 Mbits/sec
7772024-06-20T09:31:18.690Z[ 11] 7.00-8.00 sec 16.6 MBytes 139 Mbits/sec
7782024-06-20T09:31:18.690Z[ 13] 7.00-8.00 sec 16.6 MBytes 139 Mbits/sec
7792024-06-20T09:31:18.690Z[ 15] 7.00-8.00 sec 16.6 MBytes 139 Mbits/sec
7802024-06-20T09:31:18.690Z[ 17] 7.00-8.00 sec 16.6 MBytes 139 Mbits/sec
7812024-06-20T09:31:18.690Z[ 19] 7.00-8.00 sec 16.6 MBytes 139 Mbits/sec
7822024-06-20T09:31:18.690Z[SUM] 7.00-8.00 sec 133 MBytes 1.11 Gbits/sec
7832024-06-20T09:31:18.690Z- - - - - - - - - - - - - - - - - - - - - - - - -
7842024-06-20T09:31:18.690Z[ 5] 8.00-9.00 sec 16.6 MBytes 140 Mbits/sec
7852024-06-20T09:31:18.690Z[ 7] 8.00-9.00 sec 16.7 MBytes 140 Mbits/sec
7862024-06-20T09:31:18.691Z[ 9] 8.00-9.00 sec 16.7 MBytes 140 Mbits/sec
7872024-06-20T09:31:18.691Z[ 11] 8.00-9.00 sec 16.7 MBytes 140 Mbits/sec
7882024-06-20T09:31:18.691Z[ 13] 8.00-9.00 sec 16.7 MBytes 140 Mbits/sec
7892024-06-20T09:31:18.691Z[ 15] 8.00-9.00 sec 16.6 MBytes 140 Mbits/sec
7902024-06-20T09:31:18.691Z[ 17] 8.00-9.00 sec 16.7 MBytes 140 Mbits/sec
7912024-06-20T09:31:18.691Z[ 19] 8.00-9.00 sec 16.6 MBytes 140 Mbits/sec
7922024-06-20T09:31:18.691Z[SUM] 8.00-9.00 sec 133 MBytes 1.12 Gbits/sec
7932024-06-20T09:31:18.691Z- - - - - - - - - - - - - - - - - - - - - - - - -
7942024-06-20T09:31:18.691Z[ 5] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
7952024-06-20T09:31:18.691Z[ 7] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
7962024-06-20T09:31:18.691Z[ 9] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
7972024-06-20T09:31:18.691Z[ 11] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
7982024-06-20T09:31:18.691Z[ 13] 9.00-10.00 sec 16.5 MBytes 138 Mbits/sec
7992024-06-20T09:31:18.691Z[ 15] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
8002024-06-20T09:31:18.691Z[ 17] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
8012024-06-20T09:31:18.691Z[ 19] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
8022024-06-20T09:31:18.691Z[SUM] 9.00-10.00 sec 131 MBytes 1.10 Gbits/sec
8032024-06-20T09:31:18.691Z- - - - - - - - - - - - - - - - - - - - - - - - -
8042024-06-20T09:31:18.691Z[ 5] 10.00-10.00 sec 116 KBytes 263 Mbits/sec
8052024-06-20T09:31:18.691Z[ 7] 10.00-10.00 sec 50.9 KBytes 115 Mbits/sec
8062024-06-20T09:31:18.691Z[ 9] 10.00-10.00 sec 42.4 KBytes 96.3 Mbits/sec
8072024-06-20T09:31:18.691Z[ 11] 10.00-10.00 sec 22.6 KBytes 51.3 Mbits/sec
8082024-06-20T09:31:18.691Z[ 13] 10.00-10.00 sec 36.8 KBytes 83.4 Mbits/sec
8092024-06-20T09:31:18.691Z[ 15] 10.00-10.00 sec 73.5 KBytes 168 Mbits/sec
8102024-06-20T09:31:18.691Z[ 17] 10.00-10.00 sec 84.8 KBytes 194 Mbits/sec
8112024-06-20T09:31:18.691Z[ 19] 10.00-10.00 sec 116 KBytes 265 Mbits/sec
8122024-06-20T09:31:18.691Z[SUM] 10.00-10.00 sec 543 KBytes 1.23 Gbits/sec
8132024-06-20T09:31:18.691Z- - - - - - - - - - - - - - - - - - - - - - - - -
8142024-06-20T09:31:18.691Z[ ID] Interval Transfer Bandwidth
8152024-06-20T09:31:18.691Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8162024-06-20T09:31:18.691Z[ 5] 0.00-10.00 sec 166 MBytes 139 Mbits/sec receiver
8172024-06-20T09:31:18.691Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8182024-06-20T09:31:18.691Z[ 7] 0.00-10.00 sec 166 MBytes 139 Mbits/sec receiver
8192024-06-20T09:31:18.691Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8202024-06-20T09:31:18.691Z[ 9] 0.00-10.00 sec 166 MBytes 139 Mbits/sec receiver
8212024-06-20T09:31:18.691Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8222024-06-20T09:31:18.691Z[ 11] 0.00-10.00 sec 166 MBytes 139 Mbits/sec receiver
8232024-06-20T09:31:18.691Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8242024-06-20T09:31:18.691Z[ 13] 0.00-10.00 sec 166 MBytes 139 Mbits/sec receiver
8252024-06-20T09:31:18.692Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8262024-06-20T09:31:18.692Z[ 15] 0.00-10.00 sec 166 MBytes 139 Mbits/sec receiver
8272024-06-20T09:31:18.692Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8282024-06-20T09:31:18.692Z[ 17] 0.00-10.00 sec 166 MBytes 139 Mbits/sec receiver
8292024-06-20T09:31:18.692Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8302024-06-20T09:31:18.692Z[ 19] 0.00-10.00 sec 166 MBytes 139 Mbits/sec receiver
8312024-06-20T09:31:18.692Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8322024-06-20T09:31:18.692Z[SUM] 0.00-10.00 sec 1.30 GBytes 1.11 Gbits/sec receiver
8332024-06-20T09:31:18.717ZRun 1/5...1115.222Mbps
8342024-06-20T09:31:25.759Z-----------------------------------------------------------
8352024-06-20T09:31:25.759ZServer listening on 5201
8362024-06-20T09:31:25.759Z-----------------------------------------------------------
8372024-06-20T09:31:25.759ZAccepted connection from 10.0.0.1, port 47457
8382024-06-20T09:31:25.759Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44117
8392024-06-20T09:31:25.759Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44316
8402024-06-20T09:31:25.759Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58113
8412024-06-20T09:31:25.759Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51017
8422024-06-20T09:31:25.759Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35497
8432024-06-20T09:31:25.759Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56184
8442024-06-20T09:31:25.759Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50753
8452024-06-20T09:31:25.759Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61002
8462024-06-20T09:31:25.759Z[ ID] Interval Transfer Bandwidth
8472024-06-20T09:31:25.759Z[ 5] 0.00-1.00 sec 13.5 MBytes 113 Mbits/sec
8482024-06-20T09:31:25.759Z[ 7] 0.00-1.00 sec 13.5 MBytes 113 Mbits/sec
8492024-06-20T09:31:25.759Z[ 9] 0.00-1.00 sec 13.4 MBytes 112 Mbits/sec
8502024-06-20T09:31:25.759Z[ 11] 0.00-1.00 sec 13.3 MBytes 112 Mbits/sec
8512024-06-20T09:31:25.759Z[ 13] 0.00-1.00 sec 13.3 MBytes 111 Mbits/sec
8522024-06-20T09:31:25.759Z[ 15] 0.00-1.00 sec 13.3 MBytes 111 Mbits/sec
8532024-06-20T09:31:25.759Z[ 17] 0.00-1.00 sec 13.3 MBytes 111 Mbits/sec
8542024-06-20T09:31:25.759Z[ 19] 0.00-1.00 sec 13.3 MBytes 111 Mbits/sec
8552024-06-20T09:31:25.759Z[SUM] 0.00-1.00 sec 107 MBytes 895 Mbits/sec
8562024-06-20T09:31:25.759Z- - - - - - - - - - - - - - - - - - - - - - - - -
8572024-06-20T09:31:25.759Z[ 5] 1.00-2.00 sec 15.9 MBytes 134 Mbits/sec
8582024-06-20T09:31:25.759Z[ 7] 1.00-2.00 sec 15.9 MBytes 134 Mbits/sec
8592024-06-20T09:31:25.759Z[ 9] 1.00-2.00 sec 15.9 MBytes 134 Mbits/sec
8602024-06-20T09:31:25.759Z[ 11] 1.00-2.00 sec 15.9 MBytes 133 Mbits/sec
8612024-06-20T09:31:25.759Z[ 13] 1.00-2.00 sec 15.9 MBytes 134 Mbits/sec
8622024-06-20T09:31:25.759Z[ 15] 1.00-2.00 sec 15.9 MBytes 134 Mbits/sec
8632024-06-20T09:31:25.759Z[ 17] 1.00-2.00 sec 15.9 MBytes 134 Mbits/sec
8642024-06-20T09:31:25.759Z[ 19] 1.00-2.00 sec 15.9 MBytes 134 Mbits/sec
8652024-06-20T09:31:25.759Z[SUM] 1.00-2.00 sec 127 MBytes 1.07 Gbits/sec
8662024-06-20T09:31:25.759Z- - - - - - - - - - - - - - - - - - - - - - - - -
8672024-06-20T09:31:25.760Z[ 5] 2.00-3.00 sec 15.9 MBytes 134 Mbits/sec
8682024-06-20T09:31:25.760Z[ 7] 2.00-3.00 sec 15.9 MBytes 134 Mbits/sec
8692024-06-20T09:31:25.760Z[ 9] 2.00-3.00 sec 15.9 MBytes 134 Mbits/sec
8702024-06-20T09:31:25.760Z[ 11] 2.00-3.00 sec 16.0 MBytes 134 Mbits/sec
8712024-06-20T09:31:25.760Z[ 13] 2.00-3.00 sec 15.9 MBytes 134 Mbits/sec
8722024-06-20T09:31:25.760Z[ 15] 2.00-3.00 sec 15.9 MBytes 134 Mbits/sec
8732024-06-20T09:31:25.760Z[ 17] 2.00-3.00 sec 15.9 MBytes 134 Mbits/sec
8742024-06-20T09:31:25.760Z[ 19] 2.00-3.00 sec 15.9 MBytes 134 Mbits/sec
8752024-06-20T09:31:25.760Z[SUM] 2.00-3.00 sec 127 MBytes 1.07 Gbits/sec
8762024-06-20T09:31:25.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
8772024-06-20T09:31:25.760Z[ 5] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
8782024-06-20T09:31:25.760Z[ 7] 3.00-4.00 sec 16.3 MBytes 137 Mbits/sec
8792024-06-20T09:31:25.760Z[ 9] 3.00-4.00 sec 16.4 MBytes 137 Mbits/sec
8802024-06-20T09:31:25.760Z[ 11] 3.00-4.00 sec 16.3 MBytes 137 Mbits/sec
8812024-06-20T09:31:25.760Z[ 13] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
8822024-06-20T09:31:25.760Z[ 15] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
8832024-06-20T09:31:25.760Z[ 17] 3.00-4.00 sec 16.4 MBytes 138 Mbits/sec
8842024-06-20T09:31:25.760Z[ 19] 3.00-4.00 sec 16.4 MBytes 137 Mbits/sec
8852024-06-20T09:31:25.760Z[SUM] 3.00-4.00 sec 131 MBytes 1.10 Gbits/sec
8862024-06-20T09:31:25.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
8872024-06-20T09:31:25.760Z[ 5] 4.00-5.00 sec 15.5 MBytes 130 Mbits/sec
8882024-06-20T09:31:25.760Z[ 7] 4.00-5.00 sec 15.6 MBytes 130 Mbits/sec
8892024-06-20T09:31:25.760Z[ 9] 4.00-5.00 sec 15.5 MBytes 130 Mbits/sec
8902024-06-20T09:31:25.760Z[ 11] 4.00-5.00 sec 15.6 MBytes 130 Mbits/sec
8912024-06-20T09:31:25.760Z[ 13] 4.00-5.00 sec 15.5 MBytes 130 Mbits/sec
8922024-06-20T09:31:25.760Z[ 15] 4.00-5.00 sec 15.4 MBytes 130 Mbits/sec
8932024-06-20T09:31:25.760Z[ 17] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
8942024-06-20T09:31:25.760Z[ 19] 4.00-5.00 sec 15.5 MBytes 130 Mbits/sec
8952024-06-20T09:31:25.760Z[SUM] 4.00-5.00 sec 124 MBytes 1.04 Gbits/sec
8962024-06-20T09:31:25.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
8972024-06-20T09:31:25.760Z[ 5] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
8982024-06-20T09:31:25.760Z[ 7] 5.00-6.00 sec 16.0 MBytes 135 Mbits/sec
8992024-06-20T09:31:25.760Z[ 9] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
9002024-06-20T09:31:25.760Z[ 11] 5.00-6.00 sec 16.0 MBytes 135 Mbits/sec
9012024-06-20T09:31:25.760Z[ 13] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
9022024-06-20T09:31:25.760Z[ 15] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
9032024-06-20T09:31:25.760Z[ 17] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
9042024-06-20T09:31:25.761Z[ 19] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
9052024-06-20T09:31:25.761Z[SUM] 5.00-6.00 sec 129 MBytes 1.08 Gbits/sec
9062024-06-20T09:31:25.761Z- - - - - - - - - - - - - - - - - - - - - - - - -
9072024-06-20T09:31:25.761Z[ 5] 6.00-7.00 sec 16.0 MBytes 135 Mbits/sec
9082024-06-20T09:31:25.761Z[ 7] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
9092024-06-20T09:31:25.761Z[ 9] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
9102024-06-20T09:31:28.957Z[ 11] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
9112024-06-20T09:31:28.957Z[ 13] 6.00-7.00 sec 16.0 MBytes 135 Mbits/sec
9122024-06-20T09:31:28.957Z[ 15] 6.00-7.00 sec 16.0 MBytes 135 Mbits/sec
9132024-06-20T09:31:28.957Z[ 17] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
9142024-06-20T09:31:28.957Z[ 19] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
9152024-06-20T09:31:28.957Z[SUM] 6.00-7.00 sec 129 MBytes 1.08 Gbits/sec
9162024-06-20T09:31:28.957Z- - - - - - - - - - - - - - - - - - - - - - - - -
9172024-06-20T09:31:28.957Z[ 5] 7.00-8.00 sec 16.3 MBytes 137 Mbits/sec
9182024-06-20T09:31:28.958Z[ 7] 7.00-8.00 sec 16.3 MBytes 137 Mbits/sec
9192024-06-20T09:31:28.958Z[ 9] 7.00-8.00 sec 16.3 MBytes 137 Mbits/sec
9202024-06-20T09:31:28.958Z[ 11] 7.00-8.00 sec 16.4 MBytes 137 Mbits/sec
9212024-06-20T09:31:28.958Z[ 13] 7.00-8.00 sec 16.3 MBytes 137 Mbits/sec
9222024-06-20T09:31:28.958Z[ 15] 7.00-8.00 sec 16.3 MBytes 137 Mbits/sec
9232024-06-20T09:31:28.958Z[ 17] 7.00-8.00 sec 16.3 MBytes 137 Mbits/sec
9242024-06-20T09:31:28.958Z[ 19] 7.00-8.00 sec 16.3 MBytes 137 Mbits/sec
9252024-06-20T09:31:28.958Z[SUM] 7.00-8.00 sec 130 MBytes 1.09 Gbits/sec
9262024-06-20T09:31:28.958Z- - - - - - - - - - - - - - - - - - - - - - - - -
9272024-06-20T09:31:28.958Z[ 5] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
9282024-06-20T09:31:28.958Z[ 7] 8.00-9.00 sec 15.9 MBytes 134 Mbits/sec
9292024-06-20T09:31:28.958Z[ 9] 8.00-9.00 sec 15.9 MBytes 134 Mbits/sec
9302024-06-20T09:31:28.958Z[ 11] 8.00-9.00 sec 15.9 MBytes 134 Mbits/sec
9312024-06-20T09:31:28.958Z[ 13] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
9322024-06-20T09:31:28.958Z[ 15] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
9332024-06-20T09:31:28.958Z[ 17] 8.00-9.00 sec 15.9 MBytes 134 Mbits/sec
9342024-06-20T09:31:28.958Z[ 19] 8.00-9.00 sec 15.9 MBytes 134 Mbits/sec
9352024-06-20T09:31:28.958Z[SUM] 8.00-9.00 sec 128 MBytes 1.07 Gbits/sec
9362024-06-20T09:31:28.958Z- - - - - - - - - - - - - - - - - - - - - - - - -
9372024-06-20T09:31:28.958Z[ 5] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
9382024-06-20T09:31:28.958Z[ 7] 9.00-10.00 sec 15.9 MBytes 134 Mbits/sec
9392024-06-20T09:31:28.958Z[ 9] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
9402024-06-20T09:31:28.958Z[ 11] 9.00-10.00 sec 15.9 MBytes 134 Mbits/sec
9412024-06-20T09:31:28.958Z[ 13] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
9422024-06-20T09:31:28.958Z[ 15] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
9432024-06-20T09:31:28.958Z[ 17] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
9442024-06-20T09:31:28.958Z[ 19] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
9452024-06-20T09:31:28.958Z[SUM] 9.00-10.00 sec 127 MBytes 1.07 Gbits/sec
9462024-06-20T09:31:28.958Z- - - - - - - - - - - - - - - - - - - - - - - - -
9472024-06-20T09:31:28.958Z[ 5] 10.00-10.00 sec 62.2 KBytes 131 Mbits/sec
9482024-06-20T09:31:28.958Z[ 7] 10.00-10.00 sec 84.8 KBytes 179 Mbits/sec
9492024-06-20T09:31:28.958Z[ 9] 10.00-10.00 sec 124 KBytes 263 Mbits/sec
9502024-06-20T09:31:28.958Z[ 11] 10.00-10.00 sec 48.1 KBytes 102 Mbits/sec
9512024-06-20T09:31:28.958Z[ 13] 10.00-10.00 sec 19.8 KBytes 41.9 Mbits/sec
9522024-06-20T09:31:28.958Z[ 15] 10.00-10.00 sec 96.2 KBytes 203 Mbits/sec
9532024-06-20T09:31:28.958Z[ 17] 10.00-10.00 sec 124 KBytes 263 Mbits/sec
9542024-06-20T09:31:28.958Z[ 19] 10.00-10.00 sec 124 KBytes 263 Mbits/sec
9552024-06-20T09:31:28.958Z[SUM] 10.00-10.00 sec 684 KBytes 1.45 Gbits/sec
9562024-06-20T09:31:28.985Z- - - - - - - - - - - - - - - - - - - - - - - - -
9572024-06-20T09:31:28.985Z[ ID] Interval Transfer Bandwidth
9582024-06-20T09:31:28.985Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9592024-06-20T09:31:28.985Z[ 5] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
9602024-06-20T09:31:28.985Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9612024-06-20T09:31:28.985Z[ 7] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
9622024-06-20T09:31:28.985Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9632024-06-20T09:31:28.985Z[ 9] 0.00-10.00 sec 157 MBytes 132 Mbits/sec receiver
9642024-06-20T09:31:28.985Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9652024-06-20T09:31:28.985Z[ 11] 0.00-10.00 sec 157 MBytes 132 Mbits/sec receiver
9662024-06-20T09:31:28.985Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9672024-06-20T09:31:28.985Z[ 13] 0.00-10.00 sec 157 MBytes 132 Mbits/sec receiver
9682024-06-20T09:31:28.985Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9692024-06-20T09:31:28.985Z[ 15] 0.00-10.00 sec 157 MBytes 132 Mbits/sec receiver
9702024-06-20T09:31:28.985Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9712024-06-20T09:31:28.985Z[ 17] 0.00-10.00 sec 157 MBytes 132 Mbits/sec receiver
9722024-06-20T09:31:28.985Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9732024-06-20T09:31:28.985Z[ 19] 0.00-10.00 sec 157 MBytes 132 Mbits/sec receiver
9742024-06-20T09:31:28.985Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9752024-06-20T09:31:28.985Z[SUM] 0.00-10.00 sec 1.23 GBytes 1.06 Gbits/sec receiver
9762024-06-20T09:31:28.985ZRun 2/5...1056.722Mbps
9772024-06-20T09:31:36.019Z-----------------------------------------------------------
9782024-06-20T09:31:36.019ZServer listening on 5201
9792024-06-20T09:31:36.019Z-----------------------------------------------------------
9802024-06-20T09:31:36.019ZAccepted connection from 10.0.0.1, port 56577
9812024-06-20T09:31:36.019Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63861
9822024-06-20T09:31:36.019Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62286
9832024-06-20T09:31:36.019Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42595
9842024-06-20T09:31:36.019Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44900
9852024-06-20T09:31:36.020Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33190
9862024-06-20T09:31:36.020Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38845
9872024-06-20T09:31:36.020Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33448
9882024-06-20T09:31:36.020Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58039
9892024-06-20T09:31:36.020Z[ ID] Interval Transfer Bandwidth
9902024-06-20T09:31:36.020Z[ 5] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec
9912024-06-20T09:31:36.020Z[ 7] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
9922024-06-20T09:31:36.020Z[ 9] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
9932024-06-20T09:31:36.020Z[ 11] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
9942024-06-20T09:31:36.020Z[ 13] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
9952024-06-20T09:31:36.020Z[ 15] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
9962024-06-20T09:31:36.020Z[ 17] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
9972024-06-20T09:31:36.020Z[ 19] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
9982024-06-20T09:31:36.020Z[SUM] 0.00-1.00 sec 114 MBytes 960 Mbits/sec
9992024-06-20T09:31:36.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
10002024-06-20T09:31:36.020Z[ 5] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
10012024-06-20T09:31:36.020Z[ 7] 1.00-2.00 sec 15.7 MBytes 131 Mbits/sec
10022024-06-20T09:31:36.020Z[ 9] 1.00-2.00 sec 15.7 MBytes 131 Mbits/sec
10032024-06-20T09:31:36.020Z[ 11] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
10042024-06-20T09:31:36.020Z[ 13] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
10052024-06-20T09:31:36.020Z[ 15] 1.00-2.00 sec 15.7 MBytes 131 Mbits/sec
10062024-06-20T09:31:36.020Z[ 17] 1.00-2.00 sec 15.7 MBytes 131 Mbits/sec
10072024-06-20T09:31:36.020Z[ 19] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
10082024-06-20T09:31:36.020Z[SUM] 1.00-2.00 sec 125 MBytes 1.05 Gbits/sec
10092024-06-20T09:31:36.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
10102024-06-20T09:31:36.020Z[ 5] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
10112024-06-20T09:31:36.020Z[ 7] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
10122024-06-20T09:31:36.020Z[ 9] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
10132024-06-20T09:31:36.020Z[ 11] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
10142024-06-20T09:31:36.020Z[ 13] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
10152024-06-20T09:31:36.020Z[ 15] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
10162024-06-20T09:31:36.020Z[ 17] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
10172024-06-20T09:31:36.020Z[ 19] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
10182024-06-20T09:31:36.020Z[SUM] 2.00-3.00 sec 128 MBytes 1.08 Gbits/sec
10192024-06-20T09:31:36.020Z- - - - - - - - - - - - - - - - - - - - - - - - -
10202024-06-20T09:31:36.020Z[ 5] 3.00-4.00 sec 16.0 MBytes 134 Mbits/sec
10212024-06-20T09:31:36.020Z[ 7] 3.00-4.00 sec 16.0 MBytes 135 Mbits/sec
10222024-06-20T09:31:36.020Z[ 9] 3.00-4.00 sec 16.0 MBytes 135 Mbits/sec
10232024-06-20T09:31:36.021Z[ 11] 3.00-4.00 sec 16.0 MBytes 134 Mbits/sec
10242024-06-20T09:31:36.021Z[ 13] 3.00-4.00 sec 16.0 MBytes 135 Mbits/sec
10252024-06-20T09:31:36.021Z[ 15] 3.00-4.00 sec 16.0 MBytes 135 Mbits/sec
10262024-06-20T09:31:36.021Z[ 17] 3.00-4.00 sec 16.0 MBytes 135 Mbits/sec
10272024-06-20T09:31:36.021Z[ 19] 3.00-4.00 sec 16.0 MBytes 134 Mbits/sec
10282024-06-20T09:31:36.021Z[SUM] 3.00-4.00 sec 128 MBytes 1.08 Gbits/sec
10292024-06-20T09:31:36.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
10302024-06-20T09:31:36.021Z[ 5] 4.00-5.00 sec 16.0 MBytes 134 Mbits/sec
10312024-06-20T09:31:36.021Z[ 7] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
10322024-06-20T09:31:36.021Z[ 9] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
10332024-06-20T09:31:36.021Z[ 11] 4.00-5.00 sec 16.0 MBytes 134 Mbits/sec
10342024-06-20T09:31:36.021Z[ 13] 4.00-5.00 sec 16.0 MBytes 134 Mbits/sec
10352024-06-20T09:31:36.021Z[ 15] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
10362024-06-20T09:31:36.021Z[ 17] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
10372024-06-20T09:31:36.021Z[ 19] 4.00-5.00 sec 16.0 MBytes 134 Mbits/sec
10382024-06-20T09:31:36.021Z[SUM] 4.00-5.00 sec 128 MBytes 1.07 Gbits/sec
10392024-06-20T09:31:36.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
10402024-06-20T09:31:36.021Z[ 5] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
10412024-06-20T09:31:36.021Z[ 7] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
10422024-06-20T09:31:36.021Z[ 9] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
10432024-06-20T09:31:36.021Z[ 11] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
10442024-06-20T09:31:36.021Z[ 13] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
10452024-06-20T09:31:36.021Z[ 15] 5.00-6.00 sec 16.3 MBytes 136 Mbits/sec
10462024-06-20T09:31:36.021Z[ 17] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
10472024-06-20T09:31:36.021Z[ 19] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
10482024-06-20T09:31:36.021Z[SUM] 5.00-6.00 sec 130 MBytes 1.09 Gbits/sec
10492024-06-20T09:31:36.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
10502024-06-20T09:31:36.021Z[ 5] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
10512024-06-20T09:31:36.021Z[ 7] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
10522024-06-20T09:31:36.021Z[ 9] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
10532024-06-20T09:31:39.217Z[ 11] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
10542024-06-20T09:31:39.217Z[ 13] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
10552024-06-20T09:31:39.217Z[ 15] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
10562024-06-20T09:31:39.217Z[ 17] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec
10572024-06-20T09:31:39.217Z[ 19] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec
10582024-06-20T09:31:39.217Z[SUM] 6.00-7.00 sec 129 MBytes 1.08 Gbits/sec
10592024-06-20T09:31:39.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
10602024-06-20T09:31:39.218Z[ 5] 7.00-8.00 sec 16.1 MBytes 135 Mbits/sec
10612024-06-20T09:31:39.218Z[ 7] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
10622024-06-20T09:31:39.218Z[ 9] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
10632024-06-20T09:31:39.218Z[ 11] 7.00-8.00 sec 16.1 MBytes 135 Mbits/sec
10642024-06-20T09:31:39.218Z[ 13] 7.00-8.00 sec 16.1 MBytes 135 Mbits/sec
10652024-06-20T09:31:39.218Z[ 15] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
10662024-06-20T09:31:39.218Z[ 17] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
10672024-06-20T09:31:39.218Z[ 19] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec
10682024-06-20T09:31:39.218Z[SUM] 7.00-8.00 sec 129 MBytes 1.08 Gbits/sec
10692024-06-20T09:31:39.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
10702024-06-20T09:31:39.218Z[ 5] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
10712024-06-20T09:31:39.218Z[ 7] 8.00-9.00 sec 16.3 MBytes 137 Mbits/sec
10722024-06-20T09:31:39.218Z[ 9] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
10732024-06-20T09:31:39.218Z[ 11] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
10742024-06-20T09:31:39.218Z[ 13] 8.00-9.00 sec 16.3 MBytes 137 Mbits/sec
10752024-06-20T09:31:39.218Z[ 15] 8.00-9.00 sec 16.3 MBytes 137 Mbits/sec
10762024-06-20T09:31:39.218Z[ 17] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
10772024-06-20T09:31:39.218Z[ 19] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec
10782024-06-20T09:31:39.218Z[SUM] 8.00-9.00 sec 130 MBytes 1.09 Gbits/sec
10792024-06-20T09:31:39.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
10802024-06-20T09:31:39.218Z[ 5] 9.00-10.00 sec 15.9 MBytes 134 Mbits/sec
10812024-06-20T09:31:39.218Z[ 7] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
10822024-06-20T09:31:39.218Z[ 9] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
10832024-06-20T09:31:39.218Z[ 11] 9.00-10.00 sec 15.9 MBytes 134 Mbits/sec
10842024-06-20T09:31:39.218Z[ 13] 9.00-10.00 sec 15.9 MBytes 134 Mbits/sec
10852024-06-20T09:31:39.218Z[ 15] 9.00-10.00 sec 15.9 MBytes 134 Mbits/sec
10862024-06-20T09:31:39.218Z[ 17] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
10872024-06-20T09:31:39.218Z[ 19] 9.00-10.00 sec 15.9 MBytes 133 Mbits/sec
10882024-06-20T09:31:39.218Z[SUM] 9.00-10.00 sec 127 MBytes 1.07 Gbits/sec
10892024-06-20T09:31:39.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
10902024-06-20T09:31:39.218Z[ 5] 10.00-10.00 sec 102 KBytes 225 Mbits/sec
10912024-06-20T09:31:39.218Z[ 7] 10.00-10.00 sec 42.4 KBytes 93.9 Mbits/sec
10922024-06-20T09:31:39.218Z[ 9] 10.00-10.00 sec 122 KBytes 269 Mbits/sec
10932024-06-20T09:31:39.218Z[ 11] 10.00-10.00 sec 124 KBytes 276 Mbits/sec
10942024-06-20T09:31:39.218Z[ 13] 10.00-10.00 sec 43.8 KBytes 97.1 Mbits/sec
10952024-06-20T09:31:39.218Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
10962024-06-20T09:31:39.218Z[ 17] 10.00-10.00 sec 82.0 KBytes 182 Mbits/sec
10972024-06-20T09:31:39.218Z[ 19] 10.00-10.00 sec 124 KBytes 276 Mbits/sec
10982024-06-20T09:31:39.219Z[SUM] 10.00-10.00 sec 641 KBytes 1.42 Gbits/sec
10992024-06-20T09:31:39.219Z- - - - - - - - - - - - - - - - - - - - - - - - -
11002024-06-20T09:31:39.219Z[ ID] Interval Transfer Bandwidth
11012024-06-20T09:31:39.219Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11022024-06-20T09:31:39.219Z[ 5] 0.00-10.00 sec 159 MBytes 133 Mbits/sec receiver
11032024-06-20T09:31:39.219Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11042024-06-20T09:31:39.219Z[ 7] 0.00-10.00 sec 159 MBytes 133 Mbits/sec receiver
11052024-06-20T09:31:39.219Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11062024-06-20T09:31:39.219Z[ 9] 0.00-10.00 sec 159 MBytes 133 Mbits/sec receiver
11072024-06-20T09:31:39.219Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11082024-06-20T09:31:39.219Z[ 11] 0.00-10.00 sec 159 MBytes 133 Mbits/sec receiver
11092024-06-20T09:31:39.219Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11102024-06-20T09:31:39.219Z[ 13] 0.00-10.00 sec 159 MBytes 133 Mbits/sec receiver
11112024-06-20T09:31:39.219Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11122024-06-20T09:31:39.219Z[ 15] 0.00-10.00 sec 159 MBytes 133 Mbits/sec receiver
11132024-06-20T09:31:39.219Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11142024-06-20T09:31:39.219Z[ 17] 0.00-10.00 sec 159 MBytes 133 Mbits/sec receiver
11152024-06-20T09:31:39.219Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11162024-06-20T09:31:39.219Z[ 19] 0.00-10.00 sec 159 MBytes 133 Mbits/sec receiver
11172024-06-20T09:31:39.219Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11182024-06-20T09:31:39.219Z[SUM] 0.00-10.00 sec 1.24 GBytes 1.06 Gbits/sec receiver
11192024-06-20T09:31:39.244ZRun 3/5...1065.014Mbps
11202024-06-20T09:31:46.238Z-----------------------------------------------------------
11212024-06-20T09:31:46.238ZServer listening on 5201
11222024-06-20T09:31:46.238Z-----------------------------------------------------------
11232024-06-20T09:31:46.238ZAccepted connection from 10.0.0.1, port 37449
11242024-06-20T09:31:46.238Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63113
11252024-06-20T09:31:46.238Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35385
11262024-06-20T09:31:46.239Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63634
11272024-06-20T09:31:46.239Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63029
11282024-06-20T09:31:46.239Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33293
11292024-06-20T09:31:46.239Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39656
11302024-06-20T09:31:46.239Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40935
11312024-06-20T09:31:46.239Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63133
11322024-06-20T09:31:46.239Z[ ID] Interval Transfer Bandwidth
11332024-06-20T09:31:46.239Z[ 5] 0.00-1.00 sec 15.0 MBytes 125 Mbits/sec
11342024-06-20T09:31:46.239Z[ 7] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
11352024-06-20T09:31:46.239Z[ 9] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
11362024-06-20T09:31:46.239Z[ 11] 0.00-1.00 sec 14.7 MBytes 123 Mbits/sec
11372024-06-20T09:31:46.239Z[ 13] 0.00-1.00 sec 14.7 MBytes 123 Mbits/sec
11382024-06-20T09:31:46.239Z[ 15] 0.00-1.00 sec 14.7 MBytes 123 Mbits/sec
11392024-06-20T09:31:46.287Z[ 17] 0.00-1.00 sec 14.7 MBytes 123 Mbits/sec
11402024-06-20T09:31:46.287Z[ 19] 0.00-1.00 sec 14.6 MBytes 123 Mbits/sec
11412024-06-20T09:31:46.287Z[SUM] 0.00-1.00 sec 118 MBytes 990 Mbits/sec
11422024-06-20T09:31:46.287Z- - - - - - - - - - - - - - - - - - - - - - - - -
11432024-06-20T09:31:46.287Z[ 5] 1.00-2.00 sec 16.4 MBytes 138 Mbits/sec
11442024-06-20T09:31:46.287Z[ 7] 1.00-2.00 sec 16.4 MBytes 137 Mbits/sec
11452024-06-20T09:31:46.287Z[ 9] 1.00-2.00 sec 16.4 MBytes 137 Mbits/sec
11462024-06-20T09:31:46.287Z[ 11] 1.00-2.00 sec 16.4 MBytes 138 Mbits/sec
11472024-06-20T09:31:46.287Z[ 13] 1.00-2.00 sec 16.4 MBytes 138 Mbits/sec
11482024-06-20T09:31:46.287Z[ 15] 1.00-2.00 sec 16.4 MBytes 138 Mbits/sec
11492024-06-20T09:31:46.287Z[ 17] 1.00-2.00 sec 16.4 MBytes 137 Mbits/sec
11502024-06-20T09:31:46.287Z[ 19] 1.00-2.00 sec 16.4 MBytes 137 Mbits/sec
11512024-06-20T09:31:46.287Z[SUM] 1.00-2.00 sec 131 MBytes 1.10 Gbits/sec
11522024-06-20T09:31:46.287Z- - - - - - - - - - - - - - - - - - - - - - - - -
11532024-06-20T09:31:46.287Z[ 5] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
11542024-06-20T09:31:46.287Z[ 7] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
11552024-06-20T09:31:46.287Z[ 9] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
11562024-06-20T09:31:46.287Z[ 11] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
11572024-06-20T09:31:46.287Z[ 13] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
11582024-06-20T09:31:46.287Z[ 15] 2.00-3.00 sec 16.0 MBytes 135 Mbits/sec
11592024-06-20T09:31:46.287Z[ 17] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
11602024-06-20T09:31:46.287Z[ 19] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
11612024-06-20T09:31:46.287Z[SUM] 2.00-3.00 sec 129 MBytes 1.08 Gbits/sec
11622024-06-20T09:31:46.287Z- - - - - - - - - - - - - - - - - - - - - - - - -
11632024-06-20T09:31:46.287Z[ 5] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
11642024-06-20T09:31:46.287Z[ 7] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
11652024-06-20T09:31:46.287Z[ 9] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
11662024-06-20T09:31:46.287Z[ 11] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
11672024-06-20T09:31:46.288Z[ 13] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
11682024-06-20T09:31:46.288Z[ 15] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
11692024-06-20T09:31:46.288Z[ 17] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
11702024-06-20T09:31:46.288Z[ 19] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
11712024-06-20T09:31:46.288Z[SUM] 3.00-4.00 sec 129 MBytes 1.08 Gbits/sec
11722024-06-20T09:31:46.288Z- - - - - - - - - - - - - - - - - - - - - - - - -
11732024-06-20T09:31:46.288Z[ 5] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
11742024-06-20T09:31:46.288Z[ 7] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
11752024-06-20T09:31:46.288Z[ 9] 4.00-5.00 sec 15.9 MBytes 133 Mbits/sec
11762024-06-20T09:31:46.288Z[ 11] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
11772024-06-20T09:31:46.288Z[ 13] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
11782024-06-20T09:31:46.288Z[ 15] 4.00-5.00 sec 15.9 MBytes 134 Mbits/sec
11792024-06-20T09:31:46.288Z[ 17] 4.00-5.00 sec 15.9 MBytes 133 Mbits/sec
11802024-06-20T09:31:46.288Z[ 19] 4.00-5.00 sec 15.9 MBytes 133 Mbits/sec
11812024-06-20T09:31:46.288Z[SUM] 4.00-5.00 sec 127 MBytes 1.07 Gbits/sec
11822024-06-20T09:31:46.288Z- - - - - - - - - - - - - - - - - - - - - - - - -
11832024-06-20T09:31:46.288Z[ 5] 5.00-6.00 sec 16.4 MBytes 138 Mbits/sec
11842024-06-20T09:31:46.288Z[ 7] 5.00-6.00 sec 16.4 MBytes 138 Mbits/sec
11852024-06-20T09:31:46.288Z[ 9] 5.00-6.00 sec 16.5 MBytes 138 Mbits/sec
11862024-06-20T09:31:46.288Z[ 11] 5.00-6.00 sec 16.5 MBytes 139 Mbits/sec
11872024-06-20T09:31:46.288Z[ 13] 5.00-6.00 sec 16.4 MBytes 138 Mbits/sec
11882024-06-20T09:31:46.288Z[ 15] 5.00-6.00 sec 16.4 MBytes 138 Mbits/sec
11892024-06-20T09:31:46.288Z[ 17] 5.00-6.00 sec 16.4 MBytes 138 Mbits/sec
11902024-06-20T09:31:46.288Z[ 19] 5.00-6.00 sec 16.5 MBytes 139 Mbits/sec
11912024-06-20T09:31:46.288Z[SUM] 5.00-6.00 sec 132 MBytes 1.10 Gbits/sec
11922024-06-20T09:31:46.288Z- - - - - - - - - - - - - - - - - - - - - - - - -
11932024-06-20T09:31:46.288Z[ 5] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
11942024-06-20T09:31:46.288Z[ 7] 6.00-7.00 sec 16.7 MBytes 140 Mbits/sec
11952024-06-20T09:31:46.288Z[ 9] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
11962024-06-20T09:31:49.377Z[ 11] 6.00-7.00 sec 16.7 MBytes 140 Mbits/sec
11972024-06-20T09:31:49.377Z[ 13] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
11982024-06-20T09:31:49.377Z[ 15] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
11992024-06-20T09:31:49.377Z[ 17] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
12002024-06-20T09:31:49.377Z[ 19] 6.00-7.00 sec 16.8 MBytes 141 Mbits/sec
12012024-06-20T09:31:49.377Z[SUM] 6.00-7.00 sec 134 MBytes 1.12 Gbits/sec
12022024-06-20T09:31:49.377Z- - - - - - - - - - - - - - - - - - - - - - - - -
12032024-06-20T09:31:49.377Z[ 5] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
12042024-06-20T09:31:49.377Z[ 7] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
12052024-06-20T09:31:49.377Z[ 9] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
12062024-06-20T09:31:49.377Z[ 11] 7.00-8.00 sec 15.8 MBytes 132 Mbits/sec
12072024-06-20T09:31:49.377Z[ 13] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
12082024-06-20T09:31:49.377Z[ 15] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
12092024-06-20T09:31:49.377Z[ 17] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
12102024-06-20T09:31:49.377Z[ 19] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
12112024-06-20T09:31:49.377Z[SUM] 7.00-8.00 sec 126 MBytes 1.05 Gbits/sec
12122024-06-20T09:31:49.377Z- - - - - - - - - - - - - - - - - - - - - - - - -
12132024-06-20T09:31:49.377Z[ 5] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
12142024-06-20T09:31:49.377Z[ 7] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
12152024-06-20T09:31:49.377Z[ 9] 8.00-9.00 sec 16.0 MBytes 135 Mbits/sec
12162024-06-20T09:31:49.377Z[ 11] 8.00-9.00 sec 15.9 MBytes 134 Mbits/sec
12172024-06-20T09:31:49.378Z[ 13] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
12182024-06-20T09:31:49.378Z[ 15] 8.00-9.00 sec 16.0 MBytes 135 Mbits/sec
12192024-06-20T09:31:49.378Z[ 17] 8.00-9.00 sec 16.0 MBytes 135 Mbits/sec
12202024-06-20T09:31:49.378Z[ 19] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec
12212024-06-20T09:31:49.378Z[SUM] 8.00-9.00 sec 128 MBytes 1.07 Gbits/sec
12222024-06-20T09:31:49.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
12232024-06-20T09:31:49.378Z[ 5] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
12242024-06-20T09:31:49.378Z[ 7] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
12252024-06-20T09:31:49.378Z[ 9] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
12262024-06-20T09:31:49.378Z[ 11] 9.00-10.00 sec 16.5 MBytes 138 Mbits/sec
12272024-06-20T09:31:49.378Z[ 13] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
12282024-06-20T09:31:49.378Z[ 15] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
12292024-06-20T09:31:49.378Z[ 17] 9.00-10.00 sec 16.4 MBytes 138 Mbits/sec
12302024-06-20T09:31:49.378Z[ 19] 9.00-10.00 sec 16.5 MBytes 138 Mbits/sec
12312024-06-20T09:31:49.378Z[SUM] 9.00-10.00 sec 131 MBytes 1.10 Gbits/sec
12322024-06-20T09:31:49.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
12332024-06-20T09:31:49.378Z[ 5] 10.00-10.00 sec 122 KBytes 279 Mbits/sec
12342024-06-20T09:31:49.378Z[ 7] 10.00-10.00 sec 113 KBytes 260 Mbits/sec
12352024-06-20T09:31:49.378Z[ 9] 10.00-10.00 sec 33.9 KBytes 77.9 Mbits/sec
12362024-06-20T09:31:49.378Z[ 11] 10.00-10.00 sec 65.0 KBytes 149 Mbits/sec
12372024-06-20T09:31:49.378Z[ 13] 10.00-10.00 sec 124 KBytes 286 Mbits/sec
12382024-06-20T09:31:49.378Z[ 15] 10.00-10.00 sec 90.5 KBytes 208 Mbits/sec
12392024-06-20T09:31:49.378Z[ 17] 10.00-10.00 sec 90.5 KBytes 208 Mbits/sec
12402024-06-20T09:31:49.378Z[ 19] 10.00-10.00 sec 2.83 KBytes 6.49 Mbits/sec
12412024-06-20T09:31:49.378Z[SUM] 10.00-10.00 sec 642 KBytes 1.47 Gbits/sec
12422024-06-20T09:31:49.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
12432024-06-20T09:31:49.378Z[ ID] Interval Transfer Bandwidth
12442024-06-20T09:31:49.378Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12452024-06-20T09:31:49.378Z[ 5] 0.00-10.00 sec 161 MBytes 135 Mbits/sec receiver
12462024-06-20T09:31:49.378Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12472024-06-20T09:31:49.378Z[ 7] 0.00-10.00 sec 161 MBytes 135 Mbits/sec receiver
12482024-06-20T09:31:49.378Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12492024-06-20T09:31:49.378Z[ 9] 0.00-10.00 sec 161 MBytes 135 Mbits/sec receiver
12502024-06-20T09:31:49.378Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12512024-06-20T09:31:49.378Z[ 11] 0.00-10.00 sec 161 MBytes 135 Mbits/sec receiver
12522024-06-20T09:31:49.378Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12532024-06-20T09:31:49.378Z[ 13] 0.00-10.00 sec 161 MBytes 135 Mbits/sec receiver
12542024-06-20T09:31:49.378Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12552024-06-20T09:31:49.378Z[ 15] 0.00-10.00 sec 161 MBytes 135 Mbits/sec receiver
12562024-06-20T09:31:49.378Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12572024-06-20T09:31:49.379Z[ 17] 0.00-10.00 sec 161 MBytes 135 Mbits/sec receiver
12582024-06-20T09:31:49.379Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12592024-06-20T09:31:49.379Z[ 19] 0.00-10.00 sec 161 MBytes 135 Mbits/sec receiver
12602024-06-20T09:31:49.379Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12612024-06-20T09:31:49.379Z[SUM] 0.00-10.00 sec 1.26 GBytes 1.08 Gbits/sec receiver
12622024-06-20T09:31:49.404ZRun 4/5...1078.521Mbps
12632024-06-20T09:31:56.441Z-----------------------------------------------------------
12642024-06-20T09:31:56.441ZServer listening on 5201
12652024-06-20T09:31:56.441Z-----------------------------------------------------------
12662024-06-20T09:31:56.441ZAccepted connection from 10.0.0.1, port 61946
12672024-06-20T09:31:56.441Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57100
12682024-06-20T09:31:56.441Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46847
12692024-06-20T09:31:56.441Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35163
12702024-06-20T09:31:56.441Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57654
12712024-06-20T09:31:56.441Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45574
12722024-06-20T09:31:56.441Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53294
12732024-06-20T09:31:56.441Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39232
12742024-06-20T09:31:56.441Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53222
12752024-06-20T09:31:56.441Z[ ID] Interval Transfer Bandwidth
12762024-06-20T09:31:56.441Z[ 5] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
12772024-06-20T09:31:56.441Z[ 7] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
12782024-06-20T09:31:56.441Z[ 9] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
12792024-06-20T09:31:56.441Z[ 11] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
12802024-06-20T09:31:56.441Z[ 13] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
12812024-06-20T09:31:56.441Z[ 15] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
12822024-06-20T09:31:56.441Z[ 17] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
12832024-06-20T09:31:56.441Z[ 19] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
12842024-06-20T09:31:56.441Z[SUM] 0.00-1.00 sec 114 MBytes 956 Mbits/sec
12852024-06-20T09:31:56.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
12862024-06-20T09:31:56.441Z[ 5] 1.00-2.00 sec 16.1 MBytes 135 Mbits/sec
12872024-06-20T09:31:56.441Z[ 7] 1.00-2.00 sec 16.0 MBytes 135 Mbits/sec
12882024-06-20T09:31:56.441Z[ 9] 1.00-2.00 sec 16.1 MBytes 135 Mbits/sec
12892024-06-20T09:31:56.441Z[ 11] 1.00-2.00 sec 16.1 MBytes 135 Mbits/sec
12902024-06-20T09:31:56.441Z[ 13] 1.00-2.00 sec 16.0 MBytes 135 Mbits/sec
12912024-06-20T09:31:56.441Z[ 15] 1.00-2.00 sec 16.0 MBytes 135 Mbits/sec
12922024-06-20T09:31:56.441Z[ 17] 1.00-2.00 sec 16.0 MBytes 135 Mbits/sec
12932024-06-20T09:31:56.441Z[ 19] 1.00-2.00 sec 16.1 MBytes 135 Mbits/sec
12942024-06-20T09:31:56.442Z[SUM] 1.00-2.00 sec 129 MBytes 1.08 Gbits/sec
12952024-06-20T09:31:56.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
12962024-06-20T09:31:56.442Z[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
12972024-06-20T09:31:56.442Z[ 7] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
12982024-06-20T09:31:56.442Z[ 9] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
12992024-06-20T09:31:56.442Z[ 11] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
13002024-06-20T09:31:56.442Z[ 13] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
13012024-06-20T09:31:56.442Z[ 15] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
13022024-06-20T09:31:56.442Z[ 17] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
13032024-06-20T09:31:56.442Z[ 19] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
13042024-06-20T09:31:56.442Z[SUM] 2.00-3.00 sec 129 MBytes 1.09 Gbits/sec
13052024-06-20T09:31:56.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
13062024-06-20T09:31:56.442Z[ 5] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
13072024-06-20T09:31:56.442Z[ 7] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
13082024-06-20T09:31:56.442Z[ 9] 3.00-4.00 sec 16.0 MBytes 135 Mbits/sec
13092024-06-20T09:31:56.442Z[ 11] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
13102024-06-20T09:31:56.442Z[ 13] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
13112024-06-20T09:31:56.442Z[ 15] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
13122024-06-20T09:31:56.442Z[ 17] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec
13132024-06-20T09:31:56.442Z[ 19] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec
13142024-06-20T09:31:56.442Z[SUM] 3.00-4.00 sec 129 MBytes 1.08 Gbits/sec
13152024-06-20T09:31:56.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
13162024-06-20T09:31:56.442Z[ 5] 4.00-5.00 sec 16.1 MBytes 135 Mbits/sec
13172024-06-20T09:31:56.442Z[ 7] 4.00-5.00 sec 16.1 MBytes 135 Mbits/sec
13182024-06-20T09:31:56.442Z[ 9] 4.00-5.00 sec 16.1 MBytes 135 Mbits/sec
13192024-06-20T09:31:56.442Z[ 11] 4.00-5.00 sec 16.0 MBytes 135 Mbits/sec
13202024-06-20T09:31:56.442Z[ 13] 4.00-5.00 sec 16.0 MBytes 135 Mbits/sec
13212024-06-20T09:31:56.442Z[ 15] 4.00-5.00 sec 16.1 MBytes 135 Mbits/sec
13222024-06-20T09:31:56.442Z[ 17] 4.00-5.00 sec 16.0 MBytes 135 Mbits/sec
13232024-06-20T09:31:56.442Z[ 19] 4.00-5.00 sec 16.1 MBytes 135 Mbits/sec
13242024-06-20T09:31:56.442Z[SUM] 4.00-5.00 sec 129 MBytes 1.08 Gbits/sec
13252024-06-20T09:31:56.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
13262024-06-20T09:31:56.442Z[ 5] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
13272024-06-20T09:31:56.442Z[ 7] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
13282024-06-20T09:31:56.442Z[ 9] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
13292024-06-20T09:31:56.442Z[ 11] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
13302024-06-20T09:31:56.442Z[ 13] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
13312024-06-20T09:31:56.442Z[ 15] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
13322024-06-20T09:31:56.442Z[ 17] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
13332024-06-20T09:31:56.443Z[ 19] 5.00-6.00 sec 15.8 MBytes 133 Mbits/sec
13342024-06-20T09:31:56.443Z[SUM] 5.00-6.00 sec 126 MBytes 1.06 Gbits/sec
13352024-06-20T09:31:56.443Z- - - - - - - - - - - - - - - - - - - - - - - - -
13362024-06-20T09:31:56.443Z[ 5] 6.00-7.00 sec 16.0 MBytes 134 Mbits/sec
13372024-06-20T09:31:56.443Z[ 7] 6.00-7.00 sec 16.0 MBytes 134 Mbits/sec
13382024-06-20T09:31:56.443Z[ 9] 6.00-7.00 sec 15.9 MBytes 134 Mbits/sec
13392024-06-20T09:31:59.637Z[ 11] 6.00-7.00 sec 16.0 MBytes 134 Mbits/sec
13402024-06-20T09:31:59.637Z[ 13] 6.00-7.00 sec 16.0 MBytes 135 Mbits/sec
13412024-06-20T09:31:59.637Z[ 15] 6.00-7.00 sec 16.0 MBytes 134 Mbits/sec
13422024-06-20T09:31:59.637Z[ 17] 6.00-7.00 sec 16.0 MBytes 134 Mbits/sec
13432024-06-20T09:31:59.637Z[ 19] 6.00-7.00 sec 15.9 MBytes 134 Mbits/sec
13442024-06-20T09:31:59.637Z[SUM] 6.00-7.00 sec 128 MBytes 1.07 Gbits/sec
13452024-06-20T09:31:59.637Z- - - - - - - - - - - - - - - - - - - - - - - - -
13462024-06-20T09:31:59.637Z[ 5] 7.00-8.00 sec 15.3 MBytes 128 Mbits/sec
13472024-06-20T09:31:59.637Z[ 7] 7.00-8.00 sec 15.4 MBytes 129 Mbits/sec
13482024-06-20T09:31:59.637Z[ 9] 7.00-8.00 sec 15.4 MBytes 129 Mbits/sec
13492024-06-20T09:31:59.637Z[ 11] 7.00-8.00 sec 15.3 MBytes 128 Mbits/sec
13502024-06-20T09:31:59.637Z[ 13] 7.00-8.00 sec 15.3 MBytes 128 Mbits/sec
13512024-06-20T09:31:59.637Z[ 15] 7.00-8.00 sec 15.4 MBytes 129 Mbits/sec
13522024-06-20T09:31:59.637Z[ 17] 7.00-8.00 sec 15.4 MBytes 129 Mbits/sec
13532024-06-20T09:31:59.637Z[ 19] 7.00-8.00 sec 15.4 MBytes 129 Mbits/sec
13542024-06-20T09:31:59.637Z[SUM] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13552024-06-20T09:31:59.637Z- - - - - - - - - - - - - - - - - - - - - - - - -
13562024-06-20T09:31:59.637Z[ 5] 8.00-9.00 sec 15.8 MBytes 132 Mbits/sec
13572024-06-20T09:31:59.637Z[ 7] 8.00-9.00 sec 15.7 MBytes 132 Mbits/sec
13582024-06-20T09:31:59.637Z[ 9] 8.00-9.00 sec 15.7 MBytes 132 Mbits/sec
13592024-06-20T09:31:59.638Z[ 11] 8.00-9.00 sec 15.7 MBytes 132 Mbits/sec
13602024-06-20T09:31:59.638Z[ 13] 8.00-9.00 sec 15.7 MBytes 132 Mbits/sec
13612024-06-20T09:31:59.638Z[ 15] 8.00-9.00 sec 15.7 MBytes 132 Mbits/sec
13622024-06-20T09:31:59.638Z[ 17] 8.00-9.00 sec 15.7 MBytes 132 Mbits/sec
13632024-06-20T09:31:59.638Z[ 19] 8.00-9.00 sec 15.7 MBytes 132 Mbits/sec
13642024-06-20T09:31:59.638Z[SUM] 8.00-9.00 sec 126 MBytes 1.05 Gbits/sec
13652024-06-20T09:31:59.638Z- - - - - - - - - - - - - - - - - - - - - - - - -
13662024-06-20T09:31:59.638Z[ 5] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
13672024-06-20T09:31:59.638Z[ 7] 9.00-10.00 sec 16.3 MBytes 137 Mbits/sec
13682024-06-20T09:31:59.638Z[ 9] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
13692024-06-20T09:31:59.638Z[ 11] 9.00-10.00 sec 16.2 MBytes 136 Mbits/sec
13702024-06-20T09:31:59.638Z[ 13] 9.00-10.00 sec 16.3 MBytes 137 Mbits/sec
13712024-06-20T09:31:59.638Z[ 15] 9.00-10.00 sec 16.3 MBytes 137 Mbits/sec
13722024-06-20T09:31:59.638Z[ 17] 9.00-10.00 sec 16.3 MBytes 137 Mbits/sec
13732024-06-20T09:31:59.638Z[ 19] 9.00-10.00 sec 16.3 MBytes 137 Mbits/sec
13742024-06-20T09:31:59.638Z[SUM] 9.00-10.00 sec 130 MBytes 1.09 Gbits/sec
13752024-06-20T09:31:59.638Z- - - - - - - - - - - - - - - - - - - - - - - - -
13762024-06-20T09:31:59.638Z[ 5] 10.00-10.00 sec 110 KBytes 250 Mbits/sec
13772024-06-20T09:31:59.638Z[ 7] 10.00-10.00 sec 48.1 KBytes 109 Mbits/sec
13782024-06-20T09:31:59.638Z[ 9] 10.00-10.00 sec 45.2 KBytes 102 Mbits/sec
13792024-06-20T09:31:59.638Z[ 11] 10.00-10.00 sec 122 KBytes 275 Mbits/sec
13802024-06-20T09:31:59.638Z[ 13] 10.00-10.00 sec 65.0 KBytes 147 Mbits/sec
13812024-06-20T09:31:59.638Z[ 15] 10.00-10.00 sec 17.0 KBytes 38.4 Mbits/sec
13822024-06-20T09:31:59.638Z[ 17] 10.00-10.00 sec 28.3 KBytes 64.1 Mbits/sec
13832024-06-20T09:31:59.638Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
13842024-06-20T09:31:59.638Z[SUM] 10.00-10.00 sec 436 KBytes 986 Mbits/sec
13852024-06-20T09:31:59.638Z- - - - - - - - - - - - - - - - - - - - - - - - -
13862024-06-20T09:31:59.638Z[ ID] Interval Transfer Bandwidth
13872024-06-20T09:31:59.638Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13882024-06-20T09:31:59.638Z[ 5] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
13892024-06-20T09:31:59.638Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13902024-06-20T09:31:59.638Z[ 7] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
13912024-06-20T09:31:59.638Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13922024-06-20T09:31:59.638Z[ 9] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
13932024-06-20T09:31:59.638Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13942024-06-20T09:31:59.638Z[ 11] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
13952024-06-20T09:31:59.638Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13962024-06-20T09:31:59.638Z[ 13] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
13972024-06-20T09:31:59.638Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13982024-06-20T09:31:59.639Z[ 15] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
13992024-06-20T09:31:59.639Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14002024-06-20T09:31:59.639Z[ 17] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
14012024-06-20T09:31:59.639Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14022024-06-20T09:31:59.639Z[ 19] 0.00-10.00 sec 158 MBytes 132 Mbits/sec receiver
14032024-06-20T09:31:59.639Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14042024-06-20T09:31:59.639Z[SUM] 0.00-10.00 sec 1.23 GBytes 1.06 Gbits/sec receiver
14052024-06-20T09:31:59.668ZRun 5/5...1059.437Mbps
14062024-06-20T09:31:59.668Z###---------------------###
14072024-06-20T09:31:59.668Z::: iPerf done... :::
14082024-06-20T09:31:59.668Z:::Awaiting out files...:::
14092024-06-20T09:31:59.668Z###---------------------###
14102024-06-20T09:31:59.668Z###-----###
14112024-06-20T09:31:59.668Z:::done!:::
14122024-06-20T09:31:59.668Z###-----###
14132024-06-20T09:31:59.668Z###-------------------###
14142024-06-20T09:31:59.668Z:::Running experiment :::
14152024-06-20T09:31:59.668Z:::iperf-tcp/local/s2c:::
14162024-06-20T09:31:59.668Z###-------------------###
14172024-06-20T09:32:06.681Z-----------------------------------------------------------
14182024-06-20T09:32:06.682ZServer listening on 5201
14192024-06-20T09:32:06.682Z-----------------------------------------------------------
14202024-06-20T09:32:06.682ZAccepted connection from 10.0.0.1, port 41498
14212024-06-20T09:32:06.682Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58251
14222024-06-20T09:32:06.682Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52825
14232024-06-20T09:32:06.682Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33060
14242024-06-20T09:32:06.682Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40698
14252024-06-20T09:32:06.682Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50051
14262024-06-20T09:32:06.682Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40838
14272024-06-20T09:32:06.682Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43263
14282024-06-20T09:32:06.682Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63455
14292024-06-20T09:32:06.682Z[ ID] Interval Transfer Bandwidth
14302024-06-20T09:32:06.682Z[ 5] 0.00-1.00 sec 13.6 MBytes 114 Mbits/sec
14312024-06-20T09:32:06.682Z[ 7] 0.00-1.00 sec 13.6 MBytes 114 Mbits/sec
14322024-06-20T09:32:06.682Z[ 9] 0.00-1.00 sec 13.5 MBytes 114 Mbits/sec
14332024-06-20T09:32:06.682Z[ 11] 0.00-1.00 sec 13.5 MBytes 114 Mbits/sec
14342024-06-20T09:32:06.682Z[ 13] 0.00-1.00 sec 13.5 MBytes 113 Mbits/sec
14352024-06-20T09:32:06.682Z[ 15] 0.00-1.00 sec 13.5 MBytes 113 Mbits/sec
14362024-06-20T09:32:06.682Z[ 17] 0.00-1.00 sec 13.5 MBytes 113 Mbits/sec
14372024-06-20T09:32:06.682Z[ 19] 0.00-1.00 sec 13.5 MBytes 113 Mbits/sec
14382024-06-20T09:32:06.682Z[SUM] 0.00-1.00 sec 108 MBytes 908 Mbits/sec
14392024-06-20T09:32:06.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
14402024-06-20T09:32:06.682Z[ 5] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
14412024-06-20T09:32:06.682Z[ 7] 1.00-2.00 sec 15.5 MBytes 130 Mbits/sec
14422024-06-20T09:32:06.682Z[ 9] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
14432024-06-20T09:32:06.682Z[ 11] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
14442024-06-20T09:32:06.682Z[ 13] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
14452024-06-20T09:32:06.682Z[ 15] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
14462024-06-20T09:32:06.682Z[ 17] 1.00-2.00 sec 15.7 MBytes 131 Mbits/sec
14472024-06-20T09:32:06.682Z[ 19] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec
14482024-06-20T09:32:06.682Z[SUM] 1.00-2.00 sec 125 MBytes 1.05 Gbits/sec
14492024-06-20T09:32:06.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
14502024-06-20T09:32:06.682Z[ 5] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
14512024-06-20T09:32:06.682Z[ 7] 2.00-3.00 sec 15.6 MBytes 131 Mbits/sec
14522024-06-20T09:32:06.682Z[ 9] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
14532024-06-20T09:32:06.682Z[ 11] 2.00-3.00 sec 15.4 MBytes 129 Mbits/sec
14542024-06-20T09:32:06.683Z[ 13] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
14552024-06-20T09:32:06.683Z[ 15] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
14562024-06-20T09:32:06.683Z[ 17] 2.00-3.00 sec 15.4 MBytes 129 Mbits/sec
14572024-06-20T09:32:06.683Z[ 19] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
14582024-06-20T09:32:06.683Z[SUM] 2.00-3.00 sec 124 MBytes 1.04 Gbits/sec
14592024-06-20T09:32:06.683Z- - - - - - - - - - - - - - - - - - - - - - - - -
14602024-06-20T09:32:06.683Z[ 5] 3.00-4.00 sec 15.4 MBytes 129 Mbits/sec
14612024-06-20T09:32:06.683Z[ 7] 3.00-4.00 sec 15.3 MBytes 129 Mbits/sec
14622024-06-20T09:32:06.683Z[ 9] 3.00-4.00 sec 15.4 MBytes 129 Mbits/sec
14632024-06-20T09:32:06.683Z[ 11] 3.00-4.00 sec 15.4 MBytes 129 Mbits/sec
14642024-06-20T09:32:06.683Z[ 13] 3.00-4.00 sec 15.4 MBytes 129 Mbits/sec
14652024-06-20T09:32:06.683Z[ 15] 3.00-4.00 sec 15.4 MBytes 129 Mbits/sec
14662024-06-20T09:32:06.683Z[ 17] 3.00-4.00 sec 15.4 MBytes 129 Mbits/sec
14672024-06-20T09:32:06.683Z[ 19] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
14682024-06-20T09:32:06.683Z[SUM] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
14692024-06-20T09:32:06.683Z- - - - - - - - - - - - - - - - - - - - - - - - -
14702024-06-20T09:32:06.683Z[ 5] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
14712024-06-20T09:32:06.683Z[ 7] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
14722024-06-20T09:32:06.683Z[ 9] 4.00-5.00 sec 15.3 MBytes 129 Mbits/sec
14732024-06-20T09:32:06.683Z[ 11] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
14742024-06-20T09:32:06.683Z[ 13] 4.00-5.00 sec 15.3 MBytes 129 Mbits/sec
14752024-06-20T09:32:06.683Z[ 15] 4.00-5.00 sec 15.3 MBytes 128 Mbits/sec
14762024-06-20T09:32:06.683Z[ 17] 4.00-5.00 sec 15.3 MBytes 128 Mbits/sec
14772024-06-20T09:32:06.683Z[ 19] 4.00-5.00 sec 15.3 MBytes 128 Mbits/sec
14782024-06-20T09:32:06.683Z[SUM] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
14792024-06-20T09:32:06.683Z- - - - - - - - - - - - - - - - - - - - - - - - -
14802024-06-20T09:32:06.683Z[ 5] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
14812024-06-20T09:32:06.683Z[ 7] 5.00-6.00 sec 15.3 MBytes 129 Mbits/sec
14822024-06-20T09:32:06.683Z[ 9] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
14832024-06-20T09:32:06.683Z[ 11] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
14842024-06-20T09:32:06.683Z[ 13] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
14852024-06-20T09:32:06.683Z[ 15] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
14862024-06-20T09:32:06.708Z[ 17] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
14872024-06-20T09:32:06.708Z[ 19] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
14882024-06-20T09:32:06.709Z[SUM] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
14892024-06-20T09:32:06.709Z- - - - - - - - - - - - - - - - - - - - - - - - -
14902024-06-20T09:32:06.709Z[ 5] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
14912024-06-20T09:32:06.709Z[ 7] 6.00-7.00 sec 15.6 MBytes 131 Mbits/sec
14922024-06-20T09:32:06.709Z[ 9] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
14932024-06-20T09:32:09.797Z[ 11] 6.00-7.00 sec 15.6 MBytes 131 Mbits/sec
14942024-06-20T09:32:09.797Z[ 13] 6.00-7.00 sec 15.6 MBytes 131 Mbits/sec
14952024-06-20T09:32:09.797Z[ 15] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
14962024-06-20T09:32:09.797Z[ 17] 6.00-7.00 sec 15.6 MBytes 131 Mbits/sec
14972024-06-20T09:32:09.797Z[ 19] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
14982024-06-20T09:32:09.797Z[SUM] 6.00-7.00 sec 124 MBytes 1.04 Gbits/sec
14992024-06-20T09:32:09.797Z- - - - - - - - - - - - - - - - - - - - - - - - -
15002024-06-20T09:32:09.797Z[ 5] 7.00-8.00 sec 15.9 MBytes 134 Mbits/sec
15012024-06-20T09:32:09.797Z[ 7] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
15022024-06-20T09:32:09.797Z[ 9] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
15032024-06-20T09:32:09.797Z[ 11] 7.00-8.00 sec 15.9 MBytes 134 Mbits/sec
15042024-06-20T09:32:09.797Z[ 13] 7.00-8.00 sec 16.0 MBytes 134 Mbits/sec
15052024-06-20T09:32:09.797Z[ 15] 7.00-8.00 sec 15.9 MBytes 134 Mbits/sec
15062024-06-20T09:32:09.797Z[ 17] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
15072024-06-20T09:32:09.797Z[ 19] 7.00-8.00 sec 15.9 MBytes 134 Mbits/sec
15082024-06-20T09:32:09.797Z[SUM] 7.00-8.00 sec 127 MBytes 1.07 Gbits/sec
15092024-06-20T09:32:09.797Z- - - - - - - - - - - - - - - - - - - - - - - - -
15102024-06-20T09:32:09.797Z[ 5] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
15112024-06-20T09:32:09.797Z[ 7] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
15122024-06-20T09:32:09.797Z[ 9] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
15132024-06-20T09:32:09.797Z[ 11] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
15142024-06-20T09:32:09.797Z[ 13] 8.00-9.00 sec 15.2 MBytes 127 Mbits/sec
15152024-06-20T09:32:09.797Z[ 15] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
15162024-06-20T09:32:09.798Z[ 17] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
15172024-06-20T09:32:09.798Z[ 19] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
15182024-06-20T09:32:09.798Z[SUM] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
15192024-06-20T09:32:09.798Z- - - - - - - - - - - - - - - - - - - - - - - - -
15202024-06-20T09:32:09.798Z[ 5] 9.00-10.00 sec 15.0 MBytes 126 Mbits/sec
15212024-06-20T09:32:09.798Z[ 7] 9.00-10.00 sec 15.0 MBytes 126 Mbits/sec
15222024-06-20T09:32:09.798Z[ 9] 9.00-10.00 sec 15.0 MBytes 126 Mbits/sec
15232024-06-20T09:32:09.798Z[ 11] 9.00-10.00 sec 15.0 MBytes 126 Mbits/sec
15242024-06-20T09:32:09.798Z[ 13] 9.00-10.00 sec 15.0 MBytes 126 Mbits/sec
15252024-06-20T09:32:09.798Z[ 15] 9.00-10.00 sec 15.0 MBytes 126 Mbits/sec
15262024-06-20T09:32:09.798Z[ 17] 9.00-10.00 sec 15.0 MBytes 126 Mbits/sec
15272024-06-20T09:32:09.798Z[ 19] 9.00-10.00 sec 15.0 MBytes 126 Mbits/sec
15282024-06-20T09:32:09.798Z[SUM] 9.00-10.00 sec 120 MBytes 1.01 Gbits/sec
15292024-06-20T09:32:09.798Z- - - - - - - - - - - - - - - - - - - - - - - - -
15302024-06-20T09:32:09.798Z[ 5] 10.00-10.00 sec 56.6 KBytes 223 Mbits/sec
15312024-06-20T09:32:09.798Z[ 7] 10.00-10.00 sec 127 KBytes 503 Mbits/sec
15322024-06-20T09:32:09.798Z[ 9] 10.00-10.00 sec 56.6 KBytes 224 Mbits/sec
15332024-06-20T09:32:09.798Z[ 11] 10.00-10.00 sec 56.6 KBytes 224 Mbits/sec
15342024-06-20T09:32:09.798Z[ 13] 10.00-10.00 sec 56.6 KBytes 224 Mbits/sec
15352024-06-20T09:32:09.798Z[ 15] 10.00-10.00 sec 56.6 KBytes 224 Mbits/sec
15362024-06-20T09:32:09.798Z[ 17] 10.00-10.00 sec 56.6 KBytes 224 Mbits/sec
15372024-06-20T09:32:09.798Z[ 19] 10.00-10.00 sec 56.6 KBytes 224 Mbits/sec
15382024-06-20T09:32:09.798Z[SUM] 10.00-10.00 sec 523 KBytes 2.07 Gbits/sec
15392024-06-20T09:32:09.798Z- - - - - - - - - - - - - - - - - - - - - - - - -
15402024-06-20T09:32:09.798Z[ ID] Interval Transfer Bandwidth
15412024-06-20T09:32:09.798Z[ 5] 0.00-10.00 sec 153 MBytes 128 Mbits/sec sender
15422024-06-20T09:32:09.798Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15432024-06-20T09:32:09.798Z[ 7] 0.00-10.00 sec 153 MBytes 128 Mbits/sec sender
15442024-06-20T09:32:09.798Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15452024-06-20T09:32:09.798Z[ 9] 0.00-10.00 sec 153 MBytes 128 Mbits/sec sender
15462024-06-20T09:32:09.798Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15472024-06-20T09:32:09.798Z[ 11] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
15482024-06-20T09:32:09.798Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15492024-06-20T09:32:09.798Z[ 13] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
15502024-06-20T09:32:09.798Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15512024-06-20T09:32:09.798Z[ 15] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
15522024-06-20T09:32:09.798Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15532024-06-20T09:32:09.798Z[ 17] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
15542024-06-20T09:32:09.799Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15552024-06-20T09:32:09.799Z[ 19] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
15562024-06-20T09:32:09.799Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15572024-06-20T09:32:09.799Z[SUM] 0.00-10.00 sec 1.19 GBytes 1.02 Gbits/sec sender
15582024-06-20T09:32:09.799Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15592024-06-20T09:32:09.824ZRun 1/5...1023.469Mbps
15602024-06-20T09:32:16.863Z-----------------------------------------------------------
15612024-06-20T09:32:16.863ZServer listening on 5201
15622024-06-20T09:32:16.863Z-----------------------------------------------------------
15632024-06-20T09:32:16.863ZAccepted connection from 10.0.0.1, port 62098
15642024-06-20T09:32:16.863Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52558
15652024-06-20T09:32:16.863Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36403
15662024-06-20T09:32:16.863Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36675
15672024-06-20T09:32:16.863Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63412
15682024-06-20T09:32:16.863Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52625
15692024-06-20T09:32:16.863Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62540
15702024-06-20T09:32:16.863Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50176
15712024-06-20T09:32:16.863Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47367
15722024-06-20T09:32:16.863Z[ ID] Interval Transfer Bandwidth
15732024-06-20T09:32:16.864Z[ 5] 0.00-1.00 sec 13.9 MBytes 117 Mbits/sec
15742024-06-20T09:32:16.864Z[ 7] 0.00-1.00 sec 13.9 MBytes 117 Mbits/sec
15752024-06-20T09:32:16.864Z[ 9] 0.00-1.00 sec 13.9 MBytes 117 Mbits/sec
15762024-06-20T09:32:16.864Z[ 11] 0.00-1.00 sec 13.9 MBytes 117 Mbits/sec
15772024-06-20T09:32:16.864Z[ 13] 0.00-1.00 sec 13.9 MBytes 117 Mbits/sec
15782024-06-20T09:32:16.864Z[ 15] 0.00-1.00 sec 13.9 MBytes 117 Mbits/sec
15792024-06-20T09:32:16.864Z[ 17] 0.00-1.00 sec 13.9 MBytes 116 Mbits/sec
15802024-06-20T09:32:16.864Z[ 19] 0.00-1.00 sec 13.9 MBytes 116 Mbits/sec
15812024-06-20T09:32:16.864Z[SUM] 0.00-1.00 sec 111 MBytes 933 Mbits/sec
15822024-06-20T09:32:16.864Z- - - - - - - - - - - - - - - - - - - - - - - - -
15832024-06-20T09:32:16.864Z[ 5] 1.00-2.00 sec 14.4 MBytes 121 Mbits/sec
15842024-06-20T09:32:16.864Z[ 7] 1.00-2.00 sec 14.5 MBytes 121 Mbits/sec
15852024-06-20T09:32:16.864Z[ 9] 1.00-2.00 sec 14.5 MBytes 121 Mbits/sec
15862024-06-20T09:32:16.864Z[ 11] 1.00-2.00 sec 14.5 MBytes 121 Mbits/sec
15872024-06-20T09:32:16.864Z[ 13] 1.00-2.00 sec 14.4 MBytes 121 Mbits/sec
15882024-06-20T09:32:16.864Z[ 15] 1.00-2.00 sec 14.4 MBytes 121 Mbits/sec
15892024-06-20T09:32:16.864Z[ 17] 1.00-2.00 sec 14.4 MBytes 121 Mbits/sec
15902024-06-20T09:32:16.864Z[ 19] 1.00-2.00 sec 14.4 MBytes 121 Mbits/sec
15912024-06-20T09:32:16.864Z[SUM] 1.00-2.00 sec 115 MBytes 968 Mbits/sec
15922024-06-20T09:32:16.864Z- - - - - - - - - - - - - - - - - - - - - - - - -
15932024-06-20T09:32:16.864Z[ 5] 2.00-3.00 sec 15.4 MBytes 129 Mbits/sec
15942024-06-20T09:32:16.864Z[ 7] 2.00-3.00 sec 15.4 MBytes 129 Mbits/sec
15952024-06-20T09:32:16.864Z[ 9] 2.00-3.00 sec 15.3 MBytes 129 Mbits/sec
15962024-06-20T09:32:16.864Z[ 11] 2.00-3.00 sec 15.3 MBytes 129 Mbits/sec
15972024-06-20T09:32:16.864Z[ 13] 2.00-3.00 sec 15.4 MBytes 129 Mbits/sec
15982024-06-20T09:32:16.864Z[ 15] 2.00-3.00 sec 15.4 MBytes 129 Mbits/sec
15992024-06-20T09:32:16.864Z[ 17] 2.00-3.00 sec 15.4 MBytes 129 Mbits/sec
16002024-06-20T09:32:16.864Z[ 19] 2.00-3.00 sec 15.4 MBytes 130 Mbits/sec
16012024-06-20T09:32:16.864Z[SUM] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
16022024-06-20T09:32:16.864Z- - - - - - - - - - - - - - - - - - - - - - - - -
16032024-06-20T09:32:16.864Z[ 5] 3.00-4.00 sec 15.0 MBytes 126 Mbits/sec
16042024-06-20T09:32:16.864Z[ 7] 3.00-4.00 sec 15.0 MBytes 126 Mbits/sec
16052024-06-20T09:32:16.864Z[ 9] 3.00-4.00 sec 15.1 MBytes 126 Mbits/sec
16062024-06-20T09:32:16.864Z[ 11] 3.00-4.00 sec 15.0 MBytes 126 Mbits/sec
16072024-06-20T09:32:16.864Z[ 13] 3.00-4.00 sec 15.0 MBytes 126 Mbits/sec
16082024-06-20T09:32:16.864Z[ 15] 3.00-4.00 sec 15.0 MBytes 126 Mbits/sec
16092024-06-20T09:32:16.864Z[ 17] 3.00-4.00 sec 15.0 MBytes 126 Mbits/sec
16102024-06-20T09:32:16.864Z[ 19] 3.00-4.00 sec 15.0 MBytes 126 Mbits/sec
16112024-06-20T09:32:16.864Z[SUM] 3.00-4.00 sec 120 MBytes 1.01 Gbits/sec
16122024-06-20T09:32:16.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
16132024-06-20T09:32:16.865Z[ 5] 4.00-5.00 sec 15.2 MBytes 127 Mbits/sec
16142024-06-20T09:32:16.865Z[ 7] 4.00-5.00 sec 15.1 MBytes 127 Mbits/sec
16152024-06-20T09:32:16.865Z[ 9] 4.00-5.00 sec 15.1 MBytes 126 Mbits/sec
16162024-06-20T09:32:16.865Z[ 11] 4.00-5.00 sec 15.1 MBytes 127 Mbits/sec
16172024-06-20T09:32:16.865Z[ 13] 4.00-5.00 sec 15.1 MBytes 127 Mbits/sec
16182024-06-20T09:32:16.865Z[ 15] 4.00-5.00 sec 15.1 MBytes 127 Mbits/sec
16192024-06-20T09:32:16.865Z[ 17] 4.00-5.00 sec 15.1 MBytes 127 Mbits/sec
16202024-06-20T09:32:16.865Z[ 19] 4.00-5.00 sec 15.1 MBytes 127 Mbits/sec
16212024-06-20T09:32:16.865Z[SUM] 4.00-5.00 sec 121 MBytes 1.01 Gbits/sec
16222024-06-20T09:32:16.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
16232024-06-20T09:32:16.865Z[ 5] 5.00-6.00 sec 15.2 MBytes 128 Mbits/sec
16242024-06-20T09:32:16.865Z[ 7] 5.00-6.00 sec 15.2 MBytes 128 Mbits/sec
16252024-06-20T09:32:16.865Z[ 9] 5.00-6.00 sec 15.3 MBytes 128 Mbits/sec
16262024-06-20T09:32:16.865Z[ 11] 5.00-6.00 sec 15.3 MBytes 128 Mbits/sec
16272024-06-20T09:32:16.865Z[ 13] 5.00-6.00 sec 15.2 MBytes 128 Mbits/sec
16282024-06-20T09:32:16.865Z[ 15] 5.00-6.00 sec 15.3 MBytes 128 Mbits/sec
16292024-06-20T09:32:16.865Z[ 17] 5.00-6.00 sec 15.3 MBytes 128 Mbits/sec
16302024-06-20T09:32:16.865Z[ 19] 5.00-6.00 sec 15.3 MBytes 128 Mbits/sec
16312024-06-20T09:32:16.865Z[SUM] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16322024-06-20T09:32:16.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
16332024-06-20T09:32:16.865Z[ 5] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
16342024-06-20T09:32:16.865Z[ 7] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
16352024-06-20T09:32:16.865Z[ 9] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
16362024-06-20T09:32:19.957Z[ 11] 6.00-7.00 sec 15.4 MBytes 130 Mbits/sec
16372024-06-20T09:32:19.957Z[ 13] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
16382024-06-20T09:32:19.957Z[ 15] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
16392024-06-20T09:32:19.957Z[ 17] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
16402024-06-20T09:32:19.957Z[ 19] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
16412024-06-20T09:32:19.957Z[SUM] 6.00-7.00 sec 124 MBytes 1.04 Gbits/sec
16422024-06-20T09:32:19.957Z- - - - - - - - - - - - - - - - - - - - - - - - -
16432024-06-20T09:32:19.957Z[ 5] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
16442024-06-20T09:32:19.957Z[ 7] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
16452024-06-20T09:32:19.957Z[ 9] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
16462024-06-20T09:32:19.957Z[ 11] 7.00-8.00 sec 15.9 MBytes 134 Mbits/sec
16472024-06-20T09:32:19.957Z[ 13] 7.00-8.00 sec 16.0 MBytes 134 Mbits/sec
16482024-06-20T09:32:19.957Z[ 15] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
16492024-06-20T09:32:19.957Z[ 17] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec
16502024-06-20T09:32:19.957Z[ 19] 7.00-8.00 sec 15.9 MBytes 134 Mbits/sec
16512024-06-20T09:32:19.957Z[SUM] 7.00-8.00 sec 127 MBytes 1.07 Gbits/sec
16522024-06-20T09:32:19.957Z- - - - - - - - - - - - - - - - - - - - - - - - -
16532024-06-20T09:32:19.957Z[ 5] 8.00-9.00 sec 15.9 MBytes 133 Mbits/sec
16542024-06-20T09:32:19.957Z[ 7] 8.00-9.00 sec 15.9 MBytes 133 Mbits/sec
16552024-06-20T09:32:19.957Z[ 9] 8.00-9.00 sec 15.9 MBytes 134 Mbits/sec
16562024-06-20T09:32:19.957Z[ 11] 8.00-9.00 sec 15.8 MBytes 133 Mbits/sec
16572024-06-20T09:32:19.957Z[ 13] 8.00-9.00 sec 15.8 MBytes 132 Mbits/sec
16582024-06-20T09:32:19.957Z[ 15] 8.00-9.00 sec 15.8 MBytes 133 Mbits/sec
16592024-06-20T09:32:19.957Z[ 17] 8.00-9.00 sec 15.8 MBytes 132 Mbits/sec
16602024-06-20T09:32:19.957Z[ 19] 8.00-9.00 sec 15.8 MBytes 132 Mbits/sec
16612024-06-20T09:32:19.957Z[SUM] 8.00-9.00 sec 127 MBytes 1.06 Gbits/sec
16622024-06-20T09:32:19.957Z- - - - - - - - - - - - - - - - - - - - - - - - -
16632024-06-20T09:32:19.957Z[ 5] 9.00-10.00 sec 15.6 MBytes 131 Mbits/sec
16642024-06-20T09:32:19.957Z[ 7] 9.00-10.00 sec 15.6 MBytes 131 Mbits/sec
16652024-06-20T09:32:19.957Z[ 9] 9.00-10.00 sec 15.5 MBytes 130 Mbits/sec
16662024-06-20T09:32:19.957Z[ 11] 9.00-10.00 sec 15.7 MBytes 131 Mbits/sec
16672024-06-20T09:32:19.957Z[ 13] 9.00-10.00 sec 15.7 MBytes 132 Mbits/sec
16682024-06-20T09:32:19.957Z[ 15] 9.00-10.00 sec 15.6 MBytes 131 Mbits/sec
16692024-06-20T09:32:19.957Z[ 17] 9.00-10.00 sec 15.7 MBytes 132 Mbits/sec
16702024-06-20T09:32:19.957Z[ 19] 9.00-10.00 sec 15.7 MBytes 132 Mbits/sec
16712024-06-20T09:32:19.958Z[SUM] 9.00-10.00 sec 125 MBytes 1.05 Gbits/sec
16722024-06-20T09:32:19.958Z- - - - - - - - - - - - - - - - - - - - - - - - -
16732024-06-20T09:32:19.958Z[ 5] 10.00-10.00 sec 56.6 KBytes 129 Mbits/sec
16742024-06-20T09:32:19.958Z[ 7] 10.00-10.00 sec 113 KBytes 257 Mbits/sec
16752024-06-20T09:32:19.958Z[ 9] 10.00-10.00 sec 170 KBytes 386 Mbits/sec
16762024-06-20T09:32:19.958Z[ 11] 10.00-10.00 sec 56.6 KBytes 129 Mbits/sec
16772024-06-20T09:32:19.958Z[ 13] 10.00-10.00 sec 113 KBytes 257 Mbits/sec
16782024-06-20T09:32:19.958Z[ 15] 10.00-10.00 sec 113 KBytes 257 Mbits/sec
16792024-06-20T09:32:19.958Z[ 17] 10.00-10.00 sec 56.6 KBytes 129 Mbits/sec
16802024-06-20T09:32:19.958Z[ 19] 10.00-10.00 sec 56.6 KBytes 128 Mbits/sec
16812024-06-20T09:32:19.958Z[SUM] 10.00-10.00 sec 735 KBytes 1.67 Gbits/sec
16822024-06-20T09:32:19.958Z- - - - - - - - - - - - - - - - - - - - - - - - -
16832024-06-20T09:32:19.958Z[ ID] Interval Transfer Bandwidth
16842024-06-20T09:32:19.958Z[ 5] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
16852024-06-20T09:32:19.958Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16862024-06-20T09:32:19.958Z[ 7] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
16872024-06-20T09:32:19.958Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16882024-06-20T09:32:19.958Z[ 9] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
16892024-06-20T09:32:19.983Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16902024-06-20T09:32:19.983Z[ 11] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
16912024-06-20T09:32:19.983Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16922024-06-20T09:32:19.983Z[ 13] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
16932024-06-20T09:32:19.983Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16942024-06-20T09:32:19.983Z[ 15] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
16952024-06-20T09:32:19.983Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16962024-06-20T09:32:19.983Z[ 17] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
16972024-06-20T09:32:19.983Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16982024-06-20T09:32:19.984Z[ 19] 0.00-10.00 sec 152 MBytes 127 Mbits/sec sender
16992024-06-20T09:32:19.984Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17002024-06-20T09:32:19.984Z[SUM] 0.00-10.00 sec 1.19 GBytes 1.02 Gbits/sec sender
17012024-06-20T09:32:19.984Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17022024-06-20T09:32:19.984ZRun 2/5...1020.638Mbps
17032024-06-20T09:32:27.020Z-----------------------------------------------------------
17042024-06-20T09:32:27.020ZServer listening on 5201
17052024-06-20T09:32:27.020Z-----------------------------------------------------------
17062024-06-20T09:32:27.020ZAccepted connection from 10.0.0.1, port 65151
17072024-06-20T09:32:27.020Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57302
17082024-06-20T09:32:27.020Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32779
17092024-06-20T09:32:27.020Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49289
17102024-06-20T09:32:27.020Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60556
17112024-06-20T09:32:27.020Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61215
17122024-06-20T09:32:27.020Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34962
17132024-06-20T09:32:27.020Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53613
17142024-06-20T09:32:27.020Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42599
17152024-06-20T09:32:27.020Z[ ID] Interval Transfer Bandwidth
17162024-06-20T09:32:27.020Z[ 5] 0.00-1.00 sec 14.6 MBytes 123 Mbits/sec
17172024-06-20T09:32:27.021Z[ 7] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec
17182024-06-20T09:32:27.021Z[ 9] 0.00-1.00 sec 14.6 MBytes 123 Mbits/sec
17192024-06-20T09:32:27.021Z[ 11] 0.00-1.00 sec 14.6 MBytes 123 Mbits/sec
17202024-06-20T09:32:27.021Z[ 13] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec
17212024-06-20T09:32:27.021Z[ 15] 0.00-1.00 sec 14.6 MBytes 123 Mbits/sec
17222024-06-20T09:32:27.021Z[ 17] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec
17232024-06-20T09:32:27.021Z[ 19] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec
17242024-06-20T09:32:27.021Z[SUM] 0.00-1.00 sec 117 MBytes 980 Mbits/sec
17252024-06-20T09:32:27.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
17262024-06-20T09:32:27.021Z[ 5] 1.00-2.00 sec 15.1 MBytes 127 Mbits/sec
17272024-06-20T09:32:27.021Z[ 7] 1.00-2.00 sec 15.1 MBytes 126 Mbits/sec
17282024-06-20T09:32:27.021Z[ 9] 1.00-2.00 sec 15.1 MBytes 126 Mbits/sec
17292024-06-20T09:32:27.021Z[ 11] 1.00-2.00 sec 15.1 MBytes 126 Mbits/sec
17302024-06-20T09:32:27.021Z[ 13] 1.00-2.00 sec 15.0 MBytes 126 Mbits/sec
17312024-06-20T09:32:27.021Z[ 15] 1.00-2.00 sec 15.0 MBytes 126 Mbits/sec
17322024-06-20T09:32:27.021Z[ 17] 1.00-2.00 sec 15.0 MBytes 126 Mbits/sec
17332024-06-20T09:32:27.021Z[ 19] 1.00-2.00 sec 15.0 MBytes 126 Mbits/sec
17342024-06-20T09:32:27.021Z[SUM] 1.00-2.00 sec 120 MBytes 1.01 Gbits/sec
17352024-06-20T09:32:27.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
17362024-06-20T09:32:27.021Z[ 5] 2.00-3.00 sec 15.1 MBytes 126 Mbits/sec
17372024-06-20T09:32:27.021Z[ 7] 2.00-3.00 sec 15.1 MBytes 126 Mbits/sec
17382024-06-20T09:32:27.021Z[ 9] 2.00-3.00 sec 15.1 MBytes 126 Mbits/sec
17392024-06-20T09:32:27.021Z[ 11] 2.00-3.00 sec 15.1 MBytes 126 Mbits/sec
17402024-06-20T09:32:27.021Z[ 13] 2.00-3.00 sec 15.1 MBytes 127 Mbits/sec
17412024-06-20T09:32:27.021Z[ 15] 2.00-3.00 sec 15.1 MBytes 127 Mbits/sec
17422024-06-20T09:32:27.021Z[ 17] 2.00-3.00 sec 15.2 MBytes 127 Mbits/sec
17432024-06-20T09:32:27.021Z[ 19] 2.00-3.00 sec 15.1 MBytes 127 Mbits/sec
17442024-06-20T09:32:27.021Z[SUM] 2.00-3.00 sec 121 MBytes 1.01 Gbits/sec
17452024-06-20T09:32:27.021Z- - - - - - - - - - - - - - - - - - - - - - - - -
17462024-06-20T09:32:27.021Z[ 5] 3.00-4.00 sec 15.3 MBytes 128 Mbits/sec
17472024-06-20T09:32:27.021Z[ 7] 3.00-4.00 sec 15.4 MBytes 129 Mbits/sec
17482024-06-20T09:32:27.021Z[ 9] 3.00-4.00 sec 15.3 MBytes 129 Mbits/sec
17492024-06-20T09:32:27.021Z[ 11] 3.00-4.00 sec 15.3 MBytes 129 Mbits/sec
17502024-06-20T09:32:27.021Z[ 13] 3.00-4.00 sec 15.3 MBytes 128 Mbits/sec
17512024-06-20T09:32:27.021Z[ 15] 3.00-4.00 sec 15.3 MBytes 128 Mbits/sec
17522024-06-20T09:32:27.021Z[ 17] 3.00-4.00 sec 15.2 MBytes 128 Mbits/sec
17532024-06-20T09:32:27.021Z[ 19] 3.00-4.00 sec 15.3 MBytes 128 Mbits/sec
17542024-06-20T09:32:27.022Z[SUM] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
17552024-06-20T09:32:27.022Z- - - - - - - - - - - - - - - - - - - - - - - - -
17562024-06-20T09:32:27.022Z[ 5] 4.00-5.00 sec 14.9 MBytes 125 Mbits/sec
17572024-06-20T09:32:27.022Z[ 7] 4.00-5.00 sec 15.0 MBytes 126 Mbits/sec
17582024-06-20T09:32:27.022Z[ 9] 4.00-5.00 sec 14.9 MBytes 125 Mbits/sec
17592024-06-20T09:32:27.022Z[ 11] 4.00-5.00 sec 14.8 MBytes 125 Mbits/sec
17602024-06-20T09:32:27.022Z[ 13] 4.00-5.00 sec 14.9 MBytes 125 Mbits/sec
17612024-06-20T09:32:27.022Z[ 15] 4.00-5.00 sec 14.9 MBytes 125 Mbits/sec
17622024-06-20T09:32:27.022Z[ 17] 4.00-5.00 sec 14.9 MBytes 125 Mbits/sec
17632024-06-20T09:32:27.022Z[ 19] 4.00-5.00 sec 15.0 MBytes 126 Mbits/sec
17642024-06-20T09:32:27.022Z[SUM] 4.00-5.00 sec 119 MBytes 1.00 Gbits/sec
17652024-06-20T09:32:27.022Z- - - - - - - - - - - - - - - - - - - - - - - - -
17662024-06-20T09:32:27.022Z[ 5] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
17672024-06-20T09:32:27.022Z[ 7] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
17682024-06-20T09:32:27.022Z[ 9] 5.00-6.00 sec 15.5 MBytes 130 Mbits/sec
17692024-06-20T09:32:27.022Z[ 11] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
17702024-06-20T09:32:27.022Z[ 13] 5.00-6.00 sec 15.4 MBytes 130 Mbits/sec
17712024-06-20T09:32:27.022Z[ 15] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
17722024-06-20T09:32:27.022Z[ 17] 5.00-6.00 sec 15.5 MBytes 130 Mbits/sec
17732024-06-20T09:32:27.022Z[ 19] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec
17742024-06-20T09:32:27.022Z[SUM] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
17752024-06-20T09:32:27.022Z- - - - - - - - - - - - - - - - - - - - - - - - -
17762024-06-20T09:32:27.022Z[ 5] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
17772024-06-20T09:32:27.022Z[ 7] 6.00-7.00 sec 15.4 MBytes 130 Mbits/sec
17782024-06-20T09:32:27.022Z[ 9] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
17792024-06-20T09:32:30.217Z[ 11] 6.00-7.00 sec 15.4 MBytes 129 Mbits/sec
17802024-06-20T09:32:30.217Z[ 13] 6.00-7.00 sec 15.4 MBytes 129 Mbits/sec
17812024-06-20T09:32:30.217Z[ 15] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
17822024-06-20T09:32:30.217Z[ 17] 6.00-7.00 sec 15.4 MBytes 129 Mbits/sec
17832024-06-20T09:32:30.217Z[ 19] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec
17842024-06-20T09:32:30.217Z[SUM] 6.00-7.00 sec 124 MBytes 1.04 Gbits/sec
17852024-06-20T09:32:30.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
17862024-06-20T09:32:30.217Z[ 5] 7.00-8.00 sec 15.0 MBytes 126 Mbits/sec
17872024-06-20T09:32:30.217Z[ 7] 7.00-8.00 sec 14.9 MBytes 125 Mbits/sec
17882024-06-20T09:32:30.217Z[ 9] 7.00-8.00 sec 15.0 MBytes 126 Mbits/sec
17892024-06-20T09:32:30.217Z[ 11] 7.00-8.00 sec 15.0 MBytes 126 Mbits/sec
17902024-06-20T09:32:30.217Z[ 13] 7.00-8.00 sec 15.0 MBytes 126 Mbits/sec
17912024-06-20T09:32:30.217Z[ 15] 7.00-8.00 sec 15.0 MBytes 126 Mbits/sec
17922024-06-20T09:32:30.217Z[ 17] 7.00-8.00 sec 15.0 MBytes 126 Mbits/sec
17932024-06-20T09:32:30.217Z[ 19] 7.00-8.00 sec 15.0 MBytes 126 Mbits/sec
17942024-06-20T09:32:30.217Z[SUM] 7.00-8.00 sec 120 MBytes 1.01 Gbits/sec
17952024-06-20T09:32:30.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
17962024-06-20T09:32:30.218Z[ 5] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
17972024-06-20T09:32:30.218Z[ 7] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
17982024-06-20T09:32:30.218Z[ 9] 8.00-9.00 sec 15.2 MBytes 127 Mbits/sec
17992024-06-20T09:32:30.218Z[ 11] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
18002024-06-20T09:32:30.218Z[ 13] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
18012024-06-20T09:32:30.218Z[ 15] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
18022024-06-20T09:32:30.218Z[ 17] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
18032024-06-20T09:32:30.218Z[ 19] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
18042024-06-20T09:32:30.218Z[SUM] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
18052024-06-20T09:32:30.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
18062024-06-20T09:32:30.218Z[ 5] 9.00-10.00 sec 15.3 MBytes 128 Mbits/sec
18072024-06-20T09:32:30.218Z[ 7] 9.00-10.00 sec 15.3 MBytes 129 Mbits/sec
18082024-06-20T09:32:30.218Z[ 9] 9.00-10.00 sec 15.4 MBytes 129 Mbits/sec
18092024-06-20T09:32:30.218Z[ 11] 9.00-10.00 sec 15.4 MBytes 129 Mbits/sec
18102024-06-20T09:32:30.218Z[ 13] 9.00-10.00 sec 15.4 MBytes 129 Mbits/sec
18112024-06-20T09:32:30.218Z[ 15] 9.00-10.00 sec 15.4 MBytes 129 Mbits/sec
18122024-06-20T09:32:30.218Z[ 17] 9.00-10.00 sec 15.4 MBytes 129 Mbits/sec
18132024-06-20T09:32:30.218Z[ 19] 9.00-10.00 sec 15.4 MBytes 129 Mbits/sec
18142024-06-20T09:32:30.218Z[SUM] 9.00-10.00 sec 123 MBytes 1.03 Gbits/sec
18152024-06-20T09:32:30.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
18162024-06-20T09:32:30.218Z[ 5] 10.00-10.00 sec 113 KBytes 319 Mbits/sec
18172024-06-20T09:32:30.218Z[ 7] 10.00-10.00 sec 127 KBytes 359 Mbits/sec
18182024-06-20T09:32:30.218Z[ 9] 10.00-10.00 sec 113 KBytes 319 Mbits/sec
18192024-06-20T09:32:30.218Z[ 11] 10.00-10.00 sec 56.6 KBytes 160 Mbits/sec
18202024-06-20T09:32:30.218Z[ 13] 10.00-10.00 sec 56.6 KBytes 160 Mbits/sec
18212024-06-20T09:32:30.218Z[ 15] 10.00-10.00 sec 70.7 KBytes 200 Mbits/sec
18222024-06-20T09:32:30.218Z[ 17] 10.00-10.00 sec 56.6 KBytes 160 Mbits/sec
18232024-06-20T09:32:30.218Z[ 19] 10.00-10.00 sec 56.6 KBytes 160 Mbits/sec
18242024-06-20T09:32:30.218Z[SUM] 10.00-10.00 sec 650 KBytes 1.83 Gbits/sec
18252024-06-20T09:32:30.219Z- - - - - - - - - - - - - - - - - - - - - - - - -
18262024-06-20T09:32:30.219Z[ ID] Interval Transfer Bandwidth
18272024-06-20T09:32:30.219Z[ 5] 0.00-10.00 sec 152 MBytes 127 Mbits/sec sender
18282024-06-20T09:32:30.219Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18292024-06-20T09:32:30.219Z[ 7] 0.00-10.00 sec 152 MBytes 127 Mbits/sec sender
18302024-06-20T09:32:30.219Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18312024-06-20T09:32:30.219Z[ 9] 0.00-10.00 sec 152 MBytes 127 Mbits/sec sender
18322024-06-20T09:32:30.219Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18332024-06-20T09:32:30.219Z[ 11] 0.00-10.00 sec 152 MBytes 127 Mbits/sec sender
18342024-06-20T09:32:30.219Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18352024-06-20T09:32:30.219Z[ 13] 0.00-10.00 sec 151 MBytes 127 Mbits/sec sender
18362024-06-20T09:32:30.219Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18372024-06-20T09:32:30.219Z[ 15] 0.00-10.00 sec 152 MBytes 127 Mbits/sec sender
18382024-06-20T09:32:30.219Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18392024-06-20T09:32:30.219Z[ 17] 0.00-10.00 sec 152 MBytes 127 Mbits/sec sender
18402024-06-20T09:32:30.219Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18412024-06-20T09:32:30.219Z[ 19] 0.00-10.00 sec 151 MBytes 127 Mbits/sec sender
18422024-06-20T09:32:30.219Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18432024-06-20T09:32:30.219Z[SUM] 0.00-10.00 sec 1.18 GBytes 1.02 Gbits/sec sender
18442024-06-20T09:32:30.219Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18452024-06-20T09:32:30.245ZRun 3/5...1016.816Mbps
18462024-06-20T09:32:37.281Z-----------------------------------------------------------
18472024-06-20T09:32:37.281ZServer listening on 5201
18482024-06-20T09:32:37.281Z-----------------------------------------------------------
18492024-06-20T09:32:37.281ZAccepted connection from 10.0.0.1, port 35908
18502024-06-20T09:32:37.281Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38496
18512024-06-20T09:32:37.281Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54394
18522024-06-20T09:32:37.281Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47196
18532024-06-20T09:32:37.281Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35218
18542024-06-20T09:32:37.281Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47114
18552024-06-20T09:32:37.281Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41788
18562024-06-20T09:32:37.281Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44020
18572024-06-20T09:32:37.281Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53788
18582024-06-20T09:32:37.281Z[ ID] Interval Transfer Bandwidth
18592024-06-20T09:32:37.281Z[ 5] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
18602024-06-20T09:32:37.281Z[ 7] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
18612024-06-20T09:32:37.281Z[ 9] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
18622024-06-20T09:32:37.281Z[ 11] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
18632024-06-20T09:32:37.281Z[ 13] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
18642024-06-20T09:32:37.281Z[ 15] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
18652024-06-20T09:32:37.281Z[ 17] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
18662024-06-20T09:32:37.281Z[ 19] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
18672024-06-20T09:32:37.281Z[SUM] 0.00-1.00 sec 113 MBytes 949 Mbits/sec
18682024-06-20T09:32:37.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
18692024-06-20T09:32:37.282Z[ 5] 1.00-2.00 sec 15.8 MBytes 132 Mbits/sec
18702024-06-20T09:32:37.282Z[ 7] 1.00-2.00 sec 15.8 MBytes 133 Mbits/sec
18712024-06-20T09:32:37.282Z[ 9] 1.00-2.00 sec 15.8 MBytes 132 Mbits/sec
18722024-06-20T09:32:37.282Z[ 11] 1.00-2.00 sec 15.8 MBytes 133 Mbits/sec
18732024-06-20T09:32:37.282Z[ 13] 1.00-2.00 sec 15.9 MBytes 133 Mbits/sec
18742024-06-20T09:32:37.282Z[ 15] 1.00-2.00 sec 15.9 MBytes 133 Mbits/sec
18752024-06-20T09:32:37.282Z[ 17] 1.00-2.00 sec 15.9 MBytes 133 Mbits/sec
18762024-06-20T09:32:37.282Z[ 19] 1.00-2.00 sec 15.8 MBytes 133 Mbits/sec
18772024-06-20T09:32:37.282Z[SUM] 1.00-2.00 sec 127 MBytes 1.06 Gbits/sec
18782024-06-20T09:32:37.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
18792024-06-20T09:32:37.282Z[ 5] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
18802024-06-20T09:32:37.282Z[ 7] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
18812024-06-20T09:32:37.282Z[ 9] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec
18822024-06-20T09:32:37.282Z[ 11] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
18832024-06-20T09:32:37.282Z[ 13] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
18842024-06-20T09:32:37.282Z[ 15] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
18852024-06-20T09:32:37.282Z[ 17] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
18862024-06-20T09:32:37.282Z[ 19] 2.00-3.00 sec 16.2 MBytes 136 Mbits/sec
18872024-06-20T09:32:37.282Z[SUM] 2.00-3.00 sec 129 MBytes 1.08 Gbits/sec
18882024-06-20T09:32:37.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
18892024-06-20T09:32:37.282Z[ 5] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
18902024-06-20T09:32:37.282Z[ 7] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec
18912024-06-20T09:32:37.282Z[ 9] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec
18922024-06-20T09:32:37.282Z[ 11] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
18932024-06-20T09:32:37.282Z[ 13] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
18942024-06-20T09:32:37.282Z[ 15] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec
18952024-06-20T09:32:37.282Z[ 17] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec
18962024-06-20T09:32:37.282Z[ 19] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec
18972024-06-20T09:32:37.282Z[SUM] 3.00-4.00 sec 125 MBytes 1.04 Gbits/sec
18982024-06-20T09:32:37.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
18992024-06-20T09:32:37.282Z[ 5] 4.00-5.00 sec 15.8 MBytes 133 Mbits/sec
19002024-06-20T09:32:37.282Z[ 7] 4.00-5.00 sec 15.8 MBytes 132 Mbits/sec
19012024-06-20T09:32:37.282Z[ 9] 4.00-5.00 sec 15.8 MBytes 132 Mbits/sec
19022024-06-20T09:32:37.282Z[ 11] 4.00-5.00 sec 15.8 MBytes 132 Mbits/sec
19032024-06-20T09:32:37.282Z[ 13] 4.00-5.00 sec 15.7 MBytes 132 Mbits/sec
19042024-06-20T09:32:37.282Z[ 15] 4.00-5.00 sec 15.7 MBytes 132 Mbits/sec
19052024-06-20T09:32:37.282Z[ 17] 4.00-5.00 sec 15.7 MBytes 132 Mbits/sec
19062024-06-20T09:32:37.282Z[ 19] 4.00-5.00 sec 15.8 MBytes 132 Mbits/sec
19072024-06-20T09:32:37.282Z[SUM] 4.00-5.00 sec 126 MBytes 1.06 Gbits/sec
19082024-06-20T09:32:37.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
19092024-06-20T09:32:37.283Z[ 5] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
19102024-06-20T09:32:37.283Z[ 7] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
19112024-06-20T09:32:37.283Z[ 9] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
19122024-06-20T09:32:37.283Z[ 11] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
19132024-06-20T09:32:37.283Z[ 13] 5.00-6.00 sec 16.2 MBytes 136 Mbits/sec
19142024-06-20T09:32:37.283Z[ 15] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
19152024-06-20T09:32:37.283Z[ 17] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
19162024-06-20T09:32:37.283Z[ 19] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec
19172024-06-20T09:32:37.283Z[SUM] 5.00-6.00 sec 129 MBytes 1.08 Gbits/sec
19182024-06-20T09:32:37.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
19192024-06-20T09:32:37.283Z[ 5] 6.00-7.00 sec 15.8 MBytes 133 Mbits/sec
19202024-06-20T09:32:37.283Z[ 7] 6.00-7.00 sec 15.9 MBytes 133 Mbits/sec
19212024-06-20T09:32:37.283Z[ 9] 6.00-7.00 sec 15.9 MBytes 133 Mbits/sec
19222024-06-20T09:32:40.476Z[ 11] 6.00-7.00 sec 15.9 MBytes 133 Mbits/sec
19232024-06-20T09:32:40.476Z[ 13] 6.00-7.00 sec 15.8 MBytes 133 Mbits/sec
19242024-06-20T09:32:40.476Z[ 15] 6.00-7.00 sec 15.8 MBytes 133 Mbits/sec
19252024-06-20T09:32:40.476Z[ 17] 6.00-7.00 sec 15.8 MBytes 133 Mbits/sec
19262024-06-20T09:32:40.477Z[ 19] 6.00-7.00 sec 15.8 MBytes 133 Mbits/sec
19272024-06-20T09:32:40.477Z[SUM] 6.00-7.00 sec 127 MBytes 1.06 Gbits/sec
19282024-06-20T09:32:40.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
19292024-06-20T09:32:40.477Z[ 5] 7.00-8.00 sec 15.8 MBytes 132 Mbits/sec
19302024-06-20T09:32:40.477Z[ 7] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
19312024-06-20T09:32:40.477Z[ 9] 7.00-8.00 sec 15.8 MBytes 133 Mbits/sec
19322024-06-20T09:32:40.477Z[ 11] 7.00-8.00 sec 15.7 MBytes 132 Mbits/sec
19332024-06-20T09:32:40.477Z[ 13] 7.00-8.00 sec 15.8 MBytes 133 Mbits/sec
19342024-06-20T09:32:40.477Z[ 15] 7.00-8.00 sec 15.8 MBytes 133 Mbits/sec
19352024-06-20T09:32:40.477Z[ 17] 7.00-8.00 sec 15.8 MBytes 133 Mbits/sec
19362024-06-20T09:32:40.477Z[ 19] 7.00-8.00 sec 15.8 MBytes 133 Mbits/sec
19372024-06-20T09:32:40.477Z[SUM] 7.00-8.00 sec 126 MBytes 1.06 Gbits/sec
19382024-06-20T09:32:40.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
19392024-06-20T09:32:40.477Z[ 5] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
19402024-06-20T09:32:40.477Z[ 7] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
19412024-06-20T09:32:40.477Z[ 9] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
19422024-06-20T09:32:40.477Z[ 11] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
19432024-06-20T09:32:40.477Z[ 13] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
19442024-06-20T09:32:40.477Z[ 15] 8.00-9.00 sec 15.2 MBytes 128 Mbits/sec
19452024-06-20T09:32:40.477Z[ 17] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
19462024-06-20T09:32:40.477Z[ 19] 8.00-9.00 sec 15.3 MBytes 128 Mbits/sec
19472024-06-20T09:32:40.477Z[SUM] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
19482024-06-20T09:32:40.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
19492024-06-20T09:32:40.477Z[ 5] 9.00-10.00 sec 15.5 MBytes 130 Mbits/sec
19502024-06-20T09:32:40.477Z[ 7] 9.00-10.00 sec 15.5 MBytes 130 Mbits/sec
19512024-06-20T09:32:40.477Z[ 9] 9.00-10.00 sec 15.6 MBytes 131 Mbits/sec
19522024-06-20T09:32:40.477Z[ 11] 9.00-10.00 sec 15.5 MBytes 130 Mbits/sec
19532024-06-20T09:32:40.477Z[ 13] 9.00-10.00 sec 15.5 MBytes 130 Mbits/sec
19542024-06-20T09:32:40.477Z[ 15] 9.00-10.00 sec 15.5 MBytes 130 Mbits/sec
19552024-06-20T09:32:40.477Z[ 17] 9.00-10.00 sec 15.5 MBytes 130 Mbits/sec
19562024-06-20T09:32:40.477Z[ 19] 9.00-10.00 sec 15.5 MBytes 130 Mbits/sec
19572024-06-20T09:32:40.477Z[SUM] 9.00-10.00 sec 124 MBytes 1.04 Gbits/sec
19582024-06-20T09:32:40.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
19592024-06-20T09:32:40.477Z[ 5] 10.00-10.00 sec 113 KBytes 334 Mbits/sec
19602024-06-20T09:32:40.477Z[ 7] 10.00-10.00 sec 56.6 KBytes 167 Mbits/sec
19612024-06-20T09:32:40.477Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19622024-06-20T09:32:40.477Z[ 11] 10.00-10.00 sec 56.6 KBytes 167 Mbits/sec
19632024-06-20T09:32:40.477Z[ 13] 10.00-10.00 sec 56.6 KBytes 167 Mbits/sec
19642024-06-20T09:32:40.478Z[ 15] 10.00-10.00 sec 56.6 KBytes 167 Mbits/sec
19652024-06-20T09:32:40.478Z[ 17] 10.00-10.00 sec 113 KBytes 334 Mbits/sec
19662024-06-20T09:32:40.478Z[ 19] 10.00-10.00 sec 113 KBytes 334 Mbits/sec
19672024-06-20T09:32:40.478Z[SUM] 10.00-10.00 sec 566 KBytes 1.67 Gbits/sec
19682024-06-20T09:32:40.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
19692024-06-20T09:32:40.478Z[ ID] Interval Transfer Bandwidth
19702024-06-20T09:32:40.478Z[ 5] 0.00-10.00 sec 156 MBytes 131 Mbits/sec sender
19712024-06-20T09:32:40.478Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19722024-06-20T09:32:40.478Z[ 7] 0.00-10.00 sec 156 MBytes 131 Mbits/sec sender
19732024-06-20T09:32:40.478Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19742024-06-20T09:32:40.478Z[ 9] 0.00-10.00 sec 156 MBytes 131 Mbits/sec sender
19752024-06-20T09:32:40.478Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19762024-06-20T09:32:40.478Z[ 11] 0.00-10.00 sec 156 MBytes 131 Mbits/sec sender
19772024-06-20T09:32:40.478Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19782024-06-20T09:32:40.478Z[ 13] 0.00-10.00 sec 156 MBytes 131 Mbits/sec sender
19792024-06-20T09:32:40.478Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19802024-06-20T09:32:40.478Z[ 15] 0.00-10.00 sec 156 MBytes 131 Mbits/sec sender
19812024-06-20T09:32:40.478Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19822024-06-20T09:32:40.478Z[ 17] 0.00-10.00 sec 156 MBytes 131 Mbits/sec sender
19832024-06-20T09:32:40.478Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19842024-06-20T09:32:40.478Z[ 19] 0.00-10.00 sec 156 MBytes 131 Mbits/sec sender
19852024-06-20T09:32:40.478Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19862024-06-20T09:32:40.478Z[SUM] 0.00-10.00 sec 1.22 GBytes 1.05 Gbits/sec sender
19872024-06-20T09:32:40.478Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19882024-06-20T09:32:40.504ZRun 4/5...1047.143Mbps
19892024-06-20T09:32:47.519Z-----------------------------------------------------------
19902024-06-20T09:32:47.519ZServer listening on 5201
19912024-06-20T09:32:47.519Z-----------------------------------------------------------
19922024-06-20T09:32:47.519ZAccepted connection from 10.0.0.1, port 39064
19932024-06-20T09:32:47.519Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64451
19942024-06-20T09:32:47.519Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58357
19952024-06-20T09:32:47.519Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46728
19962024-06-20T09:32:47.519Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61297
19972024-06-20T09:32:47.519Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34711
19982024-06-20T09:32:47.519Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58021
19992024-06-20T09:32:47.519Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62630
20002024-06-20T09:32:47.519Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48724
20012024-06-20T09:32:47.519Z[ ID] Interval Transfer Bandwidth
20022024-06-20T09:32:47.519Z[ 5] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec
20032024-06-20T09:32:47.519Z[ 7] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec
20042024-06-20T09:32:47.519Z[ 9] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
20052024-06-20T09:32:47.519Z[ 11] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
20062024-06-20T09:32:47.519Z[ 13] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
20072024-06-20T09:32:47.519Z[ 15] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
20082024-06-20T09:32:47.519Z[ 17] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
20092024-06-20T09:32:47.519Z[ 19] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
20102024-06-20T09:32:47.519Z[SUM] 0.00-1.00 sec 115 MBytes 966 Mbits/sec
20112024-06-20T09:32:47.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
20122024-06-20T09:32:47.519Z[ 5] 1.00-2.00 sec 15.4 MBytes 130 Mbits/sec
20132024-06-20T09:32:47.519Z[ 7] 1.00-2.00 sec 15.3 MBytes 129 Mbits/sec
20142024-06-20T09:32:47.519Z[ 9] 1.00-2.00 sec 15.4 MBytes 130 Mbits/sec
20152024-06-20T09:32:47.520Z[ 11] 1.00-2.00 sec 15.4 MBytes 129 Mbits/sec
20162024-06-20T09:32:47.520Z[ 13] 1.00-2.00 sec 15.4 MBytes 129 Mbits/sec
20172024-06-20T09:32:47.520Z[ 15] 1.00-2.00 sec 15.4 MBytes 129 Mbits/sec
20182024-06-20T09:32:47.520Z[ 17] 1.00-2.00 sec 15.4 MBytes 129 Mbits/sec
20192024-06-20T09:32:47.520Z[ 19] 1.00-2.00 sec 15.4 MBytes 129 Mbits/sec
20202024-06-20T09:32:47.520Z[SUM] 1.00-2.00 sec 123 MBytes 1.03 Gbits/sec
20212024-06-20T09:32:47.520Z- - - - - - - - - - - - - - - - - - - - - - - - -
20222024-06-20T09:32:47.520Z[ 5] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
20232024-06-20T09:32:47.520Z[ 7] 2.00-3.00 sec 15.6 MBytes 131 Mbits/sec
20242024-06-20T09:32:47.520Z[ 9] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
20252024-06-20T09:32:47.520Z[ 11] 2.00-3.00 sec 15.6 MBytes 131 Mbits/sec
20262024-06-20T09:32:47.545Z[ 13] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
20272024-06-20T09:32:47.545Z[ 15] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec
20282024-06-20T09:32:47.545Z[ 17] 2.00-3.00 sec 15.6 MBytes 131 Mbits/sec
20292024-06-20T09:32:47.545Z[ 19] 2.00-3.00 sec 15.6 MBytes 131 Mbits/sec
20302024-06-20T09:32:47.545Z[SUM] 2.00-3.00 sec 125 MBytes 1.04 Gbits/sec
20312024-06-20T09:32:47.545Z- - - - - - - - - - - - - - - - - - - - - - - - -
20322024-06-20T09:32:47.545Z[ 5] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
20332024-06-20T09:32:47.546Z[ 7] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
20342024-06-20T09:32:47.546Z[ 9] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec
20352024-06-20T09:32:47.546Z[ 11] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec
20362024-06-20T09:32:47.546Z[ 13] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec
20372024-06-20T09:32:47.546Z[ 15] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
20382024-06-20T09:32:47.546Z[ 17] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
20392024-06-20T09:32:47.546Z[ 19] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec
20402024-06-20T09:32:47.546Z[SUM] 3.00-4.00 sec 124 MBytes 1.04 Gbits/sec
20412024-06-20T09:32:47.546Z- - - - - - - - - - - - - - - - - - - - - - - - -
20422024-06-20T09:32:47.546Z[ 5] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
20432024-06-20T09:32:47.546Z[ 7] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
20442024-06-20T09:32:47.546Z[ 9] 4.00-5.00 sec 15.3 MBytes 128 Mbits/sec
20452024-06-20T09:32:47.546Z[ 11] 4.00-5.00 sec 15.3 MBytes 128 Mbits/sec
20462024-06-20T09:32:47.546Z[ 13] 4.00-5.00 sec 15.3 MBytes 128 Mbits/sec
20472024-06-20T09:32:47.546Z[ 15] 4.00-5.00 sec 15.3 MBytes 129 Mbits/sec
20482024-06-20T09:32:47.546Z[ 17] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
20492024-06-20T09:32:47.546Z[ 19] 4.00-5.00 sec 15.4 MBytes 129 Mbits/sec
20502024-06-20T09:32:47.546Z[SUM] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
20512024-06-20T09:32:47.546Z- - - - - - - - - - - - - - - - - - - - - - - - -
20522024-06-20T09:32:47.546Z[ 5] 5.00-6.00 sec 15.1 MBytes 126 Mbits/sec
20532024-06-20T09:32:47.546Z[ 7] 5.00-6.00 sec 15.2 MBytes 127 Mbits/sec
20542024-06-20T09:32:47.546Z[ 9] 5.00-6.00 sec 15.2 MBytes 128 Mbits/sec
20552024-06-20T09:32:47.546Z[ 11] 5.00-6.00 sec 15.2 MBytes 128 Mbits/sec
20562024-06-20T09:32:47.546Z[ 13] 5.00-6.00 sec 15.2 MBytes 128 Mbits/sec
20572024-06-20T09:32:47.546Z[ 15] 5.00-6.00 sec 15.1 MBytes 127 Mbits/sec
20582024-06-20T09:32:47.546Z[ 17] 5.00-6.00 sec 15.1 MBytes 127 Mbits/sec
20592024-06-20T09:32:47.546Z[ 19] 5.00-6.00 sec 15.1 MBytes 127 Mbits/sec
20602024-06-20T09:32:47.546Z[SUM] 5.00-6.00 sec 121 MBytes 1.02 Gbits/sec
20612024-06-20T09:32:47.546Z- - - - - - - - - - - - - - - - - - - - - - - - -
20622024-06-20T09:32:47.546Z[ 5] 6.00-7.00 sec 15.1 MBytes 126 Mbits/sec
20632024-06-20T09:32:47.546Z[ 7] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
20642024-06-20T09:32:47.546Z[ 9] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
20652024-06-20T09:32:50.736Z[ 11] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
20662024-06-20T09:32:50.736Z[ 13] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
20672024-06-20T09:32:50.736Z[ 15] 6.00-7.00 sec 15.1 MBytes 127 Mbits/sec
20682024-06-20T09:32:50.736Z[ 17] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
20692024-06-20T09:32:50.736Z[ 19] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec
20702024-06-20T09:32:50.736Z[SUM] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
20712024-06-20T09:32:50.736Z- - - - - - - - - - - - - - - - - - - - - - - - -
20722024-06-20T09:32:50.737Z[ 5] 7.00-8.00 sec 15.6 MBytes 131 Mbits/sec
20732024-06-20T09:32:50.737Z[ 7] 7.00-8.00 sec 15.6 MBytes 131 Mbits/sec
20742024-06-20T09:32:50.737Z[ 9] 7.00-8.00 sec 15.5 MBytes 130 Mbits/sec
20752024-06-20T09:32:50.737Z[ 11] 7.00-8.00 sec 15.5 MBytes 130 Mbits/sec
20762024-06-20T09:32:50.737Z[ 13] 7.00-8.00 sec 15.6 MBytes 131 Mbits/sec
20772024-06-20T09:32:50.737Z[ 15] 7.00-8.00 sec 15.6 MBytes 131 Mbits/sec
20782024-06-20T09:32:50.737Z[ 17] 7.00-8.00 sec 15.6 MBytes 131 Mbits/sec
20792024-06-20T09:32:50.737Z[ 19] 7.00-8.00 sec 15.7 MBytes 131 Mbits/sec
20802024-06-20T09:32:50.737Z[SUM] 7.00-8.00 sec 125 MBytes 1.05 Gbits/sec
20812024-06-20T09:32:50.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
20822024-06-20T09:32:50.737Z[ 5] 8.00-9.00 sec 15.0 MBytes 126 Mbits/sec
20832024-06-20T09:32:50.737Z[ 7] 8.00-9.00 sec 15.0 MBytes 126 Mbits/sec
20842024-06-20T09:32:50.737Z[ 9] 8.00-9.00 sec 15.0 MBytes 126 Mbits/sec
20852024-06-20T09:32:50.737Z[ 11] 8.00-9.00 sec 15.1 MBytes 127 Mbits/sec
20862024-06-20T09:32:50.737Z[ 13] 8.00-9.00 sec 15.0 MBytes 126 Mbits/sec
20872024-06-20T09:32:50.737Z[ 15] 8.00-9.00 sec 15.0 MBytes 126 Mbits/sec
20882024-06-20T09:32:50.737Z[ 17] 8.00-9.00 sec 15.0 MBytes 126 Mbits/sec
20892024-06-20T09:32:50.737Z[ 19] 8.00-9.00 sec 14.9 MBytes 125 Mbits/sec
20902024-06-20T09:32:50.737Z[SUM] 8.00-9.00 sec 120 MBytes 1.01 Gbits/sec
20912024-06-20T09:32:50.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
20922024-06-20T09:32:50.737Z[ 5] 9.00-10.00 sec 15.3 MBytes 128 Mbits/sec
20932024-06-20T09:32:50.737Z[ 7] 9.00-10.00 sec 15.2 MBytes 128 Mbits/sec
20942024-06-20T09:32:50.737Z[ 9] 9.00-10.00 sec 15.2 MBytes 128 Mbits/sec
20952024-06-20T09:32:50.737Z[ 11] 9.00-10.00 sec 15.2 MBytes 127 Mbits/sec
20962024-06-20T09:32:50.737Z[ 13] 9.00-10.00 sec 15.2 MBytes 128 Mbits/sec
20972024-06-20T09:32:50.737Z[ 15] 9.00-10.00 sec 15.3 MBytes 128 Mbits/sec
20982024-06-20T09:32:50.737Z[ 17] 9.00-10.00 sec 15.3 MBytes 128 Mbits/sec
20992024-06-20T09:32:50.737Z[ 19] 9.00-10.00 sec 15.3 MBytes 128 Mbits/sec
21002024-06-20T09:32:50.737Z[SUM] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
21012024-06-20T09:32:50.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
21022024-06-20T09:32:50.737Z[ 5] 10.00-10.00 sec 56.6 KBytes 154 Mbits/sec
21032024-06-20T09:32:50.737Z[ 7] 10.00-10.00 sec 127 KBytes 346 Mbits/sec
21042024-06-20T09:32:50.737Z[ 9] 10.00-10.00 sec 113 KBytes 307 Mbits/sec
21052024-06-20T09:32:50.737Z[ 11] 10.00-10.00 sec 113 KBytes 307 Mbits/sec
21062024-06-20T09:32:50.737Z[ 13] 10.00-10.00 sec 113 KBytes 307 Mbits/sec
21072024-06-20T09:32:50.737Z[ 15] 10.00-10.00 sec 56.6 KBytes 154 Mbits/sec
21082024-06-20T09:32:50.737Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21092024-06-20T09:32:50.737Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21102024-06-20T09:32:50.738Z[SUM] 10.00-10.00 sec 580 KBytes 1.57 Gbits/sec
21112024-06-20T09:32:50.738Z- - - - - - - - - - - - - - - - - - - - - - - - -
21122024-06-20T09:32:50.738Z[ ID] Interval Transfer Bandwidth
21132024-06-20T09:32:50.738Z[ 5] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
21142024-06-20T09:32:50.738Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21152024-06-20T09:32:50.738Z[ 7] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
21162024-06-20T09:32:50.738Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21172024-06-20T09:32:50.738Z[ 9] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
21182024-06-20T09:32:50.738Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21192024-06-20T09:32:50.738Z[ 11] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
21202024-06-20T09:32:50.738Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21212024-06-20T09:32:50.738Z[ 13] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
21222024-06-20T09:32:50.738Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21232024-06-20T09:32:50.738Z[ 15] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
21242024-06-20T09:32:50.738Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21252024-06-20T09:32:50.738Z[ 17] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
21262024-06-20T09:32:50.738Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21272024-06-20T09:32:50.738Z[ 19] 0.00-10.00 sec 152 MBytes 128 Mbits/sec sender
21282024-06-20T09:32:50.738Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21292024-06-20T09:32:50.738Z[SUM] 0.00-10.00 sec 1.19 GBytes 1.02 Gbits/sec sender
21302024-06-20T09:32:50.738Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21312024-06-20T09:32:50.764ZRun 5/5...1022.608Mbps
21322024-06-20T09:32:50.764Z###---------------------###
21332024-06-20T09:32:50.764Z::: iPerf done... :::
21342024-06-20T09:32:50.764Z:::Awaiting out files...:::
21352024-06-20T09:32:50.764Z###---------------------###
21362024-06-20T09:32:50.764Z###-----###
21372024-06-20T09:32:50.764Z:::done!:::
21382024-06-20T09:32:50.764Z###-----###
21392024-06-20T09:32:50.764Z###-------------------###
21402024-06-20T09:32:50.764Z:::Running experiment :::
21412024-06-20T09:32:50.764Z:::iperf-tcp/local/c2s:::
21422024-06-20T09:32:50.764Z###-------------------###
21432024-06-20T09:32:51.139Zdtrace: description 'profile-201us ' matched 2 probes
21442024-06-20T09:32:57.805Z-----------------------------------------------------------
21452024-06-20T09:32:57.805ZServer listening on 5201
21462024-06-20T09:32:57.805Z-----------------------------------------------------------
21472024-06-20T09:32:57.805ZAccepted connection from 10.0.0.1, port 55592
21482024-06-20T09:32:57.805Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49314
21492024-06-20T09:32:57.805Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36313
21502024-06-20T09:32:57.805Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51294
21512024-06-20T09:32:57.805Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54957
21522024-06-20T09:32:57.805Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33695
21532024-06-20T09:32:57.805Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42038
21542024-06-20T09:32:57.805Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56442
21552024-06-20T09:32:57.805Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55242
21562024-06-20T09:32:57.805Z[ ID] Interval Transfer Bandwidth
21572024-06-20T09:32:57.805Z[ 5] 0.00-1.00 sec 10.9 MBytes 91.8 Mbits/sec
21582024-06-20T09:32:57.805Z[ 7] 0.00-1.00 sec 10.9 MBytes 91.1 Mbits/sec
21592024-06-20T09:32:57.806Z[ 9] 0.00-1.00 sec 10.8 MBytes 90.8 Mbits/sec
21602024-06-20T09:32:57.806Z[ 11] 0.00-1.00 sec 10.8 MBytes 90.8 Mbits/sec
21612024-06-20T09:32:57.806Z[ 13] 0.00-1.00 sec 10.7 MBytes 90.0 Mbits/sec
21622024-06-20T09:32:57.806Z[ 15] 0.00-1.00 sec 10.7 MBytes 89.7 Mbits/sec
21632024-06-20T09:32:57.806Z[ 17] 0.00-1.00 sec 10.7 MBytes 89.7 Mbits/sec
21642024-06-20T09:32:57.806Z[ 19] 0.00-1.00 sec 10.7 MBytes 89.7 Mbits/sec
21652024-06-20T09:32:57.806Z[SUM] 0.00-1.00 sec 86.3 MBytes 724 Mbits/sec
21662024-06-20T09:32:57.806Z- - - - - - - - - - - - - - - - - - - - - - - - -
21672024-06-20T09:32:57.806Z[ 5] 1.00-2.00 sec 9.60 MBytes 80.5 Mbits/sec
21682024-06-20T09:32:57.806Z[ 7] 1.00-2.00 sec 9.56 MBytes 80.2 Mbits/sec
21692024-06-20T09:32:57.806Z[ 9] 1.00-2.00 sec 9.54 MBytes 80.0 Mbits/sec
21702024-06-20T09:32:57.806Z[ 11] 1.00-2.00 sec 9.48 MBytes 79.5 Mbits/sec
21712024-06-20T09:32:57.806Z[ 13] 1.00-2.00 sec 9.57 MBytes 80.3 Mbits/sec
21722024-06-20T09:32:57.806Z[ 15] 1.00-2.00 sec 9.60 MBytes 80.5 Mbits/sec
21732024-06-20T09:32:57.806Z[ 17] 1.00-2.00 sec 9.60 MBytes 80.5 Mbits/sec
21742024-06-20T09:32:57.806Z[ 19] 1.00-2.00 sec 9.53 MBytes 80.0 Mbits/sec
21752024-06-20T09:32:57.806Z[SUM] 1.00-2.00 sec 76.5 MBytes 642 Mbits/sec
21762024-06-20T09:32:57.806Z- - - - - - - - - - - - - - - - - - - - - - - - -
21772024-06-20T09:32:57.806Z[ 5] 2.00-3.00 sec 9.84 MBytes 82.6 Mbits/sec
21782024-06-20T09:32:57.806Z[ 7] 2.00-3.00 sec 9.84 MBytes 82.6 Mbits/sec
21792024-06-20T09:32:57.806Z[ 9] 2.00-3.00 sec 9.78 MBytes 82.1 Mbits/sec
21802024-06-20T09:32:57.806Z[ 11] 2.00-3.00 sec 9.84 MBytes 82.6 Mbits/sec
21812024-06-20T09:32:57.806Z[ 13] 2.00-3.00 sec 9.84 MBytes 82.6 Mbits/sec
21822024-06-20T09:32:57.806Z[ 15] 2.00-3.00 sec 9.81 MBytes 82.3 Mbits/sec
21832024-06-20T09:32:57.806Z[ 17] 2.00-3.00 sec 9.73 MBytes 81.6 Mbits/sec
21842024-06-20T09:32:57.806Z[ 19] 2.00-3.00 sec 9.79 MBytes 82.1 Mbits/sec
21852024-06-20T09:32:57.806Z[SUM] 2.00-3.00 sec 78.5 MBytes 658 Mbits/sec
21862024-06-20T09:32:57.806Z- - - - - - - - - - - - - - - - - - - - - - - - -
21872024-06-20T09:32:57.806Z[ 5] 3.00-4.00 sec 9.36 MBytes 78.5 Mbits/sec
21882024-06-20T09:32:57.806Z[ 7] 3.00-4.00 sec 9.36 MBytes 78.5 Mbits/sec
21892024-06-20T09:32:57.806Z[ 9] 3.00-4.00 sec 9.37 MBytes 78.6 Mbits/sec
21902024-06-20T09:32:57.806Z[ 11] 3.00-4.00 sec 9.36 MBytes 78.5 Mbits/sec
21912024-06-20T09:32:57.806Z[ 13] 3.00-4.00 sec 9.36 MBytes 78.5 Mbits/sec
21922024-06-20T09:32:57.806Z[ 15] 3.00-4.00 sec 9.39 MBytes 78.8 Mbits/sec
21932024-06-20T09:32:57.806Z[ 17] 3.00-4.00 sec 9.42 MBytes 79.0 Mbits/sec
21942024-06-20T09:32:57.806Z[ 19] 3.00-4.00 sec 9.39 MBytes 78.7 Mbits/sec
21952024-06-20T09:32:57.806Z[SUM] 3.00-4.00 sec 75.0 MBytes 629 Mbits/sec
21962024-06-20T09:32:57.806Z- - - - - - - - - - - - - - - - - - - - - - - - -
21972024-06-20T09:32:57.806Z[ 5] 4.00-5.00 sec 9.36 MBytes 78.5 Mbits/sec
21982024-06-20T09:32:57.806Z[ 7] 4.00-5.00 sec 9.36 MBytes 78.5 Mbits/sec
21992024-06-20T09:32:57.807Z[ 9] 4.00-5.00 sec 9.42 MBytes 79.0 Mbits/sec
22002024-06-20T09:32:57.807Z[ 11] 4.00-5.00 sec 9.37 MBytes 78.6 Mbits/sec
22012024-06-20T09:32:57.807Z[ 13] 4.00-5.00 sec 9.36 MBytes 78.5 Mbits/sec
22022024-06-20T09:32:57.807Z[ 15] 4.00-5.00 sec 9.36 MBytes 78.5 Mbits/sec
22032024-06-20T09:32:57.807Z[ 17] 4.00-5.00 sec 9.41 MBytes 78.9 Mbits/sec
22042024-06-20T09:32:57.807Z[ 19] 4.00-5.00 sec 9.38 MBytes 78.7 Mbits/sec
22052024-06-20T09:32:57.807Z[SUM] 4.00-5.00 sec 75.0 MBytes 629 Mbits/sec
22062024-06-20T09:32:57.807Z- - - - - - - - - - - - - - - - - - - - - - - - -
22072024-06-20T09:32:57.807Z[ 5] 5.00-6.00 sec 9.56 MBytes 80.2 Mbits/sec
22082024-06-20T09:32:57.807Z[ 7] 5.00-6.00 sec 9.60 MBytes 80.5 Mbits/sec
22092024-06-20T09:32:57.807Z[ 9] 5.00-6.00 sec 9.52 MBytes 79.8 Mbits/sec
22102024-06-20T09:32:57.807Z[ 11] 5.00-6.00 sec 9.59 MBytes 80.4 Mbits/sec
22112024-06-20T09:32:57.807Z[ 13] 5.00-6.00 sec 9.60 MBytes 80.5 Mbits/sec
22122024-06-20T09:32:57.807Z[ 15] 5.00-6.00 sec 9.51 MBytes 79.8 Mbits/sec
22132024-06-20T09:32:57.807Z[ 17] 5.00-6.00 sec 9.48 MBytes 79.5 Mbits/sec
22142024-06-20T09:32:57.807Z[ 19] 5.00-6.00 sec 9.55 MBytes 80.1 Mbits/sec
22152024-06-20T09:32:57.807Z[SUM] 5.00-6.00 sec 76.4 MBytes 641 Mbits/sec
22162024-06-20T09:32:57.807Z- - - - - - - - - - - - - - - - - - - - - - - - -
22172024-06-20T09:32:57.807Z[ 5] 6.00-7.00 sec 10.0 MBytes 83.9 Mbits/sec
22182024-06-20T09:32:57.807Z[ 7] 6.00-7.00 sec 10.0 MBytes 83.9 Mbits/sec
22192024-06-20T09:32:57.807Z[ 9] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
22202024-06-20T09:33:01.006Z[ 11] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
22212024-06-20T09:33:01.006Z[ 13] 6.00-7.00 sec 10.1 MBytes 84.4 Mbits/sec
22222024-06-20T09:33:01.006Z[ 15] 6.00-7.00 sec 10.1 MBytes 84.4 Mbits/sec
22232024-06-20T09:33:01.006Z[ 17] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
22242024-06-20T09:33:01.006Z[ 19] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
22252024-06-20T09:33:01.006Z[SUM] 6.00-7.00 sec 80.5 MBytes 675 Mbits/sec
22262024-06-20T09:33:01.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
22272024-06-20T09:33:01.006Z[ 5] 7.00-8.00 sec 10.1 MBytes 84.6 Mbits/sec
22282024-06-20T09:33:01.006Z[ 7] 7.00-8.00 sec 10.0 MBytes 84.3 Mbits/sec
22292024-06-20T09:33:01.006Z[ 9] 7.00-8.00 sec 9.98 MBytes 83.8 Mbits/sec
22302024-06-20T09:33:01.006Z[ 11] 7.00-8.00 sec 9.96 MBytes 83.6 Mbits/sec
22312024-06-20T09:33:01.006Z[ 13] 7.00-8.00 sec 10.0 MBytes 83.8 Mbits/sec
22322024-06-20T09:33:01.006Z[ 15] 7.00-8.00 sec 10.1 MBytes 84.6 Mbits/sec
22332024-06-20T09:33:01.006Z[ 17] 7.00-8.00 sec 10.0 MBytes 84.0 Mbits/sec
22342024-06-20T09:33:01.007Z[ 19] 7.00-8.00 sec 9.98 MBytes 83.8 Mbits/sec
22352024-06-20T09:33:01.007Z[SUM] 7.00-8.00 sec 80.2 MBytes 672 Mbits/sec
22362024-06-20T09:33:01.007Z- - - - - - - - - - - - - - - - - - - - - - - - -
22372024-06-20T09:33:01.007Z[ 5] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
22382024-06-20T09:33:01.007Z[ 7] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
22392024-06-20T09:33:01.007Z[ 9] 8.00-9.00 sec 9.34 MBytes 78.3 Mbits/sec
22402024-06-20T09:33:01.007Z[ 11] 8.00-9.00 sec 9.28 MBytes 77.9 Mbits/sec
22412024-06-20T09:33:01.007Z[ 13] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
22422024-06-20T09:33:01.007Z[ 15] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
22432024-06-20T09:33:01.007Z[ 17] 8.00-9.00 sec 9.31 MBytes 78.1 Mbits/sec
22442024-06-20T09:33:01.007Z[ 19] 8.00-9.00 sec 9.33 MBytes 78.2 Mbits/sec
22452024-06-20T09:33:01.007Z[SUM] 8.00-9.00 sec 74.2 MBytes 622 Mbits/sec
22462024-06-20T09:33:01.007Z- - - - - - - - - - - - - - - - - - - - - - - - -
22472024-06-20T09:33:01.007Z[ 5] 9.00-10.00 sec 9.48 MBytes 79.5 Mbits/sec
22482024-06-20T09:33:01.007Z[ 7] 9.00-10.00 sec 9.48 MBytes 79.5 Mbits/sec
22492024-06-20T09:33:01.007Z[ 9] 9.00-10.00 sec 9.47 MBytes 79.4 Mbits/sec
22502024-06-20T09:33:01.007Z[ 11] 9.00-10.00 sec 9.46 MBytes 79.4 Mbits/sec
22512024-06-20T09:33:01.007Z[ 13] 9.00-10.00 sec 9.48 MBytes 79.5 Mbits/sec
22522024-06-20T09:33:01.007Z[ 15] 9.00-10.00 sec 9.48 MBytes 79.5 Mbits/sec
22532024-06-20T09:33:01.007Z[ 17] 9.00-10.00 sec 9.48 MBytes 79.5 Mbits/sec
22542024-06-20T09:33:01.007Z[ 19] 9.00-10.00 sec 9.45 MBytes 79.3 Mbits/sec
22552024-06-20T09:33:01.007Z[SUM] 9.00-10.00 sec 75.8 MBytes 636 Mbits/sec
22562024-06-20T09:33:01.007Z- - - - - - - - - - - - - - - - - - - - - - - - -
22572024-06-20T09:33:01.007Z[ 5] 10.00-10.01 sec 90.5 KBytes 137 Mbits/sec
22582024-06-20T09:33:01.007Z[ 7] 10.00-10.01 sec 124 KBytes 188 Mbits/sec
22592024-06-20T09:33:01.007Z[ 9] 10.00-10.01 sec 11.3 KBytes 17.1 Mbits/sec
22602024-06-20T09:33:01.007Z[ 11] 10.00-10.01 sec 96.2 KBytes 145 Mbits/sec
22612024-06-20T09:33:01.007Z[ 13] 10.00-10.01 sec 124 KBytes 188 Mbits/sec
22622024-06-20T09:33:01.007Z[ 15] 10.00-10.01 sec 17.0 KBytes 25.6 Mbits/sec
22632024-06-20T09:33:01.007Z[ 17] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
22642024-06-20T09:33:01.007Z[ 19] 10.00-10.01 sec 38.2 KBytes 57.6 Mbits/sec
22652024-06-20T09:33:01.007Z[SUM] 10.00-10.01 sec 502 KBytes 757 Mbits/sec
22662024-06-20T09:33:01.007Z- - - - - - - - - - - - - - - - - - - - - - - - -
22672024-06-20T09:33:01.007Z[ ID] Interval Transfer Bandwidth
22682024-06-20T09:33:01.007Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22692024-06-20T09:33:01.007Z[ 5] 0.00-10.01 sec 97.6 MBytes 81.8 Mbits/sec receiver
22702024-06-20T09:33:01.007Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22712024-06-20T09:33:01.007Z[ 7] 0.00-10.01 sec 97.5 MBytes 81.7 Mbits/sec receiver
22722024-06-20T09:33:01.007Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22732024-06-20T09:33:01.008Z[ 9] 0.00-10.01 sec 97.3 MBytes 81.6 Mbits/sec receiver
22742024-06-20T09:33:01.008Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22752024-06-20T09:33:01.008Z[ 11] 0.00-10.01 sec 97.3 MBytes 81.6 Mbits/sec receiver
22762024-06-20T09:33:01.008Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22772024-06-20T09:33:01.008Z[ 13] 0.00-10.01 sec 97.3 MBytes 81.6 Mbits/sec receiver
22782024-06-20T09:33:01.008Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22792024-06-20T09:33:01.008Z[ 15] 0.00-10.01 sec 97.2 MBytes 81.5 Mbits/sec receiver
22802024-06-20T09:33:01.008Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22812024-06-20T09:33:01.008Z[ 17] 0.00-10.01 sec 97.2 MBytes 81.5 Mbits/sec receiver
22822024-06-20T09:33:01.008Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22832024-06-20T09:33:01.008Z[ 19] 0.00-10.01 sec 97.2 MBytes 81.5 Mbits/sec receiver
22842024-06-20T09:33:01.008Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
22852024-06-20T09:33:01.008Z[SUM] 0.00-10.01 sec 779 MBytes 653 Mbits/sec receiver
22862024-06-20T09:33:01.033ZRun 1/10...653.4203736278699Mbps
22872024-06-20T09:33:08.079Z-----------------------------------------------------------
22882024-06-20T09:33:08.079ZServer listening on 5201
22892024-06-20T09:33:08.079Z-----------------------------------------------------------
22902024-06-20T09:33:08.079ZAccepted connection from 10.0.0.1, port 50457
22912024-06-20T09:33:08.079Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34736
22922024-06-20T09:33:08.079Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57458
22932024-06-20T09:33:08.079Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35668
22942024-06-20T09:33:08.079Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32939
22952024-06-20T09:33:08.079Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59435
22962024-06-20T09:33:08.080Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52191
22972024-06-20T09:33:08.080Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54672
22982024-06-20T09:33:08.080Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57300
22992024-06-20T09:33:08.080Z[ ID] Interval Transfer Bandwidth
23002024-06-20T09:33:08.080Z[ 5] 0.00-1.00 sec 9.48 MBytes 79.6 Mbits/sec
23012024-06-20T09:33:08.080Z[ 7] 0.00-1.00 sec 9.36 MBytes 78.5 Mbits/sec
23022024-06-20T09:33:08.080Z[ 9] 0.00-1.00 sec 9.36 MBytes 78.5 Mbits/sec
23032024-06-20T09:33:08.080Z[ 11] 0.00-1.00 sec 9.28 MBytes 77.9 Mbits/sec
23042024-06-20T09:33:08.080Z[ 13] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
23052024-06-20T09:33:08.080Z[ 15] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
23062024-06-20T09:33:08.080Z[ 17] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
23072024-06-20T09:33:08.080Z[ 19] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
23082024-06-20T09:33:08.080Z[SUM] 0.00-1.00 sec 74.5 MBytes 625 Mbits/sec
23092024-06-20T09:33:08.080Z- - - - - - - - - - - - - - - - - - - - - - - - -
23102024-06-20T09:33:08.080Z[ 5] 1.00-2.00 sec 10.3 MBytes 86.8 Mbits/sec
23112024-06-20T09:33:08.080Z[ 7] 1.00-2.00 sec 10.4 MBytes 86.9 Mbits/sec
23122024-06-20T09:33:08.080Z[ 9] 1.00-2.00 sec 10.3 MBytes 86.6 Mbits/sec
23132024-06-20T09:33:08.080Z[ 11] 1.00-2.00 sec 10.4 MBytes 87.3 Mbits/sec
23142024-06-20T09:33:08.080Z[ 13] 1.00-2.00 sec 10.5 MBytes 87.7 Mbits/sec
23152024-06-20T09:33:08.080Z[ 15] 1.00-2.00 sec 10.4 MBytes 86.9 Mbits/sec
23162024-06-20T09:33:08.080Z[ 17] 1.00-2.00 sec 10.3 MBytes 86.6 Mbits/sec
23172024-06-20T09:33:08.080Z[ 19] 1.00-2.00 sec 10.3 MBytes 86.6 Mbits/sec
23182024-06-20T09:33:08.080Z[SUM] 1.00-2.00 sec 82.9 MBytes 695 Mbits/sec
23192024-06-20T09:33:08.080Z- - - - - - - - - - - - - - - - - - - - - - - - -
23202024-06-20T09:33:08.080Z[ 5] 2.00-3.00 sec 10.5 MBytes 87.8 Mbits/sec
23212024-06-20T09:33:08.080Z[ 7] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
23222024-06-20T09:33:08.080Z[ 9] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
23232024-06-20T09:33:08.080Z[ 11] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
23242024-06-20T09:33:08.080Z[ 13] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
23252024-06-20T09:33:08.080Z[ 15] 2.00-3.00 sec 10.5 MBytes 87.8 Mbits/sec
23262024-06-20T09:33:08.080Z[ 17] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
23272024-06-20T09:33:08.080Z[ 19] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
23282024-06-20T09:33:08.080Z[SUM] 2.00-3.00 sec 83.6 MBytes 702 Mbits/sec
23292024-06-20T09:33:08.080Z- - - - - - - - - - - - - - - - - - - - - - - - -
23302024-06-20T09:33:08.080Z[ 5] 3.00-4.00 sec 10.3 MBytes 86.4 Mbits/sec
23312024-06-20T09:33:08.080Z[ 7] 3.00-4.00 sec 10.3 MBytes 86.4 Mbits/sec
23322024-06-20T09:33:08.080Z[ 9] 3.00-4.00 sec 10.3 MBytes 86.6 Mbits/sec
23332024-06-20T09:33:08.080Z[ 11] 3.00-4.00 sec 10.3 MBytes 86.2 Mbits/sec
23342024-06-20T09:33:08.080Z[ 13] 3.00-4.00 sec 10.2 MBytes 85.6 Mbits/sec
23352024-06-20T09:33:08.081Z[ 15] 3.00-4.00 sec 10.3 MBytes 86.3 Mbits/sec
23362024-06-20T09:33:08.081Z[ 17] 3.00-4.00 sec 10.3 MBytes 86.6 Mbits/sec
23372024-06-20T09:33:08.081Z[ 19] 3.00-4.00 sec 10.3 MBytes 86.6 Mbits/sec
23382024-06-20T09:33:08.081Z[SUM] 3.00-4.00 sec 82.4 MBytes 691 Mbits/sec
23392024-06-20T09:33:08.081Z- - - - - - - - - - - - - - - - - - - - - - - - -
23402024-06-20T09:33:08.081Z[ 5] 4.00-5.00 sec 10.3 MBytes 86.7 Mbits/sec
23412024-06-20T09:33:08.081Z[ 7] 4.00-5.00 sec 10.3 MBytes 86.7 Mbits/sec
23422024-06-20T09:33:08.081Z[ 9] 4.00-5.00 sec 10.3 MBytes 86.7 Mbits/sec
23432024-06-20T09:33:08.081Z[ 11] 4.00-5.00 sec 10.4 MBytes 87.0 Mbits/sec
23442024-06-20T09:33:08.081Z[ 13] 4.00-5.00 sec 10.3 MBytes 86.7 Mbits/sec
23452024-06-20T09:33:08.081Z[ 15] 4.00-5.00 sec 10.3 MBytes 86.7 Mbits/sec
23462024-06-20T09:33:08.081Z[ 17] 4.00-5.00 sec 10.3 MBytes 86.7 Mbits/sec
23472024-06-20T09:33:08.081Z[ 19] 4.00-5.00 sec 10.3 MBytes 86.7 Mbits/sec
23482024-06-20T09:33:08.081Z[SUM] 4.00-5.00 sec 82.7 MBytes 694 Mbits/sec
23492024-06-20T09:33:08.081Z- - - - - - - - - - - - - - - - - - - - - - - - -
23502024-06-20T09:33:08.081Z[ 5] 5.00-6.00 sec 9.90 MBytes 83.0 Mbits/sec
23512024-06-20T09:33:08.081Z[ 7] 5.00-6.00 sec 9.90 MBytes 83.1 Mbits/sec
23522024-06-20T09:33:08.081Z[ 9] 5.00-6.00 sec 9.84 MBytes 82.6 Mbits/sec
23532024-06-20T09:33:08.081Z[ 11] 5.00-6.00 sec 9.85 MBytes 82.6 Mbits/sec
23542024-06-20T09:33:08.081Z[ 13] 5.00-6.00 sec 9.95 MBytes 83.5 Mbits/sec
23552024-06-20T09:33:08.081Z[ 15] 5.00-6.00 sec 9.92 MBytes 83.2 Mbits/sec
23562024-06-20T09:33:08.081Z[ 17] 5.00-6.00 sec 9.87 MBytes 82.8 Mbits/sec
23572024-06-20T09:33:08.081Z[ 19] 5.00-6.00 sec 9.84 MBytes 82.6 Mbits/sec
23582024-06-20T09:33:08.081Z[SUM] 5.00-6.00 sec 79.1 MBytes 663 Mbits/sec
23592024-06-20T09:33:08.081Z- - - - - - - - - - - - - - - - - - - - - - - - -
23602024-06-20T09:33:08.081Z[ 5] 6.00-7.00 sec 10.0 MBytes 84.3 Mbits/sec
23612024-06-20T09:33:08.081Z[ 7] 6.00-7.00 sec 10.1 MBytes 84.3 Mbits/sec
23622024-06-20T09:33:08.081Z[ 9] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
23632024-06-20T09:33:11.175Z[ 11] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
23642024-06-20T09:33:11.176Z[ 13] 6.00-7.00 sec 10.1 MBytes 84.5 Mbits/sec
23652024-06-20T09:33:11.176Z[ 15] 6.00-7.00 sec 10.0 MBytes 84.2 Mbits/sec
23662024-06-20T09:33:11.176Z[ 17] 6.00-7.00 sec 10.1 MBytes 84.4 Mbits/sec
23672024-06-20T09:33:11.176Z[ 19] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
23682024-06-20T09:33:11.176Z[SUM] 6.00-7.00 sec 80.5 MBytes 675 Mbits/sec
23692024-06-20T09:33:11.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
23702024-06-20T09:33:11.176Z[ 5] 7.00-8.00 sec 10.2 MBytes 85.4 Mbits/sec
23712024-06-20T09:33:11.176Z[ 7] 7.00-8.00 sec 10.1 MBytes 85.0 Mbits/sec
23722024-06-20T09:33:11.176Z[ 9] 7.00-8.00 sec 10.1 MBytes 84.7 Mbits/sec
23732024-06-20T09:33:11.176Z[ 11] 7.00-8.00 sec 10.1 MBytes 84.6 Mbits/sec
23742024-06-20T09:33:11.176Z[ 13] 7.00-8.00 sec 10.1 MBytes 84.7 Mbits/sec
23752024-06-20T09:33:11.176Z[ 15] 7.00-8.00 sec 10.2 MBytes 85.4 Mbits/sec
23762024-06-20T09:33:11.176Z[ 17] 7.00-8.00 sec 10.1 MBytes 85.0 Mbits/sec
23772024-06-20T09:33:11.176Z[ 19] 7.00-8.00 sec 10.1 MBytes 84.8 Mbits/sec
23782024-06-20T09:33:11.176Z[SUM] 7.00-8.00 sec 81.0 MBytes 680 Mbits/sec
23792024-06-20T09:33:11.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
23802024-06-20T09:33:11.176Z[ 5] 8.00-9.00 sec 10.2 MBytes 85.8 Mbits/sec
23812024-06-20T09:33:11.176Z[ 7] 8.00-9.00 sec 10.3 MBytes 86.1 Mbits/sec
23822024-06-20T09:33:11.176Z[ 9] 8.00-9.00 sec 10.3 MBytes 86.5 Mbits/sec
23832024-06-20T09:33:11.176Z[ 11] 8.00-9.00 sec 10.3 MBytes 86.6 Mbits/sec
23842024-06-20T09:33:11.176Z[ 13] 8.00-9.00 sec 10.2 MBytes 85.7 Mbits/sec
23852024-06-20T09:33:11.176Z[ 15] 8.00-9.00 sec 10.2 MBytes 85.6 Mbits/sec
23862024-06-20T09:33:11.176Z[ 17] 8.00-9.00 sec 10.3 MBytes 86.3 Mbits/sec
23872024-06-20T09:33:11.176Z[ 19] 8.00-9.00 sec 10.3 MBytes 86.4 Mbits/sec
23882024-06-20T09:33:11.176Z[SUM] 8.00-9.00 sec 82.1 MBytes 689 Mbits/sec
23892024-06-20T09:33:11.176Z- - - - - - - - - - - - - - - - - - - - - - - - -
23902024-06-20T09:33:11.176Z[ 5] 9.00-10.00 sec 9.86 MBytes 82.7 Mbits/sec
23912024-06-20T09:33:11.176Z[ 7] 9.00-10.00 sec 9.85 MBytes 82.6 Mbits/sec
23922024-06-20T09:33:11.176Z[ 9] 9.00-10.00 sec 9.84 MBytes 82.6 Mbits/sec
23932024-06-20T09:33:11.176Z[ 11] 9.00-10.00 sec 9.85 MBytes 82.6 Mbits/sec
23942024-06-20T09:33:11.176Z[ 13] 9.00-10.00 sec 9.91 MBytes 83.1 Mbits/sec
23952024-06-20T09:33:11.176Z[ 15] 9.00-10.00 sec 9.85 MBytes 82.6 Mbits/sec
23962024-06-20T09:33:11.176Z[ 17] 9.00-10.00 sec 9.84 MBytes 82.6 Mbits/sec
23972024-06-20T09:33:11.176Z[ 19] 9.00-10.00 sec 9.84 MBytes 82.6 Mbits/sec
23982024-06-20T09:33:11.176Z[SUM] 9.00-10.00 sec 78.8 MBytes 661 Mbits/sec
23992024-06-20T09:33:11.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
24002024-06-20T09:33:11.177Z[ 5] 10.00-10.01 sec 110 KBytes 160 Mbits/sec
24012024-06-20T09:33:11.177Z[ 7] 10.00-10.01 sec 119 KBytes 173 Mbits/sec
24022024-06-20T09:33:11.177Z[ 9] 10.00-10.01 sec 62.2 KBytes 90.5 Mbits/sec
24032024-06-20T09:33:11.177Z[ 11] 10.00-10.01 sec 2.83 KBytes 4.11 Mbits/sec
24042024-06-20T09:33:11.177Z[ 13] 10.00-10.01 sec 42.4 KBytes 61.7 Mbits/sec
24052024-06-20T09:33:11.177Z[ 15] 10.00-10.01 sec 116 KBytes 169 Mbits/sec
24062024-06-20T09:33:11.177Z[ 17] 10.00-10.01 sec 124 KBytes 181 Mbits/sec
24072024-06-20T09:33:11.177Z[ 19] 10.00-10.01 sec 103 KBytes 150 Mbits/sec
24082024-06-20T09:33:11.177Z[SUM] 10.00-10.01 sec 680 KBytes 989 Mbits/sec
24092024-06-20T09:33:11.177Z- - - - - - - - - - - - - - - - - - - - - - - - -
24102024-06-20T09:33:11.177Z[ ID] Interval Transfer Bandwidth
24112024-06-20T09:33:11.177Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24122024-06-20T09:33:11.177Z[ 5] 0.00-10.01 sec 101 MBytes 84.9 Mbits/sec receiver
24132024-06-20T09:33:11.177Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24142024-06-20T09:33:11.177Z[ 7] 0.00-10.01 sec 101 MBytes 84.8 Mbits/sec receiver
24152024-06-20T09:33:11.177Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24162024-06-20T09:33:11.177Z[ 9] 0.00-10.01 sec 101 MBytes 84.7 Mbits/sec receiver
24172024-06-20T09:33:11.177Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24182024-06-20T09:33:11.177Z[ 11] 0.00-10.01 sec 101 MBytes 84.7 Mbits/sec receiver
24192024-06-20T09:33:11.177Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24202024-06-20T09:33:11.177Z[ 13] 0.00-10.01 sec 101 MBytes 84.7 Mbits/sec receiver
24212024-06-20T09:33:11.177Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24222024-06-20T09:33:11.177Z[ 15] 0.00-10.01 sec 101 MBytes 84.7 Mbits/sec receiver
24232024-06-20T09:33:11.177Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24242024-06-20T09:33:11.177Z[ 17] 0.00-10.01 sec 101 MBytes 84.7 Mbits/sec receiver
24252024-06-20T09:33:11.177Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24262024-06-20T09:33:11.177Z[ 19] 0.00-10.01 sec 101 MBytes 84.7 Mbits/sec receiver
24272024-06-20T09:33:11.177Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
24282024-06-20T09:33:11.177Z[SUM] 0.00-10.01 sec 808 MBytes 678 Mbits/sec receiver
24292024-06-20T09:33:11.202ZRun 2/10...678.277410833976Mbps
24302024-06-20T09:33:18.246Z-----------------------------------------------------------
24312024-06-20T09:33:18.246ZServer listening on 5201
24322024-06-20T09:33:18.246Z-----------------------------------------------------------
24332024-06-20T09:33:18.246ZAccepted connection from 10.0.0.1, port 58800
24342024-06-20T09:33:18.246Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38424
24352024-06-20T09:33:18.246Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50735
24362024-06-20T09:33:18.246Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49676
24372024-06-20T09:33:18.246Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33361
24382024-06-20T09:33:18.246Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55456
24392024-06-20T09:33:18.246Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37319
24402024-06-20T09:33:18.246Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36924
24412024-06-20T09:33:18.246Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38401
24422024-06-20T09:33:18.246Z[ ID] Interval Transfer Bandwidth
24432024-06-20T09:33:18.246Z[ 5] 0.00-1.00 sec 9.36 MBytes 78.5 Mbits/sec
24442024-06-20T09:33:18.246Z[ 7] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
24452024-06-20T09:33:18.246Z[ 9] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
24462024-06-20T09:33:18.246Z[ 11] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
24472024-06-20T09:33:18.246Z[ 13] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
24482024-06-20T09:33:18.246Z[ 15] 0.00-1.00 sec 9.06 MBytes 76.0 Mbits/sec
24492024-06-20T09:33:18.246Z[ 17] 0.00-1.00 sec 9.00 MBytes 75.5 Mbits/sec
24502024-06-20T09:33:18.246Z[ 19] 0.00-1.00 sec 9.00 MBytes 75.5 Mbits/sec
24512024-06-20T09:33:18.246Z[SUM] 0.00-1.00 sec 72.9 MBytes 611 Mbits/sec
24522024-06-20T09:33:18.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
24532024-06-20T09:33:18.246Z[ 5] 1.00-2.00 sec 9.96 MBytes 83.6 Mbits/sec
24542024-06-20T09:33:18.246Z[ 7] 1.00-2.00 sec 9.96 MBytes 83.6 Mbits/sec
24552024-06-20T09:33:18.246Z[ 9] 1.00-2.00 sec 9.96 MBytes 83.6 Mbits/sec
24562024-06-20T09:33:18.247Z[ 11] 1.00-2.00 sec 9.96 MBytes 83.6 Mbits/sec
24572024-06-20T09:33:18.247Z[ 13] 1.00-2.00 sec 9.92 MBytes 83.2 Mbits/sec
24582024-06-20T09:33:18.247Z[ 15] 1.00-2.00 sec 9.90 MBytes 83.1 Mbits/sec
24592024-06-20T09:33:18.247Z[ 17] 1.00-2.00 sec 9.96 MBytes 83.6 Mbits/sec
24602024-06-20T09:33:18.247Z[ 19] 1.00-2.00 sec 9.96 MBytes 83.6 Mbits/sec
24612024-06-20T09:33:18.247Z[SUM] 1.00-2.00 sec 79.6 MBytes 668 Mbits/sec
24622024-06-20T09:33:18.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
24632024-06-20T09:33:18.247Z[ 5] 2.00-3.00 sec 10.1 MBytes 84.5 Mbits/sec
24642024-06-20T09:33:18.247Z[ 7] 2.00-3.00 sec 10.1 MBytes 84.6 Mbits/sec
24652024-06-20T09:33:18.247Z[ 9] 2.00-3.00 sec 10.1 MBytes 84.4 Mbits/sec
24662024-06-20T09:33:18.247Z[ 11] 2.00-3.00 sec 10.0 MBytes 83.9 Mbits/sec
24672024-06-20T09:33:18.247Z[ 13] 2.00-3.00 sec 10.0 MBytes 83.9 Mbits/sec
24682024-06-20T09:33:18.247Z[ 15] 2.00-3.00 sec 10.1 MBytes 84.6 Mbits/sec
24692024-06-20T09:33:18.247Z[ 17] 2.00-3.00 sec 10.1 MBytes 84.6 Mbits/sec
24702024-06-20T09:33:18.247Z[ 19] 2.00-3.00 sec 10.1 MBytes 84.6 Mbits/sec
24712024-06-20T09:33:18.247Z[SUM] 2.00-3.00 sec 80.5 MBytes 675 Mbits/sec
24722024-06-20T09:33:18.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
24732024-06-20T09:33:18.247Z[ 5] 3.00-4.00 sec 9.64 MBytes 80.8 Mbits/sec
24742024-06-20T09:33:18.247Z[ 7] 3.00-4.00 sec 9.70 MBytes 81.3 Mbits/sec
24752024-06-20T09:33:18.247Z[ 9] 3.00-4.00 sec 9.62 MBytes 80.7 Mbits/sec
24762024-06-20T09:33:18.247Z[ 11] 3.00-4.00 sec 9.68 MBytes 81.2 Mbits/sec
24772024-06-20T09:33:18.247Z[ 13] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
24782024-06-20T09:33:18.247Z[ 15] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
24792024-06-20T09:33:18.247Z[ 17] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
24802024-06-20T09:33:18.247Z[ 19] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
24812024-06-20T09:33:18.247Z[SUM] 3.00-4.00 sec 77.5 MBytes 650 Mbits/sec
24822024-06-20T09:33:18.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
24832024-06-20T09:33:18.247Z[ 5] 4.00-5.00 sec 9.70 MBytes 81.3 Mbits/sec
24842024-06-20T09:33:18.247Z[ 7] 4.00-5.00 sec 9.63 MBytes 80.7 Mbits/sec
24852024-06-20T09:33:18.247Z[ 9] 4.00-5.00 sec 9.72 MBytes 81.6 Mbits/sec
24862024-06-20T09:33:18.247Z[ 11] 4.00-5.00 sec 9.72 MBytes 81.6 Mbits/sec
24872024-06-20T09:33:18.247Z[ 13] 4.00-5.00 sec 9.65 MBytes 80.9 Mbits/sec
24882024-06-20T09:33:18.247Z[ 15] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
24892024-06-20T09:33:18.247Z[ 17] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
24902024-06-20T09:33:18.247Z[ 19] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
24912024-06-20T09:33:18.247Z[SUM] 4.00-5.00 sec 77.2 MBytes 648 Mbits/sec
24922024-06-20T09:33:18.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
24932024-06-20T09:33:18.247Z[ 5] 5.00-6.00 sec 10.1 MBytes 84.6 Mbits/sec
24942024-06-20T09:33:18.247Z[ 7] 5.00-6.00 sec 10.1 MBytes 84.6 Mbits/sec
24952024-06-20T09:33:18.248Z[ 9] 5.00-6.00 sec 10.1 MBytes 84.6 Mbits/sec
24962024-06-20T09:33:18.248Z[ 11] 5.00-6.00 sec 10.1 MBytes 84.6 Mbits/sec
24972024-06-20T09:33:18.248Z[ 13] 5.00-6.00 sec 10.1 MBytes 84.5 Mbits/sec
24982024-06-20T09:33:18.248Z[ 15] 5.00-6.00 sec 10.1 MBytes 84.6 Mbits/sec
24992024-06-20T09:33:18.248Z[ 17] 5.00-6.00 sec 10.1 MBytes 84.6 Mbits/sec
25002024-06-20T09:33:18.248Z[ 19] 5.00-6.00 sec 10.1 MBytes 84.6 Mbits/sec
25012024-06-20T09:33:18.248Z[SUM] 5.00-6.00 sec 80.7 MBytes 677 Mbits/sec
25022024-06-20T09:33:18.248Z- - - - - - - - - - - - - - - - - - - - - - - - -
25032024-06-20T09:33:18.248Z[ 5] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
25042024-06-20T09:33:18.248Z[ 7] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
25052024-06-20T09:33:18.248Z[ 9] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
25062024-06-20T09:33:21.445Z[ 11] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
25072024-06-20T09:33:21.445Z[ 13] 6.00-7.00 sec 10.2 MBytes 85.4 Mbits/sec
25082024-06-20T09:33:21.445Z[ 15] 6.00-7.00 sec 10.2 MBytes 85.6 Mbits/sec
25092024-06-20T09:33:21.445Z[ 17] 6.00-7.00 sec 10.1 MBytes 85.1 Mbits/sec
25102024-06-20T09:33:21.446Z[ 19] 6.00-7.00 sec 10.1 MBytes 84.9 Mbits/sec
25112024-06-20T09:33:21.446Z[SUM] 6.00-7.00 sec 81.0 MBytes 680 Mbits/sec
25122024-06-20T09:33:21.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
25132024-06-20T09:33:21.446Z[ 5] 7.00-8.00 sec 9.82 MBytes 82.4 Mbits/sec
25142024-06-20T09:33:21.446Z[ 7] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
25152024-06-20T09:33:21.446Z[ 9] 7.00-8.00 sec 9.78 MBytes 82.0 Mbits/sec
25162024-06-20T09:33:21.446Z[ 11] 7.00-8.00 sec 9.73 MBytes 81.6 Mbits/sec
25172024-06-20T09:33:21.446Z[ 13] 7.00-8.00 sec 9.72 MBytes 81.5 Mbits/sec
25182024-06-20T09:33:21.446Z[ 15] 7.00-8.00 sec 9.72 MBytes 81.5 Mbits/sec
25192024-06-20T09:33:21.446Z[ 17] 7.00-8.00 sec 9.78 MBytes 82.1 Mbits/sec
25202024-06-20T09:33:21.446Z[ 19] 7.00-8.00 sec 9.81 MBytes 82.3 Mbits/sec
25212024-06-20T09:33:21.446Z[SUM] 7.00-8.00 sec 78.2 MBytes 656 Mbits/sec
25222024-06-20T09:33:21.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
25232024-06-20T09:33:21.446Z[ 5] 8.00-9.00 sec 9.74 MBytes 81.7 Mbits/sec
25242024-06-20T09:33:21.446Z[ 7] 8.00-9.00 sec 9.77 MBytes 81.9 Mbits/sec
25252024-06-20T09:33:21.446Z[ 9] 8.00-9.00 sec 9.79 MBytes 82.1 Mbits/sec
25262024-06-20T09:33:21.446Z[ 11] 8.00-9.00 sec 9.84 MBytes 82.5 Mbits/sec
25272024-06-20T09:33:21.446Z[ 13] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
25282024-06-20T09:33:21.446Z[ 15] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
25292024-06-20T09:33:21.446Z[ 17] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
25302024-06-20T09:33:21.446Z[ 19] 8.00-9.00 sec 9.82 MBytes 82.4 Mbits/sec
25312024-06-20T09:33:21.446Z[SUM] 8.00-9.00 sec 78.5 MBytes 658 Mbits/sec
25322024-06-20T09:33:21.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
25332024-06-20T09:33:21.446Z[ 5] 9.00-10.00 sec 9.95 MBytes 83.5 Mbits/sec
25342024-06-20T09:33:21.446Z[ 7] 9.00-10.00 sec 9.92 MBytes 83.2 Mbits/sec
25352024-06-20T09:33:21.446Z[ 9] 9.00-10.00 sec 9.92 MBytes 83.2 Mbits/sec
25362024-06-20T09:33:21.446Z[ 11] 9.00-10.00 sec 9.87 MBytes 82.8 Mbits/sec
25372024-06-20T09:33:21.446Z[ 13] 9.00-10.00 sec 9.84 MBytes 82.6 Mbits/sec
25382024-06-20T09:33:21.446Z[ 15] 9.00-10.00 sec 9.84 MBytes 82.6 Mbits/sec
25392024-06-20T09:33:21.446Z[ 17] 9.00-10.00 sec 9.84 MBytes 82.6 Mbits/sec
25402024-06-20T09:33:21.446Z[ 19] 9.00-10.00 sec 9.86 MBytes 82.7 Mbits/sec
25412024-06-20T09:33:21.446Z[SUM] 9.00-10.00 sec 79.1 MBytes 663 Mbits/sec
25422024-06-20T09:33:21.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
25432024-06-20T09:33:21.446Z[ 5] 10.00-10.01 sec 11.3 KBytes 18.2 Mbits/sec
25442024-06-20T09:33:21.446Z[ 7] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
25452024-06-20T09:33:21.446Z[ 9] 10.00-10.01 sec 45.2 KBytes 72.9 Mbits/sec
25462024-06-20T09:33:21.446Z[ 11] 10.00-10.01 sec 99.0 KBytes 159 Mbits/sec
25472024-06-20T09:33:21.446Z[ 13] 10.00-10.01 sec 124 KBytes 200 Mbits/sec
25482024-06-20T09:33:21.446Z[ 15] 10.00-10.01 sec 105 KBytes 169 Mbits/sec
25492024-06-20T09:33:21.447Z[ 17] 10.00-10.01 sec 50.9 KBytes 82.0 Mbits/sec
25502024-06-20T09:33:21.447Z[ 19] 10.00-10.01 sec 33.9 KBytes 54.7 Mbits/sec
25512024-06-20T09:33:21.447Z[SUM] 10.00-10.01 sec 469 KBytes 756 Mbits/sec
25522024-06-20T09:33:21.447Z- - - - - - - - - - - - - - - - - - - - - - - - -
25532024-06-20T09:33:21.447Z[ ID] Interval Transfer Bandwidth
25542024-06-20T09:33:21.447Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25552024-06-20T09:33:21.447Z[ 5] 0.00-10.01 sec 98.4 MBytes 82.5 Mbits/sec receiver
25562024-06-20T09:33:21.447Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25572024-06-20T09:33:21.447Z[ 7] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec receiver
25582024-06-20T09:33:21.447Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25592024-06-20T09:33:21.447Z[ 9] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec receiver
25602024-06-20T09:33:21.447Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25612024-06-20T09:33:21.447Z[ 11] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec receiver
25622024-06-20T09:33:21.447Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25632024-06-20T09:33:21.447Z[ 13] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec receiver
25642024-06-20T09:33:21.447Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25652024-06-20T09:33:21.447Z[ 15] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec receiver
25662024-06-20T09:33:21.447Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25672024-06-20T09:33:21.447Z[ 17] 0.00-10.01 sec 98.1 MBytes 82.3 Mbits/sec receiver
25682024-06-20T09:33:21.447Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25692024-06-20T09:33:21.447Z[ 19] 0.00-10.01 sec 98.1 MBytes 82.3 Mbits/sec receiver
25702024-06-20T09:33:21.447Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
25712024-06-20T09:33:21.447Z[SUM] 0.00-10.01 sec 786 MBytes 659 Mbits/sec receiver
25722024-06-20T09:33:21.472ZRun 3/10...659.2700081042921Mbps
25732024-06-20T09:33:28.515Z-----------------------------------------------------------
25742024-06-20T09:33:28.515ZServer listening on 5201
25752024-06-20T09:33:28.515Z-----------------------------------------------------------
25762024-06-20T09:33:28.515ZAccepted connection from 10.0.0.1, port 41448
25772024-06-20T09:33:28.515Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50344
25782024-06-20T09:33:28.515Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57302
25792024-06-20T09:33:28.515Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50636
25802024-06-20T09:33:28.515Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42491
25812024-06-20T09:33:28.515Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48479
25822024-06-20T09:33:28.515Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48354
25832024-06-20T09:33:28.515Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33838
25842024-06-20T09:33:28.515Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33595
25852024-06-20T09:33:28.515Z[ ID] Interval Transfer Bandwidth
25862024-06-20T09:33:28.515Z[ 5] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
25872024-06-20T09:33:28.515Z[ 7] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
25882024-06-20T09:33:28.515Z[ 9] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
25892024-06-20T09:33:28.515Z[ 11] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
25902024-06-20T09:33:28.515Z[ 13] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
25912024-06-20T09:33:28.515Z[ 15] 0.00-1.00 sec 9.14 MBytes 76.7 Mbits/sec
25922024-06-20T09:33:28.515Z[ 17] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
25932024-06-20T09:33:28.515Z[ 19] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
25942024-06-20T09:33:28.515Z[SUM] 0.00-1.00 sec 73.6 MBytes 617 Mbits/sec
25952024-06-20T09:33:28.515Z- - - - - - - - - - - - - - - - - - - - - - - - -
25962024-06-20T09:33:28.515Z[ 5] 1.00-2.00 sec 9.84 MBytes 82.6 Mbits/sec
25972024-06-20T09:33:28.515Z[ 7] 1.00-2.00 sec 9.84 MBytes 82.6 Mbits/sec
25982024-06-20T09:33:28.515Z[ 9] 1.00-2.00 sec 9.74 MBytes 81.7 Mbits/sec
25992024-06-20T09:33:28.516Z[ 11] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
26002024-06-20T09:33:28.516Z[ 13] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
26012024-06-20T09:33:28.516Z[ 15] 1.00-2.00 sec 9.82 MBytes 82.4 Mbits/sec
26022024-06-20T09:33:28.516Z[ 17] 1.00-2.00 sec 9.84 MBytes 82.6 Mbits/sec
26032024-06-20T09:33:28.516Z[ 19] 1.00-2.00 sec 9.84 MBytes 82.6 Mbits/sec
26042024-06-20T09:33:28.516Z[SUM] 1.00-2.00 sec 78.4 MBytes 657 Mbits/sec
26052024-06-20T09:33:28.516Z- - - - - - - - - - - - - - - - - - - - - - - - -
26062024-06-20T09:33:28.516Z[ 5] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
26072024-06-20T09:33:28.516Z[ 7] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
26082024-06-20T09:33:28.516Z[ 9] 2.00-3.00 sec 9.70 MBytes 81.4 Mbits/sec
26092024-06-20T09:33:28.516Z[ 11] 2.00-3.00 sec 9.72 MBytes 81.5 Mbits/sec
26102024-06-20T09:33:28.516Z[ 13] 2.00-3.00 sec 9.72 MBytes 81.5 Mbits/sec
26112024-06-20T09:33:28.516Z[ 15] 2.00-3.00 sec 9.63 MBytes 80.8 Mbits/sec
26122024-06-20T09:33:28.516Z[ 17] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
26132024-06-20T09:33:28.516Z[ 19] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
26142024-06-20T09:33:28.516Z[SUM] 2.00-3.00 sec 77.2 MBytes 647 Mbits/sec
26152024-06-20T09:33:28.516Z- - - - - - - - - - - - - - - - - - - - - - - - -
26162024-06-20T09:33:28.516Z[ 5] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
26172024-06-20T09:33:28.516Z[ 7] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
26182024-06-20T09:33:28.516Z[ 9] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
26192024-06-20T09:33:28.516Z[ 11] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
26202024-06-20T09:33:28.516Z[ 13] 3.00-4.00 sec 9.66 MBytes 81.0 Mbits/sec
26212024-06-20T09:33:28.516Z[ 15] 3.00-4.00 sec 9.69 MBytes 81.3 Mbits/sec
26222024-06-20T09:33:28.516Z[ 17] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
26232024-06-20T09:33:28.516Z[ 19] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
26242024-06-20T09:33:28.516Z[SUM] 3.00-4.00 sec 77.7 MBytes 652 Mbits/sec
26252024-06-20T09:33:28.516Z- - - - - - - - - - - - - - - - - - - - - - - - -
26262024-06-20T09:33:28.516Z[ 5] 4.00-5.00 sec 9.84 MBytes 82.6 Mbits/sec
26272024-06-20T09:33:28.517Z[ 7] 4.00-5.00 sec 9.84 MBytes 82.6 Mbits/sec
26282024-06-20T09:33:28.517Z[ 9] 4.00-5.00 sec 9.84 MBytes 82.6 Mbits/sec
26292024-06-20T09:33:28.517Z[ 11] 4.00-5.00 sec 9.82 MBytes 82.4 Mbits/sec
26302024-06-20T09:33:28.517Z[ 13] 4.00-5.00 sec 9.79 MBytes 82.1 Mbits/sec
26312024-06-20T09:33:28.517Z[ 15] 4.00-5.00 sec 9.84 MBytes 82.6 Mbits/sec
26322024-06-20T09:33:28.517Z[ 17] 4.00-5.00 sec 9.84 MBytes 82.6 Mbits/sec
26332024-06-20T09:33:28.517Z[ 19] 4.00-5.00 sec 9.84 MBytes 82.6 Mbits/sec
26342024-06-20T09:33:28.517Z[SUM] 4.00-5.00 sec 78.7 MBytes 660 Mbits/sec
26352024-06-20T09:33:28.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
26362024-06-20T09:33:28.517Z[ 5] 5.00-6.00 sec 9.50 MBytes 79.7 Mbits/sec
26372024-06-20T09:33:28.517Z[ 7] 5.00-6.00 sec 9.48 MBytes 79.5 Mbits/sec
26382024-06-20T09:33:28.517Z[ 9] 5.00-6.00 sec 9.48 MBytes 79.5 Mbits/sec
26392024-06-20T09:33:28.517Z[ 11] 5.00-6.00 sec 9.50 MBytes 79.7 Mbits/sec
26402024-06-20T09:33:28.517Z[ 13] 5.00-6.00 sec 9.60 MBytes 80.5 Mbits/sec
26412024-06-20T09:33:28.517Z[ 15] 5.00-6.00 sec 9.60 MBytes 80.5 Mbits/sec
26422024-06-20T09:33:28.517Z[ 17] 5.00-6.00 sec 9.58 MBytes 80.3 Mbits/sec
26432024-06-20T09:33:28.517Z[ 19] 5.00-6.00 sec 9.52 MBytes 79.8 Mbits/sec
26442024-06-20T09:33:28.517Z[SUM] 5.00-6.00 sec 76.3 MBytes 640 Mbits/sec
26452024-06-20T09:33:28.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
26462024-06-20T09:33:28.517Z[ 5] 6.00-7.00 sec 9.82 MBytes 82.4 Mbits/sec
26472024-06-20T09:33:28.517Z[ 7] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
26482024-06-20T09:33:28.517Z[ 9] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
26492024-06-20T09:33:31.715Z[ 11] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
26502024-06-20T09:33:31.715Z[ 13] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
26512024-06-20T09:33:31.715Z[ 15] 6.00-7.00 sec 9.79 MBytes 82.1 Mbits/sec
26522024-06-20T09:33:31.715Z[ 17] 6.00-7.00 sec 9.76 MBytes 81.9 Mbits/sec
26532024-06-20T09:33:31.715Z[ 19] 6.00-7.00 sec 9.80 MBytes 82.2 Mbits/sec
26542024-06-20T09:33:31.715Z[SUM] 6.00-7.00 sec 78.5 MBytes 659 Mbits/sec
26552024-06-20T09:33:31.715Z- - - - - - - - - - - - - - - - - - - - - - - - -
26562024-06-20T09:33:31.716Z[ 5] 7.00-8.00 sec 9.69 MBytes 81.3 Mbits/sec
26572024-06-20T09:33:31.716Z[ 7] 7.00-8.00 sec 9.64 MBytes 80.8 Mbits/sec
26582024-06-20T09:33:31.716Z[ 9] 7.00-8.00 sec 9.61 MBytes 80.6 Mbits/sec
26592024-06-20T09:33:31.716Z[ 11] 7.00-8.00 sec 9.60 MBytes 80.5 Mbits/sec
26602024-06-20T09:33:31.716Z[ 13] 7.00-8.00 sec 9.60 MBytes 80.5 Mbits/sec
26612024-06-20T09:33:31.716Z[ 15] 7.00-8.00 sec 9.66 MBytes 81.0 Mbits/sec
26622024-06-20T09:33:31.716Z[ 17] 7.00-8.00 sec 9.70 MBytes 81.4 Mbits/sec
26632024-06-20T09:33:31.716Z[ 19] 7.00-8.00 sec 9.72 MBytes 81.6 Mbits/sec
26642024-06-20T09:33:31.716Z[SUM] 7.00-8.00 sec 77.2 MBytes 648 Mbits/sec
26652024-06-20T09:33:31.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
26662024-06-20T09:33:31.716Z[ 5] 8.00-9.00 sec 9.87 MBytes 82.8 Mbits/sec
26672024-06-20T09:33:31.716Z[ 7] 8.00-9.00 sec 9.88 MBytes 82.9 Mbits/sec
26682024-06-20T09:33:31.716Z[ 9] 8.00-9.00 sec 9.86 MBytes 82.7 Mbits/sec
26692024-06-20T09:33:31.716Z[ 11] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
26702024-06-20T09:33:31.716Z[ 13] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
26712024-06-20T09:33:31.716Z[ 15] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
26722024-06-20T09:33:31.716Z[ 17] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
26732024-06-20T09:33:31.716Z[ 19] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
26742024-06-20T09:33:31.716Z[SUM] 8.00-9.00 sec 78.8 MBytes 661 Mbits/sec
26752024-06-20T09:33:31.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
26762024-06-20T09:33:31.716Z[ 5] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
26772024-06-20T09:33:31.716Z[ 7] 9.00-10.00 sec 9.65 MBytes 80.9 Mbits/sec
26782024-06-20T09:33:31.716Z[ 9] 9.00-10.00 sec 9.63 MBytes 80.8 Mbits/sec
26792024-06-20T09:33:31.716Z[ 11] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
26802024-06-20T09:33:31.716Z[ 13] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
26812024-06-20T09:33:31.717Z[ 15] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
26822024-06-20T09:33:31.717Z[ 17] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
26832024-06-20T09:33:31.717Z[ 19] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
26842024-06-20T09:33:31.717Z[SUM] 9.00-10.00 sec 76.9 MBytes 645 Mbits/sec
26852024-06-20T09:33:31.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
26862024-06-20T09:33:31.717Z[ 5] 10.00-10.01 sec 17.0 KBytes 25.1 Mbits/sec
26872024-06-20T09:33:31.717Z[ 7] 10.00-10.01 sec 2.83 KBytes 4.19 Mbits/sec
26882024-06-20T09:33:31.717Z[ 9] 10.00-10.01 sec 65.0 KBytes 96.4 Mbits/sec
26892024-06-20T09:33:31.717Z[ 11] 10.00-10.01 sec 124 KBytes 184 Mbits/sec
26902024-06-20T09:33:31.717Z[ 13] 10.00-10.01 sec 124 KBytes 184 Mbits/sec
26912024-06-20T09:33:31.717Z[ 15] 10.00-10.01 sec 102 KBytes 151 Mbits/sec
26922024-06-20T09:33:31.717Z[ 17] 10.00-10.01 sec 36.8 KBytes 54.5 Mbits/sec
26932024-06-20T09:33:31.717Z[ 19] 10.00-10.01 sec 14.1 KBytes 21.0 Mbits/sec
26942024-06-20T09:33:31.717Z[SUM] 10.00-10.01 sec 486 KBytes 720 Mbits/sec
26952024-06-20T09:33:31.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
26962024-06-20T09:33:31.717Z[ ID] Interval Transfer Bandwidth
26972024-06-20T09:33:31.717Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
26982024-06-20T09:33:31.717Z[ 5] 0.00-10.01 sec 96.8 MBytes 81.1 Mbits/sec receiver
26992024-06-20T09:33:31.717Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27002024-06-20T09:33:31.717Z[ 7] 0.00-10.01 sec 96.7 MBytes 81.1 Mbits/sec receiver
27012024-06-20T09:33:31.717Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27022024-06-20T09:33:31.717Z[ 9] 0.00-10.01 sec 96.7 MBytes 81.1 Mbits/sec receiver
27032024-06-20T09:33:31.717Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27042024-06-20T09:33:31.717Z[ 11] 0.00-10.01 sec 96.7 MBytes 81.1 Mbits/sec receiver
27052024-06-20T09:33:31.717Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27062024-06-20T09:33:31.717Z[ 13] 0.00-10.01 sec 96.7 MBytes 81.1 Mbits/sec receiver
27072024-06-20T09:33:31.717Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27082024-06-20T09:33:31.717Z[ 15] 0.00-10.01 sec 96.7 MBytes 81.1 Mbits/sec receiver
27092024-06-20T09:33:31.717Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27102024-06-20T09:33:31.717Z[ 17] 0.00-10.01 sec 96.6 MBytes 81.0 Mbits/sec receiver
27112024-06-20T09:33:31.717Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27122024-06-20T09:33:31.717Z[ 19] 0.00-10.01 sec 96.6 MBytes 81.0 Mbits/sec receiver
27132024-06-20T09:33:31.717Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
27142024-06-20T09:33:31.717Z[SUM] 0.00-10.01 sec 774 MBytes 649 Mbits/sec receiver
27152024-06-20T09:33:31.743ZRun 4/10...649.2074914291541Mbps
27162024-06-20T09:33:38.786Z-----------------------------------------------------------
27172024-06-20T09:33:38.786ZServer listening on 5201
27182024-06-20T09:33:38.786Z-----------------------------------------------------------
27192024-06-20T09:33:38.786ZAccepted connection from 10.0.0.1, port 50554
27202024-06-20T09:33:38.786Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60102
27212024-06-20T09:33:38.786Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47214
27222024-06-20T09:33:38.786Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64936
27232024-06-20T09:33:38.786Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52463
27242024-06-20T09:33:38.786Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51998
27252024-06-20T09:33:38.786Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60351
27262024-06-20T09:33:38.786Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38804
27272024-06-20T09:33:38.786Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39167
27282024-06-20T09:33:38.786Z[ ID] Interval Transfer Bandwidth
27292024-06-20T09:33:38.786Z[ 5] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
27302024-06-20T09:33:38.786Z[ 7] 0.00-1.00 sec 9.00 MBytes 75.5 Mbits/sec
27312024-06-20T09:33:38.786Z[ 9] 0.00-1.00 sec 8.94 MBytes 75.0 Mbits/sec
27322024-06-20T09:33:38.786Z[ 11] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
27332024-06-20T09:33:38.786Z[ 13] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
27342024-06-20T09:33:38.786Z[ 15] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
27352024-06-20T09:33:38.786Z[ 17] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
27362024-06-20T09:33:38.786Z[ 19] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
27372024-06-20T09:33:38.786Z[SUM] 0.00-1.00 sec 71.4 MBytes 599 Mbits/sec
27382024-06-20T09:33:38.786Z- - - - - - - - - - - - - - - - - - - - - - - - -
27392024-06-20T09:33:38.786Z[ 5] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
27402024-06-20T09:33:38.786Z[ 7] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
27412024-06-20T09:33:38.786Z[ 9] 1.00-2.00 sec 9.78 MBytes 82.0 Mbits/sec
27422024-06-20T09:33:38.786Z[ 11] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
27432024-06-20T09:33:38.787Z[ 13] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
27442024-06-20T09:33:38.787Z[ 15] 1.00-2.00 sec 9.72 MBytes 81.5 Mbits/sec
27452024-06-20T09:33:38.787Z[ 17] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
27462024-06-20T09:33:38.787Z[ 19] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
27472024-06-20T09:33:38.787Z[SUM] 1.00-2.00 sec 77.8 MBytes 653 Mbits/sec
27482024-06-20T09:33:38.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
27492024-06-20T09:33:38.787Z[ 5] 2.00-3.00 sec 9.48 MBytes 79.5 Mbits/sec
27502024-06-20T09:33:38.787Z[ 7] 2.00-3.00 sec 9.55 MBytes 80.1 Mbits/sec
27512024-06-20T09:33:38.787Z[ 9] 2.00-3.00 sec 9.48 MBytes 79.5 Mbits/sec
27522024-06-20T09:33:38.787Z[ 11] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
27532024-06-20T09:33:38.787Z[ 13] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
27542024-06-20T09:33:38.787Z[ 15] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
27552024-06-20T09:33:38.787Z[ 17] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
27562024-06-20T09:33:38.787Z[ 19] 2.00-3.00 sec 9.53 MBytes 79.9 Mbits/sec
27572024-06-20T09:33:38.787Z[SUM] 2.00-3.00 sec 76.4 MBytes 641 Mbits/sec
27582024-06-20T09:33:38.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
27592024-06-20T09:33:38.787Z[ 5] 3.00-4.00 sec 9.72 MBytes 81.5 Mbits/sec
27602024-06-20T09:33:38.787Z[ 7] 3.00-4.00 sec 9.65 MBytes 80.9 Mbits/sec
27612024-06-20T09:33:38.787Z[ 9] 3.00-4.00 sec 9.66 MBytes 81.0 Mbits/sec
27622024-06-20T09:33:38.787Z[ 11] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
27632024-06-20T09:33:38.787Z[ 13] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
27642024-06-20T09:33:38.787Z[ 15] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
27652024-06-20T09:33:38.787Z[ 17] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
27662024-06-20T09:33:38.787Z[ 19] 3.00-4.00 sec 9.67 MBytes 81.1 Mbits/sec
27672024-06-20T09:33:38.787Z[SUM] 3.00-4.00 sec 77.1 MBytes 647 Mbits/sec
27682024-06-20T09:33:38.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
27692024-06-20T09:33:38.787Z[ 5] 4.00-5.00 sec 9.56 MBytes 80.2 Mbits/sec
27702024-06-20T09:33:38.787Z[ 7] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
27712024-06-20T09:33:38.787Z[ 9] 4.00-5.00 sec 9.54 MBytes 80.1 Mbits/sec
27722024-06-20T09:33:38.787Z[ 11] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
27732024-06-20T09:33:38.787Z[ 13] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
27742024-06-20T09:33:38.787Z[ 15] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
27752024-06-20T09:33:38.787Z[ 17] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
27762024-06-20T09:33:38.787Z[ 19] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
27772024-06-20T09:33:38.787Z[SUM] 4.00-5.00 sec 76.7 MBytes 643 Mbits/sec
27782024-06-20T09:33:38.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
27792024-06-20T09:33:38.787Z[ 5] 5.00-6.00 sec 9.76 MBytes 81.9 Mbits/sec
27802024-06-20T09:33:38.787Z[ 7] 5.00-6.00 sec 9.72 MBytes 81.6 Mbits/sec
27812024-06-20T09:33:38.787Z[ 9] 5.00-6.00 sec 9.84 MBytes 82.6 Mbits/sec
27822024-06-20T09:33:38.788Z[ 11] 5.00-6.00 sec 9.84 MBytes 82.6 Mbits/sec
27832024-06-20T09:33:38.788Z[ 13] 5.00-6.00 sec 9.74 MBytes 81.7 Mbits/sec
27842024-06-20T09:33:38.788Z[ 15] 5.00-6.00 sec 9.72 MBytes 81.6 Mbits/sec
27852024-06-20T09:33:38.788Z[ 17] 5.00-6.00 sec 9.72 MBytes 81.6 Mbits/sec
27862024-06-20T09:33:38.788Z[ 19] 5.00-6.00 sec 9.72 MBytes 81.6 Mbits/sec
27872024-06-20T09:33:38.788Z[SUM] 5.00-6.00 sec 78.1 MBytes 655 Mbits/sec
27882024-06-20T09:33:38.788Z- - - - - - - - - - - - - - - - - - - - - - - - -
27892024-06-20T09:33:38.788Z[ 5] 6.00-7.00 sec 9.48 MBytes 79.5 Mbits/sec
27902024-06-20T09:33:38.788Z[ 7] 6.00-7.00 sec 9.48 MBytes 79.5 Mbits/sec
27912024-06-20T09:33:38.788Z[ 9] 6.00-7.00 sec 9.48 MBytes 79.5 Mbits/sec
27922024-06-20T09:33:41.987Z[ 11] 6.00-7.00 sec 9.48 MBytes 79.5 Mbits/sec
27932024-06-20T09:33:41.987Z[ 13] 6.00-7.00 sec 9.58 MBytes 80.4 Mbits/sec
27942024-06-20T09:33:41.987Z[ 15] 6.00-7.00 sec 9.55 MBytes 80.1 Mbits/sec
27952024-06-20T09:33:41.987Z[ 17] 6.00-7.00 sec 9.51 MBytes 79.7 Mbits/sec
27962024-06-20T09:33:41.987Z[ 19] 6.00-7.00 sec 9.49 MBytes 79.6 Mbits/sec
27972024-06-20T09:33:41.987Z[SUM] 6.00-7.00 sec 76.0 MBytes 638 Mbits/sec
27982024-06-20T09:33:41.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
27992024-06-20T09:33:41.987Z[ 5] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
28002024-06-20T09:33:41.987Z[ 7] 7.00-8.00 sec 9.84 MBytes 82.5 Mbits/sec
28012024-06-20T09:33:41.987Z[ 9] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
28022024-06-20T09:33:41.987Z[ 11] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
28032024-06-20T09:33:41.987Z[ 13] 7.00-8.00 sec 9.77 MBytes 82.0 Mbits/sec
28042024-06-20T09:33:41.987Z[ 15] 7.00-8.00 sec 9.77 MBytes 81.9 Mbits/sec
28052024-06-20T09:33:41.988Z[ 17] 7.00-8.00 sec 9.82 MBytes 82.3 Mbits/sec
28062024-06-20T09:33:41.988Z[ 19] 7.00-8.00 sec 9.83 MBytes 82.5 Mbits/sec
28072024-06-20T09:33:41.988Z[SUM] 7.00-8.00 sec 78.6 MBytes 659 Mbits/sec
28082024-06-20T09:33:41.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
28092024-06-20T09:33:41.988Z[ 5] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
28102024-06-20T09:33:41.988Z[ 7] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
28112024-06-20T09:33:41.988Z[ 9] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
28122024-06-20T09:33:41.988Z[ 11] 8.00-9.00 sec 9.82 MBytes 82.4 Mbits/sec
28132024-06-20T09:33:41.988Z[ 13] 8.00-9.00 sec 9.79 MBytes 82.1 Mbits/sec
28142024-06-20T09:33:41.988Z[ 15] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
28152024-06-20T09:33:41.988Z[ 17] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
28162024-06-20T09:33:41.988Z[ 19] 8.00-9.00 sec 9.84 MBytes 82.6 Mbits/sec
28172024-06-20T09:33:41.988Z[SUM] 8.00-9.00 sec 78.7 MBytes 660 Mbits/sec
28182024-06-20T09:33:41.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
28192024-06-20T09:33:41.988Z[ 5] 9.00-10.00 sec 9.86 MBytes 82.7 Mbits/sec
28202024-06-20T09:33:41.988Z[ 7] 9.00-10.00 sec 9.95 MBytes 83.5 Mbits/sec
28212024-06-20T09:33:41.988Z[ 9] 9.00-10.00 sec 9.84 MBytes 82.6 Mbits/sec
28222024-06-20T09:33:41.988Z[ 11] 9.00-10.00 sec 9.87 MBytes 82.8 Mbits/sec
28232024-06-20T09:33:41.988Z[ 13] 9.00-10.00 sec 9.96 MBytes 83.6 Mbits/sec
28242024-06-20T09:33:41.988Z[ 15] 9.00-10.00 sec 9.96 MBytes 83.6 Mbits/sec
28252024-06-20T09:33:41.988Z[ 17] 9.00-10.00 sec 9.96 MBytes 83.5 Mbits/sec
28262024-06-20T09:33:41.988Z[ 19] 9.00-10.00 sec 9.92 MBytes 83.2 Mbits/sec
28272024-06-20T09:33:41.988Z[SUM] 9.00-10.00 sec 79.3 MBytes 665 Mbits/sec
28282024-06-20T09:33:41.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
28292024-06-20T09:33:41.988Z[ 5] 10.00-10.00 sec 105 KBytes 190 Mbits/sec
28302024-06-20T09:33:41.988Z[ 7] 10.00-10.00 sec 11.3 KBytes 20.6 Mbits/sec
28312024-06-20T09:33:41.988Z[ 9] 10.00-10.00 sec 124 KBytes 227 Mbits/sec
28322024-06-20T09:33:41.988Z[ 11] 10.00-10.00 sec 99.0 KBytes 180 Mbits/sec
28332024-06-20T09:33:41.988Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28342024-06-20T09:33:41.988Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28352024-06-20T09:33:41.988Z[ 17] 10.00-10.00 sec 8.48 KBytes 15.4 Mbits/sec
28362024-06-20T09:33:41.988Z[ 19] 10.00-10.00 sec 50.9 KBytes 92.7 Mbits/sec
28372024-06-20T09:33:41.988Z[SUM] 10.00-10.00 sec 399 KBytes 725 Mbits/sec
28382024-06-20T09:33:41.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
28392024-06-20T09:33:41.988Z[ ID] Interval Transfer Bandwidth
28402024-06-20T09:33:41.988Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28412024-06-20T09:33:41.988Z[ 5] 0.00-10.00 sec 96.5 MBytes 80.9 Mbits/sec receiver
28422024-06-20T09:33:41.988Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28432024-06-20T09:33:41.988Z[ 7] 0.00-10.00 sec 96.4 MBytes 80.8 Mbits/sec receiver
28442024-06-20T09:33:41.989Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28452024-06-20T09:33:41.989Z[ 9] 0.00-10.00 sec 96.4 MBytes 80.8 Mbits/sec receiver
28462024-06-20T09:33:41.989Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28472024-06-20T09:33:41.989Z[ 11] 0.00-10.00 sec 96.3 MBytes 80.8 Mbits/sec receiver
28482024-06-20T09:33:41.989Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28492024-06-20T09:33:41.989Z[ 13] 0.00-10.00 sec 96.3 MBytes 80.7 Mbits/sec receiver
28502024-06-20T09:33:41.989Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28512024-06-20T09:33:41.989Z[ 15] 0.00-10.00 sec 96.2 MBytes 80.7 Mbits/sec receiver
28522024-06-20T09:33:41.989Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28532024-06-20T09:33:41.989Z[ 17] 0.00-10.00 sec 96.3 MBytes 80.7 Mbits/sec receiver
28542024-06-20T09:33:41.989Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28552024-06-20T09:33:41.989Z[ 19] 0.00-10.00 sec 96.3 MBytes 80.7 Mbits/sec receiver
28562024-06-20T09:33:41.989Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28572024-06-20T09:33:41.989Z[SUM] 0.00-10.00 sec 771 MBytes 646 Mbits/sec receiver
28582024-06-20T09:33:42.015ZRun 5/10...646.625932510159Mbps
28592024-06-20T09:33:49.054Z-----------------------------------------------------------
28602024-06-20T09:33:49.054ZServer listening on 5201
28612024-06-20T09:33:49.054Z-----------------------------------------------------------
28622024-06-20T09:33:49.054ZAccepted connection from 10.0.0.1, port 59803
28632024-06-20T09:33:49.054Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35124
28642024-06-20T09:33:49.054Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45534
28652024-06-20T09:33:49.054Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49519
28662024-06-20T09:33:49.054Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44246
28672024-06-20T09:33:49.054Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55491
28682024-06-20T09:33:49.054Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49864
28692024-06-20T09:33:49.054Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37905
28702024-06-20T09:33:49.054Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62079
28712024-06-20T09:33:49.054Z[ ID] Interval Transfer Bandwidth
28722024-06-20T09:33:49.054Z[ 5] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
28732024-06-20T09:33:49.054Z[ 7] 0.00-1.00 sec 9.00 MBytes 75.5 Mbits/sec
28742024-06-20T09:33:49.054Z[ 9] 0.00-1.00 sec 9.00 MBytes 75.5 Mbits/sec
28752024-06-20T09:33:49.054Z[ 11] 0.00-1.00 sec 9.00 MBytes 75.5 Mbits/sec
28762024-06-20T09:33:49.054Z[ 13] 0.00-1.00 sec 9.00 MBytes 75.5 Mbits/sec
28772024-06-20T09:33:49.054Z[ 15] 0.00-1.00 sec 8.97 MBytes 75.2 Mbits/sec
28782024-06-20T09:33:49.054Z[ 17] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
28792024-06-20T09:33:49.054Z[ 19] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
28802024-06-20T09:33:49.054Z[SUM] 0.00-1.00 sec 71.8 MBytes 603 Mbits/sec
28812024-06-20T09:33:49.054Z- - - - - - - - - - - - - - - - - - - - - - - - -
28822024-06-20T09:33:49.054Z[ 5] 1.00-2.00 sec 10.2 MBytes 85.6 Mbits/sec
28832024-06-20T09:33:49.054Z[ 7] 1.00-2.00 sec 10.2 MBytes 85.6 Mbits/sec
28842024-06-20T09:33:49.054Z[ 9] 1.00-2.00 sec 10.2 MBytes 85.6 Mbits/sec
28852024-06-20T09:33:49.054Z[ 11] 1.00-2.00 sec 10.2 MBytes 85.6 Mbits/sec
28862024-06-20T09:33:49.054Z[ 13] 1.00-2.00 sec 10.1 MBytes 84.7 Mbits/sec
28872024-06-20T09:33:49.054Z[ 15] 1.00-2.00 sec 10.1 MBytes 84.8 Mbits/sec
28882024-06-20T09:33:49.054Z[ 17] 1.00-2.00 sec 10.2 MBytes 85.6 Mbits/sec
28892024-06-20T09:33:49.054Z[ 19] 1.00-2.00 sec 10.2 MBytes 85.6 Mbits/sec
28902024-06-20T09:33:49.054Z[SUM] 1.00-2.00 sec 81.5 MBytes 683 Mbits/sec
28912024-06-20T09:33:49.055Z- - - - - - - - - - - - - - - - - - - - - - - - -
28922024-06-20T09:33:49.055Z[ 5] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
28932024-06-20T09:33:49.055Z[ 7] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
28942024-06-20T09:33:49.055Z[ 9] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
28952024-06-20T09:33:49.055Z[ 11] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
28962024-06-20T09:33:49.055Z[ 13] 2.00-3.00 sec 10.5 MBytes 88.2 Mbits/sec
28972024-06-20T09:33:49.055Z[ 15] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
28982024-06-20T09:33:49.055Z[ 17] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
28992024-06-20T09:33:49.055Z[ 19] 2.00-3.00 sec 10.5 MBytes 87.7 Mbits/sec
29002024-06-20T09:33:49.055Z[SUM] 2.00-3.00 sec 83.7 MBytes 702 Mbits/sec
29012024-06-20T09:33:49.055Z- - - - - - - - - - - - - - - - - - - - - - - - -
29022024-06-20T09:33:49.055Z[ 5] 3.00-4.00 sec 9.53 MBytes 79.9 Mbits/sec
29032024-06-20T09:33:49.055Z[ 7] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
29042024-06-20T09:33:49.055Z[ 9] 3.00-4.00 sec 9.53 MBytes 80.0 Mbits/sec
29052024-06-20T09:33:49.055Z[ 11] 3.00-4.00 sec 9.48 MBytes 79.5 Mbits/sec
29062024-06-20T09:33:49.055Z[ 13] 3.00-4.00 sec 9.53 MBytes 79.9 Mbits/sec
29072024-06-20T09:33:49.055Z[ 15] 3.00-4.00 sec 9.59 MBytes 80.5 Mbits/sec
29082024-06-20T09:33:49.055Z[ 17] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
29092024-06-20T09:33:49.055Z[ 19] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
29102024-06-20T09:33:49.055Z[SUM] 3.00-4.00 sec 76.5 MBytes 641 Mbits/sec
29112024-06-20T09:33:49.055Z- - - - - - - - - - - - - - - - - - - - - - - - -
29122024-06-20T09:33:49.055Z[ 5] 4.00-5.00 sec 10.5 MBytes 88.3 Mbits/sec
29132024-06-20T09:33:49.055Z[ 7] 4.00-5.00 sec 10.5 MBytes 87.7 Mbits/sec
29142024-06-20T09:33:49.055Z[ 9] 4.00-5.00 sec 10.5 MBytes 88.2 Mbits/sec
29152024-06-20T09:33:49.055Z[ 11] 4.00-5.00 sec 10.6 MBytes 88.7 Mbits/sec
29162024-06-20T09:33:49.055Z[ 13] 4.00-5.00 sec 10.6 MBytes 88.7 Mbits/sec
29172024-06-20T09:33:49.055Z[ 15] 4.00-5.00 sec 10.5 MBytes 88.1 Mbits/sec
29182024-06-20T09:33:49.055Z[ 17] 4.00-5.00 sec 10.5 MBytes 87.7 Mbits/sec
29192024-06-20T09:33:49.055Z[ 19] 4.00-5.00 sec 10.5 MBytes 87.7 Mbits/sec
29202024-06-20T09:33:49.055Z[SUM] 4.00-5.00 sec 84.1 MBytes 705 Mbits/sec
29212024-06-20T09:33:49.055Z- - - - - - - - - - - - - - - - - - - - - - - - -
29222024-06-20T09:33:49.055Z[ 5] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
29232024-06-20T09:33:49.055Z[ 7] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
29242024-06-20T09:33:49.055Z[ 9] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
29252024-06-20T09:33:49.055Z[ 11] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
29262024-06-20T09:33:49.055Z[ 13] 5.00-6.00 sec 10.3 MBytes 86.8 Mbits/sec
29272024-06-20T09:33:49.055Z[ 15] 5.00-6.00 sec 10.4 MBytes 87.2 Mbits/sec
29282024-06-20T09:33:49.055Z[ 17] 5.00-6.00 sec 10.4 MBytes 87.6 Mbits/sec
29292024-06-20T09:33:49.055Z[ 19] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
29302024-06-20T09:33:49.056Z[SUM] 5.00-6.00 sec 83.4 MBytes 700 Mbits/sec
29312024-06-20T09:33:49.056Z- - - - - - - - - - - - - - - - - - - - - - - - -
29322024-06-20T09:33:49.056Z[ 5] 6.00-7.00 sec 10.4 MBytes 87.0 Mbits/sec
29332024-06-20T09:33:49.056Z[ 7] 6.00-7.00 sec 10.5 MBytes 87.7 Mbits/sec
29342024-06-20T09:33:49.056Z[ 9] 6.00-7.00 sec 10.4 MBytes 86.9 Mbits/sec
29352024-06-20T09:33:52.254Z[ 11] 6.00-7.00 sec 10.3 MBytes 86.6 Mbits/sec
29362024-06-20T09:33:52.254Z[ 13] 6.00-7.00 sec 10.4 MBytes 87.5 Mbits/sec
29372024-06-20T09:33:52.254Z[ 15] 6.00-7.00 sec 10.5 MBytes 87.7 Mbits/sec
29382024-06-20T09:33:52.255Z[ 17] 6.00-7.00 sec 10.5 MBytes 87.7 Mbits/sec
29392024-06-20T09:33:52.255Z[ 19] 6.00-7.00 sec 10.5 MBytes 87.7 Mbits/sec
29402024-06-20T09:33:52.255Z[SUM] 6.00-7.00 sec 83.3 MBytes 699 Mbits/sec
29412024-06-20T09:33:52.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
29422024-06-20T09:33:52.255Z[ 5] 7.00-8.00 sec 9.80 MBytes 82.2 Mbits/sec
29432024-06-20T09:33:52.255Z[ 7] 7.00-8.00 sec 9.72 MBytes 81.6 Mbits/sec
29442024-06-20T09:33:52.255Z[ 9] 7.00-8.00 sec 9.81 MBytes 82.3 Mbits/sec
29452024-06-20T09:33:52.255Z[ 11] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
29462024-06-20T09:33:52.255Z[ 13] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
29472024-06-20T09:33:52.255Z[ 15] 7.00-8.00 sec 9.80 MBytes 82.2 Mbits/sec
29482024-06-20T09:33:52.255Z[ 17] 7.00-8.00 sec 9.74 MBytes 81.7 Mbits/sec
29492024-06-20T09:33:52.255Z[ 19] 7.00-8.00 sec 9.72 MBytes 81.6 Mbits/sec
29502024-06-20T09:33:52.255Z[SUM] 7.00-8.00 sec 78.3 MBytes 657 Mbits/sec
29512024-06-20T09:33:52.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
29522024-06-20T09:33:52.255Z[ 5] 8.00-9.00 sec 9.96 MBytes 83.6 Mbits/sec
29532024-06-20T09:33:52.255Z[ 7] 8.00-9.00 sec 9.96 MBytes 83.6 Mbits/sec
29542024-06-20T09:33:52.255Z[ 9] 8.00-9.00 sec 9.96 MBytes 83.6 Mbits/sec
29552024-06-20T09:33:52.255Z[ 11] 8.00-9.00 sec 9.96 MBytes 83.6 Mbits/sec
29562024-06-20T09:33:52.255Z[ 13] 8.00-9.00 sec 9.95 MBytes 83.4 Mbits/sec
29572024-06-20T09:33:52.255Z[ 15] 8.00-9.00 sec 9.92 MBytes 83.2 Mbits/sec
29582024-06-20T09:33:52.255Z[ 17] 8.00-9.00 sec 9.95 MBytes 83.4 Mbits/sec
29592024-06-20T09:33:52.255Z[ 19] 8.00-9.00 sec 9.96 MBytes 83.6 Mbits/sec
29602024-06-20T09:33:52.255Z[SUM] 8.00-9.00 sec 79.6 MBytes 668 Mbits/sec
29612024-06-20T09:33:52.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
29622024-06-20T09:33:52.255Z[ 5] 9.00-10.00 sec 9.36 MBytes 78.5 Mbits/sec
29632024-06-20T09:33:52.255Z[ 7] 9.00-10.00 sec 9.36 MBytes 78.5 Mbits/sec
29642024-06-20T09:33:52.255Z[ 9] 9.00-10.00 sec 9.36 MBytes 78.5 Mbits/sec
29652024-06-20T09:33:52.255Z[ 11] 9.00-10.00 sec 9.32 MBytes 78.2 Mbits/sec
29662024-06-20T09:33:52.255Z[ 13] 9.00-10.00 sec 9.26 MBytes 77.7 Mbits/sec
29672024-06-20T09:33:52.255Z[ 15] 9.00-10.00 sec 9.32 MBytes 78.2 Mbits/sec
29682024-06-20T09:33:52.255Z[ 17] 9.00-10.00 sec 9.35 MBytes 78.5 Mbits/sec
29692024-06-20T09:33:52.255Z[ 19] 9.00-10.00 sec 9.36 MBytes 78.5 Mbits/sec
29702024-06-20T09:33:52.255Z[SUM] 9.00-10.00 sec 74.7 MBytes 627 Mbits/sec
29712024-06-20T09:33:52.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
29722024-06-20T09:33:52.255Z[ 5] 10.00-10.01 sec 25.5 KBytes 37.6 Mbits/sec
29732024-06-20T09:33:52.255Z[ 7] 10.00-10.01 sec 62.2 KBytes 92.0 Mbits/sec
29742024-06-20T09:33:52.255Z[ 9] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
29752024-06-20T09:33:52.255Z[ 11] 10.00-10.01 sec 33.9 KBytes 50.2 Mbits/sec
29762024-06-20T09:33:52.255Z[ 13] 10.00-10.01 sec 116 KBytes 171 Mbits/sec
29772024-06-20T09:33:52.256Z[ 15] 10.00-10.01 sec 124 KBytes 184 Mbits/sec
29782024-06-20T09:33:52.256Z[ 17] 10.00-10.01 sec 124 KBytes 184 Mbits/sec
29792024-06-20T09:33:52.256Z[ 19] 10.00-10.01 sec 73.5 KBytes 109 Mbits/sec
29802024-06-20T09:33:52.256Z[SUM] 10.00-10.01 sec 560 KBytes 828 Mbits/sec
29812024-06-20T09:33:52.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
29822024-06-20T09:33:52.256Z[ ID] Interval Transfer Bandwidth
29832024-06-20T09:33:52.256Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29842024-06-20T09:33:52.256Z[ 5] 0.00-10.01 sec 99.8 MBytes 83.7 Mbits/sec receiver
29852024-06-20T09:33:52.256Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29862024-06-20T09:33:52.256Z[ 7] 0.00-10.01 sec 99.7 MBytes 83.6 Mbits/sec receiver
29872024-06-20T09:33:52.256Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29882024-06-20T09:33:52.256Z[ 9] 0.00-10.01 sec 99.7 MBytes 83.5 Mbits/sec receiver
29892024-06-20T09:33:52.256Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29902024-06-20T09:33:52.256Z[ 11] 0.00-10.01 sec 99.7 MBytes 83.5 Mbits/sec receiver
29912024-06-20T09:33:52.256Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29922024-06-20T09:33:52.256Z[ 13] 0.00-10.01 sec 99.7 MBytes 83.5 Mbits/sec receiver
29932024-06-20T09:33:52.256Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29942024-06-20T09:33:52.256Z[ 15] 0.00-10.01 sec 99.7 MBytes 83.5 Mbits/sec receiver
29952024-06-20T09:33:52.256Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29962024-06-20T09:33:52.256Z[ 17] 0.00-10.01 sec 99.7 MBytes 83.5 Mbits/sec receiver
29972024-06-20T09:33:52.256Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
29982024-06-20T09:33:52.256Z[ 19] 0.00-10.01 sec 99.6 MBytes 83.5 Mbits/sec receiver
29992024-06-20T09:33:52.256Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
30002024-06-20T09:33:52.256Z[SUM] 0.00-10.01 sec 797 MBytes 669 Mbits/sec receiver
30012024-06-20T09:33:52.281ZRun 6/10...669.04746690588Mbps
30022024-06-20T09:33:59.326Z-----------------------------------------------------------
30032024-06-20T09:33:59.327ZServer listening on 5201
30042024-06-20T09:33:59.327Z-----------------------------------------------------------
30052024-06-20T09:33:59.327ZAccepted connection from 10.0.0.1, port 33251
30062024-06-20T09:33:59.327Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59799
30072024-06-20T09:33:59.327Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45760
30082024-06-20T09:33:59.327Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64309
30092024-06-20T09:33:59.327Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36914
30102024-06-20T09:33:59.327Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38586
30112024-06-20T09:33:59.327Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39167
30122024-06-20T09:33:59.327Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43480
30132024-06-20T09:33:59.327Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40322
30142024-06-20T09:33:59.327Z[ ID] Interval Transfer Bandwidth
30152024-06-20T09:33:59.327Z[ 5] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
30162024-06-20T09:33:59.327Z[ 7] 0.00-1.00 sec 9.12 MBytes 76.5 Mbits/sec
30172024-06-20T09:33:59.327Z[ 9] 0.00-1.00 sec 9.00 MBytes 75.5 Mbits/sec
30182024-06-20T09:33:59.327Z[ 11] 0.00-1.00 sec 8.99 MBytes 75.4 Mbits/sec
30192024-06-20T09:33:59.327Z[ 13] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
30202024-06-20T09:33:59.327Z[ 15] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
30212024-06-20T09:33:59.327Z[ 17] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
30222024-06-20T09:33:59.327Z[ 19] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
30232024-06-20T09:33:59.327Z[SUM] 0.00-1.00 sec 71.9 MBytes 603 Mbits/sec
30242024-06-20T09:33:59.327Z- - - - - - - - - - - - - - - - - - - - - - - - -
30252024-06-20T09:33:59.327Z[ 5] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
30262024-06-20T09:33:59.327Z[ 7] 1.00-2.00 sec 9.76 MBytes 81.9 Mbits/sec
30272024-06-20T09:33:59.327Z[ 9] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
30282024-06-20T09:33:59.327Z[ 11] 1.00-2.00 sec 9.73 MBytes 81.6 Mbits/sec
30292024-06-20T09:33:59.327Z[ 13] 1.00-2.00 sec 9.84 MBytes 82.6 Mbits/sec
30302024-06-20T09:33:59.327Z[ 15] 1.00-2.00 sec 9.84 MBytes 82.6 Mbits/sec
30312024-06-20T09:33:59.327Z[ 17] 1.00-2.00 sec 9.81 MBytes 82.3 Mbits/sec
30322024-06-20T09:33:59.327Z[ 19] 1.00-2.00 sec 9.72 MBytes 81.6 Mbits/sec
30332024-06-20T09:33:59.327Z[SUM] 1.00-2.00 sec 78.2 MBytes 656 Mbits/sec
30342024-06-20T09:33:59.327Z- - - - - - - - - - - - - - - - - - - - - - - - -
30352024-06-20T09:33:59.327Z[ 5] 2.00-3.00 sec 9.72 MBytes 81.5 Mbits/sec
30362024-06-20T09:33:59.327Z[ 7] 2.00-3.00 sec 9.68 MBytes 81.2 Mbits/sec
30372024-06-20T09:33:59.327Z[ 9] 2.00-3.00 sec 9.72 MBytes 81.5 Mbits/sec
30382024-06-20T09:33:59.327Z[ 11] 2.00-3.00 sec 9.72 MBytes 81.5 Mbits/sec
30392024-06-20T09:33:59.327Z[ 13] 2.00-3.00 sec 9.64 MBytes 80.8 Mbits/sec
30402024-06-20T09:33:59.328Z[ 15] 2.00-3.00 sec 9.60 MBytes 80.5 Mbits/sec
30412024-06-20T09:33:59.328Z[ 17] 2.00-3.00 sec 9.63 MBytes 80.8 Mbits/sec
30422024-06-20T09:33:59.328Z[ 19] 2.00-3.00 sec 9.72 MBytes 81.5 Mbits/sec
30432024-06-20T09:33:59.328Z[SUM] 2.00-3.00 sec 77.4 MBytes 650 Mbits/sec
30442024-06-20T09:33:59.328Z- - - - - - - - - - - - - - - - - - - - - - - - -
30452024-06-20T09:33:59.328Z[ 5] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
30462024-06-20T09:33:59.328Z[ 7] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
30472024-06-20T09:33:59.328Z[ 9] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
30482024-06-20T09:33:59.328Z[ 11] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
30492024-06-20T09:33:59.328Z[ 13] 3.00-4.00 sec 9.69 MBytes 81.3 Mbits/sec
30502024-06-20T09:33:59.328Z[ 15] 3.00-4.00 sec 9.72 MBytes 81.5 Mbits/sec
30512024-06-20T09:33:59.328Z[ 17] 3.00-4.00 sec 9.61 MBytes 80.6 Mbits/sec
30522024-06-20T09:33:59.328Z[ 19] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
30532024-06-20T09:33:59.328Z[SUM] 3.00-4.00 sec 77.0 MBytes 646 Mbits/sec
30542024-06-20T09:33:59.328Z- - - - - - - - - - - - - - - - - - - - - - - - -
30552024-06-20T09:33:59.328Z[ 5] 4.00-5.00 sec 9.48 MBytes 79.5 Mbits/sec
30562024-06-20T09:33:59.328Z[ 7] 4.00-5.00 sec 9.51 MBytes 79.8 Mbits/sec
30572024-06-20T09:33:59.328Z[ 9] 4.00-5.00 sec 9.48 MBytes 79.5 Mbits/sec
30582024-06-20T09:33:59.328Z[ 11] 4.00-5.00 sec 9.48 MBytes 79.5 Mbits/sec
30592024-06-20T09:33:59.328Z[ 13] 4.00-5.00 sec 9.48 MBytes 79.5 Mbits/sec
30602024-06-20T09:33:59.328Z[ 15] 4.00-5.00 sec 9.48 MBytes 79.6 Mbits/sec
30612024-06-20T09:33:59.328Z[ 17] 4.00-5.00 sec 9.53 MBytes 80.0 Mbits/sec
30622024-06-20T09:33:59.328Z[ 19] 4.00-5.00 sec 9.48 MBytes 79.5 Mbits/sec
30632024-06-20T09:33:59.328Z[SUM] 4.00-5.00 sec 75.9 MBytes 637 Mbits/sec
30642024-06-20T09:33:59.328Z- - - - - - - - - - - - - - - - - - - - - - - - -
30652024-06-20T09:33:59.328Z[ 5] 5.00-6.00 sec 10.3 MBytes 86.7 Mbits/sec
30662024-06-20T09:33:59.328Z[ 7] 5.00-6.00 sec 10.4 MBytes 86.9 Mbits/sec
30672024-06-20T09:33:59.328Z[ 9] 5.00-6.00 sec 10.3 MBytes 86.6 Mbits/sec
30682024-06-20T09:33:59.328Z[ 11] 5.00-6.00 sec 10.3 MBytes 86.6 Mbits/sec
30692024-06-20T09:33:59.328Z[ 13] 5.00-6.00 sec 10.3 MBytes 86.6 Mbits/sec
30702024-06-20T09:33:59.328Z[ 15] 5.00-6.00 sec 10.3 MBytes 86.6 Mbits/sec
30712024-06-20T09:33:59.328Z[ 17] 5.00-6.00 sec 10.4 MBytes 87.1 Mbits/sec
30722024-06-20T09:33:59.328Z[ 19] 5.00-6.00 sec 10.4 MBytes 86.9 Mbits/sec
30732024-06-20T09:33:59.328Z[SUM] 5.00-6.00 sec 82.8 MBytes 694 Mbits/sec
30742024-06-20T09:33:59.328Z- - - - - - - - - - - - - - - - - - - - - - - - -
30752024-06-20T09:33:59.328Z[ 5] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
30762024-06-20T09:33:59.328Z[ 7] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
30772024-06-20T09:33:59.328Z[ 9] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
30782024-06-20T09:34:02.525Z[ 11] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
30792024-06-20T09:34:02.526Z[ 13] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
30802024-06-20T09:34:02.526Z[ 15] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
30812024-06-20T09:34:02.526Z[ 17] 6.00-7.00 sec 9.94 MBytes 83.4 Mbits/sec
30822024-06-20T09:34:02.526Z[ 19] 6.00-7.00 sec 9.95 MBytes 83.5 Mbits/sec
30832024-06-20T09:34:02.526Z[SUM] 6.00-7.00 sec 79.7 MBytes 668 Mbits/sec
30842024-06-20T09:34:02.526Z- - - - - - - - - - - - - - - - - - - - - - - - -
30852024-06-20T09:34:02.526Z[ 5] 7.00-8.00 sec 9.84 MBytes 82.5 Mbits/sec
30862024-06-20T09:34:02.526Z[ 7] 7.00-8.00 sec 9.78 MBytes 82.0 Mbits/sec
30872024-06-20T09:34:02.526Z[ 9] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
30882024-06-20T09:34:02.526Z[ 11] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
30892024-06-20T09:34:02.526Z[ 13] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
30902024-06-20T09:34:02.526Z[ 15] 7.00-8.00 sec 9.80 MBytes 82.2 Mbits/sec
30912024-06-20T09:34:02.526Z[ 17] 7.00-8.00 sec 9.75 MBytes 81.7 Mbits/sec
30922024-06-20T09:34:02.526Z[ 19] 7.00-8.00 sec 9.83 MBytes 82.5 Mbits/sec
30932024-06-20T09:34:02.526Z[SUM] 7.00-8.00 sec 78.5 MBytes 659 Mbits/sec
30942024-06-20T09:34:02.526Z- - - - - - - - - - - - - - - - - - - - - - - - -
30952024-06-20T09:34:02.526Z[ 5] 8.00-9.00 sec 10.1 MBytes 84.6 Mbits/sec
30962024-06-20T09:34:02.526Z[ 7] 8.00-9.00 sec 10.1 MBytes 84.6 Mbits/sec
30972024-06-20T09:34:02.526Z[ 9] 8.00-9.00 sec 10.1 MBytes 84.6 Mbits/sec
30982024-06-20T09:34:02.526Z[ 11] 8.00-9.00 sec 10.1 MBytes 84.6 Mbits/sec
30992024-06-20T09:34:02.526Z[ 13] 8.00-9.00 sec 10.1 MBytes 84.6 Mbits/sec
31002024-06-20T09:34:02.526Z[ 15] 8.00-9.00 sec 10.0 MBytes 84.2 Mbits/sec
31012024-06-20T09:34:02.526Z[ 17] 8.00-9.00 sec 10.1 MBytes 84.6 Mbits/sec
31022024-06-20T09:34:02.526Z[ 19] 8.00-9.00 sec 10.1 MBytes 84.6 Mbits/sec
31032024-06-20T09:34:02.526Z[SUM] 8.00-9.00 sec 80.6 MBytes 676 Mbits/sec
31042024-06-20T09:34:02.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
31052024-06-20T09:34:02.527Z[ 5] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
31062024-06-20T09:34:02.527Z[ 7] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
31072024-06-20T09:34:02.527Z[ 9] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
31082024-06-20T09:34:02.527Z[ 11] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
31092024-06-20T09:34:02.527Z[ 13] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
31102024-06-20T09:34:02.527Z[ 15] 9.00-10.00 sec 9.65 MBytes 80.9 Mbits/sec
31112024-06-20T09:34:02.527Z[ 17] 9.00-10.00 sec 9.60 MBytes 80.6 Mbits/sec
31122024-06-20T09:34:02.527Z[ 19] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
31132024-06-20T09:34:02.527Z[SUM] 9.00-10.00 sec 76.9 MBytes 645 Mbits/sec
31142024-06-20T09:34:02.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
31152024-06-20T09:34:02.527Z[ 5] 10.00-10.01 sec 90.5 KBytes 129 Mbits/sec
31162024-06-20T09:34:02.527Z[ 7] 10.00-10.01 sec 124 KBytes 178 Mbits/sec
31172024-06-20T09:34:02.527Z[ 9] 10.00-10.01 sec 124 KBytes 178 Mbits/sec
31182024-06-20T09:34:02.527Z[ 11] 10.00-10.01 sec 28.3 KBytes 40.5 Mbits/sec
31192024-06-20T09:34:02.527Z[ 13] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
31202024-06-20T09:34:02.527Z[ 15] 10.00-10.01 sec 48.1 KBytes 68.8 Mbits/sec
31212024-06-20T09:34:02.527Z[ 17] 10.00-10.01 sec 122 KBytes 174 Mbits/sec
31222024-06-20T09:34:02.527Z[ 19] 10.00-10.01 sec 124 KBytes 178 Mbits/sec
31232024-06-20T09:34:02.527Z[SUM] 10.00-10.01 sec 662 KBytes 946 Mbits/sec
31242024-06-20T09:34:02.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
31252024-06-20T09:34:02.527Z[ ID] Interval Transfer Bandwidth
31262024-06-20T09:34:02.527Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31272024-06-20T09:34:02.527Z[ 5] 0.00-10.01 sec 97.7 MBytes 81.9 Mbits/sec receiver
31282024-06-20T09:34:02.527Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31292024-06-20T09:34:02.527Z[ 7] 0.00-10.01 sec 97.6 MBytes 81.8 Mbits/sec receiver
31302024-06-20T09:34:02.528Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31312024-06-20T09:34:02.528Z[ 9] 0.00-10.01 sec 97.5 MBytes 81.7 Mbits/sec receiver
31322024-06-20T09:34:02.528Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31332024-06-20T09:34:02.528Z[ 11] 0.00-10.01 sec 97.4 MBytes 81.6 Mbits/sec receiver
31342024-06-20T09:34:02.528Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31352024-06-20T09:34:02.528Z[ 13] 0.00-10.01 sec 97.3 MBytes 81.6 Mbits/sec receiver
31362024-06-20T09:34:02.528Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31372024-06-20T09:34:02.528Z[ 15] 0.00-10.01 sec 97.3 MBytes 81.6 Mbits/sec receiver
31382024-06-20T09:34:02.528Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31392024-06-20T09:34:02.528Z[ 17] 0.00-10.01 sec 97.3 MBytes 81.6 Mbits/sec receiver
31402024-06-20T09:34:02.528Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31412024-06-20T09:34:02.528Z[ 19] 0.00-10.01 sec 97.3 MBytes 81.6 Mbits/sec receiver
31422024-06-20T09:34:02.528Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
31432024-06-20T09:34:02.528Z[SUM] 0.00-10.01 sec 779 MBytes 653 Mbits/sec receiver
31442024-06-20T09:34:02.553ZRun 7/10...654.060499549921Mbps
31452024-06-20T09:34:09.595Z-----------------------------------------------------------
31462024-06-20T09:34:09.595ZServer listening on 5201
31472024-06-20T09:34:09.595Z-----------------------------------------------------------
31482024-06-20T09:34:09.595ZAccepted connection from 10.0.0.1, port 53723
31492024-06-20T09:34:09.595Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52141
31502024-06-20T09:34:09.595Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63572
31512024-06-20T09:34:09.595Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48121
31522024-06-20T09:34:09.595Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43137
31532024-06-20T09:34:09.595Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49241
31542024-06-20T09:34:09.595Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60832
31552024-06-20T09:34:09.595Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45362
31562024-06-20T09:34:09.595Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48017
31572024-06-20T09:34:09.595Z[ ID] Interval Transfer Bandwidth
31582024-06-20T09:34:09.595Z[ 5] 0.00-1.00 sec 8.51 MBytes 71.4 Mbits/sec
31592024-06-20T09:34:09.595Z[ 7] 0.00-1.00 sec 8.39 MBytes 70.4 Mbits/sec
31602024-06-20T09:34:09.595Z[ 9] 0.00-1.00 sec 8.39 MBytes 70.4 Mbits/sec
31612024-06-20T09:34:09.595Z[ 11] 0.00-1.00 sec 8.39 MBytes 70.4 Mbits/sec
31622024-06-20T09:34:09.595Z[ 13] 0.00-1.00 sec 8.35 MBytes 70.0 Mbits/sec
31632024-06-20T09:34:09.595Z[ 15] 0.00-1.00 sec 8.27 MBytes 69.4 Mbits/sec
31642024-06-20T09:34:09.595Z[ 17] 0.00-1.00 sec 8.27 MBytes 69.4 Mbits/sec
31652024-06-20T09:34:09.596Z[ 19] 0.00-1.00 sec 8.27 MBytes 69.4 Mbits/sec
31662024-06-20T09:34:09.596Z[SUM] 0.00-1.00 sec 66.8 MBytes 561 Mbits/sec
31672024-06-20T09:34:09.596Z- - - - - - - - - - - - - - - - - - - - - - - - -
31682024-06-20T09:34:09.596Z[ 5] 1.00-2.00 sec 9.24 MBytes 77.5 Mbits/sec
31692024-06-20T09:34:09.596Z[ 7] 1.00-2.00 sec 9.24 MBytes 77.5 Mbits/sec
31702024-06-20T09:34:09.596Z[ 9] 1.00-2.00 sec 9.24 MBytes 77.5 Mbits/sec
31712024-06-20T09:34:09.596Z[ 11] 1.00-2.00 sec 9.24 MBytes 77.5 Mbits/sec
31722024-06-20T09:34:09.596Z[ 13] 1.00-2.00 sec 9.17 MBytes 76.9 Mbits/sec
31732024-06-20T09:34:09.596Z[ 15] 1.00-2.00 sec 9.23 MBytes 77.4 Mbits/sec
31742024-06-20T09:34:09.596Z[ 17] 1.00-2.00 sec 9.24 MBytes 77.5 Mbits/sec
31752024-06-20T09:34:09.596Z[ 19] 1.00-2.00 sec 9.24 MBytes 77.5 Mbits/sec
31762024-06-20T09:34:09.596Z[SUM] 1.00-2.00 sec 73.8 MBytes 619 Mbits/sec
31772024-06-20T09:34:09.596Z- - - - - - - - - - - - - - - - - - - - - - - - -
31782024-06-20T09:34:09.596Z[ 5] 2.00-3.00 sec 9.84 MBytes 82.6 Mbits/sec
31792024-06-20T09:34:09.596Z[ 7] 2.00-3.00 sec 9.84 MBytes 82.6 Mbits/sec
31802024-06-20T09:34:09.596Z[ 9] 2.00-3.00 sec 9.84 MBytes 82.6 Mbits/sec
31812024-06-20T09:34:09.596Z[ 11] 2.00-3.00 sec 9.84 MBytes 82.6 Mbits/sec
31822024-06-20T09:34:09.596Z[ 13] 2.00-3.00 sec 9.95 MBytes 83.5 Mbits/sec
31832024-06-20T09:34:09.596Z[ 15] 2.00-3.00 sec 9.96 MBytes 83.6 Mbits/sec
31842024-06-20T09:34:09.596Z[ 17] 2.00-3.00 sec 9.92 MBytes 83.2 Mbits/sec
31852024-06-20T09:34:09.596Z[ 19] 2.00-3.00 sec 9.85 MBytes 82.6 Mbits/sec
31862024-06-20T09:34:09.596Z[SUM] 2.00-3.00 sec 79.1 MBytes 663 Mbits/sec
31872024-06-20T09:34:09.596Z- - - - - - - - - - - - - - - - - - - - - - - - -
31882024-06-20T09:34:09.596Z[ 5] 3.00-4.00 sec 9.62 MBytes 80.7 Mbits/sec
31892024-06-20T09:34:09.596Z[ 7] 3.00-4.00 sec 9.71 MBytes 81.5 Mbits/sec
31902024-06-20T09:34:09.596Z[ 9] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
31912024-06-20T09:34:09.596Z[ 11] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
31922024-06-20T09:34:09.596Z[ 13] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
31932024-06-20T09:34:09.596Z[ 15] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
31942024-06-20T09:34:09.596Z[ 17] 3.00-4.00 sec 9.64 MBytes 80.9 Mbits/sec
31952024-06-20T09:34:09.596Z[ 19] 3.00-4.00 sec 9.72 MBytes 81.5 Mbits/sec
31962024-06-20T09:34:09.596Z[SUM] 3.00-4.00 sec 77.1 MBytes 647 Mbits/sec
31972024-06-20T09:34:09.596Z- - - - - - - - - - - - - - - - - - - - - - - - -
31982024-06-20T09:34:09.596Z[ 5] 4.00-5.00 sec 9.58 MBytes 80.4 Mbits/sec
31992024-06-20T09:34:09.596Z[ 7] 4.00-5.00 sec 9.49 MBytes 79.6 Mbits/sec
32002024-06-20T09:34:09.596Z[ 9] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
32012024-06-20T09:34:09.596Z[ 11] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
32022024-06-20T09:34:09.596Z[ 13] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
32032024-06-20T09:34:09.596Z[ 15] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
32042024-06-20T09:34:09.597Z[ 17] 4.00-5.00 sec 9.54 MBytes 80.0 Mbits/sec
32052024-06-20T09:34:09.597Z[ 19] 4.00-5.00 sec 9.49 MBytes 79.6 Mbits/sec
32062024-06-20T09:34:09.597Z[SUM] 4.00-5.00 sec 76.5 MBytes 642 Mbits/sec
32072024-06-20T09:34:09.597Z- - - - - - - - - - - - - - - - - - - - - - - - -
32082024-06-20T09:34:09.597Z[ 5] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
32092024-06-20T09:34:09.597Z[ 7] 5.00-6.00 sec 10.4 MBytes 87.6 Mbits/sec
32102024-06-20T09:34:09.597Z[ 9] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
32112024-06-20T09:34:09.597Z[ 11] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
32122024-06-20T09:34:09.597Z[ 13] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
32132024-06-20T09:34:09.597Z[ 15] 5.00-6.00 sec 10.4 MBytes 87.2 Mbits/sec
32142024-06-20T09:34:09.597Z[ 17] 5.00-6.00 sec 10.4 MBytes 87.2 Mbits/sec
32152024-06-20T09:34:09.597Z[ 19] 5.00-6.00 sec 10.4 MBytes 87.6 Mbits/sec
32162024-06-20T09:34:09.597Z[SUM] 5.00-6.00 sec 83.5 MBytes 700 Mbits/sec
32172024-06-20T09:34:09.597Z- - - - - - - - - - - - - - - - - - - - - - - - -
32182024-06-20T09:34:09.597Z[ 5] 6.00-7.00 sec 10.2 MBytes 85.4 Mbits/sec
32192024-06-20T09:34:09.622Z[ 7] 6.00-7.00 sec 10.2 MBytes 85.6 Mbits/sec
32202024-06-20T09:34:09.622Z[ 9] 6.00-7.00 sec 10.1 MBytes 84.8 Mbits/sec
32212024-06-20T09:34:12.794Z[ 11] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
32222024-06-20T09:34:12.794Z[ 13] 6.00-7.00 sec 10.1 MBytes 84.6 Mbits/sec
32232024-06-20T09:34:12.794Z[ 15] 6.00-7.00 sec 10.1 MBytes 85.1 Mbits/sec
32242024-06-20T09:34:12.794Z[ 17] 6.00-7.00 sec 10.2 MBytes 85.6 Mbits/sec
32252024-06-20T09:34:12.794Z[ 19] 6.00-7.00 sec 10.2 MBytes 85.6 Mbits/sec
32262024-06-20T09:34:12.794Z[SUM] 6.00-7.00 sec 81.2 MBytes 681 Mbits/sec
32272024-06-20T09:34:12.794Z- - - - - - - - - - - - - - - - - - - - - - - - -
32282024-06-20T09:34:12.794Z[ 5] 7.00-8.00 sec 10.4 MBytes 86.9 Mbits/sec
32292024-06-20T09:34:12.794Z[ 7] 7.00-8.00 sec 10.3 MBytes 86.7 Mbits/sec
32302024-06-20T09:34:12.794Z[ 9] 7.00-8.00 sec 10.4 MBytes 87.3 Mbits/sec
32312024-06-20T09:34:12.794Z[ 11] 7.00-8.00 sec 10.3 MBytes 86.8 Mbits/sec
32322024-06-20T09:34:12.795Z[ 13] 7.00-8.00 sec 10.3 MBytes 86.7 Mbits/sec
32332024-06-20T09:34:12.795Z[ 15] 7.00-8.00 sec 10.3 MBytes 86.7 Mbits/sec
32342024-06-20T09:34:12.795Z[ 17] 7.00-8.00 sec 10.3 MBytes 86.7 Mbits/sec
32352024-06-20T09:34:12.795Z[ 19] 7.00-8.00 sec 10.3 MBytes 86.7 Mbits/sec
32362024-06-20T09:34:12.795Z[SUM] 7.00-8.00 sec 82.8 MBytes 694 Mbits/sec
32372024-06-20T09:34:12.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
32382024-06-20T09:34:12.795Z[ 5] 8.00-9.00 sec 10.2 MBytes 85.6 Mbits/sec
32392024-06-20T09:34:12.795Z[ 7] 8.00-9.00 sec 10.2 MBytes 85.6 Mbits/sec
32402024-06-20T09:34:12.795Z[ 9] 8.00-9.00 sec 10.2 MBytes 85.4 Mbits/sec
32412024-06-20T09:34:12.795Z[ 11] 8.00-9.00 sec 10.2 MBytes 85.5 Mbits/sec
32422024-06-20T09:34:12.795Z[ 13] 8.00-9.00 sec 10.2 MBytes 85.6 Mbits/sec
32432024-06-20T09:34:12.795Z[ 15] 8.00-9.00 sec 10.2 MBytes 85.6 Mbits/sec
32442024-06-20T09:34:12.795Z[ 17] 8.00-9.00 sec 10.2 MBytes 85.6 Mbits/sec
32452024-06-20T09:34:12.795Z[ 19] 8.00-9.00 sec 10.2 MBytes 85.6 Mbits/sec
32462024-06-20T09:34:12.795Z[SUM] 8.00-9.00 sec 81.6 MBytes 685 Mbits/sec
32472024-06-20T09:34:12.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
32482024-06-20T09:34:12.795Z[ 5] 9.00-10.00 sec 9.96 MBytes 83.6 Mbits/sec
32492024-06-20T09:34:12.795Z[ 7] 9.00-10.00 sec 9.96 MBytes 83.6 Mbits/sec
32502024-06-20T09:34:12.795Z[ 9] 9.00-10.00 sec 10.0 MBytes 84.0 Mbits/sec
32512024-06-20T09:34:12.795Z[ 11] 9.00-10.00 sec 10.1 MBytes 84.6 Mbits/sec
32522024-06-20T09:34:12.795Z[ 13] 9.00-10.00 sec 10.1 MBytes 84.5 Mbits/sec
32532024-06-20T09:34:12.795Z[ 15] 9.00-10.00 sec 10.0 MBytes 83.9 Mbits/sec
32542024-06-20T09:34:12.795Z[ 17] 9.00-10.00 sec 9.97 MBytes 83.6 Mbits/sec
32552024-06-20T09:34:12.795Z[ 19] 9.00-10.00 sec 9.96 MBytes 83.6 Mbits/sec
32562024-06-20T09:34:12.795Z[SUM] 9.00-10.00 sec 80.0 MBytes 671 Mbits/sec
32572024-06-20T09:34:12.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
32582024-06-20T09:34:12.795Z[ 5] 10.00-10.01 sec 124 KBytes 187 Mbits/sec
32592024-06-20T09:34:12.795Z[ 7] 10.00-10.01 sec 124 KBytes 187 Mbits/sec
32602024-06-20T09:34:12.795Z[ 9] 10.00-10.01 sec 67.9 KBytes 102 Mbits/sec
32612024-06-20T09:34:12.795Z[ 11] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
32622024-06-20T09:34:12.795Z[ 13] 10.00-10.01 sec 17.0 KBytes 25.5 Mbits/sec
32632024-06-20T09:34:12.795Z[ 15] 10.00-10.01 sec 90.5 KBytes 136 Mbits/sec
32642024-06-20T09:34:12.795Z[ 17] 10.00-10.01 sec 119 KBytes 179 Mbits/sec
32652024-06-20T09:34:12.795Z[ 19] 10.00-10.01 sec 124 KBytes 187 Mbits/sec
32662024-06-20T09:34:12.795Z[SUM] 10.00-10.01 sec 667 KBytes 1.00 Gbits/sec
32672024-06-20T09:34:12.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
32682024-06-20T09:34:12.795Z[ ID] Interval Transfer Bandwidth
32692024-06-20T09:34:12.795Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32702024-06-20T09:34:12.795Z[ 5] 0.00-10.01 sec 98.1 MBytes 82.2 Mbits/sec receiver
32712024-06-20T09:34:12.796Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32722024-06-20T09:34:12.796Z[ 7] 0.00-10.01 sec 98.0 MBytes 82.1 Mbits/sec receiver
32732024-06-20T09:34:12.796Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32742024-06-20T09:34:12.796Z[ 9] 0.00-10.01 sec 97.9 MBytes 82.1 Mbits/sec receiver
32752024-06-20T09:34:12.796Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32762024-06-20T09:34:12.796Z[ 11] 0.00-10.01 sec 97.8 MBytes 82.0 Mbits/sec receiver
32772024-06-20T09:34:12.796Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32782024-06-20T09:34:12.796Z[ 13] 0.00-10.01 sec 97.8 MBytes 82.0 Mbits/sec receiver
32792024-06-20T09:34:12.796Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32802024-06-20T09:34:12.796Z[ 15] 0.00-10.01 sec 97.8 MBytes 82.0 Mbits/sec receiver
32812024-06-20T09:34:12.796Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32822024-06-20T09:34:12.796Z[ 17] 0.00-10.01 sec 97.8 MBytes 82.0 Mbits/sec receiver
32832024-06-20T09:34:12.796Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32842024-06-20T09:34:12.796Z[ 19] 0.00-10.01 sec 97.8 MBytes 82.0 Mbits/sec receiver
32852024-06-20T09:34:12.796Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec sender
32862024-06-20T09:34:12.796Z[SUM] 0.00-10.01 sec 783 MBytes 657 Mbits/sec receiver
32872024-06-20T09:34:12.821ZRun 8/10...657.030334389529Mbps
32882024-06-20T09:34:19.862Z-----------------------------------------------------------
32892024-06-20T09:34:19.862ZServer listening on 5201
32902024-06-20T09:34:19.862Z-----------------------------------------------------------
32912024-06-20T09:34:19.862ZAccepted connection from 10.0.0.1, port 44328
32922024-06-20T09:34:19.862Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58087
32932024-06-20T09:34:19.862Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53215
32942024-06-20T09:34:19.862Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54618
32952024-06-20T09:34:19.862Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61320
32962024-06-20T09:34:19.862Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36073
32972024-06-20T09:34:19.862Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54832
32982024-06-20T09:34:19.862Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49875
32992024-06-20T09:34:19.862Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44621
33002024-06-20T09:34:19.862Z[ ID] Interval Transfer Bandwidth
33012024-06-20T09:34:19.862Z[ 5] 0.00-1.00 sec 9.73 MBytes 81.6 Mbits/sec
33022024-06-20T09:34:19.862Z[ 7] 0.00-1.00 sec 9.61 MBytes 80.6 Mbits/sec
33032024-06-20T09:34:19.862Z[ 9] 0.00-1.00 sec 9.59 MBytes 80.5 Mbits/sec
33042024-06-20T09:34:19.862Z[ 11] 0.00-1.00 sec 9.48 MBytes 79.6 Mbits/sec
33052024-06-20T09:34:19.862Z[ 13] 0.00-1.00 sec 9.48 MBytes 79.6 Mbits/sec
33062024-06-20T09:34:19.862Z[ 15] 0.00-1.00 sec 9.48 MBytes 79.5 Mbits/sec
33072024-06-20T09:34:19.862Z[ 17] 0.00-1.00 sec 9.48 MBytes 79.6 Mbits/sec
33082024-06-20T09:34:19.862Z[ 19] 0.00-1.00 sec 9.48 MBytes 79.6 Mbits/sec
33092024-06-20T09:34:19.862Z[SUM] 0.00-1.00 sec 76.3 MBytes 640 Mbits/sec
33102024-06-20T09:34:19.862Z- - - - - - - - - - - - - - - - - - - - - - - - -
33112024-06-20T09:34:19.862Z[ 5] 1.00-2.00 sec 10.5 MBytes 88.2 Mbits/sec
33122024-06-20T09:34:19.862Z[ 7] 1.00-2.00 sec 10.5 MBytes 88.3 Mbits/sec
33132024-06-20T09:34:19.862Z[ 9] 1.00-2.00 sec 10.5 MBytes 87.8 Mbits/sec
33142024-06-20T09:34:19.862Z[ 11] 1.00-2.00 sec 10.6 MBytes 88.7 Mbits/sec
33152024-06-20T09:34:19.862Z[ 13] 1.00-2.00 sec 10.6 MBytes 88.7 Mbits/sec
33162024-06-20T09:34:19.862Z[ 15] 1.00-2.00 sec 10.6 MBytes 88.7 Mbits/sec
33172024-06-20T09:34:19.862Z[ 17] 1.00-2.00 sec 10.6 MBytes 88.7 Mbits/sec
33182024-06-20T09:34:19.862Z[ 19] 1.00-2.00 sec 10.5 MBytes 88.2 Mbits/sec
33192024-06-20T09:34:19.862Z[SUM] 1.00-2.00 sec 84.3 MBytes 707 Mbits/sec
33202024-06-20T09:34:19.862Z- - - - - - - - - - - - - - - - - - - - - - - - -
33212024-06-20T09:34:19.862Z[ 5] 2.00-3.00 sec 10.0 MBytes 84.2 Mbits/sec
33222024-06-20T09:34:19.862Z[ 7] 2.00-3.00 sec 10.0 MBytes 84.0 Mbits/sec
33232024-06-20T09:34:19.862Z[ 9] 2.00-3.00 sec 10.1 MBytes 84.6 Mbits/sec
33242024-06-20T09:34:19.863Z[ 11] 2.00-3.00 sec 10.1 MBytes 84.6 Mbits/sec
33252024-06-20T09:34:19.863Z[ 13] 2.00-3.00 sec 10.0 MBytes 84.3 Mbits/sec
33262024-06-20T09:34:19.863Z[ 15] 2.00-3.00 sec 9.98 MBytes 83.7 Mbits/sec
33272024-06-20T09:34:19.863Z[ 17] 2.00-3.00 sec 9.96 MBytes 83.6 Mbits/sec
33282024-06-20T09:34:19.863Z[ 19] 2.00-3.00 sec 10.0 MBytes 84.0 Mbits/sec
33292024-06-20T09:34:19.863Z[SUM] 2.00-3.00 sec 80.2 MBytes 673 Mbits/sec
33302024-06-20T09:34:19.863Z- - - - - - - - - - - - - - - - - - - - - - - - -
33312024-06-20T09:34:19.863Z[ 5] 3.00-4.00 sec 10.2 MBytes 85.6 Mbits/sec
33322024-06-20T09:34:19.863Z[ 7] 3.00-4.00 sec 10.2 MBytes 85.6 Mbits/sec
33332024-06-20T09:34:19.863Z[ 9] 3.00-4.00 sec 10.2 MBytes 85.6 Mbits/sec
33342024-06-20T09:34:19.863Z[ 11] 3.00-4.00 sec 10.1 MBytes 85.1 Mbits/sec
33352024-06-20T09:34:19.863Z[ 13] 3.00-4.00 sec 10.1 MBytes 85.0 Mbits/sec
33362024-06-20T09:34:19.863Z[ 15] 3.00-4.00 sec 10.2 MBytes 85.5 Mbits/sec
33372024-06-20T09:34:19.863Z[ 17] 3.00-4.00 sec 10.2 MBytes 85.6 Mbits/sec
33382024-06-20T09:34:19.863Z[ 19] 3.00-4.00 sec 10.2 MBytes 85.6 Mbits/sec
33392024-06-20T09:34:19.863Z[SUM] 3.00-4.00 sec 81.5 MBytes 684 Mbits/sec
33402024-06-20T09:34:19.863Z- - - - - - - - - - - - - - - - - - - - - - - - -
33412024-06-20T09:34:19.863Z[ 5] 4.00-5.00 sec 10.0 MBytes 84.0 Mbits/sec
33422024-06-20T09:34:19.863Z[ 7] 4.00-5.00 sec 10.0 MBytes 84.2 Mbits/sec
33432024-06-20T09:34:19.863Z[ 9] 4.00-5.00 sec 9.96 MBytes 83.6 Mbits/sec
33442024-06-20T09:34:19.863Z[ 11] 4.00-5.00 sec 10.0 MBytes 84.1 Mbits/sec
33452024-06-20T09:34:19.863Z[ 13] 4.00-5.00 sec 10.1 MBytes 84.6 Mbits/sec
33462024-06-20T09:34:19.863Z[ 15] 4.00-5.00 sec 10.1 MBytes 84.6 Mbits/sec
33472024-06-20T09:34:19.863Z[ 17] 4.00-5.00 sec 10.1 MBytes 84.4 Mbits/sec
33482024-06-20T09:34:19.863Z[ 19] 4.00-5.00 sec 10.0 MBytes 83.9 Mbits/sec
33492024-06-20T09:34:19.863Z[SUM] 4.00-5.00 sec 80.3 MBytes 673 Mbits/sec
33502024-06-20T09:34:19.863Z- - - - - - - - - - - - - - - - - - - - - - - - -
33512024-06-20T09:34:19.863Z[ 5] 5.00-6.00 sec 10.5 MBytes 88.3 Mbits/sec
33522024-06-20T09:34:19.863Z[ 7] 5.00-6.00 sec 10.5 MBytes 88.1 Mbits/sec
33532024-06-20T09:34:19.863Z[ 9] 5.00-6.00 sec 10.6 MBytes 88.7 Mbits/sec
33542024-06-20T09:34:19.863Z[ 11] 5.00-6.00 sec 10.6 MBytes 88.7 Mbits/sec
33552024-06-20T09:34:19.863Z[ 13] 5.00-6.00 sec 10.5 MBytes 88.3 Mbits/sec
33562024-06-20T09:34:19.863Z[ 15] 5.00-6.00 sec 10.5 MBytes 87.7 Mbits/sec
33572024-06-20T09:34:19.863Z[ 17] 5.00-6.00 sec 10.5 MBytes 87.8 Mbits/sec
33582024-06-20T09:34:19.863Z[ 19] 5.00-6.00 sec 10.5 MBytes 88.4 Mbits/sec
33592024-06-20T09:34:19.863Z[SUM] 5.00-6.00 sec 84.2 MBytes 706 Mbits/sec
33602024-06-20T09:34:19.863Z- - - - - - - - - - - - - - - - - - - - - - - - -
33612024-06-20T09:34:19.863Z[ 5] 6.00-7.00 sec 9.98 MBytes 83.8 Mbits/sec
33622024-06-20T09:34:19.863Z[ 7] 6.00-7.00 sec 9.99 MBytes 83.8 Mbits/sec
33632024-06-20T09:34:19.863Z[ 9] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
33642024-06-20T09:34:23.064Z[ 11] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
33652024-06-20T09:34:23.064Z[ 13] 6.00-7.00 sec 10.0 MBytes 84.0 Mbits/sec
33662024-06-20T09:34:23.064Z[ 15] 6.00-7.00 sec 10.0 MBytes 84.2 Mbits/sec
33672024-06-20T09:34:23.064Z[ 17] 6.00-7.00 sec 9.99 MBytes 83.8 Mbits/sec
33682024-06-20T09:34:23.064Z[ 19] 6.00-7.00 sec 9.96 MBytes 83.6 Mbits/sec
33692024-06-20T09:34:23.064Z[SUM] 6.00-7.00 sec 79.9 MBytes 670 Mbits/sec
33702024-06-20T09:34:23.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
33712024-06-20T09:34:23.064Z[ 5] 7.00-8.00 sec 10.3 MBytes 86.4 Mbits/sec
33722024-06-20T09:34:23.064Z[ 7] 7.00-8.00 sec 10.3 MBytes 86.4 Mbits/sec
33732024-06-20T09:34:23.064Z[ 9] 7.00-8.00 sec 10.3 MBytes 86.6 Mbits/sec
33742024-06-20T09:34:23.064Z[ 11] 7.00-8.00 sec 10.3 MBytes 86.1 Mbits/sec
33752024-06-20T09:34:23.064Z[ 13] 7.00-8.00 sec 10.2 MBytes 85.6 Mbits/sec
33762024-06-20T09:34:23.064Z[ 15] 7.00-8.00 sec 10.3 MBytes 86.0 Mbits/sec
33772024-06-20T09:34:23.064Z[ 17] 7.00-8.00 sec 10.3 MBytes 86.4 Mbits/sec
33782024-06-20T09:34:23.064Z[ 19] 7.00-8.00 sec 10.3 MBytes 86.6 Mbits/sec
33792024-06-20T09:34:23.064Z[SUM] 7.00-8.00 sec 82.3 MBytes 690 Mbits/sec
33802024-06-20T09:34:23.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
33812024-06-20T09:34:23.064Z[ 5] 8.00-9.00 sec 10.3 MBytes 86.4 Mbits/sec
33822024-06-20T09:34:23.064Z[ 7] 8.00-9.00 sec 10.3 MBytes 86.4 Mbits/sec
33832024-06-20T09:34:23.064Z[ 9] 8.00-9.00 sec 10.2 MBytes 85.8 Mbits/sec
33842024-06-20T09:34:23.064Z[ 11] 8.00-9.00 sec 10.3 MBytes 86.1 Mbits/sec
33852024-06-20T09:34:23.064Z[ 13] 8.00-9.00 sec 10.3 MBytes 86.7 Mbits/sec
33862024-06-20T09:34:23.064Z[ 15] 8.00-9.00 sec 10.3 MBytes 86.7 Mbits/sec
33872024-06-20T09:34:23.064Z[ 17] 8.00-9.00 sec 10.3 MBytes 86.7 Mbits/sec
33882024-06-20T09:34:23.064Z[ 19] 8.00-9.00 sec 10.3 MBytes 86.4 Mbits/sec
33892024-06-20T09:34:23.064Z[SUM] 8.00-9.00 sec 82.4 MBytes 691 Mbits/sec
33902024-06-20T09:34:23.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
33912024-06-20T09:34:23.064Z[ 5] 9.00-10.00 sec 9.63 MBytes 80.8 Mbits/sec
33922024-06-20T09:34:23.064Z[ 7] 9.00-10.00 sec 9.63 MBytes 80.7 Mbits/sec
33932024-06-20T09:34:23.064Z[ 9] 9.00-10.00 sec 9.61 MBytes 80.6 Mbits/sec
33942024-06-20T09:34:23.064Z[ 11] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
33952024-06-20T09:34:23.064Z[ 13] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
33962024-06-20T09:34:23.064Z[ 15] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
33972024-06-20T09:34:23.064Z[ 17] 9.00-10.00 sec 9.60 MBytes 80.5 Mbits/sec
33982024-06-20T09:34:23.064Z[ 19] 9.00-10.00 sec 9.63 MBytes 80.8 Mbits/sec
33992024-06-20T09:34:23.065Z[SUM] 9.00-10.00 sec 76.9 MBytes 645 Mbits/sec
34002024-06-20T09:34:23.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
34012024-06-20T09:34:23.065Z[ 5] 10.00-10.00 sec 17.0 KBytes 28.2 Mbits/sec
34022024-06-20T09:34:23.065Z[ 7] 10.00-10.00 sec 11.3 KBytes 18.8 Mbits/sec
34032024-06-20T09:34:23.065Z[ 9] 10.00-10.00 sec 87.7 KBytes 146 Mbits/sec
34042024-06-20T09:34:23.065Z[ 11] 10.00-10.00 sec 124 KBytes 207 Mbits/sec
34052024-06-20T09:34:23.065Z[ 13] 10.00-10.00 sec 96.2 KBytes 160 Mbits/sec
34062024-06-20T09:34:23.065Z[ 15] 10.00-10.00 sec 31.1 KBytes 51.7 Mbits/sec
34072024-06-20T09:34:23.065Z[ 17] 10.00-10.00 sec 8.48 KBytes 14.1 Mbits/sec
34082024-06-20T09:34:23.065Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34092024-06-20T09:34:23.065Z[SUM] 10.00-10.00 sec 376 KBytes 625 Mbits/sec
34102024-06-20T09:34:23.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
34112024-06-20T09:34:23.065Z[ ID] Interval Transfer Bandwidth
34122024-06-20T09:34:23.065Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34132024-06-20T09:34:23.065Z[ 5] 0.00-10.00 sec 101 MBytes 84.9 Mbits/sec receiver
34142024-06-20T09:34:23.065Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34152024-06-20T09:34:23.065Z[ 7] 0.00-10.00 sec 101 MBytes 84.8 Mbits/sec receiver
34162024-06-20T09:34:23.065Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34172024-06-20T09:34:23.065Z[ 9] 0.00-10.00 sec 101 MBytes 84.8 Mbits/sec receiver
34182024-06-20T09:34:23.065Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34192024-06-20T09:34:23.065Z[ 11] 0.00-10.00 sec 101 MBytes 84.8 Mbits/sec receiver
34202024-06-20T09:34:23.065Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34212024-06-20T09:34:23.065Z[ 13] 0.00-10.00 sec 101 MBytes 84.8 Mbits/sec receiver
34222024-06-20T09:34:23.065Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34232024-06-20T09:34:23.065Z[ 15] 0.00-10.00 sec 101 MBytes 84.7 Mbits/sec receiver
34242024-06-20T09:34:23.065Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34252024-06-20T09:34:23.065Z[ 17] 0.00-10.00 sec 101 MBytes 84.7 Mbits/sec receiver
34262024-06-20T09:34:23.065Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34272024-06-20T09:34:23.065Z[ 19] 0.00-10.00 sec 101 MBytes 84.7 Mbits/sec receiver
34282024-06-20T09:34:23.065Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34292024-06-20T09:34:23.065Z[SUM] 0.00-10.00 sec 809 MBytes 678 Mbits/sec receiver
34302024-06-20T09:34:23.090ZRun 9/10...678.616155084443Mbps
34312024-06-20T09:34:30.129Z-----------------------------------------------------------
34322024-06-20T09:34:30.129ZServer listening on 5201
34332024-06-20T09:34:30.129Z-----------------------------------------------------------
34342024-06-20T09:34:30.129ZAccepted connection from 10.0.0.1, port 58354
34352024-06-20T09:34:30.129Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50817
34362024-06-20T09:34:30.129Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51891
34372024-06-20T09:34:30.129Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50807
34382024-06-20T09:34:30.129Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54040
34392024-06-20T09:34:30.129Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55270
34402024-06-20T09:34:30.129Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47818
34412024-06-20T09:34:30.129Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50335
34422024-06-20T09:34:30.130Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53662
34432024-06-20T09:34:30.130Z[ ID] Interval Transfer Bandwidth
34442024-06-20T09:34:30.130Z[ 5] 0.00-1.00 sec 9.48 MBytes 79.6 Mbits/sec
34452024-06-20T09:34:30.130Z[ 7] 0.00-1.00 sec 9.38 MBytes 78.7 Mbits/sec
34462024-06-20T09:34:30.130Z[ 9] 0.00-1.00 sec 9.36 MBytes 78.5 Mbits/sec
34472024-06-20T09:34:30.130Z[ 11] 0.00-1.00 sec 9.36 MBytes 78.5 Mbits/sec
34482024-06-20T09:34:30.130Z[ 13] 0.00-1.00 sec 9.36 MBytes 78.5 Mbits/sec
34492024-06-20T09:34:30.130Z[ 15] 0.00-1.00 sec 9.35 MBytes 78.4 Mbits/sec
34502024-06-20T09:34:30.130Z[ 17] 0.00-1.00 sec 9.27 MBytes 77.7 Mbits/sec
34512024-06-20T09:34:30.130Z[ 19] 0.00-1.00 sec 9.24 MBytes 77.5 Mbits/sec
34522024-06-20T09:34:30.130Z[SUM] 0.00-1.00 sec 74.8 MBytes 628 Mbits/sec
34532024-06-20T09:34:30.130Z- - - - - - - - - - - - - - - - - - - - - - - - -
34542024-06-20T09:34:30.130Z[ 5] 1.00-2.00 sec 10.1 MBytes 84.6 Mbits/sec
34552024-06-20T09:34:30.130Z[ 7] 1.00-2.00 sec 10.2 MBytes 85.5 Mbits/sec
34562024-06-20T09:34:30.130Z[ 9] 1.00-2.00 sec 10.1 MBytes 84.6 Mbits/sec
34572024-06-20T09:34:30.130Z[ 11] 1.00-2.00 sec 10.1 MBytes 84.6 Mbits/sec
34582024-06-20T09:34:30.130Z[ 13] 1.00-2.00 sec 10.1 MBytes 84.6 Mbits/sec
34592024-06-20T09:34:30.130Z[ 15] 1.00-2.00 sec 10.1 MBytes 84.7 Mbits/sec
34602024-06-20T09:34:30.130Z[ 17] 1.00-2.00 sec 10.2 MBytes 85.4 Mbits/sec
34612024-06-20T09:34:30.130Z[ 19] 1.00-2.00 sec 10.2 MBytes 85.6 Mbits/sec
34622024-06-20T09:34:30.130Z[SUM] 1.00-2.00 sec 81.0 MBytes 680 Mbits/sec
34632024-06-20T09:34:30.130Z- - - - - - - - - - - - - - - - - - - - - - - - -
34642024-06-20T09:34:30.130Z[ 5] 2.00-3.00 sec 10.2 MBytes 85.6 Mbits/sec
34652024-06-20T09:34:30.130Z[ 7] 2.00-3.00 sec 10.1 MBytes 84.8 Mbits/sec
34662024-06-20T09:34:30.130Z[ 9] 2.00-3.00 sec 10.2 MBytes 85.6 Mbits/sec
34672024-06-20T09:34:30.130Z[ 11] 2.00-3.00 sec 10.2 MBytes 85.6 Mbits/sec
34682024-06-20T09:34:30.130Z[ 13] 2.00-3.00 sec 10.2 MBytes 85.6 Mbits/sec
34692024-06-20T09:34:30.130Z[ 15] 2.00-3.00 sec 10.2 MBytes 85.5 Mbits/sec
34702024-06-20T09:34:30.130Z[ 17] 2.00-3.00 sec 10.1 MBytes 85.1 Mbits/sec
34712024-06-20T09:34:30.130Z[ 19] 2.00-3.00 sec 10.1 MBytes 84.8 Mbits/sec
34722024-06-20T09:34:30.130Z[SUM] 2.00-3.00 sec 81.4 MBytes 683 Mbits/sec
34732024-06-20T09:34:30.130Z- - - - - - - - - - - - - - - - - - - - - - - - -
34742024-06-20T09:34:30.130Z[ 5] 3.00-4.00 sec 10.3 MBytes 86.6 Mbits/sec
34752024-06-20T09:34:30.130Z[ 7] 3.00-4.00 sec 10.3 MBytes 86.5 Mbits/sec
34762024-06-20T09:34:30.130Z[ 9] 3.00-4.00 sec 10.3 MBytes 86.6 Mbits/sec
34772024-06-20T09:34:30.130Z[ 11] 3.00-4.00 sec 10.3 MBytes 86.6 Mbits/sec
34782024-06-20T09:34:30.130Z[ 13] 3.00-4.00 sec 10.3 MBytes 86.4 Mbits/sec
34792024-06-20T09:34:30.130Z[ 15] 3.00-4.00 sec 10.3 MBytes 86.0 Mbits/sec
34802024-06-20T09:34:30.130Z[ 17] 3.00-4.00 sec 10.3 MBytes 86.3 Mbits/sec
34812024-06-20T09:34:30.131Z[ 19] 3.00-4.00 sec 10.3 MBytes 86.5 Mbits/sec
34822024-06-20T09:34:30.131Z[SUM] 3.00-4.00 sec 82.5 MBytes 692 Mbits/sec
34832024-06-20T09:34:30.131Z- - - - - - - - - - - - - - - - - - - - - - - - -
34842024-06-20T09:34:30.131Z[ 5] 4.00-5.00 sec 10.0 MBytes 84.3 Mbits/sec
34852024-06-20T09:34:30.131Z[ 7] 4.00-5.00 sec 10.1 MBytes 84.5 Mbits/sec
34862024-06-20T09:34:30.131Z[ 9] 4.00-5.00 sec 10.1 MBytes 84.6 Mbits/sec
34872024-06-20T09:34:30.131Z[ 11] 4.00-5.00 sec 10.1 MBytes 84.5 Mbits/sec
34882024-06-20T09:34:30.131Z[ 13] 4.00-5.00 sec 10.0 MBytes 83.9 Mbits/sec
34892024-06-20T09:34:30.131Z[ 15] 4.00-5.00 sec 10.1 MBytes 84.3 Mbits/sec
34902024-06-20T09:34:30.131Z[ 17] 4.00-5.00 sec 10.1 MBytes 84.4 Mbits/sec
34912024-06-20T09:34:30.131Z[ 19] 4.00-5.00 sec 10.1 MBytes 84.6 Mbits/sec
34922024-06-20T09:34:30.131Z[SUM] 4.00-5.00 sec 80.5 MBytes 675 Mbits/sec
34932024-06-20T09:34:30.131Z- - - - - - - - - - - - - - - - - - - - - - - - -
34942024-06-20T09:34:30.131Z[ 5] 5.00-6.00 sec 10.4 MBytes 87.0 Mbits/sec
34952024-06-20T09:34:30.131Z[ 7] 5.00-6.00 sec 10.3 MBytes 86.7 Mbits/sec
34962024-06-20T09:34:30.131Z[ 9] 5.00-6.00 sec 10.3 MBytes 86.6 Mbits/sec
34972024-06-20T09:34:30.131Z[ 11] 5.00-6.00 sec 10.3 MBytes 86.7 Mbits/sec
34982024-06-20T09:34:30.131Z[ 13] 5.00-6.00 sec 10.4 MBytes 87.4 Mbits/sec
34992024-06-20T09:34:30.131Z[ 15] 5.00-6.00 sec 10.4 MBytes 87.0 Mbits/sec
35002024-06-20T09:34:30.131Z[ 17] 5.00-6.00 sec 10.4 MBytes 86.8 Mbits/sec
35012024-06-20T09:34:30.131Z[ 19] 5.00-6.00 sec 10.3 MBytes 86.6 Mbits/sec
35022024-06-20T09:34:30.131Z[SUM] 5.00-6.00 sec 82.8 MBytes 695 Mbits/sec
35032024-06-20T09:34:30.131Z- - - - - - - - - - - - - - - - - - - - - - - - -
35042024-06-20T09:34:30.131Z[ 5] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
35052024-06-20T09:34:30.131Z[ 7] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
35062024-06-20T09:34:30.131Z[ 9] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
35072024-06-20T09:34:33.224Z[ 11] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
35082024-06-20T09:34:33.224Z[ 13] 6.00-7.00 sec 9.83 MBytes 82.5 Mbits/sec
35092024-06-20T09:34:33.224Z[ 15] 6.00-7.00 sec 9.84 MBytes 82.5 Mbits/sec
35102024-06-20T09:34:33.224Z[ 17] 6.00-7.00 sec 9.84 MBytes 82.5 Mbits/sec
35112024-06-20T09:34:33.224Z[ 19] 6.00-7.00 sec 9.84 MBytes 82.6 Mbits/sec
35122024-06-20T09:34:33.224Z[SUM] 6.00-7.00 sec 78.7 MBytes 660 Mbits/sec
35132024-06-20T09:34:33.224Z- - - - - - - - - - - - - - - - - - - - - - - - -
35142024-06-20T09:34:33.224Z[ 5] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
35152024-06-20T09:34:33.224Z[ 7] 7.00-8.00 sec 9.86 MBytes 82.7 Mbits/sec
35162024-06-20T09:34:33.224Z[ 9] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
35172024-06-20T09:34:33.224Z[ 11] 7.00-8.00 sec 9.84 MBytes 82.6 Mbits/sec
35182024-06-20T09:34:33.224Z[ 13] 7.00-8.00 sec 9.87 MBytes 82.8 Mbits/sec
35192024-06-20T09:34:33.224Z[ 15] 7.00-8.00 sec 9.86 MBytes 82.7 Mbits/sec
35202024-06-20T09:34:33.224Z[ 17] 7.00-8.00 sec 9.86 MBytes 82.7 Mbits/sec
35212024-06-20T09:34:33.224Z[ 19] 7.00-8.00 sec 9.85 MBytes 82.7 Mbits/sec
35222024-06-20T09:34:33.224Z[SUM] 7.00-8.00 sec 78.8 MBytes 661 Mbits/sec
35232024-06-20T09:34:33.224Z- - - - - - - - - - - - - - - - - - - - - - - - -
35242024-06-20T09:34:33.224Z[ 5] 8.00-9.00 sec 9.96 MBytes 83.6 Mbits/sec
35252024-06-20T09:34:33.224Z[ 7] 8.00-9.00 sec 9.95 MBytes 83.5 Mbits/sec
35262024-06-20T09:34:33.224Z[ 9] 8.00-9.00 sec 9.96 MBytes 83.6 Mbits/sec
35272024-06-20T09:34:33.224Z[ 11] 8.00-9.00 sec 9.96 MBytes 83.6 Mbits/sec
35282024-06-20T09:34:33.224Z[ 13] 8.00-9.00 sec 9.91 MBytes 83.1 Mbits/sec
35292024-06-20T09:34:33.224Z[ 15] 8.00-9.00 sec 9.95 MBytes 83.5 Mbits/sec
35302024-06-20T09:34:33.224Z[ 17] 8.00-9.00 sec 9.94 MBytes 83.4 Mbits/sec
35312024-06-20T09:34:33.224Z[ 19] 8.00-9.00 sec 9.96 MBytes 83.5 Mbits/sec
35322024-06-20T09:34:33.224Z[SUM] 8.00-9.00 sec 79.6 MBytes 668 Mbits/sec
35332024-06-20T09:34:33.224Z- - - - - - - - - - - - - - - - - - - - - - - - -
35342024-06-20T09:34:33.224Z[ 5] 9.00-10.00 sec 9.88 MBytes 82.9 Mbits/sec
35352024-06-20T09:34:33.224Z[ 7] 9.00-10.00 sec 9.96 MBytes 83.5 Mbits/sec
35362024-06-20T09:34:33.225Z[ 9] 9.00-10.00 sec 9.96 MBytes 83.5 Mbits/sec
35372024-06-20T09:34:33.225Z[ 11] 9.00-10.00 sec 9.85 MBytes 82.6 Mbits/sec
35382024-06-20T09:34:33.225Z[ 13] 9.00-10.00 sec 9.90 MBytes 83.1 Mbits/sec
35392024-06-20T09:34:33.225Z[ 15] 9.00-10.00 sec 9.93 MBytes 83.3 Mbits/sec
35402024-06-20T09:34:33.225Z[ 17] 9.00-10.00 sec 9.96 MBytes 83.5 Mbits/sec
35412024-06-20T09:34:33.225Z[ 19] 9.00-10.00 sec 9.96 MBytes 83.6 Mbits/sec
35422024-06-20T09:34:33.225Z[SUM] 9.00-10.00 sec 79.4 MBytes 666 Mbits/sec
35432024-06-20T09:34:33.225Z- - - - - - - - - - - - - - - - - - - - - - - - -
35442024-06-20T09:34:33.225Z[ 5] 10.00-10.00 sec 82.0 KBytes 142 Mbits/sec
35452024-06-20T09:34:33.225Z[ 7] 10.00-10.00 sec 22.6 KBytes 39.1 Mbits/sec
35462024-06-20T09:34:33.225Z[ 9] 10.00-10.00 sec 8.48 KBytes 14.7 Mbits/sec
35472024-06-20T09:34:33.225Z[ 11] 10.00-10.00 sec 119 KBytes 206 Mbits/sec
35482024-06-20T09:34:33.225Z[ 13] 10.00-10.00 sec 122 KBytes 210 Mbits/sec
35492024-06-20T09:34:33.225Z[ 15] 10.00-10.00 sec 56.6 KBytes 97.9 Mbits/sec
35502024-06-20T09:34:33.225Z[ 17] 10.00-10.00 sec 45.2 KBytes 78.3 Mbits/sec
35512024-06-20T09:34:33.225Z[ 19] 10.00-10.00 sec 14.1 KBytes 24.5 Mbits/sec
35522024-06-20T09:34:33.225Z[SUM] 10.00-10.00 sec 469 KBytes 812 Mbits/sec
35532024-06-20T09:34:33.225Z- - - - - - - - - - - - - - - - - - - - - - - - -
35542024-06-20T09:34:33.225Z[ ID] Interval Transfer Bandwidth
35552024-06-20T09:34:33.225Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35562024-06-20T09:34:33.225Z[ 5] 0.00-10.00 sec 100 MBytes 84.0 Mbits/sec receiver
35572024-06-20T09:34:33.225Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35582024-06-20T09:34:33.225Z[ 7] 0.00-10.00 sec 100 MBytes 83.9 Mbits/sec receiver
35592024-06-20T09:34:33.225Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35602024-06-20T09:34:33.225Z[ 9] 0.00-10.00 sec 100 MBytes 83.9 Mbits/sec receiver
35612024-06-20T09:34:33.225Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35622024-06-20T09:34:33.225Z[ 11] 0.00-10.00 sec 100 MBytes 83.9 Mbits/sec receiver
35632024-06-20T09:34:33.225Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35642024-06-20T09:34:33.225Z[ 13] 0.00-10.00 sec 100 MBytes 83.9 Mbits/sec receiver
35652024-06-20T09:34:33.225Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35662024-06-20T09:34:33.225Z[ 15] 0.00-10.00 sec 99.9 MBytes 83.8 Mbits/sec receiver
35672024-06-20T09:34:33.225Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35682024-06-20T09:34:33.225Z[ 17] 0.00-10.00 sec 99.9 MBytes 83.8 Mbits/sec receiver
35692024-06-20T09:34:33.225Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35702024-06-20T09:34:33.225Z[ 19] 0.00-10.00 sec 99.9 MBytes 83.8 Mbits/sec receiver
35712024-06-20T09:34:33.225Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35722024-06-20T09:34:33.225Z[SUM] 0.00-10.00 sec 800 MBytes 671 Mbits/sec receiver
35732024-06-20T09:34:33.251ZRun 10/10...671.2438125354009Mbps
35742024-06-20T09:34:33.251Z###---------------------###
35752024-06-20T09:34:33.251Z::: iPerf done... :::
35762024-06-20T09:34:33.251Z:::Awaiting out files...:::
35772024-06-20T09:34:33.251Z###---------------------###
35782024-06-20T09:34:33.251Z###-----###
35792024-06-20T09:34:33.251Z:::done!:::
35802024-06-20T09:34:33.251Z###-----###
35812024-06-20T09:34:35.843ZGnuplot not found, using plotters backend
35822024-06-20T09:34:36.147ZBenchmarking iperf-tcp/local/c2s/tx
35832024-06-20T09:34:36.147ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
35842024-06-20T09:34:41.673ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (486M iterations)
35852024-06-20T09:35:01.709ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
35862024-06-20T09:35:01.823Ziperf-tcp/local/c2s/tx time: [2.1242 µs 2.1244 µs 2.1246 µs]
35872024-06-20T09:35:01.823ZFound 7 outliers among 100 measurements (7.00%)
35882024-06-20T09:35:01.823Z 1 (1.00%) low severe
35892024-06-20T09:35:01.823Z 2 (2.00%) low mild
35902024-06-20T09:35:01.823Z 3 (3.00%) high mild
35912024-06-20T09:35:01.823Z 1 (1.00%) high severe
35922024-06-20T09:35:02.843Z
35932024-06-20T09:35:02.843ZBenchmarking iperf-tcp/local/c2s/rx
35942024-06-20T09:35:02.843ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
35952024-06-20T09:35:06.385ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (379M iterations)
35962024-06-20T09:35:26.394ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
35972024-06-20T09:35:26.492Ziperf-tcp/local/c2s/rx time: [9.0724 µs 9.0730 µs 9.0737 µs]
35982024-06-20T09:35:26.492ZFound 6 outliers among 100 measurements (6.00%)
35992024-06-20T09:35:26.492Z 2 (2.00%) low severe
36002024-06-20T09:35:26.492Z 1 (1.00%) low mild
36012024-06-20T09:35:26.492Z 3 (3.00%) high mild
36022024-06-20T09:35:27.517Z
36032024-06-20T09:35:27.542Z###-------------------###
36042024-06-20T09:35:27.542Z:::Running experiment :::
36052024-06-20T09:35:27.542Z:::iperf-tcp/local/s2c:::
36062024-06-20T09:35:27.542Z###-------------------###
36072024-06-20T09:35:27.940Zdtrace: description 'profile-201us ' matched 2 probes
36082024-06-20T09:35:34.586Z-----------------------------------------------------------
36092024-06-20T09:35:34.586ZServer listening on 5201
36102024-06-20T09:35:34.586Z-----------------------------------------------------------
36112024-06-20T09:35:34.586ZAccepted connection from 10.0.0.1, port 56967
36122024-06-20T09:35:34.586Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40850
36132024-06-20T09:35:34.586Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62357
36142024-06-20T09:35:34.586Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34415
36152024-06-20T09:35:34.586Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39941
36162024-06-20T09:35:34.586Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37780
36172024-06-20T09:35:34.586Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52638
36182024-06-20T09:35:34.586Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43152
36192024-06-20T09:35:34.586Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55905
36202024-06-20T09:35:34.586Z[ ID] Interval Transfer Bandwidth
36212024-06-20T09:35:34.586Z[ 5] 0.00-1.00 sec 11.8 MBytes 98.6 Mbits/sec
36222024-06-20T09:35:34.586Z[ 7] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec
36232024-06-20T09:35:34.586Z[ 9] 0.00-1.00 sec 11.7 MBytes 98.1 Mbits/sec
36242024-06-20T09:35:34.586Z[ 11] 0.00-1.00 sec 11.7 MBytes 97.8 Mbits/sec
36252024-06-20T09:35:34.586Z[ 13] 0.00-1.00 sec 11.7 MBytes 97.8 Mbits/sec
36262024-06-20T09:35:34.587Z[ 15] 0.00-1.00 sec 11.6 MBytes 97.5 Mbits/sec
36272024-06-20T09:35:34.587Z[ 17] 0.00-1.00 sec 11.6 MBytes 97.6 Mbits/sec
36282024-06-20T09:35:34.587Z[ 19] 0.00-1.00 sec 11.7 MBytes 97.8 Mbits/sec
36292024-06-20T09:35:34.587Z[SUM] 0.00-1.00 sec 93.4 MBytes 783 Mbits/sec
36302024-06-20T09:35:34.587Z- - - - - - - - - - - - - - - - - - - - - - - - -
36312024-06-20T09:35:34.587Z[ 5] 1.00-2.00 sec 9.78 MBytes 82.0 Mbits/sec
36322024-06-20T09:35:34.587Z[ 7] 1.00-2.00 sec 9.76 MBytes 81.9 Mbits/sec
36332024-06-20T09:35:34.587Z[ 9] 1.00-2.00 sec 9.74 MBytes 81.6 Mbits/sec
36342024-06-20T09:35:34.587Z[ 11] 1.00-2.00 sec 9.75 MBytes 81.8 Mbits/sec
36352024-06-20T09:35:34.587Z[ 13] 1.00-2.00 sec 9.75 MBytes 81.8 Mbits/sec
36362024-06-20T09:35:34.587Z[ 15] 1.00-2.00 sec 9.80 MBytes 82.2 Mbits/sec
36372024-06-20T09:35:34.587Z[ 17] 1.00-2.00 sec 9.80 MBytes 82.2 Mbits/sec
36382024-06-20T09:35:34.587Z[ 19] 1.00-2.00 sec 9.78 MBytes 82.0 Mbits/sec
36392024-06-20T09:35:34.587Z[SUM] 1.00-2.00 sec 78.2 MBytes 655 Mbits/sec
36402024-06-20T09:35:34.587Z- - - - - - - - - - - - - - - - - - - - - - - - -
36412024-06-20T09:35:34.587Z[ 5] 2.00-3.00 sec 9.34 MBytes 78.3 Mbits/sec
36422024-06-20T09:35:34.587Z[ 7] 2.00-3.00 sec 9.40 MBytes 78.9 Mbits/sec
36432024-06-20T09:35:34.587Z[ 9] 2.00-3.00 sec 9.34 MBytes 78.3 Mbits/sec
36442024-06-20T09:35:34.587Z[ 11] 2.00-3.00 sec 9.36 MBytes 78.6 Mbits/sec
36452024-06-20T09:35:34.587Z[ 13] 2.00-3.00 sec 9.39 MBytes 78.8 Mbits/sec
36462024-06-20T09:35:34.587Z[ 15] 2.00-3.00 sec 9.35 MBytes 78.4 Mbits/sec
36472024-06-20T09:35:34.587Z[ 17] 2.00-3.00 sec 9.35 MBytes 78.4 Mbits/sec
36482024-06-20T09:35:34.587Z[ 19] 2.00-3.00 sec 9.36 MBytes 78.6 Mbits/sec
36492024-06-20T09:35:34.587Z[SUM] 2.00-3.00 sec 74.9 MBytes 628 Mbits/sec
36502024-06-20T09:35:34.587Z- - - - - - - - - - - - - - - - - - - - - - - - -
36512024-06-20T09:35:34.587Z[ 5] 3.00-4.00 sec 9.56 MBytes 80.1 Mbits/sec
36522024-06-20T09:35:34.587Z[ 7] 3.00-4.00 sec 9.50 MBytes 79.7 Mbits/sec
36532024-06-20T09:35:34.588Z[ 9] 3.00-4.00 sec 9.53 MBytes 79.9 Mbits/sec
36542024-06-20T09:35:34.588Z[ 11] 3.00-4.00 sec 9.56 MBytes 80.1 Mbits/sec
36552024-06-20T09:35:34.588Z[ 13] 3.00-4.00 sec 9.51 MBytes 79.8 Mbits/sec
36562024-06-20T09:35:34.588Z[ 15] 3.00-4.00 sec 9.51 MBytes 79.8 Mbits/sec
36572024-06-20T09:35:34.588Z[ 17] 3.00-4.00 sec 9.51 MBytes 79.8 Mbits/sec
36582024-06-20T09:35:34.588Z[ 19] 3.00-4.00 sec 9.50 MBytes 79.7 Mbits/sec
36592024-06-20T09:35:34.588Z[SUM] 3.00-4.00 sec 76.2 MBytes 639 Mbits/sec
36602024-06-20T09:35:34.588Z- - - - - - - - - - - - - - - - - - - - - - - - -
36612024-06-20T09:35:34.588Z[ 5] 4.00-5.00 sec 9.72 MBytes 81.6 Mbits/sec
36622024-06-20T09:35:34.588Z[ 7] 4.00-5.00 sec 9.69 MBytes 81.4 Mbits/sec
36632024-06-20T09:35:34.588Z[ 9] 4.00-5.00 sec 9.75 MBytes 81.8 Mbits/sec
36642024-06-20T09:35:34.588Z[ 11] 4.00-5.00 sec 9.69 MBytes 81.4 Mbits/sec
36652024-06-20T09:35:34.588Z[ 13] 4.00-5.00 sec 9.74 MBytes 81.7 Mbits/sec
36662024-06-20T09:35:34.588Z[ 15] 4.00-5.00 sec 9.74 MBytes 81.7 Mbits/sec
36672024-06-20T09:35:34.588Z[ 17] 4.00-5.00 sec 9.72 MBytes 81.6 Mbits/sec
36682024-06-20T09:35:34.588Z[ 19] 4.00-5.00 sec 9.72 MBytes 81.6 Mbits/sec
36692024-06-20T09:35:34.588Z[SUM] 4.00-5.00 sec 77.8 MBytes 653 Mbits/sec
36702024-06-20T09:35:34.614Z- - - - - - - - - - - - - - - - - - - - - - - - -
36712024-06-20T09:35:34.614Z[ 5] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
36722024-06-20T09:35:34.614Z[ 7] 5.00-6.00 sec 9.69 MBytes 81.3 Mbits/sec
36732024-06-20T09:35:34.614Z[ 9] 5.00-6.00 sec 9.74 MBytes 81.7 Mbits/sec
36742024-06-20T09:35:34.614Z[ 11] 5.00-6.00 sec 9.71 MBytes 81.4 Mbits/sec
36752024-06-20T09:35:34.614Z[ 13] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
36762024-06-20T09:35:34.614Z[ 15] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
36772024-06-20T09:35:34.614Z[ 17] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
36782024-06-20T09:35:34.614Z[ 19] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
36792024-06-20T09:35:34.614Z[SUM] 5.00-6.00 sec 77.5 MBytes 650 Mbits/sec
36802024-06-20T09:35:34.614Z- - - - - - - - - - - - - - - - - - - - - - - - -
36812024-06-20T09:35:34.614Z[ 5] 6.00-7.00 sec 9.58 MBytes 80.4 Mbits/sec
36822024-06-20T09:35:34.614Z[ 7] 6.00-7.00 sec 9.58 MBytes 80.4 Mbits/sec
36832024-06-20T09:35:34.614Z[ 9] 6.00-7.00 sec 9.51 MBytes 79.8 Mbits/sec
36842024-06-20T09:35:37.703Z[ 11] 6.00-7.00 sec 9.58 MBytes 80.4 Mbits/sec
36852024-06-20T09:35:37.703Z[ 13] 6.00-7.00 sec 9.57 MBytes 80.2 Mbits/sec
36862024-06-20T09:35:37.703Z[ 15] 6.00-7.00 sec 9.61 MBytes 80.6 Mbits/sec
36872024-06-20T09:35:37.703Z[ 17] 6.00-7.00 sec 9.61 MBytes 80.6 Mbits/sec
36882024-06-20T09:35:37.703Z[ 19] 6.00-7.00 sec 9.63 MBytes 80.7 Mbits/sec
36892024-06-20T09:35:37.703Z[SUM] 6.00-7.00 sec 76.7 MBytes 643 Mbits/sec
36902024-06-20T09:35:37.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
36912024-06-20T09:35:37.703Z[ 5] 7.00-8.00 sec 9.13 MBytes 76.6 Mbits/sec
36922024-06-20T09:35:37.703Z[ 7] 7.00-8.00 sec 9.13 MBytes 76.6 Mbits/sec
36932024-06-20T09:35:37.703Z[ 9] 7.00-8.00 sec 9.18 MBytes 77.1 Mbits/sec
36942024-06-20T09:35:37.703Z[ 11] 7.00-8.00 sec 9.18 MBytes 77.1 Mbits/sec
36952024-06-20T09:35:37.703Z[ 13] 7.00-8.00 sec 9.18 MBytes 77.1 Mbits/sec
36962024-06-20T09:35:37.703Z[ 15] 7.00-8.00 sec 9.13 MBytes 76.6 Mbits/sec
36972024-06-20T09:35:37.703Z[ 17] 7.00-8.00 sec 9.11 MBytes 76.5 Mbits/sec
36982024-06-20T09:35:37.703Z[ 19] 7.00-8.00 sec 9.13 MBytes 76.6 Mbits/sec
36992024-06-20T09:35:37.704Z[SUM] 7.00-8.00 sec 73.2 MBytes 614 Mbits/sec
37002024-06-20T09:35:37.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
37012024-06-20T09:35:37.704Z[ 5] 8.00-9.00 sec 9.65 MBytes 81.0 Mbits/sec
37022024-06-20T09:35:37.704Z[ 7] 8.00-9.00 sec 9.65 MBytes 81.0 Mbits/sec
37032024-06-20T09:35:37.704Z[ 9] 8.00-9.00 sec 9.63 MBytes 80.7 Mbits/sec
37042024-06-20T09:35:37.704Z[ 11] 8.00-9.00 sec 9.61 MBytes 80.6 Mbits/sec
37052024-06-20T09:35:37.704Z[ 13] 8.00-9.00 sec 9.64 MBytes 80.9 Mbits/sec
37062024-06-20T09:35:37.704Z[ 15] 8.00-9.00 sec 9.67 MBytes 81.1 Mbits/sec
37072024-06-20T09:35:37.704Z[ 17] 8.00-9.00 sec 9.61 MBytes 80.6 Mbits/sec
37082024-06-20T09:35:37.704Z[ 19] 8.00-9.00 sec 9.61 MBytes 80.6 Mbits/sec
37092024-06-20T09:35:37.704Z[SUM] 8.00-9.00 sec 77.1 MBytes 646 Mbits/sec
37102024-06-20T09:35:37.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
37112024-06-20T09:35:37.704Z[ 5] 9.00-10.00 sec 10.0 MBytes 84.2 Mbits/sec
37122024-06-20T09:35:37.704Z[ 7] 9.00-10.00 sec 10.1 MBytes 84.4 Mbits/sec
37132024-06-20T09:35:37.704Z[ 9] 9.00-10.00 sec 10.1 MBytes 84.3 Mbits/sec
37142024-06-20T09:35:37.704Z[ 11] 9.00-10.00 sec 10.1 MBytes 84.4 Mbits/sec
37152024-06-20T09:35:37.704Z[ 13] 9.00-10.00 sec 10.1 MBytes 84.6 Mbits/sec
37162024-06-20T09:35:37.704Z[ 15] 9.00-10.00 sec 10.1 MBytes 84.3 Mbits/sec
37172024-06-20T09:35:37.704Z[ 17] 9.00-10.00 sec 10.1 MBytes 84.8 Mbits/sec
37182024-06-20T09:35:37.704Z[ 19] 9.00-10.00 sec 10.1 MBytes 84.8 Mbits/sec
37192024-06-20T09:35:37.704Z[SUM] 9.00-10.00 sec 80.6 MBytes 676 Mbits/sec
37202024-06-20T09:35:37.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
37212024-06-20T09:35:37.704Z[ 5] 10.00-10.01 sec 56.6 KBytes 92.2 Mbits/sec
37222024-06-20T09:35:37.704Z[ 7] 10.00-10.01 sec 56.6 KBytes 92.3 Mbits/sec
37232024-06-20T09:35:37.704Z[ 9] 10.00-10.01 sec 56.6 KBytes 92.3 Mbits/sec
37242024-06-20T09:35:37.704Z[ 11] 10.00-10.01 sec 56.6 KBytes 92.3 Mbits/sec
37252024-06-20T09:35:37.704Z[ 13] 10.00-10.01 sec 56.6 KBytes 92.3 Mbits/sec
37262024-06-20T09:35:37.704Z[ 15] 10.00-10.01 sec 56.6 KBytes 92.3 Mbits/sec
37272024-06-20T09:35:37.704Z[ 17] 10.00-10.01 sec 56.6 KBytes 92.3 Mbits/sec
37282024-06-20T09:35:37.704Z[ 19] 10.00-10.01 sec 56.6 KBytes 92.3 Mbits/sec
37292024-06-20T09:35:37.704Z[SUM] 10.00-10.01 sec 452 KBytes 738 Mbits/sec
37302024-06-20T09:35:37.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
37312024-06-20T09:35:37.704Z[ ID] Interval Transfer Bandwidth
37322024-06-20T09:35:37.704Z[ 5] 0.00-10.01 sec 98.3 MBytes 82.4 Mbits/sec sender
37332024-06-20T09:35:37.704Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37342024-06-20T09:35:37.704Z[ 7] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec sender
37352024-06-20T09:35:37.704Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37362024-06-20T09:35:37.704Z[ 9] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec sender
37372024-06-20T09:35:37.704Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37382024-06-20T09:35:37.704Z[ 11] 0.00-10.01 sec 98.2 MBytes 82.4 Mbits/sec sender
37392024-06-20T09:35:37.705Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37402024-06-20T09:35:37.705Z[ 13] 0.00-10.01 sec 98.2 MBytes 82.4 Mbits/sec sender
37412024-06-20T09:35:37.705Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37422024-06-20T09:35:37.705Z[ 15] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec sender
37432024-06-20T09:35:37.705Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37442024-06-20T09:35:37.705Z[ 17] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec sender
37452024-06-20T09:35:37.705Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37462024-06-20T09:35:37.705Z[ 19] 0.00-10.01 sec 98.2 MBytes 82.3 Mbits/sec sender
37472024-06-20T09:35:37.705Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37482024-06-20T09:35:37.705Z[SUM] 0.00-10.01 sec 786 MBytes 659 Mbits/sec sender
37492024-06-20T09:35:37.705Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
37502024-06-20T09:35:37.730ZRun 1/10...659.148084836136Mbps
37512024-06-20T09:35:44.777Z-----------------------------------------------------------
37522024-06-20T09:35:44.777ZServer listening on 5201
37532024-06-20T09:35:44.777Z-----------------------------------------------------------
37542024-06-20T09:35:44.777ZAccepted connection from 10.0.0.1, port 62749
37552024-06-20T09:35:44.777Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55690
37562024-06-20T09:35:44.777Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35790
37572024-06-20T09:35:44.777Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55908
37582024-06-20T09:35:44.778Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42717
37592024-06-20T09:35:44.778Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55553
37602024-06-20T09:35:44.778Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50165
37612024-06-20T09:35:44.778Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50777
37622024-06-20T09:35:44.778Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59757
37632024-06-20T09:35:44.778Z[ ID] Interval Transfer Bandwidth
37642024-06-20T09:35:44.778Z[ 5] 0.00-1.00 sec 9.83 MBytes 82.5 Mbits/sec
37652024-06-20T09:35:44.778Z[ 7] 0.00-1.00 sec 9.74 MBytes 81.7 Mbits/sec
37662024-06-20T09:35:44.778Z[ 9] 0.00-1.00 sec 9.69 MBytes 81.3 Mbits/sec
37672024-06-20T09:35:44.778Z[ 11] 0.00-1.00 sec 9.68 MBytes 81.2 Mbits/sec
37682024-06-20T09:35:44.778Z[ 13] 0.00-1.00 sec 9.64 MBytes 80.9 Mbits/sec
37692024-06-20T09:35:44.778Z[ 15] 0.00-1.00 sec 9.65 MBytes 81.0 Mbits/sec
37702024-06-20T09:35:44.778Z[ 17] 0.00-1.00 sec 9.67 MBytes 81.1 Mbits/sec
37712024-06-20T09:35:44.778Z[ 19] 0.00-1.00 sec 9.71 MBytes 81.4 Mbits/sec
37722024-06-20T09:35:44.778Z[SUM] 0.00-1.00 sec 77.6 MBytes 651 Mbits/sec
37732024-06-20T09:35:44.778Z- - - - - - - - - - - - - - - - - - - - - - - - -
37742024-06-20T09:35:44.778Z[ 5] 1.00-2.00 sec 9.83 MBytes 82.5 Mbits/sec
37752024-06-20T09:35:44.778Z[ 7] 1.00-2.00 sec 9.90 MBytes 83.0 Mbits/sec
37762024-06-20T09:35:44.778Z[ 9] 1.00-2.00 sec 9.92 MBytes 83.2 Mbits/sec
37772024-06-20T09:35:44.778Z[ 11] 1.00-2.00 sec 9.92 MBytes 83.2 Mbits/sec
37782024-06-20T09:35:44.778Z[ 13] 1.00-2.00 sec 9.96 MBytes 83.5 Mbits/sec
37792024-06-20T09:35:44.778Z[ 15] 1.00-2.00 sec 9.92 MBytes 83.2 Mbits/sec
37802024-06-20T09:35:44.778Z[ 17] 1.00-2.00 sec 9.94 MBytes 83.4 Mbits/sec
37812024-06-20T09:35:44.778Z[ 19] 1.00-2.00 sec 9.87 MBytes 82.8 Mbits/sec
37822024-06-20T09:35:44.778Z[SUM] 1.00-2.00 sec 79.3 MBytes 665 Mbits/sec
37832024-06-20T09:35:44.778Z- - - - - - - - - - - - - - - - - - - - - - - - -
37842024-06-20T09:35:44.778Z[ 5] 2.00-3.00 sec 10.0 MBytes 83.9 Mbits/sec
37852024-06-20T09:35:44.778Z[ 7] 2.00-3.00 sec 9.97 MBytes 83.6 Mbits/sec
37862024-06-20T09:35:44.778Z[ 9] 2.00-3.00 sec 9.94 MBytes 83.4 Mbits/sec
37872024-06-20T09:35:44.778Z[ 11] 2.00-3.00 sec 9.98 MBytes 83.7 Mbits/sec
37882024-06-20T09:35:44.778Z[ 13] 2.00-3.00 sec 9.97 MBytes 83.6 Mbits/sec
37892024-06-20T09:35:44.778Z[ 15] 2.00-3.00 sec 9.96 MBytes 83.5 Mbits/sec
37902024-06-20T09:35:44.778Z[ 17] 2.00-3.00 sec 9.97 MBytes 83.6 Mbits/sec
37912024-06-20T09:35:44.778Z[ 19] 2.00-3.00 sec 9.96 MBytes 83.5 Mbits/sec
37922024-06-20T09:35:44.778Z[SUM] 2.00-3.00 sec 79.7 MBytes 669 Mbits/sec
37932024-06-20T09:35:44.778Z- - - - - - - - - - - - - - - - - - - - - - - - -
37942024-06-20T09:35:44.778Z[ 5] 3.00-4.00 sec 9.93 MBytes 83.3 Mbits/sec
37952024-06-20T09:35:44.778Z[ 7] 3.00-4.00 sec 9.97 MBytes 83.7 Mbits/sec
37962024-06-20T09:35:44.779Z[ 9] 3.00-4.00 sec 9.97 MBytes 83.7 Mbits/sec
37972024-06-20T09:35:44.779Z[ 11] 3.00-4.00 sec 9.94 MBytes 83.4 Mbits/sec
37982024-06-20T09:35:44.779Z[ 13] 3.00-4.00 sec 9.94 MBytes 83.4 Mbits/sec
37992024-06-20T09:35:44.779Z[ 15] 3.00-4.00 sec 9.96 MBytes 83.5 Mbits/sec
38002024-06-20T09:35:44.779Z[ 17] 3.00-4.00 sec 9.97 MBytes 83.7 Mbits/sec
38012024-06-20T09:35:44.779Z[ 19] 3.00-4.00 sec 9.97 MBytes 83.7 Mbits/sec
38022024-06-20T09:35:44.779Z[SUM] 3.00-4.00 sec 79.7 MBytes 668 Mbits/sec
38032024-06-20T09:35:44.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
38042024-06-20T09:35:44.779Z[ 5] 4.00-5.00 sec 9.63 MBytes 80.7 Mbits/sec
38052024-06-20T09:35:44.779Z[ 7] 4.00-5.00 sec 9.57 MBytes 80.3 Mbits/sec
38062024-06-20T09:35:44.779Z[ 9] 4.00-5.00 sec 9.61 MBytes 80.6 Mbits/sec
38072024-06-20T09:35:44.779Z[ 11] 4.00-5.00 sec 9.61 MBytes 80.6 Mbits/sec
38082024-06-20T09:35:44.779Z[ 13] 4.00-5.00 sec 9.63 MBytes 80.7 Mbits/sec
38092024-06-20T09:35:44.779Z[ 15] 4.00-5.00 sec 9.67 MBytes 81.1 Mbits/sec
38102024-06-20T09:35:44.779Z[ 17] 4.00-5.00 sec 9.56 MBytes 80.1 Mbits/sec
38112024-06-20T09:35:44.779Z[ 19] 4.00-5.00 sec 9.64 MBytes 80.8 Mbits/sec
38122024-06-20T09:35:44.779Z[SUM] 4.00-5.00 sec 76.9 MBytes 645 Mbits/sec
38132024-06-20T09:35:44.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
38142024-06-20T09:35:44.779Z[ 5] 5.00-6.00 sec 9.97 MBytes 83.6 Mbits/sec
38152024-06-20T09:35:44.779Z[ 7] 5.00-6.00 sec 9.90 MBytes 83.1 Mbits/sec
38162024-06-20T09:35:44.779Z[ 9] 5.00-6.00 sec 9.94 MBytes 83.4 Mbits/sec
38172024-06-20T09:35:44.779Z[ 11] 5.00-6.00 sec 9.94 MBytes 83.4 Mbits/sec
38182024-06-20T09:35:44.779Z[ 13] 5.00-6.00 sec 9.90 MBytes 83.1 Mbits/sec
38192024-06-20T09:35:44.779Z[ 15] 5.00-6.00 sec 9.89 MBytes 82.9 Mbits/sec
38202024-06-20T09:35:44.779Z[ 17] 5.00-6.00 sec 9.96 MBytes 83.5 Mbits/sec
38212024-06-20T09:35:44.779Z[ 19] 5.00-6.00 sec 9.94 MBytes 83.4 Mbits/sec
38222024-06-20T09:35:44.779Z[SUM] 5.00-6.00 sec 79.4 MBytes 666 Mbits/sec
38232024-06-20T09:35:44.779Z- - - - - - - - - - - - - - - - - - - - - - - - -
38242024-06-20T09:35:44.779Z[ 5] 6.00-7.00 sec 9.79 MBytes 82.2 Mbits/sec
38252024-06-20T09:35:44.779Z[ 7] 6.00-7.00 sec 9.85 MBytes 82.6 Mbits/sec
38262024-06-20T09:35:44.779Z[ 9] 6.00-7.00 sec 9.83 MBytes 82.5 Mbits/sec
38272024-06-20T09:35:47.872Z[ 11] 6.00-7.00 sec 9.83 MBytes 82.5 Mbits/sec
38282024-06-20T09:35:47.872Z[ 13] 6.00-7.00 sec 9.85 MBytes 82.6 Mbits/sec
38292024-06-20T09:35:47.872Z[ 15] 6.00-7.00 sec 9.83 MBytes 82.5 Mbits/sec
38302024-06-20T09:35:47.872Z[ 17] 6.00-7.00 sec 9.85 MBytes 82.6 Mbits/sec
38312024-06-20T09:35:47.872Z[ 19] 6.00-7.00 sec 9.79 MBytes 82.2 Mbits/sec
38322024-06-20T09:35:47.872Z[SUM] 6.00-7.00 sec 78.6 MBytes 660 Mbits/sec
38332024-06-20T09:35:47.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
38342024-06-20T09:35:47.872Z[ 5] 7.00-8.00 sec 9.93 MBytes 83.2 Mbits/sec
38352024-06-20T09:35:47.872Z[ 7] 7.00-8.00 sec 9.93 MBytes 83.2 Mbits/sec
38362024-06-20T09:35:47.872Z[ 9] 7.00-8.00 sec 9.90 MBytes 83.0 Mbits/sec
38372024-06-20T09:35:47.872Z[ 11] 7.00-8.00 sec 9.89 MBytes 82.9 Mbits/sec
38382024-06-20T09:35:47.872Z[ 13] 7.00-8.00 sec 9.96 MBytes 83.5 Mbits/sec
38392024-06-20T09:35:47.872Z[ 15] 7.00-8.00 sec 9.94 MBytes 83.3 Mbits/sec
38402024-06-20T09:35:47.872Z[ 17] 7.00-8.00 sec 9.92 MBytes 83.1 Mbits/sec
38412024-06-20T09:35:47.872Z[ 19] 7.00-8.00 sec 9.90 MBytes 83.0 Mbits/sec
38422024-06-20T09:35:47.872Z[SUM] 7.00-8.00 sec 79.4 MBytes 665 Mbits/sec
38432024-06-20T09:35:47.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
38442024-06-20T09:35:47.872Z[ 5] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
38452024-06-20T09:35:47.872Z[ 7] 8.00-9.00 sec 9.85 MBytes 82.6 Mbits/sec
38462024-06-20T09:35:47.872Z[ 9] 8.00-9.00 sec 9.86 MBytes 82.7 Mbits/sec
38472024-06-20T09:35:47.872Z[ 11] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
38482024-06-20T09:35:47.872Z[ 13] 8.00-9.00 sec 9.80 MBytes 82.3 Mbits/sec
38492024-06-20T09:35:47.872Z[ 15] 8.00-9.00 sec 9.85 MBytes 82.6 Mbits/sec
38502024-06-20T09:35:47.872Z[ 17] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
38512024-06-20T09:35:47.872Z[ 19] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
38522024-06-20T09:35:47.872Z[SUM] 8.00-9.00 sec 78.7 MBytes 660 Mbits/sec
38532024-06-20T09:35:47.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
38542024-06-20T09:35:47.873Z[ 5] 9.00-10.00 sec 9.78 MBytes 82.0 Mbits/sec
38552024-06-20T09:35:47.873Z[ 7] 9.00-10.00 sec 9.78 MBytes 82.0 Mbits/sec
38562024-06-20T09:35:47.873Z[ 9] 9.00-10.00 sec 9.75 MBytes 81.8 Mbits/sec
38572024-06-20T09:35:47.873Z[ 11] 9.00-10.00 sec 9.79 MBytes 82.2 Mbits/sec
38582024-06-20T09:35:47.873Z[ 13] 9.00-10.00 sec 9.79 MBytes 82.2 Mbits/sec
38592024-06-20T09:35:47.873Z[ 15] 9.00-10.00 sec 9.78 MBytes 82.0 Mbits/sec
38602024-06-20T09:35:47.873Z[ 17] 9.00-10.00 sec 9.78 MBytes 82.0 Mbits/sec
38612024-06-20T09:35:47.873Z[ 19] 9.00-10.00 sec 9.80 MBytes 82.3 Mbits/sec
38622024-06-20T09:35:47.873Z[SUM] 9.00-10.00 sec 78.2 MBytes 657 Mbits/sec
38632024-06-20T09:35:47.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
38642024-06-20T09:35:47.873Z[ 5] 10.00-10.01 sec 113 KBytes 173 Mbits/sec
38652024-06-20T09:35:47.873Z[ 7] 10.00-10.01 sec 56.6 KBytes 86.3 Mbits/sec
38662024-06-20T09:35:47.873Z[ 9] 10.00-10.01 sec 56.6 KBytes 86.3 Mbits/sec
38672024-06-20T09:35:47.873Z[ 11] 10.00-10.01 sec 56.6 KBytes 86.3 Mbits/sec
38682024-06-20T09:35:47.873Z[ 13] 10.00-10.01 sec 56.6 KBytes 86.4 Mbits/sec
38692024-06-20T09:35:47.873Z[ 15] 10.00-10.01 sec 56.6 KBytes 86.4 Mbits/sec
38702024-06-20T09:35:47.873Z[ 17] 10.00-10.01 sec 113 KBytes 173 Mbits/sec
38712024-06-20T09:35:47.873Z[ 19] 10.00-10.01 sec 113 KBytes 173 Mbits/sec
38722024-06-20T09:35:47.873Z[SUM] 10.00-10.01 sec 622 KBytes 949 Mbits/sec
38732024-06-20T09:35:47.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
38742024-06-20T09:35:47.873Z[ ID] Interval Transfer Bandwidth
38752024-06-20T09:35:47.873Z[ 5] 0.00-10.01 sec 98.6 MBytes 82.7 Mbits/sec sender
38762024-06-20T09:35:47.873Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38772024-06-20T09:35:47.873Z[ 7] 0.00-10.01 sec 98.5 MBytes 82.6 Mbits/sec sender
38782024-06-20T09:35:47.873Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38792024-06-20T09:35:47.873Z[ 9] 0.00-10.01 sec 98.5 MBytes 82.6 Mbits/sec sender
38802024-06-20T09:35:47.873Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38812024-06-20T09:35:47.873Z[ 11] 0.00-10.01 sec 98.5 MBytes 82.6 Mbits/sec sender
38822024-06-20T09:35:47.873Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38832024-06-20T09:35:47.873Z[ 13] 0.00-10.01 sec 98.5 MBytes 82.6 Mbits/sec sender
38842024-06-20T09:35:47.873Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38852024-06-20T09:35:47.873Z[ 15] 0.00-10.01 sec 98.5 MBytes 82.6 Mbits/sec sender
38862024-06-20T09:35:47.873Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38872024-06-20T09:35:47.873Z[ 17] 0.00-10.01 sec 98.5 MBytes 82.6 Mbits/sec sender
38882024-06-20T09:35:47.873Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38892024-06-20T09:35:47.873Z[ 19] 0.00-10.01 sec 98.5 MBytes 82.6 Mbits/sec sender
38902024-06-20T09:35:47.873Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38912024-06-20T09:35:47.874Z[SUM] 0.00-10.01 sec 788 MBytes 661 Mbits/sec sender
38922024-06-20T09:35:47.874Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
38932024-06-20T09:35:47.899ZRun 2/10...661.116360465311Mbps
38942024-06-20T09:35:54.943Z-----------------------------------------------------------
38952024-06-20T09:35:54.943ZServer listening on 5201
38962024-06-20T09:35:54.943Z-----------------------------------------------------------
38972024-06-20T09:35:54.943ZAccepted connection from 10.0.0.1, port 48272
38982024-06-20T09:35:54.943Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52314
38992024-06-20T09:35:54.943Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51864
39002024-06-20T09:35:54.943Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60881
39012024-06-20T09:35:54.943Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52303
39022024-06-20T09:35:54.943Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47833
39032024-06-20T09:35:54.943Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64919
39042024-06-20T09:35:54.943Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57817
39052024-06-20T09:35:54.943Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63081
39062024-06-20T09:35:54.943Z[ ID] Interval Transfer Bandwidth
39072024-06-20T09:35:54.943Z[ 5] 0.00-1.00 sec 8.80 MBytes 73.8 Mbits/sec
39082024-06-20T09:35:54.943Z[ 7] 0.00-1.00 sec 8.81 MBytes 73.9 Mbits/sec
39092024-06-20T09:35:54.943Z[ 9] 0.00-1.00 sec 8.77 MBytes 73.5 Mbits/sec
39102024-06-20T09:35:54.943Z[ 11] 0.00-1.00 sec 8.70 MBytes 73.0 Mbits/sec
39112024-06-20T09:35:54.943Z[ 13] 0.00-1.00 sec 8.73 MBytes 73.2 Mbits/sec
39122024-06-20T09:35:54.943Z[ 15] 0.00-1.00 sec 8.73 MBytes 73.2 Mbits/sec
39132024-06-20T09:35:54.943Z[ 17] 0.00-1.00 sec 8.67 MBytes 72.7 Mbits/sec
39142024-06-20T09:35:54.943Z[ 19] 0.00-1.00 sec 8.71 MBytes 73.1 Mbits/sec
39152024-06-20T09:35:54.943Z[SUM] 0.00-1.00 sec 69.9 MBytes 586 Mbits/sec
39162024-06-20T09:35:54.943Z- - - - - - - - - - - - - - - - - - - - - - - - -
39172024-06-20T09:35:54.943Z[ 5] 1.00-2.00 sec 9.45 MBytes 79.2 Mbits/sec
39182024-06-20T09:35:54.943Z[ 7] 1.00-2.00 sec 9.45 MBytes 79.2 Mbits/sec
39192024-06-20T09:35:54.943Z[ 9] 1.00-2.00 sec 9.50 MBytes 79.7 Mbits/sec
39202024-06-20T09:35:54.943Z[ 11] 1.00-2.00 sec 9.53 MBytes 79.9 Mbits/sec
39212024-06-20T09:35:54.943Z[ 13] 1.00-2.00 sec 9.47 MBytes 79.5 Mbits/sec
39222024-06-20T09:35:54.943Z[ 15] 1.00-2.00 sec 9.46 MBytes 79.4 Mbits/sec
39232024-06-20T09:35:54.943Z[ 17] 1.00-2.00 sec 9.50 MBytes 79.7 Mbits/sec
39242024-06-20T09:35:54.943Z[ 19] 1.00-2.00 sec 9.49 MBytes 79.6 Mbits/sec
39252024-06-20T09:35:54.943Z[SUM] 1.00-2.00 sec 75.8 MBytes 636 Mbits/sec
39262024-06-20T09:35:54.944Z- - - - - - - - - - - - - - - - - - - - - - - - -
39272024-06-20T09:35:54.944Z[ 5] 2.00-3.00 sec 9.32 MBytes 78.2 Mbits/sec
39282024-06-20T09:35:54.944Z[ 7] 2.00-3.00 sec 9.24 MBytes 77.5 Mbits/sec
39292024-06-20T09:35:54.944Z[ 9] 2.00-3.00 sec 9.25 MBytes 77.6 Mbits/sec
39302024-06-20T09:35:54.944Z[ 11] 2.00-3.00 sec 9.25 MBytes 77.6 Mbits/sec
39312024-06-20T09:35:54.944Z[ 13] 2.00-3.00 sec 9.31 MBytes 78.1 Mbits/sec
39322024-06-20T09:35:54.944Z[ 15] 2.00-3.00 sec 9.29 MBytes 78.0 Mbits/sec
39332024-06-20T09:35:54.944Z[ 17] 2.00-3.00 sec 9.24 MBytes 77.5 Mbits/sec
39342024-06-20T09:35:54.944Z[ 19] 2.00-3.00 sec 9.24 MBytes 77.5 Mbits/sec
39352024-06-20T09:35:54.944Z[SUM] 2.00-3.00 sec 74.1 MBytes 622 Mbits/sec
39362024-06-20T09:35:54.944Z- - - - - - - - - - - - - - - - - - - - - - - - -
39372024-06-20T09:35:54.944Z[ 5] 3.00-4.00 sec 9.57 MBytes 80.2 Mbits/sec
39382024-06-20T09:35:54.944Z[ 7] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
39392024-06-20T09:35:54.944Z[ 9] 3.00-4.00 sec 9.57 MBytes 80.2 Mbits/sec
39402024-06-20T09:35:54.944Z[ 11] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
39412024-06-20T09:35:54.944Z[ 13] 3.00-4.00 sec 9.58 MBytes 80.3 Mbits/sec
39422024-06-20T09:35:54.944Z[ 15] 3.00-4.00 sec 9.64 MBytes 80.8 Mbits/sec
39432024-06-20T09:35:54.944Z[ 17] 3.00-4.00 sec 9.67 MBytes 81.0 Mbits/sec
39442024-06-20T09:35:54.944Z[ 19] 3.00-4.00 sec 9.64 MBytes 80.8 Mbits/sec
39452024-06-20T09:35:54.944Z[SUM] 3.00-4.00 sec 76.9 MBytes 644 Mbits/sec
39462024-06-20T09:35:54.944Z- - - - - - - - - - - - - - - - - - - - - - - - -
39472024-06-20T09:35:54.944Z[ 5] 4.00-5.00 sec 9.79 MBytes 82.2 Mbits/sec
39482024-06-20T09:35:54.944Z[ 7] 4.00-5.00 sec 9.76 MBytes 82.0 Mbits/sec
39492024-06-20T09:35:54.944Z[ 9] 4.00-5.00 sec 9.72 MBytes 81.6 Mbits/sec
39502024-06-20T09:35:54.944Z[ 11] 4.00-5.00 sec 9.76 MBytes 82.0 Mbits/sec
39512024-06-20T09:35:54.944Z[ 13] 4.00-5.00 sec 9.72 MBytes 81.6 Mbits/sec
39522024-06-20T09:35:54.944Z[ 15] 4.00-5.00 sec 9.68 MBytes 81.3 Mbits/sec
39532024-06-20T09:35:54.944Z[ 17] 4.00-5.00 sec 9.72 MBytes 81.6 Mbits/sec
39542024-06-20T09:35:54.944Z[ 19] 4.00-5.00 sec 9.76 MBytes 82.0 Mbits/sec
39552024-06-20T09:35:54.944Z[SUM] 4.00-5.00 sec 77.9 MBytes 654 Mbits/sec
39562024-06-20T09:35:54.944Z- - - - - - - - - - - - - - - - - - - - - - - - -
39572024-06-20T09:35:54.944Z[ 5] 5.00-6.00 sec 9.80 MBytes 82.2 Mbits/sec
39582024-06-20T09:35:54.944Z[ 7] 5.00-6.00 sec 9.85 MBytes 82.6 Mbits/sec
39592024-06-20T09:35:54.944Z[ 9] 5.00-6.00 sec 9.83 MBytes 82.5 Mbits/sec
39602024-06-20T09:35:54.944Z[ 11] 5.00-6.00 sec 9.82 MBytes 82.3 Mbits/sec
39612024-06-20T09:35:54.944Z[ 13] 5.00-6.00 sec 9.83 MBytes 82.5 Mbits/sec
39622024-06-20T09:35:54.944Z[ 15] 5.00-6.00 sec 9.85 MBytes 82.6 Mbits/sec
39632024-06-20T09:35:54.944Z[ 17] 5.00-6.00 sec 9.86 MBytes 82.7 Mbits/sec
39642024-06-20T09:35:54.944Z[ 19] 5.00-6.00 sec 9.82 MBytes 82.3 Mbits/sec
39652024-06-20T09:35:54.945Z[SUM] 5.00-6.00 sec 78.7 MBytes 660 Mbits/sec
39662024-06-20T09:35:54.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
39672024-06-20T09:35:54.945Z[ 5] 6.00-7.00 sec 9.90 MBytes 83.1 Mbits/sec
39682024-06-20T09:35:54.945Z[ 7] 6.00-7.00 sec 9.92 MBytes 83.2 Mbits/sec
39692024-06-20T09:35:54.945Z[ 9] 6.00-7.00 sec 9.96 MBytes 83.5 Mbits/sec
39702024-06-20T09:35:58.142Z[ 11] 6.00-7.00 sec 9.96 MBytes 83.5 Mbits/sec
39712024-06-20T09:35:58.142Z[ 13] 6.00-7.00 sec 9.92 MBytes 83.2 Mbits/sec
39722024-06-20T09:35:58.142Z[ 15] 6.00-7.00 sec 9.94 MBytes 83.4 Mbits/sec
39732024-06-20T09:35:58.142Z[ 17] 6.00-7.00 sec 9.90 MBytes 83.1 Mbits/sec
39742024-06-20T09:35:58.142Z[ 19] 6.00-7.00 sec 9.93 MBytes 83.3 Mbits/sec
39752024-06-20T09:35:58.142Z[SUM] 6.00-7.00 sec 79.4 MBytes 666 Mbits/sec
39762024-06-20T09:35:58.142Z- - - - - - - - - - - - - - - - - - - - - - - - -
39772024-06-20T09:35:58.142Z[ 5] 7.00-8.00 sec 9.90 MBytes 83.0 Mbits/sec
39782024-06-20T09:35:58.142Z[ 7] 7.00-8.00 sec 9.85 MBytes 82.6 Mbits/sec
39792024-06-20T09:35:58.142Z[ 9] 7.00-8.00 sec 9.85 MBytes 82.6 Mbits/sec
39802024-06-20T09:35:58.142Z[ 11] 7.00-8.00 sec 9.85 MBytes 82.6 Mbits/sec
39812024-06-20T09:35:58.142Z[ 13] 7.00-8.00 sec 9.89 MBytes 82.9 Mbits/sec
39822024-06-20T09:35:58.142Z[ 15] 7.00-8.00 sec 9.89 MBytes 82.9 Mbits/sec
39832024-06-20T09:35:58.142Z[ 17] 7.00-8.00 sec 9.83 MBytes 82.4 Mbits/sec
39842024-06-20T09:35:58.142Z[ 19] 7.00-8.00 sec 9.83 MBytes 82.4 Mbits/sec
39852024-06-20T09:35:58.142Z[SUM] 7.00-8.00 sec 78.9 MBytes 661 Mbits/sec
39862024-06-20T09:35:58.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
39872024-06-20T09:35:58.143Z[ 5] 8.00-9.00 sec 9.56 MBytes 80.2 Mbits/sec
39882024-06-20T09:35:58.143Z[ 7] 8.00-9.00 sec 9.58 MBytes 80.4 Mbits/sec
39892024-06-20T09:35:58.143Z[ 9] 8.00-9.00 sec 9.58 MBytes 80.4 Mbits/sec
39902024-06-20T09:35:58.143Z[ 11] 8.00-9.00 sec 9.57 MBytes 80.3 Mbits/sec
39912024-06-20T09:35:58.143Z[ 13] 8.00-9.00 sec 9.58 MBytes 80.4 Mbits/sec
39922024-06-20T09:35:58.143Z[ 15] 8.00-9.00 sec 9.53 MBytes 80.0 Mbits/sec
39932024-06-20T09:35:58.143Z[ 17] 8.00-9.00 sec 9.58 MBytes 80.4 Mbits/sec
39942024-06-20T09:35:58.143Z[ 19] 8.00-9.00 sec 9.58 MBytes 80.4 Mbits/sec
39952024-06-20T09:35:58.143Z[SUM] 8.00-9.00 sec 76.6 MBytes 642 Mbits/sec
39962024-06-20T09:35:58.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
39972024-06-20T09:35:58.143Z[ 5] 9.00-10.00 sec 9.72 MBytes 81.5 Mbits/sec
39982024-06-20T09:35:58.143Z[ 7] 9.00-10.00 sec 9.74 MBytes 81.7 Mbits/sec
39992024-06-20T09:35:58.143Z[ 9] 9.00-10.00 sec 9.78 MBytes 82.0 Mbits/sec
40002024-06-20T09:35:58.143Z[ 11] 9.00-10.00 sec 9.76 MBytes 81.9 Mbits/sec
40012024-06-20T09:35:58.143Z[ 13] 9.00-10.00 sec 9.74 MBytes 81.7 Mbits/sec
40022024-06-20T09:35:58.143Z[ 15] 9.00-10.00 sec 9.71 MBytes 81.4 Mbits/sec
40032024-06-20T09:35:58.143Z[ 17] 9.00-10.00 sec 9.74 MBytes 81.7 Mbits/sec
40042024-06-20T09:35:58.143Z[ 19] 9.00-10.00 sec 9.74 MBytes 81.7 Mbits/sec
40052024-06-20T09:35:58.143Z[SUM] 9.00-10.00 sec 77.9 MBytes 654 Mbits/sec
40062024-06-20T09:35:58.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
40072024-06-20T09:35:58.143Z[ 5] 10.00-10.01 sec 113 KBytes 183 Mbits/sec
40082024-06-20T09:35:58.143Z[ 7] 10.00-10.01 sec 113 KBytes 183 Mbits/sec
40092024-06-20T09:35:58.143Z[ 9] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
40102024-06-20T09:35:58.143Z[ 11] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
40112024-06-20T09:35:58.143Z[ 13] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
40122024-06-20T09:35:58.143Z[ 15] 10.00-10.01 sec 56.6 KBytes 91.7 Mbits/sec
40132024-06-20T09:35:58.143Z[ 17] 10.00-10.01 sec 56.6 KBytes 91.7 Mbits/sec
40142024-06-20T09:35:58.143Z[ 19] 10.00-10.01 sec 56.6 KBytes 91.7 Mbits/sec
40152024-06-20T09:35:58.143Z[SUM] 10.00-10.01 sec 396 KBytes 642 Mbits/sec
40162024-06-20T09:35:58.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
40172024-06-20T09:35:58.143Z[ ID] Interval Transfer Bandwidth
40182024-06-20T09:35:58.143Z[ 5] 0.00-10.01 sec 95.9 MBytes 80.4 Mbits/sec sender
40192024-06-20T09:35:58.143Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40202024-06-20T09:35:58.143Z[ 7] 0.00-10.01 sec 95.9 MBytes 80.4 Mbits/sec sender
40212024-06-20T09:35:58.143Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40222024-06-20T09:35:58.143Z[ 9] 0.00-10.01 sec 95.8 MBytes 80.3 Mbits/sec sender
40232024-06-20T09:35:58.143Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40242024-06-20T09:35:58.143Z[ 11] 0.00-10.01 sec 95.8 MBytes 80.3 Mbits/sec sender
40252024-06-20T09:35:58.144Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40262024-06-20T09:35:58.144Z[ 13] 0.00-10.01 sec 95.8 MBytes 80.3 Mbits/sec sender
40272024-06-20T09:35:58.144Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40282024-06-20T09:35:58.144Z[ 15] 0.00-10.01 sec 95.8 MBytes 80.3 Mbits/sec sender
40292024-06-20T09:35:58.144Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40302024-06-20T09:35:58.144Z[ 17] 0.00-10.01 sec 95.8 MBytes 80.3 Mbits/sec sender
40312024-06-20T09:35:58.144Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40322024-06-20T09:35:58.144Z[ 19] 0.00-10.01 sec 95.8 MBytes 80.3 Mbits/sec sender
40332024-06-20T09:35:58.144Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40342024-06-20T09:35:58.144Z[SUM] 0.00-10.01 sec 767 MBytes 643 Mbits/sec sender
40352024-06-20T09:35:58.144Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
40362024-06-20T09:35:58.169ZRun 3/10...642.991355697735Mbps
40372024-06-20T09:36:05.219Z-----------------------------------------------------------
40382024-06-20T09:36:05.219ZServer listening on 5201
40392024-06-20T09:36:05.219Z-----------------------------------------------------------
40402024-06-20T09:36:05.219ZAccepted connection from 10.0.0.1, port 52973
40412024-06-20T09:36:05.219Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46708
40422024-06-20T09:36:05.219Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60959
40432024-06-20T09:36:05.219Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33402
40442024-06-20T09:36:05.219Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54013
40452024-06-20T09:36:05.219Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34685
40462024-06-20T09:36:05.219Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48670
40472024-06-20T09:36:05.219Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33000
40482024-06-20T09:36:05.219Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43887
40492024-06-20T09:36:05.219Z[ ID] Interval Transfer Bandwidth
40502024-06-20T09:36:05.220Z[ 5] 0.00-1.00 sec 8.94 MBytes 74.9 Mbits/sec
40512024-06-20T09:36:05.220Z[ 7] 0.00-1.00 sec 8.89 MBytes 74.6 Mbits/sec
40522024-06-20T09:36:05.220Z[ 9] 0.00-1.00 sec 8.88 MBytes 74.5 Mbits/sec
40532024-06-20T09:36:05.220Z[ 11] 0.00-1.00 sec 8.92 MBytes 74.8 Mbits/sec
40542024-06-20T09:36:05.220Z[ 13] 0.00-1.00 sec 8.89 MBytes 74.6 Mbits/sec
40552024-06-20T09:36:05.220Z[ 15] 0.00-1.00 sec 8.91 MBytes 74.7 Mbits/sec
40562024-06-20T09:36:05.220Z[ 17] 0.00-1.00 sec 8.91 MBytes 74.7 Mbits/sec
40572024-06-20T09:36:05.220Z[ 19] 0.00-1.00 sec 8.81 MBytes 73.9 Mbits/sec
40582024-06-20T09:36:05.220Z[SUM] 0.00-1.00 sec 71.1 MBytes 597 Mbits/sec
40592024-06-20T09:36:05.220Z- - - - - - - - - - - - - - - - - - - - - - - - -
40602024-06-20T09:36:05.220Z[ 5] 1.00-2.00 sec 9.58 MBytes 80.4 Mbits/sec
40612024-06-20T09:36:05.220Z[ 7] 1.00-2.00 sec 9.60 MBytes 80.5 Mbits/sec
40622024-06-20T09:36:05.220Z[ 9] 1.00-2.00 sec 9.60 MBytes 80.5 Mbits/sec
40632024-06-20T09:36:05.220Z[ 11] 1.00-2.00 sec 9.47 MBytes 79.5 Mbits/sec
40642024-06-20T09:36:05.220Z[ 13] 1.00-2.00 sec 9.47 MBytes 79.5 Mbits/sec
40652024-06-20T09:36:05.220Z[ 15] 1.00-2.00 sec 9.50 MBytes 79.7 Mbits/sec
40662024-06-20T09:36:05.220Z[ 17] 1.00-2.00 sec 9.47 MBytes 79.5 Mbits/sec
40672024-06-20T09:36:05.220Z[ 19] 1.00-2.00 sec 9.58 MBytes 80.4 Mbits/sec
40682024-06-20T09:36:05.220Z[SUM] 1.00-2.00 sec 76.3 MBytes 640 Mbits/sec
40692024-06-20T09:36:05.220Z- - - - - - - - - - - - - - - - - - - - - - - - -
40702024-06-20T09:36:05.220Z[ 5] 2.00-3.00 sec 9.71 MBytes 81.4 Mbits/sec
40712024-06-20T09:36:05.220Z[ 7] 2.00-3.00 sec 9.75 MBytes 81.8 Mbits/sec
40722024-06-20T09:36:05.220Z[ 9] 2.00-3.00 sec 9.72 MBytes 81.5 Mbits/sec
40732024-06-20T09:36:05.220Z[ 11] 2.00-3.00 sec 9.72 MBytes 81.5 Mbits/sec
40742024-06-20T09:36:05.221Z[ 13] 2.00-3.00 sec 9.82 MBytes 82.3 Mbits/sec
40752024-06-20T09:36:05.221Z[ 15] 2.00-3.00 sec 9.74 MBytes 81.7 Mbits/sec
40762024-06-20T09:36:05.221Z[ 17] 2.00-3.00 sec 9.78 MBytes 82.0 Mbits/sec
40772024-06-20T09:36:05.221Z[ 19] 2.00-3.00 sec 9.71 MBytes 81.4 Mbits/sec
40782024-06-20T09:36:05.221Z[SUM] 2.00-3.00 sec 77.9 MBytes 654 Mbits/sec
40792024-06-20T09:36:05.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
40802024-06-20T09:36:05.221Z[ 5] 3.00-4.00 sec 10.0 MBytes 84.0 Mbits/sec
40812024-06-20T09:36:05.221Z[ 7] 3.00-4.00 sec 9.98 MBytes 83.8 Mbits/sec
40822024-06-20T09:36:05.221Z[ 9] 3.00-4.00 sec 9.97 MBytes 83.7 Mbits/sec
40832024-06-20T09:36:05.221Z[ 11] 3.00-4.00 sec 10.1 MBytes 84.7 Mbits/sec
40842024-06-20T09:36:05.221Z[ 13] 3.00-4.00 sec 10.0 MBytes 83.9 Mbits/sec
40852024-06-20T09:36:05.221Z[ 15] 3.00-4.00 sec 10.1 MBytes 84.4 Mbits/sec
40862024-06-20T09:36:05.221Z[ 17] 3.00-4.00 sec 10.0 MBytes 84.0 Mbits/sec
40872024-06-20T09:36:05.221Z[ 19] 3.00-4.00 sec 10.1 MBytes 84.7 Mbits/sec
40882024-06-20T09:36:05.221Z[SUM] 3.00-4.00 sec 80.2 MBytes 673 Mbits/sec
40892024-06-20T09:36:05.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
40902024-06-20T09:36:05.221Z[ 5] 4.00-5.00 sec 9.67 MBytes 81.1 Mbits/sec
40912024-06-20T09:36:05.221Z[ 7] 4.00-5.00 sec 9.69 MBytes 81.3 Mbits/sec
40922024-06-20T09:36:05.221Z[ 9] 4.00-5.00 sec 9.72 MBytes 81.5 Mbits/sec
40932024-06-20T09:36:05.221Z[ 11] 4.00-5.00 sec 9.64 MBytes 80.9 Mbits/sec
40942024-06-20T09:36:05.221Z[ 13] 4.00-5.00 sec 9.67 MBytes 81.1 Mbits/sec
40952024-06-20T09:36:05.221Z[ 15] 4.00-5.00 sec 9.68 MBytes 81.2 Mbits/sec
40962024-06-20T09:36:05.221Z[ 17] 4.00-5.00 sec 9.67 MBytes 81.1 Mbits/sec
40972024-06-20T09:36:05.221Z[ 19] 4.00-5.00 sec 9.64 MBytes 80.9 Mbits/sec
40982024-06-20T09:36:05.221Z[SUM] 4.00-5.00 sec 77.4 MBytes 649 Mbits/sec
40992024-06-20T09:36:05.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
41002024-06-20T09:36:05.221Z[ 5] 5.00-6.00 sec 9.45 MBytes 79.2 Mbits/sec
41012024-06-20T09:36:05.222Z[ 7] 5.00-6.00 sec 9.36 MBytes 78.5 Mbits/sec
41022024-06-20T09:36:05.222Z[ 9] 5.00-6.00 sec 9.36 MBytes 78.5 Mbits/sec
41032024-06-20T09:36:05.222Z[ 11] 5.00-6.00 sec 9.42 MBytes 79.0 Mbits/sec
41042024-06-20T09:36:05.222Z[ 13] 5.00-6.00 sec 9.45 MBytes 79.2 Mbits/sec
41052024-06-20T09:36:05.222Z[ 15] 5.00-6.00 sec 9.39 MBytes 78.8 Mbits/sec
41062024-06-20T09:36:05.222Z[ 17] 5.00-6.00 sec 9.46 MBytes 79.3 Mbits/sec
41072024-06-20T09:36:05.222Z[ 19] 5.00-6.00 sec 9.42 MBytes 79.0 Mbits/sec
41082024-06-20T09:36:05.222Z[SUM] 5.00-6.00 sec 75.3 MBytes 632 Mbits/sec
41092024-06-20T09:36:05.222Z- - - - - - - - - - - - - - - - - - - - - - - - -
41102024-06-20T09:36:05.222Z[ 5] 6.00-7.00 sec 10.1 MBytes 85.1 Mbits/sec
41112024-06-20T09:36:05.222Z[ 7] 6.00-7.00 sec 10.2 MBytes 85.7 Mbits/sec
41122024-06-20T09:36:05.222Z[ 9] 6.00-7.00 sec 10.2 MBytes 85.7 Mbits/sec
41132024-06-20T09:36:08.422Z[ 11] 6.00-7.00 sec 10.1 MBytes 84.8 Mbits/sec
41142024-06-20T09:36:08.422Z[ 13] 6.00-7.00 sec 10.1 MBytes 84.8 Mbits/sec
41152024-06-20T09:36:08.422Z[ 15] 6.00-7.00 sec 10.1 MBytes 84.9 Mbits/sec
41162024-06-20T09:36:08.422Z[ 17] 6.00-7.00 sec 10.1 MBytes 84.9 Mbits/sec
41172024-06-20T09:36:08.422Z[ 19] 6.00-7.00 sec 10.1 MBytes 84.9 Mbits/sec
41182024-06-20T09:36:08.422Z[SUM] 6.00-7.00 sec 81.2 MBytes 681 Mbits/sec
41192024-06-20T09:36:08.422Z- - - - - - - - - - - - - - - - - - - - - - - - -
41202024-06-20T09:36:08.422Z[ 5] 7.00-8.00 sec 9.94 MBytes 83.5 Mbits/sec
41212024-06-20T09:36:08.422Z[ 7] 7.00-8.00 sec 9.97 MBytes 83.7 Mbits/sec
41222024-06-20T09:36:08.423Z[ 9] 7.00-8.00 sec 10.0 MBytes 83.9 Mbits/sec
41232024-06-20T09:36:08.423Z[ 11] 7.00-8.00 sec 10.1 MBytes 84.6 Mbits/sec
41242024-06-20T09:36:08.423Z[ 13] 7.00-8.00 sec 10.0 MBytes 84.2 Mbits/sec
41252024-06-20T09:36:08.423Z[ 15] 7.00-8.00 sec 10.1 MBytes 84.4 Mbits/sec
41262024-06-20T09:36:08.423Z[ 17] 7.00-8.00 sec 10.0 MBytes 83.9 Mbits/sec
41272024-06-20T09:36:08.423Z[ 19] 7.00-8.00 sec 10.0 MBytes 83.9 Mbits/sec
41282024-06-20T09:36:08.423Z[SUM] 7.00-8.00 sec 80.1 MBytes 672 Mbits/sec
41292024-06-20T09:36:08.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
41302024-06-20T09:36:08.423Z[ 5] 8.00-9.00 sec 9.86 MBytes 82.7 Mbits/sec
41312024-06-20T09:36:08.423Z[ 7] 8.00-9.00 sec 9.79 MBytes 82.1 Mbits/sec
41322024-06-20T09:36:08.423Z[ 9] 8.00-9.00 sec 9.82 MBytes 82.4 Mbits/sec
41332024-06-20T09:36:08.423Z[ 11] 8.00-9.00 sec 9.74 MBytes 81.7 Mbits/sec
41342024-06-20T09:36:08.423Z[ 13] 8.00-9.00 sec 9.80 MBytes 82.2 Mbits/sec
41352024-06-20T09:36:08.423Z[ 15] 8.00-9.00 sec 9.80 MBytes 82.2 Mbits/sec
41362024-06-20T09:36:08.423Z[ 17] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
41372024-06-20T09:36:08.423Z[ 19] 8.00-9.00 sec 9.85 MBytes 82.6 Mbits/sec
41382024-06-20T09:36:08.423Z[SUM] 8.00-9.00 sec 78.5 MBytes 658 Mbits/sec
41392024-06-20T09:36:08.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
41402024-06-20T09:36:08.423Z[ 5] 9.00-10.00 sec 9.68 MBytes 81.2 Mbits/sec
41412024-06-20T09:36:08.423Z[ 7] 9.00-10.00 sec 9.74 MBytes 81.7 Mbits/sec
41422024-06-20T09:36:08.423Z[ 9] 9.00-10.00 sec 9.68 MBytes 81.2 Mbits/sec
41432024-06-20T09:36:08.423Z[ 11] 9.00-10.00 sec 9.74 MBytes 81.7 Mbits/sec
41442024-06-20T09:36:08.423Z[ 13] 9.00-10.00 sec 9.68 MBytes 81.2 Mbits/sec
41452024-06-20T09:36:08.423Z[ 15] 9.00-10.00 sec 9.63 MBytes 80.7 Mbits/sec
41462024-06-20T09:36:08.423Z[ 17] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
41472024-06-20T09:36:08.423Z[ 19] 9.00-10.00 sec 9.69 MBytes 81.3 Mbits/sec
41482024-06-20T09:36:08.423Z[SUM] 9.00-10.00 sec 77.5 MBytes 650 Mbits/sec
41492024-06-20T09:36:08.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
41502024-06-20T09:36:08.423Z[ 5] 10.00-10.01 sec 56.6 KBytes 92.0 Mbits/sec
41512024-06-20T09:36:08.423Z[ 7] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
41522024-06-20T09:36:08.423Z[ 9] 10.00-10.01 sec 56.6 KBytes 92.0 Mbits/sec
41532024-06-20T09:36:08.423Z[ 11] 10.00-10.01 sec 56.6 KBytes 92.0 Mbits/sec
41542024-06-20T09:36:08.423Z[ 13] 10.00-10.01 sec 113 KBytes 184 Mbits/sec
41552024-06-20T09:36:08.423Z[ 15] 10.00-10.01 sec 113 KBytes 184 Mbits/sec
41562024-06-20T09:36:08.423Z[ 17] 10.00-10.01 sec 113 KBytes 184 Mbits/sec
41572024-06-20T09:36:08.423Z[ 19] 10.00-10.01 sec 56.6 KBytes 92.0 Mbits/sec
41582024-06-20T09:36:08.423Z[SUM] 10.00-10.01 sec 566 KBytes 920 Mbits/sec
41592024-06-20T09:36:08.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
41602024-06-20T09:36:08.423Z[ ID] Interval Transfer Bandwidth
41612024-06-20T09:36:08.424Z[ 5] 0.00-10.01 sec 97.0 MBytes 81.4 Mbits/sec sender
41622024-06-20T09:36:08.424Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41632024-06-20T09:36:08.424Z[ 7] 0.00-10.01 sec 97.0 MBytes 81.3 Mbits/sec sender
41642024-06-20T09:36:08.424Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41652024-06-20T09:36:08.424Z[ 9] 0.00-10.01 sec 97.0 MBytes 81.3 Mbits/sec sender
41662024-06-20T09:36:08.424Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41672024-06-20T09:36:08.424Z[ 11] 0.00-10.01 sec 97.0 MBytes 81.3 Mbits/sec sender
41682024-06-20T09:36:08.424Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41692024-06-20T09:36:08.424Z[ 13] 0.00-10.01 sec 97.0 MBytes 81.3 Mbits/sec sender
41702024-06-20T09:36:08.424Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41712024-06-20T09:36:08.424Z[ 15] 0.00-10.01 sec 97.0 MBytes 81.3 Mbits/sec sender
41722024-06-20T09:36:08.424Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41732024-06-20T09:36:08.424Z[ 17] 0.00-10.01 sec 97.0 MBytes 81.3 Mbits/sec sender
41742024-06-20T09:36:08.424Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41752024-06-20T09:36:08.424Z[ 19] 0.00-10.01 sec 97.0 MBytes 81.3 Mbits/sec sender
41762024-06-20T09:36:08.424Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41772024-06-20T09:36:08.424Z[SUM] 0.00-10.01 sec 776 MBytes 651 Mbits/sec sender
41782024-06-20T09:36:08.424Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
41792024-06-20T09:36:08.449ZRun 4/10...650.985734568192Mbps
41802024-06-20T09:36:15.472Z-----------------------------------------------------------
41812024-06-20T09:36:15.472ZServer listening on 5201
41822024-06-20T09:36:15.472Z-----------------------------------------------------------
41832024-06-20T09:36:15.472ZAccepted connection from 10.0.0.1, port 40855
41842024-06-20T09:36:15.472Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61383
41852024-06-20T09:36:15.472Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61574
41862024-06-20T09:36:15.472Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41061
41872024-06-20T09:36:15.472Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56911
41882024-06-20T09:36:15.472Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64357
41892024-06-20T09:36:15.472Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40264
41902024-06-20T09:36:15.472Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32877
41912024-06-20T09:36:15.472Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36221
41922024-06-20T09:36:15.472Z[ ID] Interval Transfer Bandwidth
41932024-06-20T09:36:15.472Z[ 5] 0.00-1.00 sec 8.70 MBytes 73.0 Mbits/sec
41942024-06-20T09:36:15.472Z[ 7] 0.00-1.00 sec 8.66 MBytes 72.6 Mbits/sec
41952024-06-20T09:36:15.472Z[ 9] 0.00-1.00 sec 8.64 MBytes 72.5 Mbits/sec
41962024-06-20T09:36:15.472Z[ 11] 0.00-1.00 sec 8.60 MBytes 72.1 Mbits/sec
41972024-06-20T09:36:15.473Z[ 13] 0.00-1.00 sec 8.60 MBytes 72.1 Mbits/sec
41982024-06-20T09:36:15.473Z[ 15] 0.00-1.00 sec 8.59 MBytes 72.0 Mbits/sec
41992024-06-20T09:36:15.473Z[ 17] 0.00-1.00 sec 8.62 MBytes 72.3 Mbits/sec
42002024-06-20T09:36:15.473Z[ 19] 0.00-1.00 sec 8.60 MBytes 72.1 Mbits/sec
42012024-06-20T09:36:15.473Z[SUM] 0.00-1.00 sec 69.0 MBytes 579 Mbits/sec
42022024-06-20T09:36:15.473Z- - - - - - - - - - - - - - - - - - - - - - - - -
42032024-06-20T09:36:15.473Z[ 5] 1.00-2.00 sec 9.67 MBytes 81.1 Mbits/sec
42042024-06-20T09:36:15.473Z[ 7] 1.00-2.00 sec 9.67 MBytes 81.1 Mbits/sec
42052024-06-20T09:36:15.473Z[ 9] 1.00-2.00 sec 9.67 MBytes 81.1 Mbits/sec
42062024-06-20T09:36:15.473Z[ 11] 1.00-2.00 sec 9.68 MBytes 81.2 Mbits/sec
42072024-06-20T09:36:15.473Z[ 13] 1.00-2.00 sec 9.68 MBytes 81.2 Mbits/sec
42082024-06-20T09:36:15.473Z[ 15] 1.00-2.00 sec 9.72 MBytes 81.5 Mbits/sec
42092024-06-20T09:36:15.473Z[ 17] 1.00-2.00 sec 9.71 MBytes 81.4 Mbits/sec
42102024-06-20T09:36:15.473Z[ 19] 1.00-2.00 sec 9.67 MBytes 81.1 Mbits/sec
42112024-06-20T09:36:15.473Z[SUM] 1.00-2.00 sec 77.5 MBytes 650 Mbits/sec
42122024-06-20T09:36:15.498Z- - - - - - - - - - - - - - - - - - - - - - - - -
42132024-06-20T09:36:15.498Z[ 5] 2.00-3.00 sec 9.58 MBytes 80.4 Mbits/sec
42142024-06-20T09:36:15.498Z[ 7] 2.00-3.00 sec 9.54 MBytes 80.0 Mbits/sec
42152024-06-20T09:36:15.498Z[ 9] 2.00-3.00 sec 9.57 MBytes 80.3 Mbits/sec
42162024-06-20T09:36:15.498Z[ 11] 2.00-3.00 sec 9.56 MBytes 80.2 Mbits/sec
42172024-06-20T09:36:15.498Z[ 13] 2.00-3.00 sec 9.56 MBytes 80.2 Mbits/sec
42182024-06-20T09:36:15.498Z[ 15] 2.00-3.00 sec 9.54 MBytes 80.0 Mbits/sec
42192024-06-20T09:36:15.499Z[ 17] 2.00-3.00 sec 9.56 MBytes 80.2 Mbits/sec
42202024-06-20T09:36:15.499Z[ 19] 2.00-3.00 sec 9.57 MBytes 80.3 Mbits/sec
42212024-06-20T09:36:15.499Z[SUM] 2.00-3.00 sec 76.5 MBytes 642 Mbits/sec
42222024-06-20T09:36:15.499Z- - - - - - - - - - - - - - - - - - - - - - - - -
42232024-06-20T09:36:15.499Z[ 5] 3.00-4.00 sec 9.69 MBytes 81.3 Mbits/sec
42242024-06-20T09:36:15.499Z[ 7] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
42252024-06-20T09:36:15.499Z[ 9] 3.00-4.00 sec 9.65 MBytes 81.0 Mbits/sec
42262024-06-20T09:36:15.499Z[ 11] 3.00-4.00 sec 9.69 MBytes 81.3 Mbits/sec
42272024-06-20T09:36:15.499Z[ 13] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec
42282024-06-20T09:36:15.499Z[ 15] 3.00-4.00 sec 9.75 MBytes 81.8 Mbits/sec
42292024-06-20T09:36:15.499Z[ 17] 3.00-4.00 sec 9.68 MBytes 81.2 Mbits/sec
42302024-06-20T09:36:15.499Z[ 19] 3.00-4.00 sec 9.75 MBytes 81.8 Mbits/sec
42312024-06-20T09:36:15.499Z[SUM] 3.00-4.00 sec 77.7 MBytes 652 Mbits/sec
42322024-06-20T09:36:15.499Z- - - - - - - - - - - - - - - - - - - - - - - - -
42332024-06-20T09:36:15.499Z[ 5] 4.00-5.00 sec 9.98 MBytes 83.7 Mbits/sec
42342024-06-20T09:36:15.499Z[ 7] 4.00-5.00 sec 9.96 MBytes 83.5 Mbits/sec
42352024-06-20T09:36:15.499Z[ 9] 4.00-5.00 sec 9.98 MBytes 83.7 Mbits/sec
42362024-06-20T09:36:15.499Z[ 11] 4.00-5.00 sec 9.98 MBytes 83.7 Mbits/sec
42372024-06-20T09:36:15.499Z[ 13] 4.00-5.00 sec 9.90 MBytes 83.0 Mbits/sec
42382024-06-20T09:36:15.499Z[ 15] 4.00-5.00 sec 9.92 MBytes 83.2 Mbits/sec
42392024-06-20T09:36:15.499Z[ 17] 4.00-5.00 sec 9.94 MBytes 83.4 Mbits/sec
42402024-06-20T09:36:15.499Z[ 19] 4.00-5.00 sec 9.90 MBytes 83.0 Mbits/sec
42412024-06-20T09:36:15.499Z[SUM] 4.00-5.00 sec 79.6 MBytes 667 Mbits/sec
42422024-06-20T09:36:15.499Z- - - - - - - - - - - - - - - - - - - - - - - - -
42432024-06-20T09:36:15.499Z[ 5] 5.00-6.00 sec 9.50 MBytes 79.6 Mbits/sec
42442024-06-20T09:36:15.499Z[ 7] 5.00-6.00 sec 9.56 MBytes 80.1 Mbits/sec
42452024-06-20T09:36:15.499Z[ 9] 5.00-6.00 sec 9.51 MBytes 79.8 Mbits/sec
42462024-06-20T09:36:15.499Z[ 11] 5.00-6.00 sec 9.51 MBytes 79.8 Mbits/sec
42472024-06-20T09:36:15.499Z[ 13] 5.00-6.00 sec 9.60 MBytes 80.5 Mbits/sec
42482024-06-20T09:36:15.499Z[ 15] 5.00-6.00 sec 9.53 MBytes 79.9 Mbits/sec
42492024-06-20T09:36:15.499Z[ 17] 5.00-6.00 sec 9.50 MBytes 79.6 Mbits/sec
42502024-06-20T09:36:15.499Z[ 19] 5.00-6.00 sec 9.56 MBytes 80.1 Mbits/sec
42512024-06-20T09:36:15.499Z[SUM] 5.00-6.00 sec 76.3 MBytes 639 Mbits/sec
42522024-06-20T09:36:15.499Z- - - - - - - - - - - - - - - - - - - - - - - - -
42532024-06-20T09:36:15.499Z[ 5] 6.00-7.00 sec 9.34 MBytes 78.4 Mbits/sec
42542024-06-20T09:36:15.499Z[ 7] 6.00-7.00 sec 9.36 MBytes 78.6 Mbits/sec
42552024-06-20T09:36:15.499Z[ 9] 6.00-7.00 sec 9.39 MBytes 78.8 Mbits/sec
42562024-06-20T09:36:18.592Z[ 11] 6.00-7.00 sec 9.36 MBytes 78.6 Mbits/sec
42572024-06-20T09:36:18.592Z[ 13] 6.00-7.00 sec 9.34 MBytes 78.4 Mbits/sec
42582024-06-20T09:36:18.592Z[ 15] 6.00-7.00 sec 9.36 MBytes 78.6 Mbits/sec
42592024-06-20T09:36:18.592Z[ 17] 6.00-7.00 sec 9.36 MBytes 78.6 Mbits/sec
42602024-06-20T09:36:18.592Z[ 19] 6.00-7.00 sec 9.34 MBytes 78.4 Mbits/sec
42612024-06-20T09:36:18.592Z[SUM] 6.00-7.00 sec 74.8 MBytes 628 Mbits/sec
42622024-06-20T09:36:18.592Z- - - - - - - - - - - - - - - - - - - - - - - - -
42632024-06-20T09:36:18.592Z[ 5] 7.00-8.00 sec 9.00 MBytes 75.5 Mbits/sec
42642024-06-20T09:36:18.592Z[ 7] 7.00-8.00 sec 8.87 MBytes 74.4 Mbits/sec
42652024-06-20T09:36:18.592Z[ 9] 7.00-8.00 sec 8.85 MBytes 74.3 Mbits/sec
42662024-06-20T09:36:18.592Z[ 11] 7.00-8.00 sec 8.89 MBytes 74.6 Mbits/sec
42672024-06-20T09:36:18.592Z[ 13] 7.00-8.00 sec 8.89 MBytes 74.6 Mbits/sec
42682024-06-20T09:36:18.592Z[ 15] 7.00-8.00 sec 8.91 MBytes 74.7 Mbits/sec
42692024-06-20T09:36:18.592Z[ 17] 7.00-8.00 sec 8.95 MBytes 75.1 Mbits/sec
42702024-06-20T09:36:18.592Z[ 19] 7.00-8.00 sec 8.89 MBytes 74.6 Mbits/sec
42712024-06-20T09:36:18.592Z[SUM] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec
42722024-06-20T09:36:18.592Z- - - - - - - - - - - - - - - - - - - - - - - - -
42732024-06-20T09:36:18.592Z[ 5] 8.00-9.00 sec 9.18 MBytes 77.0 Mbits/sec
42742024-06-20T09:36:18.592Z[ 7] 8.00-9.00 sec 9.29 MBytes 78.0 Mbits/sec
42752024-06-20T09:36:18.592Z[ 9] 8.00-9.00 sec 9.28 MBytes 77.8 Mbits/sec
42762024-06-20T09:36:18.592Z[ 11] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
42772024-06-20T09:36:18.592Z[ 13] 8.00-9.00 sec 9.22 MBytes 77.4 Mbits/sec
42782024-06-20T09:36:18.592Z[ 15] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
42792024-06-20T09:36:18.592Z[ 17] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
42802024-06-20T09:36:18.592Z[ 19] 8.00-9.00 sec 9.28 MBytes 77.8 Mbits/sec
42812024-06-20T09:36:18.592Z[SUM] 8.00-9.00 sec 74.0 MBytes 621 Mbits/sec
42822024-06-20T09:36:18.592Z- - - - - - - - - - - - - - - - - - - - - - - - -
42832024-06-20T09:36:18.593Z[ 5] 9.00-10.00 sec 9.65 MBytes 81.0 Mbits/sec
42842024-06-20T09:36:18.593Z[ 7] 9.00-10.00 sec 9.63 MBytes 80.7 Mbits/sec
42852024-06-20T09:36:18.593Z[ 9] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
42862024-06-20T09:36:18.593Z[ 11] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
42872024-06-20T09:36:18.593Z[ 13] 9.00-10.00 sec 9.68 MBytes 81.2 Mbits/sec
42882024-06-20T09:36:18.593Z[ 15] 9.00-10.00 sec 9.65 MBytes 81.0 Mbits/sec
42892024-06-20T09:36:18.593Z[ 17] 9.00-10.00 sec 9.65 MBytes 81.0 Mbits/sec
42902024-06-20T09:36:18.593Z[ 19] 9.00-10.00 sec 9.63 MBytes 80.7 Mbits/sec
42912024-06-20T09:36:18.593Z[SUM] 9.00-10.00 sec 77.2 MBytes 648 Mbits/sec
42922024-06-20T09:36:18.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
42932024-06-20T09:36:18.593Z[ 5] 10.00-10.00 sec 113 KBytes 190 Mbits/sec
42942024-06-20T09:36:18.593Z[ 7] 10.00-10.00 sec 56.6 KBytes 95.0 Mbits/sec
42952024-06-20T09:36:18.593Z[ 9] 10.00-10.00 sec 56.6 KBytes 95.0 Mbits/sec
42962024-06-20T09:36:18.593Z[ 11] 10.00-10.00 sec 56.6 KBytes 95.0 Mbits/sec
42972024-06-20T09:36:18.593Z[ 13] 10.00-10.00 sec 56.6 KBytes 95.0 Mbits/sec
42982024-06-20T09:36:18.593Z[ 15] 10.00-10.00 sec 56.6 KBytes 95.0 Mbits/sec
42992024-06-20T09:36:18.593Z[ 17] 10.00-10.00 sec 56.6 KBytes 95.0 Mbits/sec
43002024-06-20T09:36:18.593Z[ 19] 10.00-10.00 sec 56.6 KBytes 95.0 Mbits/sec
43012024-06-20T09:36:18.593Z[SUM] 10.00-10.00 sec 509 KBytes 855 Mbits/sec
43022024-06-20T09:36:18.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
43032024-06-20T09:36:18.593Z[ ID] Interval Transfer Bandwidth
43042024-06-20T09:36:18.593Z[ 5] 0.00-10.00 sec 94.4 MBytes 79.2 Mbits/sec sender
43052024-06-20T09:36:18.593Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43062024-06-20T09:36:18.593Z[ 7] 0.00-10.00 sec 94.3 MBytes 79.1 Mbits/sec sender
43072024-06-20T09:36:18.593Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43082024-06-20T09:36:18.593Z[ 9] 0.00-10.00 sec 94.3 MBytes 79.0 Mbits/sec sender
43092024-06-20T09:36:18.593Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43102024-06-20T09:36:18.593Z[ 11] 0.00-10.00 sec 94.2 MBytes 79.0 Mbits/sec sender
43112024-06-20T09:36:18.593Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43122024-06-20T09:36:18.593Z[ 13] 0.00-10.00 sec 94.2 MBytes 79.0 Mbits/sec sender
43132024-06-20T09:36:18.593Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43142024-06-20T09:36:18.593Z[ 15] 0.00-10.00 sec 94.3 MBytes 79.0 Mbits/sec sender
43152024-06-20T09:36:18.593Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43162024-06-20T09:36:18.593Z[ 17] 0.00-10.00 sec 94.3 MBytes 79.0 Mbits/sec sender
43172024-06-20T09:36:18.593Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43182024-06-20T09:36:18.593Z[ 19] 0.00-10.00 sec 94.2 MBytes 79.0 Mbits/sec sender
43192024-06-20T09:36:18.593Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43202024-06-20T09:36:18.593Z[SUM] 0.00-10.00 sec 754 MBytes 632 Mbits/sec sender
43212024-06-20T09:36:18.593Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43222024-06-20T09:36:18.619ZRun 5/10...632.701983855919Mbps
43232024-06-20T09:36:25.668Z-----------------------------------------------------------
43242024-06-20T09:36:25.668ZServer listening on 5201
43252024-06-20T09:36:25.668Z-----------------------------------------------------------
43262024-06-20T09:36:25.668ZAccepted connection from 10.0.0.1, port 50322
43272024-06-20T09:36:25.668Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37381
43282024-06-20T09:36:25.668Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59972
43292024-06-20T09:36:25.668Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44268
43302024-06-20T09:36:25.668Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53076
43312024-06-20T09:36:25.668Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45051
43322024-06-20T09:36:25.668Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55105
43332024-06-20T09:36:25.668Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62349
43342024-06-20T09:36:25.668Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49595
43352024-06-20T09:36:25.668Z[ ID] Interval Transfer Bandwidth
43362024-06-20T09:36:25.668Z[ 5] 0.00-1.00 sec 9.14 MBytes 76.7 Mbits/sec
43372024-06-20T09:36:25.668Z[ 7] 0.00-1.00 sec 9.16 MBytes 76.8 Mbits/sec
43382024-06-20T09:36:25.668Z[ 9] 0.00-1.00 sec 9.14 MBytes 76.7 Mbits/sec
43392024-06-20T09:36:25.668Z[ 11] 0.00-1.00 sec 9.13 MBytes 76.6 Mbits/sec
43402024-06-20T09:36:25.668Z[ 13] 0.00-1.00 sec 9.17 MBytes 76.9 Mbits/sec
43412024-06-20T09:36:25.668Z[ 15] 0.00-1.00 sec 9.13 MBytes 76.6 Mbits/sec
43422024-06-20T09:36:25.668Z[ 17] 0.00-1.00 sec 9.07 MBytes 76.1 Mbits/sec
43432024-06-20T09:36:25.668Z[ 19] 0.00-1.00 sec 9.09 MBytes 76.2 Mbits/sec
43442024-06-20T09:36:25.668Z[SUM] 0.00-1.00 sec 73.0 MBytes 613 Mbits/sec
43452024-06-20T09:36:25.668Z- - - - - - - - - - - - - - - - - - - - - - - - -
43462024-06-20T09:36:25.668Z[ 5] 1.00-2.00 sec 9.51 MBytes 79.8 Mbits/sec
43472024-06-20T09:36:25.668Z[ 7] 1.00-2.00 sec 9.45 MBytes 79.2 Mbits/sec
43482024-06-20T09:36:25.668Z[ 9] 1.00-2.00 sec 9.46 MBytes 79.3 Mbits/sec
43492024-06-20T09:36:25.668Z[ 11] 1.00-2.00 sec 9.49 MBytes 79.6 Mbits/sec
43502024-06-20T09:36:25.668Z[ 13] 1.00-2.00 sec 9.46 MBytes 79.3 Mbits/sec
43512024-06-20T09:36:25.668Z[ 15] 1.00-2.00 sec 9.45 MBytes 79.2 Mbits/sec
43522024-06-20T09:36:25.668Z[ 17] 1.00-2.00 sec 9.50 MBytes 79.7 Mbits/sec
43532024-06-20T09:36:25.668Z[ 19] 1.00-2.00 sec 9.46 MBytes 79.3 Mbits/sec
43542024-06-20T09:36:25.669Z[SUM] 1.00-2.00 sec 75.8 MBytes 635 Mbits/sec
43552024-06-20T09:36:25.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
43562024-06-20T09:36:25.669Z[ 5] 2.00-3.00 sec 9.06 MBytes 76.0 Mbits/sec
43572024-06-20T09:36:25.669Z[ 7] 2.00-3.00 sec 9.11 MBytes 76.4 Mbits/sec
43582024-06-20T09:36:25.669Z[ 9] 2.00-3.00 sec 9.06 MBytes 76.0 Mbits/sec
43592024-06-20T09:36:25.669Z[ 11] 2.00-3.00 sec 9.03 MBytes 75.7 Mbits/sec
43602024-06-20T09:36:25.669Z[ 13] 2.00-3.00 sec 8.98 MBytes 75.3 Mbits/sec
43612024-06-20T09:36:25.669Z[ 15] 2.00-3.00 sec 9.05 MBytes 75.9 Mbits/sec
43622024-06-20T09:36:25.669Z[ 17] 2.00-3.00 sec 9.07 MBytes 76.1 Mbits/sec
43632024-06-20T09:36:25.669Z[ 19] 2.00-3.00 sec 9.07 MBytes 76.1 Mbits/sec
43642024-06-20T09:36:25.669Z[SUM] 2.00-3.00 sec 72.4 MBytes 607 Mbits/sec
43652024-06-20T09:36:25.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
43662024-06-20T09:36:25.669Z[ 5] 3.00-4.00 sec 9.39 MBytes 78.8 Mbits/sec
43672024-06-20T09:36:25.669Z[ 7] 3.00-4.00 sec 9.39 MBytes 78.8 Mbits/sec
43682024-06-20T09:36:25.669Z[ 9] 3.00-4.00 sec 9.32 MBytes 78.2 Mbits/sec
43692024-06-20T09:36:25.669Z[ 11] 3.00-4.00 sec 9.36 MBytes 78.6 Mbits/sec
43702024-06-20T09:36:25.669Z[ 13] 3.00-4.00 sec 9.39 MBytes 78.8 Mbits/sec
43712024-06-20T09:36:25.669Z[ 15] 3.00-4.00 sec 9.35 MBytes 78.5 Mbits/sec
43722024-06-20T09:36:25.669Z[ 17] 3.00-4.00 sec 9.35 MBytes 78.5 Mbits/sec
43732024-06-20T09:36:25.669Z[ 19] 3.00-4.00 sec 9.38 MBytes 78.7 Mbits/sec
43742024-06-20T09:36:25.669Z[SUM] 3.00-4.00 sec 74.9 MBytes 629 Mbits/sec
43752024-06-20T09:36:25.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
43762024-06-20T09:36:25.669Z[ 5] 4.00-5.00 sec 9.22 MBytes 77.4 Mbits/sec
43772024-06-20T09:36:25.669Z[ 7] 4.00-5.00 sec 9.22 MBytes 77.4 Mbits/sec
43782024-06-20T09:36:25.669Z[ 9] 4.00-5.00 sec 9.38 MBytes 78.7 Mbits/sec
43792024-06-20T09:36:25.669Z[ 11] 4.00-5.00 sec 9.25 MBytes 77.6 Mbits/sec
43802024-06-20T09:36:25.669Z[ 13] 4.00-5.00 sec 9.28 MBytes 77.9 Mbits/sec
43812024-06-20T09:36:25.669Z[ 15] 4.00-5.00 sec 9.28 MBytes 77.9 Mbits/sec
43822024-06-20T09:36:25.669Z[ 17] 4.00-5.00 sec 9.25 MBytes 77.6 Mbits/sec
43832024-06-20T09:36:25.669Z[ 19] 4.00-5.00 sec 9.25 MBytes 77.6 Mbits/sec
43842024-06-20T09:36:25.669Z[SUM] 4.00-5.00 sec 74.1 MBytes 622 Mbits/sec
43852024-06-20T09:36:25.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
43862024-06-20T09:36:25.669Z[ 5] 5.00-6.00 sec 9.22 MBytes 77.4 Mbits/sec
43872024-06-20T09:36:25.669Z[ 7] 5.00-6.00 sec 9.27 MBytes 77.7 Mbits/sec
43882024-06-20T09:36:25.669Z[ 9] 5.00-6.00 sec 9.21 MBytes 77.2 Mbits/sec
43892024-06-20T09:36:25.669Z[ 11] 5.00-6.00 sec 9.24 MBytes 77.5 Mbits/sec
43902024-06-20T09:36:25.669Z[ 13] 5.00-6.00 sec 9.24 MBytes 77.5 Mbits/sec
43912024-06-20T09:36:25.669Z[ 15] 5.00-6.00 sec 9.22 MBytes 77.4 Mbits/sec
43922024-06-20T09:36:25.669Z[ 17] 5.00-6.00 sec 9.21 MBytes 77.2 Mbits/sec
43932024-06-20T09:36:25.670Z[ 19] 5.00-6.00 sec 9.25 MBytes 77.6 Mbits/sec
43942024-06-20T09:36:25.670Z[SUM] 5.00-6.00 sec 73.9 MBytes 619 Mbits/sec
43952024-06-20T09:36:25.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
43962024-06-20T09:36:25.670Z[ 5] 6.00-7.00 sec 9.28 MBytes 77.8 Mbits/sec
43972024-06-20T09:36:25.670Z[ 7] 6.00-7.00 sec 9.21 MBytes 77.2 Mbits/sec
43982024-06-20T09:36:25.670Z[ 9] 6.00-7.00 sec 9.21 MBytes 77.2 Mbits/sec
43992024-06-20T09:36:28.761Z[ 11] 6.00-7.00 sec 9.29 MBytes 77.9 Mbits/sec
44002024-06-20T09:36:28.761Z[ 13] 6.00-7.00 sec 9.31 MBytes 78.0 Mbits/sec
44012024-06-20T09:36:28.761Z[ 15] 6.00-7.00 sec 9.29 MBytes 77.9 Mbits/sec
44022024-06-20T09:36:28.761Z[ 17] 6.00-7.00 sec 9.29 MBytes 77.9 Mbits/sec
44032024-06-20T09:36:28.761Z[ 19] 6.00-7.00 sec 9.27 MBytes 77.7 Mbits/sec
44042024-06-20T09:36:28.761Z[SUM] 6.00-7.00 sec 74.2 MBytes 622 Mbits/sec
44052024-06-20T09:36:28.761Z- - - - - - - - - - - - - - - - - - - - - - - - -
44062024-06-20T09:36:28.761Z[ 5] 7.00-8.00 sec 9.29 MBytes 78.0 Mbits/sec
44072024-06-20T09:36:28.761Z[ 7] 7.00-8.00 sec 9.32 MBytes 78.2 Mbits/sec
44082024-06-20T09:36:28.762Z[ 9] 7.00-8.00 sec 9.27 MBytes 77.8 Mbits/sec
44092024-06-20T09:36:28.762Z[ 11] 7.00-8.00 sec 9.27 MBytes 77.8 Mbits/sec
44102024-06-20T09:36:28.762Z[ 13] 7.00-8.00 sec 9.24 MBytes 77.5 Mbits/sec
44112024-06-20T09:36:28.762Z[ 15] 7.00-8.00 sec 9.25 MBytes 77.7 Mbits/sec
44122024-06-20T09:36:28.762Z[ 17] 7.00-8.00 sec 9.29 MBytes 78.0 Mbits/sec
44132024-06-20T09:36:28.762Z[ 19] 7.00-8.00 sec 9.25 MBytes 77.7 Mbits/sec
44142024-06-20T09:36:28.762Z[SUM] 7.00-8.00 sec 74.2 MBytes 623 Mbits/sec
44152024-06-20T09:36:28.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
44162024-06-20T09:36:28.762Z[ 5] 8.00-9.00 sec 9.50 MBytes 79.7 Mbits/sec
44172024-06-20T09:36:28.762Z[ 7] 8.00-9.00 sec 9.43 MBytes 79.1 Mbits/sec
44182024-06-20T09:36:28.762Z[ 9] 8.00-9.00 sec 9.47 MBytes 79.5 Mbits/sec
44192024-06-20T09:36:28.762Z[ 11] 8.00-9.00 sec 9.45 MBytes 79.3 Mbits/sec
44202024-06-20T09:36:28.762Z[ 13] 8.00-9.00 sec 9.46 MBytes 79.4 Mbits/sec
44212024-06-20T09:36:28.762Z[ 15] 8.00-9.00 sec 9.50 MBytes 79.7 Mbits/sec
44222024-06-20T09:36:28.762Z[ 17] 8.00-9.00 sec 9.50 MBytes 79.7 Mbits/sec
44232024-06-20T09:36:28.762Z[ 19] 8.00-9.00 sec 9.49 MBytes 79.6 Mbits/sec
44242024-06-20T09:36:28.762Z[SUM] 8.00-9.00 sec 75.8 MBytes 636 Mbits/sec
44252024-06-20T09:36:28.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
44262024-06-20T09:36:28.762Z[ 5] 9.00-10.00 sec 9.28 MBytes 77.8 Mbits/sec
44272024-06-20T09:36:28.762Z[ 7] 9.00-10.00 sec 9.34 MBytes 78.3 Mbits/sec
44282024-06-20T09:36:28.762Z[ 9] 9.00-10.00 sec 9.28 MBytes 77.8 Mbits/sec
44292024-06-20T09:36:28.762Z[ 11] 9.00-10.00 sec 9.29 MBytes 77.9 Mbits/sec
44302024-06-20T09:36:28.762Z[ 13] 9.00-10.00 sec 9.28 MBytes 77.8 Mbits/sec
44312024-06-20T09:36:28.762Z[ 15] 9.00-10.00 sec 9.28 MBytes 77.8 Mbits/sec
44322024-06-20T09:36:28.762Z[ 17] 9.00-10.00 sec 9.25 MBytes 77.6 Mbits/sec
44332024-06-20T09:36:28.762Z[ 19] 9.00-10.00 sec 9.27 MBytes 77.7 Mbits/sec
44342024-06-20T09:36:28.762Z[SUM] 9.00-10.00 sec 74.3 MBytes 623 Mbits/sec
44352024-06-20T09:36:28.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
44362024-06-20T09:36:28.762Z[ 5] 10.00-10.00 sec 56.6 KBytes 98.3 Mbits/sec
44372024-06-20T09:36:28.762Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44382024-06-20T09:36:28.762Z[ 9] 10.00-10.00 sec 56.6 KBytes 98.6 Mbits/sec
44392024-06-20T09:36:28.762Z[ 11] 10.00-10.00 sec 56.6 KBytes 98.6 Mbits/sec
44402024-06-20T09:36:28.762Z[ 13] 10.00-10.00 sec 56.6 KBytes 98.6 Mbits/sec
44412024-06-20T09:36:28.762Z[ 15] 10.00-10.00 sec 56.6 KBytes 98.6 Mbits/sec
44422024-06-20T09:36:28.762Z[ 17] 10.00-10.00 sec 56.6 KBytes 98.6 Mbits/sec
44432024-06-20T09:36:28.762Z[ 19] 10.00-10.00 sec 113 KBytes 197 Mbits/sec
44442024-06-20T09:36:28.762Z[SUM] 10.00-10.00 sec 452 KBytes 787 Mbits/sec
44452024-06-20T09:36:28.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
44462024-06-20T09:36:28.762Z[ ID] Interval Transfer Bandwidth
44472024-06-20T09:36:28.763Z[ 5] 0.00-10.00 sec 93.0 MBytes 77.9 Mbits/sec sender
44482024-06-20T09:36:28.763Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44492024-06-20T09:36:28.763Z[ 7] 0.00-10.00 sec 92.9 MBytes 77.9 Mbits/sec sender
44502024-06-20T09:36:28.763Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44512024-06-20T09:36:28.763Z[ 9] 0.00-10.00 sec 92.9 MBytes 77.9 Mbits/sec sender
44522024-06-20T09:36:28.763Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44532024-06-20T09:36:28.763Z[ 11] 0.00-10.00 sec 92.9 MBytes 77.9 Mbits/sec sender
44542024-06-20T09:36:28.763Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44552024-06-20T09:36:28.763Z[ 13] 0.00-10.00 sec 92.9 MBytes 77.9 Mbits/sec sender
44562024-06-20T09:36:28.763Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44572024-06-20T09:36:28.763Z[ 15] 0.00-10.00 sec 92.9 MBytes 77.9 Mbits/sec sender
44582024-06-20T09:36:28.763Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44592024-06-20T09:36:28.763Z[ 17] 0.00-10.00 sec 92.9 MBytes 77.9 Mbits/sec sender
44602024-06-20T09:36:28.763Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44612024-06-20T09:36:28.763Z[ 19] 0.00-10.00 sec 92.9 MBytes 77.9 Mbits/sec sender
44622024-06-20T09:36:28.763Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44632024-06-20T09:36:28.763Z[SUM] 0.00-10.00 sec 743 MBytes 623 Mbits/sec sender
44642024-06-20T09:36:28.763Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44652024-06-20T09:36:28.816ZRun 6/10...623.2744001548019Mbps
44662024-06-20T09:36:35.836Z-----------------------------------------------------------
44672024-06-20T09:36:35.836ZServer listening on 5201
44682024-06-20T09:36:35.836Z-----------------------------------------------------------
44692024-06-20T09:36:35.836ZAccepted connection from 10.0.0.1, port 46008
44702024-06-20T09:36:35.836Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48345
44712024-06-20T09:36:35.836Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49103
44722024-06-20T09:36:35.836Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64905
44732024-06-20T09:36:35.836Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51637
44742024-06-20T09:36:35.836Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46817
44752024-06-20T09:36:35.836Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65199
44762024-06-20T09:36:35.836Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35914
44772024-06-20T09:36:35.836Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63638
44782024-06-20T09:36:35.836Z[ ID] Interval Transfer Bandwidth
44792024-06-20T09:36:35.836Z[ 5] 0.00-1.00 sec 9.23 MBytes 77.4 Mbits/sec
44802024-06-20T09:36:35.836Z[ 7] 0.00-1.00 sec 9.17 MBytes 76.9 Mbits/sec
44812024-06-20T09:36:35.836Z[ 9] 0.00-1.00 sec 9.18 MBytes 77.0 Mbits/sec
44822024-06-20T09:36:35.836Z[ 11] 0.00-1.00 sec 9.21 MBytes 77.2 Mbits/sec
44832024-06-20T09:36:35.836Z[ 13] 0.00-1.00 sec 9.13 MBytes 76.5 Mbits/sec
44842024-06-20T09:36:35.837Z[ 15] 0.00-1.00 sec 9.13 MBytes 76.5 Mbits/sec
44852024-06-20T09:36:35.837Z[ 17] 0.00-1.00 sec 9.13 MBytes 76.5 Mbits/sec
44862024-06-20T09:36:35.837Z[ 19] 0.00-1.00 sec 9.11 MBytes 76.4 Mbits/sec
44872024-06-20T09:36:35.837Z[SUM] 0.00-1.00 sec 73.3 MBytes 615 Mbits/sec
44882024-06-20T09:36:35.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
44892024-06-20T09:36:35.837Z[ 5] 1.00-2.00 sec 9.46 MBytes 79.3 Mbits/sec
44902024-06-20T09:36:35.837Z[ 7] 1.00-2.00 sec 9.50 MBytes 79.6 Mbits/sec
44912024-06-20T09:36:35.837Z[ 9] 1.00-2.00 sec 9.47 MBytes 79.4 Mbits/sec
44922024-06-20T09:36:35.837Z[ 11] 1.00-2.00 sec 9.47 MBytes 79.4 Mbits/sec
44932024-06-20T09:36:35.837Z[ 13] 1.00-2.00 sec 9.51 MBytes 79.7 Mbits/sec
44942024-06-20T09:36:35.837Z[ 15] 1.00-2.00 sec 9.51 MBytes 79.7 Mbits/sec
44952024-06-20T09:36:35.837Z[ 17] 1.00-2.00 sec 9.50 MBytes 79.6 Mbits/sec
44962024-06-20T09:36:35.837Z[ 19] 1.00-2.00 sec 9.51 MBytes 79.7 Mbits/sec
44972024-06-20T09:36:35.837Z[SUM] 1.00-2.00 sec 76.0 MBytes 637 Mbits/sec
44982024-06-20T09:36:35.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
44992024-06-20T09:36:35.837Z[ 5] 2.00-3.00 sec 9.58 MBytes 80.5 Mbits/sec
45002024-06-20T09:36:35.837Z[ 7] 2.00-3.00 sec 9.61 MBytes 80.7 Mbits/sec
45012024-06-20T09:36:35.837Z[ 9] 2.00-3.00 sec 9.63 MBytes 80.8 Mbits/sec
45022024-06-20T09:36:35.837Z[ 11] 2.00-3.00 sec 9.57 MBytes 80.3 Mbits/sec
45032024-06-20T09:36:35.837Z[ 13] 2.00-3.00 sec 9.58 MBytes 80.5 Mbits/sec
45042024-06-20T09:36:35.837Z[ 15] 2.00-3.00 sec 9.56 MBytes 80.2 Mbits/sec
45052024-06-20T09:36:35.837Z[ 17] 2.00-3.00 sec 9.57 MBytes 80.3 Mbits/sec
45062024-06-20T09:36:35.837Z[ 19] 2.00-3.00 sec 9.56 MBytes 80.2 Mbits/sec
45072024-06-20T09:36:35.837Z[SUM] 2.00-3.00 sec 76.7 MBytes 644 Mbits/sec
45082024-06-20T09:36:35.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
45092024-06-20T09:36:35.837Z[ 5] 3.00-4.00 sec 9.49 MBytes 79.5 Mbits/sec
45102024-06-20T09:36:35.837Z[ 7] 3.00-4.00 sec 9.47 MBytes 79.4 Mbits/sec
45112024-06-20T09:36:35.837Z[ 9] 3.00-4.00 sec 9.46 MBytes 79.3 Mbits/sec
45122024-06-20T09:36:35.837Z[ 11] 3.00-4.00 sec 9.47 MBytes 79.4 Mbits/sec
45132024-06-20T09:36:35.837Z[ 13] 3.00-4.00 sec 9.40 MBytes 78.8 Mbits/sec
45142024-06-20T09:36:35.837Z[ 15] 3.00-4.00 sec 9.40 MBytes 78.8 Mbits/sec
45152024-06-20T09:36:35.837Z[ 17] 3.00-4.00 sec 9.40 MBytes 78.8 Mbits/sec
45162024-06-20T09:36:35.837Z[ 19] 3.00-4.00 sec 9.45 MBytes 79.2 Mbits/sec
45172024-06-20T09:36:35.837Z[SUM] 3.00-4.00 sec 75.6 MBytes 633 Mbits/sec
45182024-06-20T09:36:35.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
45192024-06-20T09:36:35.837Z[ 5] 4.00-5.00 sec 9.58 MBytes 80.4 Mbits/sec
45202024-06-20T09:36:35.837Z[ 7] 4.00-5.00 sec 9.60 MBytes 80.6 Mbits/sec
45212024-06-20T09:36:35.837Z[ 9] 4.00-5.00 sec 9.63 MBytes 80.8 Mbits/sec
45222024-06-20T09:36:35.838Z[ 11] 4.00-5.00 sec 9.56 MBytes 80.2 Mbits/sec
45232024-06-20T09:36:35.838Z[ 13] 4.00-5.00 sec 9.63 MBytes 80.8 Mbits/sec
45242024-06-20T09:36:35.838Z[ 15] 4.00-5.00 sec 9.61 MBytes 80.7 Mbits/sec
45252024-06-20T09:36:35.838Z[ 17] 4.00-5.00 sec 9.61 MBytes 80.7 Mbits/sec
45262024-06-20T09:36:35.838Z[ 19] 4.00-5.00 sec 9.61 MBytes 80.7 Mbits/sec
45272024-06-20T09:36:35.838Z[SUM] 4.00-5.00 sec 76.8 MBytes 645 Mbits/sec
45282024-06-20T09:36:35.838Z- - - - - - - - - - - - - - - - - - - - - - - - -
45292024-06-20T09:36:35.838Z[ 5] 5.00-6.00 sec 9.64 MBytes 80.9 Mbits/sec
45302024-06-20T09:36:35.838Z[ 7] 5.00-6.00 sec 9.58 MBytes 80.4 Mbits/sec
45312024-06-20T09:36:35.838Z[ 9] 5.00-6.00 sec 9.58 MBytes 80.4 Mbits/sec
45322024-06-20T09:36:35.838Z[ 11] 5.00-6.00 sec 9.68 MBytes 81.2 Mbits/sec
45332024-06-20T09:36:35.838Z[ 13] 5.00-6.00 sec 9.68 MBytes 81.2 Mbits/sec
45342024-06-20T09:36:35.838Z[ 15] 5.00-6.00 sec 9.75 MBytes 81.8 Mbits/sec
45352024-06-20T09:36:35.838Z[ 17] 5.00-6.00 sec 9.72 MBytes 81.6 Mbits/sec
45362024-06-20T09:36:35.838Z[ 19] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
45372024-06-20T09:36:35.838Z[SUM] 5.00-6.00 sec 77.3 MBytes 649 Mbits/sec
45382024-06-20T09:36:35.838Z- - - - - - - - - - - - - - - - - - - - - - - - -
45392024-06-20T09:36:35.838Z[ 5] 6.00-7.00 sec 9.80 MBytes 82.2 Mbits/sec
45402024-06-20T09:36:35.838Z[ 7] 6.00-7.00 sec 9.86 MBytes 82.7 Mbits/sec
45412024-06-20T09:36:35.838Z[ 9] 6.00-7.00 sec 9.85 MBytes 82.6 Mbits/sec
45422024-06-20T09:36:39.041Z[ 11] 6.00-7.00 sec 9.80 MBytes 82.2 Mbits/sec
45432024-06-20T09:36:39.041Z[ 13] 6.00-7.00 sec 9.83 MBytes 82.5 Mbits/sec
45442024-06-20T09:36:39.041Z[ 15] 6.00-7.00 sec 9.78 MBytes 82.0 Mbits/sec
45452024-06-20T09:36:39.041Z[ 17] 6.00-7.00 sec 9.74 MBytes 81.7 Mbits/sec
45462024-06-20T09:36:39.041Z[ 19] 6.00-7.00 sec 9.75 MBytes 81.8 Mbits/sec
45472024-06-20T09:36:39.041Z[SUM] 6.00-7.00 sec 78.4 MBytes 658 Mbits/sec
45482024-06-20T09:36:39.041Z- - - - - - - - - - - - - - - - - - - - - - - - -
45492024-06-20T09:36:39.041Z[ 5] 7.00-8.00 sec 9.74 MBytes 81.6 Mbits/sec
45502024-06-20T09:36:39.041Z[ 7] 7.00-8.00 sec 9.69 MBytes 81.3 Mbits/sec
45512024-06-20T09:36:39.041Z[ 9] 7.00-8.00 sec 9.72 MBytes 81.5 Mbits/sec
45522024-06-20T09:36:39.041Z[ 11] 7.00-8.00 sec 9.74 MBytes 81.6 Mbits/sec
45532024-06-20T09:36:39.041Z[ 13] 7.00-8.00 sec 9.68 MBytes 81.1 Mbits/sec
45542024-06-20T09:36:39.041Z[ 15] 7.00-8.00 sec 9.67 MBytes 81.0 Mbits/sec
45552024-06-20T09:36:39.041Z[ 17] 7.00-8.00 sec 9.69 MBytes 81.3 Mbits/sec
45562024-06-20T09:36:39.041Z[ 19] 7.00-8.00 sec 9.75 MBytes 81.7 Mbits/sec
45572024-06-20T09:36:39.041Z[SUM] 7.00-8.00 sec 77.7 MBytes 651 Mbits/sec
45582024-06-20T09:36:39.041Z- - - - - - - - - - - - - - - - - - - - - - - - -
45592024-06-20T09:36:39.041Z[ 5] 8.00-9.00 sec 9.74 MBytes 81.7 Mbits/sec
45602024-06-20T09:36:39.041Z[ 7] 8.00-9.00 sec 9.74 MBytes 81.7 Mbits/sec
45612024-06-20T09:36:39.041Z[ 9] 8.00-9.00 sec 9.69 MBytes 81.3 Mbits/sec
45622024-06-20T09:36:39.041Z[ 11] 8.00-9.00 sec 9.74 MBytes 81.7 Mbits/sec
45632024-06-20T09:36:39.041Z[ 13] 8.00-9.00 sec 9.75 MBytes 81.8 Mbits/sec
45642024-06-20T09:36:39.041Z[ 15] 8.00-9.00 sec 9.79 MBytes 82.1 Mbits/sec
45652024-06-20T09:36:39.041Z[ 17] 8.00-9.00 sec 9.79 MBytes 82.1 Mbits/sec
45662024-06-20T09:36:39.041Z[ 19] 8.00-9.00 sec 9.75 MBytes 81.8 Mbits/sec
45672024-06-20T09:36:39.041Z[SUM] 8.00-9.00 sec 78.0 MBytes 654 Mbits/sec
45682024-06-20T09:36:39.041Z- - - - - - - - - - - - - - - - - - - - - - - - -
45692024-06-20T09:36:39.041Z[ 5] 9.00-10.00 sec 9.68 MBytes 81.2 Mbits/sec
45702024-06-20T09:36:39.041Z[ 7] 9.00-10.00 sec 9.72 MBytes 81.6 Mbits/sec
45712024-06-20T09:36:39.041Z[ 9] 9.00-10.00 sec 9.64 MBytes 80.9 Mbits/sec
45722024-06-20T09:36:39.042Z[ 11] 9.00-10.00 sec 9.61 MBytes 80.7 Mbits/sec
45732024-06-20T09:36:39.042Z[ 13] 9.00-10.00 sec 9.61 MBytes 80.7 Mbits/sec
45742024-06-20T09:36:39.042Z[ 15] 9.00-10.00 sec 9.61 MBytes 80.7 Mbits/sec
45752024-06-20T09:36:39.042Z[ 17] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
45762024-06-20T09:36:39.042Z[ 19] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
45772024-06-20T09:36:39.042Z[SUM] 9.00-10.00 sec 77.2 MBytes 648 Mbits/sec
45782024-06-20T09:36:39.042Z- - - - - - - - - - - - - - - - - - - - - - - - -
45792024-06-20T09:36:39.042Z[ 5] 10.00-10.01 sec 56.6 KBytes 91.5 Mbits/sec
45802024-06-20T09:36:39.042Z[ 7] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
45812024-06-20T09:36:39.042Z[ 9] 10.00-10.01 sec 127 KBytes 206 Mbits/sec
45822024-06-20T09:36:39.042Z[ 11] 10.00-10.01 sec 113 KBytes 183 Mbits/sec
45832024-06-20T09:36:39.042Z[ 13] 10.00-10.01 sec 113 KBytes 183 Mbits/sec
45842024-06-20T09:36:39.042Z[ 15] 10.00-10.01 sec 113 KBytes 183 Mbits/sec
45852024-06-20T09:36:39.042Z[ 17] 10.00-10.01 sec 56.6 KBytes 91.5 Mbits/sec
45862024-06-20T09:36:39.042Z[ 19] 10.00-10.01 sec 56.6 KBytes 91.5 Mbits/sec
45872024-06-20T09:36:39.042Z[SUM] 10.00-10.01 sec 636 KBytes 1.03 Gbits/sec
45882024-06-20T09:36:39.042Z- - - - - - - - - - - - - - - - - - - - - - - - -
45892024-06-20T09:36:39.042Z[ ID] Interval Transfer Bandwidth
45902024-06-20T09:36:39.042Z[ 5] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
45912024-06-20T09:36:39.042Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45922024-06-20T09:36:39.042Z[ 7] 0.00-10.01 sec 95.9 MBytes 80.4 Mbits/sec sender
45932024-06-20T09:36:39.042Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45942024-06-20T09:36:39.042Z[ 9] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
45952024-06-20T09:36:39.042Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45962024-06-20T09:36:39.042Z[ 11] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
45972024-06-20T09:36:39.042Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
45982024-06-20T09:36:39.042Z[ 13] 0.00-10.01 sec 95.9 MBytes 80.4 Mbits/sec sender
45992024-06-20T09:36:39.042Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46002024-06-20T09:36:39.042Z[ 15] 0.00-10.01 sec 95.9 MBytes 80.4 Mbits/sec sender
46012024-06-20T09:36:39.042Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46022024-06-20T09:36:39.042Z[ 17] 0.00-10.01 sec 95.9 MBytes 80.4 Mbits/sec sender
46032024-06-20T09:36:39.042Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46042024-06-20T09:36:39.042Z[ 19] 0.00-10.01 sec 95.9 MBytes 80.4 Mbits/sec sender
46052024-06-20T09:36:39.042Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46062024-06-20T09:36:39.042Z[SUM] 0.00-10.01 sec 767 MBytes 643 Mbits/sec sender
46072024-06-20T09:36:39.042Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
46082024-06-20T09:36:39.067ZRun 7/10...643.7946518015749Mbps
46092024-06-20T09:36:46.113Z-----------------------------------------------------------
46102024-06-20T09:36:46.113ZServer listening on 5201
46112024-06-20T09:36:46.113Z-----------------------------------------------------------
46122024-06-20T09:36:46.113ZAccepted connection from 10.0.0.1, port 54348
46132024-06-20T09:36:46.113Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50775
46142024-06-20T09:36:46.113Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64152
46152024-06-20T09:36:46.113Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33460
46162024-06-20T09:36:46.113Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62303
46172024-06-20T09:36:46.113Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49294
46182024-06-20T09:36:46.113Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39885
46192024-06-20T09:36:46.113Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39399
46202024-06-20T09:36:46.113Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38652
46212024-06-20T09:36:46.113Z[ ID] Interval Transfer Bandwidth
46222024-06-20T09:36:46.113Z[ 5] 0.00-1.00 sec 8.58 MBytes 71.9 Mbits/sec
46232024-06-20T09:36:46.113Z[ 7] 0.00-1.00 sec 8.42 MBytes 70.7 Mbits/sec
46242024-06-20T09:36:46.113Z[ 9] 0.00-1.00 sec 8.45 MBytes 70.9 Mbits/sec
46252024-06-20T09:36:46.113Z[ 11] 0.00-1.00 sec 8.49 MBytes 71.2 Mbits/sec
46262024-06-20T09:36:46.113Z[ 13] 0.00-1.00 sec 8.45 MBytes 70.9 Mbits/sec
46272024-06-20T09:36:46.113Z[ 15] 0.00-1.00 sec 8.47 MBytes 71.0 Mbits/sec
46282024-06-20T09:36:46.113Z[ 17] 0.00-1.00 sec 8.42 MBytes 70.7 Mbits/sec
46292024-06-20T09:36:46.113Z[ 19] 0.00-1.00 sec 8.47 MBytes 71.0 Mbits/sec
46302024-06-20T09:36:46.113Z[SUM] 0.00-1.00 sec 67.7 MBytes 568 Mbits/sec
46312024-06-20T09:36:46.113Z- - - - - - - - - - - - - - - - - - - - - - - - -
46322024-06-20T09:36:46.113Z[ 5] 1.00-2.00 sec 9.31 MBytes 78.1 Mbits/sec
46332024-06-20T09:36:46.113Z[ 7] 1.00-2.00 sec 9.38 MBytes 78.7 Mbits/sec
46342024-06-20T09:36:46.113Z[ 9] 1.00-2.00 sec 9.38 MBytes 78.7 Mbits/sec
46352024-06-20T09:36:46.113Z[ 11] 1.00-2.00 sec 9.31 MBytes 78.1 Mbits/sec
46362024-06-20T09:36:46.113Z[ 13] 1.00-2.00 sec 9.32 MBytes 78.2 Mbits/sec
46372024-06-20T09:36:46.113Z[ 15] 1.00-2.00 sec 9.36 MBytes 78.5 Mbits/sec
46382024-06-20T09:36:46.114Z[ 17] 1.00-2.00 sec 9.34 MBytes 78.3 Mbits/sec
46392024-06-20T09:36:46.114Z[ 19] 1.00-2.00 sec 9.27 MBytes 77.7 Mbits/sec
46402024-06-20T09:36:46.114Z[SUM] 1.00-2.00 sec 74.7 MBytes 626 Mbits/sec
46412024-06-20T09:36:46.114Z- - - - - - - - - - - - - - - - - - - - - - - - -
46422024-06-20T09:36:46.114Z[ 5] 2.00-3.00 sec 9.24 MBytes 77.5 Mbits/sec
46432024-06-20T09:36:46.114Z[ 7] 2.00-3.00 sec 9.22 MBytes 77.3 Mbits/sec
46442024-06-20T09:36:46.114Z[ 9] 2.00-3.00 sec 9.22 MBytes 77.3 Mbits/sec
46452024-06-20T09:36:46.114Z[ 11] 2.00-3.00 sec 9.25 MBytes 77.6 Mbits/sec
46462024-06-20T09:36:46.114Z[ 13] 2.00-3.00 sec 9.29 MBytes 77.9 Mbits/sec
46472024-06-20T09:36:46.114Z[ 15] 2.00-3.00 sec 9.24 MBytes 77.5 Mbits/sec
46482024-06-20T09:36:46.114Z[ 17] 2.00-3.00 sec 9.28 MBytes 77.8 Mbits/sec
46492024-06-20T09:36:46.114Z[ 19] 2.00-3.00 sec 9.31 MBytes 78.0 Mbits/sec
46502024-06-20T09:36:46.114Z[SUM] 2.00-3.00 sec 74.1 MBytes 621 Mbits/sec
46512024-06-20T09:36:46.114Z- - - - - - - - - - - - - - - - - - - - - - - - -
46522024-06-20T09:36:46.114Z[ 5] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
46532024-06-20T09:36:46.114Z[ 7] 3.00-4.00 sec 9.61 MBytes 80.7 Mbits/sec
46542024-06-20T09:36:46.114Z[ 9] 3.00-4.00 sec 9.61 MBytes 80.7 Mbits/sec
46552024-06-20T09:36:46.114Z[ 11] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
46562024-06-20T09:36:46.114Z[ 13] 3.00-4.00 sec 9.57 MBytes 80.3 Mbits/sec
46572024-06-20T09:36:46.114Z[ 15] 3.00-4.00 sec 9.60 MBytes 80.5 Mbits/sec
46582024-06-20T09:36:46.114Z[ 17] 3.00-4.00 sec 9.56 MBytes 80.2 Mbits/sec
46592024-06-20T09:36:46.114Z[ 19] 3.00-4.00 sec 9.56 MBytes 80.2 Mbits/sec
46602024-06-20T09:36:46.114Z[SUM] 3.00-4.00 sec 76.7 MBytes 644 Mbits/sec
46612024-06-20T09:36:46.114Z- - - - - - - - - - - - - - - - - - - - - - - - -
46622024-06-20T09:36:46.114Z[ 5] 4.00-5.00 sec 9.80 MBytes 82.3 Mbits/sec
46632024-06-20T09:36:46.114Z[ 7] 4.00-5.00 sec 9.85 MBytes 82.6 Mbits/sec
46642024-06-20T09:36:46.114Z[ 9] 4.00-5.00 sec 9.85 MBytes 82.6 Mbits/sec
46652024-06-20T09:36:46.114Z[ 11] 4.00-5.00 sec 9.83 MBytes 82.5 Mbits/sec
46662024-06-20T09:36:46.114Z[ 13] 4.00-5.00 sec 9.86 MBytes 82.7 Mbits/sec
46672024-06-20T09:36:46.114Z[ 15] 4.00-5.00 sec 9.80 MBytes 82.3 Mbits/sec
46682024-06-20T09:36:46.114Z[ 17] 4.00-5.00 sec 9.82 MBytes 82.4 Mbits/sec
46692024-06-20T09:36:46.114Z[ 19] 4.00-5.00 sec 9.85 MBytes 82.6 Mbits/sec
46702024-06-20T09:36:46.114Z[SUM] 4.00-5.00 sec 78.7 MBytes 660 Mbits/sec
46712024-06-20T09:36:46.114Z- - - - - - - - - - - - - - - - - - - - - - - - -
46722024-06-20T09:36:46.114Z[ 5] 5.00-6.00 sec 9.71 MBytes 81.4 Mbits/sec
46732024-06-20T09:36:46.114Z[ 7] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
46742024-06-20T09:36:46.114Z[ 9] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
46752024-06-20T09:36:46.114Z[ 11] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
46762024-06-20T09:36:46.114Z[ 13] 5.00-6.00 sec 9.68 MBytes 81.2 Mbits/sec
46772024-06-20T09:36:46.114Z[ 15] 5.00-6.00 sec 9.68 MBytes 81.2 Mbits/sec
46782024-06-20T09:36:46.115Z[ 17] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
46792024-06-20T09:36:46.115Z[ 19] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
46802024-06-20T09:36:46.115Z[SUM] 5.00-6.00 sec 77.4 MBytes 649 Mbits/sec
46812024-06-20T09:36:46.115Z- - - - - - - - - - - - - - - - - - - - - - - - -
46822024-06-20T09:36:46.115Z[ 5] 6.00-7.00 sec 9.57 MBytes 80.2 Mbits/sec
46832024-06-20T09:36:46.115Z[ 7] 6.00-7.00 sec 9.56 MBytes 80.1 Mbits/sec
46842024-06-20T09:36:46.115Z[ 9] 6.00-7.00 sec 9.54 MBytes 80.0 Mbits/sec
46852024-06-20T09:36:49.310Z[ 11] 6.00-7.00 sec 9.54 MBytes 80.0 Mbits/sec
46862024-06-20T09:36:49.310Z[ 13] 6.00-7.00 sec 9.56 MBytes 80.1 Mbits/sec
46872024-06-20T09:36:49.310Z[ 15] 6.00-7.00 sec 9.57 MBytes 80.2 Mbits/sec
46882024-06-20T09:36:49.310Z[ 17] 6.00-7.00 sec 9.61 MBytes 80.6 Mbits/sec
46892024-06-20T09:36:49.310Z[ 19] 6.00-7.00 sec 9.63 MBytes 80.7 Mbits/sec
46902024-06-20T09:36:49.310Z[SUM] 6.00-7.00 sec 76.6 MBytes 642 Mbits/sec
46912024-06-20T09:36:49.311Z- - - - - - - - - - - - - - - - - - - - - - - - -
46922024-06-20T09:36:49.311Z[ 5] 7.00-8.00 sec 9.64 MBytes 80.9 Mbits/sec
46932024-06-20T09:36:49.311Z[ 7] 7.00-8.00 sec 9.71 MBytes 81.5 Mbits/sec
46942024-06-20T09:36:49.311Z[ 9] 7.00-8.00 sec 9.72 MBytes 81.6 Mbits/sec
46952024-06-20T09:36:49.311Z[ 11] 7.00-8.00 sec 9.69 MBytes 81.3 Mbits/sec
46962024-06-20T09:36:49.311Z[ 13] 7.00-8.00 sec 9.67 MBytes 81.1 Mbits/sec
46972024-06-20T09:36:49.311Z[ 15] 7.00-8.00 sec 9.68 MBytes 81.2 Mbits/sec
46982024-06-20T09:36:49.311Z[ 17] 7.00-8.00 sec 9.67 MBytes 81.1 Mbits/sec
46992024-06-20T09:36:49.311Z[ 19] 7.00-8.00 sec 9.63 MBytes 80.8 Mbits/sec
47002024-06-20T09:36:49.311Z[SUM] 7.00-8.00 sec 77.4 MBytes 649 Mbits/sec
47012024-06-20T09:36:49.311Z- - - - - - - - - - - - - - - - - - - - - - - - -
47022024-06-20T09:36:49.311Z[ 5] 8.00-9.00 sec 9.64 MBytes 80.8 Mbits/sec
47032024-06-20T09:36:49.311Z[ 7] 8.00-9.00 sec 9.60 MBytes 80.5 Mbits/sec
47042024-06-20T09:36:49.311Z[ 9] 8.00-9.00 sec 9.61 MBytes 80.6 Mbits/sec
47052024-06-20T09:36:49.311Z[ 11] 8.00-9.00 sec 9.67 MBytes 81.1 Mbits/sec
47062024-06-20T09:36:49.311Z[ 13] 8.00-9.00 sec 9.64 MBytes 80.8 Mbits/sec
47072024-06-20T09:36:49.311Z[ 15] 8.00-9.00 sec 9.63 MBytes 80.7 Mbits/sec
47082024-06-20T09:36:49.311Z[ 17] 8.00-9.00 sec 9.61 MBytes 80.6 Mbits/sec
47092024-06-20T09:36:49.311Z[ 19] 8.00-9.00 sec 9.60 MBytes 80.5 Mbits/sec
47102024-06-20T09:36:49.311Z[SUM] 8.00-9.00 sec 77.0 MBytes 646 Mbits/sec
47112024-06-20T09:36:49.311Z- - - - - - - - - - - - - - - - - - - - - - - - -
47122024-06-20T09:36:49.311Z[ 5] 9.00-10.00 sec 9.72 MBytes 81.6 Mbits/sec
47132024-06-20T09:36:49.311Z[ 7] 9.00-10.00 sec 9.74 MBytes 81.7 Mbits/sec
47142024-06-20T09:36:49.311Z[ 9] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
47152024-06-20T09:36:49.311Z[ 11] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
47162024-06-20T09:36:49.311Z[ 13] 9.00-10.00 sec 9.69 MBytes 81.4 Mbits/sec
47172024-06-20T09:36:49.311Z[ 15] 9.00-10.00 sec 9.69 MBytes 81.4 Mbits/sec
47182024-06-20T09:36:49.311Z[ 17] 9.00-10.00 sec 9.74 MBytes 81.7 Mbits/sec
47192024-06-20T09:36:49.312Z[ 19] 9.00-10.00 sec 9.72 MBytes 81.6 Mbits/sec
47202024-06-20T09:36:49.312Z[SUM] 9.00-10.00 sec 77.6 MBytes 652 Mbits/sec
47212024-06-20T09:36:49.312Z- - - - - - - - - - - - - - - - - - - - - - - - -
47222024-06-20T09:36:49.312Z[ 5] 10.00-10.01 sec 113 KBytes 179 Mbits/sec
47232024-06-20T09:36:49.312Z[ 7] 10.00-10.01 sec 56.6 KBytes 89.5 Mbits/sec
47242024-06-20T09:36:49.312Z[ 9] 10.00-10.01 sec 113 KBytes 179 Mbits/sec
47252024-06-20T09:36:49.312Z[ 11] 10.00-10.01 sec 56.6 KBytes 89.5 Mbits/sec
47262024-06-20T09:36:49.312Z[ 13] 10.00-10.01 sec 56.6 KBytes 89.5 Mbits/sec
47272024-06-20T09:36:49.312Z[ 15] 10.00-10.01 sec 56.6 KBytes 89.5 Mbits/sec
47282024-06-20T09:36:49.312Z[ 17] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
47292024-06-20T09:36:49.312Z[ 19] 10.00-10.01 sec 56.6 KBytes 89.5 Mbits/sec
47302024-06-20T09:36:49.312Z[SUM] 10.00-10.01 sec 509 KBytes 805 Mbits/sec
47312024-06-20T09:36:49.312Z- - - - - - - - - - - - - - - - - - - - - - - - -
47322024-06-20T09:36:49.312Z[ ID] Interval Transfer Bandwidth
47332024-06-20T09:36:49.312Z[ 5] 0.00-10.01 sec 94.9 MBytes 79.6 Mbits/sec sender
47342024-06-20T09:36:49.312Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47352024-06-20T09:36:49.312Z[ 7] 0.00-10.01 sec 94.8 MBytes 79.5 Mbits/sec sender
47362024-06-20T09:36:49.312Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47372024-06-20T09:36:49.312Z[ 9] 0.00-10.01 sec 94.8 MBytes 79.5 Mbits/sec sender
47382024-06-20T09:36:49.312Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47392024-06-20T09:36:49.312Z[ 11] 0.00-10.01 sec 94.8 MBytes 79.5 Mbits/sec sender
47402024-06-20T09:36:49.312Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47412024-06-20T09:36:49.312Z[ 13] 0.00-10.01 sec 94.8 MBytes 79.5 Mbits/sec sender
47422024-06-20T09:36:49.312Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47432024-06-20T09:36:49.312Z[ 15] 0.00-10.01 sec 94.8 MBytes 79.5 Mbits/sec sender
47442024-06-20T09:36:49.312Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47452024-06-20T09:36:49.312Z[ 17] 0.00-10.01 sec 94.7 MBytes 79.4 Mbits/sec sender
47462024-06-20T09:36:49.312Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47472024-06-20T09:36:49.312Z[ 19] 0.00-10.01 sec 94.7 MBytes 79.4 Mbits/sec sender
47482024-06-20T09:36:49.312Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47492024-06-20T09:36:49.313Z[SUM] 0.00-10.01 sec 758 MBytes 636 Mbits/sec sender
47502024-06-20T09:36:49.313Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
47512024-06-20T09:36:49.338ZRun 8/10...636.110124375693Mbps
47522024-06-20T09:36:56.383Z-----------------------------------------------------------
47532024-06-20T09:36:56.383ZServer listening on 5201
47542024-06-20T09:36:56.383Z-----------------------------------------------------------
47552024-06-20T09:36:56.383ZAccepted connection from 10.0.0.1, port 56263
47562024-06-20T09:36:56.383Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37630
47572024-06-20T09:36:56.383Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39045
47582024-06-20T09:36:56.383Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52662
47592024-06-20T09:36:56.383Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34362
47602024-06-20T09:36:56.383Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62735
47612024-06-20T09:36:56.383Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53573
47622024-06-20T09:36:56.383Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53997
47632024-06-20T09:36:56.383Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61249
47642024-06-20T09:36:56.383Z[ ID] Interval Transfer Bandwidth
47652024-06-20T09:36:56.383Z[ 5] 0.00-1.00 sec 9.46 MBytes 79.4 Mbits/sec
47662024-06-20T09:36:56.383Z[ 7] 0.00-1.00 sec 9.45 MBytes 79.2 Mbits/sec
47672024-06-20T09:36:56.383Z[ 9] 0.00-1.00 sec 9.42 MBytes 79.0 Mbits/sec
47682024-06-20T09:36:56.383Z[ 11] 0.00-1.00 sec 9.40 MBytes 78.9 Mbits/sec
47692024-06-20T09:36:56.383Z[ 13] 0.00-1.00 sec 9.38 MBytes 78.7 Mbits/sec
47702024-06-20T09:36:56.383Z[ 15] 0.00-1.00 sec 9.38 MBytes 78.7 Mbits/sec
47712024-06-20T09:36:56.383Z[ 17] 0.00-1.00 sec 9.38 MBytes 78.7 Mbits/sec
47722024-06-20T09:36:56.383Z[ 19] 0.00-1.00 sec 9.38 MBytes 78.7 Mbits/sec
47732024-06-20T09:36:56.383Z[SUM] 0.00-1.00 sec 75.2 MBytes 631 Mbits/sec
47742024-06-20T09:36:56.383Z- - - - - - - - - - - - - - - - - - - - - - - - -
47752024-06-20T09:36:56.384Z[ 5] 1.00-2.00 sec 10.1 MBytes 84.4 Mbits/sec
47762024-06-20T09:36:56.384Z[ 7] 1.00-2.00 sec 10.1 MBytes 84.3 Mbits/sec
47772024-06-20T09:36:56.384Z[ 9] 1.00-2.00 sec 10.0 MBytes 84.2 Mbits/sec
47782024-06-20T09:36:56.384Z[ 11] 1.00-2.00 sec 10.1 MBytes 84.3 Mbits/sec
47792024-06-20T09:36:56.384Z[ 13] 1.00-2.00 sec 10.1 MBytes 84.6 Mbits/sec
47802024-06-20T09:36:56.384Z[ 15] 1.00-2.00 sec 10.0 MBytes 84.2 Mbits/sec
47812024-06-20T09:36:56.384Z[ 17] 1.00-2.00 sec 10.0 MBytes 84.1 Mbits/sec
47822024-06-20T09:36:56.384Z[ 19] 1.00-2.00 sec 10.0 MBytes 84.0 Mbits/sec
47832024-06-20T09:36:56.384Z[SUM] 1.00-2.00 sec 80.4 MBytes 674 Mbits/sec
47842024-06-20T09:36:56.384Z- - - - - - - - - - - - - - - - - - - - - - - - -
47852024-06-20T09:36:56.384Z[ 5] 2.00-3.00 sec 9.86 MBytes 82.7 Mbits/sec
47862024-06-20T09:36:56.384Z[ 7] 2.00-3.00 sec 9.82 MBytes 82.4 Mbits/sec
47872024-06-20T09:36:56.384Z[ 9] 2.00-3.00 sec 9.76 MBytes 81.9 Mbits/sec
47882024-06-20T09:36:56.384Z[ 11] 2.00-3.00 sec 9.78 MBytes 82.0 Mbits/sec
47892024-06-20T09:36:56.384Z[ 13] 2.00-3.00 sec 9.79 MBytes 82.1 Mbits/sec
47902024-06-20T09:36:56.384Z[ 15] 2.00-3.00 sec 9.80 MBytes 82.3 Mbits/sec
47912024-06-20T09:36:56.384Z[ 17] 2.00-3.00 sec 9.85 MBytes 82.6 Mbits/sec
47922024-06-20T09:36:56.384Z[ 19] 2.00-3.00 sec 9.83 MBytes 82.5 Mbits/sec
47932024-06-20T09:36:56.384Z[SUM] 2.00-3.00 sec 78.5 MBytes 659 Mbits/sec
47942024-06-20T09:36:56.384Z- - - - - - - - - - - - - - - - - - - - - - - - -
47952024-06-20T09:36:56.384Z[ 5] 3.00-4.00 sec 10.3 MBytes 86.4 Mbits/sec
47962024-06-20T09:36:56.384Z[ 7] 3.00-4.00 sec 10.3 MBytes 86.5 Mbits/sec
47972024-06-20T09:36:56.384Z[ 9] 3.00-4.00 sec 10.4 MBytes 87.2 Mbits/sec
47982024-06-20T09:36:56.384Z[ 11] 3.00-4.00 sec 10.3 MBytes 86.5 Mbits/sec
47992024-06-20T09:36:56.384Z[ 13] 3.00-4.00 sec 10.3 MBytes 86.3 Mbits/sec
48002024-06-20T09:36:56.384Z[ 15] 3.00-4.00 sec 10.4 MBytes 86.9 Mbits/sec
48012024-06-20T09:36:56.384Z[ 17] 3.00-4.00 sec 10.3 MBytes 86.7 Mbits/sec
48022024-06-20T09:36:56.384Z[ 19] 3.00-4.00 sec 10.3 MBytes 86.7 Mbits/sec
48032024-06-20T09:36:56.384Z[SUM] 3.00-4.00 sec 82.7 MBytes 693 Mbits/sec
48042024-06-20T09:36:56.384Z- - - - - - - - - - - - - - - - - - - - - - - - -
48052024-06-20T09:36:56.384Z[ 5] 4.00-5.00 sec 9.86 MBytes 82.7 Mbits/sec
48062024-06-20T09:36:56.384Z[ 7] 4.00-5.00 sec 9.89 MBytes 83.0 Mbits/sec
48072024-06-20T09:36:56.384Z[ 9] 4.00-5.00 sec 9.90 MBytes 83.1 Mbits/sec
48082024-06-20T09:36:56.384Z[ 11] 4.00-5.00 sec 9.97 MBytes 83.7 Mbits/sec
48092024-06-20T09:36:56.384Z[ 13] 4.00-5.00 sec 9.96 MBytes 83.5 Mbits/sec
48102024-06-20T09:36:56.384Z[ 15] 4.00-5.00 sec 9.89 MBytes 83.0 Mbits/sec
48112024-06-20T09:36:56.384Z[ 17] 4.00-5.00 sec 9.90 MBytes 83.1 Mbits/sec
48122024-06-20T09:36:56.384Z[ 19] 4.00-5.00 sec 9.90 MBytes 83.1 Mbits/sec
48132024-06-20T09:36:56.385Z[SUM] 4.00-5.00 sec 79.3 MBytes 665 Mbits/sec
48142024-06-20T09:36:56.385Z- - - - - - - - - - - - - - - - - - - - - - - - -
48152024-06-20T09:36:56.385Z[ 5] 5.00-6.00 sec 10.1 MBytes 84.3 Mbits/sec
48162024-06-20T09:36:56.385Z[ 7] 5.00-6.00 sec 9.98 MBytes 83.8 Mbits/sec
48172024-06-20T09:36:56.385Z[ 9] 5.00-6.00 sec 9.94 MBytes 83.4 Mbits/sec
48182024-06-20T09:36:56.385Z[ 11] 5.00-6.00 sec 9.94 MBytes 83.4 Mbits/sec
48192024-06-20T09:36:56.385Z[ 13] 5.00-6.00 sec 9.97 MBytes 83.6 Mbits/sec
48202024-06-20T09:36:56.385Z[ 15] 5.00-6.00 sec 10.0 MBytes 84.0 Mbits/sec
48212024-06-20T09:36:56.385Z[ 17] 5.00-6.00 sec 10.0 MBytes 83.9 Mbits/sec
48222024-06-20T09:36:56.385Z[ 19] 5.00-6.00 sec 10.0 MBytes 84.0 Mbits/sec
48232024-06-20T09:36:56.385Z[SUM] 5.00-6.00 sec 79.9 MBytes 670 Mbits/sec
48242024-06-20T09:36:56.385Z- - - - - - - - - - - - - - - - - - - - - - - - -
48252024-06-20T09:36:56.385Z[ 5] 6.00-7.00 sec 9.39 MBytes 78.8 Mbits/sec
48262024-06-20T09:36:56.385Z[ 7] 6.00-7.00 sec 9.46 MBytes 79.3 Mbits/sec
48272024-06-20T09:36:56.385Z[ 9] 6.00-7.00 sec 9.50 MBytes 79.7 Mbits/sec
48282024-06-20T09:36:59.479Z[ 11] 6.00-7.00 sec 9.46 MBytes 79.3 Mbits/sec
48292024-06-20T09:36:59.479Z[ 13] 6.00-7.00 sec 9.39 MBytes 78.8 Mbits/sec
48302024-06-20T09:36:59.479Z[ 15] 6.00-7.00 sec 9.40 MBytes 78.9 Mbits/sec
48312024-06-20T09:36:59.479Z[ 17] 6.00-7.00 sec 9.38 MBytes 78.7 Mbits/sec
48322024-06-20T09:36:59.479Z[ 19] 6.00-7.00 sec 9.35 MBytes 78.4 Mbits/sec
48332024-06-20T09:36:59.479Z[SUM] 6.00-7.00 sec 75.3 MBytes 632 Mbits/sec
48342024-06-20T09:36:59.479Z- - - - - - - - - - - - - - - - - - - - - - - - -
48352024-06-20T09:36:59.479Z[ 5] 7.00-8.00 sec 9.46 MBytes 79.3 Mbits/sec
48362024-06-20T09:36:59.479Z[ 7] 7.00-8.00 sec 9.45 MBytes 79.2 Mbits/sec
48372024-06-20T09:36:59.479Z[ 9] 7.00-8.00 sec 9.45 MBytes 79.2 Mbits/sec
48382024-06-20T09:36:59.479Z[ 11] 7.00-8.00 sec 9.46 MBytes 79.3 Mbits/sec
48392024-06-20T09:36:59.479Z[ 13] 7.00-8.00 sec 9.51 MBytes 79.8 Mbits/sec
48402024-06-20T09:36:59.479Z[ 15] 7.00-8.00 sec 9.51 MBytes 79.8 Mbits/sec
48412024-06-20T09:36:59.479Z[ 17] 7.00-8.00 sec 9.53 MBytes 79.9 Mbits/sec
48422024-06-20T09:36:59.479Z[ 19] 7.00-8.00 sec 9.51 MBytes 79.8 Mbits/sec
48432024-06-20T09:36:59.479Z[SUM] 7.00-8.00 sec 75.9 MBytes 636 Mbits/sec
48442024-06-20T09:36:59.479Z- - - - - - - - - - - - - - - - - - - - - - - - -
48452024-06-20T09:36:59.479Z[ 5] 8.00-9.00 sec 9.89 MBytes 83.0 Mbits/sec
48462024-06-20T09:36:59.479Z[ 7] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
48472024-06-20T09:36:59.480Z[ 9] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
48482024-06-20T09:36:59.480Z[ 11] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
48492024-06-20T09:36:59.480Z[ 13] 8.00-9.00 sec 9.86 MBytes 82.7 Mbits/sec
48502024-06-20T09:36:59.480Z[ 15] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
48512024-06-20T09:36:59.480Z[ 17] 8.00-9.00 sec 9.80 MBytes 82.3 Mbits/sec
48522024-06-20T09:36:59.480Z[ 19] 8.00-9.00 sec 9.83 MBytes 82.5 Mbits/sec
48532024-06-20T09:36:59.480Z[SUM] 8.00-9.00 sec 78.7 MBytes 660 Mbits/sec
48542024-06-20T09:36:59.480Z- - - - - - - - - - - - - - - - - - - - - - - - -
48552024-06-20T09:36:59.480Z[ 5] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
48562024-06-20T09:36:59.480Z[ 7] 9.00-10.00 sec 9.64 MBytes 80.8 Mbits/sec
48572024-06-20T09:36:59.480Z[ 9] 9.00-10.00 sec 9.65 MBytes 81.0 Mbits/sec
48582024-06-20T09:36:59.480Z[ 11] 9.00-10.00 sec 9.68 MBytes 81.2 Mbits/sec
48592024-06-20T09:36:59.480Z[ 13] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
48602024-06-20T09:36:59.480Z[ 15] 9.00-10.00 sec 9.67 MBytes 81.1 Mbits/sec
48612024-06-20T09:36:59.480Z[ 17] 9.00-10.00 sec 9.69 MBytes 81.3 Mbits/sec
48622024-06-20T09:36:59.480Z[ 19] 9.00-10.00 sec 9.72 MBytes 81.5 Mbits/sec
48632024-06-20T09:36:59.480Z[SUM] 9.00-10.00 sec 77.4 MBytes 649 Mbits/sec
48642024-06-20T09:36:59.480Z- - - - - - - - - - - - - - - - - - - - - - - - -
48652024-06-20T09:36:59.480Z[ 5] 10.00-10.01 sec 56.6 KBytes 94.1 Mbits/sec
48662024-06-20T09:36:59.480Z[ 7] 10.00-10.01 sec 113 KBytes 188 Mbits/sec
48672024-06-20T09:36:59.480Z[ 9] 10.00-10.01 sec 113 KBytes 188 Mbits/sec
48682024-06-20T09:36:59.480Z[ 11] 10.00-10.01 sec 56.6 KBytes 94.2 Mbits/sec
48692024-06-20T09:36:59.480Z[ 13] 10.00-10.01 sec 56.6 KBytes 94.1 Mbits/sec
48702024-06-20T09:36:59.480Z[ 15] 10.00-10.01 sec 56.6 KBytes 94.2 Mbits/sec
48712024-06-20T09:36:59.480Z[ 17] 10.00-10.01 sec 56.6 KBytes 94.2 Mbits/sec
48722024-06-20T09:36:59.480Z[ 19] 10.00-10.01 sec 0.00 Bytes 0.00 bits/sec
48732024-06-20T09:36:59.480Z[SUM] 10.00-10.01 sec 509 KBytes 847 Mbits/sec
48742024-06-20T09:36:59.480Z- - - - - - - - - - - - - - - - - - - - - - - - -
48752024-06-20T09:36:59.480Z[ ID] Interval Transfer Bandwidth
48762024-06-20T09:36:59.480Z[ 5] 0.00-10.01 sec 98.1 MBytes 82.2 Mbits/sec sender
48772024-06-20T09:36:59.480Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48782024-06-20T09:36:59.480Z[ 7] 0.00-10.01 sec 98.0 MBytes 82.2 Mbits/sec sender
48792024-06-20T09:36:59.480Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48802024-06-20T09:36:59.480Z[ 9] 0.00-10.01 sec 98.0 MBytes 82.2 Mbits/sec sender
48812024-06-20T09:36:59.480Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48822024-06-20T09:36:59.480Z[ 11] 0.00-10.01 sec 97.9 MBytes 82.1 Mbits/sec sender
48832024-06-20T09:36:59.480Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48842024-06-20T09:36:59.480Z[ 13] 0.00-10.01 sec 97.9 MBytes 82.1 Mbits/sec sender
48852024-06-20T09:36:59.480Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48862024-06-20T09:36:59.481Z[ 15] 0.00-10.01 sec 97.9 MBytes 82.1 Mbits/sec sender
48872024-06-20T09:36:59.481Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48882024-06-20T09:36:59.481Z[ 17] 0.00-10.01 sec 97.9 MBytes 82.1 Mbits/sec sender
48892024-06-20T09:36:59.481Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48902024-06-20T09:36:59.481Z[ 19] 0.00-10.01 sec 97.9 MBytes 82.1 Mbits/sec sender
48912024-06-20T09:36:59.481Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48922024-06-20T09:36:59.481Z[SUM] 0.00-10.01 sec 784 MBytes 657 Mbits/sec sender
48932024-06-20T09:36:59.481Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
48942024-06-20T09:36:59.506ZRun 9/10...657.446264030473Mbps
48952024-06-20T09:37:06.548Z-----------------------------------------------------------
48962024-06-20T09:37:06.548ZServer listening on 5201
48972024-06-20T09:37:06.548Z-----------------------------------------------------------
48982024-06-20T09:37:06.548ZAccepted connection from 10.0.0.1, port 42109
48992024-06-20T09:37:06.548Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39477
49002024-06-20T09:37:06.548Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45992
49012024-06-20T09:37:06.548Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50533
49022024-06-20T09:37:06.548Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37893
49032024-06-20T09:37:06.548Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33387
49042024-06-20T09:37:06.548Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47901
49052024-06-20T09:37:06.548Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51104
49062024-06-20T09:37:06.548Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41551
49072024-06-20T09:37:06.548Z[ ID] Interval Transfer Bandwidth
49082024-06-20T09:37:06.548Z[ 5] 0.00-1.00 sec 8.94 MBytes 74.9 Mbits/sec
49092024-06-20T09:37:06.548Z[ 7] 0.00-1.00 sec 8.85 MBytes 74.2 Mbits/sec
49102024-06-20T09:37:06.548Z[ 9] 0.00-1.00 sec 8.87 MBytes 74.3 Mbits/sec
49112024-06-20T09:37:06.548Z[ 11] 0.00-1.00 sec 8.84 MBytes 74.1 Mbits/sec
49122024-06-20T09:37:06.548Z[ 13] 0.00-1.00 sec 8.82 MBytes 74.0 Mbits/sec
49132024-06-20T09:37:06.548Z[ 15] 0.00-1.00 sec 8.80 MBytes 73.8 Mbits/sec
49142024-06-20T09:37:06.548Z[ 17] 0.00-1.00 sec 8.85 MBytes 74.2 Mbits/sec
49152024-06-20T09:37:06.548Z[ 19] 0.00-1.00 sec 8.87 MBytes 74.3 Mbits/sec
49162024-06-20T09:37:06.548Z[SUM] 0.00-1.00 sec 70.8 MBytes 594 Mbits/sec
49172024-06-20T09:37:06.548Z- - - - - - - - - - - - - - - - - - - - - - - - -
49182024-06-20T09:37:06.548Z[ 5] 1.00-2.00 sec 10.0 MBytes 84.0 Mbits/sec
49192024-06-20T09:37:06.548Z[ 7] 1.00-2.00 sec 10.0 MBytes 84.2 Mbits/sec
49202024-06-20T09:37:06.548Z[ 9] 1.00-2.00 sec 10.0 MBytes 84.0 Mbits/sec
49212024-06-20T09:37:06.548Z[ 11] 1.00-2.00 sec 10.0 MBytes 84.0 Mbits/sec
49222024-06-20T09:37:06.548Z[ 13] 1.00-2.00 sec 10.1 MBytes 84.3 Mbits/sec
49232024-06-20T09:37:06.548Z[ 15] 1.00-2.00 sec 10.1 MBytes 84.6 Mbits/sec
49242024-06-20T09:37:06.548Z[ 17] 1.00-2.00 sec 10.0 MBytes 84.1 Mbits/sec
49252024-06-20T09:37:06.548Z[ 19] 1.00-2.00 sec 10.0 MBytes 84.1 Mbits/sec
49262024-06-20T09:37:06.548Z[SUM] 1.00-2.00 sec 80.3 MBytes 673 Mbits/sec
49272024-06-20T09:37:06.548Z- - - - - - - - - - - - - - - - - - - - - - - - -
49282024-06-20T09:37:06.548Z[ 5] 2.00-3.00 sec 10.2 MBytes 85.4 Mbits/sec
49292024-06-20T09:37:06.548Z[ 7] 2.00-3.00 sec 10.2 MBytes 86.0 Mbits/sec
49302024-06-20T09:37:06.549Z[ 9] 2.00-3.00 sec 10.2 MBytes 85.5 Mbits/sec
49312024-06-20T09:37:06.549Z[ 11] 2.00-3.00 sec 10.2 MBytes 86.0 Mbits/sec
49322024-06-20T09:37:06.549Z[ 13] 2.00-3.00 sec 10.2 MBytes 85.7 Mbits/sec
49332024-06-20T09:37:06.549Z[ 15] 2.00-3.00 sec 10.2 MBytes 85.5 Mbits/sec
49342024-06-20T09:37:06.549Z[ 17] 2.00-3.00 sec 10.2 MBytes 85.7 Mbits/sec
49352024-06-20T09:37:06.549Z[ 19] 2.00-3.00 sec 10.2 MBytes 85.3 Mbits/sec
49362024-06-20T09:37:06.549Z[SUM] 2.00-3.00 sec 81.7 MBytes 685 Mbits/sec
49372024-06-20T09:37:06.549Z- - - - - - - - - - - - - - - - - - - - - - - - -
49382024-06-20T09:37:06.549Z[ 5] 3.00-4.00 sec 10.1 MBytes 84.3 Mbits/sec
49392024-06-20T09:37:06.549Z[ 7] 3.00-4.00 sec 10.1 MBytes 84.3 Mbits/sec
49402024-06-20T09:37:06.549Z[ 9] 3.00-4.00 sec 10.1 MBytes 84.6 Mbits/sec
49412024-06-20T09:37:06.549Z[ 11] 3.00-4.00 sec 10.0 MBytes 84.0 Mbits/sec
49422024-06-20T09:37:06.549Z[ 13] 3.00-4.00 sec 10.0 MBytes 83.9 Mbits/sec
49432024-06-20T09:37:06.549Z[ 15] 3.00-4.00 sec 10.0 MBytes 84.0 Mbits/sec
49442024-06-20T09:37:06.549Z[ 17] 3.00-4.00 sec 10.0 MBytes 83.9 Mbits/sec
49452024-06-20T09:37:06.549Z[ 19] 3.00-4.00 sec 10.0 MBytes 84.1 Mbits/sec
49462024-06-20T09:37:06.549Z[SUM] 3.00-4.00 sec 80.2 MBytes 673 Mbits/sec
49472024-06-20T09:37:06.549Z- - - - - - - - - - - - - - - - - - - - - - - - -
49482024-06-20T09:37:06.549Z[ 5] 4.00-5.00 sec 9.72 MBytes 81.5 Mbits/sec
49492024-06-20T09:37:06.549Z[ 7] 4.00-5.00 sec 9.60 MBytes 80.5 Mbits/sec
49502024-06-20T09:37:06.549Z[ 9] 4.00-5.00 sec 9.68 MBytes 81.2 Mbits/sec
49512024-06-20T09:37:06.549Z[ 11] 4.00-5.00 sec 9.67 MBytes 81.1 Mbits/sec
49522024-06-20T09:37:06.549Z[ 13] 4.00-5.00 sec 9.68 MBytes 81.2 Mbits/sec
49532024-06-20T09:37:06.549Z[ 15] 4.00-5.00 sec 9.72 MBytes 81.5 Mbits/sec
49542024-06-20T09:37:06.549Z[ 17] 4.00-5.00 sec 9.71 MBytes 81.4 Mbits/sec
49552024-06-20T09:37:06.549Z[ 19] 4.00-5.00 sec 9.69 MBytes 81.3 Mbits/sec
49562024-06-20T09:37:06.549Z[SUM] 4.00-5.00 sec 77.5 MBytes 650 Mbits/sec
49572024-06-20T09:37:06.549Z- - - - - - - - - - - - - - - - - - - - - - - - -
49582024-06-20T09:37:06.549Z[ 5] 5.00-6.00 sec 9.61 MBytes 80.6 Mbits/sec
49592024-06-20T09:37:06.549Z[ 7] 5.00-6.00 sec 9.69 MBytes 81.3 Mbits/sec
49602024-06-20T09:37:06.549Z[ 9] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
49612024-06-20T09:37:06.549Z[ 11] 5.00-6.00 sec 9.69 MBytes 81.3 Mbits/sec
49622024-06-20T09:37:06.549Z[ 13] 5.00-6.00 sec 9.69 MBytes 81.3 Mbits/sec
49632024-06-20T09:37:06.549Z[ 15] 5.00-6.00 sec 9.61 MBytes 80.6 Mbits/sec
49642024-06-20T09:37:06.549Z[ 17] 5.00-6.00 sec 9.64 MBytes 80.9 Mbits/sec
49652024-06-20T09:37:06.549Z[ 19] 5.00-6.00 sec 9.67 MBytes 81.1 Mbits/sec
49662024-06-20T09:37:06.549Z[SUM] 5.00-6.00 sec 77.3 MBytes 648 Mbits/sec
49672024-06-20T09:37:06.549Z- - - - - - - - - - - - - - - - - - - - - - - - -
49682024-06-20T09:37:06.549Z[ 5] 6.00-7.00 sec 9.72 MBytes 81.5 Mbits/sec
49692024-06-20T09:37:06.550Z[ 7] 6.00-7.00 sec 9.75 MBytes 81.7 Mbits/sec
49702024-06-20T09:37:06.550Z[ 9] 6.00-7.00 sec 9.71 MBytes 81.4 Mbits/sec
49712024-06-20T09:37:09.749Z[ 11] 6.00-7.00 sec 9.67 MBytes 81.0 Mbits/sec
49722024-06-20T09:37:09.749Z[ 13] 6.00-7.00 sec 9.67 MBytes 81.0 Mbits/sec
49732024-06-20T09:37:09.749Z[ 15] 6.00-7.00 sec 9.69 MBytes 81.3 Mbits/sec
49742024-06-20T09:37:09.749Z[ 17] 6.00-7.00 sec 9.72 MBytes 81.5 Mbits/sec
49752024-06-20T09:37:09.749Z[ 19] 6.00-7.00 sec 9.71 MBytes 81.4 Mbits/sec
49762024-06-20T09:37:09.749Z[SUM] 6.00-7.00 sec 77.6 MBytes 651 Mbits/sec
49772024-06-20T09:37:09.749Z- - - - - - - - - - - - - - - - - - - - - - - - -
49782024-06-20T09:37:09.749Z[ 5] 7.00-8.00 sec 9.28 MBytes 77.9 Mbits/sec
49792024-06-20T09:37:09.749Z[ 7] 7.00-8.00 sec 9.25 MBytes 77.7 Mbits/sec
49802024-06-20T09:37:09.749Z[ 9] 7.00-8.00 sec 9.24 MBytes 77.6 Mbits/sec
49812024-06-20T09:37:09.749Z[ 11] 7.00-8.00 sec 9.29 MBytes 78.0 Mbits/sec
49822024-06-20T09:37:09.750Z[ 13] 7.00-8.00 sec 9.34 MBytes 78.4 Mbits/sec
49832024-06-20T09:37:09.750Z[ 15] 7.00-8.00 sec 9.34 MBytes 78.4 Mbits/sec
49842024-06-20T09:37:09.750Z[ 17] 7.00-8.00 sec 9.28 MBytes 77.9 Mbits/sec
49852024-06-20T09:37:09.750Z[ 19] 7.00-8.00 sec 9.28 MBytes 77.9 Mbits/sec
49862024-06-20T09:37:09.750Z[SUM] 7.00-8.00 sec 74.3 MBytes 624 Mbits/sec
49872024-06-20T09:37:09.750Z- - - - - - - - - - - - - - - - - - - - - - - - -
49882024-06-20T09:37:09.750Z[ 5] 8.00-9.00 sec 9.22 MBytes 77.4 Mbits/sec
49892024-06-20T09:37:09.750Z[ 7] 8.00-9.00 sec 9.25 MBytes 77.6 Mbits/sec
49902024-06-20T09:37:09.750Z[ 9] 8.00-9.00 sec 9.29 MBytes 77.9 Mbits/sec
49912024-06-20T09:37:09.750Z[ 11] 8.00-9.00 sec 9.25 MBytes 77.6 Mbits/sec
49922024-06-20T09:37:09.750Z[ 13] 8.00-9.00 sec 9.18 MBytes 77.0 Mbits/sec
49932024-06-20T09:37:09.750Z[ 15] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
49942024-06-20T09:37:09.750Z[ 17] 8.00-9.00 sec 9.22 MBytes 77.4 Mbits/sec
49952024-06-20T09:37:09.750Z[ 19] 8.00-9.00 sec 9.24 MBytes 77.5 Mbits/sec
49962024-06-20T09:37:09.750Z[SUM] 8.00-9.00 sec 73.9 MBytes 620 Mbits/sec
49972024-06-20T09:37:09.750Z- - - - - - - - - - - - - - - - - - - - - - - - -
49982024-06-20T09:37:09.750Z[ 5] 9.00-10.00 sec 9.22 MBytes 77.4 Mbits/sec
49992024-06-20T09:37:09.750Z[ 7] 9.00-10.00 sec 9.24 MBytes 77.5 Mbits/sec
50002024-06-20T09:37:09.750Z[ 9] 9.00-10.00 sec 9.22 MBytes 77.4 Mbits/sec
50012024-06-20T09:37:09.750Z[ 11] 9.00-10.00 sec 9.24 MBytes 77.5 Mbits/sec
50022024-06-20T09:37:09.750Z[ 13] 9.00-10.00 sec 9.28 MBytes 77.9 Mbits/sec
50032024-06-20T09:37:09.750Z[ 15] 9.00-10.00 sec 9.22 MBytes 77.4 Mbits/sec
50042024-06-20T09:37:09.750Z[ 17] 9.00-10.00 sec 9.22 MBytes 77.4 Mbits/sec
50052024-06-20T09:37:09.750Z[ 19] 9.00-10.00 sec 9.22 MBytes 77.4 Mbits/sec
50062024-06-20T09:37:09.750Z[SUM] 9.00-10.00 sec 73.9 MBytes 620 Mbits/sec
50072024-06-20T09:37:09.750Z- - - - - - - - - - - - - - - - - - - - - - - - -
50082024-06-20T09:37:09.750Z[ 5] 10.00-10.01 sec 113 KBytes 165 Mbits/sec
50092024-06-20T09:37:09.750Z[ 7] 10.00-10.01 sec 56.6 KBytes 82.3 Mbits/sec
50102024-06-20T09:37:09.750Z[ 9] 10.00-10.01 sec 56.6 KBytes 82.3 Mbits/sec
50112024-06-20T09:37:09.750Z[ 11] 10.00-10.01 sec 56.6 KBytes 82.3 Mbits/sec
50122024-06-20T09:37:09.750Z[ 13] 10.00-10.01 sec 56.6 KBytes 82.3 Mbits/sec
50132024-06-20T09:37:09.750Z[ 15] 10.00-10.01 sec 56.6 KBytes 82.3 Mbits/sec
50142024-06-20T09:37:09.750Z[ 17] 10.00-10.01 sec 113 KBytes 165 Mbits/sec
50152024-06-20T09:37:09.750Z[ 19] 10.00-10.01 sec 56.6 KBytes 82.3 Mbits/sec
50162024-06-20T09:37:09.750Z[SUM] 10.00-10.01 sec 566 KBytes 823 Mbits/sec
50172024-06-20T09:37:09.750Z- - - - - - - - - - - - - - - - - - - - - - - - -
50182024-06-20T09:37:09.750Z[ ID] Interval Transfer Bandwidth
50192024-06-20T09:37:09.750Z[ 5] 0.00-10.01 sec 96.1 MBytes 80.5 Mbits/sec sender
50202024-06-20T09:37:09.750Z[ 5] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50212024-06-20T09:37:09.751Z[ 7] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
50222024-06-20T09:37:09.751Z[ 7] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50232024-06-20T09:37:09.751Z[ 9] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
50242024-06-20T09:37:09.751Z[ 9] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50252024-06-20T09:37:09.751Z[ 11] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
50262024-06-20T09:37:09.751Z[ 11] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50272024-06-20T09:37:09.751Z[ 13] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
50282024-06-20T09:37:09.751Z[ 13] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50292024-06-20T09:37:09.751Z[ 15] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
50302024-06-20T09:37:09.751Z[ 15] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50312024-06-20T09:37:09.751Z[ 17] 0.00-10.01 sec 96.0 MBytes 80.5 Mbits/sec sender
50322024-06-20T09:37:09.751Z[ 17] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50332024-06-20T09:37:09.751Z[ 19] 0.00-10.01 sec 95.9 MBytes 80.4 Mbits/sec sender
50342024-06-20T09:37:09.751Z[ 19] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50352024-06-20T09:37:09.751Z[SUM] 0.00-10.01 sec 768 MBytes 644 Mbits/sec sender
50362024-06-20T09:37:09.751Z[SUM] 0.00-10.01 sec 0.00 Bytes 0.00 bits/sec receiver
50372024-06-20T09:37:09.776ZRun 10/10...644.2298291993411Mbps
50382024-06-20T09:37:09.776Z###---------------------###
50392024-06-20T09:37:09.776Z::: iPerf done... :::
50402024-06-20T09:37:09.776Z:::Awaiting out files...:::
50412024-06-20T09:37:09.776Z###---------------------###
50422024-06-20T09:37:09.776Z###-----###
50432024-06-20T09:37:09.776Z:::done!:::
50442024-06-20T09:37:09.776Z###-----###
50452024-06-20T09:37:12.592ZBenchmarking iperf-tcp/local/s2c/tx
50462024-06-20T09:37:12.593ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
50472024-06-20T09:37:18.234ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (476M iterations)
50482024-06-20T09:37:38.254ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
50492024-06-20T09:37:38.356Ziperf-tcp/local/s2c/tx time: [2.2317 µs 2.2319 µs 2.2321 µs]
50502024-06-20T09:37:38.356ZFound 3 outliers among 100 measurements (3.00%)
50512024-06-20T09:37:38.356Z 1 (1.00%) low mild
50522024-06-20T09:37:38.356Z 1 (1.00%) high mild
50532024-06-20T09:37:38.356Z 1 (1.00%) high severe
50542024-06-20T09:37:39.373Z
50552024-06-20T09:37:39.373ZBenchmarking iperf-tcp/local/s2c/rx
50562024-06-20T09:37:39.373ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
50572024-06-20T09:37:42.931ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (377M iterations)
50582024-06-20T09:38:02.923ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
50592024-06-20T09:38:03.018Ziperf-tcp/local/s2c/rx time: [9.3362 µs 9.3370 µs 9.3378 µs]
50602024-06-20T09:38:03.018ZFound 2 outliers among 100 measurements (2.00%)
50612024-06-20T09:38:03.018Z 1 (1.00%) low mild
50622024-06-20T09:38:03.018Z 1 (1.00%) high mild
50632024-06-20T09:38:04.036Z
50642024-06-20T09:38:09.050Z+ cargo ubench
50652024-06-20T09:38:09.315Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
50662024-06-20T09:38:21.766Z Finished `bench` profile [optimized + debuginfo] target(s) in 12.65s
50672024-06-20T09:38:21.791Z Running benches/userland.rs (target/release/deps/userland-c6b1d9504e52fe3e)
50682024-06-20T09:38:21.818ZGnuplot not found, using plotters backend
50692024-06-20T09:38:22.157ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
50702024-06-20T09:38:22.158ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
50712024-06-20T09:38:26.374ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0001 s (5.0M iterations)
50722024-06-20T09:38:31.435ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
50732024-06-20T09:38:31.550Zparse/Hairpin-DHCPv4/wallclock/Discover
50742024-06-20T09:38:31.550Z time: [155.23 ns 155.60 ns 156.08 ns]
50752024-06-20T09:38:31.550ZFound 14 outliers among 100 measurements (14.00%)
50762024-06-20T09:38:31.550Z 5 (5.00%) high mild
50772024-06-20T09:38:31.550Z 9 (9.00%) high severe
50782024-06-20T09:38:32.571Z
50792024-06-20T09:38:32.595ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
50802024-06-20T09:38:32.595ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
50812024-06-20T09:38:37.987ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0078 s (1.9M iterations)
50822024-06-20T09:38:42.998ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
50832024-06-20T09:38:43.094Zprocess/Hairpin-DHCPv4/wallclock/Discover
50842024-06-20T09:38:43.094Z time: [1.3418 µs 1.3480 µs 1.3558 µs]
50852024-06-20T09:38:43.094ZFound 6 outliers among 100 measurements (6.00%)
50862024-06-20T09:38:43.094Z 1 (1.00%) low severe
50872024-06-20T09:38:43.094Z 1 (1.00%) high mild
50882024-06-20T09:38:43.094Z 4 (4.00%) high severe
50892024-06-20T09:38:44.116Z
50902024-06-20T09:38:44.116ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
50912024-06-20T09:38:44.116ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
50922024-06-20T09:38:48.330ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0037 s (5.0M iterations)
50932024-06-20T09:38:53.383ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
50942024-06-20T09:38:53.477Zparse/Hairpin-DHCPv4/wallclock/Request
50952024-06-20T09:38:53.477Z time: [154.59 ns 154.93 ns 155.38 ns]
50962024-06-20T09:38:53.477ZFound 6 outliers among 100 measurements (6.00%)
50972024-06-20T09:38:53.477Z 2 (2.00%) high mild
50982024-06-20T09:38:53.478Z 4 (4.00%) high severe
50992024-06-20T09:38:54.503Z
51002024-06-20T09:38:54.503ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
51012024-06-20T09:38:54.503ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
51022024-06-20T09:38:59.712ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0027 s (2.0M iterations)
51032024-06-20T09:39:04.722ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
51042024-06-20T09:39:04.818Zprocess/Hairpin-DHCPv4/wallclock/Request
51052024-06-20T09:39:04.819Z time: [1.2503 µs 1.2512 µs 1.2523 µs]
51062024-06-20T09:39:04.819ZFound 4 outliers among 100 measurements (4.00%)
51072024-06-20T09:39:04.819Z 1 (1.00%) low mild
51082024-06-20T09:39:04.819Z 2 (2.00%) high mild
51092024-06-20T09:39:04.819Z 1 (1.00%) high severe
51102024-06-20T09:39:05.839Z
51112024-06-20T09:39:05.839ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
51122024-06-20T09:39:05.839ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
51132024-06-20T09:39:11.722ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0004 s (3.6M iterations)
51142024-06-20T09:39:16.751ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
51152024-06-20T09:39:16.846Zparse/Hairpin-DHCPv6/wallclock/Solicit
51162024-06-20T09:39:16.846Z time: [218.23 ns 218.87 ns 219.96 ns]
51172024-06-20T09:39:16.846ZFound 4 outliers among 100 measurements (4.00%)
51182024-06-20T09:39:16.846Z 1 (1.00%) low mild
51192024-06-20T09:39:16.846Z 2 (2.00%) high mild
51202024-06-20T09:39:16.846Z 1 (1.00%) high severe
51212024-06-20T09:39:17.872Z
51222024-06-20T09:39:17.896ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
51232024-06-20T09:39:17.896ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
51242024-06-20T09:39:20.961ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0128 s (1.7M iterations)
51252024-06-20T09:39:26.015ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
51262024-06-20T09:39:26.109Zprocess/Hairpin-DHCPv6/wallclock/Solicit
51272024-06-20T09:39:26.110Z time: [1.4037 µs 1.4064 µs 1.4093 µs]
51282024-06-20T09:39:26.110ZFound 2 outliers among 100 measurements (2.00%)
51292024-06-20T09:39:26.110Z 2 (2.00%) high severe
51302024-06-20T09:39:27.129Z
51312024-06-20T09:39:27.129ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
51322024-06-20T09:39:27.129ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
51332024-06-20T09:39:30.312ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0046 s (3.3M iterations)
51342024-06-20T09:39:35.311ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
51352024-06-20T09:39:35.406Zparse/Hairpin-DHCPv6/wallclock/Request
51362024-06-20T09:39:35.406Z time: [218.40 ns 218.70 ns 219.09 ns]
51372024-06-20T09:39:35.406ZFound 5 outliers among 100 measurements (5.00%)
51382024-06-20T09:39:35.406Z 3 (3.00%) high mild
51392024-06-20T09:39:35.406Z 2 (2.00%) high severe
51402024-06-20T09:39:36.430Z
51412024-06-20T09:39:36.455ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
51422024-06-20T09:39:36.455ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
51432024-06-20T09:39:39.787ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0108 s (1.6M iterations)
51442024-06-20T09:39:44.799ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
51452024-06-20T09:39:44.894Zprocess/Hairpin-DHCPv6/wallclock/Request
51462024-06-20T09:39:44.894Z time: [1.4668 µs 1.4711 µs 1.4764 µs]
51472024-06-20T09:39:44.894ZFound 3 outliers among 100 measurements (3.00%)
51482024-06-20T09:39:44.894Z 1 (1.00%) high mild
51492024-06-20T09:39:44.894Z 2 (2.00%) high severe
51502024-06-20T09:39:45.914Z
51512024-06-20T09:39:45.914ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
51522024-06-20T09:39:45.914ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
51532024-06-20T09:39:49.957ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0033 s (5.2M iterations)
51542024-06-20T09:39:54.866ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
51552024-06-20T09:39:54.962Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
51562024-06-20T09:39:54.962Z time: [158.63 ns 158.86 ns 159.16 ns]
51572024-06-20T09:39:54.962ZFound 5 outliers among 100 measurements (5.00%)
51582024-06-20T09:39:54.962Z 1 (1.00%) low mild
51592024-06-20T09:39:54.962Z 2 (2.00%) high mild
51602024-06-20T09:39:54.962Z 2 (2.00%) high severe
51612024-06-20T09:39:55.984Z
51622024-06-20T09:39:56.009ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
51632024-06-20T09:39:56.009ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
51642024-06-20T09:39:59.427ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0069 s (3.1M iterations)
51652024-06-20T09:40:04.430ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
51662024-06-20T09:40:04.524Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
51672024-06-20T09:40:04.524Z time: [524.55 ns 526.02 ns 528.06 ns]
51682024-06-20T09:40:04.524ZFound 4 outliers among 100 measurements (4.00%)
51692024-06-20T09:40:04.524Z 3 (3.00%) high mild
51702024-06-20T09:40:04.524Z 1 (1.00%) high severe
51712024-06-20T09:40:05.548Z
51722024-06-20T09:40:05.548ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
51732024-06-20T09:40:05.548ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
51742024-06-20T09:40:11.051ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0015 s (3.8M iterations)
51752024-06-20T09:40:16.087ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
51762024-06-20T09:40:16.181Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
51772024-06-20T09:40:16.181Z time: [380.85 ns 382.02 ns 383.11 ns]
51782024-06-20T09:40:17.208Z
51792024-06-20T09:40:17.208ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
51802024-06-20T09:40:17.208ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
51812024-06-20T09:40:21.612ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0055 s (2.4M iterations)
51822024-06-20T09:40:26.606ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
51832024-06-20T09:40:26.701Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
51842024-06-20T09:40:26.701Z time: [605.25 ns 607.03 ns 610.39 ns]
51852024-06-20T09:40:26.701ZFound 7 outliers among 100 measurements (7.00%)
51862024-06-20T09:40:26.701Z 1 (1.00%) low mild
51872024-06-20T09:40:26.701Z 3 (3.00%) high mild
51882024-06-20T09:40:26.701Z 3 (3.00%) high severe
51892024-06-20T09:40:27.728Z
51902024-06-20T09:40:27.728ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
51912024-06-20T09:40:27.728ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
51922024-06-20T09:40:32.292ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0054 s (4.6M iterations)
51932024-06-20T09:40:37.227ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
51942024-06-20T09:40:37.322Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
51952024-06-20T09:40:37.322Z time: [218.92 ns 219.22 ns 219.54 ns]
51962024-06-20T09:40:37.322ZFound 2 outliers among 100 measurements (2.00%)
51972024-06-20T09:40:37.322Z 2 (2.00%) high mild
51982024-06-20T09:40:38.346Z
51992024-06-20T09:40:38.371ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
52002024-06-20T09:40:38.371ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
52012024-06-20T09:40:42.679ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0080 s (2.4M iterations)
52022024-06-20T09:40:47.768ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
52032024-06-20T09:40:47.862Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
52042024-06-20T09:40:47.862Z time: [807.48 ns 810.06 ns 814.47 ns]
52052024-06-20T09:40:47.863ZFound 6 outliers among 100 measurements (6.00%)
52062024-06-20T09:40:47.863Z 2 (2.00%) low mild
52072024-06-20T09:40:47.863Z 3 (3.00%) high mild
52082024-06-20T09:40:47.863Z 1 (1.00%) high severe
52092024-06-20T09:40:48.887Z
52102024-06-20T09:40:48.912ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
52112024-06-20T09:40:48.912ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
52122024-06-20T09:40:53.388ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0004 s (4.7M iterations)
52132024-06-20T09:40:58.331ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
52142024-06-20T09:40:58.425Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
52152024-06-20T09:40:58.425Z time: [218.47 ns 219.25 ns 220.46 ns]
52162024-06-20T09:40:58.425ZFound 4 outliers among 100 measurements (4.00%)
52172024-06-20T09:40:58.425Z 1 (1.00%) high mild
52182024-06-20T09:40:58.425Z 3 (3.00%) high severe
52192024-06-20T09:40:59.448Z
52202024-06-20T09:40:59.473ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
52212024-06-20T09:40:59.473ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
52222024-06-20T09:41:03.747ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0089 s (2.4M iterations)
52232024-06-20T09:41:08.770ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
52242024-06-20T09:41:08.867Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
52252024-06-20T09:41:08.867Z time: [771.27 ns 772.22 ns 773.88 ns]
52262024-06-20T09:41:08.867ZFound 3 outliers among 100 measurements (3.00%)
52272024-06-20T09:41:08.867Z 2 (2.00%) high mild
52282024-06-20T09:41:08.867Z 1 (1.00%) high severe
52292024-06-20T09:41:09.897Z
52302024-06-20T09:41:09.897ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
52312024-06-20T09:41:09.897ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
52322024-06-20T09:41:13.534ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (5.8M iterations)
52332024-06-20T09:41:18.458ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
52342024-06-20T09:41:18.554Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
52352024-06-20T09:41:18.554Z time: [175.02 ns 175.27 ns 175.55 ns]
52362024-06-20T09:41:18.554ZFound 8 outliers among 100 measurements (8.00%)
52372024-06-20T09:41:18.554Z 3 (3.00%) high mild
52382024-06-20T09:41:18.554Z 5 (5.00%) high severe
52392024-06-20T09:41:19.581Z
52402024-06-20T09:41:19.606ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
52412024-06-20T09:41:19.606ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
52422024-06-20T09:41:25.235ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0095 s (1.9M iterations)
52432024-06-20T09:41:30.238ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
52442024-06-20T09:41:30.331Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
52452024-06-20T09:41:30.331Z time: [441.78 ns 442.59 ns 443.47 ns]
52462024-06-20T09:41:30.331ZFound 3 outliers among 100 measurements (3.00%)
52472024-06-20T09:41:30.331Z 1 (1.00%) high mild
52482024-06-20T09:41:30.331Z 2 (2.00%) high severe
52492024-06-20T09:41:31.354Z
52502024-06-20T09:41:31.354ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
52512024-06-20T09:41:31.354ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
52522024-06-20T09:41:34.951ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0060 s (2.9M iterations)
52532024-06-20T09:41:39.953ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
52542024-06-20T09:41:40.047Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
52552024-06-20T09:41:40.047Z time: [177.51 ns 178.13 ns 179.26 ns]
52562024-06-20T09:41:40.047ZFound 7 outliers among 100 measurements (7.00%)
52572024-06-20T09:41:40.047Z 3 (3.00%) high mild
52582024-06-20T09:41:40.047Z 4 (4.00%) high severe
52592024-06-20T09:41:41.075Z
52602024-06-20T09:41:41.100ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
52612024-06-20T09:41:41.100ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
52622024-06-20T09:41:45.844ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0071 s (1.1M iterations)
52632024-06-20T09:41:50.816ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
52642024-06-20T09:41:50.910Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
52652024-06-20T09:41:50.910Z time: [522.61 ns 524.84 ns 529.03 ns]
52662024-06-20T09:41:50.911ZFound 5 outliers among 100 measurements (5.00%)
52672024-06-20T09:41:50.911Z 2 (2.00%) high mild
52682024-06-20T09:41:50.911Z 3 (3.00%) high severe
52692024-06-20T09:41:51.936Z
52702024-06-20T09:41:51.936ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
52712024-06-20T09:41:51.936ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
52722024-06-20T09:41:55.121ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0075 s (3.3M iterations)
52732024-06-20T09:42:00.117ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
52742024-06-20T09:42:00.210Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
52752024-06-20T09:42:00.210Z time: [285.82 ns 286.23 ns 286.64 ns]
52762024-06-20T09:42:00.210ZFound 4 outliers among 100 measurements (4.00%)
52772024-06-20T09:42:00.210Z 3 (3.00%) high mild
52782024-06-20T09:42:00.211Z 1 (1.00%) high severe
52792024-06-20T09:42:01.231Z
52802024-06-20T09:42:01.256ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
52812024-06-20T09:42:01.256ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
52822024-06-20T09:42:04.832ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0110 s (1.5M iterations)
52832024-06-20T09:42:09.958ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
52842024-06-20T09:42:10.052Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
52852024-06-20T09:42:10.052Z time: [386.71 ns 390.59 ns 396.01 ns]
52862024-06-20T09:42:10.052ZFound 5 outliers among 100 measurements (5.00%)
52872024-06-20T09:42:10.052Z 5 (5.00%) high severe
52882024-06-20T09:42:11.078Z
52892024-06-20T09:42:11.078ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
52902024-06-20T09:42:11.078ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
52912024-06-20T09:42:16.763ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0107 s (1.8M iterations)
52922024-06-20T09:42:21.729ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
52932024-06-20T09:42:21.825Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
52942024-06-20T09:42:21.825Z time: [300.80 ns 301.10 ns 301.42 ns]
52952024-06-20T09:42:21.825ZFound 3 outliers among 100 measurements (3.00%)
52962024-06-20T09:42:21.825Z 1 (1.00%) low mild
52972024-06-20T09:42:21.825Z 1 (1.00%) high mild
52982024-06-20T09:42:21.825Z 1 (1.00%) high severe
52992024-06-20T09:42:22.846Z
53002024-06-20T09:42:22.870ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53012024-06-20T09:42:22.871ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
53022024-06-20T09:42:28.882ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0003 s (869k iterations)
53032024-06-20T09:42:33.733ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
53042024-06-20T09:42:33.827Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53052024-06-20T09:42:33.827Z time: [417.41 ns 417.85 ns 418.36 ns]
53062024-06-20T09:42:33.827ZFound 2 outliers among 100 measurements (2.00%)
53072024-06-20T09:42:33.827Z 2 (2.00%) high mild
53082024-06-20T09:42:34.848Z
53092024-06-20T09:42:34.848ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
53102024-06-20T09:42:34.848ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
53112024-06-20T09:42:38.373ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (5.9M iterations)
53122024-06-20T09:42:43.374ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
53132024-06-20T09:42:43.468Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
53142024-06-20T09:42:43.468Z time: [170.30 ns 170.60 ns 170.95 ns]
53152024-06-20T09:42:43.468ZFound 2 outliers among 100 measurements (2.00%)
53162024-06-20T09:42:43.468Z 1 (1.00%) high mild
53172024-06-20T09:42:43.468Z 1 (1.00%) high severe
53182024-06-20T09:42:44.494Z
53192024-06-20T09:42:44.518ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
53202024-06-20T09:42:44.518ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
53212024-06-20T09:42:49.620ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0115 s (2.1M iterations)
53222024-06-20T09:42:54.631ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
53232024-06-20T09:42:54.725Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
53242024-06-20T09:42:54.725Z time: [365.49 ns 366.16 ns 366.94 ns]
53252024-06-20T09:42:54.725ZFound 4 outliers among 100 measurements (4.00%)
53262024-06-20T09:42:54.725Z 2 (2.00%) high mild
53272024-06-20T09:42:54.725Z 2 (2.00%) high severe
53282024-06-20T09:42:55.743Z
53292024-06-20T09:42:55.743ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
53302024-06-20T09:42:55.743ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
53312024-06-20T09:42:59.295ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0025 s (3.0M iterations)
53322024-06-20T09:43:04.370ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
53332024-06-20T09:43:04.463Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
53342024-06-20T09:43:04.463Z time: [175.53 ns 175.87 ns 176.25 ns]
53352024-06-20T09:43:04.463ZFound 4 outliers among 100 measurements (4.00%)
53362024-06-20T09:43:04.463Z 3 (3.00%) high mild
53372024-06-20T09:43:04.463Z 1 (1.00%) high severe
53382024-06-20T09:43:05.481Z
53392024-06-20T09:43:05.506ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
53402024-06-20T09:43:05.506ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
53412024-06-20T09:43:10.446ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0210 s (1.1M iterations)
53422024-06-20T09:43:15.018ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
53432024-06-20T09:43:15.111Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
53442024-06-20T09:43:15.111Z time: [453.02 ns 453.87 ns 454.87 ns]
53452024-06-20T09:43:15.111ZFound 5 outliers among 100 measurements (5.00%)
53462024-06-20T09:43:15.111Z 2 (2.00%) high mild
53472024-06-20T09:43:15.111Z 3 (3.00%) high severe
53482024-06-20T09:43:16.133Z
53492024-06-20T09:43:16.133ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
53502024-06-20T09:43:16.133ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
53512024-06-20T09:43:19.263ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0044 s (3.4M iterations)
53522024-06-20T09:43:24.237ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
53532024-06-20T09:43:24.329Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
53542024-06-20T09:43:24.329Z time: [277.41 ns 277.82 ns 278.34 ns]
53552024-06-20T09:43:24.329ZFound 3 outliers among 100 measurements (3.00%)
53562024-06-20T09:43:24.329Z 1 (1.00%) high mild
53572024-06-20T09:43:24.330Z 2 (2.00%) high severe
53582024-06-20T09:43:25.354Z
53592024-06-20T09:43:25.379ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
53602024-06-20T09:43:25.379ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
53612024-06-20T09:43:29.256ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (1.3M iterations)
53622024-06-20T09:43:33.479ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
53632024-06-20T09:43:33.575Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
53642024-06-20T09:43:33.575Z time: [304.37 ns 305.12 ns 305.82 ns]
53652024-06-20T09:43:33.575ZFound 13 outliers among 100 measurements (13.00%)
53662024-06-20T09:43:33.575Z 10 (10.00%) low mild
53672024-06-20T09:43:33.575Z 3 (3.00%) high mild
53682024-06-20T09:43:34.599Z
53692024-06-20T09:43:34.599ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
53702024-06-20T09:43:34.599ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
53712024-06-20T09:43:40.272ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0133 s (1.9M iterations)
53722024-06-20T09:43:45.241ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
53732024-06-20T09:43:45.334Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
53742024-06-20T09:43:45.334Z time: [286.99 ns 287.40 ns 287.83 ns]
53752024-06-20T09:43:45.334ZFound 6 outliers among 100 measurements (6.00%)
53762024-06-20T09:43:45.334Z 4 (4.00%) high mild
53772024-06-20T09:43:45.334Z 2 (2.00%) high severe
53782024-06-20T09:43:46.351Z
53792024-06-20T09:43:46.376ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
53802024-06-20T09:43:46.376ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
53812024-06-20T09:43:51.912ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0082 s (944k iterations)
53822024-06-20T09:43:56.906ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
53832024-06-20T09:43:56.999Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
53842024-06-20T09:43:56.999Z time: [339.62 ns 340.45 ns 341.33 ns]
53852024-06-20T09:43:56.999ZFound 15 outliers among 100 measurements (15.00%)
53862024-06-20T09:43:56.999Z 5 (5.00%) low mild
53872024-06-20T09:43:56.999Z 8 (8.00%) high mild
53882024-06-20T09:43:56.999Z 2 (2.00%) high severe
53892024-06-20T09:43:58.021Z
53902024-06-20T09:43:58.021ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
53912024-06-20T09:43:58.021ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
53922024-06-20T09:44:02.402ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (4.8M iterations)
53932024-06-20T09:44:07.393ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
53942024-06-20T09:44:07.485Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
53952024-06-20T09:44:07.486Z time: [233.29 ns 233.87 ns 234.44 ns]
53962024-06-20T09:44:08.504Z
53972024-06-20T09:44:08.529ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
53982024-06-20T09:44:08.529ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
53992024-06-20T09:44:11.802ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0027 s (1.6M iterations)
54002024-06-20T09:44:16.784ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
54012024-06-20T09:44:16.878Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
54022024-06-20T09:44:16.878Z time: [439.86 ns 440.68 ns 441.58 ns]
54032024-06-20T09:44:16.878ZFound 7 outliers among 100 measurements (7.00%)
54042024-06-20T09:44:16.878Z 6 (6.00%) low mild
54052024-06-20T09:44:16.878Z 1 (1.00%) high mild
54062024-06-20T09:44:17.898Z
54072024-06-20T09:44:17.898ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
54082024-06-20T09:44:17.898ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
54092024-06-20T09:44:21.895ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0041 s (2.6M iterations)
54102024-06-20T09:44:26.941ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
54112024-06-20T09:44:27.034Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
54122024-06-20T09:44:27.034Z time: [232.42 ns 232.78 ns 233.19 ns]
54132024-06-20T09:44:27.034ZFound 4 outliers among 100 measurements (4.00%)
54142024-06-20T09:44:27.034Z 3 (3.00%) high mild
54152024-06-20T09:44:27.034Z 1 (1.00%) high severe
54162024-06-20T09:44:28.058Z
54172024-06-20T09:44:28.083ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
54182024-06-20T09:44:28.083ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
54192024-06-20T09:44:33.269ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0186 s (1.0M iterations)
54202024-06-20T09:44:38.283ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
54212024-06-20T09:44:38.376Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
54222024-06-20T09:44:38.376Z time: [521.61 ns 522.24 ns 523.00 ns]
54232024-06-20T09:44:38.376ZFound 3 outliers among 100 measurements (3.00%)
54242024-06-20T09:44:38.376Z 3 (3.00%) high severe
54252024-06-20T09:44:39.402Z
54262024-06-20T09:44:39.402ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
54272024-06-20T09:44:39.402ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
54282024-06-20T09:44:43.099ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0040 s (2.8M iterations)
54292024-06-20T09:44:48.075ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
54302024-06-20T09:44:48.169Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
54312024-06-20T09:44:48.169Z time: [343.16 ns 343.62 ns 344.19 ns]
54322024-06-20T09:44:48.169ZFound 7 outliers among 100 measurements (7.00%)
54332024-06-20T09:44:48.169Z 1 (1.00%) low mild
54342024-06-20T09:44:48.169Z 4 (4.00%) high mild
54352024-06-20T09:44:48.169Z 2 (2.00%) high severe
54362024-06-20T09:44:49.200Z
54372024-06-20T09:44:49.225ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
54382024-06-20T09:44:49.225ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
54392024-06-20T09:44:53.400ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0159 s (1.3M iterations)
54402024-06-20T09:44:58.411ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
54412024-06-20T09:44:58.502Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
54422024-06-20T09:44:58.502Z time: [380.84 ns 381.88 ns 383.27 ns]
54432024-06-20T09:44:58.502ZFound 7 outliers among 100 measurements (7.00%)
54442024-06-20T09:44:58.502Z 7 (7.00%) high severe
54452024-06-20T09:44:59.527Z
54462024-06-20T09:44:59.527ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
54472024-06-20T09:44:59.527ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
54482024-06-20T09:45:02.633ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0109 s (1.7M iterations)
54492024-06-20T09:45:07.601ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
54502024-06-20T09:45:07.696Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
54512024-06-20T09:45:07.696Z time: [351.30 ns 352.07 ns 353.07 ns]
54522024-06-20T09:45:07.696ZFound 4 outliers among 100 measurements (4.00%)
54532024-06-20T09:45:07.696Z 3 (3.00%) high mild
54542024-06-20T09:45:07.696Z 1 (1.00%) high severe
54552024-06-20T09:45:08.719Z
54562024-06-20T09:45:08.743ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
54572024-06-20T09:45:08.743ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
54582024-06-20T09:45:11.955ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0178 s (813k iterations)
54592024-06-20T09:45:17.342ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
54602024-06-20T09:45:17.436Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
54612024-06-20T09:45:17.436Z time: [449.46 ns 465.51 ns 484.88 ns]
54622024-06-20T09:45:17.436ZFound 18 outliers among 100 measurements (18.00%)
54632024-06-20T09:45:17.437Z 2 (2.00%) high mild
54642024-06-20T09:45:17.437Z 16 (16.00%) high severe
54652024-06-20T09:45:18.455Z
54662024-06-20T09:45:18.455ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
54672024-06-20T09:45:18.455ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
54682024-06-20T09:45:22.696ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0040 s (4.9M iterations)
54692024-06-20T09:45:27.715ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
54702024-06-20T09:45:27.808Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
54712024-06-20T09:45:27.808Z time: [223.25 ns 223.63 ns 224.10 ns]
54722024-06-20T09:45:27.808ZFound 3 outliers among 100 measurements (3.00%)
54732024-06-20T09:45:27.808Z 2 (2.00%) high mild
54742024-06-20T09:45:27.808Z 1 (1.00%) high severe
54752024-06-20T09:45:28.831Z
54762024-06-20T09:45:28.856ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
54772024-06-20T09:45:28.856ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
54782024-06-20T09:45:31.874ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0103 s (1.7M iterations)
54792024-06-20T09:45:36.915ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
54802024-06-20T09:45:37.008Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
54812024-06-20T09:45:37.008Z time: [377.17 ns 378.27 ns 379.46 ns]
54822024-06-20T09:45:37.008ZFound 4 outliers among 100 measurements (4.00%)
54832024-06-20T09:45:37.008Z 4 (4.00%) high mild
54842024-06-20T09:45:38.029Z
54852024-06-20T09:45:38.029ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
54862024-06-20T09:45:38.029ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
54872024-06-20T09:45:42.030ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (2.6M iterations)
54882024-06-20T09:45:47.031ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
54892024-06-20T09:45:47.124Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
54902024-06-20T09:45:47.124Z time: [227.49 ns 228.16 ns 228.92 ns]
54912024-06-20T09:45:47.124ZFound 7 outliers among 100 measurements (7.00%)
54922024-06-20T09:45:47.124Z 4 (4.00%) high mild
54932024-06-20T09:45:47.124Z 3 (3.00%) high severe
54942024-06-20T09:45:48.149Z
54952024-06-20T09:45:48.174ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
54962024-06-20T09:45:48.174ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
54972024-06-20T09:45:53.153ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0123 s (1.1M iterations)
54982024-06-20T09:45:58.193ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
54992024-06-20T09:45:58.285Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
55002024-06-20T09:45:58.285Z time: [456.48 ns 457.57 ns 458.79 ns]
55012024-06-20T09:45:58.285ZFound 9 outliers among 100 measurements (9.00%)
55022024-06-20T09:45:58.285Z 5 (5.00%) low mild
55032024-06-20T09:45:58.285Z 4 (4.00%) high mild
55042024-06-20T09:45:59.308Z
55052024-06-20T09:45:59.308ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
55062024-06-20T09:45:59.308ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
55072024-06-20T09:46:02.983ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0084 s (2.9M iterations)
55082024-06-20T09:46:08.016ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
55092024-06-20T09:46:08.108Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
55102024-06-20T09:46:08.108Z time: [345.47 ns 346.10 ns 346.89 ns]
55112024-06-20T09:46:08.108ZFound 5 outliers among 100 measurements (5.00%)
55122024-06-20T09:46:08.108Z 1 (1.00%) low mild
55132024-06-20T09:46:08.108Z 2 (2.00%) high mild
55142024-06-20T09:46:08.108Z 2 (2.00%) high severe
55152024-06-20T09:46:09.133Z
55162024-06-20T09:46:09.157ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
55172024-06-20T09:46:09.157ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
55182024-06-20T09:46:13.341ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0064 s (1.2M iterations)
55192024-06-20T09:46:18.578ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
55202024-06-20T09:46:18.674Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
55212024-06-20T09:46:18.674Z time: [323.05 ns 331.77 ns 341.82 ns]
55222024-06-20T09:46:18.674ZFound 20 outliers among 100 measurements (20.00%)
55232024-06-20T09:46:18.674Z 2 (2.00%) high mild
55242024-06-20T09:46:18.674Z 18 (18.00%) high severe
55252024-06-20T09:46:19.698Z
55262024-06-20T09:46:19.698ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
55272024-06-20T09:46:19.698ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
55282024-06-20T09:46:22.841ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0134 s (1.7M iterations)
55292024-06-20T09:46:27.833ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
55302024-06-20T09:46:27.927Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
55312024-06-20T09:46:27.927Z time: [351.01 ns 351.76 ns 352.60 ns]
55322024-06-20T09:46:27.927ZFound 5 outliers among 100 measurements (5.00%)
55332024-06-20T09:46:27.927Z 2 (2.00%) low mild
55342024-06-20T09:46:27.927Z 3 (3.00%) high mild
55352024-06-20T09:46:28.949Z
55362024-06-20T09:46:28.976ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
55372024-06-20T09:46:28.976ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
55382024-06-20T09:46:32.362ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0292 s (773k iterations)
55392024-06-20T09:46:36.915ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
55402024-06-20T09:46:37.009Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
55412024-06-20T09:46:37.009Z time: [345.89 ns 347.11 ns 348.54 ns]
55422024-06-20T09:46:37.009ZFound 5 outliers among 100 measurements (5.00%)
55432024-06-20T09:46:37.009Z 2 (2.00%) high mild
55442024-06-20T09:46:37.009Z 3 (3.00%) high severe
55452024-06-20T09:46:38.030Z
55462024-06-20T09:46:38.030ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
55472024-06-20T09:46:38.030ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55482024-06-20T09:46:41.689ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0041 s (5.7M iterations)
55492024-06-20T09:46:46.589ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55502024-06-20T09:46:46.682Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
55512024-06-20T09:46:46.682Z time: [174.97 ns 175.08 ns 175.21 ns]
55522024-06-20T09:46:46.683ZFound 3 outliers among 100 measurements (3.00%)
55532024-06-20T09:46:46.683Z 2 (2.00%) high mild
55542024-06-20T09:46:46.683Z 1 (1.00%) high severe
55552024-06-20T09:46:47.701Z
55562024-06-20T09:46:47.725ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
55572024-06-20T09:46:47.725ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55582024-06-20T09:46:52.352ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0171 s (1.1M iterations)
55592024-06-20T09:46:57.404ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55602024-06-20T09:46:57.499Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
55612024-06-20T09:46:57.499Z time: [1.8623 µs 1.8631 µs 1.8638 µs]
55622024-06-20T09:46:57.499ZFound 3 outliers among 100 measurements (3.00%)
55632024-06-20T09:46:57.499Z 3 (3.00%) high mild
55642024-06-20T09:46:58.515Z
55652024-06-20T09:46:58.515ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
55662024-06-20T09:46:58.515ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55672024-06-20T09:47:02.104ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0044 s (2.9M iterations)
55682024-06-20T09:47:07.097ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55692024-06-20T09:47:07.191Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
55702024-06-20T09:47:07.191Z time: [178.07 ns 178.17 ns 178.28 ns]
55712024-06-20T09:47:07.191ZFound 5 outliers among 100 measurements (5.00%)
55722024-06-20T09:47:07.191Z 3 (3.00%) high mild
55732024-06-20T09:47:07.191Z 2 (2.00%) high severe
55742024-06-20T09:47:08.208Z
55752024-06-20T09:47:08.208ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
55762024-06-20T09:47:08.208ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55772024-06-20T09:47:12.608ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0004 s (596k iterations)
55782024-06-20T09:47:17.020ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55792024-06-20T09:47:17.112Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
55802024-06-20T09:47:17.112Z time: [2.1990 µs 2.2773 µs 2.3734 µs]
55812024-06-20T09:47:18.132Z
55822024-06-20T09:47:18.132ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
55832024-06-20T09:47:18.132ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55842024-06-20T09:47:21.314ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0040 s (3.3M iterations)
55852024-06-20T09:47:26.301ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
55862024-06-20T09:47:26.394Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
55872024-06-20T09:47:26.394Z time: [285.36 ns 285.65 ns 285.95 ns]
55882024-06-20T09:47:26.394ZFound 1 outliers among 100 measurements (1.00%)
55892024-06-20T09:47:26.394Z 1 (1.00%) high mild
55902024-06-20T09:47:27.411Z
55912024-06-20T09:47:27.436ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
55922024-06-20T09:47:27.436ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55932024-06-20T09:47:32.112ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0029 s (1.1M iterations)
55942024-06-20T09:47:37.152ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
55952024-06-20T09:47:37.246Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
55962024-06-20T09:47:37.246Z time: [1.1712 µs 1.1715 µs 1.1719 µs]
55972024-06-20T09:47:37.246ZFound 3 outliers among 100 measurements (3.00%)
55982024-06-20T09:47:37.246Z 3 (3.00%) high mild
55992024-06-20T09:47:38.260Z
56002024-06-20T09:47:38.260ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
56012024-06-20T09:47:38.260ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
56022024-06-20T09:47:43.911ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0076 s (1.9M iterations)
56032024-06-20T09:47:48.908ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
56042024-06-20T09:47:49.002Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
56052024-06-20T09:47:49.002Z time: [296.90 ns 297.20 ns 297.54 ns]
56062024-06-20T09:47:49.002ZFound 6 outliers among 100 measurements (6.00%)
56072024-06-20T09:47:49.002Z 6 (6.00%) high mild
56082024-06-20T09:47:50.022Z
56092024-06-20T09:47:50.046ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
56102024-06-20T09:47:50.046ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
56112024-06-20T09:47:53.516ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0146 s (752k iterations)
56122024-06-20T09:47:58.596ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
56132024-06-20T09:47:58.691Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
56142024-06-20T09:47:58.691Z time: [1.3030 µs 1.3048 µs 1.3067 µs]
56152024-06-20T09:47:58.691ZFound 7 outliers among 100 measurements (7.00%)
56162024-06-20T09:47:58.691Z 2 (2.00%) low mild
56172024-06-20T09:47:58.691Z 4 (4.00%) high mild
56182024-06-20T09:47:58.691Z 1 (1.00%) high severe
56192024-06-20T09:47:59.708Z
56202024-06-20T09:47:59.708ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
56212024-06-20T09:47:59.708ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56222024-06-20T09:48:03.185ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (6.0M iterations)
56232024-06-20T09:48:08.214ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
56242024-06-20T09:48:08.307Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
56252024-06-20T09:48:08.307Z time: [169.51 ns 169.65 ns 169.81 ns]
56262024-06-20T09:48:08.307ZFound 4 outliers among 100 measurements (4.00%)
56272024-06-20T09:48:08.307Z 2 (2.00%) low mild
56282024-06-20T09:48:08.307Z 1 (1.00%) high mild
56292024-06-20T09:48:08.307Z 1 (1.00%) high severe
56302024-06-20T09:48:09.332Z
56312024-06-20T09:48:09.357ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
56322024-06-20T09:48:09.357ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56332024-06-20T09:48:13.859ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0138 s (1.2M iterations)
56342024-06-20T09:48:18.997ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
56352024-06-20T09:48:19.089Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
56362024-06-20T09:48:19.089Z time: [1.8238 µs 1.8258 µs 1.8277 µs]
56372024-06-20T09:48:20.103Z
56382024-06-20T09:48:20.104ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
56392024-06-20T09:48:20.104ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56402024-06-20T09:48:23.679ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0024 s (2.9M iterations)
56412024-06-20T09:48:28.677ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56422024-06-20T09:48:28.769Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
56432024-06-20T09:48:28.769Z time: [173.28 ns 173.39 ns 173.52 ns]
56442024-06-20T09:48:28.769ZFound 8 outliers among 100 measurements (8.00%)
56452024-06-20T09:48:28.769Z 1 (1.00%) low mild
56462024-06-20T09:48:28.769Z 5 (5.00%) high mild
56472024-06-20T09:48:28.769Z 2 (2.00%) high severe
56482024-06-20T09:48:29.793Z
56492024-06-20T09:48:29.817ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
56502024-06-20T09:48:29.817ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56512024-06-20T09:48:33.027ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0157 s (813k iterations)
56522024-06-20T09:48:38.053ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56532024-06-20T09:48:38.144Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
56542024-06-20T09:48:38.144Z time: [1.8992 µs 1.9020 µs 1.9058 µs]
56552024-06-20T09:48:38.144ZFound 8 outliers among 100 measurements (8.00%)
56562024-06-20T09:48:38.144Z 1 (1.00%) low mild
56572024-06-20T09:48:38.144Z 2 (2.00%) high mild
56582024-06-20T09:48:38.144Z 5 (5.00%) high severe
56592024-06-20T09:48:39.168Z
56602024-06-20T09:48:39.169ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
56612024-06-20T09:48:39.169ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56622024-06-20T09:48:42.298ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0033 s (3.4M iterations)
56632024-06-20T09:48:47.277ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
56642024-06-20T09:48:47.370Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
56652024-06-20T09:48:47.370Z time: [276.82 ns 277.13 ns 277.46 ns]
56662024-06-20T09:48:47.370ZFound 4 outliers among 100 measurements (4.00%)
56672024-06-20T09:48:47.370Z 2 (2.00%) high mild
56682024-06-20T09:48:47.370Z 2 (2.00%) high severe
56692024-06-20T09:48:48.388Z
56702024-06-20T09:48:48.412ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
56712024-06-20T09:48:48.412ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56722024-06-20T09:48:52.888ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0057 s (1.2M iterations)
56732024-06-20T09:48:57.911ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
56742024-06-20T09:48:58.004Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
56752024-06-20T09:48:58.004Z time: [1.0821 µs 1.0826 µs 1.0831 µs]
56762024-06-20T09:48:58.004ZFound 8 outliers among 100 measurements (8.00%)
56772024-06-20T09:48:58.004Z 1 (1.00%) low severe
56782024-06-20T09:48:58.004Z 3 (3.00%) low mild
56792024-06-20T09:48:58.004Z 3 (3.00%) high mild
56802024-06-20T09:48:58.004Z 1 (1.00%) high severe
56812024-06-20T09:48:59.023Z
56822024-06-20T09:48:59.024ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
56832024-06-20T09:48:59.024ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56842024-06-20T09:49:04.672ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0058 s (1.9M iterations)
56852024-06-20T09:49:09.678ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
56862024-06-20T09:49:09.772Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
56872024-06-20T09:49:09.772Z time: [286.58 ns 286.92 ns 287.25 ns]
56882024-06-20T09:49:09.773ZFound 2 outliers among 100 measurements (2.00%)
56892024-06-20T09:49:09.773Z 2 (2.00%) high severe
56902024-06-20T09:49:10.788Z
56912024-06-20T09:49:10.812ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
56922024-06-20T09:49:10.812ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56932024-06-20T09:49:14.163ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0046 s (778k iterations)
56942024-06-20T09:49:19.123ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
56952024-06-20T09:49:19.218Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
56962024-06-20T09:49:19.218Z time: [1.1525 µs 1.1531 µs 1.1538 µs]
56972024-06-20T09:49:19.218ZFound 3 outliers among 100 measurements (3.00%)
56982024-06-20T09:49:19.218Z 2 (2.00%) low mild
56992024-06-20T09:49:19.218Z 1 (1.00%) high mild
57002024-06-20T09:49:20.235Z
57012024-06-20T09:49:20.235ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
57022024-06-20T09:49:20.235ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57032024-06-20T09:49:24.590ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0022 s (4.8M iterations)
57042024-06-20T09:49:29.586ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57052024-06-20T09:49:29.680Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
57062024-06-20T09:49:29.680Z time: [229.36 ns 229.52 ns 229.67 ns]
57072024-06-20T09:49:29.680ZFound 6 outliers among 100 measurements (6.00%)
57082024-06-20T09:49:29.680Z 3 (3.00%) low mild
57092024-06-20T09:49:29.680Z 2 (2.00%) high mild
57102024-06-20T09:49:29.680Z 1 (1.00%) high severe
57112024-06-20T09:49:30.698Z
57122024-06-20T09:49:30.724ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
57132024-06-20T09:49:30.724ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57142024-06-20T09:49:35.953ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0100 s (1000k iterations)
57152024-06-20T09:49:40.967ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57162024-06-20T09:49:41.060Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
57172024-06-20T09:49:41.060Z time: [1.9504 µs 1.9514 µs 1.9527 µs]
57182024-06-20T09:49:41.061ZFound 2 outliers among 100 measurements (2.00%)
57192024-06-20T09:49:41.061Z 1 (1.00%) high mild
57202024-06-20T09:49:41.061Z 1 (1.00%) high severe
57212024-06-20T09:49:42.076Z
57222024-06-20T09:49:42.076ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
57232024-06-20T09:49:42.076ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57242024-06-20T09:49:46.046ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0081 s (2.6M iterations)
57252024-06-20T09:49:51.060ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57262024-06-20T09:49:51.154Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
57272024-06-20T09:49:51.154Z time: [230.07 ns 230.18 ns 230.29 ns]
57282024-06-20T09:49:51.154ZFound 4 outliers among 100 measurements (4.00%)
57292024-06-20T09:49:51.154Z 3 (3.00%) high mild
57302024-06-20T09:49:51.154Z 1 (1.00%) high severe
57312024-06-20T09:49:52.173Z
57322024-06-20T09:49:52.197ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
57332024-06-20T09:49:52.197ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57342024-06-20T09:49:55.773ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0270 s (732k iterations)
57352024-06-20T09:50:00.828ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57362024-06-20T09:50:00.921Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
57372024-06-20T09:50:00.921Z time: [2.0985 µs 2.1002 µs 2.1019 µs]
57382024-06-20T09:50:00.921ZFound 10 outliers among 100 measurements (10.00%)
57392024-06-20T09:50:00.921Z 1 (1.00%) low mild
57402024-06-20T09:50:00.922Z 7 (7.00%) high mild
57412024-06-20T09:50:00.922Z 2 (2.00%) high severe
57422024-06-20T09:50:01.936Z
57432024-06-20T09:50:01.936ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
57442024-06-20T09:50:01.936ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57452024-06-20T09:50:05.611ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0005 s (2.9M iterations)
57462024-06-20T09:50:10.601ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
57472024-06-20T09:50:10.693Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
57482024-06-20T09:50:10.693Z time: [342.51 ns 342.77 ns 343.03 ns]
57492024-06-20T09:50:10.693ZFound 1 outliers among 100 measurements (1.00%)
57502024-06-20T09:50:10.693Z 1 (1.00%) high mild
57512024-06-20T09:50:11.714Z
57522024-06-20T09:50:11.738ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
57532024-06-20T09:50:11.738ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57542024-06-20T09:50:18.189ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0207 s (813k iterations)
57552024-06-20T09:50:22.369ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
57562024-06-20T09:50:22.463Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
57572024-06-20T09:50:22.463Z time: [1.2022 µs 1.2057 µs 1.2115 µs]
57582024-06-20T09:50:22.463ZFound 23 outliers among 100 measurements (23.00%)
57592024-06-20T09:50:22.463Z 23 (23.00%) high severe
57602024-06-20T09:50:23.488Z
57612024-06-20T09:50:23.488ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
57622024-06-20T09:50:23.488ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57632024-06-20T09:50:26.605ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0143 s (1.7M iterations)
57642024-06-20T09:50:31.739ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57652024-06-20T09:50:31.832Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
57662024-06-20T09:50:31.833Z time: [358.77 ns 359.08 ns 359.40 ns]
57672024-06-20T09:50:31.833ZFound 3 outliers among 100 measurements (3.00%)
57682024-06-20T09:50:31.833Z 2 (2.00%) low mild
57692024-06-20T09:50:31.833Z 1 (1.00%) high mild
57702024-06-20T09:50:32.852Z
57712024-06-20T09:50:32.875ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
57722024-06-20T09:50:32.876ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57732024-06-20T09:50:36.668ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0358 s (692k iterations)
57742024-06-20T09:50:41.731ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57752024-06-20T09:50:41.824Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
57762024-06-20T09:50:41.824Z time: [1.3022 µs 1.3025 µs 1.3029 µs]
57772024-06-20T09:50:41.824ZFound 3 outliers among 100 measurements (3.00%)
57782024-06-20T09:50:41.824Z 2 (2.00%) high mild
57792024-06-20T09:50:41.824Z 1 (1.00%) high severe
57802024-06-20T09:50:42.840Z
57812024-06-20T09:50:42.840ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
57822024-06-20T09:50:42.840ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57832024-06-20T09:50:47.054ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (5.0M iterations)
57842024-06-20T09:50:52.093ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
57852024-06-20T09:50:52.186Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
57862024-06-20T09:50:52.186Z time: [223.71 ns 223.81 ns 223.92 ns]
57872024-06-20T09:50:52.186ZFound 2 outliers among 100 measurements (2.00%)
57882024-06-20T09:50:52.186Z 1 (1.00%) low mild
57892024-06-20T09:50:52.186Z 1 (1.00%) high mild
57902024-06-20T09:50:53.203Z
57912024-06-20T09:50:53.227ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
57922024-06-20T09:50:53.227ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57932024-06-20T09:50:58.257ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0161 s (1.0M iterations)
57942024-06-20T09:51:03.269ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
57952024-06-20T09:51:03.362Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
57962024-06-20T09:51:03.362Z time: [1.8628 µs 1.8650 µs 1.8696 µs]
57972024-06-20T09:51:03.362ZFound 10 outliers among 100 measurements (10.00%)
57982024-06-20T09:51:03.362Z 3 (3.00%) low mild
57992024-06-20T09:51:03.362Z 4 (4.00%) high mild
58002024-06-20T09:51:03.362Z 3 (3.00%) high severe
58012024-06-20T09:51:04.390Z
58022024-06-20T09:51:04.414ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
58032024-06-20T09:51:04.414ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58042024-06-20T09:51:08.314ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0078 s (2.7M iterations)
58052024-06-20T09:51:13.359ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58062024-06-20T09:51:13.452Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
58072024-06-20T09:51:13.452Z time: [224.72 ns 224.86 ns 225.02 ns]
58082024-06-20T09:51:13.452ZFound 5 outliers among 100 measurements (5.00%)
58092024-06-20T09:51:13.452Z 1 (1.00%) low mild
58102024-06-20T09:51:13.452Z 4 (4.00%) high mild
58112024-06-20T09:51:14.468Z
58122024-06-20T09:51:14.492ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
58132024-06-20T09:51:14.492ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58142024-06-20T09:51:18.021ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0313 s (742k iterations)
58152024-06-20T09:51:23.709ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58162024-06-20T09:51:23.803Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
58172024-06-20T09:51:23.803Z time: [2.2642 µs 2.3382 µs 2.4029 µs]
58182024-06-20T09:51:23.803ZFound 14 outliers among 100 measurements (14.00%)
58192024-06-20T09:51:23.803Z 14 (14.00%) high mild
58202024-06-20T09:51:24.818Z
58212024-06-20T09:51:24.818ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
58222024-06-20T09:51:24.818ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58232024-06-20T09:51:28.428ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0073 s (2.9M iterations)
58242024-06-20T09:51:33.445ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
58252024-06-20T09:51:33.539Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
58262024-06-20T09:51:33.539Z time: [339.81 ns 340.17 ns 340.55 ns]
58272024-06-20T09:51:33.539ZFound 3 outliers among 100 measurements (3.00%)
58282024-06-20T09:51:33.539Z 3 (3.00%) high mild
58292024-06-20T09:51:34.557Z
58302024-06-20T09:51:34.581ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
58312024-06-20T09:51:34.581ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58322024-06-20T09:51:39.704ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0064 s (1.0M iterations)
58332024-06-20T09:51:44.736ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
58342024-06-20T09:51:44.830Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
58352024-06-20T09:51:44.830Z time: [1.1171 µs 1.1180 µs 1.1196 µs]
58362024-06-20T09:51:44.830ZFound 6 outliers among 100 measurements (6.00%)
58372024-06-20T09:51:44.830Z 3 (3.00%) high mild
58382024-06-20T09:51:44.830Z 3 (3.00%) high severe
58392024-06-20T09:51:45.853Z
58402024-06-20T09:51:45.853ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
58412024-06-20T09:51:45.853ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58422024-06-20T09:51:48.945ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0035 s (1.7M iterations)
58432024-06-20T09:51:53.951ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
58442024-06-20T09:51:54.044Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
58452024-06-20T09:51:54.044Z time: [344.25 ns 344.65 ns 345.05 ns]
58462024-06-20T09:51:55.061Z
58472024-06-20T09:51:55.085ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
58482024-06-20T09:51:55.085ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58492024-06-20T09:51:58.746ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0041 s (712k iterations)
58502024-06-20T09:52:03.753ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
58512024-06-20T09:52:03.846Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
58522024-06-20T09:52:03.846Z time: [1.1886 µs 1.1895 µs 1.1903 µs]
58532024-06-20T09:52:03.846ZFound 4 outliers among 100 measurements (4.00%)
58542024-06-20T09:52:03.846Z 4 (4.00%) high mild
58552024-06-20T09:52:04.863Z
58562024-06-20T09:52:04.908ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
58572024-06-20T09:52:04.908ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
58582024-06-20T09:52:04.908ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0853 ms (385 iterations)
58592024-06-20T09:52:04.908ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
58602024-06-20T09:52:04.908Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
58612024-06-20T09:52:04.908Z time: [15.000 15.000 15.000 ]
58622024-06-20T09:52:04.909Z
58632024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
58642024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
58652024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.1034 ms (440 iterations)
58662024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
58672024-06-20T09:52:04.909Zprocess/Hairpin-DHCPv4/alloc_ct/Request
58682024-06-20T09:52:04.909Z time: [14.000 14.000 14.000 ]
58692024-06-20T09:52:04.909Z
58702024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
58712024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
58722024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.1456 ms (330 iterations)
58732024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
58742024-06-20T09:52:04.909Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
58752024-06-20T09:52:04.909Z time: [16.000 16.000 16.000 ]
58762024-06-20T09:52:04.909Z
58772024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
58782024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
58792024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.1498 ms (330 iterations)
58802024-06-20T09:52:04.909ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
58812024-06-20T09:52:04.909Zprocess/Hairpin-DHCPv6/alloc_ct/Request
58822024-06-20T09:52:04.909Z time: [17.000 17.000 17.000 ]
58832024-06-20T09:52:04.909Z
58842024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
58852024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
58862024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0292 ms (605 iterations)
58872024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
58882024-06-20T09:52:04.909Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
58892024-06-20T09:52:04.909Z time: [8.0000 8.0000 8.0000 ]
58902024-06-20T09:52:04.909Z
58912024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
58922024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
58932024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0855 ms (495 iterations)
58942024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
58952024-06-20T09:52:04.909Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
58962024-06-20T09:52:04.909Z time: [8.0000 8.0000 8.0000 ]
58972024-06-20T09:52:04.909Z
58982024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
58992024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
59002024-06-20T09:52:04.909ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0787 ms (495 iterations)
59012024-06-20T09:52:04.910ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
59022024-06-20T09:52:04.910Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
59032024-06-20T09:52:04.910Z time: [8.0000 8.0000 8.0000 ]
59042024-06-20T09:52:04.910Z
59052024-06-20T09:52:04.910ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
59062024-06-20T09:52:04.910ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
59072024-06-20T09:52:04.910ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0547 ms (495 iterations)
59082024-06-20T09:52:04.910ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
59092024-06-20T09:52:04.956Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
59102024-06-20T09:52:04.956Z time: [8.0000 8.0000 8.0000 ]
59112024-06-20T09:52:04.956Z
59122024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
59132024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
59142024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1359 ms (330 iterations)
59152024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
59162024-06-20T09:52:04.956Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
59172024-06-20T09:52:04.956Z time: [3.0000 3.0000 3.0000 ]
59182024-06-20T09:52:04.956Z
59192024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
59202024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
59212024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1419 ms (220 iterations)
59222024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
59232024-06-20T09:52:04.956Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
59242024-06-20T09:52:04.956Z time: [4.0000 4.0000 4.0000 ]
59252024-06-20T09:52:04.956Z
59262024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
59272024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
59282024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1245 ms (275 iterations)
59292024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
59302024-06-20T09:52:04.956ZCriterion.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.
59312024-06-20T09:52:04.956Z
59322024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
59332024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
59342024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1043 ms (165 iterations)
59352024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
59362024-06-20T09:52:04.956ZCriterion.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.
59372024-06-20T09:52:04.956Z
59382024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
59392024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
59402024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1308 ms (440 iterations)
59412024-06-20T09:52:04.956ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
59422024-06-20T09:52:04.956Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
59432024-06-20T09:52:04.956Z time: [3.0000 3.0000 3.0000 ]
59442024-06-20T09:52:04.956Z
59452024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
59462024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
59472024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0605 ms (220 iterations)
59482024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
59492024-06-20T09:52:04.957Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
59502024-06-20T09:52:04.957Z time: [4.0000 4.0000 4.0000 ]
59512024-06-20T09:52:04.957Z
59522024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
59532024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
59542024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0282 ms (275 iterations)
59552024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
59562024-06-20T09:52:04.957ZCriterion.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.
59572024-06-20T09:52:04.957Z
59582024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
59592024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
59602024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2923 ms (220 iterations)
59612024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
59622024-06-20T09:52:04.957ZCriterion.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.
59632024-06-20T09:52:04.957Z
59642024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
59652024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
59662024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1416 ms (330 iterations)
59672024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
59682024-06-20T09:52:04.957Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
59692024-06-20T09:52:04.957Z time: [3.0000 3.0000 3.0000 ]
59702024-06-20T09:52:04.957Z
59712024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
59722024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
59732024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2335 ms (220 iterations)
59742024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
59752024-06-20T09:52:04.957Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
59762024-06-20T09:52:04.957Z time: [4.0000 4.0000 4.0000 ]
59772024-06-20T09:52:04.957Z
59782024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
59792024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
59802024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0279 ms (220 iterations)
59812024-06-20T09:52:04.957ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
59822024-06-20T09:52:04.957ZCriterion.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.
59832024-06-20T09:52:04.957Z
59842024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
59852024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
59862024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2401 ms (165 iterations)
59872024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
59882024-06-20T09:52:04.958ZCriterion.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.
59892024-06-20T09:52:04.958Z
59902024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
59912024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
59922024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1654 ms (385 iterations)
59932024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
59942024-06-20T09:52:04.958Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
59952024-06-20T09:52:04.958Z time: [3.0000 3.0000 3.0000 ]
59962024-06-20T09:52:04.958Z
59972024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
59982024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
59992024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1680 ms (220 iterations)
60002024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
60012024-06-20T09:52:04.958Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
60022024-06-20T09:52:04.958Z time: [4.0000 4.0000 4.0000 ]
60032024-06-20T09:52:04.958Z
60042024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
60052024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
60062024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1695 ms (275 iterations)
60072024-06-20T09:52:04.958ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
60082024-06-20T09:52:04.958ZCriterion.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.
60092024-06-20T09:52:04.983Z
60102024-06-20T09:52:04.983ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
60112024-06-20T09:52:04.983ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
60122024-06-20T09:52:04.983ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1473 ms (165 iterations)
60132024-06-20T09:52:04.983ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
60142024-06-20T09:52:04.983ZCriterion.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.
60152024-06-20T09:52:04.983Z
60162024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
60172024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
60182024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0224 ms (165 iterations)
60192024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
60202024-06-20T09:52:04.983Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
60212024-06-20T09:52:04.983Z time: [17.000 17.000 17.000 ]
60222024-06-20T09:52:04.983Z
60232024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
60242024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
60252024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0037 ms (110 iterations)
60262024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
60272024-06-20T09:52:04.983Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
60282024-06-20T09:52:04.983Z time: [19.000 19.000 19.000 ]
60292024-06-20T09:52:04.983Z
60302024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
60312024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
60322024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1196 ms (220 iterations)
60332024-06-20T09:52:04.983ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
60342024-06-20T09:52:04.983Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
60352024-06-20T09:52:04.983Z time: [10.000 10.000 10.000 ]
60362024-06-20T09:52:04.983Z
60372024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
60382024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
60392024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2952 ms (165 iterations)
60402024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
60412024-06-20T09:52:04.984Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
60422024-06-20T09:52:04.984Z time: [11.000 11.000 11.000 ]
60432024-06-20T09:52:04.984Z
60442024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
60452024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
60462024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0638 ms (220 iterations)
60472024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
60482024-06-20T09:52:04.984Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
60492024-06-20T09:52:04.984Z time: [17.000 17.000 17.000 ]
60502024-06-20T09:52:04.984Z
60512024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
60522024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
60532024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2104 ms (165 iterations)
60542024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
60552024-06-20T09:52:04.984Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
60562024-06-20T09:52:04.984Z time: [19.000 19.000 19.000 ]
60572024-06-20T09:52:04.984Z
60582024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
60592024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
60602024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0253 ms (220 iterations)
60612024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
60622024-06-20T09:52:04.984Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
60632024-06-20T09:52:04.984Z time: [10.000 10.000 10.000 ]
60642024-06-20T09:52:04.984Z
60652024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
60662024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
60672024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2801 ms (165 iterations)
60682024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
60692024-06-20T09:52:04.984Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
60702024-06-20T09:52:04.984Z time: [11.000 11.000 11.000 ]
60712024-06-20T09:52:04.984Z
60722024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
60732024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
60742024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.2482 ms (220 iterations)
60752024-06-20T09:52:04.984ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
60762024-06-20T09:52:04.985Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
60772024-06-20T09:52:04.985Z time: [17.000 17.000 17.000 ]
60782024-06-20T09:52:04.985Z
60792024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
60802024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
60812024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.3331 ms (165 iterations)
60822024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
60832024-06-20T09:52:04.985Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
60842024-06-20T09:52:04.985Z time: [19.000 19.000 19.000 ]
60852024-06-20T09:52:04.985Z
60862024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
60872024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
60882024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.2152 ms (220 iterations)
60892024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
60902024-06-20T09:52:04.985Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
60912024-06-20T09:52:04.985Z time: [10.000 10.000 10.000 ]
60922024-06-20T09:52:04.985Z
60932024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
60942024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
60952024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.3664 ms (165 iterations)
60962024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
60972024-06-20T09:52:04.985Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
60982024-06-20T09:52:04.985Z time: [11.000 11.000 11.000 ]
60992024-06-20T09:52:04.985Z
61002024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
61012024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
61022024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1803 ms (220 iterations)
61032024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
61042024-06-20T09:52:04.985Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
61052024-06-20T09:52:04.985Z time: [17.000 17.000 17.000 ]
61062024-06-20T09:52:04.985Z
61072024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
61082024-06-20T09:52:04.985ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
61092024-06-20T09:52:05.010ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2757 ms (165 iterations)
61102024-06-20T09:52:05.010ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
61112024-06-20T09:52:05.010Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
61122024-06-20T09:52:05.010Z time: [19.000 19.000 19.000 ]
61132024-06-20T09:52:05.010Z
61142024-06-20T09:52:05.010ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
61152024-06-20T09:52:05.010ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
61162024-06-20T09:52:05.010ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1456 ms (220 iterations)
61172024-06-20T09:52:05.010ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
61182024-06-20T09:52:05.010Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
61192024-06-20T09:52:05.011Z time: [10.000 10.000 10.000 ]
61202024-06-20T09:52:05.011Z
61212024-06-20T09:52:05.011ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
61222024-06-20T09:52:05.011ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
61232024-06-20T09:52:05.011ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.3085 ms (165 iterations)
61242024-06-20T09:52:05.011ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
61252024-06-20T09:52:05.011Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
61262024-06-20T09:52:05.011Z time: [11.000 11.000 11.000 ]
61272024-06-20T09:52:05.011Z
61282024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
61292024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
61302024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0514 ms (385 iterations)
61312024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
61322024-06-20T09:52:05.011Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
61332024-06-20T09:52:05.011Z time: [3467.0 B 3467.0 B 3467.0 B]
61342024-06-20T09:52:05.011Z
61352024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
61362024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
61372024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0951 ms (440 iterations)
61382024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
61392024-06-20T09:52:05.011Zprocess/Hairpin-DHCPv4/alloc_sz/Request
61402024-06-20T09:52:05.011Z time: [3203.0 B 3203.0 B 3203.0 B]
61412024-06-20T09:52:05.011Z
61422024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
61432024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
61442024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.1525 ms (330 iterations)
61452024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
61462024-06-20T09:52:05.011Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
61472024-06-20T09:52:05.011Z time: [2840.0 B 2840.0 B 2840.0 B]
61482024-06-20T09:52:05.011Z
61492024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
61502024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
61512024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.1622 ms (330 iterations)
61522024-06-20T09:52:05.011ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
61532024-06-20T09:52:05.011Zprocess/Hairpin-DHCPv6/alloc_sz/Request
61542024-06-20T09:52:05.011Z time: [3238.0 B 3238.0 B 3238.0 B]
61552024-06-20T09:52:05.011Z
61562024-06-20T09:52:05.011ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
61572024-06-20T09:52:05.011ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
61582024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0127 ms (605 iterations)
61592024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
61602024-06-20T09:52:05.012Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
61612024-06-20T09:52:05.012Z time: [1538.0 B 1538.0 B 1538.0 B]
61622024-06-20T09:52:05.012Z
61632024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
61642024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
61652024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0762 ms (495 iterations)
61662024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
61672024-06-20T09:52:05.012Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
61682024-06-20T09:52:05.012Z time: [1558.0 B 1558.0 B 1558.0 B]
61692024-06-20T09:52:05.012Z
61702024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
61712024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
61722024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.1034 ms (495 iterations)
61732024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
61742024-06-20T09:52:05.012Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
61752024-06-20T09:52:05.012Z time: [1606.0 B 1606.0 B 1606.0 B]
61762024-06-20T09:52:05.012Z
61772024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
61782024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
61792024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0642 ms (495 iterations)
61802024-06-20T09:52:05.012ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
61812024-06-20T09:52:05.012Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
61822024-06-20T09:52:05.012Z time: [1590.0 B 1590.0 B 1590.0 B]
61832024-06-20T09:52:05.012Z
61842024-06-20T09:52:05.012ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
61852024-06-20T09:52:05.012ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
61862024-06-20T09:52:05.012ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0835 ms (330 iterations)
61872024-06-20T09:52:05.012ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
61882024-06-20T09:52:05.012Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
61892024-06-20T09:52:05.012Z time: [300.00 B 300.00 B 300.00 B]
61902024-06-20T09:52:05.012Z
61912024-06-20T09:52:05.012ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
61922024-06-20T09:52:05.012ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
61932024-06-20T09:52:05.012ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1305 ms (220 iterations)
61942024-06-20T09:52:05.012ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
61952024-06-20T09:52:05.012Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
61962024-06-20T09:52:05.012Z time: [428.00 B 428.00 B 428.00 B]
61972024-06-20T09:52:05.013Z
61982024-06-20T09:52:05.013ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
61992024-06-20T09:52:05.013ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
62002024-06-20T09:52:05.013ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0884 ms (275 iterations)
62012024-06-20T09:52:05.013ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
62022024-06-20T09:52:05.013ZCriterion.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.
62032024-06-20T09:52:05.013Z
62042024-06-20T09:52:05.013ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
62052024-06-20T09:52:05.013ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
62062024-06-20T09:52:05.013ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1021 ms (110 iterations)
62072024-06-20T09:52:05.037ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
62082024-06-20T09:52:05.037ZCriterion.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.
62092024-06-20T09:52:05.037Z
62102024-06-20T09:52:05.037ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
62112024-06-20T09:52:05.037ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
62122024-06-20T09:52:05.037ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1253 ms (440 iterations)
62132024-06-20T09:52:05.037ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
62142024-06-20T09:52:05.037Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
62152024-06-20T09:52:05.038Z time: [288.00 B 288.00 B 288.00 B]
62162024-06-20T09:52:05.038Z
62172024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
62182024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
62192024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0644 ms (220 iterations)
62202024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
62212024-06-20T09:52:05.038Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
62222024-06-20T09:52:05.038Z time: [416.00 B 416.00 B 416.00 B]
62232024-06-20T09:52:05.038Z
62242024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
62252024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
62262024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1954 ms (330 iterations)
62272024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
62282024-06-20T09:52:05.038ZCriterion.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.
62292024-06-20T09:52:05.038Z
62302024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
62312024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
62322024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2630 ms (220 iterations)
62332024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
62342024-06-20T09:52:05.038ZCriterion.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.
62352024-06-20T09:52:05.038Z
62362024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
62372024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
62382024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1561 ms (330 iterations)
62392024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
62402024-06-20T09:52:05.038Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
62412024-06-20T09:52:05.038Z time: [320.00 B 320.00 B 320.00 B]
62422024-06-20T09:52:05.038Z
62432024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
62442024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
62452024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2203 ms (220 iterations)
62462024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
62472024-06-20T09:52:05.038Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
62482024-06-20T09:52:05.038Z time: [448.00 B 448.00 B 448.00 B]
62492024-06-20T09:52:05.038Z
62502024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
62512024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
62522024-06-20T09:52:05.038ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0509 ms (220 iterations)
62532024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
62542024-06-20T09:52:05.039ZCriterion.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.
62552024-06-20T09:52:05.039Z
62562024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
62572024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
62582024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2031 ms (165 iterations)
62592024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
62602024-06-20T09:52:05.039ZCriterion.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.
62612024-06-20T09:52:05.039Z
62622024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
62632024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
62642024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1566 ms (385 iterations)
62652024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
62662024-06-20T09:52:05.039Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
62672024-06-20T09:52:05.039Z time: [308.00 B 308.00 B 308.00 B]
62682024-06-20T09:52:05.039Z
62692024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
62702024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
62712024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1632 ms (220 iterations)
62722024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
62732024-06-20T09:52:05.039Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
62742024-06-20T09:52:05.039Z time: [436.00 B 436.00 B 436.00 B]
62752024-06-20T09:52:05.039Z
62762024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
62772024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
62782024-06-20T09:52:05.039ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1416 ms (275 iterations)
62792024-06-20T09:52:05.064ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
62802024-06-20T09:52:05.064ZCriterion.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.
62812024-06-20T09:52:05.064Z
62822024-06-20T09:52:05.064ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
62832024-06-20T09:52:05.064ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
62842024-06-20T09:52:05.064ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1108 ms (165 iterations)
62852024-06-20T09:52:05.064ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
62862024-06-20T09:52:05.064ZCriterion.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.
62872024-06-20T09:52:05.064Z
62882024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
62892024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
62902024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0690 ms (220 iterations)
62912024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
62922024-06-20T09:52:05.064Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
62932024-06-20T09:52:05.064Z time: [9091.0 B 9091.0 B 9091.0 B]
62942024-06-20T09:52:05.064Z
62952024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
62962024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
62972024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1921 ms (165 iterations)
62982024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
62992024-06-20T09:52:05.064Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
63002024-06-20T09:52:05.064Z time: [9283.0 B 9283.0 B 9283.0 B]
63012024-06-20T09:52:05.064Z
63022024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
63032024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
63042024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0583 ms (220 iterations)
63052024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
63062024-06-20T09:52:05.064Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
63072024-06-20T09:52:05.064Z time: [8008.0 B 8008.0 B 8008.0 B]
63082024-06-20T09:52:05.064Z
63092024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
63102024-06-20T09:52:05.064ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63112024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2663 ms (165 iterations)
63122024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
63132024-06-20T09:52:05.065Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
63142024-06-20T09:52:05.065Z time: [8072.0 B 8072.0 B 8072.0 B]
63152024-06-20T09:52:05.065Z
63162024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
63172024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
63182024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0188 ms (220 iterations)
63192024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
63202024-06-20T09:52:05.065Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
63212024-06-20T09:52:05.065Z time: [9079.0 B 9079.0 B 9079.0 B]
63222024-06-20T09:52:05.065Z
63232024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
63242024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
63252024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2382 ms (165 iterations)
63262024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
63272024-06-20T09:52:05.065Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
63282024-06-20T09:52:05.065Z time: [9271.0 B 9271.0 B 9271.0 B]
63292024-06-20T09:52:05.065Z
63302024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
63312024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
63322024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0233 ms (220 iterations)
63332024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
63342024-06-20T09:52:05.065Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
63352024-06-20T09:52:05.065Z time: [8008.0 B 8008.0 B 8008.0 B]
63362024-06-20T09:52:05.065Z
63372024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
63382024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
63392024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2208 ms (165 iterations)
63402024-06-20T09:52:05.065ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
63412024-06-20T09:52:05.065Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
63422024-06-20T09:52:05.065Z time: [8072.0 B 8072.0 B 8072.0 B]
63432024-06-20T09:52:05.090Z
63442024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
63452024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
63462024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.2161 ms (220 iterations)
63472024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
63482024-06-20T09:52:05.090Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
63492024-06-20T09:52:05.090Z time: [9111.0 B 9111.0 B 9111.0 B]
63502024-06-20T09:52:05.090Z
63512024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
63522024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
63532024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.3257 ms (165 iterations)
63542024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
63552024-06-20T09:52:05.090Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
63562024-06-20T09:52:05.090Z time: [9303.0 B 9303.0 B 9303.0 B]
63572024-06-20T09:52:05.090Z
63582024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
63592024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
63602024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.2142 ms (220 iterations)
63612024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
63622024-06-20T09:52:05.090Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
63632024-06-20T09:52:05.090Z time: [8008.0 B 8008.0 B 8008.0 B]
63642024-06-20T09:52:05.090Z
63652024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
63662024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
63672024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.3880 ms (165 iterations)
63682024-06-20T09:52:05.090ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
63692024-06-20T09:52:05.090Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
63702024-06-20T09:52:05.091Z time: [8072.0 B 8072.0 B 8072.0 B]
63712024-06-20T09:52:05.091Z
63722024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
63732024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
63742024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1837 ms (220 iterations)
63752024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
63762024-06-20T09:52:05.091Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
63772024-06-20T09:52:05.091Z time: [9099.0 B 9099.0 B 9099.0 B]
63782024-06-20T09:52:05.091Z
63792024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
63802024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
63812024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2940 ms (165 iterations)
63822024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
63832024-06-20T09:52:05.091Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
63842024-06-20T09:52:05.091Z time: [9291.0 B 9291.0 B 9291.0 B]
63852024-06-20T09:52:05.091Z
63862024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
63872024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
63882024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1447 ms (220 iterations)
63892024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
63902024-06-20T09:52:05.091Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
63912024-06-20T09:52:05.091Z time: [8008.0 B 8008.0 B 8008.0 B]
63922024-06-20T09:52:05.091Z
63932024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
63942024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
63952024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.3708 ms (165 iterations)
63962024-06-20T09:52:05.091ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
63972024-06-20T09:52:05.091Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
63982024-06-20T09:52:05.091Z time: [8072.0 B 8072.0 B 8072.0 B]
63992024-06-20T09:52:05.116Z
64002024-06-20T09:52:05.139Z+ cp -r target/criterion /work/bench-results
64012024-06-20T09:52:05.309Z+ cp -r target/xde-bench /work/bench-results
64022024-06-20T09:52:05.359Z+ pushd /work
64032024-06-20T09:52:05.359Z/work /work/oxidecomputer/opte
64042024-06-20T09:52:05.383Z+ tar -caf bench-results.tgz bench-results
64052024-06-20T09:52:06.240Z+ popd
64062024-06-20T09:52:06.240Z/work/oxidecomputer/opte
64072024-06-20T09:52:06.264Z+ cleanup
64082024-06-20T09:52:06.264Z++ id -un
64092024-06-20T09:52:06.264Z++ id -gn
64102024-06-20T09:52:06.264Z+ pfexec chown -R build:build .
64112024-06-20T09:52:06.312Z+ [[ -z 01J0TF1BP0AXR5949CJQPJX59N ]]
64122024-06-20T09:52:06.336Zprocess exited: duration 1578566 ms, exit code 0
 
64132024-06-20T09:52:06.385Zfound 1 output files
64142024-06-20T09:52:06.385Zuploading: /work/bench-results.tgz (4326293 bytes)
64152024-06-20T09:52:07.796Zuploaded: /work/bench-results.tgz