|
|
|
1 | 2024-12-28T04:26:58.847Z | job dependencies complete; ready to run (waiting for 7 m 0 s) |
2 | 2024-12-28T04:27:53.972Z | job assigned to worker 01JG5R951NP74047CXD1XG5JZ4 [factory aws, i-0cac99683e26643d0] (queued for 55 s) |
3 | 2024-12-28T04:28:02.415Z | downloading input: /input/xde/work/debug/xde.dbg |
4 | 2024-12-28T04:28:03.115Z | downloaded input: /input/xde/work/debug/xde.dbg |
5 | 2024-12-28T04:28:03.115Z | downloading input: /input/xde/work/debug/xde.dbg.sha256 |
6 | 2024-12-28T04:28:03.129Z | downloaded input: /input/xde/work/debug/xde.dbg.sha256 |
7 | 2024-12-28T04:28:03.130Z | downloading input: /input/xde/work/debug/xde_link.dbg.so |
8 | 2024-12-28T04:28:03.144Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so |
9 | 2024-12-28T04:28:03.144Z | downloading input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
10 | 2024-12-28T04:28:03.158Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
11 | 2024-12-28T04:28:03.158Z | downloading input: /input/xde/work/release/xde |
12 | 2024-12-28T04:28:03.579Z | downloaded input: /input/xde/work/release/xde |
13 | 2024-12-28T04:28:03.579Z | downloading input: /input/xde/work/release/xde.sha256 |
14 | 2024-12-28T04:28:03.598Z | downloaded input: /input/xde/work/release/xde.sha256 |
15 | 2024-12-28T04:28:03.598Z | downloading input: /input/xde/work/release/xde_link.so |
16 | 2024-12-28T04:28:03.615Z | downloaded input: /input/xde/work/release/xde_link.so |
17 | 2024-12-28T04:28:03.615Z | downloading input: /input/xde/work/release/xde_link.so.sha256 |
18 | 2024-12-28T04:28:03.632Z | downloaded input: /input/xde/work/release/xde_link.so.sha256 |
19 | 2024-12-28T04:28:03.632Z | downloading input: /input/xde/work/test/loopback |
20 | 2024-12-28T04:28:04.286Z | downloaded input: /input/xde/work/test/loopback |
21 | 2024-12-28T04:28:04.286Z | downloading input: /input/xde/work/xde.conf |
22 | 2024-12-28T04:28:04.299Z | downloaded input: /input/xde/work/xde.conf |
|
23 | 2024-12-28T04:28:04.299Z | starting task 0: "setup" |
24 | 2024-12-28T04:28:04.309Z | ++ uname -s |
25 | 2024-12-28T04:28:04.311Z | + kern=SunOS |
26 | 2024-12-28T04:28:04.311Z | + case "$kern" in |
27 | 2024-12-28T04:28:04.311Z | + groupadd -g 12345 build |
28 | 2024-12-28T04:28:04.314Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
29 | 2024-12-28T04:28:06.320Z | + zfs create -o mountpoint=/work rpool/work |
30 | 2024-12-28T04:28:06.443Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
31 | 2024-12-28T04:28:06.446Z | + home_fs=zfs |
32 | 2024-12-28T04:28:06.446Z | + [[ zfs == autofs ]] |
33 | 2024-12-28T04:28:06.446Z | + mkdir -p /home/build |
34 | 2024-12-28T04:28:06.448Z | + chown build:build /home/build /work |
35 | 2024-12-28T04:28:08.449Z | + chmod 0700 /home/build /work |
36 | 2024-12-28T04:28:08.452Z | process exited: duration 4152 ms, exit code 0 |
|
37 | 2024-12-28T04:28:08.457Z | starting task 1: "rust-toolchain" |
38 | 2024-12-28T04:28:08.463Z | + printf ' * toolchain channel = "%s" |
39 | 2024-12-28T04:28:08.463Z | ' stable |
40 | 2024-12-28T04:28:08.463Z | + printf ' * toolchain profile = "%s" |
41 | 2024-12-28T04:28:08.463Z | ' default |
42 | 2024-12-28T04:28:08.463Z | * toolchain channel = "stable" |
43 | 2024-12-28T04:28:08.463Z | * toolchain profile = "default" |
44 | 2024-12-28T04:28:08.465Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
45 | 2024-12-28T04:28:08.465Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
46 | 2024-12-28T04:28:08.583Z | info: downloading installer |
47 | 2024-12-28T04:28:09.792Z | info: profile set to 'default' |
48 | 2024-12-28T04:28:09.792Z | info: default host triple is x86_64-unknown-illumos |
49 | 2024-12-28T04:28:09.792Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
50 | 2024-12-28T04:28:09.940Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
51 | 2024-12-28T04:28:09.940Z | info: downloading component 'cargo' |
52 | 2024-12-28T04:28:10.782Z | info: downloading component 'clippy' |
53 | 2024-12-28T04:28:11.103Z | info: downloading component 'rust-docs' |
54 | 2024-12-28T04:28:12.278Z | info: downloading component 'rust-std' |
55 | 2024-12-28T04:28:13.979Z | info: downloading component 'rustc' |
56 | 2024-12-28T04:28:20.418Z | info: downloading component 'rustfmt' |
57 | 2024-12-28T04:28:20.664Z | info: installing component 'cargo' |
58 | 2024-12-28T04:28:21.458Z | info: installing component 'clippy' |
59 | 2024-12-28T04:28:21.835Z | info: installing component 'rust-docs' |
60 | 2024-12-28T04:28:23.541Z | info: installing component 'rust-std' |
61 | 2024-12-28T04:28:25.172Z | info: installing component 'rustc' |
62 | 2024-12-28T04:28:30.783Z | info: installing component 'rustfmt' |
63 | 2024-12-28T04:28:31.106Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
64 | 2024-12-28T04:28:31.106Z | |
65 | 2024-12-28T04:28:31.461Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
66 | 2024-12-28T04:28:31.461Z | |
67 | 2024-12-28T04:28:31.464Z | |
68 | 2024-12-28T04:28:31.464Z | Rust is installed now. Great! |
69 | 2024-12-28T04:28:31.464Z | |
70 | 2024-12-28T04:28:31.464Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
71 | 2024-12-28T04:28:31.464Z | environment variable. This has not been done automatically. |
72 | 2024-12-28T04:28:31.464Z | |
73 | 2024-12-28T04:28:31.464Z | To configure your current shell, you need to source |
74 | 2024-12-28T04:28:31.464Z | the corresponding env file under $HOME/.cargo. |
75 | 2024-12-28T04:28:31.464Z | |
76 | 2024-12-28T04:28:31.464Z | This is usually done by running one of the following (note the leading DOT): |
77 | 2024-12-28T04:28:31.464Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
78 | 2024-12-28T04:28:31.464Z | source "$HOME/.cargo/env.fish" # For fish |
79 | 2024-12-28T04:28:31.526Z | + rustc --version |
80 | 2024-12-28T04:28:31.593Z | rustc 1.83.0 (90b35a623 2024-11-26) |
81 | 2024-12-28T04:28:31.596Z | process exited: duration 23136 ms, exit code 0 |
|
82 | 2024-12-28T04:28:31.600Z | starting task 2: "authentication" |
83 | 2024-12-28T04:28:31.621Z | process exited: duration 20 ms, exit code 0 |
|
84 | 2024-12-28T04:28:31.625Z | starting task 3: "clone repository" |
85 | 2024-12-28T04:28:31.631Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2024-12-28T04:28:31.633Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2024-12-28T04:28:31.905Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2024-12-28T04:28:32.758Z | + cd /work/oxidecomputer/opte |
89 | 2024-12-28T04:28:32.760Z | + git fetch origin f13190044a6b9b6204668730f098078a8fd820c8 |
90 | 2024-12-28T04:28:33.029Z | From https://github.com/oxidecomputer/opte |
91 | 2024-12-28T04:28:33.029Z | * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD |
92 | 2024-12-28T04:28:33.036Z | + [[ -n renovate/serde-monorepo ]] |
93 | 2024-12-28T04:28:33.039Z | ++ git branch --show-current |
94 | 2024-12-28T04:28:33.041Z | + current=master |
95 | 2024-12-28T04:28:33.041Z | + [[ master != renovate/serde-monorepo ]] |
96 | 2024-12-28T04:28:33.041Z | + git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8 |
97 | 2024-12-28T04:28:33.044Z | + git checkout -f renovate/serde-monorepo |
98 | 2024-12-28T04:28:33.066Z | Switched to branch 'renovate/serde-monorepo' |
99 | 2024-12-28T04:28:33.068Z | + git reset --hard f13190044a6b9b6204668730f098078a8fd820c8 |
100 | 2024-12-28T04:28:33.071Z | HEAD is now at f131900 Update Rust crate serde to v1.0.217 |
101 | 2024-12-28T04:28:33.074Z | process exited: duration 1446 ms, exit code 0 |
|
102 | 2024-12-28T04:28:33.079Z | starting task 4: "build" |
103 | 2024-12-28T04:28:33.084Z | + pfexec pkg install brand/sparse opte iperf demangle flamegraph |
104 | 2024-12-28T04:28:43.618Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-12-28T04:28:47.675Z | Startup: Caching catalogs ... Done |
106 | 2024-12-28T04:28:58.337Z | Planning: Solver setup ... Done |
107 | 2024-12-28T04:28:58.492Z | Planning: Running solver ... Done |
108 | 2024-12-28T04:28:58.872Z | Planning: Finding local manifests ... Done |
109 | 2024-12-28T04:28:58.884Z | Planning: Fetching manifests: 0/6 0% complete |
110 | 2024-12-28T04:28:59.082Z | Planning: Fetching manifests: 6/6 100% complete |
111 | 2024-12-28T04:28:59.496Z | Planning: Package planning ... Done |
112 | 2024-12-28T04:28:59.503Z | Planning: Merging actions ... Done |
113 | 2024-12-28T04:29:00.546Z | Planning: Checking for conflicting actions ... Done |
114 | 2024-12-28T04:29:06.323Z | Planning: Consolidating action changes ... Done |
115 | 2024-12-28T04:29:06.705Z | Planning: Evaluating mediators ... Done |
116 | 2024-12-28T04:29:06.833Z | Planning: Planning completed in 19.07 seconds |
117 | 2024-12-28T04:29:07.476Z | Packages to install: 4 |
118 | 2024-12-28T04:29:07.476Z | Packages to update: 2 |
119 | 2024-12-28T04:29:07.479Z | Services to change: 1 |
120 | 2024-12-28T04:29:07.479Z | Create boot environment: No |
121 | 2024-12-28T04:29:07.479Z | Create backup boot environment: Yes |
122 | 2024-12-28T04:29:07.866Z | |
123 | 2024-12-28T04:29:07.866Z | Download: 0/1024 items 0.0/18.4MB 0% complete |
124 | 2024-12-28T04:29:13.095Z | Download: 932/1024 items 18.3/18.4MB 99% complete (4.0M/s) |
125 | 2024-12-28T04:29:13.648Z | Download: Completed 18.37 MB in 5.78 seconds (3.2M/s) |
126 | 2024-12-28T04:29:15.600Z | Actions: 1/1482 actions (Removing old actions) |
127 | 2024-12-28T04:29:15.617Z | Actions: 199/1482 actions (Installing new actions) |
128 | 2024-12-28T04:29:16.141Z | Actions: 642/1482 actions (Updating modified actions) |
129 | 2024-12-28T04:29:16.533Z | Actions: Completed 1482 actions in 0.93 seconds. |
130 | 2024-12-28T04:29:16.734Z | Done |
131 | 2024-12-28T04:29:16.736Z | Done |
132 | 2024-12-28T04:29:17.256Z | Done |
133 | 2024-12-28T04:29:23.952Z | Done |
134 | 2024-12-28T04:29:24.354Z | Done |
135 | 2024-12-28T04:29:24.357Z | Done |
136 | 2024-12-28T04:29:30.575Z | Done |
137 | 2024-12-28T04:29:30.959Z | + [[ -z 01JG5QW42A0XQSX6TEJQZ1QXA8 ]] |
138 | 2024-12-28T04:29:30.959Z | + trap cleanup EXIT |
139 | 2024-12-28T04:29:30.961Z | + OUT_DIR=/work/bench-results |
140 | 2024-12-28T04:29:30.961Z | + mkdir -p /work/bench-results |
141 | 2024-12-28T04:29:30.961Z | + mkdir -p target/criterion |
142 | 2024-12-28T04:29:30.964Z | + mkdir -p target/xde-bench |
143 | 2024-12-28T04:29:30.966Z | + banner collect |
144 | 2024-12-28T04:29:31.075Z | |
145 | 2024-12-28T04:29:31.075Z | #### #### # # ###### #### ##### |
146 | 2024-12-28T04:29:31.075Z | # # # # # # # # # # |
147 | 2024-12-28T04:29:31.075Z | # # # # # ##### # # |
148 | 2024-12-28T04:29:31.075Z | # # # # # # # # |
149 | 2024-12-28T04:29:31.075Z | # # # # # # # # # # |
150 | 2024-12-28T04:29:31.075Z | #### #### ###### ###### ###### #### # |
151 | 2024-12-28T04:29:31.075Z | |
152 | 2024-12-28T04:29:31.078Z | ++ cat .git/refs/heads/master |
153 | 2024-12-28T04:29:31.078Z | + BASELINE_COMMIT=f3ba9f1218a2881593dbb80ecfdfe2965a352965 |
154 | 2024-12-28T04:29:31.078Z | + [[ renovate/serde-monorepo == \m\a\s\t\e\r ]] |
155 | 2024-12-28T04:29:31.078Z | + get_artifact opte benchmark f3ba9f1218a2881593dbb80ecfdfe2965a352965 bench-results.tgz |
156 | 2024-12-28T04:29:31.078Z | + local curl_res |
157 | 2024-12-28T04:29:31.078Z | + repo=opte |
158 | 2024-12-28T04:29:31.078Z | + series=benchmark |
159 | 2024-12-28T04:29:31.078Z | + commit=f3ba9f1218a2881593dbb80ecfdfe2965a352965 |
160 | 2024-12-28T04:29:31.078Z | + name=bench-results.tgz |
161 | 2024-12-28T04:29:31.078Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
162 | 2024-12-28T04:29:31.078Z | + mkdir -p download |
163 | 2024-12-28T04:29:31.081Z | + pushd download |
164 | 2024-12-28T04:29:31.081Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
165 | 2024-12-28T04:29:31.081Z | + [[ ! -f bench-results.tgz ]] |
166 | 2024-12-28T04:29:31.081Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/f3ba9f1218a2881593dbb80ecfdfe2965a352965/bench-results.tgz |
167 | 2024-12-28T04:29:31.087Z | % Total % Received % Xferd Average Speed Time Time Time Current |
168 | 2024-12-28T04:29:31.087Z | Dload Upload Total Spent Left Speed |
169 | 2024-12-28T04:29:31.539Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4729k 100 4729k 0 0 10.2M 0 --:--:-- --:--:-- --:--:-- 10.2M |
170 | 2024-12-28T04:29:31.541Z | + curl_res=0 |
171 | 2024-12-28T04:29:31.542Z | + popd |
172 | 2024-12-28T04:29:31.542Z | /work/oxidecomputer/opte |
173 | 2024-12-28T04:29:31.542Z | + return 0 |
174 | 2024-12-28T04:29:31.542Z | + tar -xf download/bench-results.tgz -C target |
175 | 2024-12-28T04:29:31.917Z | + mv target/bench-results/criterion target/bench-results/xde-bench target/ |
176 | 2024-12-28T04:29:31.920Z | + rm -r target/bench-results |
177 | 2024-12-28T04:29:31.921Z | + [[ '' -eq 1 ]] |
178 | 2024-12-28T04:29:31.921Z | + uname -a |
179 | 2024-12-28T04:29:31.923Z | SunOS w-01JG5R951NP74047CXD1XG5JZ4 5.11 helios-2.0.22827 i86pc i386 i86pc |
180 | 2024-12-28T04:29:31.924Z | + cat /etc/versions/build |
181 | 2024-12-28T04:29:31.924Z | heads/stlouis-0-g60122b5709 |
182 | 2024-12-28T04:29:31.924Z | + dladm |
183 | 2024-12-28T04:29:31.928Z | LINK CLASS MTU STATE BRIDGE OVER |
184 | 2024-12-28T04:29:31.928Z | ena0 phys 9216 up -- -- |
185 | 2024-12-28T04:29:31.928Z | + ipadm |
186 | 2024-12-28T04:29:31.931Z | ADDROBJ TYPE STATE ADDR |
187 | 2024-12-28T04:29:31.931Z | lo0/v4 static ok 127.0.0.1/8 |
188 | 2024-12-28T04:29:31.931Z | ena0/dhcp dhcp ok 10.150.1.163/24 |
189 | 2024-12-28T04:29:31.931Z | lo0/v6 static ok ::1/128 |
190 | 2024-12-28T04:29:31.931Z | + pfexec rem_drv xde |
191 | 2024-12-28T04:29:31.942Z | + set -o errexit |
192 | 2024-12-28T04:29:31.943Z | + set -o pipefail |
193 | 2024-12-28T04:29:31.947Z | + banner prepare |
194 | 2024-12-28T04:29:31.947Z | |
195 | 2024-12-28T04:29:31.947Z | ##### ##### ###### ##### ## ##### ###### |
196 | 2024-12-28T04:29:31.947Z | # # # # # # # # # # # # |
197 | 2024-12-28T04:29:31.947Z | # # # # ##### # # # # # # ##### |
198 | 2024-12-28T04:29:31.947Z | ##### ##### # ##### ###### ##### # |
199 | 2024-12-28T04:29:31.947Z | # # # # # # # # # # |
200 | 2024-12-28T04:29:31.947Z | # # # ###### # # # # # ###### |
201 | 2024-12-28T04:29:31.948Z | |
202 | 2024-12-28T04:29:31.948Z | + pfexec cp /input/xde/work/xde.conf /kernel/drv/ |
203 | 2024-12-28T04:29:31.948Z | + pfexec cp /input/xde/work/release/xde /kernel/drv/amd64 |
204 | 2024-12-28T04:29:32.016Z | + pfexec add_drv xde |
205 | 2024-12-28T04:29:32.234Z | + banner bench |
206 | 2024-12-28T04:29:32.237Z | |
207 | 2024-12-28T04:29:32.237Z | ##### ###### # # #### # # |
208 | 2024-12-28T04:29:32.237Z | # # # ## # # # # # |
209 | 2024-12-28T04:29:32.237Z | ##### ##### # # # # ###### |
210 | 2024-12-28T04:29:32.237Z | # # # # # # # # # |
211 | 2024-12-28T04:29:32.237Z | # # # # ## # # # # |
212 | 2024-12-28T04:29:32.237Z | ##### ###### # # #### # # |
213 | 2024-12-28T04:29:32.237Z | |
214 | 2024-12-28T04:29:32.237Z | + cargo kbench local |
215 | 2024-12-28T04:29:32.241Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
216 | 2024-12-28T04:29:32.451Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
217 | 2024-12-28T04:29:32.451Z | info: downloading component 'cargo' |
218 | 2024-12-28T04:29:33.190Z | info: downloading component 'clippy' |
219 | 2024-12-28T04:29:33.478Z | info: downloading component 'rust-docs' |
220 | 2024-12-28T04:29:34.508Z | info: downloading component 'rust-std' |
221 | 2024-12-28T04:29:36.003Z | info: downloading component 'rustc' |
222 | 2024-12-28T04:29:41.651Z | info: downloading component 'rustfmt' |
223 | 2024-12-28T04:29:41.868Z | info: installing component 'cargo' |
224 | 2024-12-28T04:29:42.686Z | info: installing component 'clippy' |
225 | 2024-12-28T04:29:43.063Z | info: installing component 'rust-docs' |
226 | 2024-12-28T04:29:44.723Z | info: installing component 'rust-std' |
227 | 2024-12-28T04:29:46.371Z | info: installing component 'rustc' |
228 | 2024-12-28T04:29:51.963Z | info: installing component 'rustfmt' |
229 | 2024-12-28T04:29:52.466Z | Updating crates.io index |
230 | 2024-12-28T04:29:52.468Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
231 | 2024-12-28T04:29:53.212Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
232 | 2024-12-28T04:29:53.604Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
233 | 2024-12-28T04:29:53.891Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
234 | 2024-12-28T04:29:54.365Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-12-28T04:29:54.711Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-12-28T04:29:55.008Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
237 | 2024-12-28T04:29:55.359Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
238 | 2024-12-28T04:29:55.661Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
239 | 2024-12-28T04:29:56.620Z | Downloading crates ... |
240 | 2024-12-28T04:29:56.691Z | Downloaded anes v0.1.6 |
241 | 2024-12-28T04:29:56.701Z | Downloaded cfg_aliases v0.2.1 |
242 | 2024-12-28T04:29:56.703Z | Downloaded equivalent v1.0.1 |
243 | 2024-12-28T04:29:56.706Z | Downloaded darling_macro v0.20.10 |
244 | 2024-12-28T04:29:56.709Z | Downloaded anstyle v1.0.10 |
245 | 2024-12-28T04:29:56.712Z | Downloaded ciborium-io v0.2.2 |
246 | 2024-12-28T04:29:56.720Z | Downloaded proc-macro-error-attr2 v2.0.0 |
247 | 2024-12-28T04:29:56.723Z | Downloaded pretty-hex v0.2.1 |
248 | 2024-12-28T04:29:56.725Z | Downloaded powerfmt v0.2.0 |
249 | 2024-12-28T04:29:56.727Z | Downloaded cstr-argument v0.1.2 |
250 | 2024-12-28T04:29:56.729Z | Downloaded plotters-svg v0.3.7 |
251 | 2024-12-28T04:29:56.729Z | Downloaded ident_case v1.0.1 |
252 | 2024-12-28T04:29:56.732Z | Downloaded foreign-types-shared v0.3.1 |
253 | 2024-12-28T04:29:56.732Z | Downloaded time-core v0.1.2 |
254 | 2024-12-28T04:29:56.735Z | Downloaded num-conv v0.1.0 |
255 | 2024-12-28T04:29:56.738Z | Downloaded fnv v1.0.7 |
256 | 2024-12-28T04:29:56.745Z | Downloaded foreign-types-macros v0.2.3 |
257 | 2024-12-28T04:29:56.747Z | Downloaded bitflags v1.3.2 |
258 | 2024-12-28T04:29:56.749Z | Downloaded take_mut v0.2.2 |
259 | 2024-12-28T04:29:56.752Z | Downloaded rand_core v0.6.4 |
260 | 2024-12-28T04:29:56.752Z | Downloaded rand_chacha v0.3.1 |
261 | 2024-12-28T04:29:56.754Z | Downloaded quote v1.0.37 |
262 | 2024-12-28T04:29:56.757Z | Downloaded circular v0.3.0 |
263 | 2024-12-28T04:29:56.757Z | Downloaded proc-macro-error-attr v1.0.4 |
264 | 2024-12-28T04:29:56.759Z | Downloaded futures-io v0.3.31 |
265 | 2024-12-28T04:29:56.759Z | Downloaded futures-executor v0.3.31 |
266 | 2024-12-28T04:29:56.761Z | Downloaded autocfg v1.4.0 |
267 | 2024-12-28T04:29:56.763Z | Downloaded proc-macro-crate v1.3.1 |
268 | 2024-12-28T04:29:56.765Z | Downloaded toml_datetime v0.6.8 |
269 | 2024-12-28T04:29:56.765Z | Downloaded anstyle-parse v0.2.6 |
270 | 2024-12-28T04:29:56.767Z | Downloaded strsim v0.11.1 |
271 | 2024-12-28T04:29:56.769Z | Downloaded foreign-types v0.5.0 |
272 | 2024-12-28T04:29:56.769Z | Downloaded dyn-clone v1.0.17 |
273 | 2024-12-28T04:29:56.771Z | Downloaded slog-async v2.8.0 |
274 | 2024-12-28T04:29:56.773Z | Downloaded clap_lex v0.7.4 |
275 | 2024-12-28T04:29:56.776Z | Downloaded tokio-macros v2.4.0 |
276 | 2024-12-28T04:29:56.776Z | Downloaded embedded-io v0.4.0 |
277 | 2024-12-28T04:29:56.778Z | Downloaded rusticata-macros v4.1.0 |
278 | 2024-12-28T04:29:56.780Z | Downloaded cookie-factory v0.3.3 |
279 | 2024-12-28T04:29:56.780Z | Downloaded tabwriter v1.4.0 |
280 | 2024-12-28T04:29:56.782Z | Downloaded deranged v0.3.11 |
281 | 2024-12-28T04:29:56.785Z | Downloaded ciborium-ll v0.2.2 |
282 | 2024-12-28T04:29:56.785Z | Downloaded signal-hook-registry v1.4.2 |
283 | 2024-12-28T04:29:56.787Z | Downloaded defmt-macros v0.4.0 |
284 | 2024-12-28T04:29:56.790Z | Downloaded thiserror-impl v2.0.9 |
285 | 2024-12-28T04:29:56.790Z | Downloaded slog-envlogger v2.2.0 |
286 | 2024-12-28T04:29:56.792Z | Downloaded pin-utils v0.1.0 |
287 | 2024-12-28T04:29:56.795Z | Downloaded thread_local v1.1.8 |
288 | 2024-12-28T04:29:56.795Z | Downloaded num_enum v0.5.11 |
289 | 2024-12-28T04:29:56.799Z | Downloaded utf8parse v0.2.2 |
290 | 2024-12-28T04:29:56.802Z | Downloaded futures-macro v0.3.31 |
291 | 2024-12-28T04:29:56.802Z | Downloaded anyhow v1.0.95 |
292 | 2024-12-28T04:29:56.806Z | Downloaded proc-macro-error2 v2.0.1 |
293 | 2024-12-28T04:29:56.809Z | Downloaded thiserror-impl v1.0.69 |
294 | 2024-12-28T04:29:56.811Z | Downloaded defmt-parser v0.4.1 |
295 | 2024-12-28T04:29:56.813Z | Downloaded cast v0.3.0 |
296 | 2024-12-28T04:29:56.813Z | Downloaded futures-task v0.3.31 |
297 | 2024-12-28T04:29:56.815Z | Downloaded terminal_size v0.4.1 |
298 | 2024-12-28T04:29:56.815Z | Downloaded walkdir v2.5.0 |
299 | 2024-12-28T04:29:56.818Z | Downloaded thiserror v1.0.69 |
300 | 2024-12-28T04:29:56.822Z | Downloaded zerocopy-derive v0.7.35 |
301 | 2024-12-28T04:29:56.826Z | Downloaded term v0.7.0 |
302 | 2024-12-28T04:29:56.830Z | Downloaded plotters-backend v0.3.7 |
303 | 2024-12-28T04:29:56.832Z | Downloaded dirs-sys-next v0.1.2 |
304 | 2024-12-28T04:29:56.832Z | Downloaded crc32fast v1.4.2 |
305 | 2024-12-28T04:29:56.834Z | Downloaded colored v2.2.0 |
306 | 2024-12-28T04:29:56.837Z | Downloaded version_check v0.9.5 |
307 | 2024-12-28T04:29:56.839Z | Downloaded darling v0.20.10 |
308 | 2024-12-28T04:29:56.842Z | Downloaded slog-term v2.9.1 |
309 | 2024-12-28T04:29:56.844Z | Downloaded slog-scope v4.4.0 |
310 | 2024-12-28T04:29:56.847Z | Downloaded anstream v0.6.18 |
311 | 2024-12-28T04:29:56.849Z | Downloaded futures-sink v0.3.31 |
312 | 2024-12-28T04:29:56.851Z | Downloaded arc-swap v1.7.1 |
313 | 2024-12-28T04:29:56.853Z | Downloaded postcard v1.1.1 |
314 | 2024-12-28T04:29:56.856Z | Downloaded socket2 v0.5.8 |
315 | 2024-12-28T04:29:56.858Z | Downloaded futures-channel v0.3.31 |
316 | 2024-12-28T04:29:56.860Z | Downloaded ryu v1.0.18 |
317 | 2024-12-28T04:29:56.863Z | Downloaded ciborium v0.2.2 |
318 | 2024-12-28T04:29:56.865Z | Downloaded parking_lot_core v0.9.10 |
319 | 2024-12-28T04:29:56.868Z | Downloaded slog v2.7.0 |
320 | 2024-12-28T04:29:56.871Z | Downloaded pin-project-lite v0.2.15 |
321 | 2024-12-28T04:29:56.876Z | Downloaded unicode-ident v1.0.14 |
322 | 2024-12-28T04:29:56.879Z | Downloaded serde_derive v1.0.217 |
323 | 2024-12-28T04:29:56.882Z | Downloaded pcap-parser v0.16.0 |
324 | 2024-12-28T04:29:56.886Z | Downloaded tracing-core v0.1.33 |
325 | 2024-12-28T04:29:56.889Z | Downloaded num-traits v0.2.19 |
326 | 2024-12-28T04:29:56.891Z | Downloaded crossbeam-epoch v0.9.18 |
327 | 2024-12-28T04:29:56.894Z | Downloaded uuid v1.11.0 |
328 | 2024-12-28T04:29:56.897Z | Downloaded either v1.13.0 |
329 | 2024-12-28T04:29:56.899Z | Downloaded bytes v1.9.0 |
330 | 2024-12-28T04:29:56.902Z | Downloaded half v2.4.1 |
331 | 2024-12-28T04:29:56.905Z | Downloaded zerocopy-derive v0.8.13 |
332 | 2024-12-28T04:29:56.911Z | Downloaded serde v1.0.217 |
333 | 2024-12-28T04:29:56.915Z | Downloaded tracing v0.1.41 |
334 | 2024-12-28T04:29:56.919Z | Downloaded schemars v0.8.21 |
335 | 2024-12-28T04:29:56.931Z | Downloaded toml_edit v0.19.15 |
336 | 2024-12-28T04:29:56.947Z | Downloaded heapless v0.8.0 |
337 | 2024-12-28T04:29:56.951Z | Downloaded mio v1.0.3 |
338 | 2024-12-28T04:29:56.956Z | Downloaded time v0.3.37 |
339 | 2024-12-28T04:29:56.964Z | Downloaded minimal-lexical v0.2.1 |
340 | 2024-12-28T04:29:56.968Z | Downloaded memchr v2.7.4 |
341 | 2024-12-28T04:29:56.973Z | Downloaded criterion v0.5.1 |
342 | 2024-12-28T04:29:56.980Z | Downloaded serde_json v1.0.134 |
343 | 2024-12-28T04:29:56.987Z | Downloaded winnow v0.6.20 |
344 | 2024-12-28T04:29:56.995Z | Downloaded zerocopy v0.7.35 |
345 | 2024-12-28T04:29:57.011Z | Downloaded plotters v0.3.7 |
346 | 2024-12-28T04:29:57.018Z | Downloaded itertools v0.13.0 |
347 | 2024-12-28T04:29:57.025Z | Downloaded winnow v0.5.40 |
348 | 2024-12-28T04:29:57.032Z | Downloaded futures-util v0.3.31 |
349 | 2024-12-28T04:29:57.043Z | Downloaded rayon v1.10.0 |
350 | 2024-12-28T04:29:57.051Z | Downloaded zerocopy v0.8.13 |
351 | 2024-12-28T04:29:57.072Z | Downloaded syn v1.0.109 |
352 | 2024-12-28T04:29:57.081Z | Downloaded clap_builder v4.5.23 |
353 | 2024-12-28T04:29:57.087Z | Downloaded regex v1.11.1 |
354 | 2024-12-28T04:29:57.099Z | Downloaded unicode-width v0.1.14 |
355 | 2024-12-28T04:29:57.104Z | Downloaded syn v2.0.91 |
356 | 2024-12-28T04:29:57.114Z | Downloaded smoltcp v0.11.0 |
357 | 2024-12-28T04:29:57.124Z | Downloaded nix v0.29.0 |
358 | 2024-12-28T04:29:57.135Z | Downloaded aho-corasick v1.1.3 |
359 | 2024-12-28T04:29:57.140Z | Downloaded rustix v0.38.42 |
360 | 2024-12-28T04:29:57.159Z | Downloaded regex-syntax v0.8.5 |
361 | 2024-12-28T04:29:57.166Z | Downloaded hashbrown v0.15.2 |
362 | 2024-12-28T04:29:57.171Z | Downloaded nom v7.1.3 |
363 | 2024-12-28T04:29:57.175Z | Downloaded itertools v0.12.1 |
364 | 2024-12-28T04:29:57.181Z | Downloaded itertools v0.10.5 |
365 | 2024-12-28T04:29:57.186Z | Downloaded indexmap v2.7.0 |
366 | 2024-12-28T04:29:57.190Z | Downloaded crossbeam-channel v0.5.14 |
367 | 2024-12-28T04:29:57.194Z | Downloaded rand v0.8.5 |
368 | 2024-12-28T04:29:57.197Z | Downloaded rayon-core v1.12.1 |
369 | 2024-12-28T04:29:57.200Z | Downloaded darling_core v0.20.10 |
370 | 2024-12-28T04:29:57.204Z | Downloaded crossbeam-utils v0.8.21 |
371 | 2024-12-28T04:29:57.206Z | Downloaded crossbeam-deque v0.8.6 |
372 | 2024-12-28T04:29:57.209Z | Downloaded parking_lot v0.12.3 |
373 | 2024-12-28T04:29:57.211Z | Downloaded log v0.4.22 |
374 | 2024-12-28T04:29:57.213Z | Downloaded bitflags v2.6.0 |
375 | 2024-12-28T04:29:57.216Z | Downloaded regex-automata v0.4.9 |
376 | 2024-12-28T04:29:57.230Z | Downloaded anstyle-query v1.1.2 |
377 | 2024-12-28T04:29:57.233Z | Downloaded lock_api v0.4.12 |
378 | 2024-12-28T04:29:57.233Z | Downloaded getrandom v0.2.15 |
379 | 2024-12-28T04:29:57.235Z | Downloaded clap v4.5.23 |
380 | 2024-12-28T04:29:57.242Z | Downloaded once_cell v1.20.2 |
381 | 2024-12-28T04:29:57.245Z | Downloaded heck v0.4.1 |
382 | 2024-12-28T04:29:57.247Z | Downloaded futures v0.3.31 |
383 | 2024-12-28T04:29:57.250Z | Downloaded libc v0.2.169 |
384 | 2024-12-28T04:29:57.272Z | Downloaded byteorder v1.5.0 |
385 | 2024-12-28T04:29:57.274Z | Downloaded tokio v1.42.0 |
386 | 2024-12-28T04:29:57.306Z | Downloaded proc-macro2 v1.0.92 |
387 | 2024-12-28T04:29:57.308Z | Downloaded tracing-attributes v0.1.28 |
388 | 2024-12-28T04:29:57.310Z | Downloaded serde_derive_internals v0.29.1 |
389 | 2024-12-28T04:29:57.313Z | Downloaded schemars_derive v0.8.21 |
390 | 2024-12-28T04:29:57.313Z | Downloaded num_enum_derive v0.5.11 |
391 | 2024-12-28T04:29:57.313Z | Downloaded macaddr v1.0.1 |
392 | 2024-12-28T04:29:57.315Z | Downloaded clap_derive v4.5.18 |
393 | 2024-12-28T04:29:57.323Z | Downloaded cfg-if v1.0.0 |
394 | 2024-12-28T04:29:57.324Z | Downloaded stable_deref_trait v1.2.0 |
395 | 2024-12-28T04:29:57.324Z | Downloaded smallvec v1.13.2 |
396 | 2024-12-28T04:29:57.324Z | Downloaded tinytemplate v1.2.1 |
397 | 2024-12-28T04:29:57.324Z | Downloaded thiserror v2.0.9 |
398 | 2024-12-28T04:29:57.331Z | Downloaded oorandom v11.1.4 |
399 | 2024-12-28T04:29:57.331Z | Downloaded lazy_static v1.5.0 |
400 | 2024-12-28T04:29:57.332Z | Downloaded heck v0.5.0 |
401 | 2024-12-28T04:29:57.332Z | Downloaded colorchoice v1.0.3 |
402 | 2024-12-28T04:29:57.332Z | Downloaded cobs v0.2.3 |
403 | 2024-12-28T04:29:57.332Z | Downloaded slog-stdlog v4.1.1 |
404 | 2024-12-28T04:29:57.332Z | Downloaded is-terminal v0.4.13 |
405 | 2024-12-28T04:29:57.332Z | Downloaded defmt v0.3.10 |
406 | 2024-12-28T04:29:57.336Z | Downloaded criterion-plot v0.5.0 |
407 | 2024-12-28T04:29:57.336Z | Downloaded time-macros v0.2.19 |
408 | 2024-12-28T04:29:57.339Z | Downloaded ppv-lite86 v0.2.20 |
409 | 2024-12-28T04:29:57.339Z | Downloaded managed v0.8.0 |
410 | 2024-12-28T04:29:57.339Z | Downloaded futures-core v0.3.31 |
411 | 2024-12-28T04:29:57.342Z | Downloaded proc-macro-error v1.0.4 |
412 | 2024-12-28T04:29:57.344Z | Downloaded embedded-io v0.6.1 |
413 | 2024-12-28T04:29:57.344Z | Downloaded dirs-next v2.0.0 |
414 | 2024-12-28T04:29:57.345Z | Downloaded same-file v1.0.6 |
415 | 2024-12-28T04:29:57.347Z | Downloaded itoa v1.0.14 |
416 | 2024-12-28T04:29:57.347Z | Downloaded ipnetwork v0.20.0 |
417 | 2024-12-28T04:29:57.349Z | Downloaded errno v0.3.10 |
418 | 2024-12-28T04:29:57.349Z | Downloaded slab v0.4.9 |
419 | 2024-12-28T04:29:57.351Z | Downloaded scopeguard v1.2.0 |
420 | 2024-12-28T04:29:57.351Z | Downloaded is_terminal_polyfill v1.70.1 |
421 | 2024-12-28T04:29:57.354Z | Downloaded hash32 v0.3.1 |
422 | 2024-12-28T04:29:57.354Z | Downloaded ctor v0.2.9 |
423 | 2024-12-28T04:29:57.514Z | Compiling proc-macro2 v1.0.92 |
424 | 2024-12-28T04:29:57.516Z | Compiling unicode-ident v1.0.14 |
425 | 2024-12-28T04:29:57.516Z | Compiling libc v0.2.169 |
426 | 2024-12-28T04:29:57.517Z | Compiling cfg-if v1.0.0 |
427 | 2024-12-28T04:29:57.517Z | Compiling autocfg v1.4.0 |
428 | 2024-12-28T04:29:57.531Z | Compiling memchr v2.7.4 |
429 | 2024-12-28T04:29:57.533Z | Compiling serde v1.0.217 |
430 | 2024-12-28T04:29:57.533Z | Compiling byteorder v1.5.0 |
431 | 2024-12-28T04:29:57.626Z | Compiling version_check v0.9.5 |
432 | 2024-12-28T04:29:57.690Z | Compiling syn v1.0.109 |
433 | 2024-12-28T04:29:57.887Z | Compiling pin-project-lite v0.2.15 |
434 | 2024-12-28T04:29:57.980Z | Compiling ident_case v1.0.1 |
435 | 2024-12-28T04:29:58.106Z | Compiling either v1.13.0 |
436 | 2024-12-28T04:29:58.115Z | Compiling bitflags v2.6.0 |
437 | 2024-12-28T04:29:58.171Z | Compiling itoa v1.0.14 |
438 | 2024-12-28T04:29:58.328Z | Compiling fnv v1.0.7 |
439 | 2024-12-28T04:29:58.372Z | Compiling strsim v0.11.1 |
440 | 2024-12-28T04:29:58.420Z | Compiling once_cell v1.20.2 |
441 | 2024-12-28T04:29:58.779Z | Compiling hashbrown v0.15.2 |
442 | 2024-12-28T04:29:58.832Z | Compiling anyhow v1.0.95 |
443 | 2024-12-28T04:29:59.128Z | Compiling aho-corasick v1.1.3 |
444 | 2024-12-28T04:29:59.347Z | Compiling regex-syntax v0.8.5 |
445 | 2024-12-28T04:29:59.359Z | Compiling serde_json v1.0.134 |
446 | 2024-12-28T04:29:59.380Z | Compiling equivalent v1.0.1 |
447 | 2024-12-28T04:29:59.480Z | Compiling lock_api v0.4.12 |
448 | 2024-12-28T04:29:59.483Z | Compiling zerocopy v0.8.13 |
449 | 2024-12-28T04:29:59.724Z | Compiling indexmap v2.7.0 |
450 | 2024-12-28T04:29:59.736Z | Compiling toml_datetime v0.6.8 |
451 | 2024-12-28T04:29:59.830Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
452 | 2024-12-28T04:30:00.151Z | Compiling ryu v1.0.18 |
453 | 2024-12-28T04:30:00.198Z | Compiling crossbeam-utils v0.8.21 |
454 | 2024-12-28T04:30:00.434Z | Compiling quote v1.0.37 |
455 | 2024-12-28T04:30:00.566Z | Compiling winnow v0.5.40 |
456 | 2024-12-28T04:30:00.709Z | Compiling parking_lot_core v0.9.10 |
457 | 2024-12-28T04:30:00.781Z | Compiling syn v2.0.91 |
458 | 2024-12-28T04:30:00.887Z | Compiling dyn-clone v1.0.17 |
459 | 2024-12-28T04:30:00.948Z | Compiling itertools v0.13.0 |
460 | 2024-12-28T04:30:01.161Z | Compiling thiserror v1.0.69 |
461 | 2024-12-28T04:30:01.254Z | Compiling lazy_static v1.5.0 |
462 | 2024-12-28T04:30:01.667Z | Compiling smallvec v1.13.2 |
463 | 2024-12-28T04:30:01.727Z | Compiling heapless v0.8.0 |
464 | 2024-12-28T04:30:02.096Z | Compiling scopeguard v1.2.0 |
465 | 2024-12-28T04:30:02.767Z | Compiling regex-automata v0.4.9 |
466 | 2024-12-28T04:30:03.215Z | Compiling getrandom v0.2.15 |
467 | 2024-12-28T04:30:03.499Z | Compiling hash32 v0.3.1 |
468 | 2024-12-28T04:30:03.723Z | Compiling toml_edit v0.19.15 |
469 | 2024-12-28T04:30:03.735Z | Compiling macaddr v1.0.1 |
470 | 2024-12-28T04:30:03.759Z | Compiling schemars v0.8.21 |
471 | 2024-12-28T04:30:04.140Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
472 | 2024-12-28T04:30:04.151Z | Compiling stable_deref_trait v1.2.0 |
473 | 2024-12-28T04:30:04.243Z | Compiling smoltcp v0.11.0 |
474 | 2024-12-28T04:30:04.580Z | Compiling rand_core v0.6.4 |
475 | 2024-12-28T04:30:04.710Z | Compiling parking_lot v0.12.3 |
476 | 2024-12-28T04:30:04.858Z | Compiling mio v1.0.3 |
477 | 2024-12-28T04:30:04.978Z | Compiling socket2 v0.5.8 |
478 | 2024-12-28T04:30:05.422Z | Compiling signal-hook-registry v1.4.2 |
479 | 2024-12-28T04:30:06.010Z | Compiling slab v0.4.9 |
480 | 2024-12-28T04:30:06.098Z | Compiling proc-macro-crate v1.3.1 |
481 | 2024-12-28T04:30:06.296Z | Compiling slog v2.7.0 |
482 | 2024-12-28T04:30:06.382Z | Compiling bitflags v1.3.2 |
483 | 2024-12-28T04:30:06.471Z | Compiling regex v1.11.1 |
484 | 2024-12-28T04:30:06.519Z | Compiling cobs v0.2.3 |
485 | 2024-12-28T04:30:06.756Z | Compiling managed v0.8.0 |
486 | 2024-12-28T04:30:06.782Z | Compiling foreign-types-shared v0.3.1 |
487 | 2024-12-28T04:30:06.837Z | Compiling bytes v1.9.0 |
488 | 2024-12-28T04:30:06.886Z | Compiling darling_core v0.20.10 |
489 | 2024-12-28T04:30:07.191Z | Compiling serde_derive_internals v0.29.1 |
490 | 2024-12-28T04:30:07.328Z | Compiling rustix v0.38.42 |
491 | 2024-12-28T04:30:08.765Z | Compiling errno v0.3.10 |
492 | 2024-12-28T04:30:09.079Z | Compiling tracing-core v0.1.33 |
493 | 2024-12-28T04:30:09.128Z | Compiling cstr-argument v0.1.2 |
494 | 2024-12-28T04:30:09.349Z | Compiling proc-macro-error-attr v1.0.4 |
495 | 2024-12-28T04:30:09.365Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
496 | 2024-12-28T04:30:09.408Z | Compiling utf8parse v0.2.2 |
497 | 2024-12-28T04:30:09.567Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
498 | 2024-12-28T04:30:09.710Z | Compiling pretty-hex v0.2.1 |
499 | 2024-12-28T04:30:09.713Z | Compiling futures-sink v0.3.31 |
500 | 2024-12-28T04:30:09.713Z | Compiling futures-core v0.3.31 |
501 | 2024-12-28T04:30:09.854Z | Compiling unicode-width v0.1.14 |
502 | 2024-12-28T04:30:09.900Z | Compiling futures-channel v0.3.31 |
503 | 2024-12-28T04:30:10.063Z | Compiling anstyle-parse v0.2.6 |
504 | 2024-12-28T04:30:10.320Z | Compiling tabwriter v1.4.0 |
505 | 2024-12-28T04:30:10.403Z | Compiling num_enum_derive v0.5.11 |
506 | 2024-12-28T04:30:10.815Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
507 | 2024-12-28T04:30:11.284Z | Compiling serde_derive v1.0.217 |
508 | 2024-12-28T04:30:11.447Z | Compiling zerocopy-derive v0.8.13 |
509 | 2024-12-28T04:30:11.938Z | Compiling zerocopy-derive v0.7.35 |
510 | 2024-12-28T04:30:12.009Z | Compiling thiserror-impl v1.0.69 |
511 | 2024-12-28T04:30:12.012Z | Compiling tokio-macros v2.4.0 |
512 | 2024-12-28T04:30:12.070Z | Compiling darling_macro v0.20.10 |
513 | 2024-12-28T04:30:12.446Z | Compiling foreign-types-macros v0.2.3 |
514 | 2024-12-28T04:30:13.047Z | Compiling darling v0.20.10 |
515 | 2024-12-28T04:30:13.146Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
516 | 2024-12-28T04:30:13.441Z | Compiling schemars_derive v0.8.21 |
517 | 2024-12-28T04:30:13.698Z | Compiling foreign-types v0.5.0 |
518 | 2024-12-28T04:30:13.736Z | Compiling zerocopy v0.7.35 |
519 | 2024-12-28T04:30:13.790Z | Compiling tokio v1.42.0 |
520 | 2024-12-28T04:30:14.012Z | Compiling num_enum v0.5.11 |
521 | 2024-12-28T04:30:14.165Z | Compiling tracing-attributes v0.1.28 |
522 | 2024-12-28T04:30:14.832Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
523 | 2024-12-28T04:30:15.096Z | Compiling ppv-lite86 v0.2.20 |
524 | 2024-12-28T04:30:15.485Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
525 | 2024-12-28T04:30:15.847Z | Compiling rand_chacha v0.3.1 |
526 | 2024-12-28T04:30:16.183Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
527 | 2024-12-28T04:30:16.341Z | Compiling rand v0.8.5 |
528 | 2024-12-28T04:30:16.579Z | Compiling futures-macro v0.3.31 |
529 | 2024-12-28T04:30:17.081Z | Compiling tracing v0.1.41 |
530 | 2024-12-28T04:30:17.406Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
531 | 2024-12-28T04:30:17.420Z | Compiling colored v2.2.0 |
532 | 2024-12-28T04:30:17.896Z | Compiling proc-macro-error v1.0.4 |
533 | 2024-12-28T04:30:18.235Z | Compiling crc32fast v1.4.2 |
534 | 2024-12-28T04:30:18.265Z | Compiling is_terminal_polyfill v1.70.1 |
535 | 2024-12-28T04:30:18.371Z | Compiling futures-io v0.3.31 |
536 | 2024-12-28T04:30:18.383Z | Compiling futures-task v0.3.31 |
537 | 2024-12-28T04:30:18.423Z | Compiling anstyle-query v1.1.2 |
538 | 2024-12-28T04:30:18.592Z | Compiling winnow v0.6.20 |
539 | 2024-12-28T04:30:18.604Z | Compiling colorchoice v1.0.3 |
540 | 2024-12-28T04:30:18.690Z | Compiling anstyle v1.0.10 |
541 | 2024-12-28T04:30:18.702Z | Compiling pin-utils v0.1.0 |
542 | 2024-12-28T04:30:18.780Z | Compiling futures-util v0.3.31 |
543 | 2024-12-28T04:30:18.871Z | Compiling terminal_size v0.4.1 |
544 | 2024-12-28T04:30:19.064Z | Compiling anstream v0.6.18 |
545 | 2024-12-28T04:30:19.235Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
546 | 2024-12-28T04:30:19.919Z | Compiling dirs-sys-next v0.1.2 |
547 | 2024-12-28T04:30:20.275Z | Compiling num-conv v0.1.0 |
548 | 2024-12-28T04:30:20.534Z | Compiling thiserror v2.0.9 |
549 | 2024-12-28T04:30:20.786Z | Compiling clap_lex v0.7.4 |
550 | 2024-12-28T04:30:20.922Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
551 | 2024-12-28T04:30:21.106Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
552 | 2024-12-28T04:30:21.371Z | Compiling time-core v0.1.2 |
553 | 2024-12-28T04:30:21.452Z | Compiling powerfmt v0.2.0 |
554 | 2024-12-28T04:30:21.524Z | Compiling heck v0.5.0 |
555 | 2024-12-28T04:30:21.842Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
556 | 2024-12-28T04:30:22.176Z | Compiling clap_derive v4.5.18 |
557 | 2024-12-28T04:30:22.325Z | Compiling deranged v0.3.11 |
558 | 2024-12-28T04:30:22.696Z | Compiling clap_builder v4.5.23 |
559 | 2024-12-28T04:30:23.881Z | Compiling ipnetwork v0.20.0 |
560 | 2024-12-28T04:30:24.628Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
561 | 2024-12-28T04:30:24.643Z | Compiling postcard v1.1.1 |
562 | 2024-12-28T04:30:25.278Z | Compiling uuid v1.11.0 |
563 | 2024-12-28T04:30:27.391Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
564 | 2024-12-28T04:30:28.085Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
565 | 2024-12-28T04:30:28.604Z | Compiling futures-executor v0.3.31 |
566 | 2024-12-28T04:30:29.897Z | Compiling time-macros v0.2.19 |
567 | 2024-12-28T04:30:31.840Z | Compiling dirs-next v2.0.0 |
568 | 2024-12-28T04:30:32.575Z | Compiling thiserror-impl v2.0.9 |
569 | 2024-12-28T04:30:32.640Z | Compiling crossbeam-epoch v0.9.18 |
570 | 2024-12-28T04:30:32.681Z | Compiling is-terminal v0.4.13 |
571 | 2024-12-28T04:30:32.797Z | Compiling thread_local v1.1.8 |
572 | 2024-12-28T04:30:32.867Z | Compiling num-traits v0.2.19 |
573 | 2024-12-28T04:30:33.390Z | Compiling heck v0.4.1 |
574 | 2024-12-28T04:30:33.568Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
575 | 2024-12-28T04:30:33.614Z | Compiling arc-swap v1.7.1 |
576 | 2024-12-28T04:30:33.751Z | Compiling rayon-core v1.12.1 |
577 | 2024-12-28T04:30:33.909Z | Compiling slog-async v2.8.0 |
578 | 2024-12-28T04:30:34.106Z | Compiling minimal-lexical v0.2.1 |
579 | 2024-12-28T04:30:34.242Z | Compiling slog-scope v4.4.0 |
580 | 2024-12-28T04:30:34.478Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
581 | 2024-12-28T04:30:34.646Z | Compiling nom v7.1.3 |
582 | 2024-12-28T04:30:34.772Z | Compiling time v0.3.37 |
583 | 2024-12-28T04:30:35.208Z | Compiling crossbeam-deque v0.8.6 |
584 | 2024-12-28T04:30:35.528Z | Compiling term v0.7.0 |
585 | 2024-12-28T04:30:35.549Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
586 | 2024-12-28T04:30:38.299Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
587 | 2024-12-28T04:30:38.319Z | Compiling futures v0.3.31 |
588 | 2024-12-28T04:30:38.420Z | Compiling clap v4.5.23 |
589 | 2024-12-28T04:30:38.476Z | Compiling crossbeam-channel v0.5.14 |
590 | 2024-12-28T04:30:38.562Z | Compiling itertools v0.12.1 |
591 | 2024-12-28T04:30:39.851Z | Compiling half v2.4.1 |
592 | 2024-12-28T04:30:40.238Z | Compiling take_mut v0.2.2 |
593 | 2024-12-28T04:30:40.395Z | Compiling cfg_aliases v0.2.1 |
594 | 2024-12-28T04:30:40.437Z | Compiling plotters-backend v0.3.7 |
595 | 2024-12-28T04:30:40.439Z | Compiling ciborium-io v0.2.2 |
596 | 2024-12-28T04:30:40.486Z | Compiling log v0.4.22 |
597 | 2024-12-28T04:30:40.561Z | Compiling ciborium-ll v0.2.2 |
598 | 2024-12-28T04:30:40.922Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
599 | 2024-12-28T04:30:40.968Z | Compiling plotters-svg v0.3.7 |
600 | 2024-12-28T04:30:41.062Z | Compiling slog-stdlog v4.1.1 |
601 | 2024-12-28T04:30:41.547Z | Compiling nix v0.29.0 |
602 | 2024-12-28T04:30:41.695Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
603 | 2024-12-28T04:30:41.939Z | Compiling cookie-factory v0.3.3 |
604 | 2024-12-28T04:30:42.324Z | Compiling rusticata-macros v4.1.0 |
605 | 2024-12-28T04:30:42.586Z | Compiling slog-term v2.9.1 |
606 | 2024-12-28T04:30:44.153Z | Compiling itertools v0.10.5 |
607 | 2024-12-28T04:30:44.380Z | Compiling circular v0.3.0 |
608 | 2024-12-28T04:30:44.441Z | Compiling cast v0.3.0 |
609 | 2024-12-28T04:30:44.741Z | Compiling same-file v1.0.6 |
610 | 2024-12-28T04:30:44.775Z | Compiling pcap-parser v0.16.0 |
611 | 2024-12-28T04:30:44.968Z | Compiling walkdir v2.5.0 |
612 | 2024-12-28T04:30:45.228Z | Compiling rayon v1.10.0 |
613 | 2024-12-28T04:30:45.515Z | Compiling plotters v0.3.7 |
614 | 2024-12-28T04:30:45.592Z | Compiling slog-envlogger v2.2.0 |
615 | 2024-12-28T04:30:46.189Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
616 | 2024-12-28T04:30:46.974Z | Compiling criterion-plot v0.5.0 |
617 | 2024-12-28T04:30:48.119Z | Compiling ciborium v0.2.2 |
618 | 2024-12-28T04:30:48.169Z | Compiling tinytemplate v1.2.1 |
619 | 2024-12-28T04:30:48.396Z | Compiling anes v0.1.6 |
620 | 2024-12-28T04:30:48.475Z | Compiling oorandom v11.1.4 |
621 | 2024-12-28T04:30:48.884Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
622 | 2024-12-28T04:30:49.668Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
623 | 2024-12-28T04:30:49.850Z | Compiling criterion v0.5.1 |
624 | 2024-12-28T04:30:50.066Z | Compiling ctor v0.2.9 |
625 | 2024-12-28T04:30:52.924Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
626 | 2024-12-28T04:32:09.066Z | Finished `bench` profile [optimized + debuginfo] target(s) in 2m 16s |
627 | 2024-12-28T04:32:09.199Z | Running benches/xde.rs (target/release/deps/xde-6c0e8fb6f0bad613) |
628 | 2024-12-28T04:32:09.281Z | ###--------------------------------### |
629 | 2024-12-28T04:32:09.281Z | :::Building test topology... (120s)::: |
630 | 2024-12-28T04:32:09.281Z | ###--------------------------------### |
631 | 2024-12-28T04:32:09.288Z | adding underlay route 0 |
632 | 2024-12-28T04:32:09.291Z | adding underlay route 1 |
633 | 2024-12-28T04:32:09.433Z | start zone a |
634 | 2024-12-28T04:32:09.433Z | configure zone |
635 | 2024-12-28T04:32:09.549Z | install zone |
636 | 2024-12-28T04:34:08.742Z | boot zone |
637 | 2024-12-28T04:34:09.489Z | start zone b |
638 | 2024-12-28T04:34:09.489Z | configure zone |
639 | 2024-12-28T04:34:09.498Z | install zone |
640 | 2024-12-28T04:36:03.984Z | boot zone |
641 | 2024-12-28T04:36:04.805Z | setup zone a |
642 | 2024-12-28T04:36:04.805Z | [a] svcs milestone/network |
643 | 2024-12-28T04:36:04.972Z | STATE STIME FMRI |
644 | 2024-12-28T04:36:04.973Z | online 20:34:27 svc:/milestone/network:default |
645 | 2024-12-28T04:36:04.973Z | [a] ipadm create-addr -t -T dhcp opte0/test |
646 | 2024-12-28T04:36:10.644Z | |
647 | 2024-12-28T04:36:10.644Z | [a] route add -iface 10.0.0.254 10.0.0.1 |
648 | 2024-12-28T04:36:10.663Z | add host 10.0.0.254: gateway 10.0.0.1 |
649 | 2024-12-28T04:36:10.663Z | [a] route add 10.0.0.0/24 10.0.0.254 |
650 | 2024-12-28T04:36:10.680Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
651 | 2024-12-28T04:36:10.680Z | setup zone b |
652 | 2024-12-28T04:36:10.680Z | [b] svcs milestone/network |
653 | 2024-12-28T04:36:10.699Z | STATE STIME FMRI |
654 | 2024-12-28T04:36:10.699Z | - - svc:/milestone/network:default |
655 | 2024-12-28T04:36:11.699Z | [b] svcs milestone/network |
656 | 2024-12-28T04:36:11.718Z | STATE STIME FMRI |
657 | 2024-12-28T04:36:11.718Z | - - svc:/milestone/network:default |
658 | 2024-12-28T04:36:12.719Z | [b] svcs milestone/network |
659 | 2024-12-28T04:36:12.738Z | STATE STIME FMRI |
660 | 2024-12-28T04:36:12.738Z | - - svc:/milestone/network:default |
661 | 2024-12-28T04:36:13.739Z | [b] svcs milestone/network |
662 | 2024-12-28T04:36:13.758Z | STATE STIME FMRI |
663 | 2024-12-28T04:36:13.758Z | - - svc:/milestone/network:default |
664 | 2024-12-28T04:36:14.759Z | [b] svcs milestone/network |
665 | 2024-12-28T04:36:14.778Z | STATE STIME FMRI |
666 | 2024-12-28T04:36:14.778Z | - - svc:/milestone/network:default |
667 | 2024-12-28T04:36:15.778Z | [b] svcs milestone/network |
668 | 2024-12-28T04:36:15.798Z | STATE STIME FMRI |
669 | 2024-12-28T04:36:15.798Z | - - svc:/milestone/network:default |
670 | 2024-12-28T04:36:16.798Z | [b] svcs milestone/network |
671 | 2024-12-28T04:36:16.817Z | STATE STIME FMRI |
672 | 2024-12-28T04:36:16.817Z | - - svc:/milestone/network:default |
673 | 2024-12-28T04:36:17.818Z | [b] svcs milestone/network |
674 | 2024-12-28T04:36:17.837Z | STATE STIME FMRI |
675 | 2024-12-28T04:36:17.837Z | - - svc:/milestone/network:default |
676 | 2024-12-28T04:36:18.838Z | [b] svcs milestone/network |
677 | 2024-12-28T04:36:18.857Z | STATE STIME FMRI |
678 | 2024-12-28T04:36:18.857Z | - - svc:/milestone/network:default |
679 | 2024-12-28T04:36:19.857Z | [b] svcs milestone/network |
680 | 2024-12-28T04:36:19.876Z | STATE STIME FMRI |
681 | 2024-12-28T04:36:19.876Z | - - svc:/milestone/network:default |
682 | 2024-12-28T04:36:20.876Z | [b] svcs milestone/network |
683 | 2024-12-28T04:36:20.895Z | STATE STIME FMRI |
684 | 2024-12-28T04:36:20.895Z | - - svc:/milestone/network:default |
685 | 2024-12-28T04:36:21.895Z | [b] svcs milestone/network |
686 | 2024-12-28T04:36:21.915Z | STATE STIME FMRI |
687 | 2024-12-28T04:36:21.915Z | - - svc:/milestone/network:default |
688 | 2024-12-28T04:36:22.915Z | [b] svcs milestone/network |
689 | 2024-12-28T04:36:22.934Z | STATE STIME FMRI |
690 | 2024-12-28T04:36:22.934Z | offline 20:36:21 svc:/milestone/network:default |
691 | 2024-12-28T04:36:23.935Z | [b] svcs milestone/network |
692 | 2024-12-28T04:36:23.957Z | STATE STIME FMRI |
693 | 2024-12-28T04:36:23.957Z | online 20:36:22 svc:/milestone/network:default |
694 | 2024-12-28T04:36:23.957Z | [b] ipadm create-addr -t -T dhcp opte1/test |
695 | 2024-12-28T04:36:30.056Z | |
696 | 2024-12-28T04:36:30.056Z | [b] route add -iface 10.0.0.254 10.0.0.2 |
697 | 2024-12-28T04:36:30.076Z | add host 10.0.0.254: gateway 10.0.0.2 |
698 | 2024-12-28T04:36:30.076Z | [b] route add 10.0.0.0/24 10.0.0.254 |
699 | 2024-12-28T04:36:30.094Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
700 | 2024-12-28T04:36:30.094Z | ###---------------### |
701 | 2024-12-28T04:36:30.094Z | :::Topology built!::: |
702 | 2024-12-28T04:36:30.094Z | ###---------------### |
703 | 2024-12-28T04:36:30.097Z | ###----------------### |
704 | 2024-12-28T04:36:30.097Z | ::: iPerf spawned! ::: |
705 | 2024-12-28T04:36:30.097Z | :::Waiting... (10s)::: |
706 | 2024-12-28T04:36:30.097Z | ###----------------### |
707 | 2024-12-28T04:36:40.096Z | ###---### |
708 | 2024-12-28T04:36:40.096Z | :::Go!::: |
709 | 2024-12-28T04:36:40.096Z | ###---### |
710 | 2024-12-28T04:36:40.096Z | [a] ping 10.0.0.2 |
711 | 2024-12-28T04:36:40.117Z | 10.0.0.2 is alive |
712 | 2024-12-28T04:36:40.117Z | ###-------------------### |
713 | 2024-12-28T04:36:40.117Z | :::Running experiment ::: |
714 | 2024-12-28T04:36:40.117Z | :::iperf-tcp/local/c2s::: |
715 | 2024-12-28T04:36:40.117Z | ###-------------------### |
716 | 2024-12-28T04:36:47.145Z | ----------------------------------------------------------- |
717 | 2024-12-28T04:36:47.145Z | Server listening on 5201 |
718 | 2024-12-28T04:36:47.145Z | ----------------------------------------------------------- |
719 | 2024-12-28T04:36:47.145Z | Accepted connection from 10.0.0.1, port 55910 |
720 | 2024-12-28T04:36:47.145Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53489 |
721 | 2024-12-28T04:36:47.145Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63874 |
722 | 2024-12-28T04:36:47.145Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52508 |
723 | 2024-12-28T04:36:47.145Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60331 |
724 | 2024-12-28T04:36:47.145Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47143 |
725 | 2024-12-28T04:36:47.145Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55517 |
726 | 2024-12-28T04:36:47.145Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55169 |
727 | 2024-12-28T04:36:47.145Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43376 |
728 | 2024-12-28T04:36:47.145Z | [ ID] Interval Transfer Bandwidth |
729 | 2024-12-28T04:36:47.145Z | [ 5] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
730 | 2024-12-28T04:36:47.145Z | [ 7] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
731 | 2024-12-28T04:36:47.145Z | [ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
732 | 2024-12-28T04:36:47.145Z | [ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
733 | 2024-12-28T04:36:47.145Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
734 | 2024-12-28T04:36:47.146Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
735 | 2024-12-28T04:36:47.146Z | [ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
736 | 2024-12-28T04:36:47.146Z | [ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
737 | 2024-12-28T04:36:47.146Z | [SUM] 0.00-1.00 sec 159 MBytes 1.34 Gbits/sec |
738 | 2024-12-28T04:36:47.146Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
739 | 2024-12-28T04:36:47.146Z | [ 5] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
740 | 2024-12-28T04:36:47.146Z | [ 7] 1.00-2.00 sec 22.6 MBytes 189 Mbits/sec |
741 | 2024-12-28T04:36:47.146Z | [ 9] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
742 | 2024-12-28T04:36:47.146Z | [ 11] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
743 | 2024-12-28T04:36:47.146Z | [ 13] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
744 | 2024-12-28T04:36:47.146Z | [ 15] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
745 | 2024-12-28T04:36:47.146Z | [ 17] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
746 | 2024-12-28T04:36:47.146Z | [ 19] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
747 | 2024-12-28T04:36:47.146Z | [SUM] 1.00-2.00 sec 181 MBytes 1.52 Gbits/sec |
748 | 2024-12-28T04:36:47.146Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
749 | 2024-12-28T04:36:47.146Z | [ 5] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec |
750 | 2024-12-28T04:36:47.146Z | [ 7] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
751 | 2024-12-28T04:36:47.146Z | [ 9] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
752 | 2024-12-28T04:36:47.146Z | [ 11] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
753 | 2024-12-28T04:36:47.146Z | [ 13] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
754 | 2024-12-28T04:36:47.146Z | [ 15] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
755 | 2024-12-28T04:36:47.146Z | [ 17] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
756 | 2024-12-28T04:36:47.146Z | [ 19] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
757 | 2024-12-28T04:36:47.146Z | [SUM] 2.00-3.00 sec 171 MBytes 1.44 Gbits/sec |
758 | 2024-12-28T04:36:47.146Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
759 | 2024-12-28T04:36:47.146Z | [ 5] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
760 | 2024-12-28T04:36:47.146Z | [ 7] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
761 | 2024-12-28T04:36:47.146Z | [ 9] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
762 | 2024-12-28T04:36:47.146Z | [ 11] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
763 | 2024-12-28T04:36:47.146Z | [ 13] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
764 | 2024-12-28T04:36:47.146Z | [ 15] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
765 | 2024-12-28T04:36:47.146Z | [ 17] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
766 | 2024-12-28T04:36:47.146Z | [ 19] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
767 | 2024-12-28T04:36:47.146Z | [SUM] 3.00-4.00 sec 179 MBytes 1.50 Gbits/sec |
768 | 2024-12-28T04:36:47.146Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
769 | 2024-12-28T04:36:47.146Z | [ 5] 4.00-5.00 sec 21.4 MBytes 180 Mbits/sec |
770 | 2024-12-28T04:36:47.146Z | [ 7] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec |
771 | 2024-12-28T04:36:47.147Z | [ 9] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
772 | 2024-12-28T04:36:47.147Z | [ 11] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
773 | 2024-12-28T04:36:47.147Z | [ 13] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec |
774 | 2024-12-28T04:36:47.147Z | [ 15] 4.00-5.00 sec 21.4 MBytes 180 Mbits/sec |
775 | 2024-12-28T04:36:47.147Z | [ 17] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
776 | 2024-12-28T04:36:47.147Z | [ 19] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
777 | 2024-12-28T04:36:47.147Z | [SUM] 4.00-5.00 sec 171 MBytes 1.44 Gbits/sec |
778 | 2024-12-28T04:36:47.147Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
779 | 2024-12-28T04:36:47.147Z | [ 5] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
780 | 2024-12-28T04:36:47.147Z | [ 7] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
781 | 2024-12-28T04:36:47.147Z | [ 9] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
782 | 2024-12-28T04:36:47.147Z | [ 11] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
783 | 2024-12-28T04:36:47.147Z | [ 13] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
784 | 2024-12-28T04:36:47.147Z | [ 15] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
785 | 2024-12-28T04:36:47.147Z | [ 17] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
786 | 2024-12-28T04:36:47.147Z | [ 19] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
787 | 2024-12-28T04:36:47.147Z | [SUM] 5.00-6.00 sec 176 MBytes 1.47 Gbits/sec |
788 | 2024-12-28T04:36:47.147Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
789 | 2024-12-28T04:36:47.147Z | [ 5] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec |
790 | 2024-12-28T04:36:47.147Z | [ 7] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec |
791 | 2024-12-28T04:36:47.147Z | [ 9] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec |
792 | 2024-12-28T04:36:50.366Z | [ 11] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec |
793 | 2024-12-28T04:36:50.366Z | [ 13] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec |
794 | 2024-12-28T04:36:50.366Z | [ 15] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec |
795 | 2024-12-28T04:36:50.366Z | [ 17] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec |
796 | 2024-12-28T04:36:50.367Z | [ 19] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec |
797 | 2024-12-28T04:36:50.367Z | [SUM] 6.00-7.00 sec 186 MBytes 1.56 Gbits/sec |
798 | 2024-12-28T04:36:50.367Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
799 | 2024-12-28T04:36:50.367Z | [ 5] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec |
800 | 2024-12-28T04:36:50.367Z | [ 7] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec |
801 | 2024-12-28T04:36:50.367Z | [ 9] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec |
802 | 2024-12-28T04:36:50.367Z | [ 11] 7.00-8.00 sec 23.3 MBytes 195 Mbits/sec |
803 | 2024-12-28T04:36:50.367Z | [ 13] 7.00-8.00 sec 23.3 MBytes 195 Mbits/sec |
804 | 2024-12-28T04:36:50.367Z | [ 15] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec |
805 | 2024-12-28T04:36:50.367Z | [ 17] 7.00-8.00 sec 23.3 MBytes 195 Mbits/sec |
806 | 2024-12-28T04:36:50.367Z | [ 19] 7.00-8.00 sec 23.3 MBytes 195 Mbits/sec |
807 | 2024-12-28T04:36:50.367Z | [SUM] 7.00-8.00 sec 186 MBytes 1.56 Gbits/sec |
808 | 2024-12-28T04:36:50.367Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
809 | 2024-12-28T04:36:50.367Z | [ 5] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
810 | 2024-12-28T04:36:50.367Z | [ 7] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
811 | 2024-12-28T04:36:50.367Z | [ 9] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
812 | 2024-12-28T04:36:50.367Z | [ 11] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
813 | 2024-12-28T04:36:50.367Z | [ 13] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec |
814 | 2024-12-28T04:36:50.367Z | [ 15] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec |
815 | 2024-12-28T04:36:50.367Z | [ 17] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec |
816 | 2024-12-28T04:36:50.367Z | [ 19] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec |
817 | 2024-12-28T04:36:50.367Z | [SUM] 8.00-9.00 sec 182 MBytes 1.52 Gbits/sec |
818 | 2024-12-28T04:36:50.367Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
819 | 2024-12-28T04:36:50.367Z | [ 5] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
820 | 2024-12-28T04:36:50.367Z | [ 7] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
821 | 2024-12-28T04:36:50.367Z | [ 9] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
822 | 2024-12-28T04:36:50.367Z | [ 11] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
823 | 2024-12-28T04:36:50.367Z | [ 13] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
824 | 2024-12-28T04:36:50.367Z | [ 15] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
825 | 2024-12-28T04:36:50.367Z | [ 17] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
826 | 2024-12-28T04:36:50.367Z | [ 19] 9.00-10.00 sec 22.7 MBytes 190 Mbits/sec |
827 | 2024-12-28T04:36:50.367Z | [SUM] 9.00-10.00 sec 182 MBytes 1.52 Gbits/sec |
828 | 2024-12-28T04:36:50.367Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
829 | 2024-12-28T04:36:50.367Z | [ 5] 10.00-10.00 sec 124 KBytes 367 Mbits/sec |
830 | 2024-12-28T04:36:50.367Z | [ 7] 10.00-10.00 sec 39.6 KBytes 117 Mbits/sec |
831 | 2024-12-28T04:36:50.367Z | [ 9] 10.00-10.00 sec 25.5 KBytes 75.2 Mbits/sec |
832 | 2024-12-28T04:36:50.367Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
833 | 2024-12-28T04:36:50.367Z | [ 13] 10.00-10.00 sec 39.6 KBytes 117 Mbits/sec |
834 | 2024-12-28T04:36:50.367Z | [ 15] 10.00-10.00 sec 65.0 KBytes 193 Mbits/sec |
835 | 2024-12-28T04:36:50.367Z | [ 17] 10.00-10.00 sec 87.7 KBytes 260 Mbits/sec |
836 | 2024-12-28T04:36:50.368Z | [ 19] 10.00-10.00 sec 76.4 KBytes 226 Mbits/sec |
837 | 2024-12-28T04:36:50.368Z | [SUM] 10.00-10.00 sec 458 KBytes 1.35 Gbits/sec |
838 | 2024-12-28T04:36:50.368Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
839 | 2024-12-28T04:36:50.368Z | [ ID] Interval Transfer Bandwidth |
840 | 2024-12-28T04:36:50.368Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
841 | 2024-12-28T04:36:50.368Z | [ 5] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
842 | 2024-12-28T04:36:50.368Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
843 | 2024-12-28T04:36:50.368Z | [ 7] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
844 | 2024-12-28T04:36:50.368Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
845 | 2024-12-28T04:36:50.368Z | [ 9] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
846 | 2024-12-28T04:36:50.368Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
847 | 2024-12-28T04:36:50.368Z | [ 11] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
848 | 2024-12-28T04:36:50.368Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
849 | 2024-12-28T04:36:50.371Z | [ 13] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
850 | 2024-12-28T04:36:50.371Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
851 | 2024-12-28T04:36:50.371Z | [ 15] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
852 | 2024-12-28T04:36:50.371Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
853 | 2024-12-28T04:36:50.371Z | [ 17] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
854 | 2024-12-28T04:36:50.371Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
855 | 2024-12-28T04:36:50.371Z | [ 19] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
856 | 2024-12-28T04:36:50.371Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
857 | 2024-12-28T04:36:50.371Z | [SUM] 0.00-10.00 sec 1.73 GBytes 1.49 Gbits/sec receiver |
858 | 2024-12-28T04:36:50.371Z | Run 1/5...1488.034Mbps |
859 | 2024-12-28T04:36:57.396Z | ----------------------------------------------------------- |
860 | 2024-12-28T04:36:57.397Z | Server listening on 5201 |
861 | 2024-12-28T04:36:57.397Z | ----------------------------------------------------------- |
862 | 2024-12-28T04:36:57.397Z | Accepted connection from 10.0.0.1, port 42014 |
863 | 2024-12-28T04:36:57.397Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33197 |
864 | 2024-12-28T04:36:57.397Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43265 |
865 | 2024-12-28T04:36:57.397Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53994 |
866 | 2024-12-28T04:36:57.397Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36994 |
867 | 2024-12-28T04:36:57.397Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34745 |
868 | 2024-12-28T04:36:57.397Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46374 |
869 | 2024-12-28T04:36:57.397Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34639 |
870 | 2024-12-28T04:36:57.397Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51886 |
871 | 2024-12-28T04:36:57.397Z | [ ID] Interval Transfer Bandwidth |
872 | 2024-12-28T04:36:57.397Z | [ 5] 0.00-1.00 sec 20.5 MBytes 172 Mbits/sec |
873 | 2024-12-28T04:36:57.397Z | [ 7] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
874 | 2024-12-28T04:36:57.397Z | [ 9] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
875 | 2024-12-28T04:36:57.397Z | [ 11] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
876 | 2024-12-28T04:36:57.397Z | [ 13] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
877 | 2024-12-28T04:36:57.397Z | [ 15] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
878 | 2024-12-28T04:36:57.397Z | [ 17] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
879 | 2024-12-28T04:36:57.397Z | [ 19] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
880 | 2024-12-28T04:36:57.397Z | [SUM] 0.00-1.00 sec 163 MBytes 1.37 Gbits/sec |
881 | 2024-12-28T04:36:57.397Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
882 | 2024-12-28T04:36:57.397Z | [ 5] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
883 | 2024-12-28T04:36:57.397Z | [ 7] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
884 | 2024-12-28T04:36:57.397Z | [ 9] 1.00-2.00 sec 22.3 MBytes 187 Mbits/sec |
885 | 2024-12-28T04:36:57.397Z | [ 11] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
886 | 2024-12-28T04:36:57.397Z | [ 13] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
887 | 2024-12-28T04:36:57.397Z | [ 15] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
888 | 2024-12-28T04:36:57.397Z | [ 17] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
889 | 2024-12-28T04:36:57.397Z | [ 19] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
890 | 2024-12-28T04:36:57.397Z | [SUM] 1.00-2.00 sec 179 MBytes 1.50 Gbits/sec |
891 | 2024-12-28T04:36:57.397Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
892 | 2024-12-28T04:36:57.397Z | [ 5] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
893 | 2024-12-28T04:36:57.397Z | [ 7] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
894 | 2024-12-28T04:36:57.397Z | [ 9] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
895 | 2024-12-28T04:36:57.397Z | [ 11] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
896 | 2024-12-28T04:36:57.397Z | [ 13] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
897 | 2024-12-28T04:36:57.397Z | [ 15] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
898 | 2024-12-28T04:36:57.398Z | [ 17] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
899 | 2024-12-28T04:36:57.398Z | [ 19] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
900 | 2024-12-28T04:36:57.398Z | [SUM] 2.00-3.00 sec 179 MBytes 1.50 Gbits/sec |
901 | 2024-12-28T04:36:57.398Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
902 | 2024-12-28T04:36:57.398Z | [ 5] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
903 | 2024-12-28T04:36:57.398Z | [ 7] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
904 | 2024-12-28T04:36:57.398Z | [ 9] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
905 | 2024-12-28T04:36:57.398Z | [ 11] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
906 | 2024-12-28T04:36:57.398Z | [ 13] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
907 | 2024-12-28T04:36:57.398Z | [ 15] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
908 | 2024-12-28T04:36:57.398Z | [ 17] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec |
909 | 2024-12-28T04:36:57.398Z | [ 19] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec |
910 | 2024-12-28T04:36:57.398Z | [SUM] 3.00-4.00 sec 180 MBytes 1.51 Gbits/sec |
911 | 2024-12-28T04:36:57.398Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
912 | 2024-12-28T04:36:57.398Z | [ 5] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec |
913 | 2024-12-28T04:36:57.398Z | [ 7] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
914 | 2024-12-28T04:36:57.398Z | [ 9] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec |
915 | 2024-12-28T04:36:57.398Z | [ 11] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
916 | 2024-12-28T04:36:57.398Z | [ 13] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
917 | 2024-12-28T04:36:57.398Z | [ 15] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
918 | 2024-12-28T04:36:57.398Z | [ 17] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
919 | 2024-12-28T04:36:57.398Z | [ 19] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
920 | 2024-12-28T04:36:57.398Z | [SUM] 4.00-5.00 sec 182 MBytes 1.52 Gbits/sec |
921 | 2024-12-28T04:36:57.398Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
922 | 2024-12-28T04:36:57.398Z | [ 5] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
923 | 2024-12-28T04:36:57.398Z | [ 7] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
924 | 2024-12-28T04:36:57.398Z | [ 9] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
925 | 2024-12-28T04:36:57.398Z | [ 11] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
926 | 2024-12-28T04:36:57.398Z | [ 13] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
927 | 2024-12-28T04:36:57.398Z | [ 15] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
928 | 2024-12-28T04:36:57.398Z | [ 17] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
929 | 2024-12-28T04:36:57.398Z | [ 19] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
930 | 2024-12-28T04:36:57.398Z | [SUM] 5.00-6.00 sec 179 MBytes 1.50 Gbits/sec |
931 | 2024-12-28T04:36:57.398Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
932 | 2024-12-28T04:36:57.398Z | [ 5] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
933 | 2024-12-28T04:36:57.398Z | [ 7] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
934 | 2024-12-28T04:36:57.398Z | [ 9] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
935 | 2024-12-28T04:37:00.617Z | [ 11] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec |
936 | 2024-12-28T04:37:00.617Z | [ 13] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
937 | 2024-12-28T04:37:00.617Z | [ 15] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
938 | 2024-12-28T04:37:00.617Z | [ 17] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec |
939 | 2024-12-28T04:37:00.617Z | [ 19] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
940 | 2024-12-28T04:37:00.618Z | [SUM] 6.00-7.00 sec 180 MBytes 1.51 Gbits/sec |
941 | 2024-12-28T04:37:00.618Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
942 | 2024-12-28T04:37:00.618Z | [ 5] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
943 | 2024-12-28T04:37:00.618Z | [ 7] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
944 | 2024-12-28T04:37:00.618Z | [ 9] 7.00-8.00 sec 22.2 MBytes 186 Mbits/sec |
945 | 2024-12-28T04:37:00.618Z | [ 11] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
946 | 2024-12-28T04:37:00.618Z | [ 13] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
947 | 2024-12-28T04:37:00.618Z | [ 15] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
948 | 2024-12-28T04:37:00.618Z | [ 17] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
949 | 2024-12-28T04:37:00.618Z | [ 19] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
950 | 2024-12-28T04:37:00.618Z | [SUM] 7.00-8.00 sec 178 MBytes 1.49 Gbits/sec |
951 | 2024-12-28T04:37:00.618Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
952 | 2024-12-28T04:37:00.618Z | [ 5] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec |
953 | 2024-12-28T04:37:00.618Z | [ 7] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec |
954 | 2024-12-28T04:37:00.618Z | [ 9] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
955 | 2024-12-28T04:37:00.618Z | [ 11] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
956 | 2024-12-28T04:37:00.618Z | [ 13] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
957 | 2024-12-28T04:37:00.618Z | [ 15] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
958 | 2024-12-28T04:37:00.618Z | [ 17] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
959 | 2024-12-28T04:37:00.618Z | [ 19] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
960 | 2024-12-28T04:37:00.618Z | [SUM] 8.00-9.00 sec 177 MBytes 1.48 Gbits/sec |
961 | 2024-12-28T04:37:00.618Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
962 | 2024-12-28T04:37:00.618Z | [ 5] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
963 | 2024-12-28T04:37:00.618Z | [ 7] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec |
964 | 2024-12-28T04:37:00.618Z | [ 9] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
965 | 2024-12-28T04:37:00.618Z | [ 11] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
966 | 2024-12-28T04:37:00.618Z | [ 13] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec |
967 | 2024-12-28T04:37:00.618Z | [ 15] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec |
968 | 2024-12-28T04:37:00.618Z | [ 17] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
969 | 2024-12-28T04:37:00.618Z | [ 19] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
970 | 2024-12-28T04:37:00.618Z | [SUM] 9.00-10.00 sec 178 MBytes 1.49 Gbits/sec |
971 | 2024-12-28T04:37:00.618Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
972 | 2024-12-28T04:37:00.618Z | [ 5] 10.00-10.00 sec 42.4 KBytes 151 Mbits/sec |
973 | 2024-12-28T04:37:00.618Z | [ 7] 10.00-10.00 sec 124 KBytes 443 Mbits/sec |
974 | 2024-12-28T04:37:00.618Z | [ 9] 10.00-10.00 sec 65.0 KBytes 232 Mbits/sec |
975 | 2024-12-28T04:37:00.618Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
976 | 2024-12-28T04:37:00.618Z | [ 13] 10.00-10.00 sec 62.2 KBytes 222 Mbits/sec |
977 | 2024-12-28T04:37:00.618Z | [ 15] 10.00-10.00 sec 124 KBytes 443 Mbits/sec |
978 | 2024-12-28T04:37:00.619Z | [ 17] 10.00-10.00 sec 124 KBytes 443 Mbits/sec |
979 | 2024-12-28T04:37:00.619Z | [ 19] 10.00-10.00 sec 124 KBytes 443 Mbits/sec |
980 | 2024-12-28T04:37:00.619Z | [SUM] 10.00-10.00 sec 667 KBytes 2.37 Gbits/sec |
981 | 2024-12-28T04:37:00.619Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
982 | 2024-12-28T04:37:00.619Z | [ ID] Interval Transfer Bandwidth |
983 | 2024-12-28T04:37:00.619Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
984 | 2024-12-28T04:37:00.619Z | [ 5] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
985 | 2024-12-28T04:37:00.619Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
986 | 2024-12-28T04:37:00.619Z | [ 7] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
987 | 2024-12-28T04:37:00.619Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
988 | 2024-12-28T04:37:00.619Z | [ 9] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
989 | 2024-12-28T04:37:00.619Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
990 | 2024-12-28T04:37:00.619Z | [ 11] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
991 | 2024-12-28T04:37:00.619Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
992 | 2024-12-28T04:37:00.619Z | [ 13] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
993 | 2024-12-28T04:37:00.619Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
994 | 2024-12-28T04:37:00.619Z | [ 15] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
995 | 2024-12-28T04:37:00.619Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
996 | 2024-12-28T04:37:00.619Z | [ 17] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
997 | 2024-12-28T04:37:00.619Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
998 | 2024-12-28T04:37:00.619Z | [ 19] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
999 | 2024-12-28T04:37:00.619Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1000 | 2024-12-28T04:37:00.619Z | [SUM] 0.00-10.00 sec 1.73 GBytes 1.49 Gbits/sec receiver |
1001 | 2024-12-28T04:37:00.622Z | Run 2/5...1488.009Mbps |
1002 | 2024-12-28T04:37:07.646Z | ----------------------------------------------------------- |
1003 | 2024-12-28T04:37:07.646Z | Server listening on 5201 |
1004 | 2024-12-28T04:37:07.646Z | ----------------------------------------------------------- |
1005 | 2024-12-28T04:37:07.646Z | Accepted connection from 10.0.0.1, port 54561 |
1006 | 2024-12-28T04:37:07.646Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36372 |
1007 | 2024-12-28T04:37:07.646Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54579 |
1008 | 2024-12-28T04:37:07.646Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38662 |
1009 | 2024-12-28T04:37:07.646Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51995 |
1010 | 2024-12-28T04:37:07.646Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37571 |
1011 | 2024-12-28T04:37:07.646Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37223 |
1012 | 2024-12-28T04:37:07.646Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36317 |
1013 | 2024-12-28T04:37:07.646Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48154 |
1014 | 2024-12-28T04:37:07.646Z | [ ID] Interval Transfer Bandwidth |
1015 | 2024-12-28T04:37:07.646Z | [ 5] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1016 | 2024-12-28T04:37:07.647Z | [ 7] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1017 | 2024-12-28T04:37:07.647Z | [ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1018 | 2024-12-28T04:37:07.647Z | [ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1019 | 2024-12-28T04:37:07.647Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1020 | 2024-12-28T04:37:07.647Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1021 | 2024-12-28T04:37:07.647Z | [ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1022 | 2024-12-28T04:37:07.647Z | [ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1023 | 2024-12-28T04:37:07.647Z | [SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec |
1024 | 2024-12-28T04:37:07.647Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1025 | 2024-12-28T04:37:07.647Z | [ 5] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1026 | 2024-12-28T04:37:07.647Z | [ 7] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1027 | 2024-12-28T04:37:07.647Z | [ 9] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1028 | 2024-12-28T04:37:07.647Z | [ 11] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1029 | 2024-12-28T04:37:07.647Z | [ 13] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1030 | 2024-12-28T04:37:07.647Z | [ 15] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1031 | 2024-12-28T04:37:07.647Z | [ 17] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec |
1032 | 2024-12-28T04:37:07.647Z | [ 19] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
1033 | 2024-12-28T04:37:07.647Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
1034 | 2024-12-28T04:37:07.647Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1035 | 2024-12-28T04:37:07.647Z | [ 5] 2.00-3.00 sec 22.2 MBytes 186 Mbits/sec |
1036 | 2024-12-28T04:37:07.647Z | [ 7] 2.00-3.00 sec 22.2 MBytes 186 Mbits/sec |
1037 | 2024-12-28T04:37:07.647Z | [ 9] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
1038 | 2024-12-28T04:37:07.647Z | [ 11] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
1039 | 2024-12-28T04:37:07.650Z | [ 13] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
1040 | 2024-12-28T04:37:07.650Z | [ 15] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
1041 | 2024-12-28T04:37:07.650Z | [ 17] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
1042 | 2024-12-28T04:37:07.650Z | [ 19] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
1043 | 2024-12-28T04:37:07.650Z | [SUM] 2.00-3.00 sec 178 MBytes 1.49 Gbits/sec |
1044 | 2024-12-28T04:37:07.650Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1045 | 2024-12-28T04:37:07.650Z | [ 5] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1046 | 2024-12-28T04:37:07.650Z | [ 7] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1047 | 2024-12-28T04:37:07.650Z | [ 9] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1048 | 2024-12-28T04:37:07.650Z | [ 11] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1049 | 2024-12-28T04:37:07.650Z | [ 13] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec |
1050 | 2024-12-28T04:37:07.650Z | [ 15] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec |
1051 | 2024-12-28T04:37:07.650Z | [ 17] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1052 | 2024-12-28T04:37:07.650Z | [ 19] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1053 | 2024-12-28T04:37:07.650Z | [SUM] 3.00-4.00 sec 179 MBytes 1.50 Gbits/sec |
1054 | 2024-12-28T04:37:07.650Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1055 | 2024-12-28T04:37:07.650Z | [ 5] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1056 | 2024-12-28T04:37:07.650Z | [ 7] 4.00-5.00 sec 22.2 MBytes 186 Mbits/sec |
1057 | 2024-12-28T04:37:07.650Z | [ 9] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1058 | 2024-12-28T04:37:07.650Z | [ 11] 4.00-5.00 sec 22.2 MBytes 186 Mbits/sec |
1059 | 2024-12-28T04:37:07.650Z | [ 13] 4.00-5.00 sec 22.2 MBytes 187 Mbits/sec |
1060 | 2024-12-28T04:37:07.650Z | [ 15] 4.00-5.00 sec 22.2 MBytes 186 Mbits/sec |
1061 | 2024-12-28T04:37:07.650Z | [ 17] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1062 | 2024-12-28T04:37:07.651Z | [ 19] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1063 | 2024-12-28T04:37:07.651Z | [SUM] 4.00-5.00 sec 177 MBytes 1.49 Gbits/sec |
1064 | 2024-12-28T04:37:07.651Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1065 | 2024-12-28T04:37:07.651Z | [ 5] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1066 | 2024-12-28T04:37:07.651Z | [ 7] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
1067 | 2024-12-28T04:37:07.651Z | [ 9] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec |
1068 | 2024-12-28T04:37:07.651Z | [ 11] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec |
1069 | 2024-12-28T04:37:07.651Z | [ 13] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec |
1070 | 2024-12-28T04:37:07.651Z | [ 15] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1071 | 2024-12-28T04:37:07.651Z | [ 17] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
1072 | 2024-12-28T04:37:07.651Z | [ 19] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1073 | 2024-12-28T04:37:07.651Z | [SUM] 5.00-6.00 sec 175 MBytes 1.47 Gbits/sec |
1074 | 2024-12-28T04:37:07.651Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1075 | 2024-12-28T04:37:07.651Z | [ 5] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec |
1076 | 2024-12-28T04:37:07.651Z | [ 7] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1077 | 2024-12-28T04:37:07.651Z | [ 9] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec |
1078 | 2024-12-28T04:37:10.868Z | [ 11] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec |
1079 | 2024-12-28T04:37:10.868Z | [ 13] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1080 | 2024-12-28T04:37:10.868Z | [ 15] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1081 | 2024-12-28T04:37:10.868Z | [ 17] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1082 | 2024-12-28T04:37:10.868Z | [ 19] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec |
1083 | 2024-12-28T04:37:10.868Z | [SUM] 6.00-7.00 sec 176 MBytes 1.47 Gbits/sec |
1084 | 2024-12-28T04:37:10.868Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1085 | 2024-12-28T04:37:10.868Z | [ 5] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1086 | 2024-12-28T04:37:10.868Z | [ 7] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1087 | 2024-12-28T04:37:10.868Z | [ 9] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1088 | 2024-12-28T04:37:10.868Z | [ 11] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1089 | 2024-12-28T04:37:10.868Z | [ 13] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1090 | 2024-12-28T04:37:10.868Z | [ 15] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1091 | 2024-12-28T04:37:10.868Z | [ 17] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1092 | 2024-12-28T04:37:10.868Z | [ 19] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1093 | 2024-12-28T04:37:10.868Z | [SUM] 7.00-8.00 sec 178 MBytes 1.49 Gbits/sec |
1094 | 2024-12-28T04:37:10.868Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1095 | 2024-12-28T04:37:10.868Z | [ 5] 8.00-9.00 sec 22.3 MBytes 187 Mbits/sec |
1096 | 2024-12-28T04:37:10.868Z | [ 7] 8.00-9.00 sec 22.3 MBytes 187 Mbits/sec |
1097 | 2024-12-28T04:37:10.868Z | [ 9] 8.00-9.00 sec 22.2 MBytes 187 Mbits/sec |
1098 | 2024-12-28T04:37:10.868Z | [ 11] 8.00-9.00 sec 22.2 MBytes 187 Mbits/sec |
1099 | 2024-12-28T04:37:10.869Z | [ 13] 8.00-9.00 sec 22.2 MBytes 187 Mbits/sec |
1100 | 2024-12-28T04:37:10.869Z | [ 15] 8.00-9.00 sec 22.2 MBytes 187 Mbits/sec |
1101 | 2024-12-28T04:37:10.869Z | [ 17] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1102 | 2024-12-28T04:37:10.869Z | [ 19] 8.00-9.00 sec 22.3 MBytes 187 Mbits/sec |
1103 | 2024-12-28T04:37:10.869Z | [SUM] 8.00-9.00 sec 178 MBytes 1.50 Gbits/sec |
1104 | 2024-12-28T04:37:10.869Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1105 | 2024-12-28T04:37:10.869Z | [ 5] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1106 | 2024-12-28T04:37:10.869Z | [ 7] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1107 | 2024-12-28T04:37:10.869Z | [ 9] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1108 | 2024-12-28T04:37:10.869Z | [ 11] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1109 | 2024-12-28T04:37:10.869Z | [ 13] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1110 | 2024-12-28T04:37:10.869Z | [ 15] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1111 | 2024-12-28T04:37:10.869Z | [ 17] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1112 | 2024-12-28T04:37:10.869Z | [ 19] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1113 | 2024-12-28T04:37:10.869Z | [SUM] 9.00-10.00 sec 178 MBytes 1.50 Gbits/sec |
1114 | 2024-12-28T04:37:10.869Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1115 | 2024-12-28T04:37:10.869Z | [ 5] 10.00-10.00 sec 48.1 KBytes 153 Mbits/sec |
1116 | 2024-12-28T04:37:10.869Z | [ 7] 10.00-10.00 sec 84.8 KBytes 270 Mbits/sec |
1117 | 2024-12-28T04:37:10.869Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1118 | 2024-12-28T04:37:10.869Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1119 | 2024-12-28T04:37:10.869Z | [ 13] 10.00-10.00 sec 124 KBytes 396 Mbits/sec |
1120 | 2024-12-28T04:37:10.869Z | [ 15] 10.00-10.00 sec 124 KBytes 396 Mbits/sec |
1121 | 2024-12-28T04:37:10.869Z | [ 17] 10.00-10.00 sec 124 KBytes 396 Mbits/sec |
1122 | 2024-12-28T04:37:10.869Z | [ 19] 10.00-10.00 sec 113 KBytes 360 Mbits/sec |
1123 | 2024-12-28T04:37:10.869Z | [SUM] 10.00-10.00 sec 619 KBytes 1.97 Gbits/sec |
1124 | 2024-12-28T04:37:10.869Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1125 | 2024-12-28T04:37:10.869Z | [ ID] Interval Transfer Bandwidth |
1126 | 2024-12-28T04:37:10.869Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1127 | 2024-12-28T04:37:10.869Z | [ 5] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
1128 | 2024-12-28T04:37:10.869Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1129 | 2024-12-28T04:37:10.869Z | [ 7] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
1130 | 2024-12-28T04:37:10.869Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1131 | 2024-12-28T04:37:10.869Z | [ 9] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
1132 | 2024-12-28T04:37:10.869Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1133 | 2024-12-28T04:37:10.869Z | [ 11] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
1134 | 2024-12-28T04:37:10.869Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1135 | 2024-12-28T04:37:10.869Z | [ 13] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
1136 | 2024-12-28T04:37:10.869Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1137 | 2024-12-28T04:37:10.869Z | [ 15] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
1138 | 2024-12-28T04:37:10.870Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1139 | 2024-12-28T04:37:10.870Z | [ 17] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
1140 | 2024-12-28T04:37:10.870Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1141 | 2024-12-28T04:37:10.870Z | [ 19] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
1142 | 2024-12-28T04:37:10.870Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1143 | 2024-12-28T04:37:10.870Z | [SUM] 0.00-10.00 sec 1.71 GBytes 1.47 Gbits/sec receiver |
1144 | 2024-12-28T04:37:10.872Z | Run 3/5...1471.693Mbps |
1145 | 2024-12-28T04:37:17.898Z | ----------------------------------------------------------- |
1146 | 2024-12-28T04:37:17.898Z | Server listening on 5201 |
1147 | 2024-12-28T04:37:17.898Z | ----------------------------------------------------------- |
1148 | 2024-12-28T04:37:17.898Z | Accepted connection from 10.0.0.1, port 42464 |
1149 | 2024-12-28T04:37:17.898Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36741 |
1150 | 2024-12-28T04:37:17.898Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42267 |
1151 | 2024-12-28T04:37:17.898Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33932 |
1152 | 2024-12-28T04:37:17.898Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57963 |
1153 | 2024-12-28T04:37:17.898Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47468 |
1154 | 2024-12-28T04:37:17.898Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57381 |
1155 | 2024-12-28T04:37:17.898Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45293 |
1156 | 2024-12-28T04:37:17.898Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39761 |
1157 | 2024-12-28T04:37:17.898Z | [ ID] Interval Transfer Bandwidth |
1158 | 2024-12-28T04:37:17.898Z | [ 5] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1159 | 2024-12-28T04:37:17.898Z | [ 7] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1160 | 2024-12-28T04:37:17.898Z | [ 9] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1161 | 2024-12-28T04:37:17.898Z | [ 11] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1162 | 2024-12-28T04:37:17.898Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1163 | 2024-12-28T04:37:17.898Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1164 | 2024-12-28T04:37:17.898Z | [ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1165 | 2024-12-28T04:37:17.899Z | [ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1166 | 2024-12-28T04:37:17.899Z | [SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec |
1167 | 2024-12-28T04:37:17.899Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1168 | 2024-12-28T04:37:17.899Z | [ 5] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1169 | 2024-12-28T04:37:17.899Z | [ 7] 1.00-2.00 sec 22.5 MBytes 188 Mbits/sec |
1170 | 2024-12-28T04:37:17.899Z | [ 9] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
1171 | 2024-12-28T04:37:17.899Z | [ 11] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
1172 | 2024-12-28T04:37:17.899Z | [ 13] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1173 | 2024-12-28T04:37:17.899Z | [ 15] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
1174 | 2024-12-28T04:37:17.899Z | [ 17] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
1175 | 2024-12-28T04:37:17.899Z | [ 19] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
1176 | 2024-12-28T04:37:17.899Z | [SUM] 1.00-2.00 sec 179 MBytes 1.50 Gbits/sec |
1177 | 2024-12-28T04:37:17.899Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1178 | 2024-12-28T04:37:17.899Z | [ 5] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec |
1179 | 2024-12-28T04:37:17.899Z | [ 7] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
1180 | 2024-12-28T04:37:17.899Z | [ 9] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
1181 | 2024-12-28T04:37:17.899Z | [ 11] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
1182 | 2024-12-28T04:37:17.899Z | [ 13] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
1183 | 2024-12-28T04:37:17.899Z | [ 15] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec |
1184 | 2024-12-28T04:37:17.899Z | [ 17] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
1185 | 2024-12-28T04:37:17.899Z | [ 19] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
1186 | 2024-12-28T04:37:17.899Z | [SUM] 2.00-3.00 sec 182 MBytes 1.52 Gbits/sec |
1187 | 2024-12-28T04:37:17.899Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1188 | 2024-12-28T04:37:17.899Z | [ 5] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec |
1189 | 2024-12-28T04:37:17.899Z | [ 7] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec |
1190 | 2024-12-28T04:37:17.899Z | [ 9] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1191 | 2024-12-28T04:37:17.899Z | [ 11] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1192 | 2024-12-28T04:37:17.899Z | [ 13] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1193 | 2024-12-28T04:37:17.899Z | [ 15] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1194 | 2024-12-28T04:37:17.899Z | [ 17] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1195 | 2024-12-28T04:37:17.899Z | [ 19] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1196 | 2024-12-28T04:37:17.899Z | [SUM] 3.00-4.00 sec 181 MBytes 1.52 Gbits/sec |
1197 | 2024-12-28T04:37:17.899Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1198 | 2024-12-28T04:37:17.899Z | [ 5] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec |
1199 | 2024-12-28T04:37:17.899Z | [ 7] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
1200 | 2024-12-28T04:37:17.899Z | [ 9] 4.00-5.00 sec 22.8 MBytes 192 Mbits/sec |
1201 | 2024-12-28T04:37:17.899Z | [ 11] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
1202 | 2024-12-28T04:37:17.899Z | [ 13] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
1203 | 2024-12-28T04:37:17.899Z | [ 15] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec |
1204 | 2024-12-28T04:37:17.900Z | [ 17] 4.00-5.00 sec 22.8 MBytes 192 Mbits/sec |
1205 | 2024-12-28T04:37:17.900Z | [ 19] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec |
1206 | 2024-12-28T04:37:17.900Z | [SUM] 4.00-5.00 sec 182 MBytes 1.53 Gbits/sec |
1207 | 2024-12-28T04:37:17.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1208 | 2024-12-28T04:37:17.900Z | [ 5] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec |
1209 | 2024-12-28T04:37:17.900Z | [ 7] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
1210 | 2024-12-28T04:37:17.900Z | [ 9] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1211 | 2024-12-28T04:37:17.900Z | [ 11] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
1212 | 2024-12-28T04:37:17.900Z | [ 13] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
1213 | 2024-12-28T04:37:17.900Z | [ 15] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec |
1214 | 2024-12-28T04:37:17.900Z | [ 17] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1215 | 2024-12-28T04:37:17.900Z | [ 19] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1216 | 2024-12-28T04:37:17.900Z | [SUM] 5.00-6.00 sec 181 MBytes 1.52 Gbits/sec |
1217 | 2024-12-28T04:37:17.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1218 | 2024-12-28T04:37:17.900Z | [ 5] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1219 | 2024-12-28T04:37:17.900Z | [ 7] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1220 | 2024-12-28T04:37:17.900Z | [ 9] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
1221 | 2024-12-28T04:37:21.119Z | [ 11] 6.00-7.00 sec 22.7 MBytes 190 Mbits/sec |
1222 | 2024-12-28T04:37:21.119Z | [ 13] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1223 | 2024-12-28T04:37:21.119Z | [ 15] 6.00-7.00 sec 22.7 MBytes 190 Mbits/sec |
1224 | 2024-12-28T04:37:21.119Z | [ 17] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
1225 | 2024-12-28T04:37:21.119Z | [ 19] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
1226 | 2024-12-28T04:37:21.119Z | [SUM] 6.00-7.00 sec 181 MBytes 1.52 Gbits/sec |
1227 | 2024-12-28T04:37:21.119Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1228 | 2024-12-28T04:37:21.119Z | [ 5] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1229 | 2024-12-28T04:37:21.119Z | [ 7] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1230 | 2024-12-28T04:37:21.119Z | [ 9] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1231 | 2024-12-28T04:37:21.119Z | [ 11] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1232 | 2024-12-28T04:37:21.119Z | [ 13] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1233 | 2024-12-28T04:37:21.119Z | [ 15] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1234 | 2024-12-28T04:37:21.119Z | [ 17] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1235 | 2024-12-28T04:37:21.119Z | [ 19] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1236 | 2024-12-28T04:37:21.119Z | [SUM] 7.00-8.00 sec 182 MBytes 1.53 Gbits/sec |
1237 | 2024-12-28T04:37:21.119Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1238 | 2024-12-28T04:37:21.119Z | [ 5] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec |
1239 | 2024-12-28T04:37:21.119Z | [ 7] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec |
1240 | 2024-12-28T04:37:21.119Z | [ 9] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1241 | 2024-12-28T04:37:21.119Z | [ 11] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1242 | 2024-12-28T04:37:21.119Z | [ 13] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
1243 | 2024-12-28T04:37:21.119Z | [ 15] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec |
1244 | 2024-12-28T04:37:21.119Z | [ 17] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1245 | 2024-12-28T04:37:21.119Z | [ 19] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1246 | 2024-12-28T04:37:21.119Z | [SUM] 8.00-9.00 sec 182 MBytes 1.53 Gbits/sec |
1247 | 2024-12-28T04:37:21.119Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1248 | 2024-12-28T04:37:21.119Z | [ 5] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec |
1249 | 2024-12-28T04:37:21.120Z | [ 7] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1250 | 2024-12-28T04:37:21.120Z | [ 9] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1251 | 2024-12-28T04:37:21.120Z | [ 11] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1252 | 2024-12-28T04:37:21.120Z | [ 13] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1253 | 2024-12-28T04:37:21.120Z | [ 15] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec |
1254 | 2024-12-28T04:37:21.120Z | [ 17] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1255 | 2024-12-28T04:37:21.120Z | [ 19] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1256 | 2024-12-28T04:37:21.120Z | [SUM] 9.00-10.00 sec 180 MBytes 1.51 Gbits/sec |
1257 | 2024-12-28T04:37:21.120Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1258 | 2024-12-28T04:37:21.120Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1259 | 2024-12-28T04:37:21.120Z | [ 7] 10.00-10.00 sec 8.48 KBytes 33.2 Mbits/sec |
1260 | 2024-12-28T04:37:21.120Z | [ 9] 10.00-10.00 sec 84.8 KBytes 332 Mbits/sec |
1261 | 2024-12-28T04:37:21.120Z | [ 11] 10.00-10.00 sec 124 KBytes 487 Mbits/sec |
1262 | 2024-12-28T04:37:21.120Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1263 | 2024-12-28T04:37:21.120Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1264 | 2024-12-28T04:37:21.120Z | [ 17] 10.00-10.00 sec 119 KBytes 464 Mbits/sec |
1265 | 2024-12-28T04:37:21.120Z | [ 19] 10.00-10.00 sec 124 KBytes 487 Mbits/sec |
1266 | 2024-12-28T04:37:21.120Z | [SUM] 10.00-10.00 sec 461 KBytes 1.80 Gbits/sec |
1267 | 2024-12-28T04:37:21.120Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1268 | 2024-12-28T04:37:21.120Z | [ ID] Interval Transfer Bandwidth |
1269 | 2024-12-28T04:37:21.120Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1270 | 2024-12-28T04:37:21.120Z | [ 5] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1271 | 2024-12-28T04:37:21.120Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1272 | 2024-12-28T04:37:21.120Z | [ 7] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1273 | 2024-12-28T04:37:21.120Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1274 | 2024-12-28T04:37:21.120Z | [ 9] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1275 | 2024-12-28T04:37:21.120Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1276 | 2024-12-28T04:37:21.120Z | [ 11] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1277 | 2024-12-28T04:37:21.120Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1278 | 2024-12-28T04:37:21.120Z | [ 13] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1279 | 2024-12-28T04:37:21.120Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1280 | 2024-12-28T04:37:21.120Z | [ 15] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1281 | 2024-12-28T04:37:21.120Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1282 | 2024-12-28T04:37:21.120Z | [ 17] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1283 | 2024-12-28T04:37:21.120Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1284 | 2024-12-28T04:37:21.120Z | [ 19] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1285 | 2024-12-28T04:37:21.120Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1286 | 2024-12-28T04:37:21.120Z | [SUM] 0.00-10.00 sec 1.75 GBytes 1.50 Gbits/sec receiver |
1287 | 2024-12-28T04:37:21.123Z | Run 4/5...1502.911Mbps |
1288 | 2024-12-28T04:37:28.148Z | ----------------------------------------------------------- |
1289 | 2024-12-28T04:37:28.148Z | Server listening on 5201 |
1290 | 2024-12-28T04:37:28.148Z | ----------------------------------------------------------- |
1291 | 2024-12-28T04:37:28.148Z | Accepted connection from 10.0.0.1, port 54653 |
1292 | 2024-12-28T04:37:28.148Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47167 |
1293 | 2024-12-28T04:37:28.148Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38678 |
1294 | 2024-12-28T04:37:28.148Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35388 |
1295 | 2024-12-28T04:37:28.148Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65119 |
1296 | 2024-12-28T04:37:28.148Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33050 |
1297 | 2024-12-28T04:37:28.148Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58318 |
1298 | 2024-12-28T04:37:28.148Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40564 |
1299 | 2024-12-28T04:37:28.148Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38017 |
1300 | 2024-12-28T04:37:28.148Z | [ ID] Interval Transfer Bandwidth |
1301 | 2024-12-28T04:37:28.148Z | [ 5] 0.00-1.00 sec 20.3 MBytes 171 Mbits/sec |
1302 | 2024-12-28T04:37:28.148Z | [ 7] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1303 | 2024-12-28T04:37:28.148Z | [ 9] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1304 | 2024-12-28T04:37:28.148Z | [ 11] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1305 | 2024-12-28T04:37:28.148Z | [ 13] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1306 | 2024-12-28T04:37:28.148Z | [ 15] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1307 | 2024-12-28T04:37:28.148Z | [ 17] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1308 | 2024-12-28T04:37:28.148Z | [ 19] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1309 | 2024-12-28T04:37:28.148Z | [SUM] 0.00-1.00 sec 162 MBytes 1.36 Gbits/sec |
1310 | 2024-12-28T04:37:28.148Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1311 | 2024-12-28T04:37:28.148Z | [ 5] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec |
1312 | 2024-12-28T04:37:28.148Z | [ 7] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec |
1313 | 2024-12-28T04:37:28.148Z | [ 9] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec |
1314 | 2024-12-28T04:37:28.149Z | [ 11] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec |
1315 | 2024-12-28T04:37:28.149Z | [ 13] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec |
1316 | 2024-12-28T04:37:28.149Z | [ 15] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec |
1317 | 2024-12-28T04:37:28.149Z | [ 17] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec |
1318 | 2024-12-28T04:37:28.149Z | [ 19] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec |
1319 | 2024-12-28T04:37:28.149Z | [SUM] 1.00-2.00 sec 182 MBytes 1.53 Gbits/sec |
1320 | 2024-12-28T04:37:28.149Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1321 | 2024-12-28T04:37:28.149Z | [ 5] 2.00-3.00 sec 22.5 MBytes 189 Mbits/sec |
1322 | 2024-12-28T04:37:28.152Z | [ 7] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1323 | 2024-12-28T04:37:28.152Z | [ 9] 2.00-3.00 sec 22.5 MBytes 189 Mbits/sec |
1324 | 2024-12-28T04:37:28.152Z | [ 11] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1325 | 2024-12-28T04:37:28.152Z | [ 13] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1326 | 2024-12-28T04:37:28.152Z | [ 15] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1327 | 2024-12-28T04:37:28.152Z | [ 17] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1328 | 2024-12-28T04:37:28.152Z | [ 19] 2.00-3.00 sec 22.5 MBytes 189 Mbits/sec |
1329 | 2024-12-28T04:37:28.152Z | [SUM] 2.00-3.00 sec 181 MBytes 1.51 Gbits/sec |
1330 | 2024-12-28T04:37:28.152Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1331 | 2024-12-28T04:37:28.152Z | [ 5] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1332 | 2024-12-28T04:37:28.152Z | [ 7] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1333 | 2024-12-28T04:37:28.152Z | [ 9] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1334 | 2024-12-28T04:37:28.152Z | [ 11] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1335 | 2024-12-28T04:37:28.152Z | [ 13] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1336 | 2024-12-28T04:37:28.152Z | [ 15] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1337 | 2024-12-28T04:37:28.152Z | [ 17] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1338 | 2024-12-28T04:37:28.152Z | [ 19] 3.00-4.00 sec 22.2 MBytes 186 Mbits/sec |
1339 | 2024-12-28T04:37:28.152Z | [SUM] 3.00-4.00 sec 177 MBytes 1.49 Gbits/sec |
1340 | 2024-12-28T04:37:28.152Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1341 | 2024-12-28T04:37:28.152Z | [ 5] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1342 | 2024-12-28T04:37:28.152Z | [ 7] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1343 | 2024-12-28T04:37:28.152Z | [ 9] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1344 | 2024-12-28T04:37:28.152Z | [ 11] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1345 | 2024-12-28T04:37:28.153Z | [ 13] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1346 | 2024-12-28T04:37:28.153Z | [ 15] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1347 | 2024-12-28T04:37:28.153Z | [ 17] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1348 | 2024-12-28T04:37:28.153Z | [ 19] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1349 | 2024-12-28T04:37:28.153Z | [SUM] 4.00-5.00 sec 181 MBytes 1.51 Gbits/sec |
1350 | 2024-12-28T04:37:28.153Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1351 | 2024-12-28T04:37:28.153Z | [ 5] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1352 | 2024-12-28T04:37:28.153Z | [ 7] 5.00-6.00 sec 22.6 MBytes 189 Mbits/sec |
1353 | 2024-12-28T04:37:28.153Z | [ 9] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1354 | 2024-12-28T04:37:28.153Z | [ 11] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1355 | 2024-12-28T04:37:28.153Z | [ 13] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1356 | 2024-12-28T04:37:28.153Z | [ 15] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1357 | 2024-12-28T04:37:28.153Z | [ 17] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1358 | 2024-12-28T04:37:28.153Z | [ 19] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1359 | 2024-12-28T04:37:28.153Z | [SUM] 5.00-6.00 sec 180 MBytes 1.51 Gbits/sec |
1360 | 2024-12-28T04:37:28.153Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1361 | 2024-12-28T04:37:28.153Z | [ 5] 6.00-7.00 sec 22.1 MBytes 185 Mbits/sec |
1362 | 2024-12-28T04:37:28.153Z | [ 7] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1363 | 2024-12-28T04:37:28.153Z | [ 9] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec |
1364 | 2024-12-28T04:37:31.369Z | [ 11] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1365 | 2024-12-28T04:37:31.369Z | [ 13] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1366 | 2024-12-28T04:37:31.369Z | [ 15] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1367 | 2024-12-28T04:37:31.369Z | [ 17] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1368 | 2024-12-28T04:37:31.369Z | [ 19] 6.00-7.00 sec 22.1 MBytes 185 Mbits/sec |
1369 | 2024-12-28T04:37:31.369Z | [SUM] 6.00-7.00 sec 177 MBytes 1.48 Gbits/sec |
1370 | 2024-12-28T04:37:31.369Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1371 | 2024-12-28T04:37:31.369Z | [ 5] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
1372 | 2024-12-28T04:37:31.369Z | [ 7] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1373 | 2024-12-28T04:37:31.369Z | [ 9] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
1374 | 2024-12-28T04:37:31.369Z | [ 11] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
1375 | 2024-12-28T04:37:31.369Z | [ 13] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
1376 | 2024-12-28T04:37:31.369Z | [ 15] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1377 | 2024-12-28T04:37:31.369Z | [ 17] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1378 | 2024-12-28T04:37:31.370Z | [ 19] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1379 | 2024-12-28T04:37:31.370Z | [SUM] 7.00-8.00 sec 179 MBytes 1.50 Gbits/sec |
1380 | 2024-12-28T04:37:31.370Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1381 | 2024-12-28T04:37:31.370Z | [ 5] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1382 | 2024-12-28T04:37:31.370Z | [ 7] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1383 | 2024-12-28T04:37:31.370Z | [ 9] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1384 | 2024-12-28T04:37:31.370Z | [ 11] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1385 | 2024-12-28T04:37:31.370Z | [ 13] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1386 | 2024-12-28T04:37:31.370Z | [ 15] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1387 | 2024-12-28T04:37:31.370Z | [ 17] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1388 | 2024-12-28T04:37:31.370Z | [ 19] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1389 | 2024-12-28T04:37:31.370Z | [SUM] 8.00-9.00 sec 180 MBytes 1.51 Gbits/sec |
1390 | 2024-12-28T04:37:31.370Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1391 | 2024-12-28T04:37:31.370Z | [ 5] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1392 | 2024-12-28T04:37:31.370Z | [ 7] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1393 | 2024-12-28T04:37:31.370Z | [ 9] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1394 | 2024-12-28T04:37:31.370Z | [ 11] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1395 | 2024-12-28T04:37:31.370Z | [ 13] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1396 | 2024-12-28T04:37:31.370Z | [ 15] 9.00-10.00 sec 22.5 MBytes 188 Mbits/sec |
1397 | 2024-12-28T04:37:31.370Z | [ 17] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1398 | 2024-12-28T04:37:31.370Z | [ 19] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1399 | 2024-12-28T04:37:31.370Z | [SUM] 9.00-10.00 sec 179 MBytes 1.50 Gbits/sec |
1400 | 2024-12-28T04:37:31.370Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1401 | 2024-12-28T04:37:31.370Z | [ 5] 10.00-10.00 sec 119 KBytes 461 Mbits/sec |
1402 | 2024-12-28T04:37:31.370Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1403 | 2024-12-28T04:37:31.370Z | [ 9] 10.00-10.00 sec 124 KBytes 484 Mbits/sec |
1404 | 2024-12-28T04:37:31.370Z | [ 11] 10.00-10.00 sec 72.1 KBytes 280 Mbits/sec |
1405 | 2024-12-28T04:37:31.370Z | [ 13] 10.00-10.00 sec 48.1 KBytes 187 Mbits/sec |
1406 | 2024-12-28T04:37:31.370Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1407 | 2024-12-28T04:37:31.370Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1408 | 2024-12-28T04:37:31.370Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1409 | 2024-12-28T04:37:31.370Z | [SUM] 10.00-10.00 sec 363 KBytes 1.41 Gbits/sec |
1410 | 2024-12-28T04:37:31.370Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1411 | 2024-12-28T04:37:31.370Z | [ ID] Interval Transfer Bandwidth |
1412 | 2024-12-28T04:37:31.370Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1413 | 2024-12-28T04:37:31.370Z | [ 5] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1414 | 2024-12-28T04:37:31.370Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1415 | 2024-12-28T04:37:31.370Z | [ 7] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1416 | 2024-12-28T04:37:31.373Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1417 | 2024-12-28T04:37:31.373Z | [ 9] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1418 | 2024-12-28T04:37:31.373Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1419 | 2024-12-28T04:37:31.373Z | [ 11] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1420 | 2024-12-28T04:37:31.373Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1421 | 2024-12-28T04:37:31.373Z | [ 13] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1422 | 2024-12-28T04:37:31.373Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1423 | 2024-12-28T04:37:31.373Z | [ 15] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1424 | 2024-12-28T04:37:31.373Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1425 | 2024-12-28T04:37:31.373Z | [ 17] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1426 | 2024-12-28T04:37:31.373Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1427 | 2024-12-28T04:37:31.373Z | [ 19] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1428 | 2024-12-28T04:37:31.373Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1429 | 2024-12-28T04:37:31.373Z | [SUM] 0.00-10.00 sec 1.74 GBytes 1.49 Gbits/sec receiver |
1430 | 2024-12-28T04:37:31.373Z | Run 5/5...1490.661Mbps |
1431 | 2024-12-28T04:37:31.374Z | ###---------------------### |
1432 | 2024-12-28T04:37:31.374Z | ::: iPerf done... ::: |
1433 | 2024-12-28T04:37:31.374Z | :::Awaiting out files...::: |
1434 | 2024-12-28T04:37:31.374Z | ###---------------------### |
1435 | 2024-12-28T04:37:31.374Z | ###-----### |
1436 | 2024-12-28T04:37:31.374Z | :::done!::: |
1437 | 2024-12-28T04:37:31.374Z | ###-----### |
1438 | 2024-12-28T04:37:31.374Z | ###-------------------### |
1439 | 2024-12-28T04:37:31.374Z | :::Running experiment ::: |
1440 | 2024-12-28T04:37:31.374Z | :::iperf-tcp/local/s2c::: |
1441 | 2024-12-28T04:37:31.374Z | ###-------------------### |
1442 | 2024-12-28T04:37:38.401Z | ----------------------------------------------------------- |
1443 | 2024-12-28T04:37:38.401Z | Server listening on 5201 |
1444 | 2024-12-28T04:37:38.401Z | ----------------------------------------------------------- |
1445 | 2024-12-28T04:37:38.401Z | Accepted connection from 10.0.0.1, port 36415 |
1446 | 2024-12-28T04:37:38.401Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53399 |
1447 | 2024-12-28T04:37:38.401Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40382 |
1448 | 2024-12-28T04:37:38.401Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64907 |
1449 | 2024-12-28T04:37:38.401Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49716 |
1450 | 2024-12-28T04:37:38.401Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44428 |
1451 | 2024-12-28T04:37:38.401Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33010 |
1452 | 2024-12-28T04:37:38.401Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64781 |
1453 | 2024-12-28T04:37:38.401Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64768 |
1454 | 2024-12-28T04:37:38.401Z | [ ID] Interval Transfer Bandwidth |
1455 | 2024-12-28T04:37:38.401Z | [ 5] 0.00-1.00 sec 19.7 MBytes 166 Mbits/sec |
1456 | 2024-12-28T04:37:38.401Z | [ 7] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1457 | 2024-12-28T04:37:38.401Z | [ 9] 0.00-1.00 sec 19.7 MBytes 166 Mbits/sec |
1458 | 2024-12-28T04:37:38.401Z | [ 11] 0.00-1.00 sec 19.7 MBytes 166 Mbits/sec |
1459 | 2024-12-28T04:37:38.401Z | [ 13] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
1460 | 2024-12-28T04:37:38.401Z | [ 15] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
1461 | 2024-12-28T04:37:38.401Z | [ 17] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
1462 | 2024-12-28T04:37:38.401Z | [ 19] 0.00-1.00 sec 19.6 MBytes 165 Mbits/sec |
1463 | 2024-12-28T04:37:38.401Z | [SUM] 0.00-1.00 sec 158 MBytes 1.32 Gbits/sec |
1464 | 2024-12-28T04:37:38.401Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1465 | 2024-12-28T04:37:38.401Z | [ 5] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1466 | 2024-12-28T04:37:38.401Z | [ 7] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1467 | 2024-12-28T04:37:38.401Z | [ 9] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1468 | 2024-12-28T04:37:38.402Z | [ 11] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1469 | 2024-12-28T04:37:38.402Z | [ 13] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1470 | 2024-12-28T04:37:38.402Z | [ 15] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1471 | 2024-12-28T04:37:38.402Z | [ 17] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1472 | 2024-12-28T04:37:38.402Z | [ 19] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1473 | 2024-12-28T04:37:38.402Z | [SUM] 1.00-2.00 sec 174 MBytes 1.46 Gbits/sec |
1474 | 2024-12-28T04:37:38.402Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1475 | 2024-12-28T04:37:38.402Z | [ 5] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec |
1476 | 2024-12-28T04:37:38.402Z | [ 7] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec |
1477 | 2024-12-28T04:37:38.402Z | [ 9] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec |
1478 | 2024-12-28T04:37:38.402Z | [ 11] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
1479 | 2024-12-28T04:37:38.402Z | [ 13] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
1480 | 2024-12-28T04:37:38.402Z | [ 15] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
1481 | 2024-12-28T04:37:38.402Z | [ 17] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec |
1482 | 2024-12-28T04:37:38.402Z | [ 19] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
1483 | 2024-12-28T04:37:38.402Z | [SUM] 2.00-3.00 sec 171 MBytes 1.44 Gbits/sec |
1484 | 2024-12-28T04:37:38.402Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1485 | 2024-12-28T04:37:38.402Z | [ 5] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1486 | 2024-12-28T04:37:38.402Z | [ 7] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1487 | 2024-12-28T04:37:38.402Z | [ 9] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1488 | 2024-12-28T04:37:38.402Z | [ 11] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1489 | 2024-12-28T04:37:38.402Z | [ 13] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1490 | 2024-12-28T04:37:38.402Z | [ 15] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1491 | 2024-12-28T04:37:38.402Z | [ 17] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1492 | 2024-12-28T04:37:38.402Z | [ 19] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1493 | 2024-12-28T04:37:38.402Z | [SUM] 3.00-4.00 sec 175 MBytes 1.47 Gbits/sec |
1494 | 2024-12-28T04:37:38.402Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1495 | 2024-12-28T04:37:38.402Z | [ 5] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1496 | 2024-12-28T04:37:38.402Z | [ 7] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
1497 | 2024-12-28T04:37:38.402Z | [ 9] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1498 | 2024-12-28T04:37:38.402Z | [ 11] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1499 | 2024-12-28T04:37:38.402Z | [ 13] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1500 | 2024-12-28T04:37:38.402Z | [ 15] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1501 | 2024-12-28T04:37:38.402Z | [ 17] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1502 | 2024-12-28T04:37:38.402Z | [ 19] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
1503 | 2024-12-28T04:37:38.402Z | [SUM] 4.00-5.00 sec 176 MBytes 1.48 Gbits/sec |
1504 | 2024-12-28T04:37:38.402Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1505 | 2024-12-28T04:37:38.402Z | [ 5] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1506 | 2024-12-28T04:37:38.403Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1507 | 2024-12-28T04:37:38.403Z | [ 9] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1508 | 2024-12-28T04:37:38.403Z | [ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1509 | 2024-12-28T04:37:38.403Z | [ 13] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1510 | 2024-12-28T04:37:38.403Z | [ 15] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec |
1511 | 2024-12-28T04:37:38.403Z | [ 17] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1512 | 2024-12-28T04:37:38.403Z | [ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1513 | 2024-12-28T04:37:38.403Z | [SUM] 5.00-6.00 sec 175 MBytes 1.46 Gbits/sec |
1514 | 2024-12-28T04:37:38.403Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1515 | 2024-12-28T04:37:38.403Z | [ 5] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1516 | 2024-12-28T04:37:38.403Z | [ 7] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec |
1517 | 2024-12-28T04:37:38.403Z | [ 9] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1518 | 2024-12-28T04:37:41.620Z | [ 11] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1519 | 2024-12-28T04:37:41.620Z | [ 13] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1520 | 2024-12-28T04:37:41.620Z | [ 15] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1521 | 2024-12-28T04:37:41.620Z | [ 17] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec |
1522 | 2024-12-28T04:37:41.620Z | [ 19] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec |
1523 | 2024-12-28T04:37:41.620Z | [SUM] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec |
1524 | 2024-12-28T04:37:41.620Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1525 | 2024-12-28T04:37:41.620Z | [ 5] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec |
1526 | 2024-12-28T04:37:41.620Z | [ 7] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec |
1527 | 2024-12-28T04:37:41.620Z | [ 9] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec |
1528 | 2024-12-28T04:37:41.620Z | [ 11] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec |
1529 | 2024-12-28T04:37:41.620Z | [ 13] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec |
1530 | 2024-12-28T04:37:41.620Z | [ 15] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec |
1531 | 2024-12-28T04:37:41.620Z | [ 17] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec |
1532 | 2024-12-28T04:37:41.620Z | [ 19] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec |
1533 | 2024-12-28T04:37:41.620Z | [SUM] 7.00-8.00 sec 176 MBytes 1.48 Gbits/sec |
1534 | 2024-12-28T04:37:41.620Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1535 | 2024-12-28T04:37:41.620Z | [ 5] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec |
1536 | 2024-12-28T04:37:41.620Z | [ 7] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec |
1537 | 2024-12-28T04:37:41.620Z | [ 9] 8.00-9.00 sec 22.3 MBytes 187 Mbits/sec |
1538 | 2024-12-28T04:37:41.620Z | [ 11] 8.00-9.00 sec 22.3 MBytes 187 Mbits/sec |
1539 | 2024-12-28T04:37:41.620Z | [ 13] 8.00-9.00 sec 22.3 MBytes 187 Mbits/sec |
1540 | 2024-12-28T04:37:41.620Z | [ 15] 8.00-9.00 sec 22.3 MBytes 187 Mbits/sec |
1541 | 2024-12-28T04:37:41.620Z | [ 17] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec |
1542 | 2024-12-28T04:37:41.620Z | [ 19] 8.00-9.00 sec 22.3 MBytes 187 Mbits/sec |
1543 | 2024-12-28T04:37:41.620Z | [SUM] 8.00-9.00 sec 178 MBytes 1.49 Gbits/sec |
1544 | 2024-12-28T04:37:41.621Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1545 | 2024-12-28T04:37:41.621Z | [ 5] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec |
1546 | 2024-12-28T04:37:41.621Z | [ 7] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec |
1547 | 2024-12-28T04:37:41.621Z | [ 9] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec |
1548 | 2024-12-28T04:37:41.621Z | [ 11] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec |
1549 | 2024-12-28T04:37:41.621Z | [ 13] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec |
1550 | 2024-12-28T04:37:41.621Z | [ 15] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec |
1551 | 2024-12-28T04:37:41.621Z | [ 17] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec |
1552 | 2024-12-28T04:37:41.621Z | [ 19] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec |
1553 | 2024-12-28T04:37:41.621Z | [SUM] 9.00-10.00 sec 177 MBytes 1.48 Gbits/sec |
1554 | 2024-12-28T04:37:41.621Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1555 | 2024-12-28T04:37:41.621Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1556 | 2024-12-28T04:37:41.621Z | [ 7] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1557 | 2024-12-28T04:37:41.621Z | [ 9] 10.00-10.00 sec 113 KBytes 390 Mbits/sec |
1558 | 2024-12-28T04:37:41.621Z | [ 11] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1559 | 2024-12-28T04:37:41.621Z | [ 13] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1560 | 2024-12-28T04:37:41.621Z | [ 15] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1561 | 2024-12-28T04:37:41.621Z | [ 17] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1562 | 2024-12-28T04:37:41.621Z | [ 19] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1563 | 2024-12-28T04:37:41.624Z | [SUM] 10.00-10.00 sec 452 KBytes 1.56 Gbits/sec |
1564 | 2024-12-28T04:37:41.624Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1565 | 2024-12-28T04:37:41.624Z | [ ID] Interval Transfer Bandwidth |
1566 | 2024-12-28T04:37:41.624Z | [ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1567 | 2024-12-28T04:37:41.624Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1568 | 2024-12-28T04:37:41.624Z | [ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1569 | 2024-12-28T04:37:41.624Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1570 | 2024-12-28T04:37:41.624Z | [ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1571 | 2024-12-28T04:37:41.624Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1572 | 2024-12-28T04:37:41.624Z | [ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1573 | 2024-12-28T04:37:41.624Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1574 | 2024-12-28T04:37:41.624Z | [ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1575 | 2024-12-28T04:37:41.624Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1576 | 2024-12-28T04:37:41.624Z | [ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1577 | 2024-12-28T04:37:41.624Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1578 | 2024-12-28T04:37:41.624Z | [ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1579 | 2024-12-28T04:37:41.624Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1580 | 2024-12-28T04:37:41.624Z | [ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1581 | 2024-12-28T04:37:41.624Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1582 | 2024-12-28T04:37:41.624Z | [SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec sender |
1583 | 2024-12-28T04:37:41.624Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1584 | 2024-12-28T04:37:41.624Z | Run 1/5...1456.003Mbps |
1585 | 2024-12-28T04:37:48.651Z | ----------------------------------------------------------- |
1586 | 2024-12-28T04:37:48.651Z | Server listening on 5201 |
1587 | 2024-12-28T04:37:48.651Z | ----------------------------------------------------------- |
1588 | 2024-12-28T04:37:48.651Z | Accepted connection from 10.0.0.1, port 62019 |
1589 | 2024-12-28T04:37:48.651Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60776 |
1590 | 2024-12-28T04:37:48.651Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53893 |
1591 | 2024-12-28T04:37:48.651Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61635 |
1592 | 2024-12-28T04:37:48.651Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54467 |
1593 | 2024-12-28T04:37:48.651Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55719 |
1594 | 2024-12-28T04:37:48.651Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55499 |
1595 | 2024-12-28T04:37:48.651Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50477 |
1596 | 2024-12-28T04:37:48.651Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47418 |
1597 | 2024-12-28T04:37:48.651Z | [ ID] Interval Transfer Bandwidth |
1598 | 2024-12-28T04:37:48.651Z | [ 5] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
1599 | 2024-12-28T04:37:48.651Z | [ 7] 0.00-1.00 sec 19.6 MBytes 165 Mbits/sec |
1600 | 2024-12-28T04:37:48.651Z | [ 9] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
1601 | 2024-12-28T04:37:48.651Z | [ 11] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
1602 | 2024-12-28T04:37:48.651Z | [ 13] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
1603 | 2024-12-28T04:37:48.651Z | [ 15] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
1604 | 2024-12-28T04:37:48.651Z | [ 17] 0.00-1.00 sec 19.6 MBytes 165 Mbits/sec |
1605 | 2024-12-28T04:37:48.651Z | [ 19] 0.00-1.00 sec 19.6 MBytes 165 Mbits/sec |
1606 | 2024-12-28T04:37:48.651Z | [SUM] 0.00-1.00 sec 157 MBytes 1.32 Gbits/sec |
1607 | 2024-12-28T04:37:48.651Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1608 | 2024-12-28T04:37:48.651Z | [ 5] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1609 | 2024-12-28T04:37:48.651Z | [ 7] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1610 | 2024-12-28T04:37:48.652Z | [ 9] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1611 | 2024-12-28T04:37:48.652Z | [ 11] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1612 | 2024-12-28T04:37:48.652Z | [ 13] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1613 | 2024-12-28T04:37:48.652Z | [ 15] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1614 | 2024-12-28T04:37:48.652Z | [ 17] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1615 | 2024-12-28T04:37:48.652Z | [ 19] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1616 | 2024-12-28T04:37:48.652Z | [SUM] 1.00-2.00 sec 174 MBytes 1.46 Gbits/sec |
1617 | 2024-12-28T04:37:48.652Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1618 | 2024-12-28T04:37:48.652Z | [ 5] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1619 | 2024-12-28T04:37:48.652Z | [ 7] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1620 | 2024-12-28T04:37:48.652Z | [ 9] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1621 | 2024-12-28T04:37:48.652Z | [ 11] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
1622 | 2024-12-28T04:37:48.652Z | [ 13] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1623 | 2024-12-28T04:37:48.652Z | [ 15] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
1624 | 2024-12-28T04:37:48.652Z | [ 17] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
1625 | 2024-12-28T04:37:48.652Z | [ 19] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1626 | 2024-12-28T04:37:48.652Z | [SUM] 2.00-3.00 sec 172 MBytes 1.44 Gbits/sec |
1627 | 2024-12-28T04:37:48.652Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1628 | 2024-12-28T04:37:48.652Z | [ 5] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1629 | 2024-12-28T04:37:48.652Z | [ 7] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1630 | 2024-12-28T04:37:48.652Z | [ 9] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1631 | 2024-12-28T04:37:48.652Z | [ 11] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec |
1632 | 2024-12-28T04:37:48.652Z | [ 13] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1633 | 2024-12-28T04:37:48.652Z | [ 15] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1634 | 2024-12-28T04:37:48.652Z | [ 17] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec |
1635 | 2024-12-28T04:37:48.652Z | [ 19] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1636 | 2024-12-28T04:37:48.652Z | [SUM] 3.00-4.00 sec 175 MBytes 1.47 Gbits/sec |
1637 | 2024-12-28T04:37:48.652Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1638 | 2024-12-28T04:37:48.652Z | [ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1639 | 2024-12-28T04:37:48.652Z | [ 7] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1640 | 2024-12-28T04:37:48.652Z | [ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1641 | 2024-12-28T04:37:48.652Z | [ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1642 | 2024-12-28T04:37:48.652Z | [ 13] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1643 | 2024-12-28T04:37:48.652Z | [ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1644 | 2024-12-28T04:37:48.652Z | [ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1645 | 2024-12-28T04:37:48.652Z | [ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1646 | 2024-12-28T04:37:48.652Z | [SUM] 4.00-5.00 sec 175 MBytes 1.47 Gbits/sec |
1647 | 2024-12-28T04:37:48.652Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1648 | 2024-12-28T04:37:48.652Z | [ 5] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1649 | 2024-12-28T04:37:48.652Z | [ 7] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec |
1650 | 2024-12-28T04:37:48.653Z | [ 9] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1651 | 2024-12-28T04:37:48.653Z | [ 11] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1652 | 2024-12-28T04:37:48.653Z | [ 13] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec |
1653 | 2024-12-28T04:37:48.653Z | [ 15] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1654 | 2024-12-28T04:37:48.653Z | [ 17] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec |
1655 | 2024-12-28T04:37:48.653Z | [ 19] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec |
1656 | 2024-12-28T04:37:48.653Z | [SUM] 5.00-6.00 sec 173 MBytes 1.45 Gbits/sec |
1657 | 2024-12-28T04:37:48.653Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1658 | 2024-12-28T04:37:48.653Z | [ 5] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1659 | 2024-12-28T04:37:48.653Z | [ 7] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
1660 | 2024-12-28T04:37:48.653Z | [ 9] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
1661 | 2024-12-28T04:37:51.871Z | [ 11] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1662 | 2024-12-28T04:37:51.871Z | [ 13] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
1663 | 2024-12-28T04:37:51.871Z | [ 15] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1664 | 2024-12-28T04:37:51.871Z | [ 17] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
1665 | 2024-12-28T04:37:51.871Z | [ 19] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
1666 | 2024-12-28T04:37:51.871Z | [SUM] 6.00-7.00 sec 173 MBytes 1.45 Gbits/sec |
1667 | 2024-12-28T04:37:51.871Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1668 | 2024-12-28T04:37:51.871Z | [ 5] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1669 | 2024-12-28T04:37:51.871Z | [ 7] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1670 | 2024-12-28T04:37:51.871Z | [ 9] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1671 | 2024-12-28T04:37:51.871Z | [ 11] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1672 | 2024-12-28T04:37:51.871Z | [ 13] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec |
1673 | 2024-12-28T04:37:51.871Z | [ 15] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec |
1674 | 2024-12-28T04:37:51.871Z | [ 17] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec |
1675 | 2024-12-28T04:37:51.871Z | [ 19] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec |
1676 | 2024-12-28T04:37:51.871Z | [SUM] 7.00-8.00 sec 172 MBytes 1.45 Gbits/sec |
1677 | 2024-12-28T04:37:51.871Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1678 | 2024-12-28T04:37:51.871Z | [ 5] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
1679 | 2024-12-28T04:37:51.871Z | [ 7] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1680 | 2024-12-28T04:37:51.871Z | [ 9] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1681 | 2024-12-28T04:37:51.871Z | [ 11] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
1682 | 2024-12-28T04:37:51.871Z | [ 13] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
1683 | 2024-12-28T04:37:51.871Z | [ 15] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
1684 | 2024-12-28T04:37:51.871Z | [ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1685 | 2024-12-28T04:37:51.872Z | [ 19] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
1686 | 2024-12-28T04:37:51.872Z | [SUM] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec |
1687 | 2024-12-28T04:37:51.872Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1688 | 2024-12-28T04:37:51.872Z | [ 5] 9.00-10.00 sec 21.3 MBytes 179 Mbits/sec |
1689 | 2024-12-28T04:37:51.872Z | [ 7] 9.00-10.00 sec 21.3 MBytes 179 Mbits/sec |
1690 | 2024-12-28T04:37:51.872Z | [ 9] 9.00-10.00 sec 21.3 MBytes 179 Mbits/sec |
1691 | 2024-12-28T04:37:51.872Z | [ 11] 9.00-10.00 sec 21.3 MBytes 179 Mbits/sec |
1692 | 2024-12-28T04:37:51.872Z | [ 13] 9.00-10.00 sec 21.3 MBytes 179 Mbits/sec |
1693 | 2024-12-28T04:37:51.872Z | [ 15] 9.00-10.00 sec 21.4 MBytes 180 Mbits/sec |
1694 | 2024-12-28T04:37:51.872Z | [ 17] 9.00-10.00 sec 21.4 MBytes 179 Mbits/sec |
1695 | 2024-12-28T04:37:51.872Z | [ 19] 9.00-10.00 sec 21.4 MBytes 180 Mbits/sec |
1696 | 2024-12-28T04:37:51.872Z | [SUM] 9.00-10.00 sec 171 MBytes 1.43 Gbits/sec |
1697 | 2024-12-28T04:37:51.872Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1698 | 2024-12-28T04:37:51.872Z | [ 5] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1699 | 2024-12-28T04:37:51.872Z | [ 7] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1700 | 2024-12-28T04:37:51.872Z | [ 9] 10.00-10.00 sec 113 KBytes 391 Mbits/sec |
1701 | 2024-12-28T04:37:51.872Z | [ 11] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1702 | 2024-12-28T04:37:51.872Z | [ 13] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1703 | 2024-12-28T04:37:51.872Z | [ 15] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1704 | 2024-12-28T04:37:51.872Z | [ 17] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1705 | 2024-12-28T04:37:51.872Z | [ 19] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1706 | 2024-12-28T04:37:51.872Z | [SUM] 10.00-10.00 sec 509 KBytes 1.76 Gbits/sec |
1707 | 2024-12-28T04:37:51.872Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1708 | 2024-12-28T04:37:51.872Z | [ ID] Interval Transfer Bandwidth |
1709 | 2024-12-28T04:37:51.872Z | [ 5] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1710 | 2024-12-28T04:37:51.872Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1711 | 2024-12-28T04:37:51.872Z | [ 7] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1712 | 2024-12-28T04:37:51.872Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1713 | 2024-12-28T04:37:51.872Z | [ 9] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1714 | 2024-12-28T04:37:51.872Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1715 | 2024-12-28T04:37:51.872Z | [ 11] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1716 | 2024-12-28T04:37:51.872Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1717 | 2024-12-28T04:37:51.872Z | [ 13] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1718 | 2024-12-28T04:37:51.872Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1719 | 2024-12-28T04:37:51.872Z | [ 15] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1720 | 2024-12-28T04:37:51.872Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1721 | 2024-12-28T04:37:51.872Z | [ 17] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1722 | 2024-12-28T04:37:51.872Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1723 | 2024-12-28T04:37:51.872Z | [ 19] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1724 | 2024-12-28T04:37:51.872Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1725 | 2024-12-28T04:37:51.873Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender |
1726 | 2024-12-28T04:37:51.873Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1727 | 2024-12-28T04:37:51.875Z | Run 2/5...1440.141Mbps |
1728 | 2024-12-28T04:37:58.901Z | ----------------------------------------------------------- |
1729 | 2024-12-28T04:37:58.901Z | Server listening on 5201 |
1730 | 2024-12-28T04:37:58.901Z | ----------------------------------------------------------- |
1731 | 2024-12-28T04:37:58.901Z | Accepted connection from 10.0.0.1, port 52931 |
1732 | 2024-12-28T04:37:58.901Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50132 |
1733 | 2024-12-28T04:37:58.901Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33199 |
1734 | 2024-12-28T04:37:58.901Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58622 |
1735 | 2024-12-28T04:37:58.901Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65213 |
1736 | 2024-12-28T04:37:58.901Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46394 |
1737 | 2024-12-28T04:37:58.901Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54261 |
1738 | 2024-12-28T04:37:58.901Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55981 |
1739 | 2024-12-28T04:37:58.901Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47791 |
1740 | 2024-12-28T04:37:58.901Z | [ ID] Interval Transfer Bandwidth |
1741 | 2024-12-28T04:37:58.901Z | [ 5] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1742 | 2024-12-28T04:37:58.901Z | [ 7] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1743 | 2024-12-28T04:37:58.901Z | [ 9] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1744 | 2024-12-28T04:37:58.901Z | [ 11] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1745 | 2024-12-28T04:37:58.901Z | [ 13] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1746 | 2024-12-28T04:37:58.901Z | [ 15] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1747 | 2024-12-28T04:37:58.901Z | [ 17] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1748 | 2024-12-28T04:37:58.901Z | [ 19] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1749 | 2024-12-28T04:37:58.901Z | [SUM] 0.00-1.00 sec 156 MBytes 1.30 Gbits/sec |
1750 | 2024-12-28T04:37:58.901Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1751 | 2024-12-28T04:37:58.901Z | [ 5] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1752 | 2024-12-28T04:37:58.901Z | [ 7] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1753 | 2024-12-28T04:37:58.901Z | [ 9] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1754 | 2024-12-28T04:37:58.901Z | [ 11] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1755 | 2024-12-28T04:37:58.901Z | [ 13] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1756 | 2024-12-28T04:37:58.901Z | [ 15] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1757 | 2024-12-28T04:37:58.901Z | [ 17] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1758 | 2024-12-28T04:37:58.901Z | [ 19] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1759 | 2024-12-28T04:37:58.902Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
1760 | 2024-12-28T04:37:58.902Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1761 | 2024-12-28T04:37:58.902Z | [ 5] 2.00-3.00 sec 22.0 MBytes 184 Mbits/sec |
1762 | 2024-12-28T04:37:58.902Z | [ 7] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1763 | 2024-12-28T04:37:58.902Z | [ 9] 2.00-3.00 sec 22.0 MBytes 184 Mbits/sec |
1764 | 2024-12-28T04:37:58.902Z | [ 11] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1765 | 2024-12-28T04:37:58.902Z | [ 13] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1766 | 2024-12-28T04:37:58.902Z | [ 15] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1767 | 2024-12-28T04:37:58.902Z | [ 17] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1768 | 2024-12-28T04:37:58.902Z | [ 19] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1769 | 2024-12-28T04:37:58.902Z | [SUM] 2.00-3.00 sec 176 MBytes 1.48 Gbits/sec |
1770 | 2024-12-28T04:37:58.902Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1771 | 2024-12-28T04:37:58.902Z | [ 5] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec |
1772 | 2024-12-28T04:37:58.902Z | [ 7] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1773 | 2024-12-28T04:37:58.902Z | [ 9] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec |
1774 | 2024-12-28T04:37:58.902Z | [ 11] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec |
1775 | 2024-12-28T04:37:58.902Z | [ 13] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec |
1776 | 2024-12-28T04:37:58.902Z | [ 15] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec |
1777 | 2024-12-28T04:37:58.902Z | [ 17] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1778 | 2024-12-28T04:37:58.902Z | [ 19] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec |
1779 | 2024-12-28T04:37:58.902Z | [SUM] 3.00-4.00 sec 176 MBytes 1.47 Gbits/sec |
1780 | 2024-12-28T04:37:58.902Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1781 | 2024-12-28T04:37:58.902Z | [ 5] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1782 | 2024-12-28T04:37:58.902Z | [ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1783 | 2024-12-28T04:37:58.902Z | [ 9] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1784 | 2024-12-28T04:37:58.902Z | [ 11] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1785 | 2024-12-28T04:37:58.902Z | [ 13] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1786 | 2024-12-28T04:37:58.902Z | [ 15] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1787 | 2024-12-28T04:37:58.902Z | [ 17] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1788 | 2024-12-28T04:37:58.903Z | [ 19] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1789 | 2024-12-28T04:37:58.903Z | [SUM] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec |
1790 | 2024-12-28T04:37:58.903Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1791 | 2024-12-28T04:37:58.903Z | [ 5] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1792 | 2024-12-28T04:37:58.903Z | [ 7] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec |
1793 | 2024-12-28T04:37:58.903Z | [ 9] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1794 | 2024-12-28T04:37:58.903Z | [ 11] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1795 | 2024-12-28T04:37:58.903Z | [ 13] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1796 | 2024-12-28T04:37:58.903Z | [ 15] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
1797 | 2024-12-28T04:37:58.903Z | [ 17] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
1798 | 2024-12-28T04:37:58.903Z | [ 19] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1799 | 2024-12-28T04:37:58.903Z | [SUM] 5.00-6.00 sec 175 MBytes 1.47 Gbits/sec |
1800 | 2024-12-28T04:37:58.903Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1801 | 2024-12-28T04:37:58.903Z | [ 5] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec |
1802 | 2024-12-28T04:37:58.903Z | [ 7] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec |
1803 | 2024-12-28T04:37:58.903Z | [ 9] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec |
1804 | 2024-12-28T04:38:02.122Z | [ 11] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1805 | 2024-12-28T04:38:02.122Z | [ 13] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1806 | 2024-12-28T04:38:02.122Z | [ 15] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1807 | 2024-12-28T04:38:02.122Z | [ 17] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1808 | 2024-12-28T04:38:02.122Z | [ 19] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec |
1809 | 2024-12-28T04:38:02.122Z | [SUM] 6.00-7.00 sec 176 MBytes 1.47 Gbits/sec |
1810 | 2024-12-28T04:38:02.122Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1811 | 2024-12-28T04:38:02.122Z | [ 5] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec |
1812 | 2024-12-28T04:38:02.122Z | [ 7] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec |
1813 | 2024-12-28T04:38:02.122Z | [ 9] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec |
1814 | 2024-12-28T04:38:02.122Z | [ 11] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1815 | 2024-12-28T04:38:02.122Z | [ 13] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1816 | 2024-12-28T04:38:02.122Z | [ 15] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1817 | 2024-12-28T04:38:02.122Z | [ 17] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1818 | 2024-12-28T04:38:02.122Z | [ 19] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec |
1819 | 2024-12-28T04:38:02.122Z | [SUM] 7.00-8.00 sec 172 MBytes 1.45 Gbits/sec |
1820 | 2024-12-28T04:38:02.122Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1821 | 2024-12-28T04:38:02.122Z | [ 5] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec |
1822 | 2024-12-28T04:38:02.122Z | [ 7] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec |
1823 | 2024-12-28T04:38:02.122Z | [ 9] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec |
1824 | 2024-12-28T04:38:02.122Z | [ 11] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1825 | 2024-12-28T04:38:02.122Z | [ 13] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1826 | 2024-12-28T04:38:02.122Z | [ 15] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1827 | 2024-12-28T04:38:02.122Z | [ 17] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1828 | 2024-12-28T04:38:02.122Z | [ 19] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec |
1829 | 2024-12-28T04:38:02.122Z | [SUM] 8.00-9.00 sec 172 MBytes 1.44 Gbits/sec |
1830 | 2024-12-28T04:38:02.122Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1831 | 2024-12-28T04:38:02.122Z | [ 5] 9.00-10.00 sec 21.5 MBytes 181 Mbits/sec |
1832 | 2024-12-28T04:38:02.122Z | [ 7] 9.00-10.00 sec 21.5 MBytes 181 Mbits/sec |
1833 | 2024-12-28T04:38:02.122Z | [ 9] 9.00-10.00 sec 21.5 MBytes 180 Mbits/sec |
1834 | 2024-12-28T04:38:02.122Z | [ 11] 9.00-10.00 sec 21.5 MBytes 181 Mbits/sec |
1835 | 2024-12-28T04:38:02.123Z | [ 13] 9.00-10.00 sec 21.5 MBytes 180 Mbits/sec |
1836 | 2024-12-28T04:38:02.123Z | [ 15] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1837 | 2024-12-28T04:38:02.123Z | [ 17] 9.00-10.00 sec 21.5 MBytes 180 Mbits/sec |
1838 | 2024-12-28T04:38:02.123Z | [ 19] 9.00-10.00 sec 21.5 MBytes 181 Mbits/sec |
1839 | 2024-12-28T04:38:02.123Z | [SUM] 9.00-10.00 sec 172 MBytes 1.44 Gbits/sec |
1840 | 2024-12-28T04:38:02.123Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1841 | 2024-12-28T04:38:02.123Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1842 | 2024-12-28T04:38:02.123Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1843 | 2024-12-28T04:38:02.123Z | [ 9] 10.00-10.00 sec 56.6 KBytes 201 Mbits/sec |
1844 | 2024-12-28T04:38:02.123Z | [ 11] 10.00-10.00 sec 113 KBytes 403 Mbits/sec |
1845 | 2024-12-28T04:38:02.123Z | [ 13] 10.00-10.00 sec 170 KBytes 604 Mbits/sec |
1846 | 2024-12-28T04:38:02.123Z | [ 15] 10.00-10.00 sec 56.6 KBytes 201 Mbits/sec |
1847 | 2024-12-28T04:38:02.123Z | [ 17] 10.00-10.00 sec 56.6 KBytes 201 Mbits/sec |
1848 | 2024-12-28T04:38:02.123Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1849 | 2024-12-28T04:38:02.123Z | [SUM] 10.00-10.00 sec 452 KBytes 1.61 Gbits/sec |
1850 | 2024-12-28T04:38:02.123Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1851 | 2024-12-28T04:38:02.123Z | [ ID] Interval Transfer Bandwidth |
1852 | 2024-12-28T04:38:02.123Z | [ 5] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1853 | 2024-12-28T04:38:02.123Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1854 | 2024-12-28T04:38:02.123Z | [ 7] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1855 | 2024-12-28T04:38:02.123Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1856 | 2024-12-28T04:38:02.123Z | [ 9] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1857 | 2024-12-28T04:38:02.123Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1858 | 2024-12-28T04:38:02.123Z | [ 11] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1859 | 2024-12-28T04:38:02.123Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1860 | 2024-12-28T04:38:02.123Z | [ 13] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1861 | 2024-12-28T04:38:02.123Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1862 | 2024-12-28T04:38:02.123Z | [ 15] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1863 | 2024-12-28T04:38:02.123Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1864 | 2024-12-28T04:38:02.123Z | [ 17] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1865 | 2024-12-28T04:38:02.123Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1866 | 2024-12-28T04:38:02.123Z | [ 19] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1867 | 2024-12-28T04:38:02.123Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1868 | 2024-12-28T04:38:02.123Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender |
1869 | 2024-12-28T04:38:02.123Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1870 | 2024-12-28T04:38:02.126Z | Run 3/5...1445.204Mbps |
1871 | 2024-12-28T04:38:09.151Z | ----------------------------------------------------------- |
1872 | 2024-12-28T04:38:09.151Z | Server listening on 5201 |
1873 | 2024-12-28T04:38:09.151Z | ----------------------------------------------------------- |
1874 | 2024-12-28T04:38:09.151Z | Accepted connection from 10.0.0.1, port 34867 |
1875 | 2024-12-28T04:38:09.151Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43363 |
1876 | 2024-12-28T04:38:09.151Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49453 |
1877 | 2024-12-28T04:38:09.151Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58814 |
1878 | 2024-12-28T04:38:09.151Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55751 |
1879 | 2024-12-28T04:38:09.151Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35916 |
1880 | 2024-12-28T04:38:09.151Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50973 |
1881 | 2024-12-28T04:38:09.151Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45221 |
1882 | 2024-12-28T04:38:09.151Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34536 |
1883 | 2024-12-28T04:38:09.151Z | [ ID] Interval Transfer Bandwidth |
1884 | 2024-12-28T04:38:09.151Z | [ 5] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
1885 | 2024-12-28T04:38:09.151Z | [ 7] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1886 | 2024-12-28T04:38:09.151Z | [ 9] 0.00-1.00 sec 20.3 MBytes 171 Mbits/sec |
1887 | 2024-12-28T04:38:09.151Z | [ 11] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1888 | 2024-12-28T04:38:09.151Z | [ 13] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1889 | 2024-12-28T04:38:09.151Z | [ 15] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
1890 | 2024-12-28T04:38:09.151Z | [ 17] 0.00-1.00 sec 20.3 MBytes 171 Mbits/sec |
1891 | 2024-12-28T04:38:09.151Z | [ 19] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1892 | 2024-12-28T04:38:09.151Z | [SUM] 0.00-1.00 sec 163 MBytes 1.36 Gbits/sec |
1893 | 2024-12-28T04:38:09.151Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1894 | 2024-12-28T04:38:09.152Z | [ 5] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1895 | 2024-12-28T04:38:09.152Z | [ 7] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1896 | 2024-12-28T04:38:09.152Z | [ 9] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1897 | 2024-12-28T04:38:09.152Z | [ 11] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1898 | 2024-12-28T04:38:09.152Z | [ 13] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1899 | 2024-12-28T04:38:09.152Z | [ 15] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1900 | 2024-12-28T04:38:09.152Z | [ 17] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1901 | 2024-12-28T04:38:09.152Z | [ 19] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1902 | 2024-12-28T04:38:09.152Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
1903 | 2024-12-28T04:38:09.152Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1904 | 2024-12-28T04:38:09.152Z | [ 5] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1905 | 2024-12-28T04:38:09.152Z | [ 7] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1906 | 2024-12-28T04:38:09.152Z | [ 9] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1907 | 2024-12-28T04:38:09.152Z | [ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1908 | 2024-12-28T04:38:09.152Z | [ 13] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1909 | 2024-12-28T04:38:09.152Z | [ 15] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1910 | 2024-12-28T04:38:09.152Z | [ 17] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1911 | 2024-12-28T04:38:09.152Z | [ 19] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1912 | 2024-12-28T04:38:09.152Z | [SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec |
1913 | 2024-12-28T04:38:09.152Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1914 | 2024-12-28T04:38:09.152Z | [ 5] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1915 | 2024-12-28T04:38:09.152Z | [ 7] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1916 | 2024-12-28T04:38:09.152Z | [ 9] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1917 | 2024-12-28T04:38:09.152Z | [ 11] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1918 | 2024-12-28T04:38:09.152Z | [ 13] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1919 | 2024-12-28T04:38:09.152Z | [ 15] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1920 | 2024-12-28T04:38:09.152Z | [ 17] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1921 | 2024-12-28T04:38:09.152Z | [ 19] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
1922 | 2024-12-28T04:38:09.152Z | [SUM] 3.00-4.00 sec 178 MBytes 1.49 Gbits/sec |
1923 | 2024-12-28T04:38:09.152Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1924 | 2024-12-28T04:38:09.152Z | [ 5] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
1925 | 2024-12-28T04:38:09.152Z | [ 7] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
1926 | 2024-12-28T04:38:09.152Z | [ 9] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
1927 | 2024-12-28T04:38:09.152Z | [ 11] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1928 | 2024-12-28T04:38:09.152Z | [ 13] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1929 | 2024-12-28T04:38:09.152Z | [ 15] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1930 | 2024-12-28T04:38:09.152Z | [ 17] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1931 | 2024-12-28T04:38:09.152Z | [ 19] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1932 | 2024-12-28T04:38:09.152Z | [SUM] 4.00-5.00 sec 176 MBytes 1.47 Gbits/sec |
1933 | 2024-12-28T04:38:09.155Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1934 | 2024-12-28T04:38:09.155Z | [ 5] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1935 | 2024-12-28T04:38:09.156Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1936 | 2024-12-28T04:38:09.156Z | [ 9] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1937 | 2024-12-28T04:38:09.156Z | [ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1938 | 2024-12-28T04:38:09.156Z | [ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1939 | 2024-12-28T04:38:09.156Z | [ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1940 | 2024-12-28T04:38:09.156Z | [ 17] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1941 | 2024-12-28T04:38:09.156Z | [ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1942 | 2024-12-28T04:38:09.156Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1943 | 2024-12-28T04:38:09.156Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1944 | 2024-12-28T04:38:09.156Z | [ 5] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1945 | 2024-12-28T04:38:09.156Z | [ 7] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1946 | 2024-12-28T04:38:09.156Z | [ 9] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1947 | 2024-12-28T04:38:12.372Z | [ 11] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1948 | 2024-12-28T04:38:12.372Z | [ 13] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
1949 | 2024-12-28T04:38:12.372Z | [ 15] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1950 | 2024-12-28T04:38:12.372Z | [ 17] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1951 | 2024-12-28T04:38:12.372Z | [ 19] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1952 | 2024-12-28T04:38:12.372Z | [SUM] 6.00-7.00 sec 174 MBytes 1.46 Gbits/sec |
1953 | 2024-12-28T04:38:12.372Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1954 | 2024-12-28T04:38:12.372Z | [ 5] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec |
1955 | 2024-12-28T04:38:12.372Z | [ 7] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1956 | 2024-12-28T04:38:12.372Z | [ 9] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1957 | 2024-12-28T04:38:12.372Z | [ 11] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1958 | 2024-12-28T04:38:12.372Z | [ 13] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1959 | 2024-12-28T04:38:12.372Z | [ 15] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1960 | 2024-12-28T04:38:12.372Z | [ 17] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1961 | 2024-12-28T04:38:12.372Z | [ 19] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1962 | 2024-12-28T04:38:12.372Z | [SUM] 7.00-8.00 sec 175 MBytes 1.47 Gbits/sec |
1963 | 2024-12-28T04:38:12.372Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1964 | 2024-12-28T04:38:12.372Z | [ 5] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1965 | 2024-12-28T04:38:12.372Z | [ 7] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1966 | 2024-12-28T04:38:12.372Z | [ 9] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1967 | 2024-12-28T04:38:12.372Z | [ 11] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1968 | 2024-12-28T04:38:12.372Z | [ 13] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1969 | 2024-12-28T04:38:12.372Z | [ 15] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1970 | 2024-12-28T04:38:12.373Z | [ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1971 | 2024-12-28T04:38:12.373Z | [ 19] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1972 | 2024-12-28T04:38:12.373Z | [SUM] 8.00-9.00 sec 175 MBytes 1.47 Gbits/sec |
1973 | 2024-12-28T04:38:12.373Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1974 | 2024-12-28T04:38:12.373Z | [ 5] 9.00-10.00 sec 22.0 MBytes 184 Mbits/sec |
1975 | 2024-12-28T04:38:12.373Z | [ 7] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
1976 | 2024-12-28T04:38:12.373Z | [ 9] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
1977 | 2024-12-28T04:38:12.373Z | [ 11] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
1978 | 2024-12-28T04:38:12.373Z | [ 13] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
1979 | 2024-12-28T04:38:12.373Z | [ 15] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
1980 | 2024-12-28T04:38:12.373Z | [ 17] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1981 | 2024-12-28T04:38:12.373Z | [ 19] 9.00-10.00 sec 22.0 MBytes 184 Mbits/sec |
1982 | 2024-12-28T04:38:12.373Z | [SUM] 9.00-10.00 sec 176 MBytes 1.48 Gbits/sec |
1983 | 2024-12-28T04:38:12.373Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1984 | 2024-12-28T04:38:12.373Z | [ 5] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1985 | 2024-12-28T04:38:12.373Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1986 | 2024-12-28T04:38:12.373Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1987 | 2024-12-28T04:38:12.373Z | [ 11] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1988 | 2024-12-28T04:38:12.373Z | [ 13] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1989 | 2024-12-28T04:38:12.373Z | [ 15] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1990 | 2024-12-28T04:38:12.373Z | [ 17] 10.00-10.00 sec 113 KBytes 389 Mbits/sec |
1991 | 2024-12-28T04:38:12.373Z | [ 19] 10.00-10.00 sec 113 KBytes 389 Mbits/sec |
1992 | 2024-12-28T04:38:12.373Z | [SUM] 10.00-10.00 sec 452 KBytes 1.56 Gbits/sec |
1993 | 2024-12-28T04:38:12.373Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1994 | 2024-12-28T04:38:12.373Z | [ ID] Interval Transfer Bandwidth |
1995 | 2024-12-28T04:38:12.373Z | [ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1996 | 2024-12-28T04:38:12.373Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1997 | 2024-12-28T04:38:12.373Z | [ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1998 | 2024-12-28T04:38:12.373Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1999 | 2024-12-28T04:38:12.376Z | [ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2000 | 2024-12-28T04:38:12.376Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2001 | 2024-12-28T04:38:12.376Z | [ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2002 | 2024-12-28T04:38:12.376Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2003 | 2024-12-28T04:38:12.376Z | [ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2004 | 2024-12-28T04:38:12.376Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2005 | 2024-12-28T04:38:12.376Z | [ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2006 | 2024-12-28T04:38:12.376Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2007 | 2024-12-28T04:38:12.376Z | [ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2008 | 2024-12-28T04:38:12.376Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2009 | 2024-12-28T04:38:12.376Z | [ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2010 | 2024-12-28T04:38:12.376Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2011 | 2024-12-28T04:38:12.376Z | [SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec sender |
2012 | 2024-12-28T04:38:12.376Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2013 | 2024-12-28T04:38:12.376Z | Run 4/5...1459.199Mbps |
2014 | 2024-12-28T04:38:19.402Z | ----------------------------------------------------------- |
2015 | 2024-12-28T04:38:19.402Z | Server listening on 5201 |
2016 | 2024-12-28T04:38:19.402Z | ----------------------------------------------------------- |
2017 | 2024-12-28T04:38:19.403Z | Accepted connection from 10.0.0.1, port 38144 |
2018 | 2024-12-28T04:38:19.403Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63676 |
2019 | 2024-12-28T04:38:19.403Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39894 |
2020 | 2024-12-28T04:38:19.403Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44413 |
2021 | 2024-12-28T04:38:19.403Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46487 |
2022 | 2024-12-28T04:38:19.403Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52225 |
2023 | 2024-12-28T04:38:19.403Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53141 |
2024 | 2024-12-28T04:38:19.403Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64111 |
2025 | 2024-12-28T04:38:19.403Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54443 |
2026 | 2024-12-28T04:38:19.403Z | [ ID] Interval Transfer Bandwidth |
2027 | 2024-12-28T04:38:19.403Z | [ 5] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
2028 | 2024-12-28T04:38:19.403Z | [ 7] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
2029 | 2024-12-28T04:38:19.403Z | [ 9] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
2030 | 2024-12-28T04:38:19.403Z | [ 11] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
2031 | 2024-12-28T04:38:19.403Z | [ 13] 0.00-1.00 sec 20.2 MBytes 170 Mbits/sec |
2032 | 2024-12-28T04:38:19.403Z | [ 15] 0.00-1.00 sec 20.2 MBytes 170 Mbits/sec |
2033 | 2024-12-28T04:38:19.403Z | [ 17] 0.00-1.00 sec 20.2 MBytes 170 Mbits/sec |
2034 | 2024-12-28T04:38:19.403Z | [ 19] 0.00-1.00 sec 20.2 MBytes 170 Mbits/sec |
2035 | 2024-12-28T04:38:19.403Z | [SUM] 0.00-1.00 sec 162 MBytes 1.36 Gbits/sec |
2036 | 2024-12-28T04:38:19.403Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2037 | 2024-12-28T04:38:19.403Z | [ 5] 1.00-2.00 sec 22.1 MBytes 185 Mbits/sec |
2038 | 2024-12-28T04:38:19.403Z | [ 7] 1.00-2.00 sec 22.1 MBytes 185 Mbits/sec |
2039 | 2024-12-28T04:38:19.403Z | [ 9] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec |
2040 | 2024-12-28T04:38:19.403Z | [ 11] 1.00-2.00 sec 22.2 MBytes 186 Mbits/sec |
2041 | 2024-12-28T04:38:19.403Z | [ 13] 1.00-2.00 sec 22.2 MBytes 186 Mbits/sec |
2042 | 2024-12-28T04:38:19.403Z | [ 15] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec |
2043 | 2024-12-28T04:38:19.403Z | [ 17] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec |
2044 | 2024-12-28T04:38:19.403Z | [ 19] 1.00-2.00 sec 22.2 MBytes 186 Mbits/sec |
2045 | 2024-12-28T04:38:19.403Z | [SUM] 1.00-2.00 sec 177 MBytes 1.49 Gbits/sec |
2046 | 2024-12-28T04:38:19.403Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2047 | 2024-12-28T04:38:19.403Z | [ 5] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2048 | 2024-12-28T04:38:19.403Z | [ 7] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2049 | 2024-12-28T04:38:19.403Z | [ 9] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
2050 | 2024-12-28T04:38:19.403Z | [ 11] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2051 | 2024-12-28T04:38:19.403Z | [ 13] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2052 | 2024-12-28T04:38:19.403Z | [ 15] 2.00-3.00 sec 22.2 MBytes 186 Mbits/sec |
2053 | 2024-12-28T04:38:19.403Z | [ 17] 2.00-3.00 sec 22.2 MBytes 186 Mbits/sec |
2054 | 2024-12-28T04:38:19.403Z | [ 19] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2055 | 2024-12-28T04:38:19.404Z | [SUM] 2.00-3.00 sec 177 MBytes 1.49 Gbits/sec |
2056 | 2024-12-28T04:38:19.404Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2057 | 2024-12-28T04:38:19.404Z | [ 5] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
2058 | 2024-12-28T04:38:19.404Z | [ 7] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
2059 | 2024-12-28T04:38:19.404Z | [ 9] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
2060 | 2024-12-28T04:38:19.404Z | [ 11] 3.00-4.00 sec 22.2 MBytes 186 Mbits/sec |
2061 | 2024-12-28T04:38:19.404Z | [ 13] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
2062 | 2024-12-28T04:38:19.404Z | [ 15] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
2063 | 2024-12-28T04:38:19.404Z | [ 17] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec |
2064 | 2024-12-28T04:38:19.407Z | [ 19] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
2065 | 2024-12-28T04:38:19.407Z | [SUM] 3.00-4.00 sec 178 MBytes 1.50 Gbits/sec |
2066 | 2024-12-28T04:38:19.407Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2067 | 2024-12-28T04:38:19.407Z | [ 5] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
2068 | 2024-12-28T04:38:19.407Z | [ 7] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
2069 | 2024-12-28T04:38:19.407Z | [ 9] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
2070 | 2024-12-28T04:38:19.407Z | [ 11] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
2071 | 2024-12-28T04:38:19.407Z | [ 13] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
2072 | 2024-12-28T04:38:19.407Z | [ 15] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
2073 | 2024-12-28T04:38:19.407Z | [ 17] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
2074 | 2024-12-28T04:38:19.407Z | [ 19] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
2075 | 2024-12-28T04:38:19.407Z | [SUM] 4.00-5.00 sec 177 MBytes 1.48 Gbits/sec |
2076 | 2024-12-28T04:38:19.407Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2077 | 2024-12-28T04:38:19.407Z | [ 5] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
2078 | 2024-12-28T04:38:19.407Z | [ 7] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
2079 | 2024-12-28T04:38:19.407Z | [ 9] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
2080 | 2024-12-28T04:38:19.407Z | [ 11] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec |
2081 | 2024-12-28T04:38:19.407Z | [ 13] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
2082 | 2024-12-28T04:38:19.407Z | [ 15] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
2083 | 2024-12-28T04:38:19.407Z | [ 17] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
2084 | 2024-12-28T04:38:19.407Z | [ 19] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
2085 | 2024-12-28T04:38:19.407Z | [SUM] 5.00-6.00 sec 176 MBytes 1.47 Gbits/sec |
2086 | 2024-12-28T04:38:19.407Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2087 | 2024-12-28T04:38:19.407Z | [ 5] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2088 | 2024-12-28T04:38:19.407Z | [ 7] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2089 | 2024-12-28T04:38:19.407Z | [ 9] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2090 | 2024-12-28T04:38:22.622Z | [ 11] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2091 | 2024-12-28T04:38:22.622Z | [ 13] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2092 | 2024-12-28T04:38:22.622Z | [ 15] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2093 | 2024-12-28T04:38:22.622Z | [ 17] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2094 | 2024-12-28T04:38:22.623Z | [ 19] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2095 | 2024-12-28T04:38:22.623Z | [SUM] 6.00-7.00 sec 174 MBytes 1.46 Gbits/sec |
2096 | 2024-12-28T04:38:22.623Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2097 | 2024-12-28T04:38:22.623Z | [ 5] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2098 | 2024-12-28T04:38:22.623Z | [ 7] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
2099 | 2024-12-28T04:38:22.623Z | [ 9] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec |
2100 | 2024-12-28T04:38:22.623Z | [ 11] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
2101 | 2024-12-28T04:38:22.623Z | [ 13] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
2102 | 2024-12-28T04:38:22.623Z | [ 15] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec |
2103 | 2024-12-28T04:38:22.623Z | [ 17] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
2104 | 2024-12-28T04:38:22.623Z | [ 19] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec |
2105 | 2024-12-28T04:38:22.623Z | [SUM] 7.00-8.00 sec 175 MBytes 1.47 Gbits/sec |
2106 | 2024-12-28T04:38:22.623Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2107 | 2024-12-28T04:38:22.623Z | [ 5] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
2108 | 2024-12-28T04:38:22.623Z | [ 7] 8.00-9.00 sec 22.0 MBytes 184 Mbits/sec |
2109 | 2024-12-28T04:38:22.623Z | [ 9] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
2110 | 2024-12-28T04:38:22.623Z | [ 11] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
2111 | 2024-12-28T04:38:22.623Z | [ 13] 8.00-9.00 sec 22.0 MBytes 184 Mbits/sec |
2112 | 2024-12-28T04:38:22.623Z | [ 15] 8.00-9.00 sec 22.0 MBytes 184 Mbits/sec |
2113 | 2024-12-28T04:38:22.623Z | [ 17] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec |
2114 | 2024-12-28T04:38:22.623Z | [ 19] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
2115 | 2024-12-28T04:38:22.623Z | [SUM] 8.00-9.00 sec 176 MBytes 1.48 Gbits/sec |
2116 | 2024-12-28T04:38:22.623Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2117 | 2024-12-28T04:38:22.623Z | [ 5] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2118 | 2024-12-28T04:38:22.623Z | [ 7] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
2119 | 2024-12-28T04:38:22.623Z | [ 9] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
2120 | 2024-12-28T04:38:22.623Z | [ 11] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
2121 | 2024-12-28T04:38:22.623Z | [ 13] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2122 | 2024-12-28T04:38:22.623Z | [ 15] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2123 | 2024-12-28T04:38:22.623Z | [ 17] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2124 | 2024-12-28T04:38:22.623Z | [ 19] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2125 | 2024-12-28T04:38:22.623Z | [SUM] 9.00-10.00 sec 175 MBytes 1.47 Gbits/sec |
2126 | 2024-12-28T04:38:22.623Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2127 | 2024-12-28T04:38:22.623Z | [ 5] 10.00-10.00 sec 113 KBytes 413 Mbits/sec |
2128 | 2024-12-28T04:38:22.623Z | [ 7] 10.00-10.00 sec 113 KBytes 414 Mbits/sec |
2129 | 2024-12-28T04:38:22.623Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2130 | 2024-12-28T04:38:22.623Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2131 | 2024-12-28T04:38:22.623Z | [ 13] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
2132 | 2024-12-28T04:38:22.623Z | [ 15] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
2133 | 2024-12-28T04:38:22.624Z | [ 17] 10.00-10.00 sec 113 KBytes 414 Mbits/sec |
2134 | 2024-12-28T04:38:22.624Z | [ 19] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
2135 | 2024-12-28T04:38:22.624Z | [SUM] 10.00-10.00 sec 509 KBytes 1.86 Gbits/sec |
2136 | 2024-12-28T04:38:22.624Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2137 | 2024-12-28T04:38:22.624Z | [ ID] Interval Transfer Bandwidth |
2138 | 2024-12-28T04:38:22.624Z | [ 5] 0.00-10.00 sec 219 MBytes 183 Mbits/sec sender |
2139 | 2024-12-28T04:38:22.624Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2140 | 2024-12-28T04:38:22.624Z | [ 7] 0.00-10.00 sec 219 MBytes 183 Mbits/sec sender |
2141 | 2024-12-28T04:38:22.624Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2142 | 2024-12-28T04:38:22.624Z | [ 9] 0.00-10.00 sec 218 MBytes 183 Mbits/sec sender |
2143 | 2024-12-28T04:38:22.624Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2144 | 2024-12-28T04:38:22.624Z | [ 11] 0.00-10.00 sec 218 MBytes 183 Mbits/sec sender |
2145 | 2024-12-28T04:38:22.624Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2146 | 2024-12-28T04:38:22.624Z | [ 13] 0.00-10.00 sec 218 MBytes 183 Mbits/sec sender |
2147 | 2024-12-28T04:38:22.624Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2148 | 2024-12-28T04:38:22.624Z | [ 15] 0.00-10.00 sec 218 MBytes 183 Mbits/sec sender |
2149 | 2024-12-28T04:38:22.624Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2150 | 2024-12-28T04:38:22.624Z | [ 17] 0.00-10.00 sec 218 MBytes 183 Mbits/sec sender |
2151 | 2024-12-28T04:38:22.624Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2152 | 2024-12-28T04:38:22.624Z | [ 19] 0.00-10.00 sec 218 MBytes 183 Mbits/sec sender |
2153 | 2024-12-28T04:38:22.624Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2154 | 2024-12-28T04:38:22.624Z | [SUM] 0.00-10.00 sec 1.71 GBytes 1.47 Gbits/sec sender |
2155 | 2024-12-28T04:38:22.624Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2156 | 2024-12-28T04:38:22.627Z | Run 5/5...1465.862Mbps |
2157 | 2024-12-28T04:38:22.627Z | ###---------------------### |
2158 | 2024-12-28T04:38:22.627Z | ::: iPerf done... ::: |
2159 | 2024-12-28T04:38:22.627Z | :::Awaiting out files...::: |
2160 | 2024-12-28T04:38:22.627Z | ###---------------------### |
2161 | 2024-12-28T04:38:22.627Z | ###-----### |
2162 | 2024-12-28T04:38:22.627Z | :::done!::: |
2163 | 2024-12-28T04:38:22.627Z | ###-----### |
2164 | 2024-12-28T04:38:22.627Z | ###-------------------### |
2165 | 2024-12-28T04:38:22.627Z | :::Running experiment ::: |
2166 | 2024-12-28T04:38:22.628Z | :::iperf-tcp/local/c2s::: |
2167 | 2024-12-28T04:38:22.628Z | ###-------------------### |
2168 | 2024-12-28T04:38:23.101Z | dtrace: description 'profile-201us ' matched 2 probes |
2169 | 2024-12-28T04:38:29.658Z | ----------------------------------------------------------- |
2170 | 2024-12-28T04:38:29.658Z | Server listening on 5201 |
2171 | 2024-12-28T04:38:29.658Z | ----------------------------------------------------------- |
2172 | 2024-12-28T04:38:29.658Z | Accepted connection from 10.0.0.1, port 60434 |
2173 | 2024-12-28T04:38:29.658Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57162 |
2174 | 2024-12-28T04:38:29.658Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58784 |
2175 | 2024-12-28T04:38:29.658Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41140 |
2176 | 2024-12-28T04:38:29.658Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42036 |
2177 | 2024-12-28T04:38:29.658Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63579 |
2178 | 2024-12-28T04:38:29.658Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64594 |
2179 | 2024-12-28T04:38:29.658Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57066 |
2180 | 2024-12-28T04:38:29.658Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43300 |
2181 | 2024-12-28T04:38:29.658Z | [ ID] Interval Transfer Bandwidth |
2182 | 2024-12-28T04:38:29.658Z | [ 5] 0.00-1.00 sec 15.7 MBytes 131 Mbits/sec |
2183 | 2024-12-28T04:38:29.658Z | [ 7] 0.00-1.00 sec 15.6 MBytes 131 Mbits/sec |
2184 | 2024-12-28T04:38:29.659Z | [ 9] 0.00-1.00 sec 15.4 MBytes 130 Mbits/sec |
2185 | 2024-12-28T04:38:29.659Z | [ 11] 0.00-1.00 sec 15.4 MBytes 130 Mbits/sec |
2186 | 2024-12-28T04:38:29.659Z | [ 13] 0.00-1.00 sec 15.4 MBytes 130 Mbits/sec |
2187 | 2024-12-28T04:38:29.659Z | [ 15] 0.00-1.00 sec 15.4 MBytes 130 Mbits/sec |
2188 | 2024-12-28T04:38:29.659Z | [ 17] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec |
2189 | 2024-12-28T04:38:29.659Z | [ 19] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
2190 | 2024-12-28T04:38:29.659Z | [SUM] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec |
2191 | 2024-12-28T04:38:29.659Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2192 | 2024-12-28T04:38:29.659Z | [ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2193 | 2024-12-28T04:38:29.659Z | [ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2194 | 2024-12-28T04:38:29.659Z | [ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2195 | 2024-12-28T04:38:29.659Z | [ 11] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2196 | 2024-12-28T04:38:29.659Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2197 | 2024-12-28T04:38:29.659Z | [ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2198 | 2024-12-28T04:38:29.659Z | [ 17] 1.00-2.00 sec 13.5 MBytes 114 Mbits/sec |
2199 | 2024-12-28T04:38:29.659Z | [ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2200 | 2024-12-28T04:38:29.659Z | [SUM] 1.00-2.00 sec 108 MBytes 909 Mbits/sec |
2201 | 2024-12-28T04:38:29.659Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2202 | 2024-12-28T04:38:29.659Z | [ 5] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2203 | 2024-12-28T04:38:29.659Z | [ 7] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2204 | 2024-12-28T04:38:29.659Z | [ 9] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2205 | 2024-12-28T04:38:29.659Z | [ 11] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2206 | 2024-12-28T04:38:29.659Z | [ 13] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2207 | 2024-12-28T04:38:29.659Z | [ 15] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2208 | 2024-12-28T04:38:29.659Z | [ 17] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2209 | 2024-12-28T04:38:29.659Z | [ 19] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2210 | 2024-12-28T04:38:29.659Z | [SUM] 2.00-3.00 sec 110 MBytes 920 Mbits/sec |
2211 | 2024-12-28T04:38:29.659Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2212 | 2024-12-28T04:38:29.659Z | [ 5] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2213 | 2024-12-28T04:38:29.659Z | [ 7] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2214 | 2024-12-28T04:38:29.659Z | [ 9] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
2215 | 2024-12-28T04:38:29.659Z | [ 11] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2216 | 2024-12-28T04:38:29.659Z | [ 13] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2217 | 2024-12-28T04:38:29.659Z | [ 15] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2218 | 2024-12-28T04:38:29.659Z | [ 17] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2219 | 2024-12-28T04:38:29.659Z | [ 19] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
2220 | 2024-12-28T04:38:29.659Z | [SUM] 3.00-4.00 sec 110 MBytes 920 Mbits/sec |
2221 | 2024-12-28T04:38:29.659Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2222 | 2024-12-28T04:38:29.659Z | [ 5] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2223 | 2024-12-28T04:38:29.660Z | [ 7] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2224 | 2024-12-28T04:38:29.660Z | [ 9] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2225 | 2024-12-28T04:38:29.660Z | [ 11] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2226 | 2024-12-28T04:38:29.660Z | [ 13] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2227 | 2024-12-28T04:38:29.660Z | [ 15] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2228 | 2024-12-28T04:38:29.660Z | [ 17] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2229 | 2024-12-28T04:38:29.660Z | [ 19] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2230 | 2024-12-28T04:38:29.660Z | [SUM] 4.00-5.00 sec 109 MBytes 917 Mbits/sec |
2231 | 2024-12-28T04:38:29.660Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2232 | 2024-12-28T04:38:29.660Z | [ 5] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2233 | 2024-12-28T04:38:29.660Z | [ 7] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2234 | 2024-12-28T04:38:29.660Z | [ 9] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2235 | 2024-12-28T04:38:29.660Z | [ 11] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2236 | 2024-12-28T04:38:29.660Z | [ 13] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2237 | 2024-12-28T04:38:29.660Z | [ 15] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2238 | 2024-12-28T04:38:29.660Z | [ 17] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2239 | 2024-12-28T04:38:29.660Z | [ 19] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2240 | 2024-12-28T04:38:29.660Z | [SUM] 5.00-6.00 sec 109 MBytes 913 Mbits/sec |
2241 | 2024-12-28T04:38:29.660Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2242 | 2024-12-28T04:38:29.660Z | [ 5] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2243 | 2024-12-28T04:38:29.660Z | [ 7] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2244 | 2024-12-28T04:38:29.660Z | [ 9] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2245 | 2024-12-28T04:38:32.773Z | [ 11] 6.00-7.00 sec 13.5 MBytes 114 Mbits/sec |
2246 | 2024-12-28T04:38:32.773Z | [ 13] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2247 | 2024-12-28T04:38:32.773Z | [ 15] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2248 | 2024-12-28T04:38:32.773Z | [ 17] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2249 | 2024-12-28T04:38:32.773Z | [ 19] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2250 | 2024-12-28T04:38:32.773Z | [SUM] 6.00-7.00 sec 109 MBytes 913 Mbits/sec |
2251 | 2024-12-28T04:38:32.773Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2252 | 2024-12-28T04:38:32.773Z | [ 5] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2253 | 2024-12-28T04:38:32.773Z | [ 7] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec |
2254 | 2024-12-28T04:38:32.773Z | [ 9] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2255 | 2024-12-28T04:38:32.773Z | [ 11] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec |
2256 | 2024-12-28T04:38:32.773Z | [ 13] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec |
2257 | 2024-12-28T04:38:32.773Z | [ 15] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec |
2258 | 2024-12-28T04:38:32.773Z | [ 17] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2259 | 2024-12-28T04:38:32.773Z | [ 19] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2260 | 2024-12-28T04:38:32.773Z | [SUM] 7.00-8.00 sec 109 MBytes 916 Mbits/sec |
2261 | 2024-12-28T04:38:32.773Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2262 | 2024-12-28T04:38:32.773Z | [ 5] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2263 | 2024-12-28T04:38:32.773Z | [ 7] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2264 | 2024-12-28T04:38:32.773Z | [ 9] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2265 | 2024-12-28T04:38:32.773Z | [ 11] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2266 | 2024-12-28T04:38:32.773Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2267 | 2024-12-28T04:38:32.774Z | [ 15] 8.00-9.00 sec 13.5 MBytes 114 Mbits/sec |
2268 | 2024-12-28T04:38:32.774Z | [ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2269 | 2024-12-28T04:38:32.774Z | [ 19] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2270 | 2024-12-28T04:38:32.774Z | [SUM] 8.00-9.00 sec 109 MBytes 911 Mbits/sec |
2271 | 2024-12-28T04:38:32.774Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2272 | 2024-12-28T04:38:32.774Z | [ 5] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec |
2273 | 2024-12-28T04:38:32.774Z | [ 7] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec |
2274 | 2024-12-28T04:38:32.774Z | [ 9] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2275 | 2024-12-28T04:38:32.774Z | [ 11] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec |
2276 | 2024-12-28T04:38:32.774Z | [ 13] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec |
2277 | 2024-12-28T04:38:32.774Z | [ 15] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec |
2278 | 2024-12-28T04:38:32.774Z | [ 17] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec |
2279 | 2024-12-28T04:38:32.774Z | [ 19] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2280 | 2024-12-28T04:38:32.774Z | [SUM] 9.00-10.00 sec 110 MBytes 926 Mbits/sec |
2281 | 2024-12-28T04:38:32.774Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2282 | 2024-12-28T04:38:32.774Z | [ 5] 10.00-10.00 sec 53.7 KBytes 129 Mbits/sec |
2283 | 2024-12-28T04:38:32.774Z | [ 7] 10.00-10.00 sec 5.66 KBytes 13.6 Mbits/sec |
2284 | 2024-12-28T04:38:32.774Z | [ 9] 10.00-10.00 sec 124 KBytes 299 Mbits/sec |
2285 | 2024-12-28T04:38:32.774Z | [ 11] 10.00-10.00 sec 5.66 KBytes 13.6 Mbits/sec |
2286 | 2024-12-28T04:38:32.774Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2287 | 2024-12-28T04:38:32.774Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2288 | 2024-12-28T04:38:32.774Z | [ 17] 10.00-10.00 sec 99.0 KBytes 238 Mbits/sec |
2289 | 2024-12-28T04:38:32.774Z | [ 19] 10.00-10.00 sec 124 KBytes 299 Mbits/sec |
2290 | 2024-12-28T04:38:32.774Z | [SUM] 10.00-10.00 sec 413 KBytes 991 Mbits/sec |
2291 | 2024-12-28T04:38:32.774Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2292 | 2024-12-28T04:38:32.774Z | [ ID] Interval Transfer Bandwidth |
2293 | 2024-12-28T04:38:32.774Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2294 | 2024-12-28T04:38:32.774Z | [ 5] 0.00-10.00 sec 139 MBytes 116 Mbits/sec receiver |
2295 | 2024-12-28T04:38:32.774Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2296 | 2024-12-28T04:38:32.774Z | [ 7] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2297 | 2024-12-28T04:38:32.774Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2298 | 2024-12-28T04:38:32.774Z | [ 9] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2299 | 2024-12-28T04:38:32.774Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2300 | 2024-12-28T04:38:32.774Z | [ 11] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2301 | 2024-12-28T04:38:32.774Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2302 | 2024-12-28T04:38:32.774Z | [ 13] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2303 | 2024-12-28T04:38:32.774Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2304 | 2024-12-28T04:38:32.774Z | [ 15] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2305 | 2024-12-28T04:38:32.774Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2306 | 2024-12-28T04:38:32.775Z | [ 17] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2307 | 2024-12-28T04:38:32.775Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2308 | 2024-12-28T04:38:32.775Z | [ 19] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2309 | 2024-12-28T04:38:32.775Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2310 | 2024-12-28T04:38:32.775Z | [SUM] 0.00-10.00 sec 1.08 GBytes 928 Mbits/sec receiver |
2311 | 2024-12-28T04:38:32.778Z | Run 1/10...928.7170166353329Mbps |
2312 | 2024-12-28T04:38:39.806Z | ----------------------------------------------------------- |
2313 | 2024-12-28T04:38:39.806Z | Server listening on 5201 |
2314 | 2024-12-28T04:38:39.806Z | ----------------------------------------------------------- |
2315 | 2024-12-28T04:38:39.807Z | Accepted connection from 10.0.0.1, port 38155 |
2316 | 2024-12-28T04:38:39.807Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58730 |
2317 | 2024-12-28T04:38:39.807Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52790 |
2318 | 2024-12-28T04:38:39.807Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49573 |
2319 | 2024-12-28T04:38:39.807Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33396 |
2320 | 2024-12-28T04:38:39.807Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36203 |
2321 | 2024-12-28T04:38:39.807Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65407 |
2322 | 2024-12-28T04:38:39.807Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36088 |
2323 | 2024-12-28T04:38:39.807Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47330 |
2324 | 2024-12-28T04:38:39.807Z | [ ID] Interval Transfer Bandwidth |
2325 | 2024-12-28T04:38:39.807Z | [ 5] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
2326 | 2024-12-28T04:38:39.807Z | [ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2327 | 2024-12-28T04:38:39.807Z | [ 9] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2328 | 2024-12-28T04:38:39.807Z | [ 11] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2329 | 2024-12-28T04:38:39.807Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2330 | 2024-12-28T04:38:39.807Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2331 | 2024-12-28T04:38:39.807Z | [ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2332 | 2024-12-28T04:38:39.807Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2333 | 2024-12-28T04:38:39.807Z | [SUM] 0.00-1.00 sec 98.8 MBytes 829 Mbits/sec |
2334 | 2024-12-28T04:38:39.807Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2335 | 2024-12-28T04:38:39.807Z | [ 5] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2336 | 2024-12-28T04:38:39.807Z | [ 7] 1.00-2.00 sec 13.8 MBytes 115 Mbits/sec |
2337 | 2024-12-28T04:38:39.807Z | [ 9] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2338 | 2024-12-28T04:38:39.807Z | [ 11] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2339 | 2024-12-28T04:38:39.807Z | [ 13] 1.00-2.00 sec 13.9 MBytes 116 Mbits/sec |
2340 | 2024-12-28T04:38:39.807Z | [ 15] 1.00-2.00 sec 13.8 MBytes 116 Mbits/sec |
2341 | 2024-12-28T04:38:39.807Z | [ 17] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2342 | 2024-12-28T04:38:39.807Z | [ 19] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2343 | 2024-12-28T04:38:39.807Z | [SUM] 1.00-2.00 sec 110 MBytes 923 Mbits/sec |
2344 | 2024-12-28T04:38:39.807Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2345 | 2024-12-28T04:38:39.807Z | [ 5] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2346 | 2024-12-28T04:38:39.807Z | [ 7] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2347 | 2024-12-28T04:38:39.807Z | [ 9] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2348 | 2024-12-28T04:38:39.807Z | [ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2349 | 2024-12-28T04:38:39.807Z | [ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2350 | 2024-12-28T04:38:39.807Z | [ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2351 | 2024-12-28T04:38:39.807Z | [ 17] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2352 | 2024-12-28T04:38:39.807Z | [ 19] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2353 | 2024-12-28T04:38:39.808Z | [SUM] 2.00-3.00 sec 109 MBytes 911 Mbits/sec |
2354 | 2024-12-28T04:38:39.808Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2355 | 2024-12-28T04:38:39.808Z | [ 5] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2356 | 2024-12-28T04:38:39.808Z | [ 7] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2357 | 2024-12-28T04:38:39.808Z | [ 9] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2358 | 2024-12-28T04:38:39.808Z | [ 11] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec |
2359 | 2024-12-28T04:38:39.808Z | [ 13] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2360 | 2024-12-28T04:38:39.808Z | [ 15] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2361 | 2024-12-28T04:38:39.808Z | [ 17] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec |
2362 | 2024-12-28T04:38:39.808Z | [ 19] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2363 | 2024-12-28T04:38:39.808Z | [SUM] 3.00-4.00 sec 110 MBytes 926 Mbits/sec |
2364 | 2024-12-28T04:38:39.808Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2365 | 2024-12-28T04:38:39.808Z | [ 5] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec |
2366 | 2024-12-28T04:38:39.808Z | [ 7] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2367 | 2024-12-28T04:38:39.808Z | [ 9] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec |
2368 | 2024-12-28T04:38:39.808Z | [ 11] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2369 | 2024-12-28T04:38:39.808Z | [ 13] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2370 | 2024-12-28T04:38:39.808Z | [ 15] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2371 | 2024-12-28T04:38:39.808Z | [ 17] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2372 | 2024-12-28T04:38:39.808Z | [ 19] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec |
2373 | 2024-12-28T04:38:39.808Z | [SUM] 4.00-5.00 sec 110 MBytes 925 Mbits/sec |
2374 | 2024-12-28T04:38:39.808Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2375 | 2024-12-28T04:38:39.808Z | [ 5] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2376 | 2024-12-28T04:38:39.808Z | [ 7] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2377 | 2024-12-28T04:38:39.808Z | [ 9] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2378 | 2024-12-28T04:38:39.808Z | [ 11] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2379 | 2024-12-28T04:38:39.808Z | [ 13] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2380 | 2024-12-28T04:38:39.808Z | [ 15] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2381 | 2024-12-28T04:38:39.808Z | [ 17] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2382 | 2024-12-28T04:38:39.808Z | [ 19] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2383 | 2024-12-28T04:38:39.808Z | [SUM] 5.00-6.00 sec 110 MBytes 919 Mbits/sec |
2384 | 2024-12-28T04:38:39.808Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2385 | 2024-12-28T04:38:39.808Z | [ 5] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2386 | 2024-12-28T04:38:39.808Z | [ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2387 | 2024-12-28T04:38:39.808Z | [ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2388 | 2024-12-28T04:38:43.024Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2389 | 2024-12-28T04:38:43.024Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2390 | 2024-12-28T04:38:43.024Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2391 | 2024-12-28T04:38:43.024Z | [ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2392 | 2024-12-28T04:38:43.024Z | [ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2393 | 2024-12-28T04:38:43.024Z | [SUM] 6.00-7.00 sec 108 MBytes 905 Mbits/sec |
2394 | 2024-12-28T04:38:43.024Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2395 | 2024-12-28T04:38:43.024Z | [ 5] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2396 | 2024-12-28T04:38:43.025Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2397 | 2024-12-28T04:38:43.025Z | [ 9] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2398 | 2024-12-28T04:38:43.025Z | [ 11] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2399 | 2024-12-28T04:38:43.025Z | [ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2400 | 2024-12-28T04:38:43.025Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2401 | 2024-12-28T04:38:43.025Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2402 | 2024-12-28T04:38:43.025Z | [ 19] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2403 | 2024-12-28T04:38:43.025Z | [SUM] 7.00-8.00 sec 108 MBytes 908 Mbits/sec |
2404 | 2024-12-28T04:38:43.025Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2405 | 2024-12-28T04:38:43.025Z | [ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2406 | 2024-12-28T04:38:43.025Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2407 | 2024-12-28T04:38:43.025Z | [ 9] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2408 | 2024-12-28T04:38:43.025Z | [ 11] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2409 | 2024-12-28T04:38:43.025Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2410 | 2024-12-28T04:38:43.025Z | [ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2411 | 2024-12-28T04:38:43.025Z | [ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2412 | 2024-12-28T04:38:43.025Z | [ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2413 | 2024-12-28T04:38:43.025Z | [SUM] 8.00-9.00 sec 108 MBytes 905 Mbits/sec |
2414 | 2024-12-28T04:38:43.025Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2415 | 2024-12-28T04:38:43.025Z | [ 5] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2416 | 2024-12-28T04:38:43.025Z | [ 7] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2417 | 2024-12-28T04:38:43.025Z | [ 9] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2418 | 2024-12-28T04:38:43.025Z | [ 11] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2419 | 2024-12-28T04:38:43.025Z | [ 13] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2420 | 2024-12-28T04:38:43.025Z | [ 15] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2421 | 2024-12-28T04:38:43.025Z | [ 17] 9.00-10.00 sec 13.5 MBytes 114 Mbits/sec |
2422 | 2024-12-28T04:38:43.025Z | [ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2423 | 2024-12-28T04:38:43.025Z | [SUM] 9.00-10.00 sec 108 MBytes 909 Mbits/sec |
2424 | 2024-12-28T04:38:43.025Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2425 | 2024-12-28T04:38:43.025Z | [ 5] 10.00-10.00 sec 124 KBytes 298 Mbits/sec |
2426 | 2024-12-28T04:38:43.025Z | [ 7] 10.00-10.00 sec 12.7 KBytes 30.4 Mbits/sec |
2427 | 2024-12-28T04:38:43.025Z | [ 9] 10.00-10.00 sec 124 KBytes 298 Mbits/sec |
2428 | 2024-12-28T04:38:43.025Z | [ 11] 10.00-10.00 sec 28.3 KBytes 67.6 Mbits/sec |
2429 | 2024-12-28T04:38:43.025Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2430 | 2024-12-28T04:38:43.025Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2431 | 2024-12-28T04:38:43.025Z | [ 17] 10.00-10.00 sec 76.4 KBytes 183 Mbits/sec |
2432 | 2024-12-28T04:38:43.025Z | [ 19] 10.00-10.00 sec 124 KBytes 298 Mbits/sec |
2433 | 2024-12-28T04:38:43.025Z | [SUM] 10.00-10.00 sec 491 KBytes 1.17 Gbits/sec |
2434 | 2024-12-28T04:38:43.026Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2435 | 2024-12-28T04:38:43.026Z | [ ID] Interval Transfer Bandwidth |
2436 | 2024-12-28T04:38:43.026Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2437 | 2024-12-28T04:38:43.026Z | [ 5] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2438 | 2024-12-28T04:38:43.026Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2439 | 2024-12-28T04:38:43.026Z | [ 7] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2440 | 2024-12-28T04:38:43.026Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2441 | 2024-12-28T04:38:43.026Z | [ 9] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2442 | 2024-12-28T04:38:43.026Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2443 | 2024-12-28T04:38:43.026Z | [ 11] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2444 | 2024-12-28T04:38:43.026Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2445 | 2024-12-28T04:38:43.026Z | [ 13] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2446 | 2024-12-28T04:38:43.026Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2447 | 2024-12-28T04:38:43.026Z | [ 15] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2448 | 2024-12-28T04:38:43.026Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2449 | 2024-12-28T04:38:43.026Z | [ 17] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2450 | 2024-12-28T04:38:43.026Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2451 | 2024-12-28T04:38:43.026Z | [ 19] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2452 | 2024-12-28T04:38:43.026Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2453 | 2024-12-28T04:38:43.026Z | [SUM] 0.00-10.00 sec 1.06 GBytes 906 Mbits/sec receiver |
2454 | 2024-12-28T04:38:43.029Z | Run 2/10...906.685765907308Mbps |
2455 | 2024-12-28T04:38:50.058Z | ----------------------------------------------------------- |
2456 | 2024-12-28T04:38:50.058Z | Server listening on 5201 |
2457 | 2024-12-28T04:38:50.058Z | ----------------------------------------------------------- |
2458 | 2024-12-28T04:38:50.058Z | Accepted connection from 10.0.0.1, port 40395 |
2459 | 2024-12-28T04:38:50.059Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49785 |
2460 | 2024-12-28T04:38:50.059Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54500 |
2461 | 2024-12-28T04:38:50.059Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59426 |
2462 | 2024-12-28T04:38:50.059Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50362 |
2463 | 2024-12-28T04:38:50.059Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33373 |
2464 | 2024-12-28T04:38:50.059Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52628 |
2465 | 2024-12-28T04:38:50.059Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41390 |
2466 | 2024-12-28T04:38:50.059Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62020 |
2467 | 2024-12-28T04:38:50.059Z | [ ID] Interval Transfer Bandwidth |
2468 | 2024-12-28T04:38:50.059Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2469 | 2024-12-28T04:38:50.059Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2470 | 2024-12-28T04:38:50.059Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2471 | 2024-12-28T04:38:50.059Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2472 | 2024-12-28T04:38:50.059Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2473 | 2024-12-28T04:38:50.059Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2474 | 2024-12-28T04:38:50.059Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2475 | 2024-12-28T04:38:50.059Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2476 | 2024-12-28T04:38:50.059Z | [SUM] 0.00-1.00 sec 97.8 MBytes 820 Mbits/sec |
2477 | 2024-12-28T04:38:50.059Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2478 | 2024-12-28T04:38:50.059Z | [ 5] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2479 | 2024-12-28T04:38:50.059Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2480 | 2024-12-28T04:38:50.059Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2481 | 2024-12-28T04:38:50.059Z | [ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2482 | 2024-12-28T04:38:50.059Z | [ 13] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
2483 | 2024-12-28T04:38:50.059Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2484 | 2024-12-28T04:38:50.059Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2485 | 2024-12-28T04:38:50.059Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2486 | 2024-12-28T04:38:50.059Z | [SUM] 1.00-2.00 sec 107 MBytes 899 Mbits/sec |
2487 | 2024-12-28T04:38:50.059Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2488 | 2024-12-28T04:38:50.059Z | [ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2489 | 2024-12-28T04:38:50.059Z | [ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2490 | 2024-12-28T04:38:50.059Z | [ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2491 | 2024-12-28T04:38:50.059Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2492 | 2024-12-28T04:38:50.059Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2493 | 2024-12-28T04:38:50.059Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2494 | 2024-12-28T04:38:50.059Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2495 | 2024-12-28T04:38:50.059Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2496 | 2024-12-28T04:38:50.059Z | [SUM] 2.00-3.00 sec 107 MBytes 897 Mbits/sec |
2497 | 2024-12-28T04:38:50.059Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2498 | 2024-12-28T04:38:50.060Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2499 | 2024-12-28T04:38:50.060Z | [ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2500 | 2024-12-28T04:38:50.060Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2501 | 2024-12-28T04:38:50.060Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2502 | 2024-12-28T04:38:50.060Z | [ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2503 | 2024-12-28T04:38:50.060Z | [ 15] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2504 | 2024-12-28T04:38:50.060Z | [ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2505 | 2024-12-28T04:38:50.060Z | [ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2506 | 2024-12-28T04:38:50.060Z | [SUM] 3.00-4.00 sec 106 MBytes 885 Mbits/sec |
2507 | 2024-12-28T04:38:50.060Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2508 | 2024-12-28T04:38:50.060Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2509 | 2024-12-28T04:38:50.060Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
2510 | 2024-12-28T04:38:50.060Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2511 | 2024-12-28T04:38:50.060Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2512 | 2024-12-28T04:38:50.060Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2513 | 2024-12-28T04:38:50.060Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2514 | 2024-12-28T04:38:50.060Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
2515 | 2024-12-28T04:38:50.060Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
2516 | 2024-12-28T04:38:50.060Z | [SUM] 4.00-5.00 sec 104 MBytes 869 Mbits/sec |
2517 | 2024-12-28T04:38:50.060Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2518 | 2024-12-28T04:38:50.060Z | [ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2519 | 2024-12-28T04:38:50.060Z | [ 7] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec |
2520 | 2024-12-28T04:38:50.060Z | [ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2521 | 2024-12-28T04:38:50.060Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2522 | 2024-12-28T04:38:50.060Z | [ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2523 | 2024-12-28T04:38:50.060Z | [ 15] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec |
2524 | 2024-12-28T04:38:50.060Z | [ 17] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec |
2525 | 2024-12-28T04:38:50.060Z | [ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2526 | 2024-12-28T04:38:50.060Z | [SUM] 5.00-6.00 sec 106 MBytes 889 Mbits/sec |
2527 | 2024-12-28T04:38:50.060Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2528 | 2024-12-28T04:38:50.060Z | [ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2529 | 2024-12-28T04:38:50.060Z | [ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2530 | 2024-12-28T04:38:50.060Z | [ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2531 | 2024-12-28T04:38:53.275Z | [ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2532 | 2024-12-28T04:38:53.275Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2533 | 2024-12-28T04:38:53.275Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2534 | 2024-12-28T04:38:53.275Z | [ 17] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2535 | 2024-12-28T04:38:53.275Z | [ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2536 | 2024-12-28T04:38:53.275Z | [SUM] 6.00-7.00 sec 106 MBytes 886 Mbits/sec |
2537 | 2024-12-28T04:38:53.275Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2538 | 2024-12-28T04:38:53.275Z | [ 5] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
2539 | 2024-12-28T04:38:53.275Z | [ 7] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
2540 | 2024-12-28T04:38:53.275Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2541 | 2024-12-28T04:38:53.275Z | [ 11] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2542 | 2024-12-28T04:38:53.275Z | [ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2543 | 2024-12-28T04:38:53.275Z | [ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2544 | 2024-12-28T04:38:53.275Z | [ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2545 | 2024-12-28T04:38:53.275Z | [ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2546 | 2024-12-28T04:38:53.275Z | [SUM] 7.00-8.00 sec 106 MBytes 885 Mbits/sec |
2547 | 2024-12-28T04:38:53.275Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2548 | 2024-12-28T04:38:53.275Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2549 | 2024-12-28T04:38:53.275Z | [ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2550 | 2024-12-28T04:38:53.275Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2551 | 2024-12-28T04:38:53.275Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2552 | 2024-12-28T04:38:53.275Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2553 | 2024-12-28T04:38:53.275Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2554 | 2024-12-28T04:38:53.275Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2555 | 2024-12-28T04:38:53.275Z | [ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2556 | 2024-12-28T04:38:53.275Z | [SUM] 8.00-9.00 sec 105 MBytes 882 Mbits/sec |
2557 | 2024-12-28T04:38:53.275Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2558 | 2024-12-28T04:38:53.275Z | [ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2559 | 2024-12-28T04:38:53.275Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2560 | 2024-12-28T04:38:53.275Z | [ 9] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2561 | 2024-12-28T04:38:53.276Z | [ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2562 | 2024-12-28T04:38:53.276Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2563 | 2024-12-28T04:38:53.276Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2564 | 2024-12-28T04:38:53.276Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2565 | 2024-12-28T04:38:53.276Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2566 | 2024-12-28T04:38:53.276Z | [SUM] 9.00-10.00 sec 105 MBytes 883 Mbits/sec |
2567 | 2024-12-28T04:38:53.276Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2568 | 2024-12-28T04:38:53.276Z | [ 5] 10.00-10.00 sec 42.4 KBytes 91.5 Mbits/sec |
2569 | 2024-12-28T04:38:53.276Z | [ 7] 10.00-10.00 sec 42.4 KBytes 91.5 Mbits/sec |
2570 | 2024-12-28T04:38:53.276Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2571 | 2024-12-28T04:38:53.276Z | [ 11] 10.00-10.00 sec 73.5 KBytes 159 Mbits/sec |
2572 | 2024-12-28T04:38:53.276Z | [ 13] 10.00-10.00 sec 124 KBytes 269 Mbits/sec |
2573 | 2024-12-28T04:38:53.276Z | [ 15] 10.00-10.00 sec 124 KBytes 268 Mbits/sec |
2574 | 2024-12-28T04:38:53.276Z | [ 17] 10.00-10.00 sec 93.3 KBytes 201 Mbits/sec |
2575 | 2024-12-28T04:38:53.276Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2576 | 2024-12-28T04:38:53.276Z | [SUM] 10.00-10.00 sec 501 KBytes 1.08 Gbits/sec |
2577 | 2024-12-28T04:38:53.276Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2578 | 2024-12-28T04:38:53.276Z | [ ID] Interval Transfer Bandwidth |
2579 | 2024-12-28T04:38:53.276Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2580 | 2024-12-28T04:38:53.276Z | [ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2581 | 2024-12-28T04:38:53.276Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2582 | 2024-12-28T04:38:53.276Z | [ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2583 | 2024-12-28T04:38:53.276Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2584 | 2024-12-28T04:38:53.276Z | [ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2585 | 2024-12-28T04:38:53.276Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2586 | 2024-12-28T04:38:53.276Z | [ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2587 | 2024-12-28T04:38:53.276Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2588 | 2024-12-28T04:38:53.276Z | [ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2589 | 2024-12-28T04:38:53.276Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2590 | 2024-12-28T04:38:53.276Z | [ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2591 | 2024-12-28T04:38:53.276Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2592 | 2024-12-28T04:38:53.276Z | [ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2593 | 2024-12-28T04:38:53.276Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2594 | 2024-12-28T04:38:53.276Z | [ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2595 | 2024-12-28T04:38:53.276Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2596 | 2024-12-28T04:38:53.276Z | [SUM] 0.00-10.00 sec 1.02 GBytes 880 Mbits/sec receiver |
2597 | 2024-12-28T04:38:53.280Z | Run 3/10...880.12548168568Mbps |
2598 | 2024-12-28T04:39:00.307Z | ----------------------------------------------------------- |
2599 | 2024-12-28T04:39:00.307Z | Server listening on 5201 |
2600 | 2024-12-28T04:39:00.307Z | ----------------------------------------------------------- |
2601 | 2024-12-28T04:39:00.308Z | Accepted connection from 10.0.0.1, port 37389 |
2602 | 2024-12-28T04:39:00.308Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60419 |
2603 | 2024-12-28T04:39:00.308Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32957 |
2604 | 2024-12-28T04:39:00.308Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37571 |
2605 | 2024-12-28T04:39:00.308Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62092 |
2606 | 2024-12-28T04:39:00.308Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54514 |
2607 | 2024-12-28T04:39:00.308Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52598 |
2608 | 2024-12-28T04:39:00.308Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50018 |
2609 | 2024-12-28T04:39:00.308Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43861 |
2610 | 2024-12-28T04:39:00.308Z | [ ID] Interval Transfer Bandwidth |
2611 | 2024-12-28T04:39:00.308Z | [ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2612 | 2024-12-28T04:39:00.308Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2613 | 2024-12-28T04:39:00.308Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2614 | 2024-12-28T04:39:00.308Z | [ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2615 | 2024-12-28T04:39:00.308Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2616 | 2024-12-28T04:39:00.308Z | [ 15] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
2617 | 2024-12-28T04:39:00.308Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2618 | 2024-12-28T04:39:00.308Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2619 | 2024-12-28T04:39:00.308Z | [SUM] 0.00-1.00 sec 96.1 MBytes 806 Mbits/sec |
2620 | 2024-12-28T04:39:00.308Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2621 | 2024-12-28T04:39:00.308Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2622 | 2024-12-28T04:39:00.308Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2623 | 2024-12-28T04:39:00.308Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2624 | 2024-12-28T04:39:00.308Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2625 | 2024-12-28T04:39:00.308Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2626 | 2024-12-28T04:39:00.308Z | [ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2627 | 2024-12-28T04:39:00.308Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2628 | 2024-12-28T04:39:00.308Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2629 | 2024-12-28T04:39:00.308Z | [SUM] 1.00-2.00 sec 105 MBytes 881 Mbits/sec |
2630 | 2024-12-28T04:39:00.308Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2631 | 2024-12-28T04:39:00.308Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2632 | 2024-12-28T04:39:00.308Z | [ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2633 | 2024-12-28T04:39:00.308Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2634 | 2024-12-28T04:39:00.308Z | [ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
2635 | 2024-12-28T04:39:00.308Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
2636 | 2024-12-28T04:39:00.308Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
2637 | 2024-12-28T04:39:00.308Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2638 | 2024-12-28T04:39:00.308Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2639 | 2024-12-28T04:39:00.309Z | [SUM] 2.00-3.00 sec 105 MBytes 878 Mbits/sec |
2640 | 2024-12-28T04:39:00.309Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2641 | 2024-12-28T04:39:00.309Z | [ 5] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2642 | 2024-12-28T04:39:00.309Z | [ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2643 | 2024-12-28T04:39:00.309Z | [ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2644 | 2024-12-28T04:39:00.309Z | [ 11] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec |
2645 | 2024-12-28T04:39:00.309Z | [ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2646 | 2024-12-28T04:39:00.309Z | [ 15] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2647 | 2024-12-28T04:39:00.309Z | [ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2648 | 2024-12-28T04:39:00.309Z | [ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2649 | 2024-12-28T04:39:00.309Z | [SUM] 3.00-4.00 sec 106 MBytes 889 Mbits/sec |
2650 | 2024-12-28T04:39:00.309Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2651 | 2024-12-28T04:39:00.309Z | [ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2652 | 2024-12-28T04:39:00.309Z | [ 7] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
2653 | 2024-12-28T04:39:00.309Z | [ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2654 | 2024-12-28T04:39:00.309Z | [ 11] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
2655 | 2024-12-28T04:39:00.309Z | [ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2656 | 2024-12-28T04:39:00.309Z | [ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2657 | 2024-12-28T04:39:00.309Z | [ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2658 | 2024-12-28T04:39:00.309Z | [ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2659 | 2024-12-28T04:39:00.309Z | [SUM] 4.00-5.00 sec 107 MBytes 894 Mbits/sec |
2660 | 2024-12-28T04:39:00.309Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2661 | 2024-12-28T04:39:00.309Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2662 | 2024-12-28T04:39:00.309Z | [ 7] 5.00-6.00 sec 13.4 MBytes 113 Mbits/sec |
2663 | 2024-12-28T04:39:00.309Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2664 | 2024-12-28T04:39:00.309Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2665 | 2024-12-28T04:39:00.309Z | [ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2666 | 2024-12-28T04:39:00.309Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2667 | 2024-12-28T04:39:00.309Z | [ 17] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2668 | 2024-12-28T04:39:00.309Z | [ 19] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2669 | 2024-12-28T04:39:00.309Z | [SUM] 5.00-6.00 sec 108 MBytes 903 Mbits/sec |
2670 | 2024-12-28T04:39:00.309Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2671 | 2024-12-28T04:39:00.309Z | [ 5] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2672 | 2024-12-28T04:39:00.309Z | [ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2673 | 2024-12-28T04:39:00.309Z | [ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2674 | 2024-12-28T04:39:03.526Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2675 | 2024-12-28T04:39:03.526Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2676 | 2024-12-28T04:39:03.526Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2677 | 2024-12-28T04:39:03.526Z | [ 17] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2678 | 2024-12-28T04:39:03.526Z | [ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2679 | 2024-12-28T04:39:03.526Z | [SUM] 6.00-7.00 sec 108 MBytes 907 Mbits/sec |
2680 | 2024-12-28T04:39:03.526Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2681 | 2024-12-28T04:39:03.526Z | [ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2682 | 2024-12-28T04:39:03.526Z | [ 7] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2683 | 2024-12-28T04:39:03.526Z | [ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2684 | 2024-12-28T04:39:03.526Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2685 | 2024-12-28T04:39:03.526Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2686 | 2024-12-28T04:39:03.526Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2687 | 2024-12-28T04:39:03.526Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2688 | 2024-12-28T04:39:03.526Z | [ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2689 | 2024-12-28T04:39:03.526Z | [SUM] 7.00-8.00 sec 105 MBytes 884 Mbits/sec |
2690 | 2024-12-28T04:39:03.526Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2691 | 2024-12-28T04:39:03.526Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2692 | 2024-12-28T04:39:03.526Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2693 | 2024-12-28T04:39:03.526Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2694 | 2024-12-28T04:39:03.526Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2695 | 2024-12-28T04:39:03.526Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2696 | 2024-12-28T04:39:03.526Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2697 | 2024-12-28T04:39:03.526Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2698 | 2024-12-28T04:39:03.526Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2699 | 2024-12-28T04:39:03.526Z | [SUM] 8.00-9.00 sec 104 MBytes 872 Mbits/sec |
2700 | 2024-12-28T04:39:03.526Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2701 | 2024-12-28T04:39:03.526Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2702 | 2024-12-28T04:39:03.526Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2703 | 2024-12-28T04:39:03.526Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2704 | 2024-12-28T04:39:03.526Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2705 | 2024-12-28T04:39:03.526Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2706 | 2024-12-28T04:39:03.526Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2707 | 2024-12-28T04:39:03.526Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2708 | 2024-12-28T04:39:03.527Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2709 | 2024-12-28T04:39:03.527Z | [SUM] 9.00-10.00 sec 104 MBytes 869 Mbits/sec |
2710 | 2024-12-28T04:39:03.527Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2711 | 2024-12-28T04:39:03.527Z | [ 5] 10.00-10.00 sec 124 KBytes 221 Mbits/sec |
2712 | 2024-12-28T04:39:03.527Z | [ 7] 10.00-10.00 sec 82.0 KBytes 146 Mbits/sec |
2713 | 2024-12-28T04:39:03.527Z | [ 9] 10.00-10.00 sec 124 KBytes 221 Mbits/sec |
2714 | 2024-12-28T04:39:03.527Z | [ 11] 10.00-10.00 sec 50.9 KBytes 90.4 Mbits/sec |
2715 | 2024-12-28T04:39:03.527Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2716 | 2024-12-28T04:39:03.527Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2717 | 2024-12-28T04:39:03.527Z | [ 17] 10.00-10.00 sec 70.7 KBytes 126 Mbits/sec |
2718 | 2024-12-28T04:39:03.527Z | [ 19] 10.00-10.00 sec 122 KBytes 216 Mbits/sec |
2719 | 2024-12-28T04:39:03.527Z | [SUM] 10.00-10.00 sec 574 KBytes 1.02 Gbits/sec |
2720 | 2024-12-28T04:39:03.527Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2721 | 2024-12-28T04:39:03.527Z | [ ID] Interval Transfer Bandwidth |
2722 | 2024-12-28T04:39:03.527Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2723 | 2024-12-28T04:39:03.527Z | [ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2724 | 2024-12-28T04:39:03.527Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2725 | 2024-12-28T04:39:03.527Z | [ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2726 | 2024-12-28T04:39:03.527Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2727 | 2024-12-28T04:39:03.527Z | [ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2728 | 2024-12-28T04:39:03.527Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2729 | 2024-12-28T04:39:03.527Z | [ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2730 | 2024-12-28T04:39:03.527Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2731 | 2024-12-28T04:39:03.527Z | [ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2732 | 2024-12-28T04:39:03.527Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2733 | 2024-12-28T04:39:03.527Z | [ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2734 | 2024-12-28T04:39:03.527Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2735 | 2024-12-28T04:39:03.527Z | [ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2736 | 2024-12-28T04:39:03.527Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2737 | 2024-12-28T04:39:03.527Z | [ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2738 | 2024-12-28T04:39:03.527Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2739 | 2024-12-28T04:39:03.527Z | [SUM] 0.00-10.00 sec 1.02 GBytes 878 Mbits/sec receiver |
2740 | 2024-12-28T04:39:03.530Z | Run 4/10...878.873777208225Mbps |
2741 | 2024-12-28T04:39:10.558Z | ----------------------------------------------------------- |
2742 | 2024-12-28T04:39:10.558Z | Server listening on 5201 |
2743 | 2024-12-28T04:39:10.558Z | ----------------------------------------------------------- |
2744 | 2024-12-28T04:39:10.558Z | Accepted connection from 10.0.0.1, port 32963 |
2745 | 2024-12-28T04:39:10.558Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49228 |
2746 | 2024-12-28T04:39:10.558Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63160 |
2747 | 2024-12-28T04:39:10.558Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33507 |
2748 | 2024-12-28T04:39:10.558Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47007 |
2749 | 2024-12-28T04:39:10.559Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36901 |
2750 | 2024-12-28T04:39:10.559Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39759 |
2751 | 2024-12-28T04:39:10.559Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34436 |
2752 | 2024-12-28T04:39:10.559Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45911 |
2753 | 2024-12-28T04:39:10.559Z | [ ID] Interval Transfer Bandwidth |
2754 | 2024-12-28T04:39:10.559Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2755 | 2024-12-28T04:39:10.559Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2756 | 2024-12-28T04:39:10.559Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2757 | 2024-12-28T04:39:10.559Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2758 | 2024-12-28T04:39:10.559Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2759 | 2024-12-28T04:39:10.559Z | [ 15] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
2760 | 2024-12-28T04:39:10.559Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2761 | 2024-12-28T04:39:10.559Z | [ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2762 | 2024-12-28T04:39:10.559Z | [SUM] 0.00-1.00 sec 97.3 MBytes 816 Mbits/sec |
2763 | 2024-12-28T04:39:10.559Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2764 | 2024-12-28T04:39:10.559Z | [ 5] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2765 | 2024-12-28T04:39:10.559Z | [ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2766 | 2024-12-28T04:39:10.559Z | [ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2767 | 2024-12-28T04:39:10.559Z | [ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2768 | 2024-12-28T04:39:10.559Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2769 | 2024-12-28T04:39:10.559Z | [ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2770 | 2024-12-28T04:39:10.559Z | [ 17] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2771 | 2024-12-28T04:39:10.559Z | [ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2772 | 2024-12-28T04:39:10.559Z | [SUM] 1.00-2.00 sec 108 MBytes 909 Mbits/sec |
2773 | 2024-12-28T04:39:10.559Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2774 | 2024-12-28T04:39:10.559Z | [ 5] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
2775 | 2024-12-28T04:39:10.559Z | [ 7] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
2776 | 2024-12-28T04:39:10.559Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2777 | 2024-12-28T04:39:10.559Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2778 | 2024-12-28T04:39:10.559Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2779 | 2024-12-28T04:39:10.559Z | [ 15] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
2780 | 2024-12-28T04:39:10.559Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2781 | 2024-12-28T04:39:10.559Z | [ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2782 | 2024-12-28T04:39:10.559Z | [SUM] 2.00-3.00 sec 106 MBytes 892 Mbits/sec |
2783 | 2024-12-28T04:39:10.559Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2784 | 2024-12-28T04:39:10.559Z | [ 5] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
2785 | 2024-12-28T04:39:10.559Z | [ 7] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec |
2786 | 2024-12-28T04:39:10.559Z | [ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2787 | 2024-12-28T04:39:10.559Z | [ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2788 | 2024-12-28T04:39:10.560Z | [ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2789 | 2024-12-28T04:39:10.560Z | [ 15] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
2790 | 2024-12-28T04:39:10.560Z | [ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2791 | 2024-12-28T04:39:10.560Z | [ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2792 | 2024-12-28T04:39:10.560Z | [SUM] 3.00-4.00 sec 107 MBytes 894 Mbits/sec |
2793 | 2024-12-28T04:39:10.560Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2794 | 2024-12-28T04:39:10.560Z | [ 5] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2795 | 2024-12-28T04:39:10.560Z | [ 7] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2796 | 2024-12-28T04:39:10.560Z | [ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2797 | 2024-12-28T04:39:10.560Z | [ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2798 | 2024-12-28T04:39:10.560Z | [ 13] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2799 | 2024-12-28T04:39:10.560Z | [ 15] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2800 | 2024-12-28T04:39:10.560Z | [ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2801 | 2024-12-28T04:39:10.560Z | [ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2802 | 2024-12-28T04:39:10.560Z | [SUM] 4.00-5.00 sec 108 MBytes 905 Mbits/sec |
2803 | 2024-12-28T04:39:10.560Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2804 | 2024-12-28T04:39:10.560Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2805 | 2024-12-28T04:39:10.560Z | [ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2806 | 2024-12-28T04:39:10.560Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2807 | 2024-12-28T04:39:10.560Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2808 | 2024-12-28T04:39:10.560Z | [ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2809 | 2024-12-28T04:39:10.560Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2810 | 2024-12-28T04:39:10.560Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2811 | 2024-12-28T04:39:10.560Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2812 | 2024-12-28T04:39:10.560Z | [SUM] 5.00-6.00 sec 108 MBytes 906 Mbits/sec |
2813 | 2024-12-28T04:39:10.560Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2814 | 2024-12-28T04:39:10.560Z | [ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2815 | 2024-12-28T04:39:10.560Z | [ 7] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec |
2816 | 2024-12-28T04:39:10.560Z | [ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2817 | 2024-12-28T04:39:13.777Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2818 | 2024-12-28T04:39:13.777Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2819 | 2024-12-28T04:39:13.777Z | [ 15] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec |
2820 | 2024-12-28T04:39:13.777Z | [ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2821 | 2024-12-28T04:39:13.777Z | [ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2822 | 2024-12-28T04:39:13.777Z | [SUM] 6.00-7.00 sec 107 MBytes 900 Mbits/sec |
2823 | 2024-12-28T04:39:13.777Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2824 | 2024-12-28T04:39:13.777Z | [ 5] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2825 | 2024-12-28T04:39:13.777Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2826 | 2024-12-28T04:39:13.777Z | [ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2827 | 2024-12-28T04:39:13.777Z | [ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2828 | 2024-12-28T04:39:13.777Z | [ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2829 | 2024-12-28T04:39:13.777Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2830 | 2024-12-28T04:39:13.777Z | [ 17] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2831 | 2024-12-28T04:39:13.777Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2832 | 2024-12-28T04:39:13.777Z | [SUM] 7.00-8.00 sec 108 MBytes 907 Mbits/sec |
2833 | 2024-12-28T04:39:13.778Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2834 | 2024-12-28T04:39:13.778Z | [ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2835 | 2024-12-28T04:39:13.778Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2836 | 2024-12-28T04:39:13.778Z | [ 9] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2837 | 2024-12-28T04:39:13.778Z | [ 11] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2838 | 2024-12-28T04:39:13.778Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2839 | 2024-12-28T04:39:13.778Z | [ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2840 | 2024-12-28T04:39:13.778Z | [ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2841 | 2024-12-28T04:39:13.778Z | [ 19] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2842 | 2024-12-28T04:39:13.778Z | [SUM] 8.00-9.00 sec 108 MBytes 907 Mbits/sec |
2843 | 2024-12-28T04:39:13.778Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2844 | 2024-12-28T04:39:13.778Z | [ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2845 | 2024-12-28T04:39:13.778Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2846 | 2024-12-28T04:39:13.778Z | [ 9] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec |
2847 | 2024-12-28T04:39:13.778Z | [ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2848 | 2024-12-28T04:39:13.778Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2849 | 2024-12-28T04:39:13.778Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2850 | 2024-12-28T04:39:13.778Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2851 | 2024-12-28T04:39:13.778Z | [ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2852 | 2024-12-28T04:39:13.778Z | [SUM] 9.00-10.00 sec 106 MBytes 888 Mbits/sec |
2853 | 2024-12-28T04:39:13.778Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2854 | 2024-12-28T04:39:13.778Z | [ 5] 10.00-10.00 sec 19.8 KBytes 42.4 Mbits/sec |
2855 | 2024-12-28T04:39:13.778Z | [ 7] 10.00-10.00 sec 113 KBytes 242 Mbits/sec |
2856 | 2024-12-28T04:39:13.778Z | [ 9] 10.00-10.00 sec 124 KBytes 266 Mbits/sec |
2857 | 2024-12-28T04:39:13.778Z | [ 11] 10.00-10.00 sec 124 KBytes 266 Mbits/sec |
2858 | 2024-12-28T04:39:13.778Z | [ 13] 10.00-10.00 sec 99.0 KBytes 212 Mbits/sec |
2859 | 2024-12-28T04:39:13.778Z | [ 15] 10.00-10.00 sec 2.83 KBytes 6.06 Mbits/sec |
2860 | 2024-12-28T04:39:13.778Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2861 | 2024-12-28T04:39:13.778Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2862 | 2024-12-28T04:39:13.778Z | [SUM] 10.00-10.00 sec 484 KBytes 1.04 Gbits/sec |
2863 | 2024-12-28T04:39:13.778Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2864 | 2024-12-28T04:39:13.778Z | [ ID] Interval Transfer Bandwidth |
2865 | 2024-12-28T04:39:13.778Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2866 | 2024-12-28T04:39:13.778Z | [ 5] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2867 | 2024-12-28T04:39:13.778Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2868 | 2024-12-28T04:39:13.778Z | [ 7] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2869 | 2024-12-28T04:39:13.778Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2870 | 2024-12-28T04:39:13.781Z | [ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2871 | 2024-12-28T04:39:13.781Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2872 | 2024-12-28T04:39:13.781Z | [ 11] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2873 | 2024-12-28T04:39:13.781Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2874 | 2024-12-28T04:39:13.781Z | [ 13] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2875 | 2024-12-28T04:39:13.781Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2876 | 2024-12-28T04:39:13.781Z | [ 15] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver |
2877 | 2024-12-28T04:39:13.781Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2878 | 2024-12-28T04:39:13.781Z | [ 17] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver |
2879 | 2024-12-28T04:39:13.781Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2880 | 2024-12-28T04:39:13.781Z | [ 19] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver |
2881 | 2024-12-28T04:39:13.781Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2882 | 2024-12-28T04:39:13.781Z | [SUM] 0.00-10.00 sec 1.04 GBytes 893 Mbits/sec receiver |
2883 | 2024-12-28T04:39:13.781Z | Run 5/10...893.0852821591479Mbps |
2884 | 2024-12-28T04:39:20.809Z | ----------------------------------------------------------- |
2885 | 2024-12-28T04:39:20.809Z | Server listening on 5201 |
2886 | 2024-12-28T04:39:20.809Z | ----------------------------------------------------------- |
2887 | 2024-12-28T04:39:20.809Z | Accepted connection from 10.0.0.1, port 37387 |
2888 | 2024-12-28T04:39:20.809Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54099 |
2889 | 2024-12-28T04:39:20.809Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56561 |
2890 | 2024-12-28T04:39:20.809Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45033 |
2891 | 2024-12-28T04:39:20.809Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44422 |
2892 | 2024-12-28T04:39:20.809Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37098 |
2893 | 2024-12-28T04:39:20.809Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48022 |
2894 | 2024-12-28T04:39:20.809Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41417 |
2895 | 2024-12-28T04:39:20.809Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40115 |
2896 | 2024-12-28T04:39:20.809Z | [ ID] Interval Transfer Bandwidth |
2897 | 2024-12-28T04:39:20.809Z | [ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2898 | 2024-12-28T04:39:20.809Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2899 | 2024-12-28T04:39:20.809Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2900 | 2024-12-28T04:39:20.809Z | [ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2901 | 2024-12-28T04:39:20.809Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2902 | 2024-12-28T04:39:20.809Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2903 | 2024-12-28T04:39:20.810Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2904 | 2024-12-28T04:39:20.810Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2905 | 2024-12-28T04:39:20.810Z | [SUM] 0.00-1.00 sec 96.2 MBytes 807 Mbits/sec |
2906 | 2024-12-28T04:39:20.810Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2907 | 2024-12-28T04:39:20.810Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2908 | 2024-12-28T04:39:20.810Z | [ 7] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec |
2909 | 2024-12-28T04:39:20.810Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2910 | 2024-12-28T04:39:20.810Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2911 | 2024-12-28T04:39:20.810Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2912 | 2024-12-28T04:39:20.810Z | [ 15] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
2913 | 2024-12-28T04:39:20.810Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2914 | 2024-12-28T04:39:20.810Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2915 | 2024-12-28T04:39:20.810Z | [SUM] 1.00-2.00 sec 106 MBytes 892 Mbits/sec |
2916 | 2024-12-28T04:39:20.810Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2917 | 2024-12-28T04:39:20.810Z | [ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2918 | 2024-12-28T04:39:20.810Z | [ 7] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec |
2919 | 2024-12-28T04:39:20.810Z | [ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2920 | 2024-12-28T04:39:20.810Z | [ 11] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec |
2921 | 2024-12-28T04:39:20.810Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2922 | 2024-12-28T04:39:20.810Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2923 | 2024-12-28T04:39:20.810Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2924 | 2024-12-28T04:39:20.810Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2925 | 2024-12-28T04:39:20.810Z | [SUM] 2.00-3.00 sec 107 MBytes 900 Mbits/sec |
2926 | 2024-12-28T04:39:20.810Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2927 | 2024-12-28T04:39:20.810Z | [ 5] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2928 | 2024-12-28T04:39:20.810Z | [ 7] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2929 | 2024-12-28T04:39:20.810Z | [ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2930 | 2024-12-28T04:39:20.810Z | [ 11] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec |
2931 | 2024-12-28T04:39:20.810Z | [ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2932 | 2024-12-28T04:39:20.810Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2933 | 2024-12-28T04:39:20.810Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2934 | 2024-12-28T04:39:20.810Z | [ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2935 | 2024-12-28T04:39:20.810Z | [SUM] 3.00-4.00 sec 107 MBytes 901 Mbits/sec |
2936 | 2024-12-28T04:39:20.810Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2937 | 2024-12-28T04:39:20.810Z | [ 5] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2938 | 2024-12-28T04:39:20.810Z | [ 7] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
2939 | 2024-12-28T04:39:20.810Z | [ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2940 | 2024-12-28T04:39:20.810Z | [ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2941 | 2024-12-28T04:39:20.810Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2942 | 2024-12-28T04:39:20.811Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2943 | 2024-12-28T04:39:20.811Z | [ 17] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec |
2944 | 2024-12-28T04:39:20.811Z | [ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2945 | 2024-12-28T04:39:20.811Z | [SUM] 4.00-5.00 sec 106 MBytes 893 Mbits/sec |
2946 | 2024-12-28T04:39:20.811Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2947 | 2024-12-28T04:39:20.811Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2948 | 2024-12-28T04:39:20.811Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2949 | 2024-12-28T04:39:20.811Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2950 | 2024-12-28T04:39:20.811Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2951 | 2024-12-28T04:39:20.811Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2952 | 2024-12-28T04:39:20.811Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2953 | 2024-12-28T04:39:20.811Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2954 | 2024-12-28T04:39:20.811Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2955 | 2024-12-28T04:39:20.811Z | [SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec |
2956 | 2024-12-28T04:39:20.811Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2957 | 2024-12-28T04:39:20.811Z | [ 5] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec |
2958 | 2024-12-28T04:39:20.811Z | [ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2959 | 2024-12-28T04:39:20.811Z | [ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2960 | 2024-12-28T04:39:24.026Z | [ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2961 | 2024-12-28T04:39:24.026Z | [ 13] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2962 | 2024-12-28T04:39:24.026Z | [ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2963 | 2024-12-28T04:39:24.026Z | [ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2964 | 2024-12-28T04:39:24.026Z | [ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2965 | 2024-12-28T04:39:24.026Z | [SUM] 6.00-7.00 sec 107 MBytes 896 Mbits/sec |
2966 | 2024-12-28T04:39:24.026Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2967 | 2024-12-28T04:39:24.026Z | [ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2968 | 2024-12-28T04:39:24.026Z | [ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2969 | 2024-12-28T04:39:24.026Z | [ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2970 | 2024-12-28T04:39:24.026Z | [ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2971 | 2024-12-28T04:39:24.027Z | [ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2972 | 2024-12-28T04:39:24.027Z | [ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2973 | 2024-12-28T04:39:24.027Z | [ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2974 | 2024-12-28T04:39:24.027Z | [ 19] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2975 | 2024-12-28T04:39:24.027Z | [SUM] 7.00-8.00 sec 107 MBytes 899 Mbits/sec |
2976 | 2024-12-28T04:39:24.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2977 | 2024-12-28T04:39:24.027Z | [ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2978 | 2024-12-28T04:39:24.027Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2979 | 2024-12-28T04:39:24.027Z | [ 9] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2980 | 2024-12-28T04:39:24.027Z | [ 11] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec |
2981 | 2024-12-28T04:39:24.027Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2982 | 2024-12-28T04:39:24.027Z | [ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2983 | 2024-12-28T04:39:24.027Z | [ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2984 | 2024-12-28T04:39:24.027Z | [ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2985 | 2024-12-28T04:39:24.027Z | [SUM] 8.00-9.00 sec 108 MBytes 905 Mbits/sec |
2986 | 2024-12-28T04:39:24.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2987 | 2024-12-28T04:39:24.027Z | [ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2988 | 2024-12-28T04:39:24.027Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2989 | 2024-12-28T04:39:24.027Z | [ 9] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec |
2990 | 2024-12-28T04:39:24.027Z | [ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2991 | 2024-12-28T04:39:24.027Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2992 | 2024-12-28T04:39:24.027Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2993 | 2024-12-28T04:39:24.027Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2994 | 2024-12-28T04:39:24.027Z | [ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2995 | 2024-12-28T04:39:24.027Z | [SUM] 9.00-10.00 sec 106 MBytes 888 Mbits/sec |
2996 | 2024-12-28T04:39:24.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2997 | 2024-12-28T04:39:24.027Z | [ 5] 10.00-10.00 sec 42.4 KBytes 101 Mbits/sec |
2998 | 2024-12-28T04:39:24.027Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2999 | 2024-12-28T04:39:24.027Z | [ 9] 10.00-10.00 sec 124 KBytes 296 Mbits/sec |
3000 | 2024-12-28T04:39:24.027Z | [ 11] 10.00-10.00 sec 124 KBytes 296 Mbits/sec |
3001 | 2024-12-28T04:39:24.027Z | [ 13] 10.00-10.00 sec 102 KBytes 242 Mbits/sec |
3002 | 2024-12-28T04:39:24.027Z | [ 15] 10.00-10.00 sec 5.66 KBytes 13.4 Mbits/sec |
3003 | 2024-12-28T04:39:24.027Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3004 | 2024-12-28T04:39:24.027Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3005 | 2024-12-28T04:39:24.027Z | [SUM] 10.00-10.00 sec 399 KBytes 947 Mbits/sec |
3006 | 2024-12-28T04:39:24.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3007 | 2024-12-28T04:39:24.027Z | [ ID] Interval Transfer Bandwidth |
3008 | 2024-12-28T04:39:24.027Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3009 | 2024-12-28T04:39:24.027Z | [ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3010 | 2024-12-28T04:39:24.028Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3011 | 2024-12-28T04:39:24.028Z | [ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3012 | 2024-12-28T04:39:24.028Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3013 | 2024-12-28T04:39:24.028Z | [ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3014 | 2024-12-28T04:39:24.030Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3015 | 2024-12-28T04:39:24.030Z | [ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3016 | 2024-12-28T04:39:24.030Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3017 | 2024-12-28T04:39:24.030Z | [ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3018 | 2024-12-28T04:39:24.030Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3019 | 2024-12-28T04:39:24.030Z | [ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3020 | 2024-12-28T04:39:24.031Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3021 | 2024-12-28T04:39:24.031Z | [ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3022 | 2024-12-28T04:39:24.031Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3023 | 2024-12-28T04:39:24.031Z | [ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3024 | 2024-12-28T04:39:24.031Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3025 | 2024-12-28T04:39:24.031Z | [SUM] 0.00-10.00 sec 1.03 GBytes 885 Mbits/sec receiver |
3026 | 2024-12-28T04:39:24.031Z | Run 6/10...885.6681022248109Mbps |
3027 | 2024-12-28T04:39:31.060Z | ----------------------------------------------------------- |
3028 | 2024-12-28T04:39:31.060Z | Server listening on 5201 |
3029 | 2024-12-28T04:39:31.060Z | ----------------------------------------------------------- |
3030 | 2024-12-28T04:39:31.060Z | Accepted connection from 10.0.0.1, port 36064 |
3031 | 2024-12-28T04:39:31.060Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65037 |
3032 | 2024-12-28T04:39:31.060Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63098 |
3033 | 2024-12-28T04:39:31.060Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51298 |
3034 | 2024-12-28T04:39:31.060Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47316 |
3035 | 2024-12-28T04:39:31.060Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39212 |
3036 | 2024-12-28T04:39:31.060Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61804 |
3037 | 2024-12-28T04:39:31.060Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52801 |
3038 | 2024-12-28T04:39:31.060Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62907 |
3039 | 2024-12-28T04:39:31.060Z | [ ID] Interval Transfer Bandwidth |
3040 | 2024-12-28T04:39:31.060Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3041 | 2024-12-28T04:39:31.060Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3042 | 2024-12-28T04:39:31.060Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3043 | 2024-12-28T04:39:31.060Z | [ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3044 | 2024-12-28T04:39:31.060Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3045 | 2024-12-28T04:39:31.060Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3046 | 2024-12-28T04:39:31.060Z | [ 17] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
3047 | 2024-12-28T04:39:31.060Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3048 | 2024-12-28T04:39:31.060Z | [SUM] 0.00-1.00 sec 96.5 MBytes 809 Mbits/sec |
3049 | 2024-12-28T04:39:31.060Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3050 | 2024-12-28T04:39:31.060Z | [ 5] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3051 | 2024-12-28T04:39:31.060Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3052 | 2024-12-28T04:39:31.060Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3053 | 2024-12-28T04:39:31.060Z | [ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3054 | 2024-12-28T04:39:31.060Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3055 | 2024-12-28T04:39:31.060Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3056 | 2024-12-28T04:39:31.060Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3057 | 2024-12-28T04:39:31.060Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3058 | 2024-12-28T04:39:31.060Z | [SUM] 1.00-2.00 sec 107 MBytes 897 Mbits/sec |
3059 | 2024-12-28T04:39:31.060Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3060 | 2024-12-28T04:39:31.061Z | [ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3061 | 2024-12-28T04:39:31.061Z | [ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3062 | 2024-12-28T04:39:31.061Z | [ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3063 | 2024-12-28T04:39:31.061Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3064 | 2024-12-28T04:39:31.061Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3065 | 2024-12-28T04:39:31.061Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3066 | 2024-12-28T04:39:31.061Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3067 | 2024-12-28T04:39:31.061Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3068 | 2024-12-28T04:39:31.061Z | [SUM] 2.00-3.00 sec 107 MBytes 897 Mbits/sec |
3069 | 2024-12-28T04:39:31.061Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3070 | 2024-12-28T04:39:31.061Z | [ 5] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
3071 | 2024-12-28T04:39:31.061Z | [ 7] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3072 | 2024-12-28T04:39:31.061Z | [ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3073 | 2024-12-28T04:39:31.061Z | [ 11] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
3074 | 2024-12-28T04:39:31.061Z | [ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3075 | 2024-12-28T04:39:31.061Z | [ 15] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3076 | 2024-12-28T04:39:31.061Z | [ 17] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
3077 | 2024-12-28T04:39:31.061Z | [ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3078 | 2024-12-28T04:39:31.061Z | [SUM] 3.00-4.00 sec 107 MBytes 894 Mbits/sec |
3079 | 2024-12-28T04:39:31.061Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3080 | 2024-12-28T04:39:31.061Z | [ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3081 | 2024-12-28T04:39:31.061Z | [ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3082 | 2024-12-28T04:39:31.061Z | [ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3083 | 2024-12-28T04:39:31.061Z | [ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3084 | 2024-12-28T04:39:31.061Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3085 | 2024-12-28T04:39:31.061Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3086 | 2024-12-28T04:39:31.061Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3087 | 2024-12-28T04:39:31.061Z | [ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3088 | 2024-12-28T04:39:31.061Z | [SUM] 4.00-5.00 sec 106 MBytes 888 Mbits/sec |
3089 | 2024-12-28T04:39:31.061Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3090 | 2024-12-28T04:39:31.061Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3091 | 2024-12-28T04:39:31.061Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3092 | 2024-12-28T04:39:31.061Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3093 | 2024-12-28T04:39:31.061Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3094 | 2024-12-28T04:39:31.061Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3095 | 2024-12-28T04:39:31.061Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3096 | 2024-12-28T04:39:31.061Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3097 | 2024-12-28T04:39:31.061Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3098 | 2024-12-28T04:39:31.061Z | [SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec |
3099 | 2024-12-28T04:39:31.062Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3100 | 2024-12-28T04:39:31.062Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3101 | 2024-12-28T04:39:31.062Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3102 | 2024-12-28T04:39:31.062Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3103 | 2024-12-28T04:39:34.279Z | [ 11] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
3104 | 2024-12-28T04:39:34.279Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3105 | 2024-12-28T04:39:34.279Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3106 | 2024-12-28T04:39:34.279Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3107 | 2024-12-28T04:39:34.279Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3108 | 2024-12-28T04:39:34.279Z | [SUM] 6.00-7.00 sec 103 MBytes 865 Mbits/sec |
3109 | 2024-12-28T04:39:34.279Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3110 | 2024-12-28T04:39:34.279Z | [ 5] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
3111 | 2024-12-28T04:39:34.279Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3112 | 2024-12-28T04:39:34.279Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3113 | 2024-12-28T04:39:34.279Z | [ 11] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
3114 | 2024-12-28T04:39:34.279Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3115 | 2024-12-28T04:39:34.279Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3116 | 2024-12-28T04:39:34.279Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3117 | 2024-12-28T04:39:34.279Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3118 | 2024-12-28T04:39:34.280Z | [SUM] 7.00-8.00 sec 104 MBytes 869 Mbits/sec |
3119 | 2024-12-28T04:39:34.280Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3120 | 2024-12-28T04:39:34.280Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3121 | 2024-12-28T04:39:34.280Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3122 | 2024-12-28T04:39:34.280Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3123 | 2024-12-28T04:39:34.280Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3124 | 2024-12-28T04:39:34.280Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3125 | 2024-12-28T04:39:34.280Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3126 | 2024-12-28T04:39:34.280Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3127 | 2024-12-28T04:39:34.280Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3128 | 2024-12-28T04:39:34.280Z | [SUM] 8.00-9.00 sec 103 MBytes 865 Mbits/sec |
3129 | 2024-12-28T04:39:34.280Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3130 | 2024-12-28T04:39:34.280Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3131 | 2024-12-28T04:39:34.280Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3132 | 2024-12-28T04:39:34.280Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3133 | 2024-12-28T04:39:34.280Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3134 | 2024-12-28T04:39:34.280Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3135 | 2024-12-28T04:39:34.280Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3136 | 2024-12-28T04:39:34.280Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3137 | 2024-12-28T04:39:34.280Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3138 | 2024-12-28T04:39:34.280Z | [SUM] 9.00-10.00 sec 105 MBytes 877 Mbits/sec |
3139 | 2024-12-28T04:39:34.280Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3140 | 2024-12-28T04:39:34.280Z | [ 5] 10.00-10.00 sec 42.4 KBytes 86.9 Mbits/sec |
3141 | 2024-12-28T04:39:34.280Z | [ 7] 10.00-10.00 sec 42.4 KBytes 86.9 Mbits/sec |
3142 | 2024-12-28T04:39:34.280Z | [ 9] 10.00-10.00 sec 67.9 KBytes 139 Mbits/sec |
3143 | 2024-12-28T04:39:34.280Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3144 | 2024-12-28T04:39:34.280Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3145 | 2024-12-28T04:39:34.280Z | [ 15] 10.00-10.00 sec 113 KBytes 232 Mbits/sec |
3146 | 2024-12-28T04:39:34.280Z | [ 17] 10.00-10.00 sec 124 KBytes 255 Mbits/sec |
3147 | 2024-12-28T04:39:34.280Z | [ 19] 10.00-10.00 sec 124 KBytes 255 Mbits/sec |
3148 | 2024-12-28T04:39:34.280Z | [SUM] 10.00-10.00 sec 515 KBytes 1.05 Gbits/sec |
3149 | 2024-12-28T04:39:34.280Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3150 | 2024-12-28T04:39:34.280Z | [ ID] Interval Transfer Bandwidth |
3151 | 2024-12-28T04:39:34.280Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3152 | 2024-12-28T04:39:34.280Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3153 | 2024-12-28T04:39:34.280Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3154 | 2024-12-28T04:39:34.280Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3155 | 2024-12-28T04:39:34.280Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3156 | 2024-12-28T04:39:34.280Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3157 | 2024-12-28T04:39:34.281Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3158 | 2024-12-28T04:39:34.281Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3159 | 2024-12-28T04:39:34.281Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3160 | 2024-12-28T04:39:34.281Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3161 | 2024-12-28T04:39:34.281Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3162 | 2024-12-28T04:39:34.281Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3163 | 2024-12-28T04:39:34.281Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3164 | 2024-12-28T04:39:34.281Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3165 | 2024-12-28T04:39:34.281Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3166 | 2024-12-28T04:39:34.281Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3167 | 2024-12-28T04:39:34.281Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3168 | 2024-12-28T04:39:34.281Z | [SUM] 0.00-10.00 sec 1.02 GBytes 874 Mbits/sec receiver |
3169 | 2024-12-28T04:39:34.287Z | Run 7/10...874.1232214123729Mbps |
3170 | 2024-12-28T04:39:41.310Z | ----------------------------------------------------------- |
3171 | 2024-12-28T04:39:41.310Z | Server listening on 5201 |
3172 | 2024-12-28T04:39:41.310Z | ----------------------------------------------------------- |
3173 | 2024-12-28T04:39:41.310Z | Accepted connection from 10.0.0.1, port 49341 |
3174 | 2024-12-28T04:39:41.310Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50967 |
3175 | 2024-12-28T04:39:41.310Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57324 |
3176 | 2024-12-28T04:39:41.310Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57646 |
3177 | 2024-12-28T04:39:41.310Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35818 |
3178 | 2024-12-28T04:39:41.310Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43750 |
3179 | 2024-12-28T04:39:41.310Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50173 |
3180 | 2024-12-28T04:39:41.310Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62884 |
3181 | 2024-12-28T04:39:41.310Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56367 |
3182 | 2024-12-28T04:39:41.310Z | [ ID] Interval Transfer Bandwidth |
3183 | 2024-12-28T04:39:41.310Z | [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3184 | 2024-12-28T04:39:41.310Z | [ 7] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3185 | 2024-12-28T04:39:41.310Z | [ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3186 | 2024-12-28T04:39:41.310Z | [ 11] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3187 | 2024-12-28T04:39:41.311Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3188 | 2024-12-28T04:39:41.311Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3189 | 2024-12-28T04:39:41.311Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3190 | 2024-12-28T04:39:41.311Z | [ 19] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3191 | 2024-12-28T04:39:41.311Z | [SUM] 0.00-1.00 sec 95.3 MBytes 800 Mbits/sec |
3192 | 2024-12-28T04:39:41.311Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3193 | 2024-12-28T04:39:41.311Z | [ 5] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3194 | 2024-12-28T04:39:41.311Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3195 | 2024-12-28T04:39:41.311Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3196 | 2024-12-28T04:39:41.311Z | [ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3197 | 2024-12-28T04:39:41.311Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3198 | 2024-12-28T04:39:41.311Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3199 | 2024-12-28T04:39:41.311Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3200 | 2024-12-28T04:39:41.311Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3201 | 2024-12-28T04:39:41.311Z | [SUM] 1.00-2.00 sec 107 MBytes 897 Mbits/sec |
3202 | 2024-12-28T04:39:41.311Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3203 | 2024-12-28T04:39:41.311Z | [ 5] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3204 | 2024-12-28T04:39:41.311Z | [ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3205 | 2024-12-28T04:39:41.311Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3206 | 2024-12-28T04:39:41.311Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3207 | 2024-12-28T04:39:41.311Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3208 | 2024-12-28T04:39:41.311Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3209 | 2024-12-28T04:39:41.311Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3210 | 2024-12-28T04:39:41.311Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3211 | 2024-12-28T04:39:41.311Z | [SUM] 2.00-3.00 sec 106 MBytes 892 Mbits/sec |
3212 | 2024-12-28T04:39:41.311Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3213 | 2024-12-28T04:39:41.311Z | [ 5] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec |
3214 | 2024-12-28T04:39:41.311Z | [ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3215 | 2024-12-28T04:39:41.311Z | [ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3216 | 2024-12-28T04:39:41.311Z | [ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3217 | 2024-12-28T04:39:41.311Z | [ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3218 | 2024-12-28T04:39:41.311Z | [ 15] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3219 | 2024-12-28T04:39:41.311Z | [ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3220 | 2024-12-28T04:39:41.311Z | [ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3221 | 2024-12-28T04:39:41.311Z | [SUM] 3.00-4.00 sec 106 MBytes 889 Mbits/sec |
3222 | 2024-12-28T04:39:41.311Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3223 | 2024-12-28T04:39:41.311Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3224 | 2024-12-28T04:39:41.311Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3225 | 2024-12-28T04:39:41.311Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3226 | 2024-12-28T04:39:41.311Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3227 | 2024-12-28T04:39:41.312Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3228 | 2024-12-28T04:39:41.312Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3229 | 2024-12-28T04:39:41.312Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3230 | 2024-12-28T04:39:41.312Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3231 | 2024-12-28T04:39:41.312Z | [SUM] 4.00-5.00 sec 105 MBytes 878 Mbits/sec |
3232 | 2024-12-28T04:39:41.312Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3233 | 2024-12-28T04:39:41.312Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3234 | 2024-12-28T04:39:41.312Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3235 | 2024-12-28T04:39:41.312Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3236 | 2024-12-28T04:39:41.312Z | [ 11] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
3237 | 2024-12-28T04:39:41.312Z | [ 13] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
3238 | 2024-12-28T04:39:41.312Z | [ 15] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
3239 | 2024-12-28T04:39:41.312Z | [ 17] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
3240 | 2024-12-28T04:39:41.312Z | [ 19] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
3241 | 2024-12-28T04:39:41.312Z | [SUM] 5.00-6.00 sec 103 MBytes 860 Mbits/sec |
3242 | 2024-12-28T04:39:41.312Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3243 | 2024-12-28T04:39:41.312Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3244 | 2024-12-28T04:39:41.312Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3245 | 2024-12-28T04:39:41.312Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3246 | 2024-12-28T04:39:44.528Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3247 | 2024-12-28T04:39:44.528Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3248 | 2024-12-28T04:39:44.528Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3249 | 2024-12-28T04:39:44.528Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3250 | 2024-12-28T04:39:44.528Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3251 | 2024-12-28T04:39:44.528Z | [SUM] 6.00-7.00 sec 105 MBytes 877 Mbits/sec |
3252 | 2024-12-28T04:39:44.528Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3253 | 2024-12-28T04:39:44.528Z | [ 5] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3254 | 2024-12-28T04:39:44.528Z | [ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3255 | 2024-12-28T04:39:44.528Z | [ 9] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3256 | 2024-12-28T04:39:44.528Z | [ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3257 | 2024-12-28T04:39:44.528Z | [ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3258 | 2024-12-28T04:39:44.528Z | [ 15] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3259 | 2024-12-28T04:39:44.528Z | [ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3260 | 2024-12-28T04:39:44.528Z | [ 19] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3261 | 2024-12-28T04:39:44.528Z | [SUM] 7.00-8.00 sec 107 MBytes 895 Mbits/sec |
3262 | 2024-12-28T04:39:44.529Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3263 | 2024-12-28T04:39:44.529Z | [ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3264 | 2024-12-28T04:39:44.529Z | [ 7] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3265 | 2024-12-28T04:39:44.529Z | [ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3266 | 2024-12-28T04:39:44.529Z | [ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3267 | 2024-12-28T04:39:44.529Z | [ 13] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec |
3268 | 2024-12-28T04:39:44.529Z | [ 15] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec |
3269 | 2024-12-28T04:39:44.529Z | [ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3270 | 2024-12-28T04:39:44.529Z | [ 19] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3271 | 2024-12-28T04:39:44.529Z | [SUM] 8.00-9.00 sec 107 MBytes 896 Mbits/sec |
3272 | 2024-12-28T04:39:44.529Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3273 | 2024-12-28T04:39:44.529Z | [ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3274 | 2024-12-28T04:39:44.529Z | [ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3275 | 2024-12-28T04:39:44.529Z | [ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3276 | 2024-12-28T04:39:44.529Z | [ 11] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
3277 | 2024-12-28T04:39:44.529Z | [ 13] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
3278 | 2024-12-28T04:39:44.529Z | [ 15] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3279 | 2024-12-28T04:39:44.529Z | [ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3280 | 2024-12-28T04:39:44.529Z | [ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3281 | 2024-12-28T04:39:44.529Z | [SUM] 9.00-10.00 sec 107 MBytes 896 Mbits/sec |
3282 | 2024-12-28T04:39:44.529Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3283 | 2024-12-28T04:39:44.529Z | [ 5] 10.00-10.00 sec 17.0 KBytes 30.9 Mbits/sec |
3284 | 2024-12-28T04:39:44.529Z | [ 7] 10.00-10.00 sec 124 KBytes 226 Mbits/sec |
3285 | 2024-12-28T04:39:44.529Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3286 | 2024-12-28T04:39:44.529Z | [ 11] 10.00-10.00 sec 58.0 KBytes 105 Mbits/sec |
3287 | 2024-12-28T04:39:44.529Z | [ 13] 10.00-10.00 sec 119 KBytes 216 Mbits/sec |
3288 | 2024-12-28T04:39:44.529Z | [ 15] 10.00-10.00 sec 124 KBytes 226 Mbits/sec |
3289 | 2024-12-28T04:39:44.529Z | [ 17] 10.00-10.00 sec 124 KBytes 226 Mbits/sec |
3290 | 2024-12-28T04:39:44.529Z | [ 19] 10.00-10.00 sec 124 KBytes 226 Mbits/sec |
3291 | 2024-12-28T04:39:44.529Z | [SUM] 10.00-10.00 sec 691 KBytes 1.26 Gbits/sec |
3292 | 2024-12-28T04:39:44.529Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3293 | 2024-12-28T04:39:44.529Z | [ ID] Interval Transfer Bandwidth |
3294 | 2024-12-28T04:39:44.529Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3295 | 2024-12-28T04:39:44.529Z | [ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3296 | 2024-12-28T04:39:44.529Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3297 | 2024-12-28T04:39:44.529Z | [ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3298 | 2024-12-28T04:39:44.529Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3299 | 2024-12-28T04:39:44.529Z | [ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3300 | 2024-12-28T04:39:44.529Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3301 | 2024-12-28T04:39:44.529Z | [ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3302 | 2024-12-28T04:39:44.530Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3303 | 2024-12-28T04:39:44.530Z | [ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3304 | 2024-12-28T04:39:44.530Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3305 | 2024-12-28T04:39:44.530Z | [ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3306 | 2024-12-28T04:39:44.530Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3307 | 2024-12-28T04:39:44.530Z | [ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3308 | 2024-12-28T04:39:44.530Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3309 | 2024-12-28T04:39:44.530Z | [ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3310 | 2024-12-28T04:39:44.530Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3311 | 2024-12-28T04:39:44.530Z | [SUM] 0.00-10.00 sec 1.02 GBytes 878 Mbits/sec receiver |
3312 | 2024-12-28T04:39:44.536Z | Run 8/10...878.835835672165Mbps |
3313 | 2024-12-28T04:39:51.561Z | ----------------------------------------------------------- |
3314 | 2024-12-28T04:39:51.561Z | Server listening on 5201 |
3315 | 2024-12-28T04:39:51.561Z | ----------------------------------------------------------- |
3316 | 2024-12-28T04:39:51.561Z | Accepted connection from 10.0.0.1, port 45384 |
3317 | 2024-12-28T04:39:51.561Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60026 |
3318 | 2024-12-28T04:39:51.561Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36195 |
3319 | 2024-12-28T04:39:51.561Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49417 |
3320 | 2024-12-28T04:39:51.561Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44032 |
3321 | 2024-12-28T04:39:51.561Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61907 |
3322 | 2024-12-28T04:39:51.561Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44522 |
3323 | 2024-12-28T04:39:51.561Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60879 |
3324 | 2024-12-28T04:39:51.561Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33406 |
3325 | 2024-12-28T04:39:51.561Z | [ ID] Interval Transfer Bandwidth |
3326 | 2024-12-28T04:39:51.561Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3327 | 2024-12-28T04:39:51.561Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3328 | 2024-12-28T04:39:51.561Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3329 | 2024-12-28T04:39:51.561Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3330 | 2024-12-28T04:39:51.561Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3331 | 2024-12-28T04:39:51.561Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3332 | 2024-12-28T04:39:51.561Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3333 | 2024-12-28T04:39:51.562Z | [ 19] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
3334 | 2024-12-28T04:39:51.562Z | [SUM] 0.00-1.00 sec 97.4 MBytes 817 Mbits/sec |
3335 | 2024-12-28T04:39:51.562Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3336 | 2024-12-28T04:39:51.562Z | [ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3337 | 2024-12-28T04:39:51.562Z | [ 7] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
3338 | 2024-12-28T04:39:51.562Z | [ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3339 | 2024-12-28T04:39:51.562Z | [ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3340 | 2024-12-28T04:39:51.562Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3341 | 2024-12-28T04:39:51.562Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3342 | 2024-12-28T04:39:51.562Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3343 | 2024-12-28T04:39:51.562Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3344 | 2024-12-28T04:39:51.562Z | [SUM] 1.00-2.00 sec 107 MBytes 902 Mbits/sec |
3345 | 2024-12-28T04:39:51.562Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3346 | 2024-12-28T04:39:51.562Z | [ 5] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec |
3347 | 2024-12-28T04:39:51.562Z | [ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
3348 | 2024-12-28T04:39:51.562Z | [ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3349 | 2024-12-28T04:39:51.562Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3350 | 2024-12-28T04:39:51.562Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3351 | 2024-12-28T04:39:51.562Z | [ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
3352 | 2024-12-28T04:39:51.562Z | [ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
3353 | 2024-12-28T04:39:51.562Z | [ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
3354 | 2024-12-28T04:39:51.562Z | [SUM] 2.00-3.00 sec 108 MBytes 902 Mbits/sec |
3355 | 2024-12-28T04:39:51.562Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3356 | 2024-12-28T04:39:51.562Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3357 | 2024-12-28T04:39:51.562Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3358 | 2024-12-28T04:39:51.562Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3359 | 2024-12-28T04:39:51.562Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3360 | 2024-12-28T04:39:51.562Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3361 | 2024-12-28T04:39:51.562Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3362 | 2024-12-28T04:39:51.562Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3363 | 2024-12-28T04:39:51.562Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3364 | 2024-12-28T04:39:51.562Z | [SUM] 3.00-4.00 sec 104 MBytes 873 Mbits/sec |
3365 | 2024-12-28T04:39:51.562Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3366 | 2024-12-28T04:39:51.562Z | [ 5] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec |
3367 | 2024-12-28T04:39:51.562Z | [ 7] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3368 | 2024-12-28T04:39:51.562Z | [ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3369 | 2024-12-28T04:39:51.562Z | [ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3370 | 2024-12-28T04:39:51.562Z | [ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3371 | 2024-12-28T04:39:51.562Z | [ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3372 | 2024-12-28T04:39:51.563Z | [ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3373 | 2024-12-28T04:39:51.563Z | [ 19] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3374 | 2024-12-28T04:39:51.563Z | [SUM] 4.00-5.00 sec 107 MBytes 895 Mbits/sec |
3375 | 2024-12-28T04:39:51.563Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3376 | 2024-12-28T04:39:51.563Z | [ 5] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3377 | 2024-12-28T04:39:51.563Z | [ 7] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec |
3378 | 2024-12-28T04:39:51.563Z | [ 9] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3379 | 2024-12-28T04:39:51.563Z | [ 11] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec |
3380 | 2024-12-28T04:39:51.563Z | [ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3381 | 2024-12-28T04:39:51.563Z | [ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3382 | 2024-12-28T04:39:51.563Z | [ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3383 | 2024-12-28T04:39:51.563Z | [ 19] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec |
3384 | 2024-12-28T04:39:51.563Z | [SUM] 5.00-6.00 sec 106 MBytes 892 Mbits/sec |
3385 | 2024-12-28T04:39:51.563Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3386 | 2024-12-28T04:39:51.563Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3387 | 2024-12-28T04:39:51.563Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3388 | 2024-12-28T04:39:51.563Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3389 | 2024-12-28T04:39:54.779Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3390 | 2024-12-28T04:39:54.779Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3391 | 2024-12-28T04:39:54.779Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3392 | 2024-12-28T04:39:54.779Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3393 | 2024-12-28T04:39:54.779Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3394 | 2024-12-28T04:39:54.779Z | [SUM] 6.00-7.00 sec 104 MBytes 875 Mbits/sec |
3395 | 2024-12-28T04:39:54.779Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3396 | 2024-12-28T04:39:54.779Z | [ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3397 | 2024-12-28T04:39:54.779Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3398 | 2024-12-28T04:39:54.779Z | [ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3399 | 2024-12-28T04:39:54.779Z | [ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3400 | 2024-12-28T04:39:54.779Z | [ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3401 | 2024-12-28T04:39:54.779Z | [ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3402 | 2024-12-28T04:39:54.780Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3403 | 2024-12-28T04:39:54.780Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3404 | 2024-12-28T04:39:54.780Z | [SUM] 7.00-8.00 sec 108 MBytes 903 Mbits/sec |
3405 | 2024-12-28T04:39:54.780Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3406 | 2024-12-28T04:39:54.780Z | [ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3407 | 2024-12-28T04:39:54.780Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3408 | 2024-12-28T04:39:54.780Z | [ 9] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3409 | 2024-12-28T04:39:54.780Z | [ 11] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3410 | 2024-12-28T04:39:54.780Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3411 | 2024-12-28T04:39:54.780Z | [ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3412 | 2024-12-28T04:39:54.780Z | [ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3413 | 2024-12-28T04:39:54.780Z | [ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3414 | 2024-12-28T04:39:54.780Z | [SUM] 8.00-9.00 sec 108 MBytes 905 Mbits/sec |
3415 | 2024-12-28T04:39:54.780Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3416 | 2024-12-28T04:39:54.780Z | [ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3417 | 2024-12-28T04:39:54.780Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3418 | 2024-12-28T04:39:54.780Z | [ 9] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3419 | 2024-12-28T04:39:54.780Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3420 | 2024-12-28T04:39:54.780Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3421 | 2024-12-28T04:39:54.780Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3422 | 2024-12-28T04:39:54.780Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3423 | 2024-12-28T04:39:54.780Z | [ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3424 | 2024-12-28T04:39:54.780Z | [SUM] 9.00-10.00 sec 106 MBytes 888 Mbits/sec |
3425 | 2024-12-28T04:39:54.780Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3426 | 2024-12-28T04:39:54.780Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3427 | 2024-12-28T04:39:54.780Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3428 | 2024-12-28T04:39:54.780Z | [ 9] 10.00-10.00 sec 50.9 KBytes 117 Mbits/sec |
3429 | 2024-12-28T04:39:54.780Z | [ 11] 10.00-10.00 sec 124 KBytes 286 Mbits/sec |
3430 | 2024-12-28T04:39:54.780Z | [ 13] 10.00-10.00 sec 124 KBytes 286 Mbits/sec |
3431 | 2024-12-28T04:39:54.780Z | [ 15] 10.00-10.00 sec 122 KBytes 280 Mbits/sec |
3432 | 2024-12-28T04:39:54.780Z | [ 17] 10.00-10.00 sec 11.3 KBytes 26.0 Mbits/sec |
3433 | 2024-12-28T04:39:54.780Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3434 | 2024-12-28T04:39:54.780Z | [SUM] 10.00-10.00 sec 433 KBytes 995 Mbits/sec |
3435 | 2024-12-28T04:39:54.780Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3436 | 2024-12-28T04:39:54.780Z | [ ID] Interval Transfer Bandwidth |
3437 | 2024-12-28T04:39:54.780Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3438 | 2024-12-28T04:39:54.780Z | [ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3439 | 2024-12-28T04:39:54.780Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3440 | 2024-12-28T04:39:54.781Z | [ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3441 | 2024-12-28T04:39:54.781Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3442 | 2024-12-28T04:39:54.781Z | [ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3443 | 2024-12-28T04:39:54.781Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3444 | 2024-12-28T04:39:54.781Z | [ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3445 | 2024-12-28T04:39:54.781Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3446 | 2024-12-28T04:39:54.781Z | [ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3447 | 2024-12-28T04:39:54.781Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3448 | 2024-12-28T04:39:54.781Z | [ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3449 | 2024-12-28T04:39:54.781Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3450 | 2024-12-28T04:39:54.781Z | [ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3451 | 2024-12-28T04:39:54.781Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3452 | 2024-12-28T04:39:54.781Z | [ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3453 | 2024-12-28T04:39:54.781Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3454 | 2024-12-28T04:39:54.781Z | [SUM] 0.00-10.00 sec 1.03 GBytes 885 Mbits/sec receiver |
3455 | 2024-12-28T04:39:54.784Z | Run 9/10...885.844625119938Mbps |
3456 | 2024-12-28T04:40:01.811Z | ----------------------------------------------------------- |
3457 | 2024-12-28T04:40:01.811Z | Server listening on 5201 |
3458 | 2024-12-28T04:40:01.811Z | ----------------------------------------------------------- |
3459 | 2024-12-28T04:40:01.811Z | Accepted connection from 10.0.0.1, port 47219 |
3460 | 2024-12-28T04:40:01.811Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53887 |
3461 | 2024-12-28T04:40:01.811Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63414 |
3462 | 2024-12-28T04:40:01.811Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52928 |
3463 | 2024-12-28T04:40:01.811Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57800 |
3464 | 2024-12-28T04:40:01.811Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46927 |
3465 | 2024-12-28T04:40:01.811Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46261 |
3466 | 2024-12-28T04:40:01.811Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51555 |
3467 | 2024-12-28T04:40:01.811Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61004 |
3468 | 2024-12-28T04:40:01.811Z | [ ID] Interval Transfer Bandwidth |
3469 | 2024-12-28T04:40:01.811Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3470 | 2024-12-28T04:40:01.811Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3471 | 2024-12-28T04:40:01.812Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3472 | 2024-12-28T04:40:01.812Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3473 | 2024-12-28T04:40:01.812Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3474 | 2024-12-28T04:40:01.812Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3475 | 2024-12-28T04:40:01.812Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3476 | 2024-12-28T04:40:01.812Z | [ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3477 | 2024-12-28T04:40:01.812Z | [SUM] 0.00-1.00 sec 96.9 MBytes 813 Mbits/sec |
3478 | 2024-12-28T04:40:01.812Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3479 | 2024-12-28T04:40:01.812Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3480 | 2024-12-28T04:40:01.812Z | [ 7] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
3481 | 2024-12-28T04:40:01.812Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3482 | 2024-12-28T04:40:01.812Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3483 | 2024-12-28T04:40:01.812Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3484 | 2024-12-28T04:40:01.812Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3485 | 2024-12-28T04:40:01.812Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3486 | 2024-12-28T04:40:01.812Z | [ 19] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
3487 | 2024-12-28T04:40:01.812Z | [SUM] 1.00-2.00 sec 106 MBytes 893 Mbits/sec |
3488 | 2024-12-28T04:40:01.812Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3489 | 2024-12-28T04:40:01.812Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3490 | 2024-12-28T04:40:01.812Z | [ 7] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3491 | 2024-12-28T04:40:01.812Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3492 | 2024-12-28T04:40:01.812Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3493 | 2024-12-28T04:40:01.812Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3494 | 2024-12-28T04:40:01.812Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3495 | 2024-12-28T04:40:01.812Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3496 | 2024-12-28T04:40:01.812Z | [ 19] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3497 | 2024-12-28T04:40:01.812Z | [SUM] 2.00-3.00 sec 106 MBytes 890 Mbits/sec |
3498 | 2024-12-28T04:40:01.812Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3499 | 2024-12-28T04:40:01.812Z | [ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3500 | 2024-12-28T04:40:01.812Z | [ 7] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec |
3501 | 2024-12-28T04:40:01.812Z | [ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3502 | 2024-12-28T04:40:01.812Z | [ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3503 | 2024-12-28T04:40:01.812Z | [ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3504 | 2024-12-28T04:40:01.812Z | [ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3505 | 2024-12-28T04:40:01.812Z | [ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3506 | 2024-12-28T04:40:01.815Z | [ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3507 | 2024-12-28T04:40:01.815Z | [SUM] 3.00-4.00 sec 107 MBytes 899 Mbits/sec |
3508 | 2024-12-28T04:40:01.815Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3509 | 2024-12-28T04:40:01.815Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3510 | 2024-12-28T04:40:01.815Z | [ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3511 | 2024-12-28T04:40:01.815Z | [ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3512 | 2024-12-28T04:40:01.815Z | [ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3513 | 2024-12-28T04:40:01.815Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3514 | 2024-12-28T04:40:01.815Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3515 | 2024-12-28T04:40:01.815Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3516 | 2024-12-28T04:40:01.815Z | [ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3517 | 2024-12-28T04:40:01.815Z | [SUM] 4.00-5.00 sec 106 MBytes 888 Mbits/sec |
3518 | 2024-12-28T04:40:01.815Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3519 | 2024-12-28T04:40:01.816Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3520 | 2024-12-28T04:40:01.816Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3521 | 2024-12-28T04:40:01.816Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3522 | 2024-12-28T04:40:01.816Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3523 | 2024-12-28T04:40:01.816Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3524 | 2024-12-28T04:40:01.816Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3525 | 2024-12-28T04:40:01.816Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3526 | 2024-12-28T04:40:01.816Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3527 | 2024-12-28T04:40:01.816Z | [SUM] 5.00-6.00 sec 103 MBytes 868 Mbits/sec |
3528 | 2024-12-28T04:40:01.816Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3529 | 2024-12-28T04:40:01.816Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3530 | 2024-12-28T04:40:01.816Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3531 | 2024-12-28T04:40:01.816Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3532 | 2024-12-28T04:40:05.030Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3533 | 2024-12-28T04:40:05.030Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3534 | 2024-12-28T04:40:05.030Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3535 | 2024-12-28T04:40:05.030Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3536 | 2024-12-28T04:40:05.030Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3537 | 2024-12-28T04:40:05.030Z | [SUM] 6.00-7.00 sec 104 MBytes 873 Mbits/sec |
3538 | 2024-12-28T04:40:05.030Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3539 | 2024-12-28T04:40:05.030Z | [ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3540 | 2024-12-28T04:40:05.030Z | [ 7] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3541 | 2024-12-28T04:40:05.030Z | [ 9] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
3542 | 2024-12-28T04:40:05.030Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3543 | 2024-12-28T04:40:05.030Z | [ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3544 | 2024-12-28T04:40:05.030Z | [ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3545 | 2024-12-28T04:40:05.030Z | [ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3546 | 2024-12-28T04:40:05.030Z | [ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3547 | 2024-12-28T04:40:05.030Z | [SUM] 7.00-8.00 sec 106 MBytes 887 Mbits/sec |
3548 | 2024-12-28T04:40:05.030Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3549 | 2024-12-28T04:40:05.030Z | [ 5] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
3550 | 2024-12-28T04:40:05.030Z | [ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3551 | 2024-12-28T04:40:05.030Z | [ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3552 | 2024-12-28T04:40:05.030Z | [ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3553 | 2024-12-28T04:40:05.030Z | [ 13] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3554 | 2024-12-28T04:40:05.030Z | [ 15] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3555 | 2024-12-28T04:40:05.030Z | [ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3556 | 2024-12-28T04:40:05.030Z | [ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3557 | 2024-12-28T04:40:05.030Z | [SUM] 8.00-9.00 sec 106 MBytes 888 Mbits/sec |
3558 | 2024-12-28T04:40:05.030Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3559 | 2024-12-28T04:40:05.030Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3560 | 2024-12-28T04:40:05.030Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3561 | 2024-12-28T04:40:05.030Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3562 | 2024-12-28T04:40:05.030Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3563 | 2024-12-28T04:40:05.031Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3564 | 2024-12-28T04:40:05.031Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3565 | 2024-12-28T04:40:05.031Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3566 | 2024-12-28T04:40:05.031Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3567 | 2024-12-28T04:40:05.031Z | [SUM] 9.00-10.00 sec 105 MBytes 878 Mbits/sec |
3568 | 2024-12-28T04:40:05.031Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3569 | 2024-12-28T04:40:05.031Z | [ 5] 10.00-10.00 sec 124 KBytes 267 Mbits/sec |
3570 | 2024-12-28T04:40:05.031Z | [ 7] 10.00-10.00 sec 124 KBytes 267 Mbits/sec |
3571 | 2024-12-28T04:40:05.031Z | [ 9] 10.00-10.00 sec 59.4 KBytes 128 Mbits/sec |
3572 | 2024-12-28T04:40:05.031Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3573 | 2024-12-28T04:40:05.031Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3574 | 2024-12-28T04:40:05.031Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3575 | 2024-12-28T04:40:05.031Z | [ 17] 10.00-10.00 sec 69.3 KBytes 149 Mbits/sec |
3576 | 2024-12-28T04:40:05.031Z | [ 19] 10.00-10.00 sec 124 KBytes 267 Mbits/sec |
3577 | 2024-12-28T04:40:05.031Z | [SUM] 10.00-10.00 sec 502 KBytes 1.08 Gbits/sec |
3578 | 2024-12-28T04:40:05.031Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3579 | 2024-12-28T04:40:05.031Z | [ ID] Interval Transfer Bandwidth |
3580 | 2024-12-28T04:40:05.031Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3581 | 2024-12-28T04:40:05.031Z | [ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3582 | 2024-12-28T04:40:05.031Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3583 | 2024-12-28T04:40:05.031Z | [ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3584 | 2024-12-28T04:40:05.031Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3585 | 2024-12-28T04:40:05.031Z | [ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3586 | 2024-12-28T04:40:05.031Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3587 | 2024-12-28T04:40:05.031Z | [ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3588 | 2024-12-28T04:40:05.031Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3589 | 2024-12-28T04:40:05.031Z | [ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3590 | 2024-12-28T04:40:05.031Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3591 | 2024-12-28T04:40:05.031Z | [ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3592 | 2024-12-28T04:40:05.031Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3593 | 2024-12-28T04:40:05.031Z | [ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3594 | 2024-12-28T04:40:05.034Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3595 | 2024-12-28T04:40:05.034Z | [ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3596 | 2024-12-28T04:40:05.034Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3597 | 2024-12-28T04:40:05.034Z | [SUM] 0.00-10.00 sec 1.02 GBytes 878 Mbits/sec receiver |
3598 | 2024-12-28T04:40:05.034Z | Run 10/10...878.0758435315929Mbps |
3599 | 2024-12-28T04:40:05.034Z | ###---------------------### |
3600 | 2024-12-28T04:40:05.034Z | ::: iPerf done... ::: |
3601 | 2024-12-28T04:40:05.034Z | :::Awaiting out files...::: |
3602 | 2024-12-28T04:40:05.034Z | ###---------------------### |
3603 | 2024-12-28T04:40:05.034Z | ###-----### |
3604 | 2024-12-28T04:40:05.034Z | :::done!::: |
3605 | 2024-12-28T04:40:05.034Z | ###-----### |
3606 | 2024-12-28T04:40:06.726Z | Gnuplot not found, using plotters backend |
3607 | 2024-12-28T04:40:06.945Z | Benchmarking iperf-tcp/local/c2s/tx |
3608 | 2024-12-28T04:40:06.945Z | Benchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s |
3609 | 2024-12-28T04:40:11.596Z | Benchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (577M iterations) |
3610 | 2024-12-28T04:40:31.591Z | Benchmarking iperf-tcp/local/c2s/tx: Analyzing |
3611 | 2024-12-28T04:40:31.750Z | iperf-tcp/local/c2s/tx time: [1.6164 µs 1.6164 µs 1.6165 µs] |
3612 | 2024-12-28T04:40:31.751Z | change: [-0.1086% -0.0994% -0.0903%] (p = 0.00 < 0.05) |
3613 | 2024-12-28T04:40:31.751Z | Change within noise threshold. |
3614 | 2024-12-28T04:40:31.751Z | Found 5 outliers among 100 measurements (5.00%) |
3615 | 2024-12-28T04:40:31.751Z | 1 (1.00%) low severe |
3616 | 2024-12-28T04:40:31.751Z | 3 (3.00%) low mild |
3617 | 2024-12-28T04:40:31.751Z | 1 (1.00%) high mild |
3618 | 2024-12-28T04:40:33.337Z | |
3619 | 2024-12-28T04:40:33.340Z | Benchmarking iperf-tcp/local/c2s/rx |
3620 | 2024-12-28T04:40:33.340Z | Benchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s |
3621 | 2024-12-28T04:40:37.994Z | Benchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (577M iterations) |
3622 | 2024-12-28T04:40:57.955Z | Benchmarking iperf-tcp/local/c2s/rx: Analyzing |
3623 | 2024-12-28T04:40:58.108Z | iperf-tcp/local/c2s/rx time: [5.7006 µs 5.7010 µs 5.7013 µs] |
3624 | 2024-12-28T04:40:58.108Z | change: [+0.9411% +0.9519% +0.9628%] (p = 0.00 < 0.05) |
3625 | 2024-12-28T04:40:58.108Z | Change within noise threshold. |
3626 | 2024-12-28T04:40:58.108Z | Found 2 outliers among 100 measurements (2.00%) |
3627 | 2024-12-28T04:40:58.108Z | 2 (2.00%) low mild |
3628 | 2024-12-28T04:40:59.699Z | |
3629 | 2024-12-28T04:40:59.704Z | ###-------------------### |
3630 | 2024-12-28T04:40:59.704Z | :::Running experiment ::: |
3631 | 2024-12-28T04:40:59.704Z | :::iperf-tcp/local/s2c::: |
3632 | 2024-12-28T04:40:59.704Z | ###-------------------### |
3633 | 2024-12-28T04:41:00.250Z | dtrace: description 'profile-201us ' matched 2 probes |
3634 | 2024-12-28T04:41:06.746Z | ----------------------------------------------------------- |
3635 | 2024-12-28T04:41:06.746Z | Server listening on 5201 |
3636 | 2024-12-28T04:41:06.746Z | ----------------------------------------------------------- |
3637 | 2024-12-28T04:41:06.746Z | Accepted connection from 10.0.0.1, port 60697 |
3638 | 2024-12-28T04:41:06.746Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65484 |
3639 | 2024-12-28T04:41:06.746Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39437 |
3640 | 2024-12-28T04:41:06.746Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44420 |
3641 | 2024-12-28T04:41:06.746Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59467 |
3642 | 2024-12-28T04:41:06.746Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53553 |
3643 | 2024-12-28T04:41:06.746Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54768 |
3644 | 2024-12-28T04:41:06.746Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36560 |
3645 | 2024-12-28T04:41:06.746Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65521 |
3646 | 2024-12-28T04:41:06.746Z | [ ID] Interval Transfer Bandwidth |
3647 | 2024-12-28T04:41:06.746Z | [ 5] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
3648 | 2024-12-28T04:41:06.746Z | [ 7] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
3649 | 2024-12-28T04:41:06.746Z | [ 9] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
3650 | 2024-12-28T04:41:06.747Z | [ 11] 0.00-1.00 sec 14.7 MBytes 124 Mbits/sec |
3651 | 2024-12-28T04:41:06.747Z | [ 13] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
3652 | 2024-12-28T04:41:06.747Z | [ 15] 0.00-1.00 sec 14.7 MBytes 124 Mbits/sec |
3653 | 2024-12-28T04:41:06.747Z | [ 17] 0.00-1.00 sec 14.7 MBytes 124 Mbits/sec |
3654 | 2024-12-28T04:41:06.747Z | [ 19] 0.00-1.00 sec 14.7 MBytes 124 Mbits/sec |
3655 | 2024-12-28T04:41:06.747Z | [SUM] 0.00-1.00 sec 118 MBytes 990 Mbits/sec |
3656 | 2024-12-28T04:41:06.747Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3657 | 2024-12-28T04:41:06.747Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3658 | 2024-12-28T04:41:06.747Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3659 | 2024-12-28T04:41:06.747Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3660 | 2024-12-28T04:41:06.747Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3661 | 2024-12-28T04:41:06.747Z | [ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3662 | 2024-12-28T04:41:06.747Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3663 | 2024-12-28T04:41:06.747Z | [ 17] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3664 | 2024-12-28T04:41:06.747Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3665 | 2024-12-28T04:41:06.747Z | [SUM] 1.00-2.00 sec 105 MBytes 884 Mbits/sec |
3666 | 2024-12-28T04:41:06.747Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3667 | 2024-12-28T04:41:06.747Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3668 | 2024-12-28T04:41:06.747Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3669 | 2024-12-28T04:41:06.747Z | [ 9] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec |
3670 | 2024-12-28T04:41:06.747Z | [ 11] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3671 | 2024-12-28T04:41:06.747Z | [ 13] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3672 | 2024-12-28T04:41:06.747Z | [ 15] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3673 | 2024-12-28T04:41:06.747Z | [ 17] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3674 | 2024-12-28T04:41:06.747Z | [ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3675 | 2024-12-28T04:41:06.747Z | [SUM] 2.00-3.00 sec 106 MBytes 888 Mbits/sec |
3676 | 2024-12-28T04:41:06.748Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3677 | 2024-12-28T04:41:06.748Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3678 | 2024-12-28T04:41:06.748Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3679 | 2024-12-28T04:41:06.748Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3680 | 2024-12-28T04:41:06.748Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3681 | 2024-12-28T04:41:06.748Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3682 | 2024-12-28T04:41:06.748Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3683 | 2024-12-28T04:41:06.748Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3684 | 2024-12-28T04:41:06.748Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3685 | 2024-12-28T04:41:06.748Z | [SUM] 3.00-4.00 sec 104 MBytes 873 Mbits/sec |
3686 | 2024-12-28T04:41:06.748Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3687 | 2024-12-28T04:41:06.748Z | [ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3688 | 2024-12-28T04:41:06.748Z | [ 7] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec |
3689 | 2024-12-28T04:41:06.748Z | [ 9] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec |
3690 | 2024-12-28T04:41:06.748Z | [ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3691 | 2024-12-28T04:41:06.748Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3692 | 2024-12-28T04:41:06.748Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3693 | 2024-12-28T04:41:06.748Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3694 | 2024-12-28T04:41:06.748Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3695 | 2024-12-28T04:41:06.748Z | [SUM] 4.00-5.00 sec 106 MBytes 887 Mbits/sec |
3696 | 2024-12-28T04:41:06.748Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3697 | 2024-12-28T04:41:06.748Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3698 | 2024-12-28T04:41:06.748Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3699 | 2024-12-28T04:41:06.748Z | [ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3700 | 2024-12-28T04:41:06.748Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3701 | 2024-12-28T04:41:06.748Z | [ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3702 | 2024-12-28T04:41:06.749Z | [ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3703 | 2024-12-28T04:41:06.749Z | [ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3704 | 2024-12-28T04:41:06.749Z | [ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3705 | 2024-12-28T04:41:06.749Z | [SUM] 5.00-6.00 sec 105 MBytes 884 Mbits/sec |
3706 | 2024-12-28T04:41:06.749Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3707 | 2024-12-28T04:41:06.749Z | [ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3708 | 2024-12-28T04:41:06.751Z | [ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3709 | 2024-12-28T04:41:06.751Z | [ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3710 | 2024-12-28T04:41:09.964Z | [ 11] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec |
3711 | 2024-12-28T04:41:09.964Z | [ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3712 | 2024-12-28T04:41:09.964Z | [ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3713 | 2024-12-28T04:41:09.964Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3714 | 2024-12-28T04:41:09.964Z | [ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3715 | 2024-12-28T04:41:09.964Z | [SUM] 6.00-7.00 sec 106 MBytes 885 Mbits/sec |
3716 | 2024-12-28T04:41:09.964Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3717 | 2024-12-28T04:41:09.964Z | [ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3718 | 2024-12-28T04:41:09.964Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3719 | 2024-12-28T04:41:09.964Z | [ 9] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
3720 | 2024-12-28T04:41:09.964Z | [ 11] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3721 | 2024-12-28T04:41:09.964Z | [ 13] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
3722 | 2024-12-28T04:41:09.964Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3723 | 2024-12-28T04:41:09.964Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3724 | 2024-12-28T04:41:09.964Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3725 | 2024-12-28T04:41:09.964Z | [SUM] 7.00-8.00 sec 105 MBytes 883 Mbits/sec |
3726 | 2024-12-28T04:41:09.964Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3727 | 2024-12-28T04:41:09.964Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3728 | 2024-12-28T04:41:09.964Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3729 | 2024-12-28T04:41:09.964Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3730 | 2024-12-28T04:41:09.965Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3731 | 2024-12-28T04:41:09.965Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3732 | 2024-12-28T04:41:09.965Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3733 | 2024-12-28T04:41:09.965Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3734 | 2024-12-28T04:41:09.965Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3735 | 2024-12-28T04:41:09.965Z | [SUM] 8.00-9.00 sec 103 MBytes 865 Mbits/sec |
3736 | 2024-12-28T04:41:09.965Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3737 | 2024-12-28T04:41:09.965Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3738 | 2024-12-28T04:41:09.965Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3739 | 2024-12-28T04:41:09.965Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3740 | 2024-12-28T04:41:09.965Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3741 | 2024-12-28T04:41:09.965Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3742 | 2024-12-28T04:41:09.965Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3743 | 2024-12-28T04:41:09.965Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3744 | 2024-12-28T04:41:09.965Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3745 | 2024-12-28T04:41:09.965Z | [SUM] 9.00-10.00 sec 105 MBytes 879 Mbits/sec |
3746 | 2024-12-28T04:41:09.965Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3747 | 2024-12-28T04:41:09.965Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3748 | 2024-12-28T04:41:09.965Z | [ 7] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
3749 | 2024-12-28T04:41:09.965Z | [ 9] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
3750 | 2024-12-28T04:41:09.965Z | [ 11] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
3751 | 2024-12-28T04:41:09.965Z | [ 13] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
3752 | 2024-12-28T04:41:09.965Z | [ 15] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
3753 | 2024-12-28T04:41:09.965Z | [ 17] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
3754 | 2024-12-28T04:41:09.965Z | [ 19] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
3755 | 2024-12-28T04:41:09.965Z | [SUM] 10.00-10.00 sec 396 KBytes 914 Mbits/sec |
3756 | 2024-12-28T04:41:09.965Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3757 | 2024-12-28T04:41:09.965Z | [ ID] Interval Transfer Bandwidth |
3758 | 2024-12-28T04:41:09.965Z | [ 5] 0.00-10.00 sec 133 MBytes 111 Mbits/sec sender |
3759 | 2024-12-28T04:41:09.965Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3760 | 2024-12-28T04:41:09.965Z | [ 7] 0.00-10.00 sec 133 MBytes 111 Mbits/sec sender |
3761 | 2024-12-28T04:41:09.965Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3762 | 2024-12-28T04:41:09.965Z | [ 9] 0.00-10.00 sec 133 MBytes 111 Mbits/sec sender |
3763 | 2024-12-28T04:41:09.965Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3764 | 2024-12-28T04:41:09.965Z | [ 11] 0.00-10.00 sec 133 MBytes 111 Mbits/sec sender |
3765 | 2024-12-28T04:41:09.965Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3766 | 2024-12-28T04:41:09.966Z | [ 13] 0.00-10.00 sec 133 MBytes 111 Mbits/sec sender |
3767 | 2024-12-28T04:41:09.966Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3768 | 2024-12-28T04:41:09.966Z | [ 15] 0.00-10.00 sec 133 MBytes 111 Mbits/sec sender |
3769 | 2024-12-28T04:41:09.966Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3770 | 2024-12-28T04:41:09.966Z | [ 17] 0.00-10.00 sec 133 MBytes 111 Mbits/sec sender |
3771 | 2024-12-28T04:41:09.966Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3772 | 2024-12-28T04:41:09.966Z | [ 19] 0.00-10.00 sec 133 MBytes 111 Mbits/sec sender |
3773 | 2024-12-28T04:41:09.966Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3774 | 2024-12-28T04:41:09.966Z | [SUM] 0.00-10.00 sec 1.04 GBytes 892 Mbits/sec sender |
3775 | 2024-12-28T04:41:09.966Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3776 | 2024-12-28T04:41:09.969Z | Run 1/10...892.172236520217Mbps |
3777 | 2024-12-28T04:41:16.999Z | ----------------------------------------------------------- |
3778 | 2024-12-28T04:41:16.999Z | Server listening on 5201 |
3779 | 2024-12-28T04:41:16.999Z | ----------------------------------------------------------- |
3780 | 2024-12-28T04:41:16.999Z | Accepted connection from 10.0.0.1, port 51641 |
3781 | 2024-12-28T04:41:16.999Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53700 |
3782 | 2024-12-28T04:41:16.999Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40532 |
3783 | 2024-12-28T04:41:16.999Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65212 |
3784 | 2024-12-28T04:41:16.999Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46600 |
3785 | 2024-12-28T04:41:16.999Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36456 |
3786 | 2024-12-28T04:41:16.999Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49938 |
3787 | 2024-12-28T04:41:16.999Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40207 |
3788 | 2024-12-28T04:41:17.000Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63844 |
3789 | 2024-12-28T04:41:17.000Z | [ ID] Interval Transfer Bandwidth |
3790 | 2024-12-28T04:41:17.000Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3791 | 2024-12-28T04:41:17.000Z | [ 7] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
3792 | 2024-12-28T04:41:17.000Z | [ 9] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3793 | 2024-12-28T04:41:17.000Z | [ 11] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3794 | 2024-12-28T04:41:17.000Z | [ 13] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3795 | 2024-12-28T04:41:17.000Z | [ 15] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3796 | 2024-12-28T04:41:17.000Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3797 | 2024-12-28T04:41:17.000Z | [ 19] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3798 | 2024-12-28T04:41:17.000Z | [SUM] 0.00-1.00 sec 98.1 MBytes 823 Mbits/sec |
3799 | 2024-12-28T04:41:17.000Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3800 | 2024-12-28T04:41:17.000Z | [ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3801 | 2024-12-28T04:41:17.000Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3802 | 2024-12-28T04:41:17.000Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3803 | 2024-12-28T04:41:17.000Z | [ 11] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3804 | 2024-12-28T04:41:17.000Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3805 | 2024-12-28T04:41:17.000Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3806 | 2024-12-28T04:41:17.000Z | [ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3807 | 2024-12-28T04:41:17.000Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3808 | 2024-12-28T04:41:17.000Z | [SUM] 1.00-2.00 sec 105 MBytes 884 Mbits/sec |
3809 | 2024-12-28T04:41:17.000Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3810 | 2024-12-28T04:41:17.000Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3811 | 2024-12-28T04:41:17.000Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3812 | 2024-12-28T04:41:17.000Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3813 | 2024-12-28T04:41:17.000Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3814 | 2024-12-28T04:41:17.000Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3815 | 2024-12-28T04:41:17.000Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3816 | 2024-12-28T04:41:17.000Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3817 | 2024-12-28T04:41:17.000Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3818 | 2024-12-28T04:41:17.000Z | [SUM] 2.00-3.00 sec 105 MBytes 884 Mbits/sec |
3819 | 2024-12-28T04:41:17.000Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3820 | 2024-12-28T04:41:17.000Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3821 | 2024-12-28T04:41:17.000Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3822 | 2024-12-28T04:41:17.001Z | [ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3823 | 2024-12-28T04:41:17.001Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3824 | 2024-12-28T04:41:17.001Z | [ 13] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
3825 | 2024-12-28T04:41:17.001Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3826 | 2024-12-28T04:41:17.001Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3827 | 2024-12-28T04:41:17.001Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3828 | 2024-12-28T04:41:17.001Z | [SUM] 3.00-4.00 sec 103 MBytes 867 Mbits/sec |
3829 | 2024-12-28T04:41:17.001Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3830 | 2024-12-28T04:41:17.001Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3831 | 2024-12-28T04:41:17.001Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3832 | 2024-12-28T04:41:17.001Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3833 | 2024-12-28T04:41:17.001Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3834 | 2024-12-28T04:41:17.001Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3835 | 2024-12-28T04:41:17.001Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3836 | 2024-12-28T04:41:17.001Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3837 | 2024-12-28T04:41:17.001Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3838 | 2024-12-28T04:41:17.001Z | [SUM] 4.00-5.00 sec 104 MBytes 869 Mbits/sec |
3839 | 2024-12-28T04:41:17.001Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3840 | 2024-12-28T04:41:17.001Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3841 | 2024-12-28T04:41:17.001Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3842 | 2024-12-28T04:41:17.001Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3843 | 2024-12-28T04:41:17.001Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3844 | 2024-12-28T04:41:17.001Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3845 | 2024-12-28T04:41:17.001Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3846 | 2024-12-28T04:41:17.001Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3847 | 2024-12-28T04:41:17.001Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3848 | 2024-12-28T04:41:17.001Z | [SUM] 5.00-6.00 sec 104 MBytes 870 Mbits/sec |
3849 | 2024-12-28T04:41:17.001Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3850 | 2024-12-28T04:41:17.001Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3851 | 2024-12-28T04:41:17.001Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3852 | 2024-12-28T04:41:17.001Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3853 | 2024-12-28T04:41:20.114Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3854 | 2024-12-28T04:41:20.114Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3855 | 2024-12-28T04:41:20.114Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3856 | 2024-12-28T04:41:20.114Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3857 | 2024-12-28T04:41:20.114Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3858 | 2024-12-28T04:41:20.114Z | [SUM] 6.00-7.00 sec 104 MBytes 869 Mbits/sec |
3859 | 2024-12-28T04:41:20.114Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3860 | 2024-12-28T04:41:20.114Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3861 | 2024-12-28T04:41:20.114Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3862 | 2024-12-28T04:41:20.114Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3863 | 2024-12-28T04:41:20.114Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3864 | 2024-12-28T04:41:20.114Z | [ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3865 | 2024-12-28T04:41:20.114Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3866 | 2024-12-28T04:41:20.114Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3867 | 2024-12-28T04:41:20.114Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
3868 | 2024-12-28T04:41:20.114Z | [SUM] 7.00-8.00 sec 103 MBytes 865 Mbits/sec |
3869 | 2024-12-28T04:41:20.114Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3870 | 2024-12-28T04:41:20.114Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3871 | 2024-12-28T04:41:20.115Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3872 | 2024-12-28T04:41:20.115Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3873 | 2024-12-28T04:41:20.115Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3874 | 2024-12-28T04:41:20.115Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3875 | 2024-12-28T04:41:20.115Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3876 | 2024-12-28T04:41:20.115Z | [ 17] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
3877 | 2024-12-28T04:41:20.115Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3878 | 2024-12-28T04:41:20.115Z | [SUM] 8.00-9.00 sec 105 MBytes 881 Mbits/sec |
3879 | 2024-12-28T04:41:20.115Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3880 | 2024-12-28T04:41:20.115Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3881 | 2024-12-28T04:41:20.115Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3882 | 2024-12-28T04:41:20.115Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3883 | 2024-12-28T04:41:20.115Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3884 | 2024-12-28T04:41:20.115Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3885 | 2024-12-28T04:41:20.115Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3886 | 2024-12-28T04:41:20.115Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3887 | 2024-12-28T04:41:20.115Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3888 | 2024-12-28T04:41:20.115Z | [SUM] 9.00-10.00 sec 105 MBytes 880 Mbits/sec |
3889 | 2024-12-28T04:41:20.115Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3890 | 2024-12-28T04:41:20.115Z | [ 5] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec |
3891 | 2024-12-28T04:41:20.115Z | [ 7] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec |
3892 | 2024-12-28T04:41:20.115Z | [ 9] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec |
3893 | 2024-12-28T04:41:20.115Z | [ 11] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec |
3894 | 2024-12-28T04:41:20.115Z | [ 13] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec |
3895 | 2024-12-28T04:41:20.115Z | [ 15] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec |
3896 | 2024-12-28T04:41:20.115Z | [ 17] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec |
3897 | 2024-12-28T04:41:20.115Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3898 | 2024-12-28T04:41:20.115Z | [SUM] 10.00-10.00 sec 396 KBytes 924 Mbits/sec |
3899 | 2024-12-28T04:41:20.115Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3900 | 2024-12-28T04:41:20.115Z | [ ID] Interval Transfer Bandwidth |
3901 | 2024-12-28T04:41:20.118Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3902 | 2024-12-28T04:41:20.118Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3903 | 2024-12-28T04:41:20.118Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3904 | 2024-12-28T04:41:20.118Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3905 | 2024-12-28T04:41:20.118Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3906 | 2024-12-28T04:41:20.118Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3907 | 2024-12-28T04:41:20.118Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3908 | 2024-12-28T04:41:20.118Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3909 | 2024-12-28T04:41:20.118Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3910 | 2024-12-28T04:41:20.118Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3911 | 2024-12-28T04:41:20.118Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3912 | 2024-12-28T04:41:20.118Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3913 | 2024-12-28T04:41:20.118Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3914 | 2024-12-28T04:41:20.118Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3915 | 2024-12-28T04:41:20.119Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3916 | 2024-12-28T04:41:20.119Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3917 | 2024-12-28T04:41:20.119Z | [SUM] 0.00-10.00 sec 1.01 GBytes 869 Mbits/sec sender |
3918 | 2024-12-28T04:41:20.119Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3919 | 2024-12-28T04:41:20.119Z | Run 2/10...869.479538888117Mbps |
3920 | 2024-12-28T04:41:27.149Z | ----------------------------------------------------------- |
3921 | 2024-12-28T04:41:27.150Z | Server listening on 5201 |
3922 | 2024-12-28T04:41:27.150Z | ----------------------------------------------------------- |
3923 | 2024-12-28T04:41:27.150Z | Accepted connection from 10.0.0.1, port 38886 |
3924 | 2024-12-28T04:41:27.150Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50075 |
3925 | 2024-12-28T04:41:27.150Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62589 |
3926 | 2024-12-28T04:41:27.150Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34462 |
3927 | 2024-12-28T04:41:27.150Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38118 |
3928 | 2024-12-28T04:41:27.150Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44909 |
3929 | 2024-12-28T04:41:27.150Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49848 |
3930 | 2024-12-28T04:41:27.150Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64779 |
3931 | 2024-12-28T04:41:27.150Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45189 |
3932 | 2024-12-28T04:41:27.150Z | [ ID] Interval Transfer Bandwidth |
3933 | 2024-12-28T04:41:27.150Z | [ 5] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
3934 | 2024-12-28T04:41:27.150Z | [ 7] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3935 | 2024-12-28T04:41:27.150Z | [ 9] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
3936 | 2024-12-28T04:41:27.150Z | [ 11] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
3937 | 2024-12-28T04:41:27.150Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3938 | 2024-12-28T04:41:27.150Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec |
3939 | 2024-12-28T04:41:27.150Z | [ 17] 0.00-1.00 sec 11.8 MBytes 99.0 Mbits/sec |
3940 | 2024-12-28T04:41:27.150Z | [ 19] 0.00-1.00 sec 11.8 MBytes 99.0 Mbits/sec |
3941 | 2024-12-28T04:41:27.150Z | [SUM] 0.00-1.00 sec 95.2 MBytes 798 Mbits/sec |
3942 | 2024-12-28T04:41:27.150Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3943 | 2024-12-28T04:41:27.150Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3944 | 2024-12-28T04:41:27.150Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3945 | 2024-12-28T04:41:27.150Z | [ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3946 | 2024-12-28T04:41:27.150Z | [ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3947 | 2024-12-28T04:41:27.150Z | [ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3948 | 2024-12-28T04:41:27.150Z | [ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3949 | 2024-12-28T04:41:27.150Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3950 | 2024-12-28T04:41:27.150Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3951 | 2024-12-28T04:41:27.150Z | [SUM] 1.00-2.00 sec 103 MBytes 866 Mbits/sec |
3952 | 2024-12-28T04:41:27.150Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3953 | 2024-12-28T04:41:27.150Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3954 | 2024-12-28T04:41:27.150Z | [ 7] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3955 | 2024-12-28T04:41:27.151Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3956 | 2024-12-28T04:41:27.151Z | [ 11] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3957 | 2024-12-28T04:41:27.151Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3958 | 2024-12-28T04:41:27.151Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3959 | 2024-12-28T04:41:27.151Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3960 | 2024-12-28T04:41:27.151Z | [ 19] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3961 | 2024-12-28T04:41:27.151Z | [SUM] 2.00-3.00 sec 106 MBytes 887 Mbits/sec |
3962 | 2024-12-28T04:41:27.151Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3963 | 2024-12-28T04:41:27.151Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3964 | 2024-12-28T04:41:27.151Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3965 | 2024-12-28T04:41:27.151Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3966 | 2024-12-28T04:41:27.151Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3967 | 2024-12-28T04:41:27.151Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3968 | 2024-12-28T04:41:27.151Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3969 | 2024-12-28T04:41:27.151Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3970 | 2024-12-28T04:41:27.151Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3971 | 2024-12-28T04:41:27.151Z | [SUM] 3.00-4.00 sec 105 MBytes 879 Mbits/sec |
3972 | 2024-12-28T04:41:27.151Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3973 | 2024-12-28T04:41:27.151Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3974 | 2024-12-28T04:41:27.151Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3975 | 2024-12-28T04:41:27.151Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3976 | 2024-12-28T04:41:27.151Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3977 | 2024-12-28T04:41:27.151Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3978 | 2024-12-28T04:41:27.151Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3979 | 2024-12-28T04:41:27.151Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3980 | 2024-12-28T04:41:27.151Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3981 | 2024-12-28T04:41:27.151Z | [SUM] 4.00-5.00 sec 104 MBytes 875 Mbits/sec |
3982 | 2024-12-28T04:41:27.151Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3983 | 2024-12-28T04:41:27.151Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3984 | 2024-12-28T04:41:27.151Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3985 | 2024-12-28T04:41:27.151Z | [ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3986 | 2024-12-28T04:41:27.151Z | [ 11] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec |
3987 | 2024-12-28T04:41:27.151Z | [ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3988 | 2024-12-28T04:41:27.152Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3989 | 2024-12-28T04:41:27.152Z | [ 17] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec |
3990 | 2024-12-28T04:41:27.152Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3991 | 2024-12-28T04:41:27.152Z | [SUM] 5.00-6.00 sec 105 MBytes 882 Mbits/sec |
3992 | 2024-12-28T04:41:27.152Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3993 | 2024-12-28T04:41:27.152Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3994 | 2024-12-28T04:41:27.152Z | [ 7] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
3995 | 2024-12-28T04:41:27.152Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3996 | 2024-12-28T04:41:30.265Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3997 | 2024-12-28T04:41:30.265Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3998 | 2024-12-28T04:41:30.266Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3999 | 2024-12-28T04:41:30.266Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4000 | 2024-12-28T04:41:30.266Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4001 | 2024-12-28T04:41:30.266Z | [SUM] 6.00-7.00 sec 103 MBytes 867 Mbits/sec |
4002 | 2024-12-28T04:41:30.266Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4003 | 2024-12-28T04:41:30.266Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4004 | 2024-12-28T04:41:30.266Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4005 | 2024-12-28T04:41:30.266Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4006 | 2024-12-28T04:41:30.266Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4007 | 2024-12-28T04:41:30.266Z | [ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4008 | 2024-12-28T04:41:30.266Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4009 | 2024-12-28T04:41:30.266Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4010 | 2024-12-28T04:41:30.266Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4011 | 2024-12-28T04:41:30.266Z | [SUM] 7.00-8.00 sec 103 MBytes 865 Mbits/sec |
4012 | 2024-12-28T04:41:30.266Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4013 | 2024-12-28T04:41:30.266Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4014 | 2024-12-28T04:41:30.266Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4015 | 2024-12-28T04:41:30.266Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4016 | 2024-12-28T04:41:30.266Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4017 | 2024-12-28T04:41:30.266Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4018 | 2024-12-28T04:41:30.266Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4019 | 2024-12-28T04:41:30.266Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4020 | 2024-12-28T04:41:30.266Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4021 | 2024-12-28T04:41:30.266Z | [SUM] 8.00-9.00 sec 103 MBytes 867 Mbits/sec |
4022 | 2024-12-28T04:41:30.266Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4023 | 2024-12-28T04:41:30.266Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4024 | 2024-12-28T04:41:30.266Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4025 | 2024-12-28T04:41:30.266Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4026 | 2024-12-28T04:41:30.266Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4027 | 2024-12-28T04:41:30.266Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4028 | 2024-12-28T04:41:30.266Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4029 | 2024-12-28T04:41:30.266Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4030 | 2024-12-28T04:41:30.266Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4031 | 2024-12-28T04:41:30.266Z | [SUM] 9.00-10.00 sec 104 MBytes 876 Mbits/sec |
4032 | 2024-12-28T04:41:30.266Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4033 | 2024-12-28T04:41:30.266Z | [ 5] 10.00-10.00 sec 113 KBytes 250 Mbits/sec |
4034 | 2024-12-28T04:41:30.266Z | [ 7] 10.00-10.00 sec 113 KBytes 250 Mbits/sec |
4035 | 2024-12-28T04:41:30.266Z | [ 9] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
4036 | 2024-12-28T04:41:30.267Z | [ 11] 10.00-10.00 sec 113 KBytes 250 Mbits/sec |
4037 | 2024-12-28T04:41:30.267Z | [ 13] 10.00-10.00 sec 113 KBytes 250 Mbits/sec |
4038 | 2024-12-28T04:41:30.267Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4039 | 2024-12-28T04:41:30.267Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4040 | 2024-12-28T04:41:30.267Z | [ 19] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
4041 | 2024-12-28T04:41:30.267Z | [SUM] 10.00-10.00 sec 566 KBytes 1.25 Gbits/sec |
4042 | 2024-12-28T04:41:30.267Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4043 | 2024-12-28T04:41:30.267Z | [ ID] Interval Transfer Bandwidth |
4044 | 2024-12-28T04:41:30.267Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4045 | 2024-12-28T04:41:30.267Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4046 | 2024-12-28T04:41:30.267Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4047 | 2024-12-28T04:41:30.267Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4048 | 2024-12-28T04:41:30.267Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4049 | 2024-12-28T04:41:30.267Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4050 | 2024-12-28T04:41:30.267Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4051 | 2024-12-28T04:41:30.267Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4052 | 2024-12-28T04:41:30.267Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4053 | 2024-12-28T04:41:30.267Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4054 | 2024-12-28T04:41:30.267Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4055 | 2024-12-28T04:41:30.267Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4056 | 2024-12-28T04:41:30.267Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4057 | 2024-12-28T04:41:30.267Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4058 | 2024-12-28T04:41:30.267Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4059 | 2024-12-28T04:41:30.267Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4060 | 2024-12-28T04:41:30.267Z | [SUM] 0.00-10.00 sec 1.01 GBytes 866 Mbits/sec sender |
4061 | 2024-12-28T04:41:30.267Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4062 | 2024-12-28T04:41:30.270Z | Run 3/10...866.7227261011831Mbps |
4063 | 2024-12-28T04:41:37.301Z | ----------------------------------------------------------- |
4064 | 2024-12-28T04:41:37.301Z | Server listening on 5201 |
4065 | 2024-12-28T04:41:37.301Z | ----------------------------------------------------------- |
4066 | 2024-12-28T04:41:37.301Z | Accepted connection from 10.0.0.1, port 61839 |
4067 | 2024-12-28T04:41:37.301Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46792 |
4068 | 2024-12-28T04:41:37.301Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52817 |
4069 | 2024-12-28T04:41:37.301Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52404 |
4070 | 2024-12-28T04:41:37.301Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54205 |
4071 | 2024-12-28T04:41:37.301Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46692 |
4072 | 2024-12-28T04:41:37.301Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33625 |
4073 | 2024-12-28T04:41:37.301Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60018 |
4074 | 2024-12-28T04:41:37.301Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50310 |
4075 | 2024-12-28T04:41:37.301Z | [ ID] Interval Transfer Bandwidth |
4076 | 2024-12-28T04:41:37.301Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4077 | 2024-12-28T04:41:37.301Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4078 | 2024-12-28T04:41:37.301Z | [ 9] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4079 | 2024-12-28T04:41:37.301Z | [ 11] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4080 | 2024-12-28T04:41:37.301Z | [ 13] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4081 | 2024-12-28T04:41:37.301Z | [ 15] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4082 | 2024-12-28T04:41:37.301Z | [ 17] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4083 | 2024-12-28T04:41:37.301Z | [ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4084 | 2024-12-28T04:41:37.301Z | [SUM] 0.00-1.00 sec 97.1 MBytes 815 Mbits/sec |
4085 | 2024-12-28T04:41:37.301Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4086 | 2024-12-28T04:41:37.301Z | [ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
4087 | 2024-12-28T04:41:37.301Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4088 | 2024-12-28T04:41:37.301Z | [ 9] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4089 | 2024-12-28T04:41:37.301Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4090 | 2024-12-28T04:41:37.301Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4091 | 2024-12-28T04:41:37.302Z | [ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4092 | 2024-12-28T04:41:37.302Z | [ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4093 | 2024-12-28T04:41:37.302Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4094 | 2024-12-28T04:41:37.302Z | [SUM] 1.00-2.00 sec 106 MBytes 887 Mbits/sec |
4095 | 2024-12-28T04:41:37.302Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4096 | 2024-12-28T04:41:37.302Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4097 | 2024-12-28T04:41:37.302Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4098 | 2024-12-28T04:41:37.302Z | [ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4099 | 2024-12-28T04:41:37.302Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4100 | 2024-12-28T04:41:37.302Z | [ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4101 | 2024-12-28T04:41:37.302Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4102 | 2024-12-28T04:41:37.302Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4103 | 2024-12-28T04:41:37.302Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4104 | 2024-12-28T04:41:37.302Z | [SUM] 2.00-3.00 sec 103 MBytes 866 Mbits/sec |
4105 | 2024-12-28T04:41:37.302Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4106 | 2024-12-28T04:41:37.302Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4107 | 2024-12-28T04:41:37.302Z | [ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
4108 | 2024-12-28T04:41:37.302Z | [ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
4109 | 2024-12-28T04:41:37.302Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4110 | 2024-12-28T04:41:37.302Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4111 | 2024-12-28T04:41:37.302Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4112 | 2024-12-28T04:41:37.302Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4113 | 2024-12-28T04:41:37.302Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4114 | 2024-12-28T04:41:37.302Z | [SUM] 3.00-4.00 sec 105 MBytes 882 Mbits/sec |
4115 | 2024-12-28T04:41:37.302Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4116 | 2024-12-28T04:41:37.302Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4117 | 2024-12-28T04:41:37.302Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4118 | 2024-12-28T04:41:37.302Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4119 | 2024-12-28T04:41:37.302Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4120 | 2024-12-28T04:41:37.302Z | [ 13] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec |
4121 | 2024-12-28T04:41:37.302Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4122 | 2024-12-28T04:41:37.302Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4123 | 2024-12-28T04:41:37.302Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4124 | 2024-12-28T04:41:37.302Z | [SUM] 4.00-5.00 sec 105 MBytes 878 Mbits/sec |
4125 | 2024-12-28T04:41:37.302Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4126 | 2024-12-28T04:41:37.302Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4127 | 2024-12-28T04:41:37.302Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4128 | 2024-12-28T04:41:37.302Z | [ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4129 | 2024-12-28T04:41:37.303Z | [ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4130 | 2024-12-28T04:41:37.303Z | [ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4131 | 2024-12-28T04:41:37.303Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4132 | 2024-12-28T04:41:37.303Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4133 | 2024-12-28T04:41:37.303Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4134 | 2024-12-28T04:41:37.303Z | [SUM] 5.00-6.00 sec 105 MBytes 879 Mbits/sec |
4135 | 2024-12-28T04:41:37.303Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4136 | 2024-12-28T04:41:37.303Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4137 | 2024-12-28T04:41:37.303Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4138 | 2024-12-28T04:41:37.303Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4139 | 2024-12-28T04:41:40.416Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4140 | 2024-12-28T04:41:40.416Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4141 | 2024-12-28T04:41:40.416Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4142 | 2024-12-28T04:41:40.416Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4143 | 2024-12-28T04:41:40.416Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4144 | 2024-12-28T04:41:40.416Z | [SUM] 6.00-7.00 sec 104 MBytes 875 Mbits/sec |
4145 | 2024-12-28T04:41:40.416Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4146 | 2024-12-28T04:41:40.416Z | [ 5] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4147 | 2024-12-28T04:41:40.416Z | [ 7] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4148 | 2024-12-28T04:41:40.416Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4149 | 2024-12-28T04:41:40.416Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4150 | 2024-12-28T04:41:40.416Z | [ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4151 | 2024-12-28T04:41:40.416Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4152 | 2024-12-28T04:41:40.416Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4153 | 2024-12-28T04:41:40.416Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4154 | 2024-12-28T04:41:40.416Z | [SUM] 7.00-8.00 sec 103 MBytes 864 Mbits/sec |
4155 | 2024-12-28T04:41:40.416Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4156 | 2024-12-28T04:41:40.416Z | [ 5] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4157 | 2024-12-28T04:41:40.416Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4158 | 2024-12-28T04:41:40.416Z | [ 9] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4159 | 2024-12-28T04:41:40.416Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4160 | 2024-12-28T04:41:40.417Z | [ 13] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4161 | 2024-12-28T04:41:40.417Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4162 | 2024-12-28T04:41:40.417Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4163 | 2024-12-28T04:41:40.417Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4164 | 2024-12-28T04:41:40.417Z | [SUM] 8.00-9.00 sec 103 MBytes 867 Mbits/sec |
4165 | 2024-12-28T04:41:40.417Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4166 | 2024-12-28T04:41:40.417Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4167 | 2024-12-28T04:41:40.417Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4168 | 2024-12-28T04:41:40.417Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4169 | 2024-12-28T04:41:40.417Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4170 | 2024-12-28T04:41:40.417Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4171 | 2024-12-28T04:41:40.417Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4172 | 2024-12-28T04:41:40.417Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4173 | 2024-12-28T04:41:40.417Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4174 | 2024-12-28T04:41:40.417Z | [SUM] 9.00-10.00 sec 103 MBytes 866 Mbits/sec |
4175 | 2024-12-28T04:41:40.417Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4176 | 2024-12-28T04:41:40.417Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4177 | 2024-12-28T04:41:40.417Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4178 | 2024-12-28T04:41:40.417Z | [ 9] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4179 | 2024-12-28T04:41:40.417Z | [ 11] 10.00-10.00 sec 56.6 KBytes 130 Mbits/sec |
4180 | 2024-12-28T04:41:40.417Z | [ 13] 10.00-10.00 sec 113 KBytes 261 Mbits/sec |
4181 | 2024-12-28T04:41:40.417Z | [ 15] 10.00-10.00 sec 113 KBytes 261 Mbits/sec |
4182 | 2024-12-28T04:41:40.417Z | [ 17] 10.00-10.00 sec 113 KBytes 261 Mbits/sec |
4183 | 2024-12-28T04:41:40.417Z | [ 19] 10.00-10.00 sec 113 KBytes 261 Mbits/sec |
4184 | 2024-12-28T04:41:40.417Z | [SUM] 10.00-10.00 sec 566 KBytes 1.30 Gbits/sec |
4185 | 2024-12-28T04:41:40.417Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4186 | 2024-12-28T04:41:40.417Z | [ ID] Interval Transfer Bandwidth |
4187 | 2024-12-28T04:41:40.417Z | [ 5] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4188 | 2024-12-28T04:41:40.417Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4189 | 2024-12-28T04:41:40.417Z | [ 7] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4190 | 2024-12-28T04:41:40.417Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4191 | 2024-12-28T04:41:40.417Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4192 | 2024-12-28T04:41:40.417Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4193 | 2024-12-28T04:41:40.417Z | [ 11] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4194 | 2024-12-28T04:41:40.417Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4195 | 2024-12-28T04:41:40.417Z | [ 13] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4196 | 2024-12-28T04:41:40.417Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4197 | 2024-12-28T04:41:40.417Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4198 | 2024-12-28T04:41:40.417Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4199 | 2024-12-28T04:41:40.418Z | [ 17] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4200 | 2024-12-28T04:41:40.418Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4201 | 2024-12-28T04:41:40.418Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4202 | 2024-12-28T04:41:40.418Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4203 | 2024-12-28T04:41:40.418Z | [SUM] 0.00-10.00 sec 1.01 GBytes 868 Mbits/sec sender |
4204 | 2024-12-28T04:41:40.418Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4205 | 2024-12-28T04:41:40.420Z | Run 4/10...868.311383557096Mbps |
4206 | 2024-12-28T04:41:47.451Z | ----------------------------------------------------------- |
4207 | 2024-12-28T04:41:47.451Z | Server listening on 5201 |
4208 | 2024-12-28T04:41:47.451Z | ----------------------------------------------------------- |
4209 | 2024-12-28T04:41:47.451Z | Accepted connection from 10.0.0.1, port 42385 |
4210 | 2024-12-28T04:41:47.451Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62853 |
4211 | 2024-12-28T04:41:47.451Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60292 |
4212 | 2024-12-28T04:41:47.451Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59764 |
4213 | 2024-12-28T04:41:47.451Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48759 |
4214 | 2024-12-28T04:41:47.451Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62645 |
4215 | 2024-12-28T04:41:47.451Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36114 |
4216 | 2024-12-28T04:41:47.451Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63354 |
4217 | 2024-12-28T04:41:47.451Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50351 |
4218 | 2024-12-28T04:41:47.451Z | [ ID] Interval Transfer Bandwidth |
4219 | 2024-12-28T04:41:47.451Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4220 | 2024-12-28T04:41:47.451Z | [ 7] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
4221 | 2024-12-28T04:41:47.451Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4222 | 2024-12-28T04:41:47.451Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4223 | 2024-12-28T04:41:47.451Z | [ 13] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4224 | 2024-12-28T04:41:47.451Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4225 | 2024-12-28T04:41:47.451Z | [ 17] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4226 | 2024-12-28T04:41:47.451Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4227 | 2024-12-28T04:41:47.451Z | [SUM] 0.00-1.00 sec 98.2 MBytes 824 Mbits/sec |
4228 | 2024-12-28T04:41:47.451Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4229 | 2024-12-28T04:41:47.451Z | [ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4230 | 2024-12-28T04:41:47.451Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4231 | 2024-12-28T04:41:47.451Z | [ 9] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4232 | 2024-12-28T04:41:47.451Z | [ 11] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4233 | 2024-12-28T04:41:47.451Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4234 | 2024-12-28T04:41:47.451Z | [ 15] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4235 | 2024-12-28T04:41:47.451Z | [ 17] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4236 | 2024-12-28T04:41:47.452Z | [ 19] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4237 | 2024-12-28T04:41:47.452Z | [SUM] 1.00-2.00 sec 106 MBytes 889 Mbits/sec |
4238 | 2024-12-28T04:41:47.452Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4239 | 2024-12-28T04:41:47.452Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4240 | 2024-12-28T04:41:47.452Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4241 | 2024-12-28T04:41:47.452Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4242 | 2024-12-28T04:41:47.452Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4243 | 2024-12-28T04:41:47.452Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4244 | 2024-12-28T04:41:47.452Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4245 | 2024-12-28T04:41:47.452Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4246 | 2024-12-28T04:41:47.452Z | [ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4247 | 2024-12-28T04:41:47.452Z | [SUM] 2.00-3.00 sec 105 MBytes 884 Mbits/sec |
4248 | 2024-12-28T04:41:47.452Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4249 | 2024-12-28T04:41:47.452Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4250 | 2024-12-28T04:41:47.452Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4251 | 2024-12-28T04:41:47.452Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4252 | 2024-12-28T04:41:47.452Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4253 | 2024-12-28T04:41:47.452Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4254 | 2024-12-28T04:41:47.452Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4255 | 2024-12-28T04:41:47.452Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4256 | 2024-12-28T04:41:47.452Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4257 | 2024-12-28T04:41:47.452Z | [SUM] 3.00-4.00 sec 104 MBytes 875 Mbits/sec |
4258 | 2024-12-28T04:41:47.452Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4259 | 2024-12-28T04:41:47.452Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4260 | 2024-12-28T04:41:47.452Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4261 | 2024-12-28T04:41:47.452Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4262 | 2024-12-28T04:41:47.452Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4263 | 2024-12-28T04:41:47.452Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4264 | 2024-12-28T04:41:47.452Z | [ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4265 | 2024-12-28T04:41:47.452Z | [ 17] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec |
4266 | 2024-12-28T04:41:47.452Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4267 | 2024-12-28T04:41:47.452Z | [SUM] 4.00-5.00 sec 103 MBytes 864 Mbits/sec |
4268 | 2024-12-28T04:41:47.452Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4269 | 2024-12-28T04:41:47.452Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4270 | 2024-12-28T04:41:47.452Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4271 | 2024-12-28T04:41:47.452Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4272 | 2024-12-28T04:41:47.452Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4273 | 2024-12-28T04:41:47.452Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4274 | 2024-12-28T04:41:47.452Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4275 | 2024-12-28T04:41:47.452Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4276 | 2024-12-28T04:41:47.453Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4277 | 2024-12-28T04:41:47.453Z | [SUM] 5.00-6.00 sec 103 MBytes 864 Mbits/sec |
4278 | 2024-12-28T04:41:47.453Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4279 | 2024-12-28T04:41:47.453Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4280 | 2024-12-28T04:41:47.453Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4281 | 2024-12-28T04:41:47.453Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4282 | 2024-12-28T04:41:50.567Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4283 | 2024-12-28T04:41:50.567Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4284 | 2024-12-28T04:41:50.567Z | [ 15] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
4285 | 2024-12-28T04:41:50.567Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4286 | 2024-12-28T04:41:50.567Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4287 | 2024-12-28T04:41:50.567Z | [SUM] 6.00-7.00 sec 104 MBytes 869 Mbits/sec |
4288 | 2024-12-28T04:41:50.567Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4289 | 2024-12-28T04:41:50.567Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4290 | 2024-12-28T04:41:50.567Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4291 | 2024-12-28T04:41:50.567Z | [ 9] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
4292 | 2024-12-28T04:41:50.567Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4293 | 2024-12-28T04:41:50.567Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4294 | 2024-12-28T04:41:50.567Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4295 | 2024-12-28T04:41:50.567Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4296 | 2024-12-28T04:41:50.567Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4297 | 2024-12-28T04:41:50.567Z | [SUM] 7.00-8.00 sec 105 MBytes 879 Mbits/sec |
4298 | 2024-12-28T04:41:50.567Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4299 | 2024-12-28T04:41:50.567Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4300 | 2024-12-28T04:41:50.567Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4301 | 2024-12-28T04:41:50.567Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4302 | 2024-12-28T04:41:50.567Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4303 | 2024-12-28T04:41:50.567Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4304 | 2024-12-28T04:41:50.567Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4305 | 2024-12-28T04:41:50.567Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4306 | 2024-12-28T04:41:50.567Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4307 | 2024-12-28T04:41:50.567Z | [SUM] 8.00-9.00 sec 105 MBytes 878 Mbits/sec |
4308 | 2024-12-28T04:41:50.567Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4309 | 2024-12-28T04:41:50.567Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4310 | 2024-12-28T04:41:50.567Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4311 | 2024-12-28T04:41:50.568Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4312 | 2024-12-28T04:41:50.568Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4313 | 2024-12-28T04:41:50.568Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4314 | 2024-12-28T04:41:50.568Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4315 | 2024-12-28T04:41:50.568Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4316 | 2024-12-28T04:41:50.568Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4317 | 2024-12-28T04:41:50.568Z | [SUM] 9.00-10.00 sec 104 MBytes 875 Mbits/sec |
4318 | 2024-12-28T04:41:50.568Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4319 | 2024-12-28T04:41:50.568Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4320 | 2024-12-28T04:41:50.568Z | [ 7] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
4321 | 2024-12-28T04:41:50.568Z | [ 9] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
4322 | 2024-12-28T04:41:50.568Z | [ 11] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
4323 | 2024-12-28T04:41:50.568Z | [ 13] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
4324 | 2024-12-28T04:41:50.568Z | [ 15] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
4325 | 2024-12-28T04:41:50.568Z | [ 17] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
4326 | 2024-12-28T04:41:50.568Z | [ 19] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
4327 | 2024-12-28T04:41:50.568Z | [SUM] 10.00-10.00 sec 566 KBytes 1.19 Gbits/sec |
4328 | 2024-12-28T04:41:50.568Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4329 | 2024-12-28T04:41:50.568Z | [ ID] Interval Transfer Bandwidth |
4330 | 2024-12-28T04:41:50.568Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4331 | 2024-12-28T04:41:50.568Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4332 | 2024-12-28T04:41:50.568Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4333 | 2024-12-28T04:41:50.568Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4334 | 2024-12-28T04:41:50.568Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4335 | 2024-12-28T04:41:50.568Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4336 | 2024-12-28T04:41:50.568Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4337 | 2024-12-28T04:41:50.568Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4338 | 2024-12-28T04:41:50.568Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4339 | 2024-12-28T04:41:50.568Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4340 | 2024-12-28T04:41:50.568Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4341 | 2024-12-28T04:41:50.568Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4342 | 2024-12-28T04:41:50.568Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4343 | 2024-12-28T04:41:50.568Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4344 | 2024-12-28T04:41:50.568Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4345 | 2024-12-28T04:41:50.568Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4346 | 2024-12-28T04:41:50.568Z | [SUM] 0.00-10.00 sec 1.01 GBytes 870 Mbits/sec sender |
4347 | 2024-12-28T04:41:50.568Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4348 | 2024-12-28T04:41:50.571Z | Run 5/10...870.501457180283Mbps |
4349 | 2024-12-28T04:41:57.600Z | ----------------------------------------------------------- |
4350 | 2024-12-28T04:41:57.600Z | Server listening on 5201 |
4351 | 2024-12-28T04:41:57.600Z | ----------------------------------------------------------- |
4352 | 2024-12-28T04:41:57.600Z | Accepted connection from 10.0.0.1, port 44196 |
4353 | 2024-12-28T04:41:57.600Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48171 |
4354 | 2024-12-28T04:41:57.600Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50316 |
4355 | 2024-12-28T04:41:57.600Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39587 |
4356 | 2024-12-28T04:41:57.600Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47252 |
4357 | 2024-12-28T04:41:57.600Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61886 |
4358 | 2024-12-28T04:41:57.600Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64586 |
4359 | 2024-12-28T04:41:57.600Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39044 |
4360 | 2024-12-28T04:41:57.600Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59057 |
4361 | 2024-12-28T04:41:57.600Z | [ ID] Interval Transfer Bandwidth |
4362 | 2024-12-28T04:41:57.600Z | [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4363 | 2024-12-28T04:41:57.600Z | [ 7] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4364 | 2024-12-28T04:41:57.600Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4365 | 2024-12-28T04:41:57.600Z | [ 11] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4366 | 2024-12-28T04:41:57.600Z | [ 13] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4367 | 2024-12-28T04:41:57.600Z | [ 15] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4368 | 2024-12-28T04:41:57.600Z | [ 17] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4369 | 2024-12-28T04:41:57.600Z | [ 19] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4370 | 2024-12-28T04:41:57.600Z | [SUM] 0.00-1.00 sec 95.8 MBytes 804 Mbits/sec |
4371 | 2024-12-28T04:41:57.600Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4372 | 2024-12-28T04:41:57.601Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4373 | 2024-12-28T04:41:57.601Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4374 | 2024-12-28T04:41:57.601Z | [ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4375 | 2024-12-28T04:41:57.601Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4376 | 2024-12-28T04:41:57.601Z | [ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4377 | 2024-12-28T04:41:57.601Z | [ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4378 | 2024-12-28T04:41:57.601Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4379 | 2024-12-28T04:41:57.601Z | [ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4380 | 2024-12-28T04:41:57.604Z | [SUM] 1.00-2.00 sec 104 MBytes 871 Mbits/sec |
4381 | 2024-12-28T04:41:57.604Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4382 | 2024-12-28T04:41:57.604Z | [ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4383 | 2024-12-28T04:41:57.604Z | [ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4384 | 2024-12-28T04:41:57.604Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4385 | 2024-12-28T04:41:57.604Z | [ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4386 | 2024-12-28T04:41:57.604Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4387 | 2024-12-28T04:41:57.604Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4388 | 2024-12-28T04:41:57.604Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4389 | 2024-12-28T04:41:57.604Z | [ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4390 | 2024-12-28T04:41:57.604Z | [SUM] 2.00-3.00 sec 104 MBytes 874 Mbits/sec |
4391 | 2024-12-28T04:41:57.604Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4392 | 2024-12-28T04:41:57.604Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4393 | 2024-12-28T04:41:57.604Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4394 | 2024-12-28T04:41:57.604Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4395 | 2024-12-28T04:41:57.604Z | [ 11] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4396 | 2024-12-28T04:41:57.604Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4397 | 2024-12-28T04:41:57.604Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4398 | 2024-12-28T04:41:57.604Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4399 | 2024-12-28T04:41:57.604Z | [ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4400 | 2024-12-28T04:41:57.604Z | [SUM] 3.00-4.00 sec 104 MBytes 869 Mbits/sec |
4401 | 2024-12-28T04:41:57.604Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4402 | 2024-12-28T04:41:57.604Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4403 | 2024-12-28T04:41:57.604Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4404 | 2024-12-28T04:41:57.604Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4405 | 2024-12-28T04:41:57.604Z | [ 11] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec |
4406 | 2024-12-28T04:41:57.604Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4407 | 2024-12-28T04:41:57.604Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4408 | 2024-12-28T04:41:57.604Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4409 | 2024-12-28T04:41:57.604Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4410 | 2024-12-28T04:41:57.604Z | [SUM] 4.00-5.00 sec 105 MBytes 879 Mbits/sec |
4411 | 2024-12-28T04:41:57.604Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4412 | 2024-12-28T04:41:57.604Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4413 | 2024-12-28T04:41:57.604Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4414 | 2024-12-28T04:41:57.605Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4415 | 2024-12-28T04:41:57.605Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4416 | 2024-12-28T04:41:57.605Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4417 | 2024-12-28T04:41:57.605Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4418 | 2024-12-28T04:41:57.605Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4419 | 2024-12-28T04:41:57.605Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4420 | 2024-12-28T04:41:57.605Z | [SUM] 5.00-6.00 sec 103 MBytes 865 Mbits/sec |
4421 | 2024-12-28T04:41:57.605Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4422 | 2024-12-28T04:41:57.605Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4423 | 2024-12-28T04:41:57.605Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4424 | 2024-12-28T04:41:57.605Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4425 | 2024-12-28T04:42:00.717Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4426 | 2024-12-28T04:42:00.718Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4427 | 2024-12-28T04:42:00.718Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4428 | 2024-12-28T04:42:00.718Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4429 | 2024-12-28T04:42:00.718Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4430 | 2024-12-28T04:42:00.718Z | [SUM] 6.00-7.00 sec 104 MBytes 869 Mbits/sec |
4431 | 2024-12-28T04:42:00.718Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4432 | 2024-12-28T04:42:00.718Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4433 | 2024-12-28T04:42:00.718Z | [ 7] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4434 | 2024-12-28T04:42:00.718Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4435 | 2024-12-28T04:42:00.718Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4436 | 2024-12-28T04:42:00.718Z | [ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4437 | 2024-12-28T04:42:00.718Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4438 | 2024-12-28T04:42:00.718Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4439 | 2024-12-28T04:42:00.718Z | [ 19] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4440 | 2024-12-28T04:42:00.718Z | [SUM] 7.00-8.00 sec 103 MBytes 863 Mbits/sec |
4441 | 2024-12-28T04:42:00.718Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4442 | 2024-12-28T04:42:00.718Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4443 | 2024-12-28T04:42:00.718Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4444 | 2024-12-28T04:42:00.718Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4445 | 2024-12-28T04:42:00.718Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4446 | 2024-12-28T04:42:00.718Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4447 | 2024-12-28T04:42:00.718Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4448 | 2024-12-28T04:42:00.718Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4449 | 2024-12-28T04:42:00.718Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4450 | 2024-12-28T04:42:00.718Z | [SUM] 8.00-9.00 sec 104 MBytes 874 Mbits/sec |
4451 | 2024-12-28T04:42:00.718Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4452 | 2024-12-28T04:42:00.718Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4453 | 2024-12-28T04:42:00.718Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4454 | 2024-12-28T04:42:00.718Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4455 | 2024-12-28T04:42:00.718Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4456 | 2024-12-28T04:42:00.718Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4457 | 2024-12-28T04:42:00.718Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4458 | 2024-12-28T04:42:00.718Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4459 | 2024-12-28T04:42:00.718Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4460 | 2024-12-28T04:42:00.718Z | [SUM] 9.00-10.00 sec 105 MBytes 878 Mbits/sec |
4461 | 2024-12-28T04:42:00.718Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4462 | 2024-12-28T04:42:00.718Z | [ 5] 10.00-10.00 sec 113 KBytes 243 Mbits/sec |
4463 | 2024-12-28T04:42:00.719Z | [ 7] 10.00-10.00 sec 113 KBytes 243 Mbits/sec |
4464 | 2024-12-28T04:42:00.719Z | [ 9] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4465 | 2024-12-28T04:42:00.719Z | [ 11] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4466 | 2024-12-28T04:42:00.719Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4467 | 2024-12-28T04:42:00.719Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4468 | 2024-12-28T04:42:00.719Z | [ 17] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4469 | 2024-12-28T04:42:00.719Z | [ 19] 10.00-10.00 sec 113 KBytes 243 Mbits/sec |
4470 | 2024-12-28T04:42:00.719Z | [SUM] 10.00-10.00 sec 509 KBytes 1.09 Gbits/sec |
4471 | 2024-12-28T04:42:00.719Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4472 | 2024-12-28T04:42:00.719Z | [ ID] Interval Transfer Bandwidth |
4473 | 2024-12-28T04:42:00.719Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4474 | 2024-12-28T04:42:00.719Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4475 | 2024-12-28T04:42:00.719Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4476 | 2024-12-28T04:42:00.719Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4477 | 2024-12-28T04:42:00.719Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4478 | 2024-12-28T04:42:00.719Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4479 | 2024-12-28T04:42:00.719Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4480 | 2024-12-28T04:42:00.719Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4481 | 2024-12-28T04:42:00.719Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4482 | 2024-12-28T04:42:00.719Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4483 | 2024-12-28T04:42:00.719Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4484 | 2024-12-28T04:42:00.719Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4485 | 2024-12-28T04:42:00.719Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4486 | 2024-12-28T04:42:00.719Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4487 | 2024-12-28T04:42:00.719Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4488 | 2024-12-28T04:42:00.719Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4489 | 2024-12-28T04:42:00.719Z | [SUM] 0.00-10.00 sec 1.01 GBytes 865 Mbits/sec sender |
4490 | 2024-12-28T04:42:00.719Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4491 | 2024-12-28T04:42:00.722Z | Run 6/10...864.905349912719Mbps |
4492 | 2024-12-28T04:42:07.752Z | ----------------------------------------------------------- |
4493 | 2024-12-28T04:42:07.752Z | Server listening on 5201 |
4494 | 2024-12-28T04:42:07.752Z | ----------------------------------------------------------- |
4495 | 2024-12-28T04:42:07.752Z | Accepted connection from 10.0.0.1, port 56550 |
4496 | 2024-12-28T04:42:07.752Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49734 |
4497 | 2024-12-28T04:42:07.752Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40816 |
4498 | 2024-12-28T04:42:07.752Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32953 |
4499 | 2024-12-28T04:42:07.752Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55253 |
4500 | 2024-12-28T04:42:07.752Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58475 |
4501 | 2024-12-28T04:42:07.752Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54528 |
4502 | 2024-12-28T04:42:07.752Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38978 |
4503 | 2024-12-28T04:42:07.752Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49240 |
4504 | 2024-12-28T04:42:07.752Z | [ ID] Interval Transfer Bandwidth |
4505 | 2024-12-28T04:42:07.752Z | [ 5] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4506 | 2024-12-28T04:42:07.752Z | [ 7] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4507 | 2024-12-28T04:42:07.752Z | [ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
4508 | 2024-12-28T04:42:07.752Z | [ 11] 0.00-1.00 sec 11.9 MBytes 99.7 Mbits/sec |
4509 | 2024-12-28T04:42:07.752Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.6 Mbits/sec |
4510 | 2024-12-28T04:42:07.752Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec |
4511 | 2024-12-28T04:42:07.752Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.6 Mbits/sec |
4512 | 2024-12-28T04:42:07.752Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.8 Mbits/sec |
4513 | 2024-12-28T04:42:07.752Z | [SUM] 0.00-1.00 sec 95.3 MBytes 799 Mbits/sec |
4514 | 2024-12-28T04:42:07.752Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4515 | 2024-12-28T04:42:07.752Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4516 | 2024-12-28T04:42:07.752Z | [ 7] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
4517 | 2024-12-28T04:42:07.752Z | [ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4518 | 2024-12-28T04:42:07.752Z | [ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4519 | 2024-12-28T04:42:07.752Z | [ 13] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
4520 | 2024-12-28T04:42:07.752Z | [ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4521 | 2024-12-28T04:42:07.752Z | [ 17] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4522 | 2024-12-28T04:42:07.752Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4523 | 2024-12-28T04:42:07.752Z | [SUM] 1.00-2.00 sec 103 MBytes 864 Mbits/sec |
4524 | 2024-12-28T04:42:07.753Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4525 | 2024-12-28T04:42:07.753Z | [ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4526 | 2024-12-28T04:42:07.753Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4527 | 2024-12-28T04:42:07.753Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4528 | 2024-12-28T04:42:07.753Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4529 | 2024-12-28T04:42:07.753Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4530 | 2024-12-28T04:42:07.753Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4531 | 2024-12-28T04:42:07.753Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4532 | 2024-12-28T04:42:07.753Z | [ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4533 | 2024-12-28T04:42:07.753Z | [SUM] 2.00-3.00 sec 105 MBytes 878 Mbits/sec |
4534 | 2024-12-28T04:42:07.753Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4535 | 2024-12-28T04:42:07.753Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4536 | 2024-12-28T04:42:07.753Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4537 | 2024-12-28T04:42:07.753Z | [ 9] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4538 | 2024-12-28T04:42:07.753Z | [ 11] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4539 | 2024-12-28T04:42:07.753Z | [ 13] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4540 | 2024-12-28T04:42:07.753Z | [ 15] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4541 | 2024-12-28T04:42:07.753Z | [ 17] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4542 | 2024-12-28T04:42:07.753Z | [ 19] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4543 | 2024-12-28T04:42:07.753Z | [SUM] 3.00-4.00 sec 103 MBytes 861 Mbits/sec |
4544 | 2024-12-28T04:42:07.753Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4545 | 2024-12-28T04:42:07.753Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4546 | 2024-12-28T04:42:07.753Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4547 | 2024-12-28T04:42:07.753Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4548 | 2024-12-28T04:42:07.753Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4549 | 2024-12-28T04:42:07.753Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4550 | 2024-12-28T04:42:07.753Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4551 | 2024-12-28T04:42:07.753Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4552 | 2024-12-28T04:42:07.753Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4553 | 2024-12-28T04:42:07.753Z | [SUM] 4.00-5.00 sec 104 MBytes 873 Mbits/sec |
4554 | 2024-12-28T04:42:07.753Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4555 | 2024-12-28T04:42:07.753Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4556 | 2024-12-28T04:42:07.753Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4557 | 2024-12-28T04:42:07.753Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4558 | 2024-12-28T04:42:07.753Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4559 | 2024-12-28T04:42:07.753Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4560 | 2024-12-28T04:42:07.754Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4561 | 2024-12-28T04:42:07.754Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4562 | 2024-12-28T04:42:07.754Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4563 | 2024-12-28T04:42:07.754Z | [SUM] 5.00-6.00 sec 104 MBytes 870 Mbits/sec |
4564 | 2024-12-28T04:42:07.754Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4565 | 2024-12-28T04:42:07.754Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4566 | 2024-12-28T04:42:07.754Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4567 | 2024-12-28T04:42:07.754Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4568 | 2024-12-28T04:42:10.868Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4569 | 2024-12-28T04:42:10.868Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4570 | 2024-12-28T04:42:10.868Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4571 | 2024-12-28T04:42:10.868Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4572 | 2024-12-28T04:42:10.868Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4573 | 2024-12-28T04:42:10.868Z | [SUM] 6.00-7.00 sec 103 MBytes 865 Mbits/sec |
4574 | 2024-12-28T04:42:10.868Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4575 | 2024-12-28T04:42:10.868Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4576 | 2024-12-28T04:42:10.868Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4577 | 2024-12-28T04:42:10.868Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4578 | 2024-12-28T04:42:10.868Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4579 | 2024-12-28T04:42:10.868Z | [ 13] 7.00-8.00 sec 13.0 MBytes 110 Mbits/sec |
4580 | 2024-12-28T04:42:10.868Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4581 | 2024-12-28T04:42:10.868Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4582 | 2024-12-28T04:42:10.868Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4583 | 2024-12-28T04:42:10.868Z | [SUM] 7.00-8.00 sec 104 MBytes 874 Mbits/sec |
4584 | 2024-12-28T04:42:10.868Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4585 | 2024-12-28T04:42:10.868Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4586 | 2024-12-28T04:42:10.868Z | [ 7] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
4587 | 2024-12-28T04:42:10.868Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4588 | 2024-12-28T04:42:10.868Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4589 | 2024-12-28T04:42:10.868Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4590 | 2024-12-28T04:42:10.868Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4591 | 2024-12-28T04:42:10.869Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4592 | 2024-12-28T04:42:10.869Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4593 | 2024-12-28T04:42:10.869Z | [SUM] 8.00-9.00 sec 105 MBytes 880 Mbits/sec |
4594 | 2024-12-28T04:42:10.869Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4595 | 2024-12-28T04:42:10.869Z | [ 5] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec |
4596 | 2024-12-28T04:42:10.869Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4597 | 2024-12-28T04:42:10.869Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4598 | 2024-12-28T04:42:10.869Z | [ 11] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec |
4599 | 2024-12-28T04:42:10.869Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
4600 | 2024-12-28T04:42:10.869Z | [ 15] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec |
4601 | 2024-12-28T04:42:10.869Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4602 | 2024-12-28T04:42:10.869Z | [ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
4603 | 2024-12-28T04:42:10.869Z | [SUM] 9.00-10.00 sec 105 MBytes 883 Mbits/sec |
4604 | 2024-12-28T04:42:10.869Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4605 | 2024-12-28T04:42:10.869Z | [ 5] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec |
4606 | 2024-12-28T04:42:10.869Z | [ 7] 10.00-10.00 sec 113 KBytes 276 Mbits/sec |
4607 | 2024-12-28T04:42:10.869Z | [ 9] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec |
4608 | 2024-12-28T04:42:10.869Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4609 | 2024-12-28T04:42:10.869Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4610 | 2024-12-28T04:42:10.869Z | [ 15] 10.00-10.00 sec 70.7 KBytes 173 Mbits/sec |
4611 | 2024-12-28T04:42:10.869Z | [ 17] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec |
4612 | 2024-12-28T04:42:10.869Z | [ 19] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec |
4613 | 2024-12-28T04:42:10.869Z | [SUM] 10.00-10.00 sec 410 KBytes 1.00 Gbits/sec |
4614 | 2024-12-28T04:42:10.869Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4615 | 2024-12-28T04:42:10.869Z | [ ID] Interval Transfer Bandwidth |
4616 | 2024-12-28T04:42:10.869Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4617 | 2024-12-28T04:42:10.869Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4618 | 2024-12-28T04:42:10.869Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4619 | 2024-12-28T04:42:10.869Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4620 | 2024-12-28T04:42:10.869Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4621 | 2024-12-28T04:42:10.869Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4622 | 2024-12-28T04:42:10.869Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4623 | 2024-12-28T04:42:10.869Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4624 | 2024-12-28T04:42:10.869Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4625 | 2024-12-28T04:42:10.869Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4626 | 2024-12-28T04:42:10.869Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4627 | 2024-12-28T04:42:10.869Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4628 | 2024-12-28T04:42:10.869Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4629 | 2024-12-28T04:42:10.869Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4630 | 2024-12-28T04:42:10.869Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4631 | 2024-12-28T04:42:10.870Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4632 | 2024-12-28T04:42:10.870Z | [SUM] 0.00-10.00 sec 1.01 GBytes 865 Mbits/sec sender |
4633 | 2024-12-28T04:42:10.872Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4634 | 2024-12-28T04:42:10.872Z | Run 7/10...865.137977755424Mbps |
4635 | 2024-12-28T04:42:17.902Z | ----------------------------------------------------------- |
4636 | 2024-12-28T04:42:17.902Z | Server listening on 5201 |
4637 | 2024-12-28T04:42:17.902Z | ----------------------------------------------------------- |
4638 | 2024-12-28T04:42:17.902Z | Accepted connection from 10.0.0.1, port 36720 |
4639 | 2024-12-28T04:42:17.902Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56360 |
4640 | 2024-12-28T04:42:17.902Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36650 |
4641 | 2024-12-28T04:42:17.902Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55435 |
4642 | 2024-12-28T04:42:17.902Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43001 |
4643 | 2024-12-28T04:42:17.902Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59679 |
4644 | 2024-12-28T04:42:17.902Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33400 |
4645 | 2024-12-28T04:42:17.902Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53740 |
4646 | 2024-12-28T04:42:17.902Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58132 |
4647 | 2024-12-28T04:42:17.902Z | [ ID] Interval Transfer Bandwidth |
4648 | 2024-12-28T04:42:17.902Z | [ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4649 | 2024-12-28T04:42:17.902Z | [ 7] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4650 | 2024-12-28T04:42:17.902Z | [ 9] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4651 | 2024-12-28T04:42:17.902Z | [ 11] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4652 | 2024-12-28T04:42:17.902Z | [ 13] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4653 | 2024-12-28T04:42:17.902Z | [ 15] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4654 | 2024-12-28T04:42:17.902Z | [ 17] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4655 | 2024-12-28T04:42:17.902Z | [ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4656 | 2024-12-28T04:42:17.902Z | [SUM] 0.00-1.00 sec 96.8 MBytes 812 Mbits/sec |
4657 | 2024-12-28T04:42:17.902Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4658 | 2024-12-28T04:42:17.902Z | [ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4659 | 2024-12-28T04:42:17.902Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4660 | 2024-12-28T04:42:17.902Z | [ 9] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4661 | 2024-12-28T04:42:17.903Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4662 | 2024-12-28T04:42:17.903Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4663 | 2024-12-28T04:42:17.903Z | [ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4664 | 2024-12-28T04:42:17.903Z | [ 17] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4665 | 2024-12-28T04:42:17.903Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4666 | 2024-12-28T04:42:17.903Z | [SUM] 1.00-2.00 sec 106 MBytes 887 Mbits/sec |
4667 | 2024-12-28T04:42:17.903Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4668 | 2024-12-28T04:42:17.903Z | [ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
4669 | 2024-12-28T04:42:17.906Z | [ 7] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
4670 | 2024-12-28T04:42:17.906Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4671 | 2024-12-28T04:42:17.906Z | [ 11] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
4672 | 2024-12-28T04:42:17.906Z | [ 13] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
4673 | 2024-12-28T04:42:17.906Z | [ 15] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
4674 | 2024-12-28T04:42:17.906Z | [ 17] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
4675 | 2024-12-28T04:42:17.906Z | [ 19] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
4676 | 2024-12-28T04:42:17.906Z | [SUM] 2.00-3.00 sec 106 MBytes 893 Mbits/sec |
4677 | 2024-12-28T04:42:17.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4678 | 2024-12-28T04:42:17.906Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4679 | 2024-12-28T04:42:17.906Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4680 | 2024-12-28T04:42:17.906Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4681 | 2024-12-28T04:42:17.906Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4682 | 2024-12-28T04:42:17.906Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4683 | 2024-12-28T04:42:17.906Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4684 | 2024-12-28T04:42:17.906Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4685 | 2024-12-28T04:42:17.906Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4686 | 2024-12-28T04:42:17.906Z | [SUM] 3.00-4.00 sec 104 MBytes 875 Mbits/sec |
4687 | 2024-12-28T04:42:17.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4688 | 2024-12-28T04:42:17.906Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4689 | 2024-12-28T04:42:17.906Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4690 | 2024-12-28T04:42:17.906Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4691 | 2024-12-28T04:42:17.906Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4692 | 2024-12-28T04:42:17.906Z | [ 13] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec |
4693 | 2024-12-28T04:42:17.906Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
4694 | 2024-12-28T04:42:17.906Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
4695 | 2024-12-28T04:42:17.906Z | [ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
4696 | 2024-12-28T04:42:17.906Z | [SUM] 4.00-5.00 sec 105 MBytes 883 Mbits/sec |
4697 | 2024-12-28T04:42:17.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4698 | 2024-12-28T04:42:17.906Z | [ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
4699 | 2024-12-28T04:42:17.906Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4700 | 2024-12-28T04:42:17.906Z | [ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4701 | 2024-12-28T04:42:17.906Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
4702 | 2024-12-28T04:42:17.906Z | [ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
4703 | 2024-12-28T04:42:17.907Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4704 | 2024-12-28T04:42:17.907Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4705 | 2024-12-28T04:42:17.907Z | [ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
4706 | 2024-12-28T04:42:17.907Z | [SUM] 5.00-6.00 sec 105 MBytes 883 Mbits/sec |
4707 | 2024-12-28T04:42:17.907Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4708 | 2024-12-28T04:42:17.907Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4709 | 2024-12-28T04:42:17.907Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4710 | 2024-12-28T04:42:17.907Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4711 | 2024-12-28T04:42:21.019Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4712 | 2024-12-28T04:42:21.019Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4713 | 2024-12-28T04:42:21.019Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4714 | 2024-12-28T04:42:21.019Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4715 | 2024-12-28T04:42:21.019Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4716 | 2024-12-28T04:42:21.019Z | [SUM] 6.00-7.00 sec 104 MBytes 875 Mbits/sec |
4717 | 2024-12-28T04:42:21.019Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4718 | 2024-12-28T04:42:21.019Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4719 | 2024-12-28T04:42:21.019Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4720 | 2024-12-28T04:42:21.019Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4721 | 2024-12-28T04:42:21.019Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4722 | 2024-12-28T04:42:21.019Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4723 | 2024-12-28T04:42:21.019Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4724 | 2024-12-28T04:42:21.019Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4725 | 2024-12-28T04:42:21.019Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4726 | 2024-12-28T04:42:21.019Z | [SUM] 7.00-8.00 sec 104 MBytes 871 Mbits/sec |
4727 | 2024-12-28T04:42:21.019Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4728 | 2024-12-28T04:42:21.019Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4729 | 2024-12-28T04:42:21.019Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4730 | 2024-12-28T04:42:21.019Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4731 | 2024-12-28T04:42:21.019Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4732 | 2024-12-28T04:42:21.019Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4733 | 2024-12-28T04:42:21.020Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4734 | 2024-12-28T04:42:21.020Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4735 | 2024-12-28T04:42:21.020Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4736 | 2024-12-28T04:42:21.020Z | [SUM] 8.00-9.00 sec 104 MBytes 873 Mbits/sec |
4737 | 2024-12-28T04:42:21.020Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4738 | 2024-12-28T04:42:21.020Z | [ 5] 9.00-10.00 sec 13.0 MBytes 110 Mbits/sec |
4739 | 2024-12-28T04:42:21.020Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4740 | 2024-12-28T04:42:21.020Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4741 | 2024-12-28T04:42:21.020Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4742 | 2024-12-28T04:42:21.020Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4743 | 2024-12-28T04:42:21.020Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4744 | 2024-12-28T04:42:21.020Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4745 | 2024-12-28T04:42:21.020Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4746 | 2024-12-28T04:42:21.020Z | [SUM] 9.00-10.00 sec 105 MBytes 878 Mbits/sec |
4747 | 2024-12-28T04:42:21.020Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4748 | 2024-12-28T04:42:21.020Z | [ 5] 10.00-10.00 sec 113 KBytes 249 Mbits/sec |
4749 | 2024-12-28T04:42:21.020Z | [ 7] 10.00-10.00 sec 113 KBytes 249 Mbits/sec |
4750 | 2024-12-28T04:42:21.020Z | [ 9] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
4751 | 2024-12-28T04:42:21.020Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4752 | 2024-12-28T04:42:21.020Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4753 | 2024-12-28T04:42:21.020Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4754 | 2024-12-28T04:42:21.020Z | [ 17] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
4755 | 2024-12-28T04:42:21.020Z | [ 19] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
4756 | 2024-12-28T04:42:21.020Z | [SUM] 10.00-10.00 sec 396 KBytes 872 Mbits/sec |
4757 | 2024-12-28T04:42:21.020Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4758 | 2024-12-28T04:42:21.020Z | [ ID] Interval Transfer Bandwidth |
4759 | 2024-12-28T04:42:21.020Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4760 | 2024-12-28T04:42:21.020Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4761 | 2024-12-28T04:42:21.020Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4762 | 2024-12-28T04:42:21.020Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4763 | 2024-12-28T04:42:21.020Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4764 | 2024-12-28T04:42:21.020Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4765 | 2024-12-28T04:42:21.020Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4766 | 2024-12-28T04:42:21.020Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4767 | 2024-12-28T04:42:21.020Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4768 | 2024-12-28T04:42:21.020Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4769 | 2024-12-28T04:42:21.020Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4770 | 2024-12-28T04:42:21.020Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4771 | 2024-12-28T04:42:21.020Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4772 | 2024-12-28T04:42:21.021Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4773 | 2024-12-28T04:42:21.021Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4774 | 2024-12-28T04:42:21.021Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4775 | 2024-12-28T04:42:21.021Z | [SUM] 0.00-10.00 sec 1.02 GBytes 873 Mbits/sec sender |
4776 | 2024-12-28T04:42:21.021Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4777 | 2024-12-28T04:42:21.023Z | Run 8/10...873.4095297182321Mbps |
4778 | 2024-12-28T04:42:28.053Z | ----------------------------------------------------------- |
4779 | 2024-12-28T04:42:28.053Z | Server listening on 5201 |
4780 | 2024-12-28T04:42:28.053Z | ----------------------------------------------------------- |
4781 | 2024-12-28T04:42:28.053Z | Accepted connection from 10.0.0.1, port 36683 |
4782 | 2024-12-28T04:42:28.053Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48182 |
4783 | 2024-12-28T04:42:28.053Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49218 |
4784 | 2024-12-28T04:42:28.053Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58001 |
4785 | 2024-12-28T04:42:28.053Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48875 |
4786 | 2024-12-28T04:42:28.053Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64993 |
4787 | 2024-12-28T04:42:28.053Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53605 |
4788 | 2024-12-28T04:42:28.053Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50443 |
4789 | 2024-12-28T04:42:28.053Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41254 |
4790 | 2024-12-28T04:42:28.053Z | [ ID] Interval Transfer Bandwidth |
4791 | 2024-12-28T04:42:28.053Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4792 | 2024-12-28T04:42:28.053Z | [ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4793 | 2024-12-28T04:42:28.053Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4794 | 2024-12-28T04:42:28.053Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4795 | 2024-12-28T04:42:28.053Z | [ 13] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4796 | 2024-12-28T04:42:28.053Z | [ 15] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4797 | 2024-12-28T04:42:28.053Z | [ 17] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4798 | 2024-12-28T04:42:28.053Z | [ 19] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4799 | 2024-12-28T04:42:28.053Z | [SUM] 0.00-1.00 sec 98.2 MBytes 824 Mbits/sec |
4800 | 2024-12-28T04:42:28.053Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4801 | 2024-12-28T04:42:28.053Z | [ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4802 | 2024-12-28T04:42:28.053Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4803 | 2024-12-28T04:42:28.053Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4804 | 2024-12-28T04:42:28.053Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4805 | 2024-12-28T04:42:28.053Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4806 | 2024-12-28T04:42:28.054Z | [ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4807 | 2024-12-28T04:42:28.054Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4808 | 2024-12-28T04:42:28.054Z | [ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4809 | 2024-12-28T04:42:28.054Z | [SUM] 1.00-2.00 sec 104 MBytes 873 Mbits/sec |
4810 | 2024-12-28T04:42:28.054Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4811 | 2024-12-28T04:42:28.054Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4812 | 2024-12-28T04:42:28.054Z | [ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4813 | 2024-12-28T04:42:28.054Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4814 | 2024-12-28T04:42:28.054Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4815 | 2024-12-28T04:42:28.054Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4816 | 2024-12-28T04:42:28.054Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4817 | 2024-12-28T04:42:28.054Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4818 | 2024-12-28T04:42:28.054Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4819 | 2024-12-28T04:42:28.054Z | [SUM] 2.00-3.00 sec 105 MBytes 880 Mbits/sec |
4820 | 2024-12-28T04:42:28.054Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4821 | 2024-12-28T04:42:28.054Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4822 | 2024-12-28T04:42:28.054Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4823 | 2024-12-28T04:42:28.054Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4824 | 2024-12-28T04:42:28.054Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4825 | 2024-12-28T04:42:28.054Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4826 | 2024-12-28T04:42:28.054Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4827 | 2024-12-28T04:42:28.054Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4828 | 2024-12-28T04:42:28.054Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4829 | 2024-12-28T04:42:28.057Z | [SUM] 3.00-4.00 sec 105 MBytes 878 Mbits/sec |
4830 | 2024-12-28T04:42:28.057Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4831 | 2024-12-28T04:42:28.057Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4832 | 2024-12-28T04:42:28.057Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4833 | 2024-12-28T04:42:28.057Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4834 | 2024-12-28T04:42:28.057Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4835 | 2024-12-28T04:42:28.057Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4836 | 2024-12-28T04:42:28.057Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4837 | 2024-12-28T04:42:28.057Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4838 | 2024-12-28T04:42:28.057Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4839 | 2024-12-28T04:42:28.057Z | [SUM] 4.00-5.00 sec 105 MBytes 879 Mbits/sec |
4840 | 2024-12-28T04:42:28.057Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4841 | 2024-12-28T04:42:28.057Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4842 | 2024-12-28T04:42:28.057Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4843 | 2024-12-28T04:42:28.057Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4844 | 2024-12-28T04:42:28.057Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4845 | 2024-12-28T04:42:28.057Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4846 | 2024-12-28T04:42:28.057Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4847 | 2024-12-28T04:42:28.057Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4848 | 2024-12-28T04:42:28.057Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4849 | 2024-12-28T04:42:28.058Z | [SUM] 5.00-6.00 sec 103 MBytes 867 Mbits/sec |
4850 | 2024-12-28T04:42:28.058Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4851 | 2024-12-28T04:42:28.058Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4852 | 2024-12-28T04:42:28.058Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4853 | 2024-12-28T04:42:28.058Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4854 | 2024-12-28T04:42:31.169Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4855 | 2024-12-28T04:42:31.169Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4856 | 2024-12-28T04:42:31.169Z | [ 15] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
4857 | 2024-12-28T04:42:31.169Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4858 | 2024-12-28T04:42:31.170Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4859 | 2024-12-28T04:42:31.170Z | [SUM] 6.00-7.00 sec 104 MBytes 870 Mbits/sec |
4860 | 2024-12-28T04:42:31.170Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4861 | 2024-12-28T04:42:31.170Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4862 | 2024-12-28T04:42:31.170Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4863 | 2024-12-28T04:42:31.170Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4864 | 2024-12-28T04:42:31.170Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4865 | 2024-12-28T04:42:31.170Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4866 | 2024-12-28T04:42:31.170Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4867 | 2024-12-28T04:42:31.170Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4868 | 2024-12-28T04:42:31.170Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4869 | 2024-12-28T04:42:31.170Z | [SUM] 7.00-8.00 sec 104 MBytes 875 Mbits/sec |
4870 | 2024-12-28T04:42:31.170Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4871 | 2024-12-28T04:42:31.170Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4872 | 2024-12-28T04:42:31.170Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4873 | 2024-12-28T04:42:31.170Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4874 | 2024-12-28T04:42:31.170Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4875 | 2024-12-28T04:42:31.170Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4876 | 2024-12-28T04:42:31.170Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4877 | 2024-12-28T04:42:31.170Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4878 | 2024-12-28T04:42:31.170Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4879 | 2024-12-28T04:42:31.170Z | [SUM] 8.00-9.00 sec 104 MBytes 872 Mbits/sec |
4880 | 2024-12-28T04:42:31.170Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4881 | 2024-12-28T04:42:31.170Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4882 | 2024-12-28T04:42:31.170Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4883 | 2024-12-28T04:42:31.170Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4884 | 2024-12-28T04:42:31.170Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4885 | 2024-12-28T04:42:31.170Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4886 | 2024-12-28T04:42:31.170Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4887 | 2024-12-28T04:42:31.170Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4888 | 2024-12-28T04:42:31.170Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4889 | 2024-12-28T04:42:31.170Z | [SUM] 9.00-10.00 sec 104 MBytes 876 Mbits/sec |
4890 | 2024-12-28T04:42:31.170Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4891 | 2024-12-28T04:42:31.170Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4892 | 2024-12-28T04:42:31.170Z | [ 7] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
4893 | 2024-12-28T04:42:31.170Z | [ 9] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
4894 | 2024-12-28T04:42:31.170Z | [ 11] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
4895 | 2024-12-28T04:42:31.170Z | [ 13] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
4896 | 2024-12-28T04:42:31.170Z | [ 15] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
4897 | 2024-12-28T04:42:31.171Z | [ 17] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
4898 | 2024-12-28T04:42:31.171Z | [ 19] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
4899 | 2024-12-28T04:42:31.171Z | [SUM] 10.00-10.00 sec 566 KBytes 1.19 Gbits/sec |
4900 | 2024-12-28T04:42:31.171Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4901 | 2024-12-28T04:42:31.171Z | [ ID] Interval Transfer Bandwidth |
4902 | 2024-12-28T04:42:31.171Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4903 | 2024-12-28T04:42:31.171Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4904 | 2024-12-28T04:42:31.171Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4905 | 2024-12-28T04:42:31.171Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4906 | 2024-12-28T04:42:31.171Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4907 | 2024-12-28T04:42:31.171Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4908 | 2024-12-28T04:42:31.171Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4909 | 2024-12-28T04:42:31.171Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4910 | 2024-12-28T04:42:31.171Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4911 | 2024-12-28T04:42:31.171Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4912 | 2024-12-28T04:42:31.171Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4913 | 2024-12-28T04:42:31.171Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4914 | 2024-12-28T04:42:31.171Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4915 | 2024-12-28T04:42:31.171Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4916 | 2024-12-28T04:42:31.171Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4917 | 2024-12-28T04:42:31.171Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4918 | 2024-12-28T04:42:31.171Z | [SUM] 0.00-10.00 sec 1.01 GBytes 869 Mbits/sec sender |
4919 | 2024-12-28T04:42:31.171Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4920 | 2024-12-28T04:42:31.174Z | Run 9/10...869.819205746904Mbps |
4921 | 2024-12-28T04:42:38.204Z | ----------------------------------------------------------- |
4922 | 2024-12-28T04:42:38.204Z | Server listening on 5201 |
4923 | 2024-12-28T04:42:38.204Z | ----------------------------------------------------------- |
4924 | 2024-12-28T04:42:38.204Z | Accepted connection from 10.0.0.1, port 37500 |
4925 | 2024-12-28T04:42:38.204Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34215 |
4926 | 2024-12-28T04:42:38.204Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51930 |
4927 | 2024-12-28T04:42:38.204Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42804 |
4928 | 2024-12-28T04:42:38.204Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35088 |
4929 | 2024-12-28T04:42:38.204Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34443 |
4930 | 2024-12-28T04:42:38.204Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61441 |
4931 | 2024-12-28T04:42:38.204Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49943 |
4932 | 2024-12-28T04:42:38.204Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47077 |
4933 | 2024-12-28T04:42:38.204Z | [ ID] Interval Transfer Bandwidth |
4934 | 2024-12-28T04:42:38.204Z | [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4935 | 2024-12-28T04:42:38.204Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4936 | 2024-12-28T04:42:38.204Z | [ 9] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4937 | 2024-12-28T04:42:38.204Z | [ 11] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4938 | 2024-12-28T04:42:38.205Z | [ 13] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4939 | 2024-12-28T04:42:38.205Z | [ 15] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4940 | 2024-12-28T04:42:38.205Z | [ 17] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4941 | 2024-12-28T04:42:38.205Z | [ 19] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4942 | 2024-12-28T04:42:38.205Z | [SUM] 0.00-1.00 sec 95.7 MBytes 803 Mbits/sec |
4943 | 2024-12-28T04:42:38.205Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4944 | 2024-12-28T04:42:38.205Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4945 | 2024-12-28T04:42:38.205Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4946 | 2024-12-28T04:42:38.205Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4947 | 2024-12-28T04:42:38.205Z | [ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4948 | 2024-12-28T04:42:38.205Z | [ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4949 | 2024-12-28T04:42:38.205Z | [ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4950 | 2024-12-28T04:42:38.205Z | [ 17] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4951 | 2024-12-28T04:42:38.205Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4952 | 2024-12-28T04:42:38.205Z | [SUM] 1.00-2.00 sec 103 MBytes 867 Mbits/sec |
4953 | 2024-12-28T04:42:38.205Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4954 | 2024-12-28T04:42:38.205Z | [ 5] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4955 | 2024-12-28T04:42:38.205Z | [ 7] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4956 | 2024-12-28T04:42:38.205Z | [ 9] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4957 | 2024-12-28T04:42:38.205Z | [ 11] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4958 | 2024-12-28T04:42:38.205Z | [ 13] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4959 | 2024-12-28T04:42:38.205Z | [ 15] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
4960 | 2024-12-28T04:42:38.205Z | [ 17] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4961 | 2024-12-28T04:42:38.205Z | [ 19] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
4962 | 2024-12-28T04:42:38.205Z | [SUM] 2.00-3.00 sec 102 MBytes 856 Mbits/sec |
4963 | 2024-12-28T04:42:38.205Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4964 | 2024-12-28T04:42:38.205Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4965 | 2024-12-28T04:42:38.205Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4966 | 2024-12-28T04:42:38.205Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4967 | 2024-12-28T04:42:38.205Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4968 | 2024-12-28T04:42:38.205Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4969 | 2024-12-28T04:42:38.205Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4970 | 2024-12-28T04:42:38.205Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4971 | 2024-12-28T04:42:38.205Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4972 | 2024-12-28T04:42:38.205Z | [SUM] 3.00-4.00 sec 104 MBytes 873 Mbits/sec |
4973 | 2024-12-28T04:42:38.205Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4974 | 2024-12-28T04:42:38.205Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4975 | 2024-12-28T04:42:38.205Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4976 | 2024-12-28T04:42:38.205Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4977 | 2024-12-28T04:42:38.205Z | [ 11] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
4978 | 2024-12-28T04:42:38.206Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4979 | 2024-12-28T04:42:38.206Z | [ 15] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
4980 | 2024-12-28T04:42:38.206Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4981 | 2024-12-28T04:42:38.206Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4982 | 2024-12-28T04:42:38.206Z | [SUM] 4.00-5.00 sec 104 MBytes 869 Mbits/sec |
4983 | 2024-12-28T04:42:38.206Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4984 | 2024-12-28T04:42:38.206Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4985 | 2024-12-28T04:42:38.206Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4986 | 2024-12-28T04:42:38.206Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4987 | 2024-12-28T04:42:38.206Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4988 | 2024-12-28T04:42:38.206Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4989 | 2024-12-28T04:42:38.206Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4990 | 2024-12-28T04:42:38.206Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4991 | 2024-12-28T04:42:38.206Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4992 | 2024-12-28T04:42:38.206Z | [SUM] 5.00-6.00 sec 103 MBytes 864 Mbits/sec |
4993 | 2024-12-28T04:42:38.206Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4994 | 2024-12-28T04:42:38.206Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4995 | 2024-12-28T04:42:38.206Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4996 | 2024-12-28T04:42:38.206Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4997 | 2024-12-28T04:42:41.320Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4998 | 2024-12-28T04:42:41.320Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4999 | 2024-12-28T04:42:41.320Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
5000 | 2024-12-28T04:42:41.320Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
5001 | 2024-12-28T04:42:41.320Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
5002 | 2024-12-28T04:42:41.320Z | [SUM] 6.00-7.00 sec 103 MBytes 867 Mbits/sec |
5003 | 2024-12-28T04:42:41.320Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5004 | 2024-12-28T04:42:41.320Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
5005 | 2024-12-28T04:42:41.320Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
5006 | 2024-12-28T04:42:41.320Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5007 | 2024-12-28T04:42:41.320Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
5008 | 2024-12-28T04:42:41.320Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
5009 | 2024-12-28T04:42:41.320Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
5010 | 2024-12-28T04:42:41.320Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
5011 | 2024-12-28T04:42:41.320Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
5012 | 2024-12-28T04:42:41.320Z | [SUM] 7.00-8.00 sec 105 MBytes 879 Mbits/sec |
5013 | 2024-12-28T04:42:41.320Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5014 | 2024-12-28T04:42:41.321Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5015 | 2024-12-28T04:42:41.321Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5016 | 2024-12-28T04:42:41.321Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5017 | 2024-12-28T04:42:41.321Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5018 | 2024-12-28T04:42:41.321Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5019 | 2024-12-28T04:42:41.321Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5020 | 2024-12-28T04:42:41.321Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5021 | 2024-12-28T04:42:41.321Z | [ 19] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
5022 | 2024-12-28T04:42:41.321Z | [SUM] 8.00-9.00 sec 104 MBytes 870 Mbits/sec |
5023 | 2024-12-28T04:42:41.321Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5024 | 2024-12-28T04:42:41.321Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5025 | 2024-12-28T04:42:41.321Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5026 | 2024-12-28T04:42:41.321Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5027 | 2024-12-28T04:42:41.321Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5028 | 2024-12-28T04:42:41.321Z | [ 13] 9.00-10.00 sec 13.0 MBytes 110 Mbits/sec |
5029 | 2024-12-28T04:42:41.321Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5030 | 2024-12-28T04:42:41.321Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5031 | 2024-12-28T04:42:41.321Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5032 | 2024-12-28T04:42:41.321Z | [SUM] 9.00-10.00 sec 105 MBytes 879 Mbits/sec |
5033 | 2024-12-28T04:42:41.321Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5034 | 2024-12-28T04:42:41.321Z | [ 5] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
5035 | 2024-12-28T04:42:41.321Z | [ 7] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
5036 | 2024-12-28T04:42:41.321Z | [ 9] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
5037 | 2024-12-28T04:42:41.321Z | [ 11] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
5038 | 2024-12-28T04:42:41.321Z | [ 13] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
5039 | 2024-12-28T04:42:41.321Z | [ 15] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
5040 | 2024-12-28T04:42:41.321Z | [ 17] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
5041 | 2024-12-28T04:42:41.321Z | [ 19] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
5042 | 2024-12-28T04:42:41.321Z | [SUM] 10.00-10.00 sec 566 KBytes 1.19 Gbits/sec |
5043 | 2024-12-28T04:42:41.321Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5044 | 2024-12-28T04:42:41.321Z | [ ID] Interval Transfer Bandwidth |
5045 | 2024-12-28T04:42:41.321Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5046 | 2024-12-28T04:42:41.321Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5047 | 2024-12-28T04:42:41.321Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5048 | 2024-12-28T04:42:41.321Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5049 | 2024-12-28T04:42:41.321Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5050 | 2024-12-28T04:42:41.321Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5051 | 2024-12-28T04:42:41.321Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5052 | 2024-12-28T04:42:41.322Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5053 | 2024-12-28T04:42:41.322Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5054 | 2024-12-28T04:42:41.322Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5055 | 2024-12-28T04:42:41.322Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5056 | 2024-12-28T04:42:41.322Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5057 | 2024-12-28T04:42:41.322Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5058 | 2024-12-28T04:42:41.322Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5059 | 2024-12-28T04:42:41.322Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5060 | 2024-12-28T04:42:41.322Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5061 | 2024-12-28T04:42:41.322Z | [SUM] 0.00-10.00 sec 1.00 GBytes 863 Mbits/sec sender |
5062 | 2024-12-28T04:42:41.322Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5063 | 2024-12-28T04:42:41.324Z | Run 10/10...863.1974209892779Mbps |
5064 | 2024-12-28T04:42:41.324Z | ###---------------------### |
5065 | 2024-12-28T04:42:41.324Z | ::: iPerf done... ::: |
5066 | 2024-12-28T04:42:41.324Z | :::Awaiting out files...::: |
5067 | 2024-12-28T04:42:41.324Z | ###---------------------### |
5068 | 2024-12-28T04:42:41.324Z | ###-----### |
5069 | 2024-12-28T04:42:41.324Z | :::done!::: |
5070 | 2024-12-28T04:42:41.324Z | ###-----### |
5071 | 2024-12-28T04:42:43.030Z | Benchmarking iperf-tcp/local/s2c/tx |
5072 | 2024-12-28T04:42:43.031Z | Benchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s |
5073 | 2024-12-28T04:42:47.686Z | Benchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (577M iterations) |
5074 | 2024-12-28T04:43:07.667Z | Benchmarking iperf-tcp/local/s2c/tx: Analyzing |
5075 | 2024-12-28T04:43:07.823Z | iperf-tcp/local/s2c/tx time: [1.6225 µs 1.6226 µs 1.6227 µs] |
5076 | 2024-12-28T04:43:07.823Z | change: [-0.4865% -0.4765% -0.4661%] (p = 0.00 < 0.05) |
5077 | 2024-12-28T04:43:07.823Z | Change within noise threshold. |
5078 | 2024-12-28T04:43:07.823Z | Found 3 outliers among 100 measurements (3.00%) |
5079 | 2024-12-28T04:43:07.823Z | 1 (1.00%) low mild |
5080 | 2024-12-28T04:43:07.823Z | 1 (1.00%) high mild |
5081 | 2024-12-28T04:43:07.823Z | 1 (1.00%) high severe |
5082 | 2024-12-28T04:43:09.407Z | |
5083 | 2024-12-28T04:43:09.410Z | Benchmarking iperf-tcp/local/s2c/rx |
5084 | 2024-12-28T04:43:09.410Z | Benchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s |
5085 | 2024-12-28T04:43:14.057Z | Benchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (577M iterations) |
5086 | 2024-12-28T04:43:34.049Z | Benchmarking iperf-tcp/local/s2c/rx: Analyzing |
5087 | 2024-12-28T04:43:34.201Z | iperf-tcp/local/s2c/rx time: [5.8953 µs 5.8956 µs 5.8960 µs] |
5088 | 2024-12-28T04:43:34.201Z | change: [-0.3311% -0.3189% -0.3066%] (p = 0.00 < 0.05) |
5089 | 2024-12-28T04:43:34.201Z | Change within noise threshold. |
5090 | 2024-12-28T04:43:34.201Z | Found 7 outliers among 100 measurements (7.00%) |
5091 | 2024-12-28T04:43:34.201Z | 3 (3.00%) low mild |
5092 | 2024-12-28T04:43:34.201Z | 2 (2.00%) high mild |
5093 | 2024-12-28T04:43:34.201Z | 2 (2.00%) high severe |
5094 | 2024-12-28T04:43:35.794Z | |
5095 | 2024-12-28T04:43:40.949Z | + cargo ubench |
5096 | 2024-12-28T04:43:41.155Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
5097 | 2024-12-28T04:45:30.341Z | Finished `bench` profile [optimized + debuginfo] target(s) in 1m 49s |
5098 | 2024-12-28T04:45:30.383Z | Running benches/userland.rs (target/release/deps/userland-ac5b4ce82e83754e) |
5099 | 2024-12-28T04:45:30.406Z | Gnuplot not found, using plotters backend |
5100 | 2024-12-28T04:45:30.612Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover |
5101 | 2024-12-28T04:45:30.612Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
5102 | 2024-12-28T04:45:35.168Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0021 s (9.2M iterations) |
5103 | 2024-12-28T04:45:39.734Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
5104 | 2024-12-28T04:45:39.892Z | parse/Hairpin-DHCPv4/wallclock/Discover |
5105 | 2024-12-28T04:45:39.892Z | time: [72.618 ns 72.732 ns 72.826 ns] |
5106 | 2024-12-28T04:45:39.892Z | change: [-0.6313% +0.1648% +0.9350%] (p = 0.70 > 0.05) |
5107 | 2024-12-28T04:45:39.892Z | No change in performance detected. |
5108 | 2024-12-28T04:45:39.892Z | Found 2 outliers among 100 measurements (2.00%) |
5109 | 2024-12-28T04:45:39.892Z | 2 (2.00%) high severe |
5110 | 2024-12-28T04:45:41.480Z | |
5111 | 2024-12-28T04:45:41.483Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover |
5112 | 2024-12-28T04:45:41.483Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
5113 | 2024-12-28T04:45:47.223Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0048 s (3.7M iterations) |
5114 | 2024-12-28T04:45:52.228Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
5115 | 2024-12-28T04:45:52.378Z | process/Hairpin-DHCPv4/wallclock/Discover |
5116 | 2024-12-28T04:45:52.378Z | time: [935.07 ns 935.47 ns 935.87 ns] |
5117 | 2024-12-28T04:45:52.378Z | change: [-0.9111% -0.5800% -0.1849%] (p = 0.00 < 0.05) |
5118 | 2024-12-28T04:45:52.378Z | Change within noise threshold. |
5119 | 2024-12-28T04:45:52.378Z | Found 13 outliers among 100 measurements (13.00%) |
5120 | 2024-12-28T04:45:52.378Z | 9 (9.00%) high mild |
5121 | 2024-12-28T04:45:52.378Z | 4 (4.00%) high severe |
5122 | 2024-12-28T04:45:53.964Z | |
5123 | 2024-12-28T04:45:53.966Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request |
5124 | 2024-12-28T04:45:53.966Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
5125 | 2024-12-28T04:45:59.171Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0026 s (8.1M iterations) |
5126 | 2024-12-28T04:46:03.716Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing |
5127 | 2024-12-28T04:46:03.867Z | parse/Hairpin-DHCPv4/wallclock/Request |
5128 | 2024-12-28T04:46:03.867Z | time: [73.756 ns 73.859 ns 73.992 ns] |
5129 | 2024-12-28T04:46:03.867Z | change: [+1.4528% +2.2294% +3.0867%] (p = 0.00 < 0.05) |
5130 | 2024-12-28T04:46:03.867Z | Performance has regressed. |
5131 | 2024-12-28T04:46:03.867Z | Found 6 outliers among 100 measurements (6.00%) |
5132 | 2024-12-28T04:46:03.867Z | 3 (3.00%) high mild |
5133 | 2024-12-28T04:46:03.867Z | 3 (3.00%) high severe |
5134 | 2024-12-28T04:46:05.451Z | |
5135 | 2024-12-28T04:46:05.453Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request |
5136 | 2024-12-28T04:46:05.453Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
5137 | 2024-12-28T04:46:11.012Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0015 s (3.8M iterations) |
5138 | 2024-12-28T04:46:16.012Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing |
5139 | 2024-12-28T04:46:16.161Z | process/Hairpin-DHCPv4/wallclock/Request |
5140 | 2024-12-28T04:46:16.162Z | time: [893.39 ns 893.61 ns 893.85 ns] |
5141 | 2024-12-28T04:46:16.162Z | change: [-1.2914% -0.9974% -0.6571%] (p = 0.00 < 0.05) |
5142 | 2024-12-28T04:46:16.162Z | Change within noise threshold. |
5143 | 2024-12-28T04:46:16.162Z | Found 15 outliers among 100 measurements (15.00%) |
5144 | 2024-12-28T04:46:16.162Z | 4 (4.00%) low mild |
5145 | 2024-12-28T04:46:16.162Z | 7 (7.00%) high mild |
5146 | 2024-12-28T04:46:16.162Z | 4 (4.00%) high severe |
5147 | 2024-12-28T04:46:17.751Z | |
5148 | 2024-12-28T04:46:17.754Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit |
5149 | 2024-12-28T04:46:17.754Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
5150 | 2024-12-28T04:46:20.860Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0030 s (6.8M iterations) |
5151 | 2024-12-28T04:46:25.542Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
5152 | 2024-12-28T04:46:25.692Z | parse/Hairpin-DHCPv6/wallclock/Solicit |
5153 | 2024-12-28T04:46:25.692Z | time: [71.846 ns 72.035 ns 72.195 ns] |
5154 | 2024-12-28T04:46:25.692Z | change: [-1.2423% -0.4335% +0.3759%] (p = 0.32 > 0.05) |
5155 | 2024-12-28T04:46:25.692Z | No change in performance detected. |
5156 | 2024-12-28T04:46:25.692Z | Found 6 outliers among 100 measurements (6.00%) |
5157 | 2024-12-28T04:46:25.692Z | 3 (3.00%) high mild |
5158 | 2024-12-28T04:46:25.692Z | 3 (3.00%) high severe |
5159 | 2024-12-28T04:46:27.282Z | |
5160 | 2024-12-28T04:46:27.284Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit |
5161 | 2024-12-28T04:46:27.284Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
5162 | 2024-12-28T04:46:31.272Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0047 s (2.6M iterations) |
5163 | 2024-12-28T04:46:36.713Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
5164 | 2024-12-28T04:46:36.863Z | process/Hairpin-DHCPv6/wallclock/Solicit |
5165 | 2024-12-28T04:46:36.863Z | time: [1.2821 µs 1.2830 µs 1.2838 µs] |
5166 | 2024-12-28T04:46:36.863Z | change: [+3.5526% +3.8187% +4.0639%] (p = 0.00 < 0.05) |
5167 | 2024-12-28T04:46:36.863Z | Performance has regressed. |
5168 | 2024-12-28T04:46:36.863Z | Found 5 outliers among 100 measurements (5.00%) |
5169 | 2024-12-28T04:46:36.863Z | 3 (3.00%) high mild |
5170 | 2024-12-28T04:46:36.863Z | 2 (2.00%) high severe |
5171 | 2024-12-28T04:46:38.443Z | |
5172 | 2024-12-28T04:46:38.445Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request |
5173 | 2024-12-28T04:46:38.445Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
5174 | 2024-12-28T04:46:41.934Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0013 s (6.0M iterations) |
5175 | 2024-12-28T04:46:46.625Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing |
5176 | 2024-12-28T04:46:46.775Z | parse/Hairpin-DHCPv6/wallclock/Request |
5177 | 2024-12-28T04:46:46.775Z | time: [71.745 ns 71.948 ns 72.113 ns] |
5178 | 2024-12-28T04:46:46.775Z | change: [-2.1785% -1.2899% -0.4427%] (p = 0.00 < 0.05) |
5179 | 2024-12-28T04:46:46.775Z | Change within noise threshold. |
5180 | 2024-12-28T04:46:46.775Z | Found 5 outliers among 100 measurements (5.00%) |
5181 | 2024-12-28T04:46:46.775Z | 2 (2.00%) high mild |
5182 | 2024-12-28T04:46:46.775Z | 3 (3.00%) high severe |
5183 | 2024-12-28T04:46:48.361Z | |
5184 | 2024-12-28T04:46:48.364Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request |
5185 | 2024-12-28T04:46:48.364Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
5186 | 2024-12-28T04:46:52.622Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0059 s (2.5M iterations) |
5187 | 2024-12-28T04:46:57.612Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing |
5188 | 2024-12-28T04:46:57.762Z | process/Hairpin-DHCPv6/wallclock/Request |
5189 | 2024-12-28T04:46:57.762Z | time: [1.3062 µs 1.3073 µs 1.3082 µs] |
5190 | 2024-12-28T04:46:57.762Z | change: [+0.4837% +0.7453% +0.9822%] (p = 0.00 < 0.05) |
5191 | 2024-12-28T04:46:57.762Z | Change within noise threshold. |
5192 | 2024-12-28T04:46:57.762Z | Found 4 outliers among 100 measurements (4.00%) |
5193 | 2024-12-28T04:46:57.762Z | 2 (2.00%) high mild |
5194 | 2024-12-28T04:46:57.762Z | 2 (2.00%) high severe |
5195 | 2024-12-28T04:46:59.350Z | |
5196 | 2024-12-28T04:46:59.354Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest |
5197 | 2024-12-28T04:46:59.354Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
5198 | 2024-12-28T04:47:04.579Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0014 s (8.0M iterations) |
5199 | 2024-12-28T04:47:08.701Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
5200 | 2024-12-28T04:47:08.851Z | parse/Hairpin-ICMPv4/wallclock/EchoRequest |
5201 | 2024-12-28T04:47:08.851Z | time: [72.617 ns 72.738 ns 72.841 ns] |
5202 | 2024-12-28T04:47:08.851Z | change: [-0.5881% +0.2420% +1.0959%] (p = 0.59 > 0.05) |
5203 | 2024-12-28T04:47:08.851Z | No change in performance detected. |
5204 | 2024-12-28T04:47:08.852Z | Found 3 outliers among 100 measurements (3.00%) |
5205 | 2024-12-28T04:47:08.852Z | 1 (1.00%) high mild |
5206 | 2024-12-28T04:47:08.852Z | 2 (2.00%) high severe |
5207 | 2024-12-28T04:47:10.445Z | |
5208 | 2024-12-28T04:47:10.448Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest |
5209 | 2024-12-28T04:47:10.448Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
5210 | 2024-12-28T04:47:15.173Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0024 s (4.4M iterations) |
5211 | 2024-12-28T04:47:19.854Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
5212 | 2024-12-28T04:47:20.005Z | process/Hairpin-ICMPv4/wallclock/EchoRequest |
5213 | 2024-12-28T04:47:20.005Z | time: [615.16 ns 615.34 ns 615.51 ns] |
5214 | 2024-12-28T04:47:20.005Z | change: [-1.9613% -1.5365% -1.1188%] (p = 0.00 < 0.05) |
5215 | 2024-12-28T04:47:20.005Z | Performance has improved. |
5216 | 2024-12-28T04:47:20.005Z | Found 17 outliers among 100 measurements (17.00%) |
5217 | 2024-12-28T04:47:20.005Z | 6 (6.00%) high mild |
5218 | 2024-12-28T04:47:20.005Z | 11 (11.00%) high severe |
5219 | 2024-12-28T04:47:21.591Z | |
5220 | 2024-12-28T04:47:21.593Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest |
5221 | 2024-12-28T04:47:21.593Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
5222 | 2024-12-28T04:47:25.531Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0043 s (5.3M iterations) |
5223 | 2024-12-28T04:47:29.333Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
5224 | 2024-12-28T04:47:29.482Z | parse/Hairpin-ICMPv6/wallclock/EchoRequest |
5225 | 2024-12-28T04:47:29.482Z | time: [106.59 ns 106.83 ns 107.02 ns] |
5226 | 2024-12-28T04:47:29.482Z | change: [+0.2965% +1.0997% +1.8027%] (p = 0.00 < 0.05) |
5227 | 2024-12-28T04:47:29.482Z | Change within noise threshold. |
5228 | 2024-12-28T04:47:29.482Z | Found 1 outliers among 100 measurements (1.00%) |
5229 | 2024-12-28T04:47:29.482Z | 1 (1.00%) high mild |
5230 | 2024-12-28T04:47:31.073Z | |
5231 | 2024-12-28T04:47:31.077Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest |
5232 | 2024-12-28T04:47:31.077Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
5233 | 2024-12-28T04:47:37.476Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0030 s (3.3M iterations) |
5234 | 2024-12-28T04:47:41.438Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
5235 | 2024-12-28T04:47:41.587Z | process/Hairpin-ICMPv6/wallclock/EchoRequest |
5236 | 2024-12-28T04:47:41.588Z | time: [688.76 ns 688.96 ns 689.17 ns] |
5237 | 2024-12-28T04:47:41.588Z | change: [-3.3588% -3.0066% -2.6285%] (p = 0.00 < 0.05) |
5238 | 2024-12-28T04:47:41.588Z | Performance has improved. |
5239 | 2024-12-28T04:47:41.588Z | Found 17 outliers among 100 measurements (17.00%) |
5240 | 2024-12-28T04:47:41.588Z | 2 (2.00%) high mild |
5241 | 2024-12-28T04:47:41.588Z | 15 (15.00%) high severe |
5242 | 2024-12-28T04:47:43.178Z | |
5243 | 2024-12-28T04:47:43.178Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5244 | 2024-12-28T04:47:43.178Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
5245 | 2024-12-28T04:47:49.327Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0010 s (6.8M iterations) |
5246 | 2024-12-28T04:47:52.777Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
5247 | 2024-12-28T04:47:52.927Z | parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5248 | 2024-12-28T04:47:52.927Z | time: [72.055 ns 72.180 ns 72.278 ns] |
5249 | 2024-12-28T04:47:52.927Z | change: [-1.3157% -0.5243% +0.1731%] (p = 0.19 > 0.05) |
5250 | 2024-12-28T04:47:52.927Z | No change in performance detected. |
5251 | 2024-12-28T04:47:52.927Z | Found 4 outliers among 100 measurements (4.00%) |
5252 | 2024-12-28T04:47:52.927Z | 2 (2.00%) high mild |
5253 | 2024-12-28T04:47:52.927Z | 2 (2.00%) high severe |
5254 | 2024-12-28T04:47:54.517Z | |
5255 | 2024-12-28T04:47:54.519Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5256 | 2024-12-28T04:47:54.519Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
5257 | 2024-12-28T04:48:00.482Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0053 s (3.5M iterations) |
5258 | 2024-12-28T04:48:05.371Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
5259 | 2024-12-28T04:48:05.520Z | process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5260 | 2024-12-28T04:48:05.520Z | time: [908.50 ns 908.65 ns 908.84 ns] |
5261 | 2024-12-28T04:48:05.520Z | change: [+1.7908% +2.3011% +2.7019%] (p = 0.00 < 0.05) |
5262 | 2024-12-28T04:48:05.520Z | Performance has regressed. |
5263 | 2024-12-28T04:48:05.520Z | Found 13 outliers among 100 measurements (13.00%) |
5264 | 2024-12-28T04:48:05.520Z | 6 (6.00%) high mild |
5265 | 2024-12-28T04:48:05.520Z | 7 (7.00%) high severe |
5266 | 2024-12-28T04:48:07.108Z | |
5267 | 2024-12-28T04:48:07.108Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
5268 | 2024-12-28T04:48:07.108Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
5269 | 2024-12-28T04:48:12.558Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0001 s (7.7M iterations) |
5270 | 2024-12-28T04:48:17.559Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
5271 | 2024-12-28T04:48:17.709Z | parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
5272 | 2024-12-28T04:48:17.709Z | time: [71.693 ns 71.864 ns 72.008 ns] |
5273 | 2024-12-28T04:48:17.709Z | change: [+0.3243% +1.1052% +1.8947%] (p = 0.00 < 0.05) |
5274 | 2024-12-28T04:48:17.709Z | Change within noise threshold. |
5275 | 2024-12-28T04:48:17.709Z | Found 3 outliers among 100 measurements (3.00%) |
5276 | 2024-12-28T04:48:17.709Z | 1 (1.00%) high mild |
5277 | 2024-12-28T04:48:17.709Z | 2 (2.00%) high severe |
5278 | 2024-12-28T04:48:19.297Z | |
5279 | 2024-12-28T04:48:19.300Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit |
5280 | 2024-12-28T04:48:19.300Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
5281 | 2024-12-28T04:48:25.295Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0045 s (3.5M iterations) |
5282 | 2024-12-28T04:48:29.882Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
5283 | 2024-12-28T04:48:30.031Z | process/Hairpin-ICMPv6/wallclock/RouterSolicit |
5284 | 2024-12-28T04:48:30.031Z | time: [872.33 ns 872.50 ns 872.69 ns] |
5285 | 2024-12-28T04:48:30.031Z | change: [+0.6716% +1.1101% +1.6743%] (p = 0.00 < 0.05) |
5286 | 2024-12-28T04:48:30.032Z | Change within noise threshold. |
5287 | 2024-12-28T04:48:30.032Z | Found 19 outliers among 100 measurements (19.00%) |
5288 | 2024-12-28T04:48:30.032Z | 6 (6.00%) high mild |
5289 | 2024-12-28T04:48:30.032Z | 13 (13.00%) high severe |
5290 | 2024-12-28T04:48:31.621Z | |
5291 | 2024-12-28T04:48:31.623Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5292 | 2024-12-28T04:48:31.623Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5293 | 2024-12-28T04:48:35.601Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0021 s (11M iterations) |
5294 | 2024-12-28T04:48:39.125Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5295 | 2024-12-28T04:48:39.274Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5296 | 2024-12-28T04:48:39.274Z | time: [81.766 ns 81.887 ns 82.013 ns] |
5297 | 2024-12-28T04:48:39.275Z | change: [+0.6734% +1.2203% +1.8473%] (p = 0.00 < 0.05) |
5298 | 2024-12-28T04:48:39.275Z | Change within noise threshold. |
5299 | 2024-12-28T04:48:39.275Z | Found 8 outliers among 100 measurements (8.00%) |
5300 | 2024-12-28T04:48:39.275Z | 4 (4.00%) high mild |
5301 | 2024-12-28T04:48:39.275Z | 4 (4.00%) high severe |
5302 | 2024-12-28T04:48:40.871Z | |
5303 | 2024-12-28T04:48:40.873Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5304 | 2024-12-28T04:48:40.873Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5305 | 2024-12-28T04:48:45.640Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (4.4M iterations) |
5306 | 2024-12-28T04:48:50.064Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5307 | 2024-12-28T04:48:50.213Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5308 | 2024-12-28T04:48:50.213Z | time: [244.89 ns 245.02 ns 245.14 ns] |
5309 | 2024-12-28T04:48:50.213Z | change: [-3.1396% -2.2700% -1.4786%] (p = 0.00 < 0.05) |
5310 | 2024-12-28T04:48:50.213Z | Performance has improved. |
5311 | 2024-12-28T04:48:50.213Z | Found 9 outliers among 100 measurements (9.00%) |
5312 | 2024-12-28T04:48:50.214Z | 9 (9.00%) high severe |
5313 | 2024-12-28T04:48:51.803Z | |
5314 | 2024-12-28T04:48:51.806Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5315 | 2024-12-28T04:48:51.806Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5316 | 2024-12-28T04:48:56.061Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0026 s (4.9M iterations) |
5317 | 2024-12-28T04:49:00.668Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5318 | 2024-12-28T04:49:00.819Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5319 | 2024-12-28T04:49:00.819Z | time: [109.27 ns 109.42 ns 109.56 ns] |
5320 | 2024-12-28T04:49:00.819Z | change: [+0.5843% +1.3413% +2.0871%] (p = 0.00 < 0.05) |
5321 | 2024-12-28T04:49:00.819Z | Change within noise threshold. |
5322 | 2024-12-28T04:49:00.819Z | Found 15 outliers among 100 measurements (15.00%) |
5323 | 2024-12-28T04:49:00.819Z | 1 (1.00%) low severe |
5324 | 2024-12-28T04:49:00.819Z | 11 (11.00%) low mild |
5325 | 2024-12-28T04:49:00.819Z | 1 (1.00%) high mild |
5326 | 2024-12-28T04:49:00.819Z | 2 (2.00%) high severe |
5327 | 2024-12-28T04:49:02.406Z | |
5328 | 2024-12-28T04:49:02.409Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5329 | 2024-12-28T04:49:02.409Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5330 | 2024-12-28T04:49:07.064Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0020 s (2.3M iterations) |
5331 | 2024-12-28T04:49:11.928Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5332 | 2024-12-28T04:49:12.079Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5333 | 2024-12-28T04:49:12.079Z | time: [276.18 ns 276.37 ns 276.58 ns] |
5334 | 2024-12-28T04:49:12.079Z | change: [-6.0142% -4.9939% -4.1098%] (p = 0.00 < 0.05) |
5335 | 2024-12-28T04:49:12.079Z | Performance has improved. |
5336 | 2024-12-28T04:49:12.079Z | Found 15 outliers among 100 measurements (15.00%) |
5337 | 2024-12-28T04:49:12.079Z | 2 (2.00%) high mild |
5338 | 2024-12-28T04:49:12.079Z | 13 (13.00%) high severe |
5339 | 2024-12-28T04:49:13.674Z | |
5340 | 2024-12-28T04:49:13.677Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5341 | 2024-12-28T04:49:13.677Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5342 | 2024-12-28T04:49:16.802Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0014 s (6.7M iterations) |
5343 | 2024-12-28T04:49:19.946Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5344 | 2024-12-28T04:49:20.096Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5345 | 2024-12-28T04:49:20.096Z | time: [98.366 ns 98.513 ns 98.633 ns] |
5346 | 2024-12-28T04:49:20.096Z | change: [-0.6661% -0.0051% +0.6475%] (p = 0.99 > 0.05) |
5347 | 2024-12-28T04:49:20.096Z | No change in performance detected. |
5348 | 2024-12-28T04:49:20.096Z | Found 3 outliers among 100 measurements (3.00%) |
5349 | 2024-12-28T04:49:20.096Z | 1 (1.00%) high mild |
5350 | 2024-12-28T04:49:20.096Z | 2 (2.00%) high severe |
5351 | 2024-12-28T04:49:21.687Z | |
5352 | 2024-12-28T04:49:21.689Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5353 | 2024-12-28T04:49:21.689Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5354 | 2024-12-28T04:49:27.647Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0013 s (3.5M iterations) |
5355 | 2024-12-28T04:49:31.664Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5356 | 2024-12-28T04:49:31.815Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5357 | 2024-12-28T04:49:31.815Z | time: [229.04 ns 229.33 ns 229.74 ns] |
5358 | 2024-12-28T04:49:31.815Z | change: [-9.3431% -8.6774% -7.9110%] (p = 0.00 < 0.05) |
5359 | 2024-12-28T04:49:31.815Z | Performance has improved. |
5360 | 2024-12-28T04:49:31.815Z | Found 17 outliers among 100 measurements (17.00%) |
5361 | 2024-12-28T04:49:31.815Z | 1 (1.00%) low mild |
5362 | 2024-12-28T04:49:31.815Z | 4 (4.00%) high mild |
5363 | 2024-12-28T04:49:31.815Z | 12 (12.00%) high severe |
5364 | 2024-12-28T04:49:33.402Z | |
5365 | 2024-12-28T04:49:33.405Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5366 | 2024-12-28T04:49:33.405Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5367 | 2024-12-28T04:49:38.947Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0065 s (3.8M iterations) |
5368 | 2024-12-28T04:49:42.948Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5369 | 2024-12-28T04:49:43.098Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5370 | 2024-12-28T04:49:43.098Z | time: [125.67 ns 125.75 ns 125.82 ns] |
5371 | 2024-12-28T04:49:43.098Z | change: [+0.6212% +1.3480% +2.0112%] (p = 0.00 < 0.05) |
5372 | 2024-12-28T04:49:43.098Z | Change within noise threshold. |
5373 | 2024-12-28T04:49:43.098Z | Found 17 outliers among 100 measurements (17.00%) |
5374 | 2024-12-28T04:49:43.098Z | 12 (12.00%) low mild |
5375 | 2024-12-28T04:49:43.099Z | 1 (1.00%) high mild |
5376 | 2024-12-28T04:49:43.099Z | 4 (4.00%) high severe |
5377 | 2024-12-28T04:49:44.691Z | |
5378 | 2024-12-28T04:49:44.693Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5379 | 2024-12-28T04:49:44.694Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5380 | 2024-12-28T04:49:49.935Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0001 s (2.0M iterations) |
5381 | 2024-12-28T04:49:54.552Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5382 | 2024-12-28T04:49:54.702Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5383 | 2024-12-28T04:49:54.702Z | time: [259.01 ns 259.21 ns 259.44 ns] |
5384 | 2024-12-28T04:49:54.702Z | change: [-4.5451% -3.5369% -2.3904%] (p = 0.00 < 0.05) |
5385 | 2024-12-28T04:49:54.702Z | Performance has improved. |
5386 | 2024-12-28T04:49:54.702Z | Found 14 outliers among 100 measurements (14.00%) |
5387 | 2024-12-28T04:49:54.702Z | 3 (3.00%) high mild |
5388 | 2024-12-28T04:49:54.702Z | 11 (11.00%) high severe |
5389 | 2024-12-28T04:49:56.290Z | |
5390 | 2024-12-28T04:49:56.290Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5391 | 2024-12-28T04:49:56.290Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5392 | 2024-12-28T04:50:00.088Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (11M iterations) |
5393 | 2024-12-28T04:50:03.620Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5394 | 2024-12-28T04:50:03.770Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5395 | 2024-12-28T04:50:03.770Z | time: [73.185 ns 73.260 ns 73.330 ns] |
5396 | 2024-12-28T04:50:03.770Z | change: [+0.7299% +1.2244% +1.7305%] (p = 0.00 < 0.05) |
5397 | 2024-12-28T04:50:03.770Z | Change within noise threshold. |
5398 | 2024-12-28T04:50:03.770Z | Found 6 outliers among 100 measurements (6.00%) |
5399 | 2024-12-28T04:50:03.770Z | 1 (1.00%) high mild |
5400 | 2024-12-28T04:50:03.770Z | 5 (5.00%) high severe |
5401 | 2024-12-28T04:50:05.359Z | |
5402 | 2024-12-28T04:50:05.363Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5403 | 2024-12-28T04:50:05.363Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5404 | 2024-12-28T04:50:09.704Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (4.8M iterations) |
5405 | 2024-12-28T04:50:14.200Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5406 | 2024-12-28T04:50:14.349Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5407 | 2024-12-28T04:50:14.349Z | time: [214.67 ns 214.86 ns 215.03 ns] |
5408 | 2024-12-28T04:50:14.349Z | change: [-1.6634% -0.7139% +0.2035%] (p = 0.14 > 0.05) |
5409 | 2024-12-28T04:50:14.349Z | No change in performance detected. |
5410 | 2024-12-28T04:50:14.349Z | Found 9 outliers among 100 measurements (9.00%) |
5411 | 2024-12-28T04:50:14.349Z | 1 (1.00%) low mild |
5412 | 2024-12-28T04:50:14.349Z | 2 (2.00%) high mild |
5413 | 2024-12-28T04:50:14.349Z | 6 (6.00%) high severe |
5414 | 2024-12-28T04:50:15.944Z | |
5415 | 2024-12-28T04:50:15.947Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5416 | 2024-12-28T04:50:15.947Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5417 | 2024-12-28T04:50:20.074Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0022 s (5.1M iterations) |
5418 | 2024-12-28T04:50:24.654Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5419 | 2024-12-28T04:50:24.803Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5420 | 2024-12-28T04:50:24.803Z | time: [97.981 ns 98.189 ns 98.380 ns] |
5421 | 2024-12-28T04:50:24.803Z | change: [-0.7538% -0.0009% +0.6038%] (p = 1.00 > 0.05) |
5422 | 2024-12-28T04:50:24.804Z | No change in performance detected. |
5423 | 2024-12-28T04:50:24.804Z | Found 14 outliers among 100 measurements (14.00%) |
5424 | 2024-12-28T04:50:24.804Z | 10 (10.00%) low mild |
5425 | 2024-12-28T04:50:24.804Z | 1 (1.00%) high mild |
5426 | 2024-12-28T04:50:24.804Z | 3 (3.00%) high severe |
5427 | 2024-12-28T04:50:26.393Z | |
5428 | 2024-12-28T04:50:26.395Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5429 | 2024-12-28T04:50:26.395Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5430 | 2024-12-28T04:50:30.899Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0013 s (2.3M iterations) |
5431 | 2024-12-28T04:50:35.766Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5432 | 2024-12-28T04:50:35.915Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5433 | 2024-12-28T04:50:35.915Z | time: [248.28 ns 248.40 ns 248.52 ns] |
5434 | 2024-12-28T04:50:35.916Z | change: [-0.2427% +0.6606% +1.5956%] (p = 0.16 > 0.05) |
5435 | 2024-12-28T04:50:35.916Z | No change in performance detected. |
5436 | 2024-12-28T04:50:35.916Z | Found 20 outliers among 100 measurements (20.00%) |
5437 | 2024-12-28T04:50:35.916Z | 5 (5.00%) low mild |
5438 | 2024-12-28T04:50:35.916Z | 15 (15.00%) high severe |
5439 | 2024-12-28T04:50:37.502Z | |
5440 | 2024-12-28T04:50:37.504Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5441 | 2024-12-28T04:50:37.504Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5442 | 2024-12-28T04:50:40.582Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0022 s (6.8M iterations) |
5443 | 2024-12-28T04:50:43.708Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
5444 | 2024-12-28T04:50:43.858Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5445 | 2024-12-28T04:50:43.858Z | time: [94.295 ns 94.455 ns 94.578 ns] |
5446 | 2024-12-28T04:50:43.858Z | change: [-1.8821% -1.1782% -0.5298%] (p = 0.00 < 0.05) |
5447 | 2024-12-28T04:50:43.858Z | Change within noise threshold. |
5448 | 2024-12-28T04:50:43.858Z | Found 2 outliers among 100 measurements (2.00%) |
5449 | 2024-12-28T04:50:43.858Z | 2 (2.00%) high severe |
5450 | 2024-12-28T04:50:45.448Z | |
5451 | 2024-12-28T04:50:45.450Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5452 | 2024-12-28T04:50:45.450Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5453 | 2024-12-28T04:50:51.046Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0012 s (3.7M iterations) |
5454 | 2024-12-28T04:50:55.100Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
5455 | 2024-12-28T04:50:55.251Z | process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5456 | 2024-12-28T04:50:55.251Z | time: [205.65 ns 205.82 ns 205.97 ns] |
5457 | 2024-12-28T04:50:55.251Z | change: [+3.7968% +4.8164% +5.8858%] (p = 0.00 < 0.05) |
5458 | 2024-12-28T04:50:55.251Z | Performance has regressed. |
5459 | 2024-12-28T04:50:55.251Z | Found 9 outliers among 100 measurements (9.00%) |
5460 | 2024-12-28T04:50:55.251Z | 1 (1.00%) high mild |
5461 | 2024-12-28T04:50:55.251Z | 8 (8.00%) high severe |
5462 | 2024-12-28T04:50:56.837Z | |
5463 | 2024-12-28T04:50:56.837Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5464 | 2024-12-28T04:50:56.840Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5465 | 2024-12-28T04:51:02.246Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0006 s (3.9M iterations) |
5466 | 2024-12-28T04:51:06.280Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5467 | 2024-12-28T04:51:06.431Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5468 | 2024-12-28T04:51:06.431Z | time: [118.74 ns 118.79 ns 118.85 ns] |
5469 | 2024-12-28T04:51:06.431Z | change: [-4.7009% -4.1190% -3.5034%] (p = 0.00 < 0.05) |
5470 | 2024-12-28T04:51:06.431Z | Performance has improved. |
5471 | 2024-12-28T04:51:06.431Z | Found 16 outliers among 100 measurements (16.00%) |
5472 | 2024-12-28T04:51:06.431Z | 2 (2.00%) low severe |
5473 | 2024-12-28T04:51:06.431Z | 2 (2.00%) low mild |
5474 | 2024-12-28T04:51:06.431Z | 5 (5.00%) high mild |
5475 | 2024-12-28T04:51:06.431Z | 7 (7.00%) high severe |
5476 | 2024-12-28T04:51:08.016Z | |
5477 | 2024-12-28T04:51:08.018Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5478 | 2024-12-28T04:51:08.018Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5479 | 2024-12-28T04:51:13.053Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0092 s (2.1M iterations) |
5480 | 2024-12-28T04:51:17.718Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5481 | 2024-12-28T04:51:17.867Z | process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5482 | 2024-12-28T04:51:17.867Z | time: [239.70 ns 239.83 ns 239.97 ns] |
5483 | 2024-12-28T04:51:17.867Z | change: [-10.512% -9.4028% -8.1896%] (p = 0.00 < 0.05) |
5484 | 2024-12-28T04:51:17.867Z | Performance has improved. |
5485 | 2024-12-28T04:51:17.867Z | Found 14 outliers among 100 measurements (14.00%) |
5486 | 2024-12-28T04:51:17.867Z | 5 (5.00%) high mild |
5487 | 2024-12-28T04:51:17.867Z | 9 (9.00%) high severe |
5488 | 2024-12-28T04:51:19.452Z | |
5489 | 2024-12-28T04:51:19.455Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5490 | 2024-12-28T04:51:19.455Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5491 | 2024-12-28T04:51:24.012Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0008 s (9.2M iterations) |
5492 | 2024-12-28T04:51:27.742Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5493 | 2024-12-28T04:51:27.893Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5494 | 2024-12-28T04:51:27.893Z | time: [80.687 ns 80.788 ns 80.874 ns] |
5495 | 2024-12-28T04:51:27.893Z | change: [-2.1933% -1.4902% -0.7466%] (p = 0.00 < 0.05) |
5496 | 2024-12-28T04:51:27.893Z | Change within noise threshold. |
5497 | 2024-12-28T04:51:27.893Z | Found 6 outliers among 100 measurements (6.00%) |
5498 | 2024-12-28T04:51:27.893Z | 1 (1.00%) high mild |
5499 | 2024-12-28T04:51:27.893Z | 5 (5.00%) high severe |
5500 | 2024-12-28T04:51:29.479Z | |
5501 | 2024-12-28T04:51:29.481Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5502 | 2024-12-28T04:51:29.481Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5503 | 2024-12-28T04:51:34.954Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0034 s (3.8M iterations) |
5504 | 2024-12-28T04:51:39.523Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5505 | 2024-12-28T04:51:39.672Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5506 | 2024-12-28T04:51:39.672Z | time: [255.02 ns 255.25 ns 255.46 ns] |
5507 | 2024-12-28T04:51:39.672Z | change: [-1.7807% -0.9477% +0.0095%] (p = 0.03 < 0.05) |
5508 | 2024-12-28T04:51:39.672Z | Change within noise threshold. |
5509 | 2024-12-28T04:51:39.672Z | Found 15 outliers among 100 measurements (15.00%) |
5510 | 2024-12-28T04:51:39.672Z | 3 (3.00%) low mild |
5511 | 2024-12-28T04:51:39.672Z | 5 (5.00%) high mild |
5512 | 2024-12-28T04:51:39.672Z | 7 (7.00%) high severe |
5513 | 2024-12-28T04:51:41.265Z | |
5514 | 2024-12-28T04:51:41.267Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5515 | 2024-12-28T04:51:41.267Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5516 | 2024-12-28T04:51:45.831Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (4.6M iterations) |
5517 | 2024-12-28T04:51:50.400Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5518 | 2024-12-28T04:51:50.550Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5519 | 2024-12-28T04:51:50.550Z | time: [105.34 ns 105.47 ns 105.59 ns] |
5520 | 2024-12-28T04:51:50.550Z | change: [-2.3007% -1.5687% -0.7957%] (p = 0.00 < 0.05) |
5521 | 2024-12-28T04:51:50.550Z | Change within noise threshold. |
5522 | 2024-12-28T04:51:50.550Z | Found 12 outliers among 100 measurements (12.00%) |
5523 | 2024-12-28T04:51:50.550Z | 5 (5.00%) low mild |
5524 | 2024-12-28T04:51:50.550Z | 1 (1.00%) high mild |
5525 | 2024-12-28T04:51:50.550Z | 6 (6.00%) high severe |
5526 | 2024-12-28T04:51:52.141Z | |
5527 | 2024-12-28T04:51:52.143Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5528 | 2024-12-28T04:51:52.144Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5529 | 2024-12-28T04:51:57.191Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0092 s (2.1M iterations) |
5530 | 2024-12-28T04:52:02.088Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5531 | 2024-12-28T04:52:02.238Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5532 | 2024-12-28T04:52:02.238Z | time: [285.10 ns 285.25 ns 285.40 ns] |
5533 | 2024-12-28T04:52:02.238Z | change: [-2.0511% -1.1290% -0.2362%] (p = 0.02 < 0.05) |
5534 | 2024-12-28T04:52:02.238Z | Change within noise threshold. |
5535 | 2024-12-28T04:52:02.238Z | Found 16 outliers among 100 measurements (16.00%) |
5536 | 2024-12-28T04:52:02.238Z | 4 (4.00%) high mild |
5537 | 2024-12-28T04:52:02.238Z | 12 (12.00%) high severe |
5538 | 2024-12-28T04:52:03.825Z | |
5539 | 2024-12-28T04:52:03.828Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5540 | 2024-12-28T04:52:03.828Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5541 | 2024-12-28T04:52:07.311Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0017 s (6.0M iterations) |
5542 | 2024-12-28T04:52:10.664Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5543 | 2024-12-28T04:52:10.813Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5544 | 2024-12-28T04:52:10.813Z | time: [98.664 ns 98.783 ns 98.877 ns] |
5545 | 2024-12-28T04:52:10.813Z | change: [-0.6845% +0.0778% +0.8603%] (p = 0.84 > 0.05) |
5546 | 2024-12-28T04:52:10.813Z | No change in performance detected. |
5547 | 2024-12-28T04:52:10.813Z | Found 9 outliers among 100 measurements (9.00%) |
5548 | 2024-12-28T04:52:10.813Z | 5 (5.00%) low mild |
5549 | 2024-12-28T04:52:10.813Z | 1 (1.00%) high mild |
5550 | 2024-12-28T04:52:10.813Z | 3 (3.00%) high severe |
5551 | 2024-12-28T04:52:12.401Z | |
5552 | 2024-12-28T04:52:12.404Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5553 | 2024-12-28T04:52:12.404Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5554 | 2024-12-28T04:52:15.587Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0007 s (3.3M iterations) |
5555 | 2024-12-28T04:52:19.940Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5556 | 2024-12-28T04:52:20.090Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5557 | 2024-12-28T04:52:20.090Z | time: [235.15 ns 235.38 ns 235.66 ns] |
5558 | 2024-12-28T04:52:20.090Z | change: [-2.9070% -1.8761% -0.9125%] (p = 0.00 < 0.05) |
5559 | 2024-12-28T04:52:20.090Z | Change within noise threshold. |
5560 | 2024-12-28T04:52:20.091Z | Found 14 outliers among 100 measurements (14.00%) |
5561 | 2024-12-28T04:52:20.091Z | 3 (3.00%) high mild |
5562 | 2024-12-28T04:52:20.091Z | 11 (11.00%) high severe |
5563 | 2024-12-28T04:52:21.680Z | |
5564 | 2024-12-28T04:52:21.682Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5565 | 2024-12-28T04:52:21.683Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5566 | 2024-12-28T04:52:27.479Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0055 s (3.6M iterations) |
5567 | 2024-12-28T04:52:31.683Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5568 | 2024-12-28T04:52:31.834Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5569 | 2024-12-28T04:52:31.834Z | time: [128.61 ns 128.68 ns 128.76 ns] |
5570 | 2024-12-28T04:52:31.834Z | change: [+4.7322% +5.4294% +6.0458%] (p = 0.00 < 0.05) |
5571 | 2024-12-28T04:52:31.834Z | Performance has regressed. |
5572 | 2024-12-28T04:52:31.834Z | Found 21 outliers among 100 measurements (21.00%) |
5573 | 2024-12-28T04:52:31.834Z | 9 (9.00%) low severe |
5574 | 2024-12-28T04:52:31.834Z | 7 (7.00%) low mild |
5575 | 2024-12-28T04:52:31.834Z | 1 (1.00%) high mild |
5576 | 2024-12-28T04:52:31.834Z | 4 (4.00%) high severe |
5577 | 2024-12-28T04:52:33.424Z | |
5578 | 2024-12-28T04:52:33.427Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5579 | 2024-12-28T04:52:33.427Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5580 | 2024-12-28T04:52:38.985Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0079 s (1.9M iterations) |
5581 | 2024-12-28T04:52:43.698Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5582 | 2024-12-28T04:52:43.848Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5583 | 2024-12-28T04:52:43.848Z | time: [268.73 ns 268.87 ns 269.05 ns] |
5584 | 2024-12-28T04:52:43.848Z | change: [+0.2550% +1.4662% +2.5497%] (p = 0.01 < 0.05) |
5585 | 2024-12-28T04:52:43.848Z | Change within noise threshold. |
5586 | 2024-12-28T04:52:43.848Z | Found 14 outliers among 100 measurements (14.00%) |
5587 | 2024-12-28T04:52:43.848Z | 4 (4.00%) high mild |
5588 | 2024-12-28T04:52:43.848Z | 10 (10.00%) high severe |
5589 | 2024-12-28T04:52:45.436Z | |
5590 | 2024-12-28T04:52:45.439Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5591 | 2024-12-28T04:52:45.439Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5592 | 2024-12-28T04:52:49.945Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (9.3M iterations) |
5593 | 2024-12-28T04:52:53.654Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5594 | 2024-12-28T04:52:53.804Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5595 | 2024-12-28T04:52:53.804Z | time: [73.226 ns 73.400 ns 73.536 ns] |
5596 | 2024-12-28T04:52:53.804Z | change: [-1.1979% -0.4156% +0.4128%] (p = 0.32 > 0.05) |
5597 | 2024-12-28T04:52:53.804Z | No change in performance detected. |
5598 | 2024-12-28T04:52:53.804Z | Found 1 outliers among 100 measurements (1.00%) |
5599 | 2024-12-28T04:52:53.804Z | 1 (1.00%) high severe |
5600 | 2024-12-28T04:52:55.388Z | |
5601 | 2024-12-28T04:52:55.390Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5602 | 2024-12-28T04:52:55.390Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5603 | 2024-12-28T04:53:00.552Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0046 s (4.1M iterations) |
5604 | 2024-12-28T04:53:05.093Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5605 | 2024-12-28T04:53:05.243Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5606 | 2024-12-28T04:53:05.243Z | time: [223.04 ns 223.16 ns 223.30 ns] |
5607 | 2024-12-28T04:53:05.243Z | change: [-1.5417% -0.5443% +0.4125%] (p = 0.29 > 0.05) |
5608 | 2024-12-28T04:53:05.243Z | No change in performance detected. |
5609 | 2024-12-28T04:53:05.243Z | Found 9 outliers among 100 measurements (9.00%) |
5610 | 2024-12-28T04:53:05.243Z | 3 (3.00%) high mild |
5611 | 2024-12-28T04:53:05.243Z | 6 (6.00%) high severe |
5612 | 2024-12-28T04:53:06.835Z | |
5613 | 2024-12-28T04:53:06.835Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5614 | 2024-12-28T04:53:06.835Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
5615 | 2024-12-28T04:53:11.299Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0024 s (4.7M iterations) |
5616 | 2024-12-28T04:53:15.921Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
5617 | 2024-12-28T04:53:16.070Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5618 | 2024-12-28T04:53:16.070Z | time: [95.670 ns 95.748 ns 95.824 ns] |
5619 | 2024-12-28T04:53:16.070Z | change: [-1.4406% -0.4660% +0.6211%] (p = 0.42 > 0.05) |
5620 | 2024-12-28T04:53:16.070Z | No change in performance detected. |
5621 | 2024-12-28T04:53:16.070Z | Found 14 outliers among 100 measurements (14.00%) |
5622 | 2024-12-28T04:53:16.070Z | 6 (6.00%) low mild |
5623 | 2024-12-28T04:53:16.070Z | 2 (2.00%) high mild |
5624 | 2024-12-28T04:53:16.071Z | 6 (6.00%) high severe |
5625 | 2024-12-28T04:53:17.660Z | |
5626 | 2024-12-28T04:53:17.663Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5627 | 2024-12-28T04:53:17.663Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
5628 | 2024-12-28T04:53:22.547Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0015 s (2.1M iterations) |
5629 | 2024-12-28T04:53:27.455Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
5630 | 2024-12-28T04:53:27.604Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5631 | 2024-12-28T04:53:27.604Z | time: [256.77 ns 256.93 ns 257.13 ns] |
5632 | 2024-12-28T04:53:27.604Z | change: [+0.6374% +1.6300% +2.6755%] (p = 0.00 < 0.05) |
5633 | 2024-12-28T04:53:27.604Z | Change within noise threshold. |
5634 | 2024-12-28T04:53:27.604Z | Found 15 outliers among 100 measurements (15.00%) |
5635 | 2024-12-28T04:53:27.604Z | 2 (2.00%) high mild |
5636 | 2024-12-28T04:53:27.604Z | 13 (13.00%) high severe |
5637 | 2024-12-28T04:53:29.197Z | |
5638 | 2024-12-28T04:53:29.200Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5639 | 2024-12-28T04:53:29.200Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
5640 | 2024-12-28T04:53:32.668Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0018 s (6.0M iterations) |
5641 | 2024-12-28T04:53:35.992Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
5642 | 2024-12-28T04:53:36.141Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5643 | 2024-12-28T04:53:36.141Z | time: [95.249 ns 95.406 ns 95.534 ns] |
5644 | 2024-12-28T04:53:36.141Z | change: [-0.0206% +0.6364% +1.2504%] (p = 0.06 > 0.05) |
5645 | 2024-12-28T04:53:36.141Z | No change in performance detected. |
5646 | 2024-12-28T04:53:36.141Z | Found 2 outliers among 100 measurements (2.00%) |
5647 | 2024-12-28T04:53:36.141Z | 1 (1.00%) high mild |
5648 | 2024-12-28T04:53:36.141Z | 1 (1.00%) high severe |
5649 | 2024-12-28T04:53:37.730Z | |
5650 | 2024-12-28T04:53:37.733Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5651 | 2024-12-28T04:53:37.733Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
5652 | 2024-12-28T04:53:40.818Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0037 s (3.4M iterations) |
5653 | 2024-12-28T04:53:45.160Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
5654 | 2024-12-28T04:53:45.307Z | process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5655 | 2024-12-28T04:53:45.307Z | time: [212.56 ns 212.76 ns 212.99 ns] |
5656 | 2024-12-28T04:53:45.307Z | change: [+1.7277% +2.7016% +3.6053%] (p = 0.00 < 0.05) |
5657 | 2024-12-28T04:53:45.310Z | Performance has regressed. |
5658 | 2024-12-28T04:53:45.310Z | Found 14 outliers among 100 measurements (14.00%) |
5659 | 2024-12-28T04:53:45.310Z | 4 (4.00%) low mild |
5660 | 2024-12-28T04:53:45.310Z | 4 (4.00%) high mild |
5661 | 2024-12-28T04:53:45.310Z | 6 (6.00%) high severe |
5662 | 2024-12-28T04:53:46.895Z | |
5663 | 2024-12-28T04:53:46.898Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5664 | 2024-12-28T04:53:46.898Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
5665 | 2024-12-28T04:53:52.647Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0061 s (3.7M iterations) |
5666 | 2024-12-28T04:53:56.815Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
5667 | 2024-12-28T04:53:56.964Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5668 | 2024-12-28T04:53:56.964Z | time: [120.70 ns 120.77 ns 120.84 ns] |
5669 | 2024-12-28T04:53:56.964Z | change: [+1.2784% +1.9252% +2.5892%] (p = 0.00 < 0.05) |
5670 | 2024-12-28T04:53:56.964Z | Performance has regressed. |
5671 | 2024-12-28T04:53:56.964Z | Found 20 outliers among 100 measurements (20.00%) |
5672 | 2024-12-28T04:53:56.964Z | 8 (8.00%) low severe |
5673 | 2024-12-28T04:53:56.964Z | 6 (6.00%) low mild |
5674 | 2024-12-28T04:53:56.965Z | 1 (1.00%) high mild |
5675 | 2024-12-28T04:53:56.965Z | 5 (5.00%) high severe |
5676 | 2024-12-28T04:53:58.560Z | |
5677 | 2024-12-28T04:53:58.562Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5678 | 2024-12-28T04:53:58.562Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
5679 | 2024-12-28T04:54:03.968Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0008 s (1.9M iterations) |
5680 | 2024-12-28T04:54:08.675Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
5681 | 2024-12-28T04:54:08.824Z | process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5682 | 2024-12-28T04:54:08.824Z | time: [244.18 ns 244.36 ns 244.57 ns] |
5683 | 2024-12-28T04:54:08.824Z | change: [+3.1014% +4.0632% +4.9577%] (p = 0.00 < 0.05) |
5684 | 2024-12-28T04:54:08.824Z | Performance has regressed. |
5685 | 2024-12-28T04:54:08.824Z | Found 13 outliers among 100 measurements (13.00%) |
5686 | 2024-12-28T04:54:08.824Z | 4 (4.00%) high mild |
5687 | 2024-12-28T04:54:08.824Z | 9 (9.00%) high severe |
5688 | 2024-12-28T04:54:10.412Z | |
5689 | 2024-12-28T04:54:10.415Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5690 | 2024-12-28T04:54:10.415Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5691 | 2024-12-28T04:54:14.333Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (11M iterations) |
5692 | 2024-12-28T04:54:17.909Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5693 | 2024-12-28T04:54:18.058Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5694 | 2024-12-28T04:54:18.059Z | time: [82.629 ns 82.781 ns 82.933 ns] |
5695 | 2024-12-28T04:54:18.059Z | change: [-0.8304% -0.4215% +0.0415%] (p = 0.06 > 0.05) |
5696 | 2024-12-28T04:54:18.059Z | No change in performance detected. |
5697 | 2024-12-28T04:54:18.059Z | Found 5 outliers among 100 measurements (5.00%) |
5698 | 2024-12-28T04:54:18.059Z | 3 (3.00%) high mild |
5699 | 2024-12-28T04:54:18.059Z | 2 (2.00%) high severe |
5700 | 2024-12-28T04:54:19.646Z | |
5701 | 2024-12-28T04:54:19.648Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5702 | 2024-12-28T04:54:19.648Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5703 | 2024-12-28T04:54:24.334Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (4.5M iterations) |
5704 | 2024-12-28T04:54:29.319Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5705 | 2024-12-28T04:54:29.467Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5706 | 2024-12-28T04:54:29.467Z | time: [280.25 ns 282.25 ns 284.84 ns] |
5707 | 2024-12-28T04:54:29.467Z | change: [-17.894% -2.2393% +17.501%] (p = 0.82 > 0.05) |
5708 | 2024-12-28T04:54:29.467Z | No change in performance detected. |
5709 | 2024-12-28T04:54:29.468Z | Found 13 outliers among 100 measurements (13.00%) |
5710 | 2024-12-28T04:54:29.468Z | 4 (4.00%) high mild |
5711 | 2024-12-28T04:54:29.468Z | 9 (9.00%) high severe |
5712 | 2024-12-28T04:54:31.060Z | |
5713 | 2024-12-28T04:54:31.063Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5714 | 2024-12-28T04:54:31.063Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5715 | 2024-12-28T04:54:35.012Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0002 s (5.3M iterations) |
5716 | 2024-12-28T04:54:39.806Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5717 | 2024-12-28T04:54:39.956Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5718 | 2024-12-28T04:54:39.956Z | time: [106.72 ns 106.84 ns 106.95 ns] |
5719 | 2024-12-28T04:54:39.956Z | change: [-1.4753% -1.0645% -0.6217%] (p = 0.00 < 0.05) |
5720 | 2024-12-28T04:54:39.956Z | Change within noise threshold. |
5721 | 2024-12-28T04:54:39.956Z | Found 7 outliers among 100 measurements (7.00%) |
5722 | 2024-12-28T04:54:39.956Z | 4 (4.00%) low mild |
5723 | 2024-12-28T04:54:39.956Z | 3 (3.00%) high severe |
5724 | 2024-12-28T04:54:41.543Z | |
5725 | 2024-12-28T04:54:41.546Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5726 | 2024-12-28T04:54:41.546Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5727 | 2024-12-28T04:54:46.241Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0108 s (2.2M iterations) |
5728 | 2024-12-28T04:54:51.389Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5729 | 2024-12-28T04:54:51.537Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5730 | 2024-12-28T04:54:51.537Z | time: [343.23 ns 347.49 ns 352.96 ns] |
5731 | 2024-12-28T04:54:51.537Z | change: [-16.530% -0.5876% +19.020%] (p = 0.95 > 0.05) |
5732 | 2024-12-28T04:54:51.537Z | No change in performance detected. |
5733 | 2024-12-28T04:54:51.537Z | Found 13 outliers among 100 measurements (13.00%) |
5734 | 2024-12-28T04:54:51.537Z | 4 (4.00%) high mild |
5735 | 2024-12-28T04:54:51.537Z | 9 (9.00%) high severe |
5736 | 2024-12-28T04:54:53.128Z | |
5737 | 2024-12-28T04:54:53.131Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5738 | 2024-12-28T04:54:53.131Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5739 | 2024-12-28T04:54:59.312Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0028 s (6.8M iterations) |
5740 | 2024-12-28T04:55:02.615Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5741 | 2024-12-28T04:55:02.764Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5742 | 2024-12-28T04:55:02.764Z | time: [100.71 ns 100.82 ns 100.89 ns] |
5743 | 2024-12-28T04:55:02.764Z | change: [-1.7226% -1.1135% -0.4912%] (p = 0.00 < 0.05) |
5744 | 2024-12-28T04:55:02.764Z | Change within noise threshold. |
5745 | 2024-12-28T04:55:02.764Z | Found 2 outliers among 100 measurements (2.00%) |
5746 | 2024-12-28T04:55:02.764Z | 2 (2.00%) high severe |
5747 | 2024-12-28T04:55:04.352Z | |
5748 | 2024-12-28T04:55:04.355Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5749 | 2024-12-28T04:55:04.355Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5750 | 2024-12-28T04:55:10.040Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0052 s (3.7M iterations) |
5751 | 2024-12-28T04:55:14.577Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5752 | 2024-12-28T04:55:14.728Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5753 | 2024-12-28T04:55:14.728Z | time: [250.17 ns 251.67 ns 253.61 ns] |
5754 | 2024-12-28T04:55:14.728Z | change: [-11.696% -0.1406% +12.662%] (p = 0.98 > 0.05) |
5755 | 2024-12-28T04:55:14.728Z | No change in performance detected. |
5756 | 2024-12-28T04:55:14.728Z | Found 13 outliers among 100 measurements (13.00%) |
5757 | 2024-12-28T04:55:14.729Z | 4 (4.00%) high mild |
5758 | 2024-12-28T04:55:14.729Z | 9 (9.00%) high severe |
5759 | 2024-12-28T04:55:16.322Z | |
5760 | 2024-12-28T04:55:16.322Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5761 | 2024-12-28T04:55:16.322Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5762 | 2024-12-28T04:55:21.379Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0038 s (4.2M iterations) |
5763 | 2024-12-28T04:55:25.796Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5764 | 2024-12-28T04:55:25.944Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5765 | 2024-12-28T04:55:25.945Z | time: [127.91 ns 128.07 ns 128.25 ns] |
5766 | 2024-12-28T04:55:25.945Z | change: [-1.4679% -0.9004% -0.1887%] (p = 0.00 < 0.05) |
5767 | 2024-12-28T04:55:25.945Z | Change within noise threshold. |
5768 | 2024-12-28T04:55:25.945Z | Found 9 outliers among 100 measurements (9.00%) |
5769 | 2024-12-28T04:55:25.945Z | 1 (1.00%) low severe |
5770 | 2024-12-28T04:55:25.945Z | 4 (4.00%) low mild |
5771 | 2024-12-28T04:55:25.945Z | 1 (1.00%) high mild |
5772 | 2024-12-28T04:55:25.945Z | 3 (3.00%) high severe |
5773 | 2024-12-28T04:55:27.533Z | |
5774 | 2024-12-28T04:55:27.535Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5775 | 2024-12-28T04:55:27.535Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5776 | 2024-12-28T04:55:32.552Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0026 s (2.1M iterations) |
5777 | 2024-12-28T04:55:37.584Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5778 | 2024-12-28T04:55:37.732Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5779 | 2024-12-28T04:55:37.732Z | time: [300.89 ns 303.33 ns 306.48 ns] |
5780 | 2024-12-28T04:55:37.732Z | change: [-11.717% +0.2886% +13.859%] (p = 0.97 > 0.05) |
5781 | 2024-12-28T04:55:37.732Z | No change in performance detected. |
5782 | 2024-12-28T04:55:37.732Z | Found 12 outliers among 100 measurements (12.00%) |
5783 | 2024-12-28T04:55:37.732Z | 5 (5.00%) high mild |
5784 | 2024-12-28T04:55:37.732Z | 7 (7.00%) high severe |
5785 | 2024-12-28T04:55:39.323Z | |
5786 | 2024-12-28T04:55:39.325Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5787 | 2024-12-28T04:55:39.325Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5788 | 2024-12-28T04:55:42.696Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (12M iterations) |
5789 | 2024-12-28T04:55:46.904Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5790 | 2024-12-28T04:55:47.053Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5791 | 2024-12-28T04:55:47.053Z | time: [73.536 ns 73.634 ns 73.710 ns] |
5792 | 2024-12-28T04:55:47.053Z | change: [+0.3276% +0.8159% +1.2833%] (p = 0.00 < 0.05) |
5793 | 2024-12-28T04:55:47.053Z | Change within noise threshold. |
5794 | 2024-12-28T04:55:47.053Z | Found 3 outliers among 100 measurements (3.00%) |
5795 | 2024-12-28T04:55:47.053Z | 1 (1.00%) high mild |
5796 | 2024-12-28T04:55:47.053Z | 2 (2.00%) high severe |
5797 | 2024-12-28T04:55:48.642Z | |
5798 | 2024-12-28T04:55:48.645Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5799 | 2024-12-28T04:55:48.645Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5800 | 2024-12-28T04:55:53.012Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0026 s (4.8M iterations) |
5801 | 2024-12-28T04:55:58.031Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5802 | 2024-12-28T04:55:58.179Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5803 | 2024-12-28T04:55:58.179Z | time: [245.47 ns 247.28 ns 249.66 ns] |
5804 | 2024-12-28T04:55:58.179Z | change: [-18.887% -1.3145% +18.643%] (p = 0.90 > 0.05) |
5805 | 2024-12-28T04:55:58.179Z | No change in performance detected. |
5806 | 2024-12-28T04:55:58.179Z | Found 12 outliers among 100 measurements (12.00%) |
5807 | 2024-12-28T04:55:58.179Z | 4 (4.00%) high mild |
5808 | 2024-12-28T04:55:58.180Z | 8 (8.00%) high severe |
5809 | 2024-12-28T04:55:59.771Z | |
5810 | 2024-12-28T04:55:59.774Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5811 | 2024-12-28T04:55:59.774Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5812 | 2024-12-28T04:56:03.748Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0031 s (5.3M iterations) |
5813 | 2024-12-28T04:56:08.577Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5814 | 2024-12-28T04:56:08.726Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5815 | 2024-12-28T04:56:08.726Z | time: [98.294 ns 98.455 ns 98.595 ns] |
5816 | 2024-12-28T04:56:08.726Z | change: [-0.4166% +0.1592% +0.6856%] (p = 0.60 > 0.05) |
5817 | 2024-12-28T04:56:08.726Z | No change in performance detected. |
5818 | 2024-12-28T04:56:08.726Z | Found 9 outliers among 100 measurements (9.00%) |
5819 | 2024-12-28T04:56:08.726Z | 5 (5.00%) low mild |
5820 | 2024-12-28T04:56:08.726Z | 1 (1.00%) high mild |
5821 | 2024-12-28T04:56:08.726Z | 3 (3.00%) high severe |
5822 | 2024-12-28T04:56:10.314Z | |
5823 | 2024-12-28T04:56:10.317Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5824 | 2024-12-28T04:56:10.317Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5825 | 2024-12-28T04:56:14.887Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0097 s (2.3M iterations) |
5826 | 2024-12-28T04:56:20.061Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5827 | 2024-12-28T04:56:20.210Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5828 | 2024-12-28T04:56:20.210Z | time: [310.75 ns 314.30 ns 318.95 ns] |
5829 | 2024-12-28T04:56:20.210Z | change: [-18.663% -2.2682% +18.787%] (p = 0.82 > 0.05) |
5830 | 2024-12-28T04:56:20.210Z | No change in performance detected. |
5831 | 2024-12-28T04:56:20.210Z | Found 13 outliers among 100 measurements (13.00%) |
5832 | 2024-12-28T04:56:20.210Z | 5 (5.00%) high mild |
5833 | 2024-12-28T04:56:20.210Z | 8 (8.00%) high severe |
5834 | 2024-12-28T04:56:21.801Z | |
5835 | 2024-12-28T04:56:21.801Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5836 | 2024-12-28T04:56:21.801Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5837 | 2024-12-28T04:56:27.769Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0004 s (7.0M iterations) |
5838 | 2024-12-28T04:56:30.932Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
5839 | 2024-12-28T04:56:31.081Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5840 | 2024-12-28T04:56:31.081Z | time: [95.831 ns 95.916 ns 95.980 ns] |
5841 | 2024-12-28T04:56:31.081Z | change: [-0.3351% +0.4290% +1.1999%] (p = 0.29 > 0.05) |
5842 | 2024-12-28T04:56:31.081Z | No change in performance detected. |
5843 | 2024-12-28T04:56:31.081Z | Found 10 outliers among 100 measurements (10.00%) |
5844 | 2024-12-28T04:56:31.081Z | 8 (8.00%) low mild |
5845 | 2024-12-28T04:56:31.081Z | 1 (1.00%) high mild |
5846 | 2024-12-28T04:56:31.081Z | 1 (1.00%) high severe |
5847 | 2024-12-28T04:56:32.674Z | |
5848 | 2024-12-28T04:56:32.676Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5849 | 2024-12-28T04:56:32.676Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5850 | 2024-12-28T04:56:38.215Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0036 s (3.8M iterations) |
5851 | 2024-12-28T04:56:42.683Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
5852 | 2024-12-28T04:56:42.831Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5853 | 2024-12-28T04:56:42.831Z | time: [226.77 ns 228.16 ns 229.94 ns] |
5854 | 2024-12-28T04:56:42.831Z | change: [-8.1355% +4.2141% +18.790%] (p = 0.55 > 0.05) |
5855 | 2024-12-28T04:56:42.831Z | No change in performance detected. |
5856 | 2024-12-28T04:56:42.831Z | Found 13 outliers among 100 measurements (13.00%) |
5857 | 2024-12-28T04:56:42.831Z | 4 (4.00%) high mild |
5858 | 2024-12-28T04:56:42.831Z | 9 (9.00%) high severe |
5859 | 2024-12-28T04:56:44.422Z | |
5860 | 2024-12-28T04:56:44.425Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5861 | 2024-12-28T04:56:44.425Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5862 | 2024-12-28T04:56:49.539Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0014 s (4.1M iterations) |
5863 | 2024-12-28T04:56:53.814Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5864 | 2024-12-28T04:56:53.962Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5865 | 2024-12-28T04:56:53.962Z | time: [119.73 ns 119.78 ns 119.83 ns] |
5866 | 2024-12-28T04:56:53.962Z | change: [-1.9211% -1.1862% -0.4511%] (p = 0.00 < 0.05) |
5867 | 2024-12-28T04:56:53.962Z | Change within noise threshold. |
5868 | 2024-12-28T04:56:53.962Z | Found 19 outliers among 100 measurements (19.00%) |
5869 | 2024-12-28T04:56:53.962Z | 5 (5.00%) low severe |
5870 | 2024-12-28T04:56:53.962Z | 9 (9.00%) low mild |
5871 | 2024-12-28T04:56:53.962Z | 5 (5.00%) high severe |
5872 | 2024-12-28T04:56:55.551Z | |
5873 | 2024-12-28T04:56:55.553Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5874 | 2024-12-28T04:56:55.553Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5875 | 2024-12-28T04:57:00.529Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0107 s (2.1M iterations) |
5876 | 2024-12-28T04:57:05.541Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5877 | 2024-12-28T04:57:05.690Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5878 | 2024-12-28T04:57:05.690Z | time: [282.21 ns 284.58 ns 287.62 ns] |
5879 | 2024-12-28T04:57:05.690Z | change: [-8.4804% +4.2689% +19.216%] (p = 0.55 > 0.05) |
5880 | 2024-12-28T04:57:05.690Z | No change in performance detected. |
5881 | 2024-12-28T04:57:05.690Z | Found 11 outliers among 100 measurements (11.00%) |
5882 | 2024-12-28T04:57:05.690Z | 4 (4.00%) high mild |
5883 | 2024-12-28T04:57:05.690Z | 7 (7.00%) high severe |
5884 | 2024-12-28T04:57:07.280Z | |
5885 | 2024-12-28T04:57:07.282Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5886 | 2024-12-28T04:57:07.282Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5887 | 2024-12-28T04:57:11.486Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (10.0M iterations) |
5888 | 2024-12-28T04:57:15.578Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5889 | 2024-12-28T04:57:15.729Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5890 | 2024-12-28T04:57:15.729Z | time: [80.994 ns 81.103 ns 81.201 ns] |
5891 | 2024-12-28T04:57:15.729Z | change: [-0.7565% -0.1063% +0.4949%] (p = 0.76 > 0.05) |
5892 | 2024-12-28T04:57:15.729Z | No change in performance detected. |
5893 | 2024-12-28T04:57:15.729Z | Found 5 outliers among 100 measurements (5.00%) |
5894 | 2024-12-28T04:57:15.729Z | 1 (1.00%) high mild |
5895 | 2024-12-28T04:57:15.729Z | 4 (4.00%) high severe |
5896 | 2024-12-28T04:57:17.322Z | |
5897 | 2024-12-28T04:57:17.325Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5898 | 2024-12-28T04:57:17.325Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5899 | 2024-12-28T04:57:22.724Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (3.9M iterations) |
5900 | 2024-12-28T04:57:27.812Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5901 | 2024-12-28T04:57:27.960Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5902 | 2024-12-28T04:57:27.960Z | time: [297.82 ns 300.55 ns 304.08 ns] |
5903 | 2024-12-28T04:57:27.960Z | change: [-17.840% -2.1084% +17.230%] (p = 0.83 > 0.05) |
5904 | 2024-12-28T04:57:27.960Z | No change in performance detected. |
5905 | 2024-12-28T04:57:27.960Z | Found 13 outliers among 100 measurements (13.00%) |
5906 | 2024-12-28T04:57:27.960Z | 6 (6.00%) high mild |
5907 | 2024-12-28T04:57:27.960Z | 7 (7.00%) high severe |
5908 | 2024-12-28T04:57:29.552Z | |
5909 | 2024-12-28T04:57:29.552Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5910 | 2024-12-28T04:57:29.552Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5911 | 2024-12-28T04:57:33.987Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0031 s (4.7M iterations) |
5912 | 2024-12-28T04:57:38.720Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5913 | 2024-12-28T04:57:38.868Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5914 | 2024-12-28T04:57:38.869Z | time: [105.69 ns 105.75 ns 105.81 ns] |
5915 | 2024-12-28T04:57:38.869Z | change: [-1.9553% -1.0938% -0.1812%] (p = 0.01 < 0.05) |
5916 | 2024-12-28T04:57:38.869Z | Change within noise threshold. |
5917 | 2024-12-28T04:57:38.869Z | Found 16 outliers among 100 measurements (16.00%) |
5918 | 2024-12-28T04:57:38.869Z | 7 (7.00%) low mild |
5919 | 2024-12-28T04:57:38.869Z | 9 (9.00%) high severe |
5920 | 2024-12-28T04:57:40.460Z | |
5921 | 2024-12-28T04:57:40.463Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5922 | 2024-12-28T04:57:40.463Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5923 | 2024-12-28T04:57:45.577Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0017 s (2.1M iterations) |
5924 | 2024-12-28T04:57:50.756Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5925 | 2024-12-28T04:57:50.905Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5926 | 2024-12-28T04:57:50.905Z | time: [363.77 ns 368.75 ns 375.23 ns] |
5927 | 2024-12-28T04:57:50.905Z | change: [-18.129% -1.3635% +17.433%] (p = 0.89 > 0.05) |
5928 | 2024-12-28T04:57:50.905Z | No change in performance detected. |
5929 | 2024-12-28T04:57:50.905Z | Found 12 outliers among 100 measurements (12.00%) |
5930 | 2024-12-28T04:57:50.905Z | 5 (5.00%) high mild |
5931 | 2024-12-28T04:57:50.905Z | 7 (7.00%) high severe |
5932 | 2024-12-28T04:57:52.494Z | |
5933 | 2024-12-28T04:57:52.496Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5934 | 2024-12-28T04:57:52.497Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5935 | 2024-12-28T04:57:55.671Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0033 s (6.6M iterations) |
5936 | 2024-12-28T04:57:59.339Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5937 | 2024-12-28T04:57:59.487Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5938 | 2024-12-28T04:57:59.487Z | time: [99.439 ns 99.549 ns 99.637 ns] |
5939 | 2024-12-28T04:57:59.487Z | change: [-1.6225% -0.9314% -0.2790%] (p = 0.01 < 0.05) |
5940 | 2024-12-28T04:57:59.487Z | Change within noise threshold. |
5941 | 2024-12-28T04:57:59.487Z | Found 19 outliers among 100 measurements (19.00%) |
5942 | 2024-12-28T04:57:59.487Z | 10 (10.00%) low severe |
5943 | 2024-12-28T04:57:59.487Z | 6 (6.00%) low mild |
5944 | 2024-12-28T04:57:59.487Z | 3 (3.00%) high severe |
5945 | 2024-12-28T04:58:01.078Z | |
5946 | 2024-12-28T04:58:01.080Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5947 | 2024-12-28T04:58:01.080Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5948 | 2024-12-28T04:58:04.211Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0009 s (3.3M iterations) |
5949 | 2024-12-28T04:58:08.983Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5950 | 2024-12-28T04:58:09.135Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5951 | 2024-12-28T04:58:09.135Z | time: [263.28 ns 265.37 ns 268.09 ns] |
5952 | 2024-12-28T04:58:09.135Z | change: [-10.268% +2.0917% +15.612%] (p = 0.77 > 0.05) |
5953 | 2024-12-28T04:58:09.135Z | No change in performance detected. |
5954 | 2024-12-28T04:58:09.135Z | Found 13 outliers among 100 measurements (13.00%) |
5955 | 2024-12-28T04:58:09.135Z | 6 (6.00%) high mild |
5956 | 2024-12-28T04:58:09.135Z | 7 (7.00%) high severe |
5957 | 2024-12-28T04:58:10.725Z | |
5958 | 2024-12-28T04:58:10.728Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5959 | 2024-12-28T04:58:10.728Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5960 | 2024-12-28T04:58:16.291Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0050 s (3.8M iterations) |
5961 | 2024-12-28T04:58:20.611Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5962 | 2024-12-28T04:58:20.761Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5963 | 2024-12-28T04:58:20.761Z | time: [127.27 ns 127.35 ns 127.43 ns] |
5964 | 2024-12-28T04:58:20.761Z | change: [+2.8917% +3.5193% +4.1643%] (p = 0.00 < 0.05) |
5965 | 2024-12-28T04:58:20.761Z | Performance has regressed. |
5966 | 2024-12-28T04:58:20.761Z | Found 24 outliers among 100 measurements (24.00%) |
5967 | 2024-12-28T04:58:20.761Z | 10 (10.00%) low severe |
5968 | 2024-12-28T04:58:20.761Z | 9 (9.00%) low mild |
5969 | 2024-12-28T04:58:20.761Z | 5 (5.00%) high severe |
5970 | 2024-12-28T04:58:22.352Z | |
5971 | 2024-12-28T04:58:22.355Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5972 | 2024-12-28T04:58:22.355Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5973 | 2024-12-28T04:58:27.896Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0063 s (1.9M iterations) |
5974 | 2024-12-28T04:58:32.864Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5975 | 2024-12-28T04:58:33.013Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5976 | 2024-12-28T04:58:33.013Z | time: [314.76 ns 318.00 ns 322.18 ns] |
5977 | 2024-12-28T04:58:33.013Z | change: [-12.102% +0.5376% +16.278%] (p = 0.94 > 0.05) |
5978 | 2024-12-28T04:58:33.013Z | No change in performance detected. |
5979 | 2024-12-28T04:58:33.013Z | Found 13 outliers among 100 measurements (13.00%) |
5980 | 2024-12-28T04:58:33.013Z | 5 (5.00%) high mild |
5981 | 2024-12-28T04:58:33.013Z | 8 (8.00%) high severe |
5982 | 2024-12-28T04:58:34.597Z | |
5983 | 2024-12-28T04:58:34.600Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5984 | 2024-12-28T04:58:34.600Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5985 | 2024-12-28T04:58:38.826Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0021 s (9.9M iterations) |
5986 | 2024-12-28T04:58:42.804Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5987 | 2024-12-28T04:58:42.954Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5988 | 2024-12-28T04:58:42.956Z | time: [74.311 ns 74.462 ns 74.582 ns] |
5989 | 2024-12-28T04:58:42.956Z | change: [-1.7726% -0.6653% +0.3237%] (p = 0.22 > 0.05) |
5990 | 2024-12-28T04:58:42.956Z | No change in performance detected. |
5991 | 2024-12-28T04:58:42.956Z | Found 4 outliers among 100 measurements (4.00%) |
5992 | 2024-12-28T04:58:42.956Z | 2 (2.00%) high mild |
5993 | 2024-12-28T04:58:42.956Z | 2 (2.00%) high severe |
5994 | 2024-12-28T04:58:44.545Z | |
5995 | 2024-12-28T04:58:44.548Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5996 | 2024-12-28T04:58:44.548Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5997 | 2024-12-28T04:58:49.792Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0021 s (4.0M iterations) |
5998 | 2024-12-28T04:58:54.811Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5999 | 2024-12-28T04:58:54.960Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
6000 | 2024-12-28T04:58:54.960Z | time: [263.68 ns 266.21 ns 269.49 ns] |
6001 | 2024-12-28T04:58:54.960Z | change: [-18.607% -1.1437% +18.479%] (p = 0.91 > 0.05) |
6002 | 2024-12-28T04:58:54.960Z | No change in performance detected. |
6003 | 2024-12-28T04:58:54.960Z | Found 12 outliers among 100 measurements (12.00%) |
6004 | 2024-12-28T04:58:54.960Z | 4 (4.00%) high mild |
6005 | 2024-12-28T04:58:54.960Z | 8 (8.00%) high severe |
6006 | 2024-12-28T04:58:56.551Z | |
6007 | 2024-12-28T04:58:56.554Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6008 | 2024-12-28T04:58:56.554Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
6009 | 2024-12-28T04:59:00.818Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (4.9M iterations) |
6010 | 2024-12-28T04:59:05.657Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
6011 | 2024-12-28T04:59:05.808Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6012 | 2024-12-28T04:59:05.808Z | time: [96.145 ns 96.250 ns 96.341 ns] |
6013 | 2024-12-28T04:59:05.808Z | change: [-1.2148% -0.3266% +0.5649%] (p = 0.50 > 0.05) |
6014 | 2024-12-28T04:59:05.808Z | No change in performance detected. |
6015 | 2024-12-28T04:59:05.808Z | Found 11 outliers among 100 measurements (11.00%) |
6016 | 2024-12-28T04:59:05.808Z | 2 (2.00%) low mild |
6017 | 2024-12-28T04:59:05.808Z | 4 (4.00%) high mild |
6018 | 2024-12-28T04:59:05.808Z | 5 (5.00%) high severe |
6019 | 2024-12-28T04:59:07.398Z | |
6020 | 2024-12-28T04:59:07.401Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6021 | 2024-12-28T04:59:07.401Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
6022 | 2024-12-28T04:59:12.476Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0122 s (2.1M iterations) |
6023 | 2024-12-28T04:59:17.647Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
6024 | 2024-12-28T04:59:17.796Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6025 | 2024-12-28T04:59:17.796Z | time: [338.85 ns 343.72 ns 350.04 ns] |
6026 | 2024-12-28T04:59:17.796Z | change: [-15.265% +2.5777% +24.165%] (p = 0.81 > 0.05) |
6027 | 2024-12-28T04:59:17.796Z | No change in performance detected. |
6028 | 2024-12-28T04:59:17.796Z | Found 12 outliers among 100 measurements (12.00%) |
6029 | 2024-12-28T04:59:17.796Z | 5 (5.00%) high mild |
6030 | 2024-12-28T04:59:17.796Z | 7 (7.00%) high severe |
6031 | 2024-12-28T04:59:19.390Z | |
6032 | 2024-12-28T04:59:19.392Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6033 | 2024-12-28T04:59:19.392Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
6034 | 2024-12-28T04:59:22.514Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0022 s (6.7M iterations) |
6035 | 2024-12-28T04:59:26.209Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
6036 | 2024-12-28T04:59:26.358Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6037 | 2024-12-28T04:59:26.358Z | time: [96.523 ns 96.622 ns 96.708 ns] |
6038 | 2024-12-28T04:59:26.358Z | change: [+0.0502% +0.6556% +1.2478%] (p = 0.03 < 0.05) |
6039 | 2024-12-28T04:59:26.358Z | Change within noise threshold. |
6040 | 2024-12-28T04:59:26.358Z | Found 14 outliers among 100 measurements (14.00%) |
6041 | 2024-12-28T04:59:26.358Z | 11 (11.00%) low mild |
6042 | 2024-12-28T04:59:26.358Z | 1 (1.00%) high mild |
6043 | 2024-12-28T04:59:26.358Z | 2 (2.00%) high severe |
6044 | 2024-12-28T04:59:27.940Z | |
6045 | 2024-12-28T04:59:27.943Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6046 | 2024-12-28T04:59:27.943Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
6047 | 2024-12-28T04:59:30.986Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (3.4M iterations) |
6048 | 2024-12-28T04:59:35.810Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
6049 | 2024-12-28T04:59:35.958Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6050 | 2024-12-28T04:59:35.958Z | time: [237.52 ns 239.19 ns 241.32 ns] |
6051 | 2024-12-28T04:59:35.958Z | change: [-11.195% +1.6274% +15.770%] (p = 0.82 > 0.05) |
6052 | 2024-12-28T04:59:35.958Z | No change in performance detected. |
6053 | 2024-12-28T04:59:35.958Z | Found 13 outliers among 100 measurements (13.00%) |
6054 | 2024-12-28T04:59:35.958Z | 5 (5.00%) high mild |
6055 | 2024-12-28T04:59:35.958Z | 8 (8.00%) high severe |
6056 | 2024-12-28T04:59:37.551Z | |
6057 | 2024-12-28T04:59:37.554Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6058 | 2024-12-28T04:59:37.554Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
6059 | 2024-12-28T04:59:43.024Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0007 s (3.8M iterations) |
6060 | 2024-12-28T04:59:47.435Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
6061 | 2024-12-28T04:59:47.584Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6062 | 2024-12-28T04:59:47.584Z | time: [122.09 ns 122.19 ns 122.28 ns] |
6063 | 2024-12-28T04:59:47.584Z | change: [+1.5673% +2.1229% +2.6847%] (p = 0.00 < 0.05) |
6064 | 2024-12-28T04:59:47.584Z | Performance has regressed. |
6065 | 2024-12-28T04:59:47.584Z | Found 14 outliers among 100 measurements (14.00%) |
6066 | 2024-12-28T04:59:47.584Z | 2 (2.00%) low severe |
6067 | 2024-12-28T04:59:47.584Z | 5 (5.00%) low mild |
6068 | 2024-12-28T04:59:47.584Z | 2 (2.00%) high mild |
6069 | 2024-12-28T04:59:47.584Z | 5 (5.00%) high severe |
6070 | 2024-12-28T04:59:49.175Z | |
6071 | 2024-12-28T04:59:49.178Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6072 | 2024-12-28T04:59:49.178Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
6073 | 2024-12-28T04:59:54.625Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0124 s (1.9M iterations) |
6074 | 2024-12-28T04:59:59.629Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
6075 | 2024-12-28T04:59:59.778Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6076 | 2024-12-28T04:59:59.778Z | time: [290.26 ns 293.17 ns 296.91 ns] |
6077 | 2024-12-28T04:59:59.778Z | change: [-10.666% +2.7862% +18.484%] (p = 0.72 > 0.05) |
6078 | 2024-12-28T04:59:59.778Z | No change in performance detected. |
6079 | 2024-12-28T04:59:59.778Z | Found 13 outliers among 100 measurements (13.00%) |
6080 | 2024-12-28T04:59:59.778Z | 6 (6.00%) high mild |
6081 | 2024-12-28T04:59:59.778Z | 7 (7.00%) high severe |
6082 | 2024-12-28T05:00:01.364Z | |
6083 | 2024-12-28T05:00:01.366Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover |
6084 | 2024-12-28T05:00:01.366Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs |
6085 | 2024-12-28T05:00:01.366Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0282 ms (605 iterations) |
6086 | 2024-12-28T05:00:01.366Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing |
6087 | 2024-12-28T05:00:01.367Z | process/Hairpin-DHCPv4/alloc_ct/Discover |
6088 | 2024-12-28T05:00:01.367Z | time: [19.000 19.000 19.000 ] |
6089 | 2024-12-28T05:00:01.367Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6090 | 2024-12-28T05:00:01.367Z | No change in performance detected. |
6091 | 2024-12-28T05:00:01.369Z | |
6092 | 2024-12-28T05:00:01.369Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request |
6093 | 2024-12-28T05:00:01.369Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs |
6094 | 2024-12-28T05:00:01.369Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0043 ms (605 iterations) |
6095 | 2024-12-28T05:00:01.369Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing |
6096 | 2024-12-28T05:00:01.369Z | process/Hairpin-DHCPv4/alloc_ct/Request |
6097 | 2024-12-28T05:00:01.371Z | time: [19.000 19.000 19.000 ] |
6098 | 2024-12-28T05:00:01.371Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6099 | 2024-12-28T05:00:01.371Z | No change in performance detected. |
6100 | 2024-12-28T05:00:01.371Z | |
6101 | 2024-12-28T05:00:01.371Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit |
6102 | 2024-12-28T05:00:01.371Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs |
6103 | 2024-12-28T05:00:01.372Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0004 ms (385 iterations) |
6104 | 2024-12-28T05:00:01.372Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing |
6105 | 2024-12-28T05:00:01.374Z | process/Hairpin-DHCPv6/alloc_ct/Solicit |
6106 | 2024-12-28T05:00:01.374Z | time: [21.000 21.000 21.000 ] |
6107 | 2024-12-28T05:00:01.374Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6108 | 2024-12-28T05:00:01.374Z | No change in performance detected. |
6109 | 2024-12-28T05:00:01.374Z | |
6110 | 2024-12-28T05:00:01.374Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request |
6111 | 2024-12-28T05:00:01.374Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs |
6112 | 2024-12-28T05:00:01.374Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.1289 ms (440 iterations) |
6113 | 2024-12-28T05:00:01.374Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing |
6114 | 2024-12-28T05:00:01.376Z | process/Hairpin-DHCPv6/alloc_ct/Request |
6115 | 2024-12-28T05:00:01.377Z | time: [22.000 22.000 22.000 ] |
6116 | 2024-12-28T05:00:01.377Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6117 | 2024-12-28T05:00:01.377Z | No change in performance detected. |
6118 | 2024-12-28T05:00:01.377Z | |
6119 | 2024-12-28T05:00:01.377Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
6120 | 2024-12-28T05:00:01.377Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs |
6121 | 2024-12-28T05:00:01.377Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0196 ms (770 iterations) |
6122 | 2024-12-28T05:00:01.377Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing |
6123 | 2024-12-28T05:00:01.379Z | process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
6124 | 2024-12-28T05:00:01.379Z | time: [13.000 13.000 13.000 ] |
6125 | 2024-12-28T05:00:01.379Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6126 | 2024-12-28T05:00:01.379Z | No change in performance detected. |
6127 | 2024-12-28T05:00:01.379Z | |
6128 | 2024-12-28T05:00:01.379Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
6129 | 2024-12-28T05:00:01.379Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs |
6130 | 2024-12-28T05:00:01.379Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0560 ms (660 iterations) |
6131 | 2024-12-28T05:00:01.380Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing |
6132 | 2024-12-28T05:00:01.382Z | process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
6133 | 2024-12-28T05:00:01.382Z | time: [12.000 12.000 12.000 ] |
6134 | 2024-12-28T05:00:01.382Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6135 | 2024-12-28T05:00:01.382Z | No change in performance detected. |
6136 | 2024-12-28T05:00:01.382Z | |
6137 | 2024-12-28T05:00:01.382Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
6138 | 2024-12-28T05:00:01.382Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs |
6139 | 2024-12-28T05:00:01.382Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0808 ms (660 iterations) |
6140 | 2024-12-28T05:00:01.382Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing |
6141 | 2024-12-28T05:00:01.385Z | process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
6142 | 2024-12-28T05:00:01.385Z | time: [14.000 14.000 14.000 ] |
6143 | 2024-12-28T05:00:01.385Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6144 | 2024-12-28T05:00:01.385Z | No change in performance detected. |
6145 | 2024-12-28T05:00:01.385Z | |
6146 | 2024-12-28T05:00:01.385Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
6147 | 2024-12-28T05:00:01.385Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs |
6148 | 2024-12-28T05:00:01.385Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0254 ms (660 iterations) |
6149 | 2024-12-28T05:00:01.385Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing |
6150 | 2024-12-28T05:00:01.388Z | process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
6151 | 2024-12-28T05:00:01.388Z | time: [14.000 14.000 14.000 ] |
6152 | 2024-12-28T05:00:01.388Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6153 | 2024-12-28T05:00:01.388Z | No change in performance detected. |
6154 | 2024-12-28T05:00:01.388Z | |
6155 | 2024-12-28T05:00:01.388Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
6156 | 2024-12-28T05:00:01.388Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6157 | 2024-12-28T05:00:01.388Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0144 ms (825 iterations) |
6158 | 2024-12-28T05:00:01.388Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
6159 | 2024-12-28T05:00:01.390Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
6160 | 2024-12-28T05:00:01.390Z | time: [3.0000 3.0000 3.0000 ] |
6161 | 2024-12-28T05:00:01.390Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6162 | 2024-12-28T05:00:01.390Z | No change in performance detected. |
6163 | 2024-12-28T05:00:01.390Z | |
6164 | 2024-12-28T05:00:01.390Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
6165 | 2024-12-28T05:00:01.390Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6166 | 2024-12-28T05:00:01.390Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0794 ms (440 iterations) |
6167 | 2024-12-28T05:00:01.390Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
6168 | 2024-12-28T05:00:01.393Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
6169 | 2024-12-28T05:00:01.393Z | time: [3.0000 3.0000 3.0000 ] |
6170 | 2024-12-28T05:00:01.393Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6171 | 2024-12-28T05:00:01.393Z | No change in performance detected. |
6172 | 2024-12-28T05:00:01.393Z | |
6173 | 2024-12-28T05:00:01.393Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B |
6174 | 2024-12-28T05:00:01.393Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6175 | 2024-12-28T05:00:01.393Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0188 ms (770 iterations) |
6176 | 2024-12-28T05:00:01.393Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
6177 | 2024-12-28T05:00:01.393Z | 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. |
6178 | 2024-12-28T05:00:01.393Z | |
6179 | 2024-12-28T05:00:01.393Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B |
6180 | 2024-12-28T05:00:01.393Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6181 | 2024-12-28T05:00:01.393Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1022 ms (440 iterations) |
6182 | 2024-12-28T05:00:01.395Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
6183 | 2024-12-28T05:00:01.395Z | 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. |
6184 | 2024-12-28T05:00:01.395Z | |
6185 | 2024-12-28T05:00:01.396Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
6186 | 2024-12-28T05:00:01.396Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6187 | 2024-12-28T05:00:01.396Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0122 ms (990 iterations) |
6188 | 2024-12-28T05:00:01.396Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
6189 | 2024-12-28T05:00:01.396Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
6190 | 2024-12-28T05:00:01.396Z | time: [3.0000 3.0000 3.0000 ] |
6191 | 2024-12-28T05:00:01.396Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6192 | 2024-12-28T05:00:01.396Z | No change in performance detected. |
6193 | 2024-12-28T05:00:01.398Z | |
6194 | 2024-12-28T05:00:01.398Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
6195 | 2024-12-28T05:00:01.398Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6196 | 2024-12-28T05:00:01.398Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0021 ms (440 iterations) |
6197 | 2024-12-28T05:00:01.398Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
6198 | 2024-12-28T05:00:01.398Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
6199 | 2024-12-28T05:00:01.398Z | time: [3.0000 3.0000 3.0000 ] |
6200 | 2024-12-28T05:00:01.398Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6201 | 2024-12-28T05:00:01.398Z | No change in performance detected. |
6202 | 2024-12-28T05:00:01.401Z | |
6203 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B |
6204 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
6205 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0083 ms (825 iterations) |
6206 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
6207 | 2024-12-28T05:00:01.401Z | 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. |
6208 | 2024-12-28T05:00:01.401Z | |
6209 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B |
6210 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6211 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0665 ms (440 iterations) |
6212 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
6213 | 2024-12-28T05:00:01.401Z | 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. |
6214 | 2024-12-28T05:00:01.401Z | |
6215 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
6216 | 2024-12-28T05:00:01.401Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6217 | 2024-12-28T05:00:01.404Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0051 ms (770 iterations) |
6218 | 2024-12-28T05:00:01.404Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
6219 | 2024-12-28T05:00:01.404Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
6220 | 2024-12-28T05:00:01.404Z | time: [3.0000 3.0000 3.0000 ] |
6221 | 2024-12-28T05:00:01.404Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6222 | 2024-12-28T05:00:01.404Z | No change in performance detected. |
6223 | 2024-12-28T05:00:01.404Z | |
6224 | 2024-12-28T05:00:01.404Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
6225 | 2024-12-28T05:00:01.404Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6226 | 2024-12-28T05:00:01.404Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1351 ms (385 iterations) |
6227 | 2024-12-28T05:00:01.407Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
6228 | 2024-12-28T05:00:01.407Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
6229 | 2024-12-28T05:00:01.407Z | time: [3.0000 3.0000 3.0000 ] |
6230 | 2024-12-28T05:00:01.407Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6231 | 2024-12-28T05:00:01.407Z | No change in performance detected. |
6232 | 2024-12-28T05:00:01.407Z | |
6233 | 2024-12-28T05:00:01.407Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B |
6234 | 2024-12-28T05:00:01.407Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6235 | 2024-12-28T05:00:01.407Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0711 ms (660 iterations) |
6236 | 2024-12-28T05:00:01.410Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
6237 | 2024-12-28T05:00:01.410Z | 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. |
6238 | 2024-12-28T05:00:01.410Z | |
6239 | 2024-12-28T05:00:01.410Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B |
6240 | 2024-12-28T05:00:01.410Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6241 | 2024-12-28T05:00:01.410Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0594 ms (385 iterations) |
6242 | 2024-12-28T05:00:01.410Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
6243 | 2024-12-28T05:00:01.410Z | 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. |
6244 | 2024-12-28T05:00:01.410Z | |
6245 | 2024-12-28T05:00:01.410Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
6246 | 2024-12-28T05:00:01.410Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6247 | 2024-12-28T05:00:01.410Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0028 ms (825 iterations) |
6248 | 2024-12-28T05:00:01.413Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
6249 | 2024-12-28T05:00:01.413Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
6250 | 2024-12-28T05:00:01.413Z | time: [3.0000 3.0000 3.0000 ] |
6251 | 2024-12-28T05:00:01.413Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6252 | 2024-12-28T05:00:01.413Z | No change in performance detected. |
6253 | 2024-12-28T05:00:01.413Z | |
6254 | 2024-12-28T05:00:01.413Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
6255 | 2024-12-28T05:00:01.413Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6256 | 2024-12-28T05:00:01.413Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1076 ms (385 iterations) |
6257 | 2024-12-28T05:00:01.413Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
6258 | 2024-12-28T05:00:01.415Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
6259 | 2024-12-28T05:00:01.416Z | time: [3.0000 3.0000 3.0000 ] |
6260 | 2024-12-28T05:00:01.416Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6261 | 2024-12-28T05:00:01.416Z | No change in performance detected. |
6262 | 2024-12-28T05:00:01.416Z | |
6263 | 2024-12-28T05:00:01.416Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B |
6264 | 2024-12-28T05:00:01.416Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
6265 | 2024-12-28T05:00:01.416Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0182 ms (715 iterations) |
6266 | 2024-12-28T05:00:01.416Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
6267 | 2024-12-28T05:00:01.416Z | 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. |
6268 | 2024-12-28T05:00:01.416Z | |
6269 | 2024-12-28T05:00:01.416Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B |
6270 | 2024-12-28T05:00:01.416Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6271 | 2024-12-28T05:00:01.416Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0961 ms (330 iterations) |
6272 | 2024-12-28T05:00:01.418Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
6273 | 2024-12-28T05:00:01.418Z | 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. |
6274 | 2024-12-28T05:00:01.418Z | |
6275 | 2024-12-28T05:00:01.419Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
6276 | 2024-12-28T05:00:01.419Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6277 | 2024-12-28T05:00:01.419Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1384 ms (275 iterations) |
6278 | 2024-12-28T05:00:01.419Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
6279 | 2024-12-28T05:00:01.421Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
6280 | 2024-12-28T05:00:01.421Z | time: [42.000 42.000 42.000 ] |
6281 | 2024-12-28T05:00:01.421Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6282 | 2024-12-28T05:00:01.421Z | No change in performance detected. |
6283 | 2024-12-28T05:00:01.421Z | |
6284 | 2024-12-28T05:00:01.421Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
6285 | 2024-12-28T05:00:01.421Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6286 | 2024-12-28T05:00:01.421Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1754 ms (220 iterations) |
6287 | 2024-12-28T05:00:01.421Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
6288 | 2024-12-28T05:00:01.424Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
6289 | 2024-12-28T05:00:01.424Z | time: [42.000 42.000 42.000 ] |
6290 | 2024-12-28T05:00:01.424Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6291 | 2024-12-28T05:00:01.424Z | No change in performance detected. |
6292 | 2024-12-28T05:00:01.424Z | |
6293 | 2024-12-28T05:00:01.424Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
6294 | 2024-12-28T05:00:01.424Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6295 | 2024-12-28T05:00:01.424Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1638 ms (330 iterations) |
6296 | 2024-12-28T05:00:01.424Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
6297 | 2024-12-28T05:00:01.426Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
6298 | 2024-12-28T05:00:01.426Z | time: [20.000 20.000 20.000 ] |
6299 | 2024-12-28T05:00:01.426Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6300 | 2024-12-28T05:00:01.426Z | No change in performance detected. |
6301 | 2024-12-28T05:00:01.426Z | |
6302 | 2024-12-28T05:00:01.426Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
6303 | 2024-12-28T05:00:01.427Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6304 | 2024-12-28T05:00:01.427Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2464 ms (275 iterations) |
6305 | 2024-12-28T05:00:01.427Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
6306 | 2024-12-28T05:00:01.429Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
6307 | 2024-12-28T05:00:01.429Z | time: [20.000 20.000 20.000 ] |
6308 | 2024-12-28T05:00:01.429Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6309 | 2024-12-28T05:00:01.429Z | No change in performance detected. |
6310 | 2024-12-28T05:00:01.429Z | |
6311 | 2024-12-28T05:00:01.429Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
6312 | 2024-12-28T05:00:01.429Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6313 | 2024-12-28T05:00:01.429Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0386 ms (275 iterations) |
6314 | 2024-12-28T05:00:01.429Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
6315 | 2024-12-28T05:00:01.432Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
6316 | 2024-12-28T05:00:01.432Z | time: [42.000 42.000 42.000 ] |
6317 | 2024-12-28T05:00:01.432Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6318 | 2024-12-28T05:00:01.432Z | No change in performance detected. |
6319 | 2024-12-28T05:00:01.432Z | |
6320 | 2024-12-28T05:00:01.432Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
6321 | 2024-12-28T05:00:01.432Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6322 | 2024-12-28T05:00:01.432Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0481 ms (220 iterations) |
6323 | 2024-12-28T05:00:01.432Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
6324 | 2024-12-28T05:00:01.435Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
6325 | 2024-12-28T05:00:01.435Z | time: [42.000 42.000 42.000 ] |
6326 | 2024-12-28T05:00:01.435Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6327 | 2024-12-28T05:00:01.435Z | No change in performance detected. |
6328 | 2024-12-28T05:00:01.435Z | |
6329 | 2024-12-28T05:00:01.435Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
6330 | 2024-12-28T05:00:01.435Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
6331 | 2024-12-28T05:00:01.435Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0233 ms (385 iterations) |
6332 | 2024-12-28T05:00:01.435Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
6333 | 2024-12-28T05:00:01.438Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
6334 | 2024-12-28T05:00:01.438Z | time: [20.000 20.000 20.000 ] |
6335 | 2024-12-28T05:00:01.438Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6336 | 2024-12-28T05:00:01.438Z | No change in performance detected. |
6337 | 2024-12-28T05:00:01.439Z | |
6338 | 2024-12-28T05:00:01.439Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
6339 | 2024-12-28T05:00:01.439Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6340 | 2024-12-28T05:00:01.439Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0951 ms (275 iterations) |
6341 | 2024-12-28T05:00:01.439Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
6342 | 2024-12-28T05:00:01.439Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
6343 | 2024-12-28T05:00:01.439Z | time: [20.000 20.000 20.000 ] |
6344 | 2024-12-28T05:00:01.439Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6345 | 2024-12-28T05:00:01.439Z | No change in performance detected. |
6346 | 2024-12-28T05:00:01.441Z | |
6347 | 2024-12-28T05:00:01.442Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
6348 | 2024-12-28T05:00:01.442Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6349 | 2024-12-28T05:00:01.442Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1430 ms (275 iterations) |
6350 | 2024-12-28T05:00:01.442Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
6351 | 2024-12-28T05:00:01.442Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
6352 | 2024-12-28T05:00:01.442Z | time: [42.000 42.000 42.000 ] |
6353 | 2024-12-28T05:00:01.442Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6354 | 2024-12-28T05:00:01.442Z | No change in performance detected. |
6355 | 2024-12-28T05:00:01.442Z | |
6356 | 2024-12-28T05:00:01.442Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
6357 | 2024-12-28T05:00:01.442Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6358 | 2024-12-28T05:00:01.442Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2181 ms (220 iterations) |
6359 | 2024-12-28T05:00:01.445Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
6360 | 2024-12-28T05:00:01.445Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
6361 | 2024-12-28T05:00:01.445Z | time: [42.000 42.000 42.000 ] |
6362 | 2024-12-28T05:00:01.445Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6363 | 2024-12-28T05:00:01.445Z | No change in performance detected. |
6364 | 2024-12-28T05:00:01.445Z | |
6365 | 2024-12-28T05:00:01.445Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
6366 | 2024-12-28T05:00:01.445Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6367 | 2024-12-28T05:00:01.445Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0740 ms (330 iterations) |
6368 | 2024-12-28T05:00:01.447Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
6369 | 2024-12-28T05:00:01.448Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
6370 | 2024-12-28T05:00:01.448Z | time: [20.000 20.000 20.000 ] |
6371 | 2024-12-28T05:00:01.448Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6372 | 2024-12-28T05:00:01.448Z | No change in performance detected. |
6373 | 2024-12-28T05:00:01.448Z | |
6374 | 2024-12-28T05:00:01.448Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
6375 | 2024-12-28T05:00:01.448Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6376 | 2024-12-28T05:00:01.448Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2208 ms (275 iterations) |
6377 | 2024-12-28T05:00:01.448Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
6378 | 2024-12-28T05:00:01.450Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
6379 | 2024-12-28T05:00:01.450Z | time: [20.000 20.000 20.000 ] |
6380 | 2024-12-28T05:00:01.450Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6381 | 2024-12-28T05:00:01.450Z | No change in performance detected. |
6382 | 2024-12-28T05:00:01.450Z | |
6383 | 2024-12-28T05:00:01.450Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
6384 | 2024-12-28T05:00:01.450Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6385 | 2024-12-28T05:00:01.450Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0834 ms (275 iterations) |
6386 | 2024-12-28T05:00:01.450Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
6387 | 2024-12-28T05:00:01.453Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
6388 | 2024-12-28T05:00:01.453Z | time: [42.000 42.000 42.000 ] |
6389 | 2024-12-28T05:00:01.453Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6390 | 2024-12-28T05:00:01.453Z | No change in performance detected. |
6391 | 2024-12-28T05:00:01.453Z | |
6392 | 2024-12-28T05:00:01.453Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
6393 | 2024-12-28T05:00:01.453Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6394 | 2024-12-28T05:00:01.453Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1385 ms (220 iterations) |
6395 | 2024-12-28T05:00:01.453Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
6396 | 2024-12-28T05:00:01.456Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
6397 | 2024-12-28T05:00:01.456Z | time: [42.000 42.000 42.000 ] |
6398 | 2024-12-28T05:00:01.456Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6399 | 2024-12-28T05:00:01.456Z | No change in performance detected. |
6400 | 2024-12-28T05:00:01.456Z | |
6401 | 2024-12-28T05:00:01.456Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
6402 | 2024-12-28T05:00:01.456Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
6403 | 2024-12-28T05:00:01.456Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1467 ms (385 iterations) |
6404 | 2024-12-28T05:00:01.456Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
6405 | 2024-12-28T05:00:01.458Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
6406 | 2024-12-28T05:00:01.458Z | time: [20.000 20.000 20.000 ] |
6407 | 2024-12-28T05:00:01.458Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6408 | 2024-12-28T05:00:01.459Z | No change in performance detected. |
6409 | 2024-12-28T05:00:01.459Z | |
6410 | 2024-12-28T05:00:01.459Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
6411 | 2024-12-28T05:00:01.459Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6412 | 2024-12-28T05:00:01.459Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1722 ms (275 iterations) |
6413 | 2024-12-28T05:00:01.459Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
6414 | 2024-12-28T05:00:01.461Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
6415 | 2024-12-28T05:00:01.461Z | time: [20.000 20.000 20.000 ] |
6416 | 2024-12-28T05:00:01.461Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6417 | 2024-12-28T05:00:01.461Z | No change in performance detected. |
6418 | 2024-12-28T05:00:01.461Z | |
6419 | 2024-12-28T05:00:01.461Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover |
6420 | 2024-12-28T05:00:01.461Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs |
6421 | 2024-12-28T05:00:01.461Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0588 ms (660 iterations) |
6422 | 2024-12-28T05:00:01.461Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing |
6423 | 2024-12-28T05:00:01.464Z | process/Hairpin-DHCPv4/alloc_sz/Discover |
6424 | 2024-12-28T05:00:01.464Z | time: [3239.0 B 3239.0 B 3239.0 B] |
6425 | 2024-12-28T05:00:01.464Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6426 | 2024-12-28T05:00:01.464Z | No change in performance detected. |
6427 | 2024-12-28T05:00:01.464Z | |
6428 | 2024-12-28T05:00:01.464Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request |
6429 | 2024-12-28T05:00:01.464Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs |
6430 | 2024-12-28T05:00:01.464Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0473 ms (605 iterations) |
6431 | 2024-12-28T05:00:01.464Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing |
6432 | 2024-12-28T05:00:01.467Z | process/Hairpin-DHCPv4/alloc_sz/Request |
6433 | 2024-12-28T05:00:01.467Z | time: [3239.0 B 3239.0 B 3239.0 B] |
6434 | 2024-12-28T05:00:01.467Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6435 | 2024-12-28T05:00:01.467Z | No change in performance detected. |
6436 | 2024-12-28T05:00:01.467Z | |
6437 | 2024-12-28T05:00:01.467Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit |
6438 | 2024-12-28T05:00:01.467Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs |
6439 | 2024-12-28T05:00:01.467Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0454 ms (440 iterations) |
6440 | 2024-12-28T05:00:01.467Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing |
6441 | 2024-12-28T05:00:01.470Z | process/Hairpin-DHCPv6/alloc_sz/Solicit |
6442 | 2024-12-28T05:00:01.470Z | time: [3303.0 B 3303.0 B 3303.0 B] |
6443 | 2024-12-28T05:00:01.470Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6444 | 2024-12-28T05:00:01.470Z | No change in performance detected. |
6445 | 2024-12-28T05:00:01.470Z | |
6446 | 2024-12-28T05:00:01.470Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request |
6447 | 2024-12-28T05:00:01.470Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs |
6448 | 2024-12-28T05:00:01.470Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.1328 ms (440 iterations) |
6449 | 2024-12-28T05:00:01.470Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing |
6450 | 2024-12-28T05:00:01.472Z | process/Hairpin-DHCPv6/alloc_sz/Request |
6451 | 2024-12-28T05:00:01.472Z | time: [3701.0 B 3701.0 B 3701.0 B] |
6452 | 2024-12-28T05:00:01.472Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6453 | 2024-12-28T05:00:01.472Z | No change in performance detected. |
6454 | 2024-12-28T05:00:01.472Z | |
6455 | 2024-12-28T05:00:01.472Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
6456 | 2024-12-28T05:00:01.472Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs |
6457 | 2024-12-28T05:00:01.472Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0535 ms (880 iterations) |
6458 | 2024-12-28T05:00:01.472Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing |
6459 | 2024-12-28T05:00:01.475Z | process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
6460 | 2024-12-28T05:00:01.475Z | time: [2168.0 B 2168.0 B 2168.0 B] |
6461 | 2024-12-28T05:00:01.475Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6462 | 2024-12-28T05:00:01.475Z | No change in performance detected. |
6463 | 2024-12-28T05:00:01.475Z | |
6464 | 2024-12-28T05:00:01.475Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
6465 | 2024-12-28T05:00:01.475Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs |
6466 | 2024-12-28T05:00:01.475Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0249 ms (770 iterations) |
6467 | 2024-12-28T05:00:01.475Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing |
6468 | 2024-12-28T05:00:01.478Z | process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
6469 | 2024-12-28T05:00:01.478Z | time: [2153.0 B 2153.0 B 2153.0 B] |
6470 | 2024-12-28T05:00:01.478Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6471 | 2024-12-28T05:00:01.478Z | No change in performance detected. |
6472 | 2024-12-28T05:00:01.478Z | |
6473 | 2024-12-28T05:00:01.478Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
6474 | 2024-12-28T05:00:01.478Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs |
6475 | 2024-12-28T05:00:01.478Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0002 ms (660 iterations) |
6476 | 2024-12-28T05:00:01.478Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing |
6477 | 2024-12-28T05:00:01.481Z | process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
6478 | 2024-12-28T05:00:01.481Z | time: [2206.0 B 2206.0 B 2206.0 B] |
6479 | 2024-12-28T05:00:01.481Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6480 | 2024-12-28T05:00:01.481Z | No change in performance detected. |
6481 | 2024-12-28T05:00:01.481Z | |
6482 | 2024-12-28T05:00:01.481Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
6483 | 2024-12-28T05:00:01.481Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs |
6484 | 2024-12-28T05:00:01.481Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0609 ms (715 iterations) |
6485 | 2024-12-28T05:00:01.481Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing |
6486 | 2024-12-28T05:00:01.481Z | process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
6487 | 2024-12-28T05:00:01.481Z | time: [2190.0 B 2190.0 B 2190.0 B] |
6488 | 2024-12-28T05:00:01.481Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6489 | 2024-12-28T05:00:01.481Z | No change in performance detected. |
6490 | 2024-12-28T05:00:01.484Z | |
6491 | 2024-12-28T05:00:01.484Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
6492 | 2024-12-28T05:00:01.484Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6493 | 2024-12-28T05:00:01.484Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0070 ms (880 iterations) |
6494 | 2024-12-28T05:00:01.484Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
6495 | 2024-12-28T05:00:01.484Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
6496 | 2024-12-28T05:00:01.484Z | time: [248.00 B 248.00 B 248.00 B] |
6497 | 2024-12-28T05:00:01.484Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6498 | 2024-12-28T05:00:01.484Z | No change in performance detected. |
6499 | 2024-12-28T05:00:01.484Z | |
6500 | 2024-12-28T05:00:01.484Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
6501 | 2024-12-28T05:00:01.484Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6502 | 2024-12-28T05:00:01.484Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1291 ms (440 iterations) |
6503 | 2024-12-28T05:00:01.487Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
6504 | 2024-12-28T05:00:01.487Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
6505 | 2024-12-28T05:00:01.487Z | time: [248.00 B 248.00 B 248.00 B] |
6506 | 2024-12-28T05:00:01.487Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6507 | 2024-12-28T05:00:01.487Z | No change in performance detected. |
6508 | 2024-12-28T05:00:01.487Z | |
6509 | 2024-12-28T05:00:01.487Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B |
6510 | 2024-12-28T05:00:01.487Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6511 | 2024-12-28T05:00:01.487Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0097 ms (770 iterations) |
6512 | 2024-12-28T05:00:01.489Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
6513 | 2024-12-28T05:00:01.489Z | 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. |
6514 | 2024-12-28T05:00:01.490Z | |
6515 | 2024-12-28T05:00:01.490Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B |
6516 | 2024-12-28T05:00:01.490Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6517 | 2024-12-28T05:00:01.490Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1100 ms (440 iterations) |
6518 | 2024-12-28T05:00:01.490Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
6519 | 2024-12-28T05:00:01.490Z | 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. |
6520 | 2024-12-28T05:00:01.490Z | |
6521 | 2024-12-28T05:00:01.490Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
6522 | 2024-12-28T05:00:01.490Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6523 | 2024-12-28T05:00:01.490Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0170 ms (990 iterations) |
6524 | 2024-12-28T05:00:01.492Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
6525 | 2024-12-28T05:00:01.493Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
6526 | 2024-12-28T05:00:01.493Z | time: [248.00 B 248.00 B 248.00 B] |
6527 | 2024-12-28T05:00:01.493Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6528 | 2024-12-28T05:00:01.493Z | No change in performance detected. |
6529 | 2024-12-28T05:00:01.493Z | |
6530 | 2024-12-28T05:00:01.493Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
6531 | 2024-12-28T05:00:01.493Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6532 | 2024-12-28T05:00:01.493Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0246 ms (440 iterations) |
6533 | 2024-12-28T05:00:01.493Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
6534 | 2024-12-28T05:00:01.495Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
6535 | 2024-12-28T05:00:01.495Z | time: [248.00 B 248.00 B 248.00 B] |
6536 | 2024-12-28T05:00:01.495Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6537 | 2024-12-28T05:00:01.495Z | No change in performance detected. |
6538 | 2024-12-28T05:00:01.495Z | |
6539 | 2024-12-28T05:00:01.495Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B |
6540 | 2024-12-28T05:00:01.495Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
6541 | 2024-12-28T05:00:01.495Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0105 ms (825 iterations) |
6542 | 2024-12-28T05:00:01.495Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
6543 | 2024-12-28T05:00:01.495Z | 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. |
6544 | 2024-12-28T05:00:01.495Z | |
6545 | 2024-12-28T05:00:01.495Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B |
6546 | 2024-12-28T05:00:01.495Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6547 | 2024-12-28T05:00:01.495Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0674 ms (385 iterations) |
6548 | 2024-12-28T05:00:01.498Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
6549 | 2024-12-28T05:00:01.498Z | 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. |
6550 | 2024-12-28T05:00:01.498Z | |
6551 | 2024-12-28T05:00:01.498Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
6552 | 2024-12-28T05:00:01.498Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6553 | 2024-12-28T05:00:01.498Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0126 ms (770 iterations) |
6554 | 2024-12-28T05:00:01.498Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
6555 | 2024-12-28T05:00:01.501Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
6556 | 2024-12-28T05:00:01.501Z | time: [248.00 B 248.00 B 248.00 B] |
6557 | 2024-12-28T05:00:01.501Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6558 | 2024-12-28T05:00:01.501Z | No change in performance detected. |
6559 | 2024-12-28T05:00:01.501Z | |
6560 | 2024-12-28T05:00:01.501Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
6561 | 2024-12-28T05:00:01.501Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6562 | 2024-12-28T05:00:01.501Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1136 ms (385 iterations) |
6563 | 2024-12-28T05:00:01.501Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
6564 | 2024-12-28T05:00:01.503Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
6565 | 2024-12-28T05:00:01.503Z | time: [248.00 B 248.00 B 248.00 B] |
6566 | 2024-12-28T05:00:01.503Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6567 | 2024-12-28T05:00:01.503Z | No change in performance detected. |
6568 | 2024-12-28T05:00:01.504Z | |
6569 | 2024-12-28T05:00:01.504Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B |
6570 | 2024-12-28T05:00:01.504Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6571 | 2024-12-28T05:00:01.504Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0116 ms (605 iterations) |
6572 | 2024-12-28T05:00:01.504Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
6573 | 2024-12-28T05:00:01.504Z | 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. |
6574 | 2024-12-28T05:00:01.504Z | |
6575 | 2024-12-28T05:00:01.504Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B |
6576 | 2024-12-28T05:00:01.504Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6577 | 2024-12-28T05:00:01.504Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1315 ms (385 iterations) |
6578 | 2024-12-28T05:00:01.506Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
6579 | 2024-12-28T05:00:01.506Z | 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. |
6580 | 2024-12-28T05:00:01.506Z | |
6581 | 2024-12-28T05:00:01.507Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
6582 | 2024-12-28T05:00:01.507Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6583 | 2024-12-28T05:00:01.507Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0127 ms (825 iterations) |
6584 | 2024-12-28T05:00:01.507Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
6585 | 2024-12-28T05:00:01.507Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
6586 | 2024-12-28T05:00:01.507Z | time: [248.00 B 248.00 B 248.00 B] |
6587 | 2024-12-28T05:00:01.507Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6588 | 2024-12-28T05:00:01.507Z | No change in performance detected. |
6589 | 2024-12-28T05:00:01.507Z | |
6590 | 2024-12-28T05:00:01.507Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
6591 | 2024-12-28T05:00:01.507Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6592 | 2024-12-28T05:00:01.507Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0827 ms (440 iterations) |
6593 | 2024-12-28T05:00:01.509Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
6594 | 2024-12-28T05:00:01.509Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
6595 | 2024-12-28T05:00:01.510Z | time: [248.00 B 248.00 B 248.00 B] |
6596 | 2024-12-28T05:00:01.510Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6597 | 2024-12-28T05:00:01.510Z | No change in performance detected. |
6598 | 2024-12-28T05:00:01.510Z | |
6599 | 2024-12-28T05:00:01.510Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B |
6600 | 2024-12-28T05:00:01.510Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
6601 | 2024-12-28T05:00:01.510Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0193 ms (715 iterations) |
6602 | 2024-12-28T05:00:01.512Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
6603 | 2024-12-28T05:00:01.512Z | 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. |
6604 | 2024-12-28T05:00:01.512Z | |
6605 | 2024-12-28T05:00:01.512Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B |
6606 | 2024-12-28T05:00:01.512Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6607 | 2024-12-28T05:00:01.512Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0207 ms (385 iterations) |
6608 | 2024-12-28T05:00:01.512Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
6609 | 2024-12-28T05:00:01.512Z | 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. |
6610 | 2024-12-28T05:00:01.512Z | |
6611 | 2024-12-28T05:00:01.512Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
6612 | 2024-12-28T05:00:01.512Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6613 | 2024-12-28T05:00:01.512Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1984 ms (330 iterations) |
6614 | 2024-12-28T05:00:01.515Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
6615 | 2024-12-28T05:00:01.515Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
6616 | 2024-12-28T05:00:01.515Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6617 | 2024-12-28T05:00:01.515Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6618 | 2024-12-28T05:00:01.515Z | No change in performance detected. |
6619 | 2024-12-28T05:00:01.515Z | |
6620 | 2024-12-28T05:00:01.516Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
6621 | 2024-12-28T05:00:01.516Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6622 | 2024-12-28T05:00:01.516Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0640 ms (220 iterations) |
6623 | 2024-12-28T05:00:01.516Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
6624 | 2024-12-28T05:00:01.518Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
6625 | 2024-12-28T05:00:01.518Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6626 | 2024-12-28T05:00:01.518Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6627 | 2024-12-28T05:00:01.518Z | No change in performance detected. |
6628 | 2024-12-28T05:00:01.518Z | |
6629 | 2024-12-28T05:00:01.518Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
6630 | 2024-12-28T05:00:01.518Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6631 | 2024-12-28T05:00:01.518Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0608 ms (385 iterations) |
6632 | 2024-12-28T05:00:01.518Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
6633 | 2024-12-28T05:00:01.521Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
6634 | 2024-12-28T05:00:01.521Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6635 | 2024-12-28T05:00:01.521Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6636 | 2024-12-28T05:00:01.521Z | No change in performance detected. |
6637 | 2024-12-28T05:00:01.521Z | |
6638 | 2024-12-28T05:00:01.521Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
6639 | 2024-12-28T05:00:01.521Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6640 | 2024-12-28T05:00:01.521Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1055 ms (275 iterations) |
6641 | 2024-12-28T05:00:01.521Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
6642 | 2024-12-28T05:00:01.524Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
6643 | 2024-12-28T05:00:01.524Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6644 | 2024-12-28T05:00:01.524Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6645 | 2024-12-28T05:00:01.524Z | No change in performance detected. |
6646 | 2024-12-28T05:00:01.524Z | |
6647 | 2024-12-28T05:00:01.524Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
6648 | 2024-12-28T05:00:01.524Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6649 | 2024-12-28T05:00:01.524Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1536 ms (330 iterations) |
6650 | 2024-12-28T05:00:01.524Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
6651 | 2024-12-28T05:00:01.527Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
6652 | 2024-12-28T05:00:01.527Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6653 | 2024-12-28T05:00:01.527Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6654 | 2024-12-28T05:00:01.527Z | No change in performance detected. |
6655 | 2024-12-28T05:00:01.527Z | |
6656 | 2024-12-28T05:00:01.527Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
6657 | 2024-12-28T05:00:01.527Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6658 | 2024-12-28T05:00:01.527Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1031 ms (220 iterations) |
6659 | 2024-12-28T05:00:01.527Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
6660 | 2024-12-28T05:00:01.530Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
6661 | 2024-12-28T05:00:01.530Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6662 | 2024-12-28T05:00:01.530Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6663 | 2024-12-28T05:00:01.530Z | No change in performance detected. |
6664 | 2024-12-28T05:00:01.530Z | |
6665 | 2024-12-28T05:00:01.530Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
6666 | 2024-12-28T05:00:01.530Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
6667 | 2024-12-28T05:00:01.530Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1382 ms (385 iterations) |
6668 | 2024-12-28T05:00:01.530Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
6669 | 2024-12-28T05:00:01.530Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
6670 | 2024-12-28T05:00:01.530Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6671 | 2024-12-28T05:00:01.530Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6672 | 2024-12-28T05:00:01.530Z | No change in performance detected. |
6673 | 2024-12-28T05:00:01.533Z | |
6674 | 2024-12-28T05:00:01.533Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
6675 | 2024-12-28T05:00:01.533Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6676 | 2024-12-28T05:00:01.533Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1776 ms (275 iterations) |
6677 | 2024-12-28T05:00:01.533Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
6678 | 2024-12-28T05:00:01.533Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
6679 | 2024-12-28T05:00:01.533Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6680 | 2024-12-28T05:00:01.533Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6681 | 2024-12-28T05:00:01.533Z | No change in performance detected. |
6682 | 2024-12-28T05:00:01.533Z | |
6683 | 2024-12-28T05:00:01.533Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
6684 | 2024-12-28T05:00:01.533Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6685 | 2024-12-28T05:00:01.533Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1410 ms (275 iterations) |
6686 | 2024-12-28T05:00:01.536Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
6687 | 2024-12-28T05:00:01.536Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
6688 | 2024-12-28T05:00:01.536Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6689 | 2024-12-28T05:00:01.536Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6690 | 2024-12-28T05:00:01.536Z | No change in performance detected. |
6691 | 2024-12-28T05:00:01.536Z | |
6692 | 2024-12-28T05:00:01.536Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
6693 | 2024-12-28T05:00:01.536Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6694 | 2024-12-28T05:00:01.536Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1584 ms (220 iterations) |
6695 | 2024-12-28T05:00:01.539Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
6696 | 2024-12-28T05:00:01.539Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
6697 | 2024-12-28T05:00:01.539Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6698 | 2024-12-28T05:00:01.539Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6699 | 2024-12-28T05:00:01.539Z | No change in performance detected. |
6700 | 2024-12-28T05:00:01.539Z | |
6701 | 2024-12-28T05:00:01.539Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
6702 | 2024-12-28T05:00:01.539Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6703 | 2024-12-28T05:00:01.539Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0788 ms (330 iterations) |
6704 | 2024-12-28T05:00:01.542Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
6705 | 2024-12-28T05:00:01.542Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
6706 | 2024-12-28T05:00:01.542Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6707 | 2024-12-28T05:00:01.542Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6708 | 2024-12-28T05:00:01.542Z | No change in performance detected. |
6709 | 2024-12-28T05:00:01.542Z | |
6710 | 2024-12-28T05:00:01.542Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
6711 | 2024-12-28T05:00:01.542Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6712 | 2024-12-28T05:00:01.542Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2070 ms (275 iterations) |
6713 | 2024-12-28T05:00:01.542Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
6714 | 2024-12-28T05:00:01.545Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
6715 | 2024-12-28T05:00:01.545Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6716 | 2024-12-28T05:00:01.545Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6717 | 2024-12-28T05:00:01.545Z | No change in performance detected. |
6718 | 2024-12-28T05:00:01.545Z | |
6719 | 2024-12-28T05:00:01.545Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
6720 | 2024-12-28T05:00:01.545Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6721 | 2024-12-28T05:00:01.545Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0850 ms (275 iterations) |
6722 | 2024-12-28T05:00:01.545Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
6723 | 2024-12-28T05:00:01.548Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
6724 | 2024-12-28T05:00:01.548Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6725 | 2024-12-28T05:00:01.548Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6726 | 2024-12-28T05:00:01.548Z | No change in performance detected. |
6727 | 2024-12-28T05:00:01.548Z | |
6728 | 2024-12-28T05:00:01.548Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
6729 | 2024-12-28T05:00:01.548Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6730 | 2024-12-28T05:00:01.548Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2084 ms (220 iterations) |
6731 | 2024-12-28T05:00:01.548Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
6732 | 2024-12-28T05:00:01.551Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
6733 | 2024-12-28T05:00:01.551Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6734 | 2024-12-28T05:00:01.551Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6735 | 2024-12-28T05:00:01.551Z | No change in performance detected. |
6736 | 2024-12-28T05:00:01.551Z | |
6737 | 2024-12-28T05:00:01.551Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
6738 | 2024-12-28T05:00:01.551Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
6739 | 2024-12-28T05:00:01.551Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1805 ms (330 iterations) |
6740 | 2024-12-28T05:00:01.551Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
6741 | 2024-12-28T05:00:01.553Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
6742 | 2024-12-28T05:00:01.553Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6743 | 2024-12-28T05:00:01.553Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6744 | 2024-12-28T05:00:01.553Z | No change in performance detected. |
6745 | 2024-12-28T05:00:01.553Z | |
6746 | 2024-12-28T05:00:01.554Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
6747 | 2024-12-28T05:00:01.554Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6748 | 2024-12-28T05:00:01.554Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1706 ms (275 iterations) |
6749 | 2024-12-28T05:00:01.554Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
6750 | 2024-12-28T05:00:01.556Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
6751 | 2024-12-28T05:00:01.556Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6752 | 2024-12-28T05:00:01.556Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6753 | 2024-12-28T05:00:01.556Z | No change in performance detected. |
6754 | 2024-12-28T05:00:01.556Z | |
6755 | 2024-12-28T05:00:01.596Z | + cp -r target/criterion /work/bench-results |
6756 | 2024-12-28T05:00:01.752Z | + cp -r target/xde-bench /work/bench-results |
6757 | 2024-12-28T05:00:01.787Z | + pushd /work |
6758 | 2024-12-28T05:00:01.787Z | + tar -caf bench-results.tgz bench-results |
6759 | 2024-12-28T05:00:01.787Z | /work /work/oxidecomputer/opte |
6760 | 2024-12-28T05:00:02.536Z | + popd |
6761 | 2024-12-28T05:00:02.536Z | /work/oxidecomputer/opte |
6762 | 2024-12-28T05:00:02.542Z | + cleanup |
6763 | 2024-12-28T05:00:02.542Z | ++ id -un |
6764 | 2024-12-28T05:00:02.635Z | ++ id -gn |
6765 | 2024-12-28T05:00:02.637Z | + pfexec chown -R build:build . |
6766 | 2024-12-28T05:00:02.693Z | + [[ -z 01JG5QW42A0XQSX6TEJQZ1QXA8 ]] |
6767 | 2024-12-28T05:00:02.696Z | process exited: duration 1889489 ms, exit code 0 |
|
6768 | 2024-12-28T05:00:02.702Z | found 1 output files |
6769 | 2024-12-28T05:00:02.702Z | uploading: /work/bench-results.tgz (4804954 bytes) |
6770 | 2024-12-28T05:00:03.806Z | uploaded: /work/bench-results.tgz |