|
|
|
| 1 | 2025-05-08T21:05:06.410Z | job dependencies complete; ready to run (waiting for 6 m 43 s) |
| 2 | 2025-05-08T21:06:22.213Z | job assigned to worker 01JTRVEYEVB32Z89HC84Z1229B [factory aws, i-01668244fa9a3e47d] (queued for 1 m 15 s) |
| 3 | 2025-05-08T21:06:30.247Z | downloading input: /input/xde/work/debug/xde.dbg |
| 4 | 2025-05-08T21:06:31.615Z | downloaded input: /input/xde/work/debug/xde.dbg |
| 5 | 2025-05-08T21:06:31.615Z | downloading input: /input/xde/work/debug/xde.dbg.sha256 |
| 6 | 2025-05-08T21:06:31.644Z | downloaded input: /input/xde/work/debug/xde.dbg.sha256 |
| 7 | 2025-05-08T21:06:31.644Z | downloading input: /input/xde/work/debug/xde_link.dbg.so |
| 8 | 2025-05-08T21:06:31.672Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so |
| 9 | 2025-05-08T21:06:31.672Z | downloading input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
| 10 | 2025-05-08T21:06:31.688Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
| 11 | 2025-05-08T21:06:31.692Z | downloading input: /input/xde/work/release/xde |
| 12 | 2025-05-08T21:06:32.374Z | downloaded input: /input/xde/work/release/xde |
| 13 | 2025-05-08T21:06:32.374Z | downloading input: /input/xde/work/release/xde.sha256 |
| 14 | 2025-05-08T21:06:32.389Z | downloaded input: /input/xde/work/release/xde.sha256 |
| 15 | 2025-05-08T21:06:32.389Z | downloading input: /input/xde/work/release/xde_link.so |
| 16 | 2025-05-08T21:06:32.412Z | downloaded input: /input/xde/work/release/xde_link.so |
| 17 | 2025-05-08T21:06:32.412Z | downloading input: /input/xde/work/release/xde_link.so.sha256 |
| 18 | 2025-05-08T21:06:32.426Z | downloaded input: /input/xde/work/release/xde_link.so.sha256 |
| 19 | 2025-05-08T21:06:32.432Z | downloading input: /input/xde/work/test/loopback |
| 20 | 2025-05-08T21:06:32.990Z | downloaded input: /input/xde/work/test/loopback |
| 21 | 2025-05-08T21:06:32.990Z | downloading input: /input/xde/work/xde.conf |
| 22 | 2025-05-08T21:06:33.005Z | downloaded input: /input/xde/work/xde.conf |
| |
| 23 | 2025-05-08T21:06:33.005Z | starting task 0: "setup" |
| 24 | 2025-05-08T21:06:33.013Z | ++ uname -s |
| 25 | 2025-05-08T21:06:33.016Z | + kern=SunOS |
| 26 | 2025-05-08T21:06:33.016Z | + build_user=build |
| 27 | 2025-05-08T21:06:33.016Z | + build_uid=12345 |
| 28 | 2025-05-08T21:06:33.016Z | + work_dir=/work |
| 29 | 2025-05-08T21:06:33.016Z | + input_dir=/input |
| 30 | 2025-05-08T21:06:33.016Z | + [[ 0 == 12345 ]] |
| 31 | 2025-05-08T21:06:33.016Z | + case "$kern" in |
| 32 | 2025-05-08T21:06:33.016Z | + groupadd -g 12345 build |
| 33 | 2025-05-08T21:06:33.019Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 34 | 2025-05-08T21:06:35.027Z | + zfs create -o mountpoint=/work rpool/work |
| 35 | 2025-05-08T21:06:35.138Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 36 | 2025-05-08T21:06:35.141Z | + home_fs=zfs |
| 37 | 2025-05-08T21:06:35.142Z | + [[ zfs == autofs ]] |
| 38 | 2025-05-08T21:06:35.142Z | + mkdir -p /home/build |
| 39 | 2025-05-08T21:06:35.145Z | + chown build:build /home/build /work |
| 40 | 2025-05-08T21:06:37.145Z | + chmod 0700 /home/build /work |
| 41 | 2025-05-08T21:06:37.148Z | process exited: duration 4142 ms, exit code 0 |
| |
| 42 | 2025-05-08T21:06:37.154Z | starting task 1: "rust-toolchain" |
| 43 | 2025-05-08T21:06:37.160Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 44 | 2025-05-08T21:06:37.160Z | * rust toolchain channel = "1.86.0" |
| 45 | 2025-05-08T21:06:37.160Z | * rust toolchain profile = "default" |
| 46 | 2025-05-08T21:06:37.160Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 47 | 2025-05-08T21:06:37.160Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 48 | 2025-05-08T21:06:37.160Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 49 | 2025-05-08T21:06:37.163Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 50 | 2025-05-08T21:06:37.163Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 51 | 2025-05-08T21:06:37.265Z | info: downloading installer |
| 52 | 2025-05-08T21:06:38.935Z | warn: It looks like you have an existing installation of Rust at: |
| 53 | 2025-05-08T21:06:38.936Z | warn: /opt/ooce/bin |
| 54 | 2025-05-08T21:06:38.936Z | warn: It is recommended that rustup be the primary Rust installation. |
| 55 | 2025-05-08T21:06:38.936Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 56 | 2025-05-08T21:06:38.936Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 57 | 2025-05-08T21:06:38.936Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 58 | 2025-05-08T21:06:38.936Z | warn: or pass `-y' to ignore all ignorable checks. |
| 59 | 2025-05-08T21:06:38.936Z | error: cannot install while Rust is installed |
| 60 | 2025-05-08T21:06:38.936Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 61 | 2025-05-08T21:06:38.951Z | info: profile set to 'default' |
| 62 | 2025-05-08T21:06:38.951Z | info: default host triple is x86_64-unknown-illumos |
| 63 | 2025-05-08T21:06:38.955Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 64 | 2025-05-08T21:06:39.133Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 65 | 2025-05-08T21:06:39.133Z | info: downloading component 'cargo' |
| 66 | 2025-05-08T21:06:40.073Z | info: downloading component 'clippy' |
| 67 | 2025-05-08T21:06:43.070Z | info: downloading component 'rust-docs' |
| 68 | 2025-05-08T21:06:43.121Z | info: downloading component 'rust-std' |
| 69 | 2025-05-08T21:06:44.310Z | info: downloading component 'rustc' |
| 70 | 2025-05-08T21:06:50.946Z | info: downloading component 'rustfmt' |
| 71 | 2025-05-08T21:06:51.234Z | info: installing component 'cargo' |
| 72 | 2025-05-08T21:06:52.061Z | info: installing component 'clippy' |
| 73 | 2025-05-08T21:06:52.450Z | info: installing component 'rust-docs' |
| 74 | 2025-05-08T21:06:54.342Z | info: installing component 'rust-std' |
| 75 | 2025-05-08T21:06:56.050Z | info: installing component 'rustc' |
| 76 | 2025-05-08T21:07:02.488Z | info: installing component 'rustfmt' |
| 77 | 2025-05-08T21:07:02.819Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 78 | 2025-05-08T21:07:02.819Z | |
| 79 | 2025-05-08T21:07:03.236Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 80 | 2025-05-08T21:07:03.236Z | |
| 81 | 2025-05-08T21:07:03.239Z | |
| 82 | 2025-05-08T21:07:03.239Z | Rust is installed now. Great! |
| 83 | 2025-05-08T21:07:03.239Z | |
| 84 | 2025-05-08T21:07:03.239Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 85 | 2025-05-08T21:07:03.239Z | environment variable. This has not been done automatically. |
| 86 | 2025-05-08T21:07:03.239Z | |
| 87 | 2025-05-08T21:07:03.239Z | To configure your current shell, you need to source |
| 88 | 2025-05-08T21:07:03.239Z | the corresponding env file under $HOME/.cargo. |
| 89 | 2025-05-08T21:07:03.239Z | |
| 90 | 2025-05-08T21:07:03.239Z | This is usually done by running one of the following (note the leading DOT): |
| 91 | 2025-05-08T21:07:03.239Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 92 | 2025-05-08T21:07:03.239Z | source "$HOME/.cargo/env.fish" # For fish |
| 93 | 2025-05-08T21:07:03.239Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 94 | 2025-05-08T21:07:03.318Z | + rustup --version |
| 95 | 2025-05-08T21:07:03.330Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 96 | 2025-05-08T21:07:03.333Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 97 | 2025-05-08T21:07:03.410Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 98 | 2025-05-08T21:07:03.413Z | + cargo --version |
| 99 | 2025-05-08T21:07:03.477Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 100 | 2025-05-08T21:07:03.480Z | + rustc --version |
| 101 | 2025-05-08T21:07:03.548Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 102 | 2025-05-08T21:07:03.551Z | process exited: duration 26392 ms, exit code 0 |
| |
| 103 | 2025-05-08T21:07:03.557Z | starting task 2: "authentication" |
| 104 | 2025-05-08T21:07:03.579Z | process exited: duration 21 ms, exit code 0 |
| |
| 105 | 2025-05-08T21:07:03.588Z | starting task 3: "clone repository" |
| 106 | 2025-05-08T21:07:03.591Z | + mkdir -p /work/oxidecomputer/opte |
| 107 | 2025-05-08T21:07:03.594Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 108 | 2025-05-08T21:07:04.323Z | Cloning into '/work/oxidecomputer/opte'... |
| 109 | 2025-05-08T21:07:05.806Z | + cd /work/oxidecomputer/opte |
| 110 | 2025-05-08T21:07:05.809Z | + git fetch origin b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 111 | 2025-05-08T21:07:06.109Z | From https://github.com/oxidecomputer/opte |
| 112 | 2025-05-08T21:07:06.109Z | * branch b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 -> FETCH_HEAD |
| 113 | 2025-05-08T21:07:06.117Z | + [[ -n various-mtu-fixes ]] |
| 114 | 2025-05-08T21:07:06.120Z | ++ git branch --show-current |
| 115 | 2025-05-08T21:07:06.123Z | + current=master |
| 116 | 2025-05-08T21:07:06.123Z | + [[ master != various-mtu-fixes ]] |
| 117 | 2025-05-08T21:07:06.123Z | + git branch -f various-mtu-fixes b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 118 | 2025-05-08T21:07:06.126Z | + git checkout -f various-mtu-fixes |
| 119 | 2025-05-08T21:07:06.148Z | Switched to branch 'various-mtu-fixes' |
| 120 | 2025-05-08T21:07:06.151Z | + git reset --hard b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 121 | 2025-05-08T21:07:06.170Z | HEAD is now at b0fbbab 🦒 Mergiraf does not cure all ails 🦒 |
| 122 | 2025-05-08T21:07:06.173Z | process exited: duration 2585 ms, exit code 0 |
| |
| 123 | 2025-05-08T21:07:06.180Z | starting task 4: "build" |
| 124 | 2025-05-08T21:07:06.186Z | + source .github/buildomat/common.sh |
| 125 | 2025-05-08T21:07:06.189Z | ++ rustup show active-toolchain |
| 126 | 2025-05-08T21:07:06.233Z | 1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 127 | 2025-05-08T21:07:06.236Z | ++ pushd xde |
| 128 | 2025-05-08T21:07:06.240Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 129 | 2025-05-08T21:07:06.240Z | ++ rustup show active-toolchain |
| 130 | 2025-05-08T21:07:06.244Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
| 131 | 2025-05-08T21:07:06.437Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
| 132 | 2025-05-08T21:07:06.441Z | info: downloading component 'cargo' |
| 133 | 2025-05-08T21:07:07.411Z | info: downloading component 'clippy' |
| 134 | 2025-05-08T21:07:07.795Z | info: downloading component 'rust-src' |
| 135 | 2025-05-08T21:07:08.108Z | info: downloading component 'rust-std' |
| 136 | 2025-05-08T21:07:10.258Z | info: downloading component 'rustc' |
| 137 | 2025-05-08T21:07:16.431Z | info: downloading component 'rustfmt' |
| 138 | 2025-05-08T21:07:16.705Z | info: installing component 'cargo' |
| 139 | 2025-05-08T21:07:17.574Z | info: installing component 'clippy' |
| 140 | 2025-05-08T21:07:17.957Z | info: installing component 'rust-src' |
| 141 | 2025-05-08T21:07:18.286Z | info: installing component 'rust-std' |
| 142 | 2025-05-08T21:07:19.960Z | info: installing component 'rustc' |
| 143 | 2025-05-08T21:07:26.354Z | info: installing component 'rustfmt' |
| 144 | 2025-05-08T21:07:26.683Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 145 | 2025-05-08T21:07:26.771Z | +++ rustup show active-toolchain -v |
| 146 | 2025-05-08T21:07:26.774Z | +++ head -n 1 |
| 147 | 2025-05-08T21:07:26.774Z | +++ cut '-d ' -f1 |
| 148 | 2025-05-08T21:07:26.876Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 149 | 2025-05-08T21:07:26.876Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 150 | 2025-05-08T21:07:26.876Z | ++ popd |
| 151 | 2025-05-08T21:07:26.879Z | /work/oxidecomputer/opte |
| 152 | 2025-05-08T21:07:26.879Z | + pfexec pkg install brand/sparse opte iperf demangle flamegraph |
| 153 | 2025-05-08T21:07:40.761Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 154 | 2025-05-08T21:07:46.149Z | Startup: Caching catalogs ... Done |
| 155 | 2025-05-08T21:07:50.420Z | Planning: Solver setup ... Done |
| 156 | 2025-05-08T21:07:50.465Z | Planning: Running solver ... Done |
| 157 | 2025-05-08T21:07:50.544Z | Planning: Finding local manifests ... Done |
| 158 | 2025-05-08T21:07:50.557Z | Planning: Fetching manifests: 0/4 0% complete |
| 159 | 2025-05-08T21:07:50.584Z | Planning: Fetching manifests: 4/4 100% complete |
| 160 | 2025-05-08T21:07:50.604Z | Planning: Package planning ... Done |
| 161 | 2025-05-08T21:07:50.607Z | Planning: Merging actions ... Done |
| 162 | 2025-05-08T21:07:51.000Z | Planning: Checking for conflicting actions ... Done |
| 163 | 2025-05-08T21:07:51.004Z | Planning: Consolidating action changes ... Done |
| 164 | 2025-05-08T21:07:51.865Z | Planning: Evaluating mediators ... Done |
| 165 | 2025-05-08T21:07:51.868Z | Planning: Planning completed in 5.60 seconds |
| 166 | 2025-05-08T21:07:51.881Z | Packages to install: 4 |
| 167 | 2025-05-08T21:07:51.881Z | Services to change: 1 |
| 168 | 2025-05-08T21:07:51.884Z | Create boot environment: No |
| 169 | 2025-05-08T21:07:51.884Z | Create backup boot environment: No |
| 170 | 2025-05-08T21:07:51.928Z | |
| 171 | 2025-05-08T21:07:51.928Z | Download: 0/31 items 0.0/17.4MB 0% complete |
| 172 | 2025-05-08T21:07:52.645Z | Download: Completed 17.37 MB in 0.72 seconds (24.2M/s) |
| 173 | 2025-05-08T21:07:52.767Z | Actions: 1/95 actions (Installing new actions) |
| 174 | 2025-05-08T21:07:53.329Z | Actions: Completed 95 actions in 0.56 seconds. |
| 175 | 2025-05-08T21:07:53.802Z | Done |
| 176 | 2025-05-08T21:07:53.802Z | Done |
| 177 | 2025-05-08T21:07:54.466Z | Done |
| 178 | 2025-05-08T21:07:58.976Z | Done |
| 179 | 2025-05-08T21:07:59.067Z | Done |
| 180 | 2025-05-08T21:07:59.070Z | Done |
| 181 | 2025-05-08T21:08:04.860Z | Done |
| 182 | 2025-05-08T21:08:05.338Z | + [[ -z 01JTRV2DRNWRVKFHC9P7E7NMW5 ]] |
| 183 | 2025-05-08T21:08:05.338Z | + trap cleanup EXIT |
| 184 | 2025-05-08T21:08:05.341Z | + OUT_DIR=/work/bench-results |
| 185 | 2025-05-08T21:08:05.341Z | + mkdir -p /work/bench-results |
| 186 | 2025-05-08T21:08:05.341Z | + mkdir -p target/criterion |
| 187 | 2025-05-08T21:08:05.343Z | + mkdir -p target/xde-bench |
| 188 | 2025-05-08T21:08:05.346Z | + banner collect |
| 189 | 2025-05-08T21:08:05.348Z | |
| 190 | 2025-05-08T21:08:05.348Z | #### #### # # ###### #### ##### |
| 191 | 2025-05-08T21:08:05.348Z | # # # # # # # # # # |
| 192 | 2025-05-08T21:08:05.348Z | # # # # # ##### # # |
| 193 | 2025-05-08T21:08:05.348Z | # # # # # # # # |
| 194 | 2025-05-08T21:08:05.348Z | # # # # # # # # # # |
| 195 | 2025-05-08T21:08:05.348Z | #### #### ###### ###### ###### #### # |
| 196 | 2025-05-08T21:08:05.348Z | |
| 197 | 2025-05-08T21:08:05.348Z | ++ cat .git/refs/heads/master |
| 198 | 2025-05-08T21:08:05.351Z | + BASELINE_COMMIT=080db8bb996f6464b44f3f34ed328ad528229d62 |
| 199 | 2025-05-08T21:08:05.351Z | + [[ various-mtu-fixes == \m\a\s\t\e\r ]] |
| 200 | 2025-05-08T21:08:05.351Z | + get_artifact opte benchmark 080db8bb996f6464b44f3f34ed328ad528229d62 bench-results.tgz |
| 201 | 2025-05-08T21:08:05.351Z | + local curl_res |
| 202 | 2025-05-08T21:08:05.351Z | + repo=opte |
| 203 | 2025-05-08T21:08:05.352Z | + series=benchmark |
| 204 | 2025-05-08T21:08:05.352Z | + commit=080db8bb996f6464b44f3f34ed328ad528229d62 |
| 205 | 2025-05-08T21:08:05.352Z | + name=bench-results.tgz |
| 206 | 2025-05-08T21:08:05.352Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 207 | 2025-05-08T21:08:05.352Z | + mkdir -p download |
| 208 | 2025-05-08T21:08:05.352Z | + pushd download |
| 209 | 2025-05-08T21:08:05.352Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
| 210 | 2025-05-08T21:08:05.352Z | + [[ ! -f bench-results.tgz ]] |
| 211 | 2025-05-08T21:08:05.352Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/080db8bb996f6464b44f3f34ed328ad528229d62/bench-results.tgz |
| 212 | 2025-05-08T21:08:05.359Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 213 | 2025-05-08T21:08:05.359Z | Dload Upload Total Spent Left Speed |
| 214 | 2025-05-08T21:08:05.421Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
| 215 | 2025-05-08T21:08:05.421Z | curl: (22) The requested URL returned error: 404 |
| 216 | 2025-05-08T21:08:05.424Z | + curl_res=22 |
| 217 | 2025-05-08T21:08:05.424Z | + popd |
| 218 | 2025-05-08T21:08:05.424Z | /work/oxidecomputer/opte |
| 219 | 2025-05-08T21:08:05.424Z | + return 22 |
| 220 | 2025-05-08T21:08:05.424Z | + echo 'Baseline results not found for branch '\''master'\''. Running without comparison.' |
| 221 | 2025-05-08T21:08:05.424Z | Baseline results not found for branch 'master'. Running without comparison. |
| 222 | 2025-05-08T21:08:05.424Z | + [[ '' -eq 1 ]] |
| 223 | 2025-05-08T21:08:05.424Z | + uname -a |
| 224 | 2025-05-08T21:08:05.427Z | SunOS w-01JTRVEYEVB32Z89HC84Z1229B 5.11 helios-2.0.23359 i86pc i386 i86pc |
| 225 | 2025-05-08T21:08:05.427Z | + cat /etc/versions/build |
| 226 | 2025-05-08T21:08:05.427Z | heads/stlouis-0-g361574b73e |
| 227 | 2025-05-08T21:08:05.430Z | + dladm |
| 228 | 2025-05-08T21:08:05.433Z | LINK CLASS MTU STATE BRIDGE OVER |
| 229 | 2025-05-08T21:08:05.433Z | ena0 phys 9216 up -- -- |
| 230 | 2025-05-08T21:08:05.433Z | + ipadm |
| 231 | 2025-05-08T21:08:05.436Z | ADDROBJ TYPE STATE ADDR |
| 232 | 2025-05-08T21:08:05.436Z | lo0/v4 static ok 127.0.0.1/8 |
| 233 | 2025-05-08T21:08:05.436Z | ena0/dhcp dhcp ok 10.150.1.67/24 |
| 234 | 2025-05-08T21:08:05.436Z | lo0/v6 static ok ::1/128 |
| 235 | 2025-05-08T21:08:05.436Z | + pfexec rem_drv xde |
| 236 | 2025-05-08T21:08:05.446Z | + set -o errexit |
| 237 | 2025-05-08T21:08:05.446Z | + set -o pipefail |
| 238 | 2025-05-08T21:08:05.446Z | + banner prepare |
| 239 | 2025-05-08T21:08:05.448Z | |
| 240 | 2025-05-08T21:08:05.448Z | ##### ##### ###### ##### ## ##### ###### |
| 241 | 2025-05-08T21:08:05.449Z | # # # # # # # # # # # # |
| 242 | 2025-05-08T21:08:05.449Z | # # # # ##### # # # # # # ##### |
| 243 | 2025-05-08T21:08:05.449Z | ##### ##### # ##### ###### ##### # |
| 244 | 2025-05-08T21:08:05.449Z | # # # # # # # # # # |
| 245 | 2025-05-08T21:08:05.449Z | # # # ###### # # # # # ###### |
| 246 | 2025-05-08T21:08:05.449Z | |
| 247 | 2025-05-08T21:08:05.449Z | + pfexec cp /input/xde/work/xde.conf /kernel/drv/ |
| 248 | 2025-05-08T21:08:05.451Z | + pfexec cp /input/xde/work/release/xde /kernel/drv/amd64 |
| 249 | 2025-05-08T21:08:05.551Z | + pfexec add_drv xde |
| 250 | 2025-05-08T21:08:05.715Z | + banner bench |
| 251 | 2025-05-08T21:08:05.718Z | |
| 252 | 2025-05-08T21:08:05.718Z | ##### ###### # # #### # # |
| 253 | 2025-05-08T21:08:05.718Z | # # # ## # # # # # |
| 254 | 2025-05-08T21:08:05.718Z | ##### ##### # # # # ###### |
| 255 | 2025-05-08T21:08:05.718Z | # # # # # # # # # |
| 256 | 2025-05-08T21:08:05.718Z | # # # # ## # # # # |
| 257 | 2025-05-08T21:08:05.718Z | ##### ###### # # #### # # |
| 258 | 2025-05-08T21:08:05.718Z | |
| 259 | 2025-05-08T21:08:05.718Z | + cargo kbench local |
| 260 | 2025-05-08T21:08:05.899Z | Updating crates.io index |
| 261 | 2025-05-08T21:08:05.903Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 262 | 2025-05-08T21:08:06.753Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 263 | 2025-05-08T21:08:07.113Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 264 | 2025-05-08T21:08:07.581Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 265 | 2025-05-08T21:08:07.895Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 266 | 2025-05-08T21:08:08.301Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 267 | 2025-05-08T21:08:08.614Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 268 | 2025-05-08T21:08:09.548Z | Downloading crates ... |
| 269 | 2025-05-08T21:08:09.633Z | Downloaded anstyle-query v1.1.2 |
| 270 | 2025-05-08T21:08:09.639Z | Downloaded num-conv v0.1.0 |
| 271 | 2025-05-08T21:08:09.642Z | Downloaded ppv-lite86 v0.2.21 |
| 272 | 2025-05-08T21:08:09.645Z | Downloaded anyhow v1.0.98 |
| 273 | 2025-05-08T21:08:09.648Z | Downloaded pin-project-lite v0.2.16 |
| 274 | 2025-05-08T21:08:09.653Z | Downloaded powerfmt v0.2.0 |
| 275 | 2025-05-08T21:08:09.656Z | Downloaded pin-utils v0.1.0 |
| 276 | 2025-05-08T21:08:09.659Z | Downloaded anstyle v1.0.10 |
| 277 | 2025-05-08T21:08:09.662Z | Downloaded ctor-proc-macro v0.0.5 |
| 278 | 2025-05-08T21:08:09.662Z | Downloaded pretty-hex v0.4.1 |
| 279 | 2025-05-08T21:08:09.662Z | Downloaded anstyle-parse v0.2.6 |
| 280 | 2025-05-08T21:08:09.665Z | Downloaded colored v3.0.0 |
| 281 | 2025-05-08T21:08:09.668Z | Downloaded darling_macro v0.20.11 |
| 282 | 2025-05-08T21:08:09.668Z | Downloaded colorchoice v1.0.3 |
| 283 | 2025-05-08T21:08:09.671Z | Downloaded take_mut v0.2.2 |
| 284 | 2025-05-08T21:08:09.671Z | Downloaded defmt v0.3.100 |
| 285 | 2025-05-08T21:08:09.674Z | Downloaded crossbeam-deque v0.8.6 |
| 286 | 2025-05-08T21:08:09.674Z | Downloaded circular v0.3.0 |
| 287 | 2025-05-08T21:08:09.674Z | Downloaded byteorder v1.5.0 |
| 288 | 2025-05-08T21:08:09.677Z | Downloaded cstr-argument v0.1.2 |
| 289 | 2025-05-08T21:08:09.677Z | Downloaded clap_derive v4.5.32 |
| 290 | 2025-05-08T21:08:09.681Z | Downloaded ciborium-ll v0.2.2 |
| 291 | 2025-05-08T21:08:09.684Z | Downloaded deranged v0.4.0 |
| 292 | 2025-05-08T21:08:09.684Z | Downloaded clap_lex v0.7.4 |
| 293 | 2025-05-08T21:08:09.688Z | Downloaded ciborium-io v0.2.2 |
| 294 | 2025-05-08T21:08:09.688Z | Downloaded cast v0.3.0 |
| 295 | 2025-05-08T21:08:09.688Z | Downloaded defmt-parser v1.0.0 |
| 296 | 2025-05-08T21:08:09.691Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 297 | 2025-05-08T21:08:09.691Z | Downloaded bitflags v1.3.2 |
| 298 | 2025-05-08T21:08:09.695Z | Downloaded slog-envlogger v2.2.0 |
| 299 | 2025-05-08T21:08:09.695Z | Downloaded proc-macro-error-attr v1.0.4 |
| 300 | 2025-05-08T21:08:09.695Z | Downloaded clap v4.5.37 |
| 301 | 2025-05-08T21:08:09.703Z | Downloaded strsim v0.11.1 |
| 302 | 2025-05-08T21:08:09.705Z | Downloaded proc-macro-crate v3.3.0 |
| 303 | 2025-05-08T21:08:09.706Z | Downloaded plotters-backend v0.3.7 |
| 304 | 2025-05-08T21:08:09.709Z | Downloaded cfg_aliases v0.2.1 |
| 305 | 2025-05-08T21:08:09.709Z | Downloaded oxnet v0.1.1 |
| 306 | 2025-05-08T21:08:09.711Z | Downloaded time-core v0.1.4 |
| 307 | 2025-05-08T21:08:09.714Z | Downloaded scopeguard v1.2.0 |
| 308 | 2025-05-08T21:08:09.714Z | Downloaded num_enum_derive v0.7.3 |
| 309 | 2025-05-08T21:08:09.717Z | Downloaded slog-scope v4.4.0 |
| 310 | 2025-05-08T21:08:09.717Z | Downloaded utf8parse v0.2.2 |
| 311 | 2025-05-08T21:08:09.720Z | Downloaded criterion-plot v0.5.0 |
| 312 | 2025-05-08T21:08:09.720Z | Downloaded toml_datetime v0.6.9 |
| 313 | 2025-05-08T21:08:09.723Z | Downloaded terminal_size v0.4.2 |
| 314 | 2025-05-08T21:08:09.723Z | Downloaded cfg-if v1.0.0 |
| 315 | 2025-05-08T21:08:09.726Z | Downloaded thiserror-impl v2.0.12 |
| 316 | 2025-05-08T21:08:09.726Z | Downloaded num_enum v0.7.3 |
| 317 | 2025-05-08T21:08:09.730Z | Downloaded thiserror-impl v1.0.69 |
| 318 | 2025-05-08T21:08:09.733Z | Downloaded thread_local v1.1.8 |
| 319 | 2025-05-08T21:08:09.736Z | Downloaded rusticata-macros v4.1.0 |
| 320 | 2025-05-08T21:08:09.736Z | Downloaded rand_chacha v0.9.0 |
| 321 | 2025-05-08T21:08:09.739Z | Downloaded slog-async v2.8.0 |
| 322 | 2025-05-08T21:08:09.739Z | Downloaded proc-macro-error2 v2.0.1 |
| 323 | 2025-05-08T21:08:09.742Z | Downloaded thiserror v1.0.69 |
| 324 | 2025-05-08T21:08:09.746Z | Downloaded walkdir v2.5.0 |
| 325 | 2025-05-08T21:08:09.749Z | Downloaded version_check v0.9.5 |
| 326 | 2025-05-08T21:08:09.752Z | Downloaded defmt-macros v1.0.1 |
| 327 | 2025-05-08T21:08:09.755Z | Downloaded itoa v1.0.15 |
| 328 | 2025-05-08T21:08:09.755Z | Downloaded tracing-attributes v0.1.28 |
| 329 | 2025-05-08T21:08:09.758Z | Downloaded tinytemplate v1.2.1 |
| 330 | 2025-05-08T21:08:09.758Z | Downloaded tokio-macros v2.5.0 |
| 331 | 2025-05-08T21:08:09.761Z | Downloaded time-macros v0.2.22 |
| 332 | 2025-05-08T21:08:09.761Z | Downloaded slog-term v2.9.1 |
| 333 | 2025-05-08T21:08:09.764Z | Downloaded rand_core v0.9.3 |
| 334 | 2025-05-08T21:08:09.766Z | Downloaded ident_case v1.0.1 |
| 335 | 2025-05-08T21:08:09.766Z | Downloaded futures-io v0.3.31 |
| 336 | 2025-05-08T21:08:09.766Z | Downloaded foreign-types-shared v0.3.1 |
| 337 | 2025-05-08T21:08:09.769Z | Downloaded smallvec v1.15.0 |
| 338 | 2025-05-08T21:08:09.769Z | Downloaded term v0.7.0 |
| 339 | 2025-05-08T21:08:09.772Z | Downloaded parking_lot v0.12.3 |
| 340 | 2025-05-08T21:08:09.775Z | Downloaded stable_deref_trait v1.2.0 |
| 341 | 2025-05-08T21:08:09.778Z | Downloaded ryu v1.0.20 |
| 342 | 2025-05-08T21:08:09.781Z | Downloaded num-traits v0.2.19 |
| 343 | 2025-05-08T21:08:09.781Z | Downloaded hash32 v0.3.1 |
| 344 | 2025-05-08T21:08:09.784Z | Downloaded is_terminal_polyfill v1.70.1 |
| 345 | 2025-05-08T21:08:09.784Z | Downloaded futures-core v0.3.31 |
| 346 | 2025-05-08T21:08:09.787Z | Downloaded fnv v1.0.7 |
| 347 | 2025-05-08T21:08:09.787Z | Downloaded foreign-types v0.5.0 |
| 348 | 2025-05-08T21:08:09.787Z | Downloaded either v1.15.0 |
| 349 | 2025-05-08T21:08:09.790Z | Downloaded futures-sink v0.3.31 |
| 350 | 2025-05-08T21:08:09.790Z | Downloaded thiserror v2.0.12 |
| 351 | 2025-05-08T21:08:09.794Z | Downloaded futures-macro v0.3.31 |
| 352 | 2025-05-08T21:08:09.797Z | Downloaded arc-swap v1.7.1 |
| 353 | 2025-05-08T21:08:09.800Z | Downloaded uuid v1.16.0 |
| 354 | 2025-05-08T21:08:09.803Z | Downloaded ingot-types v0.1.0 |
| 355 | 2025-05-08T21:08:09.806Z | Downloaded lazy_static v1.5.0 |
| 356 | 2025-05-08T21:08:09.806Z | Downloaded dyn-clone v1.0.19 |
| 357 | 2025-05-08T21:08:09.809Z | Downloaded ipnetwork v0.21.1 |
| 358 | 2025-05-08T21:08:09.809Z | Downloaded darling_core v0.20.11 |
| 359 | 2025-05-08T21:08:09.813Z | Downloaded unicode-ident v1.0.18 |
| 360 | 2025-05-08T21:08:09.816Z | Downloaded slog v2.7.0 |
| 361 | 2025-05-08T21:08:09.819Z | Downloaded rayon-core v1.12.1 |
| 362 | 2025-05-08T21:08:09.822Z | Downloaded tracing-core v0.1.33 |
| 363 | 2025-05-08T21:08:09.824Z | Downloaded ingot v0.1.0 |
| 364 | 2025-05-08T21:08:09.827Z | Downloaded crossbeam-epoch v0.9.18 |
| 365 | 2025-05-08T21:08:09.830Z | Downloaded serde_derive v1.0.219 |
| 366 | 2025-05-08T21:08:09.835Z | Downloaded futures-channel v0.3.31 |
| 367 | 2025-05-08T21:08:09.835Z | Downloaded managed v0.8.0 |
| 368 | 2025-05-08T21:08:09.837Z | Downloaded macaddr v1.0.1 |
| 369 | 2025-05-08T21:08:09.837Z | Downloaded lock_api v0.4.12 |
| 370 | 2025-05-08T21:08:09.837Z | Downloaded serde v1.0.219 |
| 371 | 2025-05-08T21:08:09.840Z | Downloaded pcap-parser v0.16.0 |
| 372 | 2025-05-08T21:08:09.843Z | Downloaded tracing v0.1.41 |
| 373 | 2025-05-08T21:08:09.847Z | Downloaded socket2 v0.5.9 |
| 374 | 2025-05-08T21:08:09.850Z | Downloaded ciborium v0.2.2 |
| 375 | 2025-05-08T21:08:09.853Z | Downloaded rand v0.9.1 |
| 376 | 2025-05-08T21:08:09.856Z | Downloaded ingot-macros v0.1.0 |
| 377 | 2025-05-08T21:08:09.859Z | Downloaded zerocopy-derive v0.8.25 |
| 378 | 2025-05-08T21:08:09.863Z | Downloaded getrandom v0.3.2 |
| 379 | 2025-05-08T21:08:09.866Z | Downloaded toml_edit v0.22.26 |
| 380 | 2025-05-08T21:08:09.897Z | Downloaded futures v0.3.31 |
| 381 | 2025-05-08T21:08:09.901Z | Downloaded criterion v0.5.1 |
| 382 | 2025-05-08T21:08:09.908Z | Downloaded log v0.4.27 |
| 383 | 2025-05-08T21:08:09.911Z | Downloaded crossbeam-channel v0.5.15 |
| 384 | 2025-05-08T21:08:09.914Z | Downloaded bytes v1.10.1 |
| 385 | 2025-05-08T21:08:09.918Z | Downloaded time v0.3.41 |
| 386 | 2025-05-08T21:08:09.926Z | Downloaded serde_json v1.0.140 |
| 387 | 2025-05-08T21:08:09.932Z | Downloaded winnow v0.7.9 |
| 388 | 2025-05-08T21:08:09.941Z | Downloaded rayon v1.10.0 |
| 389 | 2025-05-08T21:08:09.949Z | Downloaded mio v1.0.3 |
| 390 | 2025-05-08T21:08:09.955Z | Downloaded itertools v0.10.5 |
| 391 | 2025-05-08T21:08:09.960Z | Downloaded itertools v0.12.1 |
| 392 | 2025-05-08T21:08:09.967Z | Downloaded hashbrown v0.15.3 |
| 393 | 2025-05-08T21:08:09.972Z | Downloaded memchr v2.7.4 |
| 394 | 2025-05-08T21:08:09.977Z | Downloaded clap_builder v4.5.37 |
| 395 | 2025-05-08T21:08:09.983Z | Downloaded zerocopy v0.8.25 |
| 396 | 2025-05-08T21:08:10.005Z | Downloaded regex v1.11.1 |
| 397 | 2025-05-08T21:08:10.017Z | Downloaded syn v2.0.101 |
| 398 | 2025-05-08T21:08:10.027Z | Downloaded syn v1.0.109 |
| 399 | 2025-05-08T21:08:10.036Z | Downloaded itertools v0.13.0 |
| 400 | 2025-05-08T21:08:10.043Z | Downloaded unicode-width v0.2.0 |
| 401 | 2025-05-08T21:08:10.048Z | Downloaded futures-util v0.3.31 |
| 402 | 2025-05-08T21:08:10.058Z | Downloaded nom v7.1.3 |
| 403 | 2025-05-08T21:08:10.063Z | Downloaded smoltcp v0.11.0 |
| 404 | 2025-05-08T21:08:10.074Z | Downloaded nix v0.29.0 |
| 405 | 2025-05-08T21:08:10.084Z | Downloaded itertools v0.14.0 |
| 406 | 2025-05-08T21:08:10.091Z | Downloaded minimal-lexical v0.2.1 |
| 407 | 2025-05-08T21:08:10.095Z | Downloaded rustix v1.0.7 |
| 408 | 2025-05-08T21:08:10.116Z | Downloaded regex-syntax v0.8.5 |
| 409 | 2025-05-08T21:08:10.123Z | Downloaded indexmap v2.9.0 |
| 410 | 2025-05-08T21:08:10.126Z | Downloaded heapless v0.8.0 |
| 411 | 2025-05-08T21:08:10.130Z | Downloaded half v2.6.0 |
| 412 | 2025-05-08T21:08:10.133Z | Downloaded plotters v0.3.7 |
| 413 | 2025-05-08T21:08:10.140Z | Downloaded crc32fast v1.4.2 |
| 414 | 2025-05-08T21:08:10.143Z | Downloaded proc-macro2 v1.0.95 |
| 415 | 2025-05-08T21:08:10.146Z | Downloaded defmt v1.0.1 |
| 416 | 2025-05-08T21:08:10.149Z | Downloaded darling v0.20.11 |
| 417 | 2025-05-08T21:08:10.152Z | Downloaded is-terminal v0.4.16 |
| 418 | 2025-05-08T21:08:10.154Z | Downloaded futures-executor v0.3.31 |
| 419 | 2025-05-08T21:08:10.154Z | Downloaded regex-automata v0.4.9 |
| 420 | 2025-05-08T21:08:10.168Z | Downloaded errno v0.3.11 |
| 421 | 2025-05-08T21:08:10.172Z | Downloaded embedded-io v0.4.0 |
| 422 | 2025-05-08T21:08:10.172Z | Downloaded quote v1.0.40 |
| 423 | 2025-05-08T21:08:10.175Z | Downloaded heck v0.5.0 |
| 424 | 2025-05-08T21:08:10.175Z | Downloaded heck v0.4.1 |
| 425 | 2025-05-08T21:08:10.178Z | Downloaded futures-task v0.3.31 |
| 426 | 2025-05-08T21:08:10.178Z | Downloaded dtor v0.0.6 |
| 427 | 2025-05-08T21:08:10.178Z | Downloaded dirs-sys-next v0.1.2 |
| 428 | 2025-05-08T21:08:10.178Z | Downloaded dirs-next v2.0.0 |
| 429 | 2025-05-08T21:08:10.181Z | Downloaded ctor v0.4.2 |
| 430 | 2025-05-08T21:08:10.181Z | Downloaded equivalent v1.0.2 |
| 431 | 2025-05-08T21:08:10.181Z | Downloaded embedded-io v0.6.1 |
| 432 | 2025-05-08T21:08:10.186Z | Downloaded postcard v1.1.1 |
| 433 | 2025-05-08T21:08:10.186Z | Downloaded once_cell v1.21.3 |
| 434 | 2025-05-08T21:08:10.189Z | Downloaded foreign-types-macros v0.2.3 |
| 435 | 2025-05-08T21:08:10.189Z | Downloaded cobs v0.2.3 |
| 436 | 2025-05-08T21:08:10.189Z | Downloaded autocfg v1.4.0 |
| 437 | 2025-05-08T21:08:10.189Z | Downloaded proc-macro-error v1.0.4 |
| 438 | 2025-05-08T21:08:10.192Z | Downloaded parking_lot_core v0.9.10 |
| 439 | 2025-05-08T21:08:10.195Z | Downloaded dtor-proc-macro v0.0.5 |
| 440 | 2025-05-08T21:08:10.195Z | Downloaded libc v0.2.172 |
| 441 | 2025-05-08T21:08:10.217Z | Downloaded tokio v1.44.2 |
| 442 | 2025-05-08T21:08:10.252Z | Downloaded signal-hook-registry v1.4.5 |
| 443 | 2025-05-08T21:08:10.255Z | Downloaded tabwriter v1.4.1 |
| 444 | 2025-05-08T21:08:10.255Z | Downloaded slab v0.4.9 |
| 445 | 2025-05-08T21:08:10.255Z | Downloaded same-file v1.0.6 |
| 446 | 2025-05-08T21:08:10.258Z | Downloaded slog-stdlog v4.1.1 |
| 447 | 2025-05-08T21:08:10.258Z | Downloaded cookie-factory v0.3.3 |
| 448 | 2025-05-08T21:08:10.258Z | Downloaded bitflags v2.9.0 |
| 449 | 2025-05-08T21:08:10.266Z | Downloaded crossbeam-utils v0.8.21 |
| 450 | 2025-05-08T21:08:10.266Z | Downloaded anstream v0.6.18 |
| 451 | 2025-05-08T21:08:10.266Z | Downloaded aho-corasick v1.1.3 |
| 452 | 2025-05-08T21:08:10.271Z | Downloaded oorandom v11.1.5 |
| 453 | 2025-05-08T21:08:10.274Z | Downloaded plotters-svg v0.3.7 |
| 454 | 2025-05-08T21:08:10.274Z | Downloaded anes v0.1.6 |
| 455 | 2025-05-08T21:08:10.427Z | Compiling proc-macro2 v1.0.95 |
| 456 | 2025-05-08T21:08:10.427Z | Compiling unicode-ident v1.0.18 |
| 457 | 2025-05-08T21:08:10.430Z | Compiling cfg-if v1.0.0 |
| 458 | 2025-05-08T21:08:10.430Z | Compiling libc v0.2.172 |
| 459 | 2025-05-08T21:08:10.430Z | Compiling autocfg v1.4.0 |
| 460 | 2025-05-08T21:08:10.430Z | Compiling serde v1.0.219 |
| 461 | 2025-05-08T21:08:10.430Z | Compiling memchr v2.7.4 |
| 462 | 2025-05-08T21:08:10.430Z | Compiling version_check v0.9.5 |
| 463 | 2025-05-08T21:08:10.575Z | Compiling zerocopy v0.8.25 |
| 464 | 2025-05-08T21:08:10.656Z | Compiling strsim v0.11.1 |
| 465 | 2025-05-08T21:08:11.077Z | Compiling fnv v1.0.7 |
| 466 | 2025-05-08T21:08:11.179Z | Compiling ident_case v1.0.1 |
| 467 | 2025-05-08T21:08:11.205Z | Compiling either v1.15.0 |
| 468 | 2025-05-08T21:08:11.231Z | Compiling pin-project-lite v0.2.16 |
| 469 | 2025-05-08T21:08:11.358Z | Compiling syn v1.0.109 |
| 470 | 2025-05-08T21:08:11.369Z | Compiling once_cell v1.21.3 |
| 471 | 2025-05-08T21:08:11.436Z | Compiling regex-syntax v0.8.5 |
| 472 | 2025-05-08T21:08:11.635Z | Compiling anyhow v1.0.98 |
| 473 | 2025-05-08T21:08:11.853Z | Compiling equivalent v1.0.2 |
| 474 | 2025-05-08T21:08:11.964Z | Compiling crossbeam-utils v0.8.21 |
| 475 | 2025-05-08T21:08:11.995Z | Compiling hashbrown v0.15.3 |
| 476 | 2025-05-08T21:08:12.275Z | Compiling aho-corasick v1.1.3 |
| 477 | 2025-05-08T21:08:12.539Z | Compiling quote v1.0.40 |
| 478 | 2025-05-08T21:08:12.835Z | Compiling lock_api v0.4.12 |
| 479 | 2025-05-08T21:08:12.994Z | Compiling syn v2.0.101 |
| 480 | 2025-05-08T21:08:13.084Z | Compiling indexmap v2.9.0 |
| 481 | 2025-05-08T21:08:13.127Z | Compiling itertools v0.13.0 |
| 482 | 2025-05-08T21:08:13.224Z | Compiling winnow v0.7.9 |
| 483 | 2025-05-08T21:08:13.717Z | Compiling parking_lot_core v0.9.10 |
| 484 | 2025-05-08T21:08:14.146Z | Compiling toml_datetime v0.6.9 |
| 485 | 2025-05-08T21:08:14.343Z | Compiling getrandom v0.3.2 |
| 486 | 2025-05-08T21:08:14.510Z | Compiling byteorder v1.5.0 |
| 487 | 2025-05-08T21:08:14.889Z | Compiling heapless v0.8.0 |
| 488 | 2025-05-08T21:08:14.956Z | Compiling regex-automata v0.4.9 |
| 489 | 2025-05-08T21:08:15.775Z | Compiling hash32 v0.3.1 |
| 490 | 2025-05-08T21:08:16.023Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 491 | 2025-05-08T21:08:16.073Z | Compiling smallvec v1.15.0 |
| 492 | 2025-05-08T21:08:16.424Z | Compiling toml_edit v0.22.26 |
| 493 | 2025-05-08T21:08:16.551Z | Compiling stable_deref_trait v1.2.0 |
| 494 | 2025-05-08T21:08:16.593Z | Compiling smoltcp v0.11.0 |
| 495 | 2025-05-08T21:08:16.662Z | Compiling macaddr v1.0.1 |
| 496 | 2025-05-08T21:08:16.715Z | Compiling scopeguard v1.2.0 |
| 497 | 2025-05-08T21:08:17.738Z | Compiling slab v0.4.9 |
| 498 | 2025-05-08T21:08:18.149Z | Compiling bitflags v1.3.2 |
| 499 | 2025-05-08T21:08:18.250Z | Compiling cobs v0.2.3 |
| 500 | 2025-05-08T21:08:18.261Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 501 | 2025-05-08T21:08:18.264Z | Compiling managed v0.8.0 |
| 502 | 2025-05-08T21:08:18.287Z | Compiling thiserror v2.0.12 |
| 503 | 2025-05-08T21:08:18.638Z | Compiling rustix v1.0.7 |
| 504 | 2025-05-08T21:08:18.746Z | Compiling slog v2.7.0 |
| 505 | 2025-05-08T21:08:18.891Z | Compiling regex v1.11.1 |
| 506 | 2025-05-08T21:08:19.259Z | Compiling proc-macro-crate v3.3.0 |
| 507 | 2025-05-08T21:08:19.787Z | Compiling darling_core v0.20.11 |
| 508 | 2025-05-08T21:08:20.027Z | Compiling parking_lot v0.12.3 |
| 509 | 2025-05-08T21:08:20.239Z | Compiling rand_core v0.9.3 |
| 510 | 2025-05-08T21:08:20.819Z | Compiling mio v1.0.3 |
| 511 | 2025-05-08T21:08:21.598Z | Compiling signal-hook-registry v1.4.5 |
| 512 | 2025-05-08T21:08:21.656Z | Compiling errno v0.3.11 |
| 513 | 2025-05-08T21:08:21.949Z | Compiling socket2 v0.5.9 |
| 514 | 2025-05-08T21:08:22.530Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 515 | 2025-05-08T21:08:22.810Z | Compiling proc-macro-error-attr v1.0.4 |
| 516 | 2025-05-08T21:08:22.868Z | Compiling foreign-types-shared v0.3.1 |
| 517 | 2025-05-08T21:08:22.928Z | Compiling utf8parse v0.2.2 |
| 518 | 2025-05-08T21:08:23.006Z | Compiling futures-core v0.3.31 |
| 519 | 2025-05-08T21:08:23.095Z | Compiling unicode-width v0.2.0 |
| 520 | 2025-05-08T21:08:23.207Z | Compiling itoa v1.0.15 |
| 521 | 2025-05-08T21:08:23.279Z | Compiling futures-sink v0.3.31 |
| 522 | 2025-05-08T21:08:23.439Z | Compiling ipnetwork v0.21.1 |
| 523 | 2025-05-08T21:08:23.455Z | Compiling bytes v1.10.1 |
| 524 | 2025-05-08T21:08:23.582Z | Compiling serde_derive v1.0.219 |
| 525 | 2025-05-08T21:08:23.597Z | Compiling zerocopy-derive v0.8.25 |
| 526 | 2025-05-08T21:08:23.690Z | Compiling tokio-macros v2.5.0 |
| 527 | 2025-05-08T21:08:24.204Z | Compiling num_enum_derive v0.7.3 |
| 528 | 2025-05-08T21:08:24.603Z | Compiling thiserror-impl v2.0.12 |
| 529 | 2025-05-08T21:08:25.177Z | Compiling foreign-types-macros v0.2.3 |
| 530 | 2025-05-08T21:08:25.248Z | Compiling darling_macro v0.20.11 |
| 531 | 2025-05-08T21:08:26.106Z | Compiling tokio v1.44.2 |
| 532 | 2025-05-08T21:08:26.280Z | Compiling darling v0.20.11 |
| 533 | 2025-05-08T21:08:26.393Z | Compiling ingot-macros v0.1.0 |
| 534 | 2025-05-08T21:08:26.447Z | Compiling foreign-types v0.5.0 |
| 535 | 2025-05-08T21:08:26.490Z | Compiling num_enum v0.7.3 |
| 536 | 2025-05-08T21:08:26.557Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 537 | 2025-05-08T21:08:26.678Z | Compiling tracing-attributes v0.1.28 |
| 538 | 2025-05-08T21:08:27.581Z | Compiling futures-macro v0.3.31 |
| 539 | 2025-05-08T21:08:27.660Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 540 | 2025-05-08T21:08:28.543Z | Compiling tabwriter v1.4.1 |
| 541 | 2025-05-08T21:08:28.581Z | Compiling futures-channel v0.3.31 |
| 542 | 2025-05-08T21:08:29.129Z | Compiling anstyle-parse v0.2.6 |
| 543 | 2025-05-08T21:08:29.509Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 544 | 2025-05-08T21:08:29.877Z | Compiling tracing-core v0.1.33 |
| 545 | 2025-05-08T21:08:30.239Z | Compiling ppv-lite86 v0.2.21 |
| 546 | 2025-05-08T21:08:30.266Z | Compiling itertools v0.14.0 |
| 547 | 2025-05-08T21:08:30.369Z | Compiling cstr-argument v0.1.2 |
| 548 | 2025-05-08T21:08:30.549Z | Compiling proc-macro-error v1.0.4 |
| 549 | 2025-05-08T21:08:30.688Z | Compiling crc32fast v1.4.2 |
| 550 | 2025-05-08T21:08:31.015Z | Compiling futures-io v0.3.31 |
| 551 | 2025-05-08T21:08:31.130Z | Compiling rand_chacha v0.9.0 |
| 552 | 2025-05-08T21:08:31.237Z | Compiling colorchoice v1.0.3 |
| 553 | 2025-05-08T21:08:31.420Z | Compiling is_terminal_polyfill v1.70.1 |
| 554 | 2025-05-08T21:08:31.430Z | Compiling dyn-clone v1.0.19 |
| 555 | 2025-05-08T21:08:31.564Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1) |
| 556 | 2025-05-08T21:08:31.704Z | Compiling pretty-hex v0.4.1 |
| 557 | 2025-05-08T21:08:31.964Z | Compiling futures-task v0.3.31 |
| 558 | 2025-05-08T21:08:31.975Z | Compiling pin-utils v0.1.0 |
| 559 | 2025-05-08T21:08:32.076Z | Compiling anstyle-query v1.1.2 |
| 560 | 2025-05-08T21:08:32.248Z | Compiling anstyle v1.0.10 |
| 561 | 2025-05-08T21:08:32.277Z | Compiling futures-util v0.3.31 |
| 562 | 2025-05-08T21:08:32.690Z | Compiling anstream v0.6.18 |
| 563 | 2025-05-08T21:08:32.796Z | Compiling rand v0.9.1 |
| 564 | 2025-05-08T21:08:32.828Z | Compiling ingot-types v0.1.0 |
| 565 | 2025-05-08T21:08:33.282Z | Compiling tracing v0.1.41 |
| 566 | 2025-05-08T21:08:33.787Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 567 | 2025-05-08T21:08:33.790Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 568 | 2025-05-08T21:08:34.054Z | Compiling dirs-sys-next v0.1.2 |
| 569 | 2025-05-08T21:08:34.831Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 570 | 2025-05-08T21:08:34.994Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 571 | 2025-05-08T21:08:35.285Z | Compiling powerfmt v0.2.0 |
| 572 | 2025-05-08T21:08:35.462Z | Compiling colored v3.0.0 |
| 573 | 2025-05-08T21:08:35.557Z | Compiling time-core v0.1.4 |
| 574 | 2025-05-08T21:08:35.885Z | Compiling thiserror v1.0.69 |
| 575 | 2025-05-08T21:08:36.482Z | Compiling bitflags v2.9.0 |
| 576 | 2025-05-08T21:08:36.689Z | Compiling postcard v1.1.1 |
| 577 | 2025-05-08T21:08:37.195Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 578 | 2025-05-08T21:08:37.408Z | Compiling ingot v0.1.0 |
| 579 | 2025-05-08T21:08:38.220Z | Compiling uuid v1.16.0 |
| 580 | 2025-05-08T21:08:38.311Z | Compiling heck v0.5.0 |
| 581 | 2025-05-08T21:08:38.717Z | Compiling num-conv v0.1.0 |
| 582 | 2025-05-08T21:08:38.868Z | Compiling terminal_size v0.4.2 |
| 583 | 2025-05-08T21:08:39.004Z | Compiling oxnet v0.1.1 |
| 584 | 2025-05-08T21:08:39.454Z | Compiling clap_lex v0.7.4 |
| 585 | 2025-05-08T21:08:39.811Z | Compiling clap_builder v4.5.37 |
| 586 | 2025-05-08T21:08:40.338Z | Compiling time-macros v0.2.22 |
| 587 | 2025-05-08T21:08:40.407Z | Compiling clap_derive v4.5.32 |
| 588 | 2025-05-08T21:08:42.312Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 589 | 2025-05-08T21:08:46.044Z | Compiling futures-executor v0.3.31 |
| 590 | 2025-05-08T21:08:47.876Z | Compiling deranged v0.4.0 |
| 591 | 2025-05-08T21:08:50.863Z | Compiling dirs-next v2.0.0 |
| 592 | 2025-05-08T21:08:51.167Z | Compiling thiserror-impl v1.0.69 |
| 593 | 2025-05-08T21:08:52.483Z | Compiling crossbeam-epoch v0.9.18 |
| 594 | 2025-05-08T21:08:53.816Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 595 | 2025-05-08T21:08:53.927Z | Compiling is-terminal v0.4.16 |
| 596 | 2025-05-08T21:08:54.074Z | Compiling thread_local v1.1.8 |
| 597 | 2025-05-08T21:08:54.302Z | Compiling num-traits v0.2.19 |
| 598 | 2025-05-08T21:08:54.692Z | Compiling arc-swap v1.7.1 |
| 599 | 2025-05-08T21:08:55.021Z | Compiling lazy_static v1.5.0 |
| 600 | 2025-05-08T21:08:55.175Z | Compiling minimal-lexical v0.2.1 |
| 601 | 2025-05-08T21:08:55.446Z | Compiling slog-async v2.8.0 |
| 602 | 2025-05-08T21:08:55.855Z | Compiling rayon-core v1.12.1 |
| 603 | 2025-05-08T21:08:56.230Z | Compiling heck v0.4.1 |
| 604 | 2025-05-08T21:08:56.471Z | Compiling serde_json v1.0.140 |
| 605 | 2025-05-08T21:08:56.578Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 606 | 2025-05-08T21:08:56.904Z | Compiling time v0.3.41 |
| 607 | 2025-05-08T21:08:57.991Z | Compiling nom v7.1.3 |
| 608 | 2025-05-08T21:09:02.057Z | Compiling slog-scope v4.4.0 |
| 609 | 2025-05-08T21:09:02.610Z | Compiling crossbeam-deque v0.8.6 |
| 610 | 2025-05-08T21:09:03.007Z | Compiling term v0.7.0 |
| 611 | 2025-05-08T21:09:03.130Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 612 | 2025-05-08T21:09:06.052Z | Compiling futures v0.3.31 |
| 613 | 2025-05-08T21:09:06.164Z | Compiling clap v4.5.37 |
| 614 | 2025-05-08T21:09:06.281Z | Compiling crossbeam-channel v0.5.15 |
| 615 | 2025-05-08T21:09:08.077Z | Compiling itertools v0.12.1 |
| 616 | 2025-05-08T21:09:08.127Z | Compiling half v2.6.0 |
| 617 | 2025-05-08T21:09:08.813Z | Compiling ryu v1.0.20 |
| 618 | 2025-05-08T21:09:08.833Z | Compiling ciborium-io v0.2.2 |
| 619 | 2025-05-08T21:09:08.884Z | Compiling log v0.4.27 |
| 620 | 2025-05-08T21:09:08.964Z | Compiling plotters-backend v0.3.7 |
| 621 | 2025-05-08T21:09:09.435Z | Compiling take_mut v0.2.2 |
| 622 | 2025-05-08T21:09:09.469Z | Compiling cfg_aliases v0.2.1 |
| 623 | 2025-05-08T21:09:09.579Z | Compiling nix v0.29.0 |
| 624 | 2025-05-08T21:09:09.747Z | Compiling plotters-svg v0.3.7 |
| 625 | 2025-05-08T21:09:10.434Z | Compiling slog-stdlog v4.1.1 |
| 626 | 2025-05-08T21:09:11.416Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 627 | 2025-05-08T21:09:11.567Z | Compiling ciborium-ll v0.2.2 |
| 628 | 2025-05-08T21:09:12.106Z | Compiling cookie-factory v0.3.3 |
| 629 | 2025-05-08T21:09:12.864Z | Compiling slog-term v2.9.1 |
| 630 | 2025-05-08T21:09:16.154Z | Compiling rusticata-macros v4.1.0 |
| 631 | 2025-05-08T21:09:16.479Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 632 | 2025-05-08T21:09:16.516Z | Compiling itertools v0.10.5 |
| 633 | 2025-05-08T21:09:16.776Z | Compiling same-file v1.0.6 |
| 634 | 2025-05-08T21:09:17.087Z | Compiling circular v0.3.0 |
| 635 | 2025-05-08T21:09:17.628Z | Compiling cast v0.3.0 |
| 636 | 2025-05-08T21:09:17.993Z | Compiling pcap-parser v0.16.0 |
| 637 | 2025-05-08T21:09:18.124Z | Compiling walkdir v2.5.0 |
| 638 | 2025-05-08T21:09:18.696Z | Compiling plotters v0.3.7 |
| 639 | 2025-05-08T21:09:18.791Z | Compiling rayon v1.10.0 |
| 640 | 2025-05-08T21:09:19.540Z | Compiling criterion-plot v0.5.0 |
| 641 | 2025-05-08T21:09:20.331Z | Compiling slog-envlogger v2.2.0 |
| 642 | 2025-05-08T21:09:20.846Z | Compiling tinytemplate v1.2.1 |
| 643 | 2025-05-08T21:09:22.163Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1dfdfd99) |
| 644 | 2025-05-08T21:09:22.224Z | Compiling ciborium v0.2.2 |
| 645 | 2025-05-08T21:09:22.487Z | Compiling oorandom v11.1.5 |
| 646 | 2025-05-08T21:09:22.741Z | Compiling anes v0.1.6 |
| 647 | 2025-05-08T21:09:23.357Z | Compiling dtor-proc-macro v0.0.5 |
| 648 | 2025-05-08T21:09:24.018Z | Compiling dtor v0.0.6 |
| 649 | 2025-05-08T21:09:24.132Z | Compiling criterion v0.5.1 |
| 650 | 2025-05-08T21:09:24.470Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 651 | 2025-05-08T21:09:24.524Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 652 | 2025-05-08T21:09:25.062Z | Compiling ctor-proc-macro v0.0.5 |
| 653 | 2025-05-08T21:09:25.732Z | Compiling ctor v0.4.2 |
| 654 | 2025-05-08T21:09:29.419Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
| 655 | 2025-05-08T21:09:50.131Z | Finished `bench` profile [optimized + debuginfo] target(s) in 1m 44s |
| 656 | 2025-05-08T21:09:50.250Z | Running benches/xde.rs (target/release/deps/xde-6b68e7d4fa485572) |
| 657 | 2025-05-08T21:09:50.411Z | ###--------------------------------### |
| 658 | 2025-05-08T21:09:50.411Z | :::Building test topology... (120s)::: |
| 659 | 2025-05-08T21:09:50.411Z | ###--------------------------------### |
| 660 | 2025-05-08T21:09:50.418Z | adding underlay route 0 |
| 661 | 2025-05-08T21:09:50.422Z | adding underlay route 1 |
| 662 | 2025-05-08T21:09:50.614Z | start zone a |
| 663 | 2025-05-08T21:09:50.614Z | configure zone |
| 664 | 2025-05-08T21:09:50.630Z | install zone |
| 665 | 2025-05-08T21:12:52.786Z | boot zone |
| 666 | 2025-05-08T21:12:53.651Z | start zone b |
| 667 | 2025-05-08T21:12:53.651Z | configure zone |
| 668 | 2025-05-08T21:12:53.658Z | install zone |
| 669 | 2025-05-08T21:15:54.827Z | boot zone |
| 670 | 2025-05-08T21:15:55.591Z | setup zone a |
| 671 | 2025-05-08T21:15:55.591Z | [a] svcs milestone/network |
| 672 | 2025-05-08T21:15:55.620Z | STATE STIME FMRI |
| 673 | 2025-05-08T21:15:55.620Z | online 14:13:11 svc:/milestone/network:default |
| 674 | 2025-05-08T21:15:55.620Z | [a] ipadm create-addr -t -T dhcp opte0/test |
| 675 | 2025-05-08T21:16:00.495Z | |
| 676 | 2025-05-08T21:16:00.495Z | [a] route add -iface 10.0.0.254 10.0.0.1 |
| 677 | 2025-05-08T21:16:00.515Z | add host 10.0.0.254: gateway 10.0.0.1 |
| 678 | 2025-05-08T21:16:00.516Z | [a] route add 10.0.0.0/24 10.0.0.254 |
| 679 | 2025-05-08T21:16:00.534Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
| 680 | 2025-05-08T21:16:00.534Z | setup zone b |
| 681 | 2025-05-08T21:16:00.534Z | [b] svcs milestone/network |
| 682 | 2025-05-08T21:16:00.553Z | STATE STIME FMRI |
| 683 | 2025-05-08T21:16:00.553Z | - - svc:/milestone/network:default |
| 684 | 2025-05-08T21:16:01.553Z | [b] svcs milestone/network |
| 685 | 2025-05-08T21:16:01.574Z | STATE STIME FMRI |
| 686 | 2025-05-08T21:16:01.574Z | - - svc:/milestone/network:default |
| 687 | 2025-05-08T21:16:02.575Z | [b] svcs milestone/network |
| 688 | 2025-05-08T21:16:02.596Z | STATE STIME FMRI |
| 689 | 2025-05-08T21:16:02.596Z | - - svc:/milestone/network:default |
| 690 | 2025-05-08T21:16:03.596Z | [b] svcs milestone/network |
| 691 | 2025-05-08T21:16:03.618Z | STATE STIME FMRI |
| 692 | 2025-05-08T21:16:03.618Z | - - svc:/milestone/network:default |
| 693 | 2025-05-08T21:16:04.618Z | [b] svcs milestone/network |
| 694 | 2025-05-08T21:16:04.639Z | STATE STIME FMRI |
| 695 | 2025-05-08T21:16:04.639Z | - - svc:/milestone/network:default |
| 696 | 2025-05-08T21:16:05.640Z | [b] svcs milestone/network |
| 697 | 2025-05-08T21:16:05.661Z | STATE STIME FMRI |
| 698 | 2025-05-08T21:16:05.661Z | - - svc:/milestone/network:default |
| 699 | 2025-05-08T21:16:06.661Z | [b] svcs milestone/network |
| 700 | 2025-05-08T21:16:06.683Z | STATE STIME FMRI |
| 701 | 2025-05-08T21:16:06.683Z | - - svc:/milestone/network:default |
| 702 | 2025-05-08T21:16:07.683Z | [b] svcs milestone/network |
| 703 | 2025-05-08T21:16:07.704Z | STATE STIME FMRI |
| 704 | 2025-05-08T21:16:07.705Z | - - svc:/milestone/network:default |
| 705 | 2025-05-08T21:16:08.705Z | [b] svcs milestone/network |
| 706 | 2025-05-08T21:16:08.726Z | STATE STIME FMRI |
| 707 | 2025-05-08T21:16:08.726Z | - - svc:/milestone/network:default |
| 708 | 2025-05-08T21:16:09.727Z | [b] svcs milestone/network |
| 709 | 2025-05-08T21:16:09.748Z | STATE STIME FMRI |
| 710 | 2025-05-08T21:16:09.748Z | - - svc:/milestone/network:default |
| 711 | 2025-05-08T21:16:10.748Z | [b] svcs milestone/network |
| 712 | 2025-05-08T21:16:10.769Z | STATE STIME FMRI |
| 713 | 2025-05-08T21:16:10.769Z | - - svc:/milestone/network:default |
| 714 | 2025-05-08T21:16:11.770Z | [b] svcs milestone/network |
| 715 | 2025-05-08T21:16:11.792Z | STATE STIME FMRI |
| 716 | 2025-05-08T21:16:11.792Z | - - svc:/milestone/network:default |
| 717 | 2025-05-08T21:16:12.792Z | [b] svcs milestone/network |
| 718 | 2025-05-08T21:16:12.814Z | STATE STIME FMRI |
| 719 | 2025-05-08T21:16:12.814Z | - - svc:/milestone/network:default |
| 720 | 2025-05-08T21:16:13.815Z | [b] svcs milestone/network |
| 721 | 2025-05-08T21:16:13.837Z | STATE STIME FMRI |
| 722 | 2025-05-08T21:16:13.837Z | offline 14:16:12 svc:/milestone/network:default |
| 723 | 2025-05-08T21:16:14.837Z | [b] svcs milestone/network |
| 724 | 2025-05-08T21:16:14.860Z | STATE STIME FMRI |
| 725 | 2025-05-08T21:16:14.860Z | online 14:16:12 svc:/milestone/network:default |
| 726 | 2025-05-08T21:16:14.860Z | [b] ipadm create-addr -t -T dhcp opte1/test |
| 727 | 2025-05-08T21:16:20.990Z | |
| 728 | 2025-05-08T21:16:20.990Z | [b] route add -iface 10.0.0.254 10.0.0.2 |
| 729 | 2025-05-08T21:16:21.010Z | add host 10.0.0.254: gateway 10.0.0.2 |
| 730 | 2025-05-08T21:16:21.011Z | [b] route add 10.0.0.0/24 10.0.0.254 |
| 731 | 2025-05-08T21:16:21.029Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
| 732 | 2025-05-08T21:16:21.029Z | ###---------------### |
| 733 | 2025-05-08T21:16:21.029Z | :::Topology built!::: |
| 734 | 2025-05-08T21:16:21.029Z | ###---------------### |
| 735 | 2025-05-08T21:16:21.032Z | ###----------------### |
| 736 | 2025-05-08T21:16:21.032Z | ::: iPerf spawned! ::: |
| 737 | 2025-05-08T21:16:21.032Z | :::Waiting... (10s)::: |
| 738 | 2025-05-08T21:16:21.032Z | ###----------------### |
| 739 | 2025-05-08T21:16:31.032Z | ###---### |
| 740 | 2025-05-08T21:16:31.032Z | :::Go!::: |
| 741 | 2025-05-08T21:16:31.032Z | ###---### |
| 742 | 2025-05-08T21:16:31.032Z | [a] ping 10.0.0.2 |
| 743 | 2025-05-08T21:16:31.057Z | 10.0.0.2 is alive |
| 744 | 2025-05-08T21:16:31.057Z | ###-------------------### |
| 745 | 2025-05-08T21:16:31.057Z | :::Running experiment ::: |
| 746 | 2025-05-08T21:16:31.057Z | :::iperf-tcp/local/c2s::: |
| 747 | 2025-05-08T21:16:31.057Z | ###-------------------### |
| 748 | 2025-05-08T21:16:38.089Z | ----------------------------------------------------------- |
| 749 | 2025-05-08T21:16:38.089Z | Server listening on 5201 |
| 750 | 2025-05-08T21:16:38.089Z | ----------------------------------------------------------- |
| 751 | 2025-05-08T21:16:38.089Z | Accepted connection from 10.0.0.1, port 40544 |
| 752 | 2025-05-08T21:16:38.089Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40472 |
| 753 | 2025-05-08T21:16:38.089Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44575 |
| 754 | 2025-05-08T21:16:38.089Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35024 |
| 755 | 2025-05-08T21:16:38.089Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52031 |
| 756 | 2025-05-08T21:16:38.089Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37952 |
| 757 | 2025-05-08T21:16:38.089Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35915 |
| 758 | 2025-05-08T21:16:38.089Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57026 |
| 759 | 2025-05-08T21:16:38.089Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51828 |
| 760 | 2025-05-08T21:16:38.089Z | [ ID] Interval Transfer Bandwidth |
| 761 | 2025-05-08T21:16:38.089Z | [ 5] 0.00-1.00 sec 47.4 MBytes 398 Mbits/sec |
| 762 | 2025-05-08T21:16:38.089Z | [ 7] 0.00-1.00 sec 47.3 MBytes 397 Mbits/sec |
| 763 | 2025-05-08T21:16:38.089Z | [ 9] 0.00-1.00 sec 47.2 MBytes 396 Mbits/sec |
| 764 | 2025-05-08T21:16:38.089Z | [ 11] 0.00-1.00 sec 47.1 MBytes 395 Mbits/sec |
| 765 | 2025-05-08T21:16:38.089Z | [ 13] 0.00-1.00 sec 47.1 MBytes 395 Mbits/sec |
| 766 | 2025-05-08T21:16:38.089Z | [ 15] 0.00-1.00 sec 47.0 MBytes 394 Mbits/sec |
| 767 | 2025-05-08T21:16:38.089Z | [ 17] 0.00-1.00 sec 47.1 MBytes 395 Mbits/sec |
| 768 | 2025-05-08T21:16:38.089Z | [ 19] 0.00-1.00 sec 47.1 MBytes 395 Mbits/sec |
| 769 | 2025-05-08T21:16:38.089Z | [SUM] 0.00-1.00 sec 377 MBytes 3.17 Gbits/sec |
| 770 | 2025-05-08T21:16:38.089Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 771 | 2025-05-08T21:16:38.089Z | [ 5] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec |
| 772 | 2025-05-08T21:16:38.089Z | [ 7] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec |
| 773 | 2025-05-08T21:16:38.089Z | [ 9] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec |
| 774 | 2025-05-08T21:16:38.089Z | [ 11] 1.00-2.00 sec 68.7 MBytes 577 Mbits/sec |
| 775 | 2025-05-08T21:16:38.089Z | [ 13] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec |
| 776 | 2025-05-08T21:16:38.089Z | [ 15] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec |
| 777 | 2025-05-08T21:16:38.089Z | [ 17] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec |
| 778 | 2025-05-08T21:16:38.089Z | [ 19] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec |
| 779 | 2025-05-08T21:16:38.089Z | [SUM] 1.00-2.00 sec 550 MBytes 4.62 Gbits/sec |
| 780 | 2025-05-08T21:16:38.090Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 781 | 2025-05-08T21:16:38.090Z | [ 5] 2.00-3.00 sec 68.8 MBytes 577 Mbits/sec |
| 782 | 2025-05-08T21:16:38.090Z | [ 7] 2.00-3.00 sec 68.8 MBytes 577 Mbits/sec |
| 783 | 2025-05-08T21:16:38.090Z | [ 9] 2.00-3.00 sec 68.7 MBytes 576 Mbits/sec |
| 784 | 2025-05-08T21:16:38.090Z | [ 11] 2.00-3.00 sec 68.7 MBytes 577 Mbits/sec |
| 785 | 2025-05-08T21:16:38.090Z | [ 13] 2.00-3.00 sec 68.7 MBytes 576 Mbits/sec |
| 786 | 2025-05-08T21:16:38.090Z | [ 15] 2.00-3.00 sec 68.7 MBytes 576 Mbits/sec |
| 787 | 2025-05-08T21:16:38.090Z | [ 17] 2.00-3.00 sec 68.7 MBytes 576 Mbits/sec |
| 788 | 2025-05-08T21:16:38.090Z | [ 19] 2.00-3.00 sec 68.8 MBytes 577 Mbits/sec |
| 789 | 2025-05-08T21:16:38.090Z | [SUM] 2.00-3.00 sec 550 MBytes 4.61 Gbits/sec |
| 790 | 2025-05-08T21:16:38.090Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 791 | 2025-05-08T21:16:38.090Z | [ 5] 3.00-4.00 sec 70.6 MBytes 593 Mbits/sec |
| 792 | 2025-05-08T21:16:38.090Z | [ 7] 3.00-4.00 sec 70.7 MBytes 593 Mbits/sec |
| 793 | 2025-05-08T21:16:38.090Z | [ 9] 3.00-4.00 sec 70.6 MBytes 593 Mbits/sec |
| 794 | 2025-05-08T21:16:38.090Z | [ 11] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec |
| 795 | 2025-05-08T21:16:38.090Z | [ 13] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec |
| 796 | 2025-05-08T21:16:38.090Z | [ 15] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec |
| 797 | 2025-05-08T21:16:38.090Z | [ 17] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec |
| 798 | 2025-05-08T21:16:38.090Z | [ 19] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec |
| 799 | 2025-05-08T21:16:38.090Z | [SUM] 3.00-4.00 sec 565 MBytes 4.74 Gbits/sec |
| 800 | 2025-05-08T21:16:38.090Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 801 | 2025-05-08T21:16:38.090Z | [ 5] 4.00-5.00 sec 69.0 MBytes 578 Mbits/sec |
| 802 | 2025-05-08T21:16:38.090Z | [ 7] 4.00-5.00 sec 68.9 MBytes 578 Mbits/sec |
| 803 | 2025-05-08T21:16:38.090Z | [ 9] 4.00-5.00 sec 68.9 MBytes 578 Mbits/sec |
| 804 | 2025-05-08T21:16:38.090Z | [ 11] 4.00-5.00 sec 68.9 MBytes 578 Mbits/sec |
| 805 | 2025-05-08T21:16:38.090Z | [ 13] 4.00-5.00 sec 68.8 MBytes 577 Mbits/sec |
| 806 | 2025-05-08T21:16:38.090Z | [ 15] 4.00-5.00 sec 68.8 MBytes 577 Mbits/sec |
| 807 | 2025-05-08T21:16:38.090Z | [ 17] 4.00-5.00 sec 68.9 MBytes 578 Mbits/sec |
| 808 | 2025-05-08T21:16:38.090Z | [ 19] 4.00-5.00 sec 68.8 MBytes 577 Mbits/sec |
| 809 | 2025-05-08T21:16:38.090Z | [SUM] 4.00-5.00 sec 551 MBytes 4.62 Gbits/sec |
| 810 | 2025-05-08T21:16:38.090Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 811 | 2025-05-08T21:16:38.090Z | [ 5] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec |
| 812 | 2025-05-08T21:16:38.090Z | [ 7] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 813 | 2025-05-08T21:16:38.090Z | [ 9] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 814 | 2025-05-08T21:16:38.090Z | [ 11] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 815 | 2025-05-08T21:16:38.090Z | [ 13] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 816 | 2025-05-08T21:16:38.090Z | [ 15] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 817 | 2025-05-08T21:16:38.090Z | [ 17] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 818 | 2025-05-08T21:16:38.090Z | [ 19] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 819 | 2025-05-08T21:16:38.091Z | [SUM] 5.00-6.00 sec 560 MBytes 4.70 Gbits/sec |
| 820 | 2025-05-08T21:16:38.091Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 821 | 2025-05-08T21:16:38.091Z | [ 5] 6.00-7.00 sec 70.4 MBytes 590 Mbits/sec |
| 822 | 2025-05-08T21:16:38.091Z | [ 7] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec |
| 823 | 2025-05-08T21:16:38.091Z | [ 9] 6.00-7.00 sec 70.2 MBytes 589 Mbits/sec |
| 824 | 2025-05-08T21:16:41.309Z | [ 11] 6.00-7.00 sec 70.2 MBytes 589 Mbits/sec |
| 825 | 2025-05-08T21:16:41.309Z | [ 13] 6.00-7.00 sec 70.2 MBytes 589 Mbits/sec |
| 826 | 2025-05-08T21:16:41.309Z | [ 15] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec |
| 827 | 2025-05-08T21:16:41.309Z | [ 17] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec |
| 828 | 2025-05-08T21:16:41.310Z | [ 19] 6.00-7.00 sec 70.3 MBytes 589 Mbits/sec |
| 829 | 2025-05-08T21:16:41.310Z | [SUM] 6.00-7.00 sec 562 MBytes 4.72 Gbits/sec |
| 830 | 2025-05-08T21:16:41.310Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 831 | 2025-05-08T21:16:41.310Z | [ 5] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec |
| 832 | 2025-05-08T21:16:41.310Z | [ 7] 7.00-8.00 sec 71.4 MBytes 599 Mbits/sec |
| 833 | 2025-05-08T21:16:41.310Z | [ 9] 7.00-8.00 sec 71.5 MBytes 600 Mbits/sec |
| 834 | 2025-05-08T21:16:41.310Z | [ 11] 7.00-8.00 sec 71.4 MBytes 599 Mbits/sec |
| 835 | 2025-05-08T21:16:41.310Z | [ 13] 7.00-8.00 sec 71.4 MBytes 599 Mbits/sec |
| 836 | 2025-05-08T21:16:41.310Z | [ 15] 7.00-8.00 sec 71.2 MBytes 598 Mbits/sec |
| 837 | 2025-05-08T21:16:41.310Z | [ 17] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec |
| 838 | 2025-05-08T21:16:41.310Z | [ 19] 7.00-8.00 sec 71.4 MBytes 599 Mbits/sec |
| 839 | 2025-05-08T21:16:41.310Z | [SUM] 7.00-8.00 sec 571 MBytes 4.79 Gbits/sec |
| 840 | 2025-05-08T21:16:41.310Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 841 | 2025-05-08T21:16:41.310Z | [ 5] 8.00-9.00 sec 70.5 MBytes 592 Mbits/sec |
| 842 | 2025-05-08T21:16:41.310Z | [ 7] 8.00-9.00 sec 70.5 MBytes 591 Mbits/sec |
| 843 | 2025-05-08T21:16:41.310Z | [ 9] 8.00-9.00 sec 70.4 MBytes 591 Mbits/sec |
| 844 | 2025-05-08T21:16:41.310Z | [ 11] 8.00-9.00 sec 70.6 MBytes 592 Mbits/sec |
| 845 | 2025-05-08T21:16:41.310Z | [ 13] 8.00-9.00 sec 70.5 MBytes 592 Mbits/sec |
| 846 | 2025-05-08T21:16:41.310Z | [ 15] 8.00-9.00 sec 70.4 MBytes 591 Mbits/sec |
| 847 | 2025-05-08T21:16:41.310Z | [ 17] 8.00-9.00 sec 70.5 MBytes 592 Mbits/sec |
| 848 | 2025-05-08T21:16:41.310Z | [ 19] 8.00-9.00 sec 70.4 MBytes 590 Mbits/sec |
| 849 | 2025-05-08T21:16:41.310Z | [SUM] 8.00-9.00 sec 564 MBytes 4.73 Gbits/sec |
| 850 | 2025-05-08T21:16:41.310Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 851 | 2025-05-08T21:16:41.310Z | [ 5] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec |
| 852 | 2025-05-08T21:16:41.310Z | [ 7] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec |
| 853 | 2025-05-08T21:16:41.310Z | [ 9] 9.00-10.00 sec 71.3 MBytes 598 Mbits/sec |
| 854 | 2025-05-08T21:16:41.310Z | [ 11] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec |
| 855 | 2025-05-08T21:16:41.310Z | [ 13] 9.00-10.00 sec 71.3 MBytes 598 Mbits/sec |
| 856 | 2025-05-08T21:16:41.310Z | [ 15] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec |
| 857 | 2025-05-08T21:16:41.310Z | [ 17] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec |
| 858 | 2025-05-08T21:16:41.310Z | [ 19] 9.00-10.00 sec 71.1 MBytes 597 Mbits/sec |
| 859 | 2025-05-08T21:16:41.310Z | [SUM] 9.00-10.00 sec 570 MBytes 4.78 Gbits/sec |
| 860 | 2025-05-08T21:16:41.310Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 861 | 2025-05-08T21:16:41.310Z | [ 5] 10.00-10.00 sec 21.0 KBytes 241 Mbits/sec |
| 862 | 2025-05-08T21:16:41.310Z | [ 7] 10.00-10.00 sec 35.5 KBytes 408 Mbits/sec |
| 863 | 2025-05-08T21:16:41.310Z | [ 9] 10.00-10.00 sec 99.4 KBytes 1.14 Gbits/sec |
| 864 | 2025-05-08T21:16:41.310Z | [ 11] 10.00-10.00 sec 14.1 KBytes 162 Mbits/sec |
| 865 | 2025-05-08T21:16:41.310Z | [ 13] 10.00-10.00 sec 22.0 KBytes 252 Mbits/sec |
| 866 | 2025-05-08T21:16:41.311Z | [ 15] 10.00-10.00 sec 126 KBytes 1.47 Gbits/sec |
| 867 | 2025-05-08T21:16:41.311Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 868 | 2025-05-08T21:16:41.311Z | [ 19] 10.00-10.00 sec 108 KBytes 1.26 Gbits/sec |
| 869 | 2025-05-08T21:16:41.311Z | [SUM] 10.00-10.00 sec 426 KBytes 4.88 Gbits/sec |
| 870 | 2025-05-08T21:16:41.311Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 871 | 2025-05-08T21:16:41.311Z | [ ID] Interval Transfer Bandwidth |
| 872 | 2025-05-08T21:16:41.311Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 873 | 2025-05-08T21:16:41.311Z | [ 5] 0.00-10.00 sec 678 MBytes 569 Mbits/sec receiver |
| 874 | 2025-05-08T21:16:41.311Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 875 | 2025-05-08T21:16:41.311Z | [ 7] 0.00-10.00 sec 678 MBytes 569 Mbits/sec receiver |
| 876 | 2025-05-08T21:16:41.311Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 877 | 2025-05-08T21:16:41.311Z | [ 9] 0.00-10.00 sec 678 MBytes 569 Mbits/sec receiver |
| 878 | 2025-05-08T21:16:41.311Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 879 | 2025-05-08T21:16:41.311Z | [ 11] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver |
| 880 | 2025-05-08T21:16:41.311Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 881 | 2025-05-08T21:16:41.311Z | [ 13] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver |
| 882 | 2025-05-08T21:16:41.311Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 883 | 2025-05-08T21:16:41.311Z | [ 15] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver |
| 884 | 2025-05-08T21:16:41.311Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 885 | 2025-05-08T21:16:41.311Z | [ 17] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver |
| 886 | 2025-05-08T21:16:41.311Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 887 | 2025-05-08T21:16:41.311Z | [ 19] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver |
| 888 | 2025-05-08T21:16:41.311Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 889 | 2025-05-08T21:16:41.311Z | [SUM] 0.00-10.00 sec 5.29 GBytes 4.55 Gbits/sec receiver |
| 890 | 2025-05-08T21:16:41.315Z | Run 1/5...4547.085Mbps |
| 891 | 2025-05-08T21:16:48.340Z | ----------------------------------------------------------- |
| 892 | 2025-05-08T21:16:48.340Z | Server listening on 5201 |
| 893 | 2025-05-08T21:16:48.340Z | ----------------------------------------------------------- |
| 894 | 2025-05-08T21:16:48.340Z | Accepted connection from 10.0.0.1, port 54806 |
| 895 | 2025-05-08T21:16:48.340Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34025 |
| 896 | 2025-05-08T21:16:48.340Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62995 |
| 897 | 2025-05-08T21:16:48.340Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56121 |
| 898 | 2025-05-08T21:16:48.340Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49119 |
| 899 | 2025-05-08T21:16:48.340Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36862 |
| 900 | 2025-05-08T21:16:48.340Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59984 |
| 901 | 2025-05-08T21:16:48.340Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54976 |
| 902 | 2025-05-08T21:16:48.340Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55075 |
| 903 | 2025-05-08T21:16:48.340Z | [ ID] Interval Transfer Bandwidth |
| 904 | 2025-05-08T21:16:48.340Z | [ 5] 0.00-1.00 sec 49.3 MBytes 413 Mbits/sec |
| 905 | 2025-05-08T21:16:48.340Z | [ 7] 0.00-1.00 sec 49.1 MBytes 412 Mbits/sec |
| 906 | 2025-05-08T21:16:48.341Z | [ 9] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec |
| 907 | 2025-05-08T21:16:48.341Z | [ 11] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec |
| 908 | 2025-05-08T21:16:48.341Z | [ 13] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec |
| 909 | 2025-05-08T21:16:48.341Z | [ 15] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec |
| 910 | 2025-05-08T21:16:48.341Z | [ 17] 0.00-1.00 sec 49.2 MBytes 412 Mbits/sec |
| 911 | 2025-05-08T21:16:48.341Z | [ 19] 0.00-1.00 sec 49.2 MBytes 412 Mbits/sec |
| 912 | 2025-05-08T21:16:48.341Z | [SUM] 0.00-1.00 sec 394 MBytes 3.30 Gbits/sec |
| 913 | 2025-05-08T21:16:48.345Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 914 | 2025-05-08T21:16:48.345Z | [ 5] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec |
| 915 | 2025-05-08T21:16:48.345Z | [ 7] 1.00-2.00 sec 72.0 MBytes 604 Mbits/sec |
| 916 | 2025-05-08T21:16:48.345Z | [ 9] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec |
| 917 | 2025-05-08T21:16:48.345Z | [ 11] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec |
| 918 | 2025-05-08T21:16:48.345Z | [ 13] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec |
| 919 | 2025-05-08T21:16:48.345Z | [ 15] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec |
| 920 | 2025-05-08T21:16:48.345Z | [ 17] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec |
| 921 | 2025-05-08T21:16:48.345Z | [ 19] 1.00-2.00 sec 72.0 MBytes 604 Mbits/sec |
| 922 | 2025-05-08T21:16:48.345Z | [SUM] 1.00-2.00 sec 577 MBytes 4.84 Gbits/sec |
| 923 | 2025-05-08T21:16:48.345Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 924 | 2025-05-08T21:16:48.345Z | [ 5] 2.00-3.00 sec 71.6 MBytes 600 Mbits/sec |
| 925 | 2025-05-08T21:16:48.345Z | [ 7] 2.00-3.00 sec 71.4 MBytes 599 Mbits/sec |
| 926 | 2025-05-08T21:16:48.345Z | [ 9] 2.00-3.00 sec 71.5 MBytes 600 Mbits/sec |
| 927 | 2025-05-08T21:16:48.345Z | [ 11] 2.00-3.00 sec 71.6 MBytes 600 Mbits/sec |
| 928 | 2025-05-08T21:16:48.345Z | [ 13] 2.00-3.00 sec 71.5 MBytes 599 Mbits/sec |
| 929 | 2025-05-08T21:16:48.345Z | [ 15] 2.00-3.00 sec 71.6 MBytes 600 Mbits/sec |
| 930 | 2025-05-08T21:16:48.345Z | [ 17] 2.00-3.00 sec 71.5 MBytes 600 Mbits/sec |
| 931 | 2025-05-08T21:16:48.345Z | [ 19] 2.00-3.00 sec 71.5 MBytes 600 Mbits/sec |
| 932 | 2025-05-08T21:16:48.345Z | [SUM] 2.00-3.00 sec 572 MBytes 4.80 Gbits/sec |
| 933 | 2025-05-08T21:16:48.345Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 934 | 2025-05-08T21:16:48.345Z | [ 5] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec |
| 935 | 2025-05-08T21:16:48.345Z | [ 7] 3.00-4.00 sec 70.4 MBytes 590 Mbits/sec |
| 936 | 2025-05-08T21:16:48.345Z | [ 9] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec |
| 937 | 2025-05-08T21:16:48.345Z | [ 11] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec |
| 938 | 2025-05-08T21:16:48.345Z | [ 13] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec |
| 939 | 2025-05-08T21:16:48.346Z | [ 15] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec |
| 940 | 2025-05-08T21:16:48.346Z | [ 17] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec |
| 941 | 2025-05-08T21:16:48.346Z | [ 19] 3.00-4.00 sec 70.5 MBytes 591 Mbits/sec |
| 942 | 2025-05-08T21:16:48.346Z | [SUM] 3.00-4.00 sec 564 MBytes 4.73 Gbits/sec |
| 943 | 2025-05-08T21:16:48.346Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 944 | 2025-05-08T21:16:48.346Z | [ 5] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec |
| 945 | 2025-05-08T21:16:48.346Z | [ 7] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec |
| 946 | 2025-05-08T21:16:48.346Z | [ 9] 4.00-5.00 sec 71.5 MBytes 599 Mbits/sec |
| 947 | 2025-05-08T21:16:48.346Z | [ 11] 4.00-5.00 sec 71.7 MBytes 601 Mbits/sec |
| 948 | 2025-05-08T21:16:48.346Z | [ 13] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec |
| 949 | 2025-05-08T21:16:48.346Z | [ 15] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec |
| 950 | 2025-05-08T21:16:48.346Z | [ 17] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec |
| 951 | 2025-05-08T21:16:48.346Z | [ 19] 4.00-5.00 sec 71.5 MBytes 600 Mbits/sec |
| 952 | 2025-05-08T21:16:48.346Z | [SUM] 4.00-5.00 sec 572 MBytes 4.80 Gbits/sec |
| 953 | 2025-05-08T21:16:48.346Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 954 | 2025-05-08T21:16:48.346Z | [ 5] 5.00-6.00 sec 71.8 MBytes 602 Mbits/sec |
| 955 | 2025-05-08T21:16:48.346Z | [ 7] 5.00-6.00 sec 71.7 MBytes 602 Mbits/sec |
| 956 | 2025-05-08T21:16:48.346Z | [ 9] 5.00-6.00 sec 71.7 MBytes 601 Mbits/sec |
| 957 | 2025-05-08T21:16:48.346Z | [ 11] 5.00-6.00 sec 71.6 MBytes 601 Mbits/sec |
| 958 | 2025-05-08T21:16:48.346Z | [ 13] 5.00-6.00 sec 71.7 MBytes 601 Mbits/sec |
| 959 | 2025-05-08T21:16:48.346Z | [ 15] 5.00-6.00 sec 71.7 MBytes 602 Mbits/sec |
| 960 | 2025-05-08T21:16:48.346Z | [ 17] 5.00-6.00 sec 71.6 MBytes 601 Mbits/sec |
| 961 | 2025-05-08T21:16:48.346Z | [ 19] 5.00-6.00 sec 71.6 MBytes 601 Mbits/sec |
| 962 | 2025-05-08T21:16:48.346Z | [SUM] 5.00-6.00 sec 574 MBytes 4.81 Gbits/sec |
| 963 | 2025-05-08T21:16:48.346Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 964 | 2025-05-08T21:16:48.346Z | [ 5] 6.00-7.00 sec 70.0 MBytes 588 Mbits/sec |
| 965 | 2025-05-08T21:16:48.346Z | [ 7] 6.00-7.00 sec 69.9 MBytes 586 Mbits/sec |
| 966 | 2025-05-08T21:16:48.346Z | [ 9] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec |
| 967 | 2025-05-08T21:16:51.560Z | [ 11] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec |
| 968 | 2025-05-08T21:16:51.560Z | [ 13] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec |
| 969 | 2025-05-08T21:16:51.560Z | [ 15] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec |
| 970 | 2025-05-08T21:16:51.560Z | [ 17] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec |
| 971 | 2025-05-08T21:16:51.560Z | [ 19] 6.00-7.00 sec 70.0 MBytes 587 Mbits/sec |
| 972 | 2025-05-08T21:16:51.560Z | [SUM] 6.00-7.00 sec 560 MBytes 4.70 Gbits/sec |
| 973 | 2025-05-08T21:16:51.560Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 974 | 2025-05-08T21:16:51.560Z | [ 5] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec |
| 975 | 2025-05-08T21:16:51.560Z | [ 7] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec |
| 976 | 2025-05-08T21:16:51.560Z | [ 9] 7.00-8.00 sec 71.6 MBytes 601 Mbits/sec |
| 977 | 2025-05-08T21:16:51.560Z | [ 11] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec |
| 978 | 2025-05-08T21:16:51.560Z | [ 13] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec |
| 979 | 2025-05-08T21:16:51.561Z | [ 15] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec |
| 980 | 2025-05-08T21:16:51.561Z | [ 17] 7.00-8.00 sec 71.6 MBytes 600 Mbits/sec |
| 981 | 2025-05-08T21:16:51.561Z | [ 19] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec |
| 982 | 2025-05-08T21:16:51.561Z | [SUM] 7.00-8.00 sec 574 MBytes 4.81 Gbits/sec |
| 983 | 2025-05-08T21:16:51.561Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 984 | 2025-05-08T21:16:51.561Z | [ 5] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 985 | 2025-05-08T21:16:51.561Z | [ 7] 8.00-9.00 sec 70.7 MBytes 593 Mbits/sec |
| 986 | 2025-05-08T21:16:51.561Z | [ 9] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 987 | 2025-05-08T21:16:51.561Z | [ 11] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 988 | 2025-05-08T21:16:51.561Z | [ 13] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 989 | 2025-05-08T21:16:51.561Z | [ 15] 8.00-9.00 sec 70.7 MBytes 593 Mbits/sec |
| 990 | 2025-05-08T21:16:51.561Z | [ 17] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 991 | 2025-05-08T21:16:51.561Z | [ 19] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 992 | 2025-05-08T21:16:51.561Z | [SUM] 8.00-9.00 sec 566 MBytes 4.75 Gbits/sec |
| 993 | 2025-05-08T21:16:51.561Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 994 | 2025-05-08T21:16:51.561Z | [ 5] 9.00-10.00 sec 71.9 MBytes 603 Mbits/sec |
| 995 | 2025-05-08T21:16:51.561Z | [ 7] 9.00-10.00 sec 72.1 MBytes 605 Mbits/sec |
| 996 | 2025-05-08T21:16:51.561Z | [ 9] 9.00-10.00 sec 72.1 MBytes 605 Mbits/sec |
| 997 | 2025-05-08T21:16:51.561Z | [ 11] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec |
| 998 | 2025-05-08T21:16:51.561Z | [ 13] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec |
| 999 | 2025-05-08T21:16:51.561Z | [ 15] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec |
| 1000 | 2025-05-08T21:16:51.561Z | [ 17] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec |
| 1001 | 2025-05-08T21:16:51.561Z | [ 19] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec |
| 1002 | 2025-05-08T21:16:51.561Z | [SUM] 9.00-10.00 sec 576 MBytes 4.83 Gbits/sec |
| 1003 | 2025-05-08T21:16:51.561Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1004 | 2025-05-08T21:16:51.561Z | [ 5] 10.00-10.00 sec 126 KBytes 1.16 Gbits/sec |
| 1005 | 2025-05-08T21:16:51.561Z | [ 7] 10.00-10.00 sec 125 KBytes 1.15 Gbits/sec |
| 1006 | 2025-05-08T21:16:51.561Z | [ 9] 10.00-10.00 sec 78.8 KBytes 725 Mbits/sec |
| 1007 | 2025-05-08T21:16:51.561Z | [ 11] 10.00-10.00 sec 56.2 KBytes 517 Mbits/sec |
| 1008 | 2025-05-08T21:16:51.561Z | [ 13] 10.00-10.00 sec 125 KBytes 1.15 Gbits/sec |
| 1009 | 2025-05-08T21:16:51.561Z | [ 15] 10.00-10.00 sec 98.2 KBytes 904 Mbits/sec |
| 1010 | 2025-05-08T21:16:51.561Z | [ 17] 10.00-10.00 sec 58.3 KBytes 537 Mbits/sec |
| 1011 | 2025-05-08T21:16:51.561Z | [ 19] 10.00-10.00 sec 125 KBytes 1.15 Gbits/sec |
| 1012 | 2025-05-08T21:16:51.561Z | [SUM] 10.00-10.00 sec 792 KBytes 7.28 Gbits/sec |
| 1013 | 2025-05-08T21:16:51.561Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1014 | 2025-05-08T21:16:51.561Z | [ ID] Interval Transfer Bandwidth |
| 1015 | 2025-05-08T21:16:51.561Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1016 | 2025-05-08T21:16:51.561Z | [ 5] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver |
| 1017 | 2025-05-08T21:16:51.561Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1018 | 2025-05-08T21:16:51.561Z | [ 7] 0.00-10.00 sec 691 MBytes 579 Mbits/sec receiver |
| 1019 | 2025-05-08T21:16:51.562Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1020 | 2025-05-08T21:16:51.562Z | [ 9] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver |
| 1021 | 2025-05-08T21:16:51.562Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1022 | 2025-05-08T21:16:51.562Z | [ 11] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver |
| 1023 | 2025-05-08T21:16:51.562Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1024 | 2025-05-08T21:16:51.562Z | [ 13] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver |
| 1025 | 2025-05-08T21:16:51.562Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1026 | 2025-05-08T21:16:51.562Z | [ 15] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver |
| 1027 | 2025-05-08T21:16:51.562Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1028 | 2025-05-08T21:16:51.562Z | [ 17] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver |
| 1029 | 2025-05-08T21:16:51.562Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1030 | 2025-05-08T21:16:51.562Z | [ 19] 0.00-10.00 sec 691 MBytes 579 Mbits/sec receiver |
| 1031 | 2025-05-08T21:16:51.562Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1032 | 2025-05-08T21:16:51.562Z | [SUM] 0.00-10.00 sec 5.40 GBytes 4.64 Gbits/sec receiver |
| 1033 | 2025-05-08T21:16:51.565Z | Run 2/5...4638.046Mbps |
| 1034 | 2025-05-08T21:16:58.592Z | ----------------------------------------------------------- |
| 1035 | 2025-05-08T21:16:58.592Z | Server listening on 5201 |
| 1036 | 2025-05-08T21:16:58.592Z | ----------------------------------------------------------- |
| 1037 | 2025-05-08T21:16:58.592Z | Accepted connection from 10.0.0.1, port 43518 |
| 1038 | 2025-05-08T21:16:58.592Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40033 |
| 1039 | 2025-05-08T21:16:58.592Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61501 |
| 1040 | 2025-05-08T21:16:58.592Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60788 |
| 1041 | 2025-05-08T21:16:58.592Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47758 |
| 1042 | 2025-05-08T21:16:58.592Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42665 |
| 1043 | 2025-05-08T21:16:58.592Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49653 |
| 1044 | 2025-05-08T21:16:58.592Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46434 |
| 1045 | 2025-05-08T21:16:58.593Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34480 |
| 1046 | 2025-05-08T21:16:58.593Z | [ ID] Interval Transfer Bandwidth |
| 1047 | 2025-05-08T21:16:58.593Z | [ 5] 0.00-1.00 sec 46.8 MBytes 393 Mbits/sec |
| 1048 | 2025-05-08T21:16:58.593Z | [ 7] 0.00-1.00 sec 46.9 MBytes 393 Mbits/sec |
| 1049 | 2025-05-08T21:16:58.593Z | [ 9] 0.00-1.00 sec 46.8 MBytes 393 Mbits/sec |
| 1050 | 2025-05-08T21:16:58.593Z | [ 11] 0.00-1.00 sec 46.7 MBytes 392 Mbits/sec |
| 1051 | 2025-05-08T21:16:58.593Z | [ 13] 0.00-1.00 sec 46.6 MBytes 391 Mbits/sec |
| 1052 | 2025-05-08T21:16:58.593Z | [ 15] 0.00-1.00 sec 46.7 MBytes 391 Mbits/sec |
| 1053 | 2025-05-08T21:16:58.593Z | [ 17] 0.00-1.00 sec 46.6 MBytes 391 Mbits/sec |
| 1054 | 2025-05-08T21:16:58.593Z | [ 19] 0.00-1.00 sec 46.7 MBytes 391 Mbits/sec |
| 1055 | 2025-05-08T21:16:58.593Z | [SUM] 0.00-1.00 sec 374 MBytes 3.13 Gbits/sec |
| 1056 | 2025-05-08T21:16:58.593Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1057 | 2025-05-08T21:16:58.593Z | [ 5] 1.00-2.00 sec 73.0 MBytes 613 Mbits/sec |
| 1058 | 2025-05-08T21:16:58.593Z | [ 7] 1.00-2.00 sec 72.9 MBytes 611 Mbits/sec |
| 1059 | 2025-05-08T21:16:58.593Z | [ 9] 1.00-2.00 sec 72.9 MBytes 611 Mbits/sec |
| 1060 | 2025-05-08T21:16:58.593Z | [ 11] 1.00-2.00 sec 72.9 MBytes 612 Mbits/sec |
| 1061 | 2025-05-08T21:16:58.593Z | [ 13] 1.00-2.00 sec 72.9 MBytes 612 Mbits/sec |
| 1062 | 2025-05-08T21:16:58.593Z | [ 15] 1.00-2.00 sec 72.9 MBytes 612 Mbits/sec |
| 1063 | 2025-05-08T21:16:58.593Z | [ 17] 1.00-2.00 sec 73.0 MBytes 612 Mbits/sec |
| 1064 | 2025-05-08T21:16:58.593Z | [ 19] 1.00-2.00 sec 72.8 MBytes 611 Mbits/sec |
| 1065 | 2025-05-08T21:16:58.593Z | [SUM] 1.00-2.00 sec 583 MBytes 4.89 Gbits/sec |
| 1066 | 2025-05-08T21:16:58.593Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1067 | 2025-05-08T21:16:58.593Z | [ 5] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec |
| 1068 | 2025-05-08T21:16:58.593Z | [ 7] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec |
| 1069 | 2025-05-08T21:16:58.593Z | [ 9] 2.00-3.00 sec 73.4 MBytes 616 Mbits/sec |
| 1070 | 2025-05-08T21:16:58.593Z | [ 11] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec |
| 1071 | 2025-05-08T21:16:58.593Z | [ 13] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec |
| 1072 | 2025-05-08T21:16:58.593Z | [ 15] 2.00-3.00 sec 73.5 MBytes 616 Mbits/sec |
| 1073 | 2025-05-08T21:16:58.593Z | [ 17] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec |
| 1074 | 2025-05-08T21:16:58.593Z | [ 19] 2.00-3.00 sec 73.2 MBytes 614 Mbits/sec |
| 1075 | 2025-05-08T21:16:58.593Z | [SUM] 2.00-3.00 sec 587 MBytes 4.92 Gbits/sec |
| 1076 | 2025-05-08T21:16:58.593Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1077 | 2025-05-08T21:16:58.593Z | [ 5] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec |
| 1078 | 2025-05-08T21:16:58.593Z | [ 7] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec |
| 1079 | 2025-05-08T21:16:58.593Z | [ 9] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec |
| 1080 | 2025-05-08T21:16:58.593Z | [ 11] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec |
| 1081 | 2025-05-08T21:16:58.593Z | [ 13] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec |
| 1082 | 2025-05-08T21:16:58.593Z | [ 15] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec |
| 1083 | 2025-05-08T21:16:58.594Z | [ 17] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec |
| 1084 | 2025-05-08T21:16:58.594Z | [ 19] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec |
| 1085 | 2025-05-08T21:16:58.594Z | [SUM] 3.00-4.00 sec 576 MBytes 4.84 Gbits/sec |
| 1086 | 2025-05-08T21:16:58.594Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1087 | 2025-05-08T21:16:58.594Z | [ 5] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec |
| 1088 | 2025-05-08T21:16:58.594Z | [ 7] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec |
| 1089 | 2025-05-08T21:16:58.594Z | [ 9] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec |
| 1090 | 2025-05-08T21:16:58.594Z | [ 11] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec |
| 1091 | 2025-05-08T21:16:58.594Z | [ 13] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec |
| 1092 | 2025-05-08T21:16:58.594Z | [ 15] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec |
| 1093 | 2025-05-08T21:16:58.594Z | [ 17] 4.00-5.00 sec 70.6 MBytes 593 Mbits/sec |
| 1094 | 2025-05-08T21:16:58.594Z | [ 19] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec |
| 1095 | 2025-05-08T21:16:58.594Z | [SUM] 4.00-5.00 sec 566 MBytes 4.75 Gbits/sec |
| 1096 | 2025-05-08T21:16:58.594Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1097 | 2025-05-08T21:16:58.594Z | [ 5] 5.00-6.00 sec 71.9 MBytes 604 Mbits/sec |
| 1098 | 2025-05-08T21:16:58.594Z | [ 7] 5.00-6.00 sec 71.9 MBytes 603 Mbits/sec |
| 1099 | 2025-05-08T21:16:58.594Z | [ 9] 5.00-6.00 sec 72.1 MBytes 604 Mbits/sec |
| 1100 | 2025-05-08T21:16:58.594Z | [ 11] 5.00-6.00 sec 72.0 MBytes 604 Mbits/sec |
| 1101 | 2025-05-08T21:16:58.594Z | [ 13] 5.00-6.00 sec 72.1 MBytes 604 Mbits/sec |
| 1102 | 2025-05-08T21:16:58.594Z | [ 15] 5.00-6.00 sec 72.0 MBytes 604 Mbits/sec |
| 1103 | 2025-05-08T21:16:58.594Z | [ 17] 5.00-6.00 sec 71.9 MBytes 603 Mbits/sec |
| 1104 | 2025-05-08T21:16:58.594Z | [ 19] 5.00-6.00 sec 71.9 MBytes 603 Mbits/sec |
| 1105 | 2025-05-08T21:16:58.594Z | [SUM] 5.00-6.00 sec 576 MBytes 4.83 Gbits/sec |
| 1106 | 2025-05-08T21:16:58.594Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1107 | 2025-05-08T21:16:58.594Z | [ 5] 6.00-7.00 sec 73.9 MBytes 620 Mbits/sec |
| 1108 | 2025-05-08T21:16:58.594Z | [ 7] 6.00-7.00 sec 73.8 MBytes 619 Mbits/sec |
| 1109 | 2025-05-08T21:16:58.594Z | [ 9] 6.00-7.00 sec 73.9 MBytes 620 Mbits/sec |
| 1110 | 2025-05-08T21:17:01.811Z | [ 11] 6.00-7.00 sec 73.7 MBytes 619 Mbits/sec |
| 1111 | 2025-05-08T21:17:01.811Z | [ 13] 6.00-7.00 sec 73.9 MBytes 620 Mbits/sec |
| 1112 | 2025-05-08T21:17:01.811Z | [ 15] 6.00-7.00 sec 73.8 MBytes 619 Mbits/sec |
| 1113 | 2025-05-08T21:17:01.811Z | [ 17] 6.00-7.00 sec 73.9 MBytes 620 Mbits/sec |
| 1114 | 2025-05-08T21:17:01.811Z | [ 19] 6.00-7.00 sec 73.8 MBytes 619 Mbits/sec |
| 1115 | 2025-05-08T21:17:01.811Z | [SUM] 6.00-7.00 sec 591 MBytes 4.96 Gbits/sec |
| 1116 | 2025-05-08T21:17:01.811Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1117 | 2025-05-08T21:17:01.811Z | [ 5] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec |
| 1118 | 2025-05-08T21:17:01.811Z | [ 7] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec |
| 1119 | 2025-05-08T21:17:01.811Z | [ 9] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec |
| 1120 | 2025-05-08T21:17:01.811Z | [ 11] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec |
| 1121 | 2025-05-08T21:17:01.811Z | [ 13] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec |
| 1122 | 2025-05-08T21:17:01.811Z | [ 15] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec |
| 1123 | 2025-05-08T21:17:01.811Z | [ 17] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec |
| 1124 | 2025-05-08T21:17:01.811Z | [ 19] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec |
| 1125 | 2025-05-08T21:17:01.811Z | [SUM] 7.00-8.00 sec 574 MBytes 4.81 Gbits/sec |
| 1126 | 2025-05-08T21:17:01.811Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1127 | 2025-05-08T21:17:01.811Z | [ 5] 8.00-9.00 sec 71.7 MBytes 601 Mbits/sec |
| 1128 | 2025-05-08T21:17:01.811Z | [ 7] 8.00-9.00 sec 71.7 MBytes 602 Mbits/sec |
| 1129 | 2025-05-08T21:17:01.811Z | [ 9] 8.00-9.00 sec 71.7 MBytes 601 Mbits/sec |
| 1130 | 2025-05-08T21:17:01.811Z | [ 11] 8.00-9.00 sec 71.6 MBytes 601 Mbits/sec |
| 1131 | 2025-05-08T21:17:01.812Z | [ 13] 8.00-9.00 sec 71.6 MBytes 601 Mbits/sec |
| 1132 | 2025-05-08T21:17:01.812Z | [ 15] 8.00-9.00 sec 71.7 MBytes 602 Mbits/sec |
| 1133 | 2025-05-08T21:17:01.812Z | [ 17] 8.00-9.00 sec 71.7 MBytes 601 Mbits/sec |
| 1134 | 2025-05-08T21:17:01.812Z | [ 19] 8.00-9.00 sec 71.7 MBytes 601 Mbits/sec |
| 1135 | 2025-05-08T21:17:01.812Z | [SUM] 8.00-9.00 sec 573 MBytes 4.81 Gbits/sec |
| 1136 | 2025-05-08T21:17:01.812Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1137 | 2025-05-08T21:17:01.812Z | [ 5] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec |
| 1138 | 2025-05-08T21:17:01.812Z | [ 7] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec |
| 1139 | 2025-05-08T21:17:01.812Z | [ 9] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec |
| 1140 | 2025-05-08T21:17:01.812Z | [ 11] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec |
| 1141 | 2025-05-08T21:17:01.812Z | [ 13] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec |
| 1142 | 2025-05-08T21:17:01.812Z | [ 15] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec |
| 1143 | 2025-05-08T21:17:01.812Z | [ 17] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec |
| 1144 | 2025-05-08T21:17:01.812Z | [ 19] 9.00-10.00 sec 69.5 MBytes 583 Mbits/sec |
| 1145 | 2025-05-08T21:17:01.812Z | [SUM] 9.00-10.00 sec 557 MBytes 4.67 Gbits/sec |
| 1146 | 2025-05-08T21:17:01.812Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1147 | 2025-05-08T21:17:01.812Z | [ 5] 10.00-10.00 sec 19.5 KBytes 199 Mbits/sec |
| 1148 | 2025-05-08T21:17:01.812Z | [ 7] 10.00-10.00 sec 121 KBytes 1.24 Gbits/sec |
| 1149 | 2025-05-08T21:17:01.812Z | [ 9] 10.00-10.00 sec 84.8 KBytes 868 Mbits/sec |
| 1150 | 2025-05-08T21:17:01.816Z | [ 11] 10.00-10.00 sec 61.5 KBytes 629 Mbits/sec |
| 1151 | 2025-05-08T21:17:01.816Z | [ 13] 10.00-10.00 sec 116 KBytes 1.18 Gbits/sec |
| 1152 | 2025-05-08T21:17:01.816Z | [ 15] 10.00-10.00 sec 89.8 KBytes 917 Mbits/sec |
| 1153 | 2025-05-08T21:17:01.816Z | [ 17] 10.00-10.00 sec 103 KBytes 1.05 Gbits/sec |
| 1154 | 2025-05-08T21:17:01.816Z | [ 19] 10.00-10.00 sec 68.1 KBytes 695 Mbits/sec |
| 1155 | 2025-05-08T21:17:01.816Z | [SUM] 10.00-10.00 sec 663 KBytes 6.76 Gbits/sec |
| 1156 | 2025-05-08T21:17:01.816Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1157 | 2025-05-08T21:17:01.816Z | [ ID] Interval Transfer Bandwidth |
| 1158 | 2025-05-08T21:17:01.816Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1159 | 2025-05-08T21:17:01.816Z | [ 5] 0.00-10.00 sec 695 MBytes 583 Mbits/sec receiver |
| 1160 | 2025-05-08T21:17:01.816Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1161 | 2025-05-08T21:17:01.816Z | [ 7] 0.00-10.00 sec 695 MBytes 583 Mbits/sec receiver |
| 1162 | 2025-05-08T21:17:01.816Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1163 | 2025-05-08T21:17:01.816Z | [ 9] 0.00-10.00 sec 695 MBytes 583 Mbits/sec receiver |
| 1164 | 2025-05-08T21:17:01.816Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1165 | 2025-05-08T21:17:01.816Z | [ 11] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver |
| 1166 | 2025-05-08T21:17:01.816Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1167 | 2025-05-08T21:17:01.816Z | [ 13] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver |
| 1168 | 2025-05-08T21:17:01.816Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1169 | 2025-05-08T21:17:01.816Z | [ 15] 0.00-10.00 sec 695 MBytes 583 Mbits/sec receiver |
| 1170 | 2025-05-08T21:17:01.816Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1171 | 2025-05-08T21:17:01.816Z | [ 17] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver |
| 1172 | 2025-05-08T21:17:01.816Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1173 | 2025-05-08T21:17:01.816Z | [ 19] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver |
| 1174 | 2025-05-08T21:17:01.816Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1175 | 2025-05-08T21:17:01.816Z | [SUM] 0.00-10.00 sec 5.43 GBytes 4.66 Gbits/sec receiver |
| 1176 | 2025-05-08T21:17:01.816Z | Run 3/5...4661.64Mbps |
| 1177 | 2025-05-08T21:17:08.844Z | ----------------------------------------------------------- |
| 1178 | 2025-05-08T21:17:08.844Z | Server listening on 5201 |
| 1179 | 2025-05-08T21:17:08.844Z | ----------------------------------------------------------- |
| 1180 | 2025-05-08T21:17:08.844Z | Accepted connection from 10.0.0.1, port 52182 |
| 1181 | 2025-05-08T21:17:08.844Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45144 |
| 1182 | 2025-05-08T21:17:08.844Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60685 |
| 1183 | 2025-05-08T21:17:08.844Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50239 |
| 1184 | 2025-05-08T21:17:08.844Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58004 |
| 1185 | 2025-05-08T21:17:08.844Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41668 |
| 1186 | 2025-05-08T21:17:08.844Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50508 |
| 1187 | 2025-05-08T21:17:08.844Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39950 |
| 1188 | 2025-05-08T21:17:08.844Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56308 |
| 1189 | 2025-05-08T21:17:08.844Z | [ ID] Interval Transfer Bandwidth |
| 1190 | 2025-05-08T21:17:08.844Z | [ 5] 0.00-1.00 sec 47.8 MBytes 401 Mbits/sec |
| 1191 | 2025-05-08T21:17:08.844Z | [ 7] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec |
| 1192 | 2025-05-08T21:17:08.845Z | [ 9] 0.00-1.00 sec 47.6 MBytes 400 Mbits/sec |
| 1193 | 2025-05-08T21:17:08.845Z | [ 11] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec |
| 1194 | 2025-05-08T21:17:08.845Z | [ 13] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec |
| 1195 | 2025-05-08T21:17:08.845Z | [ 15] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec |
| 1196 | 2025-05-08T21:17:08.845Z | [ 17] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec |
| 1197 | 2025-05-08T21:17:08.845Z | [ 19] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec |
| 1198 | 2025-05-08T21:17:08.845Z | [SUM] 0.00-1.00 sec 381 MBytes 3.20 Gbits/sec |
| 1199 | 2025-05-08T21:17:08.845Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1200 | 2025-05-08T21:17:08.845Z | [ 5] 1.00-2.00 sec 71.8 MBytes 603 Mbits/sec |
| 1201 | 2025-05-08T21:17:08.845Z | [ 7] 1.00-2.00 sec 71.9 MBytes 603 Mbits/sec |
| 1202 | 2025-05-08T21:17:08.845Z | [ 9] 1.00-2.00 sec 71.8 MBytes 602 Mbits/sec |
| 1203 | 2025-05-08T21:17:08.845Z | [ 11] 1.00-2.00 sec 71.7 MBytes 602 Mbits/sec |
| 1204 | 2025-05-08T21:17:08.845Z | [ 13] 1.00-2.00 sec 71.7 MBytes 602 Mbits/sec |
| 1205 | 2025-05-08T21:17:08.845Z | [ 15] 1.00-2.00 sec 71.7 MBytes 601 Mbits/sec |
| 1206 | 2025-05-08T21:17:08.845Z | [ 17] 1.00-2.00 sec 71.8 MBytes 602 Mbits/sec |
| 1207 | 2025-05-08T21:17:08.845Z | [ 19] 1.00-2.00 sec 71.7 MBytes 601 Mbits/sec |
| 1208 | 2025-05-08T21:17:08.845Z | [SUM] 1.00-2.00 sec 574 MBytes 4.81 Gbits/sec |
| 1209 | 2025-05-08T21:17:08.845Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1210 | 2025-05-08T21:17:08.845Z | [ 5] 2.00-3.00 sec 72.2 MBytes 605 Mbits/sec |
| 1211 | 2025-05-08T21:17:08.845Z | [ 7] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec |
| 1212 | 2025-05-08T21:17:08.845Z | [ 9] 2.00-3.00 sec 72.0 MBytes 604 Mbits/sec |
| 1213 | 2025-05-08T21:17:08.845Z | [ 11] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec |
| 1214 | 2025-05-08T21:17:08.845Z | [ 13] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec |
| 1215 | 2025-05-08T21:17:08.845Z | [ 15] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec |
| 1216 | 2025-05-08T21:17:08.845Z | [ 17] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec |
| 1217 | 2025-05-08T21:17:08.845Z | [ 19] 2.00-3.00 sec 72.0 MBytes 604 Mbits/sec |
| 1218 | 2025-05-08T21:17:08.845Z | [SUM] 2.00-3.00 sec 577 MBytes 4.84 Gbits/sec |
| 1219 | 2025-05-08T21:17:08.845Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1220 | 2025-05-08T21:17:08.845Z | [ 5] 3.00-4.00 sec 71.8 MBytes 602 Mbits/sec |
| 1221 | 2025-05-08T21:17:08.845Z | [ 7] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec |
| 1222 | 2025-05-08T21:17:08.845Z | [ 9] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec |
| 1223 | 2025-05-08T21:17:08.845Z | [ 11] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec |
| 1224 | 2025-05-08T21:17:08.845Z | [ 13] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec |
| 1225 | 2025-05-08T21:17:08.845Z | [ 15] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec |
| 1226 | 2025-05-08T21:17:08.845Z | [ 17] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec |
| 1227 | 2025-05-08T21:17:08.845Z | [ 19] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec |
| 1228 | 2025-05-08T21:17:08.845Z | [SUM] 3.00-4.00 sec 575 MBytes 4.82 Gbits/sec |
| 1229 | 2025-05-08T21:17:08.845Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1230 | 2025-05-08T21:17:08.845Z | [ 5] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec |
| 1231 | 2025-05-08T21:17:08.845Z | [ 7] 4.00-5.00 sec 70.6 MBytes 592 Mbits/sec |
| 1232 | 2025-05-08T21:17:08.846Z | [ 9] 4.00-5.00 sec 70.6 MBytes 593 Mbits/sec |
| 1233 | 2025-05-08T21:17:08.846Z | [ 11] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec |
| 1234 | 2025-05-08T21:17:08.846Z | [ 13] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec |
| 1235 | 2025-05-08T21:17:08.846Z | [ 15] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec |
| 1236 | 2025-05-08T21:17:08.846Z | [ 17] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec |
| 1237 | 2025-05-08T21:17:08.846Z | [ 19] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec |
| 1238 | 2025-05-08T21:17:08.846Z | [SUM] 4.00-5.00 sec 566 MBytes 4.74 Gbits/sec |
| 1239 | 2025-05-08T21:17:08.846Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1240 | 2025-05-08T21:17:08.846Z | [ 5] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec |
| 1241 | 2025-05-08T21:17:08.846Z | [ 7] 5.00-6.00 sec 71.1 MBytes 597 Mbits/sec |
| 1242 | 2025-05-08T21:17:08.846Z | [ 9] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec |
| 1243 | 2025-05-08T21:17:08.846Z | [ 11] 5.00-6.00 sec 71.1 MBytes 597 Mbits/sec |
| 1244 | 2025-05-08T21:17:08.846Z | [ 13] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec |
| 1245 | 2025-05-08T21:17:08.846Z | [ 15] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec |
| 1246 | 2025-05-08T21:17:08.846Z | [ 17] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec |
| 1247 | 2025-05-08T21:17:08.846Z | [ 19] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec |
| 1248 | 2025-05-08T21:17:08.846Z | [SUM] 5.00-6.00 sec 569 MBytes 4.77 Gbits/sec |
| 1249 | 2025-05-08T21:17:08.846Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1250 | 2025-05-08T21:17:08.846Z | [ 5] 6.00-7.00 sec 69.5 MBytes 583 Mbits/sec |
| 1251 | 2025-05-08T21:17:08.846Z | [ 7] 6.00-7.00 sec 69.6 MBytes 584 Mbits/sec |
| 1252 | 2025-05-08T21:17:08.846Z | [ 9] 6.00-7.00 sec 69.5 MBytes 583 Mbits/sec |
| 1253 | 2025-05-08T21:17:12.063Z | [ 11] 6.00-7.00 sec 69.6 MBytes 583 Mbits/sec |
| 1254 | 2025-05-08T21:17:12.063Z | [ 13] 6.00-7.00 sec 69.7 MBytes 585 Mbits/sec |
| 1255 | 2025-05-08T21:17:12.063Z | [ 15] 6.00-7.00 sec 69.5 MBytes 583 Mbits/sec |
| 1256 | 2025-05-08T21:17:12.063Z | [ 17] 6.00-7.00 sec 69.6 MBytes 584 Mbits/sec |
| 1257 | 2025-05-08T21:17:12.063Z | [ 19] 6.00-7.00 sec 69.5 MBytes 583 Mbits/sec |
| 1258 | 2025-05-08T21:17:12.063Z | [SUM] 6.00-7.00 sec 556 MBytes 4.67 Gbits/sec |
| 1259 | 2025-05-08T21:17:12.063Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1260 | 2025-05-08T21:17:12.063Z | [ 5] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec |
| 1261 | 2025-05-08T21:17:12.063Z | [ 7] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec |
| 1262 | 2025-05-08T21:17:12.063Z | [ 9] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec |
| 1263 | 2025-05-08T21:17:12.063Z | [ 11] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec |
| 1264 | 2025-05-08T21:17:12.063Z | [ 13] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec |
| 1265 | 2025-05-08T21:17:12.063Z | [ 15] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec |
| 1266 | 2025-05-08T21:17:12.063Z | [ 17] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec |
| 1267 | 2025-05-08T21:17:12.063Z | [ 19] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec |
| 1268 | 2025-05-08T21:17:12.063Z | [SUM] 7.00-8.00 sec 570 MBytes 4.78 Gbits/sec |
| 1269 | 2025-05-08T21:17:12.063Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1270 | 2025-05-08T21:17:12.063Z | [ 5] 8.00-9.00 sec 70.5 MBytes 591 Mbits/sec |
| 1271 | 2025-05-08T21:17:12.063Z | [ 7] 8.00-9.00 sec 70.4 MBytes 591 Mbits/sec |
| 1272 | 2025-05-08T21:17:12.063Z | [ 9] 8.00-9.00 sec 70.5 MBytes 591 Mbits/sec |
| 1273 | 2025-05-08T21:17:12.063Z | [ 11] 8.00-9.00 sec 70.5 MBytes 591 Mbits/sec |
| 1274 | 2025-05-08T21:17:12.063Z | [ 13] 8.00-9.00 sec 70.4 MBytes 590 Mbits/sec |
| 1275 | 2025-05-08T21:17:12.063Z | [ 15] 8.00-9.00 sec 70.4 MBytes 591 Mbits/sec |
| 1276 | 2025-05-08T21:17:12.063Z | [ 17] 8.00-9.00 sec 70.4 MBytes 590 Mbits/sec |
| 1277 | 2025-05-08T21:17:12.064Z | [ 19] 8.00-9.00 sec 70.3 MBytes 590 Mbits/sec |
| 1278 | 2025-05-08T21:17:12.064Z | [SUM] 8.00-9.00 sec 563 MBytes 4.73 Gbits/sec |
| 1279 | 2025-05-08T21:17:12.064Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1280 | 2025-05-08T21:17:12.064Z | [ 5] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec |
| 1281 | 2025-05-08T21:17:12.064Z | [ 7] 9.00-10.00 sec 70.4 MBytes 591 Mbits/sec |
| 1282 | 2025-05-08T21:17:12.064Z | [ 9] 9.00-10.00 sec 70.4 MBytes 590 Mbits/sec |
| 1283 | 2025-05-08T21:17:12.064Z | [ 11] 9.00-10.00 sec 70.4 MBytes 590 Mbits/sec |
| 1284 | 2025-05-08T21:17:12.064Z | [ 13] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec |
| 1285 | 2025-05-08T21:17:12.064Z | [ 15] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec |
| 1286 | 2025-05-08T21:17:12.064Z | [ 17] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec |
| 1287 | 2025-05-08T21:17:12.064Z | [ 19] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec |
| 1288 | 2025-05-08T21:17:12.064Z | [SUM] 9.00-10.00 sec 563 MBytes 4.72 Gbits/sec |
| 1289 | 2025-05-08T21:17:12.064Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1290 | 2025-05-08T21:17:12.064Z | [ 5] 10.00-10.00 sec 123 KBytes 1.31 Gbits/sec |
| 1291 | 2025-05-08T21:17:12.064Z | [ 7] 10.00-10.00 sec 11.9 KBytes 127 Mbits/sec |
| 1292 | 2025-05-08T21:17:12.064Z | [ 9] 10.00-10.00 sec 56.2 KBytes 602 Mbits/sec |
| 1293 | 2025-05-08T21:17:12.064Z | [ 11] 10.00-10.00 sec 75.6 KBytes 810 Mbits/sec |
| 1294 | 2025-05-08T21:17:12.064Z | [ 13] 10.00-10.00 sec 45.4 KBytes 486 Mbits/sec |
| 1295 | 2025-05-08T21:17:12.064Z | [ 15] 10.00-10.00 sec 126 KBytes 1.34 Gbits/sec |
| 1296 | 2025-05-08T21:17:12.064Z | [ 17] 10.00-10.00 sec 54.0 KBytes 578 Mbits/sec |
| 1297 | 2025-05-08T21:17:12.064Z | [ 19] 10.00-10.00 sec 93.0 KBytes 994 Mbits/sec |
| 1298 | 2025-05-08T21:17:12.064Z | [SUM] 10.00-10.00 sec 584 KBytes 6.24 Gbits/sec |
| 1299 | 2025-05-08T21:17:12.064Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1300 | 2025-05-08T21:17:12.064Z | [ ID] Interval Transfer Bandwidth |
| 1301 | 2025-05-08T21:17:12.064Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1302 | 2025-05-08T21:17:12.064Z | [ 5] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver |
| 1303 | 2025-05-08T21:17:12.064Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1304 | 2025-05-08T21:17:12.064Z | [ 7] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver |
| 1305 | 2025-05-08T21:17:12.064Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1306 | 2025-05-08T21:17:12.064Z | [ 9] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver |
| 1307 | 2025-05-08T21:17:12.064Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1308 | 2025-05-08T21:17:12.064Z | [ 11] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver |
| 1309 | 2025-05-08T21:17:12.064Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1310 | 2025-05-08T21:17:12.064Z | [ 13] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver |
| 1311 | 2025-05-08T21:17:12.064Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1312 | 2025-05-08T21:17:12.064Z | [ 15] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver |
| 1313 | 2025-05-08T21:17:12.064Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1314 | 2025-05-08T21:17:12.064Z | [ 17] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver |
| 1315 | 2025-05-08T21:17:12.064Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1316 | 2025-05-08T21:17:12.064Z | [ 19] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver |
| 1317 | 2025-05-08T21:17:12.065Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1318 | 2025-05-08T21:17:12.065Z | [SUM] 0.00-10.00 sec 5.37 GBytes 4.61 Gbits/sec receiver |
| 1319 | 2025-05-08T21:17:12.068Z | Run 4/5...4608.966Mbps |
| 1320 | 2025-05-08T21:17:19.096Z | ----------------------------------------------------------- |
| 1321 | 2025-05-08T21:17:19.096Z | Server listening on 5201 |
| 1322 | 2025-05-08T21:17:19.096Z | ----------------------------------------------------------- |
| 1323 | 2025-05-08T21:17:19.096Z | Accepted connection from 10.0.0.1, port 52166 |
| 1324 | 2025-05-08T21:17:19.096Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57878 |
| 1325 | 2025-05-08T21:17:19.096Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37779 |
| 1326 | 2025-05-08T21:17:19.096Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44636 |
| 1327 | 2025-05-08T21:17:19.096Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40026 |
| 1328 | 2025-05-08T21:17:19.096Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62428 |
| 1329 | 2025-05-08T21:17:19.096Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43418 |
| 1330 | 2025-05-08T21:17:19.096Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47532 |
| 1331 | 2025-05-08T21:17:19.096Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54037 |
| 1332 | 2025-05-08T21:17:19.096Z | [ ID] Interval Transfer Bandwidth |
| 1333 | 2025-05-08T21:17:19.096Z | [ 5] 0.00-1.00 sec 47.6 MBytes 400 Mbits/sec |
| 1334 | 2025-05-08T21:17:19.096Z | [ 7] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec |
| 1335 | 2025-05-08T21:17:19.096Z | [ 9] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec |
| 1336 | 2025-05-08T21:17:19.096Z | [ 11] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec |
| 1337 | 2025-05-08T21:17:19.096Z | [ 13] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec |
| 1338 | 2025-05-08T21:17:19.096Z | [ 15] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec |
| 1339 | 2025-05-08T21:17:19.096Z | [ 17] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec |
| 1340 | 2025-05-08T21:17:19.096Z | [ 19] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec |
| 1341 | 2025-05-08T21:17:19.096Z | [SUM] 0.00-1.00 sec 381 MBytes 3.20 Gbits/sec |
| 1342 | 2025-05-08T21:17:19.096Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1343 | 2025-05-08T21:17:19.096Z | [ 5] 1.00-2.00 sec 69.7 MBytes 585 Mbits/sec |
| 1344 | 2025-05-08T21:17:19.096Z | [ 7] 1.00-2.00 sec 69.7 MBytes 585 Mbits/sec |
| 1345 | 2025-05-08T21:17:19.096Z | [ 9] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1346 | 2025-05-08T21:17:19.096Z | [ 11] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1347 | 2025-05-08T21:17:19.096Z | [ 13] 1.00-2.00 sec 69.7 MBytes 585 Mbits/sec |
| 1348 | 2025-05-08T21:17:19.096Z | [ 15] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1349 | 2025-05-08T21:17:19.096Z | [ 17] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1350 | 2025-05-08T21:17:19.096Z | [ 19] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1351 | 2025-05-08T21:17:19.096Z | [SUM] 1.00-2.00 sec 557 MBytes 4.67 Gbits/sec |
| 1352 | 2025-05-08T21:17:19.096Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1353 | 2025-05-08T21:17:19.096Z | [ 5] 2.00-3.00 sec 69.3 MBytes 582 Mbits/sec |
| 1354 | 2025-05-08T21:17:19.096Z | [ 7] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec |
| 1355 | 2025-05-08T21:17:19.096Z | [ 9] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec |
| 1356 | 2025-05-08T21:17:19.097Z | [ 11] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec |
| 1357 | 2025-05-08T21:17:19.097Z | [ 13] 2.00-3.00 sec 69.3 MBytes 582 Mbits/sec |
| 1358 | 2025-05-08T21:17:19.097Z | [ 15] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec |
| 1359 | 2025-05-08T21:17:19.097Z | [ 17] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec |
| 1360 | 2025-05-08T21:17:19.097Z | [ 19] 2.00-3.00 sec 69.3 MBytes 582 Mbits/sec |
| 1361 | 2025-05-08T21:17:19.097Z | [SUM] 2.00-3.00 sec 555 MBytes 4.65 Gbits/sec |
| 1362 | 2025-05-08T21:17:19.097Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1363 | 2025-05-08T21:17:19.097Z | [ 5] 3.00-4.00 sec 69.8 MBytes 586 Mbits/sec |
| 1364 | 2025-05-08T21:17:19.097Z | [ 7] 3.00-4.00 sec 69.8 MBytes 586 Mbits/sec |
| 1365 | 2025-05-08T21:17:19.097Z | [ 9] 3.00-4.00 sec 69.9 MBytes 586 Mbits/sec |
| 1366 | 2025-05-08T21:17:19.097Z | [ 11] 3.00-4.00 sec 69.8 MBytes 585 Mbits/sec |
| 1367 | 2025-05-08T21:17:19.097Z | [ 13] 3.00-4.00 sec 69.8 MBytes 585 Mbits/sec |
| 1368 | 2025-05-08T21:17:19.097Z | [ 15] 3.00-4.00 sec 69.9 MBytes 586 Mbits/sec |
| 1369 | 2025-05-08T21:17:19.097Z | [ 17] 3.00-4.00 sec 69.9 MBytes 586 Mbits/sec |
| 1370 | 2025-05-08T21:17:19.097Z | [ 19] 3.00-4.00 sec 69.9 MBytes 587 Mbits/sec |
| 1371 | 2025-05-08T21:17:19.097Z | [SUM] 3.00-4.00 sec 559 MBytes 4.69 Gbits/sec |
| 1372 | 2025-05-08T21:17:19.097Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1373 | 2025-05-08T21:17:19.097Z | [ 5] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec |
| 1374 | 2025-05-08T21:17:19.097Z | [ 7] 4.00-5.00 sec 69.3 MBytes 582 Mbits/sec |
| 1375 | 2025-05-08T21:17:19.097Z | [ 9] 4.00-5.00 sec 69.4 MBytes 582 Mbits/sec |
| 1376 | 2025-05-08T21:17:19.097Z | [ 11] 4.00-5.00 sec 69.4 MBytes 582 Mbits/sec |
| 1377 | 2025-05-08T21:17:19.097Z | [ 13] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec |
| 1378 | 2025-05-08T21:17:19.097Z | [ 15] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec |
| 1379 | 2025-05-08T21:17:19.097Z | [ 17] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec |
| 1380 | 2025-05-08T21:17:19.097Z | [ 19] 4.00-5.00 sec 69.4 MBytes 582 Mbits/sec |
| 1381 | 2025-05-08T21:17:19.097Z | [SUM] 4.00-5.00 sec 555 MBytes 4.66 Gbits/sec |
| 1382 | 2025-05-08T21:17:19.097Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1383 | 2025-05-08T21:17:19.097Z | [ 5] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec |
| 1384 | 2025-05-08T21:17:19.097Z | [ 7] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec |
| 1385 | 2025-05-08T21:17:19.097Z | [ 9] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec |
| 1386 | 2025-05-08T21:17:19.097Z | [ 11] 5.00-6.00 sec 71.0 MBytes 595 Mbits/sec |
| 1387 | 2025-05-08T21:17:19.097Z | [ 13] 5.00-6.00 sec 71.0 MBytes 595 Mbits/sec |
| 1388 | 2025-05-08T21:17:19.097Z | [ 15] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec |
| 1389 | 2025-05-08T21:17:19.097Z | [ 17] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec |
| 1390 | 2025-05-08T21:17:19.097Z | [ 19] 5.00-6.00 sec 71.0 MBytes 595 Mbits/sec |
| 1391 | 2025-05-08T21:17:19.097Z | [SUM] 5.00-6.00 sec 568 MBytes 4.76 Gbits/sec |
| 1392 | 2025-05-08T21:17:19.097Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1393 | 2025-05-08T21:17:19.097Z | [ 5] 6.00-7.00 sec 71.1 MBytes 596 Mbits/sec |
| 1394 | 2025-05-08T21:17:19.097Z | [ 7] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec |
| 1395 | 2025-05-08T21:17:19.097Z | [ 9] 6.00-7.00 sec 71.2 MBytes 597 Mbits/sec |
| 1396 | 2025-05-08T21:17:22.314Z | [ 11] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec |
| 1397 | 2025-05-08T21:17:22.315Z | [ 13] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec |
| 1398 | 2025-05-08T21:17:22.315Z | [ 15] 6.00-7.00 sec 71.0 MBytes 595 Mbits/sec |
| 1399 | 2025-05-08T21:17:22.315Z | [ 17] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec |
| 1400 | 2025-05-08T21:17:22.315Z | [ 19] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec |
| 1401 | 2025-05-08T21:17:22.315Z | [SUM] 6.00-7.00 sec 568 MBytes 4.77 Gbits/sec |
| 1402 | 2025-05-08T21:17:22.315Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1403 | 2025-05-08T21:17:22.315Z | [ 5] 7.00-8.00 sec 71.1 MBytes 597 Mbits/sec |
| 1404 | 2025-05-08T21:17:22.315Z | [ 7] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec |
| 1405 | 2025-05-08T21:17:22.315Z | [ 9] 7.00-8.00 sec 71.1 MBytes 597 Mbits/sec |
| 1406 | 2025-05-08T21:17:22.315Z | [ 11] 7.00-8.00 sec 71.1 MBytes 597 Mbits/sec |
| 1407 | 2025-05-08T21:17:22.315Z | [ 13] 7.00-8.00 sec 71.1 MBytes 597 Mbits/sec |
| 1408 | 2025-05-08T21:17:22.315Z | [ 15] 7.00-8.00 sec 71.0 MBytes 596 Mbits/sec |
| 1409 | 2025-05-08T21:17:22.315Z | [ 17] 7.00-8.00 sec 71.1 MBytes 596 Mbits/sec |
| 1410 | 2025-05-08T21:17:22.315Z | [ 19] 7.00-8.00 sec 71.1 MBytes 596 Mbits/sec |
| 1411 | 2025-05-08T21:17:22.315Z | [SUM] 7.00-8.00 sec 569 MBytes 4.77 Gbits/sec |
| 1412 | 2025-05-08T21:17:22.315Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1413 | 2025-05-08T21:17:22.315Z | [ 5] 8.00-9.00 sec 71.0 MBytes 595 Mbits/sec |
| 1414 | 2025-05-08T21:17:22.315Z | [ 7] 8.00-9.00 sec 70.9 MBytes 594 Mbits/sec |
| 1415 | 2025-05-08T21:17:22.315Z | [ 9] 8.00-9.00 sec 70.9 MBytes 594 Mbits/sec |
| 1416 | 2025-05-08T21:17:22.315Z | [ 11] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 1417 | 2025-05-08T21:17:22.315Z | [ 13] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec |
| 1418 | 2025-05-08T21:17:22.315Z | [ 15] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 1419 | 2025-05-08T21:17:22.315Z | [ 17] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec |
| 1420 | 2025-05-08T21:17:22.315Z | [ 19] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec |
| 1421 | 2025-05-08T21:17:22.315Z | [SUM] 8.00-9.00 sec 567 MBytes 4.76 Gbits/sec |
| 1422 | 2025-05-08T21:17:22.315Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1423 | 2025-05-08T21:17:22.315Z | [ 5] 9.00-10.00 sec 70.6 MBytes 592 Mbits/sec |
| 1424 | 2025-05-08T21:17:22.315Z | [ 7] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 1425 | 2025-05-08T21:17:22.315Z | [ 9] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 1426 | 2025-05-08T21:17:22.315Z | [ 11] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 1427 | 2025-05-08T21:17:22.315Z | [ 13] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 1428 | 2025-05-08T21:17:22.315Z | [ 15] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 1429 | 2025-05-08T21:17:22.315Z | [ 17] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 1430 | 2025-05-08T21:17:22.315Z | [ 19] 9.00-10.00 sec 70.6 MBytes 592 Mbits/sec |
| 1431 | 2025-05-08T21:17:22.315Z | [SUM] 9.00-10.00 sec 565 MBytes 4.74 Gbits/sec |
| 1432 | 2025-05-08T21:17:22.315Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1433 | 2025-05-08T21:17:22.316Z | [ 5] 10.00-10.00 sec 61.0 KBytes 615 Mbits/sec |
| 1434 | 2025-05-08T21:17:22.316Z | [ 7] 10.00-10.00 sec 48.1 KBytes 485 Mbits/sec |
| 1435 | 2025-05-08T21:17:22.316Z | [ 9] 10.00-10.00 sec 56.6 KBytes 571 Mbits/sec |
| 1436 | 2025-05-08T21:17:22.316Z | [ 11] 10.00-10.00 sec 106 KBytes 1.07 Gbits/sec |
| 1437 | 2025-05-08T21:17:22.316Z | [ 13] 10.00-10.00 sec 124 KBytes 1.26 Gbits/sec |
| 1438 | 2025-05-08T21:17:22.316Z | [ 15] 10.00-10.00 sec 86.4 KBytes 873 Mbits/sec |
| 1439 | 2025-05-08T21:17:22.316Z | [ 17] 10.00-10.00 sec 72.3 KBytes 730 Mbits/sec |
| 1440 | 2025-05-08T21:17:22.316Z | [ 19] 10.00-10.00 sec 94.6 KBytes 955 Mbits/sec |
| 1441 | 2025-05-08T21:17:22.316Z | [SUM] 10.00-10.00 sec 649 KBytes 6.54 Gbits/sec |
| 1442 | 2025-05-08T21:17:22.316Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1443 | 2025-05-08T21:17:22.316Z | [ ID] Interval Transfer Bandwidth |
| 1444 | 2025-05-08T21:17:22.316Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1445 | 2025-05-08T21:17:22.316Z | [ 5] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver |
| 1446 | 2025-05-08T21:17:22.316Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1447 | 2025-05-08T21:17:22.316Z | [ 7] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver |
| 1448 | 2025-05-08T21:17:22.316Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1449 | 2025-05-08T21:17:22.316Z | [ 9] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver |
| 1450 | 2025-05-08T21:17:22.316Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1451 | 2025-05-08T21:17:22.316Z | [ 11] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver |
| 1452 | 2025-05-08T21:17:22.316Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1453 | 2025-05-08T21:17:22.316Z | [ 13] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver |
| 1454 | 2025-05-08T21:17:22.316Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1455 | 2025-05-08T21:17:22.316Z | [ 15] 0.00-10.00 sec 680 MBytes 571 Mbits/sec receiver |
| 1456 | 2025-05-08T21:17:22.316Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1457 | 2025-05-08T21:17:22.316Z | [ 17] 0.00-10.00 sec 680 MBytes 571 Mbits/sec receiver |
| 1458 | 2025-05-08T21:17:22.316Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1459 | 2025-05-08T21:17:22.316Z | [ 19] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver |
| 1460 | 2025-05-08T21:17:22.316Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 1461 | 2025-05-08T21:17:22.316Z | [SUM] 0.00-10.00 sec 5.32 GBytes 4.57 Gbits/sec receiver |
| 1462 | 2025-05-08T21:17:22.320Z | Run 5/5...4567.806Mbps |
| 1463 | 2025-05-08T21:17:22.320Z | ###---------------------### |
| 1464 | 2025-05-08T21:17:22.320Z | ::: iPerf done... ::: |
| 1465 | 2025-05-08T21:17:22.320Z | :::Awaiting out files...::: |
| 1466 | 2025-05-08T21:17:22.320Z | ###---------------------### |
| 1467 | 2025-05-08T21:17:22.320Z | ###-----### |
| 1468 | 2025-05-08T21:17:22.320Z | :::done!::: |
| 1469 | 2025-05-08T21:17:22.320Z | ###-----### |
| 1470 | 2025-05-08T21:17:22.320Z | ###-------------------### |
| 1471 | 2025-05-08T21:17:22.320Z | :::Running experiment ::: |
| 1472 | 2025-05-08T21:17:22.320Z | :::iperf-tcp/local/s2c::: |
| 1473 | 2025-05-08T21:17:22.320Z | ###-------------------### |
| 1474 | 2025-05-08T21:17:29.350Z | ----------------------------------------------------------- |
| 1475 | 2025-05-08T21:17:29.350Z | Server listening on 5201 |
| 1476 | 2025-05-08T21:17:29.350Z | ----------------------------------------------------------- |
| 1477 | 2025-05-08T21:17:29.350Z | Accepted connection from 10.0.0.1, port 59977 |
| 1478 | 2025-05-08T21:17:29.350Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49733 |
| 1479 | 2025-05-08T21:17:29.350Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40012 |
| 1480 | 2025-05-08T21:17:29.350Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47355 |
| 1481 | 2025-05-08T21:17:29.350Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45594 |
| 1482 | 2025-05-08T21:17:29.350Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40881 |
| 1483 | 2025-05-08T21:17:29.350Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33867 |
| 1484 | 2025-05-08T21:17:29.350Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38499 |
| 1485 | 2025-05-08T21:17:29.350Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35915 |
| 1486 | 2025-05-08T21:17:29.350Z | [ ID] Interval Transfer Bandwidth |
| 1487 | 2025-05-08T21:17:29.350Z | [ 5] 0.00-1.00 sec 55.4 MBytes 464 Mbits/sec |
| 1488 | 2025-05-08T21:17:29.350Z | [ 7] 0.00-1.00 sec 55.3 MBytes 464 Mbits/sec |
| 1489 | 2025-05-08T21:17:29.350Z | [ 9] 0.00-1.00 sec 55.4 MBytes 464 Mbits/sec |
| 1490 | 2025-05-08T21:17:29.350Z | [ 11] 0.00-1.00 sec 55.4 MBytes 464 Mbits/sec |
| 1491 | 2025-05-08T21:17:29.350Z | [ 13] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec |
| 1492 | 2025-05-08T21:17:29.350Z | [ 15] 0.00-1.00 sec 55.3 MBytes 464 Mbits/sec |
| 1493 | 2025-05-08T21:17:29.350Z | [ 17] 0.00-1.00 sec 55.4 MBytes 464 Mbits/sec |
| 1494 | 2025-05-08T21:17:29.350Z | [ 19] 0.00-1.00 sec 55.2 MBytes 463 Mbits/sec |
| 1495 | 2025-05-08T21:17:29.350Z | [SUM] 0.00-1.00 sec 442 MBytes 3.71 Gbits/sec |
| 1496 | 2025-05-08T21:17:29.350Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1497 | 2025-05-08T21:17:29.350Z | [ 5] 1.00-2.00 sec 69.2 MBytes 580 Mbits/sec |
| 1498 | 2025-05-08T21:17:29.350Z | [ 7] 1.00-2.00 sec 69.2 MBytes 581 Mbits/sec |
| 1499 | 2025-05-08T21:17:29.350Z | [ 9] 1.00-2.00 sec 69.1 MBytes 579 Mbits/sec |
| 1500 | 2025-05-08T21:17:29.350Z | [ 11] 1.00-2.00 sec 69.1 MBytes 580 Mbits/sec |
| 1501 | 2025-05-08T21:17:29.350Z | [ 13] 1.00-2.00 sec 69.1 MBytes 580 Mbits/sec |
| 1502 | 2025-05-08T21:17:29.350Z | [ 15] 1.00-2.00 sec 69.0 MBytes 579 Mbits/sec |
| 1503 | 2025-05-08T21:17:29.350Z | [ 17] 1.00-2.00 sec 69.1 MBytes 580 Mbits/sec |
| 1504 | 2025-05-08T21:17:29.350Z | [ 19] 1.00-2.00 sec 69.0 MBytes 579 Mbits/sec |
| 1505 | 2025-05-08T21:17:29.350Z | [SUM] 1.00-2.00 sec 553 MBytes 4.64 Gbits/sec |
| 1506 | 2025-05-08T21:17:29.350Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1507 | 2025-05-08T21:17:29.350Z | [ 5] 2.00-3.00 sec 70.1 MBytes 588 Mbits/sec |
| 1508 | 2025-05-08T21:17:29.350Z | [ 7] 2.00-3.00 sec 70.1 MBytes 588 Mbits/sec |
| 1509 | 2025-05-08T21:17:29.351Z | [ 9] 2.00-3.00 sec 70.2 MBytes 589 Mbits/sec |
| 1510 | 2025-05-08T21:17:29.351Z | [ 11] 2.00-3.00 sec 70.2 MBytes 589 Mbits/sec |
| 1511 | 2025-05-08T21:17:29.351Z | [ 13] 2.00-3.00 sec 70.1 MBytes 588 Mbits/sec |
| 1512 | 2025-05-08T21:17:29.351Z | [ 15] 2.00-3.00 sec 70.2 MBytes 589 Mbits/sec |
| 1513 | 2025-05-08T21:17:29.351Z | [ 17] 2.00-3.00 sec 70.2 MBytes 589 Mbits/sec |
| 1514 | 2025-05-08T21:17:29.351Z | [ 19] 2.00-3.00 sec 70.1 MBytes 588 Mbits/sec |
| 1515 | 2025-05-08T21:17:29.351Z | [SUM] 2.00-3.00 sec 561 MBytes 4.71 Gbits/sec |
| 1516 | 2025-05-08T21:17:29.351Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1517 | 2025-05-08T21:17:29.351Z | [ 5] 3.00-4.00 sec 70.4 MBytes 590 Mbits/sec |
| 1518 | 2025-05-08T21:17:29.351Z | [ 7] 3.00-4.00 sec 70.5 MBytes 591 Mbits/sec |
| 1519 | 2025-05-08T21:17:29.351Z | [ 9] 3.00-4.00 sec 70.4 MBytes 591 Mbits/sec |
| 1520 | 2025-05-08T21:17:29.351Z | [ 11] 3.00-4.00 sec 70.4 MBytes 590 Mbits/sec |
| 1521 | 2025-05-08T21:17:29.351Z | [ 13] 3.00-4.00 sec 70.4 MBytes 591 Mbits/sec |
| 1522 | 2025-05-08T21:17:29.351Z | [ 15] 3.00-4.00 sec 70.4 MBytes 590 Mbits/sec |
| 1523 | 2025-05-08T21:17:29.351Z | [ 17] 3.00-4.00 sec 70.5 MBytes 591 Mbits/sec |
| 1524 | 2025-05-08T21:17:29.351Z | [ 19] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec |
| 1525 | 2025-05-08T21:17:29.351Z | [SUM] 3.00-4.00 sec 563 MBytes 4.73 Gbits/sec |
| 1526 | 2025-05-08T21:17:29.351Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1527 | 2025-05-08T21:17:29.351Z | [ 5] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec |
| 1528 | 2025-05-08T21:17:29.351Z | [ 7] 4.00-5.00 sec 69.2 MBytes 580 Mbits/sec |
| 1529 | 2025-05-08T21:17:29.351Z | [ 9] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec |
| 1530 | 2025-05-08T21:17:29.351Z | [ 11] 4.00-5.00 sec 69.3 MBytes 582 Mbits/sec |
| 1531 | 2025-05-08T21:17:29.351Z | [ 13] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec |
| 1532 | 2025-05-08T21:17:29.351Z | [ 15] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec |
| 1533 | 2025-05-08T21:17:29.351Z | [ 17] 4.00-5.00 sec 69.2 MBytes 580 Mbits/sec |
| 1534 | 2025-05-08T21:17:29.351Z | [ 19] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec |
| 1535 | 2025-05-08T21:17:29.351Z | [SUM] 4.00-5.00 sec 554 MBytes 4.65 Gbits/sec |
| 1536 | 2025-05-08T21:17:29.351Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1537 | 2025-05-08T21:17:29.351Z | [ 5] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec |
| 1538 | 2025-05-08T21:17:29.351Z | [ 7] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec |
| 1539 | 2025-05-08T21:17:29.351Z | [ 9] 5.00-6.00 sec 69.1 MBytes 579 Mbits/sec |
| 1540 | 2025-05-08T21:17:29.351Z | [ 11] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec |
| 1541 | 2025-05-08T21:17:29.351Z | [ 13] 5.00-6.00 sec 69.1 MBytes 579 Mbits/sec |
| 1542 | 2025-05-08T21:17:29.351Z | [ 15] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec |
| 1543 | 2025-05-08T21:17:29.351Z | [ 17] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec |
| 1544 | 2025-05-08T21:17:29.351Z | [ 19] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec |
| 1545 | 2025-05-08T21:17:29.351Z | [SUM] 5.00-6.00 sec 552 MBytes 4.63 Gbits/sec |
| 1546 | 2025-05-08T21:17:29.351Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1547 | 2025-05-08T21:17:29.351Z | [ 5] 6.00-7.00 sec 70.5 MBytes 591 Mbits/sec |
| 1548 | 2025-05-08T21:17:29.351Z | [ 7] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec |
| 1549 | 2025-05-08T21:17:29.352Z | [ 9] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec |
| 1550 | 2025-05-08T21:17:32.566Z | [ 11] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec |
| 1551 | 2025-05-08T21:17:32.566Z | [ 13] 6.00-7.00 sec 70.4 MBytes 591 Mbits/sec |
| 1552 | 2025-05-08T21:17:32.566Z | [ 15] 6.00-7.00 sec 70.4 MBytes 591 Mbits/sec |
| 1553 | 2025-05-08T21:17:32.566Z | [ 17] 6.00-7.00 sec 70.4 MBytes 591 Mbits/sec |
| 1554 | 2025-05-08T21:17:32.566Z | [ 19] 6.00-7.00 sec 70.4 MBytes 591 Mbits/sec |
| 1555 | 2025-05-08T21:17:32.566Z | [SUM] 6.00-7.00 sec 563 MBytes 4.72 Gbits/sec |
| 1556 | 2025-05-08T21:17:32.566Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1557 | 2025-05-08T21:17:32.566Z | [ 5] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec |
| 1558 | 2025-05-08T21:17:32.566Z | [ 7] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec |
| 1559 | 2025-05-08T21:17:32.566Z | [ 9] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec |
| 1560 | 2025-05-08T21:17:32.566Z | [ 11] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec |
| 1561 | 2025-05-08T21:17:32.566Z | [ 13] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec |
| 1562 | 2025-05-08T21:17:32.566Z | [ 15] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec |
| 1563 | 2025-05-08T21:17:32.566Z | [ 17] 7.00-8.00 sec 69.3 MBytes 581 Mbits/sec |
| 1564 | 2025-05-08T21:17:32.566Z | [ 19] 7.00-8.00 sec 69.3 MBytes 582 Mbits/sec |
| 1565 | 2025-05-08T21:17:32.566Z | [SUM] 7.00-8.00 sec 555 MBytes 4.66 Gbits/sec |
| 1566 | 2025-05-08T21:17:32.566Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1567 | 2025-05-08T21:17:32.566Z | [ 5] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec |
| 1568 | 2025-05-08T21:17:32.566Z | [ 7] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec |
| 1569 | 2025-05-08T21:17:32.566Z | [ 9] 8.00-9.00 sec 71.0 MBytes 596 Mbits/sec |
| 1570 | 2025-05-08T21:17:32.566Z | [ 11] 8.00-9.00 sec 71.0 MBytes 595 Mbits/sec |
| 1571 | 2025-05-08T21:17:32.566Z | [ 13] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec |
| 1572 | 2025-05-08T21:17:32.566Z | [ 15] 8.00-9.00 sec 71.0 MBytes 595 Mbits/sec |
| 1573 | 2025-05-08T21:17:32.566Z | [ 17] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec |
| 1574 | 2025-05-08T21:17:32.566Z | [ 19] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec |
| 1575 | 2025-05-08T21:17:32.567Z | [SUM] 8.00-9.00 sec 568 MBytes 4.76 Gbits/sec |
| 1576 | 2025-05-08T21:17:32.567Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1577 | 2025-05-08T21:17:32.567Z | [ 5] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 1578 | 2025-05-08T21:17:32.567Z | [ 7] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 1579 | 2025-05-08T21:17:32.567Z | [ 9] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 1580 | 2025-05-08T21:17:32.567Z | [ 11] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 1581 | 2025-05-08T21:17:32.567Z | [ 13] 9.00-10.00 sec 70.9 MBytes 595 Mbits/sec |
| 1582 | 2025-05-08T21:17:32.567Z | [ 15] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 1583 | 2025-05-08T21:17:32.567Z | [ 17] 9.00-10.00 sec 70.9 MBytes 595 Mbits/sec |
| 1584 | 2025-05-08T21:17:32.567Z | [ 19] 9.00-10.00 sec 70.9 MBytes 595 Mbits/sec |
| 1585 | 2025-05-08T21:17:32.567Z | [SUM] 9.00-10.00 sec 567 MBytes 4.75 Gbits/sec |
| 1586 | 2025-05-08T21:17:32.567Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1587 | 2025-05-08T21:17:32.567Z | [ 5] 10.00-10.00 sec 96.2 KBytes 873 Mbits/sec |
| 1588 | 2025-05-08T21:17:32.567Z | [ 7] 10.00-10.00 sec 96.2 KBytes 874 Mbits/sec |
| 1589 | 2025-05-08T21:17:32.567Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 1590 | 2025-05-08T21:17:32.567Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 1591 | 2025-05-08T21:17:32.567Z | [ 13] 10.00-10.00 sec 48.1 KBytes 438 Mbits/sec |
| 1592 | 2025-05-08T21:17:32.567Z | [ 15] 10.00-10.00 sec 96.2 KBytes 875 Mbits/sec |
| 1593 | 2025-05-08T21:17:32.567Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 1594 | 2025-05-08T21:17:32.567Z | [ 19] 10.00-10.00 sec 48.1 KBytes 437 Mbits/sec |
| 1595 | 2025-05-08T21:17:32.567Z | [SUM] 10.00-10.00 sec 385 KBytes 3.49 Gbits/sec |
| 1596 | 2025-05-08T21:17:32.567Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1597 | 2025-05-08T21:17:32.567Z | [ ID] Interval Transfer Bandwidth |
| 1598 | 2025-05-08T21:17:32.567Z | [ 5] 0.00-10.00 sec 685 MBytes 575 Mbits/sec sender |
| 1599 | 2025-05-08T21:17:32.567Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1600 | 2025-05-08T21:17:32.567Z | [ 7] 0.00-10.00 sec 685 MBytes 574 Mbits/sec sender |
| 1601 | 2025-05-08T21:17:32.567Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1602 | 2025-05-08T21:17:32.567Z | [ 9] 0.00-10.00 sec 685 MBytes 575 Mbits/sec sender |
| 1603 | 2025-05-08T21:17:32.567Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1604 | 2025-05-08T21:17:32.567Z | [ 11] 0.00-10.00 sec 685 MBytes 575 Mbits/sec sender |
| 1605 | 2025-05-08T21:17:32.567Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1606 | 2025-05-08T21:17:32.567Z | [ 13] 0.00-10.00 sec 685 MBytes 574 Mbits/sec sender |
| 1607 | 2025-05-08T21:17:32.567Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1608 | 2025-05-08T21:17:32.567Z | [ 15] 0.00-10.00 sec 685 MBytes 575 Mbits/sec sender |
| 1609 | 2025-05-08T21:17:32.567Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1610 | 2025-05-08T21:17:32.567Z | [ 17] 0.00-10.00 sec 685 MBytes 574 Mbits/sec sender |
| 1611 | 2025-05-08T21:17:32.567Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1612 | 2025-05-08T21:17:32.568Z | [ 19] 0.00-10.00 sec 685 MBytes 574 Mbits/sec sender |
| 1613 | 2025-05-08T21:17:32.568Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1614 | 2025-05-08T21:17:32.568Z | [SUM] 0.00-10.00 sec 5.35 GBytes 4.60 Gbits/sec sender |
| 1615 | 2025-05-08T21:17:32.568Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1616 | 2025-05-08T21:17:32.571Z | Run 1/5...4596.446Mbps |
| 1617 | 2025-05-08T21:17:39.599Z | ----------------------------------------------------------- |
| 1618 | 2025-05-08T21:17:39.599Z | Server listening on 5201 |
| 1619 | 2025-05-08T21:17:39.599Z | ----------------------------------------------------------- |
| 1620 | 2025-05-08T21:17:39.599Z | Accepted connection from 10.0.0.1, port 62260 |
| 1621 | 2025-05-08T21:17:39.599Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40185 |
| 1622 | 2025-05-08T21:17:39.599Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55072 |
| 1623 | 2025-05-08T21:17:39.599Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62761 |
| 1624 | 2025-05-08T21:17:39.599Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61908 |
| 1625 | 2025-05-08T21:17:39.599Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49545 |
| 1626 | 2025-05-08T21:17:39.599Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46137 |
| 1627 | 2025-05-08T21:17:39.599Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50371 |
| 1628 | 2025-05-08T21:17:39.599Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41430 |
| 1629 | 2025-05-08T21:17:39.599Z | [ ID] Interval Transfer Bandwidth |
| 1630 | 2025-05-08T21:17:39.599Z | [ 5] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec |
| 1631 | 2025-05-08T21:17:39.599Z | [ 7] 0.00-1.00 sec 55.2 MBytes 463 Mbits/sec |
| 1632 | 2025-05-08T21:17:39.599Z | [ 9] 0.00-1.00 sec 55.2 MBytes 463 Mbits/sec |
| 1633 | 2025-05-08T21:17:39.599Z | [ 11] 0.00-1.00 sec 55.2 MBytes 463 Mbits/sec |
| 1634 | 2025-05-08T21:17:39.599Z | [ 13] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec |
| 1635 | 2025-05-08T21:17:39.599Z | [ 15] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec |
| 1636 | 2025-05-08T21:17:39.599Z | [ 17] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec |
| 1637 | 2025-05-08T21:17:39.599Z | [ 19] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec |
| 1638 | 2025-05-08T21:17:39.599Z | [SUM] 0.00-1.00 sec 441 MBytes 3.70 Gbits/sec |
| 1639 | 2025-05-08T21:17:39.599Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1640 | 2025-05-08T21:17:39.599Z | [ 5] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec |
| 1641 | 2025-05-08T21:17:39.599Z | [ 7] 1.00-2.00 sec 71.0 MBytes 595 Mbits/sec |
| 1642 | 2025-05-08T21:17:39.599Z | [ 9] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec |
| 1643 | 2025-05-08T21:17:39.599Z | [ 11] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec |
| 1644 | 2025-05-08T21:17:39.599Z | [ 13] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec |
| 1645 | 2025-05-08T21:17:39.599Z | [ 15] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec |
| 1646 | 2025-05-08T21:17:39.599Z | [ 17] 1.00-2.00 sec 70.8 MBytes 594 Mbits/sec |
| 1647 | 2025-05-08T21:17:39.599Z | [ 19] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec |
| 1648 | 2025-05-08T21:17:39.599Z | [SUM] 1.00-2.00 sec 567 MBytes 4.76 Gbits/sec |
| 1649 | 2025-05-08T21:17:39.599Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1650 | 2025-05-08T21:17:39.599Z | [ 5] 2.00-3.00 sec 71.2 MBytes 597 Mbits/sec |
| 1651 | 2025-05-08T21:17:39.599Z | [ 7] 2.00-3.00 sec 71.1 MBytes 596 Mbits/sec |
| 1652 | 2025-05-08T21:17:39.599Z | [ 9] 2.00-3.00 sec 71.2 MBytes 597 Mbits/sec |
| 1653 | 2025-05-08T21:17:39.599Z | [ 11] 2.00-3.00 sec 71.1 MBytes 596 Mbits/sec |
| 1654 | 2025-05-08T21:17:39.600Z | [ 13] 2.00-3.00 sec 71.0 MBytes 596 Mbits/sec |
| 1655 | 2025-05-08T21:17:39.600Z | [ 15] 2.00-3.00 sec 71.0 MBytes 596 Mbits/sec |
| 1656 | 2025-05-08T21:17:39.600Z | [ 17] 2.00-3.00 sec 71.2 MBytes 597 Mbits/sec |
| 1657 | 2025-05-08T21:17:39.600Z | [ 19] 2.00-3.00 sec 71.1 MBytes 596 Mbits/sec |
| 1658 | 2025-05-08T21:17:39.600Z | [SUM] 2.00-3.00 sec 569 MBytes 4.77 Gbits/sec |
| 1659 | 2025-05-08T21:17:39.600Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1660 | 2025-05-08T21:17:39.600Z | [ 5] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec |
| 1661 | 2025-05-08T21:17:39.600Z | [ 7] 3.00-4.00 sec 72.2 MBytes 606 Mbits/sec |
| 1662 | 2025-05-08T21:17:39.600Z | [ 9] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec |
| 1663 | 2025-05-08T21:17:39.600Z | [ 11] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec |
| 1664 | 2025-05-08T21:17:39.600Z | [ 13] 3.00-4.00 sec 72.2 MBytes 605 Mbits/sec |
| 1665 | 2025-05-08T21:17:39.600Z | [ 15] 3.00-4.00 sec 72.2 MBytes 606 Mbits/sec |
| 1666 | 2025-05-08T21:17:39.600Z | [ 17] 3.00-4.00 sec 72.2 MBytes 605 Mbits/sec |
| 1667 | 2025-05-08T21:17:39.600Z | [ 19] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec |
| 1668 | 2025-05-08T21:17:39.600Z | [SUM] 3.00-4.00 sec 577 MBytes 4.84 Gbits/sec |
| 1669 | 2025-05-08T21:17:39.600Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1670 | 2025-05-08T21:17:39.600Z | [ 5] 4.00-5.00 sec 69.6 MBytes 584 Mbits/sec |
| 1671 | 2025-05-08T21:17:39.600Z | [ 7] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec |
| 1672 | 2025-05-08T21:17:39.600Z | [ 9] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec |
| 1673 | 2025-05-08T21:17:39.600Z | [ 11] 4.00-5.00 sec 69.6 MBytes 584 Mbits/sec |
| 1674 | 2025-05-08T21:17:39.600Z | [ 13] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec |
| 1675 | 2025-05-08T21:17:39.600Z | [ 15] 4.00-5.00 sec 69.6 MBytes 584 Mbits/sec |
| 1676 | 2025-05-08T21:17:39.600Z | [ 17] 4.00-5.00 sec 69.6 MBytes 584 Mbits/sec |
| 1677 | 2025-05-08T21:17:39.600Z | [ 19] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec |
| 1678 | 2025-05-08T21:17:39.600Z | [SUM] 4.00-5.00 sec 556 MBytes 4.67 Gbits/sec |
| 1679 | 2025-05-08T21:17:39.600Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1680 | 2025-05-08T21:17:39.600Z | [ 5] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec |
| 1681 | 2025-05-08T21:17:39.600Z | [ 7] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 1682 | 2025-05-08T21:17:39.600Z | [ 9] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 1683 | 2025-05-08T21:17:39.600Z | [ 11] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec |
| 1684 | 2025-05-08T21:17:39.600Z | [ 13] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 1685 | 2025-05-08T21:17:39.600Z | [ 15] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec |
| 1686 | 2025-05-08T21:17:39.600Z | [ 17] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec |
| 1687 | 2025-05-08T21:17:39.600Z | [ 19] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec |
| 1688 | 2025-05-08T21:17:39.600Z | [SUM] 5.00-6.00 sec 559 MBytes 4.69 Gbits/sec |
| 1689 | 2025-05-08T21:17:39.600Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1690 | 2025-05-08T21:17:39.600Z | [ 5] 6.00-7.00 sec 70.7 MBytes 593 Mbits/sec |
| 1691 | 2025-05-08T21:17:39.600Z | [ 7] 6.00-7.00 sec 70.7 MBytes 593 Mbits/sec |
| 1692 | 2025-05-08T21:17:39.600Z | [ 9] 6.00-7.00 sec 70.6 MBytes 592 Mbits/sec |
| 1693 | 2025-05-08T21:17:42.817Z | [ 11] 6.00-7.00 sec 70.7 MBytes 593 Mbits/sec |
| 1694 | 2025-05-08T21:17:42.817Z | [ 13] 6.00-7.00 sec 70.6 MBytes 592 Mbits/sec |
| 1695 | 2025-05-08T21:17:42.817Z | [ 15] 6.00-7.00 sec 70.6 MBytes 592 Mbits/sec |
| 1696 | 2025-05-08T21:17:42.817Z | [ 17] 6.00-7.00 sec 70.6 MBytes 592 Mbits/sec |
| 1697 | 2025-05-08T21:17:42.817Z | [ 19] 6.00-7.00 sec 70.7 MBytes 593 Mbits/sec |
| 1698 | 2025-05-08T21:17:42.817Z | [SUM] 6.00-7.00 sec 565 MBytes 4.74 Gbits/sec |
| 1699 | 2025-05-08T21:17:42.817Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1700 | 2025-05-08T21:17:42.817Z | [ 5] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 1701 | 2025-05-08T21:17:42.817Z | [ 7] 7.00-8.00 sec 72.0 MBytes 604 Mbits/sec |
| 1702 | 2025-05-08T21:17:42.818Z | [ 9] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 1703 | 2025-05-08T21:17:42.818Z | [ 11] 7.00-8.00 sec 72.2 MBytes 605 Mbits/sec |
| 1704 | 2025-05-08T21:17:42.818Z | [ 13] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 1705 | 2025-05-08T21:17:42.818Z | [ 15] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 1706 | 2025-05-08T21:17:42.818Z | [ 17] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 1707 | 2025-05-08T21:17:42.818Z | [ 19] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 1708 | 2025-05-08T21:17:42.818Z | [SUM] 7.00-8.00 sec 577 MBytes 4.84 Gbits/sec |
| 1709 | 2025-05-08T21:17:42.818Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1710 | 2025-05-08T21:17:42.818Z | [ 5] 8.00-9.00 sec 68.4 MBytes 574 Mbits/sec |
| 1711 | 2025-05-08T21:17:42.818Z | [ 7] 8.00-9.00 sec 68.3 MBytes 573 Mbits/sec |
| 1712 | 2025-05-08T21:17:42.818Z | [ 9] 8.00-9.00 sec 68.4 MBytes 574 Mbits/sec |
| 1713 | 2025-05-08T21:17:42.818Z | [ 11] 8.00-9.00 sec 68.4 MBytes 573 Mbits/sec |
| 1714 | 2025-05-08T21:17:42.818Z | [ 13] 8.00-9.00 sec 68.3 MBytes 573 Mbits/sec |
| 1715 | 2025-05-08T21:17:42.818Z | [ 15] 8.00-9.00 sec 68.4 MBytes 573 Mbits/sec |
| 1716 | 2025-05-08T21:17:42.818Z | [ 17] 8.00-9.00 sec 68.4 MBytes 573 Mbits/sec |
| 1717 | 2025-05-08T21:17:42.818Z | [ 19] 8.00-9.00 sec 68.3 MBytes 573 Mbits/sec |
| 1718 | 2025-05-08T21:17:42.818Z | [SUM] 8.00-9.00 sec 547 MBytes 4.59 Gbits/sec |
| 1719 | 2025-05-08T21:17:42.818Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1720 | 2025-05-08T21:17:42.818Z | [ 5] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec |
| 1721 | 2025-05-08T21:17:42.818Z | [ 7] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec |
| 1722 | 2025-05-08T21:17:42.818Z | [ 9] 9.00-10.00 sec 68.2 MBytes 572 Mbits/sec |
| 1723 | 2025-05-08T21:17:42.818Z | [ 11] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec |
| 1724 | 2025-05-08T21:17:42.818Z | [ 13] 9.00-10.00 sec 68.2 MBytes 572 Mbits/sec |
| 1725 | 2025-05-08T21:17:42.818Z | [ 15] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec |
| 1726 | 2025-05-08T21:17:42.818Z | [ 17] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec |
| 1727 | 2025-05-08T21:17:42.818Z | [ 19] 9.00-10.00 sec 68.0 MBytes 571 Mbits/sec |
| 1728 | 2025-05-08T21:17:42.818Z | [SUM] 9.00-10.00 sec 545 MBytes 4.57 Gbits/sec |
| 1729 | 2025-05-08T21:17:42.818Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1730 | 2025-05-08T21:17:42.818Z | [ 5] 10.00-10.00 sec 48.1 KBytes 479 Mbits/sec |
| 1731 | 2025-05-08T21:17:42.818Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 1732 | 2025-05-08T21:17:42.818Z | [ 9] 10.00-10.00 sec 48.1 KBytes 480 Mbits/sec |
| 1733 | 2025-05-08T21:17:42.818Z | [ 11] 10.00-10.00 sec 48.1 KBytes 480 Mbits/sec |
| 1734 | 2025-05-08T21:17:42.818Z | [ 13] 10.00-10.00 sec 96.2 KBytes 960 Mbits/sec |
| 1735 | 2025-05-08T21:17:42.818Z | [ 15] 10.00-10.00 sec 96.2 KBytes 960 Mbits/sec |
| 1736 | 2025-05-08T21:17:42.818Z | [ 17] 10.00-10.00 sec 48.1 KBytes 480 Mbits/sec |
| 1737 | 2025-05-08T21:17:42.818Z | [ 19] 10.00-10.00 sec 96.2 KBytes 961 Mbits/sec |
| 1738 | 2025-05-08T21:17:42.818Z | [SUM] 10.00-10.00 sec 481 KBytes 4.79 Gbits/sec |
| 1739 | 2025-05-08T21:17:42.818Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1740 | 2025-05-08T21:17:42.818Z | [ ID] Interval Transfer Bandwidth |
| 1741 | 2025-05-08T21:17:42.819Z | [ 5] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender |
| 1742 | 2025-05-08T21:17:42.819Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1743 | 2025-05-08T21:17:42.819Z | [ 7] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender |
| 1744 | 2025-05-08T21:17:42.819Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1745 | 2025-05-08T21:17:42.819Z | [ 9] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender |
| 1746 | 2025-05-08T21:17:42.819Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1747 | 2025-05-08T21:17:42.819Z | [ 11] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender |
| 1748 | 2025-05-08T21:17:42.819Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1749 | 2025-05-08T21:17:42.819Z | [ 13] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender |
| 1750 | 2025-05-08T21:17:42.819Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1751 | 2025-05-08T21:17:42.819Z | [ 15] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender |
| 1752 | 2025-05-08T21:17:42.819Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1753 | 2025-05-08T21:17:42.819Z | [ 17] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender |
| 1754 | 2025-05-08T21:17:42.819Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1755 | 2025-05-08T21:17:42.819Z | [ 19] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender |
| 1756 | 2025-05-08T21:17:42.819Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1757 | 2025-05-08T21:17:42.819Z | [SUM] 0.00-10.00 sec 5.38 GBytes 4.62 Gbits/sec sender |
| 1758 | 2025-05-08T21:17:42.819Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1759 | 2025-05-08T21:17:42.823Z | Run 2/5...4617.389Mbps |
| 1760 | 2025-05-08T21:17:49.852Z | ----------------------------------------------------------- |
| 1761 | 2025-05-08T21:17:49.852Z | Server listening on 5201 |
| 1762 | 2025-05-08T21:17:49.852Z | ----------------------------------------------------------- |
| 1763 | 2025-05-08T21:17:49.853Z | Accepted connection from 10.0.0.1, port 41401 |
| 1764 | 2025-05-08T21:17:49.853Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59889 |
| 1765 | 2025-05-08T21:17:49.853Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39886 |
| 1766 | 2025-05-08T21:17:49.853Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48718 |
| 1767 | 2025-05-08T21:17:49.853Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36830 |
| 1768 | 2025-05-08T21:17:49.853Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43440 |
| 1769 | 2025-05-08T21:17:49.853Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61381 |
| 1770 | 2025-05-08T21:17:49.853Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49372 |
| 1771 | 2025-05-08T21:17:49.853Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58358 |
| 1772 | 2025-05-08T21:17:49.853Z | [ ID] Interval Transfer Bandwidth |
| 1773 | 2025-05-08T21:17:49.853Z | [ 5] 0.00-1.00 sec 56.3 MBytes 472 Mbits/sec |
| 1774 | 2025-05-08T21:17:49.853Z | [ 7] 0.00-1.00 sec 56.3 MBytes 472 Mbits/sec |
| 1775 | 2025-05-08T21:17:49.853Z | [ 9] 0.00-1.00 sec 56.2 MBytes 471 Mbits/sec |
| 1776 | 2025-05-08T21:17:49.853Z | [ 11] 0.00-1.00 sec 56.2 MBytes 471 Mbits/sec |
| 1777 | 2025-05-08T21:17:49.853Z | [ 13] 0.00-1.00 sec 56.2 MBytes 471 Mbits/sec |
| 1778 | 2025-05-08T21:17:49.853Z | [ 15] 0.00-1.00 sec 56.3 MBytes 472 Mbits/sec |
| 1779 | 2025-05-08T21:17:49.853Z | [ 17] 0.00-1.00 sec 56.3 MBytes 472 Mbits/sec |
| 1780 | 2025-05-08T21:17:49.853Z | [ 19] 0.00-1.00 sec 56.2 MBytes 471 Mbits/sec |
| 1781 | 2025-05-08T21:17:49.853Z | [SUM] 0.00-1.00 sec 450 MBytes 3.77 Gbits/sec |
| 1782 | 2025-05-08T21:17:49.853Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1783 | 2025-05-08T21:17:49.853Z | [ 5] 1.00-2.00 sec 71.1 MBytes 596 Mbits/sec |
| 1784 | 2025-05-08T21:17:49.853Z | [ 7] 1.00-2.00 sec 71.2 MBytes 597 Mbits/sec |
| 1785 | 2025-05-08T21:17:49.853Z | [ 9] 1.00-2.00 sec 71.2 MBytes 597 Mbits/sec |
| 1786 | 2025-05-08T21:17:49.853Z | [ 11] 1.00-2.00 sec 71.2 MBytes 597 Mbits/sec |
| 1787 | 2025-05-08T21:17:49.853Z | [ 13] 1.00-2.00 sec 71.0 MBytes 596 Mbits/sec |
| 1788 | 2025-05-08T21:17:49.853Z | [ 15] 1.00-2.00 sec 71.1 MBytes 597 Mbits/sec |
| 1789 | 2025-05-08T21:17:49.853Z | [ 17] 1.00-2.00 sec 71.1 MBytes 597 Mbits/sec |
| 1790 | 2025-05-08T21:17:49.853Z | [ 19] 1.00-2.00 sec 71.2 MBytes 597 Mbits/sec |
| 1791 | 2025-05-08T21:17:49.853Z | [SUM] 1.00-2.00 sec 569 MBytes 4.77 Gbits/sec |
| 1792 | 2025-05-08T21:17:49.853Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1793 | 2025-05-08T21:17:49.853Z | [ 5] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec |
| 1794 | 2025-05-08T21:17:49.853Z | [ 7] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec |
| 1795 | 2025-05-08T21:17:49.853Z | [ 9] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec |
| 1796 | 2025-05-08T21:17:49.853Z | [ 11] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec |
| 1797 | 2025-05-08T21:17:49.853Z | [ 13] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec |
| 1798 | 2025-05-08T21:17:49.853Z | [ 15] 2.00-3.00 sec 69.6 MBytes 584 Mbits/sec |
| 1799 | 2025-05-08T21:17:49.853Z | [ 17] 2.00-3.00 sec 69.5 MBytes 583 Mbits/sec |
| 1800 | 2025-05-08T21:17:49.853Z | [ 19] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec |
| 1801 | 2025-05-08T21:17:49.854Z | [SUM] 2.00-3.00 sec 557 MBytes 4.68 Gbits/sec |
| 1802 | 2025-05-08T21:17:49.854Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1803 | 2025-05-08T21:17:49.854Z | [ 5] 3.00-4.00 sec 69.3 MBytes 581 Mbits/sec |
| 1804 | 2025-05-08T21:17:49.854Z | [ 7] 3.00-4.00 sec 69.3 MBytes 581 Mbits/sec |
| 1805 | 2025-05-08T21:17:49.854Z | [ 9] 3.00-4.00 sec 69.2 MBytes 580 Mbits/sec |
| 1806 | 2025-05-08T21:17:49.854Z | [ 11] 3.00-4.00 sec 69.2 MBytes 580 Mbits/sec |
| 1807 | 2025-05-08T21:17:49.854Z | [ 13] 3.00-4.00 sec 69.2 MBytes 580 Mbits/sec |
| 1808 | 2025-05-08T21:17:49.854Z | [ 15] 3.00-4.00 sec 69.3 MBytes 581 Mbits/sec |
| 1809 | 2025-05-08T21:17:49.854Z | [ 17] 3.00-4.00 sec 69.3 MBytes 581 Mbits/sec |
| 1810 | 2025-05-08T21:17:49.854Z | [ 19] 3.00-4.00 sec 69.3 MBytes 582 Mbits/sec |
| 1811 | 2025-05-08T21:17:49.854Z | [SUM] 3.00-4.00 sec 554 MBytes 4.65 Gbits/sec |
| 1812 | 2025-05-08T21:17:49.854Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1813 | 2025-05-08T21:17:49.854Z | [ 5] 4.00-5.00 sec 70.5 MBytes 592 Mbits/sec |
| 1814 | 2025-05-08T21:17:49.854Z | [ 7] 4.00-5.00 sec 70.5 MBytes 592 Mbits/sec |
| 1815 | 2025-05-08T21:17:49.854Z | [ 9] 4.00-5.00 sec 70.5 MBytes 591 Mbits/sec |
| 1816 | 2025-05-08T21:17:49.854Z | [ 11] 4.00-5.00 sec 70.4 MBytes 591 Mbits/sec |
| 1817 | 2025-05-08T21:17:49.854Z | [ 13] 4.00-5.00 sec 70.4 MBytes 591 Mbits/sec |
| 1818 | 2025-05-08T21:17:49.854Z | [ 15] 4.00-5.00 sec 70.6 MBytes 592 Mbits/sec |
| 1819 | 2025-05-08T21:17:49.854Z | [ 17] 4.00-5.00 sec 70.5 MBytes 592 Mbits/sec |
| 1820 | 2025-05-08T21:17:49.854Z | [ 19] 4.00-5.00 sec 70.4 MBytes 590 Mbits/sec |
| 1821 | 2025-05-08T21:17:49.854Z | [SUM] 4.00-5.00 sec 564 MBytes 4.73 Gbits/sec |
| 1822 | 2025-05-08T21:17:49.854Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1823 | 2025-05-08T21:17:49.854Z | [ 5] 5.00-6.00 sec 68.8 MBytes 577 Mbits/sec |
| 1824 | 2025-05-08T21:17:49.854Z | [ 7] 5.00-6.00 sec 68.8 MBytes 577 Mbits/sec |
| 1825 | 2025-05-08T21:17:49.854Z | [ 9] 5.00-6.00 sec 68.9 MBytes 578 Mbits/sec |
| 1826 | 2025-05-08T21:17:49.854Z | [ 11] 5.00-6.00 sec 68.9 MBytes 578 Mbits/sec |
| 1827 | 2025-05-08T21:17:49.854Z | [ 13] 5.00-6.00 sec 68.8 MBytes 577 Mbits/sec |
| 1828 | 2025-05-08T21:17:49.854Z | [ 15] 5.00-6.00 sec 68.9 MBytes 578 Mbits/sec |
| 1829 | 2025-05-08T21:17:49.854Z | [ 17] 5.00-6.00 sec 68.7 MBytes 577 Mbits/sec |
| 1830 | 2025-05-08T21:17:49.854Z | [ 19] 5.00-6.00 sec 68.9 MBytes 578 Mbits/sec |
| 1831 | 2025-05-08T21:17:49.854Z | [SUM] 5.00-6.00 sec 551 MBytes 4.62 Gbits/sec |
| 1832 | 2025-05-08T21:17:49.854Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1833 | 2025-05-08T21:17:49.854Z | [ 5] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec |
| 1834 | 2025-05-08T21:17:49.854Z | [ 7] 6.00-7.00 sec 70.8 MBytes 594 Mbits/sec |
| 1835 | 2025-05-08T21:17:49.854Z | [ 9] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec |
| 1836 | 2025-05-08T21:17:53.068Z | [ 11] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec |
| 1837 | 2025-05-08T21:17:53.068Z | [ 13] 6.00-7.00 sec 70.8 MBytes 594 Mbits/sec |
| 1838 | 2025-05-08T21:17:53.068Z | [ 15] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec |
| 1839 | 2025-05-08T21:17:53.068Z | [ 17] 6.00-7.00 sec 71.0 MBytes 595 Mbits/sec |
| 1840 | 2025-05-08T21:17:53.068Z | [ 19] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec |
| 1841 | 2025-05-08T21:17:53.068Z | [SUM] 6.00-7.00 sec 567 MBytes 4.76 Gbits/sec |
| 1842 | 2025-05-08T21:17:53.068Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1843 | 2025-05-08T21:17:53.068Z | [ 5] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec |
| 1844 | 2025-05-08T21:17:53.068Z | [ 7] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec |
| 1845 | 2025-05-08T21:17:53.068Z | [ 9] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec |
| 1846 | 2025-05-08T21:17:53.069Z | [ 11] 7.00-8.00 sec 70.4 MBytes 590 Mbits/sec |
| 1847 | 2025-05-08T21:17:53.069Z | [ 13] 7.00-8.00 sec 70.2 MBytes 589 Mbits/sec |
| 1848 | 2025-05-08T21:17:53.069Z | [ 15] 7.00-8.00 sec 70.4 MBytes 590 Mbits/sec |
| 1849 | 2025-05-08T21:17:53.069Z | [ 17] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec |
| 1850 | 2025-05-08T21:17:53.069Z | [ 19] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec |
| 1851 | 2025-05-08T21:17:53.069Z | [SUM] 7.00-8.00 sec 562 MBytes 4.72 Gbits/sec |
| 1852 | 2025-05-08T21:17:53.069Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1853 | 2025-05-08T21:17:53.069Z | [ 5] 8.00-9.00 sec 72.3 MBytes 606 Mbits/sec |
| 1854 | 2025-05-08T21:17:53.069Z | [ 7] 8.00-9.00 sec 72.3 MBytes 606 Mbits/sec |
| 1855 | 2025-05-08T21:17:53.069Z | [ 9] 8.00-9.00 sec 72.4 MBytes 607 Mbits/sec |
| 1856 | 2025-05-08T21:17:53.069Z | [ 11] 8.00-9.00 sec 72.2 MBytes 605 Mbits/sec |
| 1857 | 2025-05-08T21:17:53.069Z | [ 13] 8.00-9.00 sec 72.1 MBytes 605 Mbits/sec |
| 1858 | 2025-05-08T21:17:53.069Z | [ 15] 8.00-9.00 sec 72.1 MBytes 605 Mbits/sec |
| 1859 | 2025-05-08T21:17:53.069Z | [ 17] 8.00-9.00 sec 72.2 MBytes 606 Mbits/sec |
| 1860 | 2025-05-08T21:17:53.069Z | [ 19] 8.00-9.00 sec 72.3 MBytes 606 Mbits/sec |
| 1861 | 2025-05-08T21:17:53.069Z | [SUM] 8.00-9.00 sec 578 MBytes 4.85 Gbits/sec |
| 1862 | 2025-05-08T21:17:53.069Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1863 | 2025-05-08T21:17:53.069Z | [ 5] 9.00-10.00 sec 73.6 MBytes 618 Mbits/sec |
| 1864 | 2025-05-08T21:17:53.069Z | [ 7] 9.00-10.00 sec 73.6 MBytes 618 Mbits/sec |
| 1865 | 2025-05-08T21:17:53.069Z | [ 9] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec |
| 1866 | 2025-05-08T21:17:53.069Z | [ 11] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec |
| 1867 | 2025-05-08T21:17:53.069Z | [ 13] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec |
| 1868 | 2025-05-08T21:17:53.069Z | [ 15] 9.00-10.00 sec 73.8 MBytes 619 Mbits/sec |
| 1869 | 2025-05-08T21:17:53.069Z | [ 17] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec |
| 1870 | 2025-05-08T21:17:53.069Z | [ 19] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec |
| 1871 | 2025-05-08T21:17:53.069Z | [SUM] 9.00-10.00 sec 589 MBytes 4.94 Gbits/sec |
| 1872 | 2025-05-08T21:17:53.069Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1873 | 2025-05-08T21:17:53.069Z | [ 5] 10.00-10.00 sec 96.2 KBytes 989 Mbits/sec |
| 1874 | 2025-05-08T21:17:53.069Z | [ 7] 10.00-10.00 sec 144 KBytes 1.49 Gbits/sec |
| 1875 | 2025-05-08T21:17:53.069Z | [ 9] 10.00-10.00 sec 144 KBytes 1.49 Gbits/sec |
| 1876 | 2025-05-08T21:17:53.069Z | [ 11] 10.00-10.00 sec 96.2 KBytes 991 Mbits/sec |
| 1877 | 2025-05-08T21:17:53.069Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 1878 | 2025-05-08T21:17:53.069Z | [ 15] 10.00-10.00 sec 48.1 KBytes 495 Mbits/sec |
| 1879 | 2025-05-08T21:17:53.069Z | [ 17] 10.00-10.00 sec 48.1 KBytes 495 Mbits/sec |
| 1880 | 2025-05-08T21:17:53.069Z | [ 19] 10.00-10.00 sec 48.1 KBytes 495 Mbits/sec |
| 1881 | 2025-05-08T21:17:53.069Z | [SUM] 10.00-10.00 sec 625 KBytes 6.43 Gbits/sec |
| 1882 | 2025-05-08T21:17:53.069Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1883 | 2025-05-08T21:17:53.069Z | [ ID] Interval Transfer Bandwidth |
| 1884 | 2025-05-08T21:17:53.069Z | [ 5] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender |
| 1885 | 2025-05-08T21:17:53.069Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1886 | 2025-05-08T21:17:53.070Z | [ 7] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender |
| 1887 | 2025-05-08T21:17:53.070Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1888 | 2025-05-08T21:17:53.070Z | [ 9] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender |
| 1889 | 2025-05-08T21:17:53.070Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1890 | 2025-05-08T21:17:53.070Z | [ 11] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender |
| 1891 | 2025-05-08T21:17:53.070Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1892 | 2025-05-08T21:17:53.070Z | [ 13] 0.00-10.00 sec 692 MBytes 581 Mbits/sec sender |
| 1893 | 2025-05-08T21:17:53.070Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1894 | 2025-05-08T21:17:53.070Z | [ 15] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender |
| 1895 | 2025-05-08T21:17:53.070Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1896 | 2025-05-08T21:17:53.070Z | [ 17] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender |
| 1897 | 2025-05-08T21:17:53.070Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1898 | 2025-05-08T21:17:53.070Z | [ 19] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender |
| 1899 | 2025-05-08T21:17:53.070Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1900 | 2025-05-08T21:17:53.070Z | [SUM] 0.00-10.00 sec 5.41 GBytes 4.65 Gbits/sec sender |
| 1901 | 2025-05-08T21:17:53.070Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 1902 | 2025-05-08T21:17:53.074Z | Run 3/5...4649.388Mbps |
| 1903 | 2025-05-08T21:18:00.101Z | ----------------------------------------------------------- |
| 1904 | 2025-05-08T21:18:00.101Z | Server listening on 5201 |
| 1905 | 2025-05-08T21:18:00.101Z | ----------------------------------------------------------- |
| 1906 | 2025-05-08T21:18:00.101Z | Accepted connection from 10.0.0.1, port 41831 |
| 1907 | 2025-05-08T21:18:00.101Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35228 |
| 1908 | 2025-05-08T21:18:00.101Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57135 |
| 1909 | 2025-05-08T21:18:00.101Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55883 |
| 1910 | 2025-05-08T21:18:00.101Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63454 |
| 1911 | 2025-05-08T21:18:00.102Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39246 |
| 1912 | 2025-05-08T21:18:00.102Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53754 |
| 1913 | 2025-05-08T21:18:00.102Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36427 |
| 1914 | 2025-05-08T21:18:00.102Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42322 |
| 1915 | 2025-05-08T21:18:00.102Z | [ ID] Interval Transfer Bandwidth |
| 1916 | 2025-05-08T21:18:00.102Z | [ 5] 0.00-1.00 sec 55.6 MBytes 466 Mbits/sec |
| 1917 | 2025-05-08T21:18:00.102Z | [ 7] 0.00-1.00 sec 55.6 MBytes 466 Mbits/sec |
| 1918 | 2025-05-08T21:18:00.102Z | [ 9] 0.00-1.00 sec 55.4 MBytes 465 Mbits/sec |
| 1919 | 2025-05-08T21:18:00.102Z | [ 11] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec |
| 1920 | 2025-05-08T21:18:00.102Z | [ 13] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec |
| 1921 | 2025-05-08T21:18:00.102Z | [ 15] 0.00-1.00 sec 55.4 MBytes 465 Mbits/sec |
| 1922 | 2025-05-08T21:18:00.102Z | [ 17] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec |
| 1923 | 2025-05-08T21:18:00.102Z | [ 19] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec |
| 1924 | 2025-05-08T21:18:00.102Z | [SUM] 0.00-1.00 sec 444 MBytes 3.72 Gbits/sec |
| 1925 | 2025-05-08T21:18:00.102Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1926 | 2025-05-08T21:18:00.102Z | [ 5] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1927 | 2025-05-08T21:18:00.102Z | [ 7] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1928 | 2025-05-08T21:18:00.102Z | [ 9] 1.00-2.00 sec 69.8 MBytes 585 Mbits/sec |
| 1929 | 2025-05-08T21:18:00.102Z | [ 11] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1930 | 2025-05-08T21:18:00.102Z | [ 13] 1.00-2.00 sec 69.7 MBytes 584 Mbits/sec |
| 1931 | 2025-05-08T21:18:00.102Z | [ 15] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1932 | 2025-05-08T21:18:00.102Z | [ 17] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1933 | 2025-05-08T21:18:00.102Z | [ 19] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec |
| 1934 | 2025-05-08T21:18:00.102Z | [SUM] 1.00-2.00 sec 557 MBytes 4.67 Gbits/sec |
| 1935 | 2025-05-08T21:18:00.102Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1936 | 2025-05-08T21:18:00.102Z | [ 5] 2.00-3.00 sec 68.5 MBytes 574 Mbits/sec |
| 1937 | 2025-05-08T21:18:00.102Z | [ 7] 2.00-3.00 sec 68.4 MBytes 574 Mbits/sec |
| 1938 | 2025-05-08T21:18:00.102Z | [ 9] 2.00-3.00 sec 68.4 MBytes 573 Mbits/sec |
| 1939 | 2025-05-08T21:18:00.102Z | [ 11] 2.00-3.00 sec 68.4 MBytes 574 Mbits/sec |
| 1940 | 2025-05-08T21:18:00.102Z | [ 13] 2.00-3.00 sec 68.3 MBytes 573 Mbits/sec |
| 1941 | 2025-05-08T21:18:00.102Z | [ 15] 2.00-3.00 sec 68.4 MBytes 573 Mbits/sec |
| 1942 | 2025-05-08T21:18:00.102Z | [ 17] 2.00-3.00 sec 68.4 MBytes 573 Mbits/sec |
| 1943 | 2025-05-08T21:18:00.102Z | [ 19] 2.00-3.00 sec 68.3 MBytes 573 Mbits/sec |
| 1944 | 2025-05-08T21:18:00.102Z | [SUM] 2.00-3.00 sec 547 MBytes 4.59 Gbits/sec |
| 1945 | 2025-05-08T21:18:00.102Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1946 | 2025-05-08T21:18:00.102Z | [ 5] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec |
| 1947 | 2025-05-08T21:18:00.102Z | [ 7] 3.00-4.00 sec 71.4 MBytes 599 Mbits/sec |
| 1948 | 2025-05-08T21:18:00.102Z | [ 9] 3.00-4.00 sec 71.4 MBytes 599 Mbits/sec |
| 1949 | 2025-05-08T21:18:00.102Z | [ 11] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec |
| 1950 | 2025-05-08T21:18:00.103Z | [ 13] 3.00-4.00 sec 71.5 MBytes 599 Mbits/sec |
| 1951 | 2025-05-08T21:18:00.103Z | [ 15] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec |
| 1952 | 2025-05-08T21:18:00.103Z | [ 17] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec |
| 1953 | 2025-05-08T21:18:00.103Z | [ 19] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec |
| 1954 | 2025-05-08T21:18:00.103Z | [SUM] 3.00-4.00 sec 571 MBytes 4.79 Gbits/sec |
| 1955 | 2025-05-08T21:18:00.103Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1956 | 2025-05-08T21:18:00.103Z | [ 5] 4.00-5.00 sec 70.9 MBytes 595 Mbits/sec |
| 1957 | 2025-05-08T21:18:00.103Z | [ 7] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec |
| 1958 | 2025-05-08T21:18:00.103Z | [ 9] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec |
| 1959 | 2025-05-08T21:18:00.103Z | [ 11] 4.00-5.00 sec 71.1 MBytes 597 Mbits/sec |
| 1960 | 2025-05-08T21:18:00.103Z | [ 13] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec |
| 1961 | 2025-05-08T21:18:00.103Z | [ 15] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec |
| 1962 | 2025-05-08T21:18:00.103Z | [ 17] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec |
| 1963 | 2025-05-08T21:18:00.103Z | [ 19] 4.00-5.00 sec 70.9 MBytes 595 Mbits/sec |
| 1964 | 2025-05-08T21:18:00.103Z | [SUM] 4.00-5.00 sec 568 MBytes 4.77 Gbits/sec |
| 1965 | 2025-05-08T21:18:00.103Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1966 | 2025-05-08T21:18:00.103Z | [ 5] 5.00-6.00 sec 70.2 MBytes 589 Mbits/sec |
| 1967 | 2025-05-08T21:18:00.103Z | [ 7] 5.00-6.00 sec 70.3 MBytes 590 Mbits/sec |
| 1968 | 2025-05-08T21:18:00.103Z | [ 9] 5.00-6.00 sec 70.3 MBytes 590 Mbits/sec |
| 1969 | 2025-05-08T21:18:00.103Z | [ 11] 5.00-6.00 sec 70.2 MBytes 589 Mbits/sec |
| 1970 | 2025-05-08T21:18:00.103Z | [ 13] 5.00-6.00 sec 70.4 MBytes 590 Mbits/sec |
| 1971 | 2025-05-08T21:18:00.103Z | [ 15] 5.00-6.00 sec 70.2 MBytes 589 Mbits/sec |
| 1972 | 2025-05-08T21:18:00.103Z | [ 17] 5.00-6.00 sec 70.1 MBytes 588 Mbits/sec |
| 1973 | 2025-05-08T21:18:00.103Z | [ 19] 5.00-6.00 sec 70.3 MBytes 590 Mbits/sec |
| 1974 | 2025-05-08T21:18:00.103Z | [SUM] 5.00-6.00 sec 562 MBytes 4.72 Gbits/sec |
| 1975 | 2025-05-08T21:18:00.103Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1976 | 2025-05-08T21:18:00.103Z | [ 5] 6.00-7.00 sec 72.4 MBytes 607 Mbits/sec |
| 1977 | 2025-05-08T21:18:00.103Z | [ 7] 6.00-7.00 sec 72.3 MBytes 607 Mbits/sec |
| 1978 | 2025-05-08T21:18:00.103Z | [ 9] 6.00-7.00 sec 72.2 MBytes 605 Mbits/sec |
| 1979 | 2025-05-08T21:18:03.325Z | [ 11] 6.00-7.00 sec 72.3 MBytes 606 Mbits/sec |
| 1980 | 2025-05-08T21:18:03.325Z | [ 13] 6.00-7.00 sec 72.3 MBytes 607 Mbits/sec |
| 1981 | 2025-05-08T21:18:03.325Z | [ 15] 6.00-7.00 sec 72.3 MBytes 606 Mbits/sec |
| 1982 | 2025-05-08T21:18:03.325Z | [ 17] 6.00-7.00 sec 72.4 MBytes 607 Mbits/sec |
| 1983 | 2025-05-08T21:18:03.325Z | [ 19] 6.00-7.00 sec 72.2 MBytes 606 Mbits/sec |
| 1984 | 2025-05-08T21:18:03.325Z | [SUM] 6.00-7.00 sec 578 MBytes 4.85 Gbits/sec |
| 1985 | 2025-05-08T21:18:03.325Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1986 | 2025-05-08T21:18:03.325Z | [ 5] 7.00-8.00 sec 71.5 MBytes 599 Mbits/sec |
| 1987 | 2025-05-08T21:18:03.325Z | [ 7] 7.00-8.00 sec 71.6 MBytes 600 Mbits/sec |
| 1988 | 2025-05-08T21:18:03.325Z | [ 9] 7.00-8.00 sec 71.6 MBytes 600 Mbits/sec |
| 1989 | 2025-05-08T21:18:03.325Z | [ 11] 7.00-8.00 sec 71.6 MBytes 601 Mbits/sec |
| 1990 | 2025-05-08T21:18:03.325Z | [ 13] 7.00-8.00 sec 71.6 MBytes 601 Mbits/sec |
| 1991 | 2025-05-08T21:18:03.325Z | [ 15] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec |
| 1992 | 2025-05-08T21:18:03.325Z | [ 17] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec |
| 1993 | 2025-05-08T21:18:03.325Z | [ 19] 7.00-8.00 sec 71.6 MBytes 601 Mbits/sec |
| 1994 | 2025-05-08T21:18:03.325Z | [SUM] 7.00-8.00 sec 573 MBytes 4.81 Gbits/sec |
| 1995 | 2025-05-08T21:18:03.325Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 1996 | 2025-05-08T21:18:03.325Z | [ 5] 8.00-9.00 sec 69.6 MBytes 584 Mbits/sec |
| 1997 | 2025-05-08T21:18:03.325Z | [ 7] 8.00-9.00 sec 69.5 MBytes 583 Mbits/sec |
| 1998 | 2025-05-08T21:18:03.325Z | [ 9] 8.00-9.00 sec 69.6 MBytes 584 Mbits/sec |
| 1999 | 2025-05-08T21:18:03.325Z | [ 11] 8.00-9.00 sec 69.6 MBytes 584 Mbits/sec |
| 2000 | 2025-05-08T21:18:03.326Z | [ 13] 8.00-9.00 sec 69.6 MBytes 584 Mbits/sec |
| 2001 | 2025-05-08T21:18:03.326Z | [ 15] 8.00-9.00 sec 69.5 MBytes 583 Mbits/sec |
| 2002 | 2025-05-08T21:18:03.326Z | [ 17] 8.00-9.00 sec 69.5 MBytes 583 Mbits/sec |
| 2003 | 2025-05-08T21:18:03.326Z | [ 19] 8.00-9.00 sec 69.4 MBytes 583 Mbits/sec |
| 2004 | 2025-05-08T21:18:03.326Z | [SUM] 8.00-9.00 sec 556 MBytes 4.67 Gbits/sec |
| 2005 | 2025-05-08T21:18:03.326Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2006 | 2025-05-08T21:18:03.326Z | [ 5] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 2007 | 2025-05-08T21:18:03.326Z | [ 7] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 2008 | 2025-05-08T21:18:03.326Z | [ 9] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 2009 | 2025-05-08T21:18:03.326Z | [ 11] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 2010 | 2025-05-08T21:18:03.326Z | [ 13] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 2011 | 2025-05-08T21:18:03.326Z | [ 15] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 2012 | 2025-05-08T21:18:03.326Z | [ 17] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec |
| 2013 | 2025-05-08T21:18:03.326Z | [ 19] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec |
| 2014 | 2025-05-08T21:18:03.326Z | [SUM] 9.00-10.00 sec 566 MBytes 4.75 Gbits/sec |
| 2015 | 2025-05-08T21:18:03.326Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2016 | 2025-05-08T21:18:03.326Z | [ 5] 10.00-10.00 sec 96.2 KBytes 1.02 Gbits/sec |
| 2017 | 2025-05-08T21:18:03.326Z | [ 7] 10.00-10.00 sec 48.1 KBytes 511 Mbits/sec |
| 2018 | 2025-05-08T21:18:03.326Z | [ 9] 10.00-10.00 sec 96.2 KBytes 1.02 Gbits/sec |
| 2019 | 2025-05-08T21:18:03.326Z | [ 11] 10.00-10.00 sec 96.2 KBytes 1.02 Gbits/sec |
| 2020 | 2025-05-08T21:18:03.326Z | [ 13] 10.00-10.00 sec 96.2 KBytes 1.02 Gbits/sec |
| 2021 | 2025-05-08T21:18:03.326Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2022 | 2025-05-08T21:18:03.326Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2023 | 2025-05-08T21:18:03.326Z | [ 19] 10.00-10.00 sec 48.1 KBytes 511 Mbits/sec |
| 2024 | 2025-05-08T21:18:03.326Z | [SUM] 10.00-10.00 sec 481 KBytes 5.10 Gbits/sec |
| 2025 | 2025-05-08T21:18:03.326Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2026 | 2025-05-08T21:18:03.326Z | [ ID] Interval Transfer Bandwidth |
| 2027 | 2025-05-08T21:18:03.326Z | [ 5] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender |
| 2028 | 2025-05-08T21:18:03.327Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2029 | 2025-05-08T21:18:03.327Z | [ 7] 0.00-10.00 sec 691 MBytes 579 Mbits/sec sender |
| 2030 | 2025-05-08T21:18:03.327Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2031 | 2025-05-08T21:18:03.327Z | [ 9] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender |
| 2032 | 2025-05-08T21:18:03.327Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2033 | 2025-05-08T21:18:03.327Z | [ 11] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender |
| 2034 | 2025-05-08T21:18:03.327Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2035 | 2025-05-08T21:18:03.327Z | [ 13] 0.00-10.00 sec 691 MBytes 579 Mbits/sec sender |
| 2036 | 2025-05-08T21:18:03.327Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2037 | 2025-05-08T21:18:03.327Z | [ 15] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender |
| 2038 | 2025-05-08T21:18:03.327Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2039 | 2025-05-08T21:18:03.327Z | [ 17] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender |
| 2040 | 2025-05-08T21:18:03.327Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2041 | 2025-05-08T21:18:03.327Z | [ 19] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender |
| 2042 | 2025-05-08T21:18:03.327Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2043 | 2025-05-08T21:18:03.327Z | [SUM] 0.00-10.00 sec 5.39 GBytes 4.63 Gbits/sec sender |
| 2044 | 2025-05-08T21:18:03.327Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2045 | 2025-05-08T21:18:03.333Z | Run 4/5...4632.839Mbps |
| 2046 | 2025-05-08T21:18:10.352Z | ----------------------------------------------------------- |
| 2047 | 2025-05-08T21:18:10.352Z | Server listening on 5201 |
| 2048 | 2025-05-08T21:18:10.352Z | ----------------------------------------------------------- |
| 2049 | 2025-05-08T21:18:10.352Z | Accepted connection from 10.0.0.1, port 45843 |
| 2050 | 2025-05-08T21:18:10.352Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60112 |
| 2051 | 2025-05-08T21:18:10.352Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43947 |
| 2052 | 2025-05-08T21:18:10.352Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41886 |
| 2053 | 2025-05-08T21:18:10.352Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56254 |
| 2054 | 2025-05-08T21:18:10.352Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45869 |
| 2055 | 2025-05-08T21:18:10.352Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32941 |
| 2056 | 2025-05-08T21:18:10.352Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50118 |
| 2057 | 2025-05-08T21:18:10.353Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51892 |
| 2058 | 2025-05-08T21:18:10.353Z | [ ID] Interval Transfer Bandwidth |
| 2059 | 2025-05-08T21:18:10.353Z | [ 5] 0.00-1.00 sec 56.1 MBytes 470 Mbits/sec |
| 2060 | 2025-05-08T21:18:10.353Z | [ 7] 0.00-1.00 sec 56.0 MBytes 469 Mbits/sec |
| 2061 | 2025-05-08T21:18:10.353Z | [ 9] 0.00-1.00 sec 55.9 MBytes 469 Mbits/sec |
| 2062 | 2025-05-08T21:18:10.353Z | [ 11] 0.00-1.00 sec 55.8 MBytes 468 Mbits/sec |
| 2063 | 2025-05-08T21:18:10.353Z | [ 13] 0.00-1.00 sec 55.8 MBytes 468 Mbits/sec |
| 2064 | 2025-05-08T21:18:10.353Z | [ 15] 0.00-1.00 sec 55.7 MBytes 467 Mbits/sec |
| 2065 | 2025-05-08T21:18:10.353Z | [ 17] 0.00-1.00 sec 55.7 MBytes 467 Mbits/sec |
| 2066 | 2025-05-08T21:18:10.353Z | [ 19] 0.00-1.00 sec 55.7 MBytes 467 Mbits/sec |
| 2067 | 2025-05-08T21:18:10.353Z | [SUM] 0.00-1.00 sec 447 MBytes 3.75 Gbits/sec |
| 2068 | 2025-05-08T21:18:10.353Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2069 | 2025-05-08T21:18:10.353Z | [ 5] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec |
| 2070 | 2025-05-08T21:18:10.353Z | [ 7] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec |
| 2071 | 2025-05-08T21:18:10.353Z | [ 9] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec |
| 2072 | 2025-05-08T21:18:10.353Z | [ 11] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec |
| 2073 | 2025-05-08T21:18:10.353Z | [ 13] 1.00-2.00 sec 70.5 MBytes 591 Mbits/sec |
| 2074 | 2025-05-08T21:18:10.353Z | [ 15] 1.00-2.00 sec 70.5 MBytes 592 Mbits/sec |
| 2075 | 2025-05-08T21:18:10.353Z | [ 17] 1.00-2.00 sec 70.5 MBytes 592 Mbits/sec |
| 2076 | 2025-05-08T21:18:10.353Z | [ 19] 1.00-2.00 sec 70.5 MBytes 591 Mbits/sec |
| 2077 | 2025-05-08T21:18:10.353Z | [SUM] 1.00-2.00 sec 564 MBytes 4.73 Gbits/sec |
| 2078 | 2025-05-08T21:18:10.353Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2079 | 2025-05-08T21:18:10.353Z | [ 5] 2.00-3.00 sec 70.5 MBytes 591 Mbits/sec |
| 2080 | 2025-05-08T21:18:10.353Z | [ 7] 2.00-3.00 sec 70.5 MBytes 592 Mbits/sec |
| 2081 | 2025-05-08T21:18:10.353Z | [ 9] 2.00-3.00 sec 70.4 MBytes 591 Mbits/sec |
| 2082 | 2025-05-08T21:18:10.353Z | [ 11] 2.00-3.00 sec 70.5 MBytes 592 Mbits/sec |
| 2083 | 2025-05-08T21:18:10.353Z | [ 13] 2.00-3.00 sec 70.5 MBytes 591 Mbits/sec |
| 2084 | 2025-05-08T21:18:10.353Z | [ 15] 2.00-3.00 sec 70.5 MBytes 591 Mbits/sec |
| 2085 | 2025-05-08T21:18:10.353Z | [ 17] 2.00-3.00 sec 70.5 MBytes 591 Mbits/sec |
| 2086 | 2025-05-08T21:18:10.353Z | [ 19] 2.00-3.00 sec 70.5 MBytes 592 Mbits/sec |
| 2087 | 2025-05-08T21:18:10.353Z | [SUM] 2.00-3.00 sec 564 MBytes 4.73 Gbits/sec |
| 2088 | 2025-05-08T21:18:10.353Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2089 | 2025-05-08T21:18:10.353Z | [ 5] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec |
| 2090 | 2025-05-08T21:18:10.353Z | [ 7] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec |
| 2091 | 2025-05-08T21:18:10.353Z | [ 9] 3.00-4.00 sec 70.2 MBytes 589 Mbits/sec |
| 2092 | 2025-05-08T21:18:10.353Z | [ 11] 3.00-4.00 sec 70.0 MBytes 587 Mbits/sec |
| 2093 | 2025-05-08T21:18:10.353Z | [ 13] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec |
| 2094 | 2025-05-08T21:18:10.353Z | [ 15] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec |
| 2095 | 2025-05-08T21:18:10.353Z | [ 17] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec |
| 2096 | 2025-05-08T21:18:10.354Z | [ 19] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec |
| 2097 | 2025-05-08T21:18:10.354Z | [SUM] 3.00-4.00 sec 561 MBytes 4.70 Gbits/sec |
| 2098 | 2025-05-08T21:18:10.354Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2099 | 2025-05-08T21:18:10.354Z | [ 5] 4.00-5.00 sec 71.0 MBytes 595 Mbits/sec |
| 2100 | 2025-05-08T21:18:10.354Z | [ 7] 4.00-5.00 sec 71.0 MBytes 595 Mbits/sec |
| 2101 | 2025-05-08T21:18:10.354Z | [ 9] 4.00-5.00 sec 71.1 MBytes 596 Mbits/sec |
| 2102 | 2025-05-08T21:18:10.354Z | [ 11] 4.00-5.00 sec 70.9 MBytes 595 Mbits/sec |
| 2103 | 2025-05-08T21:18:10.357Z | [ 13] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec |
| 2104 | 2025-05-08T21:18:10.357Z | [ 15] 4.00-5.00 sec 71.1 MBytes 596 Mbits/sec |
| 2105 | 2025-05-08T21:18:10.357Z | [ 17] 4.00-5.00 sec 71.1 MBytes 596 Mbits/sec |
| 2106 | 2025-05-08T21:18:10.357Z | [ 19] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec |
| 2107 | 2025-05-08T21:18:10.357Z | [SUM] 4.00-5.00 sec 568 MBytes 4.77 Gbits/sec |
| 2108 | 2025-05-08T21:18:10.357Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2109 | 2025-05-08T21:18:10.357Z | [ 5] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec |
| 2110 | 2025-05-08T21:18:10.357Z | [ 7] 5.00-6.00 sec 71.2 MBytes 597 Mbits/sec |
| 2111 | 2025-05-08T21:18:10.357Z | [ 9] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec |
| 2112 | 2025-05-08T21:18:10.357Z | [ 11] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec |
| 2113 | 2025-05-08T21:18:10.357Z | [ 13] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec |
| 2114 | 2025-05-08T21:18:10.357Z | [ 15] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec |
| 2115 | 2025-05-08T21:18:10.357Z | [ 17] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec |
| 2116 | 2025-05-08T21:18:10.357Z | [ 19] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec |
| 2117 | 2025-05-08T21:18:10.357Z | [SUM] 5.00-6.00 sec 568 MBytes 4.77 Gbits/sec |
| 2118 | 2025-05-08T21:18:10.358Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2119 | 2025-05-08T21:18:10.358Z | [ 5] 6.00-7.00 sec 71.1 MBytes 596 Mbits/sec |
| 2120 | 2025-05-08T21:18:10.358Z | [ 7] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec |
| 2121 | 2025-05-08T21:18:10.358Z | [ 9] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec |
| 2122 | 2025-05-08T21:18:13.571Z | [ 11] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec |
| 2123 | 2025-05-08T21:18:13.571Z | [ 13] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec |
| 2124 | 2025-05-08T21:18:13.572Z | [ 15] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec |
| 2125 | 2025-05-08T21:18:13.572Z | [ 17] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec |
| 2126 | 2025-05-08T21:18:13.572Z | [ 19] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec |
| 2127 | 2025-05-08T21:18:13.572Z | [SUM] 6.00-7.00 sec 569 MBytes 4.77 Gbits/sec |
| 2128 | 2025-05-08T21:18:13.572Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2129 | 2025-05-08T21:18:13.572Z | [ 5] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 2130 | 2025-05-08T21:18:13.572Z | [ 7] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 2131 | 2025-05-08T21:18:13.572Z | [ 9] 7.00-8.00 sec 72.2 MBytes 606 Mbits/sec |
| 2132 | 2025-05-08T21:18:13.572Z | [ 11] 7.00-8.00 sec 72.2 MBytes 605 Mbits/sec |
| 2133 | 2025-05-08T21:18:13.572Z | [ 13] 7.00-8.00 sec 72.2 MBytes 606 Mbits/sec |
| 2134 | 2025-05-08T21:18:13.572Z | [ 15] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 2135 | 2025-05-08T21:18:13.572Z | [ 17] 7.00-8.00 sec 72.2 MBytes 605 Mbits/sec |
| 2136 | 2025-05-08T21:18:13.572Z | [ 19] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec |
| 2137 | 2025-05-08T21:18:13.572Z | [SUM] 7.00-8.00 sec 577 MBytes 4.84 Gbits/sec |
| 2138 | 2025-05-08T21:18:13.572Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2139 | 2025-05-08T21:18:13.572Z | [ 5] 8.00-9.00 sec 70.3 MBytes 590 Mbits/sec |
| 2140 | 2025-05-08T21:18:13.572Z | [ 7] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec |
| 2141 | 2025-05-08T21:18:13.572Z | [ 9] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec |
| 2142 | 2025-05-08T21:18:13.572Z | [ 11] 8.00-9.00 sec 70.3 MBytes 590 Mbits/sec |
| 2143 | 2025-05-08T21:18:13.572Z | [ 13] 8.00-9.00 sec 70.1 MBytes 588 Mbits/sec |
| 2144 | 2025-05-08T21:18:13.572Z | [ 15] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec |
| 2145 | 2025-05-08T21:18:13.572Z | [ 17] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec |
| 2146 | 2025-05-08T21:18:13.572Z | [ 19] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec |
| 2147 | 2025-05-08T21:18:13.572Z | [SUM] 8.00-9.00 sec 562 MBytes 4.71 Gbits/sec |
| 2148 | 2025-05-08T21:18:13.572Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2149 | 2025-05-08T21:18:13.572Z | [ 5] 9.00-10.00 sec 73.0 MBytes 612 Mbits/sec |
| 2150 | 2025-05-08T21:18:13.572Z | [ 7] 9.00-10.00 sec 73.0 MBytes 612 Mbits/sec |
| 2151 | 2025-05-08T21:18:13.572Z | [ 9] 9.00-10.00 sec 72.9 MBytes 611 Mbits/sec |
| 2152 | 2025-05-08T21:18:13.572Z | [ 11] 9.00-10.00 sec 72.9 MBytes 611 Mbits/sec |
| 2153 | 2025-05-08T21:18:13.572Z | [ 13] 9.00-10.00 sec 72.9 MBytes 612 Mbits/sec |
| 2154 | 2025-05-08T21:18:13.572Z | [ 15] 9.00-10.00 sec 73.0 MBytes 612 Mbits/sec |
| 2155 | 2025-05-08T21:18:13.572Z | [ 17] 9.00-10.00 sec 72.9 MBytes 612 Mbits/sec |
| 2156 | 2025-05-08T21:18:13.572Z | [ 19] 9.00-10.00 sec 72.9 MBytes 611 Mbits/sec |
| 2157 | 2025-05-08T21:18:13.572Z | [SUM] 9.00-10.00 sec 583 MBytes 4.89 Gbits/sec |
| 2158 | 2025-05-08T21:18:13.572Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2159 | 2025-05-08T21:18:13.572Z | [ 5] 10.00-10.00 sec 144 KBytes 1.50 Gbits/sec |
| 2160 | 2025-05-08T21:18:13.572Z | [ 7] 10.00-10.00 sec 48.1 KBytes 502 Mbits/sec |
| 2161 | 2025-05-08T21:18:13.572Z | [ 9] 10.00-10.00 sec 96.2 KBytes 1.00 Gbits/sec |
| 2162 | 2025-05-08T21:18:13.572Z | [ 11] 10.00-10.00 sec 48.1 KBytes 502 Mbits/sec |
| 2163 | 2025-05-08T21:18:13.573Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2164 | 2025-05-08T21:18:13.573Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2165 | 2025-05-08T21:18:13.573Z | [ 17] 10.00-10.00 sec 96.2 KBytes 1.00 Gbits/sec |
| 2166 | 2025-05-08T21:18:13.573Z | [ 19] 10.00-10.00 sec 96.2 KBytes 1.00 Gbits/sec |
| 2167 | 2025-05-08T21:18:13.573Z | [SUM] 10.00-10.00 sec 529 KBytes 5.51 Gbits/sec |
| 2168 | 2025-05-08T21:18:13.573Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2169 | 2025-05-08T21:18:13.573Z | [ ID] Interval Transfer Bandwidth |
| 2170 | 2025-05-08T21:18:13.573Z | [ 5] 0.00-10.00 sec 696 MBytes 584 Mbits/sec sender |
| 2171 | 2025-05-08T21:18:13.573Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2172 | 2025-05-08T21:18:13.573Z | [ 7] 0.00-10.00 sec 696 MBytes 584 Mbits/sec sender |
| 2173 | 2025-05-08T21:18:13.573Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2174 | 2025-05-08T21:18:13.573Z | [ 9] 0.00-10.00 sec 696 MBytes 584 Mbits/sec sender |
| 2175 | 2025-05-08T21:18:13.573Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2176 | 2025-05-08T21:18:13.573Z | [ 11] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender |
| 2177 | 2025-05-08T21:18:13.573Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2178 | 2025-05-08T21:18:13.573Z | [ 13] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender |
| 2179 | 2025-05-08T21:18:13.573Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2180 | 2025-05-08T21:18:13.573Z | [ 15] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender |
| 2181 | 2025-05-08T21:18:13.573Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2182 | 2025-05-08T21:18:13.573Z | [ 17] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender |
| 2183 | 2025-05-08T21:18:13.573Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2184 | 2025-05-08T21:18:13.573Z | [ 19] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender |
| 2185 | 2025-05-08T21:18:13.573Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2186 | 2025-05-08T21:18:13.573Z | [SUM] 0.00-10.00 sec 5.43 GBytes 4.67 Gbits/sec sender |
| 2187 | 2025-05-08T21:18:13.573Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 2188 | 2025-05-08T21:18:13.578Z | Run 5/5...4667.213Mbps |
| 2189 | 2025-05-08T21:18:13.578Z | ###---------------------### |
| 2190 | 2025-05-08T21:18:13.578Z | ::: iPerf done... ::: |
| 2191 | 2025-05-08T21:18:13.578Z | :::Awaiting out files...::: |
| 2192 | 2025-05-08T21:18:13.578Z | ###---------------------### |
| 2193 | 2025-05-08T21:18:13.578Z | ###-----### |
| 2194 | 2025-05-08T21:18:13.578Z | :::done!::: |
| 2195 | 2025-05-08T21:18:13.578Z | ###-----### |
| 2196 | 2025-05-08T21:18:13.578Z | ###-------------------### |
| 2197 | 2025-05-08T21:18:13.578Z | :::Running experiment ::: |
| 2198 | 2025-05-08T21:18:13.578Z | :::iperf-tcp/local/c2s::: |
| 2199 | 2025-05-08T21:18:13.578Z | ###-------------------### |
| 2200 | 2025-05-08T21:18:13.906Z | dtrace: description 'profile-201us ' matched 2 probes |
| 2201 | 2025-05-08T21:18:20.609Z | ----------------------------------------------------------- |
| 2202 | 2025-05-08T21:18:20.609Z | Server listening on 5201 |
| 2203 | 2025-05-08T21:18:20.609Z | ----------------------------------------------------------- |
| 2204 | 2025-05-08T21:18:20.609Z | Accepted connection from 10.0.0.1, port 56802 |
| 2205 | 2025-05-08T21:18:20.609Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44964 |
| 2206 | 2025-05-08T21:18:20.609Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47580 |
| 2207 | 2025-05-08T21:18:20.609Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58031 |
| 2208 | 2025-05-08T21:18:20.609Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65393 |
| 2209 | 2025-05-08T21:18:20.609Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57795 |
| 2210 | 2025-05-08T21:18:20.609Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43475 |
| 2211 | 2025-05-08T21:18:20.609Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54093 |
| 2212 | 2025-05-08T21:18:20.609Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55196 |
| 2213 | 2025-05-08T21:18:20.609Z | [ ID] Interval Transfer Bandwidth |
| 2214 | 2025-05-08T21:18:20.609Z | [ 5] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec |
| 2215 | 2025-05-08T21:18:20.609Z | [ 7] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec |
| 2216 | 2025-05-08T21:18:20.609Z | [ 9] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
| 2217 | 2025-05-08T21:18:20.609Z | [ 11] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
| 2218 | 2025-05-08T21:18:20.609Z | [ 13] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
| 2219 | 2025-05-08T21:18:20.609Z | [ 15] 0.00-1.00 sec 15.2 MBytes 128 Mbits/sec |
| 2220 | 2025-05-08T21:18:20.609Z | [ 17] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
| 2221 | 2025-05-08T21:18:20.609Z | [ 19] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
| 2222 | 2025-05-08T21:18:20.609Z | [SUM] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec |
| 2223 | 2025-05-08T21:18:20.609Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2224 | 2025-05-08T21:18:20.609Z | [ 5] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec |
| 2225 | 2025-05-08T21:18:20.609Z | [ 7] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec |
| 2226 | 2025-05-08T21:18:20.609Z | [ 9] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec |
| 2227 | 2025-05-08T21:18:20.609Z | [ 11] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec |
| 2228 | 2025-05-08T21:18:20.609Z | [ 13] 1.00-2.00 sec 20.7 MBytes 174 Mbits/sec |
| 2229 | 2025-05-08T21:18:20.609Z | [ 15] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec |
| 2230 | 2025-05-08T21:18:20.610Z | [ 17] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec |
| 2231 | 2025-05-08T21:18:20.610Z | [ 19] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec |
| 2232 | 2025-05-08T21:18:20.610Z | [SUM] 1.00-2.00 sec 166 MBytes 1.39 Gbits/sec |
| 2233 | 2025-05-08T21:18:20.610Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2234 | 2025-05-08T21:18:20.610Z | [ 5] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2235 | 2025-05-08T21:18:20.610Z | [ 7] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2236 | 2025-05-08T21:18:20.610Z | [ 9] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2237 | 2025-05-08T21:18:20.610Z | [ 11] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2238 | 2025-05-08T21:18:20.610Z | [ 13] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec |
| 2239 | 2025-05-08T21:18:20.610Z | [ 15] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec |
| 2240 | 2025-05-08T21:18:20.610Z | [ 17] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec |
| 2241 | 2025-05-08T21:18:20.610Z | [ 19] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2242 | 2025-05-08T21:18:20.610Z | [SUM] 2.00-3.00 sec 165 MBytes 1.38 Gbits/sec |
| 2243 | 2025-05-08T21:18:20.610Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2244 | 2025-05-08T21:18:20.610Z | [ 5] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec |
| 2245 | 2025-05-08T21:18:20.610Z | [ 7] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec |
| 2246 | 2025-05-08T21:18:20.610Z | [ 9] 3.00-4.00 sec 20.8 MBytes 175 Mbits/sec |
| 2247 | 2025-05-08T21:18:20.610Z | [ 11] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec |
| 2248 | 2025-05-08T21:18:20.610Z | [ 13] 3.00-4.00 sec 20.8 MBytes 174 Mbits/sec |
| 2249 | 2025-05-08T21:18:20.610Z | [ 15] 3.00-4.00 sec 20.8 MBytes 174 Mbits/sec |
| 2250 | 2025-05-08T21:18:20.610Z | [ 17] 3.00-4.00 sec 20.8 MBytes 175 Mbits/sec |
| 2251 | 2025-05-08T21:18:20.610Z | [ 19] 3.00-4.00 sec 20.8 MBytes 174 Mbits/sec |
| 2252 | 2025-05-08T21:18:20.610Z | [SUM] 3.00-4.00 sec 167 MBytes 1.40 Gbits/sec |
| 2253 | 2025-05-08T21:18:20.610Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2254 | 2025-05-08T21:18:20.610Z | [ 5] 4.00-5.00 sec 20.6 MBytes 172 Mbits/sec |
| 2255 | 2025-05-08T21:18:20.610Z | [ 7] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2256 | 2025-05-08T21:18:20.610Z | [ 9] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec |
| 2257 | 2025-05-08T21:18:20.610Z | [ 11] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2258 | 2025-05-08T21:18:20.610Z | [ 13] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec |
| 2259 | 2025-05-08T21:18:20.610Z | [ 15] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec |
| 2260 | 2025-05-08T21:18:20.610Z | [ 17] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec |
| 2261 | 2025-05-08T21:18:20.610Z | [ 19] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec |
| 2262 | 2025-05-08T21:18:20.610Z | [SUM] 4.00-5.00 sec 165 MBytes 1.38 Gbits/sec |
| 2263 | 2025-05-08T21:18:20.610Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2264 | 2025-05-08T21:18:20.610Z | [ 5] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 2265 | 2025-05-08T21:18:20.610Z | [ 7] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 2266 | 2025-05-08T21:18:20.610Z | [ 9] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec |
| 2267 | 2025-05-08T21:18:20.610Z | [ 11] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 2268 | 2025-05-08T21:18:20.610Z | [ 13] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec |
| 2269 | 2025-05-08T21:18:20.611Z | [ 15] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 2270 | 2025-05-08T21:18:20.611Z | [ 17] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 2271 | 2025-05-08T21:18:20.611Z | [ 19] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 2272 | 2025-05-08T21:18:20.611Z | [SUM] 5.00-6.00 sec 166 MBytes 1.39 Gbits/sec |
| 2273 | 2025-05-08T21:18:20.611Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2274 | 2025-05-08T21:18:20.611Z | [ 5] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2275 | 2025-05-08T21:18:20.611Z | [ 7] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2276 | 2025-05-08T21:18:20.611Z | [ 9] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2277 | 2025-05-08T21:18:23.833Z | [ 11] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2278 | 2025-05-08T21:18:23.833Z | [ 13] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2279 | 2025-05-08T21:18:23.833Z | [ 15] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2280 | 2025-05-08T21:18:23.833Z | [ 17] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2281 | 2025-05-08T21:18:23.833Z | [ 19] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2282 | 2025-05-08T21:18:23.833Z | [SUM] 6.00-7.00 sec 169 MBytes 1.42 Gbits/sec |
| 2283 | 2025-05-08T21:18:23.833Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2284 | 2025-05-08T21:18:23.833Z | [ 5] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 2285 | 2025-05-08T21:18:23.833Z | [ 7] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 2286 | 2025-05-08T21:18:23.833Z | [ 9] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 2287 | 2025-05-08T21:18:23.833Z | [ 11] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 2288 | 2025-05-08T21:18:23.833Z | [ 13] 7.00-8.00 sec 20.2 MBytes 170 Mbits/sec |
| 2289 | 2025-05-08T21:18:23.833Z | [ 15] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 2290 | 2025-05-08T21:18:23.833Z | [ 17] 7.00-8.00 sec 20.2 MBytes 170 Mbits/sec |
| 2291 | 2025-05-08T21:18:23.833Z | [ 19] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec |
| 2292 | 2025-05-08T21:18:23.833Z | [SUM] 7.00-8.00 sec 162 MBytes 1.36 Gbits/sec |
| 2293 | 2025-05-08T21:18:23.833Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2294 | 2025-05-08T21:18:23.833Z | [ 5] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec |
| 2295 | 2025-05-08T21:18:23.833Z | [ 7] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec |
| 2296 | 2025-05-08T21:18:23.833Z | [ 9] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec |
| 2297 | 2025-05-08T21:18:23.833Z | [ 11] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec |
| 2298 | 2025-05-08T21:18:23.833Z | [ 13] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec |
| 2299 | 2025-05-08T21:18:23.833Z | [ 15] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec |
| 2300 | 2025-05-08T21:18:23.833Z | [ 17] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec |
| 2301 | 2025-05-08T21:18:23.833Z | [ 19] 8.00-9.00 sec 20.2 MBytes 169 Mbits/sec |
| 2302 | 2025-05-08T21:18:23.833Z | [SUM] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec |
| 2303 | 2025-05-08T21:18:23.833Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2304 | 2025-05-08T21:18:23.833Z | [ 5] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2305 | 2025-05-08T21:18:23.833Z | [ 7] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec |
| 2306 | 2025-05-08T21:18:23.833Z | [ 9] 9.00-10.00 sec 20.6 MBytes 172 Mbits/sec |
| 2307 | 2025-05-08T21:18:23.833Z | [ 11] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec |
| 2308 | 2025-05-08T21:18:23.834Z | [ 13] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec |
| 2309 | 2025-05-08T21:18:23.834Z | [ 15] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2310 | 2025-05-08T21:18:23.834Z | [ 17] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2311 | 2025-05-08T21:18:23.834Z | [ 19] 9.00-10.00 sec 20.6 MBytes 172 Mbits/sec |
| 2312 | 2025-05-08T21:18:23.834Z | [SUM] 9.00-10.00 sec 164 MBytes 1.38 Gbits/sec |
| 2313 | 2025-05-08T21:18:23.834Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2314 | 2025-05-08T21:18:23.834Z | [ 5] 10.00-10.00 sec 126 KBytes 231 Mbits/sec |
| 2315 | 2025-05-08T21:18:23.834Z | [ 7] 10.00-10.00 sec 55.6 KBytes 102 Mbits/sec |
| 2316 | 2025-05-08T21:18:23.834Z | [ 9] 10.00-10.00 sec 101 KBytes 185 Mbits/sec |
| 2317 | 2025-05-08T21:18:23.834Z | [ 11] 10.00-10.00 sec 125 KBytes 229 Mbits/sec |
| 2318 | 2025-05-08T21:18:23.834Z | [ 13] 10.00-10.00 sec 122 KBytes 223 Mbits/sec |
| 2319 | 2025-05-08T21:18:23.834Z | [ 15] 10.00-10.00 sec 126 KBytes 231 Mbits/sec |
| 2320 | 2025-05-08T21:18:23.834Z | [ 17] 10.00-10.00 sec 126 KBytes 231 Mbits/sec |
| 2321 | 2025-05-08T21:18:23.834Z | [ 19] 10.00-10.00 sec 123 KBytes 225 Mbits/sec |
| 2322 | 2025-05-08T21:18:23.834Z | [SUM] 10.00-10.00 sec 903 KBytes 1.66 Gbits/sec |
| 2323 | 2025-05-08T21:18:23.834Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2324 | 2025-05-08T21:18:23.834Z | [ ID] Interval Transfer Bandwidth |
| 2325 | 2025-05-08T21:18:23.834Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2326 | 2025-05-08T21:18:23.834Z | [ 5] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver |
| 2327 | 2025-05-08T21:18:23.834Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2328 | 2025-05-08T21:18:23.834Z | [ 7] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver |
| 2329 | 2025-05-08T21:18:23.834Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2330 | 2025-05-08T21:18:23.834Z | [ 9] 0.00-10.00 sec 201 MBytes 168 Mbits/sec receiver |
| 2331 | 2025-05-08T21:18:23.834Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2332 | 2025-05-08T21:18:23.834Z | [ 11] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver |
| 2333 | 2025-05-08T21:18:23.834Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2334 | 2025-05-08T21:18:23.834Z | [ 13] 0.00-10.00 sec 201 MBytes 168 Mbits/sec receiver |
| 2335 | 2025-05-08T21:18:23.834Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2336 | 2025-05-08T21:18:23.834Z | [ 15] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver |
| 2337 | 2025-05-08T21:18:23.834Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2338 | 2025-05-08T21:18:23.834Z | [ 17] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver |
| 2339 | 2025-05-08T21:18:23.834Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2340 | 2025-05-08T21:18:23.834Z | [ 19] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver |
| 2341 | 2025-05-08T21:18:23.834Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2342 | 2025-05-08T21:18:23.838Z | [SUM] 0.00-10.00 sec 1.57 GBytes 1.35 Gbits/sec receiver |
| 2343 | 2025-05-08T21:18:23.838Z | Run 1/10...1348.931Mbps |
| 2344 | 2025-05-08T21:18:30.870Z | ----------------------------------------------------------- |
| 2345 | 2025-05-08T21:18:30.870Z | Server listening on 5201 |
| 2346 | 2025-05-08T21:18:30.870Z | ----------------------------------------------------------- |
| 2347 | 2025-05-08T21:18:30.870Z | Accepted connection from 10.0.0.1, port 34369 |
| 2348 | 2025-05-08T21:18:30.870Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36281 |
| 2349 | 2025-05-08T21:18:30.870Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49800 |
| 2350 | 2025-05-08T21:18:30.870Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46777 |
| 2351 | 2025-05-08T21:18:30.870Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50271 |
| 2352 | 2025-05-08T21:18:30.870Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61357 |
| 2353 | 2025-05-08T21:18:30.870Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56853 |
| 2354 | 2025-05-08T21:18:30.870Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33021 |
| 2355 | 2025-05-08T21:18:30.870Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40968 |
| 2356 | 2025-05-08T21:18:30.870Z | [ ID] Interval Transfer Bandwidth |
| 2357 | 2025-05-08T21:18:30.870Z | [ 5] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 2358 | 2025-05-08T21:18:30.870Z | [ 7] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 2359 | 2025-05-08T21:18:30.870Z | [ 9] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 2360 | 2025-05-08T21:18:30.870Z | [ 11] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2361 | 2025-05-08T21:18:30.870Z | [ 13] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2362 | 2025-05-08T21:18:30.870Z | [ 15] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2363 | 2025-05-08T21:18:30.871Z | [ 17] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2364 | 2025-05-08T21:18:30.871Z | [ 19] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2365 | 2025-05-08T21:18:30.871Z | [SUM] 0.00-1.00 sec 114 MBytes 955 Mbits/sec |
| 2366 | 2025-05-08T21:18:30.871Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2367 | 2025-05-08T21:18:30.871Z | [ 5] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 2368 | 2025-05-08T21:18:30.871Z | [ 7] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 2369 | 2025-05-08T21:18:30.871Z | [ 9] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 2370 | 2025-05-08T21:18:30.871Z | [ 11] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 2371 | 2025-05-08T21:18:30.871Z | [ 13] 1.00-2.00 sec 20.0 MBytes 167 Mbits/sec |
| 2372 | 2025-05-08T21:18:30.871Z | [ 15] 1.00-2.00 sec 20.0 MBytes 167 Mbits/sec |
| 2373 | 2025-05-08T21:18:30.871Z | [ 17] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 2374 | 2025-05-08T21:18:30.871Z | [ 19] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 2375 | 2025-05-08T21:18:30.871Z | [SUM] 1.00-2.00 sec 159 MBytes 1.34 Gbits/sec |
| 2376 | 2025-05-08T21:18:30.871Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2377 | 2025-05-08T21:18:30.871Z | [ 5] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2378 | 2025-05-08T21:18:30.871Z | [ 7] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2379 | 2025-05-08T21:18:30.871Z | [ 9] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 2380 | 2025-05-08T21:18:30.871Z | [ 11] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2381 | 2025-05-08T21:18:30.871Z | [ 13] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2382 | 2025-05-08T21:18:30.871Z | [ 15] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2383 | 2025-05-08T21:18:30.871Z | [ 17] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec |
| 2384 | 2025-05-08T21:18:30.871Z | [ 19] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec |
| 2385 | 2025-05-08T21:18:30.871Z | [SUM] 2.00-3.00 sec 165 MBytes 1.38 Gbits/sec |
| 2386 | 2025-05-08T21:18:30.871Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2387 | 2025-05-08T21:18:30.871Z | [ 5] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 2388 | 2025-05-08T21:18:30.871Z | [ 7] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 2389 | 2025-05-08T21:18:30.872Z | [ 9] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 2390 | 2025-05-08T21:18:30.872Z | [ 11] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 2391 | 2025-05-08T21:18:30.872Z | [ 13] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 2392 | 2025-05-08T21:18:30.872Z | [ 15] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 2393 | 2025-05-08T21:18:30.872Z | [ 17] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 2394 | 2025-05-08T21:18:30.872Z | [ 19] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 2395 | 2025-05-08T21:18:30.872Z | [SUM] 3.00-4.00 sec 161 MBytes 1.35 Gbits/sec |
| 2396 | 2025-05-08T21:18:30.872Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2397 | 2025-05-08T21:18:30.872Z | [ 5] 4.00-5.00 sec 19.1 MBytes 160 Mbits/sec |
| 2398 | 2025-05-08T21:18:30.872Z | [ 7] 4.00-5.00 sec 19.2 MBytes 161 Mbits/sec |
| 2399 | 2025-05-08T21:18:30.872Z | [ 9] 4.00-5.00 sec 19.2 MBytes 161 Mbits/sec |
| 2400 | 2025-05-08T21:18:30.872Z | [ 11] 4.00-5.00 sec 19.1 MBytes 161 Mbits/sec |
| 2401 | 2025-05-08T21:18:30.872Z | [ 13] 4.00-5.00 sec 19.2 MBytes 161 Mbits/sec |
| 2402 | 2025-05-08T21:18:30.872Z | [ 15] 4.00-5.00 sec 19.1 MBytes 160 Mbits/sec |
| 2403 | 2025-05-08T21:18:30.872Z | [ 17] 4.00-5.00 sec 19.1 MBytes 161 Mbits/sec |
| 2404 | 2025-05-08T21:18:30.872Z | [ 19] 4.00-5.00 sec 19.0 MBytes 160 Mbits/sec |
| 2405 | 2025-05-08T21:18:30.872Z | [SUM] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec |
| 2406 | 2025-05-08T21:18:30.872Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2407 | 2025-05-08T21:18:30.872Z | [ 5] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec |
| 2408 | 2025-05-08T21:18:30.872Z | [ 7] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec |
| 2409 | 2025-05-08T21:18:30.872Z | [ 9] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec |
| 2410 | 2025-05-08T21:18:30.872Z | [ 11] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec |
| 2411 | 2025-05-08T21:18:30.872Z | [ 13] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec |
| 2412 | 2025-05-08T21:18:30.872Z | [ 15] 5.00-6.00 sec 19.4 MBytes 163 Mbits/sec |
| 2413 | 2025-05-08T21:18:30.872Z | [ 17] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec |
| 2414 | 2025-05-08T21:18:30.873Z | [ 19] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec |
| 2415 | 2025-05-08T21:18:30.873Z | [SUM] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec |
| 2416 | 2025-05-08T21:18:30.873Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2417 | 2025-05-08T21:18:30.873Z | [ 5] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec |
| 2418 | 2025-05-08T21:18:30.873Z | [ 7] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 2419 | 2025-05-08T21:18:30.873Z | [ 9] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 2420 | 2025-05-08T21:18:33.985Z | [ 11] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 2421 | 2025-05-08T21:18:33.985Z | [ 13] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 2422 | 2025-05-08T21:18:33.985Z | [ 15] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 2423 | 2025-05-08T21:18:33.985Z | [ 17] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 2424 | 2025-05-08T21:18:33.985Z | [ 19] 6.00-7.00 sec 19.8 MBytes 166 Mbits/sec |
| 2425 | 2025-05-08T21:18:33.985Z | [SUM] 6.00-7.00 sec 159 MBytes 1.34 Gbits/sec |
| 2426 | 2025-05-08T21:18:33.985Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2427 | 2025-05-08T21:18:33.985Z | [ 5] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 2428 | 2025-05-08T21:18:33.985Z | [ 7] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 2429 | 2025-05-08T21:18:33.986Z | [ 9] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 2430 | 2025-05-08T21:18:33.986Z | [ 11] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 2431 | 2025-05-08T21:18:33.986Z | [ 13] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 2432 | 2025-05-08T21:18:33.986Z | [ 15] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 2433 | 2025-05-08T21:18:33.986Z | [ 17] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 2434 | 2025-05-08T21:18:33.986Z | [ 19] 7.00-8.00 sec 19.6 MBytes 165 Mbits/sec |
| 2435 | 2025-05-08T21:18:33.986Z | [SUM] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec |
| 2436 | 2025-05-08T21:18:33.986Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2437 | 2025-05-08T21:18:33.986Z | [ 5] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 2438 | 2025-05-08T21:18:33.986Z | [ 7] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 2439 | 2025-05-08T21:18:33.986Z | [ 9] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 2440 | 2025-05-08T21:18:33.986Z | [ 11] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 2441 | 2025-05-08T21:18:33.986Z | [ 13] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 2442 | 2025-05-08T21:18:33.986Z | [ 15] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 2443 | 2025-05-08T21:18:33.986Z | [ 17] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 2444 | 2025-05-08T21:18:33.986Z | [ 19] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 2445 | 2025-05-08T21:18:33.987Z | [SUM] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec |
| 2446 | 2025-05-08T21:18:33.987Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2447 | 2025-05-08T21:18:33.987Z | [ 5] 9.00-10.00 sec 20.0 MBytes 167 Mbits/sec |
| 2448 | 2025-05-08T21:18:33.987Z | [ 7] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec |
| 2449 | 2025-05-08T21:18:33.987Z | [ 9] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec |
| 2450 | 2025-05-08T21:18:33.987Z | [ 11] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 2451 | 2025-05-08T21:18:33.987Z | [ 13] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec |
| 2452 | 2025-05-08T21:18:33.987Z | [ 15] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 2453 | 2025-05-08T21:18:33.987Z | [ 17] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec |
| 2454 | 2025-05-08T21:18:33.987Z | [ 19] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec |
| 2455 | 2025-05-08T21:18:33.987Z | [SUM] 9.00-10.00 sec 159 MBytes 1.34 Gbits/sec |
| 2456 | 2025-05-08T21:18:33.987Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2457 | 2025-05-08T21:18:33.987Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2458 | 2025-05-08T21:18:33.987Z | [ 7] 10.00-10.00 sec 10.3 KBytes 32.1 Mbits/sec |
| 2459 | 2025-05-08T21:18:33.987Z | [ 9] 10.00-10.00 sec 26.5 KBytes 82.8 Mbits/sec |
| 2460 | 2025-05-08T21:18:33.987Z | [ 11] 10.00-10.00 sec 34.0 KBytes 106 Mbits/sec |
| 2461 | 2025-05-08T21:18:33.988Z | [ 13] 10.00-10.00 sec 88.2 KBytes 276 Mbits/sec |
| 2462 | 2025-05-08T21:18:33.988Z | [ 15] 10.00-10.00 sec 119 KBytes 373 Mbits/sec |
| 2463 | 2025-05-08T21:18:33.988Z | [ 17] 10.00-10.00 sec 55.1 KBytes 172 Mbits/sec |
| 2464 | 2025-05-08T21:18:33.988Z | [ 19] 10.00-10.00 sec 29.7 KBytes 92.9 Mbits/sec |
| 2465 | 2025-05-08T21:18:33.988Z | [SUM] 10.00-10.00 sec 363 KBytes 1.13 Gbits/sec |
| 2466 | 2025-05-08T21:18:33.988Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2467 | 2025-05-08T21:18:33.988Z | [ ID] Interval Transfer Bandwidth |
| 2468 | 2025-05-08T21:18:33.988Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2469 | 2025-05-08T21:18:33.988Z | [ 5] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver |
| 2470 | 2025-05-08T21:18:33.988Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2471 | 2025-05-08T21:18:33.988Z | [ 7] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver |
| 2472 | 2025-05-08T21:18:33.988Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2473 | 2025-05-08T21:18:33.988Z | [ 9] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver |
| 2474 | 2025-05-08T21:18:33.988Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2475 | 2025-05-08T21:18:33.988Z | [ 11] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver |
| 2476 | 2025-05-08T21:18:33.988Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2477 | 2025-05-08T21:18:33.988Z | [ 13] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver |
| 2478 | 2025-05-08T21:18:33.988Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2479 | 2025-05-08T21:18:33.988Z | [ 15] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver |
| 2480 | 2025-05-08T21:18:33.988Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2481 | 2025-05-08T21:18:33.988Z | [ 17] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver |
| 2482 | 2025-05-08T21:18:33.988Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2483 | 2025-05-08T21:18:33.988Z | [ 19] 0.00-10.00 sec 192 MBytes 161 Mbits/sec receiver |
| 2484 | 2025-05-08T21:18:33.988Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2485 | 2025-05-08T21:18:33.988Z | [SUM] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec receiver |
| 2486 | 2025-05-08T21:18:33.992Z | Run 2/10...1293.32Mbps |
| 2487 | 2025-05-08T21:18:41.021Z | ----------------------------------------------------------- |
| 2488 | 2025-05-08T21:18:41.021Z | Server listening on 5201 |
| 2489 | 2025-05-08T21:18:41.021Z | ----------------------------------------------------------- |
| 2490 | 2025-05-08T21:18:41.021Z | Accepted connection from 10.0.0.1, port 45645 |
| 2491 | 2025-05-08T21:18:41.021Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52219 |
| 2492 | 2025-05-08T21:18:41.021Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58695 |
| 2493 | 2025-05-08T21:18:41.021Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38691 |
| 2494 | 2025-05-08T21:18:41.021Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45502 |
| 2495 | 2025-05-08T21:18:41.021Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63061 |
| 2496 | 2025-05-08T21:18:41.021Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59314 |
| 2497 | 2025-05-08T21:18:41.021Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56646 |
| 2498 | 2025-05-08T21:18:41.021Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34077 |
| 2499 | 2025-05-08T21:18:41.022Z | [ ID] Interval Transfer Bandwidth |
| 2500 | 2025-05-08T21:18:41.022Z | [ 5] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 2501 | 2025-05-08T21:18:41.022Z | [ 7] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 2502 | 2025-05-08T21:18:41.022Z | [ 9] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2503 | 2025-05-08T21:18:41.022Z | [ 11] 0.00-1.00 sec 14.1 MBytes 119 Mbits/sec |
| 2504 | 2025-05-08T21:18:41.022Z | [ 13] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2505 | 2025-05-08T21:18:41.022Z | [ 15] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2506 | 2025-05-08T21:18:41.022Z | [ 17] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2507 | 2025-05-08T21:18:41.022Z | [ 19] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2508 | 2025-05-08T21:18:41.022Z | [SUM] 0.00-1.00 sec 114 MBytes 954 Mbits/sec |
| 2509 | 2025-05-08T21:18:41.022Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2510 | 2025-05-08T21:18:41.022Z | [ 5] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 2511 | 2025-05-08T21:18:41.022Z | [ 7] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 2512 | 2025-05-08T21:18:41.022Z | [ 9] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 2513 | 2025-05-08T21:18:41.022Z | [ 11] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 2514 | 2025-05-08T21:18:41.022Z | [ 13] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec |
| 2515 | 2025-05-08T21:18:41.022Z | [ 15] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 2516 | 2025-05-08T21:18:41.022Z | [ 17] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 2517 | 2025-05-08T21:18:41.022Z | [ 19] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 2518 | 2025-05-08T21:18:41.022Z | [SUM] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec |
| 2519 | 2025-05-08T21:18:41.022Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2520 | 2025-05-08T21:18:41.022Z | [ 5] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 2521 | 2025-05-08T21:18:41.022Z | [ 7] 2.00-3.00 sec 20.3 MBytes 171 Mbits/sec |
| 2522 | 2025-05-08T21:18:41.022Z | [ 9] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec |
| 2523 | 2025-05-08T21:18:41.022Z | [ 11] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 2524 | 2025-05-08T21:18:41.022Z | [ 13] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 2525 | 2025-05-08T21:18:41.022Z | [ 15] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 2526 | 2025-05-08T21:18:41.022Z | [ 17] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 2527 | 2025-05-08T21:18:41.022Z | [ 19] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 2528 | 2025-05-08T21:18:41.022Z | [SUM] 2.00-3.00 sec 163 MBytes 1.37 Gbits/sec |
| 2529 | 2025-05-08T21:18:41.022Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2530 | 2025-05-08T21:18:41.022Z | [ 5] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec |
| 2531 | 2025-05-08T21:18:41.022Z | [ 7] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 2532 | 2025-05-08T21:18:41.022Z | [ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 2533 | 2025-05-08T21:18:41.022Z | [ 11] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 2534 | 2025-05-08T21:18:41.022Z | [ 13] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 2535 | 2025-05-08T21:18:41.022Z | [ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 2536 | 2025-05-08T21:18:41.023Z | [ 17] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec |
| 2537 | 2025-05-08T21:18:41.023Z | [ 19] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec |
| 2538 | 2025-05-08T21:18:41.023Z | [SUM] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec |
| 2539 | 2025-05-08T21:18:41.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2540 | 2025-05-08T21:18:41.027Z | [ 5] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 2541 | 2025-05-08T21:18:41.027Z | [ 7] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 2542 | 2025-05-08T21:18:41.027Z | [ 9] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec |
| 2543 | 2025-05-08T21:18:41.027Z | [ 11] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec |
| 2544 | 2025-05-08T21:18:41.027Z | [ 13] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 2545 | 2025-05-08T21:18:41.027Z | [ 15] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec |
| 2546 | 2025-05-08T21:18:41.027Z | [ 17] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 2547 | 2025-05-08T21:18:41.027Z | [ 19] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 2548 | 2025-05-08T21:18:41.027Z | [SUM] 4.00-5.00 sec 169 MBytes 1.41 Gbits/sec |
| 2549 | 2025-05-08T21:18:41.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2550 | 2025-05-08T21:18:41.027Z | [ 5] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 2551 | 2025-05-08T21:18:41.027Z | [ 7] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 2552 | 2025-05-08T21:18:41.027Z | [ 9] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 2553 | 2025-05-08T21:18:41.027Z | [ 11] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 2554 | 2025-05-08T21:18:41.027Z | [ 13] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 2555 | 2025-05-08T21:18:41.027Z | [ 15] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 2556 | 2025-05-08T21:18:41.027Z | [ 17] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 2557 | 2025-05-08T21:18:41.027Z | [ 19] 5.00-6.00 sec 19.7 MBytes 166 Mbits/sec |
| 2558 | 2025-05-08T21:18:41.027Z | [SUM] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec |
| 2559 | 2025-05-08T21:18:41.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2560 | 2025-05-08T21:18:41.027Z | [ 5] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2561 | 2025-05-08T21:18:41.027Z | [ 7] 6.00-7.00 sec 20.3 MBytes 171 Mbits/sec |
| 2562 | 2025-05-08T21:18:41.027Z | [ 9] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2563 | 2025-05-08T21:18:44.245Z | [ 11] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec |
| 2564 | 2025-05-08T21:18:44.245Z | [ 13] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2565 | 2025-05-08T21:18:44.245Z | [ 15] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2566 | 2025-05-08T21:18:44.245Z | [ 17] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2567 | 2025-05-08T21:18:44.245Z | [ 19] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2568 | 2025-05-08T21:18:44.245Z | [SUM] 6.00-7.00 sec 163 MBytes 1.37 Gbits/sec |
| 2569 | 2025-05-08T21:18:44.245Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2570 | 2025-05-08T21:18:44.245Z | [ 5] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec |
| 2571 | 2025-05-08T21:18:44.245Z | [ 7] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec |
| 2572 | 2025-05-08T21:18:44.245Z | [ 9] 7.00-8.00 sec 20.1 MBytes 168 Mbits/sec |
| 2573 | 2025-05-08T21:18:44.245Z | [ 11] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec |
| 2574 | 2025-05-08T21:18:44.245Z | [ 13] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec |
| 2575 | 2025-05-08T21:18:44.246Z | [ 15] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec |
| 2576 | 2025-05-08T21:18:44.246Z | [ 17] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec |
| 2577 | 2025-05-08T21:18:44.246Z | [ 19] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec |
| 2578 | 2025-05-08T21:18:44.246Z | [SUM] 7.00-8.00 sec 160 MBytes 1.34 Gbits/sec |
| 2579 | 2025-05-08T21:18:44.246Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2580 | 2025-05-08T21:18:44.246Z | [ 5] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec |
| 2581 | 2025-05-08T21:18:44.246Z | [ 7] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec |
| 2582 | 2025-05-08T21:18:44.246Z | [ 9] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec |
| 2583 | 2025-05-08T21:18:44.246Z | [ 11] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec |
| 2584 | 2025-05-08T21:18:44.246Z | [ 13] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec |
| 2585 | 2025-05-08T21:18:44.246Z | [ 15] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec |
| 2586 | 2025-05-08T21:18:44.246Z | [ 17] 8.00-9.00 sec 20.2 MBytes 169 Mbits/sec |
| 2587 | 2025-05-08T21:18:44.246Z | [ 19] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec |
| 2588 | 2025-05-08T21:18:44.246Z | [SUM] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec |
| 2589 | 2025-05-08T21:18:44.246Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2590 | 2025-05-08T21:18:44.246Z | [ 5] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec |
| 2591 | 2025-05-08T21:18:44.246Z | [ 7] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec |
| 2592 | 2025-05-08T21:18:44.246Z | [ 9] 9.00-10.00 sec 20.0 MBytes 167 Mbits/sec |
| 2593 | 2025-05-08T21:18:44.246Z | [ 11] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 2594 | 2025-05-08T21:18:44.246Z | [ 13] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec |
| 2595 | 2025-05-08T21:18:44.246Z | [ 15] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec |
| 2596 | 2025-05-08T21:18:44.246Z | [ 17] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec |
| 2597 | 2025-05-08T21:18:44.246Z | [ 19] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec |
| 2598 | 2025-05-08T21:18:44.246Z | [SUM] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec |
| 2599 | 2025-05-08T21:18:44.246Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2600 | 2025-05-08T21:18:44.246Z | [ 5] 10.00-10.00 sec 58.8 KBytes 141 Mbits/sec |
| 2601 | 2025-05-08T21:18:44.246Z | [ 7] 10.00-10.00 sec 89.8 KBytes 214 Mbits/sec |
| 2602 | 2025-05-08T21:18:44.246Z | [ 9] 10.00-10.00 sec 126 KBytes 301 Mbits/sec |
| 2603 | 2025-05-08T21:18:44.246Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2604 | 2025-05-08T21:18:44.246Z | [ 13] 10.00-10.00 sec 126 KBytes 301 Mbits/sec |
| 2605 | 2025-05-08T21:18:44.246Z | [ 15] 10.00-10.00 sec 39.4 KBytes 94.1 Mbits/sec |
| 2606 | 2025-05-08T21:18:44.246Z | [ 17] 10.00-10.00 sec 126 KBytes 301 Mbits/sec |
| 2607 | 2025-05-08T21:18:44.246Z | [ 19] 10.00-10.00 sec 95.6 KBytes 228 Mbits/sec |
| 2608 | 2025-05-08T21:18:44.246Z | [SUM] 10.00-10.00 sec 661 KBytes 1.58 Gbits/sec |
| 2609 | 2025-05-08T21:18:44.246Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2610 | 2025-05-08T21:18:44.246Z | [ ID] Interval Transfer Bandwidth |
| 2611 | 2025-05-08T21:18:44.246Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2612 | 2025-05-08T21:18:44.246Z | [ 5] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver |
| 2613 | 2025-05-08T21:18:44.246Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2614 | 2025-05-08T21:18:44.247Z | [ 7] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver |
| 2615 | 2025-05-08T21:18:44.247Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2616 | 2025-05-08T21:18:44.247Z | [ 9] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver |
| 2617 | 2025-05-08T21:18:44.247Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2618 | 2025-05-08T21:18:44.247Z | [ 11] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver |
| 2619 | 2025-05-08T21:18:44.247Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2620 | 2025-05-08T21:18:44.247Z | [ 13] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver |
| 2621 | 2025-05-08T21:18:44.247Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2622 | 2025-05-08T21:18:44.247Z | [ 15] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver |
| 2623 | 2025-05-08T21:18:44.247Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2624 | 2025-05-08T21:18:44.247Z | [ 17] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver |
| 2625 | 2025-05-08T21:18:44.247Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2626 | 2025-05-08T21:18:44.247Z | [ 19] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver |
| 2627 | 2025-05-08T21:18:44.247Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2628 | 2025-05-08T21:18:44.247Z | [SUM] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec receiver |
| 2629 | 2025-05-08T21:18:44.250Z | Run 3/10...1313.928Mbps |
| 2630 | 2025-05-08T21:18:51.281Z | ----------------------------------------------------------- |
| 2631 | 2025-05-08T21:18:51.281Z | Server listening on 5201 |
| 2632 | 2025-05-08T21:18:51.281Z | ----------------------------------------------------------- |
| 2633 | 2025-05-08T21:18:51.281Z | Accepted connection from 10.0.0.1, port 50943 |
| 2634 | 2025-05-08T21:18:51.281Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49158 |
| 2635 | 2025-05-08T21:18:51.281Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44522 |
| 2636 | 2025-05-08T21:18:51.281Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41464 |
| 2637 | 2025-05-08T21:18:51.281Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59044 |
| 2638 | 2025-05-08T21:18:51.281Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61734 |
| 2639 | 2025-05-08T21:18:51.281Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48116 |
| 2640 | 2025-05-08T21:18:51.281Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62783 |
| 2641 | 2025-05-08T21:18:51.281Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33931 |
| 2642 | 2025-05-08T21:18:51.281Z | [ ID] Interval Transfer Bandwidth |
| 2643 | 2025-05-08T21:18:51.281Z | [ 5] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
| 2644 | 2025-05-08T21:18:51.281Z | [ 7] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec |
| 2645 | 2025-05-08T21:18:51.281Z | [ 9] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec |
| 2646 | 2025-05-08T21:18:51.281Z | [ 11] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec |
| 2647 | 2025-05-08T21:18:51.281Z | [ 13] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec |
| 2648 | 2025-05-08T21:18:51.281Z | [ 15] 0.00-1.00 sec 14.0 MBytes 118 Mbits/sec |
| 2649 | 2025-05-08T21:18:51.281Z | [ 17] 0.00-1.00 sec 14.0 MBytes 118 Mbits/sec |
| 2650 | 2025-05-08T21:18:51.281Z | [ 19] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec |
| 2651 | 2025-05-08T21:18:51.281Z | [SUM] 0.00-1.00 sec 113 MBytes 945 Mbits/sec |
| 2652 | 2025-05-08T21:18:51.281Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2653 | 2025-05-08T21:18:51.281Z | [ 5] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 2654 | 2025-05-08T21:18:51.281Z | [ 7] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec |
| 2655 | 2025-05-08T21:18:51.281Z | [ 9] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 2656 | 2025-05-08T21:18:51.281Z | [ 11] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 2657 | 2025-05-08T21:18:51.281Z | [ 13] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 2658 | 2025-05-08T21:18:51.281Z | [ 15] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 2659 | 2025-05-08T21:18:51.281Z | [ 17] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 2660 | 2025-05-08T21:18:51.281Z | [ 19] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec |
| 2661 | 2025-05-08T21:18:51.281Z | [SUM] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec |
| 2662 | 2025-05-08T21:18:51.281Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2663 | 2025-05-08T21:18:51.281Z | [ 5] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 2664 | 2025-05-08T21:18:51.281Z | [ 7] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 2665 | 2025-05-08T21:18:51.281Z | [ 9] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 2666 | 2025-05-08T21:18:51.281Z | [ 11] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 2667 | 2025-05-08T21:18:51.281Z | [ 13] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 2668 | 2025-05-08T21:18:51.282Z | [ 15] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 2669 | 2025-05-08T21:18:51.282Z | [ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 2670 | 2025-05-08T21:18:51.282Z | [ 19] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 2671 | 2025-05-08T21:18:51.282Z | [SUM] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec |
| 2672 | 2025-05-08T21:18:51.282Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2673 | 2025-05-08T21:18:51.282Z | [ 5] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 2674 | 2025-05-08T21:18:51.282Z | [ 7] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 2675 | 2025-05-08T21:18:51.282Z | [ 9] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 2676 | 2025-05-08T21:18:51.282Z | [ 11] 3.00-4.00 sec 20.1 MBytes 168 Mbits/sec |
| 2677 | 2025-05-08T21:18:51.282Z | [ 13] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 2678 | 2025-05-08T21:18:51.282Z | [ 15] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 2679 | 2025-05-08T21:18:51.282Z | [ 17] 3.00-4.00 sec 20.1 MBytes 168 Mbits/sec |
| 2680 | 2025-05-08T21:18:51.282Z | [ 19] 3.00-4.00 sec 20.1 MBytes 168 Mbits/sec |
| 2681 | 2025-05-08T21:18:51.282Z | [SUM] 3.00-4.00 sec 160 MBytes 1.35 Gbits/sec |
| 2682 | 2025-05-08T21:18:51.282Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2683 | 2025-05-08T21:18:51.282Z | [ 5] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2684 | 2025-05-08T21:18:51.282Z | [ 7] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2685 | 2025-05-08T21:18:51.282Z | [ 9] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2686 | 2025-05-08T21:18:51.282Z | [ 11] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2687 | 2025-05-08T21:18:51.282Z | [ 13] 4.00-5.00 sec 20.6 MBytes 172 Mbits/sec |
| 2688 | 2025-05-08T21:18:51.282Z | [ 15] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2689 | 2025-05-08T21:18:51.282Z | [ 17] 4.00-5.00 sec 20.6 MBytes 172 Mbits/sec |
| 2690 | 2025-05-08T21:18:51.282Z | [ 19] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2691 | 2025-05-08T21:18:51.282Z | [SUM] 4.00-5.00 sec 164 MBytes 1.38 Gbits/sec |
| 2692 | 2025-05-08T21:18:51.282Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2693 | 2025-05-08T21:18:51.282Z | [ 5] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 2694 | 2025-05-08T21:18:51.282Z | [ 7] 5.00-6.00 sec 20.5 MBytes 172 Mbits/sec |
| 2695 | 2025-05-08T21:18:51.282Z | [ 9] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec |
| 2696 | 2025-05-08T21:18:51.282Z | [ 11] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 2697 | 2025-05-08T21:18:51.282Z | [ 13] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 2698 | 2025-05-08T21:18:51.282Z | [ 15] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 2699 | 2025-05-08T21:18:51.282Z | [ 17] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 2700 | 2025-05-08T21:18:51.282Z | [ 19] 5.00-6.00 sec 20.6 MBytes 172 Mbits/sec |
| 2701 | 2025-05-08T21:18:51.282Z | [SUM] 5.00-6.00 sec 165 MBytes 1.38 Gbits/sec |
| 2702 | 2025-05-08T21:18:51.282Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2703 | 2025-05-08T21:18:51.282Z | [ 5] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2704 | 2025-05-08T21:18:51.282Z | [ 7] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2705 | 2025-05-08T21:18:51.282Z | [ 9] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 2706 | 2025-05-08T21:18:54.496Z | [ 11] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 2707 | 2025-05-08T21:18:54.496Z | [ 13] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2708 | 2025-05-08T21:18:54.496Z | [ 15] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2709 | 2025-05-08T21:18:54.496Z | [ 17] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2710 | 2025-05-08T21:18:54.497Z | [ 19] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 2711 | 2025-05-08T21:18:54.497Z | [SUM] 6.00-7.00 sec 169 MBytes 1.41 Gbits/sec |
| 2712 | 2025-05-08T21:18:54.497Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2713 | 2025-05-08T21:18:54.497Z | [ 5] 7.00-8.00 sec 20.7 MBytes 173 Mbits/sec |
| 2714 | 2025-05-08T21:18:54.497Z | [ 7] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec |
| 2715 | 2025-05-08T21:18:54.497Z | [ 9] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec |
| 2716 | 2025-05-08T21:18:54.497Z | [ 11] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec |
| 2717 | 2025-05-08T21:18:54.497Z | [ 13] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec |
| 2718 | 2025-05-08T21:18:54.497Z | [ 15] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec |
| 2719 | 2025-05-08T21:18:54.497Z | [ 17] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 2720 | 2025-05-08T21:18:54.497Z | [ 19] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 2721 | 2025-05-08T21:18:54.497Z | [SUM] 7.00-8.00 sec 165 MBytes 1.39 Gbits/sec |
| 2722 | 2025-05-08T21:18:54.497Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2723 | 2025-05-08T21:18:54.497Z | [ 5] 8.00-9.00 sec 20.9 MBytes 176 Mbits/sec |
| 2724 | 2025-05-08T21:18:54.497Z | [ 7] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 2725 | 2025-05-08T21:18:54.497Z | [ 9] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 2726 | 2025-05-08T21:18:54.497Z | [ 11] 8.00-9.00 sec 20.9 MBytes 175 Mbits/sec |
| 2727 | 2025-05-08T21:18:54.497Z | [ 13] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 2728 | 2025-05-08T21:18:54.497Z | [ 15] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 2729 | 2025-05-08T21:18:54.497Z | [ 17] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 2730 | 2025-05-08T21:18:54.497Z | [ 19] 8.00-9.00 sec 20.9 MBytes 175 Mbits/sec |
| 2731 | 2025-05-08T21:18:54.497Z | [SUM] 8.00-9.00 sec 168 MBytes 1.41 Gbits/sec |
| 2732 | 2025-05-08T21:18:54.497Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2733 | 2025-05-08T21:18:54.497Z | [ 5] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 2734 | 2025-05-08T21:18:54.497Z | [ 7] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 2735 | 2025-05-08T21:18:54.497Z | [ 9] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 2736 | 2025-05-08T21:18:54.497Z | [ 11] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec |
| 2737 | 2025-05-08T21:18:54.497Z | [ 13] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 2738 | 2025-05-08T21:18:54.497Z | [ 15] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 2739 | 2025-05-08T21:18:54.497Z | [ 17] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 2740 | 2025-05-08T21:18:54.497Z | [ 19] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec |
| 2741 | 2025-05-08T21:18:54.497Z | [SUM] 9.00-10.00 sec 163 MBytes 1.36 Gbits/sec |
| 2742 | 2025-05-08T21:18:54.497Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2743 | 2025-05-08T21:18:54.497Z | [ 5] 10.00-10.00 sec 29.1 KBytes 83.9 Mbits/sec |
| 2744 | 2025-05-08T21:18:54.497Z | [ 7] 10.00-10.00 sec 38.9 KBytes 112 Mbits/sec |
| 2745 | 2025-05-08T21:18:54.497Z | [ 9] 10.00-10.00 sec 124 KBytes 358 Mbits/sec |
| 2746 | 2025-05-08T21:18:54.497Z | [ 11] 10.00-10.00 sec 43.8 KBytes 126 Mbits/sec |
| 2747 | 2025-05-08T21:18:54.497Z | [ 13] 10.00-10.00 sec 126 KBytes 363 Mbits/sec |
| 2748 | 2025-05-08T21:18:54.497Z | [ 15] 10.00-10.00 sec 55.7 KBytes 161 Mbits/sec |
| 2749 | 2025-05-08T21:18:54.497Z | [ 17] 10.00-10.00 sec 76.7 KBytes 221 Mbits/sec |
| 2750 | 2025-05-08T21:18:54.498Z | [ 19] 10.00-10.00 sec 116 KBytes 333 Mbits/sec |
| 2751 | 2025-05-08T21:18:54.498Z | [SUM] 10.00-10.00 sec 610 KBytes 1.76 Gbits/sec |
| 2752 | 2025-05-08T21:18:54.498Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2753 | 2025-05-08T21:18:54.498Z | [ ID] Interval Transfer Bandwidth |
| 2754 | 2025-05-08T21:18:54.498Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2755 | 2025-05-08T21:18:54.498Z | [ 5] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 2756 | 2025-05-08T21:18:54.498Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2757 | 2025-05-08T21:18:54.498Z | [ 7] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 2758 | 2025-05-08T21:18:54.498Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2759 | 2025-05-08T21:18:54.498Z | [ 9] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 2760 | 2025-05-08T21:18:54.498Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2761 | 2025-05-08T21:18:54.498Z | [ 11] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 2762 | 2025-05-08T21:18:54.498Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2763 | 2025-05-08T21:18:54.498Z | [ 13] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 2764 | 2025-05-08T21:18:54.498Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2765 | 2025-05-08T21:18:54.498Z | [ 15] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 2766 | 2025-05-08T21:18:54.498Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2767 | 2025-05-08T21:18:54.498Z | [ 17] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 2768 | 2025-05-08T21:18:54.498Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2769 | 2025-05-08T21:18:54.498Z | [ 19] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 2770 | 2025-05-08T21:18:54.498Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2771 | 2025-05-08T21:18:54.498Z | [SUM] 0.00-10.00 sec 1.54 GBytes 1.33 Gbits/sec receiver |
| 2772 | 2025-05-08T21:18:54.502Z | Run 4/10...1326.972Mbps |
| 2773 | 2025-05-08T21:19:01.533Z | ----------------------------------------------------------- |
| 2774 | 2025-05-08T21:19:01.533Z | Server listening on 5201 |
| 2775 | 2025-05-08T21:19:01.533Z | ----------------------------------------------------------- |
| 2776 | 2025-05-08T21:19:01.533Z | Accepted connection from 10.0.0.1, port 59680 |
| 2777 | 2025-05-08T21:19:01.533Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47335 |
| 2778 | 2025-05-08T21:19:01.533Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52902 |
| 2779 | 2025-05-08T21:19:01.533Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36169 |
| 2780 | 2025-05-08T21:19:01.533Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42960 |
| 2781 | 2025-05-08T21:19:01.533Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57225 |
| 2782 | 2025-05-08T21:19:01.533Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44659 |
| 2783 | 2025-05-08T21:19:01.533Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62372 |
| 2784 | 2025-05-08T21:19:01.533Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34279 |
| 2785 | 2025-05-08T21:19:01.533Z | [ ID] Interval Transfer Bandwidth |
| 2786 | 2025-05-08T21:19:01.533Z | [ 5] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec |
| 2787 | 2025-05-08T21:19:01.533Z | [ 7] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 2788 | 2025-05-08T21:19:01.533Z | [ 9] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 2789 | 2025-05-08T21:19:01.533Z | [ 11] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec |
| 2790 | 2025-05-08T21:19:01.534Z | [ 13] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 2791 | 2025-05-08T21:19:01.534Z | [ 15] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec |
| 2792 | 2025-05-08T21:19:01.534Z | [ 17] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 2793 | 2025-05-08T21:19:01.534Z | [ 19] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 2794 | 2025-05-08T21:19:01.534Z | [SUM] 0.00-1.00 sec 115 MBytes 963 Mbits/sec |
| 2795 | 2025-05-08T21:19:01.534Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2796 | 2025-05-08T21:19:01.534Z | [ 5] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec |
| 2797 | 2025-05-08T21:19:01.534Z | [ 7] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec |
| 2798 | 2025-05-08T21:19:01.534Z | [ 9] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec |
| 2799 | 2025-05-08T21:19:01.534Z | [ 11] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec |
| 2800 | 2025-05-08T21:19:01.534Z | [ 13] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 2801 | 2025-05-08T21:19:01.534Z | [ 15] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 2802 | 2025-05-08T21:19:01.534Z | [ 17] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 2803 | 2025-05-08T21:19:01.534Z | [ 19] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 2804 | 2025-05-08T21:19:01.534Z | [SUM] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec |
| 2805 | 2025-05-08T21:19:01.534Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2806 | 2025-05-08T21:19:01.534Z | [ 5] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2807 | 2025-05-08T21:19:01.534Z | [ 7] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 2808 | 2025-05-08T21:19:01.534Z | [ 9] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 2809 | 2025-05-08T21:19:01.534Z | [ 11] 2.00-3.00 sec 20.6 MBytes 172 Mbits/sec |
| 2810 | 2025-05-08T21:19:01.534Z | [ 13] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 2811 | 2025-05-08T21:19:01.534Z | [ 15] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 2812 | 2025-05-08T21:19:01.534Z | [ 17] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 2813 | 2025-05-08T21:19:01.534Z | [ 19] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 2814 | 2025-05-08T21:19:01.534Z | [SUM] 2.00-3.00 sec 164 MBytes 1.38 Gbits/sec |
| 2815 | 2025-05-08T21:19:01.534Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2816 | 2025-05-08T21:19:01.535Z | [ 5] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 2817 | 2025-05-08T21:19:01.535Z | [ 7] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2818 | 2025-05-08T21:19:01.535Z | [ 9] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2819 | 2025-05-08T21:19:01.535Z | [ 11] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2820 | 2025-05-08T21:19:01.535Z | [ 13] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2821 | 2025-05-08T21:19:01.535Z | [ 15] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2822 | 2025-05-08T21:19:01.535Z | [ 17] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2823 | 2025-05-08T21:19:01.535Z | [ 19] 3.00-4.00 sec 20.3 MBytes 171 Mbits/sec |
| 2824 | 2025-05-08T21:19:01.535Z | [SUM] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec |
| 2825 | 2025-05-08T21:19:01.535Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2826 | 2025-05-08T21:19:01.535Z | [ 5] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2827 | 2025-05-08T21:19:01.535Z | [ 7] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2828 | 2025-05-08T21:19:01.535Z | [ 9] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2829 | 2025-05-08T21:19:01.535Z | [ 11] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2830 | 2025-05-08T21:19:01.535Z | [ 13] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 2831 | 2025-05-08T21:19:01.535Z | [ 15] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2832 | 2025-05-08T21:19:01.535Z | [ 17] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2833 | 2025-05-08T21:19:01.535Z | [ 19] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2834 | 2025-05-08T21:19:01.535Z | [SUM] 4.00-5.00 sec 164 MBytes 1.37 Gbits/sec |
| 2835 | 2025-05-08T21:19:01.535Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2836 | 2025-05-08T21:19:01.535Z | [ 5] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 2837 | 2025-05-08T21:19:01.539Z | [ 7] 5.00-6.00 sec 20.2 MBytes 170 Mbits/sec |
| 2838 | 2025-05-08T21:19:01.539Z | [ 9] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 2839 | 2025-05-08T21:19:01.539Z | [ 11] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 2840 | 2025-05-08T21:19:01.539Z | [ 13] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 2841 | 2025-05-08T21:19:01.539Z | [ 15] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 2842 | 2025-05-08T21:19:01.539Z | [ 17] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 2843 | 2025-05-08T21:19:01.539Z | [ 19] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 2844 | 2025-05-08T21:19:01.539Z | [SUM] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec |
| 2845 | 2025-05-08T21:19:01.539Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2846 | 2025-05-08T21:19:01.539Z | [ 5] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2847 | 2025-05-08T21:19:01.539Z | [ 7] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2848 | 2025-05-08T21:19:01.539Z | [ 9] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2849 | 2025-05-08T21:19:04.747Z | [ 11] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2850 | 2025-05-08T21:19:04.747Z | [ 13] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2851 | 2025-05-08T21:19:04.748Z | [ 15] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2852 | 2025-05-08T21:19:04.748Z | [ 17] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2853 | 2025-05-08T21:19:04.748Z | [ 19] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec |
| 2854 | 2025-05-08T21:19:04.748Z | [SUM] 6.00-7.00 sec 163 MBytes 1.37 Gbits/sec |
| 2855 | 2025-05-08T21:19:04.748Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2856 | 2025-05-08T21:19:04.748Z | [ 5] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 2857 | 2025-05-08T21:19:04.748Z | [ 7] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 2858 | 2025-05-08T21:19:04.748Z | [ 9] 7.00-8.00 sec 20.8 MBytes 174 Mbits/sec |
| 2859 | 2025-05-08T21:19:04.748Z | [ 11] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec |
| 2860 | 2025-05-08T21:19:04.748Z | [ 13] 7.00-8.00 sec 20.8 MBytes 174 Mbits/sec |
| 2861 | 2025-05-08T21:19:04.748Z | [ 15] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 2862 | 2025-05-08T21:19:04.748Z | [ 17] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 2863 | 2025-05-08T21:19:04.748Z | [ 19] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 2864 | 2025-05-08T21:19:04.748Z | [SUM] 7.00-8.00 sec 166 MBytes 1.39 Gbits/sec |
| 2865 | 2025-05-08T21:19:04.748Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2866 | 2025-05-08T21:19:04.748Z | [ 5] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec |
| 2867 | 2025-05-08T21:19:04.748Z | [ 7] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec |
| 2868 | 2025-05-08T21:19:04.748Z | [ 9] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec |
| 2869 | 2025-05-08T21:19:04.748Z | [ 11] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec |
| 2870 | 2025-05-08T21:19:04.748Z | [ 13] 8.00-9.00 sec 20.7 MBytes 174 Mbits/sec |
| 2871 | 2025-05-08T21:19:04.748Z | [ 15] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec |
| 2872 | 2025-05-08T21:19:04.748Z | [ 17] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec |
| 2873 | 2025-05-08T21:19:04.748Z | [ 19] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec |
| 2874 | 2025-05-08T21:19:04.748Z | [SUM] 8.00-9.00 sec 166 MBytes 1.39 Gbits/sec |
| 2875 | 2025-05-08T21:19:04.748Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2876 | 2025-05-08T21:19:04.748Z | [ 5] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 2877 | 2025-05-08T21:19:04.749Z | [ 7] 9.00-10.00 sec 20.6 MBytes 172 Mbits/sec |
| 2878 | 2025-05-08T21:19:04.749Z | [ 9] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2879 | 2025-05-08T21:19:04.749Z | [ 11] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2880 | 2025-05-08T21:19:04.749Z | [ 13] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2881 | 2025-05-08T21:19:04.749Z | [ 15] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2882 | 2025-05-08T21:19:04.749Z | [ 17] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2883 | 2025-05-08T21:19:04.749Z | [ 19] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 2884 | 2025-05-08T21:19:04.749Z | [SUM] 9.00-10.00 sec 164 MBytes 1.38 Gbits/sec |
| 2885 | 2025-05-08T21:19:04.752Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2886 | 2025-05-08T21:19:04.752Z | [ 5] 10.00-10.00 sec 83.2 KBytes 366 Mbits/sec |
| 2887 | 2025-05-08T21:19:04.752Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2888 | 2025-05-08T21:19:04.752Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2889 | 2025-05-08T21:19:04.752Z | [ 11] 10.00-10.00 sec 56.1 KBytes 246 Mbits/sec |
| 2890 | 2025-05-08T21:19:04.753Z | [ 13] 10.00-10.00 sec 35.2 KBytes 155 Mbits/sec |
| 2891 | 2025-05-08T21:19:04.753Z | [ 15] 10.00-10.00 sec 48.1 KBytes 211 Mbits/sec |
| 2892 | 2025-05-08T21:19:04.753Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2893 | 2025-05-08T21:19:04.753Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 2894 | 2025-05-08T21:19:04.753Z | [SUM] 10.00-10.00 sec 223 KBytes 978 Mbits/sec |
| 2895 | 2025-05-08T21:19:04.753Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2896 | 2025-05-08T21:19:04.753Z | [ ID] Interval Transfer Bandwidth |
| 2897 | 2025-05-08T21:19:04.753Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2898 | 2025-05-08T21:19:04.753Z | [ 5] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 2899 | 2025-05-08T21:19:04.753Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2900 | 2025-05-08T21:19:04.753Z | [ 7] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 2901 | 2025-05-08T21:19:04.753Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2902 | 2025-05-08T21:19:04.753Z | [ 9] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 2903 | 2025-05-08T21:19:04.753Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2904 | 2025-05-08T21:19:04.753Z | [ 11] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 2905 | 2025-05-08T21:19:04.753Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2906 | 2025-05-08T21:19:04.753Z | [ 13] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 2907 | 2025-05-08T21:19:04.753Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2908 | 2025-05-08T21:19:04.753Z | [ 15] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 2909 | 2025-05-08T21:19:04.753Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2910 | 2025-05-08T21:19:04.753Z | [ 17] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 2911 | 2025-05-08T21:19:04.753Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2912 | 2025-05-08T21:19:04.753Z | [ 19] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 2913 | 2025-05-08T21:19:04.753Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 2914 | 2025-05-08T21:19:04.753Z | [SUM] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec receiver |
| 2915 | 2025-05-08T21:19:04.753Z | Run 5/10...1333.779Mbps |
| 2916 | 2025-05-08T21:19:11.784Z | ----------------------------------------------------------- |
| 2917 | 2025-05-08T21:19:11.784Z | Server listening on 5201 |
| 2918 | 2025-05-08T21:19:11.784Z | ----------------------------------------------------------- |
| 2919 | 2025-05-08T21:19:11.784Z | Accepted connection from 10.0.0.1, port 64903 |
| 2920 | 2025-05-08T21:19:11.784Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60570 |
| 2921 | 2025-05-08T21:19:11.784Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53713 |
| 2922 | 2025-05-08T21:19:11.784Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35684 |
| 2923 | 2025-05-08T21:19:11.784Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35486 |
| 2924 | 2025-05-08T21:19:11.784Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61450 |
| 2925 | 2025-05-08T21:19:11.784Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33031 |
| 2926 | 2025-05-08T21:19:11.784Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48622 |
| 2927 | 2025-05-08T21:19:11.784Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34779 |
| 2928 | 2025-05-08T21:19:11.784Z | [ ID] Interval Transfer Bandwidth |
| 2929 | 2025-05-08T21:19:11.784Z | [ 5] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
| 2930 | 2025-05-08T21:19:11.784Z | [ 7] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
| 2931 | 2025-05-08T21:19:11.784Z | [ 9] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
| 2932 | 2025-05-08T21:19:11.784Z | [ 11] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
| 2933 | 2025-05-08T21:19:11.784Z | [ 13] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
| 2934 | 2025-05-08T21:19:11.784Z | [ 15] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
| 2935 | 2025-05-08T21:19:11.784Z | [ 17] 0.00-1.00 sec 14.7 MBytes 124 Mbits/sec |
| 2936 | 2025-05-08T21:19:11.784Z | [ 19] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
| 2937 | 2025-05-08T21:19:11.784Z | [SUM] 0.00-1.00 sec 118 MBytes 993 Mbits/sec |
| 2938 | 2025-05-08T21:19:11.784Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2939 | 2025-05-08T21:19:11.784Z | [ 5] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 2940 | 2025-05-08T21:19:11.784Z | [ 7] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 2941 | 2025-05-08T21:19:11.784Z | [ 9] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 2942 | 2025-05-08T21:19:11.784Z | [ 11] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 2943 | 2025-05-08T21:19:11.784Z | [ 13] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 2944 | 2025-05-08T21:19:11.784Z | [ 15] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 2945 | 2025-05-08T21:19:11.784Z | [ 17] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 2946 | 2025-05-08T21:19:11.784Z | [ 19] 1.00-2.00 sec 20.1 MBytes 168 Mbits/sec |
| 2947 | 2025-05-08T21:19:11.784Z | [SUM] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec |
| 2948 | 2025-05-08T21:19:11.785Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2949 | 2025-05-08T21:19:11.785Z | [ 5] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec |
| 2950 | 2025-05-08T21:19:11.785Z | [ 7] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec |
| 2951 | 2025-05-08T21:19:11.785Z | [ 9] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec |
| 2952 | 2025-05-08T21:19:11.785Z | [ 11] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec |
| 2953 | 2025-05-08T21:19:11.785Z | [ 13] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec |
| 2954 | 2025-05-08T21:19:11.785Z | [ 15] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 2955 | 2025-05-08T21:19:11.785Z | [ 17] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 2956 | 2025-05-08T21:19:11.785Z | [ 19] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 2957 | 2025-05-08T21:19:11.785Z | [SUM] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec |
| 2958 | 2025-05-08T21:19:11.785Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2959 | 2025-05-08T21:19:11.785Z | [ 5] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2960 | 2025-05-08T21:19:11.785Z | [ 7] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2961 | 2025-05-08T21:19:11.786Z | [ 9] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2962 | 2025-05-08T21:19:11.786Z | [ 11] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2963 | 2025-05-08T21:19:11.786Z | [ 13] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 2964 | 2025-05-08T21:19:11.786Z | [ 15] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec |
| 2965 | 2025-05-08T21:19:11.786Z | [ 17] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec |
| 2966 | 2025-05-08T21:19:11.786Z | [ 19] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec |
| 2967 | 2025-05-08T21:19:11.786Z | [SUM] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec |
| 2968 | 2025-05-08T21:19:11.786Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2969 | 2025-05-08T21:19:11.786Z | [ 5] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2970 | 2025-05-08T21:19:11.786Z | [ 7] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2971 | 2025-05-08T21:19:11.786Z | [ 9] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2972 | 2025-05-08T21:19:11.786Z | [ 11] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2973 | 2025-05-08T21:19:11.786Z | [ 13] 4.00-5.00 sec 20.3 MBytes 171 Mbits/sec |
| 2974 | 2025-05-08T21:19:11.786Z | [ 15] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec |
| 2975 | 2025-05-08T21:19:11.786Z | [ 17] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec |
| 2976 | 2025-05-08T21:19:11.786Z | [ 19] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 2977 | 2025-05-08T21:19:11.786Z | [SUM] 4.00-5.00 sec 163 MBytes 1.37 Gbits/sec |
| 2978 | 2025-05-08T21:19:11.786Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2979 | 2025-05-08T21:19:11.786Z | [ 5] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 2980 | 2025-05-08T21:19:11.786Z | [ 7] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec |
| 2981 | 2025-05-08T21:19:11.786Z | [ 9] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec |
| 2982 | 2025-05-08T21:19:11.786Z | [ 11] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec |
| 2983 | 2025-05-08T21:19:11.786Z | [ 13] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec |
| 2984 | 2025-05-08T21:19:11.786Z | [ 15] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec |
| 2985 | 2025-05-08T21:19:11.786Z | [ 17] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec |
| 2986 | 2025-05-08T21:19:11.786Z | [ 19] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec |
| 2987 | 2025-05-08T21:19:11.786Z | [SUM] 5.00-6.00 sec 165 MBytes 1.39 Gbits/sec |
| 2988 | 2025-05-08T21:19:11.786Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2989 | 2025-05-08T21:19:11.786Z | [ 5] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 2990 | 2025-05-08T21:19:11.786Z | [ 7] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec |
| 2991 | 2025-05-08T21:19:11.786Z | [ 9] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 2992 | 2025-05-08T21:19:14.899Z | [ 11] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec |
| 2993 | 2025-05-08T21:19:14.899Z | [ 13] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 2994 | 2025-05-08T21:19:14.899Z | [ 15] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 2995 | 2025-05-08T21:19:14.899Z | [ 17] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 2996 | 2025-05-08T21:19:14.899Z | [ 19] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 2997 | 2025-05-08T21:19:14.899Z | [SUM] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec |
| 2998 | 2025-05-08T21:19:14.899Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 2999 | 2025-05-08T21:19:14.899Z | [ 5] 7.00-8.00 sec 20.7 MBytes 173 Mbits/sec |
| 3000 | 2025-05-08T21:19:14.899Z | [ 7] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 3001 | 2025-05-08T21:19:14.900Z | [ 9] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec |
| 3002 | 2025-05-08T21:19:14.900Z | [ 11] 7.00-8.00 sec 20.8 MBytes 174 Mbits/sec |
| 3003 | 2025-05-08T21:19:14.900Z | [ 13] 7.00-8.00 sec 20.8 MBytes 174 Mbits/sec |
| 3004 | 2025-05-08T21:19:14.900Z | [ 15] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 3005 | 2025-05-08T21:19:14.900Z | [ 17] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 3006 | 2025-05-08T21:19:14.900Z | [ 19] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec |
| 3007 | 2025-05-08T21:19:14.900Z | [SUM] 7.00-8.00 sec 166 MBytes 1.39 Gbits/sec |
| 3008 | 2025-05-08T21:19:14.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3009 | 2025-05-08T21:19:14.900Z | [ 5] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
| 3010 | 2025-05-08T21:19:14.900Z | [ 7] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
| 3011 | 2025-05-08T21:19:14.900Z | [ 9] 8.00-9.00 sec 21.2 MBytes 177 Mbits/sec |
| 3012 | 2025-05-08T21:19:14.900Z | [ 11] 8.00-9.00 sec 21.2 MBytes 177 Mbits/sec |
| 3013 | 2025-05-08T21:19:14.900Z | [ 13] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec |
| 3014 | 2025-05-08T21:19:14.900Z | [ 15] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
| 3015 | 2025-05-08T21:19:14.900Z | [ 17] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
| 3016 | 2025-05-08T21:19:14.900Z | [ 19] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec |
| 3017 | 2025-05-08T21:19:14.900Z | [SUM] 8.00-9.00 sec 170 MBytes 1.42 Gbits/sec |
| 3018 | 2025-05-08T21:19:14.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3019 | 2025-05-08T21:19:14.900Z | [ 5] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3020 | 2025-05-08T21:19:14.900Z | [ 7] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec |
| 3021 | 2025-05-08T21:19:14.900Z | [ 9] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3022 | 2025-05-08T21:19:14.900Z | [ 11] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3023 | 2025-05-08T21:19:14.900Z | [ 13] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3024 | 2025-05-08T21:19:14.900Z | [ 15] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3025 | 2025-05-08T21:19:14.900Z | [ 17] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3026 | 2025-05-08T21:19:14.900Z | [ 19] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3027 | 2025-05-08T21:19:14.900Z | [SUM] 9.00-10.00 sec 164 MBytes 1.38 Gbits/sec |
| 3028 | 2025-05-08T21:19:14.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3029 | 2025-05-08T21:19:14.900Z | [ 5] 10.00-10.00 sec 126 KBytes 241 Mbits/sec |
| 3030 | 2025-05-08T21:19:14.900Z | [ 7] 10.00-10.00 sec 110 KBytes 211 Mbits/sec |
| 3031 | 2025-05-08T21:19:14.900Z | [ 9] 10.00-10.00 sec 125 KBytes 239 Mbits/sec |
| 3032 | 2025-05-08T21:19:14.900Z | [ 11] 10.00-10.00 sec 100 KBytes 192 Mbits/sec |
| 3033 | 2025-05-08T21:19:14.900Z | [ 13] 10.00-10.00 sec 126 KBytes 241 Mbits/sec |
| 3034 | 2025-05-08T21:19:14.900Z | [ 15] 10.00-10.00 sec 126 KBytes 241 Mbits/sec |
| 3035 | 2025-05-08T21:19:14.900Z | [ 17] 10.00-10.00 sec 125 KBytes 239 Mbits/sec |
| 3036 | 2025-05-08T21:19:14.900Z | [ 19] 10.00-10.00 sec 126 KBytes 241 Mbits/sec |
| 3037 | 2025-05-08T21:19:14.900Z | [SUM] 10.00-10.00 sec 963 KBytes 1.84 Gbits/sec |
| 3038 | 2025-05-08T21:19:14.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3039 | 2025-05-08T21:19:14.900Z | [ ID] Interval Transfer Bandwidth |
| 3040 | 2025-05-08T21:19:14.901Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3041 | 2025-05-08T21:19:14.901Z | [ 5] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3042 | 2025-05-08T21:19:14.901Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3043 | 2025-05-08T21:19:14.901Z | [ 7] 0.00-10.00 sec 199 MBytes 166 Mbits/sec receiver |
| 3044 | 2025-05-08T21:19:14.901Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3045 | 2025-05-08T21:19:14.901Z | [ 9] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3046 | 2025-05-08T21:19:14.901Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3047 | 2025-05-08T21:19:14.901Z | [ 11] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3048 | 2025-05-08T21:19:14.901Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3049 | 2025-05-08T21:19:14.901Z | [ 13] 0.00-10.00 sec 199 MBytes 166 Mbits/sec receiver |
| 3050 | 2025-05-08T21:19:14.901Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3051 | 2025-05-08T21:19:14.901Z | [ 15] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3052 | 2025-05-08T21:19:14.901Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3053 | 2025-05-08T21:19:14.901Z | [ 17] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3054 | 2025-05-08T21:19:14.901Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3055 | 2025-05-08T21:19:14.901Z | [ 19] 0.00-10.00 sec 199 MBytes 166 Mbits/sec receiver |
| 3056 | 2025-05-08T21:19:14.901Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3057 | 2025-05-08T21:19:14.901Z | [SUM] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec receiver |
| 3058 | 2025-05-08T21:19:14.904Z | Run 6/10...1332.199Mbps |
| 3059 | 2025-05-08T21:19:21.936Z | ----------------------------------------------------------- |
| 3060 | 2025-05-08T21:19:21.936Z | Server listening on 5201 |
| 3061 | 2025-05-08T21:19:21.936Z | ----------------------------------------------------------- |
| 3062 | 2025-05-08T21:19:21.936Z | Accepted connection from 10.0.0.1, port 54622 |
| 3063 | 2025-05-08T21:19:21.936Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44589 |
| 3064 | 2025-05-08T21:19:21.936Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35683 |
| 3065 | 2025-05-08T21:19:21.936Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39204 |
| 3066 | 2025-05-08T21:19:21.936Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63661 |
| 3067 | 2025-05-08T21:19:21.936Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33779 |
| 3068 | 2025-05-08T21:19:21.936Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32979 |
| 3069 | 2025-05-08T21:19:21.936Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47999 |
| 3070 | 2025-05-08T21:19:21.936Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57585 |
| 3071 | 2025-05-08T21:19:21.936Z | [ ID] Interval Transfer Bandwidth |
| 3072 | 2025-05-08T21:19:21.936Z | [ 5] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 3073 | 2025-05-08T21:19:21.936Z | [ 7] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 3074 | 2025-05-08T21:19:21.936Z | [ 9] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec |
| 3075 | 2025-05-08T21:19:21.936Z | [ 11] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 3076 | 2025-05-08T21:19:21.936Z | [ 13] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 3077 | 2025-05-08T21:19:21.936Z | [ 15] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 3078 | 2025-05-08T21:19:21.936Z | [ 17] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 3079 | 2025-05-08T21:19:21.936Z | [ 19] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec |
| 3080 | 2025-05-08T21:19:21.936Z | [SUM] 0.00-1.00 sec 115 MBytes 966 Mbits/sec |
| 3081 | 2025-05-08T21:19:21.936Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3082 | 2025-05-08T21:19:21.936Z | [ 5] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec |
| 3083 | 2025-05-08T21:19:21.936Z | [ 7] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec |
| 3084 | 2025-05-08T21:19:21.936Z | [ 9] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec |
| 3085 | 2025-05-08T21:19:21.936Z | [ 11] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec |
| 3086 | 2025-05-08T21:19:21.936Z | [ 13] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec |
| 3087 | 2025-05-08T21:19:21.936Z | [ 15] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec |
| 3088 | 2025-05-08T21:19:21.936Z | [ 17] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec |
| 3089 | 2025-05-08T21:19:21.937Z | [ 19] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec |
| 3090 | 2025-05-08T21:19:21.937Z | [SUM] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec |
| 3091 | 2025-05-08T21:19:21.937Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3092 | 2025-05-08T21:19:21.937Z | [ 5] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 3093 | 2025-05-08T21:19:21.937Z | [ 7] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 3094 | 2025-05-08T21:19:21.937Z | [ 9] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 3095 | 2025-05-08T21:19:21.937Z | [ 11] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 3096 | 2025-05-08T21:19:21.937Z | [ 13] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 3097 | 2025-05-08T21:19:21.937Z | [ 15] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec |
| 3098 | 2025-05-08T21:19:21.937Z | [ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 3099 | 2025-05-08T21:19:21.937Z | [ 19] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 3100 | 2025-05-08T21:19:21.937Z | [SUM] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec |
| 3101 | 2025-05-08T21:19:21.937Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3102 | 2025-05-08T21:19:21.937Z | [ 5] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec |
| 3103 | 2025-05-08T21:19:21.937Z | [ 7] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec |
| 3104 | 2025-05-08T21:19:21.937Z | [ 9] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 3105 | 2025-05-08T21:19:21.937Z | [ 11] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec |
| 3106 | 2025-05-08T21:19:21.937Z | [ 13] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec |
| 3107 | 2025-05-08T21:19:21.937Z | [ 15] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec |
| 3108 | 2025-05-08T21:19:21.937Z | [ 17] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec |
| 3109 | 2025-05-08T21:19:21.937Z | [ 19] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec |
| 3110 | 2025-05-08T21:19:21.937Z | [SUM] 3.00-4.00 sec 159 MBytes 1.33 Gbits/sec |
| 3111 | 2025-05-08T21:19:21.937Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3112 | 2025-05-08T21:19:21.937Z | [ 5] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
| 3113 | 2025-05-08T21:19:21.937Z | [ 7] 4.00-5.00 sec 21.2 MBytes 178 Mbits/sec |
| 3114 | 2025-05-08T21:19:21.937Z | [ 9] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
| 3115 | 2025-05-08T21:19:21.937Z | [ 11] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
| 3116 | 2025-05-08T21:19:21.937Z | [ 13] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
| 3117 | 2025-05-08T21:19:21.937Z | [ 15] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
| 3118 | 2025-05-08T21:19:21.937Z | [ 17] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
| 3119 | 2025-05-08T21:19:21.937Z | [ 19] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
| 3120 | 2025-05-08T21:19:21.937Z | [SUM] 4.00-5.00 sec 171 MBytes 1.43 Gbits/sec |
| 3121 | 2025-05-08T21:19:21.937Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3122 | 2025-05-08T21:19:21.937Z | [ 5] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
| 3123 | 2025-05-08T21:19:21.937Z | [ 7] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
| 3124 | 2025-05-08T21:19:21.937Z | [ 9] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
| 3125 | 2025-05-08T21:19:21.937Z | [ 11] 5.00-6.00 sec 21.2 MBytes 177 Mbits/sec |
| 3126 | 2025-05-08T21:19:21.937Z | [ 13] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
| 3127 | 2025-05-08T21:19:21.937Z | [ 15] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
| 3128 | 2025-05-08T21:19:21.937Z | [ 17] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
| 3129 | 2025-05-08T21:19:21.938Z | [ 19] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
| 3130 | 2025-05-08T21:19:21.938Z | [SUM] 5.00-6.00 sec 169 MBytes 1.42 Gbits/sec |
| 3131 | 2025-05-08T21:19:21.938Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3132 | 2025-05-08T21:19:21.938Z | [ 5] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec |
| 3133 | 2025-05-08T21:19:21.938Z | [ 7] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec |
| 3134 | 2025-05-08T21:19:21.938Z | [ 9] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec |
| 3135 | 2025-05-08T21:19:25.151Z | [ 11] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec |
| 3136 | 2025-05-08T21:19:25.151Z | [ 13] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec |
| 3137 | 2025-05-08T21:19:25.151Z | [ 15] 6.00-7.00 sec 20.2 MBytes 170 Mbits/sec |
| 3138 | 2025-05-08T21:19:25.151Z | [ 17] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec |
| 3139 | 2025-05-08T21:19:25.151Z | [ 19] 6.00-7.00 sec 20.2 MBytes 170 Mbits/sec |
| 3140 | 2025-05-08T21:19:25.151Z | [SUM] 6.00-7.00 sec 162 MBytes 1.36 Gbits/sec |
| 3141 | 2025-05-08T21:19:25.151Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3142 | 2025-05-08T21:19:25.151Z | [ 5] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
| 3143 | 2025-05-08T21:19:25.151Z | [ 7] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
| 3144 | 2025-05-08T21:19:25.151Z | [ 9] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
| 3145 | 2025-05-08T21:19:25.151Z | [ 11] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
| 3146 | 2025-05-08T21:19:25.151Z | [ 13] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
| 3147 | 2025-05-08T21:19:25.151Z | [ 15] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
| 3148 | 2025-05-08T21:19:25.151Z | [ 17] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
| 3149 | 2025-05-08T21:19:25.151Z | [ 19] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
| 3150 | 2025-05-08T21:19:25.151Z | [SUM] 7.00-8.00 sec 170 MBytes 1.43 Gbits/sec |
| 3151 | 2025-05-08T21:19:25.151Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3152 | 2025-05-08T21:19:25.151Z | [ 5] 8.00-9.00 sec 20.4 MBytes 172 Mbits/sec |
| 3153 | 2025-05-08T21:19:25.151Z | [ 7] 8.00-9.00 sec 20.5 MBytes 172 Mbits/sec |
| 3154 | 2025-05-08T21:19:25.151Z | [ 9] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3155 | 2025-05-08T21:19:25.151Z | [ 11] 8.00-9.00 sec 20.5 MBytes 172 Mbits/sec |
| 3156 | 2025-05-08T21:19:25.151Z | [ 13] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3157 | 2025-05-08T21:19:25.151Z | [ 15] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3158 | 2025-05-08T21:19:25.151Z | [ 17] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3159 | 2025-05-08T21:19:25.151Z | [ 19] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3160 | 2025-05-08T21:19:25.151Z | [SUM] 8.00-9.00 sec 163 MBytes 1.37 Gbits/sec |
| 3161 | 2025-05-08T21:19:25.151Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3162 | 2025-05-08T21:19:25.151Z | [ 5] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec |
| 3163 | 2025-05-08T21:19:25.151Z | [ 7] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 3164 | 2025-05-08T21:19:25.151Z | [ 9] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 3165 | 2025-05-08T21:19:25.151Z | [ 11] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 3166 | 2025-05-08T21:19:25.151Z | [ 13] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 3167 | 2025-05-08T21:19:25.152Z | [ 15] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec |
| 3168 | 2025-05-08T21:19:25.152Z | [ 17] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec |
| 3169 | 2025-05-08T21:19:25.152Z | [ 19] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 3170 | 2025-05-08T21:19:25.152Z | [SUM] 9.00-10.00 sec 162 MBytes 1.36 Gbits/sec |
| 3171 | 2025-05-08T21:19:25.152Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3172 | 2025-05-08T21:19:25.152Z | [ 5] 10.00-10.00 sec 56.2 KBytes 258 Mbits/sec |
| 3173 | 2025-05-08T21:19:25.152Z | [ 7] 10.00-10.00 sec 24.3 KBytes 112 Mbits/sec |
| 3174 | 2025-05-08T21:19:25.152Z | [ 9] 10.00-10.00 sec 27.6 KBytes 127 Mbits/sec |
| 3175 | 2025-05-08T21:19:25.152Z | [ 11] 10.00-10.00 sec 24.1 KBytes 111 Mbits/sec |
| 3176 | 2025-05-08T21:19:25.152Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 3177 | 2025-05-08T21:19:25.152Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 3178 | 2025-05-08T21:19:25.152Z | [ 17] 10.00-10.00 sec 81.6 KBytes 375 Mbits/sec |
| 3179 | 2025-05-08T21:19:25.153Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 3180 | 2025-05-08T21:19:25.153Z | [SUM] 10.00-10.00 sec 214 KBytes 982 Mbits/sec |
| 3181 | 2025-05-08T21:19:25.153Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3182 | 2025-05-08T21:19:25.153Z | [ ID] Interval Transfer Bandwidth |
| 3183 | 2025-05-08T21:19:25.153Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3184 | 2025-05-08T21:19:25.153Z | [ 5] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3185 | 2025-05-08T21:19:25.153Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3186 | 2025-05-08T21:19:25.153Z | [ 7] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3187 | 2025-05-08T21:19:25.153Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3188 | 2025-05-08T21:19:25.153Z | [ 9] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3189 | 2025-05-08T21:19:25.153Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3190 | 2025-05-08T21:19:25.153Z | [ 11] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3191 | 2025-05-08T21:19:25.153Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3192 | 2025-05-08T21:19:25.153Z | [ 13] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3193 | 2025-05-08T21:19:25.153Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3194 | 2025-05-08T21:19:25.153Z | [ 15] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3195 | 2025-05-08T21:19:25.153Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3196 | 2025-05-08T21:19:25.153Z | [ 17] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3197 | 2025-05-08T21:19:25.153Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3198 | 2025-05-08T21:19:25.153Z | [ 19] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver |
| 3199 | 2025-05-08T21:19:25.153Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3200 | 2025-05-08T21:19:25.153Z | [SUM] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec receiver |
| 3201 | 2025-05-08T21:19:25.156Z | Run 7/10...1333.254Mbps |
| 3202 | 2025-05-08T21:19:32.187Z | ----------------------------------------------------------- |
| 3203 | 2025-05-08T21:19:32.187Z | Server listening on 5201 |
| 3204 | 2025-05-08T21:19:32.187Z | ----------------------------------------------------------- |
| 3205 | 2025-05-08T21:19:32.187Z | Accepted connection from 10.0.0.1, port 57232 |
| 3206 | 2025-05-08T21:19:32.187Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54727 |
| 3207 | 2025-05-08T21:19:32.187Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56889 |
| 3208 | 2025-05-08T21:19:32.187Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50974 |
| 3209 | 2025-05-08T21:19:32.187Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42387 |
| 3210 | 2025-05-08T21:19:32.187Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36663 |
| 3211 | 2025-05-08T21:19:32.187Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42465 |
| 3212 | 2025-05-08T21:19:32.187Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46969 |
| 3213 | 2025-05-08T21:19:32.187Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39093 |
| 3214 | 2025-05-08T21:19:32.187Z | [ ID] Interval Transfer Bandwidth |
| 3215 | 2025-05-08T21:19:32.187Z | [ 5] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec |
| 3216 | 2025-05-08T21:19:32.187Z | [ 7] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec |
| 3217 | 2025-05-08T21:19:32.187Z | [ 9] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec |
| 3218 | 2025-05-08T21:19:32.187Z | [ 11] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec |
| 3219 | 2025-05-08T21:19:32.187Z | [ 13] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec |
| 3220 | 2025-05-08T21:19:32.187Z | [ 15] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec |
| 3221 | 2025-05-08T21:19:32.187Z | [ 17] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec |
| 3222 | 2025-05-08T21:19:32.187Z | [ 19] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec |
| 3223 | 2025-05-08T21:19:32.187Z | [SUM] 0.00-1.00 sec 116 MBytes 976 Mbits/sec |
| 3224 | 2025-05-08T21:19:32.187Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3225 | 2025-05-08T21:19:32.187Z | [ 5] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 3226 | 2025-05-08T21:19:32.187Z | [ 7] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 3227 | 2025-05-08T21:19:32.187Z | [ 9] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 3228 | 2025-05-08T21:19:32.187Z | [ 11] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 3229 | 2025-05-08T21:19:32.188Z | [ 13] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 3230 | 2025-05-08T21:19:32.188Z | [ 15] 1.00-2.00 sec 20.1 MBytes 168 Mbits/sec |
| 3231 | 2025-05-08T21:19:32.188Z | [ 17] 1.00-2.00 sec 20.1 MBytes 168 Mbits/sec |
| 3232 | 2025-05-08T21:19:32.188Z | [ 19] 1.00-2.00 sec 20.1 MBytes 168 Mbits/sec |
| 3233 | 2025-05-08T21:19:32.188Z | [SUM] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec |
| 3234 | 2025-05-08T21:19:32.188Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3235 | 2025-05-08T21:19:32.188Z | [ 5] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 3236 | 2025-05-08T21:19:32.188Z | [ 7] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 3237 | 2025-05-08T21:19:32.188Z | [ 9] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 3238 | 2025-05-08T21:19:32.188Z | [ 11] 2.00-3.00 sec 19.7 MBytes 166 Mbits/sec |
| 3239 | 2025-05-08T21:19:32.188Z | [ 13] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec |
| 3240 | 2025-05-08T21:19:32.188Z | [ 15] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 3241 | 2025-05-08T21:19:32.188Z | [ 17] 2.00-3.00 sec 19.7 MBytes 166 Mbits/sec |
| 3242 | 2025-05-08T21:19:32.188Z | [ 19] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 3243 | 2025-05-08T21:19:32.188Z | [SUM] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec |
| 3244 | 2025-05-08T21:19:32.188Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3245 | 2025-05-08T21:19:32.188Z | [ 5] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 3246 | 2025-05-08T21:19:32.188Z | [ 7] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 3247 | 2025-05-08T21:19:32.188Z | [ 9] 3.00-4.00 sec 20.1 MBytes 168 Mbits/sec |
| 3248 | 2025-05-08T21:19:32.188Z | [ 11] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 3249 | 2025-05-08T21:19:32.188Z | [ 13] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 3250 | 2025-05-08T21:19:32.188Z | [ 15] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 3251 | 2025-05-08T21:19:32.188Z | [ 17] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 3252 | 2025-05-08T21:19:32.188Z | [ 19] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 3253 | 2025-05-08T21:19:32.188Z | [SUM] 3.00-4.00 sec 161 MBytes 1.35 Gbits/sec |
| 3254 | 2025-05-08T21:19:32.188Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3255 | 2025-05-08T21:19:32.188Z | [ 5] 4.00-5.00 sec 20.0 MBytes 167 Mbits/sec |
| 3256 | 2025-05-08T21:19:32.188Z | [ 7] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3257 | 2025-05-08T21:19:32.188Z | [ 9] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 3258 | 2025-05-08T21:19:32.188Z | [ 11] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3259 | 2025-05-08T21:19:32.188Z | [ 13] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 3260 | 2025-05-08T21:19:32.188Z | [ 15] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3261 | 2025-05-08T21:19:32.188Z | [ 17] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3262 | 2025-05-08T21:19:32.188Z | [ 19] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3263 | 2025-05-08T21:19:32.188Z | [SUM] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec |
| 3264 | 2025-05-08T21:19:32.188Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3265 | 2025-05-08T21:19:32.188Z | [ 5] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 3266 | 2025-05-08T21:19:32.188Z | [ 7] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 3267 | 2025-05-08T21:19:32.188Z | [ 9] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec |
| 3268 | 2025-05-08T21:19:32.189Z | [ 11] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 3269 | 2025-05-08T21:19:32.189Z | [ 13] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 3270 | 2025-05-08T21:19:32.189Z | [ 15] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 3271 | 2025-05-08T21:19:32.189Z | [ 17] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 3272 | 2025-05-08T21:19:32.189Z | [ 19] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 3273 | 2025-05-08T21:19:32.189Z | [SUM] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec |
| 3274 | 2025-05-08T21:19:32.189Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3275 | 2025-05-08T21:19:32.189Z | [ 5] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec |
| 3276 | 2025-05-08T21:19:32.189Z | [ 7] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec |
| 3277 | 2025-05-08T21:19:32.189Z | [ 9] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec |
| 3278 | 2025-05-08T21:19:35.302Z | [ 11] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec |
| 3279 | 2025-05-08T21:19:35.302Z | [ 13] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec |
| 3280 | 2025-05-08T21:19:35.302Z | [ 15] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec |
| 3281 | 2025-05-08T21:19:35.302Z | [ 17] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec |
| 3282 | 2025-05-08T21:19:35.302Z | [ 19] 6.00-7.00 sec 20.6 MBytes 172 Mbits/sec |
| 3283 | 2025-05-08T21:19:35.302Z | [SUM] 6.00-7.00 sec 164 MBytes 1.38 Gbits/sec |
| 3284 | 2025-05-08T21:19:35.302Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3285 | 2025-05-08T21:19:35.302Z | [ 5] 7.00-8.00 sec 20.3 MBytes 171 Mbits/sec |
| 3286 | 2025-05-08T21:19:35.302Z | [ 7] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 3287 | 2025-05-08T21:19:35.302Z | [ 9] 7.00-8.00 sec 20.2 MBytes 170 Mbits/sec |
| 3288 | 2025-05-08T21:19:35.302Z | [ 11] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 3289 | 2025-05-08T21:19:35.302Z | [ 13] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 3290 | 2025-05-08T21:19:35.302Z | [ 15] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 3291 | 2025-05-08T21:19:35.302Z | [ 17] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 3292 | 2025-05-08T21:19:35.302Z | [ 19] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 3293 | 2025-05-08T21:19:35.302Z | [SUM] 7.00-8.00 sec 162 MBytes 1.36 Gbits/sec |
| 3294 | 2025-05-08T21:19:35.302Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3295 | 2025-05-08T21:19:35.302Z | [ 5] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 3296 | 2025-05-08T21:19:35.302Z | [ 7] 8.00-9.00 sec 20.9 MBytes 176 Mbits/sec |
| 3297 | 2025-05-08T21:19:35.302Z | [ 9] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 3298 | 2025-05-08T21:19:35.302Z | [ 11] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 3299 | 2025-05-08T21:19:35.302Z | [ 13] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 3300 | 2025-05-08T21:19:35.302Z | [ 15] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 3301 | 2025-05-08T21:19:35.302Z | [ 17] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 3302 | 2025-05-08T21:19:35.302Z | [ 19] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
| 3303 | 2025-05-08T21:19:35.303Z | [SUM] 8.00-9.00 sec 168 MBytes 1.41 Gbits/sec |
| 3304 | 2025-05-08T21:19:35.303Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3305 | 2025-05-08T21:19:35.303Z | [ 5] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3306 | 2025-05-08T21:19:35.303Z | [ 7] 9.00-10.00 sec 20.1 MBytes 169 Mbits/sec |
| 3307 | 2025-05-08T21:19:35.303Z | [ 9] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3308 | 2025-05-08T21:19:35.303Z | [ 11] 9.00-10.00 sec 20.1 MBytes 169 Mbits/sec |
| 3309 | 2025-05-08T21:19:35.303Z | [ 13] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3310 | 2025-05-08T21:19:35.303Z | [ 15] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3311 | 2025-05-08T21:19:35.303Z | [ 17] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec |
| 3312 | 2025-05-08T21:19:35.303Z | [ 19] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec |
| 3313 | 2025-05-08T21:19:35.303Z | [SUM] 9.00-10.00 sec 161 MBytes 1.35 Gbits/sec |
| 3314 | 2025-05-08T21:19:35.303Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3315 | 2025-05-08T21:19:35.303Z | [ 5] 10.00-10.00 sec 63.6 KBytes 139 Mbits/sec |
| 3316 | 2025-05-08T21:19:35.303Z | [ 7] 10.00-10.00 sec 72.3 KBytes 159 Mbits/sec |
| 3317 | 2025-05-08T21:19:35.303Z | [ 9] 10.00-10.00 sec 97.1 KBytes 213 Mbits/sec |
| 3318 | 2025-05-08T21:19:35.303Z | [ 11] 10.00-10.00 sec 84.3 KBytes 185 Mbits/sec |
| 3319 | 2025-05-08T21:19:35.303Z | [ 13] 10.00-10.00 sec 126 KBytes 276 Mbits/sec |
| 3320 | 2025-05-08T21:19:35.303Z | [ 15] 10.00-10.00 sec 126 KBytes 276 Mbits/sec |
| 3321 | 2025-05-08T21:19:35.303Z | [ 17] 10.00-10.00 sec 125 KBytes 274 Mbits/sec |
| 3322 | 2025-05-08T21:19:35.303Z | [ 19] 10.00-10.00 sec 124 KBytes 273 Mbits/sec |
| 3323 | 2025-05-08T21:19:35.303Z | [SUM] 10.00-10.00 sec 818 KBytes 1.79 Gbits/sec |
| 3324 | 2025-05-08T21:19:35.303Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3325 | 2025-05-08T21:19:35.303Z | [ ID] Interval Transfer Bandwidth |
| 3326 | 2025-05-08T21:19:35.303Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3327 | 2025-05-08T21:19:35.303Z | [ 5] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver |
| 3328 | 2025-05-08T21:19:35.303Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3329 | 2025-05-08T21:19:35.303Z | [ 7] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver |
| 3330 | 2025-05-08T21:19:35.303Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3331 | 2025-05-08T21:19:35.303Z | [ 9] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver |
| 3332 | 2025-05-08T21:19:35.303Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3333 | 2025-05-08T21:19:35.303Z | [ 11] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver |
| 3334 | 2025-05-08T21:19:35.303Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3335 | 2025-05-08T21:19:35.303Z | [ 13] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver |
| 3336 | 2025-05-08T21:19:35.303Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3337 | 2025-05-08T21:19:35.303Z | [ 15] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver |
| 3338 | 2025-05-08T21:19:35.303Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3339 | 2025-05-08T21:19:35.303Z | [ 17] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver |
| 3340 | 2025-05-08T21:19:35.303Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3341 | 2025-05-08T21:19:35.303Z | [ 19] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver |
| 3342 | 2025-05-08T21:19:35.304Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3343 | 2025-05-08T21:19:35.304Z | [SUM] 0.00-10.00 sec 1.54 GBytes 1.32 Gbits/sec receiver |
| 3344 | 2025-05-08T21:19:35.307Z | Run 8/10...1320.627Mbps |
| 3345 | 2025-05-08T21:19:42.337Z | ----------------------------------------------------------- |
| 3346 | 2025-05-08T21:19:42.337Z | Server listening on 5201 |
| 3347 | 2025-05-08T21:19:42.337Z | ----------------------------------------------------------- |
| 3348 | 2025-05-08T21:19:42.337Z | Accepted connection from 10.0.0.1, port 49291 |
| 3349 | 2025-05-08T21:19:42.337Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63222 |
| 3350 | 2025-05-08T21:19:42.337Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62522 |
| 3351 | 2025-05-08T21:19:42.337Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48178 |
| 3352 | 2025-05-08T21:19:42.337Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33347 |
| 3353 | 2025-05-08T21:19:42.337Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43184 |
| 3354 | 2025-05-08T21:19:42.337Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38843 |
| 3355 | 2025-05-08T21:19:42.337Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35908 |
| 3356 | 2025-05-08T21:19:42.337Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47276 |
| 3357 | 2025-05-08T21:19:42.337Z | [ ID] Interval Transfer Bandwidth |
| 3358 | 2025-05-08T21:19:42.337Z | [ 5] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
| 3359 | 2025-05-08T21:19:42.337Z | [ 7] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
| 3360 | 2025-05-08T21:19:42.337Z | [ 9] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 3361 | 2025-05-08T21:19:42.337Z | [ 11] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
| 3362 | 2025-05-08T21:19:42.337Z | [ 13] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
| 3363 | 2025-05-08T21:19:42.337Z | [ 15] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 3364 | 2025-05-08T21:19:42.337Z | [ 17] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 3365 | 2025-05-08T21:19:42.337Z | [ 19] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
| 3366 | 2025-05-08T21:19:42.337Z | [SUM] 0.00-1.00 sec 115 MBytes 966 Mbits/sec |
| 3367 | 2025-05-08T21:19:42.337Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3368 | 2025-05-08T21:19:42.337Z | [ 5] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3369 | 2025-05-08T21:19:42.337Z | [ 7] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3370 | 2025-05-08T21:19:42.337Z | [ 9] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3371 | 2025-05-08T21:19:42.337Z | [ 11] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec |
| 3372 | 2025-05-08T21:19:42.338Z | [ 13] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec |
| 3373 | 2025-05-08T21:19:42.338Z | [ 15] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec |
| 3374 | 2025-05-08T21:19:42.338Z | [ 17] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec |
| 3375 | 2025-05-08T21:19:42.338Z | [ 19] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3376 | 2025-05-08T21:19:42.338Z | [SUM] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec |
| 3377 | 2025-05-08T21:19:42.338Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3378 | 2025-05-08T21:19:42.338Z | [ 5] 2.00-3.00 sec 20.2 MBytes 170 Mbits/sec |
| 3379 | 2025-05-08T21:19:42.338Z | [ 7] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec |
| 3380 | 2025-05-08T21:19:42.338Z | [ 9] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec |
| 3381 | 2025-05-08T21:19:42.338Z | [ 11] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3382 | 2025-05-08T21:19:42.338Z | [ 13] 2.00-3.00 sec 20.3 MBytes 171 Mbits/sec |
| 3383 | 2025-05-08T21:19:42.342Z | [ 15] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3384 | 2025-05-08T21:19:42.342Z | [ 17] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3385 | 2025-05-08T21:19:42.342Z | [ 19] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3386 | 2025-05-08T21:19:42.342Z | [SUM] 2.00-3.00 sec 163 MBytes 1.36 Gbits/sec |
| 3387 | 2025-05-08T21:19:42.342Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3388 | 2025-05-08T21:19:42.342Z | [ 5] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 3389 | 2025-05-08T21:19:42.342Z | [ 7] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 3390 | 2025-05-08T21:19:42.342Z | [ 9] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 3391 | 2025-05-08T21:19:42.342Z | [ 11] 3.00-4.00 sec 19.7 MBytes 166 Mbits/sec |
| 3392 | 2025-05-08T21:19:42.342Z | [ 13] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 3393 | 2025-05-08T21:19:42.342Z | [ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 3394 | 2025-05-08T21:19:42.342Z | [ 17] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 3395 | 2025-05-08T21:19:42.342Z | [ 19] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 3396 | 2025-05-08T21:19:42.342Z | [SUM] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec |
| 3397 | 2025-05-08T21:19:42.342Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3398 | 2025-05-08T21:19:42.343Z | [ 5] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3399 | 2025-05-08T21:19:42.343Z | [ 7] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 3400 | 2025-05-08T21:19:42.343Z | [ 9] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 3401 | 2025-05-08T21:19:42.343Z | [ 11] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 3402 | 2025-05-08T21:19:42.343Z | [ 13] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3403 | 2025-05-08T21:19:42.343Z | [ 15] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3404 | 2025-05-08T21:19:42.343Z | [ 17] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3405 | 2025-05-08T21:19:42.343Z | [ 19] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3406 | 2025-05-08T21:19:42.343Z | [SUM] 4.00-5.00 sec 159 MBytes 1.33 Gbits/sec |
| 3407 | 2025-05-08T21:19:42.343Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3408 | 2025-05-08T21:19:42.343Z | [ 5] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec |
| 3409 | 2025-05-08T21:19:42.343Z | [ 7] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec |
| 3410 | 2025-05-08T21:19:42.343Z | [ 9] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 3411 | 2025-05-08T21:19:42.343Z | [ 11] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 3412 | 2025-05-08T21:19:42.343Z | [ 13] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 3413 | 2025-05-08T21:19:42.343Z | [ 15] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 3414 | 2025-05-08T21:19:42.343Z | [ 17] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec |
| 3415 | 2025-05-08T21:19:42.343Z | [ 19] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec |
| 3416 | 2025-05-08T21:19:42.343Z | [SUM] 5.00-6.00 sec 166 MBytes 1.39 Gbits/sec |
| 3417 | 2025-05-08T21:19:42.343Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3418 | 2025-05-08T21:19:42.343Z | [ 5] 6.00-7.00 sec 20.1 MBytes 168 Mbits/sec |
| 3419 | 2025-05-08T21:19:42.343Z | [ 7] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec |
| 3420 | 2025-05-08T21:19:42.343Z | [ 9] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec |
| 3421 | 2025-05-08T21:19:45.453Z | [ 11] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec |
| 3422 | 2025-05-08T21:19:45.454Z | [ 13] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec |
| 3423 | 2025-05-08T21:19:45.454Z | [ 15] 6.00-7.00 sec 20.1 MBytes 168 Mbits/sec |
| 3424 | 2025-05-08T21:19:45.454Z | [ 17] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec |
| 3425 | 2025-05-08T21:19:45.454Z | [ 19] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec |
| 3426 | 2025-05-08T21:19:45.454Z | [SUM] 6.00-7.00 sec 161 MBytes 1.35 Gbits/sec |
| 3427 | 2025-05-08T21:19:45.454Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3428 | 2025-05-08T21:19:45.454Z | [ 5] 7.00-8.00 sec 20.9 MBytes 175 Mbits/sec |
| 3429 | 2025-05-08T21:19:45.454Z | [ 7] 7.00-8.00 sec 20.9 MBytes 176 Mbits/sec |
| 3430 | 2025-05-08T21:19:45.454Z | [ 9] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec |
| 3431 | 2025-05-08T21:19:45.454Z | [ 11] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec |
| 3432 | 2025-05-08T21:19:45.455Z | [ 13] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec |
| 3433 | 2025-05-08T21:19:45.455Z | [ 15] 7.00-8.00 sec 20.9 MBytes 175 Mbits/sec |
| 3434 | 2025-05-08T21:19:45.455Z | [ 17] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec |
| 3435 | 2025-05-08T21:19:45.455Z | [ 19] 7.00-8.00 sec 20.9 MBytes 175 Mbits/sec |
| 3436 | 2025-05-08T21:19:45.456Z | [SUM] 7.00-8.00 sec 167 MBytes 1.40 Gbits/sec |
| 3437 | 2025-05-08T21:19:45.456Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3438 | 2025-05-08T21:19:45.456Z | [ 5] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec |
| 3439 | 2025-05-08T21:19:45.456Z | [ 7] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec |
| 3440 | 2025-05-08T21:19:45.456Z | [ 9] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec |
| 3441 | 2025-05-08T21:19:45.456Z | [ 11] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec |
| 3442 | 2025-05-08T21:19:45.456Z | [ 13] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec |
| 3443 | 2025-05-08T21:19:45.456Z | [ 15] 8.00-9.00 sec 20.7 MBytes 174 Mbits/sec |
| 3444 | 2025-05-08T21:19:45.456Z | [ 17] 8.00-9.00 sec 20.7 MBytes 174 Mbits/sec |
| 3445 | 2025-05-08T21:19:45.456Z | [ 19] 8.00-9.00 sec 20.7 MBytes 174 Mbits/sec |
| 3446 | 2025-05-08T21:19:45.456Z | [SUM] 8.00-9.00 sec 166 MBytes 1.39 Gbits/sec |
| 3447 | 2025-05-08T21:19:45.456Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3448 | 2025-05-08T21:19:45.457Z | [ 5] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3449 | 2025-05-08T21:19:45.457Z | [ 7] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3450 | 2025-05-08T21:19:45.457Z | [ 9] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3451 | 2025-05-08T21:19:45.457Z | [ 11] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec |
| 3452 | 2025-05-08T21:19:45.457Z | [ 13] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3453 | 2025-05-08T21:19:45.457Z | [ 15] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3454 | 2025-05-08T21:19:45.457Z | [ 17] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3455 | 2025-05-08T21:19:45.457Z | [ 19] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec |
| 3456 | 2025-05-08T21:19:45.457Z | [SUM] 9.00-10.00 sec 161 MBytes 1.35 Gbits/sec |
| 3457 | 2025-05-08T21:19:45.457Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3458 | 2025-05-08T21:19:45.457Z | [ 5] 10.00-10.00 sec 124 KBytes 295 Mbits/sec |
| 3459 | 2025-05-08T21:19:45.458Z | [ 7] 10.00-10.00 sec 20.4 KBytes 48.3 Mbits/sec |
| 3460 | 2025-05-08T21:19:45.458Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 3461 | 2025-05-08T21:19:45.458Z | [ 11] 10.00-10.00 sec 126 KBytes 299 Mbits/sec |
| 3462 | 2025-05-08T21:19:45.458Z | [ 13] 10.00-10.00 sec 85.9 KBytes 204 Mbits/sec |
| 3463 | 2025-05-08T21:19:45.458Z | [ 15] 10.00-10.00 sec 126 KBytes 299 Mbits/sec |
| 3464 | 2025-05-08T21:19:45.458Z | [ 17] 10.00-10.00 sec 96.6 KBytes 229 Mbits/sec |
| 3465 | 2025-05-08T21:19:45.458Z | [ 19] 10.00-10.00 sec 122 KBytes 290 Mbits/sec |
| 3466 | 2025-05-08T21:19:45.458Z | [SUM] 10.00-10.00 sec 701 KBytes 1.66 Gbits/sec |
| 3467 | 2025-05-08T21:19:45.465Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3468 | 2025-05-08T21:19:45.465Z | [ ID] Interval Transfer Bandwidth |
| 3469 | 2025-05-08T21:19:45.465Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3470 | 2025-05-08T21:19:45.465Z | [ 5] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3471 | 2025-05-08T21:19:45.465Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3472 | 2025-05-08T21:19:45.466Z | [ 7] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3473 | 2025-05-08T21:19:45.466Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3474 | 2025-05-08T21:19:45.466Z | [ 9] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3475 | 2025-05-08T21:19:45.466Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3476 | 2025-05-08T21:19:45.466Z | [ 11] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3477 | 2025-05-08T21:19:45.466Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3478 | 2025-05-08T21:19:45.467Z | [ 13] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3479 | 2025-05-08T21:19:45.467Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3480 | 2025-05-08T21:19:45.467Z | [ 15] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3481 | 2025-05-08T21:19:45.467Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3482 | 2025-05-08T21:19:45.467Z | [ 17] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3483 | 2025-05-08T21:19:45.467Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3484 | 2025-05-08T21:19:45.467Z | [ 19] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3485 | 2025-05-08T21:19:45.467Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3486 | 2025-05-08T21:19:45.468Z | [SUM] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec receiver |
| 3487 | 2025-05-08T21:19:45.468Z | Run 9/10...1327.762Mbps |
| 3488 | 2025-05-08T21:19:52.489Z | ----------------------------------------------------------- |
| 3489 | 2025-05-08T21:19:52.489Z | Server listening on 5201 |
| 3490 | 2025-05-08T21:19:52.489Z | ----------------------------------------------------------- |
| 3491 | 2025-05-08T21:19:52.489Z | Accepted connection from 10.0.0.1, port 47508 |
| 3492 | 2025-05-08T21:19:52.489Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58776 |
| 3493 | 2025-05-08T21:19:52.489Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45500 |
| 3494 | 2025-05-08T21:19:52.489Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53016 |
| 3495 | 2025-05-08T21:19:52.489Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55442 |
| 3496 | 2025-05-08T21:19:52.489Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50401 |
| 3497 | 2025-05-08T21:19:52.489Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57185 |
| 3498 | 2025-05-08T21:19:52.489Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52699 |
| 3499 | 2025-05-08T21:19:52.489Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59932 |
| 3500 | 2025-05-08T21:19:52.489Z | [ ID] Interval Transfer Bandwidth |
| 3501 | 2025-05-08T21:19:52.489Z | [ 5] 0.00-1.00 sec 13.8 MBytes 116 Mbits/sec |
| 3502 | 2025-05-08T21:19:52.489Z | [ 7] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec |
| 3503 | 2025-05-08T21:19:52.489Z | [ 9] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec |
| 3504 | 2025-05-08T21:19:52.489Z | [ 11] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec |
| 3505 | 2025-05-08T21:19:52.489Z | [ 13] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec |
| 3506 | 2025-05-08T21:19:52.489Z | [ 15] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec |
| 3507 | 2025-05-08T21:19:52.490Z | [ 17] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec |
| 3508 | 2025-05-08T21:19:52.490Z | [ 19] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec |
| 3509 | 2025-05-08T21:19:52.490Z | [SUM] 0.00-1.00 sec 110 MBytes 919 Mbits/sec |
| 3510 | 2025-05-08T21:19:52.490Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3511 | 2025-05-08T21:19:52.490Z | [ 5] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec |
| 3512 | 2025-05-08T21:19:52.490Z | [ 7] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3513 | 2025-05-08T21:19:52.490Z | [ 9] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3514 | 2025-05-08T21:19:52.490Z | [ 11] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3515 | 2025-05-08T21:19:52.490Z | [ 13] 1.00-2.00 sec 20.9 MBytes 176 Mbits/sec |
| 3516 | 2025-05-08T21:19:52.490Z | [ 15] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3517 | 2025-05-08T21:19:52.490Z | [ 17] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec |
| 3518 | 2025-05-08T21:19:52.490Z | [ 19] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec |
| 3519 | 2025-05-08T21:19:52.490Z | [SUM] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec |
| 3520 | 2025-05-08T21:19:52.491Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3521 | 2025-05-08T21:19:52.491Z | [ 5] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 3522 | 2025-05-08T21:19:52.491Z | [ 7] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 3523 | 2025-05-08T21:19:52.491Z | [ 9] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3524 | 2025-05-08T21:19:52.491Z | [ 11] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3525 | 2025-05-08T21:19:52.491Z | [ 13] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3526 | 2025-05-08T21:19:52.491Z | [ 15] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3527 | 2025-05-08T21:19:52.491Z | [ 17] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3528 | 2025-05-08T21:19:52.491Z | [ 19] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3529 | 2025-05-08T21:19:52.491Z | [SUM] 2.00-3.00 sec 163 MBytes 1.37 Gbits/sec |
| 3530 | 2025-05-08T21:19:52.491Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3531 | 2025-05-08T21:19:52.491Z | [ 5] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 3532 | 2025-05-08T21:19:52.491Z | [ 7] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec |
| 3533 | 2025-05-08T21:19:52.491Z | [ 9] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 3534 | 2025-05-08T21:19:52.491Z | [ 11] 3.00-4.00 sec 20.3 MBytes 171 Mbits/sec |
| 3535 | 2025-05-08T21:19:52.491Z | [ 13] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec |
| 3536 | 2025-05-08T21:19:52.491Z | [ 15] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 3537 | 2025-05-08T21:19:52.491Z | [ 17] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 3538 | 2025-05-08T21:19:52.491Z | [ 19] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 3539 | 2025-05-08T21:19:52.491Z | [SUM] 3.00-4.00 sec 163 MBytes 1.36 Gbits/sec |
| 3540 | 2025-05-08T21:19:52.491Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3541 | 2025-05-08T21:19:52.491Z | [ 5] 4.00-5.00 sec 20.7 MBytes 174 Mbits/sec |
| 3542 | 2025-05-08T21:19:52.491Z | [ 7] 4.00-5.00 sec 20.8 MBytes 175 Mbits/sec |
| 3543 | 2025-05-08T21:19:52.491Z | [ 9] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec |
| 3544 | 2025-05-08T21:19:52.491Z | [ 11] 4.00-5.00 sec 20.8 MBytes 174 Mbits/sec |
| 3545 | 2025-05-08T21:19:52.491Z | [ 13] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec |
| 3546 | 2025-05-08T21:19:52.491Z | [ 15] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec |
| 3547 | 2025-05-08T21:19:52.491Z | [ 17] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec |
| 3548 | 2025-05-08T21:19:52.491Z | [ 19] 4.00-5.00 sec 20.8 MBytes 175 Mbits/sec |
| 3549 | 2025-05-08T21:19:52.491Z | [SUM] 4.00-5.00 sec 167 MBytes 1.40 Gbits/sec |
| 3550 | 2025-05-08T21:19:52.491Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3551 | 2025-05-08T21:19:52.491Z | [ 5] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 3552 | 2025-05-08T21:19:52.491Z | [ 7] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 3553 | 2025-05-08T21:19:52.491Z | [ 9] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec |
| 3554 | 2025-05-08T21:19:52.491Z | [ 11] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 3555 | 2025-05-08T21:19:52.492Z | [ 13] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 3556 | 2025-05-08T21:19:52.492Z | [ 15] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 3557 | 2025-05-08T21:19:52.492Z | [ 17] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 3558 | 2025-05-08T21:19:52.492Z | [ 19] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 3559 | 2025-05-08T21:19:52.492Z | [SUM] 5.00-6.00 sec 163 MBytes 1.37 Gbits/sec |
| 3560 | 2025-05-08T21:19:52.492Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3561 | 2025-05-08T21:19:52.492Z | [ 5] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 3562 | 2025-05-08T21:19:52.492Z | [ 7] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 3563 | 2025-05-08T21:19:52.492Z | [ 9] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 3564 | 2025-05-08T21:19:55.604Z | [ 11] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 3565 | 2025-05-08T21:19:55.604Z | [ 13] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 3566 | 2025-05-08T21:19:55.604Z | [ 15] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 3567 | 2025-05-08T21:19:55.604Z | [ 17] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec |
| 3568 | 2025-05-08T21:19:55.604Z | [ 19] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 3569 | 2025-05-08T21:19:55.604Z | [SUM] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec |
| 3570 | 2025-05-08T21:19:55.604Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3571 | 2025-05-08T21:19:55.604Z | [ 5] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 3572 | 2025-05-08T21:19:55.604Z | [ 7] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec |
| 3573 | 2025-05-08T21:19:55.604Z | [ 9] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec |
| 3574 | 2025-05-08T21:19:55.604Z | [ 11] 7.00-8.00 sec 20.2 MBytes 170 Mbits/sec |
| 3575 | 2025-05-08T21:19:55.604Z | [ 13] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec |
| 3576 | 2025-05-08T21:19:55.604Z | [ 15] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec |
| 3577 | 2025-05-08T21:19:55.604Z | [ 17] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec |
| 3578 | 2025-05-08T21:19:55.604Z | [ 19] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec |
| 3579 | 2025-05-08T21:19:55.604Z | [SUM] 7.00-8.00 sec 162 MBytes 1.36 Gbits/sec |
| 3580 | 2025-05-08T21:19:55.604Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3581 | 2025-05-08T21:19:55.604Z | [ 5] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3582 | 2025-05-08T21:19:55.605Z | [ 7] 8.00-9.00 sec 20.4 MBytes 172 Mbits/sec |
| 3583 | 2025-05-08T21:19:55.605Z | [ 9] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3584 | 2025-05-08T21:19:55.605Z | [ 11] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3585 | 2025-05-08T21:19:55.605Z | [ 13] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3586 | 2025-05-08T21:19:55.605Z | [ 15] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3587 | 2025-05-08T21:19:55.605Z | [ 17] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3588 | 2025-05-08T21:19:55.605Z | [ 19] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec |
| 3589 | 2025-05-08T21:19:55.605Z | [SUM] 8.00-9.00 sec 163 MBytes 1.37 Gbits/sec |
| 3590 | 2025-05-08T21:19:55.605Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3591 | 2025-05-08T21:19:55.605Z | [ 5] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3592 | 2025-05-08T21:19:55.605Z | [ 7] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3593 | 2025-05-08T21:19:55.605Z | [ 9] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3594 | 2025-05-08T21:19:55.605Z | [ 11] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec |
| 3595 | 2025-05-08T21:19:55.605Z | [ 13] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3596 | 2025-05-08T21:19:55.605Z | [ 15] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3597 | 2025-05-08T21:19:55.606Z | [ 17] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec |
| 3598 | 2025-05-08T21:19:55.606Z | [ 19] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec |
| 3599 | 2025-05-08T21:19:55.606Z | [SUM] 9.00-10.00 sec 164 MBytes 1.38 Gbits/sec |
| 3600 | 2025-05-08T21:19:55.606Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3601 | 2025-05-08T21:19:55.606Z | [ 5] 10.00-10.00 sec 94.1 KBytes 211 Mbits/sec |
| 3602 | 2025-05-08T21:19:55.606Z | [ 7] 10.00-10.00 sec 125 KBytes 280 Mbits/sec |
| 3603 | 2025-05-08T21:19:55.606Z | [ 9] 10.00-10.00 sec 119 KBytes 266 Mbits/sec |
| 3604 | 2025-05-08T21:19:55.606Z | [ 11] 10.00-10.00 sec 116 KBytes 260 Mbits/sec |
| 3605 | 2025-05-08T21:19:55.606Z | [ 13] 10.00-10.00 sec 126 KBytes 282 Mbits/sec |
| 3606 | 2025-05-08T21:19:55.606Z | [ 15] 10.00-10.00 sec 126 KBytes 282 Mbits/sec |
| 3607 | 2025-05-08T21:19:55.606Z | [ 17] 10.00-10.00 sec 125 KBytes 281 Mbits/sec |
| 3608 | 2025-05-08T21:19:55.606Z | [ 19] 10.00-10.00 sec 107 KBytes 240 Mbits/sec |
| 3609 | 2025-05-08T21:19:55.606Z | [SUM] 10.00-10.00 sec 938 KBytes 2.10 Gbits/sec |
| 3610 | 2025-05-08T21:19:55.606Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3611 | 2025-05-08T21:19:55.606Z | [ ID] Interval Transfer Bandwidth |
| 3612 | 2025-05-08T21:19:55.606Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3613 | 2025-05-08T21:19:55.606Z | [ 5] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3614 | 2025-05-08T21:19:55.606Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3615 | 2025-05-08T21:19:55.606Z | [ 7] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3616 | 2025-05-08T21:19:55.606Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3617 | 2025-05-08T21:19:55.606Z | [ 9] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3618 | 2025-05-08T21:19:55.606Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3619 | 2025-05-08T21:19:55.606Z | [ 11] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3620 | 2025-05-08T21:19:55.606Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3621 | 2025-05-08T21:19:55.606Z | [ 13] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3622 | 2025-05-08T21:19:55.606Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3623 | 2025-05-08T21:19:55.606Z | [ 15] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3624 | 2025-05-08T21:19:55.606Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3625 | 2025-05-08T21:19:55.606Z | [ 17] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3626 | 2025-05-08T21:19:55.606Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3627 | 2025-05-08T21:19:55.606Z | [ 19] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver |
| 3628 | 2025-05-08T21:19:55.606Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
| 3629 | 2025-05-08T21:19:55.606Z | [SUM] 0.00-10.00 sec 1.54 GBytes 1.33 Gbits/sec receiver |
| 3630 | 2025-05-08T21:19:55.610Z | Run 10/10...1327.238Mbps |
| 3631 | 2025-05-08T21:19:55.610Z | ###---------------------### |
| 3632 | 2025-05-08T21:19:55.610Z | ::: iPerf done... ::: |
| 3633 | 2025-05-08T21:19:55.610Z | :::Awaiting out files...::: |
| 3634 | 2025-05-08T21:19:55.610Z | ###---------------------### |
| 3635 | 2025-05-08T21:19:55.610Z | ###-----### |
| 3636 | 2025-05-08T21:19:55.610Z | :::done!::: |
| 3637 | 2025-05-08T21:19:55.610Z | ###-----### |
| 3638 | 2025-05-08T21:19:57.715Z | Gnuplot not found, using plotters backend |
| 3639 | 2025-05-08T21:19:57.939Z | Benchmarking iperf-tcp/local/c2s/tx |
| 3640 | 2025-05-08T21:19:57.939Z | Benchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s |
| 3641 | 2025-05-08T21:20:02.617Z | Benchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.1B iterations) |
| 3642 | 2025-05-08T21:20:22.589Z | Benchmarking iperf-tcp/local/c2s/tx: Analyzing |
| 3643 | 2025-05-08T21:20:22.689Z | iperf-tcp/local/c2s/tx time: [6.7658 µs 6.7660 µs 6.7661 µs] |
| 3644 | 2025-05-08T21:20:22.689Z | Found 8 outliers among 100 measurements (8.00%) |
| 3645 | 2025-05-08T21:20:22.689Z | 4 (4.00%) low mild |
| 3646 | 2025-05-08T21:20:22.689Z | 4 (4.00%) high mild |
| 3647 | 2025-05-08T21:20:23.712Z | |
| 3648 | 2025-05-08T21:20:23.715Z | Benchmarking iperf-tcp/local/c2s/rx |
| 3649 | 2025-05-08T21:20:23.715Z | Benchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s |
| 3650 | 2025-05-08T21:20:28.383Z | Benchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.1B iterations) |
| 3651 | 2025-05-08T21:20:48.376Z | Benchmarking iperf-tcp/local/c2s/rx: Analyzing |
| 3652 | 2025-05-08T21:20:48.470Z | iperf-tcp/local/c2s/rx time: [15.015 µs 15.015 µs 15.015 µs] |
| 3653 | 2025-05-08T21:20:48.470Z | Found 3 outliers among 100 measurements (3.00%) |
| 3654 | 2025-05-08T21:20:48.470Z | 2 (2.00%) low mild |
| 3655 | 2025-05-08T21:20:48.470Z | 1 (1.00%) high mild |
| 3656 | 2025-05-08T21:20:49.491Z | |
| 3657 | 2025-05-08T21:20:49.494Z | ###-------------------### |
| 3658 | 2025-05-08T21:20:49.494Z | :::Running experiment ::: |
| 3659 | 2025-05-08T21:20:49.494Z | :::iperf-tcp/local/s2c::: |
| 3660 | 2025-05-08T21:20:49.494Z | ###-------------------### |
| 3661 | 2025-05-08T21:20:49.844Z | dtrace: description 'profile-201us ' matched 2 probes |
| 3662 | 2025-05-08T21:20:56.537Z | ----------------------------------------------------------- |
| 3663 | 2025-05-08T21:20:56.537Z | Server listening on 5201 |
| 3664 | 2025-05-08T21:20:56.537Z | ----------------------------------------------------------- |
| 3665 | 2025-05-08T21:20:56.537Z | Accepted connection from 10.0.0.1, port 46880 |
| 3666 | 2025-05-08T21:20:56.537Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45929 |
| 3667 | 2025-05-08T21:20:56.537Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55901 |
| 3668 | 2025-05-08T21:20:56.537Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45256 |
| 3669 | 2025-05-08T21:20:56.537Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59227 |
| 3670 | 2025-05-08T21:20:56.537Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52720 |
| 3671 | 2025-05-08T21:20:56.537Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46598 |
| 3672 | 2025-05-08T21:20:56.537Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45831 |
| 3673 | 2025-05-08T21:20:56.537Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60284 |
| 3674 | 2025-05-08T21:20:56.537Z | [ ID] Interval Transfer Bandwidth |
| 3675 | 2025-05-08T21:20:56.537Z | [ 5] 0.00-1.00 sec 22.0 MBytes 184 Mbits/sec |
| 3676 | 2025-05-08T21:20:56.537Z | [ 7] 0.00-1.00 sec 21.9 MBytes 184 Mbits/sec |
| 3677 | 2025-05-08T21:20:56.537Z | [ 9] 0.00-1.00 sec 21.9 MBytes 184 Mbits/sec |
| 3678 | 2025-05-08T21:20:56.537Z | [ 11] 0.00-1.00 sec 21.9 MBytes 183 Mbits/sec |
| 3679 | 2025-05-08T21:20:56.537Z | [ 13] 0.00-1.00 sec 22.0 MBytes 184 Mbits/sec |
| 3680 | 2025-05-08T21:20:56.537Z | [ 15] 0.00-1.00 sec 22.0 MBytes 184 Mbits/sec |
| 3681 | 2025-05-08T21:20:56.537Z | [ 17] 0.00-1.00 sec 21.9 MBytes 184 Mbits/sec |
| 3682 | 2025-05-08T21:20:56.537Z | [ 19] 0.00-1.00 sec 21.9 MBytes 184 Mbits/sec |
| 3683 | 2025-05-08T21:20:56.537Z | [SUM] 0.00-1.00 sec 176 MBytes 1.47 Gbits/sec |
| 3684 | 2025-05-08T21:20:56.537Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3685 | 2025-05-08T21:20:56.538Z | [ 5] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec |
| 3686 | 2025-05-08T21:20:56.538Z | [ 7] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec |
| 3687 | 2025-05-08T21:20:56.538Z | [ 9] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec |
| 3688 | 2025-05-08T21:20:56.538Z | [ 11] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec |
| 3689 | 2025-05-08T21:20:56.538Z | [ 13] 1.00-2.00 sec 19.3 MBytes 162 Mbits/sec |
| 3690 | 2025-05-08T21:20:56.538Z | [ 15] 1.00-2.00 sec 19.1 MBytes 160 Mbits/sec |
| 3691 | 2025-05-08T21:20:56.538Z | [ 17] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec |
| 3692 | 2025-05-08T21:20:56.538Z | [ 19] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec |
| 3693 | 2025-05-08T21:20:56.538Z | [SUM] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec |
| 3694 | 2025-05-08T21:20:56.538Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3695 | 2025-05-08T21:20:56.538Z | [ 5] 2.00-3.00 sec 19.5 MBytes 163 Mbits/sec |
| 3696 | 2025-05-08T21:20:56.538Z | [ 7] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec |
| 3697 | 2025-05-08T21:20:56.538Z | [ 9] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec |
| 3698 | 2025-05-08T21:20:56.538Z | [ 11] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec |
| 3699 | 2025-05-08T21:20:56.538Z | [ 13] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec |
| 3700 | 2025-05-08T21:20:56.538Z | [ 15] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec |
| 3701 | 2025-05-08T21:20:56.538Z | [ 17] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec |
| 3702 | 2025-05-08T21:20:56.538Z | [ 19] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec |
| 3703 | 2025-05-08T21:20:56.538Z | [SUM] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec |
| 3704 | 2025-05-08T21:20:56.538Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3705 | 2025-05-08T21:20:56.538Z | [ 5] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 3706 | 2025-05-08T21:20:56.538Z | [ 7] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 3707 | 2025-05-08T21:20:56.538Z | [ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 3708 | 2025-05-08T21:20:56.538Z | [ 11] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 3709 | 2025-05-08T21:20:56.538Z | [ 13] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec |
| 3710 | 2025-05-08T21:20:56.538Z | [ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 3711 | 2025-05-08T21:20:56.538Z | [ 17] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 3712 | 2025-05-08T21:20:56.538Z | [ 19] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 3713 | 2025-05-08T21:20:56.538Z | [SUM] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec |
| 3714 | 2025-05-08T21:20:56.538Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3715 | 2025-05-08T21:20:56.538Z | [ 5] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3716 | 2025-05-08T21:20:56.538Z | [ 7] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3717 | 2025-05-08T21:20:56.538Z | [ 9] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 3718 | 2025-05-08T21:20:56.538Z | [ 11] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 3719 | 2025-05-08T21:20:56.538Z | [ 13] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3720 | 2025-05-08T21:20:56.538Z | [ 15] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3721 | 2025-05-08T21:20:56.538Z | [ 17] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 3722 | 2025-05-08T21:20:56.538Z | [ 19] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 3723 | 2025-05-08T21:20:56.539Z | [SUM] 4.00-5.00 sec 159 MBytes 1.33 Gbits/sec |
| 3724 | 2025-05-08T21:20:56.539Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3725 | 2025-05-08T21:20:56.539Z | [ 5] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec |
| 3726 | 2025-05-08T21:20:56.539Z | [ 7] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec |
| 3727 | 2025-05-08T21:20:56.539Z | [ 9] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec |
| 3728 | 2025-05-08T21:20:56.539Z | [ 11] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec |
| 3729 | 2025-05-08T21:20:56.539Z | [ 13] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec |
| 3730 | 2025-05-08T21:20:56.539Z | [ 15] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec |
| 3731 | 2025-05-08T21:20:56.539Z | [ 17] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec |
| 3732 | 2025-05-08T21:20:56.539Z | [ 19] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec |
| 3733 | 2025-05-08T21:20:56.539Z | [SUM] 5.00-6.00 sec 161 MBytes 1.35 Gbits/sec |
| 3734 | 2025-05-08T21:20:56.539Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3735 | 2025-05-08T21:20:56.539Z | [ 5] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 3736 | 2025-05-08T21:20:56.539Z | [ 7] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 3737 | 2025-05-08T21:20:56.539Z | [ 9] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 3738 | 2025-05-08T21:20:59.753Z | [ 11] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 3739 | 2025-05-08T21:20:59.753Z | [ 13] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 3740 | 2025-05-08T21:20:59.753Z | [ 15] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec |
| 3741 | 2025-05-08T21:20:59.753Z | [ 17] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 3742 | 2025-05-08T21:20:59.753Z | [ 19] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec |
| 3743 | 2025-05-08T21:20:59.753Z | [SUM] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec |
| 3744 | 2025-05-08T21:20:59.753Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3745 | 2025-05-08T21:20:59.754Z | [ 5] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec |
| 3746 | 2025-05-08T21:20:59.754Z | [ 7] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec |
| 3747 | 2025-05-08T21:20:59.754Z | [ 9] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec |
| 3748 | 2025-05-08T21:20:59.754Z | [ 11] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec |
| 3749 | 2025-05-08T21:20:59.754Z | [ 13] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec |
| 3750 | 2025-05-08T21:20:59.754Z | [ 15] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec |
| 3751 | 2025-05-08T21:20:59.754Z | [ 17] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec |
| 3752 | 2025-05-08T21:20:59.754Z | [ 19] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec |
| 3753 | 2025-05-08T21:20:59.754Z | [SUM] 7.00-8.00 sec 160 MBytes 1.34 Gbits/sec |
| 3754 | 2025-05-08T21:20:59.754Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3755 | 2025-05-08T21:20:59.754Z | [ 5] 8.00-9.00 sec 19.9 MBytes 167 Mbits/sec |
| 3756 | 2025-05-08T21:20:59.754Z | [ 7] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec |
| 3757 | 2025-05-08T21:20:59.754Z | [ 9] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 3758 | 2025-05-08T21:20:59.754Z | [ 11] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 3759 | 2025-05-08T21:20:59.754Z | [ 13] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec |
| 3760 | 2025-05-08T21:20:59.754Z | [ 15] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec |
| 3761 | 2025-05-08T21:20:59.754Z | [ 17] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 3762 | 2025-05-08T21:20:59.754Z | [ 19] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 3763 | 2025-05-08T21:20:59.754Z | [SUM] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec |
| 3764 | 2025-05-08T21:20:59.754Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3765 | 2025-05-08T21:20:59.754Z | [ 5] 9.00-10.00 sec 20.1 MBytes 169 Mbits/sec |
| 3766 | 2025-05-08T21:20:59.754Z | [ 7] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec |
| 3767 | 2025-05-08T21:20:59.754Z | [ 9] 9.00-10.00 sec 20.2 MBytes 169 Mbits/sec |
| 3768 | 2025-05-08T21:20:59.754Z | [ 11] 9.00-10.00 sec 20.2 MBytes 170 Mbits/sec |
| 3769 | 2025-05-08T21:20:59.754Z | [ 13] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 3770 | 2025-05-08T21:20:59.754Z | [ 15] 9.00-10.00 sec 20.2 MBytes 169 Mbits/sec |
| 3771 | 2025-05-08T21:20:59.754Z | [ 17] 9.00-10.00 sec 20.2 MBytes 170 Mbits/sec |
| 3772 | 2025-05-08T21:20:59.754Z | [ 19] 9.00-10.00 sec 20.2 MBytes 169 Mbits/sec |
| 3773 | 2025-05-08T21:20:59.754Z | [SUM] 9.00-10.00 sec 162 MBytes 1.36 Gbits/sec |
| 3774 | 2025-05-08T21:20:59.754Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3775 | 2025-05-08T21:20:59.754Z | [ 5] 10.00-10.00 sec 96.2 KBytes 397 Mbits/sec |
| 3776 | 2025-05-08T21:20:59.754Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 3777 | 2025-05-08T21:20:59.754Z | [ 9] 10.00-10.00 sec 144 KBytes 595 Mbits/sec |
| 3778 | 2025-05-08T21:20:59.754Z | [ 11] 10.00-10.00 sec 48.1 KBytes 198 Mbits/sec |
| 3779 | 2025-05-08T21:20:59.754Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 3780 | 2025-05-08T21:20:59.754Z | [ 15] 10.00-10.00 sec 48.1 KBytes 198 Mbits/sec |
| 3781 | 2025-05-08T21:20:59.754Z | [ 17] 10.00-10.00 sec 48.1 KBytes 198 Mbits/sec |
| 3782 | 2025-05-08T21:20:59.754Z | [ 19] 10.00-10.00 sec 96.2 KBytes 397 Mbits/sec |
| 3783 | 2025-05-08T21:20:59.754Z | [SUM] 10.00-10.00 sec 481 KBytes 1.98 Gbits/sec |
| 3784 | 2025-05-08T21:20:59.754Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3785 | 2025-05-08T21:20:59.755Z | [ ID] Interval Transfer Bandwidth |
| 3786 | 2025-05-08T21:20:59.755Z | [ 5] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 3787 | 2025-05-08T21:20:59.755Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3788 | 2025-05-08T21:20:59.755Z | [ 7] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 3789 | 2025-05-08T21:20:59.755Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3790 | 2025-05-08T21:20:59.755Z | [ 9] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 3791 | 2025-05-08T21:20:59.755Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3792 | 2025-05-08T21:20:59.755Z | [ 11] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 3793 | 2025-05-08T21:20:59.755Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3794 | 2025-05-08T21:20:59.755Z | [ 13] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 3795 | 2025-05-08T21:20:59.755Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3796 | 2025-05-08T21:20:59.755Z | [ 15] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 3797 | 2025-05-08T21:20:59.755Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3798 | 2025-05-08T21:20:59.755Z | [ 17] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 3799 | 2025-05-08T21:20:59.755Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3800 | 2025-05-08T21:20:59.755Z | [ 19] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 3801 | 2025-05-08T21:20:59.755Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3802 | 2025-05-08T21:20:59.755Z | [SUM] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender |
| 3803 | 2025-05-08T21:20:59.755Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3804 | 2025-05-08T21:20:59.758Z | Run 1/10...1343.044Mbps |
| 3805 | 2025-05-08T21:21:06.790Z | ----------------------------------------------------------- |
| 3806 | 2025-05-08T21:21:06.790Z | Server listening on 5201 |
| 3807 | 2025-05-08T21:21:06.790Z | ----------------------------------------------------------- |
| 3808 | 2025-05-08T21:21:06.790Z | Accepted connection from 10.0.0.1, port 46370 |
| 3809 | 2025-05-08T21:21:06.790Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48743 |
| 3810 | 2025-05-08T21:21:06.790Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47548 |
| 3811 | 2025-05-08T21:21:06.790Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56296 |
| 3812 | 2025-05-08T21:21:06.790Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62065 |
| 3813 | 2025-05-08T21:21:06.790Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36467 |
| 3814 | 2025-05-08T21:21:06.791Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39978 |
| 3815 | 2025-05-08T21:21:06.791Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34879 |
| 3816 | 2025-05-08T21:21:06.791Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51961 |
| 3817 | 2025-05-08T21:21:06.791Z | [ ID] Interval Transfer Bandwidth |
| 3818 | 2025-05-08T21:21:06.791Z | [ 5] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 3819 | 2025-05-08T21:21:06.791Z | [ 7] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 3820 | 2025-05-08T21:21:06.791Z | [ 9] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 3821 | 2025-05-08T21:21:06.791Z | [ 11] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 3822 | 2025-05-08T21:21:06.791Z | [ 13] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 3823 | 2025-05-08T21:21:06.791Z | [ 15] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 3824 | 2025-05-08T21:21:06.791Z | [ 17] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 3825 | 2025-05-08T21:21:06.791Z | [ 19] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 3826 | 2025-05-08T21:21:06.791Z | [SUM] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec |
| 3827 | 2025-05-08T21:21:06.791Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3828 | 2025-05-08T21:21:06.791Z | [ 5] 1.00-2.00 sec 20.6 MBytes 172 Mbits/sec |
| 3829 | 2025-05-08T21:21:06.791Z | [ 7] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec |
| 3830 | 2025-05-08T21:21:06.791Z | [ 9] 1.00-2.00 sec 20.6 MBytes 172 Mbits/sec |
| 3831 | 2025-05-08T21:21:06.791Z | [ 11] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec |
| 3832 | 2025-05-08T21:21:06.791Z | [ 13] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec |
| 3833 | 2025-05-08T21:21:06.791Z | [ 15] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec |
| 3834 | 2025-05-08T21:21:06.791Z | [ 17] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec |
| 3835 | 2025-05-08T21:21:06.791Z | [ 19] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec |
| 3836 | 2025-05-08T21:21:06.791Z | [SUM] 1.00-2.00 sec 164 MBytes 1.38 Gbits/sec |
| 3837 | 2025-05-08T21:21:06.791Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3838 | 2025-05-08T21:21:06.791Z | [ 5] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 3839 | 2025-05-08T21:21:06.791Z | [ 7] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec |
| 3840 | 2025-05-08T21:21:06.791Z | [ 9] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 3841 | 2025-05-08T21:21:06.791Z | [ 11] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 3842 | 2025-05-08T21:21:06.795Z | [ 13] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 3843 | 2025-05-08T21:21:06.795Z | [ 15] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec |
| 3844 | 2025-05-08T21:21:06.795Z | [ 17] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec |
| 3845 | 2025-05-08T21:21:06.795Z | [ 19] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec |
| 3846 | 2025-05-08T21:21:06.795Z | [SUM] 2.00-3.00 sec 164 MBytes 1.38 Gbits/sec |
| 3847 | 2025-05-08T21:21:06.795Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3848 | 2025-05-08T21:21:06.795Z | [ 5] 3.00-4.00 sec 20.5 MBytes 172 Mbits/sec |
| 3849 | 2025-05-08T21:21:06.795Z | [ 7] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec |
| 3850 | 2025-05-08T21:21:06.795Z | [ 9] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec |
| 3851 | 2025-05-08T21:21:06.795Z | [ 11] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec |
| 3852 | 2025-05-08T21:21:06.795Z | [ 13] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec |
| 3853 | 2025-05-08T21:21:06.795Z | [ 15] 3.00-4.00 sec 20.3 MBytes 171 Mbits/sec |
| 3854 | 2025-05-08T21:21:06.795Z | [ 17] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec |
| 3855 | 2025-05-08T21:21:06.795Z | [ 19] 3.00-4.00 sec 20.5 MBytes 172 Mbits/sec |
| 3856 | 2025-05-08T21:21:06.795Z | [SUM] 3.00-4.00 sec 163 MBytes 1.37 Gbits/sec |
| 3857 | 2025-05-08T21:21:06.795Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3858 | 2025-05-08T21:21:06.795Z | [ 5] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec |
| 3859 | 2025-05-08T21:21:06.795Z | [ 7] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 3860 | 2025-05-08T21:21:06.795Z | [ 9] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 3861 | 2025-05-08T21:21:06.795Z | [ 11] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 3862 | 2025-05-08T21:21:06.795Z | [ 13] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 3863 | 2025-05-08T21:21:06.795Z | [ 15] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 3864 | 2025-05-08T21:21:06.795Z | [ 17] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec |
| 3865 | 2025-05-08T21:21:06.795Z | [ 19] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 3866 | 2025-05-08T21:21:06.795Z | [SUM] 4.00-5.00 sec 163 MBytes 1.37 Gbits/sec |
| 3867 | 2025-05-08T21:21:06.795Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3868 | 2025-05-08T21:21:06.796Z | [ 5] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 3869 | 2025-05-08T21:21:06.796Z | [ 7] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec |
| 3870 | 2025-05-08T21:21:06.796Z | [ 9] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 3871 | 2025-05-08T21:21:06.796Z | [ 11] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 3872 | 2025-05-08T21:21:06.796Z | [ 13] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 3873 | 2025-05-08T21:21:06.796Z | [ 15] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 3874 | 2025-05-08T21:21:06.796Z | [ 17] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 3875 | 2025-05-08T21:21:06.796Z | [ 19] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec |
| 3876 | 2025-05-08T21:21:06.796Z | [SUM] 5.00-6.00 sec 165 MBytes 1.38 Gbits/sec |
| 3877 | 2025-05-08T21:21:06.796Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3878 | 2025-05-08T21:21:06.796Z | [ 5] 6.00-7.00 sec 20.7 MBytes 174 Mbits/sec |
| 3879 | 2025-05-08T21:21:06.796Z | [ 7] 6.00-7.00 sec 20.7 MBytes 173 Mbits/sec |
| 3880 | 2025-05-08T21:21:06.796Z | [ 9] 6.00-7.00 sec 20.8 MBytes 174 Mbits/sec |
| 3881 | 2025-05-08T21:21:09.905Z | [ 11] 6.00-7.00 sec 20.8 MBytes 174 Mbits/sec |
| 3882 | 2025-05-08T21:21:09.905Z | [ 13] 6.00-7.00 sec 20.7 MBytes 173 Mbits/sec |
| 3883 | 2025-05-08T21:21:09.905Z | [ 15] 6.00-7.00 sec 20.7 MBytes 173 Mbits/sec |
| 3884 | 2025-05-08T21:21:09.905Z | [ 17] 6.00-7.00 sec 20.7 MBytes 173 Mbits/sec |
| 3885 | 2025-05-08T21:21:09.905Z | [ 19] 6.00-7.00 sec 20.8 MBytes 174 Mbits/sec |
| 3886 | 2025-05-08T21:21:09.905Z | [SUM] 6.00-7.00 sec 166 MBytes 1.39 Gbits/sec |
| 3887 | 2025-05-08T21:21:09.905Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3888 | 2025-05-08T21:21:09.905Z | [ 5] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
| 3889 | 2025-05-08T21:21:09.905Z | [ 7] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
| 3890 | 2025-05-08T21:21:09.905Z | [ 9] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
| 3891 | 2025-05-08T21:21:09.905Z | [ 11] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
| 3892 | 2025-05-08T21:21:09.905Z | [ 13] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
| 3893 | 2025-05-08T21:21:09.905Z | [ 15] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
| 3894 | 2025-05-08T21:21:09.905Z | [ 17] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
| 3895 | 2025-05-08T21:21:09.905Z | [ 19] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
| 3896 | 2025-05-08T21:21:09.905Z | [SUM] 7.00-8.00 sec 168 MBytes 1.41 Gbits/sec |
| 3897 | 2025-05-08T21:21:09.905Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3898 | 2025-05-08T21:21:09.905Z | [ 5] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
| 3899 | 2025-05-08T21:21:09.906Z | [ 7] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec |
| 3900 | 2025-05-08T21:21:09.906Z | [ 9] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
| 3901 | 2025-05-08T21:21:09.906Z | [ 11] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
| 3902 | 2025-05-08T21:21:09.906Z | [ 13] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
| 3903 | 2025-05-08T21:21:09.906Z | [ 15] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec |
| 3904 | 2025-05-08T21:21:09.906Z | [ 17] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
| 3905 | 2025-05-08T21:21:09.906Z | [ 19] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
| 3906 | 2025-05-08T21:21:09.906Z | [SUM] 8.00-9.00 sec 169 MBytes 1.42 Gbits/sec |
| 3907 | 2025-05-08T21:21:09.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3908 | 2025-05-08T21:21:09.906Z | [ 5] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
| 3909 | 2025-05-08T21:21:09.906Z | [ 7] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
| 3910 | 2025-05-08T21:21:09.906Z | [ 9] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
| 3911 | 2025-05-08T21:21:09.906Z | [ 11] 9.00-10.00 sec 21.1 MBytes 177 Mbits/sec |
| 3912 | 2025-05-08T21:21:09.906Z | [ 13] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
| 3913 | 2025-05-08T21:21:09.906Z | [ 15] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
| 3914 | 2025-05-08T21:21:09.906Z | [ 17] 9.00-10.00 sec 21.1 MBytes 177 Mbits/sec |
| 3915 | 2025-05-08T21:21:09.906Z | [ 19] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
| 3916 | 2025-05-08T21:21:09.906Z | [SUM] 9.00-10.00 sec 169 MBytes 1.42 Gbits/sec |
| 3917 | 2025-05-08T21:21:09.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3918 | 2025-05-08T21:21:09.906Z | [ 5] 10.00-10.00 sec 48.1 KBytes 160 Mbits/sec |
| 3919 | 2025-05-08T21:21:09.906Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 3920 | 2025-05-08T21:21:09.906Z | [ 9] 10.00-10.00 sec 96.2 KBytes 321 Mbits/sec |
| 3921 | 2025-05-08T21:21:09.906Z | [ 11] 10.00-10.00 sec 96.2 KBytes 321 Mbits/sec |
| 3922 | 2025-05-08T21:21:09.906Z | [ 13] 10.00-10.00 sec 96.2 KBytes 321 Mbits/sec |
| 3923 | 2025-05-08T21:21:09.906Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 3924 | 2025-05-08T21:21:09.906Z | [ 17] 10.00-10.00 sec 144 KBytes 481 Mbits/sec |
| 3925 | 2025-05-08T21:21:09.906Z | [ 19] 10.00-10.00 sec 48.1 KBytes 160 Mbits/sec |
| 3926 | 2025-05-08T21:21:09.906Z | [SUM] 10.00-10.00 sec 529 KBytes 1.76 Gbits/sec |
| 3927 | 2025-05-08T21:21:09.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3928 | 2025-05-08T21:21:09.906Z | [ ID] Interval Transfer Bandwidth |
| 3929 | 2025-05-08T21:21:09.906Z | [ 5] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender |
| 3930 | 2025-05-08T21:21:09.906Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3931 | 2025-05-08T21:21:09.906Z | [ 7] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender |
| 3932 | 2025-05-08T21:21:09.906Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3933 | 2025-05-08T21:21:09.906Z | [ 9] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender |
| 3934 | 2025-05-08T21:21:09.906Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3935 | 2025-05-08T21:21:09.906Z | [ 11] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender |
| 3936 | 2025-05-08T21:21:09.906Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3937 | 2025-05-08T21:21:09.906Z | [ 13] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender |
| 3938 | 2025-05-08T21:21:09.906Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3939 | 2025-05-08T21:21:09.907Z | [ 15] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender |
| 3940 | 2025-05-08T21:21:09.907Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3941 | 2025-05-08T21:21:09.907Z | [ 17] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender |
| 3942 | 2025-05-08T21:21:09.907Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3943 | 2025-05-08T21:21:09.907Z | [ 19] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender |
| 3944 | 2025-05-08T21:21:09.907Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3945 | 2025-05-08T21:21:09.907Z | [SUM] 0.00-10.00 sec 1.59 GBytes 1.36 Gbits/sec sender |
| 3946 | 2025-05-08T21:21:09.907Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 3947 | 2025-05-08T21:21:09.910Z | Run 2/10...1362.735Mbps |
| 3948 | 2025-05-08T21:21:16.944Z | ----------------------------------------------------------- |
| 3949 | 2025-05-08T21:21:16.944Z | Server listening on 5201 |
| 3950 | 2025-05-08T21:21:16.944Z | ----------------------------------------------------------- |
| 3951 | 2025-05-08T21:21:16.944Z | Accepted connection from 10.0.0.1, port 33474 |
| 3952 | 2025-05-08T21:21:16.944Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42037 |
| 3953 | 2025-05-08T21:21:16.944Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40025 |
| 3954 | 2025-05-08T21:21:16.944Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49803 |
| 3955 | 2025-05-08T21:21:16.944Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60957 |
| 3956 | 2025-05-08T21:21:16.944Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44692 |
| 3957 | 2025-05-08T21:21:16.944Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47884 |
| 3958 | 2025-05-08T21:21:16.944Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55334 |
| 3959 | 2025-05-08T21:21:16.944Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47235 |
| 3960 | 2025-05-08T21:21:16.944Z | [ ID] Interval Transfer Bandwidth |
| 3961 | 2025-05-08T21:21:16.944Z | [ 5] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 3962 | 2025-05-08T21:21:16.944Z | [ 7] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 3963 | 2025-05-08T21:21:16.944Z | [ 9] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 3964 | 2025-05-08T21:21:16.944Z | [ 11] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 3965 | 2025-05-08T21:21:16.944Z | [ 13] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 3966 | 2025-05-08T21:21:16.944Z | [ 15] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec |
| 3967 | 2025-05-08T21:21:16.944Z | [ 17] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 3968 | 2025-05-08T21:21:16.944Z | [ 19] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec |
| 3969 | 2025-05-08T21:21:16.944Z | [SUM] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec |
| 3970 | 2025-05-08T21:21:16.944Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3971 | 2025-05-08T21:21:16.944Z | [ 5] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec |
| 3972 | 2025-05-08T21:21:16.944Z | [ 7] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec |
| 3973 | 2025-05-08T21:21:16.944Z | [ 9] 1.00-2.00 sec 20.3 MBytes 171 Mbits/sec |
| 3974 | 2025-05-08T21:21:16.944Z | [ 11] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec |
| 3975 | 2025-05-08T21:21:16.944Z | [ 13] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 3976 | 2025-05-08T21:21:16.944Z | [ 15] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec |
| 3977 | 2025-05-08T21:21:16.944Z | [ 17] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec |
| 3978 | 2025-05-08T21:21:16.944Z | [ 19] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec |
| 3979 | 2025-05-08T21:21:16.944Z | [SUM] 1.00-2.00 sec 162 MBytes 1.36 Gbits/sec |
| 3980 | 2025-05-08T21:21:16.945Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3981 | 2025-05-08T21:21:16.945Z | [ 5] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3982 | 2025-05-08T21:21:16.945Z | [ 7] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec |
| 3983 | 2025-05-08T21:21:16.945Z | [ 9] 2.00-3.00 sec 20.2 MBytes 170 Mbits/sec |
| 3984 | 2025-05-08T21:21:16.945Z | [ 11] 2.00-3.00 sec 20.3 MBytes 171 Mbits/sec |
| 3985 | 2025-05-08T21:21:16.945Z | [ 13] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec |
| 3986 | 2025-05-08T21:21:16.945Z | [ 15] 2.00-3.00 sec 20.3 MBytes 171 Mbits/sec |
| 3987 | 2025-05-08T21:21:16.945Z | [ 17] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec |
| 3988 | 2025-05-08T21:21:16.945Z | [ 19] 2.00-3.00 sec 20.2 MBytes 170 Mbits/sec |
| 3989 | 2025-05-08T21:21:16.945Z | [SUM] 2.00-3.00 sec 162 MBytes 1.36 Gbits/sec |
| 3990 | 2025-05-08T21:21:16.945Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 3991 | 2025-05-08T21:21:16.945Z | [ 5] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 3992 | 2025-05-08T21:21:16.945Z | [ 7] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 3993 | 2025-05-08T21:21:16.945Z | [ 9] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 3994 | 2025-05-08T21:21:16.945Z | [ 11] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 3995 | 2025-05-08T21:21:16.945Z | [ 13] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec |
| 3996 | 2025-05-08T21:21:16.945Z | [ 15] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec |
| 3997 | 2025-05-08T21:21:16.945Z | [ 17] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec |
| 3998 | 2025-05-08T21:21:16.945Z | [ 19] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec |
| 3999 | 2025-05-08T21:21:16.945Z | [SUM] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec |
| 4000 | 2025-05-08T21:21:16.945Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4001 | 2025-05-08T21:21:16.945Z | [ 5] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 4002 | 2025-05-08T21:21:16.945Z | [ 7] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 4003 | 2025-05-08T21:21:16.945Z | [ 9] 4.00-5.00 sec 20.1 MBytes 169 Mbits/sec |
| 4004 | 2025-05-08T21:21:16.945Z | [ 11] 4.00-5.00 sec 20.1 MBytes 169 Mbits/sec |
| 4005 | 2025-05-08T21:21:16.945Z | [ 13] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 4006 | 2025-05-08T21:21:16.945Z | [ 15] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 4007 | 2025-05-08T21:21:16.945Z | [ 17] 4.00-5.00 sec 20.1 MBytes 169 Mbits/sec |
| 4008 | 2025-05-08T21:21:16.945Z | [ 19] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 4009 | 2025-05-08T21:21:16.945Z | [SUM] 4.00-5.00 sec 160 MBytes 1.35 Gbits/sec |
| 4010 | 2025-05-08T21:21:16.945Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4011 | 2025-05-08T21:21:16.945Z | [ 5] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 4012 | 2025-05-08T21:21:16.945Z | [ 7] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 4013 | 2025-05-08T21:21:16.945Z | [ 9] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec |
| 4014 | 2025-05-08T21:21:16.945Z | [ 11] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec |
| 4015 | 2025-05-08T21:21:16.945Z | [ 13] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec |
| 4016 | 2025-05-08T21:21:16.946Z | [ 15] 5.00-6.00 sec 20.5 MBytes 172 Mbits/sec |
| 4017 | 2025-05-08T21:21:16.946Z | [ 17] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec |
| 4018 | 2025-05-08T21:21:16.946Z | [ 19] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec |
| 4019 | 2025-05-08T21:21:16.946Z | [SUM] 5.00-6.00 sec 163 MBytes 1.37 Gbits/sec |
| 4020 | 2025-05-08T21:21:16.946Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4021 | 2025-05-08T21:21:16.946Z | [ 5] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4022 | 2025-05-08T21:21:16.946Z | [ 7] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4023 | 2025-05-08T21:21:16.946Z | [ 9] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4024 | 2025-05-08T21:21:20.166Z | [ 11] 6.00-7.00 sec 19.8 MBytes 166 Mbits/sec |
| 4025 | 2025-05-08T21:21:20.166Z | [ 13] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4026 | 2025-05-08T21:21:20.166Z | [ 15] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4027 | 2025-05-08T21:21:20.166Z | [ 17] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4028 | 2025-05-08T21:21:20.166Z | [ 19] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec |
| 4029 | 2025-05-08T21:21:20.166Z | [SUM] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec |
| 4030 | 2025-05-08T21:21:20.166Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4031 | 2025-05-08T21:21:20.166Z | [ 5] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4032 | 2025-05-08T21:21:20.166Z | [ 7] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4033 | 2025-05-08T21:21:20.166Z | [ 9] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4034 | 2025-05-08T21:21:20.166Z | [ 11] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4035 | 2025-05-08T21:21:20.166Z | [ 13] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4036 | 2025-05-08T21:21:20.166Z | [ 15] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4037 | 2025-05-08T21:21:20.166Z | [ 17] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4038 | 2025-05-08T21:21:20.166Z | [ 19] 7.00-8.00 sec 19.6 MBytes 165 Mbits/sec |
| 4039 | 2025-05-08T21:21:20.166Z | [SUM] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec |
| 4040 | 2025-05-08T21:21:20.167Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4041 | 2025-05-08T21:21:20.167Z | [ 5] 8.00-9.00 sec 19.6 MBytes 165 Mbits/sec |
| 4042 | 2025-05-08T21:21:20.167Z | [ 7] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 4043 | 2025-05-08T21:21:20.167Z | [ 9] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 4044 | 2025-05-08T21:21:20.167Z | [ 11] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4045 | 2025-05-08T21:21:20.167Z | [ 13] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 4046 | 2025-05-08T21:21:20.167Z | [ 15] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 4047 | 2025-05-08T21:21:20.167Z | [ 17] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4048 | 2025-05-08T21:21:20.167Z | [ 19] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 4049 | 2025-05-08T21:21:20.167Z | [SUM] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec |
| 4050 | 2025-05-08T21:21:20.167Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4051 | 2025-05-08T21:21:20.167Z | [ 5] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 4052 | 2025-05-08T21:21:20.167Z | [ 7] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 4053 | 2025-05-08T21:21:20.167Z | [ 9] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4054 | 2025-05-08T21:21:20.167Z | [ 11] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4055 | 2025-05-08T21:21:20.167Z | [ 13] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4056 | 2025-05-08T21:21:20.167Z | [ 15] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4057 | 2025-05-08T21:21:20.167Z | [ 17] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4058 | 2025-05-08T21:21:20.167Z | [ 19] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4059 | 2025-05-08T21:21:20.167Z | [SUM] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec |
| 4060 | 2025-05-08T21:21:20.167Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4061 | 2025-05-08T21:21:20.167Z | [ 5] 10.00-10.00 sec 144 KBytes 499 Mbits/sec |
| 4062 | 2025-05-08T21:21:20.167Z | [ 7] 10.00-10.00 sec 96.2 KBytes 333 Mbits/sec |
| 4063 | 2025-05-08T21:21:20.167Z | [ 9] 10.00-10.00 sec 48.1 KBytes 166 Mbits/sec |
| 4064 | 2025-05-08T21:21:20.167Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4065 | 2025-05-08T21:21:20.167Z | [ 13] 10.00-10.00 sec 48.1 KBytes 166 Mbits/sec |
| 4066 | 2025-05-08T21:21:20.167Z | [ 15] 10.00-10.00 sec 96.2 KBytes 333 Mbits/sec |
| 4067 | 2025-05-08T21:21:20.167Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4068 | 2025-05-08T21:21:20.167Z | [ 19] 10.00-10.00 sec 48.1 KBytes 166 Mbits/sec |
| 4069 | 2025-05-08T21:21:20.167Z | [SUM] 10.00-10.00 sec 481 KBytes 1.66 Gbits/sec |
| 4070 | 2025-05-08T21:21:20.167Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4071 | 2025-05-08T21:21:20.167Z | [ ID] Interval Transfer Bandwidth |
| 4072 | 2025-05-08T21:21:20.167Z | [ 5] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4073 | 2025-05-08T21:21:20.167Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4074 | 2025-05-08T21:21:20.167Z | [ 7] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4075 | 2025-05-08T21:21:20.167Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4076 | 2025-05-08T21:21:20.167Z | [ 9] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4077 | 2025-05-08T21:21:20.167Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4078 | 2025-05-08T21:21:20.167Z | [ 11] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4079 | 2025-05-08T21:21:20.167Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4080 | 2025-05-08T21:21:20.168Z | [ 13] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4081 | 2025-05-08T21:21:20.168Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4082 | 2025-05-08T21:21:20.168Z | [ 15] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4083 | 2025-05-08T21:21:20.168Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4084 | 2025-05-08T21:21:20.168Z | [ 17] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4085 | 2025-05-08T21:21:20.168Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4086 | 2025-05-08T21:21:20.168Z | [ 19] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4087 | 2025-05-08T21:21:20.168Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4088 | 2025-05-08T21:21:20.168Z | [SUM] 0.00-10.00 sec 1.53 GBytes 1.32 Gbits/sec sender |
| 4089 | 2025-05-08T21:21:20.168Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4090 | 2025-05-08T21:21:20.171Z | Run 3/10...1316.813Mbps |
| 4091 | 2025-05-08T21:21:27.202Z | ----------------------------------------------------------- |
| 4092 | 2025-05-08T21:21:27.203Z | Server listening on 5201 |
| 4093 | 2025-05-08T21:21:27.203Z | ----------------------------------------------------------- |
| 4094 | 2025-05-08T21:21:27.203Z | Accepted connection from 10.0.0.1, port 48791 |
| 4095 | 2025-05-08T21:21:27.203Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32797 |
| 4096 | 2025-05-08T21:21:27.203Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35095 |
| 4097 | 2025-05-08T21:21:27.203Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45717 |
| 4098 | 2025-05-08T21:21:27.203Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42663 |
| 4099 | 2025-05-08T21:21:27.203Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45584 |
| 4100 | 2025-05-08T21:21:27.203Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64342 |
| 4101 | 2025-05-08T21:21:27.203Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61174 |
| 4102 | 2025-05-08T21:21:27.203Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37316 |
| 4103 | 2025-05-08T21:21:27.203Z | [ ID] Interval Transfer Bandwidth |
| 4104 | 2025-05-08T21:21:27.203Z | [ 5] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec |
| 4105 | 2025-05-08T21:21:27.203Z | [ 7] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec |
| 4106 | 2025-05-08T21:21:27.203Z | [ 9] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec |
| 4107 | 2025-05-08T21:21:27.203Z | [ 11] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 4108 | 2025-05-08T21:21:27.203Z | [ 13] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec |
| 4109 | 2025-05-08T21:21:27.203Z | [ 15] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec |
| 4110 | 2025-05-08T21:21:27.203Z | [ 17] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 4111 | 2025-05-08T21:21:27.203Z | [ 19] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 4112 | 2025-05-08T21:21:27.203Z | [SUM] 0.00-1.00 sec 132 MBytes 1.11 Gbits/sec |
| 4113 | 2025-05-08T21:21:27.203Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4114 | 2025-05-08T21:21:27.203Z | [ 5] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 4115 | 2025-05-08T21:21:27.203Z | [ 7] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 4116 | 2025-05-08T21:21:27.203Z | [ 9] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 4117 | 2025-05-08T21:21:27.203Z | [ 11] 1.00-2.00 sec 20.6 MBytes 172 Mbits/sec |
| 4118 | 2025-05-08T21:21:27.203Z | [ 13] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 4119 | 2025-05-08T21:21:27.203Z | [ 15] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 4120 | 2025-05-08T21:21:27.203Z | [ 17] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 4121 | 2025-05-08T21:21:27.203Z | [ 19] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec |
| 4122 | 2025-05-08T21:21:27.203Z | [SUM] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec |
| 4123 | 2025-05-08T21:21:27.203Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4124 | 2025-05-08T21:21:27.203Z | [ 5] 2.00-3.00 sec 19.6 MBytes 164 Mbits/sec |
| 4125 | 2025-05-08T21:21:27.203Z | [ 7] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec |
| 4126 | 2025-05-08T21:21:27.203Z | [ 9] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec |
| 4127 | 2025-05-08T21:21:27.203Z | [ 11] 2.00-3.00 sec 19.6 MBytes 165 Mbits/sec |
| 4128 | 2025-05-08T21:21:27.203Z | [ 13] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec |
| 4129 | 2025-05-08T21:21:27.204Z | [ 15] 2.00-3.00 sec 19.6 MBytes 164 Mbits/sec |
| 4130 | 2025-05-08T21:21:27.204Z | [ 17] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec |
| 4131 | 2025-05-08T21:21:27.204Z | [ 19] 2.00-3.00 sec 19.6 MBytes 165 Mbits/sec |
| 4132 | 2025-05-08T21:21:27.204Z | [SUM] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec |
| 4133 | 2025-05-08T21:21:27.204Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4134 | 2025-05-08T21:21:27.204Z | [ 5] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec |
| 4135 | 2025-05-08T21:21:27.204Z | [ 7] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec |
| 4136 | 2025-05-08T21:21:27.204Z | [ 9] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec |
| 4137 | 2025-05-08T21:21:27.204Z | [ 11] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec |
| 4138 | 2025-05-08T21:21:27.204Z | [ 13] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec |
| 4139 | 2025-05-08T21:21:27.207Z | [ 15] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec |
| 4140 | 2025-05-08T21:21:27.207Z | [ 17] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec |
| 4141 | 2025-05-08T21:21:27.207Z | [ 19] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec |
| 4142 | 2025-05-08T21:21:27.207Z | [SUM] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec |
| 4143 | 2025-05-08T21:21:27.207Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4144 | 2025-05-08T21:21:27.207Z | [ 5] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4145 | 2025-05-08T21:21:27.207Z | [ 7] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4146 | 2025-05-08T21:21:27.207Z | [ 9] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4147 | 2025-05-08T21:21:27.207Z | [ 11] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4148 | 2025-05-08T21:21:27.207Z | [ 13] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4149 | 2025-05-08T21:21:27.207Z | [ 15] 4.00-5.00 sec 19.6 MBytes 164 Mbits/sec |
| 4150 | 2025-05-08T21:21:27.208Z | [ 17] 4.00-5.00 sec 19.5 MBytes 164 Mbits/sec |
| 4151 | 2025-05-08T21:21:27.208Z | [ 19] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec |
| 4152 | 2025-05-08T21:21:27.208Z | [SUM] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec |
| 4153 | 2025-05-08T21:21:27.208Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4154 | 2025-05-08T21:21:27.208Z | [ 5] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec |
| 4155 | 2025-05-08T21:21:27.208Z | [ 7] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec |
| 4156 | 2025-05-08T21:21:27.208Z | [ 9] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec |
| 4157 | 2025-05-08T21:21:27.208Z | [ 11] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec |
| 4158 | 2025-05-08T21:21:27.208Z | [ 13] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec |
| 4159 | 2025-05-08T21:21:27.208Z | [ 15] 5.00-6.00 sec 19.7 MBytes 165 Mbits/sec |
| 4160 | 2025-05-08T21:21:27.208Z | [ 17] 5.00-6.00 sec 19.7 MBytes 165 Mbits/sec |
| 4161 | 2025-05-08T21:21:27.208Z | [ 19] 5.00-6.00 sec 19.6 MBytes 165 Mbits/sec |
| 4162 | 2025-05-08T21:21:27.208Z | [SUM] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec |
| 4163 | 2025-05-08T21:21:27.208Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4164 | 2025-05-08T21:21:27.208Z | [ 5] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec |
| 4165 | 2025-05-08T21:21:27.208Z | [ 7] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4166 | 2025-05-08T21:21:27.208Z | [ 9] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4167 | 2025-05-08T21:21:30.316Z | [ 11] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec |
| 4168 | 2025-05-08T21:21:30.317Z | [ 13] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec |
| 4169 | 2025-05-08T21:21:30.317Z | [ 15] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4170 | 2025-05-08T21:21:30.317Z | [ 17] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec |
| 4171 | 2025-05-08T21:21:30.317Z | [ 19] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec |
| 4172 | 2025-05-08T21:21:30.317Z | [SUM] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec |
| 4173 | 2025-05-08T21:21:30.317Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4174 | 2025-05-08T21:21:30.317Z | [ 5] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4175 | 2025-05-08T21:21:30.317Z | [ 7] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4176 | 2025-05-08T21:21:30.317Z | [ 9] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4177 | 2025-05-08T21:21:30.317Z | [ 11] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4178 | 2025-05-08T21:21:30.317Z | [ 13] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4179 | 2025-05-08T21:21:30.317Z | [ 15] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4180 | 2025-05-08T21:21:30.317Z | [ 17] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4181 | 2025-05-08T21:21:30.317Z | [ 19] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4182 | 2025-05-08T21:21:30.317Z | [SUM] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec |
| 4183 | 2025-05-08T21:21:30.317Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4184 | 2025-05-08T21:21:30.317Z | [ 5] 8.00-9.00 sec 19.5 MBytes 163 Mbits/sec |
| 4185 | 2025-05-08T21:21:30.317Z | [ 7] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4186 | 2025-05-08T21:21:30.317Z | [ 9] 8.00-9.00 sec 19.5 MBytes 163 Mbits/sec |
| 4187 | 2025-05-08T21:21:30.317Z | [ 11] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4188 | 2025-05-08T21:21:30.317Z | [ 13] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4189 | 2025-05-08T21:21:30.317Z | [ 15] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4190 | 2025-05-08T21:21:30.317Z | [ 17] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4191 | 2025-05-08T21:21:30.317Z | [ 19] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4192 | 2025-05-08T21:21:30.318Z | [SUM] 8.00-9.00 sec 156 MBytes 1.30 Gbits/sec |
| 4193 | 2025-05-08T21:21:30.318Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4194 | 2025-05-08T21:21:30.318Z | [ 5] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec |
| 4195 | 2025-05-08T21:21:30.321Z | [ 7] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec |
| 4196 | 2025-05-08T21:21:30.321Z | [ 9] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec |
| 4197 | 2025-05-08T21:21:30.321Z | [ 11] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec |
| 4198 | 2025-05-08T21:21:30.321Z | [ 13] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec |
| 4199 | 2025-05-08T21:21:30.321Z | [ 15] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec |
| 4200 | 2025-05-08T21:21:30.321Z | [ 17] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec |
| 4201 | 2025-05-08T21:21:30.321Z | [ 19] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec |
| 4202 | 2025-05-08T21:21:30.321Z | [SUM] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec |
| 4203 | 2025-05-08T21:21:30.321Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4204 | 2025-05-08T21:21:30.321Z | [ 5] 10.00-10.00 sec 48.1 KBytes 147 Mbits/sec |
| 4205 | 2025-05-08T21:21:30.321Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4206 | 2025-05-08T21:21:30.321Z | [ 9] 10.00-10.00 sec 48.1 KBytes 147 Mbits/sec |
| 4207 | 2025-05-08T21:21:30.321Z | [ 11] 10.00-10.00 sec 96.2 KBytes 294 Mbits/sec |
| 4208 | 2025-05-08T21:21:30.321Z | [ 13] 10.00-10.00 sec 96.2 KBytes 294 Mbits/sec |
| 4209 | 2025-05-08T21:21:30.321Z | [ 15] 10.00-10.00 sec 96.2 KBytes 294 Mbits/sec |
| 4210 | 2025-05-08T21:21:30.321Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4211 | 2025-05-08T21:21:30.321Z | [ 19] 10.00-10.00 sec 48.1 KBytes 147 Mbits/sec |
| 4212 | 2025-05-08T21:21:30.321Z | [SUM] 10.00-10.00 sec 433 KBytes 1.32 Gbits/sec |
| 4213 | 2025-05-08T21:21:30.321Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4214 | 2025-05-08T21:21:30.321Z | [ ID] Interval Transfer Bandwidth |
| 4215 | 2025-05-08T21:21:30.321Z | [ 5] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4216 | 2025-05-08T21:21:30.321Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4217 | 2025-05-08T21:21:30.321Z | [ 7] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4218 | 2025-05-08T21:21:30.322Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4219 | 2025-05-08T21:21:30.322Z | [ 9] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4220 | 2025-05-08T21:21:30.322Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4221 | 2025-05-08T21:21:30.322Z | [ 11] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4222 | 2025-05-08T21:21:30.322Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4223 | 2025-05-08T21:21:30.322Z | [ 13] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4224 | 2025-05-08T21:21:30.322Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4225 | 2025-05-08T21:21:30.322Z | [ 15] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4226 | 2025-05-08T21:21:30.322Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4227 | 2025-05-08T21:21:30.322Z | [ 17] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4228 | 2025-05-08T21:21:30.322Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4229 | 2025-05-08T21:21:30.322Z | [ 19] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4230 | 2025-05-08T21:21:30.322Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4231 | 2025-05-08T21:21:30.322Z | [SUM] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender |
| 4232 | 2025-05-08T21:21:30.322Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4233 | 2025-05-08T21:21:30.322Z | Run 4/10...1296.726Mbps |
| 4234 | 2025-05-08T21:21:37.356Z | ----------------------------------------------------------- |
| 4235 | 2025-05-08T21:21:37.356Z | Server listening on 5201 |
| 4236 | 2025-05-08T21:21:37.356Z | ----------------------------------------------------------- |
| 4237 | 2025-05-08T21:21:37.356Z | Accepted connection from 10.0.0.1, port 55169 |
| 4238 | 2025-05-08T21:21:37.356Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54283 |
| 4239 | 2025-05-08T21:21:37.356Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41755 |
| 4240 | 2025-05-08T21:21:37.356Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40826 |
| 4241 | 2025-05-08T21:21:37.356Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47540 |
| 4242 | 2025-05-08T21:21:37.356Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43457 |
| 4243 | 2025-05-08T21:21:37.356Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52068 |
| 4244 | 2025-05-08T21:21:37.356Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48037 |
| 4245 | 2025-05-08T21:21:37.356Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39551 |
| 4246 | 2025-05-08T21:21:37.356Z | [ ID] Interval Transfer Bandwidth |
| 4247 | 2025-05-08T21:21:37.356Z | [ 5] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4248 | 2025-05-08T21:21:37.356Z | [ 7] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 4249 | 2025-05-08T21:21:37.356Z | [ 9] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4250 | 2025-05-08T21:21:37.356Z | [ 11] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 4251 | 2025-05-08T21:21:37.356Z | [ 13] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4252 | 2025-05-08T21:21:37.356Z | [ 15] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4253 | 2025-05-08T21:21:37.356Z | [ 17] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 4254 | 2025-05-08T21:21:37.356Z | [ 19] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4255 | 2025-05-08T21:21:37.356Z | [SUM] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec |
| 4256 | 2025-05-08T21:21:37.356Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4257 | 2025-05-08T21:21:37.356Z | [ 5] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 4258 | 2025-05-08T21:21:37.356Z | [ 7] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 4259 | 2025-05-08T21:21:37.356Z | [ 9] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 4260 | 2025-05-08T21:21:37.356Z | [ 11] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec |
| 4261 | 2025-05-08T21:21:37.356Z | [ 13] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 4262 | 2025-05-08T21:21:37.356Z | [ 15] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 4263 | 2025-05-08T21:21:37.356Z | [ 17] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 4264 | 2025-05-08T21:21:37.356Z | [ 19] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec |
| 4265 | 2025-05-08T21:21:37.357Z | [SUM] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec |
| 4266 | 2025-05-08T21:21:37.357Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4267 | 2025-05-08T21:21:37.357Z | [ 5] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 4268 | 2025-05-08T21:21:37.357Z | [ 7] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 4269 | 2025-05-08T21:21:37.357Z | [ 9] 2.00-3.00 sec 20.1 MBytes 169 Mbits/sec |
| 4270 | 2025-05-08T21:21:37.357Z | [ 11] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 4271 | 2025-05-08T21:21:37.357Z | [ 13] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 4272 | 2025-05-08T21:21:37.357Z | [ 15] 2.00-3.00 sec 20.1 MBytes 169 Mbits/sec |
| 4273 | 2025-05-08T21:21:37.357Z | [ 17] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 4274 | 2025-05-08T21:21:37.357Z | [ 19] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 4275 | 2025-05-08T21:21:37.357Z | [SUM] 2.00-3.00 sec 160 MBytes 1.35 Gbits/sec |
| 4276 | 2025-05-08T21:21:37.357Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4277 | 2025-05-08T21:21:37.357Z | [ 5] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 4278 | 2025-05-08T21:21:37.357Z | [ 7] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 4279 | 2025-05-08T21:21:37.357Z | [ 9] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 4280 | 2025-05-08T21:21:37.357Z | [ 11] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 4281 | 2025-05-08T21:21:37.357Z | [ 13] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 4282 | 2025-05-08T21:21:37.357Z | [ 15] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 4283 | 2025-05-08T21:21:37.357Z | [ 17] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec |
| 4284 | 2025-05-08T21:21:37.357Z | [ 19] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec |
| 4285 | 2025-05-08T21:21:37.357Z | [SUM] 3.00-4.00 sec 160 MBytes 1.35 Gbits/sec |
| 4286 | 2025-05-08T21:21:37.357Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4287 | 2025-05-08T21:21:37.357Z | [ 5] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 4288 | 2025-05-08T21:21:37.357Z | [ 7] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 4289 | 2025-05-08T21:21:37.357Z | [ 9] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 4290 | 2025-05-08T21:21:37.357Z | [ 11] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 4291 | 2025-05-08T21:21:37.358Z | [ 13] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4292 | 2025-05-08T21:21:37.358Z | [ 15] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4293 | 2025-05-08T21:21:37.358Z | [ 17] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4294 | 2025-05-08T21:21:37.358Z | [ 19] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 4295 | 2025-05-08T21:21:37.358Z | [SUM] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec |
| 4296 | 2025-05-08T21:21:37.358Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4297 | 2025-05-08T21:21:37.358Z | [ 5] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 4298 | 2025-05-08T21:21:37.358Z | [ 7] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec |
| 4299 | 2025-05-08T21:21:37.358Z | [ 9] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec |
| 4300 | 2025-05-08T21:21:37.358Z | [ 11] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec |
| 4301 | 2025-05-08T21:21:37.358Z | [ 13] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec |
| 4302 | 2025-05-08T21:21:37.358Z | [ 15] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec |
| 4303 | 2025-05-08T21:21:37.358Z | [ 17] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec |
| 4304 | 2025-05-08T21:21:37.358Z | [ 19] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec |
| 4305 | 2025-05-08T21:21:37.358Z | [SUM] 5.00-6.00 sec 160 MBytes 1.34 Gbits/sec |
| 4306 | 2025-05-08T21:21:37.358Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4307 | 2025-05-08T21:21:37.358Z | [ 5] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4308 | 2025-05-08T21:21:37.358Z | [ 7] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4309 | 2025-05-08T21:21:37.358Z | [ 9] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4310 | 2025-05-08T21:21:40.469Z | [ 11] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4311 | 2025-05-08T21:21:40.469Z | [ 13] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4312 | 2025-05-08T21:21:40.469Z | [ 15] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec |
| 4313 | 2025-05-08T21:21:40.469Z | [ 17] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec |
| 4314 | 2025-05-08T21:21:40.469Z | [ 19] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4315 | 2025-05-08T21:21:40.469Z | [SUM] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec |
| 4316 | 2025-05-08T21:21:40.469Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4317 | 2025-05-08T21:21:40.469Z | [ 5] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4318 | 2025-05-08T21:21:40.469Z | [ 7] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4319 | 2025-05-08T21:21:40.469Z | [ 9] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4320 | 2025-05-08T21:21:40.469Z | [ 11] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4321 | 2025-05-08T21:21:40.469Z | [ 13] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4322 | 2025-05-08T21:21:40.469Z | [ 15] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4323 | 2025-05-08T21:21:40.469Z | [ 17] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4324 | 2025-05-08T21:21:40.469Z | [ 19] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 4325 | 2025-05-08T21:21:40.469Z | [SUM] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec |
| 4326 | 2025-05-08T21:21:40.469Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4327 | 2025-05-08T21:21:40.469Z | [ 5] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 4328 | 2025-05-08T21:21:40.469Z | [ 7] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 4329 | 2025-05-08T21:21:40.469Z | [ 9] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 4330 | 2025-05-08T21:21:40.469Z | [ 11] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 4331 | 2025-05-08T21:21:40.469Z | [ 13] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 4332 | 2025-05-08T21:21:40.469Z | [ 15] 8.00-9.00 sec 19.9 MBytes 167 Mbits/sec |
| 4333 | 2025-05-08T21:21:40.469Z | [ 17] 8.00-9.00 sec 19.9 MBytes 167 Mbits/sec |
| 4334 | 2025-05-08T21:21:40.470Z | [ 19] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 4335 | 2025-05-08T21:21:40.470Z | [SUM] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec |
| 4336 | 2025-05-08T21:21:40.470Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4337 | 2025-05-08T21:21:40.470Z | [ 5] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 4338 | 2025-05-08T21:21:40.470Z | [ 7] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 4339 | 2025-05-08T21:21:40.470Z | [ 9] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 4340 | 2025-05-08T21:21:40.470Z | [ 11] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 4341 | 2025-05-08T21:21:40.470Z | [ 13] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 4342 | 2025-05-08T21:21:40.470Z | [ 15] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4343 | 2025-05-08T21:21:40.470Z | [ 17] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4344 | 2025-05-08T21:21:40.470Z | [ 19] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4345 | 2025-05-08T21:21:40.470Z | [SUM] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec |
| 4346 | 2025-05-08T21:21:40.470Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4347 | 2025-05-08T21:21:40.470Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4348 | 2025-05-08T21:21:40.470Z | [ 7] 10.00-10.00 sec 96.2 KBytes 308 Mbits/sec |
| 4349 | 2025-05-08T21:21:40.470Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4350 | 2025-05-08T21:21:40.470Z | [ 11] 10.00-10.00 sec 48.1 KBytes 154 Mbits/sec |
| 4351 | 2025-05-08T21:21:40.470Z | [ 13] 10.00-10.00 sec 48.1 KBytes 154 Mbits/sec |
| 4352 | 2025-05-08T21:21:40.470Z | [ 15] 10.00-10.00 sec 48.1 KBytes 154 Mbits/sec |
| 4353 | 2025-05-08T21:21:40.470Z | [ 17] 10.00-10.00 sec 96.2 KBytes 308 Mbits/sec |
| 4354 | 2025-05-08T21:21:40.470Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4355 | 2025-05-08T21:21:40.470Z | [SUM] 10.00-10.00 sec 337 KBytes 1.08 Gbits/sec |
| 4356 | 2025-05-08T21:21:40.470Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4357 | 2025-05-08T21:21:40.470Z | [ ID] Interval Transfer Bandwidth |
| 4358 | 2025-05-08T21:21:40.470Z | [ 5] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender |
| 4359 | 2025-05-08T21:21:40.470Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4360 | 2025-05-08T21:21:40.470Z | [ 7] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender |
| 4361 | 2025-05-08T21:21:40.470Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4362 | 2025-05-08T21:21:40.470Z | [ 9] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender |
| 4363 | 2025-05-08T21:21:40.470Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4364 | 2025-05-08T21:21:40.470Z | [ 11] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender |
| 4365 | 2025-05-08T21:21:40.470Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4366 | 2025-05-08T21:21:40.470Z | [ 13] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender |
| 4367 | 2025-05-08T21:21:40.470Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4368 | 2025-05-08T21:21:40.470Z | [ 15] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender |
| 4369 | 2025-05-08T21:21:40.470Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4370 | 2025-05-08T21:21:40.470Z | [ 17] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender |
| 4371 | 2025-05-08T21:21:40.470Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4372 | 2025-05-08T21:21:40.470Z | [ 19] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender |
| 4373 | 2025-05-08T21:21:40.471Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4374 | 2025-05-08T21:21:40.471Z | [SUM] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec sender |
| 4375 | 2025-05-08T21:21:40.474Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4376 | 2025-05-08T21:21:40.474Z | Run 5/10...1310.355Mbps |
| 4377 | 2025-05-08T21:21:47.506Z | ----------------------------------------------------------- |
| 4378 | 2025-05-08T21:21:47.506Z | Server listening on 5201 |
| 4379 | 2025-05-08T21:21:47.506Z | ----------------------------------------------------------- |
| 4380 | 2025-05-08T21:21:47.506Z | Accepted connection from 10.0.0.1, port 40610 |
| 4381 | 2025-05-08T21:21:47.506Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53753 |
| 4382 | 2025-05-08T21:21:47.506Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44526 |
| 4383 | 2025-05-08T21:21:47.506Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35591 |
| 4384 | 2025-05-08T21:21:47.506Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61569 |
| 4385 | 2025-05-08T21:21:47.506Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57527 |
| 4386 | 2025-05-08T21:21:47.506Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36970 |
| 4387 | 2025-05-08T21:21:47.506Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54733 |
| 4388 | 2025-05-08T21:21:47.506Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36642 |
| 4389 | 2025-05-08T21:21:47.506Z | [ ID] Interval Transfer Bandwidth |
| 4390 | 2025-05-08T21:21:47.506Z | [ 5] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec |
| 4391 | 2025-05-08T21:21:47.506Z | [ 7] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 4392 | 2025-05-08T21:21:47.506Z | [ 9] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec |
| 4393 | 2025-05-08T21:21:47.506Z | [ 11] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec |
| 4394 | 2025-05-08T21:21:47.506Z | [ 13] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec |
| 4395 | 2025-05-08T21:21:47.506Z | [ 15] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec |
| 4396 | 2025-05-08T21:21:47.506Z | [ 17] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec |
| 4397 | 2025-05-08T21:21:47.506Z | [ 19] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec |
| 4398 | 2025-05-08T21:21:47.506Z | [SUM] 0.00-1.00 sec 132 MBytes 1.11 Gbits/sec |
| 4399 | 2025-05-08T21:21:47.506Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4400 | 2025-05-08T21:21:47.506Z | [ 5] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 4401 | 2025-05-08T21:21:47.506Z | [ 7] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 4402 | 2025-05-08T21:21:47.506Z | [ 9] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 4403 | 2025-05-08T21:21:47.507Z | [ 11] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 4404 | 2025-05-08T21:21:47.507Z | [ 13] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 4405 | 2025-05-08T21:21:47.507Z | [ 15] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec |
| 4406 | 2025-05-08T21:21:47.507Z | [ 17] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 4407 | 2025-05-08T21:21:47.507Z | [ 19] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 4408 | 2025-05-08T21:21:47.507Z | [SUM] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec |
| 4409 | 2025-05-08T21:21:47.507Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4410 | 2025-05-08T21:21:47.507Z | [ 5] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec |
| 4411 | 2025-05-08T21:21:47.507Z | [ 7] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4412 | 2025-05-08T21:21:47.507Z | [ 9] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4413 | 2025-05-08T21:21:47.507Z | [ 11] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4414 | 2025-05-08T21:21:47.507Z | [ 13] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4415 | 2025-05-08T21:21:47.507Z | [ 15] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4416 | 2025-05-08T21:21:47.507Z | [ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4417 | 2025-05-08T21:21:47.507Z | [ 19] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4418 | 2025-05-08T21:21:47.507Z | [SUM] 2.00-3.00 sec 159 MBytes 1.33 Gbits/sec |
| 4419 | 2025-05-08T21:21:47.507Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4420 | 2025-05-08T21:21:47.507Z | [ 5] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 4421 | 2025-05-08T21:21:47.507Z | [ 7] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 4422 | 2025-05-08T21:21:47.507Z | [ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4423 | 2025-05-08T21:21:47.507Z | [ 11] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4424 | 2025-05-08T21:21:47.507Z | [ 13] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4425 | 2025-05-08T21:21:47.507Z | [ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4426 | 2025-05-08T21:21:47.507Z | [ 17] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec |
| 4427 | 2025-05-08T21:21:47.507Z | [ 19] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4428 | 2025-05-08T21:21:47.507Z | [SUM] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec |
| 4429 | 2025-05-08T21:21:47.507Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4430 | 2025-05-08T21:21:47.507Z | [ 5] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 4431 | 2025-05-08T21:21:47.507Z | [ 7] 4.00-5.00 sec 21.2 MBytes 178 Mbits/sec |
| 4432 | 2025-05-08T21:21:47.507Z | [ 9] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 4433 | 2025-05-08T21:21:47.507Z | [ 11] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec |
| 4434 | 2025-05-08T21:21:47.507Z | [ 13] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 4435 | 2025-05-08T21:21:47.507Z | [ 15] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 4436 | 2025-05-08T21:21:47.507Z | [ 17] 4.00-5.00 sec 21.2 MBytes 178 Mbits/sec |
| 4437 | 2025-05-08T21:21:47.507Z | [ 19] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
| 4438 | 2025-05-08T21:21:47.507Z | [SUM] 4.00-5.00 sec 169 MBytes 1.42 Gbits/sec |
| 4439 | 2025-05-08T21:21:47.507Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4440 | 2025-05-08T21:21:47.507Z | [ 5] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec |
| 4441 | 2025-05-08T21:21:47.507Z | [ 7] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 4442 | 2025-05-08T21:21:47.508Z | [ 9] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 4443 | 2025-05-08T21:21:47.508Z | [ 11] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 4444 | 2025-05-08T21:21:47.508Z | [ 13] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec |
| 4445 | 2025-05-08T21:21:47.508Z | [ 15] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 4446 | 2025-05-08T21:21:47.508Z | [ 17] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec |
| 4447 | 2025-05-08T21:21:47.508Z | [ 19] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec |
| 4448 | 2025-05-08T21:21:47.508Z | [SUM] 5.00-6.00 sec 159 MBytes 1.34 Gbits/sec |
| 4449 | 2025-05-08T21:21:47.508Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4450 | 2025-05-08T21:21:47.508Z | [ 5] 6.00-7.00 sec 20.2 MBytes 170 Mbits/sec |
| 4451 | 2025-05-08T21:21:47.508Z | [ 7] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec |
| 4452 | 2025-05-08T21:21:47.508Z | [ 9] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec |
| 4453 | 2025-05-08T21:21:50.620Z | [ 11] 6.00-7.00 sec 20.3 MBytes 171 Mbits/sec |
| 4454 | 2025-05-08T21:21:50.620Z | [ 13] 6.00-7.00 sec 20.2 MBytes 170 Mbits/sec |
| 4455 | 2025-05-08T21:21:50.620Z | [ 15] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec |
| 4456 | 2025-05-08T21:21:50.620Z | [ 17] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec |
| 4457 | 2025-05-08T21:21:50.620Z | [ 19] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec |
| 4458 | 2025-05-08T21:21:50.620Z | [SUM] 6.00-7.00 sec 162 MBytes 1.36 Gbits/sec |
| 4459 | 2025-05-08T21:21:50.620Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4460 | 2025-05-08T21:21:50.620Z | [ 5] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4461 | 2025-05-08T21:21:50.620Z | [ 7] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec |
| 4462 | 2025-05-08T21:21:50.620Z | [ 9] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4463 | 2025-05-08T21:21:50.620Z | [ 11] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec |
| 4464 | 2025-05-08T21:21:50.620Z | [ 13] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4465 | 2025-05-08T21:21:50.620Z | [ 15] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4466 | 2025-05-08T21:21:50.620Z | [ 17] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4467 | 2025-05-08T21:21:50.620Z | [ 19] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 4468 | 2025-05-08T21:21:50.620Z | [SUM] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec |
| 4469 | 2025-05-08T21:21:50.620Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4470 | 2025-05-08T21:21:50.620Z | [ 5] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec |
| 4471 | 2025-05-08T21:21:50.620Z | [ 7] 8.00-9.00 sec 19.3 MBytes 161 Mbits/sec |
| 4472 | 2025-05-08T21:21:50.620Z | [ 9] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec |
| 4473 | 2025-05-08T21:21:50.620Z | [ 11] 8.00-9.00 sec 19.3 MBytes 161 Mbits/sec |
| 4474 | 2025-05-08T21:21:50.620Z | [ 13] 8.00-9.00 sec 19.3 MBytes 161 Mbits/sec |
| 4475 | 2025-05-08T21:21:50.620Z | [ 15] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec |
| 4476 | 2025-05-08T21:21:50.620Z | [ 17] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec |
| 4477 | 2025-05-08T21:21:50.620Z | [ 19] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec |
| 4478 | 2025-05-08T21:21:50.620Z | [SUM] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec |
| 4479 | 2025-05-08T21:21:50.620Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4480 | 2025-05-08T21:21:50.620Z | [ 5] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 4481 | 2025-05-08T21:21:50.620Z | [ 7] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 4482 | 2025-05-08T21:21:50.620Z | [ 9] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec |
| 4483 | 2025-05-08T21:21:50.620Z | [ 11] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4484 | 2025-05-08T21:21:50.620Z | [ 13] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 4485 | 2025-05-08T21:21:50.620Z | [ 15] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec |
| 4486 | 2025-05-08T21:21:50.621Z | [ 17] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec |
| 4487 | 2025-05-08T21:21:50.621Z | [ 19] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec |
| 4488 | 2025-05-08T21:21:50.621Z | [SUM] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec |
| 4489 | 2025-05-08T21:21:50.621Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4490 | 2025-05-08T21:21:50.621Z | [ 5] 10.00-10.00 sec 48.1 KBytes 137 Mbits/sec |
| 4491 | 2025-05-08T21:21:50.621Z | [ 7] 10.00-10.00 sec 48.1 KBytes 137 Mbits/sec |
| 4492 | 2025-05-08T21:21:50.621Z | [ 9] 10.00-10.00 sec 96.2 KBytes 275 Mbits/sec |
| 4493 | 2025-05-08T21:21:50.621Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4494 | 2025-05-08T21:21:50.621Z | [ 13] 10.00-10.00 sec 96.2 KBytes 275 Mbits/sec |
| 4495 | 2025-05-08T21:21:50.621Z | [ 15] 10.00-10.00 sec 48.1 KBytes 137 Mbits/sec |
| 4496 | 2025-05-08T21:21:50.621Z | [ 17] 10.00-10.00 sec 96.2 KBytes 275 Mbits/sec |
| 4497 | 2025-05-08T21:21:50.621Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4498 | 2025-05-08T21:21:50.621Z | [SUM] 10.00-10.00 sec 433 KBytes 1.24 Gbits/sec |
| 4499 | 2025-05-08T21:21:50.621Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4500 | 2025-05-08T21:21:50.621Z | [ ID] Interval Transfer Bandwidth |
| 4501 | 2025-05-08T21:21:50.621Z | [ 5] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4502 | 2025-05-08T21:21:50.621Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4503 | 2025-05-08T21:21:50.621Z | [ 7] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender |
| 4504 | 2025-05-08T21:21:50.621Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4505 | 2025-05-08T21:21:50.621Z | [ 9] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender |
| 4506 | 2025-05-08T21:21:50.621Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4507 | 2025-05-08T21:21:50.621Z | [ 11] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender |
| 4508 | 2025-05-08T21:21:50.621Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4509 | 2025-05-08T21:21:50.621Z | [ 13] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender |
| 4510 | 2025-05-08T21:21:50.621Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4511 | 2025-05-08T21:21:50.621Z | [ 15] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender |
| 4512 | 2025-05-08T21:21:50.621Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4513 | 2025-05-08T21:21:50.621Z | [ 17] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender |
| 4514 | 2025-05-08T21:21:50.621Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4515 | 2025-05-08T21:21:50.621Z | [ 19] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender |
| 4516 | 2025-05-08T21:21:50.621Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4517 | 2025-05-08T21:21:50.621Z | [SUM] 0.00-10.00 sec 1.53 GBytes 1.32 Gbits/sec sender |
| 4518 | 2025-05-08T21:21:50.621Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4519 | 2025-05-08T21:21:50.625Z | Run 6/10...1315.576Mbps |
| 4520 | 2025-05-08T21:21:57.659Z | ----------------------------------------------------------- |
| 4521 | 2025-05-08T21:21:57.659Z | Server listening on 5201 |
| 4522 | 2025-05-08T21:21:57.659Z | ----------------------------------------------------------- |
| 4523 | 2025-05-08T21:21:57.660Z | Accepted connection from 10.0.0.1, port 34624 |
| 4524 | 2025-05-08T21:21:57.660Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60558 |
| 4525 | 2025-05-08T21:21:57.660Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35792 |
| 4526 | 2025-05-08T21:21:57.660Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59902 |
| 4527 | 2025-05-08T21:21:57.660Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42675 |
| 4528 | 2025-05-08T21:21:57.660Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34930 |
| 4529 | 2025-05-08T21:21:57.660Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44143 |
| 4530 | 2025-05-08T21:21:57.660Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34856 |
| 4531 | 2025-05-08T21:21:57.660Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37299 |
| 4532 | 2025-05-08T21:21:57.660Z | [ ID] Interval Transfer Bandwidth |
| 4533 | 2025-05-08T21:21:57.660Z | [ 5] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 4534 | 2025-05-08T21:21:57.660Z | [ 7] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 4535 | 2025-05-08T21:21:57.660Z | [ 9] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4536 | 2025-05-08T21:21:57.660Z | [ 11] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 4537 | 2025-05-08T21:21:57.660Z | [ 13] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec |
| 4538 | 2025-05-08T21:21:57.660Z | [ 15] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4539 | 2025-05-08T21:21:57.660Z | [ 17] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec |
| 4540 | 2025-05-08T21:21:57.661Z | [ 19] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec |
| 4541 | 2025-05-08T21:21:57.661Z | [SUM] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec |
| 4542 | 2025-05-08T21:21:57.661Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4543 | 2025-05-08T21:21:57.661Z | [ 5] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 4544 | 2025-05-08T21:21:57.661Z | [ 7] 1.00-2.00 sec 20.0 MBytes 167 Mbits/sec |
| 4545 | 2025-05-08T21:21:57.661Z | [ 9] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 4546 | 2025-05-08T21:21:57.661Z | [ 11] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 4547 | 2025-05-08T21:21:57.661Z | [ 13] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 4548 | 2025-05-08T21:21:57.661Z | [ 15] 1.00-2.00 sec 20.0 MBytes 167 Mbits/sec |
| 4549 | 2025-05-08T21:21:57.661Z | [ 17] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec |
| 4550 | 2025-05-08T21:21:57.661Z | [ 19] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 4551 | 2025-05-08T21:21:57.661Z | [SUM] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec |
| 4552 | 2025-05-08T21:21:57.661Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4553 | 2025-05-08T21:21:57.661Z | [ 5] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 4554 | 2025-05-08T21:21:57.661Z | [ 7] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4555 | 2025-05-08T21:21:57.661Z | [ 9] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec |
| 4556 | 2025-05-08T21:21:57.661Z | [ 11] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec |
| 4557 | 2025-05-08T21:21:57.661Z | [ 13] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4558 | 2025-05-08T21:21:57.661Z | [ 15] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec |
| 4559 | 2025-05-08T21:21:57.661Z | [ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4560 | 2025-05-08T21:21:57.661Z | [ 19] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec |
| 4561 | 2025-05-08T21:21:57.661Z | [SUM] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec |
| 4562 | 2025-05-08T21:21:57.661Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4563 | 2025-05-08T21:21:57.661Z | [ 5] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec |
| 4564 | 2025-05-08T21:21:57.661Z | [ 7] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec |
| 4565 | 2025-05-08T21:21:57.661Z | [ 9] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec |
| 4566 | 2025-05-08T21:21:57.661Z | [ 11] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec |
| 4567 | 2025-05-08T21:21:57.661Z | [ 13] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec |
| 4568 | 2025-05-08T21:21:57.661Z | [ 15] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec |
| 4569 | 2025-05-08T21:21:57.661Z | [ 17] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec |
| 4570 | 2025-05-08T21:21:57.661Z | [ 19] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec |
| 4571 | 2025-05-08T21:21:57.662Z | [SUM] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec |
| 4572 | 2025-05-08T21:21:57.662Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4573 | 2025-05-08T21:21:57.662Z | [ 5] 4.00-5.00 sec 20.3 MBytes 171 Mbits/sec |
| 4574 | 2025-05-08T21:21:57.662Z | [ 7] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 4575 | 2025-05-08T21:21:57.662Z | [ 9] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 4576 | 2025-05-08T21:21:57.662Z | [ 11] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec |
| 4577 | 2025-05-08T21:21:57.662Z | [ 13] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 4578 | 2025-05-08T21:21:57.662Z | [ 15] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec |
| 4579 | 2025-05-08T21:21:57.662Z | [ 17] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 4580 | 2025-05-08T21:21:57.662Z | [ 19] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec |
| 4581 | 2025-05-08T21:21:57.662Z | [SUM] 4.00-5.00 sec 163 MBytes 1.37 Gbits/sec |
| 4582 | 2025-05-08T21:21:57.662Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4583 | 2025-05-08T21:21:57.662Z | [ 5] 5.00-6.00 sec 20.9 MBytes 175 Mbits/sec |
| 4584 | 2025-05-08T21:21:57.662Z | [ 7] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 4585 | 2025-05-08T21:21:57.662Z | [ 9] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec |
| 4586 | 2025-05-08T21:21:57.662Z | [ 11] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec |
| 4587 | 2025-05-08T21:21:57.662Z | [ 13] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec |
| 4588 | 2025-05-08T21:21:57.662Z | [ 15] 5.00-6.00 sec 20.9 MBytes 175 Mbits/sec |
| 4589 | 2025-05-08T21:21:57.662Z | [ 17] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 4590 | 2025-05-08T21:21:57.662Z | [ 19] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec |
| 4591 | 2025-05-08T21:21:57.662Z | [SUM] 5.00-6.00 sec 167 MBytes 1.40 Gbits/sec |
| 4592 | 2025-05-08T21:21:57.662Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4593 | 2025-05-08T21:21:57.662Z | [ 5] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 4594 | 2025-05-08T21:21:57.662Z | [ 7] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 4595 | 2025-05-08T21:21:57.662Z | [ 9] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
| 4596 | 2025-05-08T21:22:00.882Z | [ 11] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 4597 | 2025-05-08T21:22:00.882Z | [ 13] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 4598 | 2025-05-08T21:22:00.882Z | [ 15] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 4599 | 2025-05-08T21:22:00.882Z | [ 17] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 4600 | 2025-05-08T21:22:00.882Z | [ 19] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
| 4601 | 2025-05-08T21:22:00.882Z | [SUM] 6.00-7.00 sec 168 MBytes 1.41 Gbits/sec |
| 4602 | 2025-05-08T21:22:00.882Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4603 | 2025-05-08T21:22:00.882Z | [ 5] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
| 4604 | 2025-05-08T21:22:00.882Z | [ 7] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
| 4605 | 2025-05-08T21:22:00.882Z | [ 9] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
| 4606 | 2025-05-08T21:22:00.882Z | [ 11] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
| 4607 | 2025-05-08T21:22:00.882Z | [ 13] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
| 4608 | 2025-05-08T21:22:00.882Z | [ 15] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
| 4609 | 2025-05-08T21:22:00.882Z | [ 17] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
| 4610 | 2025-05-08T21:22:00.882Z | [ 19] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
| 4611 | 2025-05-08T21:22:00.882Z | [SUM] 7.00-8.00 sec 170 MBytes 1.43 Gbits/sec |
| 4612 | 2025-05-08T21:22:00.882Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4613 | 2025-05-08T21:22:00.882Z | [ 5] 8.00-9.00 sec 20.2 MBytes 169 Mbits/sec |
| 4614 | 2025-05-08T21:22:00.882Z | [ 7] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec |
| 4615 | 2025-05-08T21:22:00.882Z | [ 9] 8.00-9.00 sec 20.2 MBytes 169 Mbits/sec |
| 4616 | 2025-05-08T21:22:00.882Z | [ 11] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec |
| 4617 | 2025-05-08T21:22:00.882Z | [ 13] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec |
| 4618 | 2025-05-08T21:22:00.882Z | [ 15] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec |
| 4619 | 2025-05-08T21:22:00.882Z | [ 17] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec |
| 4620 | 2025-05-08T21:22:00.883Z | [ 19] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec |
| 4621 | 2025-05-08T21:22:00.883Z | [SUM] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec |
| 4622 | 2025-05-08T21:22:00.883Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4623 | 2025-05-08T21:22:00.883Z | [ 5] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 4624 | 2025-05-08T21:22:00.883Z | [ 7] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 4625 | 2025-05-08T21:22:00.883Z | [ 9] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 4626 | 2025-05-08T21:22:00.883Z | [ 11] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 4627 | 2025-05-08T21:22:00.883Z | [ 13] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 4628 | 2025-05-08T21:22:00.883Z | [ 15] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 4629 | 2025-05-08T21:22:00.883Z | [ 17] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec |
| 4630 | 2025-05-08T21:22:00.883Z | [ 19] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec |
| 4631 | 2025-05-08T21:22:00.883Z | [SUM] 9.00-10.00 sec 163 MBytes 1.37 Gbits/sec |
| 4632 | 2025-05-08T21:22:00.883Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4633 | 2025-05-08T21:22:00.883Z | [ 5] 10.00-10.00 sec 48.1 KBytes 141 Mbits/sec |
| 4634 | 2025-05-08T21:22:00.883Z | [ 7] 10.00-10.00 sec 144 KBytes 424 Mbits/sec |
| 4635 | 2025-05-08T21:22:00.883Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4636 | 2025-05-08T21:22:00.883Z | [ 11] 10.00-10.00 sec 48.1 KBytes 141 Mbits/sec |
| 4637 | 2025-05-08T21:22:00.883Z | [ 13] 10.00-10.00 sec 144 KBytes 424 Mbits/sec |
| 4638 | 2025-05-08T21:22:00.883Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4639 | 2025-05-08T21:22:00.883Z | [ 17] 10.00-10.00 sec 144 KBytes 424 Mbits/sec |
| 4640 | 2025-05-08T21:22:00.883Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4641 | 2025-05-08T21:22:00.883Z | [SUM] 10.00-10.00 sec 529 KBytes 1.55 Gbits/sec |
| 4642 | 2025-05-08T21:22:00.883Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4643 | 2025-05-08T21:22:00.883Z | [ ID] Interval Transfer Bandwidth |
| 4644 | 2025-05-08T21:22:00.883Z | [ 5] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 4645 | 2025-05-08T21:22:00.883Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4646 | 2025-05-08T21:22:00.883Z | [ 7] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 4647 | 2025-05-08T21:22:00.883Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4648 | 2025-05-08T21:22:00.883Z | [ 9] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 4649 | 2025-05-08T21:22:00.883Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4650 | 2025-05-08T21:22:00.883Z | [ 11] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 4651 | 2025-05-08T21:22:00.883Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4652 | 2025-05-08T21:22:00.883Z | [ 13] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 4653 | 2025-05-08T21:22:00.883Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4654 | 2025-05-08T21:22:00.883Z | [ 15] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 4655 | 2025-05-08T21:22:00.883Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4656 | 2025-05-08T21:22:00.883Z | [ 17] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 4657 | 2025-05-08T21:22:00.883Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4658 | 2025-05-08T21:22:00.884Z | [ 19] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender |
| 4659 | 2025-05-08T21:22:00.884Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4660 | 2025-05-08T21:22:00.884Z | [SUM] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender |
| 4661 | 2025-05-08T21:22:00.884Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4662 | 2025-05-08T21:22:00.887Z | Run 7/10...1344.018Mbps |
| 4663 | 2025-05-08T21:22:07.919Z | ----------------------------------------------------------- |
| 4664 | 2025-05-08T21:22:07.919Z | Server listening on 5201 |
| 4665 | 2025-05-08T21:22:07.919Z | ----------------------------------------------------------- |
| 4666 | 2025-05-08T21:22:07.919Z | Accepted connection from 10.0.0.1, port 42029 |
| 4667 | 2025-05-08T21:22:07.919Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35814 |
| 4668 | 2025-05-08T21:22:07.919Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60889 |
| 4669 | 2025-05-08T21:22:07.919Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56093 |
| 4670 | 2025-05-08T21:22:07.919Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57669 |
| 4671 | 2025-05-08T21:22:07.919Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64316 |
| 4672 | 2025-05-08T21:22:07.919Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35697 |
| 4673 | 2025-05-08T21:22:07.919Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56519 |
| 4674 | 2025-05-08T21:22:07.919Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48326 |
| 4675 | 2025-05-08T21:22:07.919Z | [ ID] Interval Transfer Bandwidth |
| 4676 | 2025-05-08T21:22:07.919Z | [ 5] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4677 | 2025-05-08T21:22:07.920Z | [ 7] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4678 | 2025-05-08T21:22:07.920Z | [ 9] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec |
| 4679 | 2025-05-08T21:22:07.920Z | [ 11] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4680 | 2025-05-08T21:22:07.920Z | [ 13] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec |
| 4681 | 2025-05-08T21:22:07.920Z | [ 15] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec |
| 4682 | 2025-05-08T21:22:07.920Z | [ 17] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec |
| 4683 | 2025-05-08T21:22:07.920Z | [ 19] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec |
| 4684 | 2025-05-08T21:22:07.920Z | [SUM] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec |
| 4685 | 2025-05-08T21:22:07.920Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4686 | 2025-05-08T21:22:07.920Z | [ 5] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 4687 | 2025-05-08T21:22:07.920Z | [ 7] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec |
| 4688 | 2025-05-08T21:22:07.920Z | [ 9] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec |
| 4689 | 2025-05-08T21:22:07.920Z | [ 11] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec |
| 4690 | 2025-05-08T21:22:07.920Z | [ 13] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 4691 | 2025-05-08T21:22:07.920Z | [ 15] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec |
| 4692 | 2025-05-08T21:22:07.920Z | [ 17] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec |
| 4693 | 2025-05-08T21:22:07.920Z | [ 19] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec |
| 4694 | 2025-05-08T21:22:07.920Z | [SUM] 1.00-2.00 sec 159 MBytes 1.33 Gbits/sec |
| 4695 | 2025-05-08T21:22:07.920Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4696 | 2025-05-08T21:22:07.920Z | [ 5] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4697 | 2025-05-08T21:22:07.920Z | [ 7] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec |
| 4698 | 2025-05-08T21:22:07.920Z | [ 9] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4699 | 2025-05-08T21:22:07.920Z | [ 11] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec |
| 4700 | 2025-05-08T21:22:07.920Z | [ 13] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec |
| 4701 | 2025-05-08T21:22:07.920Z | [ 15] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4702 | 2025-05-08T21:22:07.920Z | [ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4703 | 2025-05-08T21:22:07.920Z | [ 19] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec |
| 4704 | 2025-05-08T21:22:07.920Z | [SUM] 2.00-3.00 sec 159 MBytes 1.34 Gbits/sec |
| 4705 | 2025-05-08T21:22:07.920Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4706 | 2025-05-08T21:22:07.920Z | [ 5] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 4707 | 2025-05-08T21:22:07.920Z | [ 7] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 4708 | 2025-05-08T21:22:07.920Z | [ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4709 | 2025-05-08T21:22:07.920Z | [ 11] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4710 | 2025-05-08T21:22:07.920Z | [ 13] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec |
| 4711 | 2025-05-08T21:22:07.920Z | [ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4712 | 2025-05-08T21:22:07.920Z | [ 17] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec |
| 4713 | 2025-05-08T21:22:07.920Z | [ 19] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4714 | 2025-05-08T21:22:07.920Z | [SUM] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec |
| 4715 | 2025-05-08T21:22:07.920Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4716 | 2025-05-08T21:22:07.920Z | [ 5] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 4717 | 2025-05-08T21:22:07.921Z | [ 7] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4718 | 2025-05-08T21:22:07.921Z | [ 9] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4719 | 2025-05-08T21:22:07.921Z | [ 11] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec |
| 4720 | 2025-05-08T21:22:07.921Z | [ 13] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 4721 | 2025-05-08T21:22:07.921Z | [ 15] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4722 | 2025-05-08T21:22:07.921Z | [ 17] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec |
| 4723 | 2025-05-08T21:22:07.921Z | [ 19] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec |
| 4724 | 2025-05-08T21:22:07.921Z | [SUM] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec |
| 4725 | 2025-05-08T21:22:07.921Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4726 | 2025-05-08T21:22:07.921Z | [ 5] 5.00-6.00 sec 19.3 MBytes 162 Mbits/sec |
| 4727 | 2025-05-08T21:22:07.921Z | [ 7] 5.00-6.00 sec 19.2 MBytes 161 Mbits/sec |
| 4728 | 2025-05-08T21:22:07.921Z | [ 9] 5.00-6.00 sec 19.2 MBytes 161 Mbits/sec |
| 4729 | 2025-05-08T21:22:07.921Z | [ 11] 5.00-6.00 sec 19.3 MBytes 162 Mbits/sec |
| 4730 | 2025-05-08T21:22:07.921Z | [ 13] 5.00-6.00 sec 19.2 MBytes 161 Mbits/sec |
| 4731 | 2025-05-08T21:22:07.921Z | [ 15] 5.00-6.00 sec 19.3 MBytes 162 Mbits/sec |
| 4732 | 2025-05-08T21:22:07.921Z | [ 17] 5.00-6.00 sec 19.2 MBytes 161 Mbits/sec |
| 4733 | 2025-05-08T21:22:07.921Z | [ 19] 5.00-6.00 sec 19.3 MBytes 162 Mbits/sec |
| 4734 | 2025-05-08T21:22:07.921Z | [SUM] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec |
| 4735 | 2025-05-08T21:22:07.921Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4736 | 2025-05-08T21:22:07.921Z | [ 5] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec |
| 4737 | 2025-05-08T21:22:07.921Z | [ 7] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4738 | 2025-05-08T21:22:07.921Z | [ 9] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4739 | 2025-05-08T21:22:11.032Z | [ 11] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4740 | 2025-05-08T21:22:11.032Z | [ 13] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4741 | 2025-05-08T21:22:11.032Z | [ 15] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4742 | 2025-05-08T21:22:11.032Z | [ 17] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4743 | 2025-05-08T21:22:11.032Z | [ 19] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec |
| 4744 | 2025-05-08T21:22:11.032Z | [SUM] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec |
| 4745 | 2025-05-08T21:22:11.032Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4746 | 2025-05-08T21:22:11.032Z | [ 5] 7.00-8.00 sec 19.3 MBytes 162 Mbits/sec |
| 4747 | 2025-05-08T21:22:11.032Z | [ 7] 7.00-8.00 sec 19.3 MBytes 162 Mbits/sec |
| 4748 | 2025-05-08T21:22:11.032Z | [ 9] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec |
| 4749 | 2025-05-08T21:22:11.032Z | [ 11] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec |
| 4750 | 2025-05-08T21:22:11.032Z | [ 13] 7.00-8.00 sec 19.3 MBytes 162 Mbits/sec |
| 4751 | 2025-05-08T21:22:11.032Z | [ 15] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec |
| 4752 | 2025-05-08T21:22:11.032Z | [ 17] 7.00-8.00 sec 19.3 MBytes 162 Mbits/sec |
| 4753 | 2025-05-08T21:22:11.032Z | [ 19] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec |
| 4754 | 2025-05-08T21:22:11.032Z | [SUM] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec |
| 4755 | 2025-05-08T21:22:11.032Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4756 | 2025-05-08T21:22:11.033Z | [ 5] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4757 | 2025-05-08T21:22:11.033Z | [ 7] 8.00-9.00 sec 19.5 MBytes 163 Mbits/sec |
| 4758 | 2025-05-08T21:22:11.033Z | [ 9] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4759 | 2025-05-08T21:22:11.033Z | [ 11] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4760 | 2025-05-08T21:22:11.033Z | [ 13] 8.00-9.00 sec 19.6 MBytes 165 Mbits/sec |
| 4761 | 2025-05-08T21:22:11.033Z | [ 15] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4762 | 2025-05-08T21:22:11.033Z | [ 17] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4763 | 2025-05-08T21:22:11.033Z | [ 19] 8.00-9.00 sec 19.5 MBytes 163 Mbits/sec |
| 4764 | 2025-05-08T21:22:11.033Z | [SUM] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec |
| 4765 | 2025-05-08T21:22:11.033Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4766 | 2025-05-08T21:22:11.033Z | [ 5] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4767 | 2025-05-08T21:22:11.037Z | [ 7] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4768 | 2025-05-08T21:22:11.037Z | [ 9] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4769 | 2025-05-08T21:22:11.037Z | [ 11] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec |
| 4770 | 2025-05-08T21:22:11.037Z | [ 13] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4771 | 2025-05-08T21:22:11.037Z | [ 15] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 4772 | 2025-05-08T21:22:11.037Z | [ 17] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 4773 | 2025-05-08T21:22:11.037Z | [ 19] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 4774 | 2025-05-08T21:22:11.037Z | [SUM] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec |
| 4775 | 2025-05-08T21:22:11.037Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4776 | 2025-05-08T21:22:11.037Z | [ 5] 10.00-10.00 sec 96.2 KBytes 300 Mbits/sec |
| 4777 | 2025-05-08T21:22:11.037Z | [ 7] 10.00-10.00 sec 96.2 KBytes 301 Mbits/sec |
| 4778 | 2025-05-08T21:22:11.037Z | [ 9] 10.00-10.00 sec 96.2 KBytes 301 Mbits/sec |
| 4779 | 2025-05-08T21:22:11.037Z | [ 11] 10.00-10.00 sec 48.1 KBytes 150 Mbits/sec |
| 4780 | 2025-05-08T21:22:11.037Z | [ 13] 10.00-10.00 sec 144 KBytes 451 Mbits/sec |
| 4781 | 2025-05-08T21:22:11.037Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4782 | 2025-05-08T21:22:11.037Z | [ 17] 10.00-10.00 sec 144 KBytes 451 Mbits/sec |
| 4783 | 2025-05-08T21:22:11.037Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4784 | 2025-05-08T21:22:11.037Z | [SUM] 10.00-10.00 sec 625 KBytes 1.95 Gbits/sec |
| 4785 | 2025-05-08T21:22:11.037Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4786 | 2025-05-08T21:22:11.037Z | [ ID] Interval Transfer Bandwidth |
| 4787 | 2025-05-08T21:22:11.037Z | [ 5] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4788 | 2025-05-08T21:22:11.037Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4789 | 2025-05-08T21:22:11.037Z | [ 7] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4790 | 2025-05-08T21:22:11.037Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4791 | 2025-05-08T21:22:11.037Z | [ 9] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4792 | 2025-05-08T21:22:11.037Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4793 | 2025-05-08T21:22:11.037Z | [ 11] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4794 | 2025-05-08T21:22:11.037Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4795 | 2025-05-08T21:22:11.037Z | [ 13] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4796 | 2025-05-08T21:22:11.037Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4797 | 2025-05-08T21:22:11.037Z | [ 15] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4798 | 2025-05-08T21:22:11.037Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4799 | 2025-05-08T21:22:11.037Z | [ 17] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4800 | 2025-05-08T21:22:11.037Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4801 | 2025-05-08T21:22:11.037Z | [ 19] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4802 | 2025-05-08T21:22:11.037Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4803 | 2025-05-08T21:22:11.037Z | [SUM] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender |
| 4804 | 2025-05-08T21:22:11.037Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4805 | 2025-05-08T21:22:11.038Z | Run 8/10...1294.632Mbps |
| 4806 | 2025-05-08T21:22:18.070Z | ----------------------------------------------------------- |
| 4807 | 2025-05-08T21:22:18.070Z | Server listening on 5201 |
| 4808 | 2025-05-08T21:22:18.071Z | ----------------------------------------------------------- |
| 4809 | 2025-05-08T21:22:18.071Z | Accepted connection from 10.0.0.1, port 44636 |
| 4810 | 2025-05-08T21:22:18.071Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34800 |
| 4811 | 2025-05-08T21:22:18.071Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54975 |
| 4812 | 2025-05-08T21:22:18.071Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38689 |
| 4813 | 2025-05-08T21:22:18.071Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58029 |
| 4814 | 2025-05-08T21:22:18.071Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50772 |
| 4815 | 2025-05-08T21:22:18.071Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65237 |
| 4816 | 2025-05-08T21:22:18.071Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63039 |
| 4817 | 2025-05-08T21:22:18.071Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59781 |
| 4818 | 2025-05-08T21:22:18.071Z | [ ID] Interval Transfer Bandwidth |
| 4819 | 2025-05-08T21:22:18.071Z | [ 5] 0.00-1.00 sec 15.8 MBytes 132 Mbits/sec |
| 4820 | 2025-05-08T21:22:18.071Z | [ 7] 0.00-1.00 sec 15.9 MBytes 134 Mbits/sec |
| 4821 | 2025-05-08T21:22:18.071Z | [ 9] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec |
| 4822 | 2025-05-08T21:22:18.071Z | [ 11] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec |
| 4823 | 2025-05-08T21:22:18.071Z | [ 13] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec |
| 4824 | 2025-05-08T21:22:18.071Z | [ 15] 0.00-1.00 sec 15.9 MBytes 134 Mbits/sec |
| 4825 | 2025-05-08T21:22:18.071Z | [ 17] 0.00-1.00 sec 15.8 MBytes 133 Mbits/sec |
| 4826 | 2025-05-08T21:22:18.071Z | [ 19] 0.00-1.00 sec 15.8 MBytes 133 Mbits/sec |
| 4827 | 2025-05-08T21:22:18.071Z | [SUM] 0.00-1.00 sec 127 MBytes 1.06 Gbits/sec |
| 4828 | 2025-05-08T21:22:18.071Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4829 | 2025-05-08T21:22:18.071Z | [ 5] 1.00-2.00 sec 19.5 MBytes 164 Mbits/sec |
| 4830 | 2025-05-08T21:22:18.071Z | [ 7] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec |
| 4831 | 2025-05-08T21:22:18.071Z | [ 9] 1.00-2.00 sec 19.6 MBytes 164 Mbits/sec |
| 4832 | 2025-05-08T21:22:18.071Z | [ 11] 1.00-2.00 sec 19.6 MBytes 164 Mbits/sec |
| 4833 | 2025-05-08T21:22:18.072Z | [ 13] 1.00-2.00 sec 19.6 MBytes 164 Mbits/sec |
| 4834 | 2025-05-08T21:22:18.072Z | [ 15] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec |
| 4835 | 2025-05-08T21:22:18.072Z | [ 17] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec |
| 4836 | 2025-05-08T21:22:18.072Z | [ 19] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec |
| 4837 | 2025-05-08T21:22:18.072Z | [SUM] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec |
| 4838 | 2025-05-08T21:22:18.072Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4839 | 2025-05-08T21:22:18.072Z | [ 5] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4840 | 2025-05-08T21:22:18.072Z | [ 7] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4841 | 2025-05-08T21:22:18.072Z | [ 9] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4842 | 2025-05-08T21:22:18.073Z | [ 11] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4843 | 2025-05-08T21:22:18.073Z | [ 13] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4844 | 2025-05-08T21:22:18.073Z | [ 15] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec |
| 4845 | 2025-05-08T21:22:18.073Z | [ 17] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec |
| 4846 | 2025-05-08T21:22:18.073Z | [ 19] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec |
| 4847 | 2025-05-08T21:22:18.073Z | [SUM] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec |
| 4848 | 2025-05-08T21:22:18.073Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4849 | 2025-05-08T21:22:18.073Z | [ 5] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 4850 | 2025-05-08T21:22:18.073Z | [ 7] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 4851 | 2025-05-08T21:22:18.073Z | [ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4852 | 2025-05-08T21:22:18.073Z | [ 11] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 4853 | 2025-05-08T21:22:18.073Z | [ 13] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec |
| 4854 | 2025-05-08T21:22:18.073Z | [ 15] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 4855 | 2025-05-08T21:22:18.073Z | [ 17] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 4856 | 2025-05-08T21:22:18.073Z | [ 19] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec |
| 4857 | 2025-05-08T21:22:18.073Z | [SUM] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec |
| 4858 | 2025-05-08T21:22:18.073Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4859 | 2025-05-08T21:22:18.073Z | [ 5] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4860 | 2025-05-08T21:22:18.073Z | [ 7] 4.00-5.00 sec 19.5 MBytes 164 Mbits/sec |
| 4861 | 2025-05-08T21:22:18.073Z | [ 9] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4862 | 2025-05-08T21:22:18.073Z | [ 11] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec |
| 4863 | 2025-05-08T21:22:18.073Z | [ 13] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec |
| 4864 | 2025-05-08T21:22:18.073Z | [ 15] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4865 | 2025-05-08T21:22:18.073Z | [ 17] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4866 | 2025-05-08T21:22:18.073Z | [ 19] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec |
| 4867 | 2025-05-08T21:22:18.073Z | [SUM] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec |
| 4868 | 2025-05-08T21:22:18.073Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4869 | 2025-05-08T21:22:18.073Z | [ 5] 5.00-6.00 sec 19.7 MBytes 165 Mbits/sec |
| 4870 | 2025-05-08T21:22:18.073Z | [ 7] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 4871 | 2025-05-08T21:22:18.073Z | [ 9] 5.00-6.00 sec 19.7 MBytes 165 Mbits/sec |
| 4872 | 2025-05-08T21:22:18.073Z | [ 11] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 4873 | 2025-05-08T21:22:18.073Z | [ 13] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 4874 | 2025-05-08T21:22:18.073Z | [ 15] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 4875 | 2025-05-08T21:22:18.073Z | [ 17] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 4876 | 2025-05-08T21:22:18.073Z | [ 19] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec |
| 4877 | 2025-05-08T21:22:18.073Z | [SUM] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec |
| 4878 | 2025-05-08T21:22:18.074Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4879 | 2025-05-08T21:22:18.074Z | [ 5] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4880 | 2025-05-08T21:22:18.074Z | [ 7] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4881 | 2025-05-08T21:22:18.074Z | [ 9] 6.00-7.00 sec 19.8 MBytes 166 Mbits/sec |
| 4882 | 2025-05-08T21:22:21.185Z | [ 11] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4883 | 2025-05-08T21:22:21.185Z | [ 13] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4884 | 2025-05-08T21:22:21.185Z | [ 15] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4885 | 2025-05-08T21:22:21.185Z | [ 17] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4886 | 2025-05-08T21:22:21.185Z | [ 19] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec |
| 4887 | 2025-05-08T21:22:21.185Z | [SUM] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec |
| 4888 | 2025-05-08T21:22:21.185Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4889 | 2025-05-08T21:22:21.185Z | [ 5] 7.00-8.00 sec 19.5 MBytes 163 Mbits/sec |
| 4890 | 2025-05-08T21:22:21.185Z | [ 7] 7.00-8.00 sec 19.6 MBytes 164 Mbits/sec |
| 4891 | 2025-05-08T21:22:21.185Z | [ 9] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec |
| 4892 | 2025-05-08T21:22:21.185Z | [ 11] 7.00-8.00 sec 19.5 MBytes 164 Mbits/sec |
| 4893 | 2025-05-08T21:22:21.185Z | [ 13] 7.00-8.00 sec 19.6 MBytes 164 Mbits/sec |
| 4894 | 2025-05-08T21:22:21.185Z | [ 15] 7.00-8.00 sec 19.6 MBytes 164 Mbits/sec |
| 4895 | 2025-05-08T21:22:21.185Z | [ 17] 7.00-8.00 sec 19.5 MBytes 163 Mbits/sec |
| 4896 | 2025-05-08T21:22:21.185Z | [ 19] 7.00-8.00 sec 19.6 MBytes 164 Mbits/sec |
| 4897 | 2025-05-08T21:22:21.185Z | [SUM] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec |
| 4898 | 2025-05-08T21:22:21.185Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4899 | 2025-05-08T21:22:21.185Z | [ 5] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4900 | 2025-05-08T21:22:21.185Z | [ 7] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4901 | 2025-05-08T21:22:21.185Z | [ 9] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4902 | 2025-05-08T21:22:21.185Z | [ 11] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4903 | 2025-05-08T21:22:21.185Z | [ 13] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4904 | 2025-05-08T21:22:21.185Z | [ 15] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4905 | 2025-05-08T21:22:21.185Z | [ 17] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec |
| 4906 | 2025-05-08T21:22:21.185Z | [ 19] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec |
| 4907 | 2025-05-08T21:22:21.185Z | [SUM] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec |
| 4908 | 2025-05-08T21:22:21.185Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4909 | 2025-05-08T21:22:21.185Z | [ 5] 9.00-10.00 sec 19.5 MBytes 163 Mbits/sec |
| 4910 | 2025-05-08T21:22:21.185Z | [ 7] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec |
| 4911 | 2025-05-08T21:22:21.185Z | [ 9] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec |
| 4912 | 2025-05-08T21:22:21.185Z | [ 11] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 4913 | 2025-05-08T21:22:21.186Z | [ 13] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 4914 | 2025-05-08T21:22:21.186Z | [ 15] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 4915 | 2025-05-08T21:22:21.186Z | [ 17] 9.00-10.00 sec 19.5 MBytes 163 Mbits/sec |
| 4916 | 2025-05-08T21:22:21.186Z | [ 19] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec |
| 4917 | 2025-05-08T21:22:21.186Z | [SUM] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec |
| 4918 | 2025-05-08T21:22:21.186Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4919 | 2025-05-08T21:22:21.186Z | [ 5] 10.00-10.00 sec 96.2 KBytes 335 Mbits/sec |
| 4920 | 2025-05-08T21:22:21.186Z | [ 7] 10.00-10.00 sec 96.2 KBytes 335 Mbits/sec |
| 4921 | 2025-05-08T21:22:21.186Z | [ 9] 10.00-10.00 sec 144 KBytes 503 Mbits/sec |
| 4922 | 2025-05-08T21:22:21.186Z | [ 11] 10.00-10.00 sec 48.1 KBytes 168 Mbits/sec |
| 4923 | 2025-05-08T21:22:21.186Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4924 | 2025-05-08T21:22:21.186Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4925 | 2025-05-08T21:22:21.186Z | [ 17] 10.00-10.00 sec 48.1 KBytes 168 Mbits/sec |
| 4926 | 2025-05-08T21:22:21.186Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 4927 | 2025-05-08T21:22:21.186Z | [SUM] 10.00-10.00 sec 433 KBytes 1.51 Gbits/sec |
| 4928 | 2025-05-08T21:22:21.186Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4929 | 2025-05-08T21:22:21.186Z | [ ID] Interval Transfer Bandwidth |
| 4930 | 2025-05-08T21:22:21.186Z | [ 5] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4931 | 2025-05-08T21:22:21.186Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4932 | 2025-05-08T21:22:21.186Z | [ 7] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4933 | 2025-05-08T21:22:21.186Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4934 | 2025-05-08T21:22:21.186Z | [ 9] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4935 | 2025-05-08T21:22:21.186Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4936 | 2025-05-08T21:22:21.186Z | [ 11] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4937 | 2025-05-08T21:22:21.186Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4938 | 2025-05-08T21:22:21.186Z | [ 13] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4939 | 2025-05-08T21:22:21.186Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4940 | 2025-05-08T21:22:21.186Z | [ 15] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4941 | 2025-05-08T21:22:21.186Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4942 | 2025-05-08T21:22:21.186Z | [ 17] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender |
| 4943 | 2025-05-08T21:22:21.186Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4944 | 2025-05-08T21:22:21.186Z | [ 19] 0.00-10.00 sec 193 MBytes 161 Mbits/sec sender |
| 4945 | 2025-05-08T21:22:21.186Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4946 | 2025-05-08T21:22:21.186Z | [SUM] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender |
| 4947 | 2025-05-08T21:22:21.186Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 4948 | 2025-05-08T21:22:21.190Z | Run 9/10...1293.104Mbps |
| 4949 | 2025-05-08T21:22:28.222Z | ----------------------------------------------------------- |
| 4950 | 2025-05-08T21:22:28.222Z | Server listening on 5201 |
| 4951 | 2025-05-08T21:22:28.222Z | ----------------------------------------------------------- |
| 4952 | 2025-05-08T21:22:28.222Z | Accepted connection from 10.0.0.1, port 42930 |
| 4953 | 2025-05-08T21:22:28.222Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64343 |
| 4954 | 2025-05-08T21:22:28.222Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35464 |
| 4955 | 2025-05-08T21:22:28.222Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39865 |
| 4956 | 2025-05-08T21:22:28.222Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53418 |
| 4957 | 2025-05-08T21:22:28.222Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55387 |
| 4958 | 2025-05-08T21:22:28.222Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35062 |
| 4959 | 2025-05-08T21:22:28.222Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54385 |
| 4960 | 2025-05-08T21:22:28.222Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40088 |
| 4961 | 2025-05-08T21:22:28.222Z | [ ID] Interval Transfer Bandwidth |
| 4962 | 2025-05-08T21:22:28.222Z | [ 5] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec |
| 4963 | 2025-05-08T21:22:28.222Z | [ 7] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec |
| 4964 | 2025-05-08T21:22:28.222Z | [ 9] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec |
| 4965 | 2025-05-08T21:22:28.222Z | [ 11] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec |
| 4966 | 2025-05-08T21:22:28.222Z | [ 13] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec |
| 4967 | 2025-05-08T21:22:28.222Z | [ 15] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec |
| 4968 | 2025-05-08T21:22:28.222Z | [ 17] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec |
| 4969 | 2025-05-08T21:22:28.222Z | [ 19] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec |
| 4970 | 2025-05-08T21:22:28.222Z | [SUM] 0.00-1.00 sec 129 MBytes 1.08 Gbits/sec |
| 4971 | 2025-05-08T21:22:28.222Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4972 | 2025-05-08T21:22:28.222Z | [ 5] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 4973 | 2025-05-08T21:22:28.222Z | [ 7] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec |
| 4974 | 2025-05-08T21:22:28.222Z | [ 9] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 4975 | 2025-05-08T21:22:28.222Z | [ 11] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec |
| 4976 | 2025-05-08T21:22:28.222Z | [ 13] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec |
| 4977 | 2025-05-08T21:22:28.222Z | [ 15] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec |
| 4978 | 2025-05-08T21:22:28.222Z | [ 17] 1.00-2.00 sec 19.6 MBytes 164 Mbits/sec |
| 4979 | 2025-05-08T21:22:28.223Z | [ 19] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec |
| 4980 | 2025-05-08T21:22:28.223Z | [SUM] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec |
| 4981 | 2025-05-08T21:22:28.223Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4982 | 2025-05-08T21:22:28.223Z | [ 5] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec |
| 4983 | 2025-05-08T21:22:28.223Z | [ 7] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec |
| 4984 | 2025-05-08T21:22:28.223Z | [ 9] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec |
| 4985 | 2025-05-08T21:22:28.223Z | [ 11] 2.00-3.00 sec 19.3 MBytes 161 Mbits/sec |
| 4986 | 2025-05-08T21:22:28.223Z | [ 13] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec |
| 4987 | 2025-05-08T21:22:28.223Z | [ 15] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec |
| 4988 | 2025-05-08T21:22:28.223Z | [ 17] 2.00-3.00 sec 19.2 MBytes 161 Mbits/sec |
| 4989 | 2025-05-08T21:22:28.223Z | [ 19] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec |
| 4990 | 2025-05-08T21:22:28.223Z | [SUM] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec |
| 4991 | 2025-05-08T21:22:28.223Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4992 | 2025-05-08T21:22:28.224Z | [ 5] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec |
| 4993 | 2025-05-08T21:22:28.224Z | [ 7] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec |
| 4994 | 2025-05-08T21:22:28.224Z | [ 9] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec |
| 4995 | 2025-05-08T21:22:28.224Z | [ 11] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec |
| 4996 | 2025-05-08T21:22:28.224Z | [ 13] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec |
| 4997 | 2025-05-08T21:22:28.224Z | [ 15] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec |
| 4998 | 2025-05-08T21:22:28.224Z | [ 17] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec |
| 4999 | 2025-05-08T21:22:28.224Z | [ 19] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec |
| 5000 | 2025-05-08T21:22:28.224Z | [SUM] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec |
| 5001 | 2025-05-08T21:22:28.224Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5002 | 2025-05-08T21:22:28.224Z | [ 5] 4.00-5.00 sec 20.0 MBytes 167 Mbits/sec |
| 5003 | 2025-05-08T21:22:28.224Z | [ 7] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 5004 | 2025-05-08T21:22:28.224Z | [ 9] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 5005 | 2025-05-08T21:22:28.224Z | [ 11] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 5006 | 2025-05-08T21:22:28.224Z | [ 13] 4.00-5.00 sec 20.0 MBytes 167 Mbits/sec |
| 5007 | 2025-05-08T21:22:28.227Z | [ 15] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec |
| 5008 | 2025-05-08T21:22:28.228Z | [ 17] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec |
| 5009 | 2025-05-08T21:22:28.228Z | [ 19] 4.00-5.00 sec 20.0 MBytes 167 Mbits/sec |
| 5010 | 2025-05-08T21:22:28.228Z | [SUM] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec |
| 5011 | 2025-05-08T21:22:28.228Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5012 | 2025-05-08T21:22:28.228Z | [ 5] 5.00-6.00 sec 20.9 MBytes 175 Mbits/sec |
| 5013 | 2025-05-08T21:22:28.228Z | [ 7] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 5014 | 2025-05-08T21:22:28.228Z | [ 9] 5.00-6.00 sec 20.9 MBytes 176 Mbits/sec |
| 5015 | 2025-05-08T21:22:28.228Z | [ 11] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec |
| 5016 | 2025-05-08T21:22:28.228Z | [ 13] 5.00-6.00 sec 20.9 MBytes 176 Mbits/sec |
| 5017 | 2025-05-08T21:22:28.228Z | [ 15] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec |
| 5018 | 2025-05-08T21:22:28.228Z | [ 17] 5.00-6.00 sec 20.9 MBytes 176 Mbits/sec |
| 5019 | 2025-05-08T21:22:28.228Z | [ 19] 5.00-6.00 sec 20.9 MBytes 175 Mbits/sec |
| 5020 | 2025-05-08T21:22:28.228Z | [SUM] 5.00-6.00 sec 167 MBytes 1.40 Gbits/sec |
| 5021 | 2025-05-08T21:22:28.228Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5022 | 2025-05-08T21:22:28.228Z | [ 5] 6.00-7.00 sec 19.5 MBytes 163 Mbits/sec |
| 5023 | 2025-05-08T21:22:28.228Z | [ 7] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec |
| 5024 | 2025-05-08T21:22:28.228Z | [ 9] 6.00-7.00 sec 19.4 MBytes 163 Mbits/sec |
| 5025 | 2025-05-08T21:22:31.445Z | [ 11] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec |
| 5026 | 2025-05-08T21:22:31.446Z | [ 13] 6.00-7.00 sec 19.5 MBytes 163 Mbits/sec |
| 5027 | 2025-05-08T21:22:31.446Z | [ 15] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec |
| 5028 | 2025-05-08T21:22:31.446Z | [ 17] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec |
| 5029 | 2025-05-08T21:22:31.446Z | [ 19] 6.00-7.00 sec 19.4 MBytes 163 Mbits/sec |
| 5030 | 2025-05-08T21:22:31.446Z | [SUM] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec |
| 5031 | 2025-05-08T21:22:31.446Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5032 | 2025-05-08T21:22:31.446Z | [ 5] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec |
| 5033 | 2025-05-08T21:22:31.446Z | [ 7] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 5034 | 2025-05-08T21:22:31.446Z | [ 9] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 5035 | 2025-05-08T21:22:31.446Z | [ 11] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 5036 | 2025-05-08T21:22:31.446Z | [ 13] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 5037 | 2025-05-08T21:22:31.446Z | [ 15] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 5038 | 2025-05-08T21:22:31.446Z | [ 17] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec |
| 5039 | 2025-05-08T21:22:31.446Z | [ 19] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec |
| 5040 | 2025-05-08T21:22:31.446Z | [SUM] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec |
| 5041 | 2025-05-08T21:22:31.446Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5042 | 2025-05-08T21:22:31.446Z | [ 5] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec |
| 5043 | 2025-05-08T21:22:31.446Z | [ 7] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec |
| 5044 | 2025-05-08T21:22:31.446Z | [ 9] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 5045 | 2025-05-08T21:22:31.446Z | [ 11] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec |
| 5046 | 2025-05-08T21:22:31.446Z | [ 13] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 5047 | 2025-05-08T21:22:31.446Z | [ 15] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec |
| 5048 | 2025-05-08T21:22:31.446Z | [ 17] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 5049 | 2025-05-08T21:22:31.446Z | [ 19] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec |
| 5050 | 2025-05-08T21:22:31.446Z | [SUM] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec |
| 5051 | 2025-05-08T21:22:31.446Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5052 | 2025-05-08T21:22:31.446Z | [ 5] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 5053 | 2025-05-08T21:22:31.446Z | [ 7] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 5054 | 2025-05-08T21:22:31.446Z | [ 9] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 5055 | 2025-05-08T21:22:31.446Z | [ 11] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec |
| 5056 | 2025-05-08T21:22:31.446Z | [ 13] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec |
| 5057 | 2025-05-08T21:22:31.446Z | [ 15] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec |
| 5058 | 2025-05-08T21:22:31.446Z | [ 17] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec |
| 5059 | 2025-05-08T21:22:31.446Z | [ 19] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec |
| 5060 | 2025-05-08T21:22:31.446Z | [SUM] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec |
| 5061 | 2025-05-08T21:22:31.446Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5062 | 2025-05-08T21:22:31.447Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 5063 | 2025-05-08T21:22:31.447Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 5064 | 2025-05-08T21:22:31.447Z | [ 9] 10.00-10.00 sec 96.2 KBytes 277 Mbits/sec |
| 5065 | 2025-05-08T21:22:31.447Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 5066 | 2025-05-08T21:22:31.447Z | [ 13] 10.00-10.00 sec 96.2 KBytes 277 Mbits/sec |
| 5067 | 2025-05-08T21:22:31.447Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
| 5068 | 2025-05-08T21:22:31.447Z | [ 17] 10.00-10.00 sec 96.2 KBytes 277 Mbits/sec |
| 5069 | 2025-05-08T21:22:31.447Z | [ 19] 10.00-10.00 sec 96.2 KBytes 277 Mbits/sec |
| 5070 | 2025-05-08T21:22:31.447Z | [SUM] 10.00-10.00 sec 385 KBytes 1.11 Gbits/sec |
| 5071 | 2025-05-08T21:22:31.447Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5072 | 2025-05-08T21:22:31.447Z | [ ID] Interval Transfer Bandwidth |
| 5073 | 2025-05-08T21:22:31.447Z | [ 5] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender |
| 5074 | 2025-05-08T21:22:31.447Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5075 | 2025-05-08T21:22:31.447Z | [ 7] 0.00-10.00 sec 194 MBytes 162 Mbits/sec sender |
| 5076 | 2025-05-08T21:22:31.447Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5077 | 2025-05-08T21:22:31.447Z | [ 9] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender |
| 5078 | 2025-05-08T21:22:31.447Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5079 | 2025-05-08T21:22:31.447Z | [ 11] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender |
| 5080 | 2025-05-08T21:22:31.447Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5081 | 2025-05-08T21:22:31.447Z | [ 13] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender |
| 5082 | 2025-05-08T21:22:31.447Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5083 | 2025-05-08T21:22:31.447Z | [ 15] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender |
| 5084 | 2025-05-08T21:22:31.447Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5085 | 2025-05-08T21:22:31.447Z | [ 17] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender |
| 5086 | 2025-05-08T21:22:31.447Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5087 | 2025-05-08T21:22:31.447Z | [ 19] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender |
| 5088 | 2025-05-08T21:22:31.447Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5089 | 2025-05-08T21:22:31.447Z | [SUM] 0.00-10.00 sec 1.52 GBytes 1.30 Gbits/sec sender |
| 5090 | 2025-05-08T21:22:31.447Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
| 5091 | 2025-05-08T21:22:31.451Z | Run 10/10...1301.768Mbps |
| 5092 | 2025-05-08T21:22:31.451Z | ###---------------------### |
| 5093 | 2025-05-08T21:22:31.451Z | ::: iPerf done... ::: |
| 5094 | 2025-05-08T21:22:31.451Z | :::Awaiting out files...::: |
| 5095 | 2025-05-08T21:22:31.451Z | ###---------------------### |
| 5096 | 2025-05-08T21:22:31.452Z | ###-----### |
| 5097 | 2025-05-08T21:22:31.453Z | :::done!::: |
| 5098 | 2025-05-08T21:22:31.453Z | ###-----### |
| 5099 | 2025-05-08T21:22:33.619Z | Benchmarking iperf-tcp/local/s2c/tx |
| 5100 | 2025-05-08T21:22:33.619Z | Benchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s |
| 5101 | 2025-05-08T21:22:38.290Z | Benchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.1B iterations) |
| 5102 | 2025-05-08T21:22:58.282Z | Benchmarking iperf-tcp/local/s2c/tx: Analyzing |
| 5103 | 2025-05-08T21:22:58.379Z | iperf-tcp/local/s2c/tx time: [6.6927 µs 6.6929 µs 6.6931 µs] |
| 5104 | 2025-05-08T21:22:58.379Z | Found 7 outliers among 100 measurements (7.00%) |
| 5105 | 2025-05-08T21:22:58.379Z | 1 (1.00%) low severe |
| 5106 | 2025-05-08T21:22:58.379Z | 3 (3.00%) low mild |
| 5107 | 2025-05-08T21:22:58.379Z | 1 (1.00%) high mild |
| 5108 | 2025-05-08T21:22:58.379Z | 2 (2.00%) high severe |
| 5109 | 2025-05-08T21:22:59.395Z | |
| 5110 | 2025-05-08T21:22:59.395Z | Benchmarking iperf-tcp/local/s2c/rx |
| 5111 | 2025-05-08T21:22:59.395Z | Benchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s |
| 5112 | 2025-05-08T21:23:04.067Z | Benchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.1B iterations) |
| 5113 | 2025-05-08T21:23:24.045Z | Benchmarking iperf-tcp/local/s2c/rx: Analyzing |
| 5114 | 2025-05-08T21:23:24.137Z | iperf-tcp/local/s2c/rx time: [15.452 µs 15.453 µs 15.453 µs] |
| 5115 | 2025-05-08T21:23:24.138Z | Found 10 outliers among 100 measurements (10.00%) |
| 5116 | 2025-05-08T21:23:24.138Z | 2 (2.00%) low severe |
| 5117 | 2025-05-08T21:23:24.138Z | 3 (3.00%) low mild |
| 5118 | 2025-05-08T21:23:24.138Z | 5 (5.00%) high mild |
| 5119 | 2025-05-08T21:23:25.156Z | |
| 5120 | 2025-05-08T21:23:30.223Z | + cargo ubench |
| 5121 | 2025-05-08T21:23:30.450Z | Compiling proc-macro2 v1.0.95 |
| 5122 | 2025-05-08T21:23:30.450Z | Compiling unicode-ident v1.0.18 |
| 5123 | 2025-05-08T21:23:30.453Z | Compiling libc v0.2.172 |
| 5124 | 2025-05-08T21:23:30.453Z | Compiling cfg-if v1.0.0 |
| 5125 | 2025-05-08T21:23:30.453Z | Compiling autocfg v1.4.0 |
| 5126 | 2025-05-08T21:23:30.453Z | Compiling serde v1.0.219 |
| 5127 | 2025-05-08T21:23:30.453Z | Compiling memchr v2.7.4 |
| 5128 | 2025-05-08T21:23:30.453Z | Compiling version_check v0.9.5 |
| 5129 | 2025-05-08T21:23:30.553Z | Compiling zerocopy v0.8.25 |
| 5130 | 2025-05-08T21:23:30.648Z | Compiling ident_case v1.0.1 |
| 5131 | 2025-05-08T21:23:30.817Z | Compiling strsim v0.11.1 |
| 5132 | 2025-05-08T21:23:31.021Z | Compiling either v1.15.0 |
| 5133 | 2025-05-08T21:23:31.049Z | Compiling pin-project-lite v0.2.16 |
| 5134 | 2025-05-08T21:23:31.171Z | Compiling fnv v1.0.7 |
| 5135 | 2025-05-08T21:23:31.289Z | Compiling regex-syntax v0.8.5 |
| 5136 | 2025-05-08T21:23:31.306Z | Compiling syn v1.0.109 |
| 5137 | 2025-05-08T21:23:31.406Z | Compiling once_cell v1.21.3 |
| 5138 | 2025-05-08T21:23:31.431Z | Compiling hashbrown v0.15.3 |
| 5139 | 2025-05-08T21:23:31.929Z | Compiling equivalent v1.0.2 |
| 5140 | 2025-05-08T21:23:32.043Z | Compiling crossbeam-utils v0.8.21 |
| 5141 | 2025-05-08T21:23:32.210Z | Compiling quote v1.0.40 |
| 5142 | 2025-05-08T21:23:32.436Z | Compiling aho-corasick v1.1.3 |
| 5143 | 2025-05-08T21:23:32.485Z | Compiling anyhow v1.0.98 |
| 5144 | 2025-05-08T21:23:32.572Z | Compiling syn v2.0.101 |
| 5145 | 2025-05-08T21:23:32.616Z | Compiling indexmap v2.9.0 |
| 5146 | 2025-05-08T21:23:32.675Z | Compiling itertools v0.13.0 |
| 5147 | 2025-05-08T21:23:32.741Z | Compiling lock_api v0.4.12 |
| 5148 | 2025-05-08T21:23:33.066Z | Compiling toml_datetime v0.6.9 |
| 5149 | 2025-05-08T21:23:33.091Z | Compiling parking_lot_core v0.9.10 |
| 5150 | 2025-05-08T21:23:33.389Z | Compiling byteorder v1.5.0 |
| 5151 | 2025-05-08T21:23:33.530Z | Compiling getrandom v0.3.2 |
| 5152 | 2025-05-08T21:23:33.738Z | Compiling heapless v0.8.0 |
| 5153 | 2025-05-08T21:23:33.867Z | Compiling winnow v0.7.9 |
| 5154 | 2025-05-08T21:23:34.135Z | Compiling hash32 v0.3.1 |
| 5155 | 2025-05-08T21:23:34.534Z | Compiling scopeguard v1.2.0 |
| 5156 | 2025-05-08T21:23:34.672Z | Compiling stable_deref_trait v1.2.0 |
| 5157 | 2025-05-08T21:23:34.773Z | Compiling regex-automata v0.4.9 |
| 5158 | 2025-05-08T21:23:35.526Z | Compiling smallvec v1.15.0 |
| 5159 | 2025-05-08T21:23:36.012Z | Compiling smoltcp v0.11.0 |
| 5160 | 2025-05-08T21:23:36.051Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 5161 | 2025-05-08T21:23:36.209Z | Compiling macaddr v1.0.1 |
| 5162 | 2025-05-08T21:23:36.979Z | Compiling slab v0.4.9 |
| 5163 | 2025-05-08T21:23:37.064Z | Compiling toml_edit v0.22.26 |
| 5164 | 2025-05-08T21:23:37.228Z | Compiling bitflags v1.3.2 |
| 5165 | 2025-05-08T21:23:37.266Z | Compiling thiserror v2.0.12 |
| 5166 | 2025-05-08T21:23:37.322Z | Compiling managed v0.8.0 |
| 5167 | 2025-05-08T21:23:37.377Z | Compiling cobs v0.2.3 |
| 5168 | 2025-05-08T21:23:37.648Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 5169 | 2025-05-08T21:23:37.715Z | Compiling rustix v1.0.7 |
| 5170 | 2025-05-08T21:23:37.793Z | Compiling slog v2.7.0 |
| 5171 | 2025-05-08T21:23:38.342Z | Compiling parking_lot v0.12.3 |
| 5172 | 2025-05-08T21:23:38.368Z | Compiling rand_core v0.9.3 |
| 5173 | 2025-05-08T21:23:38.477Z | Compiling signal-hook-registry v1.4.5 |
| 5174 | 2025-05-08T21:23:38.832Z | Compiling regex v1.11.1 |
| 5175 | 2025-05-08T21:23:39.658Z | Compiling darling_core v0.20.11 |
| 5176 | 2025-05-08T21:23:39.729Z | Compiling proc-macro-crate v3.3.0 |
| 5177 | 2025-05-08T21:23:39.964Z | Compiling errno v0.3.11 |
| 5178 | 2025-05-08T21:23:40.206Z | Compiling mio v1.0.3 |
| 5179 | 2025-05-08T21:23:40.721Z | Compiling socket2 v0.5.9 |
| 5180 | 2025-05-08T21:23:41.447Z | Compiling proc-macro-error-attr v1.0.4 |
| 5181 | 2025-05-08T21:23:41.470Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 5182 | 2025-05-08T21:23:41.820Z | Compiling futures-sink v0.3.31 |
| 5183 | 2025-05-08T21:23:41.857Z | Compiling ipnetwork v0.21.1 |
| 5184 | 2025-05-08T21:23:41.980Z | Compiling futures-core v0.3.31 |
| 5185 | 2025-05-08T21:23:42.002Z | Compiling unicode-width v0.2.0 |
| 5186 | 2025-05-08T21:23:42.060Z | Compiling utf8parse v0.2.2 |
| 5187 | 2025-05-08T21:23:42.207Z | Compiling foreign-types-shared v0.3.1 |
| 5188 | 2025-05-08T21:23:42.228Z | Compiling itoa v1.0.15 |
| 5189 | 2025-05-08T21:23:42.311Z | Compiling bytes v1.10.1 |
| 5190 | 2025-05-08T21:23:42.329Z | Compiling anstyle-parse v0.2.6 |
| 5191 | 2025-05-08T21:23:42.448Z | Compiling tabwriter v1.4.1 |
| 5192 | 2025-05-08T21:23:42.544Z | Compiling futures-channel v0.3.31 |
| 5193 | 2025-05-08T21:23:42.567Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 5194 | 2025-05-08T21:23:43.194Z | Compiling serde_derive v1.0.219 |
| 5195 | 2025-05-08T21:23:43.234Z | Compiling zerocopy-derive v0.8.25 |
| 5196 | 2025-05-08T21:23:43.321Z | Compiling tokio-macros v2.5.0 |
| 5197 | 2025-05-08T21:23:43.435Z | Compiling thiserror-impl v2.0.12 |
| 5198 | 2025-05-08T21:23:43.702Z | Compiling num_enum_derive v0.7.3 |
| 5199 | 2025-05-08T21:23:44.059Z | Compiling foreign-types-macros v0.2.3 |
| 5200 | 2025-05-08T21:23:44.377Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 5201 | 2025-05-08T21:23:44.782Z | Compiling tokio v1.44.2 |
| 5202 | 2025-05-08T21:23:45.034Z | Compiling darling_macro v0.20.11 |
| 5203 | 2025-05-08T21:23:45.299Z | Compiling futures-macro v0.3.31 |
| 5204 | 2025-05-08T21:23:45.361Z | Compiling foreign-types v0.5.0 |
| 5205 | 2025-05-08T21:23:45.458Z | Compiling tracing-attributes v0.1.28 |
| 5206 | 2025-05-08T21:23:45.899Z | Compiling num_enum v0.7.3 |
| 5207 | 2025-05-08T21:23:46.000Z | Compiling darling v0.20.11 |
| 5208 | 2025-05-08T21:23:46.108Z | Compiling ingot-macros v0.1.0 |
| 5209 | 2025-05-08T21:23:46.400Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 5210 | 2025-05-08T21:23:46.432Z | Compiling tracing-core v0.1.33 |
| 5211 | 2025-05-08T21:23:47.048Z | Compiling cstr-argument v0.1.2 |
| 5212 | 2025-05-08T21:23:47.293Z | Compiling itertools v0.14.0 |
| 5213 | 2025-05-08T21:23:47.531Z | Compiling proc-macro-error v1.0.4 |
| 5214 | 2025-05-08T21:23:47.927Z | Compiling crc32fast v1.4.2 |
| 5215 | 2025-05-08T21:23:48.188Z | Compiling pretty-hex v0.4.1 |
| 5216 | 2025-05-08T21:23:48.280Z | Compiling dyn-clone v1.0.19 |
| 5217 | 2025-05-08T21:23:48.291Z | Compiling anstyle v1.0.10 |
| 5218 | 2025-05-08T21:23:48.413Z | Compiling is_terminal_polyfill v1.70.1 |
| 5219 | 2025-05-08T21:23:48.505Z | Compiling futures-io v0.3.31 |
| 5220 | 2025-05-08T21:23:48.541Z | Compiling anstyle-query v1.1.2 |
| 5221 | 2025-05-08T21:23:48.690Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1) |
| 5222 | 2025-05-08T21:23:48.741Z | Compiling pin-utils v0.1.0 |
| 5223 | 2025-05-08T21:23:48.834Z | Compiling colorchoice v1.0.3 |
| 5224 | 2025-05-08T21:23:48.840Z | Compiling futures-task v0.3.31 |
| 5225 | 2025-05-08T21:23:48.996Z | Compiling anstream v0.6.18 |
| 5226 | 2025-05-08T21:23:49.070Z | Compiling futures-util v0.3.31 |
| 5227 | 2025-05-08T21:23:49.105Z | Compiling tracing v0.1.41 |
| 5228 | 2025-05-08T21:23:49.721Z | Compiling ppv-lite86 v0.2.21 |
| 5229 | 2025-05-08T21:23:49.861Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 5230 | 2025-05-08T21:23:50.580Z | Compiling rand_chacha v0.9.0 |
| 5231 | 2025-05-08T21:23:50.597Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 5232 | 2025-05-08T21:23:51.149Z | Compiling rand v0.9.1 |
| 5233 | 2025-05-08T21:23:51.185Z | Compiling dirs-sys-next v0.1.2 |
| 5234 | 2025-05-08T21:23:52.065Z | Compiling heck v0.5.0 |
| 5235 | 2025-05-08T21:23:52.155Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 5236 | 2025-05-08T21:23:52.518Z | Compiling colored v3.0.0 |
| 5237 | 2025-05-08T21:23:52.587Z | Compiling powerfmt v0.2.0 |
| 5238 | 2025-05-08T21:23:52.678Z | Compiling ingot-types v0.1.0 |
| 5239 | 2025-05-08T21:23:52.969Z | Compiling time-core v0.1.4 |
| 5240 | 2025-05-08T21:23:53.145Z | Compiling oxnet v0.1.1 |
| 5241 | 2025-05-08T21:23:53.579Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 5242 | 2025-05-08T21:23:53.702Z | Compiling clap_lex v0.7.4 |
| 5243 | 2025-05-08T21:23:53.968Z | Compiling thiserror v1.0.69 |
| 5244 | 2025-05-08T21:23:54.524Z | Compiling num-conv v0.1.0 |
| 5245 | 2025-05-08T21:23:54.798Z | Compiling time-macros v0.2.22 |
| 5246 | 2025-05-08T21:23:55.475Z | Compiling futures-executor v0.3.31 |
| 5247 | 2025-05-08T21:23:55.706Z | Compiling bitflags v2.9.0 |
| 5248 | 2025-05-08T21:23:56.053Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 5249 | 2025-05-08T21:23:56.316Z | Compiling ingot v0.1.0 |
| 5250 | 2025-05-08T21:23:56.392Z | Compiling postcard v1.1.1 |
| 5251 | 2025-05-08T21:23:57.108Z | Compiling uuid v1.16.0 |
| 5252 | 2025-05-08T21:23:57.863Z | Compiling deranged v0.4.0 |
| 5253 | 2025-05-08T21:23:58.732Z | Compiling terminal_size v0.4.2 |
| 5254 | 2025-05-08T21:23:58.966Z | Compiling clap_builder v4.5.37 |
| 5255 | 2025-05-08T21:23:59.516Z | Compiling clap_derive v4.5.32 |
| 5256 | 2025-05-08T21:24:00.686Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 5257 | 2025-05-08T21:24:00.740Z | Compiling dirs-next v2.0.0 |
| 5258 | 2025-05-08T21:24:01.623Z | Compiling thiserror-impl v1.0.69 |
| 5259 | 2025-05-08T21:24:03.455Z | Compiling crossbeam-epoch v0.9.18 |
| 5260 | 2025-05-08T21:24:03.765Z | Compiling is-terminal v0.4.16 |
| 5261 | 2025-05-08T21:24:03.882Z | Compiling thread_local v1.1.8 |
| 5262 | 2025-05-08T21:24:03.932Z | Compiling num-traits v0.2.19 |
| 5263 | 2025-05-08T21:24:04.297Z | Compiling serde_json v1.0.140 |
| 5264 | 2025-05-08T21:24:04.305Z | Compiling minimal-lexical v0.2.1 |
| 5265 | 2025-05-08T21:24:04.313Z | Compiling heck v0.4.1 |
| 5266 | 2025-05-08T21:24:04.686Z | Compiling arc-swap v1.7.1 |
| 5267 | 2025-05-08T21:24:04.791Z | Compiling lazy_static v1.5.0 |
| 5268 | 2025-05-08T21:24:04.806Z | Compiling rayon-core v1.12.1 |
| 5269 | 2025-05-08T21:24:04.851Z | Compiling slog-async v2.8.0 |
| 5270 | 2025-05-08T21:24:04.925Z | Compiling time v0.3.41 |
| 5271 | 2025-05-08T21:24:05.211Z | Compiling slog-scope v4.4.0 |
| 5272 | 2025-05-08T21:24:05.341Z | Compiling nom v7.1.3 |
| 5273 | 2025-05-08T21:24:05.448Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 5274 | 2025-05-08T21:24:06.331Z | Compiling crossbeam-deque v0.8.6 |
| 5275 | 2025-05-08T21:24:06.697Z | Compiling clap v4.5.37 |
| 5276 | 2025-05-08T21:24:06.797Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 5277 | 2025-05-08T21:24:06.818Z | Compiling term v0.7.0 |
| 5278 | 2025-05-08T21:24:07.417Z | Compiling futures v0.3.31 |
| 5279 | 2025-05-08T21:24:07.520Z | Compiling crossbeam-channel v0.5.15 |
| 5280 | 2025-05-08T21:24:08.827Z | Compiling itertools v0.12.1 |
| 5281 | 2025-05-08T21:24:08.901Z | Compiling half v2.6.0 |
| 5282 | 2025-05-08T21:24:09.075Z | Compiling plotters-backend v0.3.7 |
| 5283 | 2025-05-08T21:24:09.504Z | Compiling ryu v1.0.20 |
| 5284 | 2025-05-08T21:24:09.722Z | Compiling ciborium-io v0.2.2 |
| 5285 | 2025-05-08T21:24:09.816Z | Compiling take_mut v0.2.2 |
| 5286 | 2025-05-08T21:24:09.848Z | Compiling log v0.4.27 |
| 5287 | 2025-05-08T21:24:09.988Z | Compiling cfg_aliases v0.2.1 |
| 5288 | 2025-05-08T21:24:10.080Z | Compiling nix v0.29.0 |
| 5289 | 2025-05-08T21:24:10.297Z | Compiling slog-stdlog v4.1.1 |
| 5290 | 2025-05-08T21:24:10.898Z | Compiling ciborium-ll v0.2.2 |
| 5291 | 2025-05-08T21:24:10.950Z | Compiling plotters-svg v0.3.7 |
| 5292 | 2025-05-08T21:24:11.327Z | Compiling rusticata-macros v4.1.0 |
| 5293 | 2025-05-08T21:24:11.542Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 5294 | 2025-05-08T21:24:11.828Z | Compiling cookie-factory v0.3.3 |
| 5295 | 2025-05-08T21:24:12.116Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 5296 | 2025-05-08T21:24:12.323Z | Compiling slog-term v2.9.1 |
| 5297 | 2025-05-08T21:24:14.624Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 5298 | 2025-05-08T21:24:15.217Z | Compiling itertools v0.10.5 |
| 5299 | 2025-05-08T21:24:15.361Z | Compiling circular v0.3.0 |
| 5300 | 2025-05-08T21:24:15.400Z | Compiling same-file v1.0.6 |
| 5301 | 2025-05-08T21:24:15.654Z | Compiling cast v0.3.0 |
| 5302 | 2025-05-08T21:24:15.754Z | Compiling walkdir v2.5.0 |
| 5303 | 2025-05-08T21:24:16.019Z | Compiling plotters v0.3.7 |
| 5304 | 2025-05-08T21:24:16.222Z | Compiling pcap-parser v0.16.0 |
| 5305 | 2025-05-08T21:24:16.995Z | Compiling rayon v1.10.0 |
| 5306 | 2025-05-08T21:24:17.561Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1dfdfd99) |
| 5307 | 2025-05-08T21:24:18.077Z | Compiling criterion-plot v0.5.0 |
| 5308 | 2025-05-08T21:24:18.754Z | Compiling slog-envlogger v2.2.0 |
| 5309 | 2025-05-08T21:24:19.573Z | Compiling tinytemplate v1.2.1 |
| 5310 | 2025-05-08T21:24:19.616Z | Compiling ciborium v0.2.2 |
| 5311 | 2025-05-08T21:24:20.010Z | Compiling dtor-proc-macro v0.0.5 |
| 5312 | 2025-05-08T21:24:20.667Z | Compiling oorandom v11.1.5 |
| 5313 | 2025-05-08T21:24:20.675Z | Compiling anes v0.1.6 |
| 5314 | 2025-05-08T21:24:20.779Z | Compiling dtor v0.0.6 |
| 5315 | 2025-05-08T21:24:20.881Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 5316 | 2025-05-08T21:24:21.138Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 5317 | 2025-05-08T21:24:21.159Z | Compiling ctor-proc-macro v0.0.5 |
| 5318 | 2025-05-08T21:24:21.813Z | Compiling criterion v0.5.1 |
| 5319 | 2025-05-08T21:24:21.825Z | Compiling ctor v0.4.2 |
| 5320 | 2025-05-08T21:24:25.424Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
| 5321 | 2025-05-08T21:26:20.431Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 2m 50s |
| 5322 | 2025-05-08T21:26:20.465Z | Running benches/userland.rs (target/release-lto/deps/userland-221edb7e0cd37b21) |
| 5323 | 2025-05-08T21:26:20.487Z | Gnuplot not found, using plotters backend |
| 5324 | 2025-05-08T21:26:20.704Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover |
| 5325 | 2025-05-08T21:26:20.704Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
| 5326 | 2025-05-08T21:26:25.373Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0019 s (9.0M iterations) |
| 5327 | 2025-05-08T21:26:29.886Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
| 5328 | 2025-05-08T21:26:29.977Z | parse/Hairpin-DHCPv4/wallclock/Discover |
| 5329 | 2025-05-08T21:26:29.977Z | time: [71.051 ns 71.086 ns 71.123 ns] |
| 5330 | 2025-05-08T21:26:29.977Z | Found 9 outliers among 100 measurements (9.00%) |
| 5331 | 2025-05-08T21:26:29.977Z | 2 (2.00%) low mild |
| 5332 | 2025-05-08T21:26:29.977Z | 1 (1.00%) high mild |
| 5333 | 2025-05-08T21:26:29.977Z | 6 (6.00%) high severe |
| 5334 | 2025-05-08T21:26:31.092Z | |
| 5335 | 2025-05-08T21:26:31.097Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover |
| 5336 | 2025-05-08T21:26:31.097Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
| 5337 | 2025-05-08T21:26:36.843Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0026 s (3.7M iterations) |
| 5338 | 2025-05-08T21:26:41.804Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
| 5339 | 2025-05-08T21:26:41.888Z | process/Hairpin-DHCPv4/wallclock/Discover |
| 5340 | 2025-05-08T21:26:41.888Z | time: [916.77 ns 916.96 ns 917.18 ns] |
| 5341 | 2025-05-08T21:26:41.888Z | Found 16 outliers among 100 measurements (16.00%) |
| 5342 | 2025-05-08T21:26:41.888Z | 2 (2.00%) low mild |
| 5343 | 2025-05-08T21:26:41.888Z | 4 (4.00%) high mild |
| 5344 | 2025-05-08T21:26:41.888Z | 10 (10.00%) high severe |
| 5345 | 2025-05-08T21:26:43.001Z | |
| 5346 | 2025-05-08T21:26:43.004Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request |
| 5347 | 2025-05-08T21:26:43.005Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
| 5348 | 2025-05-08T21:26:47.717Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0013 s (8.9M iterations) |
| 5349 | 2025-05-08T21:26:52.216Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing |
| 5350 | 2025-05-08T21:26:52.298Z | parse/Hairpin-DHCPv4/wallclock/Request |
| 5351 | 2025-05-08T21:26:52.298Z | time: [71.259 ns 71.348 ns 71.419 ns] |
| 5352 | 2025-05-08T21:26:52.298Z | Found 5 outliers among 100 measurements (5.00%) |
| 5353 | 2025-05-08T21:26:52.298Z | 1 (1.00%) high mild |
| 5354 | 2025-05-08T21:26:52.298Z | 4 (4.00%) high severe |
| 5355 | 2025-05-08T21:26:53.415Z | |
| 5356 | 2025-05-08T21:26:53.418Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request |
| 5357 | 2025-05-08T21:26:53.418Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
| 5358 | 2025-05-08T21:26:59.046Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0033 s (3.7M iterations) |
| 5359 | 2025-05-08T21:27:04.025Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing |
| 5360 | 2025-05-08T21:27:04.107Z | process/Hairpin-DHCPv4/wallclock/Request |
| 5361 | 2025-05-08T21:27:04.107Z | time: [888.80 ns 889.08 ns 889.40 ns] |
| 5362 | 2025-05-08T21:27:04.107Z | Found 9 outliers among 100 measurements (9.00%) |
| 5363 | 2025-05-08T21:27:04.107Z | 2 (2.00%) high mild |
| 5364 | 2025-05-08T21:27:04.107Z | 7 (7.00%) high severe |
| 5365 | 2025-05-08T21:27:05.219Z | |
| 5366 | 2025-05-08T21:27:05.222Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit |
| 5367 | 2025-05-08T21:27:05.223Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
| 5368 | 2025-05-08T21:27:08.393Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0002 s (6.6M iterations) |
| 5369 | 2025-05-08T21:27:13.178Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
| 5370 | 2025-05-08T21:27:13.260Z | parse/Hairpin-DHCPv6/wallclock/Solicit |
| 5371 | 2025-05-08T21:27:13.260Z | time: [72.649 ns 72.917 ns 73.133 ns] |
| 5372 | 2025-05-08T21:27:13.260Z | Found 3 outliers among 100 measurements (3.00%) |
| 5373 | 2025-05-08T21:27:13.261Z | 2 (2.00%) high mild |
| 5374 | 2025-05-08T21:27:13.261Z | 1 (1.00%) high severe |
| 5375 | 2025-05-08T21:27:14.380Z | |
| 5376 | 2025-05-08T21:27:14.386Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit |
| 5377 | 2025-05-08T21:27:14.387Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
| 5378 | 2025-05-08T21:27:18.424Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0036 s (2.6M iterations) |
| 5379 | 2025-05-08T21:27:23.456Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
| 5380 | 2025-05-08T21:27:23.540Z | process/Hairpin-DHCPv6/wallclock/Solicit |
| 5381 | 2025-05-08T21:27:23.540Z | time: [1.2833 µs 1.2835 µs 1.2838 µs] |
| 5382 | 2025-05-08T21:27:23.540Z | Found 12 outliers among 100 measurements (12.00%) |
| 5383 | 2025-05-08T21:27:23.540Z | 4 (4.00%) high mild |
| 5384 | 2025-05-08T21:27:23.540Z | 8 (8.00%) high severe |
| 5385 | 2025-05-08T21:27:24.653Z | |
| 5386 | 2025-05-08T21:27:24.653Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request |
| 5387 | 2025-05-08T21:27:24.653Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
| 5388 | 2025-05-08T21:27:28.284Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0042 s (5.8M iterations) |
| 5389 | 2025-05-08T21:27:32.859Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing |
| 5390 | 2025-05-08T21:27:32.941Z | parse/Hairpin-DHCPv6/wallclock/Request |
| 5391 | 2025-05-08T21:27:32.941Z | time: [72.859 ns 72.937 ns 73.008 ns] |
| 5392 | 2025-05-08T21:27:32.941Z | Found 8 outliers among 100 measurements (8.00%) |
| 5393 | 2025-05-08T21:27:32.941Z | 3 (3.00%) low mild |
| 5394 | 2025-05-08T21:27:32.941Z | 1 (1.00%) high mild |
| 5395 | 2025-05-08T21:27:32.941Z | 4 (4.00%) high severe |
| 5396 | 2025-05-08T21:27:34.054Z | |
| 5397 | 2025-05-08T21:27:34.058Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request |
| 5398 | 2025-05-08T21:27:34.058Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
| 5399 | 2025-05-08T21:27:38.402Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0041 s (2.4M iterations) |
| 5400 | 2025-05-08T21:27:43.385Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing |
| 5401 | 2025-05-08T21:27:43.468Z | process/Hairpin-DHCPv6/wallclock/Request |
| 5402 | 2025-05-08T21:27:43.468Z | time: [1.3225 µs 1.3231 µs 1.3237 µs] |
| 5403 | 2025-05-08T21:27:43.468Z | Found 8 outliers among 100 measurements (8.00%) |
| 5404 | 2025-05-08T21:27:43.468Z | 3 (3.00%) high mild |
| 5405 | 2025-05-08T21:27:43.468Z | 5 (5.00%) high severe |
| 5406 | 2025-05-08T21:27:44.585Z | |
| 5407 | 2025-05-08T21:27:44.585Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest |
| 5408 | 2025-05-08T21:27:44.585Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
| 5409 | 2025-05-08T21:27:49.728Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0010 s (8.2M iterations) |
| 5410 | 2025-05-08T21:27:53.904Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
| 5411 | 2025-05-08T21:27:53.986Z | parse/Hairpin-ICMPv4/wallclock/EchoRequest |
| 5412 | 2025-05-08T21:27:53.987Z | time: [71.618 ns 71.742 ns 71.845 ns] |
| 5413 | 2025-05-08T21:27:53.987Z | Found 4 outliers among 100 measurements (4.00%) |
| 5414 | 2025-05-08T21:27:53.987Z | 2 (2.00%) high mild |
| 5415 | 2025-05-08T21:27:53.987Z | 2 (2.00%) high severe |
| 5416 | 2025-05-08T21:27:55.101Z | |
| 5417 | 2025-05-08T21:27:55.104Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest |
| 5418 | 2025-05-08T21:27:55.104Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
| 5419 | 2025-05-08T21:27:59.753Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0015 s (4.5M iterations) |
| 5420 | 2025-05-08T21:28:05.655Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
| 5421 | 2025-05-08T21:28:05.671Z | process/Hairpin-ICMPv4/wallclock/EchoRequest |
| 5422 | 2025-05-08T21:28:05.671Z | time: [600.17 ns 600.42 ns 600.67 ns] |
| 5423 | 2025-05-08T21:28:05.672Z | Found 17 outliers among 100 measurements (17.00%) |
| 5424 | 2025-05-08T21:28:05.672Z | 1 (1.00%) low mild |
| 5425 | 2025-05-08T21:28:05.672Z | 6 (6.00%) high mild |
| 5426 | 2025-05-08T21:28:05.672Z | 10 (10.00%) high severe |
| 5427 | 2025-05-08T21:28:05.700Z | |
| 5428 | 2025-05-08T21:28:05.704Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest |
| 5429 | 2025-05-08T21:28:05.704Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
| 5430 | 2025-05-08T21:28:09.746Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0008 s (5.5M iterations) |
| 5431 | 2025-05-08T21:28:13.001Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
| 5432 | 2025-05-08T21:28:13.005Z | parse/Hairpin-ICMPv6/wallclock/EchoRequest |
| 5433 | 2025-05-08T21:28:13.005Z | time: [107.17 ns 107.41 ns 107.63 ns] |
| 5434 | 2025-05-08T21:28:13.005Z | Found 2 outliers among 100 measurements (2.00%) |
| 5435 | 2025-05-08T21:28:13.005Z | 1 (1.00%) high mild |
| 5436 | 2025-05-08T21:28:13.005Z | 1 (1.00%) high severe |
| 5437 | 2025-05-08T21:28:14.095Z | |
| 5438 | 2025-05-08T21:28:14.099Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest |
| 5439 | 2025-05-08T21:28:14.099Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
| 5440 | 2025-05-08T21:28:20.352Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0017 s (3.4M iterations) |
| 5441 | 2025-05-08T21:28:24.387Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
| 5442 | 2025-05-08T21:28:24.469Z | process/Hairpin-ICMPv6/wallclock/EchoRequest |
| 5443 | 2025-05-08T21:28:24.469Z | time: [694.00 ns 694.36 ns 694.77 ns] |
| 5444 | 2025-05-08T21:28:24.469Z | Found 7 outliers among 100 measurements (7.00%) |
| 5445 | 2025-05-08T21:28:24.469Z | 1 (1.00%) high mild |
| 5446 | 2025-05-08T21:28:24.469Z | 6 (6.00%) high severe |
| 5447 | 2025-05-08T21:28:25.585Z | |
| 5448 | 2025-05-08T21:28:25.589Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
| 5449 | 2025-05-08T21:28:25.589Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
| 5450 | 2025-05-08T21:28:30.695Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0010 s (8.2M iterations) |
| 5451 | 2025-05-08T21:28:34.817Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
| 5452 | 2025-05-08T21:28:34.901Z | parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
| 5453 | 2025-05-08T21:28:34.901Z | time: [72.938 ns 73.066 ns 73.173 ns] |
| 5454 | 2025-05-08T21:28:34.901Z | Found 2 outliers among 100 measurements (2.00%) |
| 5455 | 2025-05-08T21:28:34.901Z | 2 (2.00%) high severe |
| 5456 | 2025-05-08T21:28:36.016Z | |
| 5457 | 2025-05-08T21:28:36.019Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
| 5458 | 2025-05-08T21:28:36.019Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
| 5459 | 2025-05-08T21:28:42.028Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0010 s (3.5M iterations) |
| 5460 | 2025-05-08T21:28:46.727Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
| 5461 | 2025-05-08T21:28:46.809Z | process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
| 5462 | 2025-05-08T21:28:46.809Z | time: [915.35 ns 915.63 ns 915.96 ns] |
| 5463 | 2025-05-08T21:28:46.810Z | Found 9 outliers among 100 measurements (9.00%) |
| 5464 | 2025-05-08T21:28:46.810Z | 4 (4.00%) high mild |
| 5465 | 2025-05-08T21:28:46.810Z | 5 (5.00%) high severe |
| 5466 | 2025-05-08T21:28:47.923Z | |
| 5467 | 2025-05-08T21:28:47.926Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
| 5468 | 2025-05-08T21:28:47.926Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
| 5469 | 2025-05-08T21:28:53.062Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0015 s (8.2M iterations) |
| 5470 | 2025-05-08T21:28:57.101Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
| 5471 | 2025-05-08T21:28:57.183Z | parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
| 5472 | 2025-05-08T21:28:57.183Z | time: [71.629 ns 71.756 ns 71.864 ns] |
| 5473 | 2025-05-08T21:28:57.183Z | Found 4 outliers among 100 measurements (4.00%) |
| 5474 | 2025-05-08T21:28:57.183Z | 1 (1.00%) high mild |
| 5475 | 2025-05-08T21:28:57.183Z | 3 (3.00%) high severe |
| 5476 | 2025-05-08T21:28:58.298Z | |
| 5477 | 2025-05-08T21:28:58.301Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit |
| 5478 | 2025-05-08T21:28:58.301Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
| 5479 | 2025-05-08T21:29:04.215Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0004 s (3.5M iterations) |
| 5480 | 2025-05-08T21:29:08.902Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
| 5481 | 2025-05-08T21:29:08.983Z | process/Hairpin-ICMPv6/wallclock/RouterSolicit |
| 5482 | 2025-05-08T21:29:08.984Z | time: [892.72 ns 893.05 ns 893.35 ns] |
| 5483 | 2025-05-08T21:29:08.984Z | Found 6 outliers among 100 measurements (6.00%) |
| 5484 | 2025-05-08T21:29:08.984Z | 2 (2.00%) high mild |
| 5485 | 2025-05-08T21:29:08.984Z | 4 (4.00%) high severe |
| 5486 | 2025-05-08T21:29:10.098Z | |
| 5487 | 2025-05-08T21:29:10.101Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
| 5488 | 2025-05-08T21:29:10.101Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
| 5489 | 2025-05-08T21:29:14.214Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (10M iterations) |
| 5490 | 2025-05-08T21:29:17.823Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
| 5491 | 2025-05-08T21:29:17.906Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
| 5492 | 2025-05-08T21:29:17.906Z | time: [80.484 ns 80.539 ns 80.593 ns] |
| 5493 | 2025-05-08T21:29:17.906Z | Found 17 outliers among 100 measurements (17.00%) |
| 5494 | 2025-05-08T21:29:17.906Z | 5 (5.00%) low mild |
| 5495 | 2025-05-08T21:29:17.906Z | 5 (5.00%) high mild |
| 5496 | 2025-05-08T21:29:17.906Z | 7 (7.00%) high severe |
| 5497 | 2025-05-08T21:29:19.018Z | |
| 5498 | 2025-05-08T21:29:19.022Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
| 5499 | 2025-05-08T21:29:19.022Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
| 5500 | 2025-05-08T21:29:23.889Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (4.3M iterations) |
| 5501 | 2025-05-08T21:29:28.453Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
| 5502 | 2025-05-08T21:29:28.535Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
| 5503 | 2025-05-08T21:29:28.535Z | time: [243.62 ns 243.81 ns 243.98 ns] |
| 5504 | 2025-05-08T21:29:28.536Z | Found 10 outliers among 100 measurements (10.00%) |
| 5505 | 2025-05-08T21:29:28.536Z | 2 (2.00%) high mild |
| 5506 | 2025-05-08T21:29:28.536Z | 8 (8.00%) high severe |
| 5507 | 2025-05-08T21:29:29.650Z | |
| 5508 | 2025-05-08T21:29:29.650Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
| 5509 | 2025-05-08T21:29:29.650Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
| 5510 | 2025-05-08T21:29:33.945Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0043 s (4.9M iterations) |
| 5511 | 2025-05-08T21:29:38.593Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
| 5512 | 2025-05-08T21:29:38.676Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
| 5513 | 2025-05-08T21:29:38.676Z | time: [106.00 ns 106.10 ns 106.20 ns] |
| 5514 | 2025-05-08T21:29:38.677Z | Found 6 outliers among 100 measurements (6.00%) |
| 5515 | 2025-05-08T21:29:38.677Z | 1 (1.00%) high mild |
| 5516 | 2025-05-08T21:29:38.677Z | 5 (5.00%) high severe |
| 5517 | 2025-05-08T21:29:39.790Z | |
| 5518 | 2025-05-08T21:29:39.793Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
| 5519 | 2025-05-08T21:29:39.794Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
| 5520 | 2025-05-08T21:29:44.573Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0095 s (2.2M iterations) |
| 5521 | 2025-05-08T21:29:49.472Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
| 5522 | 2025-05-08T21:29:49.556Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
| 5523 | 2025-05-08T21:29:49.556Z | time: [272.60 ns 272.89 ns 273.25 ns] |
| 5524 | 2025-05-08T21:29:49.556Z | Found 16 outliers among 100 measurements (16.00%) |
| 5525 | 2025-05-08T21:29:49.556Z | 3 (3.00%) low mild |
| 5526 | 2025-05-08T21:29:49.556Z | 3 (3.00%) high mild |
| 5527 | 2025-05-08T21:29:49.556Z | 10 (10.00%) high severe |
| 5528 | 2025-05-08T21:29:50.672Z | |
| 5529 | 2025-05-08T21:29:50.675Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
| 5530 | 2025-05-08T21:29:50.675Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
| 5531 | 2025-05-08T21:29:53.767Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0003 s (6.8M iterations) |
| 5532 | 2025-05-08T21:29:57.154Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
| 5533 | 2025-05-08T21:29:57.236Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
| 5534 | 2025-05-08T21:29:57.237Z | time: [98.085 ns 98.227 ns 98.340 ns] |
| 5535 | 2025-05-08T21:29:57.237Z | Found 2 outliers among 100 measurements (2.00%) |
| 5536 | 2025-05-08T21:29:57.237Z | 1 (1.00%) high mild |
| 5537 | 2025-05-08T21:29:57.237Z | 1 (1.00%) high severe |
| 5538 | 2025-05-08T21:29:58.352Z | |
| 5539 | 2025-05-08T21:29:58.355Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
| 5540 | 2025-05-08T21:29:58.356Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
| 5541 | 2025-05-08T21:30:04.386Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0043 s (3.5M iterations) |
| 5542 | 2025-05-08T21:30:08.534Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
| 5543 | 2025-05-08T21:30:08.617Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
| 5544 | 2025-05-08T21:30:08.617Z | time: [217.84 ns 218.02 ns 218.25 ns] |
| 5545 | 2025-05-08T21:30:08.617Z | Found 14 outliers among 100 measurements (14.00%) |
| 5546 | 2025-05-08T21:30:08.617Z | 1 (1.00%) low mild |
| 5547 | 2025-05-08T21:30:08.617Z | 3 (3.00%) high mild |
| 5548 | 2025-05-08T21:30:08.617Z | 10 (10.00%) high severe |
| 5549 | 2025-05-08T21:30:09.733Z | |
| 5550 | 2025-05-08T21:30:09.736Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
| 5551 | 2025-05-08T21:30:09.736Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
| 5552 | 2025-05-08T21:30:15.250Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0007 s (3.8M iterations) |
| 5553 | 2025-05-08T21:30:19.483Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
| 5554 | 2025-05-08T21:30:19.566Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
| 5555 | 2025-05-08T21:30:19.566Z | time: [120.43 ns 120.49 ns 120.56 ns] |
| 5556 | 2025-05-08T21:30:19.566Z | Found 19 outliers among 100 measurements (19.00%) |
| 5557 | 2025-05-08T21:30:19.566Z | 12 (12.00%) low mild |
| 5558 | 2025-05-08T21:30:19.566Z | 7 (7.00%) high severe |
| 5559 | 2025-05-08T21:30:20.687Z | |
| 5560 | 2025-05-08T21:30:20.690Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
| 5561 | 2025-05-08T21:30:20.690Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
| 5562 | 2025-05-08T21:30:25.955Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0103 s (2.0M iterations) |
| 5563 | 2025-05-08T21:30:30.690Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
| 5564 | 2025-05-08T21:30:30.772Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
| 5565 | 2025-05-08T21:30:30.772Z | time: [244.70 ns 244.90 ns 245.14 ns] |
| 5566 | 2025-05-08T21:30:30.773Z | Found 13 outliers among 100 measurements (13.00%) |
| 5567 | 2025-05-08T21:30:30.773Z | 3 (3.00%) high mild |
| 5568 | 2025-05-08T21:30:30.773Z | 10 (10.00%) high severe |
| 5569 | 2025-05-08T21:30:31.885Z | |
| 5570 | 2025-05-08T21:30:31.885Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
| 5571 | 2025-05-08T21:30:31.885Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
| 5572 | 2025-05-08T21:30:35.730Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (11M iterations) |
| 5573 | 2025-05-08T21:30:39.460Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
| 5574 | 2025-05-08T21:30:39.543Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
| 5575 | 2025-05-08T21:30:39.543Z | time: [72.625 ns 72.730 ns 72.835 ns] |
| 5576 | 2025-05-08T21:30:39.543Z | Found 2 outliers among 100 measurements (2.00%) |
| 5577 | 2025-05-08T21:30:39.543Z | 1 (1.00%) high mild |
| 5578 | 2025-05-08T21:30:39.543Z | 1 (1.00%) high severe |
| 5579 | 2025-05-08T21:30:40.663Z | |
| 5580 | 2025-05-08T21:30:40.666Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
| 5581 | 2025-05-08T21:30:40.666Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
| 5582 | 2025-05-08T21:30:45.120Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (4.7M iterations) |
| 5583 | 2025-05-08T21:30:49.661Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
| 5584 | 2025-05-08T21:30:49.743Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
| 5585 | 2025-05-08T21:30:49.744Z | time: [211.11 ns 211.22 ns 211.32 ns] |
| 5586 | 2025-05-08T21:30:49.744Z | Found 18 outliers among 100 measurements (18.00%) |
| 5587 | 2025-05-08T21:30:49.744Z | 1 (1.00%) low severe |
| 5588 | 2025-05-08T21:30:49.744Z | 8 (8.00%) low mild |
| 5589 | 2025-05-08T21:30:49.744Z | 1 (1.00%) high mild |
| 5590 | 2025-05-08T21:30:49.744Z | 8 (8.00%) high severe |
| 5591 | 2025-05-08T21:30:50.860Z | |
| 5592 | 2025-05-08T21:30:50.864Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
| 5593 | 2025-05-08T21:30:50.864Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
| 5594 | 2025-05-08T21:30:55.038Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0040 s (5.0M iterations) |
| 5595 | 2025-05-08T21:30:59.660Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
| 5596 | 2025-05-08T21:30:59.743Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
| 5597 | 2025-05-08T21:30:59.743Z | time: [95.918 ns 96.002 ns 96.081 ns] |
| 5598 | 2025-05-08T21:30:59.743Z | Found 13 outliers among 100 measurements (13.00%) |
| 5599 | 2025-05-08T21:30:59.743Z | 7 (7.00%) low mild |
| 5600 | 2025-05-08T21:30:59.743Z | 1 (1.00%) high mild |
| 5601 | 2025-05-08T21:30:59.743Z | 5 (5.00%) high severe |
| 5602 | 2025-05-08T21:31:00.856Z | |
| 5603 | 2025-05-08T21:31:00.859Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
| 5604 | 2025-05-08T21:31:00.859Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
| 5605 | 2025-05-08T21:31:05.455Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0044 s (2.3M iterations) |
| 5606 | 2025-05-08T21:31:10.307Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
| 5607 | 2025-05-08T21:31:10.390Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
| 5608 | 2025-05-08T21:31:10.390Z | time: [238.01 ns 238.12 ns 238.25 ns] |
| 5609 | 2025-05-08T21:31:10.390Z | Found 13 outliers among 100 measurements (13.00%) |
| 5610 | 2025-05-08T21:31:10.390Z | 2 (2.00%) high mild |
| 5611 | 2025-05-08T21:31:10.390Z | 11 (11.00%) high severe |
| 5612 | 2025-05-08T21:31:11.503Z | |
| 5613 | 2025-05-08T21:31:11.507Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
| 5614 | 2025-05-08T21:31:11.507Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
| 5615 | 2025-05-08T21:31:14.566Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0003 s (6.8M iterations) |
| 5616 | 2025-05-08T21:31:17.987Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
| 5617 | 2025-05-08T21:31:18.069Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
| 5618 | 2025-05-08T21:31:18.070Z | time: [94.392 ns 94.536 ns 94.691 ns] |
| 5619 | 2025-05-08T21:31:18.070Z | Found 3 outliers among 100 measurements (3.00%) |
| 5620 | 2025-05-08T21:31:18.070Z | 1 (1.00%) low mild |
| 5621 | 2025-05-08T21:31:18.070Z | 2 (2.00%) high severe |
| 5622 | 2025-05-08T21:31:19.181Z | |
| 5623 | 2025-05-08T21:31:19.185Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
| 5624 | 2025-05-08T21:31:19.185Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
| 5625 | 2025-05-08T21:31:24.825Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0007 s (3.7M iterations) |
| 5626 | 2025-05-08T21:31:28.977Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
| 5627 | 2025-05-08T21:31:29.059Z | process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
| 5628 | 2025-05-08T21:31:29.059Z | time: [193.64 ns 193.70 ns 193.75 ns] |
| 5629 | 2025-05-08T21:31:29.059Z | Found 28 outliers among 100 measurements (28.00%) |
| 5630 | 2025-05-08T21:31:29.059Z | 14 (14.00%) low severe |
| 5631 | 2025-05-08T21:31:29.059Z | 5 (5.00%) low mild |
| 5632 | 2025-05-08T21:31:29.059Z | 1 (1.00%) high mild |
| 5633 | 2025-05-08T21:31:29.059Z | 8 (8.00%) high severe |
| 5634 | 2025-05-08T21:31:30.176Z | |
| 5635 | 2025-05-08T21:31:30.179Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
| 5636 | 2025-05-08T21:31:30.179Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
| 5637 | 2025-05-08T21:31:35.684Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0064 s (3.8M iterations) |
| 5638 | 2025-05-08T21:31:39.891Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
| 5639 | 2025-05-08T21:31:39.974Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
| 5640 | 2025-05-08T21:31:39.974Z | time: [117.42 ns 117.51 ns 117.62 ns] |
| 5641 | 2025-05-08T21:31:39.974Z | Found 7 outliers among 100 measurements (7.00%) |
| 5642 | 2025-05-08T21:31:39.974Z | 3 (3.00%) low mild |
| 5643 | 2025-05-08T21:31:39.974Z | 1 (1.00%) high mild |
| 5644 | 2025-05-08T21:31:39.974Z | 3 (3.00%) high severe |
| 5645 | 2025-05-08T21:31:41.084Z | |
| 5646 | 2025-05-08T21:31:41.087Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
| 5647 | 2025-05-08T21:31:41.087Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
| 5648 | 2025-05-08T21:31:46.195Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0084 s (2.1M iterations) |
| 5649 | 2025-05-08T21:31:50.879Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
| 5650 | 2025-05-08T21:31:50.961Z | process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
| 5651 | 2025-05-08T21:31:50.962Z | time: [220.89 ns 221.03 ns 221.18 ns] |
| 5652 | 2025-05-08T21:31:50.962Z | Found 12 outliers among 100 measurements (12.00%) |
| 5653 | 2025-05-08T21:31:50.962Z | 3 (3.00%) high mild |
| 5654 | 2025-05-08T21:31:50.962Z | 9 (9.00%) high severe |
| 5655 | 2025-05-08T21:31:52.078Z | |
| 5656 | 2025-05-08T21:31:52.078Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
| 5657 | 2025-05-08T21:31:52.078Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
| 5658 | 2025-05-08T21:31:56.860Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (8.8M iterations) |
| 5659 | 2025-05-08T21:32:00.751Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
| 5660 | 2025-05-08T21:32:00.834Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
| 5661 | 2025-05-08T21:32:00.834Z | time: [81.959 ns 82.008 ns 82.051 ns] |
| 5662 | 2025-05-08T21:32:00.834Z | Found 9 outliers among 100 measurements (9.00%) |
| 5663 | 2025-05-08T21:32:00.834Z | 3 (3.00%) low mild |
| 5664 | 2025-05-08T21:32:00.834Z | 1 (1.00%) high mild |
| 5665 | 2025-05-08T21:32:00.834Z | 5 (5.00%) high severe |
| 5666 | 2025-05-08T21:32:01.947Z | |
| 5667 | 2025-05-08T21:32:01.951Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
| 5668 | 2025-05-08T21:32:01.951Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
| 5669 | 2025-05-08T21:32:07.552Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0067 s (3.7M iterations) |
| 5670 | 2025-05-08T21:32:12.188Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
| 5671 | 2025-05-08T21:32:12.270Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
| 5672 | 2025-05-08T21:32:12.270Z | time: [241.94 ns 242.03 ns 242.10 ns] |
| 5673 | 2025-05-08T21:32:12.270Z | Found 24 outliers among 100 measurements (24.00%) |
| 5674 | 2025-05-08T21:32:12.270Z | 10 (10.00%) low mild |
| 5675 | 2025-05-08T21:32:12.270Z | 1 (1.00%) high mild |
| 5676 | 2025-05-08T21:32:12.270Z | 13 (13.00%) high severe |
| 5677 | 2025-05-08T21:32:13.385Z | |
| 5678 | 2025-05-08T21:32:13.385Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
| 5679 | 2025-05-08T21:32:13.385Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
| 5680 | 2025-05-08T21:32:17.943Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0046 s (4.6M iterations) |
| 5681 | 2025-05-08T21:32:22.596Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
| 5682 | 2025-05-08T21:32:22.679Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
| 5683 | 2025-05-08T21:32:22.679Z | time: [105.80 ns 105.90 ns 106.00 ns] |
| 5684 | 2025-05-08T21:32:22.680Z | Found 22 outliers among 100 measurements (22.00%) |
| 5685 | 2025-05-08T21:32:22.680Z | 2 (2.00%) low severe |
| 5686 | 2025-05-08T21:32:22.680Z | 9 (9.00%) low mild |
| 5687 | 2025-05-08T21:32:22.680Z | 5 (5.00%) high mild |
| 5688 | 2025-05-08T21:32:22.680Z | 6 (6.00%) high severe |
| 5689 | 2025-05-08T21:32:23.793Z | |
| 5690 | 2025-05-08T21:32:23.797Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
| 5691 | 2025-05-08T21:32:23.797Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
| 5692 | 2025-05-08T21:32:28.887Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (2.1M iterations) |
| 5693 | 2025-05-08T21:32:33.809Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
| 5694 | 2025-05-08T21:32:33.891Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
| 5695 | 2025-05-08T21:32:33.891Z | time: [269.17 ns 269.32 ns 269.49 ns] |
| 5696 | 2025-05-08T21:32:33.891Z | Found 14 outliers among 100 measurements (14.00%) |
| 5697 | 2025-05-08T21:32:33.891Z | 2 (2.00%) high mild |
| 5698 | 2025-05-08T21:32:33.891Z | 12 (12.00%) high severe |
| 5699 | 2025-05-08T21:32:35.006Z | |
| 5700 | 2025-05-08T21:32:35.006Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
| 5701 | 2025-05-08T21:32:35.006Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
| 5702 | 2025-05-08T21:32:38.470Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0039 s (6.1M iterations) |
| 5703 | 2025-05-08T21:32:42.055Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
| 5704 | 2025-05-08T21:32:42.138Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
| 5705 | 2025-05-08T21:32:42.138Z | time: [100.44 ns 100.52 ns 100.58 ns] |
| 5706 | 2025-05-08T21:32:42.138Z | Found 15 outliers among 100 measurements (15.00%) |
| 5707 | 2025-05-08T21:32:42.138Z | 2 (2.00%) low severe |
| 5708 | 2025-05-08T21:32:42.138Z | 10 (10.00%) low mild |
| 5709 | 2025-05-08T21:32:42.138Z | 1 (1.00%) high mild |
| 5710 | 2025-05-08T21:32:42.138Z | 2 (2.00%) high severe |
| 5711 | 2025-05-08T21:32:43.249Z | |
| 5712 | 2025-05-08T21:32:43.254Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
| 5713 | 2025-05-08T21:32:43.254Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
| 5714 | 2025-05-08T21:32:46.492Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0054 s (3.2M iterations) |
| 5715 | 2025-05-08T21:32:50.876Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
| 5716 | 2025-05-08T21:32:50.960Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
| 5717 | 2025-05-08T21:32:50.960Z | time: [213.89 ns 214.05 ns 214.27 ns] |
| 5718 | 2025-05-08T21:32:50.960Z | Found 16 outliers among 100 measurements (16.00%) |
| 5719 | 2025-05-08T21:32:50.960Z | 1 (1.00%) low mild |
| 5720 | 2025-05-08T21:32:50.960Z | 3 (3.00%) high mild |
| 5721 | 2025-05-08T21:32:50.960Z | 12 (12.00%) high severe |
| 5722 | 2025-05-08T21:32:52.073Z | |
| 5723 | 2025-05-08T21:32:52.081Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
| 5724 | 2025-05-08T21:32:52.082Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
| 5725 | 2025-05-08T21:32:57.889Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0063 s (3.6M iterations) |
| 5726 | 2025-05-08T21:33:02.166Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
| 5727 | 2025-05-08T21:33:02.248Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
| 5728 | 2025-05-08T21:33:02.248Z | time: [122.45 ns 122.53 ns 122.63 ns] |
| 5729 | 2025-05-08T21:33:02.248Z | Found 9 outliers among 100 measurements (9.00%) |
| 5730 | 2025-05-08T21:33:02.248Z | 2 (2.00%) low mild |
| 5731 | 2025-05-08T21:33:02.248Z | 4 (4.00%) high mild |
| 5732 | 2025-05-08T21:33:02.248Z | 3 (3.00%) high severe |
| 5733 | 2025-05-08T21:33:03.367Z | |
| 5734 | 2025-05-08T21:33:03.372Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
| 5735 | 2025-05-08T21:33:03.372Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
| 5736 | 2025-05-08T21:33:08.988Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0071 s (1.9M iterations) |
| 5737 | 2025-05-08T21:33:13.706Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
| 5738 | 2025-05-08T21:33:13.788Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
| 5739 | 2025-05-08T21:33:13.788Z | time: [243.82 ns 244.00 ns 244.23 ns] |
| 5740 | 2025-05-08T21:33:13.788Z | Found 14 outliers among 100 measurements (14.00%) |
| 5741 | 2025-05-08T21:33:13.789Z | 6 (6.00%) high mild |
| 5742 | 2025-05-08T21:33:13.789Z | 8 (8.00%) high severe |
| 5743 | 2025-05-08T21:33:14.902Z | |
| 5744 | 2025-05-08T21:33:14.912Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
| 5745 | 2025-05-08T21:33:14.912Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
| 5746 | 2025-05-08T21:33:22.932Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (9.1M iterations) |
| 5747 | 2025-05-08T21:33:23.370Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
| 5748 | 2025-05-08T21:33:23.454Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
| 5749 | 2025-05-08T21:33:23.454Z | time: [73.854 ns 73.913 ns 73.962 ns] |
| 5750 | 2025-05-08T21:33:23.454Z | Found 15 outliers among 100 measurements (15.00%) |
| 5751 | 2025-05-08T21:33:23.454Z | 3 (3.00%) low severe |
| 5752 | 2025-05-08T21:33:23.454Z | 8 (8.00%) low mild |
| 5753 | 2025-05-08T21:33:23.454Z | 1 (1.00%) high mild |
| 5754 | 2025-05-08T21:33:23.454Z | 3 (3.00%) high severe |
| 5755 | 2025-05-08T21:33:24.569Z | |
| 5756 | 2025-05-08T21:33:24.573Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
| 5757 | 2025-05-08T21:33:24.573Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
| 5758 | 2025-05-08T21:33:29.810Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0040 s (4.0M iterations) |
| 5759 | 2025-05-08T21:33:34.401Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
| 5760 | 2025-05-08T21:33:34.483Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
| 5761 | 2025-05-08T21:33:34.483Z | time: [211.63 ns 211.77 ns 211.90 ns] |
| 5762 | 2025-05-08T21:33:34.483Z | Found 13 outliers among 100 measurements (13.00%) |
| 5763 | 2025-05-08T21:33:34.483Z | 4 (4.00%) high mild |
| 5764 | 2025-05-08T21:33:34.483Z | 9 (9.00%) high severe |
| 5765 | 2025-05-08T21:33:35.599Z | |
| 5766 | 2025-05-08T21:33:35.602Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
| 5767 | 2025-05-08T21:33:35.603Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
| 5768 | 2025-05-08T21:33:40.012Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0048 s (4.8M iterations) |
| 5769 | 2025-05-08T21:33:44.717Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
| 5770 | 2025-05-08T21:33:44.798Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
| 5771 | 2025-05-08T21:33:44.798Z | time: [95.656 ns 95.738 ns 95.817 ns] |
| 5772 | 2025-05-08T21:33:44.799Z | Found 9 outliers among 100 measurements (9.00%) |
| 5773 | 2025-05-08T21:33:44.799Z | 2 (2.00%) high mild |
| 5774 | 2025-05-08T21:33:44.799Z | 7 (7.00%) high severe |
| 5775 | 2025-05-08T21:33:45.920Z | |
| 5776 | 2025-05-08T21:33:45.923Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
| 5777 | 2025-05-08T21:33:45.923Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
| 5778 | 2025-05-08T21:33:50.797Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0016 s (2.2M iterations) |
| 5779 | 2025-05-08T21:33:55.743Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
| 5780 | 2025-05-08T21:33:55.825Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
| 5781 | 2025-05-08T21:33:55.825Z | time: [240.60 ns 240.93 ns 241.36 ns] |
| 5782 | 2025-05-08T21:33:55.825Z | Found 16 outliers among 100 measurements (16.00%) |
| 5783 | 2025-05-08T21:33:55.825Z | 2 (2.00%) high mild |
| 5784 | 2025-05-08T21:33:55.825Z | 14 (14.00%) high severe |
| 5785 | 2025-05-08T21:33:56.940Z | |
| 5786 | 2025-05-08T21:33:56.943Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
| 5787 | 2025-05-08T21:33:56.943Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
| 5788 | 2025-05-08T21:34:00.353Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0015 s (6.1M iterations) |
| 5789 | 2025-05-08T21:34:03.912Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
| 5790 | 2025-05-08T21:34:03.994Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
| 5791 | 2025-05-08T21:34:03.994Z | time: [98.033 ns 98.123 ns 98.195 ns] |
| 5792 | 2025-05-08T21:34:03.995Z | Found 12 outliers among 100 measurements (12.00%) |
| 5793 | 2025-05-08T21:34:03.995Z | 10 (10.00%) low mild |
| 5794 | 2025-05-08T21:34:03.995Z | 2 (2.00%) high severe |
| 5795 | 2025-05-08T21:34:05.116Z | |
| 5796 | 2025-05-08T21:34:05.120Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
| 5797 | 2025-05-08T21:34:05.120Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
| 5798 | 2025-05-08T21:34:08.157Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0070 s (3.5M iterations) |
| 5799 | 2025-05-08T21:34:12.588Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
| 5800 | 2025-05-08T21:34:12.671Z | process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
| 5801 | 2025-05-08T21:34:12.671Z | time: [187.50 ns 187.60 ns 187.71 ns] |
| 5802 | 2025-05-08T21:34:12.671Z | Found 22 outliers among 100 measurements (22.00%) |
| 5803 | 2025-05-08T21:34:12.671Z | 10 (10.00%) low mild |
| 5804 | 2025-05-08T21:34:12.671Z | 3 (3.00%) high mild |
| 5805 | 2025-05-08T21:34:12.671Z | 9 (9.00%) high severe |
| 5806 | 2025-05-08T21:34:13.785Z | |
| 5807 | 2025-05-08T21:34:13.785Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
| 5808 | 2025-05-08T21:34:13.786Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
| 5809 | 2025-05-08T21:34:19.490Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0065 s (3.7M iterations) |
| 5810 | 2025-05-08T21:34:23.752Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
| 5811 | 2025-05-08T21:34:23.834Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
| 5812 | 2025-05-08T21:34:23.834Z | time: [118.83 ns 118.91 ns 119.00 ns] |
| 5813 | 2025-05-08T21:34:23.834Z | Found 16 outliers among 100 measurements (16.00%) |
| 5814 | 2025-05-08T21:34:23.834Z | 1 (1.00%) low severe |
| 5815 | 2025-05-08T21:34:23.834Z | 5 (5.00%) low mild |
| 5816 | 2025-05-08T21:34:23.835Z | 7 (7.00%) high mild |
| 5817 | 2025-05-08T21:34:23.835Z | 3 (3.00%) high severe |
| 5818 | 2025-05-08T21:34:24.948Z | |
| 5819 | 2025-05-08T21:34:24.951Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
| 5820 | 2025-05-08T21:34:24.951Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
| 5821 | 2025-05-08T21:34:30.402Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0032 s (1.9M iterations) |
| 5822 | 2025-05-08T21:34:35.101Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
| 5823 | 2025-05-08T21:34:35.184Z | process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
| 5824 | 2025-05-08T21:34:35.184Z | time: [214.66 ns 214.91 ns 215.19 ns] |
| 5825 | 2025-05-08T21:34:35.184Z | Found 14 outliers among 100 measurements (14.00%) |
| 5826 | 2025-05-08T21:34:35.184Z | 2 (2.00%) high mild |
| 5827 | 2025-05-08T21:34:35.184Z | 12 (12.00%) high severe |
| 5828 | 2025-05-08T21:34:36.296Z | |
| 5829 | 2025-05-08T21:34:36.300Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
| 5830 | 2025-05-08T21:34:36.300Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
| 5831 | 2025-05-08T21:34:40.305Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (10M iterations) |
| 5832 | 2025-05-08T21:34:44.041Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
| 5833 | 2025-05-08T21:34:44.123Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
| 5834 | 2025-05-08T21:34:44.123Z | time: [81.816 ns 81.881 ns 81.938 ns] |
| 5835 | 2025-05-08T21:34:44.123Z | Found 8 outliers among 100 measurements (8.00%) |
| 5836 | 2025-05-08T21:34:44.123Z | 2 (2.00%) low mild |
| 5837 | 2025-05-08T21:34:44.123Z | 1 (1.00%) high mild |
| 5838 | 2025-05-08T21:34:44.123Z | 5 (5.00%) high severe |
| 5839 | 2025-05-08T21:34:45.239Z | |
| 5840 | 2025-05-08T21:34:45.243Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
| 5841 | 2025-05-08T21:34:45.243Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
| 5842 | 2025-05-08T21:34:49.939Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (4.5M iterations) |
| 5843 | 2025-05-08T21:34:54.829Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
| 5844 | 2025-05-08T21:34:54.911Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
| 5845 | 2025-05-08T21:34:54.911Z | time: [280.85 ns 283.00 ns 285.86 ns] |
| 5846 | 2025-05-08T21:34:54.911Z | Found 13 outliers among 100 measurements (13.00%) |
| 5847 | 2025-05-08T21:34:54.911Z | 5 (5.00%) high mild |
| 5848 | 2025-05-08T21:34:54.911Z | 8 (8.00%) high severe |
| 5849 | 2025-05-08T21:34:56.027Z | |
| 5850 | 2025-05-08T21:34:56.030Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
| 5851 | 2025-05-08T21:34:56.030Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
| 5852 | 2025-05-08T21:35:00.204Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0041 s (5.0M iterations) |
| 5853 | 2025-05-08T21:35:04.937Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
| 5854 | 2025-05-08T21:35:05.019Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
| 5855 | 2025-05-08T21:35:05.019Z | time: [105.90 ns 105.95 ns 106.00 ns] |
| 5856 | 2025-05-08T21:35:05.019Z | Found 15 outliers among 100 measurements (15.00%) |
| 5857 | 2025-05-08T21:35:05.019Z | 7 (7.00%) low mild |
| 5858 | 2025-05-08T21:35:05.019Z | 3 (3.00%) high mild |
| 5859 | 2025-05-08T21:35:05.019Z | 5 (5.00%) high severe |
| 5860 | 2025-05-08T21:35:06.134Z | |
| 5861 | 2025-05-08T21:35:06.137Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
| 5862 | 2025-05-08T21:35:06.137Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
| 5863 | 2025-05-08T21:35:10.839Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0072 s (2.2M iterations) |
| 5864 | 2025-05-08T21:35:16.022Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
| 5865 | 2025-05-08T21:35:16.103Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
| 5866 | 2025-05-08T21:35:16.103Z | time: [339.64 ns 344.09 ns 349.87 ns] |
| 5867 | 2025-05-08T21:35:16.103Z | Found 13 outliers among 100 measurements (13.00%) |
| 5868 | 2025-05-08T21:35:16.103Z | 4 (4.00%) high mild |
| 5869 | 2025-05-08T21:35:16.103Z | 9 (9.00%) high severe |
| 5870 | 2025-05-08T21:35:17.217Z | |
| 5871 | 2025-05-08T21:35:17.220Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
| 5872 | 2025-05-08T21:35:17.220Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
| 5873 | 2025-05-08T21:35:23.683Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0017 s (6.5M iterations) |
| 5874 | 2025-05-08T21:35:26.925Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
| 5875 | 2025-05-08T21:35:27.008Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
| 5876 | 2025-05-08T21:35:27.008Z | time: [98.938 ns 99.077 ns 99.202 ns] |
| 5877 | 2025-05-08T21:35:27.009Z | Found 16 outliers among 100 measurements (16.00%) |
| 5878 | 2025-05-08T21:35:27.009Z | 13 (13.00%) low mild |
| 5879 | 2025-05-08T21:35:27.009Z | 1 (1.00%) high mild |
| 5880 | 2025-05-08T21:35:27.009Z | 2 (2.00%) high severe |
| 5881 | 2025-05-08T21:35:28.119Z | |
| 5882 | 2025-05-08T21:35:28.122Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
| 5883 | 2025-05-08T21:35:28.122Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
| 5884 | 2025-05-08T21:35:33.926Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0049 s (3.6M iterations) |
| 5885 | 2025-05-08T21:35:38.286Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
| 5886 | 2025-05-08T21:35:38.368Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
| 5887 | 2025-05-08T21:35:38.368Z | time: [246.68 ns 248.16 ns 250.09 ns] |
| 5888 | 2025-05-08T21:35:38.368Z | Found 12 outliers among 100 measurements (12.00%) |
| 5889 | 2025-05-08T21:35:38.368Z | 4 (4.00%) high mild |
| 5890 | 2025-05-08T21:35:38.368Z | 8 (8.00%) high severe |
| 5891 | 2025-05-08T21:35:39.484Z | |
| 5892 | 2025-05-08T21:35:39.487Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
| 5893 | 2025-05-08T21:35:39.487Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
| 5894 | 2025-05-08T21:35:44.947Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0043 s (3.8M iterations) |
| 5895 | 2025-05-08T21:35:49.196Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
| 5896 | 2025-05-08T21:35:49.279Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
| 5897 | 2025-05-08T21:35:49.279Z | time: [120.78 ns 120.88 ns 120.98 ns] |
| 5898 | 2025-05-08T21:35:49.279Z | Found 18 outliers among 100 measurements (18.00%) |
| 5899 | 2025-05-08T21:35:49.279Z | 5 (5.00%) low mild |
| 5900 | 2025-05-08T21:35:49.279Z | 7 (7.00%) high mild |
| 5901 | 2025-05-08T21:35:49.279Z | 6 (6.00%) high severe |
| 5902 | 2025-05-08T21:35:50.399Z | |
| 5903 | 2025-05-08T21:35:50.402Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
| 5904 | 2025-05-08T21:35:50.402Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
| 5905 | 2025-05-08T21:35:55.567Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0022 s (2.0M iterations) |
| 5906 | 2025-05-08T21:36:00.489Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
| 5907 | 2025-05-08T21:36:00.571Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
| 5908 | 2025-05-08T21:36:00.571Z | time: [288.09 ns 290.83 ns 294.37 ns] |
| 5909 | 2025-05-08T21:36:00.572Z | Found 12 outliers among 100 measurements (12.00%) |
| 5910 | 2025-05-08T21:36:00.572Z | 5 (5.00%) high mild |
| 5911 | 2025-05-08T21:36:00.572Z | 7 (7.00%) high severe |
| 5912 | 2025-05-08T21:36:01.686Z | |
| 5913 | 2025-05-08T21:36:01.690Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
| 5914 | 2025-05-08T21:36:01.690Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
| 5915 | 2025-05-08T21:36:05.411Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (11M iterations) |
| 5916 | 2025-05-08T21:36:09.238Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
| 5917 | 2025-05-08T21:36:09.321Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
| 5918 | 2025-05-08T21:36:09.321Z | time: [72.406 ns 72.496 ns 72.577 ns] |
| 5919 | 2025-05-08T21:36:09.321Z | Found 2 outliers among 100 measurements (2.00%) |
| 5920 | 2025-05-08T21:36:09.321Z | 1 (1.00%) high mild |
| 5921 | 2025-05-08T21:36:09.321Z | 1 (1.00%) high severe |
| 5922 | 2025-05-08T21:36:10.436Z | |
| 5923 | 2025-05-08T21:36:10.439Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
| 5924 | 2025-05-08T21:36:10.439Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
| 5925 | 2025-05-08T21:36:14.949Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0037 s (4.7M iterations) |
| 5926 | 2025-05-08T21:36:19.839Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
| 5927 | 2025-05-08T21:36:19.923Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
| 5928 | 2025-05-08T21:36:19.923Z | time: [243.99 ns 245.85 ns 248.30 ns] |
| 5929 | 2025-05-08T21:36:19.923Z | Found 13 outliers among 100 measurements (13.00%) |
| 5930 | 2025-05-08T21:36:19.923Z | 5 (5.00%) high mild |
| 5931 | 2025-05-08T21:36:19.923Z | 8 (8.00%) high severe |
| 5932 | 2025-05-08T21:36:21.038Z | |
| 5933 | 2025-05-08T21:36:21.041Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
| 5934 | 2025-05-08T21:36:21.041Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
| 5935 | 2025-05-08T21:36:25.127Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0019 s (5.1M iterations) |
| 5936 | 2025-05-08T21:36:29.848Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
| 5937 | 2025-05-08T21:36:29.930Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
| 5938 | 2025-05-08T21:36:29.930Z | time: [96.277 ns 96.374 ns 96.460 ns] |
| 5939 | 2025-05-08T21:36:29.930Z | Found 12 outliers among 100 measurements (12.00%) |
| 5940 | 2025-05-08T21:36:29.930Z | 8 (8.00%) low mild |
| 5941 | 2025-05-08T21:36:29.930Z | 1 (1.00%) high mild |
| 5942 | 2025-05-08T21:36:29.930Z | 3 (3.00%) high severe |
| 5943 | 2025-05-08T21:36:31.044Z | |
| 5944 | 2025-05-08T21:36:31.047Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
| 5945 | 2025-05-08T21:36:31.047Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
| 5946 | 2025-05-08T21:36:35.728Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0072 s (2.2M iterations) |
| 5947 | 2025-05-08T21:36:40.892Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
| 5948 | 2025-05-08T21:36:40.974Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
| 5949 | 2025-05-08T21:36:40.974Z | time: [311.83 ns 316.16 ns 321.74 ns] |
| 5950 | 2025-05-08T21:36:40.974Z | Found 13 outliers among 100 measurements (13.00%) |
| 5951 | 2025-05-08T21:36:40.975Z | 4 (4.00%) high mild |
| 5952 | 2025-05-08T21:36:40.975Z | 9 (9.00%) high severe |
| 5953 | 2025-05-08T21:36:42.088Z | |
| 5954 | 2025-05-08T21:36:42.092Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
| 5955 | 2025-05-08T21:36:42.092Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
| 5956 | 2025-05-08T21:36:48.508Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0038 s (6.5M iterations) |
| 5957 | 2025-05-08T21:36:51.832Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
| 5958 | 2025-05-08T21:36:51.914Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
| 5959 | 2025-05-08T21:36:51.914Z | time: [97.554 ns 97.639 ns 97.712 ns] |
| 5960 | 2025-05-08T21:36:51.914Z | Found 17 outliers among 100 measurements (17.00%) |
| 5961 | 2025-05-08T21:36:51.914Z | 3 (3.00%) low severe |
| 5962 | 2025-05-08T21:36:51.914Z | 11 (11.00%) low mild |
| 5963 | 2025-05-08T21:36:51.914Z | 1 (1.00%) high mild |
| 5964 | 2025-05-08T21:36:51.915Z | 2 (2.00%) high severe |
| 5965 | 2025-05-08T21:36:53.026Z | |
| 5966 | 2025-05-08T21:36:53.029Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
| 5967 | 2025-05-08T21:36:53.029Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
| 5968 | 2025-05-08T21:36:58.698Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0061 s (3.7M iterations) |
| 5969 | 2025-05-08T21:37:03.109Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
| 5970 | 2025-05-08T21:37:03.192Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
| 5971 | 2025-05-08T21:37:03.192Z | time: [220.26 ns 221.64 ns 223.44 ns] |
| 5972 | 2025-05-08T21:37:03.192Z | Found 13 outliers among 100 measurements (13.00%) |
| 5973 | 2025-05-08T21:37:03.192Z | 5 (5.00%) high mild |
| 5974 | 2025-05-08T21:37:03.192Z | 8 (8.00%) high severe |
| 5975 | 2025-05-08T21:37:04.306Z | |
| 5976 | 2025-05-08T21:37:04.306Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
| 5977 | 2025-05-08T21:37:04.306Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
| 5978 | 2025-05-08T21:37:09.731Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0021 s (3.9M iterations) |
| 5979 | 2025-05-08T21:37:14.034Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
| 5980 | 2025-05-08T21:37:14.115Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
| 5981 | 2025-05-08T21:37:14.116Z | time: [119.43 ns 119.63 ns 119.83 ns] |
| 5982 | 2025-05-08T21:37:14.116Z | Found 7 outliers among 100 measurements (7.00%) |
| 5983 | 2025-05-08T21:37:14.116Z | 5 (5.00%) low mild |
| 5984 | 2025-05-08T21:37:14.116Z | 2 (2.00%) high severe |
| 5985 | 2025-05-08T21:37:15.233Z | |
| 5986 | 2025-05-08T21:37:15.236Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
| 5987 | 2025-05-08T21:37:15.237Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
| 5988 | 2025-05-08T21:37:20.357Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0103 s (2.1M iterations) |
| 5989 | 2025-05-08T21:37:25.248Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
| 5990 | 2025-05-08T21:37:25.330Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
| 5991 | 2025-05-08T21:37:25.331Z | time: [261.51 ns 264.03 ns 267.32 ns] |
| 5992 | 2025-05-08T21:37:25.331Z | Found 12 outliers among 100 measurements (12.00%) |
| 5993 | 2025-05-08T21:37:25.331Z | 5 (5.00%) high mild |
| 5994 | 2025-05-08T21:37:25.331Z | 7 (7.00%) high severe |
| 5995 | 2025-05-08T21:37:26.442Z | |
| 5996 | 2025-05-08T21:37:26.445Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
| 5997 | 2025-05-08T21:37:26.445Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
| 5998 | 2025-05-08T21:37:31.073Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (9.1M iterations) |
| 5999 | 2025-05-08T21:37:35.102Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
| 6000 | 2025-05-08T21:37:35.186Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
| 6001 | 2025-05-08T21:37:35.186Z | time: [82.206 ns 82.307 ns 82.412 ns] |
| 6002 | 2025-05-08T21:37:35.186Z | Found 6 outliers among 100 measurements (6.00%) |
| 6003 | 2025-05-08T21:37:35.186Z | 2 (2.00%) high mild |
| 6004 | 2025-05-08T21:37:35.186Z | 4 (4.00%) high severe |
| 6005 | 2025-05-08T21:37:36.300Z | |
| 6006 | 2025-05-08T21:37:36.304Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
| 6007 | 2025-05-08T21:37:36.304Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
| 6008 | 2025-05-08T21:37:41.758Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0059 s (3.8M iterations) |
| 6009 | 2025-05-08T21:37:46.735Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
| 6010 | 2025-05-08T21:37:46.817Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
| 6011 | 2025-05-08T21:37:46.817Z | time: [289.66 ns 292.99 ns 297.25 ns] |
| 6012 | 2025-05-08T21:37:46.817Z | Found 13 outliers among 100 measurements (13.00%) |
| 6013 | 2025-05-08T21:37:46.817Z | 6 (6.00%) high mild |
| 6014 | 2025-05-08T21:37:46.817Z | 7 (7.00%) high severe |
| 6015 | 2025-05-08T21:37:47.931Z | |
| 6016 | 2025-05-08T21:37:47.934Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
| 6017 | 2025-05-08T21:37:47.934Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
| 6018 | 2025-05-08T21:37:52.453Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0026 s (4.6M iterations) |
| 6019 | 2025-05-08T21:37:57.140Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
| 6020 | 2025-05-08T21:37:57.222Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
| 6021 | 2025-05-08T21:37:57.222Z | time: [106.20 ns 106.28 ns 106.36 ns] |
| 6022 | 2025-05-08T21:37:57.222Z | Found 13 outliers among 100 measurements (13.00%) |
| 6023 | 2025-05-08T21:37:57.222Z | 1 (1.00%) low severe |
| 6024 | 2025-05-08T21:37:57.222Z | 6 (6.00%) low mild |
| 6025 | 2025-05-08T21:37:57.222Z | 1 (1.00%) high mild |
| 6026 | 2025-05-08T21:37:57.222Z | 5 (5.00%) high severe |
| 6027 | 2025-05-08T21:37:58.334Z | |
| 6028 | 2025-05-08T21:37:58.337Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
| 6029 | 2025-05-08T21:37:58.338Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
| 6030 | 2025-05-08T21:38:03.435Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0105 s (2.1M iterations) |
| 6031 | 2025-05-08T21:38:08.648Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
| 6032 | 2025-05-08T21:38:08.731Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
| 6033 | 2025-05-08T21:38:08.731Z | time: [361.16 ns 366.54 ns 373.49 ns] |
| 6034 | 2025-05-08T21:38:08.731Z | Found 12 outliers among 100 measurements (12.00%) |
| 6035 | 2025-05-08T21:38:08.731Z | 5 (5.00%) high mild |
| 6036 | 2025-05-08T21:38:08.731Z | 7 (7.00%) high severe |
| 6037 | 2025-05-08T21:38:09.844Z | |
| 6038 | 2025-05-08T21:38:09.844Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
| 6039 | 2025-05-08T21:38:09.844Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
| 6040 | 2025-05-08T21:38:13.229Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0008 s (6.2M iterations) |
| 6041 | 2025-05-08T21:38:16.899Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
| 6042 | 2025-05-08T21:38:16.982Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
| 6043 | 2025-05-08T21:38:16.982Z | time: [100.98 ns 101.08 ns 101.17 ns] |
| 6044 | 2025-05-08T21:38:16.982Z | Found 20 outliers among 100 measurements (20.00%) |
| 6045 | 2025-05-08T21:38:16.982Z | 9 (9.00%) low severe |
| 6046 | 2025-05-08T21:38:16.982Z | 8 (8.00%) low mild |
| 6047 | 2025-05-08T21:38:16.982Z | 3 (3.00%) high severe |
| 6048 | 2025-05-08T21:38:18.098Z | |
| 6049 | 2025-05-08T21:38:18.102Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
| 6050 | 2025-05-08T21:38:18.102Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
| 6051 | 2025-05-08T21:38:21.229Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0050 s (3.4M iterations) |
| 6052 | 2025-05-08T21:38:25.927Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
| 6053 | 2025-05-08T21:38:26.010Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
| 6054 | 2025-05-08T21:38:26.010Z | time: [245.68 ns 247.58 ns 250.01 ns] |
| 6055 | 2025-05-08T21:38:26.010Z | Found 13 outliers among 100 measurements (13.00%) |
| 6056 | 2025-05-08T21:38:26.010Z | 4 (4.00%) high mild |
| 6057 | 2025-05-08T21:38:26.010Z | 9 (9.00%) high severe |
| 6058 | 2025-05-08T21:38:27.128Z | |
| 6059 | 2025-05-08T21:38:27.128Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
| 6060 | 2025-05-08T21:38:27.128Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
| 6061 | 2025-05-08T21:38:32.879Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0054 s (3.7M iterations) |
| 6062 | 2025-05-08T21:38:37.207Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
| 6063 | 2025-05-08T21:38:37.289Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
| 6064 | 2025-05-08T21:38:37.289Z | time: [122.26 ns 122.32 ns 122.40 ns] |
| 6065 | 2025-05-08T21:38:37.289Z | Found 18 outliers among 100 measurements (18.00%) |
| 6066 | 2025-05-08T21:38:37.289Z | 3 (3.00%) low severe |
| 6067 | 2025-05-08T21:38:37.289Z | 9 (9.00%) low mild |
| 6068 | 2025-05-08T21:38:37.290Z | 2 (2.00%) high mild |
| 6069 | 2025-05-08T21:38:37.290Z | 4 (4.00%) high severe |
| 6070 | 2025-05-08T21:38:38.403Z | |
| 6071 | 2025-05-08T21:38:38.407Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
| 6072 | 2025-05-08T21:38:38.407Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
| 6073 | 2025-05-08T21:38:43.933Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0054 s (1.9M iterations) |
| 6074 | 2025-05-08T21:38:48.881Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
| 6075 | 2025-05-08T21:38:48.963Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
| 6076 | 2025-05-08T21:38:48.963Z | time: [295.81 ns 298.95 ns 303.03 ns] |
| 6077 | 2025-05-08T21:38:48.963Z | Found 13 outliers among 100 measurements (13.00%) |
| 6078 | 2025-05-08T21:38:48.963Z | 6 (6.00%) high mild |
| 6079 | 2025-05-08T21:38:48.963Z | 7 (7.00%) high severe |
| 6080 | 2025-05-08T21:38:50.075Z | |
| 6081 | 2025-05-08T21:38:50.078Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
| 6082 | 2025-05-08T21:38:50.078Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
| 6083 | 2025-05-08T21:38:54.626Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (9.2M iterations) |
| 6084 | 2025-05-08T21:38:58.589Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
| 6085 | 2025-05-08T21:38:58.671Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
| 6086 | 2025-05-08T21:38:58.671Z | time: [74.870 ns 74.965 ns 75.040 ns] |
| 6087 | 2025-05-08T21:38:58.671Z | Found 4 outliers among 100 measurements (4.00%) |
| 6088 | 2025-05-08T21:38:58.671Z | 3 (3.00%) high mild |
| 6089 | 2025-05-08T21:38:58.671Z | 1 (1.00%) high severe |
| 6090 | 2025-05-08T21:38:59.783Z | |
| 6091 | 2025-05-08T21:38:59.787Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
| 6092 | 2025-05-08T21:38:59.787Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
| 6093 | 2025-05-08T21:39:05.112Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0038 s (3.9M iterations) |
| 6094 | 2025-05-08T21:39:10.049Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
| 6095 | 2025-05-08T21:39:10.132Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
| 6096 | 2025-05-08T21:39:10.132Z | time: [258.06 ns 260.85 ns 264.51 ns] |
| 6097 | 2025-05-08T21:39:10.132Z | Found 12 outliers among 100 measurements (12.00%) |
| 6098 | 2025-05-08T21:39:10.132Z | 5 (5.00%) high mild |
| 6099 | 2025-05-08T21:39:10.132Z | 7 (7.00%) high severe |
| 6100 | 2025-05-08T21:39:11.246Z | |
| 6101 | 2025-05-08T21:39:11.250Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
| 6102 | 2025-05-08T21:39:11.250Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
| 6103 | 2025-05-08T21:39:15.604Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0050 s (4.8M iterations) |
| 6104 | 2025-05-08T21:39:20.363Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
| 6105 | 2025-05-08T21:39:20.445Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
| 6106 | 2025-05-08T21:39:20.445Z | time: [95.249 ns 95.324 ns 95.396 ns] |
| 6107 | 2025-05-08T21:39:20.445Z | Found 14 outliers among 100 measurements (14.00%) |
| 6108 | 2025-05-08T21:39:20.445Z | 5 (5.00%) low mild |
| 6109 | 2025-05-08T21:39:20.445Z | 1 (1.00%) high mild |
| 6110 | 2025-05-08T21:39:20.445Z | 8 (8.00%) high severe |
| 6111 | 2025-05-08T21:39:21.558Z | |
| 6112 | 2025-05-08T21:39:21.562Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
| 6113 | 2025-05-08T21:39:21.562Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
| 6114 | 2025-05-08T21:39:26.612Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0009 s (2.1M iterations) |
| 6115 | 2025-05-08T21:39:31.783Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
| 6116 | 2025-05-08T21:39:31.865Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
| 6117 | 2025-05-08T21:39:31.866Z | time: [326.09 ns 331.42 ns 338.35 ns] |
| 6118 | 2025-05-08T21:39:31.866Z | Found 12 outliers among 100 measurements (12.00%) |
| 6119 | 2025-05-08T21:39:31.866Z | 4 (4.00%) high mild |
| 6120 | 2025-05-08T21:39:31.866Z | 8 (8.00%) high severe |
| 6121 | 2025-05-08T21:39:32.984Z | |
| 6122 | 2025-05-08T21:39:32.984Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
| 6123 | 2025-05-08T21:39:32.984Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
| 6124 | 2025-05-08T21:39:36.330Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0035 s (6.3M iterations) |
| 6125 | 2025-05-08T21:39:39.980Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
| 6126 | 2025-05-08T21:39:40.063Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
| 6127 | 2025-05-08T21:39:40.063Z | time: [99.450 ns 99.558 ns 99.643 ns] |
| 6128 | 2025-05-08T21:39:40.063Z | Found 20 outliers among 100 measurements (20.00%) |
| 6129 | 2025-05-08T21:39:40.063Z | 17 (17.00%) low mild |
| 6130 | 2025-05-08T21:39:40.063Z | 2 (2.00%) high mild |
| 6131 | 2025-05-08T21:39:40.063Z | 1 (1.00%) high severe |
| 6132 | 2025-05-08T21:39:41.181Z | |
| 6133 | 2025-05-08T21:39:41.185Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
| 6134 | 2025-05-08T21:39:41.185Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
| 6135 | 2025-05-08T21:39:44.241Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0017 s (3.4M iterations) |
| 6136 | 2025-05-08T21:39:48.942Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
| 6137 | 2025-05-08T21:39:49.023Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
| 6138 | 2025-05-08T21:39:49.023Z | time: [216.45 ns 218.22 ns 220.52 ns] |
| 6139 | 2025-05-08T21:39:49.023Z | Found 12 outliers among 100 measurements (12.00%) |
| 6140 | 2025-05-08T21:39:49.023Z | 5 (5.00%) high mild |
| 6141 | 2025-05-08T21:39:49.023Z | 7 (7.00%) high severe |
| 6142 | 2025-05-08T21:39:50.142Z | |
| 6143 | 2025-05-08T21:39:50.145Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
| 6144 | 2025-05-08T21:39:50.146Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
| 6145 | 2025-05-08T21:39:55.835Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0028 s (3.7M iterations) |
| 6146 | 2025-05-08T21:40:00.107Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
| 6147 | 2025-05-08T21:40:00.190Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
| 6148 | 2025-05-08T21:40:00.190Z | time: [119.54 ns 119.62 ns 119.70 ns] |
| 6149 | 2025-05-08T21:40:00.190Z | Found 22 outliers among 100 measurements (22.00%) |
| 6150 | 2025-05-08T21:40:00.190Z | 9 (9.00%) low severe |
| 6151 | 2025-05-08T21:40:00.190Z | 8 (8.00%) low mild |
| 6152 | 2025-05-08T21:40:00.190Z | 1 (1.00%) high mild |
| 6153 | 2025-05-08T21:40:00.190Z | 4 (4.00%) high severe |
| 6154 | 2025-05-08T21:40:01.304Z | |
| 6155 | 2025-05-08T21:40:01.308Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
| 6156 | 2025-05-08T21:40:01.308Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
| 6157 | 2025-05-08T21:40:06.762Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0063 s (1.9M iterations) |
| 6158 | 2025-05-08T21:40:11.685Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
| 6159 | 2025-05-08T21:40:11.767Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
| 6160 | 2025-05-08T21:40:11.767Z | time: [262.29 ns 265.40 ns 269.36 ns] |
| 6161 | 2025-05-08T21:40:11.767Z | Found 13 outliers among 100 measurements (13.00%) |
| 6162 | 2025-05-08T21:40:11.767Z | 6 (6.00%) high mild |
| 6163 | 2025-05-08T21:40:11.767Z | 7 (7.00%) high severe |
| 6164 | 2025-05-08T21:40:12.883Z | |
| 6165 | 2025-05-08T21:40:12.886Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover |
| 6166 | 2025-05-08T21:40:12.886Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs |
| 6167 | 2025-05-08T21:40:12.886Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0365 ms (605 iterations) |
| 6168 | 2025-05-08T21:40:12.886Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing |
| 6169 | 2025-05-08T21:40:12.886Z | process/Hairpin-DHCPv4/alloc_ct/Discover |
| 6170 | 2025-05-08T21:40:12.886Z | time: [19.000 19.000 19.000 ] |
| 6171 | 2025-05-08T21:40:12.886Z | |
| 6172 | 2025-05-08T21:40:12.886Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request |
| 6173 | 2025-05-08T21:40:12.886Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs |
| 6174 | 2025-05-08T21:40:12.886Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0602 ms (715 iterations) |
| 6175 | 2025-05-08T21:40:12.890Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing |
| 6176 | 2025-05-08T21:40:12.890Z | process/Hairpin-DHCPv4/alloc_ct/Request |
| 6177 | 2025-05-08T21:40:12.890Z | time: [19.000 19.000 19.000 ] |
| 6178 | 2025-05-08T21:40:12.890Z | |
| 6179 | 2025-05-08T21:40:12.890Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit |
| 6180 | 2025-05-08T21:40:12.890Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs |
| 6181 | 2025-05-08T21:40:12.890Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.1157 ms (495 iterations) |
| 6182 | 2025-05-08T21:40:12.890Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing |
| 6183 | 2025-05-08T21:40:12.893Z | process/Hairpin-DHCPv6/alloc_ct/Solicit |
| 6184 | 2025-05-08T21:40:12.894Z | time: [21.000 21.000 21.000 ] |
| 6185 | 2025-05-08T21:40:12.894Z | |
| 6186 | 2025-05-08T21:40:12.894Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request |
| 6187 | 2025-05-08T21:40:12.894Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs |
| 6188 | 2025-05-08T21:40:12.894Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0063 ms (385 iterations) |
| 6189 | 2025-05-08T21:40:12.894Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing |
| 6190 | 2025-05-08T21:40:12.894Z | process/Hairpin-DHCPv6/alloc_ct/Request |
| 6191 | 2025-05-08T21:40:12.894Z | time: [22.000 22.000 22.000 ] |
| 6192 | 2025-05-08T21:40:12.894Z | |
| 6193 | 2025-05-08T21:40:12.894Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
| 6194 | 2025-05-08T21:40:12.894Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs |
| 6195 | 2025-05-08T21:40:12.894Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0553 ms (880 iterations) |
| 6196 | 2025-05-08T21:40:12.897Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing |
| 6197 | 2025-05-08T21:40:12.897Z | process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
| 6198 | 2025-05-08T21:40:12.897Z | time: [13.000 13.000 13.000 ] |
| 6199 | 2025-05-08T21:40:12.897Z | |
| 6200 | 2025-05-08T21:40:12.897Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
| 6201 | 2025-05-08T21:40:12.898Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs |
| 6202 | 2025-05-08T21:40:12.898Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0408 ms (770 iterations) |
| 6203 | 2025-05-08T21:40:12.898Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing |
| 6204 | 2025-05-08T21:40:12.901Z | process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
| 6205 | 2025-05-08T21:40:12.901Z | time: [12.000 12.000 12.000 ] |
| 6206 | 2025-05-08T21:40:12.901Z | |
| 6207 | 2025-05-08T21:40:12.901Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
| 6208 | 2025-05-08T21:40:12.901Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs |
| 6209 | 2025-05-08T21:40:12.901Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0599 ms (605 iterations) |
| 6210 | 2025-05-08T21:40:12.901Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing |
| 6211 | 2025-05-08T21:40:12.901Z | process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
| 6212 | 2025-05-08T21:40:12.901Z | time: [14.000 14.000 14.000 ] |
| 6213 | 2025-05-08T21:40:12.901Z | |
| 6214 | 2025-05-08T21:40:12.901Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
| 6215 | 2025-05-08T21:40:12.901Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs |
| 6216 | 2025-05-08T21:40:12.901Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0381 ms (605 iterations) |
| 6217 | 2025-05-08T21:40:12.905Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing |
| 6218 | 2025-05-08T21:40:12.905Z | process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
| 6219 | 2025-05-08T21:40:12.905Z | time: [14.000 14.000 14.000 ] |
| 6220 | 2025-05-08T21:40:12.905Z | |
| 6221 | 2025-05-08T21:40:12.905Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
| 6222 | 2025-05-08T21:40:12.905Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
| 6223 | 2025-05-08T21:40:12.905Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0389 ms (825 iterations) |
| 6224 | 2025-05-08T21:40:12.905Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
| 6225 | 2025-05-08T21:40:12.905Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
| 6226 | 2025-05-08T21:40:12.905Z | time: [3.0000 3.0000 3.0000 ] |
| 6227 | 2025-05-08T21:40:12.905Z | |
| 6228 | 2025-05-08T21:40:12.908Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
| 6229 | 2025-05-08T21:40:12.908Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
| 6230 | 2025-05-08T21:40:12.908Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0843 ms (440 iterations) |
| 6231 | 2025-05-08T21:40:12.908Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
| 6232 | 2025-05-08T21:40:12.908Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
| 6233 | 2025-05-08T21:40:12.908Z | time: [3.0000 3.0000 3.0000 ] |
| 6234 | 2025-05-08T21:40:12.908Z | |
| 6235 | 2025-05-08T21:40:12.908Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B |
| 6236 | 2025-05-08T21:40:12.908Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
| 6237 | 2025-05-08T21:40:12.908Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0607 ms (660 iterations) |
| 6238 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
| 6239 | 2025-05-08T21:40:12.912Z | Criterion.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. |
| 6240 | 2025-05-08T21:40:12.912Z | |
| 6241 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B |
| 6242 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
| 6243 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0225 ms (385 iterations) |
| 6244 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
| 6245 | 2025-05-08T21:40:12.912Z | Criterion.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. |
| 6246 | 2025-05-08T21:40:12.912Z | |
| 6247 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
| 6248 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
| 6249 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0333 ms (880 iterations) |
| 6250 | 2025-05-08T21:40:12.912Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
| 6251 | 2025-05-08T21:40:12.912Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
| 6252 | 2025-05-08T21:40:12.912Z | time: [3.0000 3.0000 3.0000 ] |
| 6253 | 2025-05-08T21:40:12.915Z | |
| 6254 | 2025-05-08T21:40:12.915Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
| 6255 | 2025-05-08T21:40:12.915Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
| 6256 | 2025-05-08T21:40:12.915Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0335 ms (440 iterations) |
| 6257 | 2025-05-08T21:40:12.915Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
| 6258 | 2025-05-08T21:40:12.916Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
| 6259 | 2025-05-08T21:40:12.916Z | time: [3.0000 3.0000 3.0000 ] |
| 6260 | 2025-05-08T21:40:12.916Z | |
| 6261 | 2025-05-08T21:40:12.916Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B |
| 6262 | 2025-05-08T21:40:12.916Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
| 6263 | 2025-05-08T21:40:12.916Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0504 ms (825 iterations) |
| 6264 | 2025-05-08T21:40:12.916Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
| 6265 | 2025-05-08T21:40:12.916Z | Criterion.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. |
| 6266 | 2025-05-08T21:40:12.916Z | |
| 6267 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B |
| 6268 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
| 6269 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0626 ms (385 iterations) |
| 6270 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
| 6271 | 2025-05-08T21:40:12.919Z | Criterion.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. |
| 6272 | 2025-05-08T21:40:12.919Z | |
| 6273 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
| 6274 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
| 6275 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0524 ms (770 iterations) |
| 6276 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
| 6277 | 2025-05-08T21:40:12.919Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
| 6278 | 2025-05-08T21:40:12.919Z | time: [3.0000 3.0000 3.0000 ] |
| 6279 | 2025-05-08T21:40:12.919Z | |
| 6280 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
| 6281 | 2025-05-08T21:40:12.919Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
| 6282 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0158 ms (275 iterations) |
| 6283 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
| 6284 | 2025-05-08T21:40:12.923Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
| 6285 | 2025-05-08T21:40:12.923Z | time: [3.0000 3.0000 3.0000 ] |
| 6286 | 2025-05-08T21:40:12.923Z | |
| 6287 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B |
| 6288 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
| 6289 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0418 ms (605 iterations) |
| 6290 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
| 6291 | 2025-05-08T21:40:12.923Z | Criterion.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. |
| 6292 | 2025-05-08T21:40:12.923Z | |
| 6293 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B |
| 6294 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
| 6295 | 2025-05-08T21:40:12.923Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0780 ms (385 iterations) |
| 6296 | 2025-05-08T21:40:12.926Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
| 6297 | 2025-05-08T21:40:12.927Z | Criterion.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. |
| 6298 | 2025-05-08T21:40:12.927Z | |
| 6299 | 2025-05-08T21:40:12.927Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
| 6300 | 2025-05-08T21:40:12.927Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
| 6301 | 2025-05-08T21:40:12.927Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0348 ms (825 iterations) |
| 6302 | 2025-05-08T21:40:12.927Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
| 6303 | 2025-05-08T21:40:12.927Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
| 6304 | 2025-05-08T21:40:12.927Z | time: [3.0000 3.0000 3.0000 ] |
| 6305 | 2025-05-08T21:40:12.927Z | |
| 6306 | 2025-05-08T21:40:12.927Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
| 6307 | 2025-05-08T21:40:12.927Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
| 6308 | 2025-05-08T21:40:12.927Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0956 ms (440 iterations) |
| 6309 | 2025-05-08T21:40:12.930Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
| 6310 | 2025-05-08T21:40:12.930Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
| 6311 | 2025-05-08T21:40:12.930Z | time: [3.0000 3.0000 3.0000 ] |
| 6312 | 2025-05-08T21:40:12.930Z | |
| 6313 | 2025-05-08T21:40:12.930Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B |
| 6314 | 2025-05-08T21:40:12.931Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
| 6315 | 2025-05-08T21:40:12.931Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0267 ms (715 iterations) |
| 6316 | 2025-05-08T21:40:12.931Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
| 6317 | 2025-05-08T21:40:12.931Z | Criterion.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. |
| 6318 | 2025-05-08T21:40:12.931Z | |
| 6319 | 2025-05-08T21:40:12.931Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B |
| 6320 | 2025-05-08T21:40:12.931Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
| 6321 | 2025-05-08T21:40:12.931Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0200 ms (385 iterations) |
| 6322 | 2025-05-08T21:40:12.934Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
| 6323 | 2025-05-08T21:40:12.934Z | Criterion.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. |
| 6324 | 2025-05-08T21:40:12.934Z | |
| 6325 | 2025-05-08T21:40:12.934Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
| 6326 | 2025-05-08T21:40:12.934Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
| 6327 | 2025-05-08T21:40:12.934Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0738 ms (275 iterations) |
| 6328 | 2025-05-08T21:40:12.934Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
| 6329 | 2025-05-08T21:40:12.934Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
| 6330 | 2025-05-08T21:40:12.934Z | time: [44.000 44.000 44.000 ] |
| 6331 | 2025-05-08T21:40:12.934Z | |
| 6332 | 2025-05-08T21:40:12.934Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
| 6333 | 2025-05-08T21:40:12.934Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
| 6334 | 2025-05-08T21:40:12.934Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1178 ms (220 iterations) |
| 6335 | 2025-05-08T21:40:12.938Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
| 6336 | 2025-05-08T21:40:12.938Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
| 6337 | 2025-05-08T21:40:12.938Z | time: [44.000 44.000 44.000 ] |
| 6338 | 2025-05-08T21:40:12.938Z | |
| 6339 | 2025-05-08T21:40:12.938Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
| 6340 | 2025-05-08T21:40:12.938Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
| 6341 | 2025-05-08T21:40:12.938Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1101 ms (330 iterations) |
| 6342 | 2025-05-08T21:40:12.938Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
| 6343 | 2025-05-08T21:40:12.941Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
| 6344 | 2025-05-08T21:40:12.941Z | time: [20.000 20.000 20.000 ] |
| 6345 | 2025-05-08T21:40:12.941Z | |
| 6346 | 2025-05-08T21:40:12.941Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
| 6347 | 2025-05-08T21:40:12.941Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
| 6348 | 2025-05-08T21:40:12.941Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0347 ms (220 iterations) |
| 6349 | 2025-05-08T21:40:12.941Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
| 6350 | 2025-05-08T21:40:12.941Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
| 6351 | 2025-05-08T21:40:12.941Z | time: [20.000 20.000 20.000 ] |
| 6352 | 2025-05-08T21:40:12.941Z | |
| 6353 | 2025-05-08T21:40:12.941Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
| 6354 | 2025-05-08T21:40:12.941Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
| 6355 | 2025-05-08T21:40:12.942Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0243 ms (275 iterations) |
| 6356 | 2025-05-08T21:40:12.945Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
| 6357 | 2025-05-08T21:40:12.945Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
| 6358 | 2025-05-08T21:40:12.945Z | time: [44.000 44.000 44.000 ] |
| 6359 | 2025-05-08T21:40:12.945Z | |
| 6360 | 2025-05-08T21:40:12.945Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
| 6361 | 2025-05-08T21:40:12.945Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
| 6362 | 2025-05-08T21:40:12.945Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0635 ms (220 iterations) |
| 6363 | 2025-05-08T21:40:12.945Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
| 6364 | 2025-05-08T21:40:12.948Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
| 6365 | 2025-05-08T21:40:12.948Z | time: [44.000 44.000 44.000 ] |
| 6366 | 2025-05-08T21:40:12.948Z | |
| 6367 | 2025-05-08T21:40:12.948Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
| 6368 | 2025-05-08T21:40:12.948Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
| 6369 | 2025-05-08T21:40:12.948Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0462 ms (385 iterations) |
| 6370 | 2025-05-08T21:40:12.949Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
| 6371 | 2025-05-08T21:40:12.949Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
| 6372 | 2025-05-08T21:40:12.949Z | time: [20.000 20.000 20.000 ] |
| 6373 | 2025-05-08T21:40:12.949Z | |
| 6374 | 2025-05-08T21:40:12.949Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
| 6375 | 2025-05-08T21:40:12.949Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
| 6376 | 2025-05-08T21:40:12.949Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2201 ms (275 iterations) |
| 6377 | 2025-05-08T21:40:12.952Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
| 6378 | 2025-05-08T21:40:12.952Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
| 6379 | 2025-05-08T21:40:12.952Z | time: [20.000 20.000 20.000 ] |
| 6380 | 2025-05-08T21:40:12.952Z | |
| 6381 | 2025-05-08T21:40:12.952Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
| 6382 | 2025-05-08T21:40:12.952Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
| 6383 | 2025-05-08T21:40:12.952Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1894 ms (275 iterations) |
| 6384 | 2025-05-08T21:40:12.952Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
| 6385 | 2025-05-08T21:40:12.956Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
| 6386 | 2025-05-08T21:40:12.956Z | time: [44.000 44.000 44.000 ] |
| 6387 | 2025-05-08T21:40:12.956Z | |
| 6388 | 2025-05-08T21:40:12.956Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
| 6389 | 2025-05-08T21:40:12.956Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
| 6390 | 2025-05-08T21:40:12.956Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2351 ms (220 iterations) |
| 6391 | 2025-05-08T21:40:12.956Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
| 6392 | 2025-05-08T21:40:12.956Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
| 6393 | 2025-05-08T21:40:12.956Z | time: [44.000 44.000 44.000 ] |
| 6394 | 2025-05-08T21:40:12.960Z | |
| 6395 | 2025-05-08T21:40:12.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
| 6396 | 2025-05-08T21:40:12.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
| 6397 | 2025-05-08T21:40:12.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0453 ms (275 iterations) |
| 6398 | 2025-05-08T21:40:12.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
| 6399 | 2025-05-08T21:40:12.960Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
| 6400 | 2025-05-08T21:40:12.960Z | time: [20.000 20.000 20.000 ] |
| 6401 | 2025-05-08T21:40:12.960Z | |
| 6402 | 2025-05-08T21:40:12.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
| 6403 | 2025-05-08T21:40:12.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
| 6404 | 2025-05-08T21:40:12.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2280 ms (275 iterations) |
| 6405 | 2025-05-08T21:40:12.963Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
| 6406 | 2025-05-08T21:40:12.963Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
| 6407 | 2025-05-08T21:40:12.963Z | time: [20.000 20.000 20.000 ] |
| 6408 | 2025-05-08T21:40:12.963Z | |
| 6409 | 2025-05-08T21:40:12.963Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
| 6410 | 2025-05-08T21:40:12.963Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
| 6411 | 2025-05-08T21:40:12.963Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1633 ms (275 iterations) |
| 6412 | 2025-05-08T21:40:12.963Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
| 6413 | 2025-05-08T21:40:12.966Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
| 6414 | 2025-05-08T21:40:12.967Z | time: [44.000 44.000 44.000 ] |
| 6415 | 2025-05-08T21:40:12.967Z | |
| 6416 | 2025-05-08T21:40:12.967Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
| 6417 | 2025-05-08T21:40:12.967Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
| 6418 | 2025-05-08T21:40:12.967Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1803 ms (220 iterations) |
| 6419 | 2025-05-08T21:40:12.967Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
| 6420 | 2025-05-08T21:40:12.967Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
| 6421 | 2025-05-08T21:40:12.967Z | time: [44.000 44.000 44.000 ] |
| 6422 | 2025-05-08T21:40:12.967Z | |
| 6423 | 2025-05-08T21:40:12.967Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
| 6424 | 2025-05-08T21:40:12.967Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
| 6425 | 2025-05-08T21:40:12.971Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0007 ms (330 iterations) |
| 6426 | 2025-05-08T21:40:12.971Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
| 6427 | 2025-05-08T21:40:12.971Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
| 6428 | 2025-05-08T21:40:12.971Z | time: [20.000 20.000 20.000 ] |
| 6429 | 2025-05-08T21:40:12.971Z | |
| 6430 | 2025-05-08T21:40:12.971Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
| 6431 | 2025-05-08T21:40:12.971Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
| 6432 | 2025-05-08T21:40:12.971Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1865 ms (275 iterations) |
| 6433 | 2025-05-08T21:40:12.971Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
| 6434 | 2025-05-08T21:40:12.974Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
| 6435 | 2025-05-08T21:40:12.974Z | time: [20.000 20.000 20.000 ] |
| 6436 | 2025-05-08T21:40:12.974Z | |
| 6437 | 2025-05-08T21:40:12.974Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover |
| 6438 | 2025-05-08T21:40:12.974Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs |
| 6439 | 2025-05-08T21:40:12.974Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0829 ms (715 iterations) |
| 6440 | 2025-05-08T21:40:12.974Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing |
| 6441 | 2025-05-08T21:40:12.974Z | process/Hairpin-DHCPv4/alloc_sz/Discover |
| 6442 | 2025-05-08T21:40:12.974Z | time: [3255.0 B 3255.0 B 3255.0 B] |
| 6443 | 2025-05-08T21:40:12.974Z | |
| 6444 | 2025-05-08T21:40:12.975Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request |
| 6445 | 2025-05-08T21:40:12.975Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs |
| 6446 | 2025-05-08T21:40:12.975Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0546 ms (715 iterations) |
| 6447 | 2025-05-08T21:40:12.978Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing |
| 6448 | 2025-05-08T21:40:12.978Z | process/Hairpin-DHCPv4/alloc_sz/Request |
| 6449 | 2025-05-08T21:40:12.978Z | time: [3255.0 B 3255.0 B 3255.0 B] |
| 6450 | 2025-05-08T21:40:12.978Z | |
| 6451 | 2025-05-08T21:40:12.978Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit |
| 6452 | 2025-05-08T21:40:12.978Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs |
| 6453 | 2025-05-08T21:40:12.978Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.1151 ms (495 iterations) |
| 6454 | 2025-05-08T21:40:12.978Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing |
| 6455 | 2025-05-08T21:40:12.981Z | process/Hairpin-DHCPv6/alloc_sz/Solicit |
| 6456 | 2025-05-08T21:40:12.981Z | time: [3319.0 B 3319.0 B 3319.0 B] |
| 6457 | 2025-05-08T21:40:12.981Z | |
| 6458 | 2025-05-08T21:40:12.981Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request |
| 6459 | 2025-05-08T21:40:12.981Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs |
| 6460 | 2025-05-08T21:40:12.981Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0096 ms (440 iterations) |
| 6461 | 2025-05-08T21:40:12.981Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing |
| 6462 | 2025-05-08T21:40:12.981Z | process/Hairpin-DHCPv6/alloc_sz/Request |
| 6463 | 2025-05-08T21:40:12.981Z | time: [3717.0 B 3717.0 B 3717.0 B] |
| 6464 | 2025-05-08T21:40:12.985Z | |
| 6465 | 2025-05-08T21:40:12.985Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
| 6466 | 2025-05-08T21:40:12.985Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs |
| 6467 | 2025-05-08T21:40:12.985Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0517 ms (880 iterations) |
| 6468 | 2025-05-08T21:40:12.985Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing |
| 6469 | 2025-05-08T21:40:12.985Z | process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
| 6470 | 2025-05-08T21:40:12.985Z | time: [2184.0 B 2184.0 B 2184.0 B] |
| 6471 | 2025-05-08T21:40:12.985Z | |
| 6472 | 2025-05-08T21:40:12.985Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
| 6473 | 2025-05-08T21:40:12.985Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs |
| 6474 | 2025-05-08T21:40:12.985Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0368 ms (770 iterations) |
| 6475 | 2025-05-08T21:40:12.990Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing |
| 6476 | 2025-05-08T21:40:12.990Z | process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
| 6477 | 2025-05-08T21:40:12.990Z | time: [2169.0 B 2169.0 B 2169.0 B] |
| 6478 | 2025-05-08T21:40:12.990Z | |
| 6479 | 2025-05-08T21:40:12.990Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
| 6480 | 2025-05-08T21:40:12.990Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs |
| 6481 | 2025-05-08T21:40:12.990Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0692 ms (715 iterations) |
| 6482 | 2025-05-08T21:40:12.990Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing |
| 6483 | 2025-05-08T21:40:12.994Z | process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
| 6484 | 2025-05-08T21:40:12.994Z | time: [2222.0 B 2222.0 B 2222.0 B] |
| 6485 | 2025-05-08T21:40:12.994Z | |
| 6486 | 2025-05-08T21:40:12.994Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
| 6487 | 2025-05-08T21:40:12.994Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs |
| 6488 | 2025-05-08T21:40:12.994Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0428 ms (715 iterations) |
| 6489 | 2025-05-08T21:40:12.994Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing |
| 6490 | 2025-05-08T21:40:12.994Z | process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
| 6491 | 2025-05-08T21:40:12.994Z | time: [2206.0 B 2206.0 B 2206.0 B] |
| 6492 | 2025-05-08T21:40:12.994Z | |
| 6493 | 2025-05-08T21:40:12.994Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
| 6494 | 2025-05-08T21:40:12.994Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
| 6495 | 2025-05-08T21:40:12.994Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0612 ms (880 iterations) |
| 6496 | 2025-05-08T21:40:12.994Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
| 6497 | 2025-05-08T21:40:12.994Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
| 6498 | 2025-05-08T21:40:12.994Z | time: [264.00 B 264.00 B 264.00 B] |
| 6499 | 2025-05-08T21:40:12.994Z | |
| 6500 | 2025-05-08T21:40:12.994Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
| 6501 | 2025-05-08T21:40:12.994Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
| 6502 | 2025-05-08T21:40:12.994Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1330 ms (330 iterations) |
| 6503 | 2025-05-08T21:40:12.998Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
| 6504 | 2025-05-08T21:40:12.998Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
| 6505 | 2025-05-08T21:40:12.998Z | time: [264.00 B 264.00 B 264.00 B] |
| 6506 | 2025-05-08T21:40:12.998Z | |
| 6507 | 2025-05-08T21:40:12.998Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B |
| 6508 | 2025-05-08T21:40:12.998Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
| 6509 | 2025-05-08T21:40:12.998Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0528 ms (770 iterations) |
| 6510 | 2025-05-08T21:40:12.998Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
| 6511 | 2025-05-08T21:40:12.998Z | Criterion.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. |
| 6512 | 2025-05-08T21:40:12.998Z | |
| 6513 | 2025-05-08T21:40:12.998Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B |
| 6514 | 2025-05-08T21:40:12.998Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
| 6515 | 2025-05-08T21:40:12.998Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1404 ms (440 iterations) |
| 6516 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
| 6517 | 2025-05-08T21:40:13.002Z | Criterion.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. |
| 6518 | 2025-05-08T21:40:13.002Z | |
| 6519 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
| 6520 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
| 6521 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0536 ms (990 iterations) |
| 6522 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
| 6523 | 2025-05-08T21:40:13.002Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
| 6524 | 2025-05-08T21:40:13.002Z | time: [264.00 B 264.00 B 264.00 B] |
| 6525 | 2025-05-08T21:40:13.002Z | |
| 6526 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
| 6527 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
| 6528 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0151 ms (440 iterations) |
| 6529 | 2025-05-08T21:40:13.002Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
| 6530 | 2025-05-08T21:40:13.006Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
| 6531 | 2025-05-08T21:40:13.006Z | time: [264.00 B 264.00 B 264.00 B] |
| 6532 | 2025-05-08T21:40:13.006Z | |
| 6533 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B |
| 6534 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
| 6535 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0426 ms (825 iterations) |
| 6536 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
| 6537 | 2025-05-08T21:40:13.006Z | Criterion.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. |
| 6538 | 2025-05-08T21:40:13.006Z | |
| 6539 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B |
| 6540 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
| 6541 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0098 ms (385 iterations) |
| 6542 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
| 6543 | 2025-05-08T21:40:13.006Z | Criterion.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. |
| 6544 | 2025-05-08T21:40:13.006Z | |
| 6545 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
| 6546 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
| 6547 | 2025-05-08T21:40:13.006Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0505 ms (770 iterations) |
| 6548 | 2025-05-08T21:40:13.009Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
| 6549 | 2025-05-08T21:40:13.010Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
| 6550 | 2025-05-08T21:40:13.010Z | time: [264.00 B 264.00 B 264.00 B] |
| 6551 | 2025-05-08T21:40:13.010Z | |
| 6552 | 2025-05-08T21:40:13.010Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
| 6553 | 2025-05-08T21:40:13.010Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
| 6554 | 2025-05-08T21:40:13.010Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0126 ms (385 iterations) |
| 6555 | 2025-05-08T21:40:13.010Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
| 6556 | 2025-05-08T21:40:13.013Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
| 6557 | 2025-05-08T21:40:13.013Z | time: [264.00 B 264.00 B 264.00 B] |
| 6558 | 2025-05-08T21:40:13.013Z | |
| 6559 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B |
| 6560 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
| 6561 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0325 ms (605 iterations) |
| 6562 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
| 6563 | 2025-05-08T21:40:13.013Z | Criterion.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. |
| 6564 | 2025-05-08T21:40:13.013Z | |
| 6565 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B |
| 6566 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
| 6567 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0840 ms (385 iterations) |
| 6568 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
| 6569 | 2025-05-08T21:40:13.013Z | Criterion.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. |
| 6570 | 2025-05-08T21:40:13.013Z | |
| 6571 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
| 6572 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
| 6573 | 2025-05-08T21:40:13.013Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0343 ms (825 iterations) |
| 6574 | 2025-05-08T21:40:13.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
| 6575 | 2025-05-08T21:40:13.017Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
| 6576 | 2025-05-08T21:40:13.017Z | time: [264.00 B 264.00 B 264.00 B] |
| 6577 | 2025-05-08T21:40:13.017Z | |
| 6578 | 2025-05-08T21:40:13.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
| 6579 | 2025-05-08T21:40:13.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
| 6580 | 2025-05-08T21:40:13.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0912 ms (440 iterations) |
| 6581 | 2025-05-08T21:40:13.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
| 6582 | 2025-05-08T21:40:13.017Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
| 6583 | 2025-05-08T21:40:13.017Z | time: [264.00 B 264.00 B 264.00 B] |
| 6584 | 2025-05-08T21:40:13.021Z | |
| 6585 | 2025-05-08T21:40:13.021Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B |
| 6586 | 2025-05-08T21:40:13.021Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
| 6587 | 2025-05-08T21:40:13.021Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0380 ms (715 iterations) |
| 6588 | 2025-05-08T21:40:13.021Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
| 6589 | 2025-05-08T21:40:13.021Z | Criterion.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. |
| 6590 | 2025-05-08T21:40:13.021Z | |
| 6591 | 2025-05-08T21:40:13.021Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B |
| 6592 | 2025-05-08T21:40:13.021Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
| 6593 | 2025-05-08T21:40:13.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0269 ms (385 iterations) |
| 6594 | 2025-05-08T21:40:13.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
| 6595 | 2025-05-08T21:40:13.022Z | Criterion.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. |
| 6596 | 2025-05-08T21:40:13.022Z | |
| 6597 | 2025-05-08T21:40:13.022Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
| 6598 | 2025-05-08T21:40:13.022Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
| 6599 | 2025-05-08T21:40:13.022Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0468 ms (275 iterations) |
| 6600 | 2025-05-08T21:40:13.025Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
| 6601 | 2025-05-08T21:40:13.025Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
| 6602 | 2025-05-08T21:40:13.025Z | time: [6745.0 B 6745.0 B 6745.0 B] |
| 6603 | 2025-05-08T21:40:13.025Z | |
| 6604 | 2025-05-08T21:40:13.026Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
| 6605 | 2025-05-08T21:40:13.026Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
| 6606 | 2025-05-08T21:40:13.026Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1030 ms (220 iterations) |
| 6607 | 2025-05-08T21:40:13.026Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
| 6608 | 2025-05-08T21:40:13.026Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
| 6609 | 2025-05-08T21:40:13.026Z | time: [6745.0 B 6745.0 B 6745.0 B] |
| 6610 | 2025-05-08T21:40:13.026Z | |
| 6611 | 2025-05-08T21:40:13.026Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
| 6612 | 2025-05-08T21:40:13.026Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
| 6613 | 2025-05-08T21:40:13.026Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0927 ms (385 iterations) |
| 6614 | 2025-05-08T21:40:13.029Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
| 6615 | 2025-05-08T21:40:13.029Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
| 6616 | 2025-05-08T21:40:13.029Z | time: [5144.0 B 5144.0 B 5144.0 B] |
| 6617 | 2025-05-08T21:40:13.029Z | |
| 6618 | 2025-05-08T21:40:13.029Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
| 6619 | 2025-05-08T21:40:13.029Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
| 6620 | 2025-05-08T21:40:13.029Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1409 ms (275 iterations) |
| 6621 | 2025-05-08T21:40:13.029Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
| 6622 | 2025-05-08T21:40:13.032Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
| 6623 | 2025-05-08T21:40:13.032Z | time: [5144.0 B 5144.0 B 5144.0 B] |
| 6624 | 2025-05-08T21:40:13.032Z | |
| 6625 | 2025-05-08T21:40:13.032Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
| 6626 | 2025-05-08T21:40:13.032Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
| 6627 | 2025-05-08T21:40:13.032Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0229 ms (275 iterations) |
| 6628 | 2025-05-08T21:40:13.032Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
| 6629 | 2025-05-08T21:40:13.033Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
| 6630 | 2025-05-08T21:40:13.033Z | time: [6745.0 B 6745.0 B 6745.0 B] |
| 6631 | 2025-05-08T21:40:13.033Z | |
| 6632 | 2025-05-08T21:40:13.033Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
| 6633 | 2025-05-08T21:40:13.033Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
| 6634 | 2025-05-08T21:40:13.033Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0677 ms (220 iterations) |
| 6635 | 2025-05-08T21:40:13.036Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
| 6636 | 2025-05-08T21:40:13.036Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
| 6637 | 2025-05-08T21:40:13.036Z | time: [6745.0 B 6745.0 B 6745.0 B] |
| 6638 | 2025-05-08T21:40:13.036Z | |
| 6639 | 2025-05-08T21:40:13.036Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
| 6640 | 2025-05-08T21:40:13.036Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
| 6641 | 2025-05-08T21:40:13.036Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0394 ms (385 iterations) |
| 6642 | 2025-05-08T21:40:13.036Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
| 6643 | 2025-05-08T21:40:13.039Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
| 6644 | 2025-05-08T21:40:13.039Z | time: [5144.0 B 5144.0 B 5144.0 B] |
| 6645 | 2025-05-08T21:40:13.039Z | |
| 6646 | 2025-05-08T21:40:13.039Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
| 6647 | 2025-05-08T21:40:13.039Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
| 6648 | 2025-05-08T21:40:13.039Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1062 ms (275 iterations) |
| 6649 | 2025-05-08T21:40:13.040Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
| 6650 | 2025-05-08T21:40:13.040Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
| 6651 | 2025-05-08T21:40:13.040Z | time: [5144.0 B 5144.0 B 5144.0 B] |
| 6652 | 2025-05-08T21:40:13.040Z | |
| 6653 | 2025-05-08T21:40:13.040Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
| 6654 | 2025-05-08T21:40:13.040Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
| 6655 | 2025-05-08T21:40:13.040Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1975 ms (275 iterations) |
| 6656 | 2025-05-08T21:40:13.043Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
| 6657 | 2025-05-08T21:40:13.043Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
| 6658 | 2025-05-08T21:40:13.043Z | time: [6745.0 B 6745.0 B 6745.0 B] |
| 6659 | 2025-05-08T21:40:13.043Z | |
| 6660 | 2025-05-08T21:40:13.043Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
| 6661 | 2025-05-08T21:40:13.043Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
| 6662 | 2025-05-08T21:40:13.043Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2189 ms (220 iterations) |
| 6663 | 2025-05-08T21:40:13.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
| 6664 | 2025-05-08T21:40:13.047Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
| 6665 | 2025-05-08T21:40:13.047Z | time: [6745.0 B 6745.0 B 6745.0 B] |
| 6666 | 2025-05-08T21:40:13.047Z | |
| 6667 | 2025-05-08T21:40:13.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
| 6668 | 2025-05-08T21:40:13.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
| 6669 | 2025-05-08T21:40:13.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0899 ms (330 iterations) |
| 6670 | 2025-05-08T21:40:13.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
| 6671 | 2025-05-08T21:40:13.047Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
| 6672 | 2025-05-08T21:40:13.047Z | time: [5144.0 B 5144.0 B 5144.0 B] |
| 6673 | 2025-05-08T21:40:13.047Z | |
| 6674 | 2025-05-08T21:40:13.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
| 6675 | 2025-05-08T21:40:13.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
| 6676 | 2025-05-08T21:40:13.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2198 ms (275 iterations) |
| 6677 | 2025-05-08T21:40:13.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
| 6678 | 2025-05-08T21:40:13.050Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
| 6679 | 2025-05-08T21:40:13.050Z | time: [5144.0 B 5144.0 B 5144.0 B] |
| 6680 | 2025-05-08T21:40:13.050Z | |
| 6681 | 2025-05-08T21:40:13.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
| 6682 | 2025-05-08T21:40:13.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
| 6683 | 2025-05-08T21:40:13.051Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1532 ms (275 iterations) |
| 6684 | 2025-05-08T21:40:13.055Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
| 6685 | 2025-05-08T21:40:13.055Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
| 6686 | 2025-05-08T21:40:13.055Z | time: [6745.0 B 6745.0 B 6745.0 B] |
| 6687 | 2025-05-08T21:40:13.055Z | |
| 6688 | 2025-05-08T21:40:13.055Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
| 6689 | 2025-05-08T21:40:13.055Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
| 6690 | 2025-05-08T21:40:13.055Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1794 ms (220 iterations) |
| 6691 | 2025-05-08T21:40:13.055Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
| 6692 | 2025-05-08T21:40:13.055Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
| 6693 | 2025-05-08T21:40:13.055Z | time: [6745.0 B 6745.0 B 6745.0 B] |
| 6694 | 2025-05-08T21:40:13.055Z | |
| 6695 | 2025-05-08T21:40:13.055Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
| 6696 | 2025-05-08T21:40:13.055Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
| 6697 | 2025-05-08T21:40:13.055Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1591 ms (385 iterations) |
| 6698 | 2025-05-08T21:40:13.058Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
| 6699 | 2025-05-08T21:40:13.058Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
| 6700 | 2025-05-08T21:40:13.058Z | time: [5144.0 B 5144.0 B 5144.0 B] |
| 6701 | 2025-05-08T21:40:13.058Z | |
| 6702 | 2025-05-08T21:40:13.058Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
| 6703 | 2025-05-08T21:40:13.058Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
| 6704 | 2025-05-08T21:40:13.058Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1879 ms (275 iterations) |
| 6705 | 2025-05-08T21:40:13.061Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
| 6706 | 2025-05-08T21:40:13.061Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
| 6707 | 2025-05-08T21:40:13.062Z | time: [5144.0 B 5144.0 B 5144.0 B] |
| 6708 | 2025-05-08T21:40:13.062Z | |
| 6709 | 2025-05-08T21:40:13.098Z | + cp -r target/criterion /work/bench-results |
| 6710 | 2025-05-08T21:40:13.215Z | + cp -r target/xde-bench /work/bench-results |
| 6711 | 2025-05-08T21:40:13.280Z | + pushd /work |
| 6712 | 2025-05-08T21:40:13.280Z | /work /work/oxidecomputer/opte |
| 6713 | 2025-05-08T21:40:13.280Z | + tar -caf bench-results.tgz bench-results |
| 6714 | 2025-05-08T21:40:13.937Z | + popd |
| 6715 | 2025-05-08T21:40:13.937Z | /work/oxidecomputer/opte |
| 6716 | 2025-05-08T21:40:13.941Z | + cleanup |
| 6717 | 2025-05-08T21:40:13.941Z | ++ id -un |
| 6718 | 2025-05-08T21:40:13.944Z | ++ id -gn |
| 6719 | 2025-05-08T21:40:13.947Z | + pfexec chown -R build:build . |
| 6720 | 2025-05-08T21:40:14.012Z | + [[ -z 01JTRV2DRNWRVKFHC9P7E7NMW5 ]] |
| 6721 | 2025-05-08T21:40:14.015Z | process exited: duration 1987568 ms, exit code 0 |
| |
| 6722 | 2025-05-08T21:40:14.027Z | found 1 output files |
| 6723 | 2025-05-08T21:40:14.027Z | uploading: /work/bench-results.tgz (3938492 bytes) |
| 6724 | 2025-05-08T21:40:15.081Z | uploaded: /work/bench-results.tgz |