|
|
|
1 | 2024-12-16T18:45:16.622Z | job dependencies complete; ready to run (waiting for 7 m 0 s) |
2 | 2024-12-16T18:46:11.785Z | job assigned to worker 01JF8CM2NJT1C573J5EGKTXHAD [factory aws, i-0f710bcc9ca9424d1] (queued for 55 s) |
3 | 2024-12-16T18:46:20.676Z | downloading input: /input/xde/work/debug/xde.dbg |
4 | 2024-12-16T18:46:21.335Z | downloaded input: /input/xde/work/debug/xde.dbg |
5 | 2024-12-16T18:46:21.335Z | downloading input: /input/xde/work/debug/xde.dbg.sha256 |
6 | 2024-12-16T18:46:21.349Z | downloaded input: /input/xde/work/debug/xde.dbg.sha256 |
7 | 2024-12-16T18:46:21.349Z | downloading input: /input/xde/work/debug/xde_link.dbg.so |
8 | 2024-12-16T18:46:21.399Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so |
9 | 2024-12-16T18:46:21.399Z | downloading input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
10 | 2024-12-16T18:46:21.413Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
11 | 2024-12-16T18:46:21.416Z | downloading input: /input/xde/work/release/xde |
12 | 2024-12-16T18:46:21.821Z | downloaded input: /input/xde/work/release/xde |
13 | 2024-12-16T18:46:21.821Z | downloading input: /input/xde/work/release/xde.sha256 |
14 | 2024-12-16T18:46:21.835Z | downloaded input: /input/xde/work/release/xde.sha256 |
15 | 2024-12-16T18:46:21.835Z | downloading input: /input/xde/work/release/xde_link.so |
16 | 2024-12-16T18:46:21.863Z | downloaded input: /input/xde/work/release/xde_link.so |
17 | 2024-12-16T18:46:21.863Z | downloading input: /input/xde/work/release/xde_link.so.sha256 |
18 | 2024-12-16T18:46:21.878Z | downloaded input: /input/xde/work/release/xde_link.so.sha256 |
19 | 2024-12-16T18:46:21.880Z | downloading input: /input/xde/work/test/loopback |
20 | 2024-12-16T18:46:22.552Z | downloaded input: /input/xde/work/test/loopback |
21 | 2024-12-16T18:46:22.552Z | downloading input: /input/xde/work/xde.conf |
22 | 2024-12-16T18:46:22.568Z | downloaded input: /input/xde/work/xde.conf |
|
23 | 2024-12-16T18:46:22.568Z | starting task 0: "setup" |
24 | 2024-12-16T18:46:22.579Z | ++ uname -s |
25 | 2024-12-16T18:46:22.582Z | + kern=SunOS |
26 | 2024-12-16T18:46:22.582Z | + case "$kern" in |
27 | 2024-12-16T18:46:22.582Z | + groupadd -g 12345 build |
28 | 2024-12-16T18:46:22.586Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
29 | 2024-12-16T18:46:24.591Z | + zfs create -o mountpoint=/work rpool/work |
30 | 2024-12-16T18:46:24.776Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
31 | 2024-12-16T18:46:24.779Z | + home_fs=zfs |
32 | 2024-12-16T18:46:24.779Z | + [[ zfs == autofs ]] |
33 | 2024-12-16T18:46:24.779Z | + mkdir -p /home/build |
34 | 2024-12-16T18:46:24.782Z | + chown build:build /home/build /work |
35 | 2024-12-16T18:46:26.784Z | + chmod 0700 /home/build /work |
36 | 2024-12-16T18:46:26.787Z | process exited: duration 4217 ms, exit code 0 |
|
37 | 2024-12-16T18:46:26.793Z | starting task 1: "rust-toolchain" |
38 | 2024-12-16T18:46:26.798Z | + printf ' * toolchain channel = "%s" |
39 | 2024-12-16T18:46:26.798Z | ' stable |
40 | 2024-12-16T18:46:26.798Z | + printf ' * toolchain profile = "%s" |
41 | 2024-12-16T18:46:26.799Z | * toolchain channel = "stable" |
42 | 2024-12-16T18:46:26.799Z | ' default |
43 | 2024-12-16T18:46:26.799Z | * toolchain profile = "default" |
44 | 2024-12-16T18:46:26.801Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
45 | 2024-12-16T18:46:26.801Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
46 | 2024-12-16T18:46:26.916Z | info: downloading installer |
47 | 2024-12-16T18:46:28.649Z | info: profile set to 'default' |
48 | 2024-12-16T18:46:28.649Z | info: default host triple is x86_64-unknown-illumos |
49 | 2024-12-16T18:46:28.651Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
50 | 2024-12-16T18:46:28.801Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
51 | 2024-12-16T18:46:28.801Z | info: downloading component 'cargo' |
52 | 2024-12-16T18:46:29.548Z | info: downloading component 'clippy' |
53 | 2024-12-16T18:46:29.836Z | info: downloading component 'rust-docs' |
54 | 2024-12-16T18:46:30.887Z | info: downloading component 'rust-std' |
55 | 2024-12-16T18:46:32.390Z | info: downloading component 'rustc' |
56 | 2024-12-16T18:46:38.062Z | info: downloading component 'rustfmt' |
57 | 2024-12-16T18:46:38.289Z | info: installing component 'cargo' |
58 | 2024-12-16T18:46:39.123Z | info: installing component 'clippy' |
59 | 2024-12-16T18:46:39.518Z | info: installing component 'rust-docs' |
60 | 2024-12-16T18:46:41.131Z | info: installing component 'rust-std' |
61 | 2024-12-16T18:46:42.893Z | info: installing component 'rustc' |
62 | 2024-12-16T18:46:48.756Z | info: installing component 'rustfmt' |
63 | 2024-12-16T18:46:49.091Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
64 | 2024-12-16T18:46:49.091Z | |
65 | 2024-12-16T18:46:49.458Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
66 | 2024-12-16T18:46:49.458Z | |
67 | 2024-12-16T18:46:49.462Z | |
68 | 2024-12-16T18:46:49.462Z | Rust is installed now. Great! |
69 | 2024-12-16T18:46:49.462Z | |
70 | 2024-12-16T18:46:49.462Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
71 | 2024-12-16T18:46:49.462Z | environment variable. This has not been done automatically. |
72 | 2024-12-16T18:46:49.462Z | |
73 | 2024-12-16T18:46:49.462Z | To configure your current shell, you need to source |
74 | 2024-12-16T18:46:49.462Z | the corresponding env file under $HOME/.cargo. |
75 | 2024-12-16T18:46:49.462Z | |
76 | 2024-12-16T18:46:49.462Z | This is usually done by running one of the following (note the leading DOT): |
77 | 2024-12-16T18:46:49.462Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
78 | 2024-12-16T18:46:49.462Z | source "$HOME/.cargo/env.fish" # For fish |
79 | 2024-12-16T18:46:49.539Z | + rustc --version |
80 | 2024-12-16T18:46:49.640Z | rustc 1.83.0 (90b35a623 2024-11-26) |
81 | 2024-12-16T18:46:49.645Z | process exited: duration 22849 ms, exit code 0 |
|
82 | 2024-12-16T18:46:49.651Z | starting task 2: "authentication" |
83 | 2024-12-16T18:46:49.679Z | process exited: duration 27 ms, exit code 0 |
|
84 | 2024-12-16T18:46:49.685Z | starting task 3: "clone repository" |
85 | 2024-12-16T18:46:49.692Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2024-12-16T18:46:49.695Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2024-12-16T18:46:50.100Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2024-12-16T18:46:51.139Z | + cd /work/oxidecomputer/opte |
89 | 2024-12-16T18:46:51.142Z | + git fetch origin a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
90 | 2024-12-16T18:46:51.378Z | From https://github.com/oxidecomputer/opte |
91 | 2024-12-16T18:46:51.379Z | * branch a60adb12f3846e083531eeb9503bd3c2184bd7b6 -> FETCH_HEAD |
92 | 2024-12-16T18:46:51.386Z | + [[ -n rwlock ]] |
93 | 2024-12-16T18:46:51.389Z | ++ git branch --show-current |
94 | 2024-12-16T18:46:51.389Z | + current=master |
95 | 2024-12-16T18:46:51.389Z | + [[ master != rwlock ]] |
96 | 2024-12-16T18:46:51.389Z | + git branch -f rwlock a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
97 | 2024-12-16T18:46:51.393Z | + git checkout -f rwlock |
98 | 2024-12-16T18:46:51.415Z | Switched to branch 'rwlock' |
99 | 2024-12-16T18:46:51.418Z | + git reset --hard a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
100 | 2024-12-16T18:46:51.421Z | HEAD is now at a60adb1 Rustc optimised out the `fetch_add`s. |
101 | 2024-12-16T18:46:51.424Z | process exited: duration 1736 ms, exit code 0 |
|
102 | 2024-12-16T18:46:51.431Z | starting task 4: "build" |
103 | 2024-12-16T18:46:51.436Z | + pfexec pkg install brand/sparse opte iperf demangle flamegraph |
104 | 2024-12-16T18:47:00.589Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-12-16T18:47:04.647Z | Startup: Caching catalogs ... Done |
106 | 2024-12-16T18:47:14.840Z | Planning: Solver setup ... Done |
107 | 2024-12-16T18:47:14.985Z | Planning: Running solver ... Done |
108 | 2024-12-16T18:47:15.328Z | Planning: Finding local manifests ... Done |
109 | 2024-12-16T18:47:15.341Z | Planning: Fetching manifests: 0/6 0% complete |
110 | 2024-12-16T18:47:15.588Z | Planning: Fetching manifests: 6/6 100% complete |
111 | 2024-12-16T18:47:16.190Z | Planning: Package planning ... Done |
112 | 2024-12-16T18:47:16.197Z | Planning: Merging actions ... Done |
113 | 2024-12-16T18:47:17.402Z | Planning: Checking for conflicting actions ... Done |
114 | 2024-12-16T18:47:25.931Z | Planning: Consolidating action changes ... Done |
115 | 2024-12-16T18:47:26.366Z | Planning: Evaluating mediators ... Done |
116 | 2024-12-16T18:47:26.516Z | Planning: Planning completed in 21.77 seconds |
117 | 2024-12-16T18:47:26.935Z | Packages to install: 4 |
118 | 2024-12-16T18:47:26.935Z | Packages to update: 2 |
119 | 2024-12-16T18:47:26.938Z | Services to change: 1 |
120 | 2024-12-16T18:47:26.938Z | Create boot environment: No |
121 | 2024-12-16T18:47:26.938Z | Create backup boot environment: Yes |
122 | 2024-12-16T18:47:27.516Z | |
123 | 2024-12-16T18:47:27.516Z | Download: 0/1024 items 0.0/18.1MB 0% complete |
124 | 2024-12-16T18:47:32.842Z | Download: 1012/1024 items 18.1/18.1MB 99% complete (4.6M/s) |
125 | 2024-12-16T18:47:33.666Z | Download: Completed 18.13 MB in 6.15 seconds (3.0M/s) |
126 | 2024-12-16T18:47:35.721Z | Actions: 1/1482 actions (Removing old actions) |
127 | 2024-12-16T18:47:35.743Z | Actions: 199/1482 actions (Installing new actions) |
128 | 2024-12-16T18:47:36.281Z | Actions: 642/1482 actions (Updating modified actions) |
129 | 2024-12-16T18:47:36.742Z | Actions: Completed 1482 actions in 1.02 seconds. |
130 | 2024-12-16T18:47:36.945Z | Done |
131 | 2024-12-16T18:47:36.948Z | Done |
132 | 2024-12-16T18:47:37.457Z | Done |
133 | 2024-12-16T18:47:45.178Z | Done |
134 | 2024-12-16T18:47:45.691Z | Done |
135 | 2024-12-16T18:47:45.693Z | Done |
136 | 2024-12-16T18:47:51.983Z | Done |
137 | 2024-12-16T18:47:52.372Z | + [[ -z 01JF8C725AJB9GXRFCFC2C8XT3 ]] |
138 | 2024-12-16T18:47:52.372Z | + trap cleanup EXIT |
139 | 2024-12-16T18:47:52.375Z | + OUT_DIR=/work/bench-results |
140 | 2024-12-16T18:47:52.375Z | + mkdir -p /work/bench-results |
141 | 2024-12-16T18:47:52.379Z | + mkdir -p target/criterion |
142 | 2024-12-16T18:47:52.379Z | + mkdir -p target/xde-bench |
143 | 2024-12-16T18:47:52.382Z | + banner collect |
144 | 2024-12-16T18:47:52.424Z | |
145 | 2024-12-16T18:47:52.424Z | #### #### # # ###### #### ##### |
146 | 2024-12-16T18:47:52.424Z | # # # # # # # # # # |
147 | 2024-12-16T18:47:52.424Z | # # # # # ##### # # |
148 | 2024-12-16T18:47:52.424Z | # # # # # # # # |
149 | 2024-12-16T18:47:52.424Z | # # # # # # # # # # |
150 | 2024-12-16T18:47:52.424Z | #### #### ###### ###### ###### #### # |
151 | 2024-12-16T18:47:52.424Z | |
152 | 2024-12-16T18:47:52.427Z | ++ cat .git/refs/heads/master |
153 | 2024-12-16T18:47:52.427Z | + BASELINE_COMMIT=9b57c4bbb761cd1d347b9a912ae865324ffe3c78 |
154 | 2024-12-16T18:47:52.427Z | + [[ rwlock == \m\a\s\t\e\r ]] |
155 | 2024-12-16T18:47:52.427Z | + get_artifact opte benchmark 9b57c4bbb761cd1d347b9a912ae865324ffe3c78 bench-results.tgz |
156 | 2024-12-16T18:47:52.427Z | + local curl_res |
157 | 2024-12-16T18:47:52.427Z | + repo=opte |
158 | 2024-12-16T18:47:52.427Z | + series=benchmark |
159 | 2024-12-16T18:47:52.427Z | + commit=9b57c4bbb761cd1d347b9a912ae865324ffe3c78 |
160 | 2024-12-16T18:47:52.427Z | + name=bench-results.tgz |
161 | 2024-12-16T18:47:52.427Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
162 | 2024-12-16T18:47:52.427Z | + mkdir -p download |
163 | 2024-12-16T18:47:52.430Z | + pushd download |
164 | 2024-12-16T18:47:52.430Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
165 | 2024-12-16T18:47:52.430Z | + [[ ! -f bench-results.tgz ]] |
166 | 2024-12-16T18:47:52.431Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/9b57c4bbb761cd1d347b9a912ae865324ffe3c78/bench-results.tgz |
167 | 2024-12-16T18:47:52.437Z | % Total % Received % Xferd Average Speed Time Time Time Current |
168 | 2024-12-16T18:47:52.440Z | Dload Upload Total Spent Left Speed |
169 | 2024-12-16T18:47:52.729Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4721k 100 4721k 0 0 15.8M 0 --:--:-- --:--:-- --:--:-- 15.8M |
170 | 2024-12-16T18:47:52.736Z | + curl_res=0 |
171 | 2024-12-16T18:47:52.736Z | + popd |
172 | 2024-12-16T18:47:52.736Z | /work/oxidecomputer/opte |
173 | 2024-12-16T18:47:52.736Z | + return 0 |
174 | 2024-12-16T18:47:52.736Z | + tar -xf download/bench-results.tgz -C target |
175 | 2024-12-16T18:47:53.107Z | + mv target/bench-results/criterion target/bench-results/xde-bench target/ |
176 | 2024-12-16T18:47:53.109Z | + rm -r target/bench-results |
177 | 2024-12-16T18:47:53.112Z | + [[ '' -eq 1 ]] |
178 | 2024-12-16T18:47:53.112Z | + uname -a |
179 | 2024-12-16T18:47:53.115Z | SunOS w-01JF8CM2NJT1C573J5EGKTXHAD 5.11 helios-2.0.22827 i86pc i386 i86pc |
180 | 2024-12-16T18:47:53.115Z | + cat /etc/versions/build |
181 | 2024-12-16T18:47:53.117Z | heads/stlouis-0-g60122b5709 |
182 | 2024-12-16T18:47:53.117Z | + dladm |
183 | 2024-12-16T18:47:53.120Z | LINK CLASS MTU STATE BRIDGE OVER |
184 | 2024-12-16T18:47:53.120Z | ena0 phys 9216 up -- -- |
185 | 2024-12-16T18:47:53.120Z | + ipadm |
186 | 2024-12-16T18:47:53.123Z | ADDROBJ TYPE STATE ADDR |
187 | 2024-12-16T18:47:53.123Z | lo0/v4 static ok 127.0.0.1/8 |
188 | 2024-12-16T18:47:53.123Z | ena0/dhcp dhcp ok 10.150.1.185/24 |
189 | 2024-12-16T18:47:53.123Z | lo0/v6 static ok ::1/128 |
190 | 2024-12-16T18:47:53.123Z | + pfexec rem_drv xde |
191 | 2024-12-16T18:47:53.134Z | + set -o errexit |
192 | 2024-12-16T18:47:53.134Z | + set -o pipefail |
193 | 2024-12-16T18:47:53.134Z | + banner prepare |
194 | 2024-12-16T18:47:53.137Z | |
195 | 2024-12-16T18:47:53.137Z | ##### ##### ###### ##### ## ##### ###### |
196 | 2024-12-16T18:47:53.137Z | # # # # # # # # # # # # |
197 | 2024-12-16T18:47:53.137Z | # # # # ##### # # # # # # ##### |
198 | 2024-12-16T18:47:53.137Z | ##### ##### # ##### ###### ##### # |
199 | 2024-12-16T18:47:53.137Z | # # # # # # # # # # |
200 | 2024-12-16T18:47:53.137Z | # # # ###### # # # # # ###### |
201 | 2024-12-16T18:47:53.137Z | |
202 | 2024-12-16T18:47:53.137Z | + pfexec cp /input/xde/work/xde.conf /kernel/drv/ |
203 | 2024-12-16T18:47:53.140Z | + pfexec cp /input/xde/work/release/xde /kernel/drv/amd64 |
204 | 2024-12-16T18:47:53.209Z | + pfexec add_drv xde |
205 | 2024-12-16T18:47:53.385Z | + banner bench |
206 | 2024-12-16T18:47:53.388Z | |
207 | 2024-12-16T18:47:53.388Z | ##### ###### # # #### # # |
208 | 2024-12-16T18:47:53.388Z | # # # ## # # # # # |
209 | 2024-12-16T18:47:53.388Z | ##### ##### # # # # ###### |
210 | 2024-12-16T18:47:53.388Z | # # # # # # # # # |
211 | 2024-12-16T18:47:53.388Z | # # # # ## # # # # |
212 | 2024-12-16T18:47:53.388Z | ##### ###### # # #### # # |
213 | 2024-12-16T18:47:53.389Z | |
214 | 2024-12-16T18:47:53.389Z | + cargo kbench local |
215 | 2024-12-16T18:47:53.392Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
216 | 2024-12-16T18:47:53.595Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
217 | 2024-12-16T18:47:53.595Z | info: downloading component 'cargo' |
218 | 2024-12-16T18:47:54.620Z | info: downloading component 'clippy' |
219 | 2024-12-16T18:47:55.009Z | info: downloading component 'rust-docs' |
220 | 2024-12-16T18:47:56.437Z | info: downloading component 'rust-std' |
221 | 2024-12-16T18:47:58.506Z | info: downloading component 'rustc' |
222 | 2024-12-16T18:48:06.342Z | info: downloading component 'rustfmt' |
223 | 2024-12-16T18:48:06.740Z | info: installing component 'cargo' |
224 | 2024-12-16T18:48:07.553Z | info: installing component 'clippy' |
225 | 2024-12-16T18:48:07.928Z | info: installing component 'rust-docs' |
226 | 2024-12-16T18:48:09.610Z | info: installing component 'rust-std' |
227 | 2024-12-16T18:48:11.317Z | info: installing component 'rustc' |
228 | 2024-12-16T18:48:16.978Z | info: installing component 'rustfmt' |
229 | 2024-12-16T18:48:17.518Z | Updating crates.io index |
230 | 2024-12-16T18:48:17.565Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
231 | 2024-12-16T18:48:18.287Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
232 | 2024-12-16T18:48:18.653Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
233 | 2024-12-16T18:48:18.946Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
234 | 2024-12-16T18:48:19.313Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-12-16T18:48:19.617Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-12-16T18:48:19.926Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
237 | 2024-12-16T18:48:20.214Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
238 | 2024-12-16T18:48:20.521Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
239 | 2024-12-16T18:48:21.523Z | Downloading crates ... |
240 | 2024-12-16T18:48:21.587Z | Downloaded anstyle-query v1.1.2 |
241 | 2024-12-16T18:48:21.590Z | Downloaded cfg_aliases v0.2.1 |
242 | 2024-12-16T18:48:21.594Z | Downloaded colorchoice v1.0.3 |
243 | 2024-12-16T18:48:21.597Z | Downloaded cobs v0.2.3 |
244 | 2024-12-16T18:48:21.600Z | Downloaded cast v0.3.0 |
245 | 2024-12-16T18:48:21.602Z | Downloaded ciborium-io v0.2.2 |
246 | 2024-12-16T18:48:21.605Z | Downloaded anstyle-parse v0.2.6 |
247 | 2024-12-16T18:48:21.608Z | Downloaded circular v0.3.0 |
248 | 2024-12-16T18:48:21.608Z | Downloaded cfg-if v1.0.0 |
249 | 2024-12-16T18:48:21.611Z | Downloaded equivalent v1.0.1 |
250 | 2024-12-16T18:48:21.614Z | Downloaded darling_macro v0.20.10 |
251 | 2024-12-16T18:48:21.620Z | Downloaded ident_case v1.0.1 |
252 | 2024-12-16T18:48:21.622Z | Downloaded foreign-types-shared v0.3.1 |
253 | 2024-12-16T18:48:21.632Z | Downloaded take_mut v0.2.2 |
254 | 2024-12-16T18:48:21.635Z | Downloaded cstr-argument v0.1.2 |
255 | 2024-12-16T18:48:21.647Z | Downloaded anstyle v1.0.10 |
256 | 2024-12-16T18:48:21.651Z | Downloaded plotters-svg v0.3.7 |
257 | 2024-12-16T18:48:21.656Z | Downloaded time-core v0.1.2 |
258 | 2024-12-16T18:48:21.659Z | Downloaded byteorder v1.5.0 |
259 | 2024-12-16T18:48:21.662Z | Downloaded tabwriter v1.4.0 |
260 | 2024-12-16T18:48:21.662Z | Downloaded futures-sink v0.3.31 |
261 | 2024-12-16T18:48:21.662Z | Downloaded clap_lex v0.7.4 |
262 | 2024-12-16T18:48:21.664Z | Downloaded autocfg v1.4.0 |
263 | 2024-12-16T18:48:21.667Z | Downloaded lazy_static v1.5.0 |
264 | 2024-12-16T18:48:21.670Z | Downloaded pretty-hex v0.2.1 |
265 | 2024-12-16T18:48:21.670Z | Downloaded futures-executor v0.3.31 |
266 | 2024-12-16T18:48:21.672Z | Downloaded either v1.13.0 |
267 | 2024-12-16T18:48:21.672Z | Downloaded terminal_size v0.4.1 |
268 | 2024-12-16T18:48:21.675Z | Downloaded stable_deref_trait v1.2.0 |
269 | 2024-12-16T18:48:21.675Z | Downloaded futures-task v0.3.31 |
270 | 2024-12-16T18:48:21.677Z | Downloaded num-conv v0.1.0 |
271 | 2024-12-16T18:48:21.678Z | Downloaded futures-core v0.3.31 |
272 | 2024-12-16T18:48:21.681Z | Downloaded is_terminal_polyfill v1.70.1 |
273 | 2024-12-16T18:48:21.681Z | Downloaded proc-macro-error-attr2 v2.0.0 |
274 | 2024-12-16T18:48:21.681Z | Downloaded strsim v0.11.1 |
275 | 2024-12-16T18:48:21.684Z | Downloaded tokio-macros v2.4.0 |
276 | 2024-12-16T18:48:21.684Z | Downloaded rand_chacha v0.3.1 |
277 | 2024-12-16T18:48:21.686Z | Downloaded macaddr v1.0.1 |
278 | 2024-12-16T18:48:21.686Z | Downloaded is-terminal v0.4.13 |
279 | 2024-12-16T18:48:21.690Z | Downloaded proc-macro-crate v1.3.1 |
280 | 2024-12-16T18:48:21.690Z | Downloaded anes v0.1.6 |
281 | 2024-12-16T18:48:21.692Z | Downloaded toml_datetime v0.6.8 |
282 | 2024-12-16T18:48:21.694Z | Downloaded heck v0.4.1 |
283 | 2024-12-16T18:48:21.695Z | Downloaded version_check v0.9.5 |
284 | 2024-12-16T18:48:21.697Z | Downloaded dirs-sys-next v0.1.2 |
285 | 2024-12-16T18:48:21.697Z | Downloaded utf8parse v0.2.2 |
286 | 2024-12-16T18:48:21.700Z | Downloaded same-file v1.0.6 |
287 | 2024-12-16T18:48:21.700Z | Downloaded pin-utils v0.1.0 |
288 | 2024-12-16T18:48:21.703Z | Downloaded oorandom v11.1.4 |
289 | 2024-12-16T18:48:21.703Z | Downloaded anstream v0.6.18 |
290 | 2024-12-16T18:48:21.706Z | Downloaded thiserror-impl v1.0.69 |
291 | 2024-12-16T18:48:21.708Z | Downloaded schemars_derive v0.8.21 |
292 | 2024-12-16T18:48:21.708Z | Downloaded thread_local v1.1.8 |
293 | 2024-12-16T18:48:21.711Z | Downloaded futures-io v0.3.31 |
294 | 2024-12-16T18:48:21.711Z | Downloaded dyn-clone v1.0.17 |
295 | 2024-12-16T18:48:21.714Z | Downloaded rusticata-macros v4.1.0 |
296 | 2024-12-16T18:48:21.714Z | Downloaded thiserror-impl v2.0.7 |
297 | 2024-12-16T18:48:21.716Z | Downloaded scopeguard v1.2.0 |
298 | 2024-12-16T18:48:21.716Z | Downloaded thiserror v1.0.69 |
299 | 2024-12-16T18:48:21.723Z | Downloaded ppv-lite86 v0.2.20 |
300 | 2024-12-16T18:48:21.726Z | Downloaded darling v0.20.10 |
301 | 2024-12-16T18:48:21.729Z | Downloaded clap_derive v4.5.18 |
302 | 2024-12-16T18:48:21.731Z | Downloaded tracing-attributes v0.1.28 |
303 | 2024-12-16T18:48:21.734Z | Downloaded getrandom v0.2.15 |
304 | 2024-12-16T18:48:21.736Z | Downloaded zerocopy-derive v0.7.35 |
305 | 2024-12-16T18:48:21.740Z | Downloaded tinytemplate v1.2.1 |
306 | 2024-12-16T18:48:21.743Z | Downloaded walkdir v2.5.0 |
307 | 2024-12-16T18:48:21.745Z | Downloaded parking_lot_core v0.9.10 |
308 | 2024-12-16T18:48:21.747Z | Downloaded quote v1.0.37 |
309 | 2024-12-16T18:48:21.750Z | Downloaded once_cell v1.20.2 |
310 | 2024-12-16T18:48:21.753Z | Downloaded proc-macro-error2 v2.0.1 |
311 | 2024-12-16T18:48:21.757Z | Downloaded slog v2.7.0 |
312 | 2024-12-16T18:48:21.760Z | Downloaded socket2 v0.5.8 |
313 | 2024-12-16T18:48:21.763Z | Downloaded ryu v1.0.18 |
314 | 2024-12-16T18:48:21.765Z | Downloaded unicode-ident v1.0.14 |
315 | 2024-12-16T18:48:21.768Z | Downloaded term v0.7.0 |
316 | 2024-12-16T18:48:21.771Z | Downloaded time-macros v0.2.19 |
317 | 2024-12-16T18:48:21.773Z | Downloaded postcard v1.1.1 |
318 | 2024-12-16T18:48:21.775Z | Downloaded log v0.4.22 |
319 | 2024-12-16T18:48:21.778Z | Downloaded proc-macro2 v1.0.92 |
320 | 2024-12-16T18:48:21.780Z | Downloaded uuid v1.11.0 |
321 | 2024-12-16T18:48:21.784Z | Downloaded thiserror v2.0.7 |
322 | 2024-12-16T18:48:21.790Z | Downloaded serde_derive v1.0.216 |
323 | 2024-12-16T18:48:21.793Z | Downloaded tracing-core v0.1.33 |
324 | 2024-12-16T18:48:21.796Z | Downloaded proc-macro-error v1.0.4 |
325 | 2024-12-16T18:48:21.799Z | Downloaded schemars v0.8.21 |
326 | 2024-12-16T18:48:21.811Z | Downloaded crossbeam-epoch v0.9.18 |
327 | 2024-12-16T18:48:21.814Z | Downloaded zerocopy-derive v0.8.13 |
328 | 2024-12-16T18:48:21.820Z | Downloaded tracing v0.1.41 |
329 | 2024-12-16T18:48:21.825Z | Downloaded heapless v0.8.0 |
330 | 2024-12-16T18:48:21.829Z | Downloaded rand v0.8.5 |
331 | 2024-12-16T18:48:21.833Z | Downloaded half v2.4.1 |
332 | 2024-12-16T18:48:21.836Z | Downloaded toml_edit v0.19.15 |
333 | 2024-12-16T18:48:21.853Z | Downloaded rayon-core v1.12.1 |
334 | 2024-12-16T18:48:21.856Z | Downloaded minimal-lexical v0.2.1 |
335 | 2024-12-16T18:48:21.860Z | Downloaded darling_core v0.20.10 |
336 | 2024-12-16T18:48:21.865Z | Downloaded time v0.3.37 |
337 | 2024-12-16T18:48:21.873Z | Downloaded itertools v0.10.5 |
338 | 2024-12-16T18:48:21.879Z | Downloaded mio v1.0.3 |
339 | 2024-12-16T18:48:21.885Z | Downloaded serde_json v1.0.133 |
340 | 2024-12-16T18:48:21.893Z | Downloaded plotters v0.3.7 |
341 | 2024-12-16T18:48:21.902Z | Downloaded winnow v0.5.40 |
342 | 2024-12-16T18:48:21.910Z | Downloaded futures-util v0.3.31 |
343 | 2024-12-16T18:48:21.921Z | Downloaded syn v2.0.90 |
344 | 2024-12-16T18:48:21.933Z | Downloaded winnow v0.6.20 |
345 | 2024-12-16T18:48:21.941Z | Downloaded zerocopy v0.8.13 |
346 | 2024-12-16T18:48:21.963Z | Downloaded syn v1.0.109 |
347 | 2024-12-16T18:48:21.973Z | Downloaded regex v1.11.1 |
348 | 2024-12-16T18:48:21.984Z | Downloaded rayon v1.10.0 |
349 | 2024-12-16T18:48:21.992Z | Downloaded clap_builder v4.5.23 |
350 | 2024-12-16T18:48:21.998Z | Downloaded unicode-width v0.1.14 |
351 | 2024-12-16T18:48:22.004Z | Downloaded nix v0.29.0 |
352 | 2024-12-16T18:48:22.014Z | Downloaded aho-corasick v1.1.3 |
353 | 2024-12-16T18:48:22.020Z | Downloaded itertools v0.13.0 |
354 | 2024-12-16T18:48:22.027Z | Downloaded smoltcp v0.11.0 |
355 | 2024-12-16T18:48:22.038Z | Downloaded regex-syntax v0.8.5 |
356 | 2024-12-16T18:48:22.046Z | Downloaded rustix v0.38.42 |
357 | 2024-12-16T18:48:22.066Z | Downloaded zerocopy v0.7.35 |
358 | 2024-12-16T18:48:22.079Z | Downloaded itertools v0.12.1 |
359 | 2024-12-16T18:48:22.085Z | Downloaded hashbrown v0.15.2 |
360 | 2024-12-16T18:48:22.090Z | Downloaded nom v7.1.3 |
361 | 2024-12-16T18:48:22.095Z | Downloaded criterion v0.5.1 |
362 | 2024-12-16T18:48:22.101Z | Downloaded crossbeam-channel v0.5.14 |
363 | 2024-12-16T18:48:22.105Z | Downloaded memchr v2.7.4 |
364 | 2024-12-16T18:48:22.110Z | Downloaded indexmap v2.7.0 |
365 | 2024-12-16T18:48:22.113Z | Downloaded bytes v1.9.0 |
366 | 2024-12-16T18:48:22.117Z | Downloaded serde v1.0.216 |
367 | 2024-12-16T18:48:22.120Z | Downloaded regex-automata v0.4.9 |
368 | 2024-12-16T18:48:22.135Z | Downloaded pcap-parser v0.16.0 |
369 | 2024-12-16T18:48:22.139Z | Downloaded arc-swap v1.7.1 |
370 | 2024-12-16T18:48:22.142Z | Downloaded parking_lot v0.12.3 |
371 | 2024-12-16T18:48:22.144Z | Downloaded num-traits v0.2.19 |
372 | 2024-12-16T18:48:22.147Z | Downloaded crossbeam-utils v0.8.21 |
373 | 2024-12-16T18:48:22.150Z | Downloaded futures v0.3.31 |
374 | 2024-12-16T18:48:22.153Z | Downloaded anyhow v1.0.94 |
375 | 2024-12-16T18:48:22.156Z | Downloaded clap v4.5.23 |
376 | 2024-12-16T18:48:22.164Z | Downloaded pin-project-lite v0.2.15 |
377 | 2024-12-16T18:48:22.168Z | Downloaded libc v0.2.168 |
378 | 2024-12-16T18:48:22.190Z | Downloaded proc-macro-error-attr v1.0.4 |
379 | 2024-12-16T18:48:22.193Z | Downloaded defmt v0.3.10 |
380 | 2024-12-16T18:48:22.196Z | Downloaded ciborium v0.2.2 |
381 | 2024-12-16T18:48:22.198Z | Downloaded rand_core v0.6.4 |
382 | 2024-12-16T18:48:22.198Z | Downloaded bitflags v2.6.0 |
383 | 2024-12-16T18:48:22.201Z | Downloaded serde_derive_internals v0.29.1 |
384 | 2024-12-16T18:48:22.204Z | Downloaded crc32fast v1.4.2 |
385 | 2024-12-16T18:48:22.204Z | Downloaded num_enum v0.5.11 |
386 | 2024-12-16T18:48:22.207Z | Downloaded futures-channel v0.3.31 |
387 | 2024-12-16T18:48:22.210Z | Downloaded embedded-io v0.6.1 |
388 | 2024-12-16T18:48:22.213Z | Downloaded tokio v1.42.0 |
389 | 2024-12-16T18:48:22.244Z | Downloaded lock_api v0.4.12 |
390 | 2024-12-16T18:48:22.247Z | Downloaded futures-macro v0.3.31 |
391 | 2024-12-16T18:48:22.247Z | Downloaded smallvec v1.13.2 |
392 | 2024-12-16T18:48:22.250Z | Downloaded ctor v0.2.9 |
393 | 2024-12-16T18:48:22.250Z | Downloaded powerfmt v0.2.0 |
394 | 2024-12-16T18:48:22.250Z | Downloaded slog-term v2.9.1 |
395 | 2024-12-16T18:48:22.253Z | Downloaded itoa v1.0.14 |
396 | 2024-12-16T18:48:22.253Z | Downloaded defmt-parser v0.4.1 |
397 | 2024-12-16T18:48:22.257Z | Downloaded colored v2.2.0 |
398 | 2024-12-16T18:48:22.257Z | Downloaded bitflags v1.3.2 |
399 | 2024-12-16T18:48:22.259Z | Downloaded dirs-next v2.0.0 |
400 | 2024-12-16T18:48:22.259Z | Downloaded criterion-plot v0.5.0 |
401 | 2024-12-16T18:48:22.262Z | Downloaded slog-scope v4.4.0 |
402 | 2024-12-16T18:48:22.262Z | Downloaded slog-envlogger v2.2.0 |
403 | 2024-12-16T18:48:22.265Z | Downloaded slog-async v2.8.0 |
404 | 2024-12-16T18:48:22.265Z | Downloaded num_enum_derive v0.5.11 |
405 | 2024-12-16T18:48:22.265Z | Downloaded managed v0.8.0 |
406 | 2024-12-16T18:48:22.268Z | Downloaded ipnetwork v0.20.0 |
407 | 2024-12-16T18:48:22.268Z | Downloaded foreign-types v0.5.0 |
408 | 2024-12-16T18:48:22.268Z | Downloaded plotters-backend v0.3.7 |
409 | 2024-12-16T18:48:22.271Z | Downloaded slab v0.4.9 |
410 | 2024-12-16T18:48:22.271Z | Downloaded heck v0.5.0 |
411 | 2024-12-16T18:48:22.271Z | Downloaded hash32 v0.3.1 |
412 | 2024-12-16T18:48:22.273Z | Downloaded fnv v1.0.7 |
413 | 2024-12-16T18:48:22.273Z | Downloaded deranged v0.3.11 |
414 | 2024-12-16T18:48:22.276Z | Downloaded crossbeam-deque v0.8.6 |
415 | 2024-12-16T18:48:22.276Z | Downloaded cookie-factory v0.3.3 |
416 | 2024-12-16T18:48:22.279Z | Downloaded foreign-types-macros v0.2.3 |
417 | 2024-12-16T18:48:22.279Z | Downloaded errno v0.3.10 |
418 | 2024-12-16T18:48:22.279Z | Downloaded slog-stdlog v4.1.1 |
419 | 2024-12-16T18:48:22.279Z | Downloaded signal-hook-registry v1.4.2 |
420 | 2024-12-16T18:48:22.282Z | Downloaded defmt-macros v0.4.0 |
421 | 2024-12-16T18:48:22.285Z | Downloaded ciborium-ll v0.2.2 |
422 | 2024-12-16T18:48:22.285Z | Downloaded embedded-io v0.4.0 |
423 | 2024-12-16T18:48:22.450Z | Compiling proc-macro2 v1.0.92 |
424 | 2024-12-16T18:48:22.451Z | Compiling unicode-ident v1.0.14 |
425 | 2024-12-16T18:48:22.454Z | Compiling cfg-if v1.0.0 |
426 | 2024-12-16T18:48:22.454Z | Compiling libc v0.2.168 |
427 | 2024-12-16T18:48:22.454Z | Compiling autocfg v1.4.0 |
428 | 2024-12-16T18:48:22.454Z | Compiling memchr v2.7.4 |
429 | 2024-12-16T18:48:22.468Z | Compiling serde v1.0.216 |
430 | 2024-12-16T18:48:22.470Z | Compiling version_check v0.9.5 |
431 | 2024-12-16T18:48:22.551Z | Compiling byteorder v1.5.0 |
432 | 2024-12-16T18:48:22.635Z | Compiling syn v1.0.109 |
433 | 2024-12-16T18:48:22.856Z | Compiling pin-project-lite v0.2.15 |
434 | 2024-12-16T18:48:22.961Z | Compiling fnv v1.0.7 |
435 | 2024-12-16T18:48:22.994Z | Compiling ident_case v1.0.1 |
436 | 2024-12-16T18:48:23.051Z | Compiling either v1.13.0 |
437 | 2024-12-16T18:48:23.110Z | Compiling itoa v1.0.14 |
438 | 2024-12-16T18:48:23.152Z | Compiling strsim v0.11.1 |
439 | 2024-12-16T18:48:23.252Z | Compiling bitflags v2.6.0 |
440 | 2024-12-16T18:48:23.557Z | Compiling once_cell v1.20.2 |
441 | 2024-12-16T18:48:23.604Z | Compiling regex-syntax v0.8.5 |
442 | 2024-12-16T18:48:23.844Z | Compiling anyhow v1.0.94 |
443 | 2024-12-16T18:48:24.027Z | Compiling aho-corasick v1.1.3 |
444 | 2024-12-16T18:48:24.165Z | Compiling hashbrown v0.15.2 |
445 | 2024-12-16T18:48:24.494Z | Compiling serde_json v1.0.133 |
446 | 2024-12-16T18:48:24.545Z | Compiling equivalent v1.0.1 |
447 | 2024-12-16T18:48:24.556Z | Compiling lock_api v0.4.12 |
448 | 2024-12-16T18:48:24.636Z | Compiling parking_lot_core v0.9.10 |
449 | 2024-12-16T18:48:24.883Z | Compiling dyn-clone v1.0.17 |
450 | 2024-12-16T18:48:24.894Z | Compiling crossbeam-utils v0.8.21 |
451 | 2024-12-16T18:48:25.080Z | Compiling indexmap v2.7.0 |
452 | 2024-12-16T18:48:25.097Z | Compiling zerocopy v0.8.13 |
453 | 2024-12-16T18:48:25.128Z | Compiling winnow v0.5.40 |
454 | 2024-12-16T18:48:25.470Z | Compiling ryu v1.0.18 |
455 | 2024-12-16T18:48:25.818Z | Compiling quote v1.0.37 |
456 | 2024-12-16T18:48:25.918Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
457 | 2024-12-16T18:48:25.949Z | Compiling toml_datetime v0.6.8 |
458 | 2024-12-16T18:48:26.232Z | Compiling syn v2.0.90 |
459 | 2024-12-16T18:48:26.421Z | Compiling thiserror v1.0.69 |
460 | 2024-12-16T18:48:26.689Z | Compiling regex-automata v0.4.9 |
461 | 2024-12-16T18:48:26.885Z | Compiling itertools v0.13.0 |
462 | 2024-12-16T18:48:26.947Z | Compiling smallvec v1.13.2 |
463 | 2024-12-16T18:48:27.380Z | Compiling heapless v0.8.0 |
464 | 2024-12-16T18:48:27.618Z | Compiling lazy_static v1.5.0 |
465 | 2024-12-16T18:48:27.741Z | Compiling scopeguard v1.2.0 |
466 | 2024-12-16T18:48:28.297Z | Compiling toml_edit v0.19.15 |
467 | 2024-12-16T18:48:28.792Z | Compiling getrandom v0.2.15 |
468 | 2024-12-16T18:48:28.913Z | Compiling hash32 v0.3.1 |
469 | 2024-12-16T18:48:29.099Z | Compiling smoltcp v0.11.0 |
470 | 2024-12-16T18:48:29.115Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
471 | 2024-12-16T18:48:29.444Z | Compiling schemars v0.8.21 |
472 | 2024-12-16T18:48:29.570Z | Compiling macaddr v1.0.1 |
473 | 2024-12-16T18:48:29.681Z | Compiling stable_deref_trait v1.2.0 |
474 | 2024-12-16T18:48:29.859Z | Compiling rand_core v0.6.4 |
475 | 2024-12-16T18:48:29.983Z | Compiling parking_lot v0.12.3 |
476 | 2024-12-16T18:48:30.060Z | Compiling signal-hook-registry v1.4.2 |
477 | 2024-12-16T18:48:30.287Z | Compiling socket2 v0.5.8 |
478 | 2024-12-16T18:48:30.749Z | Compiling regex v1.11.1 |
479 | 2024-12-16T18:48:31.224Z | Compiling proc-macro-crate v1.3.1 |
480 | 2024-12-16T18:48:31.404Z | Compiling mio v1.0.3 |
481 | 2024-12-16T18:48:31.619Z | Compiling slab v0.4.9 |
482 | 2024-12-16T18:48:31.651Z | Compiling slog v2.7.0 |
483 | 2024-12-16T18:48:31.916Z | Compiling cobs v0.2.3 |
484 | 2024-12-16T18:48:31.985Z | Compiling rustix v0.38.42 |
485 | 2024-12-16T18:48:32.136Z | Compiling foreign-types-shared v0.3.1 |
486 | 2024-12-16T18:48:32.246Z | Compiling bytes v1.9.0 |
487 | 2024-12-16T18:48:32.249Z | Compiling bitflags v1.3.2 |
488 | 2024-12-16T18:48:32.346Z | Compiling darling_core v0.20.10 |
489 | 2024-12-16T18:48:32.542Z | Compiling serde_derive_internals v0.29.1 |
490 | 2024-12-16T18:48:32.620Z | Compiling managed v0.8.0 |
491 | 2024-12-16T18:48:33.611Z | Compiling errno v0.3.10 |
492 | 2024-12-16T18:48:33.751Z | Compiling tracing-core v0.1.33 |
493 | 2024-12-16T18:48:33.829Z | Compiling cstr-argument v0.1.2 |
494 | 2024-12-16T18:48:34.060Z | Compiling proc-macro-error-attr v1.0.4 |
495 | 2024-12-16T18:48:34.075Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
496 | 2024-12-16T18:48:34.375Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
497 | 2024-12-16T18:48:34.412Z | Compiling pretty-hex v0.2.1 |
498 | 2024-12-16T18:48:34.440Z | Compiling futures-core v0.3.31 |
499 | 2024-12-16T18:48:34.528Z | Compiling futures-sink v0.3.31 |
500 | 2024-12-16T18:48:34.606Z | Compiling utf8parse v0.2.2 |
501 | 2024-12-16T18:48:34.673Z | Compiling unicode-width v0.1.14 |
502 | 2024-12-16T18:48:34.685Z | Compiling futures-channel v0.3.31 |
503 | 2024-12-16T18:48:34.751Z | Compiling anstyle-parse v0.2.6 |
504 | 2024-12-16T18:48:35.141Z | Compiling tabwriter v1.4.0 |
505 | 2024-12-16T18:48:35.800Z | Compiling colored v2.2.0 |
506 | 2024-12-16T18:48:35.804Z | Compiling num_enum_derive v0.5.11 |
507 | 2024-12-16T18:48:36.324Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
508 | 2024-12-16T18:48:36.836Z | Compiling proc-macro-error v1.0.4 |
509 | 2024-12-16T18:48:36.853Z | Compiling serde_derive v1.0.216 |
510 | 2024-12-16T18:48:36.956Z | Compiling zerocopy-derive v0.8.13 |
511 | 2024-12-16T18:48:37.190Z | Compiling zerocopy-derive v0.7.35 |
512 | 2024-12-16T18:48:37.472Z | Compiling thiserror-impl v1.0.69 |
513 | 2024-12-16T18:48:37.484Z | Compiling darling_macro v0.20.10 |
514 | 2024-12-16T18:48:37.842Z | Compiling foreign-types-macros v0.2.3 |
515 | 2024-12-16T18:48:38.444Z | Compiling darling v0.20.10 |
516 | 2024-12-16T18:48:38.550Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
517 | 2024-12-16T18:48:38.996Z | Compiling zerocopy v0.7.35 |
518 | 2024-12-16T18:48:39.060Z | Compiling tokio-macros v2.4.0 |
519 | 2024-12-16T18:48:39.093Z | Compiling schemars_derive v0.8.21 |
520 | 2024-12-16T18:48:39.726Z | Compiling foreign-types v0.5.0 |
521 | 2024-12-16T18:48:39.818Z | Compiling num_enum v0.5.11 |
522 | 2024-12-16T18:48:39.983Z | Compiling tracing-attributes v0.1.28 |
523 | 2024-12-16T18:48:40.262Z | Compiling ppv-lite86 v0.2.20 |
524 | 2024-12-16T18:48:40.316Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
525 | 2024-12-16T18:48:40.538Z | Compiling tokio v1.42.0 |
526 | 2024-12-16T18:48:40.954Z | Compiling rand_chacha v0.3.1 |
527 | 2024-12-16T18:48:40.983Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
528 | 2024-12-16T18:48:41.926Z | Compiling rand v0.8.5 |
529 | 2024-12-16T18:48:42.062Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
530 | 2024-12-16T18:48:42.219Z | Compiling futures-macro v0.3.31 |
531 | 2024-12-16T18:48:42.537Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
532 | 2024-12-16T18:48:42.840Z | Compiling crc32fast v1.4.2 |
533 | 2024-12-16T18:48:42.921Z | Compiling tracing v0.1.41 |
534 | 2024-12-16T18:48:43.174Z | Compiling winnow v0.6.20 |
535 | 2024-12-16T18:48:43.463Z | Compiling colorchoice v1.0.3 |
536 | 2024-12-16T18:48:43.517Z | Compiling anstyle v1.0.10 |
537 | 2024-12-16T18:48:43.529Z | Compiling futures-task v0.3.31 |
538 | 2024-12-16T18:48:43.600Z | Compiling anstyle-query v1.1.2 |
539 | 2024-12-16T18:48:43.738Z | Compiling futures-io v0.3.31 |
540 | 2024-12-16T18:48:43.772Z | Compiling is_terminal_polyfill v1.70.1 |
541 | 2024-12-16T18:48:43.903Z | Compiling pin-utils v0.1.0 |
542 | 2024-12-16T18:48:43.939Z | Compiling anstream v0.6.18 |
543 | 2024-12-16T18:48:43.987Z | Compiling futures-util v0.3.31 |
544 | 2024-12-16T18:48:44.045Z | Compiling terminal_size v0.4.1 |
545 | 2024-12-16T18:48:44.239Z | Compiling dirs-sys-next v0.1.2 |
546 | 2024-12-16T18:48:44.349Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
547 | 2024-12-16T18:48:45.092Z | Compiling clap_lex v0.7.4 |
548 | 2024-12-16T18:48:45.174Z | Compiling num-conv v0.1.0 |
549 | 2024-12-16T18:48:45.433Z | Compiling powerfmt v0.2.0 |
550 | 2024-12-16T18:48:45.694Z | Compiling time-core v0.1.2 |
551 | 2024-12-16T18:48:45.856Z | Compiling thiserror v2.0.7 |
552 | 2024-12-16T18:48:46.432Z | Compiling heck v0.5.0 |
553 | 2024-12-16T18:48:46.654Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
554 | 2024-12-16T18:48:46.802Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
555 | 2024-12-16T18:48:46.912Z | Compiling clap_derive v4.5.18 |
556 | 2024-12-16T18:48:47.122Z | Compiling time-macros v0.2.19 |
557 | 2024-12-16T18:48:47.367Z | Compiling deranged v0.3.11 |
558 | 2024-12-16T18:48:48.965Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
559 | 2024-12-16T18:48:49.295Z | Compiling ipnetwork v0.20.0 |
560 | 2024-12-16T18:48:49.775Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
561 | 2024-12-16T18:48:49.843Z | Compiling postcard v1.1.1 |
562 | 2024-12-16T18:48:49.984Z | Compiling uuid v1.11.0 |
563 | 2024-12-16T18:48:50.796Z | Compiling futures-executor v0.3.31 |
564 | 2024-12-16T18:48:50.978Z | Compiling clap_builder v4.5.23 |
565 | 2024-12-16T18:48:52.564Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
566 | 2024-12-16T18:48:53.669Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
567 | 2024-12-16T18:48:55.526Z | Compiling dirs-next v2.0.0 |
568 | 2024-12-16T18:48:55.763Z | Compiling thiserror-impl v2.0.7 |
569 | 2024-12-16T18:48:56.439Z | Compiling crossbeam-epoch v0.9.18 |
570 | 2024-12-16T18:48:56.641Z | Compiling is-terminal v0.4.13 |
571 | 2024-12-16T18:48:56.759Z | Compiling thread_local v1.1.8 |
572 | 2024-12-16T18:48:57.352Z | Compiling num-traits v0.2.19 |
573 | 2024-12-16T18:48:57.532Z | Compiling rayon-core v1.12.1 |
574 | 2024-12-16T18:48:57.713Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
575 | 2024-12-16T18:48:58.061Z | Compiling heck v0.4.1 |
576 | 2024-12-16T18:48:58.116Z | Compiling minimal-lexical v0.2.1 |
577 | 2024-12-16T18:48:58.400Z | Compiling arc-swap v1.7.1 |
578 | 2024-12-16T18:48:58.508Z | Compiling slog-async v2.8.0 |
579 | 2024-12-16T18:48:58.633Z | Compiling nom v7.1.3 |
580 | 2024-12-16T18:48:58.784Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
581 | 2024-12-16T18:48:59.000Z | Compiling slog-scope v4.4.0 |
582 | 2024-12-16T18:48:59.082Z | Compiling time v0.3.37 |
583 | 2024-12-16T18:48:59.984Z | Compiling crossbeam-deque v0.8.6 |
584 | 2024-12-16T18:49:00.097Z | Compiling term v0.7.0 |
585 | 2024-12-16T18:49:00.381Z | Compiling clap v4.5.23 |
586 | 2024-12-16T18:49:01.511Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
587 | 2024-12-16T18:49:02.411Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
588 | 2024-12-16T18:49:03.010Z | Compiling futures v0.3.31 |
589 | 2024-12-16T18:49:03.067Z | Compiling crossbeam-channel v0.5.14 |
590 | 2024-12-16T18:49:03.109Z | Compiling itertools v0.12.1 |
591 | 2024-12-16T18:49:04.409Z | Compiling half v2.4.1 |
592 | 2024-12-16T18:49:04.798Z | Compiling ciborium-io v0.2.2 |
593 | 2024-12-16T18:49:04.914Z | Compiling plotters-backend v0.3.7 |
594 | 2024-12-16T18:49:05.006Z | Compiling take_mut v0.2.2 |
595 | 2024-12-16T18:49:05.197Z | Compiling cfg_aliases v0.2.1 |
596 | 2024-12-16T18:49:05.290Z | Compiling log v0.4.22 |
597 | 2024-12-16T18:49:05.588Z | Compiling slog-stdlog v4.1.1 |
598 | 2024-12-16T18:49:05.753Z | Compiling plotters-svg v0.3.7 |
599 | 2024-12-16T18:49:06.211Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
600 | 2024-12-16T18:49:06.347Z | Compiling nix v0.29.0 |
601 | 2024-12-16T18:49:07.165Z | Compiling ciborium-ll v0.2.2 |
602 | 2024-12-16T18:49:07.574Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
603 | 2024-12-16T18:49:08.407Z | Compiling cookie-factory v0.3.3 |
604 | 2024-12-16T18:49:08.469Z | Compiling rusticata-macros v4.1.0 |
605 | 2024-12-16T18:49:08.505Z | Compiling slog-term v2.9.1 |
606 | 2024-12-16T18:49:09.034Z | Compiling itertools v0.10.5 |
607 | 2024-12-16T18:49:10.131Z | Compiling circular v0.3.0 |
608 | 2024-12-16T18:49:10.324Z | Compiling cast v0.3.0 |
609 | 2024-12-16T18:49:10.413Z | Compiling same-file v1.0.6 |
610 | 2024-12-16T18:49:10.524Z | Compiling plotters v0.3.7 |
611 | 2024-12-16T18:49:10.656Z | Compiling walkdir v2.5.0 |
612 | 2024-12-16T18:49:10.659Z | Compiling pcap-parser v0.16.0 |
613 | 2024-12-16T18:49:10.659Z | Compiling rayon v1.10.0 |
614 | 2024-12-16T18:49:11.383Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
615 | 2024-12-16T18:49:11.861Z | Compiling criterion-plot v0.5.0 |
616 | 2024-12-16T18:49:11.893Z | Compiling slog-envlogger v2.2.0 |
617 | 2024-12-16T18:49:13.189Z | Compiling ciborium v0.2.2 |
618 | 2024-12-16T18:49:13.240Z | Compiling tinytemplate v1.2.1 |
619 | 2024-12-16T18:49:13.301Z | Compiling oorandom v11.1.4 |
620 | 2024-12-16T18:49:13.484Z | Compiling anes v0.1.6 |
621 | 2024-12-16T18:49:14.012Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
622 | 2024-12-16T18:49:14.313Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
623 | 2024-12-16T18:49:14.905Z | Compiling ctor v0.2.9 |
624 | 2024-12-16T18:49:15.221Z | Compiling criterion v0.5.1 |
625 | 2024-12-16T18:49:18.187Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
626 | 2024-12-16T18:50:36.505Z | Finished `bench` profile [optimized + debuginfo] target(s) in 2m 19s |
627 | 2024-12-16T18:50:36.642Z | Running benches/xde.rs (target/release/deps/xde-a7c8a9714cd9f94c) |
628 | 2024-12-16T18:50:36.727Z | ###--------------------------------### |
629 | 2024-12-16T18:50:36.727Z | :::Building test topology... (120s)::: |
630 | 2024-12-16T18:50:36.727Z | ###--------------------------------### |
631 | 2024-12-16T18:50:36.734Z | adding underlay route 0 |
632 | 2024-12-16T18:50:36.736Z | adding underlay route 1 |
633 | 2024-12-16T18:50:36.911Z | start zone a |
634 | 2024-12-16T18:50:36.911Z | configure zone |
635 | 2024-12-16T18:50:37.166Z | install zone |
636 | 2024-12-16T18:52:43.611Z | boot zone |
637 | 2024-12-16T18:52:44.370Z | start zone b |
638 | 2024-12-16T18:52:44.370Z | configure zone |
639 | 2024-12-16T18:52:44.378Z | install zone |
640 | 2024-12-16T18:54:35.911Z | boot zone |
641 | 2024-12-16T18:54:36.798Z | setup zone a |
642 | 2024-12-16T18:54:36.798Z | [a] svcs milestone/network |
643 | 2024-12-16T18:54:37.015Z | STATE STIME FMRI |
644 | 2024-12-16T18:54:37.015Z | online 10:53:02 svc:/milestone/network:default |
645 | 2024-12-16T18:54:37.015Z | [a] ipadm create-addr -t -T dhcp opte0/test |
646 | 2024-12-16T18:54:41.793Z | |
647 | 2024-12-16T18:54:41.793Z | [a] route add -iface 10.0.0.254 10.0.0.1 |
648 | 2024-12-16T18:54:41.815Z | add host 10.0.0.254: gateway 10.0.0.1 |
649 | 2024-12-16T18:54:41.815Z | [a] route add 10.0.0.0/24 10.0.0.254 |
650 | 2024-12-16T18:54:41.833Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
651 | 2024-12-16T18:54:41.833Z | setup zone b |
652 | 2024-12-16T18:54:41.833Z | [b] svcs milestone/network |
653 | 2024-12-16T18:54:41.852Z | STATE STIME FMRI |
654 | 2024-12-16T18:54:41.852Z | - - svc:/milestone/network:default |
655 | 2024-12-16T18:54:42.852Z | [b] svcs milestone/network |
656 | 2024-12-16T18:54:42.875Z | STATE STIME FMRI |
657 | 2024-12-16T18:54:42.875Z | - - svc:/milestone/network:default |
658 | 2024-12-16T18:54:43.875Z | [b] svcs milestone/network |
659 | 2024-12-16T18:54:43.896Z | STATE STIME FMRI |
660 | 2024-12-16T18:54:43.896Z | - - svc:/milestone/network:default |
661 | 2024-12-16T18:54:44.896Z | [b] svcs milestone/network |
662 | 2024-12-16T18:54:44.917Z | STATE STIME FMRI |
663 | 2024-12-16T18:54:44.917Z | - - svc:/milestone/network:default |
664 | 2024-12-16T18:54:45.917Z | [b] svcs milestone/network |
665 | 2024-12-16T18:54:45.938Z | STATE STIME FMRI |
666 | 2024-12-16T18:54:45.938Z | - - svc:/milestone/network:default |
667 | 2024-12-16T18:54:46.938Z | [b] svcs milestone/network |
668 | 2024-12-16T18:54:46.959Z | STATE STIME FMRI |
669 | 2024-12-16T18:54:46.959Z | - - svc:/milestone/network:default |
670 | 2024-12-16T18:54:47.960Z | [b] svcs milestone/network |
671 | 2024-12-16T18:54:47.981Z | STATE STIME FMRI |
672 | 2024-12-16T18:54:47.981Z | - - svc:/milestone/network:default |
673 | 2024-12-16T18:54:48.981Z | [b] svcs milestone/network |
674 | 2024-12-16T18:54:49.002Z | STATE STIME FMRI |
675 | 2024-12-16T18:54:49.002Z | - - svc:/milestone/network:default |
676 | 2024-12-16T18:54:50.003Z | [b] svcs milestone/network |
677 | 2024-12-16T18:54:50.024Z | STATE STIME FMRI |
678 | 2024-12-16T18:54:50.024Z | - - svc:/milestone/network:default |
679 | 2024-12-16T18:54:51.024Z | [b] svcs milestone/network |
680 | 2024-12-16T18:54:51.045Z | STATE STIME FMRI |
681 | 2024-12-16T18:54:51.045Z | - - svc:/milestone/network:default |
682 | 2024-12-16T18:54:52.047Z | [b] svcs milestone/network |
683 | 2024-12-16T18:54:52.065Z | STATE STIME FMRI |
684 | 2024-12-16T18:54:52.065Z | - - svc:/milestone/network:default |
685 | 2024-12-16T18:54:53.065Z | [b] svcs milestone/network |
686 | 2024-12-16T18:54:53.085Z | STATE STIME FMRI |
687 | 2024-12-16T18:54:53.085Z | - - svc:/milestone/network:default |
688 | 2024-12-16T18:54:54.086Z | [b] svcs milestone/network |
689 | 2024-12-16T18:54:54.105Z | STATE STIME FMRI |
690 | 2024-12-16T18:54:54.106Z | - - svc:/milestone/network:default |
691 | 2024-12-16T18:54:55.106Z | [b] svcs milestone/network |
692 | 2024-12-16T18:54:55.128Z | STATE STIME FMRI |
693 | 2024-12-16T18:54:55.128Z | offline 10:54:54 svc:/milestone/network:default |
694 | 2024-12-16T18:54:56.128Z | [b] svcs milestone/network |
695 | 2024-12-16T18:54:56.152Z | STATE STIME FMRI |
696 | 2024-12-16T18:54:56.152Z | online 10:54:54 svc:/milestone/network:default |
697 | 2024-12-16T18:54:56.152Z | [b] ipadm create-addr -t -T dhcp opte1/test |
698 | 2024-12-16T18:55:01.582Z | |
699 | 2024-12-16T18:55:01.582Z | [b] route add -iface 10.0.0.254 10.0.0.2 |
700 | 2024-12-16T18:55:01.604Z | add host 10.0.0.254: gateway 10.0.0.2 |
701 | 2024-12-16T18:55:01.604Z | [b] route add 10.0.0.0/24 10.0.0.254 |
702 | 2024-12-16T18:55:01.624Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
703 | 2024-12-16T18:55:01.626Z | ###---------------### |
704 | 2024-12-16T18:55:01.626Z | :::Topology built!::: |
705 | 2024-12-16T18:55:01.626Z | ###---------------### |
706 | 2024-12-16T18:55:01.626Z | ###----------------### |
707 | 2024-12-16T18:55:01.626Z | ::: iPerf spawned! ::: |
708 | 2024-12-16T18:55:01.626Z | :::Waiting... (10s)::: |
709 | 2024-12-16T18:55:01.626Z | ###----------------### |
710 | 2024-12-16T18:55:11.626Z | ###---### |
711 | 2024-12-16T18:55:11.626Z | :::Go!::: |
712 | 2024-12-16T18:55:11.626Z | ###---### |
713 | 2024-12-16T18:55:11.626Z | [a] ping 10.0.0.2 |
714 | 2024-12-16T18:55:11.650Z | 10.0.0.2 is alive |
715 | 2024-12-16T18:55:11.650Z | ###-------------------### |
716 | 2024-12-16T18:55:11.650Z | :::Running experiment ::: |
717 | 2024-12-16T18:55:11.650Z | :::iperf-tcp/local/c2s::: |
718 | 2024-12-16T18:55:11.650Z | ###-------------------### |
719 | 2024-12-16T18:55:18.682Z | ----------------------------------------------------------- |
720 | 2024-12-16T18:55:18.682Z | Server listening on 5201 |
721 | 2024-12-16T18:55:18.682Z | ----------------------------------------------------------- |
722 | 2024-12-16T18:55:18.682Z | Accepted connection from 10.0.0.1, port 40614 |
723 | 2024-12-16T18:55:18.682Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60887 |
724 | 2024-12-16T18:55:18.682Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40994 |
725 | 2024-12-16T18:55:18.682Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51144 |
726 | 2024-12-16T18:55:18.682Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34390 |
727 | 2024-12-16T18:55:18.682Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45301 |
728 | 2024-12-16T18:55:18.682Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53655 |
729 | 2024-12-16T18:55:18.682Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35368 |
730 | 2024-12-16T18:55:18.682Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48486 |
731 | 2024-12-16T18:55:18.682Z | [ ID] Interval Transfer Bandwidth |
732 | 2024-12-16T18:55:18.682Z | [ 5] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
733 | 2024-12-16T18:55:18.682Z | [ 7] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
734 | 2024-12-16T18:55:18.682Z | [ 9] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
735 | 2024-12-16T18:55:18.682Z | [ 11] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
736 | 2024-12-16T18:55:18.682Z | [ 13] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec |
737 | 2024-12-16T18:55:18.682Z | [ 15] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec |
738 | 2024-12-16T18:55:18.682Z | [ 17] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec |
739 | 2024-12-16T18:55:18.682Z | [ 19] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec |
740 | 2024-12-16T18:55:18.682Z | [SUM] 0.00-1.00 sec 154 MBytes 1.29 Gbits/sec |
741 | 2024-12-16T18:55:18.683Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
742 | 2024-12-16T18:55:18.683Z | [ 5] 1.00-2.00 sec 21.0 MBytes 176 Mbits/sec |
743 | 2024-12-16T18:55:18.683Z | [ 7] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
744 | 2024-12-16T18:55:18.683Z | [ 9] 1.00-2.00 sec 21.0 MBytes 176 Mbits/sec |
745 | 2024-12-16T18:55:18.683Z | [ 11] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
746 | 2024-12-16T18:55:18.683Z | [ 13] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
747 | 2024-12-16T18:55:18.683Z | [ 15] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
748 | 2024-12-16T18:55:18.683Z | [ 17] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
749 | 2024-12-16T18:55:18.683Z | [ 19] 1.00-2.00 sec 21.0 MBytes 176 Mbits/sec |
750 | 2024-12-16T18:55:18.683Z | [SUM] 1.00-2.00 sec 169 MBytes 1.42 Gbits/sec |
751 | 2024-12-16T18:55:18.683Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
752 | 2024-12-16T18:55:18.683Z | [ 5] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
753 | 2024-12-16T18:55:18.683Z | [ 7] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
754 | 2024-12-16T18:55:18.683Z | [ 9] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
755 | 2024-12-16T18:55:18.683Z | [ 11] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
756 | 2024-12-16T18:55:18.683Z | [ 13] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
757 | 2024-12-16T18:55:18.683Z | [ 15] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
758 | 2024-12-16T18:55:18.683Z | [ 17] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
759 | 2024-12-16T18:55:18.683Z | [ 19] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
760 | 2024-12-16T18:55:18.683Z | [SUM] 2.00-3.00 sec 176 MBytes 1.48 Gbits/sec |
761 | 2024-12-16T18:55:18.683Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
762 | 2024-12-16T18:55:18.683Z | [ 5] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
763 | 2024-12-16T18:55:18.683Z | [ 7] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
764 | 2024-12-16T18:55:18.683Z | [ 9] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
765 | 2024-12-16T18:55:18.683Z | [ 11] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
766 | 2024-12-16T18:55:18.683Z | [ 13] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
767 | 2024-12-16T18:55:18.683Z | [ 15] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
768 | 2024-12-16T18:55:18.683Z | [ 17] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
769 | 2024-12-16T18:55:18.683Z | [ 19] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
770 | 2024-12-16T18:55:18.683Z | [SUM] 3.00-4.00 sec 172 MBytes 1.44 Gbits/sec |
771 | 2024-12-16T18:55:18.683Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
772 | 2024-12-16T18:55:18.683Z | [ 5] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
773 | 2024-12-16T18:55:18.683Z | [ 7] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
774 | 2024-12-16T18:55:18.683Z | [ 9] 4.00-5.00 sec 21.4 MBytes 180 Mbits/sec |
775 | 2024-12-16T18:55:18.683Z | [ 11] 4.00-5.00 sec 21.4 MBytes 180 Mbits/sec |
776 | 2024-12-16T18:55:18.683Z | [ 13] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
777 | 2024-12-16T18:55:18.684Z | [ 15] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
778 | 2024-12-16T18:55:18.684Z | [ 17] 4.00-5.00 sec 21.2 MBytes 178 Mbits/sec |
779 | 2024-12-16T18:55:18.684Z | [ 19] 4.00-5.00 sec 21.2 MBytes 178 Mbits/sec |
780 | 2024-12-16T18:55:18.684Z | [SUM] 4.00-5.00 sec 171 MBytes 1.43 Gbits/sec |
781 | 2024-12-16T18:55:18.684Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
782 | 2024-12-16T18:55:18.684Z | [ 5] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec |
783 | 2024-12-16T18:55:18.684Z | [ 7] 5.00-6.00 sec 21.4 MBytes 180 Mbits/sec |
784 | 2024-12-16T18:55:18.684Z | [ 9] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec |
785 | 2024-12-16T18:55:18.684Z | [ 11] 5.00-6.00 sec 21.4 MBytes 180 Mbits/sec |
786 | 2024-12-16T18:55:18.684Z | [ 13] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec |
787 | 2024-12-16T18:55:18.684Z | [ 15] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec |
788 | 2024-12-16T18:55:18.684Z | [ 17] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec |
789 | 2024-12-16T18:55:18.684Z | [ 19] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec |
790 | 2024-12-16T18:55:18.684Z | [SUM] 5.00-6.00 sec 172 MBytes 1.44 Gbits/sec |
791 | 2024-12-16T18:55:18.684Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
792 | 2024-12-16T18:55:18.684Z | [ 5] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
793 | 2024-12-16T18:55:18.684Z | [ 7] 6.00-7.00 sec 22.2 MBytes 186 Mbits/sec |
794 | 2024-12-16T18:55:18.684Z | [ 9] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
795 | 2024-12-16T18:55:21.897Z | [ 11] 6.00-7.00 sec 22.2 MBytes 186 Mbits/sec |
796 | 2024-12-16T18:55:21.897Z | [ 13] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
797 | 2024-12-16T18:55:21.897Z | [ 15] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
798 | 2024-12-16T18:55:21.897Z | [ 17] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
799 | 2024-12-16T18:55:21.897Z | [ 19] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
800 | 2024-12-16T18:55:21.897Z | [SUM] 6.00-7.00 sec 177 MBytes 1.49 Gbits/sec |
801 | 2024-12-16T18:55:21.897Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
802 | 2024-12-16T18:55:21.897Z | [ 5] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
803 | 2024-12-16T18:55:21.897Z | [ 7] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
804 | 2024-12-16T18:55:21.898Z | [ 9] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
805 | 2024-12-16T18:55:21.898Z | [ 11] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
806 | 2024-12-16T18:55:21.898Z | [ 13] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
807 | 2024-12-16T18:55:21.898Z | [ 15] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
808 | 2024-12-16T18:55:21.898Z | [ 17] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
809 | 2024-12-16T18:55:21.898Z | [ 19] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec |
810 | 2024-12-16T18:55:21.898Z | [SUM] 7.00-8.00 sec 182 MBytes 1.53 Gbits/sec |
811 | 2024-12-16T18:55:21.898Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
812 | 2024-12-16T18:55:21.898Z | [ 5] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec |
813 | 2024-12-16T18:55:21.898Z | [ 7] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
814 | 2024-12-16T18:55:21.898Z | [ 9] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
815 | 2024-12-16T18:55:21.898Z | [ 11] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
816 | 2024-12-16T18:55:21.898Z | [ 13] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
817 | 2024-12-16T18:55:21.898Z | [ 15] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec |
818 | 2024-12-16T18:55:21.898Z | [ 17] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
819 | 2024-12-16T18:55:21.898Z | [ 19] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
820 | 2024-12-16T18:55:21.898Z | [SUM] 8.00-9.00 sec 182 MBytes 1.53 Gbits/sec |
821 | 2024-12-16T18:55:21.898Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
822 | 2024-12-16T18:55:21.898Z | [ 5] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec |
823 | 2024-12-16T18:55:21.898Z | [ 7] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
824 | 2024-12-16T18:55:21.898Z | [ 9] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec |
825 | 2024-12-16T18:55:21.898Z | [ 11] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec |
826 | 2024-12-16T18:55:21.898Z | [ 13] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec |
827 | 2024-12-16T18:55:21.898Z | [ 15] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec |
828 | 2024-12-16T18:55:21.898Z | [ 17] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec |
829 | 2024-12-16T18:55:21.898Z | [ 19] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec |
830 | 2024-12-16T18:55:21.898Z | [SUM] 9.00-10.00 sec 181 MBytes 1.52 Gbits/sec |
831 | 2024-12-16T18:55:21.898Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
832 | 2024-12-16T18:55:21.898Z | [ 5] 10.00-10.00 sec 22.6 KBytes 73.6 Mbits/sec |
833 | 2024-12-16T18:55:21.898Z | [ 7] 10.00-10.00 sec 56.6 KBytes 184 Mbits/sec |
834 | 2024-12-16T18:55:21.898Z | [ 9] 10.00-10.00 sec 5.66 KBytes 18.4 Mbits/sec |
835 | 2024-12-16T18:55:21.898Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
836 | 2024-12-16T18:55:21.898Z | [ 13] 10.00-10.00 sec 26.9 KBytes 87.4 Mbits/sec |
837 | 2024-12-16T18:55:21.898Z | [ 15] 10.00-10.00 sec 124 KBytes 407 Mbits/sec |
838 | 2024-12-16T18:55:21.898Z | [ 17] 10.00-10.00 sec 124 KBytes 407 Mbits/sec |
839 | 2024-12-16T18:55:21.898Z | [ 19] 10.00-10.00 sec 94.7 KBytes 310 Mbits/sec |
840 | 2024-12-16T18:55:21.898Z | [SUM] 10.00-10.00 sec 455 KBytes 1.48 Gbits/sec |
841 | 2024-12-16T18:55:21.898Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
842 | 2024-12-16T18:55:21.899Z | [ ID] Interval Transfer Bandwidth |
843 | 2024-12-16T18:55:21.899Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
844 | 2024-12-16T18:55:21.899Z | [ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
845 | 2024-12-16T18:55:21.899Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
846 | 2024-12-16T18:55:21.899Z | [ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
847 | 2024-12-16T18:55:21.899Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
848 | 2024-12-16T18:55:21.899Z | [ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
849 | 2024-12-16T18:55:21.899Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
850 | 2024-12-16T18:55:21.899Z | [ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
851 | 2024-12-16T18:55:21.899Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
852 | 2024-12-16T18:55:21.899Z | [ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
853 | 2024-12-16T18:55:21.899Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
854 | 2024-12-16T18:55:21.899Z | [ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
855 | 2024-12-16T18:55:21.899Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
856 | 2024-12-16T18:55:21.899Z | [ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
857 | 2024-12-16T18:55:21.899Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
858 | 2024-12-16T18:55:21.899Z | [ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
859 | 2024-12-16T18:55:21.899Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
860 | 2024-12-16T18:55:21.899Z | [SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver |
861 | 2024-12-16T18:55:21.902Z | Run 1/5...1456.746Mbps |
862 | 2024-12-16T18:55:28.931Z | ----------------------------------------------------------- |
863 | 2024-12-16T18:55:28.931Z | Server listening on 5201 |
864 | 2024-12-16T18:55:28.931Z | ----------------------------------------------------------- |
865 | 2024-12-16T18:55:28.931Z | Accepted connection from 10.0.0.1, port 63509 |
866 | 2024-12-16T18:55:28.931Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43691 |
867 | 2024-12-16T18:55:28.931Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42649 |
868 | 2024-12-16T18:55:28.931Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49615 |
869 | 2024-12-16T18:55:28.931Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50274 |
870 | 2024-12-16T18:55:28.932Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34198 |
871 | 2024-12-16T18:55:28.932Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63327 |
872 | 2024-12-16T18:55:28.932Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43018 |
873 | 2024-12-16T18:55:28.932Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35022 |
874 | 2024-12-16T18:55:28.932Z | [ ID] Interval Transfer Bandwidth |
875 | 2024-12-16T18:55:28.932Z | [ 5] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
876 | 2024-12-16T18:55:28.932Z | [ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
877 | 2024-12-16T18:55:28.932Z | [ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
878 | 2024-12-16T18:55:28.932Z | [ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
879 | 2024-12-16T18:55:28.936Z | [ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
880 | 2024-12-16T18:55:28.936Z | [ 15] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
881 | 2024-12-16T18:55:28.936Z | [ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
882 | 2024-12-16T18:55:28.936Z | [ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
883 | 2024-12-16T18:55:28.936Z | [SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec |
884 | 2024-12-16T18:55:28.936Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
885 | 2024-12-16T18:55:28.937Z | [ 5] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
886 | 2024-12-16T18:55:28.937Z | [ 7] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
887 | 2024-12-16T18:55:28.937Z | [ 9] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
888 | 2024-12-16T18:55:28.937Z | [ 11] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
889 | 2024-12-16T18:55:28.937Z | [ 13] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
890 | 2024-12-16T18:55:28.937Z | [ 15] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
891 | 2024-12-16T18:55:28.937Z | [ 17] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
892 | 2024-12-16T18:55:28.937Z | [ 19] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
893 | 2024-12-16T18:55:28.937Z | [SUM] 1.00-2.00 sec 179 MBytes 1.50 Gbits/sec |
894 | 2024-12-16T18:55:28.937Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
895 | 2024-12-16T18:55:28.937Z | [ 5] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
896 | 2024-12-16T18:55:28.937Z | [ 7] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
897 | 2024-12-16T18:55:28.937Z | [ 9] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
898 | 2024-12-16T18:55:28.937Z | [ 11] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec |
899 | 2024-12-16T18:55:28.937Z | [ 13] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
900 | 2024-12-16T18:55:28.937Z | [ 15] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
901 | 2024-12-16T18:55:28.937Z | [ 17] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
902 | 2024-12-16T18:55:28.937Z | [ 19] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
903 | 2024-12-16T18:55:28.937Z | [SUM] 2.00-3.00 sec 182 MBytes 1.52 Gbits/sec |
904 | 2024-12-16T18:55:28.937Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
905 | 2024-12-16T18:55:28.937Z | [ 5] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
906 | 2024-12-16T18:55:28.937Z | [ 7] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
907 | 2024-12-16T18:55:28.937Z | [ 9] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
908 | 2024-12-16T18:55:28.937Z | [ 11] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
909 | 2024-12-16T18:55:28.937Z | [ 13] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
910 | 2024-12-16T18:55:28.937Z | [ 15] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
911 | 2024-12-16T18:55:28.937Z | [ 17] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
912 | 2024-12-16T18:55:28.937Z | [ 19] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
913 | 2024-12-16T18:55:28.937Z | [SUM] 3.00-4.00 sec 182 MBytes 1.53 Gbits/sec |
914 | 2024-12-16T18:55:28.937Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
915 | 2024-12-16T18:55:28.937Z | [ 5] 4.00-5.00 sec 22.8 MBytes 192 Mbits/sec |
916 | 2024-12-16T18:55:28.937Z | [ 7] 4.00-5.00 sec 22.8 MBytes 192 Mbits/sec |
917 | 2024-12-16T18:55:28.937Z | [ 9] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec |
918 | 2024-12-16T18:55:28.937Z | [ 11] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec |
919 | 2024-12-16T18:55:28.937Z | [ 13] 4.00-5.00 sec 22.8 MBytes 192 Mbits/sec |
920 | 2024-12-16T18:55:28.937Z | [ 15] 4.00-5.00 sec 22.8 MBytes 192 Mbits/sec |
921 | 2024-12-16T18:55:28.937Z | [ 17] 4.00-5.00 sec 22.8 MBytes 192 Mbits/sec |
922 | 2024-12-16T18:55:28.938Z | [ 19] 4.00-5.00 sec 22.8 MBytes 192 Mbits/sec |
923 | 2024-12-16T18:55:28.938Z | [SUM] 4.00-5.00 sec 183 MBytes 1.53 Gbits/sec |
924 | 2024-12-16T18:55:28.938Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
925 | 2024-12-16T18:55:28.938Z | [ 5] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
926 | 2024-12-16T18:55:28.938Z | [ 7] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
927 | 2024-12-16T18:55:28.938Z | [ 9] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
928 | 2024-12-16T18:55:28.938Z | [ 11] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec |
929 | 2024-12-16T18:55:28.938Z | [ 13] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec |
930 | 2024-12-16T18:55:28.938Z | [ 15] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
931 | 2024-12-16T18:55:28.938Z | [ 17] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
932 | 2024-12-16T18:55:28.938Z | [ 19] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
933 | 2024-12-16T18:55:28.938Z | [SUM] 5.00-6.00 sec 184 MBytes 1.54 Gbits/sec |
934 | 2024-12-16T18:55:28.938Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
935 | 2024-12-16T18:55:28.938Z | [ 5] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec |
936 | 2024-12-16T18:55:28.938Z | [ 7] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec |
937 | 2024-12-16T18:55:28.938Z | [ 9] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
938 | 2024-12-16T18:55:32.148Z | [ 11] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
939 | 2024-12-16T18:55:32.148Z | [ 13] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
940 | 2024-12-16T18:55:32.148Z | [ 15] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec |
941 | 2024-12-16T18:55:32.148Z | [ 17] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec |
942 | 2024-12-16T18:55:32.149Z | [ 19] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
943 | 2024-12-16T18:55:32.149Z | [SUM] 6.00-7.00 sec 182 MBytes 1.53 Gbits/sec |
944 | 2024-12-16T18:55:32.149Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
945 | 2024-12-16T18:55:32.149Z | [ 5] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
946 | 2024-12-16T18:55:32.149Z | [ 7] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
947 | 2024-12-16T18:55:32.149Z | [ 9] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
948 | 2024-12-16T18:55:32.149Z | [ 11] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
949 | 2024-12-16T18:55:32.149Z | [ 13] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
950 | 2024-12-16T18:55:32.149Z | [ 15] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
951 | 2024-12-16T18:55:32.149Z | [ 17] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
952 | 2024-12-16T18:55:32.149Z | [ 19] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
953 | 2024-12-16T18:55:32.149Z | [SUM] 7.00-8.00 sec 183 MBytes 1.53 Gbits/sec |
954 | 2024-12-16T18:55:32.149Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
955 | 2024-12-16T18:55:32.150Z | [ 5] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
956 | 2024-12-16T18:55:32.150Z | [ 7] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
957 | 2024-12-16T18:55:32.150Z | [ 9] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec |
958 | 2024-12-16T18:55:32.150Z | [ 11] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
959 | 2024-12-16T18:55:32.150Z | [ 13] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
960 | 2024-12-16T18:55:32.150Z | [ 15] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
961 | 2024-12-16T18:55:32.150Z | [ 17] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
962 | 2024-12-16T18:55:32.150Z | [ 19] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec |
963 | 2024-12-16T18:55:32.150Z | [SUM] 8.00-9.00 sec 180 MBytes 1.51 Gbits/sec |
964 | 2024-12-16T18:55:32.150Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
965 | 2024-12-16T18:55:32.150Z | [ 5] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
966 | 2024-12-16T18:55:32.150Z | [ 7] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
967 | 2024-12-16T18:55:32.150Z | [ 9] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
968 | 2024-12-16T18:55:32.150Z | [ 11] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
969 | 2024-12-16T18:55:32.150Z | [ 13] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
970 | 2024-12-16T18:55:32.150Z | [ 15] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
971 | 2024-12-16T18:55:32.150Z | [ 17] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
972 | 2024-12-16T18:55:32.150Z | [ 19] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec |
973 | 2024-12-16T18:55:32.150Z | [SUM] 9.00-10.00 sec 183 MBytes 1.53 Gbits/sec |
974 | 2024-12-16T18:55:32.150Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
975 | 2024-12-16T18:55:32.150Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
976 | 2024-12-16T18:55:32.150Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
977 | 2024-12-16T18:55:32.151Z | [ 9] 10.00-10.00 sec 62.2 KBytes 255 Mbits/sec |
978 | 2024-12-16T18:55:32.151Z | [ 11] 10.00-10.00 sec 124 KBytes 511 Mbits/sec |
979 | 2024-12-16T18:55:32.151Z | [ 13] 10.00-10.00 sec 62.2 KBytes 255 Mbits/sec |
980 | 2024-12-16T18:55:32.151Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
981 | 2024-12-16T18:55:32.151Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
982 | 2024-12-16T18:55:32.151Z | [ 19] 10.00-10.00 sec 73.5 KBytes 302 Mbits/sec |
983 | 2024-12-16T18:55:32.151Z | [SUM] 10.00-10.00 sec 322 KBytes 1.32 Gbits/sec |
984 | 2024-12-16T18:55:32.151Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
985 | 2024-12-16T18:55:32.151Z | [ ID] Interval Transfer Bandwidth |
986 | 2024-12-16T18:55:32.151Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
987 | 2024-12-16T18:55:32.151Z | [ 5] 0.00-10.00 sec 225 MBytes 188 Mbits/sec receiver |
988 | 2024-12-16T18:55:32.151Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
989 | 2024-12-16T18:55:32.151Z | [ 7] 0.00-10.00 sec 225 MBytes 188 Mbits/sec receiver |
990 | 2024-12-16T18:55:32.151Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
991 | 2024-12-16T18:55:32.151Z | [ 9] 0.00-10.00 sec 225 MBytes 188 Mbits/sec receiver |
992 | 2024-12-16T18:55:32.151Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
993 | 2024-12-16T18:55:32.151Z | [ 11] 0.00-10.00 sec 225 MBytes 188 Mbits/sec receiver |
994 | 2024-12-16T18:55:32.151Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
995 | 2024-12-16T18:55:32.151Z | [ 13] 0.00-10.00 sec 225 MBytes 188 Mbits/sec receiver |
996 | 2024-12-16T18:55:32.151Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
997 | 2024-12-16T18:55:32.151Z | [ 15] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
998 | 2024-12-16T18:55:32.151Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
999 | 2024-12-16T18:55:32.151Z | [ 17] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1000 | 2024-12-16T18:55:32.151Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1001 | 2024-12-16T18:55:32.151Z | [ 19] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1002 | 2024-12-16T18:55:32.152Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1003 | 2024-12-16T18:55:32.152Z | [SUM] 0.00-10.00 sec 1.75 GBytes 1.51 Gbits/sec receiver |
1004 | 2024-12-16T18:55:32.155Z | Run 2/5...1507.109Mbps |
1005 | 2024-12-16T18:55:39.181Z | ----------------------------------------------------------- |
1006 | 2024-12-16T18:55:39.181Z | Server listening on 5201 |
1007 | 2024-12-16T18:55:39.181Z | ----------------------------------------------------------- |
1008 | 2024-12-16T18:55:39.181Z | Accepted connection from 10.0.0.1, port 36253 |
1009 | 2024-12-16T18:55:39.181Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40760 |
1010 | 2024-12-16T18:55:39.181Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37208 |
1011 | 2024-12-16T18:55:39.181Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60485 |
1012 | 2024-12-16T18:55:39.181Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57227 |
1013 | 2024-12-16T18:55:39.181Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36112 |
1014 | 2024-12-16T18:55:39.181Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43767 |
1015 | 2024-12-16T18:55:39.181Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60592 |
1016 | 2024-12-16T18:55:39.181Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55090 |
1017 | 2024-12-16T18:55:39.181Z | [ ID] Interval Transfer Bandwidth |
1018 | 2024-12-16T18:55:39.181Z | [ 5] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1019 | 2024-12-16T18:55:39.181Z | [ 7] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1020 | 2024-12-16T18:55:39.181Z | [ 9] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1021 | 2024-12-16T18:55:39.181Z | [ 11] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
1022 | 2024-12-16T18:55:39.181Z | [ 13] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1023 | 2024-12-16T18:55:39.181Z | [ 15] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1024 | 2024-12-16T18:55:39.181Z | [ 17] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1025 | 2024-12-16T18:55:39.181Z | [ 19] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1026 | 2024-12-16T18:55:39.181Z | [SUM] 0.00-1.00 sec 161 MBytes 1.35 Gbits/sec |
1027 | 2024-12-16T18:55:39.181Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1028 | 2024-12-16T18:55:39.181Z | [ 5] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec |
1029 | 2024-12-16T18:55:39.181Z | [ 7] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec |
1030 | 2024-12-16T18:55:39.181Z | [ 9] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec |
1031 | 2024-12-16T18:55:39.182Z | [ 11] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec |
1032 | 2024-12-16T18:55:39.182Z | [ 13] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec |
1033 | 2024-12-16T18:55:39.182Z | [ 15] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec |
1034 | 2024-12-16T18:55:39.182Z | [ 17] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec |
1035 | 2024-12-16T18:55:39.182Z | [ 19] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec |
1036 | 2024-12-16T18:55:39.182Z | [SUM] 1.00-2.00 sec 178 MBytes 1.49 Gbits/sec |
1037 | 2024-12-16T18:55:39.182Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1038 | 2024-12-16T18:55:39.182Z | [ 5] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
1039 | 2024-12-16T18:55:39.182Z | [ 7] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1040 | 2024-12-16T18:55:39.182Z | [ 9] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1041 | 2024-12-16T18:55:39.182Z | [ 11] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
1042 | 2024-12-16T18:55:39.182Z | [ 13] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
1043 | 2024-12-16T18:55:39.182Z | [ 15] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
1044 | 2024-12-16T18:55:39.182Z | [ 17] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
1045 | 2024-12-16T18:55:39.182Z | [ 19] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1046 | 2024-12-16T18:55:39.182Z | [SUM] 2.00-3.00 sec 176 MBytes 1.48 Gbits/sec |
1047 | 2024-12-16T18:55:39.182Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1048 | 2024-12-16T18:55:39.182Z | [ 5] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec |
1049 | 2024-12-16T18:55:39.182Z | [ 7] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec |
1050 | 2024-12-16T18:55:39.182Z | [ 9] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec |
1051 | 2024-12-16T18:55:39.182Z | [ 11] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec |
1052 | 2024-12-16T18:55:39.182Z | [ 13] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec |
1053 | 2024-12-16T18:55:39.182Z | [ 15] 3.00-4.00 sec 22.0 MBytes 184 Mbits/sec |
1054 | 2024-12-16T18:55:39.182Z | [ 17] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1055 | 2024-12-16T18:55:39.182Z | [ 19] 3.00-4.00 sec 22.0 MBytes 185 Mbits/sec |
1056 | 2024-12-16T18:55:39.182Z | [SUM] 3.00-4.00 sec 176 MBytes 1.48 Gbits/sec |
1057 | 2024-12-16T18:55:39.182Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1058 | 2024-12-16T18:55:39.182Z | [ 5] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1059 | 2024-12-16T18:55:39.182Z | [ 7] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1060 | 2024-12-16T18:55:39.182Z | [ 9] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1061 | 2024-12-16T18:55:39.182Z | [ 11] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1062 | 2024-12-16T18:55:39.182Z | [ 13] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1063 | 2024-12-16T18:55:39.182Z | [ 15] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1064 | 2024-12-16T18:55:39.182Z | [ 17] 4.00-5.00 sec 22.2 MBytes 187 Mbits/sec |
1065 | 2024-12-16T18:55:39.182Z | [ 19] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec |
1066 | 2024-12-16T18:55:39.182Z | [SUM] 4.00-5.00 sec 177 MBytes 1.49 Gbits/sec |
1067 | 2024-12-16T18:55:39.183Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1068 | 2024-12-16T18:55:39.183Z | [ 5] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1069 | 2024-12-16T18:55:39.183Z | [ 7] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1070 | 2024-12-16T18:55:39.183Z | [ 9] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1071 | 2024-12-16T18:55:39.183Z | [ 11] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1072 | 2024-12-16T18:55:39.183Z | [ 13] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1073 | 2024-12-16T18:55:39.183Z | [ 15] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1074 | 2024-12-16T18:55:39.183Z | [ 17] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1075 | 2024-12-16T18:55:39.183Z | [ 19] 5.00-6.00 sec 22.6 MBytes 189 Mbits/sec |
1076 | 2024-12-16T18:55:39.183Z | [SUM] 5.00-6.00 sec 180 MBytes 1.51 Gbits/sec |
1077 | 2024-12-16T18:55:39.183Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1078 | 2024-12-16T18:55:39.183Z | [ 5] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1079 | 2024-12-16T18:55:39.183Z | [ 7] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1080 | 2024-12-16T18:55:39.183Z | [ 9] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec |
1081 | 2024-12-16T18:55:42.399Z | [ 11] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1082 | 2024-12-16T18:55:42.399Z | [ 13] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1083 | 2024-12-16T18:55:42.399Z | [ 15] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1084 | 2024-12-16T18:55:42.399Z | [ 17] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1085 | 2024-12-16T18:55:42.399Z | [ 19] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
1086 | 2024-12-16T18:55:42.399Z | [SUM] 6.00-7.00 sec 181 MBytes 1.52 Gbits/sec |
1087 | 2024-12-16T18:55:42.399Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1088 | 2024-12-16T18:55:42.400Z | [ 5] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1089 | 2024-12-16T18:55:42.400Z | [ 7] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1090 | 2024-12-16T18:55:42.400Z | [ 9] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec |
1091 | 2024-12-16T18:55:42.400Z | [ 11] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1092 | 2024-12-16T18:55:42.400Z | [ 13] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1093 | 2024-12-16T18:55:42.400Z | [ 15] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1094 | 2024-12-16T18:55:42.400Z | [ 17] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1095 | 2024-12-16T18:55:42.400Z | [ 19] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1096 | 2024-12-16T18:55:42.400Z | [SUM] 7.00-8.00 sec 182 MBytes 1.52 Gbits/sec |
1097 | 2024-12-16T18:55:42.400Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1098 | 2024-12-16T18:55:42.400Z | [ 5] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1099 | 2024-12-16T18:55:42.400Z | [ 7] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1100 | 2024-12-16T18:55:42.400Z | [ 9] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1101 | 2024-12-16T18:55:42.400Z | [ 11] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1102 | 2024-12-16T18:55:42.400Z | [ 13] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1103 | 2024-12-16T18:55:42.400Z | [ 15] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec |
1104 | 2024-12-16T18:55:42.400Z | [ 17] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec |
1105 | 2024-12-16T18:55:42.400Z | [ 19] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec |
1106 | 2024-12-16T18:55:42.400Z | [SUM] 8.00-9.00 sec 182 MBytes 1.52 Gbits/sec |
1107 | 2024-12-16T18:55:42.400Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1108 | 2024-12-16T18:55:42.400Z | [ 5] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1109 | 2024-12-16T18:55:42.400Z | [ 7] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1110 | 2024-12-16T18:55:42.400Z | [ 9] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1111 | 2024-12-16T18:55:42.400Z | [ 11] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1112 | 2024-12-16T18:55:42.400Z | [ 13] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1113 | 2024-12-16T18:55:42.400Z | [ 15] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1114 | 2024-12-16T18:55:42.400Z | [ 17] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1115 | 2024-12-16T18:55:42.400Z | [ 19] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1116 | 2024-12-16T18:55:42.400Z | [SUM] 9.00-10.00 sec 178 MBytes 1.49 Gbits/sec |
1117 | 2024-12-16T18:55:42.400Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1118 | 2024-12-16T18:55:42.400Z | [ 5] 10.00-10.00 sec 119 KBytes 427 Mbits/sec |
1119 | 2024-12-16T18:55:42.400Z | [ 7] 10.00-10.00 sec 124 KBytes 448 Mbits/sec |
1120 | 2024-12-16T18:55:42.400Z | [ 9] 10.00-10.00 sec 107 KBytes 387 Mbits/sec |
1121 | 2024-12-16T18:55:42.400Z | [ 11] 10.00-10.00 sec 124 KBytes 448 Mbits/sec |
1122 | 2024-12-16T18:55:42.400Z | [ 13] 10.00-10.00 sec 22.6 KBytes 81.4 Mbits/sec |
1123 | 2024-12-16T18:55:42.400Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1124 | 2024-12-16T18:55:42.400Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1125 | 2024-12-16T18:55:42.400Z | [ 19] 10.00-10.00 sec 116 KBytes 417 Mbits/sec |
1126 | 2024-12-16T18:55:42.400Z | [SUM] 10.00-10.00 sec 614 KBytes 2.21 Gbits/sec |
1127 | 2024-12-16T18:55:42.400Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1128 | 2024-12-16T18:55:42.401Z | [ ID] Interval Transfer Bandwidth |
1129 | 2024-12-16T18:55:42.401Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1130 | 2024-12-16T18:55:42.401Z | [ 5] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1131 | 2024-12-16T18:55:42.401Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1132 | 2024-12-16T18:55:42.401Z | [ 7] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1133 | 2024-12-16T18:55:42.401Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1134 | 2024-12-16T18:55:42.401Z | [ 9] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1135 | 2024-12-16T18:55:42.401Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1136 | 2024-12-16T18:55:42.401Z | [ 11] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1137 | 2024-12-16T18:55:42.401Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1138 | 2024-12-16T18:55:42.401Z | [ 13] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1139 | 2024-12-16T18:55:42.401Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1140 | 2024-12-16T18:55:42.401Z | [ 15] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1141 | 2024-12-16T18:55:42.401Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1142 | 2024-12-16T18:55:42.401Z | [ 17] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1143 | 2024-12-16T18:55:42.401Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1144 | 2024-12-16T18:55:42.401Z | [ 19] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1145 | 2024-12-16T18:55:42.401Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1146 | 2024-12-16T18:55:42.401Z | [SUM] 0.00-10.00 sec 1.73 GBytes 1.49 Gbits/sec receiver |
1147 | 2024-12-16T18:55:42.405Z | Run 3/5...1486.022Mbps |
1148 | 2024-12-16T18:55:49.431Z | ----------------------------------------------------------- |
1149 | 2024-12-16T18:55:49.431Z | Server listening on 5201 |
1150 | 2024-12-16T18:55:49.431Z | ----------------------------------------------------------- |
1151 | 2024-12-16T18:55:49.431Z | Accepted connection from 10.0.0.1, port 60430 |
1152 | 2024-12-16T18:55:49.431Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41552 |
1153 | 2024-12-16T18:55:49.431Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46355 |
1154 | 2024-12-16T18:55:49.431Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49364 |
1155 | 2024-12-16T18:55:49.431Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53942 |
1156 | 2024-12-16T18:55:49.431Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48051 |
1157 | 2024-12-16T18:55:49.431Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49125 |
1158 | 2024-12-16T18:55:49.431Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44991 |
1159 | 2024-12-16T18:55:49.431Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62028 |
1160 | 2024-12-16T18:55:49.431Z | [ ID] Interval Transfer Bandwidth |
1161 | 2024-12-16T18:55:49.432Z | [ 5] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1162 | 2024-12-16T18:55:49.432Z | [ 7] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1163 | 2024-12-16T18:55:49.432Z | [ 9] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1164 | 2024-12-16T18:55:49.432Z | [ 11] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1165 | 2024-12-16T18:55:49.432Z | [ 13] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1166 | 2024-12-16T18:55:49.432Z | [ 15] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1167 | 2024-12-16T18:55:49.432Z | [ 17] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1168 | 2024-12-16T18:55:49.432Z | [ 19] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1169 | 2024-12-16T18:55:49.432Z | [SUM] 0.00-1.00 sec 161 MBytes 1.35 Gbits/sec |
1170 | 2024-12-16T18:55:49.432Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1171 | 2024-12-16T18:55:49.432Z | [ 5] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1172 | 2024-12-16T18:55:49.432Z | [ 7] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1173 | 2024-12-16T18:55:49.432Z | [ 9] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec |
1174 | 2024-12-16T18:55:49.432Z | [ 11] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec |
1175 | 2024-12-16T18:55:49.432Z | [ 13] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1176 | 2024-12-16T18:55:49.432Z | [ 15] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1177 | 2024-12-16T18:55:49.432Z | [ 17] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1178 | 2024-12-16T18:55:49.432Z | [ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec |
1179 | 2024-12-16T18:55:49.432Z | [SUM] 1.00-2.00 sec 183 MBytes 1.53 Gbits/sec |
1180 | 2024-12-16T18:55:49.432Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1181 | 2024-12-16T18:55:49.432Z | [ 5] 2.00-3.00 sec 22.8 MBytes 192 Mbits/sec |
1182 | 2024-12-16T18:55:49.432Z | [ 7] 2.00-3.00 sec 22.8 MBytes 192 Mbits/sec |
1183 | 2024-12-16T18:55:49.432Z | [ 9] 2.00-3.00 sec 22.8 MBytes 192 Mbits/sec |
1184 | 2024-12-16T18:55:49.432Z | [ 11] 2.00-3.00 sec 22.8 MBytes 191 Mbits/sec |
1185 | 2024-12-16T18:55:49.432Z | [ 13] 2.00-3.00 sec 22.8 MBytes 192 Mbits/sec |
1186 | 2024-12-16T18:55:49.432Z | [ 15] 2.00-3.00 sec 22.8 MBytes 192 Mbits/sec |
1187 | 2024-12-16T18:55:49.432Z | [ 17] 2.00-3.00 sec 22.8 MBytes 192 Mbits/sec |
1188 | 2024-12-16T18:55:49.432Z | [ 19] 2.00-3.00 sec 22.8 MBytes 191 Mbits/sec |
1189 | 2024-12-16T18:55:49.432Z | [SUM] 2.00-3.00 sec 183 MBytes 1.53 Gbits/sec |
1190 | 2024-12-16T18:55:49.432Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1191 | 2024-12-16T18:55:49.432Z | [ 5] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1192 | 2024-12-16T18:55:49.432Z | [ 7] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1193 | 2024-12-16T18:55:49.432Z | [ 9] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1194 | 2024-12-16T18:55:49.432Z | [ 11] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
1195 | 2024-12-16T18:55:49.432Z | [ 13] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1196 | 2024-12-16T18:55:49.433Z | [ 15] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1197 | 2024-12-16T18:55:49.433Z | [ 17] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1198 | 2024-12-16T18:55:49.433Z | [ 19] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1199 | 2024-12-16T18:55:49.433Z | [SUM] 3.00-4.00 sec 181 MBytes 1.52 Gbits/sec |
1200 | 2024-12-16T18:55:49.433Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1201 | 2024-12-16T18:55:49.433Z | [ 5] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec |
1202 | 2024-12-16T18:55:49.433Z | [ 7] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec |
1203 | 2024-12-16T18:55:49.433Z | [ 9] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1204 | 2024-12-16T18:55:49.433Z | [ 11] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1205 | 2024-12-16T18:55:49.433Z | [ 13] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
1206 | 2024-12-16T18:55:49.433Z | [ 15] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1207 | 2024-12-16T18:55:49.433Z | [ 17] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1208 | 2024-12-16T18:55:49.433Z | [ 19] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1209 | 2024-12-16T18:55:49.433Z | [SUM] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec |
1210 | 2024-12-16T18:55:49.433Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1211 | 2024-12-16T18:55:49.433Z | [ 5] 5.00-6.00 sec 22.9 MBytes 192 Mbits/sec |
1212 | 2024-12-16T18:55:49.433Z | [ 7] 5.00-6.00 sec 22.9 MBytes 192 Mbits/sec |
1213 | 2024-12-16T18:55:49.433Z | [ 9] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
1214 | 2024-12-16T18:55:49.433Z | [ 11] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
1215 | 2024-12-16T18:55:49.433Z | [ 13] 5.00-6.00 sec 22.9 MBytes 192 Mbits/sec |
1216 | 2024-12-16T18:55:49.433Z | [ 15] 5.00-6.00 sec 22.9 MBytes 192 Mbits/sec |
1217 | 2024-12-16T18:55:49.433Z | [ 17] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
1218 | 2024-12-16T18:55:49.433Z | [ 19] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec |
1219 | 2024-12-16T18:55:49.433Z | [SUM] 5.00-6.00 sec 183 MBytes 1.54 Gbits/sec |
1220 | 2024-12-16T18:55:49.433Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1221 | 2024-12-16T18:55:49.433Z | [ 5] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec |
1222 | 2024-12-16T18:55:49.433Z | [ 7] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec |
1223 | 2024-12-16T18:55:49.433Z | [ 9] 6.00-7.00 sec 22.8 MBytes 192 Mbits/sec |
1224 | 2024-12-16T18:55:52.650Z | [ 11] 6.00-7.00 sec 22.8 MBytes 192 Mbits/sec |
1225 | 2024-12-16T18:55:52.650Z | [ 13] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec |
1226 | 2024-12-16T18:55:52.650Z | [ 15] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec |
1227 | 2024-12-16T18:55:52.651Z | [ 17] 6.00-7.00 sec 22.8 MBytes 192 Mbits/sec |
1228 | 2024-12-16T18:55:52.651Z | [ 19] 6.00-7.00 sec 22.8 MBytes 192 Mbits/sec |
1229 | 2024-12-16T18:55:52.651Z | [SUM] 6.00-7.00 sec 183 MBytes 1.54 Gbits/sec |
1230 | 2024-12-16T18:55:52.651Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1231 | 2024-12-16T18:55:52.651Z | [ 5] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1232 | 2024-12-16T18:55:52.651Z | [ 7] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec |
1233 | 2024-12-16T18:55:52.651Z | [ 9] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1234 | 2024-12-16T18:55:52.651Z | [ 11] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1235 | 2024-12-16T18:55:52.651Z | [ 13] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1236 | 2024-12-16T18:55:52.651Z | [ 15] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1237 | 2024-12-16T18:55:52.651Z | [ 17] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1238 | 2024-12-16T18:55:52.651Z | [ 19] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1239 | 2024-12-16T18:55:52.651Z | [SUM] 7.00-8.00 sec 183 MBytes 1.53 Gbits/sec |
1240 | 2024-12-16T18:55:52.651Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1241 | 2024-12-16T18:55:52.651Z | [ 5] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec |
1242 | 2024-12-16T18:55:52.651Z | [ 7] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec |
1243 | 2024-12-16T18:55:52.651Z | [ 9] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
1244 | 2024-12-16T18:55:52.651Z | [ 11] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
1245 | 2024-12-16T18:55:52.651Z | [ 13] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
1246 | 2024-12-16T18:55:52.651Z | [ 15] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec |
1247 | 2024-12-16T18:55:52.651Z | [ 17] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec |
1248 | 2024-12-16T18:55:52.651Z | [ 19] 8.00-9.00 sec 22.8 MBytes 192 Mbits/sec |
1249 | 2024-12-16T18:55:52.651Z | [SUM] 8.00-9.00 sec 183 MBytes 1.53 Gbits/sec |
1250 | 2024-12-16T18:55:52.651Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1251 | 2024-12-16T18:55:52.651Z | [ 5] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
1252 | 2024-12-16T18:55:52.651Z | [ 7] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec |
1253 | 2024-12-16T18:55:52.651Z | [ 9] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec |
1254 | 2024-12-16T18:55:52.651Z | [ 11] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec |
1255 | 2024-12-16T18:55:52.651Z | [ 13] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec |
1256 | 2024-12-16T18:55:52.651Z | [ 15] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec |
1257 | 2024-12-16T18:55:52.651Z | [ 17] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec |
1258 | 2024-12-16T18:55:52.651Z | [ 19] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec |
1259 | 2024-12-16T18:55:52.651Z | [SUM] 9.00-10.00 sec 183 MBytes 1.54 Gbits/sec |
1260 | 2024-12-16T18:55:52.651Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1261 | 2024-12-16T18:55:52.651Z | [ 5] 10.00-10.00 sec 122 KBytes 351 Mbits/sec |
1262 | 2024-12-16T18:55:52.651Z | [ 7] 10.00-10.00 sec 110 KBytes 319 Mbits/sec |
1263 | 2024-12-16T18:55:52.651Z | [ 9] 10.00-10.00 sec 122 KBytes 351 Mbits/sec |
1264 | 2024-12-16T18:55:52.651Z | [ 11] 10.00-10.00 sec 5.66 KBytes 16.3 Mbits/sec |
1265 | 2024-12-16T18:55:52.651Z | [ 13] 10.00-10.00 sec 82.0 KBytes 237 Mbits/sec |
1266 | 2024-12-16T18:55:52.652Z | [ 15] 10.00-10.00 sec 124 KBytes 360 Mbits/sec |
1267 | 2024-12-16T18:55:52.652Z | [ 17] 10.00-10.00 sec 124 KBytes 360 Mbits/sec |
1268 | 2024-12-16T18:55:52.652Z | [ 19] 10.00-10.00 sec 122 KBytes 351 Mbits/sec |
1269 | 2024-12-16T18:55:52.652Z | [SUM] 10.00-10.00 sec 812 KBytes 2.34 Gbits/sec |
1270 | 2024-12-16T18:55:52.652Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1271 | 2024-12-16T18:55:52.652Z | [ ID] Interval Transfer Bandwidth |
1272 | 2024-12-16T18:55:52.652Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1273 | 2024-12-16T18:55:52.652Z | [ 5] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver |
1274 | 2024-12-16T18:55:52.652Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1275 | 2024-12-16T18:55:52.652Z | [ 7] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver |
1276 | 2024-12-16T18:55:52.652Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1277 | 2024-12-16T18:55:52.652Z | [ 9] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver |
1278 | 2024-12-16T18:55:52.652Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1279 | 2024-12-16T18:55:52.652Z | [ 11] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver |
1280 | 2024-12-16T18:55:52.652Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1281 | 2024-12-16T18:55:52.652Z | [ 13] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver |
1282 | 2024-12-16T18:55:52.652Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1283 | 2024-12-16T18:55:52.652Z | [ 15] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver |
1284 | 2024-12-16T18:55:52.652Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1285 | 2024-12-16T18:55:52.652Z | [ 17] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver |
1286 | 2024-12-16T18:55:52.652Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1287 | 2024-12-16T18:55:52.652Z | [ 19] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver |
1288 | 2024-12-16T18:55:52.652Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1289 | 2024-12-16T18:55:52.652Z | [SUM] 0.00-10.00 sec 1.76 GBytes 1.51 Gbits/sec receiver |
1290 | 2024-12-16T18:55:52.655Z | Run 4/5...1514.243Mbps |
1291 | 2024-12-16T18:55:59.683Z | ----------------------------------------------------------- |
1292 | 2024-12-16T18:55:59.683Z | Server listening on 5201 |
1293 | 2024-12-16T18:55:59.683Z | ----------------------------------------------------------- |
1294 | 2024-12-16T18:55:59.683Z | Accepted connection from 10.0.0.1, port 53573 |
1295 | 2024-12-16T18:55:59.683Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64456 |
1296 | 2024-12-16T18:55:59.683Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47253 |
1297 | 2024-12-16T18:55:59.683Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49711 |
1298 | 2024-12-16T18:55:59.683Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48845 |
1299 | 2024-12-16T18:55:59.683Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41383 |
1300 | 2024-12-16T18:55:59.683Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61290 |
1301 | 2024-12-16T18:55:59.683Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53777 |
1302 | 2024-12-16T18:55:59.683Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63252 |
1303 | 2024-12-16T18:55:59.683Z | [ ID] Interval Transfer Bandwidth |
1304 | 2024-12-16T18:55:59.683Z | [ 5] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1305 | 2024-12-16T18:55:59.683Z | [ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1306 | 2024-12-16T18:55:59.683Z | [ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1307 | 2024-12-16T18:55:59.683Z | [ 11] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1308 | 2024-12-16T18:55:59.683Z | [ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1309 | 2024-12-16T18:55:59.683Z | [ 15] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1310 | 2024-12-16T18:55:59.683Z | [ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1311 | 2024-12-16T18:55:59.683Z | [ 19] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
1312 | 2024-12-16T18:55:59.683Z | [SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec |
1313 | 2024-12-16T18:55:59.683Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1314 | 2024-12-16T18:55:59.683Z | [ 5] 1.00-2.00 sec 22.3 MBytes 187 Mbits/sec |
1315 | 2024-12-16T18:55:59.683Z | [ 7] 1.00-2.00 sec 22.3 MBytes 187 Mbits/sec |
1316 | 2024-12-16T18:55:59.683Z | [ 9] 1.00-2.00 sec 22.3 MBytes 187 Mbits/sec |
1317 | 2024-12-16T18:55:59.683Z | [ 11] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
1318 | 2024-12-16T18:55:59.683Z | [ 13] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
1319 | 2024-12-16T18:55:59.683Z | [ 15] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
1320 | 2024-12-16T18:55:59.683Z | [ 17] 1.00-2.00 sec 22.3 MBytes 187 Mbits/sec |
1321 | 2024-12-16T18:55:59.683Z | [ 19] 1.00-2.00 sec 22.3 MBytes 187 Mbits/sec |
1322 | 2024-12-16T18:55:59.683Z | [SUM] 1.00-2.00 sec 179 MBytes 1.50 Gbits/sec |
1323 | 2024-12-16T18:55:59.683Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1324 | 2024-12-16T18:55:59.683Z | [ 5] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1325 | 2024-12-16T18:55:59.683Z | [ 7] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
1326 | 2024-12-16T18:55:59.683Z | [ 9] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1327 | 2024-12-16T18:55:59.684Z | [ 11] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1328 | 2024-12-16T18:55:59.684Z | [ 13] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
1329 | 2024-12-16T18:55:59.684Z | [ 15] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
1330 | 2024-12-16T18:55:59.684Z | [ 17] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
1331 | 2024-12-16T18:55:59.684Z | [ 19] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1332 | 2024-12-16T18:55:59.684Z | [SUM] 2.00-3.00 sec 179 MBytes 1.50 Gbits/sec |
1333 | 2024-12-16T18:55:59.684Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1334 | 2024-12-16T18:55:59.684Z | [ 5] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1335 | 2024-12-16T18:55:59.684Z | [ 7] 3.00-4.00 sec 22.5 MBytes 188 Mbits/sec |
1336 | 2024-12-16T18:55:59.684Z | [ 9] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
1337 | 2024-12-16T18:55:59.684Z | [ 11] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1338 | 2024-12-16T18:55:59.684Z | [ 13] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1339 | 2024-12-16T18:55:59.684Z | [ 15] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
1340 | 2024-12-16T18:55:59.684Z | [ 17] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
1341 | 2024-12-16T18:55:59.684Z | [ 19] 3.00-4.00 sec 22.5 MBytes 188 Mbits/sec |
1342 | 2024-12-16T18:55:59.684Z | [SUM] 3.00-4.00 sec 180 MBytes 1.51 Gbits/sec |
1343 | 2024-12-16T18:55:59.684Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1344 | 2024-12-16T18:55:59.684Z | [ 5] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1345 | 2024-12-16T18:55:59.684Z | [ 7] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1346 | 2024-12-16T18:55:59.684Z | [ 9] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1347 | 2024-12-16T18:55:59.684Z | [ 11] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1348 | 2024-12-16T18:55:59.684Z | [ 13] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1349 | 2024-12-16T18:55:59.684Z | [ 15] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1350 | 2024-12-16T18:55:59.684Z | [ 17] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1351 | 2024-12-16T18:55:59.684Z | [ 19] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1352 | 2024-12-16T18:55:59.684Z | [SUM] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec |
1353 | 2024-12-16T18:55:59.684Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1354 | 2024-12-16T18:55:59.684Z | [ 5] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1355 | 2024-12-16T18:55:59.684Z | [ 7] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1356 | 2024-12-16T18:55:59.684Z | [ 9] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1357 | 2024-12-16T18:55:59.684Z | [ 11] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1358 | 2024-12-16T18:55:59.684Z | [ 13] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1359 | 2024-12-16T18:55:59.684Z | [ 15] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1360 | 2024-12-16T18:55:59.684Z | [ 17] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1361 | 2024-12-16T18:55:59.684Z | [ 19] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
1362 | 2024-12-16T18:55:59.684Z | [SUM] 5.00-6.00 sec 180 MBytes 1.51 Gbits/sec |
1363 | 2024-12-16T18:55:59.684Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1364 | 2024-12-16T18:55:59.684Z | [ 5] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec |
1365 | 2024-12-16T18:55:59.684Z | [ 7] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1366 | 2024-12-16T18:55:59.684Z | [ 9] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1367 | 2024-12-16T18:56:02.900Z | [ 11] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec |
1368 | 2024-12-16T18:56:02.900Z | [ 13] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec |
1369 | 2024-12-16T18:56:02.900Z | [ 15] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1370 | 2024-12-16T18:56:02.900Z | [ 17] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1371 | 2024-12-16T18:56:02.900Z | [ 19] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1372 | 2024-12-16T18:56:02.900Z | [SUM] 6.00-7.00 sec 178 MBytes 1.49 Gbits/sec |
1373 | 2024-12-16T18:56:02.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1374 | 2024-12-16T18:56:02.900Z | [ 5] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1375 | 2024-12-16T18:56:02.900Z | [ 7] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1376 | 2024-12-16T18:56:02.900Z | [ 9] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1377 | 2024-12-16T18:56:02.900Z | [ 11] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1378 | 2024-12-16T18:56:02.900Z | [ 13] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1379 | 2024-12-16T18:56:02.900Z | [ 15] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1380 | 2024-12-16T18:56:02.901Z | [ 17] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1381 | 2024-12-16T18:56:02.901Z | [ 19] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1382 | 2024-12-16T18:56:02.901Z | [SUM] 7.00-8.00 sec 178 MBytes 1.49 Gbits/sec |
1383 | 2024-12-16T18:56:02.904Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1384 | 2024-12-16T18:56:02.904Z | [ 5] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1385 | 2024-12-16T18:56:02.904Z | [ 7] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1386 | 2024-12-16T18:56:02.905Z | [ 9] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1387 | 2024-12-16T18:56:02.905Z | [ 11] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1388 | 2024-12-16T18:56:02.905Z | [ 13] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1389 | 2024-12-16T18:56:02.905Z | [ 15] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec |
1390 | 2024-12-16T18:56:02.906Z | [ 17] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec |
1391 | 2024-12-16T18:56:02.906Z | [ 19] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1392 | 2024-12-16T18:56:02.906Z | [SUM] 8.00-9.00 sec 180 MBytes 1.51 Gbits/sec |
1393 | 2024-12-16T18:56:02.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1394 | 2024-12-16T18:56:02.906Z | [ 5] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1395 | 2024-12-16T18:56:02.906Z | [ 7] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1396 | 2024-12-16T18:56:02.906Z | [ 9] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1397 | 2024-12-16T18:56:02.906Z | [ 11] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec |
1398 | 2024-12-16T18:56:02.906Z | [ 13] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1399 | 2024-12-16T18:56:02.906Z | [ 15] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1400 | 2024-12-16T18:56:02.906Z | [ 17] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1401 | 2024-12-16T18:56:02.906Z | [ 19] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec |
1402 | 2024-12-16T18:56:02.906Z | [SUM] 9.00-10.00 sec 178 MBytes 1.50 Gbits/sec |
1403 | 2024-12-16T18:56:02.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1404 | 2024-12-16T18:56:02.906Z | [ 5] 10.00-10.00 sec 65.0 KBytes 192 Mbits/sec |
1405 | 2024-12-16T18:56:02.906Z | [ 7] 10.00-10.00 sec 105 KBytes 310 Mbits/sec |
1406 | 2024-12-16T18:56:02.906Z | [ 9] 10.00-10.00 sec 124 KBytes 368 Mbits/sec |
1407 | 2024-12-16T18:56:02.906Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1408 | 2024-12-16T18:56:02.906Z | [ 13] 10.00-10.00 sec 73.5 KBytes 218 Mbits/sec |
1409 | 2024-12-16T18:56:02.906Z | [ 15] 10.00-10.00 sec 124 KBytes 368 Mbits/sec |
1410 | 2024-12-16T18:56:02.906Z | [ 17] 10.00-10.00 sec 124 KBytes 368 Mbits/sec |
1411 | 2024-12-16T18:56:02.906Z | [ 19] 10.00-10.00 sec 116 KBytes 343 Mbits/sec |
1412 | 2024-12-16T18:56:02.906Z | [SUM] 10.00-10.00 sec 732 KBytes 2.17 Gbits/sec |
1413 | 2024-12-16T18:56:02.906Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1414 | 2024-12-16T18:56:02.906Z | [ ID] Interval Transfer Bandwidth |
1415 | 2024-12-16T18:56:02.906Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1416 | 2024-12-16T18:56:02.906Z | [ 5] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1417 | 2024-12-16T18:56:02.906Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1418 | 2024-12-16T18:56:02.906Z | [ 7] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1419 | 2024-12-16T18:56:02.906Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1420 | 2024-12-16T18:56:02.906Z | [ 9] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
1421 | 2024-12-16T18:56:02.906Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1422 | 2024-12-16T18:56:02.906Z | [ 11] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1423 | 2024-12-16T18:56:02.906Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1424 | 2024-12-16T18:56:02.906Z | [ 13] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1425 | 2024-12-16T18:56:02.906Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1426 | 2024-12-16T18:56:02.906Z | [ 15] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1427 | 2024-12-16T18:56:02.907Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1428 | 2024-12-16T18:56:02.907Z | [ 17] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1429 | 2024-12-16T18:56:02.907Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1430 | 2024-12-16T18:56:02.907Z | [ 19] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
1431 | 2024-12-16T18:56:02.907Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1432 | 2024-12-16T18:56:02.907Z | [SUM] 0.00-10.00 sec 1.73 GBytes 1.49 Gbits/sec receiver |
1433 | 2024-12-16T18:56:02.907Z | Run 5/5...1486.476Mbps |
1434 | 2024-12-16T18:56:02.907Z | ###---------------------### |
1435 | 2024-12-16T18:56:02.907Z | ::: iPerf done... ::: |
1436 | 2024-12-16T18:56:02.907Z | :::Awaiting out files...::: |
1437 | 2024-12-16T18:56:02.907Z | ###---------------------### |
1438 | 2024-12-16T18:56:02.910Z | ###-----### |
1439 | 2024-12-16T18:56:02.910Z | :::done!::: |
1440 | 2024-12-16T18:56:02.910Z | ###-----### |
1441 | 2024-12-16T18:56:02.910Z | ###-------------------### |
1442 | 2024-12-16T18:56:02.910Z | :::Running experiment ::: |
1443 | 2024-12-16T18:56:02.910Z | :::iperf-tcp/local/s2c::: |
1444 | 2024-12-16T18:56:02.910Z | ###-------------------### |
1445 | 2024-12-16T18:56:09.937Z | ----------------------------------------------------------- |
1446 | 2024-12-16T18:56:09.937Z | Server listening on 5201 |
1447 | 2024-12-16T18:56:09.937Z | ----------------------------------------------------------- |
1448 | 2024-12-16T18:56:09.938Z | Accepted connection from 10.0.0.1, port 41007 |
1449 | 2024-12-16T18:56:09.938Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36814 |
1450 | 2024-12-16T18:56:09.938Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43616 |
1451 | 2024-12-16T18:56:09.938Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53991 |
1452 | 2024-12-16T18:56:09.938Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38916 |
1453 | 2024-12-16T18:56:09.938Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61021 |
1454 | 2024-12-16T18:56:09.938Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54169 |
1455 | 2024-12-16T18:56:09.938Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47830 |
1456 | 2024-12-16T18:56:09.938Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62297 |
1457 | 2024-12-16T18:56:09.938Z | [ ID] Interval Transfer Bandwidth |
1458 | 2024-12-16T18:56:09.938Z | [ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1459 | 2024-12-16T18:56:09.938Z | [ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1460 | 2024-12-16T18:56:09.938Z | [ 9] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1461 | 2024-12-16T18:56:09.938Z | [ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1462 | 2024-12-16T18:56:09.938Z | [ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1463 | 2024-12-16T18:56:09.938Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1464 | 2024-12-16T18:56:09.938Z | [ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1465 | 2024-12-16T18:56:09.938Z | [ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1466 | 2024-12-16T18:56:09.938Z | [SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec |
1467 | 2024-12-16T18:56:09.938Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1468 | 2024-12-16T18:56:09.938Z | [ 5] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1469 | 2024-12-16T18:56:09.938Z | [ 7] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1470 | 2024-12-16T18:56:09.938Z | [ 9] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1471 | 2024-12-16T18:56:09.938Z | [ 11] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1472 | 2024-12-16T18:56:09.939Z | [ 13] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1473 | 2024-12-16T18:56:09.939Z | [ 15] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1474 | 2024-12-16T18:56:09.939Z | [ 17] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1475 | 2024-12-16T18:56:09.939Z | [ 19] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1476 | 2024-12-16T18:56:09.939Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
1477 | 2024-12-16T18:56:09.939Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1478 | 2024-12-16T18:56:09.939Z | [ 5] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1479 | 2024-12-16T18:56:09.939Z | [ 7] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1480 | 2024-12-16T18:56:09.939Z | [ 9] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1481 | 2024-12-16T18:56:09.939Z | [ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1482 | 2024-12-16T18:56:09.939Z | [ 13] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1483 | 2024-12-16T18:56:09.939Z | [ 15] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1484 | 2024-12-16T18:56:09.939Z | [ 17] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1485 | 2024-12-16T18:56:09.939Z | [ 19] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1486 | 2024-12-16T18:56:09.939Z | [SUM] 2.00-3.00 sec 173 MBytes 1.45 Gbits/sec |
1487 | 2024-12-16T18:56:09.939Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1488 | 2024-12-16T18:56:09.939Z | [ 5] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1489 | 2024-12-16T18:56:09.939Z | [ 7] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
1490 | 2024-12-16T18:56:09.939Z | [ 9] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
1491 | 2024-12-16T18:56:09.939Z | [ 11] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
1492 | 2024-12-16T18:56:09.939Z | [ 13] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1493 | 2024-12-16T18:56:09.939Z | [ 15] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1494 | 2024-12-16T18:56:09.940Z | [ 17] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1495 | 2024-12-16T18:56:09.940Z | [ 19] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1496 | 2024-12-16T18:56:09.940Z | [SUM] 3.00-4.00 sec 173 MBytes 1.45 Gbits/sec |
1497 | 2024-12-16T18:56:09.940Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1498 | 2024-12-16T18:56:09.940Z | [ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1499 | 2024-12-16T18:56:09.940Z | [ 7] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1500 | 2024-12-16T18:56:09.940Z | [ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1501 | 2024-12-16T18:56:09.943Z | [ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1502 | 2024-12-16T18:56:09.943Z | [ 13] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1503 | 2024-12-16T18:56:09.943Z | [ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1504 | 2024-12-16T18:56:09.943Z | [ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1505 | 2024-12-16T18:56:09.944Z | [ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1506 | 2024-12-16T18:56:09.944Z | [SUM] 4.00-5.00 sec 175 MBytes 1.46 Gbits/sec |
1507 | 2024-12-16T18:56:09.944Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1508 | 2024-12-16T18:56:09.944Z | [ 5] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1509 | 2024-12-16T18:56:09.944Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1510 | 2024-12-16T18:56:09.944Z | [ 9] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1511 | 2024-12-16T18:56:09.944Z | [ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1512 | 2024-12-16T18:56:09.944Z | [ 13] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1513 | 2024-12-16T18:56:09.944Z | [ 15] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1514 | 2024-12-16T18:56:09.944Z | [ 17] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1515 | 2024-12-16T18:56:09.944Z | [ 19] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1516 | 2024-12-16T18:56:09.944Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1517 | 2024-12-16T18:56:09.944Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1518 | 2024-12-16T18:56:09.944Z | [ 5] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1519 | 2024-12-16T18:56:09.944Z | [ 7] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1520 | 2024-12-16T18:56:09.944Z | [ 9] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1521 | 2024-12-16T18:56:13.052Z | [ 11] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
1522 | 2024-12-16T18:56:13.052Z | [ 13] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1523 | 2024-12-16T18:56:13.052Z | [ 15] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1524 | 2024-12-16T18:56:13.053Z | [ 17] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1525 | 2024-12-16T18:56:13.053Z | [ 19] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1526 | 2024-12-16T18:56:13.053Z | [SUM] 6.00-7.00 sec 174 MBytes 1.46 Gbits/sec |
1527 | 2024-12-16T18:56:13.053Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1528 | 2024-12-16T18:56:13.053Z | [ 5] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1529 | 2024-12-16T18:56:13.053Z | [ 7] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1530 | 2024-12-16T18:56:13.053Z | [ 9] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1531 | 2024-12-16T18:56:13.053Z | [ 11] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1532 | 2024-12-16T18:56:13.053Z | [ 13] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1533 | 2024-12-16T18:56:13.053Z | [ 15] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1534 | 2024-12-16T18:56:13.053Z | [ 17] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1535 | 2024-12-16T18:56:13.053Z | [ 19] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1536 | 2024-12-16T18:56:13.053Z | [SUM] 7.00-8.00 sec 174 MBytes 1.46 Gbits/sec |
1537 | 2024-12-16T18:56:13.053Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1538 | 2024-12-16T18:56:13.053Z | [ 5] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1539 | 2024-12-16T18:56:13.053Z | [ 7] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1540 | 2024-12-16T18:56:13.053Z | [ 9] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1541 | 2024-12-16T18:56:13.053Z | [ 11] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1542 | 2024-12-16T18:56:13.053Z | [ 13] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1543 | 2024-12-16T18:56:13.053Z | [ 15] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1544 | 2024-12-16T18:56:13.053Z | [ 17] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1545 | 2024-12-16T18:56:13.053Z | [ 19] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1546 | 2024-12-16T18:56:13.053Z | [SUM] 8.00-9.00 sec 171 MBytes 1.43 Gbits/sec |
1547 | 2024-12-16T18:56:13.053Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1548 | 2024-12-16T18:56:13.053Z | [ 5] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1549 | 2024-12-16T18:56:13.053Z | [ 7] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1550 | 2024-12-16T18:56:13.053Z | [ 9] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1551 | 2024-12-16T18:56:13.053Z | [ 11] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1552 | 2024-12-16T18:56:13.053Z | [ 13] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1553 | 2024-12-16T18:56:13.053Z | [ 15] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1554 | 2024-12-16T18:56:13.053Z | [ 17] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1555 | 2024-12-16T18:56:13.053Z | [ 19] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1556 | 2024-12-16T18:56:13.053Z | [SUM] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec |
1557 | 2024-12-16T18:56:13.053Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1558 | 2024-12-16T18:56:13.053Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1559 | 2024-12-16T18:56:13.053Z | [ 7] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1560 | 2024-12-16T18:56:13.053Z | [ 9] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1561 | 2024-12-16T18:56:13.053Z | [ 11] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1562 | 2024-12-16T18:56:13.054Z | [ 13] 10.00-10.00 sec 113 KBytes 414 Mbits/sec |
1563 | 2024-12-16T18:56:13.054Z | [ 15] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1564 | 2024-12-16T18:56:13.054Z | [ 17] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1565 | 2024-12-16T18:56:13.054Z | [ 19] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1566 | 2024-12-16T18:56:13.054Z | [SUM] 10.00-10.00 sec 452 KBytes 1.65 Gbits/sec |
1567 | 2024-12-16T18:56:13.054Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1568 | 2024-12-16T18:56:13.054Z | [ ID] Interval Transfer Bandwidth |
1569 | 2024-12-16T18:56:13.054Z | [ 5] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1570 | 2024-12-16T18:56:13.054Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1571 | 2024-12-16T18:56:13.054Z | [ 7] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1572 | 2024-12-16T18:56:13.054Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1573 | 2024-12-16T18:56:13.054Z | [ 9] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1574 | 2024-12-16T18:56:13.054Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1575 | 2024-12-16T18:56:13.054Z | [ 11] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1576 | 2024-12-16T18:56:13.054Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1577 | 2024-12-16T18:56:13.054Z | [ 13] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1578 | 2024-12-16T18:56:13.054Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1579 | 2024-12-16T18:56:13.055Z | [ 15] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1580 | 2024-12-16T18:56:13.055Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1581 | 2024-12-16T18:56:13.055Z | [ 17] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1582 | 2024-12-16T18:56:13.055Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1583 | 2024-12-16T18:56:13.055Z | [ 19] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1584 | 2024-12-16T18:56:13.055Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1585 | 2024-12-16T18:56:13.055Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender |
1586 | 2024-12-16T18:56:13.055Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1587 | 2024-12-16T18:56:13.059Z | Run 1/5...1443.92Mbps |
1588 | 2024-12-16T18:56:20.084Z | ----------------------------------------------------------- |
1589 | 2024-12-16T18:56:20.084Z | Server listening on 5201 |
1590 | 2024-12-16T18:56:20.084Z | ----------------------------------------------------------- |
1591 | 2024-12-16T18:56:20.084Z | Accepted connection from 10.0.0.1, port 51727 |
1592 | 2024-12-16T18:56:20.084Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52439 |
1593 | 2024-12-16T18:56:20.084Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37443 |
1594 | 2024-12-16T18:56:20.084Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55768 |
1595 | 2024-12-16T18:56:20.084Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56514 |
1596 | 2024-12-16T18:56:20.084Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60203 |
1597 | 2024-12-16T18:56:20.084Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40277 |
1598 | 2024-12-16T18:56:20.084Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34478 |
1599 | 2024-12-16T18:56:20.084Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35367 |
1600 | 2024-12-16T18:56:20.084Z | [ ID] Interval Transfer Bandwidth |
1601 | 2024-12-16T18:56:20.084Z | [ 5] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1602 | 2024-12-16T18:56:20.084Z | [ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1603 | 2024-12-16T18:56:20.084Z | [ 9] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1604 | 2024-12-16T18:56:20.084Z | [ 11] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1605 | 2024-12-16T18:56:20.084Z | [ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1606 | 2024-12-16T18:56:20.084Z | [ 15] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1607 | 2024-12-16T18:56:20.084Z | [ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1608 | 2024-12-16T18:56:20.084Z | [ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1609 | 2024-12-16T18:56:20.084Z | [SUM] 0.00-1.00 sec 158 MBytes 1.33 Gbits/sec |
1610 | 2024-12-16T18:56:20.085Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1611 | 2024-12-16T18:56:20.085Z | [ 5] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec |
1612 | 2024-12-16T18:56:20.085Z | [ 7] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec |
1613 | 2024-12-16T18:56:20.085Z | [ 9] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec |
1614 | 2024-12-16T18:56:20.085Z | [ 11] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec |
1615 | 2024-12-16T18:56:20.085Z | [ 13] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec |
1616 | 2024-12-16T18:56:20.085Z | [ 15] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec |
1617 | 2024-12-16T18:56:20.085Z | [ 17] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec |
1618 | 2024-12-16T18:56:20.085Z | [ 19] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec |
1619 | 2024-12-16T18:56:20.085Z | [SUM] 1.00-2.00 sec 171 MBytes 1.43 Gbits/sec |
1620 | 2024-12-16T18:56:20.085Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1621 | 2024-12-16T18:56:20.085Z | [ 5] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1622 | 2024-12-16T18:56:20.085Z | [ 7] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1623 | 2024-12-16T18:56:20.085Z | [ 9] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1624 | 2024-12-16T18:56:20.085Z | [ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1625 | 2024-12-16T18:56:20.085Z | [ 13] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1626 | 2024-12-16T18:56:20.085Z | [ 15] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1627 | 2024-12-16T18:56:20.085Z | [ 17] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1628 | 2024-12-16T18:56:20.085Z | [ 19] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1629 | 2024-12-16T18:56:20.085Z | [SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec |
1630 | 2024-12-16T18:56:20.085Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1631 | 2024-12-16T18:56:20.085Z | [ 5] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1632 | 2024-12-16T18:56:20.085Z | [ 7] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1633 | 2024-12-16T18:56:20.085Z | [ 9] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
1634 | 2024-12-16T18:56:20.085Z | [ 11] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
1635 | 2024-12-16T18:56:20.085Z | [ 13] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec |
1636 | 2024-12-16T18:56:20.085Z | [ 15] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
1637 | 2024-12-16T18:56:20.085Z | [ 17] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
1638 | 2024-12-16T18:56:20.085Z | [ 19] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1639 | 2024-12-16T18:56:20.085Z | [SUM] 3.00-4.00 sec 172 MBytes 1.44 Gbits/sec |
1640 | 2024-12-16T18:56:20.085Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1641 | 2024-12-16T18:56:20.085Z | [ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1642 | 2024-12-16T18:56:20.085Z | [ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1643 | 2024-12-16T18:56:20.085Z | [ 9] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1644 | 2024-12-16T18:56:20.085Z | [ 11] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1645 | 2024-12-16T18:56:20.085Z | [ 13] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1646 | 2024-12-16T18:56:20.085Z | [ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1647 | 2024-12-16T18:56:20.085Z | [ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1648 | 2024-12-16T18:56:20.085Z | [ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1649 | 2024-12-16T18:56:20.089Z | [SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec |
1650 | 2024-12-16T18:56:20.089Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1651 | 2024-12-16T18:56:20.089Z | [ 5] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1652 | 2024-12-16T18:56:20.089Z | [ 7] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1653 | 2024-12-16T18:56:20.089Z | [ 9] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1654 | 2024-12-16T18:56:20.089Z | [ 11] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1655 | 2024-12-16T18:56:20.089Z | [ 13] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1656 | 2024-12-16T18:56:20.089Z | [ 15] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1657 | 2024-12-16T18:56:20.089Z | [ 17] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1658 | 2024-12-16T18:56:20.089Z | [ 19] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1659 | 2024-12-16T18:56:20.089Z | [SUM] 5.00-6.00 sec 173 MBytes 1.45 Gbits/sec |
1660 | 2024-12-16T18:56:20.089Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1661 | 2024-12-16T18:56:20.089Z | [ 5] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1662 | 2024-12-16T18:56:20.089Z | [ 7] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1663 | 2024-12-16T18:56:20.089Z | [ 9] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1664 | 2024-12-16T18:56:23.304Z | [ 11] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec |
1665 | 2024-12-16T18:56:23.304Z | [ 13] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec |
1666 | 2024-12-16T18:56:23.304Z | [ 15] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1667 | 2024-12-16T18:56:23.304Z | [ 17] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1668 | 2024-12-16T18:56:23.304Z | [ 19] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1669 | 2024-12-16T18:56:23.304Z | [SUM] 6.00-7.00 sec 173 MBytes 1.45 Gbits/sec |
1670 | 2024-12-16T18:56:23.304Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1671 | 2024-12-16T18:56:23.304Z | [ 5] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1672 | 2024-12-16T18:56:23.304Z | [ 7] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1673 | 2024-12-16T18:56:23.304Z | [ 9] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1674 | 2024-12-16T18:56:23.304Z | [ 11] 7.00-8.00 sec 21.6 MBytes 182 Mbits/sec |
1675 | 2024-12-16T18:56:23.304Z | [ 13] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1676 | 2024-12-16T18:56:23.304Z | [ 15] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1677 | 2024-12-16T18:56:23.304Z | [ 17] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec |
1678 | 2024-12-16T18:56:23.304Z | [ 19] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1679 | 2024-12-16T18:56:23.304Z | [SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec |
1680 | 2024-12-16T18:56:23.304Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1681 | 2024-12-16T18:56:23.304Z | [ 5] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1682 | 2024-12-16T18:56:23.304Z | [ 7] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1683 | 2024-12-16T18:56:23.304Z | [ 9] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1684 | 2024-12-16T18:56:23.304Z | [ 11] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1685 | 2024-12-16T18:56:23.304Z | [ 13] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1686 | 2024-12-16T18:56:23.304Z | [ 15] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1687 | 2024-12-16T18:56:23.304Z | [ 17] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1688 | 2024-12-16T18:56:23.304Z | [ 19] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1689 | 2024-12-16T18:56:23.304Z | [SUM] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec |
1690 | 2024-12-16T18:56:23.304Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1691 | 2024-12-16T18:56:23.304Z | [ 5] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1692 | 2024-12-16T18:56:23.304Z | [ 7] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1693 | 2024-12-16T18:56:23.304Z | [ 9] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1694 | 2024-12-16T18:56:23.304Z | [ 11] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1695 | 2024-12-16T18:56:23.305Z | [ 13] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1696 | 2024-12-16T18:56:23.305Z | [ 15] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1697 | 2024-12-16T18:56:23.305Z | [ 17] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1698 | 2024-12-16T18:56:23.305Z | [ 19] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1699 | 2024-12-16T18:56:23.305Z | [SUM] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec |
1700 | 2024-12-16T18:56:23.305Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1701 | 2024-12-16T18:56:23.305Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1702 | 2024-12-16T18:56:23.305Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1703 | 2024-12-16T18:56:23.305Z | [ 9] 10.00-10.00 sec 56.6 KBytes 202 Mbits/sec |
1704 | 2024-12-16T18:56:23.305Z | [ 11] 10.00-10.00 sec 56.6 KBytes 202 Mbits/sec |
1705 | 2024-12-16T18:56:23.305Z | [ 13] 10.00-10.00 sec 170 KBytes 606 Mbits/sec |
1706 | 2024-12-16T18:56:23.305Z | [ 15] 10.00-10.00 sec 113 KBytes 404 Mbits/sec |
1707 | 2024-12-16T18:56:23.305Z | [ 17] 10.00-10.00 sec 56.6 KBytes 202 Mbits/sec |
1708 | 2024-12-16T18:56:23.305Z | [ 19] 10.00-10.00 sec 56.6 KBytes 202 Mbits/sec |
1709 | 2024-12-16T18:56:23.305Z | [SUM] 10.00-10.00 sec 509 KBytes 1.82 Gbits/sec |
1710 | 2024-12-16T18:56:23.305Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1711 | 2024-12-16T18:56:23.305Z | [ ID] Interval Transfer Bandwidth |
1712 | 2024-12-16T18:56:23.305Z | [ 5] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1713 | 2024-12-16T18:56:23.305Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1714 | 2024-12-16T18:56:23.305Z | [ 7] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1715 | 2024-12-16T18:56:23.305Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1716 | 2024-12-16T18:56:23.305Z | [ 9] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1717 | 2024-12-16T18:56:23.305Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1718 | 2024-12-16T18:56:23.305Z | [ 11] 0.00-10.00 sec 214 MBytes 180 Mbits/sec sender |
1719 | 2024-12-16T18:56:23.305Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1720 | 2024-12-16T18:56:23.305Z | [ 13] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1721 | 2024-12-16T18:56:23.305Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1722 | 2024-12-16T18:56:23.305Z | [ 15] 0.00-10.00 sec 214 MBytes 180 Mbits/sec sender |
1723 | 2024-12-16T18:56:23.305Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1724 | 2024-12-16T18:56:23.305Z | [ 17] 0.00-10.00 sec 214 MBytes 180 Mbits/sec sender |
1725 | 2024-12-16T18:56:23.305Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1726 | 2024-12-16T18:56:23.305Z | [ 19] 0.00-10.00 sec 214 MBytes 180 Mbits/sec sender |
1727 | 2024-12-16T18:56:23.305Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1728 | 2024-12-16T18:56:23.305Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender |
1729 | 2024-12-16T18:56:23.305Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1730 | 2024-12-16T18:56:23.309Z | Run 2/5...1439.508Mbps |
1731 | 2024-12-16T18:56:30.335Z | ----------------------------------------------------------- |
1732 | 2024-12-16T18:56:30.335Z | Server listening on 5201 |
1733 | 2024-12-16T18:56:30.335Z | ----------------------------------------------------------- |
1734 | 2024-12-16T18:56:30.335Z | Accepted connection from 10.0.0.1, port 55860 |
1735 | 2024-12-16T18:56:30.335Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32811 |
1736 | 2024-12-16T18:56:30.335Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58826 |
1737 | 2024-12-16T18:56:30.335Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45462 |
1738 | 2024-12-16T18:56:30.335Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58279 |
1739 | 2024-12-16T18:56:30.335Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53287 |
1740 | 2024-12-16T18:56:30.335Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60375 |
1741 | 2024-12-16T18:56:30.335Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42759 |
1742 | 2024-12-16T18:56:30.335Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45885 |
1743 | 2024-12-16T18:56:30.335Z | [ ID] Interval Transfer Bandwidth |
1744 | 2024-12-16T18:56:30.336Z | [ 5] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1745 | 2024-12-16T18:56:30.336Z | [ 7] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1746 | 2024-12-16T18:56:30.336Z | [ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1747 | 2024-12-16T18:56:30.336Z | [ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1748 | 2024-12-16T18:56:30.336Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1749 | 2024-12-16T18:56:30.336Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1750 | 2024-12-16T18:56:30.336Z | [ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1751 | 2024-12-16T18:56:30.336Z | [ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1752 | 2024-12-16T18:56:30.336Z | [SUM] 0.00-1.00 sec 159 MBytes 1.34 Gbits/sec |
1753 | 2024-12-16T18:56:30.336Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1754 | 2024-12-16T18:56:30.336Z | [ 5] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1755 | 2024-12-16T18:56:30.336Z | [ 7] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1756 | 2024-12-16T18:56:30.336Z | [ 9] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1757 | 2024-12-16T18:56:30.336Z | [ 11] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1758 | 2024-12-16T18:56:30.336Z | [ 13] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1759 | 2024-12-16T18:56:30.336Z | [ 15] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1760 | 2024-12-16T18:56:30.336Z | [ 17] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1761 | 2024-12-16T18:56:30.336Z | [ 19] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1762 | 2024-12-16T18:56:30.336Z | [SUM] 1.00-2.00 sec 174 MBytes 1.46 Gbits/sec |
1763 | 2024-12-16T18:56:30.336Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1764 | 2024-12-16T18:56:30.336Z | [ 5] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1765 | 2024-12-16T18:56:30.336Z | [ 7] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1766 | 2024-12-16T18:56:30.336Z | [ 9] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1767 | 2024-12-16T18:56:30.336Z | [ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1768 | 2024-12-16T18:56:30.336Z | [ 13] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1769 | 2024-12-16T18:56:30.336Z | [ 15] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1770 | 2024-12-16T18:56:30.336Z | [ 17] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1771 | 2024-12-16T18:56:30.336Z | [ 19] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1772 | 2024-12-16T18:56:30.339Z | [SUM] 2.00-3.00 sec 173 MBytes 1.45 Gbits/sec |
1773 | 2024-12-16T18:56:30.340Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1774 | 2024-12-16T18:56:30.340Z | [ 5] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1775 | 2024-12-16T18:56:30.340Z | [ 7] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1776 | 2024-12-16T18:56:30.340Z | [ 9] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1777 | 2024-12-16T18:56:30.340Z | [ 11] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1778 | 2024-12-16T18:56:30.340Z | [ 13] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec |
1779 | 2024-12-16T18:56:30.340Z | [ 15] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec |
1780 | 2024-12-16T18:56:30.340Z | [ 17] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
1781 | 2024-12-16T18:56:30.340Z | [ 19] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1782 | 2024-12-16T18:56:30.340Z | [SUM] 3.00-4.00 sec 175 MBytes 1.47 Gbits/sec |
1783 | 2024-12-16T18:56:30.340Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1784 | 2024-12-16T18:56:30.340Z | [ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1785 | 2024-12-16T18:56:30.340Z | [ 7] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1786 | 2024-12-16T18:56:30.340Z | [ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1787 | 2024-12-16T18:56:30.340Z | [ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1788 | 2024-12-16T18:56:30.340Z | [ 13] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1789 | 2024-12-16T18:56:30.340Z | [ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1790 | 2024-12-16T18:56:30.340Z | [ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1791 | 2024-12-16T18:56:30.340Z | [ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1792 | 2024-12-16T18:56:30.340Z | [SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec |
1793 | 2024-12-16T18:56:30.340Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1794 | 2024-12-16T18:56:30.340Z | [ 5] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1795 | 2024-12-16T18:56:30.340Z | [ 7] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1796 | 2024-12-16T18:56:30.340Z | [ 9] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec |
1797 | 2024-12-16T18:56:30.340Z | [ 11] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1798 | 2024-12-16T18:56:30.340Z | [ 13] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1799 | 2024-12-16T18:56:30.340Z | [ 15] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1800 | 2024-12-16T18:56:30.340Z | [ 17] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1801 | 2024-12-16T18:56:30.340Z | [ 19] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1802 | 2024-12-16T18:56:30.340Z | [SUM] 5.00-6.00 sec 173 MBytes 1.45 Gbits/sec |
1803 | 2024-12-16T18:56:30.340Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1804 | 2024-12-16T18:56:30.340Z | [ 5] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec |
1805 | 2024-12-16T18:56:30.340Z | [ 7] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec |
1806 | 2024-12-16T18:56:30.341Z | [ 9] 6.00-7.00 sec 21.6 MBytes 182 Mbits/sec |
1807 | 2024-12-16T18:56:33.555Z | [ 11] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1808 | 2024-12-16T18:56:33.555Z | [ 13] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1809 | 2024-12-16T18:56:33.555Z | [ 15] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1810 | 2024-12-16T18:56:33.555Z | [ 17] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec |
1811 | 2024-12-16T18:56:33.555Z | [ 19] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec |
1812 | 2024-12-16T18:56:33.555Z | [SUM] 6.00-7.00 sec 173 MBytes 1.45 Gbits/sec |
1813 | 2024-12-16T18:56:33.555Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1814 | 2024-12-16T18:56:33.555Z | [ 5] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1815 | 2024-12-16T18:56:33.555Z | [ 7] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1816 | 2024-12-16T18:56:33.555Z | [ 9] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1817 | 2024-12-16T18:56:33.555Z | [ 11] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1818 | 2024-12-16T18:56:33.555Z | [ 13] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1819 | 2024-12-16T18:56:33.555Z | [ 15] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1820 | 2024-12-16T18:56:33.555Z | [ 17] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1821 | 2024-12-16T18:56:33.555Z | [ 19] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1822 | 2024-12-16T18:56:33.555Z | [SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec |
1823 | 2024-12-16T18:56:33.555Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1824 | 2024-12-16T18:56:33.555Z | [ 5] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1825 | 2024-12-16T18:56:33.555Z | [ 7] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1826 | 2024-12-16T18:56:33.555Z | [ 9] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1827 | 2024-12-16T18:56:33.556Z | [ 11] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec |
1828 | 2024-12-16T18:56:33.556Z | [ 13] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
1829 | 2024-12-16T18:56:33.556Z | [ 15] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec |
1830 | 2024-12-16T18:56:33.556Z | [ 17] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
1831 | 2024-12-16T18:56:33.556Z | [ 19] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
1832 | 2024-12-16T18:56:33.556Z | [SUM] 8.00-9.00 sec 170 MBytes 1.43 Gbits/sec |
1833 | 2024-12-16T18:56:33.556Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1834 | 2024-12-16T18:56:33.556Z | [ 5] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1835 | 2024-12-16T18:56:33.556Z | [ 7] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1836 | 2024-12-16T18:56:33.556Z | [ 9] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1837 | 2024-12-16T18:56:33.556Z | [ 11] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1838 | 2024-12-16T18:56:33.556Z | [ 13] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1839 | 2024-12-16T18:56:33.556Z | [ 15] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1840 | 2024-12-16T18:56:33.556Z | [ 17] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1841 | 2024-12-16T18:56:33.556Z | [ 19] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1842 | 2024-12-16T18:56:33.556Z | [SUM] 9.00-10.00 sec 175 MBytes 1.47 Gbits/sec |
1843 | 2024-12-16T18:56:33.556Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1844 | 2024-12-16T18:56:33.556Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1845 | 2024-12-16T18:56:33.556Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1846 | 2024-12-16T18:56:33.556Z | [ 9] 10.00-10.00 sec 113 KBytes 414 Mbits/sec |
1847 | 2024-12-16T18:56:33.556Z | [ 11] 10.00-10.00 sec 113 KBytes 414 Mbits/sec |
1848 | 2024-12-16T18:56:33.556Z | [ 13] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1849 | 2024-12-16T18:56:33.556Z | [ 15] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1850 | 2024-12-16T18:56:33.556Z | [ 17] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1851 | 2024-12-16T18:56:33.556Z | [ 19] 10.00-10.00 sec 56.6 KBytes 207 Mbits/sec |
1852 | 2024-12-16T18:56:33.556Z | [SUM] 10.00-10.00 sec 452 KBytes 1.66 Gbits/sec |
1853 | 2024-12-16T18:56:33.556Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1854 | 2024-12-16T18:56:33.556Z | [ ID] Interval Transfer Bandwidth |
1855 | 2024-12-16T18:56:33.556Z | [ 5] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1856 | 2024-12-16T18:56:33.556Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1857 | 2024-12-16T18:56:33.556Z | [ 7] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1858 | 2024-12-16T18:56:33.556Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1859 | 2024-12-16T18:56:33.556Z | [ 9] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1860 | 2024-12-16T18:56:33.556Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1861 | 2024-12-16T18:56:33.556Z | [ 11] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1862 | 2024-12-16T18:56:33.556Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1863 | 2024-12-16T18:56:33.556Z | [ 13] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1864 | 2024-12-16T18:56:33.556Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1865 | 2024-12-16T18:56:33.556Z | [ 15] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1866 | 2024-12-16T18:56:33.557Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1867 | 2024-12-16T18:56:33.557Z | [ 17] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1868 | 2024-12-16T18:56:33.557Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1869 | 2024-12-16T18:56:33.557Z | [ 19] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1870 | 2024-12-16T18:56:33.557Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1871 | 2024-12-16T18:56:33.557Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender |
1872 | 2024-12-16T18:56:33.557Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1873 | 2024-12-16T18:56:33.560Z | Run 3/5...1442.992Mbps |
1874 | 2024-12-16T18:56:40.587Z | ----------------------------------------------------------- |
1875 | 2024-12-16T18:56:40.587Z | Server listening on 5201 |
1876 | 2024-12-16T18:56:40.588Z | ----------------------------------------------------------- |
1877 | 2024-12-16T18:56:40.588Z | Accepted connection from 10.0.0.1, port 60589 |
1878 | 2024-12-16T18:56:40.588Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52238 |
1879 | 2024-12-16T18:56:40.588Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41548 |
1880 | 2024-12-16T18:56:40.588Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36229 |
1881 | 2024-12-16T18:56:40.588Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51375 |
1882 | 2024-12-16T18:56:40.588Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63207 |
1883 | 2024-12-16T18:56:40.588Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55531 |
1884 | 2024-12-16T18:56:40.588Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42458 |
1885 | 2024-12-16T18:56:40.588Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53662 |
1886 | 2024-12-16T18:56:40.588Z | [ ID] Interval Transfer Bandwidth |
1887 | 2024-12-16T18:56:40.588Z | [ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1888 | 2024-12-16T18:56:40.588Z | [ 7] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1889 | 2024-12-16T18:56:40.588Z | [ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1890 | 2024-12-16T18:56:40.588Z | [ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1891 | 2024-12-16T18:56:40.588Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1892 | 2024-12-16T18:56:40.588Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1893 | 2024-12-16T18:56:40.588Z | [ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1894 | 2024-12-16T18:56:40.588Z | [ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1895 | 2024-12-16T18:56:40.588Z | [SUM] 0.00-1.00 sec 159 MBytes 1.34 Gbits/sec |
1896 | 2024-12-16T18:56:40.588Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1897 | 2024-12-16T18:56:40.588Z | [ 5] 1.00-2.00 sec 21.3 MBytes 179 Mbits/sec |
1898 | 2024-12-16T18:56:40.588Z | [ 7] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1899 | 2024-12-16T18:56:40.588Z | [ 9] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec |
1900 | 2024-12-16T18:56:40.588Z | [ 11] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec |
1901 | 2024-12-16T18:56:40.588Z | [ 13] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1902 | 2024-12-16T18:56:40.588Z | [ 15] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1903 | 2024-12-16T18:56:40.588Z | [ 17] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1904 | 2024-12-16T18:56:40.588Z | [ 19] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1905 | 2024-12-16T18:56:40.588Z | [SUM] 1.00-2.00 sec 170 MBytes 1.43 Gbits/sec |
1906 | 2024-12-16T18:56:40.588Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1907 | 2024-12-16T18:56:40.588Z | [ 5] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1908 | 2024-12-16T18:56:40.588Z | [ 7] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1909 | 2024-12-16T18:56:40.588Z | [ 9] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec |
1910 | 2024-12-16T18:56:40.588Z | [ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1911 | 2024-12-16T18:56:40.589Z | [ 13] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1912 | 2024-12-16T18:56:40.589Z | [ 15] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1913 | 2024-12-16T18:56:40.589Z | [ 17] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1914 | 2024-12-16T18:56:40.589Z | [ 19] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1915 | 2024-12-16T18:56:40.589Z | [SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec |
1916 | 2024-12-16T18:56:40.589Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1917 | 2024-12-16T18:56:40.589Z | [ 5] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1918 | 2024-12-16T18:56:40.589Z | [ 7] 3.00-4.00 sec 21.7 MBytes 183 Mbits/sec |
1919 | 2024-12-16T18:56:40.589Z | [ 9] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1920 | 2024-12-16T18:56:40.589Z | [ 11] 3.00-4.00 sec 21.7 MBytes 183 Mbits/sec |
1921 | 2024-12-16T18:56:40.589Z | [ 13] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1922 | 2024-12-16T18:56:40.589Z | [ 15] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1923 | 2024-12-16T18:56:40.589Z | [ 17] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1924 | 2024-12-16T18:56:40.589Z | [ 19] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1925 | 2024-12-16T18:56:40.589Z | [SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec |
1926 | 2024-12-16T18:56:40.589Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1927 | 2024-12-16T18:56:40.590Z | [ 5] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1928 | 2024-12-16T18:56:40.590Z | [ 7] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1929 | 2024-12-16T18:56:40.590Z | [ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1930 | 2024-12-16T18:56:40.590Z | [ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1931 | 2024-12-16T18:56:40.590Z | [ 13] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1932 | 2024-12-16T18:56:40.590Z | [ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1933 | 2024-12-16T18:56:40.590Z | [ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1934 | 2024-12-16T18:56:40.590Z | [ 19] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec |
1935 | 2024-12-16T18:56:40.590Z | [SUM] 4.00-5.00 sec 175 MBytes 1.47 Gbits/sec |
1936 | 2024-12-16T18:56:40.590Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1937 | 2024-12-16T18:56:40.590Z | [ 5] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1938 | 2024-12-16T18:56:40.590Z | [ 7] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1939 | 2024-12-16T18:56:40.590Z | [ 9] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1940 | 2024-12-16T18:56:40.590Z | [ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1941 | 2024-12-16T18:56:40.590Z | [ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1942 | 2024-12-16T18:56:40.590Z | [ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1943 | 2024-12-16T18:56:40.590Z | [ 17] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1944 | 2024-12-16T18:56:40.590Z | [ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1945 | 2024-12-16T18:56:40.594Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1946 | 2024-12-16T18:56:40.594Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1947 | 2024-12-16T18:56:40.594Z | [ 5] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1948 | 2024-12-16T18:56:40.594Z | [ 7] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1949 | 2024-12-16T18:56:40.594Z | [ 9] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1950 | 2024-12-16T18:56:43.806Z | [ 11] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1951 | 2024-12-16T18:56:43.806Z | [ 13] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1952 | 2024-12-16T18:56:43.806Z | [ 15] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1953 | 2024-12-16T18:56:43.806Z | [ 17] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1954 | 2024-12-16T18:56:43.806Z | [ 19] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1955 | 2024-12-16T18:56:43.806Z | [SUM] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec |
1956 | 2024-12-16T18:56:43.806Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1957 | 2024-12-16T18:56:43.806Z | [ 5] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
1958 | 2024-12-16T18:56:43.806Z | [ 7] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
1959 | 2024-12-16T18:56:43.806Z | [ 9] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
1960 | 2024-12-16T18:56:43.806Z | [ 11] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
1961 | 2024-12-16T18:56:43.806Z | [ 13] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
1962 | 2024-12-16T18:56:43.806Z | [ 15] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
1963 | 2024-12-16T18:56:43.806Z | [ 17] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
1964 | 2024-12-16T18:56:43.806Z | [ 19] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec |
1965 | 2024-12-16T18:56:43.806Z | [SUM] 7.00-8.00 sec 170 MBytes 1.43 Gbits/sec |
1966 | 2024-12-16T18:56:43.807Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1967 | 2024-12-16T18:56:43.807Z | [ 5] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1968 | 2024-12-16T18:56:43.807Z | [ 7] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1969 | 2024-12-16T18:56:43.807Z | [ 9] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1970 | 2024-12-16T18:56:43.807Z | [ 11] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1971 | 2024-12-16T18:56:43.807Z | [ 13] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1972 | 2024-12-16T18:56:43.807Z | [ 15] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1973 | 2024-12-16T18:56:43.807Z | [ 17] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1974 | 2024-12-16T18:56:43.807Z | [ 19] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1975 | 2024-12-16T18:56:43.807Z | [SUM] 8.00-9.00 sec 171 MBytes 1.43 Gbits/sec |
1976 | 2024-12-16T18:56:43.807Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1977 | 2024-12-16T18:56:43.807Z | [ 5] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1978 | 2024-12-16T18:56:43.807Z | [ 7] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1979 | 2024-12-16T18:56:43.807Z | [ 9] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1980 | 2024-12-16T18:56:43.807Z | [ 11] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1981 | 2024-12-16T18:56:43.807Z | [ 13] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1982 | 2024-12-16T18:56:43.807Z | [ 15] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1983 | 2024-12-16T18:56:43.807Z | [ 17] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1984 | 2024-12-16T18:56:43.807Z | [ 19] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1985 | 2024-12-16T18:56:43.807Z | [SUM] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec |
1986 | 2024-12-16T18:56:43.807Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1987 | 2024-12-16T18:56:43.807Z | [ 5] 10.00-10.00 sec 56.6 KBytes 204 Mbits/sec |
1988 | 2024-12-16T18:56:43.807Z | [ 7] 10.00-10.00 sec 56.6 KBytes 204 Mbits/sec |
1989 | 2024-12-16T18:56:43.807Z | [ 9] 10.00-10.00 sec 56.6 KBytes 204 Mbits/sec |
1990 | 2024-12-16T18:56:43.807Z | [ 11] 10.00-10.00 sec 113 KBytes 408 Mbits/sec |
1991 | 2024-12-16T18:56:43.807Z | [ 13] 10.00-10.00 sec 56.6 KBytes 204 Mbits/sec |
1992 | 2024-12-16T18:56:43.807Z | [ 15] 10.00-10.00 sec 113 KBytes 408 Mbits/sec |
1993 | 2024-12-16T18:56:43.807Z | [ 17] 10.00-10.00 sec 56.6 KBytes 204 Mbits/sec |
1994 | 2024-12-16T18:56:43.807Z | [ 19] 10.00-10.00 sec 56.6 KBytes 204 Mbits/sec |
1995 | 2024-12-16T18:56:43.807Z | [SUM] 10.00-10.00 sec 566 KBytes 2.04 Gbits/sec |
1996 | 2024-12-16T18:56:43.807Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1997 | 2024-12-16T18:56:43.807Z | [ ID] Interval Transfer Bandwidth |
1998 | 2024-12-16T18:56:43.807Z | [ 5] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
1999 | 2024-12-16T18:56:43.807Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2000 | 2024-12-16T18:56:43.807Z | [ 7] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2001 | 2024-12-16T18:56:43.807Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2002 | 2024-12-16T18:56:43.807Z | [ 9] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2003 | 2024-12-16T18:56:43.807Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2004 | 2024-12-16T18:56:43.808Z | [ 11] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2005 | 2024-12-16T18:56:43.808Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2006 | 2024-12-16T18:56:43.808Z | [ 13] 0.00-10.00 sec 214 MBytes 180 Mbits/sec sender |
2007 | 2024-12-16T18:56:43.808Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2008 | 2024-12-16T18:56:43.808Z | [ 15] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2009 | 2024-12-16T18:56:43.808Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2010 | 2024-12-16T18:56:43.808Z | [ 17] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2011 | 2024-12-16T18:56:43.808Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2012 | 2024-12-16T18:56:43.808Z | [ 19] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2013 | 2024-12-16T18:56:43.808Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2014 | 2024-12-16T18:56:43.808Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender |
2015 | 2024-12-16T18:56:43.808Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2016 | 2024-12-16T18:56:43.811Z | Run 4/5...1439.702Mbps |
2017 | 2024-12-16T18:56:50.837Z | ----------------------------------------------------------- |
2018 | 2024-12-16T18:56:50.837Z | Server listening on 5201 |
2019 | 2024-12-16T18:56:50.837Z | ----------------------------------------------------------- |
2020 | 2024-12-16T18:56:50.837Z | Accepted connection from 10.0.0.1, port 53986 |
2021 | 2024-12-16T18:56:50.837Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62334 |
2022 | 2024-12-16T18:56:50.837Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40715 |
2023 | 2024-12-16T18:56:50.837Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49436 |
2024 | 2024-12-16T18:56:50.837Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46666 |
2025 | 2024-12-16T18:56:50.837Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55485 |
2026 | 2024-12-16T18:56:50.837Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34694 |
2027 | 2024-12-16T18:56:50.838Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49236 |
2028 | 2024-12-16T18:56:50.838Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50669 |
2029 | 2024-12-16T18:56:50.838Z | [ ID] Interval Transfer Bandwidth |
2030 | 2024-12-16T18:56:50.838Z | [ 5] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
2031 | 2024-12-16T18:56:50.838Z | [ 7] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
2032 | 2024-12-16T18:56:50.838Z | [ 9] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
2033 | 2024-12-16T18:56:50.838Z | [ 11] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
2034 | 2024-12-16T18:56:50.838Z | [ 13] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
2035 | 2024-12-16T18:56:50.838Z | [ 15] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
2036 | 2024-12-16T18:56:50.838Z | [ 17] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
2037 | 2024-12-16T18:56:50.838Z | [ 19] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
2038 | 2024-12-16T18:56:50.838Z | [SUM] 0.00-1.00 sec 157 MBytes 1.32 Gbits/sec |
2039 | 2024-12-16T18:56:50.838Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2040 | 2024-12-16T18:56:50.838Z | [ 5] 1.00-2.00 sec 21.5 MBytes 181 Mbits/sec |
2041 | 2024-12-16T18:56:50.838Z | [ 7] 1.00-2.00 sec 21.5 MBytes 181 Mbits/sec |
2042 | 2024-12-16T18:56:50.838Z | [ 9] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec |
2043 | 2024-12-16T18:56:50.838Z | [ 11] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec |
2044 | 2024-12-16T18:56:50.838Z | [ 13] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec |
2045 | 2024-12-16T18:56:50.838Z | [ 15] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec |
2046 | 2024-12-16T18:56:50.838Z | [ 17] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec |
2047 | 2024-12-16T18:56:50.838Z | [ 19] 1.00-2.00 sec 21.5 MBytes 181 Mbits/sec |
2048 | 2024-12-16T18:56:50.838Z | [SUM] 1.00-2.00 sec 172 MBytes 1.44 Gbits/sec |
2049 | 2024-12-16T18:56:50.838Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2050 | 2024-12-16T18:56:50.838Z | [ 5] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec |
2051 | 2024-12-16T18:56:50.838Z | [ 7] 2.00-3.00 sec 21.3 MBytes 179 Mbits/sec |
2052 | 2024-12-16T18:56:50.838Z | [ 9] 2.00-3.00 sec 21.3 MBytes 179 Mbits/sec |
2053 | 2024-12-16T18:56:50.838Z | [ 11] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
2054 | 2024-12-16T18:56:50.838Z | [ 13] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
2055 | 2024-12-16T18:56:50.838Z | [ 15] 2.00-3.00 sec 21.3 MBytes 179 Mbits/sec |
2056 | 2024-12-16T18:56:50.838Z | [ 17] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
2057 | 2024-12-16T18:56:50.838Z | [ 19] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec |
2058 | 2024-12-16T18:56:50.838Z | [SUM] 2.00-3.00 sec 171 MBytes 1.43 Gbits/sec |
2059 | 2024-12-16T18:56:50.838Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2060 | 2024-12-16T18:56:50.838Z | [ 5] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
2061 | 2024-12-16T18:56:50.838Z | [ 7] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
2062 | 2024-12-16T18:56:50.838Z | [ 9] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
2063 | 2024-12-16T18:56:50.838Z | [ 11] 3.00-4.00 sec 21.6 MBytes 182 Mbits/sec |
2064 | 2024-12-16T18:56:50.839Z | [ 13] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
2065 | 2024-12-16T18:56:50.839Z | [ 15] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
2066 | 2024-12-16T18:56:50.839Z | [ 17] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
2067 | 2024-12-16T18:56:50.839Z | [ 19] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
2068 | 2024-12-16T18:56:50.841Z | [SUM] 3.00-4.00 sec 173 MBytes 1.45 Gbits/sec |
2069 | 2024-12-16T18:56:50.841Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2070 | 2024-12-16T18:56:50.842Z | [ 5] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
2071 | 2024-12-16T18:56:50.842Z | [ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
2072 | 2024-12-16T18:56:50.842Z | [ 9] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
2073 | 2024-12-16T18:56:50.842Z | [ 11] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
2074 | 2024-12-16T18:56:50.842Z | [ 13] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
2075 | 2024-12-16T18:56:50.842Z | [ 15] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
2076 | 2024-12-16T18:56:50.842Z | [ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
2077 | 2024-12-16T18:56:50.842Z | [ 19] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
2078 | 2024-12-16T18:56:50.842Z | [SUM] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec |
2079 | 2024-12-16T18:56:50.842Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2080 | 2024-12-16T18:56:50.842Z | [ 5] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2081 | 2024-12-16T18:56:50.842Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2082 | 2024-12-16T18:56:50.842Z | [ 9] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2083 | 2024-12-16T18:56:50.842Z | [ 11] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2084 | 2024-12-16T18:56:50.842Z | [ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
2085 | 2024-12-16T18:56:50.842Z | [ 15] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2086 | 2024-12-16T18:56:50.842Z | [ 17] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2087 | 2024-12-16T18:56:50.842Z | [ 19] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
2088 | 2024-12-16T18:56:50.842Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
2089 | 2024-12-16T18:56:50.842Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2090 | 2024-12-16T18:56:50.842Z | [ 5] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
2091 | 2024-12-16T18:56:50.842Z | [ 7] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2092 | 2024-12-16T18:56:50.842Z | [ 9] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2093 | 2024-12-16T18:56:54.057Z | [ 11] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2094 | 2024-12-16T18:56:54.057Z | [ 13] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2095 | 2024-12-16T18:56:54.057Z | [ 15] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2096 | 2024-12-16T18:56:54.057Z | [ 17] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2097 | 2024-12-16T18:56:54.057Z | [ 19] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
2098 | 2024-12-16T18:56:54.057Z | [SUM] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec |
2099 | 2024-12-16T18:56:54.057Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2100 | 2024-12-16T18:56:54.057Z | [ 5] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
2101 | 2024-12-16T18:56:54.057Z | [ 7] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
2102 | 2024-12-16T18:56:54.057Z | [ 9] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
2103 | 2024-12-16T18:56:54.057Z | [ 11] 7.00-8.00 sec 21.6 MBytes 182 Mbits/sec |
2104 | 2024-12-16T18:56:54.057Z | [ 13] 7.00-8.00 sec 21.6 MBytes 182 Mbits/sec |
2105 | 2024-12-16T18:56:54.058Z | [ 15] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
2106 | 2024-12-16T18:56:54.058Z | [ 17] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
2107 | 2024-12-16T18:56:54.058Z | [ 19] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
2108 | 2024-12-16T18:56:54.058Z | [SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec |
2109 | 2024-12-16T18:56:54.058Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2110 | 2024-12-16T18:56:54.058Z | [ 5] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
2111 | 2024-12-16T18:56:54.058Z | [ 7] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
2112 | 2024-12-16T18:56:54.058Z | [ 9] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
2113 | 2024-12-16T18:56:54.058Z | [ 11] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
2114 | 2024-12-16T18:56:54.058Z | [ 13] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
2115 | 2024-12-16T18:56:54.058Z | [ 15] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
2116 | 2024-12-16T18:56:54.058Z | [ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
2117 | 2024-12-16T18:56:54.058Z | [ 19] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
2118 | 2024-12-16T18:56:54.058Z | [SUM] 8.00-9.00 sec 175 MBytes 1.46 Gbits/sec |
2119 | 2024-12-16T18:56:54.058Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2120 | 2024-12-16T18:56:54.058Z | [ 5] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
2121 | 2024-12-16T18:56:54.058Z | [ 7] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
2122 | 2024-12-16T18:56:54.058Z | [ 9] 9.00-10.00 sec 22.0 MBytes 184 Mbits/sec |
2123 | 2024-12-16T18:56:54.058Z | [ 11] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
2124 | 2024-12-16T18:56:54.058Z | [ 13] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
2125 | 2024-12-16T18:56:54.058Z | [ 15] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
2126 | 2024-12-16T18:56:54.058Z | [ 17] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
2127 | 2024-12-16T18:56:54.058Z | [ 19] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2128 | 2024-12-16T18:56:54.058Z | [SUM] 9.00-10.00 sec 175 MBytes 1.47 Gbits/sec |
2129 | 2024-12-16T18:56:54.058Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2130 | 2024-12-16T18:56:54.058Z | [ 5] 10.00-10.00 sec 56.6 KBytes 206 Mbits/sec |
2131 | 2024-12-16T18:56:54.058Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2132 | 2024-12-16T18:56:54.058Z | [ 9] 10.00-10.00 sec 56.6 KBytes 206 Mbits/sec |
2133 | 2024-12-16T18:56:54.058Z | [ 11] 10.00-10.00 sec 113 KBytes 413 Mbits/sec |
2134 | 2024-12-16T18:56:54.058Z | [ 13] 10.00-10.00 sec 56.6 KBytes 206 Mbits/sec |
2135 | 2024-12-16T18:56:54.058Z | [ 15] 10.00-10.00 sec 56.6 KBytes 206 Mbits/sec |
2136 | 2024-12-16T18:56:54.058Z | [ 17] 10.00-10.00 sec 113 KBytes 413 Mbits/sec |
2137 | 2024-12-16T18:56:54.058Z | [ 19] 10.00-10.00 sec 113 KBytes 413 Mbits/sec |
2138 | 2024-12-16T18:56:54.058Z | [SUM] 10.00-10.00 sec 566 KBytes 2.06 Gbits/sec |
2139 | 2024-12-16T18:56:54.058Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2140 | 2024-12-16T18:56:54.059Z | [ ID] Interval Transfer Bandwidth |
2141 | 2024-12-16T18:56:54.059Z | [ 5] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2142 | 2024-12-16T18:56:54.059Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2143 | 2024-12-16T18:56:54.059Z | [ 7] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2144 | 2024-12-16T18:56:54.059Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2145 | 2024-12-16T18:56:54.059Z | [ 9] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2146 | 2024-12-16T18:56:54.059Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2147 | 2024-12-16T18:56:54.059Z | [ 11] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2148 | 2024-12-16T18:56:54.059Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2149 | 2024-12-16T18:56:54.059Z | [ 13] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2150 | 2024-12-16T18:56:54.059Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2151 | 2024-12-16T18:56:54.059Z | [ 15] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2152 | 2024-12-16T18:56:54.059Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2153 | 2024-12-16T18:56:54.059Z | [ 17] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2154 | 2024-12-16T18:56:54.059Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2155 | 2024-12-16T18:56:54.059Z | [ 19] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender |
2156 | 2024-12-16T18:56:54.059Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2157 | 2024-12-16T18:56:54.059Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender |
2158 | 2024-12-16T18:56:54.059Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2159 | 2024-12-16T18:56:54.062Z | Run 5/5...1441.312Mbps |
2160 | 2024-12-16T18:56:54.062Z | ###---------------------### |
2161 | 2024-12-16T18:56:54.062Z | ::: iPerf done... ::: |
2162 | 2024-12-16T18:56:54.062Z | :::Awaiting out files...::: |
2163 | 2024-12-16T18:56:54.062Z | ###---------------------### |
2164 | 2024-12-16T18:56:54.062Z | ###-----### |
2165 | 2024-12-16T18:56:54.062Z | :::done!::: |
2166 | 2024-12-16T18:56:54.062Z | ###-----### |
2167 | 2024-12-16T18:56:54.062Z | ###-------------------### |
2168 | 2024-12-16T18:56:54.062Z | :::Running experiment ::: |
2169 | 2024-12-16T18:56:54.062Z | :::iperf-tcp/local/c2s::: |
2170 | 2024-12-16T18:56:54.062Z | ###-------------------### |
2171 | 2024-12-16T18:56:54.569Z | dtrace: description 'profile-201us ' matched 2 probes |
2172 | 2024-12-16T18:57:01.095Z | ----------------------------------------------------------- |
2173 | 2024-12-16T18:57:01.095Z | Server listening on 5201 |
2174 | 2024-12-16T18:57:01.095Z | ----------------------------------------------------------- |
2175 | 2024-12-16T18:57:01.095Z | Accepted connection from 10.0.0.1, port 46497 |
2176 | 2024-12-16T18:57:01.095Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60666 |
2177 | 2024-12-16T18:57:01.095Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37436 |
2178 | 2024-12-16T18:57:01.095Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37363 |
2179 | 2024-12-16T18:57:01.095Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38993 |
2180 | 2024-12-16T18:57:01.095Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45025 |
2181 | 2024-12-16T18:57:01.095Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62621 |
2182 | 2024-12-16T18:57:01.095Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37974 |
2183 | 2024-12-16T18:57:01.095Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61832 |
2184 | 2024-12-16T18:57:01.095Z | [ ID] Interval Transfer Bandwidth |
2185 | 2024-12-16T18:57:01.095Z | [ 5] 0.00-1.00 sec 15.4 MBytes 130 Mbits/sec |
2186 | 2024-12-16T18:57:01.095Z | [ 7] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec |
2187 | 2024-12-16T18:57:01.095Z | [ 9] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
2188 | 2024-12-16T18:57:01.095Z | [ 11] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
2189 | 2024-12-16T18:57:01.095Z | [ 13] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
2190 | 2024-12-16T18:57:01.095Z | [ 15] 0.00-1.00 sec 15.2 MBytes 128 Mbits/sec |
2191 | 2024-12-16T18:57:01.095Z | [ 17] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec |
2192 | 2024-12-16T18:57:01.095Z | [ 19] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec |
2193 | 2024-12-16T18:57:01.095Z | [SUM] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec |
2194 | 2024-12-16T18:57:01.095Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2195 | 2024-12-16T18:57:01.095Z | [ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2196 | 2024-12-16T18:57:01.095Z | [ 7] 1.00-2.00 sec 13.5 MBytes 114 Mbits/sec |
2197 | 2024-12-16T18:57:01.095Z | [ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2198 | 2024-12-16T18:57:01.095Z | [ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2199 | 2024-12-16T18:57:01.095Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2200 | 2024-12-16T18:57:01.095Z | [ 15] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2201 | 2024-12-16T18:57:01.095Z | [ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2202 | 2024-12-16T18:57:01.095Z | [ 19] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2203 | 2024-12-16T18:57:01.095Z | [SUM] 1.00-2.00 sec 108 MBytes 907 Mbits/sec |
2204 | 2024-12-16T18:57:01.096Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2205 | 2024-12-16T18:57:01.096Z | [ 5] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2206 | 2024-12-16T18:57:01.096Z | [ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2207 | 2024-12-16T18:57:01.096Z | [ 9] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2208 | 2024-12-16T18:57:01.096Z | [ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2209 | 2024-12-16T18:57:01.096Z | [ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2210 | 2024-12-16T18:57:01.096Z | [ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2211 | 2024-12-16T18:57:01.096Z | [ 17] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2212 | 2024-12-16T18:57:01.096Z | [ 19] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2213 | 2024-12-16T18:57:01.096Z | [SUM] 2.00-3.00 sec 108 MBytes 909 Mbits/sec |
2214 | 2024-12-16T18:57:01.096Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2215 | 2024-12-16T18:57:01.096Z | [ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2216 | 2024-12-16T18:57:01.096Z | [ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2217 | 2024-12-16T18:57:01.096Z | [ 9] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec |
2218 | 2024-12-16T18:57:01.096Z | [ 11] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2219 | 2024-12-16T18:57:01.096Z | [ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2220 | 2024-12-16T18:57:01.096Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2221 | 2024-12-16T18:57:01.096Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2222 | 2024-12-16T18:57:01.096Z | [ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2223 | 2024-12-16T18:57:01.096Z | [SUM] 3.00-4.00 sec 108 MBytes 905 Mbits/sec |
2224 | 2024-12-16T18:57:01.096Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2225 | 2024-12-16T18:57:01.096Z | [ 5] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2226 | 2024-12-16T18:57:01.096Z | [ 7] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2227 | 2024-12-16T18:57:01.096Z | [ 9] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2228 | 2024-12-16T18:57:01.096Z | [ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2229 | 2024-12-16T18:57:01.096Z | [ 13] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2230 | 2024-12-16T18:57:01.096Z | [ 15] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2231 | 2024-12-16T18:57:01.096Z | [ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2232 | 2024-12-16T18:57:01.096Z | [ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2233 | 2024-12-16T18:57:01.096Z | [SUM] 4.00-5.00 sec 108 MBytes 906 Mbits/sec |
2234 | 2024-12-16T18:57:01.096Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2235 | 2024-12-16T18:57:01.096Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2236 | 2024-12-16T18:57:01.096Z | [ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2237 | 2024-12-16T18:57:01.096Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2238 | 2024-12-16T18:57:01.096Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2239 | 2024-12-16T18:57:01.096Z | [ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2240 | 2024-12-16T18:57:01.096Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2241 | 2024-12-16T18:57:01.096Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2242 | 2024-12-16T18:57:01.096Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2243 | 2024-12-16T18:57:01.097Z | [SUM] 5.00-6.00 sec 108 MBytes 906 Mbits/sec |
2244 | 2024-12-16T18:57:01.097Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2245 | 2024-12-16T18:57:01.097Z | [ 5] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2246 | 2024-12-16T18:57:01.097Z | [ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2247 | 2024-12-16T18:57:01.097Z | [ 9] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec |
2248 | 2024-12-16T18:57:04.318Z | [ 11] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec |
2249 | 2024-12-16T18:57:04.319Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2250 | 2024-12-16T18:57:04.319Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2251 | 2024-12-16T18:57:04.319Z | [ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2252 | 2024-12-16T18:57:04.319Z | [ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2253 | 2024-12-16T18:57:04.319Z | [SUM] 6.00-7.00 sec 108 MBytes 904 Mbits/sec |
2254 | 2024-12-16T18:57:04.319Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2255 | 2024-12-16T18:57:04.319Z | [ 5] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2256 | 2024-12-16T18:57:04.319Z | [ 7] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2257 | 2024-12-16T18:57:04.319Z | [ 9] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec |
2258 | 2024-12-16T18:57:04.319Z | [ 11] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2259 | 2024-12-16T18:57:04.319Z | [ 13] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2260 | 2024-12-16T18:57:04.319Z | [ 15] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2261 | 2024-12-16T18:57:04.319Z | [ 17] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2262 | 2024-12-16T18:57:04.319Z | [ 19] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2263 | 2024-12-16T18:57:04.319Z | [SUM] 7.00-8.00 sec 109 MBytes 914 Mbits/sec |
2264 | 2024-12-16T18:57:04.319Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2265 | 2024-12-16T18:57:04.319Z | [ 5] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2266 | 2024-12-16T18:57:04.319Z | [ 7] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2267 | 2024-12-16T18:57:04.319Z | [ 9] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2268 | 2024-12-16T18:57:04.319Z | [ 11] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2269 | 2024-12-16T18:57:04.319Z | [ 13] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2270 | 2024-12-16T18:57:04.319Z | [ 15] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2271 | 2024-12-16T18:57:04.319Z | [ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2272 | 2024-12-16T18:57:04.319Z | [ 19] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2273 | 2024-12-16T18:57:04.319Z | [SUM] 8.00-9.00 sec 109 MBytes 912 Mbits/sec |
2274 | 2024-12-16T18:57:04.319Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2275 | 2024-12-16T18:57:04.319Z | [ 5] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2276 | 2024-12-16T18:57:04.319Z | [ 7] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2277 | 2024-12-16T18:57:04.319Z | [ 9] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2278 | 2024-12-16T18:57:04.320Z | [ 11] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2279 | 2024-12-16T18:57:04.320Z | [ 13] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2280 | 2024-12-16T18:57:04.320Z | [ 15] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2281 | 2024-12-16T18:57:04.320Z | [ 17] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2282 | 2024-12-16T18:57:04.320Z | [ 19] 9.00-10.00 sec 13.5 MBytes 114 Mbits/sec |
2283 | 2024-12-16T18:57:04.320Z | [SUM] 9.00-10.00 sec 109 MBytes 910 Mbits/sec |
2284 | 2024-12-16T18:57:04.320Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2285 | 2024-12-16T18:57:04.320Z | [ 5] 10.00-10.00 sec 102 KBytes 205 Mbits/sec |
2286 | 2024-12-16T18:57:04.320Z | [ 7] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec |
2287 | 2024-12-16T18:57:04.320Z | [ 9] 10.00-10.00 sec 124 KBytes 250 Mbits/sec |
2288 | 2024-12-16T18:57:04.320Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2289 | 2024-12-16T18:57:04.320Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2290 | 2024-12-16T18:57:04.320Z | [ 15] 10.00-10.00 sec 24.0 KBytes 48.3 Mbits/sec |
2291 | 2024-12-16T18:57:04.320Z | [ 17] 10.00-10.00 sec 113 KBytes 227 Mbits/sec |
2292 | 2024-12-16T18:57:04.320Z | [ 19] 10.00-10.00 sec 124 KBytes 250 Mbits/sec |
2293 | 2024-12-16T18:57:04.320Z | [SUM] 10.00-10.00 sec 544 KBytes 1.09 Gbits/sec |
2294 | 2024-12-16T18:57:04.320Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2295 | 2024-12-16T18:57:04.320Z | [ ID] Interval Transfer Bandwidth |
2296 | 2024-12-16T18:57:04.320Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2297 | 2024-12-16T18:57:04.320Z | [ 5] 0.00-10.00 sec 137 MBytes 115 Mbits/sec receiver |
2298 | 2024-12-16T18:57:04.320Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2299 | 2024-12-16T18:57:04.320Z | [ 7] 0.00-10.00 sec 137 MBytes 115 Mbits/sec receiver |
2300 | 2024-12-16T18:57:04.320Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2301 | 2024-12-16T18:57:04.320Z | [ 9] 0.00-10.00 sec 137 MBytes 115 Mbits/sec receiver |
2302 | 2024-12-16T18:57:04.320Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2303 | 2024-12-16T18:57:04.320Z | [ 11] 0.00-10.00 sec 137 MBytes 115 Mbits/sec receiver |
2304 | 2024-12-16T18:57:04.320Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2305 | 2024-12-16T18:57:04.320Z | [ 13] 0.00-10.00 sec 137 MBytes 115 Mbits/sec receiver |
2306 | 2024-12-16T18:57:04.320Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2307 | 2024-12-16T18:57:04.320Z | [ 15] 0.00-10.00 sec 137 MBytes 115 Mbits/sec receiver |
2308 | 2024-12-16T18:57:04.320Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2309 | 2024-12-16T18:57:04.320Z | [ 17] 0.00-10.00 sec 137 MBytes 115 Mbits/sec receiver |
2310 | 2024-12-16T18:57:04.320Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2311 | 2024-12-16T18:57:04.320Z | [ 19] 0.00-10.00 sec 137 MBytes 115 Mbits/sec receiver |
2312 | 2024-12-16T18:57:04.320Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2313 | 2024-12-16T18:57:04.320Z | [SUM] 0.00-10.00 sec 1.07 GBytes 920 Mbits/sec receiver |
2314 | 2024-12-16T18:57:04.323Z | Run 1/10...920.492100436349Mbps |
2315 | 2024-12-16T18:57:11.352Z | ----------------------------------------------------------- |
2316 | 2024-12-16T18:57:11.352Z | Server listening on 5201 |
2317 | 2024-12-16T18:57:11.352Z | ----------------------------------------------------------- |
2318 | 2024-12-16T18:57:11.352Z | Accepted connection from 10.0.0.1, port 32984 |
2319 | 2024-12-16T18:57:11.352Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38297 |
2320 | 2024-12-16T18:57:11.352Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59514 |
2321 | 2024-12-16T18:57:11.352Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58218 |
2322 | 2024-12-16T18:57:11.352Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36688 |
2323 | 2024-12-16T18:57:11.353Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57998 |
2324 | 2024-12-16T18:57:11.353Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59600 |
2325 | 2024-12-16T18:57:11.353Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62273 |
2326 | 2024-12-16T18:57:11.353Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57378 |
2327 | 2024-12-16T18:57:11.353Z | [ ID] Interval Transfer Bandwidth |
2328 | 2024-12-16T18:57:11.353Z | [ 5] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
2329 | 2024-12-16T18:57:11.353Z | [ 7] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2330 | 2024-12-16T18:57:11.353Z | [ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2331 | 2024-12-16T18:57:11.353Z | [ 11] 0.00-1.00 sec 11.8 MBytes 99.1 Mbits/sec |
2332 | 2024-12-16T18:57:11.353Z | [ 13] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
2333 | 2024-12-16T18:57:11.353Z | [ 15] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
2334 | 2024-12-16T18:57:11.353Z | [ 17] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
2335 | 2024-12-16T18:57:11.353Z | [ 19] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
2336 | 2024-12-16T18:57:11.353Z | [SUM] 0.00-1.00 sec 94.9 MBytes 796 Mbits/sec |
2337 | 2024-12-16T18:57:11.353Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2338 | 2024-12-16T18:57:11.353Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2339 | 2024-12-16T18:57:11.357Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2340 | 2024-12-16T18:57:11.357Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2341 | 2024-12-16T18:57:11.357Z | [ 11] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec |
2342 | 2024-12-16T18:57:11.357Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2343 | 2024-12-16T18:57:11.357Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2344 | 2024-12-16T18:57:11.357Z | [ 17] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec |
2345 | 2024-12-16T18:57:11.357Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2346 | 2024-12-16T18:57:11.357Z | [SUM] 1.00-2.00 sec 106 MBytes 892 Mbits/sec |
2347 | 2024-12-16T18:57:11.357Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2348 | 2024-12-16T18:57:11.357Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2349 | 2024-12-16T18:57:11.357Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2350 | 2024-12-16T18:57:11.357Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2351 | 2024-12-16T18:57:11.357Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2352 | 2024-12-16T18:57:11.357Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2353 | 2024-12-16T18:57:11.357Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2354 | 2024-12-16T18:57:11.357Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2355 | 2024-12-16T18:57:11.357Z | [ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2356 | 2024-12-16T18:57:11.357Z | [SUM] 2.00-3.00 sec 106 MBytes 885 Mbits/sec |
2357 | 2024-12-16T18:57:11.357Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2358 | 2024-12-16T18:57:11.358Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2359 | 2024-12-16T18:57:11.358Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2360 | 2024-12-16T18:57:11.358Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2361 | 2024-12-16T18:57:11.358Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2362 | 2024-12-16T18:57:11.358Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2363 | 2024-12-16T18:57:11.358Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2364 | 2024-12-16T18:57:11.358Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2365 | 2024-12-16T18:57:11.358Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2366 | 2024-12-16T18:57:11.358Z | [SUM] 3.00-4.00 sec 105 MBytes 881 Mbits/sec |
2367 | 2024-12-16T18:57:11.358Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2368 | 2024-12-16T18:57:11.358Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2369 | 2024-12-16T18:57:11.358Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2370 | 2024-12-16T18:57:11.358Z | [ 9] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
2371 | 2024-12-16T18:57:11.358Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2372 | 2024-12-16T18:57:11.358Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2373 | 2024-12-16T18:57:11.358Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2374 | 2024-12-16T18:57:11.358Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2375 | 2024-12-16T18:57:11.358Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2376 | 2024-12-16T18:57:11.358Z | [SUM] 4.00-5.00 sec 104 MBytes 872 Mbits/sec |
2377 | 2024-12-16T18:57:11.358Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2378 | 2024-12-16T18:57:11.358Z | [ 5] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
2379 | 2024-12-16T18:57:11.358Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2380 | 2024-12-16T18:57:11.358Z | [ 9] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
2381 | 2024-12-16T18:57:11.358Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2382 | 2024-12-16T18:57:11.358Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2383 | 2024-12-16T18:57:11.358Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2384 | 2024-12-16T18:57:11.358Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2385 | 2024-12-16T18:57:11.358Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2386 | 2024-12-16T18:57:11.358Z | [SUM] 5.00-6.00 sec 103 MBytes 864 Mbits/sec |
2387 | 2024-12-16T18:57:11.358Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2388 | 2024-12-16T18:57:11.358Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2389 | 2024-12-16T18:57:11.358Z | [ 7] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
2390 | 2024-12-16T18:57:11.358Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2391 | 2024-12-16T18:57:14.579Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2392 | 2024-12-16T18:57:14.579Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2393 | 2024-12-16T18:57:14.579Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2394 | 2024-12-16T18:57:14.579Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2395 | 2024-12-16T18:57:14.579Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2396 | 2024-12-16T18:57:14.579Z | [SUM] 6.00-7.00 sec 104 MBytes 872 Mbits/sec |
2397 | 2024-12-16T18:57:14.579Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2398 | 2024-12-16T18:57:14.579Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2399 | 2024-12-16T18:57:14.579Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2400 | 2024-12-16T18:57:14.580Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2401 | 2024-12-16T18:57:14.580Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2402 | 2024-12-16T18:57:14.580Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2403 | 2024-12-16T18:57:14.580Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2404 | 2024-12-16T18:57:14.580Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2405 | 2024-12-16T18:57:14.580Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2406 | 2024-12-16T18:57:14.580Z | [SUM] 7.00-8.00 sec 105 MBytes 881 Mbits/sec |
2407 | 2024-12-16T18:57:14.580Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2408 | 2024-12-16T18:57:14.580Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2409 | 2024-12-16T18:57:14.580Z | [ 7] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
2410 | 2024-12-16T18:57:14.580Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2411 | 2024-12-16T18:57:14.580Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2412 | 2024-12-16T18:57:14.580Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2413 | 2024-12-16T18:57:14.580Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2414 | 2024-12-16T18:57:14.580Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2415 | 2024-12-16T18:57:14.580Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2416 | 2024-12-16T18:57:14.580Z | [SUM] 8.00-9.00 sec 105 MBytes 881 Mbits/sec |
2417 | 2024-12-16T18:57:14.580Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2418 | 2024-12-16T18:57:14.580Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2419 | 2024-12-16T18:57:14.580Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2420 | 2024-12-16T18:57:14.580Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2421 | 2024-12-16T18:57:14.580Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2422 | 2024-12-16T18:57:14.580Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2423 | 2024-12-16T18:57:14.580Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2424 | 2024-12-16T18:57:14.580Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2425 | 2024-12-16T18:57:14.580Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2426 | 2024-12-16T18:57:14.580Z | [SUM] 9.00-10.00 sec 103 MBytes 868 Mbits/sec |
2427 | 2024-12-16T18:57:14.580Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2428 | 2024-12-16T18:57:14.580Z | [ 5] 10.00-10.00 sec 82.0 KBytes 150 Mbits/sec |
2429 | 2024-12-16T18:57:14.580Z | [ 7] 10.00-10.00 sec 113 KBytes 208 Mbits/sec |
2430 | 2024-12-16T18:57:14.580Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2431 | 2024-12-16T18:57:14.580Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2432 | 2024-12-16T18:57:14.580Z | [ 13] 10.00-10.00 sec 49.5 KBytes 90.8 Mbits/sec |
2433 | 2024-12-16T18:57:14.580Z | [ 15] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
2434 | 2024-12-16T18:57:14.580Z | [ 17] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
2435 | 2024-12-16T18:57:14.580Z | [ 19] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
2436 | 2024-12-16T18:57:14.580Z | [SUM] 10.00-10.00 sec 618 KBytes 1.13 Gbits/sec |
2437 | 2024-12-16T18:57:14.581Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2438 | 2024-12-16T18:57:14.581Z | [ ID] Interval Transfer Bandwidth |
2439 | 2024-12-16T18:57:14.581Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2440 | 2024-12-16T18:57:14.581Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2441 | 2024-12-16T18:57:14.581Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2442 | 2024-12-16T18:57:14.581Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2443 | 2024-12-16T18:57:14.581Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2444 | 2024-12-16T18:57:14.581Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2445 | 2024-12-16T18:57:14.581Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2446 | 2024-12-16T18:57:14.581Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2447 | 2024-12-16T18:57:14.581Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2448 | 2024-12-16T18:57:14.581Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2449 | 2024-12-16T18:57:14.581Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2450 | 2024-12-16T18:57:14.581Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2451 | 2024-12-16T18:57:14.581Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2452 | 2024-12-16T18:57:14.581Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2453 | 2024-12-16T18:57:14.581Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2454 | 2024-12-16T18:57:14.581Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2455 | 2024-12-16T18:57:14.581Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2456 | 2024-12-16T18:57:14.581Z | [SUM] 0.00-10.00 sec 1.01 GBytes 869 Mbits/sec receiver |
2457 | 2024-12-16T18:57:14.584Z | Run 2/10...869.871590554804Mbps |
2458 | 2024-12-16T18:57:21.616Z | ----------------------------------------------------------- |
2459 | 2024-12-16T18:57:21.616Z | Server listening on 5201 |
2460 | 2024-12-16T18:57:21.616Z | ----------------------------------------------------------- |
2461 | 2024-12-16T18:57:21.616Z | Accepted connection from 10.0.0.1, port 53830 |
2462 | 2024-12-16T18:57:21.616Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63782 |
2463 | 2024-12-16T18:57:21.616Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44330 |
2464 | 2024-12-16T18:57:21.616Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38886 |
2465 | 2024-12-16T18:57:21.616Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61442 |
2466 | 2024-12-16T18:57:21.616Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48741 |
2467 | 2024-12-16T18:57:21.616Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45019 |
2468 | 2024-12-16T18:57:21.616Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65028 |
2469 | 2024-12-16T18:57:21.616Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59255 |
2470 | 2024-12-16T18:57:21.616Z | [ ID] Interval Transfer Bandwidth |
2471 | 2024-12-16T18:57:21.616Z | [ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2472 | 2024-12-16T18:57:21.616Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2473 | 2024-12-16T18:57:21.616Z | [ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2474 | 2024-12-16T18:57:21.616Z | [ 11] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2475 | 2024-12-16T18:57:21.616Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2476 | 2024-12-16T18:57:21.616Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2477 | 2024-12-16T18:57:21.616Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2478 | 2024-12-16T18:57:21.616Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec |
2479 | 2024-12-16T18:57:21.617Z | [SUM] 0.00-1.00 sec 95.6 MBytes 802 Mbits/sec |
2480 | 2024-12-16T18:57:21.617Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2481 | 2024-12-16T18:57:21.617Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2482 | 2024-12-16T18:57:21.617Z | [ 7] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
2483 | 2024-12-16T18:57:21.617Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2484 | 2024-12-16T18:57:21.617Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2485 | 2024-12-16T18:57:21.617Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2486 | 2024-12-16T18:57:21.617Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2487 | 2024-12-16T18:57:21.617Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2488 | 2024-12-16T18:57:21.617Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2489 | 2024-12-16T18:57:21.617Z | [SUM] 1.00-2.00 sec 106 MBytes 885 Mbits/sec |
2490 | 2024-12-16T18:57:21.617Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2491 | 2024-12-16T18:57:21.617Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2492 | 2024-12-16T18:57:21.617Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2493 | 2024-12-16T18:57:21.617Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2494 | 2024-12-16T18:57:21.617Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2495 | 2024-12-16T18:57:21.617Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2496 | 2024-12-16T18:57:21.617Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2497 | 2024-12-16T18:57:21.617Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2498 | 2024-12-16T18:57:21.617Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2499 | 2024-12-16T18:57:21.617Z | [SUM] 2.00-3.00 sec 105 MBytes 884 Mbits/sec |
2500 | 2024-12-16T18:57:21.617Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2501 | 2024-12-16T18:57:21.617Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2502 | 2024-12-16T18:57:21.617Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2503 | 2024-12-16T18:57:21.617Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2504 | 2024-12-16T18:57:21.617Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2505 | 2024-12-16T18:57:21.617Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2506 | 2024-12-16T18:57:21.617Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2507 | 2024-12-16T18:57:21.617Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2508 | 2024-12-16T18:57:21.617Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2509 | 2024-12-16T18:57:21.617Z | [SUM] 3.00-4.00 sec 105 MBytes 879 Mbits/sec |
2510 | 2024-12-16T18:57:21.617Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2511 | 2024-12-16T18:57:21.617Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2512 | 2024-12-16T18:57:21.617Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2513 | 2024-12-16T18:57:21.617Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2514 | 2024-12-16T18:57:21.617Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2515 | 2024-12-16T18:57:21.617Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2516 | 2024-12-16T18:57:21.617Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2517 | 2024-12-16T18:57:21.618Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2518 | 2024-12-16T18:57:21.618Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2519 | 2024-12-16T18:57:21.618Z | [SUM] 4.00-5.00 sec 104 MBytes 875 Mbits/sec |
2520 | 2024-12-16T18:57:21.618Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2521 | 2024-12-16T18:57:21.618Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2522 | 2024-12-16T18:57:21.618Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2523 | 2024-12-16T18:57:21.618Z | [ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2524 | 2024-12-16T18:57:21.618Z | [ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2525 | 2024-12-16T18:57:21.618Z | [ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2526 | 2024-12-16T18:57:21.618Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2527 | 2024-12-16T18:57:21.618Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2528 | 2024-12-16T18:57:21.618Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2529 | 2024-12-16T18:57:21.618Z | [SUM] 5.00-6.00 sec 105 MBytes 882 Mbits/sec |
2530 | 2024-12-16T18:57:21.618Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2531 | 2024-12-16T18:57:21.618Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2532 | 2024-12-16T18:57:21.618Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2533 | 2024-12-16T18:57:21.618Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2534 | 2024-12-16T18:57:24.729Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2535 | 2024-12-16T18:57:24.729Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2536 | 2024-12-16T18:57:24.729Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2537 | 2024-12-16T18:57:24.729Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2538 | 2024-12-16T18:57:24.729Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2539 | 2024-12-16T18:57:24.729Z | [SUM] 6.00-7.00 sec 105 MBytes 878 Mbits/sec |
2540 | 2024-12-16T18:57:24.729Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2541 | 2024-12-16T18:57:24.729Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2542 | 2024-12-16T18:57:24.730Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2543 | 2024-12-16T18:57:24.730Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2544 | 2024-12-16T18:57:24.730Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2545 | 2024-12-16T18:57:24.730Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2546 | 2024-12-16T18:57:24.730Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2547 | 2024-12-16T18:57:24.730Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2548 | 2024-12-16T18:57:24.730Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2549 | 2024-12-16T18:57:24.730Z | [SUM] 7.00-8.00 sec 104 MBytes 874 Mbits/sec |
2550 | 2024-12-16T18:57:24.730Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2551 | 2024-12-16T18:57:24.730Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2552 | 2024-12-16T18:57:24.730Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2553 | 2024-12-16T18:57:24.730Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2554 | 2024-12-16T18:57:24.730Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2555 | 2024-12-16T18:57:24.730Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2556 | 2024-12-16T18:57:24.730Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2557 | 2024-12-16T18:57:24.730Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2558 | 2024-12-16T18:57:24.730Z | [ 19] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
2559 | 2024-12-16T18:57:24.730Z | [SUM] 8.00-9.00 sec 105 MBytes 881 Mbits/sec |
2560 | 2024-12-16T18:57:24.730Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2561 | 2024-12-16T18:57:24.730Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2562 | 2024-12-16T18:57:24.730Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2563 | 2024-12-16T18:57:24.730Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2564 | 2024-12-16T18:57:24.730Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2565 | 2024-12-16T18:57:24.730Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2566 | 2024-12-16T18:57:24.730Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2567 | 2024-12-16T18:57:24.730Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2568 | 2024-12-16T18:57:24.730Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2569 | 2024-12-16T18:57:24.730Z | [SUM] 9.00-10.00 sec 105 MBytes 879 Mbits/sec |
2570 | 2024-12-16T18:57:24.730Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2571 | 2024-12-16T18:57:24.730Z | [ 5] 10.00-10.00 sec 14.1 KBytes 29.9 Mbits/sec |
2572 | 2024-12-16T18:57:24.730Z | [ 7] 10.00-10.00 sec 45.2 KBytes 95.7 Mbits/sec |
2573 | 2024-12-16T18:57:24.730Z | [ 9] 10.00-10.00 sec 124 KBytes 263 Mbits/sec |
2574 | 2024-12-16T18:57:24.730Z | [ 11] 10.00-10.00 sec 122 KBytes 257 Mbits/sec |
2575 | 2024-12-16T18:57:24.730Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2576 | 2024-12-16T18:57:24.730Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2577 | 2024-12-16T18:57:24.731Z | [ 17] 10.00-10.00 sec 55.1 KBytes 117 Mbits/sec |
2578 | 2024-12-16T18:57:24.731Z | [ 19] 10.00-10.00 sec 124 KBytes 263 Mbits/sec |
2579 | 2024-12-16T18:57:24.731Z | [SUM] 10.00-10.00 sec 485 KBytes 1.03 Gbits/sec |
2580 | 2024-12-16T18:57:24.731Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2581 | 2024-12-16T18:57:24.731Z | [ ID] Interval Transfer Bandwidth |
2582 | 2024-12-16T18:57:24.731Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2583 | 2024-12-16T18:57:24.731Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2584 | 2024-12-16T18:57:24.731Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2585 | 2024-12-16T18:57:24.731Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2586 | 2024-12-16T18:57:24.731Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2587 | 2024-12-16T18:57:24.731Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2588 | 2024-12-16T18:57:24.734Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2589 | 2024-12-16T18:57:24.734Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2590 | 2024-12-16T18:57:24.734Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2591 | 2024-12-16T18:57:24.734Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2592 | 2024-12-16T18:57:24.734Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2593 | 2024-12-16T18:57:24.734Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2594 | 2024-12-16T18:57:24.734Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2595 | 2024-12-16T18:57:24.734Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2596 | 2024-12-16T18:57:24.734Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2597 | 2024-12-16T18:57:24.734Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2598 | 2024-12-16T18:57:24.734Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2599 | 2024-12-16T18:57:24.734Z | [SUM] 0.00-10.00 sec 1.02 GBytes 872 Mbits/sec receiver |
2600 | 2024-12-16T18:57:24.734Z | Run 3/10...872.461348605607Mbps |
2601 | 2024-12-16T18:57:31.768Z | ----------------------------------------------------------- |
2602 | 2024-12-16T18:57:31.768Z | Server listening on 5201 |
2603 | 2024-12-16T18:57:31.768Z | ----------------------------------------------------------- |
2604 | 2024-12-16T18:57:31.768Z | Accepted connection from 10.0.0.1, port 64364 |
2605 | 2024-12-16T18:57:31.768Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48770 |
2606 | 2024-12-16T18:57:31.768Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47221 |
2607 | 2024-12-16T18:57:31.768Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45090 |
2608 | 2024-12-16T18:57:31.768Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34475 |
2609 | 2024-12-16T18:57:31.768Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57771 |
2610 | 2024-12-16T18:57:31.768Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33461 |
2611 | 2024-12-16T18:57:31.768Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35834 |
2612 | 2024-12-16T18:57:31.769Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48064 |
2613 | 2024-12-16T18:57:31.769Z | [ ID] Interval Transfer Bandwidth |
2614 | 2024-12-16T18:57:31.769Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2615 | 2024-12-16T18:57:31.769Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2616 | 2024-12-16T18:57:31.769Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2617 | 2024-12-16T18:57:31.769Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2618 | 2024-12-16T18:57:31.769Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2619 | 2024-12-16T18:57:31.769Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2620 | 2024-12-16T18:57:31.769Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2621 | 2024-12-16T18:57:31.769Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2622 | 2024-12-16T18:57:31.769Z | [SUM] 0.00-1.00 sec 98.0 MBytes 822 Mbits/sec |
2623 | 2024-12-16T18:57:31.769Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2624 | 2024-12-16T18:57:31.769Z | [ 5] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
2625 | 2024-12-16T18:57:31.769Z | [ 7] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
2626 | 2024-12-16T18:57:31.769Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2627 | 2024-12-16T18:57:31.769Z | [ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2628 | 2024-12-16T18:57:31.769Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2629 | 2024-12-16T18:57:31.769Z | [ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2630 | 2024-12-16T18:57:31.769Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2631 | 2024-12-16T18:57:31.769Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2632 | 2024-12-16T18:57:31.769Z | [SUM] 1.00-2.00 sec 107 MBytes 901 Mbits/sec |
2633 | 2024-12-16T18:57:31.769Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2634 | 2024-12-16T18:57:31.769Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2635 | 2024-12-16T18:57:31.769Z | [ 7] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
2636 | 2024-12-16T18:57:31.769Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2637 | 2024-12-16T18:57:31.769Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2638 | 2024-12-16T18:57:31.769Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2639 | 2024-12-16T18:57:31.769Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2640 | 2024-12-16T18:57:31.769Z | [ 17] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
2641 | 2024-12-16T18:57:31.769Z | [ 19] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
2642 | 2024-12-16T18:57:31.769Z | [SUM] 2.00-3.00 sec 106 MBytes 890 Mbits/sec |
2643 | 2024-12-16T18:57:31.769Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2644 | 2024-12-16T18:57:31.769Z | [ 5] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2645 | 2024-12-16T18:57:31.769Z | [ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2646 | 2024-12-16T18:57:31.769Z | [ 9] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
2647 | 2024-12-16T18:57:31.769Z | [ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2648 | 2024-12-16T18:57:31.770Z | [ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2649 | 2024-12-16T18:57:31.770Z | [ 15] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2650 | 2024-12-16T18:57:31.770Z | [ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2651 | 2024-12-16T18:57:31.770Z | [ 19] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
2652 | 2024-12-16T18:57:31.770Z | [SUM] 3.00-4.00 sec 106 MBytes 890 Mbits/sec |
2653 | 2024-12-16T18:57:31.770Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2654 | 2024-12-16T18:57:31.770Z | [ 5] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2655 | 2024-12-16T18:57:31.770Z | [ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2656 | 2024-12-16T18:57:31.770Z | [ 9] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
2657 | 2024-12-16T18:57:31.770Z | [ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2658 | 2024-12-16T18:57:31.770Z | [ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2659 | 2024-12-16T18:57:31.770Z | [ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2660 | 2024-12-16T18:57:31.770Z | [ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2661 | 2024-12-16T18:57:31.770Z | [ 19] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec |
2662 | 2024-12-16T18:57:31.770Z | [SUM] 4.00-5.00 sec 107 MBytes 896 Mbits/sec |
2663 | 2024-12-16T18:57:31.770Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2664 | 2024-12-16T18:57:31.770Z | [ 5] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2665 | 2024-12-16T18:57:31.770Z | [ 7] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2666 | 2024-12-16T18:57:31.770Z | [ 9] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2667 | 2024-12-16T18:57:31.770Z | [ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2668 | 2024-12-16T18:57:31.770Z | [ 13] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2669 | 2024-12-16T18:57:31.771Z | [ 15] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2670 | 2024-12-16T18:57:31.771Z | [ 17] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec |
2671 | 2024-12-16T18:57:31.771Z | [ 19] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2672 | 2024-12-16T18:57:31.771Z | [SUM] 5.00-6.00 sec 107 MBytes 896 Mbits/sec |
2673 | 2024-12-16T18:57:31.771Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2674 | 2024-12-16T18:57:31.771Z | [ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2675 | 2024-12-16T18:57:31.771Z | [ 7] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec |
2676 | 2024-12-16T18:57:31.771Z | [ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2677 | 2024-12-16T18:57:34.992Z | [ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2678 | 2024-12-16T18:57:34.992Z | [ 13] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec |
2679 | 2024-12-16T18:57:34.992Z | [ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2680 | 2024-12-16T18:57:34.992Z | [ 17] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec |
2681 | 2024-12-16T18:57:34.992Z | [ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2682 | 2024-12-16T18:57:34.992Z | [SUM] 6.00-7.00 sec 107 MBytes 894 Mbits/sec |
2683 | 2024-12-16T18:57:34.992Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2684 | 2024-12-16T18:57:34.992Z | [ 5] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2685 | 2024-12-16T18:57:34.992Z | [ 7] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec |
2686 | 2024-12-16T18:57:34.992Z | [ 9] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec |
2687 | 2024-12-16T18:57:34.992Z | [ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2688 | 2024-12-16T18:57:34.992Z | [ 13] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec |
2689 | 2024-12-16T18:57:34.992Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2690 | 2024-12-16T18:57:34.992Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2691 | 2024-12-16T18:57:34.992Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2692 | 2024-12-16T18:57:34.992Z | [SUM] 7.00-8.00 sec 108 MBytes 902 Mbits/sec |
2693 | 2024-12-16T18:57:34.992Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2694 | 2024-12-16T18:57:34.992Z | [ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2695 | 2024-12-16T18:57:34.992Z | [ 7] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2696 | 2024-12-16T18:57:34.992Z | [ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2697 | 2024-12-16T18:57:34.993Z | [ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2698 | 2024-12-16T18:57:34.993Z | [ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2699 | 2024-12-16T18:57:34.993Z | [ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2700 | 2024-12-16T18:57:34.993Z | [ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2701 | 2024-12-16T18:57:34.993Z | [ 19] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2702 | 2024-12-16T18:57:34.993Z | [SUM] 8.00-9.00 sec 107 MBytes 897 Mbits/sec |
2703 | 2024-12-16T18:57:34.993Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2704 | 2024-12-16T18:57:34.993Z | [ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2705 | 2024-12-16T18:57:34.993Z | [ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2706 | 2024-12-16T18:57:34.993Z | [ 9] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
2707 | 2024-12-16T18:57:34.993Z | [ 11] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2708 | 2024-12-16T18:57:34.993Z | [ 13] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2709 | 2024-12-16T18:57:34.993Z | [ 15] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2710 | 2024-12-16T18:57:34.993Z | [ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2711 | 2024-12-16T18:57:34.993Z | [ 19] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
2712 | 2024-12-16T18:57:34.993Z | [SUM] 9.00-10.00 sec 107 MBytes 896 Mbits/sec |
2713 | 2024-12-16T18:57:34.993Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2714 | 2024-12-16T18:57:34.993Z | [ 5] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec |
2715 | 2024-12-16T18:57:34.993Z | [ 7] 10.00-10.00 sec 42.4 KBytes 94.2 Mbits/sec |
2716 | 2024-12-16T18:57:34.993Z | [ 9] 10.00-10.00 sec 119 KBytes 264 Mbits/sec |
2717 | 2024-12-16T18:57:34.993Z | [ 11] 10.00-10.00 sec 124 KBytes 276 Mbits/sec |
2718 | 2024-12-16T18:57:34.993Z | [ 13] 10.00-10.00 sec 8.48 KBytes 18.8 Mbits/sec |
2719 | 2024-12-16T18:57:34.993Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2720 | 2024-12-16T18:57:34.993Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2721 | 2024-12-16T18:57:34.993Z | [ 19] 10.00-10.00 sec 62.2 KBytes 138 Mbits/sec |
2722 | 2024-12-16T18:57:34.993Z | [SUM] 10.00-10.00 sec 413 KBytes 916 Mbits/sec |
2723 | 2024-12-16T18:57:34.993Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2724 | 2024-12-16T18:57:34.993Z | [ ID] Interval Transfer Bandwidth |
2725 | 2024-12-16T18:57:34.993Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2726 | 2024-12-16T18:57:34.993Z | [ 5] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver |
2727 | 2024-12-16T18:57:34.993Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2728 | 2024-12-16T18:57:34.993Z | [ 7] 0.00-10.00 sec 133 MBytes 111 Mbits/sec receiver |
2729 | 2024-12-16T18:57:34.993Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2730 | 2024-12-16T18:57:34.993Z | [ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
2731 | 2024-12-16T18:57:34.993Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2732 | 2024-12-16T18:57:34.993Z | [ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
2733 | 2024-12-16T18:57:34.993Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2734 | 2024-12-16T18:57:34.994Z | [ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
2735 | 2024-12-16T18:57:34.994Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2736 | 2024-12-16T18:57:34.994Z | [ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
2737 | 2024-12-16T18:57:34.994Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2738 | 2024-12-16T18:57:34.994Z | [ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
2739 | 2024-12-16T18:57:34.994Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2740 | 2024-12-16T18:57:34.994Z | [ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
2741 | 2024-12-16T18:57:34.994Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2742 | 2024-12-16T18:57:34.994Z | [SUM] 0.00-10.00 sec 1.03 GBytes 888 Mbits/sec receiver |
2743 | 2024-12-16T18:57:34.997Z | Run 4/10...888.8916318005939Mbps |
2744 | 2024-12-16T18:57:42.026Z | ----------------------------------------------------------- |
2745 | 2024-12-16T18:57:42.026Z | Server listening on 5201 |
2746 | 2024-12-16T18:57:42.026Z | ----------------------------------------------------------- |
2747 | 2024-12-16T18:57:42.026Z | Accepted connection from 10.0.0.1, port 63649 |
2748 | 2024-12-16T18:57:42.026Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51092 |
2749 | 2024-12-16T18:57:42.026Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65453 |
2750 | 2024-12-16T18:57:42.027Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60491 |
2751 | 2024-12-16T18:57:42.027Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53382 |
2752 | 2024-12-16T18:57:42.027Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40833 |
2753 | 2024-12-16T18:57:42.027Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50624 |
2754 | 2024-12-16T18:57:42.027Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44245 |
2755 | 2024-12-16T18:57:42.027Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43855 |
2756 | 2024-12-16T18:57:42.027Z | [ ID] Interval Transfer Bandwidth |
2757 | 2024-12-16T18:57:42.027Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2758 | 2024-12-16T18:57:42.027Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2759 | 2024-12-16T18:57:42.027Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2760 | 2024-12-16T18:57:42.027Z | [ 11] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
2761 | 2024-12-16T18:57:42.027Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2762 | 2024-12-16T18:57:42.027Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2763 | 2024-12-16T18:57:42.027Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2764 | 2024-12-16T18:57:42.027Z | [ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2765 | 2024-12-16T18:57:42.027Z | [SUM] 0.00-1.00 sec 96.8 MBytes 812 Mbits/sec |
2766 | 2024-12-16T18:57:42.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2767 | 2024-12-16T18:57:42.027Z | [ 5] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2768 | 2024-12-16T18:57:42.027Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2769 | 2024-12-16T18:57:42.027Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2770 | 2024-12-16T18:57:42.027Z | [ 11] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
2771 | 2024-12-16T18:57:42.027Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2772 | 2024-12-16T18:57:42.027Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2773 | 2024-12-16T18:57:42.027Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2774 | 2024-12-16T18:57:42.027Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2775 | 2024-12-16T18:57:42.027Z | [SUM] 1.00-2.00 sec 107 MBytes 898 Mbits/sec |
2776 | 2024-12-16T18:57:42.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2777 | 2024-12-16T18:57:42.027Z | [ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2778 | 2024-12-16T18:57:42.027Z | [ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2779 | 2024-12-16T18:57:42.027Z | [ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2780 | 2024-12-16T18:57:42.027Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2781 | 2024-12-16T18:57:42.027Z | [ 13] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
2782 | 2024-12-16T18:57:42.027Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2783 | 2024-12-16T18:57:42.027Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2784 | 2024-12-16T18:57:42.027Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2785 | 2024-12-16T18:57:42.028Z | [SUM] 2.00-3.00 sec 107 MBytes 896 Mbits/sec |
2786 | 2024-12-16T18:57:42.028Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2787 | 2024-12-16T18:57:42.028Z | [ 5] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2788 | 2024-12-16T18:57:42.028Z | [ 7] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec |
2789 | 2024-12-16T18:57:42.028Z | [ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2790 | 2024-12-16T18:57:42.028Z | [ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2791 | 2024-12-16T18:57:42.028Z | [ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2792 | 2024-12-16T18:57:42.028Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2793 | 2024-12-16T18:57:42.028Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2794 | 2024-12-16T18:57:42.028Z | [ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2795 | 2024-12-16T18:57:42.031Z | [SUM] 3.00-4.00 sec 107 MBytes 901 Mbits/sec |
2796 | 2024-12-16T18:57:42.031Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2797 | 2024-12-16T18:57:42.031Z | [ 5] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2798 | 2024-12-16T18:57:42.031Z | [ 7] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec |
2799 | 2024-12-16T18:57:42.031Z | [ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2800 | 2024-12-16T18:57:42.031Z | [ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2801 | 2024-12-16T18:57:42.031Z | [ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2802 | 2024-12-16T18:57:42.031Z | [ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2803 | 2024-12-16T18:57:42.031Z | [ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2804 | 2024-12-16T18:57:42.031Z | [ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2805 | 2024-12-16T18:57:42.031Z | [SUM] 4.00-5.00 sec 108 MBytes 902 Mbits/sec |
2806 | 2024-12-16T18:57:42.031Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2807 | 2024-12-16T18:57:42.031Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2808 | 2024-12-16T18:57:42.031Z | [ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2809 | 2024-12-16T18:57:42.031Z | [ 9] 5.00-6.00 sec 13.4 MBytes 113 Mbits/sec |
2810 | 2024-12-16T18:57:42.031Z | [ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2811 | 2024-12-16T18:57:42.031Z | [ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2812 | 2024-12-16T18:57:42.032Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2813 | 2024-12-16T18:57:42.032Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2814 | 2024-12-16T18:57:42.032Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2815 | 2024-12-16T18:57:42.032Z | [SUM] 5.00-6.00 sec 108 MBytes 904 Mbits/sec |
2816 | 2024-12-16T18:57:42.032Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2817 | 2024-12-16T18:57:42.032Z | [ 5] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2818 | 2024-12-16T18:57:42.032Z | [ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2819 | 2024-12-16T18:57:42.032Z | [ 9] 6.00-7.00 sec 13.5 MBytes 114 Mbits/sec |
2820 | 2024-12-16T18:57:45.141Z | [ 11] 6.00-7.00 sec 13.5 MBytes 114 Mbits/sec |
2821 | 2024-12-16T18:57:45.141Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2822 | 2024-12-16T18:57:45.141Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2823 | 2024-12-16T18:57:45.141Z | [ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2824 | 2024-12-16T18:57:45.141Z | [ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2825 | 2024-12-16T18:57:45.141Z | [SUM] 6.00-7.00 sec 108 MBytes 906 Mbits/sec |
2826 | 2024-12-16T18:57:45.141Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2827 | 2024-12-16T18:57:45.141Z | [ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2828 | 2024-12-16T18:57:45.141Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2829 | 2024-12-16T18:57:45.141Z | [ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2830 | 2024-12-16T18:57:45.141Z | [ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2831 | 2024-12-16T18:57:45.142Z | [ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2832 | 2024-12-16T18:57:45.142Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2833 | 2024-12-16T18:57:45.142Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2834 | 2024-12-16T18:57:45.142Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2835 | 2024-12-16T18:57:45.142Z | [SUM] 7.00-8.00 sec 108 MBytes 905 Mbits/sec |
2836 | 2024-12-16T18:57:45.142Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2837 | 2024-12-16T18:57:45.142Z | [ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2838 | 2024-12-16T18:57:45.142Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2839 | 2024-12-16T18:57:45.142Z | [ 9] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec |
2840 | 2024-12-16T18:57:45.142Z | [ 11] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2841 | 2024-12-16T18:57:45.142Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2842 | 2024-12-16T18:57:45.142Z | [ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2843 | 2024-12-16T18:57:45.142Z | [ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2844 | 2024-12-16T18:57:45.142Z | [ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2845 | 2024-12-16T18:57:45.142Z | [SUM] 8.00-9.00 sec 108 MBytes 905 Mbits/sec |
2846 | 2024-12-16T18:57:45.142Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2847 | 2024-12-16T18:57:45.142Z | [ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2848 | 2024-12-16T18:57:45.142Z | [ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2849 | 2024-12-16T18:57:45.142Z | [ 9] 9.00-10.00 sec 13.4 MBytes 113 Mbits/sec |
2850 | 2024-12-16T18:57:45.142Z | [ 11] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2851 | 2024-12-16T18:57:45.142Z | [ 13] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2852 | 2024-12-16T18:57:45.142Z | [ 15] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2853 | 2024-12-16T18:57:45.142Z | [ 17] 9.00-10.00 sec 13.4 MBytes 113 Mbits/sec |
2854 | 2024-12-16T18:57:45.142Z | [ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2855 | 2024-12-16T18:57:45.142Z | [SUM] 9.00-10.00 sec 107 MBytes 901 Mbits/sec |
2856 | 2024-12-16T18:57:45.142Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2857 | 2024-12-16T18:57:45.142Z | [ 5] 10.00-10.00 sec 124 KBytes 237 Mbits/sec |
2858 | 2024-12-16T18:57:45.142Z | [ 7] 10.00-10.00 sec 82.0 KBytes 156 Mbits/sec |
2859 | 2024-12-16T18:57:45.142Z | [ 9] 10.00-10.00 sec 124 KBytes 237 Mbits/sec |
2860 | 2024-12-16T18:57:45.142Z | [ 11] 10.00-10.00 sec 93.3 KBytes 178 Mbits/sec |
2861 | 2024-12-16T18:57:45.142Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2862 | 2024-12-16T18:57:45.142Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2863 | 2024-12-16T18:57:45.142Z | [ 17] 10.00-10.00 sec 53.7 KBytes 102 Mbits/sec |
2864 | 2024-12-16T18:57:45.142Z | [ 19] 10.00-10.00 sec 124 KBytes 237 Mbits/sec |
2865 | 2024-12-16T18:57:45.142Z | [SUM] 10.00-10.00 sec 602 KBytes 1.15 Gbits/sec |
2866 | 2024-12-16T18:57:45.143Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2867 | 2024-12-16T18:57:45.143Z | [ ID] Interval Transfer Bandwidth |
2868 | 2024-12-16T18:57:45.143Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2869 | 2024-12-16T18:57:45.143Z | [ 5] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2870 | 2024-12-16T18:57:45.143Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2871 | 2024-12-16T18:57:45.143Z | [ 7] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2872 | 2024-12-16T18:57:45.143Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2873 | 2024-12-16T18:57:45.143Z | [ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2874 | 2024-12-16T18:57:45.143Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2875 | 2024-12-16T18:57:45.143Z | [ 11] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2876 | 2024-12-16T18:57:45.143Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2877 | 2024-12-16T18:57:45.143Z | [ 13] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2878 | 2024-12-16T18:57:45.146Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2879 | 2024-12-16T18:57:45.146Z | [ 15] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2880 | 2024-12-16T18:57:45.146Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2881 | 2024-12-16T18:57:45.146Z | [ 17] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2882 | 2024-12-16T18:57:45.146Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2883 | 2024-12-16T18:57:45.146Z | [ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2884 | 2024-12-16T18:57:45.146Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2885 | 2024-12-16T18:57:45.146Z | [SUM] 0.00-10.00 sec 1.04 GBytes 893 Mbits/sec receiver |
2886 | 2024-12-16T18:57:45.146Z | Run 5/10...893.693066951Mbps |
2887 | 2024-12-16T18:57:52.177Z | ----------------------------------------------------------- |
2888 | 2024-12-16T18:57:52.177Z | Server listening on 5201 |
2889 | 2024-12-16T18:57:52.177Z | ----------------------------------------------------------- |
2890 | 2024-12-16T18:57:52.177Z | Accepted connection from 10.0.0.1, port 56665 |
2891 | 2024-12-16T18:57:52.177Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49419 |
2892 | 2024-12-16T18:57:52.177Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41043 |
2893 | 2024-12-16T18:57:52.177Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59663 |
2894 | 2024-12-16T18:57:52.177Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57913 |
2895 | 2024-12-16T18:57:52.177Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59873 |
2896 | 2024-12-16T18:57:52.177Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60248 |
2897 | 2024-12-16T18:57:52.177Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43043 |
2898 | 2024-12-16T18:57:52.177Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49349 |
2899 | 2024-12-16T18:57:52.177Z | [ ID] Interval Transfer Bandwidth |
2900 | 2024-12-16T18:57:52.178Z | [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2901 | 2024-12-16T18:57:52.178Z | [ 7] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
2902 | 2024-12-16T18:57:52.178Z | [ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2903 | 2024-12-16T18:57:52.178Z | [ 11] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2904 | 2024-12-16T18:57:52.178Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.8 Mbits/sec |
2905 | 2024-12-16T18:57:52.178Z | [ 15] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
2906 | 2024-12-16T18:57:52.178Z | [ 17] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
2907 | 2024-12-16T18:57:52.178Z | [ 19] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
2908 | 2024-12-16T18:57:52.178Z | [SUM] 0.00-1.00 sec 95.1 MBytes 798 Mbits/sec |
2909 | 2024-12-16T18:57:52.178Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2910 | 2024-12-16T18:57:52.178Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2911 | 2024-12-16T18:57:52.178Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2912 | 2024-12-16T18:57:52.178Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2913 | 2024-12-16T18:57:52.178Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2914 | 2024-12-16T18:57:52.178Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2915 | 2024-12-16T18:57:52.178Z | [ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2916 | 2024-12-16T18:57:52.178Z | [ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2917 | 2024-12-16T18:57:52.178Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2918 | 2024-12-16T18:57:52.178Z | [SUM] 1.00-2.00 sec 105 MBytes 882 Mbits/sec |
2919 | 2024-12-16T18:57:52.178Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2920 | 2024-12-16T18:57:52.178Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2921 | 2024-12-16T18:57:52.178Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2922 | 2024-12-16T18:57:52.179Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2923 | 2024-12-16T18:57:52.179Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2924 | 2024-12-16T18:57:52.179Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2925 | 2024-12-16T18:57:52.179Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2926 | 2024-12-16T18:57:52.179Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2927 | 2024-12-16T18:57:52.179Z | [ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2928 | 2024-12-16T18:57:52.179Z | [SUM] 2.00-3.00 sec 106 MBytes 886 Mbits/sec |
2929 | 2024-12-16T18:57:52.179Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2930 | 2024-12-16T18:57:52.179Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2931 | 2024-12-16T18:57:52.179Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2932 | 2024-12-16T18:57:52.179Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2933 | 2024-12-16T18:57:52.179Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2934 | 2024-12-16T18:57:52.179Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2935 | 2024-12-16T18:57:52.179Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2936 | 2024-12-16T18:57:52.179Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2937 | 2024-12-16T18:57:52.179Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2938 | 2024-12-16T18:57:52.179Z | [SUM] 3.00-4.00 sec 105 MBytes 878 Mbits/sec |
2939 | 2024-12-16T18:57:52.179Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2940 | 2024-12-16T18:57:52.179Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2941 | 2024-12-16T18:57:52.179Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2942 | 2024-12-16T18:57:52.179Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2943 | 2024-12-16T18:57:52.179Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2944 | 2024-12-16T18:57:52.179Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2945 | 2024-12-16T18:57:52.179Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2946 | 2024-12-16T18:57:52.179Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2947 | 2024-12-16T18:57:52.179Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2948 | 2024-12-16T18:57:52.179Z | [SUM] 4.00-5.00 sec 105 MBytes 880 Mbits/sec |
2949 | 2024-12-16T18:57:52.179Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2950 | 2024-12-16T18:57:52.179Z | [ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2951 | 2024-12-16T18:57:52.179Z | [ 7] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec |
2952 | 2024-12-16T18:57:52.179Z | [ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2953 | 2024-12-16T18:57:52.179Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2954 | 2024-12-16T18:57:52.179Z | [ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2955 | 2024-12-16T18:57:52.179Z | [ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2956 | 2024-12-16T18:57:52.179Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2957 | 2024-12-16T18:57:52.179Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2958 | 2024-12-16T18:57:52.179Z | [SUM] 5.00-6.00 sec 106 MBytes 886 Mbits/sec |
2959 | 2024-12-16T18:57:52.180Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2960 | 2024-12-16T18:57:52.180Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2961 | 2024-12-16T18:57:52.180Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2962 | 2024-12-16T18:57:52.180Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2963 | 2024-12-16T18:57:55.293Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2964 | 2024-12-16T18:57:55.293Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2965 | 2024-12-16T18:57:55.293Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2966 | 2024-12-16T18:57:55.293Z | [ 17] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec |
2967 | 2024-12-16T18:57:55.293Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2968 | 2024-12-16T18:57:55.293Z | [SUM] 6.00-7.00 sec 105 MBytes 881 Mbits/sec |
2969 | 2024-12-16T18:57:55.293Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2970 | 2024-12-16T18:57:55.293Z | [ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2971 | 2024-12-16T18:57:55.293Z | [ 7] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2972 | 2024-12-16T18:57:55.293Z | [ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2973 | 2024-12-16T18:57:55.293Z | [ 11] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2974 | 2024-12-16T18:57:55.293Z | [ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2975 | 2024-12-16T18:57:55.293Z | [ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2976 | 2024-12-16T18:57:55.294Z | [ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2977 | 2024-12-16T18:57:55.294Z | [ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2978 | 2024-12-16T18:57:55.294Z | [SUM] 7.00-8.00 sec 106 MBytes 889 Mbits/sec |
2979 | 2024-12-16T18:57:55.294Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2980 | 2024-12-16T18:57:55.294Z | [ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2981 | 2024-12-16T18:57:55.294Z | [ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2982 | 2024-12-16T18:57:55.294Z | [ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2983 | 2024-12-16T18:57:55.294Z | [ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2984 | 2024-12-16T18:57:55.294Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2985 | 2024-12-16T18:57:55.294Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2986 | 2024-12-16T18:57:55.294Z | [ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2987 | 2024-12-16T18:57:55.294Z | [ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2988 | 2024-12-16T18:57:55.294Z | [SUM] 8.00-9.00 sec 106 MBytes 886 Mbits/sec |
2989 | 2024-12-16T18:57:55.294Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2990 | 2024-12-16T18:57:55.294Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2991 | 2024-12-16T18:57:55.294Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2992 | 2024-12-16T18:57:55.294Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2993 | 2024-12-16T18:57:55.294Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2994 | 2024-12-16T18:57:55.294Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2995 | 2024-12-16T18:57:55.294Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2996 | 2024-12-16T18:57:55.294Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2997 | 2024-12-16T18:57:55.294Z | [ 19] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec |
2998 | 2024-12-16T18:57:55.294Z | [SUM] 9.00-10.00 sec 105 MBytes 884 Mbits/sec |
2999 | 2024-12-16T18:57:55.294Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3000 | 2024-12-16T18:57:55.294Z | [ 5] 10.00-10.00 sec 124 KBytes 243 Mbits/sec |
3001 | 2024-12-16T18:57:55.294Z | [ 7] 10.00-10.00 sec 50.9 KBytes 99.5 Mbits/sec |
3002 | 2024-12-16T18:57:55.294Z | [ 9] 10.00-10.00 sec 124 KBytes 243 Mbits/sec |
3003 | 2024-12-16T18:57:55.294Z | [ 11] 10.00-10.00 sec 99.0 KBytes 193 Mbits/sec |
3004 | 2024-12-16T18:57:55.294Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3005 | 2024-12-16T18:57:55.294Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3006 | 2024-12-16T18:57:55.294Z | [ 17] 10.00-10.00 sec 25.5 KBytes 49.7 Mbits/sec |
3007 | 2024-12-16T18:57:55.294Z | [ 19] 10.00-10.00 sec 96.2 KBytes 188 Mbits/sec |
3008 | 2024-12-16T18:57:55.294Z | [SUM] 10.00-10.00 sec 520 KBytes 1.02 Gbits/sec |
3009 | 2024-12-16T18:57:55.294Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3010 | 2024-12-16T18:57:55.294Z | [ ID] Interval Transfer Bandwidth |
3011 | 2024-12-16T18:57:55.294Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3012 | 2024-12-16T18:57:55.294Z | [ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3013 | 2024-12-16T18:57:55.294Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3014 | 2024-12-16T18:57:55.294Z | [ 7] 0.00-10.00 sec 131 MBytes 109 Mbits/sec receiver |
3015 | 2024-12-16T18:57:55.295Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3016 | 2024-12-16T18:57:55.295Z | [ 9] 0.00-10.00 sec 131 MBytes 109 Mbits/sec receiver |
3017 | 2024-12-16T18:57:55.295Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3018 | 2024-12-16T18:57:55.295Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3019 | 2024-12-16T18:57:55.295Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3020 | 2024-12-16T18:57:55.295Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3021 | 2024-12-16T18:57:55.295Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3022 | 2024-12-16T18:57:55.295Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3023 | 2024-12-16T18:57:55.295Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3024 | 2024-12-16T18:57:55.295Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3025 | 2024-12-16T18:57:55.295Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3026 | 2024-12-16T18:57:55.295Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3027 | 2024-12-16T18:57:55.295Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3028 | 2024-12-16T18:57:55.295Z | [SUM] 0.00-10.00 sec 1.02 GBytes 875 Mbits/sec receiver |
3029 | 2024-12-16T18:57:55.298Z | Run 6/10...875.705413008939Mbps |
3030 | 2024-12-16T18:58:02.327Z | ----------------------------------------------------------- |
3031 | 2024-12-16T18:58:02.327Z | Server listening on 5201 |
3032 | 2024-12-16T18:58:02.327Z | ----------------------------------------------------------- |
3033 | 2024-12-16T18:58:02.327Z | Accepted connection from 10.0.0.1, port 40895 |
3034 | 2024-12-16T18:58:02.327Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35050 |
3035 | 2024-12-16T18:58:02.327Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47380 |
3036 | 2024-12-16T18:58:02.327Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61281 |
3037 | 2024-12-16T18:58:02.327Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48892 |
3038 | 2024-12-16T18:58:02.327Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54071 |
3039 | 2024-12-16T18:58:02.327Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57319 |
3040 | 2024-12-16T18:58:02.327Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45215 |
3041 | 2024-12-16T18:58:02.327Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52681 |
3042 | 2024-12-16T18:58:02.327Z | [ ID] Interval Transfer Bandwidth |
3043 | 2024-12-16T18:58:02.327Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3044 | 2024-12-16T18:58:02.327Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3045 | 2024-12-16T18:58:02.327Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3046 | 2024-12-16T18:58:02.327Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3047 | 2024-12-16T18:58:02.327Z | [ 13] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
3048 | 2024-12-16T18:58:02.328Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3049 | 2024-12-16T18:58:02.328Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3050 | 2024-12-16T18:58:02.328Z | [ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3051 | 2024-12-16T18:58:02.328Z | [SUM] 0.00-1.00 sec 96.9 MBytes 813 Mbits/sec |
3052 | 2024-12-16T18:58:02.328Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3053 | 2024-12-16T18:58:02.328Z | [ 5] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec |
3054 | 2024-12-16T18:58:02.328Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3055 | 2024-12-16T18:58:02.328Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3056 | 2024-12-16T18:58:02.328Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3057 | 2024-12-16T18:58:02.328Z | [ 13] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec |
3058 | 2024-12-16T18:58:02.328Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3059 | 2024-12-16T18:58:02.328Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3060 | 2024-12-16T18:58:02.328Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3061 | 2024-12-16T18:58:02.328Z | [SUM] 1.00-2.00 sec 107 MBytes 895 Mbits/sec |
3062 | 2024-12-16T18:58:02.328Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3063 | 2024-12-16T18:58:02.328Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3064 | 2024-12-16T18:58:02.328Z | [ 7] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec |
3065 | 2024-12-16T18:58:02.328Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3066 | 2024-12-16T18:58:02.328Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3067 | 2024-12-16T18:58:02.328Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3068 | 2024-12-16T18:58:02.328Z | [ 15] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec |
3069 | 2024-12-16T18:58:02.328Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3070 | 2024-12-16T18:58:02.328Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3071 | 2024-12-16T18:58:02.328Z | [SUM] 2.00-3.00 sec 105 MBytes 884 Mbits/sec |
3072 | 2024-12-16T18:58:02.328Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3073 | 2024-12-16T18:58:02.328Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3074 | 2024-12-16T18:58:02.328Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3075 | 2024-12-16T18:58:02.328Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3076 | 2024-12-16T18:58:02.328Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3077 | 2024-12-16T18:58:02.328Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3078 | 2024-12-16T18:58:02.328Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3079 | 2024-12-16T18:58:02.328Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3080 | 2024-12-16T18:58:02.328Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3081 | 2024-12-16T18:58:02.328Z | [SUM] 3.00-4.00 sec 104 MBytes 875 Mbits/sec |
3082 | 2024-12-16T18:58:02.328Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3083 | 2024-12-16T18:58:02.328Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3084 | 2024-12-16T18:58:02.328Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3085 | 2024-12-16T18:58:02.329Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3086 | 2024-12-16T18:58:02.329Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3087 | 2024-12-16T18:58:02.329Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3088 | 2024-12-16T18:58:02.329Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3089 | 2024-12-16T18:58:02.329Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3090 | 2024-12-16T18:58:02.332Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3091 | 2024-12-16T18:58:02.332Z | [SUM] 4.00-5.00 sec 105 MBytes 879 Mbits/sec |
3092 | 2024-12-16T18:58:02.332Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3093 | 2024-12-16T18:58:02.332Z | [ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3094 | 2024-12-16T18:58:02.332Z | [ 7] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec |
3095 | 2024-12-16T18:58:02.332Z | [ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3096 | 2024-12-16T18:58:02.332Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3097 | 2024-12-16T18:58:02.332Z | [ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3098 | 2024-12-16T18:58:02.332Z | [ 15] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec |
3099 | 2024-12-16T18:58:02.332Z | [ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3100 | 2024-12-16T18:58:02.332Z | [ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3101 | 2024-12-16T18:58:02.332Z | [SUM] 5.00-6.00 sec 106 MBytes 890 Mbits/sec |
3102 | 2024-12-16T18:58:02.332Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3103 | 2024-12-16T18:58:02.332Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3104 | 2024-12-16T18:58:02.332Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3105 | 2024-12-16T18:58:02.332Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3106 | 2024-12-16T18:58:05.444Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3107 | 2024-12-16T18:58:05.444Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3108 | 2024-12-16T18:58:05.444Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3109 | 2024-12-16T18:58:05.444Z | [ 17] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec |
3110 | 2024-12-16T18:58:05.444Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3111 | 2024-12-16T18:58:05.444Z | [SUM] 6.00-7.00 sec 105 MBytes 881 Mbits/sec |
3112 | 2024-12-16T18:58:05.444Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3113 | 2024-12-16T18:58:05.445Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3114 | 2024-12-16T18:58:05.445Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3115 | 2024-12-16T18:58:05.445Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3116 | 2024-12-16T18:58:05.445Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3117 | 2024-12-16T18:58:05.445Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3118 | 2024-12-16T18:58:05.445Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3119 | 2024-12-16T18:58:05.445Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3120 | 2024-12-16T18:58:05.445Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3121 | 2024-12-16T18:58:05.445Z | [SUM] 7.00-8.00 sec 104 MBytes 876 Mbits/sec |
3122 | 2024-12-16T18:58:05.445Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3123 | 2024-12-16T18:58:05.445Z | [ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3124 | 2024-12-16T18:58:05.445Z | [ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3125 | 2024-12-16T18:58:05.445Z | [ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3126 | 2024-12-16T18:58:05.445Z | [ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3127 | 2024-12-16T18:58:05.445Z | [ 13] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3128 | 2024-12-16T18:58:05.445Z | [ 15] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3129 | 2024-12-16T18:58:05.445Z | [ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3130 | 2024-12-16T18:58:05.445Z | [ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3131 | 2024-12-16T18:58:05.445Z | [SUM] 8.00-9.00 sec 106 MBytes 888 Mbits/sec |
3132 | 2024-12-16T18:58:05.445Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3133 | 2024-12-16T18:58:05.445Z | [ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3134 | 2024-12-16T18:58:05.445Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3135 | 2024-12-16T18:58:05.445Z | [ 9] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec |
3136 | 2024-12-16T18:58:05.445Z | [ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3137 | 2024-12-16T18:58:05.445Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3138 | 2024-12-16T18:58:05.445Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3139 | 2024-12-16T18:58:05.445Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3140 | 2024-12-16T18:58:05.445Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3141 | 2024-12-16T18:58:05.445Z | [SUM] 9.00-10.00 sec 106 MBytes 887 Mbits/sec |
3142 | 2024-12-16T18:58:05.445Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3143 | 2024-12-16T18:58:05.445Z | [ 5] 10.00-10.00 sec 83.4 KBytes 165 Mbits/sec |
3144 | 2024-12-16T18:58:05.445Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3145 | 2024-12-16T18:58:05.445Z | [ 9] 10.00-10.00 sec 124 KBytes 246 Mbits/sec |
3146 | 2024-12-16T18:58:05.445Z | [ 11] 10.00-10.00 sec 124 KBytes 246 Mbits/sec |
3147 | 2024-12-16T18:58:05.445Z | [ 13] 10.00-10.00 sec 31.1 KBytes 61.4 Mbits/sec |
3148 | 2024-12-16T18:58:05.445Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3149 | 2024-12-16T18:58:05.445Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3150 | 2024-12-16T18:58:05.445Z | [ 19] 10.00-10.00 sec 124 KBytes 246 Mbits/sec |
3151 | 2024-12-16T18:58:05.445Z | [SUM] 10.00-10.00 sec 488 KBytes 962 Mbits/sec |
3152 | 2024-12-16T18:58:05.446Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3153 | 2024-12-16T18:58:05.446Z | [ ID] Interval Transfer Bandwidth |
3154 | 2024-12-16T18:58:05.446Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3155 | 2024-12-16T18:58:05.446Z | [ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3156 | 2024-12-16T18:58:05.446Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3157 | 2024-12-16T18:58:05.446Z | [ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3158 | 2024-12-16T18:58:05.446Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3159 | 2024-12-16T18:58:05.446Z | [ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3160 | 2024-12-16T18:58:05.446Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3161 | 2024-12-16T18:58:05.446Z | [ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3162 | 2024-12-16T18:58:05.446Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3163 | 2024-12-16T18:58:05.446Z | [ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3164 | 2024-12-16T18:58:05.446Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3165 | 2024-12-16T18:58:05.446Z | [ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3166 | 2024-12-16T18:58:05.446Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3167 | 2024-12-16T18:58:05.446Z | [ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3168 | 2024-12-16T18:58:05.446Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3169 | 2024-12-16T18:58:05.446Z | [ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3170 | 2024-12-16T18:58:05.446Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3171 | 2024-12-16T18:58:05.446Z | [SUM] 0.00-10.00 sec 1.02 GBytes 877 Mbits/sec receiver |
3172 | 2024-12-16T18:58:05.449Z | Run 7/10...877.4094695483429Mbps |
3173 | 2024-12-16T18:58:12.479Z | ----------------------------------------------------------- |
3174 | 2024-12-16T18:58:12.479Z | Server listening on 5201 |
3175 | 2024-12-16T18:58:12.479Z | ----------------------------------------------------------- |
3176 | 2024-12-16T18:58:12.479Z | Accepted connection from 10.0.0.1, port 49134 |
3177 | 2024-12-16T18:58:12.479Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36707 |
3178 | 2024-12-16T18:58:12.479Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62330 |
3179 | 2024-12-16T18:58:12.479Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59378 |
3180 | 2024-12-16T18:58:12.479Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45504 |
3181 | 2024-12-16T18:58:12.479Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55207 |
3182 | 2024-12-16T18:58:12.479Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64533 |
3183 | 2024-12-16T18:58:12.479Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42671 |
3184 | 2024-12-16T18:58:12.480Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47504 |
3185 | 2024-12-16T18:58:12.480Z | [ ID] Interval Transfer Bandwidth |
3186 | 2024-12-16T18:58:12.480Z | [ 5] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
3187 | 2024-12-16T18:58:12.480Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3188 | 2024-12-16T18:58:12.480Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3189 | 2024-12-16T18:58:12.480Z | [ 11] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
3190 | 2024-12-16T18:58:12.480Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3191 | 2024-12-16T18:58:12.480Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3192 | 2024-12-16T18:58:12.480Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3193 | 2024-12-16T18:58:12.480Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3194 | 2024-12-16T18:58:12.480Z | [SUM] 0.00-1.00 sec 95.8 MBytes 803 Mbits/sec |
3195 | 2024-12-16T18:58:12.480Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3196 | 2024-12-16T18:58:12.480Z | [ 5] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
3197 | 2024-12-16T18:58:12.480Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3198 | 2024-12-16T18:58:12.480Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3199 | 2024-12-16T18:58:12.480Z | [ 11] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
3200 | 2024-12-16T18:58:12.480Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3201 | 2024-12-16T18:58:12.480Z | [ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3202 | 2024-12-16T18:58:12.480Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3203 | 2024-12-16T18:58:12.480Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3204 | 2024-12-16T18:58:12.480Z | [SUM] 1.00-2.00 sec 107 MBytes 900 Mbits/sec |
3205 | 2024-12-16T18:58:12.480Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3206 | 2024-12-16T18:58:12.480Z | [ 5] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3207 | 2024-12-16T18:58:12.480Z | [ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3208 | 2024-12-16T18:58:12.480Z | [ 9] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3209 | 2024-12-16T18:58:12.480Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3210 | 2024-12-16T18:58:12.480Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3211 | 2024-12-16T18:58:12.480Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3212 | 2024-12-16T18:58:12.480Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3213 | 2024-12-16T18:58:12.480Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3214 | 2024-12-16T18:58:12.480Z | [SUM] 2.00-3.00 sec 106 MBytes 893 Mbits/sec |
3215 | 2024-12-16T18:58:12.480Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3216 | 2024-12-16T18:58:12.480Z | [ 5] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
3217 | 2024-12-16T18:58:12.480Z | [ 7] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
3218 | 2024-12-16T18:58:12.480Z | [ 9] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec |
3219 | 2024-12-16T18:58:12.481Z | [ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3220 | 2024-12-16T18:58:12.481Z | [ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3221 | 2024-12-16T18:58:12.481Z | [ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3222 | 2024-12-16T18:58:12.481Z | [ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3223 | 2024-12-16T18:58:12.481Z | [ 19] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec |
3224 | 2024-12-16T18:58:12.481Z | [SUM] 3.00-4.00 sec 107 MBytes 895 Mbits/sec |
3225 | 2024-12-16T18:58:12.481Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3226 | 2024-12-16T18:58:12.481Z | [ 5] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec |
3227 | 2024-12-16T18:58:12.481Z | [ 7] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3228 | 2024-12-16T18:58:12.481Z | [ 9] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3229 | 2024-12-16T18:58:12.481Z | [ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3230 | 2024-12-16T18:58:12.481Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3231 | 2024-12-16T18:58:12.481Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3232 | 2024-12-16T18:58:12.481Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3233 | 2024-12-16T18:58:12.481Z | [ 19] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3234 | 2024-12-16T18:58:12.481Z | [SUM] 4.00-5.00 sec 106 MBytes 891 Mbits/sec |
3235 | 2024-12-16T18:58:12.481Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3236 | 2024-12-16T18:58:12.481Z | [ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3237 | 2024-12-16T18:58:12.481Z | [ 7] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3238 | 2024-12-16T18:58:12.481Z | [ 9] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec |
3239 | 2024-12-16T18:58:12.481Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3240 | 2024-12-16T18:58:12.481Z | [ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3241 | 2024-12-16T18:58:12.481Z | [ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3242 | 2024-12-16T18:58:12.481Z | [ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3243 | 2024-12-16T18:58:12.481Z | [ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3244 | 2024-12-16T18:58:12.481Z | [SUM] 5.00-6.00 sec 106 MBytes 889 Mbits/sec |
3245 | 2024-12-16T18:58:12.481Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3246 | 2024-12-16T18:58:12.481Z | [ 5] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec |
3247 | 2024-12-16T18:58:12.481Z | [ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3248 | 2024-12-16T18:58:12.481Z | [ 9] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec |
3249 | 2024-12-16T18:58:15.595Z | [ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3250 | 2024-12-16T18:58:15.596Z | [ 13] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3251 | 2024-12-16T18:58:15.596Z | [ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3252 | 2024-12-16T18:58:15.596Z | [ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3253 | 2024-12-16T18:58:15.596Z | [ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3254 | 2024-12-16T18:58:15.596Z | [SUM] 6.00-7.00 sec 107 MBytes 896 Mbits/sec |
3255 | 2024-12-16T18:58:15.596Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3256 | 2024-12-16T18:58:15.596Z | [ 5] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3257 | 2024-12-16T18:58:15.596Z | [ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3258 | 2024-12-16T18:58:15.596Z | [ 9] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3259 | 2024-12-16T18:58:15.596Z | [ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3260 | 2024-12-16T18:58:15.596Z | [ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3261 | 2024-12-16T18:58:15.596Z | [ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3262 | 2024-12-16T18:58:15.596Z | [ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3263 | 2024-12-16T18:58:15.596Z | [ 19] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3264 | 2024-12-16T18:58:15.596Z | [SUM] 7.00-8.00 sec 107 MBytes 897 Mbits/sec |
3265 | 2024-12-16T18:58:15.596Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3266 | 2024-12-16T18:58:15.596Z | [ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3267 | 2024-12-16T18:58:15.596Z | [ 7] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec |
3268 | 2024-12-16T18:58:15.596Z | [ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3269 | 2024-12-16T18:58:15.596Z | [ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3270 | 2024-12-16T18:58:15.596Z | [ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3271 | 2024-12-16T18:58:15.596Z | [ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3272 | 2024-12-16T18:58:15.596Z | [ 17] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec |
3273 | 2024-12-16T18:58:15.596Z | [ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3274 | 2024-12-16T18:58:15.596Z | [SUM] 8.00-9.00 sec 107 MBytes 894 Mbits/sec |
3275 | 2024-12-16T18:58:15.596Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3276 | 2024-12-16T18:58:15.596Z | [ 5] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
3277 | 2024-12-16T18:58:15.596Z | [ 7] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
3278 | 2024-12-16T18:58:15.596Z | [ 9] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3279 | 2024-12-16T18:58:15.596Z | [ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3280 | 2024-12-16T18:58:15.596Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3281 | 2024-12-16T18:58:15.596Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3282 | 2024-12-16T18:58:15.596Z | [ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3283 | 2024-12-16T18:58:15.596Z | [ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3284 | 2024-12-16T18:58:15.596Z | [SUM] 9.00-10.00 sec 106 MBytes 892 Mbits/sec |
3285 | 2024-12-16T18:58:15.596Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3286 | 2024-12-16T18:58:15.596Z | [ 5] 10.00-10.00 sec 77.8 KBytes 183 Mbits/sec |
3287 | 2024-12-16T18:58:15.597Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3288 | 2024-12-16T18:58:15.597Z | [ 9] 10.00-10.00 sec 124 KBytes 292 Mbits/sec |
3289 | 2024-12-16T18:58:15.597Z | [ 11] 10.00-10.00 sec 124 KBytes 292 Mbits/sec |
3290 | 2024-12-16T18:58:15.597Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3291 | 2024-12-16T18:58:15.597Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3292 | 2024-12-16T18:58:15.597Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3293 | 2024-12-16T18:58:15.597Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3294 | 2024-12-16T18:58:15.597Z | [SUM] 10.00-10.00 sec 327 KBytes 767 Mbits/sec |
3295 | 2024-12-16T18:58:15.597Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3296 | 2024-12-16T18:58:15.597Z | [ ID] Interval Transfer Bandwidth |
3297 | 2024-12-16T18:58:15.597Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3298 | 2024-12-16T18:58:15.597Z | [ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3299 | 2024-12-16T18:58:15.597Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3300 | 2024-12-16T18:58:15.597Z | [ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3301 | 2024-12-16T18:58:15.597Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3302 | 2024-12-16T18:58:15.597Z | [ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3303 | 2024-12-16T18:58:15.597Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3304 | 2024-12-16T18:58:15.597Z | [ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3305 | 2024-12-16T18:58:15.597Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3306 | 2024-12-16T18:58:15.597Z | [ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3307 | 2024-12-16T18:58:15.597Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3308 | 2024-12-16T18:58:15.597Z | [ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3309 | 2024-12-16T18:58:15.597Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3310 | 2024-12-16T18:58:15.597Z | [ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3311 | 2024-12-16T18:58:15.597Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3312 | 2024-12-16T18:58:15.597Z | [ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3313 | 2024-12-16T18:58:15.597Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3314 | 2024-12-16T18:58:15.597Z | [SUM] 0.00-10.00 sec 1.03 GBytes 885 Mbits/sec receiver |
3315 | 2024-12-16T18:58:15.600Z | Run 8/10...885.584785547135Mbps |
3316 | 2024-12-16T18:58:22.630Z | ----------------------------------------------------------- |
3317 | 2024-12-16T18:58:22.630Z | Server listening on 5201 |
3318 | 2024-12-16T18:58:22.630Z | ----------------------------------------------------------- |
3319 | 2024-12-16T18:58:22.630Z | Accepted connection from 10.0.0.1, port 53259 |
3320 | 2024-12-16T18:58:22.630Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43532 |
3321 | 2024-12-16T18:58:22.630Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33041 |
3322 | 2024-12-16T18:58:22.630Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48005 |
3323 | 2024-12-16T18:58:22.630Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51950 |
3324 | 2024-12-16T18:58:22.630Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39130 |
3325 | 2024-12-16T18:58:22.630Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62395 |
3326 | 2024-12-16T18:58:22.630Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45498 |
3327 | 2024-12-16T18:58:22.630Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61233 |
3328 | 2024-12-16T18:58:22.630Z | [ ID] Interval Transfer Bandwidth |
3329 | 2024-12-16T18:58:22.630Z | [ 5] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3330 | 2024-12-16T18:58:22.630Z | [ 7] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3331 | 2024-12-16T18:58:22.630Z | [ 9] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3332 | 2024-12-16T18:58:22.631Z | [ 11] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3333 | 2024-12-16T18:58:22.631Z | [ 13] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3334 | 2024-12-16T18:58:22.631Z | [ 15] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3335 | 2024-12-16T18:58:22.631Z | [ 17] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3336 | 2024-12-16T18:58:22.631Z | [ 19] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3337 | 2024-12-16T18:58:22.635Z | [SUM] 0.00-1.00 sec 94.6 MBytes 793 Mbits/sec |
3338 | 2024-12-16T18:58:22.635Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3339 | 2024-12-16T18:58:22.635Z | [ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3340 | 2024-12-16T18:58:22.635Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3341 | 2024-12-16T18:58:22.635Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3342 | 2024-12-16T18:58:22.635Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3343 | 2024-12-16T18:58:22.635Z | [ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3344 | 2024-12-16T18:58:22.635Z | [ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3345 | 2024-12-16T18:58:22.636Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3346 | 2024-12-16T18:58:22.636Z | [ 19] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
3347 | 2024-12-16T18:58:22.636Z | [SUM] 1.00-2.00 sec 104 MBytes 871 Mbits/sec |
3348 | 2024-12-16T18:58:22.636Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3349 | 2024-12-16T18:58:22.636Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3350 | 2024-12-16T18:58:22.636Z | [ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3351 | 2024-12-16T18:58:22.636Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3352 | 2024-12-16T18:58:22.636Z | [ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3353 | 2024-12-16T18:58:22.636Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3354 | 2024-12-16T18:58:22.636Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3355 | 2024-12-16T18:58:22.636Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3356 | 2024-12-16T18:58:22.636Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3357 | 2024-12-16T18:58:22.636Z | [SUM] 2.00-3.00 sec 104 MBytes 875 Mbits/sec |
3358 | 2024-12-16T18:58:22.636Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3359 | 2024-12-16T18:58:22.636Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3360 | 2024-12-16T18:58:22.636Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3361 | 2024-12-16T18:58:22.636Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3362 | 2024-12-16T18:58:22.636Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3363 | 2024-12-16T18:58:22.636Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3364 | 2024-12-16T18:58:22.636Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3365 | 2024-12-16T18:58:22.636Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3366 | 2024-12-16T18:58:22.636Z | [ 19] 3.00-4.00 sec 13.1 MBytes 109 Mbits/sec |
3367 | 2024-12-16T18:58:22.636Z | [SUM] 3.00-4.00 sec 105 MBytes 878 Mbits/sec |
3368 | 2024-12-16T18:58:22.636Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3369 | 2024-12-16T18:58:22.636Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3370 | 2024-12-16T18:58:22.636Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3371 | 2024-12-16T18:58:22.636Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3372 | 2024-12-16T18:58:22.636Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3373 | 2024-12-16T18:58:22.636Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3374 | 2024-12-16T18:58:22.636Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3375 | 2024-12-16T18:58:22.636Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3376 | 2024-12-16T18:58:22.636Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3377 | 2024-12-16T18:58:22.636Z | [SUM] 4.00-5.00 sec 105 MBytes 879 Mbits/sec |
3378 | 2024-12-16T18:58:22.636Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3379 | 2024-12-16T18:58:22.636Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3380 | 2024-12-16T18:58:22.636Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3381 | 2024-12-16T18:58:22.636Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3382 | 2024-12-16T18:58:22.638Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3383 | 2024-12-16T18:58:22.638Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3384 | 2024-12-16T18:58:22.638Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3385 | 2024-12-16T18:58:22.638Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3386 | 2024-12-16T18:58:22.638Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3387 | 2024-12-16T18:58:22.638Z | [SUM] 5.00-6.00 sec 104 MBytes 876 Mbits/sec |
3388 | 2024-12-16T18:58:22.638Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3389 | 2024-12-16T18:58:22.638Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3390 | 2024-12-16T18:58:22.638Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3391 | 2024-12-16T18:58:22.638Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3392 | 2024-12-16T18:58:25.747Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3393 | 2024-12-16T18:58:25.747Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3394 | 2024-12-16T18:58:25.747Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3395 | 2024-12-16T18:58:25.747Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3396 | 2024-12-16T18:58:25.747Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3397 | 2024-12-16T18:58:25.747Z | [SUM] 6.00-7.00 sec 105 MBytes 881 Mbits/sec |
3398 | 2024-12-16T18:58:25.747Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3399 | 2024-12-16T18:58:25.747Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3400 | 2024-12-16T18:58:25.747Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3401 | 2024-12-16T18:58:25.747Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3402 | 2024-12-16T18:58:25.747Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3403 | 2024-12-16T18:58:25.747Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3404 | 2024-12-16T18:58:25.747Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3405 | 2024-12-16T18:58:25.747Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3406 | 2024-12-16T18:58:25.747Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3407 | 2024-12-16T18:58:25.747Z | [SUM] 7.00-8.00 sec 104 MBytes 875 Mbits/sec |
3408 | 2024-12-16T18:58:25.747Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3409 | 2024-12-16T18:58:25.747Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3410 | 2024-12-16T18:58:25.747Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3411 | 2024-12-16T18:58:25.747Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3412 | 2024-12-16T18:58:25.747Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3413 | 2024-12-16T18:58:25.747Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3414 | 2024-12-16T18:58:25.747Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3415 | 2024-12-16T18:58:25.747Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3416 | 2024-12-16T18:58:25.747Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3417 | 2024-12-16T18:58:25.747Z | [SUM] 8.00-9.00 sec 105 MBytes 881 Mbits/sec |
3418 | 2024-12-16T18:58:25.747Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3419 | 2024-12-16T18:58:25.747Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3420 | 2024-12-16T18:58:25.747Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3421 | 2024-12-16T18:58:25.747Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3422 | 2024-12-16T18:58:25.747Z | [ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3423 | 2024-12-16T18:58:25.748Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3424 | 2024-12-16T18:58:25.748Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3425 | 2024-12-16T18:58:25.748Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3426 | 2024-12-16T18:58:25.748Z | [ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3427 | 2024-12-16T18:58:25.748Z | [SUM] 9.00-10.00 sec 106 MBytes 886 Mbits/sec |
3428 | 2024-12-16T18:58:25.748Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3429 | 2024-12-16T18:58:25.748Z | [ 5] 10.00-10.00 sec 124 KBytes 262 Mbits/sec |
3430 | 2024-12-16T18:58:25.748Z | [ 7] 10.00-10.00 sec 52.3 KBytes 110 Mbits/sec |
3431 | 2024-12-16T18:58:25.748Z | [ 9] 10.00-10.00 sec 124 KBytes 262 Mbits/sec |
3432 | 2024-12-16T18:58:25.748Z | [ 11] 10.00-10.00 sec 116 KBytes 245 Mbits/sec |
3433 | 2024-12-16T18:58:25.748Z | [ 13] 10.00-10.00 sec 11.3 KBytes 23.9 Mbits/sec |
3434 | 2024-12-16T18:58:25.748Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3435 | 2024-12-16T18:58:25.748Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3436 | 2024-12-16T18:58:25.748Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3437 | 2024-12-16T18:58:25.748Z | [SUM] 10.00-10.00 sec 428 KBytes 903 Mbits/sec |
3438 | 2024-12-16T18:58:25.748Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3439 | 2024-12-16T18:58:25.748Z | [ ID] Interval Transfer Bandwidth |
3440 | 2024-12-16T18:58:25.748Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3441 | 2024-12-16T18:58:25.748Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3442 | 2024-12-16T18:58:25.748Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3443 | 2024-12-16T18:58:25.748Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3444 | 2024-12-16T18:58:25.748Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3445 | 2024-12-16T18:58:25.748Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3446 | 2024-12-16T18:58:25.748Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3447 | 2024-12-16T18:58:25.748Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3448 | 2024-12-16T18:58:25.748Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3449 | 2024-12-16T18:58:25.748Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3450 | 2024-12-16T18:58:25.748Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3451 | 2024-12-16T18:58:25.748Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3452 | 2024-12-16T18:58:25.748Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3453 | 2024-12-16T18:58:25.748Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3454 | 2024-12-16T18:58:25.748Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3455 | 2024-12-16T18:58:25.748Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3456 | 2024-12-16T18:58:25.748Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3457 | 2024-12-16T18:58:25.748Z | [SUM] 0.00-10.00 sec 1.01 GBytes 870 Mbits/sec receiver |
3458 | 2024-12-16T18:58:25.757Z | Run 9/10...870.052767646002Mbps |
3459 | 2024-12-16T18:58:32.781Z | ----------------------------------------------------------- |
3460 | 2024-12-16T18:58:32.781Z | Server listening on 5201 |
3461 | 2024-12-16T18:58:32.781Z | ----------------------------------------------------------- |
3462 | 2024-12-16T18:58:32.781Z | Accepted connection from 10.0.0.1, port 34929 |
3463 | 2024-12-16T18:58:32.781Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50425 |
3464 | 2024-12-16T18:58:32.781Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51053 |
3465 | 2024-12-16T18:58:32.781Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39552 |
3466 | 2024-12-16T18:58:32.781Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43097 |
3467 | 2024-12-16T18:58:32.781Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41810 |
3468 | 2024-12-16T18:58:32.781Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44867 |
3469 | 2024-12-16T18:58:32.781Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55373 |
3470 | 2024-12-16T18:58:32.781Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63507 |
3471 | 2024-12-16T18:58:32.781Z | [ ID] Interval Transfer Bandwidth |
3472 | 2024-12-16T18:58:32.782Z | [ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3473 | 2024-12-16T18:58:32.782Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3474 | 2024-12-16T18:58:32.782Z | [ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3475 | 2024-12-16T18:58:32.782Z | [ 11] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3476 | 2024-12-16T18:58:32.782Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3477 | 2024-12-16T18:58:32.782Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.6 Mbits/sec |
3478 | 2024-12-16T18:58:32.782Z | [ 17] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3479 | 2024-12-16T18:58:32.782Z | [ 19] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3480 | 2024-12-16T18:58:32.782Z | [SUM] 0.00-1.00 sec 95.4 MBytes 800 Mbits/sec |
3481 | 2024-12-16T18:58:32.782Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3482 | 2024-12-16T18:58:32.782Z | [ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3483 | 2024-12-16T18:58:32.782Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3484 | 2024-12-16T18:58:32.782Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3485 | 2024-12-16T18:58:32.782Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3486 | 2024-12-16T18:58:32.782Z | [ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3487 | 2024-12-16T18:58:32.782Z | [ 15] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3488 | 2024-12-16T18:58:32.783Z | [ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3489 | 2024-12-16T18:58:32.783Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3490 | 2024-12-16T18:58:32.783Z | [SUM] 1.00-2.00 sec 106 MBytes 887 Mbits/sec |
3491 | 2024-12-16T18:58:32.783Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3492 | 2024-12-16T18:58:32.783Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3493 | 2024-12-16T18:58:32.783Z | [ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3494 | 2024-12-16T18:58:32.783Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3495 | 2024-12-16T18:58:32.783Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3496 | 2024-12-16T18:58:32.783Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3497 | 2024-12-16T18:58:32.783Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3498 | 2024-12-16T18:58:32.783Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3499 | 2024-12-16T18:58:32.783Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3500 | 2024-12-16T18:58:32.783Z | [SUM] 2.00-3.00 sec 105 MBytes 883 Mbits/sec |
3501 | 2024-12-16T18:58:32.783Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3502 | 2024-12-16T18:58:32.783Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3503 | 2024-12-16T18:58:32.783Z | [ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3504 | 2024-12-16T18:58:32.783Z | [ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3505 | 2024-12-16T18:58:32.783Z | [ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3506 | 2024-12-16T18:58:32.783Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3507 | 2024-12-16T18:58:32.783Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3508 | 2024-12-16T18:58:32.783Z | [ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3509 | 2024-12-16T18:58:32.783Z | [ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3510 | 2024-12-16T18:58:32.783Z | [SUM] 3.00-4.00 sec 106 MBytes 885 Mbits/sec |
3511 | 2024-12-16T18:58:32.783Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3512 | 2024-12-16T18:58:32.783Z | [ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3513 | 2024-12-16T18:58:32.783Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3514 | 2024-12-16T18:58:32.783Z | [ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3515 | 2024-12-16T18:58:32.783Z | [ 11] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec |
3516 | 2024-12-16T18:58:32.783Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3517 | 2024-12-16T18:58:32.783Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3518 | 2024-12-16T18:58:32.783Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3519 | 2024-12-16T18:58:32.783Z | [ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3520 | 2024-12-16T18:58:32.783Z | [SUM] 4.00-5.00 sec 106 MBytes 887 Mbits/sec |
3521 | 2024-12-16T18:58:32.783Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3522 | 2024-12-16T18:58:32.783Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3523 | 2024-12-16T18:58:32.783Z | [ 7] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3524 | 2024-12-16T18:58:32.783Z | [ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3525 | 2024-12-16T18:58:32.783Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3526 | 2024-12-16T18:58:32.783Z | [ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3527 | 2024-12-16T18:58:32.783Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3528 | 2024-12-16T18:58:32.784Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3529 | 2024-12-16T18:58:32.784Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3530 | 2024-12-16T18:58:32.784Z | [SUM] 5.00-6.00 sec 105 MBytes 882 Mbits/sec |
3531 | 2024-12-16T18:58:32.784Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3532 | 2024-12-16T18:58:32.784Z | [ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3533 | 2024-12-16T18:58:32.784Z | [ 7] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec |
3534 | 2024-12-16T18:58:32.784Z | [ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3535 | 2024-12-16T18:58:35.896Z | [ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3536 | 2024-12-16T18:58:35.896Z | [ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3537 | 2024-12-16T18:58:35.896Z | [ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3538 | 2024-12-16T18:58:35.896Z | [ 17] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3539 | 2024-12-16T18:58:35.896Z | [ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3540 | 2024-12-16T18:58:35.896Z | [SUM] 6.00-7.00 sec 106 MBytes 888 Mbits/sec |
3541 | 2024-12-16T18:58:35.896Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3542 | 2024-12-16T18:58:35.896Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3543 | 2024-12-16T18:58:35.896Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3544 | 2024-12-16T18:58:35.896Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3545 | 2024-12-16T18:58:35.896Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3546 | 2024-12-16T18:58:35.896Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3547 | 2024-12-16T18:58:35.896Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3548 | 2024-12-16T18:58:35.896Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3549 | 2024-12-16T18:58:35.896Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3550 | 2024-12-16T18:58:35.896Z | [SUM] 7.00-8.00 sec 105 MBytes 880 Mbits/sec |
3551 | 2024-12-16T18:58:35.896Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3552 | 2024-12-16T18:58:35.896Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3553 | 2024-12-16T18:58:35.896Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3554 | 2024-12-16T18:58:35.896Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3555 | 2024-12-16T18:58:35.896Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3556 | 2024-12-16T18:58:35.896Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3557 | 2024-12-16T18:58:35.896Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3558 | 2024-12-16T18:58:35.896Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3559 | 2024-12-16T18:58:35.896Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3560 | 2024-12-16T18:58:35.900Z | [SUM] 8.00-9.00 sec 105 MBytes 880 Mbits/sec |
3561 | 2024-12-16T18:58:35.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3562 | 2024-12-16T18:58:35.900Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3563 | 2024-12-16T18:58:35.900Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3564 | 2024-12-16T18:58:35.900Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3565 | 2024-12-16T18:58:35.900Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3566 | 2024-12-16T18:58:35.900Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3567 | 2024-12-16T18:58:35.900Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3568 | 2024-12-16T18:58:35.900Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3569 | 2024-12-16T18:58:35.900Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3570 | 2024-12-16T18:58:35.900Z | [SUM] 9.00-10.00 sec 104 MBytes 876 Mbits/sec |
3571 | 2024-12-16T18:58:35.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3572 | 2024-12-16T18:58:35.900Z | [ 5] 10.00-10.00 sec 110 KBytes 202 Mbits/sec |
3573 | 2024-12-16T18:58:35.900Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3574 | 2024-12-16T18:58:35.900Z | [ 9] 10.00-10.00 sec 18.4 KBytes 33.7 Mbits/sec |
3575 | 2024-12-16T18:58:35.900Z | [ 11] 10.00-10.00 sec 36.8 KBytes 67.5 Mbits/sec |
3576 | 2024-12-16T18:58:35.900Z | [ 13] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
3577 | 2024-12-16T18:58:35.900Z | [ 15] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
3578 | 2024-12-16T18:58:35.900Z | [ 17] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
3579 | 2024-12-16T18:58:35.900Z | [ 19] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
3580 | 2024-12-16T18:58:35.900Z | [SUM] 10.00-10.00 sec 663 KBytes 1.22 Gbits/sec |
3581 | 2024-12-16T18:58:35.900Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3582 | 2024-12-16T18:58:35.900Z | [ ID] Interval Transfer Bandwidth |
3583 | 2024-12-16T18:58:35.900Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3584 | 2024-12-16T18:58:35.900Z | [ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
3585 | 2024-12-16T18:58:35.900Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3586 | 2024-12-16T18:58:35.900Z | [ 7] 0.00-10.00 sec 131 MBytes 109 Mbits/sec receiver |
3587 | 2024-12-16T18:58:35.901Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3588 | 2024-12-16T18:58:35.901Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3589 | 2024-12-16T18:58:35.901Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3590 | 2024-12-16T18:58:35.901Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3591 | 2024-12-16T18:58:35.901Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3592 | 2024-12-16T18:58:35.901Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3593 | 2024-12-16T18:58:35.901Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3594 | 2024-12-16T18:58:35.901Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3595 | 2024-12-16T18:58:35.901Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3596 | 2024-12-16T18:58:35.901Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3597 | 2024-12-16T18:58:35.901Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3598 | 2024-12-16T18:58:35.901Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
3599 | 2024-12-16T18:58:35.901Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3600 | 2024-12-16T18:58:35.901Z | [SUM] 0.00-10.00 sec 1.02 GBytes 875 Mbits/sec receiver |
3601 | 2024-12-16T18:58:35.901Z | Run 10/10...875.677575552021Mbps |
3602 | 2024-12-16T18:58:35.901Z | ###---------------------### |
3603 | 2024-12-16T18:58:35.901Z | ::: iPerf done... ::: |
3604 | 2024-12-16T18:58:35.901Z | :::Awaiting out files...::: |
3605 | 2024-12-16T18:58:35.901Z | ###---------------------### |
3606 | 2024-12-16T18:58:35.901Z | ###-----### |
3607 | 2024-12-16T18:58:35.901Z | :::done!::: |
3608 | 2024-12-16T18:58:35.901Z | ###-----### |
3609 | 2024-12-16T18:58:37.633Z | Gnuplot not found, using plotters backend |
3610 | 2024-12-16T18:58:37.859Z | Benchmarking iperf-tcp/local/c2s/tx |
3611 | 2024-12-16T18:58:37.859Z | Benchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s |
3612 | 2024-12-16T18:58:42.557Z | Benchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (571M iterations) |
3613 | 2024-12-16T18:59:02.567Z | Benchmarking iperf-tcp/local/c2s/tx: Analyzing |
3614 | 2024-12-16T18:59:02.722Z | iperf-tcp/local/c2s/tx time: [1.6167 µs 1.6168 µs 1.6168 µs] |
3615 | 2024-12-16T18:59:02.722Z | change: [-0.1807% -0.1696% -0.1591%] (p = 0.00 < 0.05) |
3616 | 2024-12-16T18:59:02.722Z | Change within noise threshold. |
3617 | 2024-12-16T18:59:02.722Z | Found 6 outliers among 100 measurements (6.00%) |
3618 | 2024-12-16T18:59:02.722Z | 1 (1.00%) low severe |
3619 | 2024-12-16T18:59:02.722Z | 1 (1.00%) low mild |
3620 | 2024-12-16T18:59:02.722Z | 2 (2.00%) high mild |
3621 | 2024-12-16T18:59:02.722Z | 2 (2.00%) high severe |
3622 | 2024-12-16T18:59:04.310Z | |
3623 | 2024-12-16T18:59:04.313Z | Benchmarking iperf-tcp/local/c2s/rx |
3624 | 2024-12-16T18:59:04.313Z | Benchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s |
3625 | 2024-12-16T18:59:08.985Z | Benchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (574M iterations) |
3626 | 2024-12-16T18:59:29.023Z | Benchmarking iperf-tcp/local/c2s/rx: Analyzing |
3627 | 2024-12-16T18:59:29.172Z | iperf-tcp/local/c2s/rx time: [5.7584 µs 5.7588 µs 5.7591 µs] |
3628 | 2024-12-16T18:59:29.172Z | change: [-0.5446% -0.5310% -0.5183%] (p = 0.00 < 0.05) |
3629 | 2024-12-16T18:59:29.172Z | Change within noise threshold. |
3630 | 2024-12-16T18:59:29.172Z | Found 7 outliers among 100 measurements (7.00%) |
3631 | 2024-12-16T18:59:29.172Z | 1 (1.00%) low severe |
3632 | 2024-12-16T18:59:29.172Z | 4 (4.00%) low mild |
3633 | 2024-12-16T18:59:29.172Z | 2 (2.00%) high mild |
3634 | 2024-12-16T18:59:30.758Z | |
3635 | 2024-12-16T18:59:30.760Z | ###-------------------### |
3636 | 2024-12-16T18:59:30.760Z | :::Running experiment ::: |
3637 | 2024-12-16T18:59:30.760Z | :::iperf-tcp/local/s2c::: |
3638 | 2024-12-16T18:59:30.760Z | ###-------------------### |
3639 | 2024-12-16T18:59:31.291Z | dtrace: description 'profile-201us ' matched 2 probes |
3640 | 2024-12-16T18:59:37.805Z | ----------------------------------------------------------- |
3641 | 2024-12-16T18:59:37.805Z | Server listening on 5201 |
3642 | 2024-12-16T18:59:37.805Z | ----------------------------------------------------------- |
3643 | 2024-12-16T18:59:37.805Z | Accepted connection from 10.0.0.1, port 54650 |
3644 | 2024-12-16T18:59:37.805Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34876 |
3645 | 2024-12-16T18:59:37.805Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56567 |
3646 | 2024-12-16T18:59:37.805Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36813 |
3647 | 2024-12-16T18:59:37.805Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53354 |
3648 | 2024-12-16T18:59:37.805Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32886 |
3649 | 2024-12-16T18:59:37.805Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33162 |
3650 | 2024-12-16T18:59:37.805Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59936 |
3651 | 2024-12-16T18:59:37.805Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50212 |
3652 | 2024-12-16T18:59:37.805Z | [ ID] Interval Transfer Bandwidth |
3653 | 2024-12-16T18:59:37.805Z | [ 5] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
3654 | 2024-12-16T18:59:37.805Z | [ 7] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec |
3655 | 2024-12-16T18:59:37.805Z | [ 9] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
3656 | 2024-12-16T18:59:37.805Z | [ 11] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
3657 | 2024-12-16T18:59:37.805Z | [ 13] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
3658 | 2024-12-16T18:59:37.805Z | [ 15] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
3659 | 2024-12-16T18:59:37.805Z | [ 17] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
3660 | 2024-12-16T18:59:37.805Z | [ 19] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec |
3661 | 2024-12-16T18:59:37.805Z | [SUM] 0.00-1.00 sec 114 MBytes 953 Mbits/sec |
3662 | 2024-12-16T18:59:37.805Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3663 | 2024-12-16T18:59:37.805Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3664 | 2024-12-16T18:59:37.805Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3665 | 2024-12-16T18:59:37.805Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3666 | 2024-12-16T18:59:37.805Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3667 | 2024-12-16T18:59:37.805Z | [ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3668 | 2024-12-16T18:59:37.806Z | [ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3669 | 2024-12-16T18:59:37.806Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3670 | 2024-12-16T18:59:37.806Z | [ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3671 | 2024-12-16T18:59:37.806Z | [SUM] 1.00-2.00 sec 104 MBytes 872 Mbits/sec |
3672 | 2024-12-16T18:59:37.806Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3673 | 2024-12-16T18:59:37.806Z | [ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3674 | 2024-12-16T18:59:37.806Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3675 | 2024-12-16T18:59:37.806Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3676 | 2024-12-16T18:59:37.806Z | [ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3677 | 2024-12-16T18:59:37.806Z | [ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3678 | 2024-12-16T18:59:37.806Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3679 | 2024-12-16T18:59:37.806Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3680 | 2024-12-16T18:59:37.806Z | [ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3681 | 2024-12-16T18:59:37.806Z | [SUM] 2.00-3.00 sec 104 MBytes 869 Mbits/sec |
3682 | 2024-12-16T18:59:37.806Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3683 | 2024-12-16T18:59:37.806Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3684 | 2024-12-16T18:59:37.806Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3685 | 2024-12-16T18:59:37.806Z | [ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3686 | 2024-12-16T18:59:37.806Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3687 | 2024-12-16T18:59:37.806Z | [ 13] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
3688 | 2024-12-16T18:59:37.806Z | [ 15] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
3689 | 2024-12-16T18:59:37.806Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3690 | 2024-12-16T18:59:37.806Z | [ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3691 | 2024-12-16T18:59:37.806Z | [SUM] 3.00-4.00 sec 104 MBytes 868 Mbits/sec |
3692 | 2024-12-16T18:59:37.806Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3693 | 2024-12-16T18:59:37.806Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3694 | 2024-12-16T18:59:37.806Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3695 | 2024-12-16T18:59:37.806Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3696 | 2024-12-16T18:59:37.806Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3697 | 2024-12-16T18:59:37.806Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3698 | 2024-12-16T18:59:37.806Z | [ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3699 | 2024-12-16T18:59:37.806Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3700 | 2024-12-16T18:59:37.806Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3701 | 2024-12-16T18:59:37.806Z | [SUM] 4.00-5.00 sec 103 MBytes 866 Mbits/sec |
3702 | 2024-12-16T18:59:37.806Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3703 | 2024-12-16T18:59:37.806Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3704 | 2024-12-16T18:59:37.806Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3705 | 2024-12-16T18:59:37.807Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3706 | 2024-12-16T18:59:37.807Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3707 | 2024-12-16T18:59:37.807Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3708 | 2024-12-16T18:59:37.807Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3709 | 2024-12-16T18:59:37.807Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3710 | 2024-12-16T18:59:37.807Z | [ 19] 5.00-6.00 sec 12.9 MBytes 109 Mbits/sec |
3711 | 2024-12-16T18:59:37.807Z | [SUM] 5.00-6.00 sec 103 MBytes 867 Mbits/sec |
3712 | 2024-12-16T18:59:37.807Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3713 | 2024-12-16T18:59:37.807Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3714 | 2024-12-16T18:59:37.807Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3715 | 2024-12-16T18:59:37.807Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3716 | 2024-12-16T18:59:41.024Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3717 | 2024-12-16T18:59:41.024Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3718 | 2024-12-16T18:59:41.024Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3719 | 2024-12-16T18:59:41.024Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3720 | 2024-12-16T18:59:41.024Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3721 | 2024-12-16T18:59:41.024Z | [SUM] 6.00-7.00 sec 104 MBytes 869 Mbits/sec |
3722 | 2024-12-16T18:59:41.024Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3723 | 2024-12-16T18:59:41.024Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3724 | 2024-12-16T18:59:41.024Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3725 | 2024-12-16T18:59:41.024Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3726 | 2024-12-16T18:59:41.024Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3727 | 2024-12-16T18:59:41.024Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3728 | 2024-12-16T18:59:41.024Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3729 | 2024-12-16T18:59:41.024Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3730 | 2024-12-16T18:59:41.024Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3731 | 2024-12-16T18:59:41.024Z | [SUM] 7.00-8.00 sec 105 MBytes 877 Mbits/sec |
3732 | 2024-12-16T18:59:41.024Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3733 | 2024-12-16T18:59:41.024Z | [ 5] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
3734 | 2024-12-16T18:59:41.024Z | [ 7] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3735 | 2024-12-16T18:59:41.024Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3736 | 2024-12-16T18:59:41.024Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3737 | 2024-12-16T18:59:41.024Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3738 | 2024-12-16T18:59:41.024Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3739 | 2024-12-16T18:59:41.024Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3740 | 2024-12-16T18:59:41.024Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3741 | 2024-12-16T18:59:41.024Z | [SUM] 8.00-9.00 sec 103 MBytes 863 Mbits/sec |
3742 | 2024-12-16T18:59:41.024Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3743 | 2024-12-16T18:59:41.024Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3744 | 2024-12-16T18:59:41.024Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3745 | 2024-12-16T18:59:41.025Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3746 | 2024-12-16T18:59:41.025Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3747 | 2024-12-16T18:59:41.027Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3748 | 2024-12-16T18:59:41.027Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3749 | 2024-12-16T18:59:41.027Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3750 | 2024-12-16T18:59:41.027Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3751 | 2024-12-16T18:59:41.027Z | [SUM] 9.00-10.00 sec 103 MBytes 868 Mbits/sec |
3752 | 2024-12-16T18:59:41.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3753 | 2024-12-16T18:59:41.027Z | [ 5] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
3754 | 2024-12-16T18:59:41.027Z | [ 7] 10.00-10.00 sec 113 KBytes 236 Mbits/sec |
3755 | 2024-12-16T18:59:41.027Z | [ 9] 10.00-10.00 sec 113 KBytes 236 Mbits/sec |
3756 | 2024-12-16T18:59:41.027Z | [ 11] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
3757 | 2024-12-16T18:59:41.027Z | [ 13] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
3758 | 2024-12-16T18:59:41.027Z | [ 15] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
3759 | 2024-12-16T18:59:41.027Z | [ 17] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
3760 | 2024-12-16T18:59:41.027Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3761 | 2024-12-16T18:59:41.027Z | [SUM] 10.00-10.00 sec 509 KBytes 1.06 Gbits/sec |
3762 | 2024-12-16T18:59:41.027Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3763 | 2024-12-16T18:59:41.027Z | [ ID] Interval Transfer Bandwidth |
3764 | 2024-12-16T18:59:41.027Z | [ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender |
3765 | 2024-12-16T18:59:41.027Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3766 | 2024-12-16T18:59:41.027Z | [ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender |
3767 | 2024-12-16T18:59:41.027Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3768 | 2024-12-16T18:59:41.027Z | [ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender |
3769 | 2024-12-16T18:59:41.027Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3770 | 2024-12-16T18:59:41.027Z | [ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender |
3771 | 2024-12-16T18:59:41.027Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3772 | 2024-12-16T18:59:41.027Z | [ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender |
3773 | 2024-12-16T18:59:41.027Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3774 | 2024-12-16T18:59:41.027Z | [ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender |
3775 | 2024-12-16T18:59:41.027Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3776 | 2024-12-16T18:59:41.027Z | [ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender |
3777 | 2024-12-16T18:59:41.027Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3778 | 2024-12-16T18:59:41.027Z | [ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec sender |
3779 | 2024-12-16T18:59:41.027Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3780 | 2024-12-16T18:59:41.027Z | [SUM] 0.00-10.00 sec 1.02 GBytes 877 Mbits/sec sender |
3781 | 2024-12-16T18:59:41.027Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3782 | 2024-12-16T18:59:41.031Z | Run 1/10...877.726314771932Mbps |
3783 | 2024-12-16T18:59:48.060Z | ----------------------------------------------------------- |
3784 | 2024-12-16T18:59:48.060Z | Server listening on 5201 |
3785 | 2024-12-16T18:59:48.061Z | ----------------------------------------------------------- |
3786 | 2024-12-16T18:59:48.061Z | Accepted connection from 10.0.0.1, port 53811 |
3787 | 2024-12-16T18:59:48.061Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46618 |
3788 | 2024-12-16T18:59:48.061Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48303 |
3789 | 2024-12-16T18:59:48.061Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47555 |
3790 | 2024-12-16T18:59:48.061Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46565 |
3791 | 2024-12-16T18:59:48.061Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49062 |
3792 | 2024-12-16T18:59:48.061Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53805 |
3793 | 2024-12-16T18:59:48.061Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35164 |
3794 | 2024-12-16T18:59:48.061Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37324 |
3795 | 2024-12-16T18:59:48.061Z | [ ID] Interval Transfer Bandwidth |
3796 | 2024-12-16T18:59:48.061Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3797 | 2024-12-16T18:59:48.061Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3798 | 2024-12-16T18:59:48.061Z | [ 9] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3799 | 2024-12-16T18:59:48.061Z | [ 11] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3800 | 2024-12-16T18:59:48.061Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3801 | 2024-12-16T18:59:48.061Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3802 | 2024-12-16T18:59:48.061Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3803 | 2024-12-16T18:59:48.061Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3804 | 2024-12-16T18:59:48.061Z | [SUM] 0.00-1.00 sec 97.8 MBytes 820 Mbits/sec |
3805 | 2024-12-16T18:59:48.061Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3806 | 2024-12-16T18:59:48.061Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3807 | 2024-12-16T18:59:48.061Z | [ 7] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
3808 | 2024-12-16T18:59:48.061Z | [ 9] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
3809 | 2024-12-16T18:59:48.061Z | [ 11] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
3810 | 2024-12-16T18:59:48.061Z | [ 13] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
3811 | 2024-12-16T18:59:48.061Z | [ 15] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
3812 | 2024-12-16T18:59:48.061Z | [ 17] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
3813 | 2024-12-16T18:59:48.061Z | [ 19] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
3814 | 2024-12-16T18:59:48.061Z | [SUM] 1.00-2.00 sec 103 MBytes 862 Mbits/sec |
3815 | 2024-12-16T18:59:48.061Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3816 | 2024-12-16T18:59:48.061Z | [ 5] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
3817 | 2024-12-16T18:59:48.061Z | [ 7] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
3818 | 2024-12-16T18:59:48.061Z | [ 9] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
3819 | 2024-12-16T18:59:48.061Z | [ 11] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
3820 | 2024-12-16T18:59:48.061Z | [ 13] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
3821 | 2024-12-16T18:59:48.061Z | [ 15] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
3822 | 2024-12-16T18:59:48.061Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3823 | 2024-12-16T18:59:48.062Z | [ 19] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
3824 | 2024-12-16T18:59:48.062Z | [SUM] 2.00-3.00 sec 103 MBytes 861 Mbits/sec |
3825 | 2024-12-16T18:59:48.062Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3826 | 2024-12-16T18:59:48.062Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3827 | 2024-12-16T18:59:48.062Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3828 | 2024-12-16T18:59:48.062Z | [ 9] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
3829 | 2024-12-16T18:59:48.062Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3830 | 2024-12-16T18:59:48.062Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3831 | 2024-12-16T18:59:48.062Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3832 | 2024-12-16T18:59:48.062Z | [ 17] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
3833 | 2024-12-16T18:59:48.062Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3834 | 2024-12-16T18:59:48.062Z | [SUM] 3.00-4.00 sec 104 MBytes 869 Mbits/sec |
3835 | 2024-12-16T18:59:48.065Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3836 | 2024-12-16T18:59:48.065Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3837 | 2024-12-16T18:59:48.065Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3838 | 2024-12-16T18:59:48.065Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3839 | 2024-12-16T18:59:48.065Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3840 | 2024-12-16T18:59:48.065Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3841 | 2024-12-16T18:59:48.065Z | [ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3842 | 2024-12-16T18:59:48.065Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3843 | 2024-12-16T18:59:48.065Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3844 | 2024-12-16T18:59:48.065Z | [SUM] 4.00-5.00 sec 103 MBytes 863 Mbits/sec |
3845 | 2024-12-16T18:59:48.065Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3846 | 2024-12-16T18:59:48.065Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3847 | 2024-12-16T18:59:48.065Z | [ 7] 5.00-6.00 sec 12.9 MBytes 109 Mbits/sec |
3848 | 2024-12-16T18:59:48.065Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3849 | 2024-12-16T18:59:48.065Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3850 | 2024-12-16T18:59:48.065Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3851 | 2024-12-16T18:59:48.065Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3852 | 2024-12-16T18:59:48.065Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3853 | 2024-12-16T18:59:48.065Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3854 | 2024-12-16T18:59:48.065Z | [SUM] 5.00-6.00 sec 104 MBytes 870 Mbits/sec |
3855 | 2024-12-16T18:59:48.066Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3856 | 2024-12-16T18:59:48.066Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3857 | 2024-12-16T18:59:48.066Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3858 | 2024-12-16T18:59:48.066Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3859 | 2024-12-16T18:59:51.285Z | [ 11] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
3860 | 2024-12-16T18:59:51.285Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3861 | 2024-12-16T18:59:51.285Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3862 | 2024-12-16T18:59:51.285Z | [ 17] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
3863 | 2024-12-16T18:59:51.285Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3864 | 2024-12-16T18:59:51.285Z | [SUM] 6.00-7.00 sec 104 MBytes 870 Mbits/sec |
3865 | 2024-12-16T18:59:51.285Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3866 | 2024-12-16T18:59:51.285Z | [ 5] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec |
3867 | 2024-12-16T18:59:51.285Z | [ 7] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
3868 | 2024-12-16T18:59:51.285Z | [ 9] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
3869 | 2024-12-16T18:59:51.285Z | [ 11] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec |
3870 | 2024-12-16T18:59:51.285Z | [ 13] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec |
3871 | 2024-12-16T18:59:51.285Z | [ 15] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec |
3872 | 2024-12-16T18:59:51.285Z | [ 17] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
3873 | 2024-12-16T18:59:51.286Z | [ 19] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
3874 | 2024-12-16T18:59:51.286Z | [SUM] 7.00-8.00 sec 101 MBytes 850 Mbits/sec |
3875 | 2024-12-16T18:59:51.286Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3876 | 2024-12-16T18:59:51.286Z | [ 5] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
3877 | 2024-12-16T18:59:51.286Z | [ 7] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3878 | 2024-12-16T18:59:51.286Z | [ 9] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3879 | 2024-12-16T18:59:51.286Z | [ 11] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
3880 | 2024-12-16T18:59:51.286Z | [ 13] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
3881 | 2024-12-16T18:59:51.286Z | [ 15] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
3882 | 2024-12-16T18:59:51.286Z | [ 17] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
3883 | 2024-12-16T18:59:51.286Z | [ 19] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
3884 | 2024-12-16T18:59:51.286Z | [SUM] 8.00-9.00 sec 102 MBytes 857 Mbits/sec |
3885 | 2024-12-16T18:59:51.286Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3886 | 2024-12-16T18:59:51.286Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3887 | 2024-12-16T18:59:51.286Z | [ 7] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
3888 | 2024-12-16T18:59:51.286Z | [ 9] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
3889 | 2024-12-16T18:59:51.286Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3890 | 2024-12-16T18:59:51.286Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3891 | 2024-12-16T18:59:51.286Z | [ 15] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
3892 | 2024-12-16T18:59:51.286Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3893 | 2024-12-16T18:59:51.286Z | [ 19] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
3894 | 2024-12-16T18:59:51.286Z | [SUM] 9.00-10.00 sec 103 MBytes 862 Mbits/sec |
3895 | 2024-12-16T18:59:51.286Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3896 | 2024-12-16T18:59:51.286Z | [ 5] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3897 | 2024-12-16T18:59:51.286Z | [ 7] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3898 | 2024-12-16T18:59:51.286Z | [ 9] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3899 | 2024-12-16T18:59:51.286Z | [ 11] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3900 | 2024-12-16T18:59:51.286Z | [ 13] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3901 | 2024-12-16T18:59:51.286Z | [ 15] 10.00-10.00 sec 70.7 KBytes 158 Mbits/sec |
3902 | 2024-12-16T18:59:51.286Z | [ 17] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3903 | 2024-12-16T18:59:51.286Z | [ 19] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3904 | 2024-12-16T18:59:51.286Z | [SUM] 10.00-10.00 sec 467 KBytes 1.04 Gbits/sec |
3905 | 2024-12-16T18:59:51.286Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3906 | 2024-12-16T18:59:51.286Z | [ ID] Interval Transfer Bandwidth |
3907 | 2024-12-16T18:59:51.286Z | [ 5] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
3908 | 2024-12-16T18:59:51.286Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3909 | 2024-12-16T18:59:51.289Z | [ 7] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
3910 | 2024-12-16T18:59:51.289Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3911 | 2024-12-16T18:59:51.289Z | [ 9] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
3912 | 2024-12-16T18:59:51.289Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3913 | 2024-12-16T18:59:51.289Z | [ 11] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
3914 | 2024-12-16T18:59:51.289Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3915 | 2024-12-16T18:59:51.289Z | [ 13] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
3916 | 2024-12-16T18:59:51.289Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3917 | 2024-12-16T18:59:51.289Z | [ 15] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
3918 | 2024-12-16T18:59:51.289Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3919 | 2024-12-16T18:59:51.289Z | [ 17] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
3920 | 2024-12-16T18:59:51.289Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3921 | 2024-12-16T18:59:51.289Z | [ 19] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
3922 | 2024-12-16T18:59:51.289Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3923 | 2024-12-16T18:59:51.289Z | [SUM] 0.00-10.00 sec 1024 MBytes 858 Mbits/sec sender |
3924 | 2024-12-16T18:59:51.290Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3925 | 2024-12-16T18:59:51.290Z | Run 2/10...858.822231946287Mbps |
3926 | 2024-12-16T18:59:58.322Z | ----------------------------------------------------------- |
3927 | 2024-12-16T18:59:58.322Z | Server listening on 5201 |
3928 | 2024-12-16T18:59:58.322Z | ----------------------------------------------------------- |
3929 | 2024-12-16T18:59:58.322Z | Accepted connection from 10.0.0.1, port 65089 |
3930 | 2024-12-16T18:59:58.322Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52553 |
3931 | 2024-12-16T18:59:58.322Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36530 |
3932 | 2024-12-16T18:59:58.322Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33094 |
3933 | 2024-12-16T18:59:58.322Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61291 |
3934 | 2024-12-16T18:59:58.322Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54903 |
3935 | 2024-12-16T18:59:58.322Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58075 |
3936 | 2024-12-16T18:59:58.322Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48722 |
3937 | 2024-12-16T18:59:58.322Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35034 |
3938 | 2024-12-16T18:59:58.322Z | [ ID] Interval Transfer Bandwidth |
3939 | 2024-12-16T18:59:58.322Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3940 | 2024-12-16T18:59:58.322Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3941 | 2024-12-16T18:59:58.322Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3942 | 2024-12-16T18:59:58.322Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3943 | 2024-12-16T18:59:58.322Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3944 | 2024-12-16T18:59:58.322Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3945 | 2024-12-16T18:59:58.322Z | [ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3946 | 2024-12-16T18:59:58.322Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3947 | 2024-12-16T18:59:58.322Z | [SUM] 0.00-1.00 sec 98.5 MBytes 826 Mbits/sec |
3948 | 2024-12-16T18:59:58.322Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3949 | 2024-12-16T18:59:58.322Z | [ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3950 | 2024-12-16T18:59:58.322Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3951 | 2024-12-16T18:59:58.322Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3952 | 2024-12-16T18:59:58.323Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3953 | 2024-12-16T18:59:58.323Z | [ 13] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
3954 | 2024-12-16T18:59:58.323Z | [ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3955 | 2024-12-16T18:59:58.323Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3956 | 2024-12-16T18:59:58.323Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3957 | 2024-12-16T18:59:58.323Z | [SUM] 1.00-2.00 sec 104 MBytes 871 Mbits/sec |
3958 | 2024-12-16T18:59:58.323Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3959 | 2024-12-16T18:59:58.323Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3960 | 2024-12-16T18:59:58.323Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3961 | 2024-12-16T18:59:58.323Z | [ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3962 | 2024-12-16T18:59:58.323Z | [ 11] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
3963 | 2024-12-16T18:59:58.323Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3964 | 2024-12-16T18:59:58.323Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3965 | 2024-12-16T18:59:58.323Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3966 | 2024-12-16T18:59:58.323Z | [ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3967 | 2024-12-16T18:59:58.323Z | [SUM] 2.00-3.00 sec 104 MBytes 868 Mbits/sec |
3968 | 2024-12-16T18:59:58.323Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3969 | 2024-12-16T18:59:58.323Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3970 | 2024-12-16T18:59:58.323Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3971 | 2024-12-16T18:59:58.323Z | [ 9] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
3972 | 2024-12-16T18:59:58.323Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3973 | 2024-12-16T18:59:58.323Z | [ 13] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
3974 | 2024-12-16T18:59:58.323Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3975 | 2024-12-16T18:59:58.324Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3976 | 2024-12-16T18:59:58.324Z | [ 19] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
3977 | 2024-12-16T18:59:58.324Z | [SUM] 3.00-4.00 sec 103 MBytes 866 Mbits/sec |
3978 | 2024-12-16T18:59:58.324Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3979 | 2024-12-16T18:59:58.324Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3980 | 2024-12-16T18:59:58.324Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3981 | 2024-12-16T18:59:58.324Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3982 | 2024-12-16T18:59:58.324Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3983 | 2024-12-16T18:59:58.324Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3984 | 2024-12-16T18:59:58.327Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3985 | 2024-12-16T18:59:58.327Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3986 | 2024-12-16T18:59:58.327Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3987 | 2024-12-16T18:59:58.327Z | [SUM] 4.00-5.00 sec 104 MBytes 876 Mbits/sec |
3988 | 2024-12-16T18:59:58.327Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3989 | 2024-12-16T18:59:58.327Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3990 | 2024-12-16T18:59:58.327Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3991 | 2024-12-16T18:59:58.327Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3992 | 2024-12-16T18:59:58.327Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3993 | 2024-12-16T18:59:58.327Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3994 | 2024-12-16T18:59:58.327Z | [ 15] 5.00-6.00 sec 12.9 MBytes 109 Mbits/sec |
3995 | 2024-12-16T18:59:58.327Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3996 | 2024-12-16T18:59:58.327Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3997 | 2024-12-16T18:59:58.327Z | [SUM] 5.00-6.00 sec 103 MBytes 866 Mbits/sec |
3998 | 2024-12-16T18:59:58.327Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3999 | 2024-12-16T18:59:58.327Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4000 | 2024-12-16T18:59:58.327Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4001 | 2024-12-16T18:59:58.327Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4002 | 2024-12-16T19:00:01.547Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4003 | 2024-12-16T19:00:01.547Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4004 | 2024-12-16T19:00:01.547Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4005 | 2024-12-16T19:00:01.547Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4006 | 2024-12-16T19:00:01.547Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4007 | 2024-12-16T19:00:01.547Z | [SUM] 6.00-7.00 sec 104 MBytes 870 Mbits/sec |
4008 | 2024-12-16T19:00:01.547Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4009 | 2024-12-16T19:00:01.547Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4010 | 2024-12-16T19:00:01.547Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4011 | 2024-12-16T19:00:01.547Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4012 | 2024-12-16T19:00:01.547Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4013 | 2024-12-16T19:00:01.547Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4014 | 2024-12-16T19:00:01.547Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4015 | 2024-12-16T19:00:01.547Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4016 | 2024-12-16T19:00:01.547Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4017 | 2024-12-16T19:00:01.547Z | [SUM] 7.00-8.00 sec 104 MBytes 876 Mbits/sec |
4018 | 2024-12-16T19:00:01.547Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4019 | 2024-12-16T19:00:01.547Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4020 | 2024-12-16T19:00:01.547Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4021 | 2024-12-16T19:00:01.547Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4022 | 2024-12-16T19:00:01.547Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4023 | 2024-12-16T19:00:01.547Z | [ 13] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4024 | 2024-12-16T19:00:01.547Z | [ 15] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4025 | 2024-12-16T19:00:01.547Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4026 | 2024-12-16T19:00:01.547Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4027 | 2024-12-16T19:00:01.548Z | [SUM] 8.00-9.00 sec 103 MBytes 863 Mbits/sec |
4028 | 2024-12-16T19:00:01.548Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4029 | 2024-12-16T19:00:01.548Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4030 | 2024-12-16T19:00:01.548Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4031 | 2024-12-16T19:00:01.548Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4032 | 2024-12-16T19:00:01.548Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4033 | 2024-12-16T19:00:01.548Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4034 | 2024-12-16T19:00:01.548Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4035 | 2024-12-16T19:00:01.548Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4036 | 2024-12-16T19:00:01.548Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4037 | 2024-12-16T19:00:01.548Z | [SUM] 9.00-10.00 sec 104 MBytes 876 Mbits/sec |
4038 | 2024-12-16T19:00:01.548Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4039 | 2024-12-16T19:00:01.548Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4040 | 2024-12-16T19:00:01.548Z | [ 7] 10.00-10.00 sec 56.6 KBytes 124 Mbits/sec |
4041 | 2024-12-16T19:00:01.548Z | [ 9] 10.00-10.00 sec 56.6 KBytes 124 Mbits/sec |
4042 | 2024-12-16T19:00:01.548Z | [ 11] 10.00-10.00 sec 170 KBytes 371 Mbits/sec |
4043 | 2024-12-16T19:00:01.548Z | [ 13] 10.00-10.00 sec 113 KBytes 248 Mbits/sec |
4044 | 2024-12-16T19:00:01.548Z | [ 15] 10.00-10.00 sec 113 KBytes 248 Mbits/sec |
4045 | 2024-12-16T19:00:01.548Z | [ 17] 10.00-10.00 sec 56.6 KBytes 124 Mbits/sec |
4046 | 2024-12-16T19:00:01.548Z | [ 19] 10.00-10.00 sec 56.6 KBytes 124 Mbits/sec |
4047 | 2024-12-16T19:00:01.548Z | [SUM] 10.00-10.00 sec 622 KBytes 1.36 Gbits/sec |
4048 | 2024-12-16T19:00:01.548Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4049 | 2024-12-16T19:00:01.548Z | [ ID] Interval Transfer Bandwidth |
4050 | 2024-12-16T19:00:01.548Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4051 | 2024-12-16T19:00:01.548Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4052 | 2024-12-16T19:00:01.548Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4053 | 2024-12-16T19:00:01.548Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4054 | 2024-12-16T19:00:01.548Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4055 | 2024-12-16T19:00:01.548Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4056 | 2024-12-16T19:00:01.548Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4057 | 2024-12-16T19:00:01.548Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4058 | 2024-12-16T19:00:01.548Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4059 | 2024-12-16T19:00:01.548Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4060 | 2024-12-16T19:00:01.548Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4061 | 2024-12-16T19:00:01.548Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4062 | 2024-12-16T19:00:01.548Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4063 | 2024-12-16T19:00:01.548Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4064 | 2024-12-16T19:00:01.548Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4065 | 2024-12-16T19:00:01.548Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4066 | 2024-12-16T19:00:01.549Z | [SUM] 0.00-10.00 sec 1.01 GBytes 866 Mbits/sec sender |
4067 | 2024-12-16T19:00:01.549Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4068 | 2024-12-16T19:00:01.552Z | Run 3/10...866.516717394523Mbps |
4069 | 2024-12-16T19:00:08.583Z | ----------------------------------------------------------- |
4070 | 2024-12-16T19:00:08.583Z | Server listening on 5201 |
4071 | 2024-12-16T19:00:08.583Z | ----------------------------------------------------------- |
4072 | 2024-12-16T19:00:08.583Z | Accepted connection from 10.0.0.1, port 64293 |
4073 | 2024-12-16T19:00:08.583Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36276 |
4074 | 2024-12-16T19:00:08.583Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58420 |
4075 | 2024-12-16T19:00:08.583Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33573 |
4076 | 2024-12-16T19:00:08.583Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41531 |
4077 | 2024-12-16T19:00:08.583Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34338 |
4078 | 2024-12-16T19:00:08.583Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42194 |
4079 | 2024-12-16T19:00:08.583Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53730 |
4080 | 2024-12-16T19:00:08.583Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64739 |
4081 | 2024-12-16T19:00:08.583Z | [ ID] Interval Transfer Bandwidth |
4082 | 2024-12-16T19:00:08.583Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4083 | 2024-12-16T19:00:08.583Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4084 | 2024-12-16T19:00:08.583Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4085 | 2024-12-16T19:00:08.583Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4086 | 2024-12-16T19:00:08.583Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4087 | 2024-12-16T19:00:08.583Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4088 | 2024-12-16T19:00:08.583Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4089 | 2024-12-16T19:00:08.584Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4090 | 2024-12-16T19:00:08.584Z | [SUM] 0.00-1.00 sec 98.0 MBytes 822 Mbits/sec |
4091 | 2024-12-16T19:00:08.584Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4092 | 2024-12-16T19:00:08.584Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4093 | 2024-12-16T19:00:08.584Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4094 | 2024-12-16T19:00:08.584Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4095 | 2024-12-16T19:00:08.584Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4096 | 2024-12-16T19:00:08.584Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4097 | 2024-12-16T19:00:08.584Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4098 | 2024-12-16T19:00:08.584Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4099 | 2024-12-16T19:00:08.584Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4100 | 2024-12-16T19:00:08.584Z | [SUM] 1.00-2.00 sec 105 MBytes 879 Mbits/sec |
4101 | 2024-12-16T19:00:08.584Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4102 | 2024-12-16T19:00:08.584Z | [ 5] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4103 | 2024-12-16T19:00:08.584Z | [ 7] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
4104 | 2024-12-16T19:00:08.584Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4105 | 2024-12-16T19:00:08.584Z | [ 11] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
4106 | 2024-12-16T19:00:08.584Z | [ 13] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
4107 | 2024-12-16T19:00:08.584Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4108 | 2024-12-16T19:00:08.584Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4109 | 2024-12-16T19:00:08.584Z | [ 19] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
4110 | 2024-12-16T19:00:08.584Z | [SUM] 2.00-3.00 sec 103 MBytes 867 Mbits/sec |
4111 | 2024-12-16T19:00:08.584Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4112 | 2024-12-16T19:00:08.584Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4113 | 2024-12-16T19:00:08.584Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4114 | 2024-12-16T19:00:08.584Z | [ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4115 | 2024-12-16T19:00:08.584Z | [ 11] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4116 | 2024-12-16T19:00:08.584Z | [ 13] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4117 | 2024-12-16T19:00:08.584Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4118 | 2024-12-16T19:00:08.584Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4119 | 2024-12-16T19:00:08.584Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4120 | 2024-12-16T19:00:08.584Z | [SUM] 3.00-4.00 sec 104 MBytes 870 Mbits/sec |
4121 | 2024-12-16T19:00:08.584Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4122 | 2024-12-16T19:00:08.584Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4123 | 2024-12-16T19:00:08.584Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4124 | 2024-12-16T19:00:08.584Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4125 | 2024-12-16T19:00:08.584Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4126 | 2024-12-16T19:00:08.584Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4127 | 2024-12-16T19:00:08.584Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4128 | 2024-12-16T19:00:08.585Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4129 | 2024-12-16T19:00:08.585Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4130 | 2024-12-16T19:00:08.585Z | [SUM] 4.00-5.00 sec 104 MBytes 874 Mbits/sec |
4131 | 2024-12-16T19:00:08.585Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4132 | 2024-12-16T19:00:08.585Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4133 | 2024-12-16T19:00:08.585Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4134 | 2024-12-16T19:00:08.585Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4135 | 2024-12-16T19:00:08.585Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4136 | 2024-12-16T19:00:08.585Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4137 | 2024-12-16T19:00:08.585Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4138 | 2024-12-16T19:00:08.585Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4139 | 2024-12-16T19:00:08.585Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4140 | 2024-12-16T19:00:08.585Z | [SUM] 5.00-6.00 sec 104 MBytes 876 Mbits/sec |
4141 | 2024-12-16T19:00:08.585Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4142 | 2024-12-16T19:00:08.585Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4143 | 2024-12-16T19:00:08.588Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4144 | 2024-12-16T19:00:08.588Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4145 | 2024-12-16T19:00:11.697Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4146 | 2024-12-16T19:00:11.697Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4147 | 2024-12-16T19:00:11.697Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4148 | 2024-12-16T19:00:11.697Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4149 | 2024-12-16T19:00:11.698Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4150 | 2024-12-16T19:00:11.698Z | [SUM] 6.00-7.00 sec 104 MBytes 876 Mbits/sec |
4151 | 2024-12-16T19:00:11.698Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4152 | 2024-12-16T19:00:11.698Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4153 | 2024-12-16T19:00:11.698Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4154 | 2024-12-16T19:00:11.698Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4155 | 2024-12-16T19:00:11.698Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4156 | 2024-12-16T19:00:11.698Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4157 | 2024-12-16T19:00:11.698Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4158 | 2024-12-16T19:00:11.698Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4159 | 2024-12-16T19:00:11.698Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4160 | 2024-12-16T19:00:11.698Z | [SUM] 7.00-8.00 sec 104 MBytes 870 Mbits/sec |
4161 | 2024-12-16T19:00:11.698Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4162 | 2024-12-16T19:00:11.698Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4163 | 2024-12-16T19:00:11.698Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4164 | 2024-12-16T19:00:11.698Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4165 | 2024-12-16T19:00:11.698Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4166 | 2024-12-16T19:00:11.698Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4167 | 2024-12-16T19:00:11.698Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4168 | 2024-12-16T19:00:11.698Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4169 | 2024-12-16T19:00:11.698Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4170 | 2024-12-16T19:00:11.698Z | [SUM] 8.00-9.00 sec 104 MBytes 871 Mbits/sec |
4171 | 2024-12-16T19:00:11.698Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4172 | 2024-12-16T19:00:11.698Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4173 | 2024-12-16T19:00:11.698Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4174 | 2024-12-16T19:00:11.698Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4175 | 2024-12-16T19:00:11.698Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4176 | 2024-12-16T19:00:11.698Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4177 | 2024-12-16T19:00:11.698Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4178 | 2024-12-16T19:00:11.698Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4179 | 2024-12-16T19:00:11.698Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4180 | 2024-12-16T19:00:11.698Z | [SUM] 9.00-10.00 sec 104 MBytes 876 Mbits/sec |
4181 | 2024-12-16T19:00:11.698Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4182 | 2024-12-16T19:00:11.698Z | [ 5] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec |
4183 | 2024-12-16T19:00:11.698Z | [ 7] 10.00-10.00 sec 113 KBytes 275 Mbits/sec |
4184 | 2024-12-16T19:00:11.698Z | [ 9] 10.00-10.00 sec 113 KBytes 275 Mbits/sec |
4185 | 2024-12-16T19:00:11.698Z | [ 11] 10.00-10.00 sec 113 KBytes 275 Mbits/sec |
4186 | 2024-12-16T19:00:11.698Z | [ 13] 10.00-10.00 sec 113 KBytes 275 Mbits/sec |
4187 | 2024-12-16T19:00:11.699Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4188 | 2024-12-16T19:00:11.699Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4189 | 2024-12-16T19:00:11.699Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4190 | 2024-12-16T19:00:11.699Z | [SUM] 10.00-10.00 sec 509 KBytes 1.24 Gbits/sec |
4191 | 2024-12-16T19:00:11.699Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4192 | 2024-12-16T19:00:11.699Z | [ ID] Interval Transfer Bandwidth |
4193 | 2024-12-16T19:00:11.699Z | [ 5] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4194 | 2024-12-16T19:00:11.699Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4195 | 2024-12-16T19:00:11.699Z | [ 7] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4196 | 2024-12-16T19:00:11.699Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4197 | 2024-12-16T19:00:11.699Z | [ 9] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4198 | 2024-12-16T19:00:11.699Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4199 | 2024-12-16T19:00:11.699Z | [ 11] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4200 | 2024-12-16T19:00:11.699Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4201 | 2024-12-16T19:00:11.699Z | [ 13] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4202 | 2024-12-16T19:00:11.699Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4203 | 2024-12-16T19:00:11.699Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4204 | 2024-12-16T19:00:11.699Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4205 | 2024-12-16T19:00:11.699Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4206 | 2024-12-16T19:00:11.699Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4207 | 2024-12-16T19:00:11.702Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4208 | 2024-12-16T19:00:11.702Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4209 | 2024-12-16T19:00:11.702Z | [SUM] 0.00-10.00 sec 1.01 GBytes 868 Mbits/sec sender |
4210 | 2024-12-16T19:00:11.702Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4211 | 2024-12-16T19:00:11.702Z | Run 4/10...868.4137320128159Mbps |
4212 | 2024-12-16T19:00:18.733Z | ----------------------------------------------------------- |
4213 | 2024-12-16T19:00:18.733Z | Server listening on 5201 |
4214 | 2024-12-16T19:00:18.733Z | ----------------------------------------------------------- |
4215 | 2024-12-16T19:00:18.733Z | Accepted connection from 10.0.0.1, port 40976 |
4216 | 2024-12-16T19:00:18.733Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35627 |
4217 | 2024-12-16T19:00:18.733Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50311 |
4218 | 2024-12-16T19:00:18.733Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36077 |
4219 | 2024-12-16T19:00:18.733Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62461 |
4220 | 2024-12-16T19:00:18.733Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61173 |
4221 | 2024-12-16T19:00:18.733Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51054 |
4222 | 2024-12-16T19:00:18.733Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55891 |
4223 | 2024-12-16T19:00:18.733Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58302 |
4224 | 2024-12-16T19:00:18.733Z | [ ID] Interval Transfer Bandwidth |
4225 | 2024-12-16T19:00:18.733Z | [ 5] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
4226 | 2024-12-16T19:00:18.733Z | [ 7] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
4227 | 2024-12-16T19:00:18.737Z | [ 9] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
4228 | 2024-12-16T19:00:18.737Z | [ 11] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
4229 | 2024-12-16T19:00:18.737Z | [ 13] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4230 | 2024-12-16T19:00:18.737Z | [ 15] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4231 | 2024-12-16T19:00:18.737Z | [ 17] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
4232 | 2024-12-16T19:00:18.737Z | [ 19] 0.00-1.00 sec 12.5 MBytes 104 Mbits/sec |
4233 | 2024-12-16T19:00:18.737Z | [SUM] 0.00-1.00 sec 99.8 MBytes 837 Mbits/sec |
4234 | 2024-12-16T19:00:18.737Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4235 | 2024-12-16T19:00:18.738Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4236 | 2024-12-16T19:00:18.738Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4237 | 2024-12-16T19:00:18.738Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4238 | 2024-12-16T19:00:18.738Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4239 | 2024-12-16T19:00:18.738Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4240 | 2024-12-16T19:00:18.738Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4241 | 2024-12-16T19:00:18.738Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4242 | 2024-12-16T19:00:18.738Z | [ 19] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
4243 | 2024-12-16T19:00:18.738Z | [SUM] 1.00-2.00 sec 105 MBytes 881 Mbits/sec |
4244 | 2024-12-16T19:00:18.738Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4245 | 2024-12-16T19:00:18.738Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4246 | 2024-12-16T19:00:18.738Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4247 | 2024-12-16T19:00:18.738Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4248 | 2024-12-16T19:00:18.738Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4249 | 2024-12-16T19:00:18.738Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4250 | 2024-12-16T19:00:18.738Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4251 | 2024-12-16T19:00:18.738Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4252 | 2024-12-16T19:00:18.738Z | [ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4253 | 2024-12-16T19:00:18.738Z | [SUM] 2.00-3.00 sec 104 MBytes 876 Mbits/sec |
4254 | 2024-12-16T19:00:18.738Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4255 | 2024-12-16T19:00:18.738Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4256 | 2024-12-16T19:00:18.738Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4257 | 2024-12-16T19:00:18.738Z | [ 9] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4258 | 2024-12-16T19:00:18.738Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4259 | 2024-12-16T19:00:18.738Z | [ 13] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4260 | 2024-12-16T19:00:18.738Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4261 | 2024-12-16T19:00:18.738Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4262 | 2024-12-16T19:00:18.738Z | [ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4263 | 2024-12-16T19:00:18.738Z | [SUM] 3.00-4.00 sec 103 MBytes 865 Mbits/sec |
4264 | 2024-12-16T19:00:18.738Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4265 | 2024-12-16T19:00:18.738Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4266 | 2024-12-16T19:00:18.738Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4267 | 2024-12-16T19:00:18.738Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4268 | 2024-12-16T19:00:18.738Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4269 | 2024-12-16T19:00:18.738Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4270 | 2024-12-16T19:00:18.738Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4271 | 2024-12-16T19:00:18.739Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4272 | 2024-12-16T19:00:18.739Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4273 | 2024-12-16T19:00:18.739Z | [SUM] 4.00-5.00 sec 105 MBytes 879 Mbits/sec |
4274 | 2024-12-16T19:00:18.739Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4275 | 2024-12-16T19:00:18.739Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4276 | 2024-12-16T19:00:18.739Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4277 | 2024-12-16T19:00:18.739Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4278 | 2024-12-16T19:00:18.739Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4279 | 2024-12-16T19:00:18.739Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4280 | 2024-12-16T19:00:18.739Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4281 | 2024-12-16T19:00:18.739Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4282 | 2024-12-16T19:00:18.739Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4283 | 2024-12-16T19:00:18.739Z | [SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec |
4284 | 2024-12-16T19:00:18.739Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4285 | 2024-12-16T19:00:18.739Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4286 | 2024-12-16T19:00:18.739Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4287 | 2024-12-16T19:00:18.739Z | [ 9] 6.00-7.00 sec 13.0 MBytes 110 Mbits/sec |
4288 | 2024-12-16T19:00:21.959Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4289 | 2024-12-16T19:00:21.959Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4290 | 2024-12-16T19:00:21.959Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4291 | 2024-12-16T19:00:21.959Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4292 | 2024-12-16T19:00:21.959Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4293 | 2024-12-16T19:00:21.959Z | [SUM] 6.00-7.00 sec 104 MBytes 877 Mbits/sec |
4294 | 2024-12-16T19:00:21.959Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4295 | 2024-12-16T19:00:21.959Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4296 | 2024-12-16T19:00:21.959Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4297 | 2024-12-16T19:00:21.959Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4298 | 2024-12-16T19:00:21.959Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4299 | 2024-12-16T19:00:21.959Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4300 | 2024-12-16T19:00:21.959Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4301 | 2024-12-16T19:00:21.959Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4302 | 2024-12-16T19:00:21.959Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4303 | 2024-12-16T19:00:21.959Z | [SUM] 7.00-8.00 sec 105 MBytes 879 Mbits/sec |
4304 | 2024-12-16T19:00:21.959Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4305 | 2024-12-16T19:00:21.959Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4306 | 2024-12-16T19:00:21.959Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4307 | 2024-12-16T19:00:21.959Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4308 | 2024-12-16T19:00:21.959Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4309 | 2024-12-16T19:00:21.959Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4310 | 2024-12-16T19:00:21.959Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4311 | 2024-12-16T19:00:21.959Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4312 | 2024-12-16T19:00:21.959Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4313 | 2024-12-16T19:00:21.959Z | [SUM] 8.00-9.00 sec 105 MBytes 878 Mbits/sec |
4314 | 2024-12-16T19:00:21.959Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4315 | 2024-12-16T19:00:21.960Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4316 | 2024-12-16T19:00:21.960Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4317 | 2024-12-16T19:00:21.960Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4318 | 2024-12-16T19:00:21.960Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4319 | 2024-12-16T19:00:21.960Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4320 | 2024-12-16T19:00:21.960Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4321 | 2024-12-16T19:00:21.960Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4322 | 2024-12-16T19:00:21.960Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4323 | 2024-12-16T19:00:21.960Z | [SUM] 9.00-10.00 sec 104 MBytes 873 Mbits/sec |
4324 | 2024-12-16T19:00:21.960Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4325 | 2024-12-16T19:00:21.960Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4326 | 2024-12-16T19:00:21.960Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4327 | 2024-12-16T19:00:21.960Z | [ 9] 10.00-10.00 sec 56.6 KBytes 128 Mbits/sec |
4328 | 2024-12-16T19:00:21.960Z | [ 11] 10.00-10.00 sec 56.6 KBytes 128 Mbits/sec |
4329 | 2024-12-16T19:00:21.960Z | [ 13] 10.00-10.00 sec 56.6 KBytes 128 Mbits/sec |
4330 | 2024-12-16T19:00:21.960Z | [ 15] 10.00-10.00 sec 113 KBytes 255 Mbits/sec |
4331 | 2024-12-16T19:00:21.960Z | [ 17] 10.00-10.00 sec 56.6 KBytes 128 Mbits/sec |
4332 | 2024-12-16T19:00:21.960Z | [ 19] 10.00-10.00 sec 113 KBytes 255 Mbits/sec |
4333 | 2024-12-16T19:00:21.960Z | [SUM] 10.00-10.00 sec 452 KBytes 1.02 Gbits/sec |
4334 | 2024-12-16T19:00:21.960Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4335 | 2024-12-16T19:00:21.960Z | [ ID] Interval Transfer Bandwidth |
4336 | 2024-12-16T19:00:21.960Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4337 | 2024-12-16T19:00:21.960Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4338 | 2024-12-16T19:00:21.960Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4339 | 2024-12-16T19:00:21.960Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4340 | 2024-12-16T19:00:21.960Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4341 | 2024-12-16T19:00:21.960Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4342 | 2024-12-16T19:00:21.960Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4343 | 2024-12-16T19:00:21.960Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4344 | 2024-12-16T19:00:21.960Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4345 | 2024-12-16T19:00:21.960Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4346 | 2024-12-16T19:00:21.960Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4347 | 2024-12-16T19:00:21.960Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4348 | 2024-12-16T19:00:21.960Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4349 | 2024-12-16T19:00:21.961Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4350 | 2024-12-16T19:00:21.961Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4351 | 2024-12-16T19:00:21.961Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4352 | 2024-12-16T19:00:21.961Z | [SUM] 0.00-10.00 sec 1.02 GBytes 872 Mbits/sec sender |
4353 | 2024-12-16T19:00:21.961Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4354 | 2024-12-16T19:00:21.964Z | Run 5/10...872.0873166072599Mbps |
4355 | 2024-12-16T19:00:28.999Z | ----------------------------------------------------------- |
4356 | 2024-12-16T19:00:28.999Z | Server listening on 5201 |
4357 | 2024-12-16T19:00:28.999Z | ----------------------------------------------------------- |
4358 | 2024-12-16T19:00:29.000Z | Accepted connection from 10.0.0.1, port 42135 |
4359 | 2024-12-16T19:00:29.000Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62228 |
4360 | 2024-12-16T19:00:29.000Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57874 |
4361 | 2024-12-16T19:00:29.000Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55778 |
4362 | 2024-12-16T19:00:29.000Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52882 |
4363 | 2024-12-16T19:00:29.000Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43525 |
4364 | 2024-12-16T19:00:29.000Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34474 |
4365 | 2024-12-16T19:00:29.000Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61016 |
4366 | 2024-12-16T19:00:29.000Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54609 |
4367 | 2024-12-16T19:00:29.000Z | [ ID] Interval Transfer Bandwidth |
4368 | 2024-12-16T19:00:29.000Z | [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4369 | 2024-12-16T19:00:29.000Z | [ 7] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4370 | 2024-12-16T19:00:29.000Z | [ 9] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4371 | 2024-12-16T19:00:29.000Z | [ 11] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4372 | 2024-12-16T19:00:29.000Z | [ 13] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4373 | 2024-12-16T19:00:29.000Z | [ 15] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4374 | 2024-12-16T19:00:29.000Z | [ 17] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4375 | 2024-12-16T19:00:29.000Z | [ 19] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4376 | 2024-12-16T19:00:29.000Z | [SUM] 0.00-1.00 sec 95.8 MBytes 803 Mbits/sec |
4377 | 2024-12-16T19:00:29.000Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4378 | 2024-12-16T19:00:29.000Z | [ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4379 | 2024-12-16T19:00:29.000Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4380 | 2024-12-16T19:00:29.000Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4381 | 2024-12-16T19:00:29.001Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4382 | 2024-12-16T19:00:29.001Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4383 | 2024-12-16T19:00:29.001Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4384 | 2024-12-16T19:00:29.001Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4385 | 2024-12-16T19:00:29.001Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4386 | 2024-12-16T19:00:29.001Z | [SUM] 1.00-2.00 sec 105 MBytes 879 Mbits/sec |
4387 | 2024-12-16T19:00:29.001Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4388 | 2024-12-16T19:00:29.001Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4389 | 2024-12-16T19:00:29.001Z | [ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4390 | 2024-12-16T19:00:29.001Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4391 | 2024-12-16T19:00:29.001Z | [ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4392 | 2024-12-16T19:00:29.001Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4393 | 2024-12-16T19:00:29.001Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4394 | 2024-12-16T19:00:29.001Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4395 | 2024-12-16T19:00:29.001Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4396 | 2024-12-16T19:00:29.001Z | [SUM] 2.00-3.00 sec 104 MBytes 875 Mbits/sec |
4397 | 2024-12-16T19:00:29.001Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4398 | 2024-12-16T19:00:29.001Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4399 | 2024-12-16T19:00:29.001Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4400 | 2024-12-16T19:00:29.001Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4401 | 2024-12-16T19:00:29.001Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4402 | 2024-12-16T19:00:29.001Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4403 | 2024-12-16T19:00:29.001Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4404 | 2024-12-16T19:00:29.001Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4405 | 2024-12-16T19:00:29.001Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4406 | 2024-12-16T19:00:29.001Z | [SUM] 3.00-4.00 sec 104 MBytes 873 Mbits/sec |
4407 | 2024-12-16T19:00:29.001Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4408 | 2024-12-16T19:00:29.001Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4409 | 2024-12-16T19:00:29.001Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4410 | 2024-12-16T19:00:29.001Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4411 | 2024-12-16T19:00:29.002Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4412 | 2024-12-16T19:00:29.002Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4413 | 2024-12-16T19:00:29.002Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4414 | 2024-12-16T19:00:29.002Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4415 | 2024-12-16T19:00:29.002Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4416 | 2024-12-16T19:00:29.002Z | [SUM] 4.00-5.00 sec 104 MBytes 874 Mbits/sec |
4417 | 2024-12-16T19:00:29.002Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4418 | 2024-12-16T19:00:29.002Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4419 | 2024-12-16T19:00:29.002Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4420 | 2024-12-16T19:00:29.002Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4421 | 2024-12-16T19:00:29.002Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4422 | 2024-12-16T19:00:29.002Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4423 | 2024-12-16T19:00:29.002Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4424 | 2024-12-16T19:00:29.002Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4425 | 2024-12-16T19:00:29.002Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4426 | 2024-12-16T19:00:29.002Z | [SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec |
4427 | 2024-12-16T19:00:29.002Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4428 | 2024-12-16T19:00:29.002Z | [ 5] 6.00-7.00 sec 12.8 MBytes 108 Mbits/sec |
4429 | 2024-12-16T19:00:29.002Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4430 | 2024-12-16T19:00:29.002Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4431 | 2024-12-16T19:00:32.220Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4432 | 2024-12-16T19:00:32.220Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4433 | 2024-12-16T19:00:32.220Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4434 | 2024-12-16T19:00:32.220Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4435 | 2024-12-16T19:00:32.220Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4436 | 2024-12-16T19:00:32.220Z | [SUM] 6.00-7.00 sec 103 MBytes 867 Mbits/sec |
4437 | 2024-12-16T19:00:32.220Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4438 | 2024-12-16T19:00:32.220Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4439 | 2024-12-16T19:00:32.220Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4440 | 2024-12-16T19:00:32.220Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4441 | 2024-12-16T19:00:32.220Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4442 | 2024-12-16T19:00:32.220Z | [ 13] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4443 | 2024-12-16T19:00:32.220Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4444 | 2024-12-16T19:00:32.221Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4445 | 2024-12-16T19:00:32.221Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4446 | 2024-12-16T19:00:32.221Z | [SUM] 7.00-8.00 sec 103 MBytes 864 Mbits/sec |
4447 | 2024-12-16T19:00:32.221Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4448 | 2024-12-16T19:00:32.221Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4449 | 2024-12-16T19:00:32.221Z | [ 7] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4450 | 2024-12-16T19:00:32.221Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4451 | 2024-12-16T19:00:32.221Z | [ 11] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4452 | 2024-12-16T19:00:32.221Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4453 | 2024-12-16T19:00:32.221Z | [ 15] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4454 | 2024-12-16T19:00:32.221Z | [ 17] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4455 | 2024-12-16T19:00:32.221Z | [ 19] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4456 | 2024-12-16T19:00:32.221Z | [SUM] 8.00-9.00 sec 103 MBytes 862 Mbits/sec |
4457 | 2024-12-16T19:00:32.221Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4458 | 2024-12-16T19:00:32.221Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4459 | 2024-12-16T19:00:32.221Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4460 | 2024-12-16T19:00:32.221Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4461 | 2024-12-16T19:00:32.221Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4462 | 2024-12-16T19:00:32.221Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4463 | 2024-12-16T19:00:32.221Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4464 | 2024-12-16T19:00:32.221Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4465 | 2024-12-16T19:00:32.221Z | [ 19] 9.00-10.00 sec 12.9 MBytes 109 Mbits/sec |
4466 | 2024-12-16T19:00:32.221Z | [SUM] 9.00-10.00 sec 104 MBytes 869 Mbits/sec |
4467 | 2024-12-16T19:00:32.221Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4468 | 2024-12-16T19:00:32.221Z | [ 5] 10.00-10.00 sec 127 KBytes 293 Mbits/sec |
4469 | 2024-12-16T19:00:32.221Z | [ 7] 10.00-10.00 sec 113 KBytes 260 Mbits/sec |
4470 | 2024-12-16T19:00:32.221Z | [ 9] 10.00-10.00 sec 56.6 KBytes 130 Mbits/sec |
4471 | 2024-12-16T19:00:32.221Z | [ 11] 10.00-10.00 sec 56.6 KBytes 130 Mbits/sec |
4472 | 2024-12-16T19:00:32.221Z | [ 13] 10.00-10.00 sec 56.6 KBytes 130 Mbits/sec |
4473 | 2024-12-16T19:00:32.221Z | [ 15] 10.00-10.00 sec 56.6 KBytes 130 Mbits/sec |
4474 | 2024-12-16T19:00:32.221Z | [ 17] 10.00-10.00 sec 56.6 KBytes 130 Mbits/sec |
4475 | 2024-12-16T19:00:32.221Z | [ 19] 10.00-10.00 sec 56.6 KBytes 130 Mbits/sec |
4476 | 2024-12-16T19:00:32.221Z | [SUM] 10.00-10.00 sec 580 KBytes 1.33 Gbits/sec |
4477 | 2024-12-16T19:00:32.221Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4478 | 2024-12-16T19:00:32.221Z | [ ID] Interval Transfer Bandwidth |
4479 | 2024-12-16T19:00:32.221Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4480 | 2024-12-16T19:00:32.221Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4481 | 2024-12-16T19:00:32.221Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4482 | 2024-12-16T19:00:32.221Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4483 | 2024-12-16T19:00:32.222Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4484 | 2024-12-16T19:00:32.222Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4485 | 2024-12-16T19:00:32.222Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4486 | 2024-12-16T19:00:32.222Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4487 | 2024-12-16T19:00:32.222Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4488 | 2024-12-16T19:00:32.222Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4489 | 2024-12-16T19:00:32.222Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4490 | 2024-12-16T19:00:32.222Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4491 | 2024-12-16T19:00:32.222Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4492 | 2024-12-16T19:00:32.222Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4493 | 2024-12-16T19:00:32.222Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4494 | 2024-12-16T19:00:32.222Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4495 | 2024-12-16T19:00:32.222Z | [SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec sender |
4496 | 2024-12-16T19:00:32.222Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4497 | 2024-12-16T19:00:32.225Z | Run 6/10...864.246535745374Mbps |
4498 | 2024-12-16T19:00:39.257Z | ----------------------------------------------------------- |
4499 | 2024-12-16T19:00:39.257Z | Server listening on 5201 |
4500 | 2024-12-16T19:00:39.257Z | ----------------------------------------------------------- |
4501 | 2024-12-16T19:00:39.257Z | Accepted connection from 10.0.0.1, port 39710 |
4502 | 2024-12-16T19:00:39.257Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38001 |
4503 | 2024-12-16T19:00:39.257Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44680 |
4504 | 2024-12-16T19:00:39.257Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61948 |
4505 | 2024-12-16T19:00:39.257Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36399 |
4506 | 2024-12-16T19:00:39.257Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43468 |
4507 | 2024-12-16T19:00:39.257Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47500 |
4508 | 2024-12-16T19:00:39.257Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39605 |
4509 | 2024-12-16T19:00:39.257Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60417 |
4510 | 2024-12-16T19:00:39.257Z | [ ID] Interval Transfer Bandwidth |
4511 | 2024-12-16T19:00:39.257Z | [ 5] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4512 | 2024-12-16T19:00:39.257Z | [ 7] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4513 | 2024-12-16T19:00:39.257Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4514 | 2024-12-16T19:00:39.257Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4515 | 2024-12-16T19:00:39.257Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4516 | 2024-12-16T19:00:39.257Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4517 | 2024-12-16T19:00:39.257Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4518 | 2024-12-16T19:00:39.257Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4519 | 2024-12-16T19:00:39.257Z | [SUM] 0.00-1.00 sec 97.7 MBytes 820 Mbits/sec |
4520 | 2024-12-16T19:00:39.257Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4521 | 2024-12-16T19:00:39.257Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4522 | 2024-12-16T19:00:39.257Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4523 | 2024-12-16T19:00:39.257Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4524 | 2024-12-16T19:00:39.257Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4525 | 2024-12-16T19:00:39.257Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4526 | 2024-12-16T19:00:39.257Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4527 | 2024-12-16T19:00:39.257Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4528 | 2024-12-16T19:00:39.257Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4529 | 2024-12-16T19:00:39.257Z | [SUM] 1.00-2.00 sec 105 MBytes 879 Mbits/sec |
4530 | 2024-12-16T19:00:39.257Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4531 | 2024-12-16T19:00:39.257Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4532 | 2024-12-16T19:00:39.260Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4533 | 2024-12-16T19:00:39.260Z | [ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4534 | 2024-12-16T19:00:39.260Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4535 | 2024-12-16T19:00:39.260Z | [ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4536 | 2024-12-16T19:00:39.261Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4537 | 2024-12-16T19:00:39.261Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4538 | 2024-12-16T19:00:39.261Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4539 | 2024-12-16T19:00:39.261Z | [SUM] 2.00-3.00 sec 103 MBytes 864 Mbits/sec |
4540 | 2024-12-16T19:00:39.261Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4541 | 2024-12-16T19:00:39.261Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4542 | 2024-12-16T19:00:39.261Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4543 | 2024-12-16T19:00:39.261Z | [ 9] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4544 | 2024-12-16T19:00:39.261Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4545 | 2024-12-16T19:00:39.261Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4546 | 2024-12-16T19:00:39.261Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4547 | 2024-12-16T19:00:39.261Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4548 | 2024-12-16T19:00:39.261Z | [ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4549 | 2024-12-16T19:00:39.261Z | [SUM] 3.00-4.00 sec 103 MBytes 868 Mbits/sec |
4550 | 2024-12-16T19:00:39.261Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4551 | 2024-12-16T19:00:39.261Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4552 | 2024-12-16T19:00:39.262Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4553 | 2024-12-16T19:00:39.262Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4554 | 2024-12-16T19:00:39.262Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4555 | 2024-12-16T19:00:39.262Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4556 | 2024-12-16T19:00:39.262Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4557 | 2024-12-16T19:00:39.262Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4558 | 2024-12-16T19:00:39.262Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4559 | 2024-12-16T19:00:39.262Z | [SUM] 4.00-5.00 sec 104 MBytes 868 Mbits/sec |
4560 | 2024-12-16T19:00:39.262Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4561 | 2024-12-16T19:00:39.262Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4562 | 2024-12-16T19:00:39.262Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4563 | 2024-12-16T19:00:39.262Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4564 | 2024-12-16T19:00:39.262Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4565 | 2024-12-16T19:00:39.262Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4566 | 2024-12-16T19:00:39.262Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4567 | 2024-12-16T19:00:39.262Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4568 | 2024-12-16T19:00:39.262Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4569 | 2024-12-16T19:00:39.262Z | [SUM] 5.00-6.00 sec 104 MBytes 871 Mbits/sec |
4570 | 2024-12-16T19:00:39.262Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4571 | 2024-12-16T19:00:39.262Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4572 | 2024-12-16T19:00:39.262Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4573 | 2024-12-16T19:00:39.262Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4574 | 2024-12-16T19:00:42.481Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4575 | 2024-12-16T19:00:42.481Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4576 | 2024-12-16T19:00:42.481Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4577 | 2024-12-16T19:00:42.481Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4578 | 2024-12-16T19:00:42.481Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4579 | 2024-12-16T19:00:42.482Z | [SUM] 6.00-7.00 sec 104 MBytes 874 Mbits/sec |
4580 | 2024-12-16T19:00:42.482Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4581 | 2024-12-16T19:00:42.482Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4582 | 2024-12-16T19:00:42.482Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4583 | 2024-12-16T19:00:42.482Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4584 | 2024-12-16T19:00:42.482Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4585 | 2024-12-16T19:00:42.482Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4586 | 2024-12-16T19:00:42.482Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4587 | 2024-12-16T19:00:42.482Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4588 | 2024-12-16T19:00:42.482Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4589 | 2024-12-16T19:00:42.482Z | [SUM] 7.00-8.00 sec 104 MBytes 875 Mbits/sec |
4590 | 2024-12-16T19:00:42.482Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4591 | 2024-12-16T19:00:42.482Z | [ 5] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4592 | 2024-12-16T19:00:42.482Z | [ 7] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4593 | 2024-12-16T19:00:42.482Z | [ 9] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4594 | 2024-12-16T19:00:42.482Z | [ 11] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4595 | 2024-12-16T19:00:42.482Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4596 | 2024-12-16T19:00:42.482Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4597 | 2024-12-16T19:00:42.482Z | [ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4598 | 2024-12-16T19:00:42.482Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4599 | 2024-12-16T19:00:42.482Z | [SUM] 8.00-9.00 sec 103 MBytes 860 Mbits/sec |
4600 | 2024-12-16T19:00:42.482Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4601 | 2024-12-16T19:00:42.482Z | [ 5] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
4602 | 2024-12-16T19:00:42.482Z | [ 7] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4603 | 2024-12-16T19:00:42.482Z | [ 9] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4604 | 2024-12-16T19:00:42.482Z | [ 11] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4605 | 2024-12-16T19:00:42.482Z | [ 13] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4606 | 2024-12-16T19:00:42.482Z | [ 15] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec |
4607 | 2024-12-16T19:00:42.482Z | [ 17] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4608 | 2024-12-16T19:00:42.482Z | [ 19] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec |
4609 | 2024-12-16T19:00:42.482Z | [SUM] 9.00-10.00 sec 102 MBytes 857 Mbits/sec |
4610 | 2024-12-16T19:00:42.482Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4611 | 2024-12-16T19:00:42.482Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4612 | 2024-12-16T19:00:42.482Z | [ 7] 10.00-10.00 sec 113 KBytes 223 Mbits/sec |
4613 | 2024-12-16T19:00:42.482Z | [ 9] 10.00-10.00 sec 56.6 KBytes 111 Mbits/sec |
4614 | 2024-12-16T19:00:42.482Z | [ 11] 10.00-10.00 sec 56.6 KBytes 111 Mbits/sec |
4615 | 2024-12-16T19:00:42.482Z | [ 13] 10.00-10.00 sec 56.6 KBytes 111 Mbits/sec |
4616 | 2024-12-16T19:00:42.483Z | [ 15] 10.00-10.00 sec 56.6 KBytes 111 Mbits/sec |
4617 | 2024-12-16T19:00:42.483Z | [ 17] 10.00-10.00 sec 56.6 KBytes 111 Mbits/sec |
4618 | 2024-12-16T19:00:42.483Z | [ 19] 10.00-10.00 sec 56.6 KBytes 111 Mbits/sec |
4619 | 2024-12-16T19:00:42.483Z | [SUM] 10.00-10.00 sec 452 KBytes 892 Mbits/sec |
4620 | 2024-12-16T19:00:42.483Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4621 | 2024-12-16T19:00:42.483Z | [ ID] Interval Transfer Bandwidth |
4622 | 2024-12-16T19:00:42.483Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4623 | 2024-12-16T19:00:42.483Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4624 | 2024-12-16T19:00:42.483Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4625 | 2024-12-16T19:00:42.483Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4626 | 2024-12-16T19:00:42.483Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4627 | 2024-12-16T19:00:42.483Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4628 | 2024-12-16T19:00:42.483Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4629 | 2024-12-16T19:00:42.483Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4630 | 2024-12-16T19:00:42.483Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4631 | 2024-12-16T19:00:42.483Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4632 | 2024-12-16T19:00:42.483Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4633 | 2024-12-16T19:00:42.483Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4634 | 2024-12-16T19:00:42.483Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4635 | 2024-12-16T19:00:42.483Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4636 | 2024-12-16T19:00:42.483Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4637 | 2024-12-16T19:00:42.483Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4638 | 2024-12-16T19:00:42.483Z | [SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec sender |
4639 | 2024-12-16T19:00:42.483Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4640 | 2024-12-16T19:00:42.486Z | Run 7/10...863.9106748792091Mbps |
4641 | 2024-12-16T19:00:49.518Z | ----------------------------------------------------------- |
4642 | 2024-12-16T19:00:49.518Z | Server listening on 5201 |
4643 | 2024-12-16T19:00:49.518Z | ----------------------------------------------------------- |
4644 | 2024-12-16T19:00:49.518Z | Accepted connection from 10.0.0.1, port 34392 |
4645 | 2024-12-16T19:00:49.518Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37066 |
4646 | 2024-12-16T19:00:49.518Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64719 |
4647 | 2024-12-16T19:00:49.518Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45994 |
4648 | 2024-12-16T19:00:49.518Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52928 |
4649 | 2024-12-16T19:00:49.518Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35791 |
4650 | 2024-12-16T19:00:49.518Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50189 |
4651 | 2024-12-16T19:00:49.518Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49030 |
4652 | 2024-12-16T19:00:49.518Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34807 |
4653 | 2024-12-16T19:00:49.518Z | [ ID] Interval Transfer Bandwidth |
4654 | 2024-12-16T19:00:49.518Z | [ 5] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4655 | 2024-12-16T19:00:49.518Z | [ 7] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4656 | 2024-12-16T19:00:49.518Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4657 | 2024-12-16T19:00:49.518Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4658 | 2024-12-16T19:00:49.518Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4659 | 2024-12-16T19:00:49.518Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4660 | 2024-12-16T19:00:49.518Z | [ 17] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4661 | 2024-12-16T19:00:49.518Z | [ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4662 | 2024-12-16T19:00:49.518Z | [SUM] 0.00-1.00 sec 97.4 MBytes 817 Mbits/sec |
4663 | 2024-12-16T19:00:49.518Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4664 | 2024-12-16T19:00:49.518Z | [ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4665 | 2024-12-16T19:00:49.519Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4666 | 2024-12-16T19:00:49.519Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4667 | 2024-12-16T19:00:49.519Z | [ 11] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
4668 | 2024-12-16T19:00:49.519Z | [ 13] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
4669 | 2024-12-16T19:00:49.519Z | [ 15] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
4670 | 2024-12-16T19:00:49.519Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4671 | 2024-12-16T19:00:49.519Z | [ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4672 | 2024-12-16T19:00:49.519Z | [SUM] 1.00-2.00 sec 104 MBytes 871 Mbits/sec |
4673 | 2024-12-16T19:00:49.519Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4674 | 2024-12-16T19:00:49.519Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4675 | 2024-12-16T19:00:49.519Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4676 | 2024-12-16T19:00:49.519Z | [ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4677 | 2024-12-16T19:00:49.519Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4678 | 2024-12-16T19:00:49.519Z | [ 13] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
4679 | 2024-12-16T19:00:49.519Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4680 | 2024-12-16T19:00:49.519Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4681 | 2024-12-16T19:00:49.519Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4682 | 2024-12-16T19:00:49.519Z | [SUM] 2.00-3.00 sec 103 MBytes 866 Mbits/sec |
4683 | 2024-12-16T19:00:49.519Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4684 | 2024-12-16T19:00:49.519Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4685 | 2024-12-16T19:00:49.519Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4686 | 2024-12-16T19:00:49.519Z | [ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4687 | 2024-12-16T19:00:49.519Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4688 | 2024-12-16T19:00:49.519Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4689 | 2024-12-16T19:00:49.519Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4690 | 2024-12-16T19:00:49.519Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4691 | 2024-12-16T19:00:49.519Z | [ 19] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4692 | 2024-12-16T19:00:49.519Z | [SUM] 3.00-4.00 sec 103 MBytes 864 Mbits/sec |
4693 | 2024-12-16T19:00:49.519Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4694 | 2024-12-16T19:00:49.519Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4695 | 2024-12-16T19:00:49.519Z | [ 7] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4696 | 2024-12-16T19:00:49.519Z | [ 9] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4697 | 2024-12-16T19:00:49.519Z | [ 11] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4698 | 2024-12-16T19:00:49.519Z | [ 13] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4699 | 2024-12-16T19:00:49.519Z | [ 15] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4700 | 2024-12-16T19:00:49.519Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4701 | 2024-12-16T19:00:49.519Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4702 | 2024-12-16T19:00:49.519Z | [SUM] 4.00-5.00 sec 103 MBytes 860 Mbits/sec |
4703 | 2024-12-16T19:00:49.519Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4704 | 2024-12-16T19:00:49.520Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4705 | 2024-12-16T19:00:49.520Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4706 | 2024-12-16T19:00:49.520Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4707 | 2024-12-16T19:00:49.520Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4708 | 2024-12-16T19:00:49.520Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4709 | 2024-12-16T19:00:49.520Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4710 | 2024-12-16T19:00:49.520Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4711 | 2024-12-16T19:00:49.520Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4712 | 2024-12-16T19:00:49.520Z | [SUM] 5.00-6.00 sec 104 MBytes 874 Mbits/sec |
4713 | 2024-12-16T19:00:49.520Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4714 | 2024-12-16T19:00:49.520Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4715 | 2024-12-16T19:00:49.520Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4716 | 2024-12-16T19:00:49.520Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4717 | 2024-12-16T19:00:52.742Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4718 | 2024-12-16T19:00:52.742Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4719 | 2024-12-16T19:00:52.742Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4720 | 2024-12-16T19:00:52.742Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4721 | 2024-12-16T19:00:52.742Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4722 | 2024-12-16T19:00:52.742Z | [SUM] 6.00-7.00 sec 104 MBytes 872 Mbits/sec |
4723 | 2024-12-16T19:00:52.742Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4724 | 2024-12-16T19:00:52.742Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4725 | 2024-12-16T19:00:52.742Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4726 | 2024-12-16T19:00:52.742Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4727 | 2024-12-16T19:00:52.742Z | [ 11] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4728 | 2024-12-16T19:00:52.742Z | [ 13] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4729 | 2024-12-16T19:00:52.742Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4730 | 2024-12-16T19:00:52.742Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4731 | 2024-12-16T19:00:52.742Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4732 | 2024-12-16T19:00:52.742Z | [SUM] 7.00-8.00 sec 103 MBytes 868 Mbits/sec |
4733 | 2024-12-16T19:00:52.742Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4734 | 2024-12-16T19:00:52.743Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4735 | 2024-12-16T19:00:52.743Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4736 | 2024-12-16T19:00:52.743Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4737 | 2024-12-16T19:00:52.743Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4738 | 2024-12-16T19:00:52.743Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4739 | 2024-12-16T19:00:52.743Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4740 | 2024-12-16T19:00:52.743Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4741 | 2024-12-16T19:00:52.743Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4742 | 2024-12-16T19:00:52.743Z | [SUM] 8.00-9.00 sec 104 MBytes 873 Mbits/sec |
4743 | 2024-12-16T19:00:52.743Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4744 | 2024-12-16T19:00:52.743Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4745 | 2024-12-16T19:00:52.743Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4746 | 2024-12-16T19:00:52.743Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4747 | 2024-12-16T19:00:52.743Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4748 | 2024-12-16T19:00:52.743Z | [ 13] 9.00-10.00 sec 12.9 MBytes 109 Mbits/sec |
4749 | 2024-12-16T19:00:52.743Z | [ 15] 9.00-10.00 sec 12.9 MBytes 109 Mbits/sec |
4750 | 2024-12-16T19:00:52.743Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4751 | 2024-12-16T19:00:52.743Z | [ 19] 9.00-10.00 sec 12.9 MBytes 109 Mbits/sec |
4752 | 2024-12-16T19:00:52.743Z | [SUM] 9.00-10.00 sec 103 MBytes 868 Mbits/sec |
4753 | 2024-12-16T19:00:52.743Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4754 | 2024-12-16T19:00:52.743Z | [ 5] 10.00-10.00 sec 113 KBytes 267 Mbits/sec |
4755 | 2024-12-16T19:00:52.743Z | [ 7] 10.00-10.00 sec 113 KBytes 267 Mbits/sec |
4756 | 2024-12-16T19:00:52.743Z | [ 9] 10.00-10.00 sec 56.6 KBytes 134 Mbits/sec |
4757 | 2024-12-16T19:00:52.743Z | [ 11] 10.00-10.00 sec 113 KBytes 267 Mbits/sec |
4758 | 2024-12-16T19:00:52.743Z | [ 13] 10.00-10.00 sec 56.6 KBytes 134 Mbits/sec |
4759 | 2024-12-16T19:00:52.743Z | [ 15] 10.00-10.00 sec 56.6 KBytes 134 Mbits/sec |
4760 | 2024-12-16T19:00:52.743Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4761 | 2024-12-16T19:00:52.743Z | [ 19] 10.00-10.00 sec 70.7 KBytes 167 Mbits/sec |
4762 | 2024-12-16T19:00:52.743Z | [SUM] 10.00-10.00 sec 580 KBytes 1.37 Gbits/sec |
4763 | 2024-12-16T19:00:52.743Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4764 | 2024-12-16T19:00:52.743Z | [ ID] Interval Transfer Bandwidth |
4765 | 2024-12-16T19:00:52.743Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4766 | 2024-12-16T19:00:52.743Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4767 | 2024-12-16T19:00:52.743Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4768 | 2024-12-16T19:00:52.743Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4769 | 2024-12-16T19:00:52.743Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4770 | 2024-12-16T19:00:52.743Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4771 | 2024-12-16T19:00:52.743Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4772 | 2024-12-16T19:00:52.744Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4773 | 2024-12-16T19:00:52.744Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4774 | 2024-12-16T19:00:52.744Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4775 | 2024-12-16T19:00:52.744Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4776 | 2024-12-16T19:00:52.744Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4777 | 2024-12-16T19:00:52.744Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4778 | 2024-12-16T19:00:52.744Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4779 | 2024-12-16T19:00:52.744Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4780 | 2024-12-16T19:00:52.744Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4781 | 2024-12-16T19:00:52.744Z | [SUM] 0.00-10.00 sec 1.01 GBytes 863 Mbits/sec sender |
4782 | 2024-12-16T19:00:52.744Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4783 | 2024-12-16T19:00:52.747Z | Run 8/10...863.669307520459Mbps |
4784 | 2024-12-16T19:00:59.779Z | ----------------------------------------------------------- |
4785 | 2024-12-16T19:00:59.779Z | Server listening on 5201 |
4786 | 2024-12-16T19:00:59.779Z | ----------------------------------------------------------- |
4787 | 2024-12-16T19:00:59.779Z | Accepted connection from 10.0.0.1, port 58489 |
4788 | 2024-12-16T19:00:59.779Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43711 |
4789 | 2024-12-16T19:00:59.779Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35378 |
4790 | 2024-12-16T19:00:59.779Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33751 |
4791 | 2024-12-16T19:00:59.780Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61431 |
4792 | 2024-12-16T19:00:59.780Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52703 |
4793 | 2024-12-16T19:00:59.780Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40260 |
4794 | 2024-12-16T19:00:59.780Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59268 |
4795 | 2024-12-16T19:00:59.780Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33908 |
4796 | 2024-12-16T19:00:59.780Z | [ ID] Interval Transfer Bandwidth |
4797 | 2024-12-16T19:00:59.780Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4798 | 2024-12-16T19:00:59.780Z | [ 7] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
4799 | 2024-12-16T19:00:59.780Z | [ 9] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
4800 | 2024-12-16T19:00:59.780Z | [ 11] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4801 | 2024-12-16T19:00:59.780Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4802 | 2024-12-16T19:00:59.780Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4803 | 2024-12-16T19:00:59.780Z | [ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4804 | 2024-12-16T19:00:59.780Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4805 | 2024-12-16T19:00:59.780Z | [SUM] 0.00-1.00 sec 98.7 MBytes 828 Mbits/sec |
4806 | 2024-12-16T19:00:59.780Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4807 | 2024-12-16T19:00:59.780Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4808 | 2024-12-16T19:00:59.780Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4809 | 2024-12-16T19:00:59.780Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4810 | 2024-12-16T19:00:59.780Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4811 | 2024-12-16T19:00:59.780Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4812 | 2024-12-16T19:00:59.780Z | [ 15] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
4813 | 2024-12-16T19:00:59.780Z | [ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4814 | 2024-12-16T19:00:59.780Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4815 | 2024-12-16T19:00:59.780Z | [SUM] 1.00-2.00 sec 105 MBytes 882 Mbits/sec |
4816 | 2024-12-16T19:00:59.780Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4817 | 2024-12-16T19:00:59.780Z | [ 5] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec |
4818 | 2024-12-16T19:00:59.780Z | [ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4819 | 2024-12-16T19:00:59.780Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4820 | 2024-12-16T19:00:59.780Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4821 | 2024-12-16T19:00:59.780Z | [ 13] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec |
4822 | 2024-12-16T19:00:59.780Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4823 | 2024-12-16T19:00:59.780Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4824 | 2024-12-16T19:00:59.780Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4825 | 2024-12-16T19:00:59.780Z | [SUM] 2.00-3.00 sec 105 MBytes 881 Mbits/sec |
4826 | 2024-12-16T19:00:59.780Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4827 | 2024-12-16T19:00:59.780Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4828 | 2024-12-16T19:00:59.781Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4829 | 2024-12-16T19:00:59.781Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4830 | 2024-12-16T19:00:59.781Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4831 | 2024-12-16T19:00:59.781Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4832 | 2024-12-16T19:00:59.781Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4833 | 2024-12-16T19:00:59.781Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4834 | 2024-12-16T19:00:59.781Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4835 | 2024-12-16T19:00:59.781Z | [SUM] 3.00-4.00 sec 104 MBytes 873 Mbits/sec |
4836 | 2024-12-16T19:00:59.781Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4837 | 2024-12-16T19:00:59.781Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4838 | 2024-12-16T19:00:59.782Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4839 | 2024-12-16T19:00:59.782Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4840 | 2024-12-16T19:00:59.782Z | [ 11] 4.00-5.00 sec 13.0 MBytes 110 Mbits/sec |
4841 | 2024-12-16T19:00:59.782Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4842 | 2024-12-16T19:00:59.782Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4843 | 2024-12-16T19:00:59.782Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
4844 | 2024-12-16T19:00:59.782Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4845 | 2024-12-16T19:00:59.782Z | [SUM] 4.00-5.00 sec 104 MBytes 877 Mbits/sec |
4846 | 2024-12-16T19:00:59.782Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4847 | 2024-12-16T19:00:59.782Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4848 | 2024-12-16T19:00:59.782Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4849 | 2024-12-16T19:00:59.782Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4850 | 2024-12-16T19:00:59.782Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4851 | 2024-12-16T19:00:59.782Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4852 | 2024-12-16T19:00:59.782Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4853 | 2024-12-16T19:00:59.782Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4854 | 2024-12-16T19:00:59.782Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4855 | 2024-12-16T19:00:59.782Z | [SUM] 5.00-6.00 sec 104 MBytes 875 Mbits/sec |
4856 | 2024-12-16T19:00:59.782Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4857 | 2024-12-16T19:00:59.782Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4858 | 2024-12-16T19:00:59.782Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4859 | 2024-12-16T19:00:59.782Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4860 | 2024-12-16T19:01:03.003Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4861 | 2024-12-16T19:01:03.003Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4862 | 2024-12-16T19:01:03.003Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4863 | 2024-12-16T19:01:03.003Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4864 | 2024-12-16T19:01:03.003Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4865 | 2024-12-16T19:01:03.003Z | [SUM] 6.00-7.00 sec 104 MBytes 869 Mbits/sec |
4866 | 2024-12-16T19:01:03.003Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4867 | 2024-12-16T19:01:03.003Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4868 | 2024-12-16T19:01:03.003Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4869 | 2024-12-16T19:01:03.003Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4870 | 2024-12-16T19:01:03.003Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4871 | 2024-12-16T19:01:03.004Z | [ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4872 | 2024-12-16T19:01:03.004Z | [ 15] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4873 | 2024-12-16T19:01:03.004Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4874 | 2024-12-16T19:01:03.004Z | [ 19] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4875 | 2024-12-16T19:01:03.004Z | [SUM] 7.00-8.00 sec 103 MBytes 868 Mbits/sec |
4876 | 2024-12-16T19:01:03.004Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4877 | 2024-12-16T19:01:03.004Z | [ 5] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4878 | 2024-12-16T19:01:03.004Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4879 | 2024-12-16T19:01:03.004Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4880 | 2024-12-16T19:01:03.004Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4881 | 2024-12-16T19:01:03.004Z | [ 13] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4882 | 2024-12-16T19:01:03.004Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4883 | 2024-12-16T19:01:03.004Z | [ 17] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4884 | 2024-12-16T19:01:03.004Z | [ 19] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4885 | 2024-12-16T19:01:03.004Z | [SUM] 8.00-9.00 sec 104 MBytes 869 Mbits/sec |
4886 | 2024-12-16T19:01:03.004Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4887 | 2024-12-16T19:01:03.004Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4888 | 2024-12-16T19:01:03.004Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4889 | 2024-12-16T19:01:03.004Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4890 | 2024-12-16T19:01:03.004Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4891 | 2024-12-16T19:01:03.004Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4892 | 2024-12-16T19:01:03.004Z | [ 15] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
4893 | 2024-12-16T19:01:03.004Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4894 | 2024-12-16T19:01:03.004Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4895 | 2024-12-16T19:01:03.004Z | [SUM] 9.00-10.00 sec 103 MBytes 864 Mbits/sec |
4896 | 2024-12-16T19:01:03.004Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4897 | 2024-12-16T19:01:03.004Z | [ 5] 10.00-10.00 sec 56.6 KBytes 132 Mbits/sec |
4898 | 2024-12-16T19:01:03.004Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4899 | 2024-12-16T19:01:03.004Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4900 | 2024-12-16T19:01:03.004Z | [ 11] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec |
4901 | 2024-12-16T19:01:03.004Z | [ 13] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec |
4902 | 2024-12-16T19:01:03.004Z | [ 15] 10.00-10.00 sec 113 KBytes 265 Mbits/sec |
4903 | 2024-12-16T19:01:03.004Z | [ 17] 10.00-10.00 sec 113 KBytes 265 Mbits/sec |
4904 | 2024-12-16T19:01:03.004Z | [ 19] 10.00-10.00 sec 113 KBytes 265 Mbits/sec |
4905 | 2024-12-16T19:01:03.004Z | [SUM] 10.00-10.00 sec 509 KBytes 1.19 Gbits/sec |
4906 | 2024-12-16T19:01:03.004Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4907 | 2024-12-16T19:01:03.004Z | [ ID] Interval Transfer Bandwidth |
4908 | 2024-12-16T19:01:03.004Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4909 | 2024-12-16T19:01:03.004Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4910 | 2024-12-16T19:01:03.005Z | [ 7] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4911 | 2024-12-16T19:01:03.005Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4912 | 2024-12-16T19:01:03.005Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4913 | 2024-12-16T19:01:03.005Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4914 | 2024-12-16T19:01:03.005Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4915 | 2024-12-16T19:01:03.005Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4916 | 2024-12-16T19:01:03.005Z | [ 13] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4917 | 2024-12-16T19:01:03.005Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4918 | 2024-12-16T19:01:03.005Z | [ 15] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4919 | 2024-12-16T19:01:03.005Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4920 | 2024-12-16T19:01:03.005Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4921 | 2024-12-16T19:01:03.005Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4922 | 2024-12-16T19:01:03.005Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4923 | 2024-12-16T19:01:03.005Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4924 | 2024-12-16T19:01:03.005Z | [SUM] 0.00-10.00 sec 1.01 GBytes 869 Mbits/sec sender |
4925 | 2024-12-16T19:01:03.005Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4926 | 2024-12-16T19:01:03.008Z | Run 9/10...869.0547465710599Mbps |
4927 | 2024-12-16T19:01:10.040Z | ----------------------------------------------------------- |
4928 | 2024-12-16T19:01:10.040Z | Server listening on 5201 |
4929 | 2024-12-16T19:01:10.040Z | ----------------------------------------------------------- |
4930 | 2024-12-16T19:01:10.040Z | Accepted connection from 10.0.0.1, port 53002 |
4931 | 2024-12-16T19:01:10.040Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33587 |
4932 | 2024-12-16T19:01:10.040Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34639 |
4933 | 2024-12-16T19:01:10.040Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38585 |
4934 | 2024-12-16T19:01:10.040Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36424 |
4935 | 2024-12-16T19:01:10.040Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32915 |
4936 | 2024-12-16T19:01:10.040Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34531 |
4937 | 2024-12-16T19:01:10.040Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40549 |
4938 | 2024-12-16T19:01:10.040Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49013 |
4939 | 2024-12-16T19:01:10.040Z | [ ID] Interval Transfer Bandwidth |
4940 | 2024-12-16T19:01:10.040Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4941 | 2024-12-16T19:01:10.040Z | [ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4942 | 2024-12-16T19:01:10.040Z | [ 9] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
4943 | 2024-12-16T19:01:10.040Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4944 | 2024-12-16T19:01:10.040Z | [ 13] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
4945 | 2024-12-16T19:01:10.040Z | [ 15] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4946 | 2024-12-16T19:01:10.041Z | [ 17] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4947 | 2024-12-16T19:01:10.041Z | [ 19] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4948 | 2024-12-16T19:01:10.041Z | [SUM] 0.00-1.00 sec 99.0 MBytes 830 Mbits/sec |
4949 | 2024-12-16T19:01:10.041Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4950 | 2024-12-16T19:01:10.041Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4951 | 2024-12-16T19:01:10.041Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4952 | 2024-12-16T19:01:10.041Z | [ 9] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
4953 | 2024-12-16T19:01:10.041Z | [ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4954 | 2024-12-16T19:01:10.041Z | [ 13] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
4955 | 2024-12-16T19:01:10.041Z | [ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4956 | 2024-12-16T19:01:10.041Z | [ 17] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4957 | 2024-12-16T19:01:10.041Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4958 | 2024-12-16T19:01:10.041Z | [SUM] 1.00-2.00 sec 103 MBytes 867 Mbits/sec |
4959 | 2024-12-16T19:01:10.041Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4960 | 2024-12-16T19:01:10.041Z | [ 5] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
4961 | 2024-12-16T19:01:10.041Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4962 | 2024-12-16T19:01:10.041Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4963 | 2024-12-16T19:01:10.041Z | [ 11] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
4964 | 2024-12-16T19:01:10.041Z | [ 13] 2.00-3.00 sec 12.9 MBytes 109 Mbits/sec |
4965 | 2024-12-16T19:01:10.041Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4966 | 2024-12-16T19:01:10.041Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4967 | 2024-12-16T19:01:10.041Z | [ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4968 | 2024-12-16T19:01:10.041Z | [SUM] 2.00-3.00 sec 104 MBytes 869 Mbits/sec |
4969 | 2024-12-16T19:01:10.041Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4970 | 2024-12-16T19:01:10.041Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4971 | 2024-12-16T19:01:10.041Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4972 | 2024-12-16T19:01:10.041Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4973 | 2024-12-16T19:01:10.041Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4974 | 2024-12-16T19:01:10.041Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4975 | 2024-12-16T19:01:10.041Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4976 | 2024-12-16T19:01:10.041Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
4977 | 2024-12-16T19:01:10.041Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4978 | 2024-12-16T19:01:10.041Z | [SUM] 3.00-4.00 sec 104 MBytes 873 Mbits/sec |
4979 | 2024-12-16T19:01:10.041Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4980 | 2024-12-16T19:01:10.041Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4981 | 2024-12-16T19:01:10.041Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4982 | 2024-12-16T19:01:10.041Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4983 | 2024-12-16T19:01:10.041Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4984 | 2024-12-16T19:01:10.041Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4985 | 2024-12-16T19:01:10.041Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4986 | 2024-12-16T19:01:10.042Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4987 | 2024-12-16T19:01:10.042Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4988 | 2024-12-16T19:01:10.042Z | [SUM] 4.00-5.00 sec 104 MBytes 873 Mbits/sec |
4989 | 2024-12-16T19:01:10.042Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4990 | 2024-12-16T19:01:10.042Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4991 | 2024-12-16T19:01:10.042Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4992 | 2024-12-16T19:01:10.042Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4993 | 2024-12-16T19:01:10.042Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4994 | 2024-12-16T19:01:10.042Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4995 | 2024-12-16T19:01:10.042Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4996 | 2024-12-16T19:01:10.042Z | [ 17] 5.00-6.00 sec 12.9 MBytes 109 Mbits/sec |
4997 | 2024-12-16T19:01:10.042Z | [ 19] 5.00-6.00 sec 12.9 MBytes 109 Mbits/sec |
4998 | 2024-12-16T19:01:10.042Z | [SUM] 5.00-6.00 sec 104 MBytes 871 Mbits/sec |
4999 | 2024-12-16T19:01:10.042Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5000 | 2024-12-16T19:01:10.042Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
5001 | 2024-12-16T19:01:10.042Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
5002 | 2024-12-16T19:01:10.042Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
5003 | 2024-12-16T19:01:13.154Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
5004 | 2024-12-16T19:01:13.154Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
5005 | 2024-12-16T19:01:13.154Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
5006 | 2024-12-16T19:01:13.154Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
5007 | 2024-12-16T19:01:13.154Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
5008 | 2024-12-16T19:01:13.154Z | [SUM] 6.00-7.00 sec 104 MBytes 870 Mbits/sec |
5009 | 2024-12-16T19:01:13.154Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5010 | 2024-12-16T19:01:13.154Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5011 | 2024-12-16T19:01:13.154Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5012 | 2024-12-16T19:01:13.154Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5013 | 2024-12-16T19:01:13.154Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5014 | 2024-12-16T19:01:13.154Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5015 | 2024-12-16T19:01:13.154Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5016 | 2024-12-16T19:01:13.154Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5017 | 2024-12-16T19:01:13.154Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
5018 | 2024-12-16T19:01:13.155Z | [SUM] 7.00-8.00 sec 104 MBytes 874 Mbits/sec |
5019 | 2024-12-16T19:01:13.155Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5020 | 2024-12-16T19:01:13.155Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5021 | 2024-12-16T19:01:13.155Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5022 | 2024-12-16T19:01:13.155Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5023 | 2024-12-16T19:01:13.155Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5024 | 2024-12-16T19:01:13.155Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5025 | 2024-12-16T19:01:13.155Z | [ 15] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
5026 | 2024-12-16T19:01:13.155Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5027 | 2024-12-16T19:01:13.155Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
5028 | 2024-12-16T19:01:13.155Z | [SUM] 8.00-9.00 sec 103 MBytes 867 Mbits/sec |
5029 | 2024-12-16T19:01:13.155Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5030 | 2024-12-16T19:01:13.155Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5031 | 2024-12-16T19:01:13.155Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5032 | 2024-12-16T19:01:13.155Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5033 | 2024-12-16T19:01:13.155Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
5034 | 2024-12-16T19:01:13.155Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
5035 | 2024-12-16T19:01:13.155Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
5036 | 2024-12-16T19:01:13.155Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
5037 | 2024-12-16T19:01:13.155Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
5038 | 2024-12-16T19:01:13.155Z | [SUM] 9.00-10.00 sec 104 MBytes 876 Mbits/sec |
5039 | 2024-12-16T19:01:13.155Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5040 | 2024-12-16T19:01:13.155Z | [ 5] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
5041 | 2024-12-16T19:01:13.155Z | [ 7] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
5042 | 2024-12-16T19:01:13.155Z | [ 9] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
5043 | 2024-12-16T19:01:13.155Z | [ 11] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
5044 | 2024-12-16T19:01:13.155Z | [ 13] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
5045 | 2024-12-16T19:01:13.155Z | [ 15] 10.00-10.00 sec 113 KBytes 251 Mbits/sec |
5046 | 2024-12-16T19:01:13.155Z | [ 17] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
5047 | 2024-12-16T19:01:13.155Z | [ 19] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
5048 | 2024-12-16T19:01:13.155Z | [SUM] 10.00-10.00 sec 509 KBytes 1.13 Gbits/sec |
5049 | 2024-12-16T19:01:13.155Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5050 | 2024-12-16T19:01:13.155Z | [ ID] Interval Transfer Bandwidth |
5051 | 2024-12-16T19:01:13.155Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5052 | 2024-12-16T19:01:13.155Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5053 | 2024-12-16T19:01:13.155Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5054 | 2024-12-16T19:01:13.155Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5055 | 2024-12-16T19:01:13.156Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5056 | 2024-12-16T19:01:13.156Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5057 | 2024-12-16T19:01:13.156Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5058 | 2024-12-16T19:01:13.156Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5059 | 2024-12-16T19:01:13.156Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5060 | 2024-12-16T19:01:13.156Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5061 | 2024-12-16T19:01:13.156Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5062 | 2024-12-16T19:01:13.156Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5063 | 2024-12-16T19:01:13.156Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5064 | 2024-12-16T19:01:13.156Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5065 | 2024-12-16T19:01:13.156Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5066 | 2024-12-16T19:01:13.159Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5067 | 2024-12-16T19:01:13.159Z | [SUM] 0.00-10.00 sec 1.01 GBytes 867 Mbits/sec sender |
5068 | 2024-12-16T19:01:13.159Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5069 | 2024-12-16T19:01:13.159Z | Run 10/10...867.3965179996901Mbps |
5070 | 2024-12-16T19:01:13.159Z | ###---------------------### |
5071 | 2024-12-16T19:01:13.159Z | ::: iPerf done... ::: |
5072 | 2024-12-16T19:01:13.160Z | :::Awaiting out files...::: |
5073 | 2024-12-16T19:01:13.160Z | ###---------------------### |
5074 | 2024-12-16T19:01:13.160Z | ###-----### |
5075 | 2024-12-16T19:01:13.160Z | :::done!::: |
5076 | 2024-12-16T19:01:13.160Z | ###-----### |
5077 | 2024-12-16T19:01:14.948Z | Benchmarking iperf-tcp/local/s2c/tx |
5078 | 2024-12-16T19:01:14.948Z | Benchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s |
5079 | 2024-12-16T19:01:19.626Z | Benchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (574M iterations) |
5080 | 2024-12-16T19:01:39.610Z | Benchmarking iperf-tcp/local/s2c/tx: Analyzing |
5081 | 2024-12-16T19:01:39.763Z | iperf-tcp/local/s2c/tx time: [1.6201 µs 1.6202 µs 1.6203 µs] |
5082 | 2024-12-16T19:01:39.763Z | change: [-1.3164% -1.3068% -1.2960%] (p = 0.00 < 0.05) |
5083 | 2024-12-16T19:01:39.763Z | Performance has improved. |
5084 | 2024-12-16T19:01:39.763Z | Found 4 outliers among 100 measurements (4.00%) |
5085 | 2024-12-16T19:01:39.763Z | 1 (1.00%) low mild |
5086 | 2024-12-16T19:01:39.763Z | 2 (2.00%) high mild |
5087 | 2024-12-16T19:01:39.763Z | 1 (1.00%) high severe |
5088 | 2024-12-16T19:01:41.349Z | |
5089 | 2024-12-16T19:01:41.352Z | Benchmarking iperf-tcp/local/s2c/rx |
5090 | 2024-12-16T19:01:41.352Z | Benchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s |
5091 | 2024-12-16T19:01:46.024Z | Benchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (574M iterations) |
5092 | 2024-12-16T19:02:06.020Z | Benchmarking iperf-tcp/local/s2c/rx: Analyzing |
5093 | 2024-12-16T19:02:06.169Z | iperf-tcp/local/s2c/rx time: [5.9250 µs 5.9254 µs 5.9257 µs] |
5094 | 2024-12-16T19:02:06.169Z | change: [-0.7148% -0.7007% -0.6880%] (p = 0.00 < 0.05) |
5095 | 2024-12-16T19:02:06.169Z | Change within noise threshold. |
5096 | 2024-12-16T19:02:06.169Z | Found 6 outliers among 100 measurements (6.00%) |
5097 | 2024-12-16T19:02:06.169Z | 1 (1.00%) low severe |
5098 | 2024-12-16T19:02:06.169Z | 3 (3.00%) low mild |
5099 | 2024-12-16T19:02:06.169Z | 1 (1.00%) high mild |
5100 | 2024-12-16T19:02:06.169Z | 1 (1.00%) high severe |
5101 | 2024-12-16T19:02:07.756Z | |
5102 | 2024-12-16T19:02:12.895Z | + cargo ubench |
5103 | 2024-12-16T19:02:13.107Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
5104 | 2024-12-16T19:04:04.480Z | Finished `bench` profile [optimized + debuginfo] target(s) in 1m 51s |
5105 | 2024-12-16T19:04:04.523Z | Running benches/userland.rs (target/release/deps/userland-b802edd3df09aef4) |
5106 | 2024-12-16T19:04:04.546Z | Gnuplot not found, using plotters backend |
5107 | 2024-12-16T19:04:04.759Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover |
5108 | 2024-12-16T19:04:04.759Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
5109 | 2024-12-16T19:04:09.458Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0004 s (8.9M iterations) |
5110 | 2024-12-16T19:04:14.038Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
5111 | 2024-12-16T19:04:14.195Z | parse/Hairpin-DHCPv4/wallclock/Discover |
5112 | 2024-12-16T19:04:14.195Z | time: [71.787 ns 71.876 ns 71.946 ns] |
5113 | 2024-12-16T19:04:14.195Z | change: [+0.9344% +1.8033% +2.6084%] (p = 0.00 < 0.05) |
5114 | 2024-12-16T19:04:14.195Z | Change within noise threshold. |
5115 | 2024-12-16T19:04:14.195Z | Found 3 outliers among 100 measurements (3.00%) |
5116 | 2024-12-16T19:04:14.195Z | 1 (1.00%) high mild |
5117 | 2024-12-16T19:04:14.195Z | 2 (2.00%) high severe |
5118 | 2024-12-16T19:04:15.787Z | |
5119 | 2024-12-16T19:04:15.787Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover |
5120 | 2024-12-16T19:04:15.787Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
5121 | 2024-12-16T19:04:21.708Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0035 s (3.5M iterations) |
5122 | 2024-12-16T19:04:26.678Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
5123 | 2024-12-16T19:04:26.826Z | process/Hairpin-DHCPv4/wallclock/Discover |
5124 | 2024-12-16T19:04:26.826Z | time: [943.07 ns 943.79 ns 944.57 ns] |
5125 | 2024-12-16T19:04:26.826Z | change: [-2.5509% -2.2086% -1.8927%] (p = 0.00 < 0.05) |
5126 | 2024-12-16T19:04:26.826Z | Performance has improved. |
5127 | 2024-12-16T19:04:26.826Z | Found 8 outliers among 100 measurements (8.00%) |
5128 | 2024-12-16T19:04:26.826Z | 4 (4.00%) high mild |
5129 | 2024-12-16T19:04:26.826Z | 4 (4.00%) high severe |
5130 | 2024-12-16T19:04:28.415Z | |
5131 | 2024-12-16T19:04:28.415Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request |
5132 | 2024-12-16T19:04:28.415Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
5133 | 2024-12-16T19:04:33.173Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0007 s (8.8M iterations) |
5134 | 2024-12-16T19:04:37.706Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing |
5135 | 2024-12-16T19:04:37.855Z | parse/Hairpin-DHCPv4/wallclock/Request |
5136 | 2024-12-16T19:04:37.855Z | time: [72.410 ns 72.465 ns 72.511 ns] |
5137 | 2024-12-16T19:04:37.856Z | change: [+0.9372% +1.7626% +2.5580%] (p = 0.00 < 0.05) |
5138 | 2024-12-16T19:04:37.856Z | Change within noise threshold. |
5139 | 2024-12-16T19:04:37.856Z | Found 6 outliers among 100 measurements (6.00%) |
5140 | 2024-12-16T19:04:37.856Z | 2 (2.00%) low mild |
5141 | 2024-12-16T19:04:37.856Z | 4 (4.00%) high severe |
5142 | 2024-12-16T19:04:39.445Z | |
5143 | 2024-12-16T19:04:39.448Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request |
5144 | 2024-12-16T19:04:39.448Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
5145 | 2024-12-16T19:04:45.183Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0011 s (3.7M iterations) |
5146 | 2024-12-16T19:04:50.179Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing |
5147 | 2024-12-16T19:04:50.327Z | process/Hairpin-DHCPv4/wallclock/Request |
5148 | 2024-12-16T19:04:50.327Z | time: [907.47 ns 907.87 ns 908.30 ns] |
5149 | 2024-12-16T19:04:50.327Z | change: [-3.0671% -2.7607% -2.4654%] (p = 0.00 < 0.05) |
5150 | 2024-12-16T19:04:50.327Z | Performance has improved. |
5151 | 2024-12-16T19:04:50.327Z | Found 8 outliers among 100 measurements (8.00%) |
5152 | 2024-12-16T19:04:50.327Z | 1 (1.00%) low mild |
5153 | 2024-12-16T19:04:50.327Z | 3 (3.00%) high mild |
5154 | 2024-12-16T19:04:50.327Z | 4 (4.00%) high severe |
5155 | 2024-12-16T19:04:51.915Z | |
5156 | 2024-12-16T19:04:51.915Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit |
5157 | 2024-12-16T19:04:51.915Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
5158 | 2024-12-16T19:04:55.100Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0036 s (6.6M iterations) |
5159 | 2024-12-16T19:04:59.824Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
5160 | 2024-12-16T19:04:59.971Z | parse/Hairpin-DHCPv6/wallclock/Solicit |
5161 | 2024-12-16T19:04:59.971Z | time: [71.502 ns 71.675 ns 71.822 ns] |
5162 | 2024-12-16T19:04:59.971Z | change: [-0.0965% +0.7687% +1.6414%] (p = 0.09 > 0.05) |
5163 | 2024-12-16T19:04:59.971Z | No change in performance detected. |
5164 | 2024-12-16T19:04:59.971Z | Found 7 outliers among 100 measurements (7.00%) |
5165 | 2024-12-16T19:04:59.971Z | 4 (4.00%) high mild |
5166 | 2024-12-16T19:04:59.971Z | 3 (3.00%) high severe |
5167 | 2024-12-16T19:05:01.567Z | |
5168 | 2024-12-16T19:05:01.570Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit |
5169 | 2024-12-16T19:05:01.570Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
5170 | 2024-12-16T19:05:05.589Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0064 s (2.6M iterations) |
5171 | 2024-12-16T19:05:10.577Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
5172 | 2024-12-16T19:05:10.724Z | process/Hairpin-DHCPv6/wallclock/Solicit |
5173 | 2024-12-16T19:05:10.724Z | time: [1.2588 µs 1.2597 µs 1.2606 µs] |
5174 | 2024-12-16T19:05:10.724Z | change: [-4.9783% -4.7842% -4.5950%] (p = 0.00 < 0.05) |
5175 | 2024-12-16T19:05:10.724Z | Performance has improved. |
5176 | 2024-12-16T19:05:10.724Z | Found 13 outliers among 100 measurements (13.00%) |
5177 | 2024-12-16T19:05:10.724Z | 1 (1.00%) low mild |
5178 | 2024-12-16T19:05:10.724Z | 5 (5.00%) high mild |
5179 | 2024-12-16T19:05:10.724Z | 7 (7.00%) high severe |
5180 | 2024-12-16T19:05:12.308Z | |
5181 | 2024-12-16T19:05:12.308Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request |
5182 | 2024-12-16T19:05:12.308Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
5183 | 2024-12-16T19:05:15.799Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0016 s (6.0M iterations) |
5184 | 2024-12-16T19:05:20.543Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing |
5185 | 2024-12-16T19:05:20.692Z | parse/Hairpin-DHCPv6/wallclock/Request |
5186 | 2024-12-16T19:05:20.692Z | time: [71.460 ns 71.661 ns 71.824 ns] |
5187 | 2024-12-16T19:05:20.692Z | change: [-0.1815% +0.6807% +1.4654%] (p = 0.11 > 0.05) |
5188 | 2024-12-16T19:05:20.692Z | No change in performance detected. |
5189 | 2024-12-16T19:05:20.692Z | Found 4 outliers among 100 measurements (4.00%) |
5190 | 2024-12-16T19:05:20.692Z | 2 (2.00%) high mild |
5191 | 2024-12-16T19:05:20.692Z | 2 (2.00%) high severe |
5192 | 2024-12-16T19:05:22.287Z | |
5193 | 2024-12-16T19:05:22.290Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request |
5194 | 2024-12-16T19:05:22.290Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
5195 | 2024-12-16T19:05:26.580Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0030 s (2.4M iterations) |
5196 | 2024-12-16T19:05:31.608Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing |
5197 | 2024-12-16T19:05:31.755Z | process/Hairpin-DHCPv6/wallclock/Request |
5198 | 2024-12-16T19:05:31.755Z | time: [1.3177 µs 1.3185 µs 1.3194 µs] |
5199 | 2024-12-16T19:05:31.755Z | change: [-0.9275% -0.6643% -0.4320%] (p = 0.00 < 0.05) |
5200 | 2024-12-16T19:05:31.755Z | Change within noise threshold. |
5201 | 2024-12-16T19:05:31.755Z | Found 9 outliers among 100 measurements (9.00%) |
5202 | 2024-12-16T19:05:31.755Z | 4 (4.00%) high mild |
5203 | 2024-12-16T19:05:31.755Z | 5 (5.00%) high severe |
5204 | 2024-12-16T19:05:33.354Z | |
5205 | 2024-12-16T19:05:33.354Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest |
5206 | 2024-12-16T19:05:33.354Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
5207 | 2024-12-16T19:05:38.646Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0014 s (7.9M iterations) |
5208 | 2024-12-16T19:05:42.856Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
5209 | 2024-12-16T19:05:43.004Z | parse/Hairpin-ICMPv4/wallclock/EchoRequest |
5210 | 2024-12-16T19:05:43.004Z | time: [71.609 ns 71.710 ns 71.794 ns] |
5211 | 2024-12-16T19:05:43.004Z | change: [+0.1540% +0.9049% +1.6452%] (p = 0.01 < 0.05) |
5212 | 2024-12-16T19:05:43.004Z | Change within noise threshold. |
5213 | 2024-12-16T19:05:43.004Z | Found 5 outliers among 100 measurements (5.00%) |
5214 | 2024-12-16T19:05:43.004Z | 2 (2.00%) high mild |
5215 | 2024-12-16T19:05:43.004Z | 3 (3.00%) high severe |
5216 | 2024-12-16T19:05:44.592Z | |
5217 | 2024-12-16T19:05:44.595Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest |
5218 | 2024-12-16T19:05:44.595Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
5219 | 2024-12-16T19:05:49.487Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0027 s (4.3M iterations) |
5220 | 2024-12-16T19:05:54.142Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
5221 | 2024-12-16T19:05:54.289Z | process/Hairpin-ICMPv4/wallclock/EchoRequest |
5222 | 2024-12-16T19:05:54.289Z | time: [637.37 ns 637.77 ns 638.16 ns] |
5223 | 2024-12-16T19:05:54.289Z | change: [+1.4215% +1.8543% +2.2179%] (p = 0.00 < 0.05) |
5224 | 2024-12-16T19:05:54.289Z | Performance has regressed. |
5225 | 2024-12-16T19:05:54.289Z | Found 9 outliers among 100 measurements (9.00%) |
5226 | 2024-12-16T19:05:54.289Z | 4 (4.00%) high mild |
5227 | 2024-12-16T19:05:54.289Z | 5 (5.00%) high severe |
5228 | 2024-12-16T19:05:55.878Z | |
5229 | 2024-12-16T19:05:55.881Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest |
5230 | 2024-12-16T19:05:55.881Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
5231 | 2024-12-16T19:05:59.832Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0022 s (5.3M iterations) |
5232 | 2024-12-16T19:06:03.007Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
5233 | 2024-12-16T19:06:03.154Z | parse/Hairpin-ICMPv6/wallclock/EchoRequest |
5234 | 2024-12-16T19:06:03.154Z | time: [105.17 ns 105.41 ns 105.60 ns] |
5235 | 2024-12-16T19:06:03.154Z | change: [-1.6054% -0.7797% -0.0343%] (p = 0.05 < 0.05) |
5236 | 2024-12-16T19:06:03.154Z | Change within noise threshold. |
5237 | 2024-12-16T19:06:03.154Z | Found 1 outliers among 100 measurements (1.00%) |
5238 | 2024-12-16T19:06:03.154Z | 1 (1.00%) high severe |
5239 | 2024-12-16T19:06:04.740Z | |
5240 | 2024-12-16T19:06:04.743Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest |
5241 | 2024-12-16T19:06:04.743Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
5242 | 2024-12-16T19:06:07.775Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0053 s (3.5M iterations) |
5243 | 2024-12-16T19:06:11.910Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
5244 | 2024-12-16T19:06:12.056Z | process/Hairpin-ICMPv6/wallclock/EchoRequest |
5245 | 2024-12-16T19:06:12.056Z | time: [704.28 ns 704.49 ns 704.71 ns] |
5246 | 2024-12-16T19:06:12.056Z | change: [-1.0168% -0.6431% -0.3175%] (p = 0.00 < 0.05) |
5247 | 2024-12-16T19:06:12.056Z | Change within noise threshold. |
5248 | 2024-12-16T19:06:12.056Z | Found 10 outliers among 100 measurements (10.00%) |
5249 | 2024-12-16T19:06:12.056Z | 6 (6.00%) high mild |
5250 | 2024-12-16T19:06:12.056Z | 4 (4.00%) high severe |
5251 | 2024-12-16T19:06:13.653Z | |
5252 | 2024-12-16T19:06:13.653Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5253 | 2024-12-16T19:06:13.653Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
5254 | 2024-12-16T19:06:19.142Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0026 s (7.6M iterations) |
5255 | 2024-12-16T19:06:23.111Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
5256 | 2024-12-16T19:06:23.259Z | parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5257 | 2024-12-16T19:06:23.259Z | time: [71.468 ns 71.537 ns 71.597 ns] |
5258 | 2024-12-16T19:06:23.259Z | change: [-1.1050% -0.3649% +0.3390%] (p = 0.36 > 0.05) |
5259 | 2024-12-16T19:06:23.259Z | No change in performance detected. |
5260 | 2024-12-16T19:06:23.259Z | Found 5 outliers among 100 measurements (5.00%) |
5261 | 2024-12-16T19:06:23.259Z | 1 (1.00%) high mild |
5262 | 2024-12-16T19:06:23.259Z | 4 (4.00%) high severe |
5263 | 2024-12-16T19:06:24.848Z | |
5264 | 2024-12-16T19:06:24.850Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5265 | 2024-12-16T19:06:24.850Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
5266 | 2024-12-16T19:06:30.941Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0031 s (3.4M iterations) |
5267 | 2024-12-16T19:06:35.735Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
5268 | 2024-12-16T19:06:35.877Z | process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5269 | 2024-12-16T19:06:35.877Z | time: [921.92 ns 922.92 ns 923.78 ns] |
5270 | 2024-12-16T19:06:35.877Z | change: [-0.0534% +0.2910% +0.6057%] (p = 0.08 > 0.05) |
5271 | 2024-12-16T19:06:35.878Z | No change in performance detected. |
5272 | 2024-12-16T19:06:35.878Z | Found 3 outliers among 100 measurements (3.00%) |
5273 | 2024-12-16T19:06:35.878Z | 1 (1.00%) high mild |
5274 | 2024-12-16T19:06:35.878Z | 2 (2.00%) high severe |
5275 | 2024-12-16T19:06:37.467Z | |
5276 | 2024-12-16T19:06:37.467Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
5277 | 2024-12-16T19:06:37.467Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
5278 | 2024-12-16T19:06:42.931Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0027 s (7.7M iterations) |
5279 | 2024-12-16T19:06:46.897Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
5280 | 2024-12-16T19:06:47.043Z | parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
5281 | 2024-12-16T19:06:47.043Z | time: [70.979 ns 71.123 ns 71.240 ns] |
5282 | 2024-12-16T19:06:47.043Z | change: [-2.0976% -1.3602% -0.5560%] (p = 0.00 < 0.05) |
5283 | 2024-12-16T19:06:47.043Z | Change within noise threshold. |
5284 | 2024-12-16T19:06:47.043Z | Found 3 outliers among 100 measurements (3.00%) |
5285 | 2024-12-16T19:06:47.043Z | 1 (1.00%) high mild |
5286 | 2024-12-16T19:06:47.043Z | 2 (2.00%) high severe |
5287 | 2024-12-16T19:06:48.633Z | |
5288 | 2024-12-16T19:06:48.636Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit |
5289 | 2024-12-16T19:06:48.636Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
5290 | 2024-12-16T19:06:54.683Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0040 s (3.5M iterations) |
5291 | 2024-12-16T19:06:59.369Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
5292 | 2024-12-16T19:06:59.518Z | process/Hairpin-ICMPv6/wallclock/RouterSolicit |
5293 | 2024-12-16T19:06:59.518Z | time: [902.18 ns 902.55 ns 902.92 ns] |
5294 | 2024-12-16T19:06:59.518Z | change: [+2.5214% +2.9344% +3.3911%] (p = 0.00 < 0.05) |
5295 | 2024-12-16T19:06:59.518Z | Performance has regressed. |
5296 | 2024-12-16T19:06:59.518Z | Found 14 outliers among 100 measurements (14.00%) |
5297 | 2024-12-16T19:06:59.518Z | 1 (1.00%) low mild |
5298 | 2024-12-16T19:06:59.518Z | 8 (8.00%) high mild |
5299 | 2024-12-16T19:06:59.518Z | 5 (5.00%) high severe |
5300 | 2024-12-16T19:07:01.111Z | |
5301 | 2024-12-16T19:07:01.113Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5302 | 2024-12-16T19:07:01.113Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5303 | 2024-12-16T19:07:05.248Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (10M iterations) |
5304 | 2024-12-16T19:07:08.781Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5305 | 2024-12-16T19:07:08.926Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5306 | 2024-12-16T19:07:08.926Z | time: [80.819 ns 80.878 ns 80.926 ns] |
5307 | 2024-12-16T19:07:08.926Z | change: [-0.6675% -0.1942% +0.2807%] (p = 0.44 > 0.05) |
5308 | 2024-12-16T19:07:08.926Z | No change in performance detected. |
5309 | 2024-12-16T19:07:08.926Z | Found 6 outliers among 100 measurements (6.00%) |
5310 | 2024-12-16T19:07:08.926Z | 1 (1.00%) high mild |
5311 | 2024-12-16T19:07:08.926Z | 5 (5.00%) high severe |
5312 | 2024-12-16T19:07:10.517Z | |
5313 | 2024-12-16T19:07:10.519Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5314 | 2024-12-16T19:07:10.519Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5315 | 2024-12-16T19:07:15.253Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (4.4M iterations) |
5316 | 2024-12-16T19:07:19.690Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5317 | 2024-12-16T19:07:19.836Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5318 | 2024-12-16T19:07:19.836Z | time: [236.49 ns 236.62 ns 236.74 ns] |
5319 | 2024-12-16T19:07:19.836Z | change: [-5.4590% -4.7254% -3.9596%] (p = 0.00 < 0.05) |
5320 | 2024-12-16T19:07:19.836Z | Performance has improved. |
5321 | 2024-12-16T19:07:19.836Z | Found 12 outliers among 100 measurements (12.00%) |
5322 | 2024-12-16T19:07:19.836Z | 1 (1.00%) low mild |
5323 | 2024-12-16T19:07:19.836Z | 3 (3.00%) high mild |
5324 | 2024-12-16T19:07:19.837Z | 8 (8.00%) high severe |
5325 | 2024-12-16T19:07:21.427Z | |
5326 | 2024-12-16T19:07:21.429Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5327 | 2024-12-16T19:07:21.430Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5328 | 2024-12-16T19:07:25.618Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0002 s (5.0M iterations) |
5329 | 2024-12-16T19:07:30.176Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5330 | 2024-12-16T19:07:30.325Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5331 | 2024-12-16T19:07:30.325Z | time: [107.11 ns 107.21 ns 107.31 ns] |
5332 | 2024-12-16T19:07:30.325Z | change: [-0.0474% +0.4926% +1.2114%] (p = 0.10 > 0.05) |
5333 | 2024-12-16T19:07:30.325Z | No change in performance detected. |
5334 | 2024-12-16T19:07:30.325Z | Found 12 outliers among 100 measurements (12.00%) |
5335 | 2024-12-16T19:07:30.325Z | 4 (4.00%) low mild |
5336 | 2024-12-16T19:07:30.325Z | 2 (2.00%) high mild |
5337 | 2024-12-16T19:07:30.325Z | 6 (6.00%) high severe |
5338 | 2024-12-16T19:07:31.913Z | |
5339 | 2024-12-16T19:07:31.915Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5340 | 2024-12-16T19:07:31.915Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5341 | 2024-12-16T19:07:36.583Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0026 s (2.2M iterations) |
5342 | 2024-12-16T19:07:41.476Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5343 | 2024-12-16T19:07:41.623Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5344 | 2024-12-16T19:07:41.623Z | time: [267.61 ns 268.01 ns 268.43 ns] |
5345 | 2024-12-16T19:07:41.623Z | change: [-4.8588% -3.9883% -3.0341%] (p = 0.00 < 0.05) |
5346 | 2024-12-16T19:07:41.623Z | Performance has improved. |
5347 | 2024-12-16T19:07:41.623Z | Found 13 outliers among 100 measurements (13.00%) |
5348 | 2024-12-16T19:07:41.623Z | 5 (5.00%) high mild |
5349 | 2024-12-16T19:07:41.623Z | 8 (8.00%) high severe |
5350 | 2024-12-16T19:07:43.209Z | |
5351 | 2024-12-16T19:07:43.209Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5352 | 2024-12-16T19:07:43.209Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5353 | 2024-12-16T19:07:46.387Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0004 s (6.6M iterations) |
5354 | 2024-12-16T19:07:49.590Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5355 | 2024-12-16T19:07:49.735Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5356 | 2024-12-16T19:07:49.735Z | time: [97.642 ns 97.781 ns 97.896 ns] |
5357 | 2024-12-16T19:07:49.735Z | change: [-1.2495% -0.5094% +0.2080%] (p = 0.20 > 0.05) |
5358 | 2024-12-16T19:07:49.735Z | No change in performance detected. |
5359 | 2024-12-16T19:07:49.735Z | Found 5 outliers among 100 measurements (5.00%) |
5360 | 2024-12-16T19:07:49.735Z | 2 (2.00%) low mild |
5361 | 2024-12-16T19:07:49.735Z | 3 (3.00%) high severe |
5362 | 2024-12-16T19:07:51.326Z | |
5363 | 2024-12-16T19:07:51.329Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5364 | 2024-12-16T19:07:51.329Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5365 | 2024-12-16T19:07:57.337Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0068 s (3.5M iterations) |
5366 | 2024-12-16T19:08:01.372Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5367 | 2024-12-16T19:08:01.520Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5368 | 2024-12-16T19:08:01.520Z | time: [225.28 ns 225.36 ns 225.44 ns] |
5369 | 2024-12-16T19:08:01.520Z | change: [-3.9630% -3.1695% -2.4082%] (p = 0.00 < 0.05) |
5370 | 2024-12-16T19:08:01.520Z | Performance has improved. |
5371 | 2024-12-16T19:08:01.520Z | Found 15 outliers among 100 measurements (15.00%) |
5372 | 2024-12-16T19:08:01.520Z | 2 (2.00%) high mild |
5373 | 2024-12-16T19:08:01.520Z | 13 (13.00%) high severe |
5374 | 2024-12-16T19:08:03.118Z | |
5375 | 2024-12-16T19:08:03.121Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5376 | 2024-12-16T19:08:03.122Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5377 | 2024-12-16T19:08:08.576Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0066 s (3.8M iterations) |
5378 | 2024-12-16T19:08:12.689Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5379 | 2024-12-16T19:08:12.836Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5380 | 2024-12-16T19:08:12.836Z | time: [121.71 ns 121.83 ns 121.97 ns] |
5381 | 2024-12-16T19:08:12.836Z | change: [-0.8483% -0.1813% +0.5422%] (p = 0.63 > 0.05) |
5382 | 2024-12-16T19:08:12.836Z | No change in performance detected. |
5383 | 2024-12-16T19:08:12.836Z | Found 19 outliers among 100 measurements (19.00%) |
5384 | 2024-12-16T19:08:12.836Z | 7 (7.00%) low mild |
5385 | 2024-12-16T19:08:12.836Z | 6 (6.00%) high mild |
5386 | 2024-12-16T19:08:12.836Z | 6 (6.00%) high severe |
5387 | 2024-12-16T19:08:14.428Z | |
5388 | 2024-12-16T19:08:14.431Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5389 | 2024-12-16T19:08:14.431Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5390 | 2024-12-16T19:08:19.674Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0018 s (2.0M iterations) |
5391 | 2024-12-16T19:08:24.300Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5392 | 2024-12-16T19:08:24.448Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5393 | 2024-12-16T19:08:24.448Z | time: [251.22 ns 251.50 ns 251.89 ns] |
5394 | 2024-12-16T19:08:24.448Z | change: [-4.0727% -3.0166% -2.0487%] (p = 0.00 < 0.05) |
5395 | 2024-12-16T19:08:24.448Z | Performance has improved. |
5396 | 2024-12-16T19:08:24.448Z | Found 11 outliers among 100 measurements (11.00%) |
5397 | 2024-12-16T19:08:24.448Z | 4 (4.00%) high mild |
5398 | 2024-12-16T19:08:24.448Z | 7 (7.00%) high severe |
5399 | 2024-12-16T19:08:26.035Z | |
5400 | 2024-12-16T19:08:26.037Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5401 | 2024-12-16T19:08:26.037Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5402 | 2024-12-16T19:08:29.956Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (11M iterations) |
5403 | 2024-12-16T19:08:33.502Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5404 | 2024-12-16T19:08:33.649Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5405 | 2024-12-16T19:08:33.649Z | time: [72.681 ns 72.737 ns 72.788 ns] |
5406 | 2024-12-16T19:08:33.649Z | change: [+1.3165% +1.8037% +2.3145%] (p = 0.00 < 0.05) |
5407 | 2024-12-16T19:08:33.649Z | Performance has regressed. |
5408 | 2024-12-16T19:08:33.649Z | Found 7 outliers among 100 measurements (7.00%) |
5409 | 2024-12-16T19:08:33.649Z | 1 (1.00%) high mild |
5410 | 2024-12-16T19:08:33.649Z | 6 (6.00%) high severe |
5411 | 2024-12-16T19:08:35.239Z | |
5412 | 2024-12-16T19:08:35.242Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5413 | 2024-12-16T19:08:35.242Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5414 | 2024-12-16T19:08:39.651Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0034 s (4.8M iterations) |
5415 | 2024-12-16T19:08:44.092Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5416 | 2024-12-16T19:08:44.240Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5417 | 2024-12-16T19:08:44.240Z | time: [202.24 ns 202.46 ns 202.73 ns] |
5418 | 2024-12-16T19:08:44.240Z | change: [-11.484% -10.762% -9.8908%] (p = 0.00 < 0.05) |
5419 | 2024-12-16T19:08:44.240Z | Performance has improved. |
5420 | 2024-12-16T19:08:44.240Z | Found 11 outliers among 100 measurements (11.00%) |
5421 | 2024-12-16T19:08:44.240Z | 4 (4.00%) high mild |
5422 | 2024-12-16T19:08:44.240Z | 7 (7.00%) high severe |
5423 | 2024-12-16T19:08:45.826Z | |
5424 | 2024-12-16T19:08:45.829Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5425 | 2024-12-16T19:08:45.829Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5426 | 2024-12-16T19:08:49.965Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0028 s (5.1M iterations) |
5427 | 2024-12-16T19:08:54.536Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5428 | 2024-12-16T19:08:54.683Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5429 | 2024-12-16T19:08:54.683Z | time: [97.848 ns 97.960 ns 98.062 ns] |
5430 | 2024-12-16T19:08:54.683Z | change: [+0.0430% +0.5226% +1.0039%] (p = 0.03 < 0.05) |
5431 | 2024-12-16T19:08:54.683Z | Change within noise threshold. |
5432 | 2024-12-16T19:08:54.683Z | Found 10 outliers among 100 measurements (10.00%) |
5433 | 2024-12-16T19:08:54.683Z | 6 (6.00%) low mild |
5434 | 2024-12-16T19:08:54.683Z | 1 (1.00%) high mild |
5435 | 2024-12-16T19:08:54.683Z | 3 (3.00%) high severe |
5436 | 2024-12-16T19:08:56.282Z | |
5437 | 2024-12-16T19:08:56.284Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5438 | 2024-12-16T19:08:56.284Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5439 | 2024-12-16T19:09:00.807Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0011 s (2.3M iterations) |
5440 | 2024-12-16T19:09:05.671Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5441 | 2024-12-16T19:09:05.818Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5442 | 2024-12-16T19:09:05.819Z | time: [231.07 ns 231.29 ns 231.53 ns] |
5443 | 2024-12-16T19:09:05.819Z | change: [-8.3677% -7.4064% -6.5158%] (p = 0.00 < 0.05) |
5444 | 2024-12-16T19:09:05.819Z | Performance has improved. |
5445 | 2024-12-16T19:09:05.819Z | Found 17 outliers among 100 measurements (17.00%) |
5446 | 2024-12-16T19:09:05.819Z | 3 (3.00%) high mild |
5447 | 2024-12-16T19:09:05.819Z | 14 (14.00%) high severe |
5448 | 2024-12-16T19:09:07.410Z | |
5449 | 2024-12-16T19:09:07.410Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5450 | 2024-12-16T19:09:07.410Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5451 | 2024-12-16T19:09:10.563Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0029 s (6.7M iterations) |
5452 | 2024-12-16T19:09:13.744Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
5453 | 2024-12-16T19:09:13.892Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5454 | 2024-12-16T19:09:13.892Z | time: [93.395 ns 93.560 ns 93.696 ns] |
5455 | 2024-12-16T19:09:13.897Z | change: [+0.3492% +1.0027% +1.6178%] (p = 0.00 < 0.05) |
5456 | 2024-12-16T19:09:13.897Z | Change within noise threshold. |
5457 | 2024-12-16T19:09:13.898Z | Found 3 outliers among 100 measurements (3.00%) |
5458 | 2024-12-16T19:09:13.898Z | 1 (1.00%) high mild |
5459 | 2024-12-16T19:09:13.898Z | 2 (2.00%) high severe |
5460 | 2024-12-16T19:09:15.486Z | |
5461 | 2024-12-16T19:09:15.489Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5462 | 2024-12-16T19:09:15.489Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5463 | 2024-12-16T19:09:21.048Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0030 s (3.8M iterations) |
5464 | 2024-12-16T19:09:25.046Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
5465 | 2024-12-16T19:09:25.193Z | process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5466 | 2024-12-16T19:09:25.194Z | time: [189.46 ns 189.58 ns 189.69 ns] |
5467 | 2024-12-16T19:09:25.194Z | change: [-6.8641% -5.9223% -5.0781%] (p = 0.00 < 0.05) |
5468 | 2024-12-16T19:09:25.194Z | Performance has improved. |
5469 | 2024-12-16T19:09:25.194Z | Found 18 outliers among 100 measurements (18.00%) |
5470 | 2024-12-16T19:09:25.194Z | 10 (10.00%) low mild |
5471 | 2024-12-16T19:09:25.194Z | 2 (2.00%) high mild |
5472 | 2024-12-16T19:09:25.194Z | 6 (6.00%) high severe |
5473 | 2024-12-16T19:09:26.787Z | |
5474 | 2024-12-16T19:09:26.790Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5475 | 2024-12-16T19:09:26.790Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5476 | 2024-12-16T19:09:32.298Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0025 s (3.8M iterations) |
5477 | 2024-12-16T19:09:36.415Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5478 | 2024-12-16T19:09:36.565Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5479 | 2024-12-16T19:09:36.565Z | time: [121.01 ns 121.18 ns 121.36 ns] |
5480 | 2024-12-16T19:09:36.565Z | change: [+2.3869% +3.1029% +3.7484%] (p = 0.00 < 0.05) |
5481 | 2024-12-16T19:09:36.566Z | Performance has regressed. |
5482 | 2024-12-16T19:09:36.566Z | Found 13 outliers among 100 measurements (13.00%) |
5483 | 2024-12-16T19:09:36.566Z | 9 (9.00%) low mild |
5484 | 2024-12-16T19:09:36.566Z | 1 (1.00%) high mild |
5485 | 2024-12-16T19:09:36.566Z | 3 (3.00%) high severe |
5486 | 2024-12-16T19:09:38.152Z | |
5487 | 2024-12-16T19:09:38.155Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5488 | 2024-12-16T19:09:38.155Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5489 | 2024-12-16T19:09:43.201Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0079 s (2.1M iterations) |
5490 | 2024-12-16T19:09:47.862Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5491 | 2024-12-16T19:09:47.995Z | process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5492 | 2024-12-16T19:09:47.995Z | time: [215.52 ns 215.74 ns 215.98 ns] |
5493 | 2024-12-16T19:09:47.995Z | change: [-4.8633% -3.6299% -2.4489%] (p = 0.00 < 0.05) |
5494 | 2024-12-16T19:09:47.995Z | Performance has improved. |
5495 | 2024-12-16T19:09:47.995Z | Found 14 outliers among 100 measurements (14.00%) |
5496 | 2024-12-16T19:09:47.995Z | 5 (5.00%) high mild |
5497 | 2024-12-16T19:09:47.995Z | 9 (9.00%) high severe |
5498 | 2024-12-16T19:09:49.591Z | |
5499 | 2024-12-16T19:09:49.594Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5500 | 2024-12-16T19:09:49.594Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5501 | 2024-12-16T19:09:54.291Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (8.9M iterations) |
5502 | 2024-12-16T19:09:57.962Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5503 | 2024-12-16T19:09:58.111Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5504 | 2024-12-16T19:09:58.111Z | time: [79.790 ns 79.870 ns 79.949 ns] |
5505 | 2024-12-16T19:09:58.111Z | change: [-1.9869% -1.3372% -0.6834%] (p = 0.00 < 0.05) |
5506 | 2024-12-16T19:09:58.111Z | Change within noise threshold. |
5507 | 2024-12-16T19:09:58.111Z | Found 8 outliers among 100 measurements (8.00%) |
5508 | 2024-12-16T19:09:58.111Z | 4 (4.00%) high mild |
5509 | 2024-12-16T19:09:58.111Z | 4 (4.00%) high severe |
5510 | 2024-12-16T19:09:59.703Z | |
5511 | 2024-12-16T19:09:59.706Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5512 | 2024-12-16T19:09:59.706Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5513 | 2024-12-16T19:10:05.076Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0062 s (3.9M iterations) |
5514 | 2024-12-16T19:10:09.640Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5515 | 2024-12-16T19:10:09.787Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5516 | 2024-12-16T19:10:09.787Z | time: [243.88 ns 244.10 ns 244.32 ns] |
5517 | 2024-12-16T19:10:09.787Z | change: [-5.9314% -5.0809% -4.1630%] (p = 0.00 < 0.05) |
5518 | 2024-12-16T19:10:09.787Z | Performance has improved. |
5519 | 2024-12-16T19:10:09.787Z | Found 14 outliers among 100 measurements (14.00%) |
5520 | 2024-12-16T19:10:09.787Z | 5 (5.00%) high mild |
5521 | 2024-12-16T19:10:09.787Z | 9 (9.00%) high severe |
5522 | 2024-12-16T19:10:11.384Z | |
5523 | 2024-12-16T19:10:11.387Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5524 | 2024-12-16T19:10:11.387Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5525 | 2024-12-16T19:10:15.992Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (4.6M iterations) |
5526 | 2024-12-16T19:10:20.574Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5527 | 2024-12-16T19:10:20.722Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5528 | 2024-12-16T19:10:20.722Z | time: [106.32 ns 106.44 ns 106.56 ns] |
5529 | 2024-12-16T19:10:20.722Z | change: [+0.2972% +1.0736% +1.8288%] (p = 0.00 < 0.05) |
5530 | 2024-12-16T19:10:20.722Z | Change within noise threshold. |
5531 | 2024-12-16T19:10:20.722Z | Found 8 outliers among 100 measurements (8.00%) |
5532 | 2024-12-16T19:10:20.722Z | 3 (3.00%) high mild |
5533 | 2024-12-16T19:10:20.722Z | 5 (5.00%) high severe |
5534 | 2024-12-16T19:10:22.322Z | |
5535 | 2024-12-16T19:10:22.325Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5536 | 2024-12-16T19:10:22.325Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5537 | 2024-12-16T19:10:27.377Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0026 s (2.1M iterations) |
5538 | 2024-12-16T19:10:32.267Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5539 | 2024-12-16T19:10:32.413Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5540 | 2024-12-16T19:10:32.413Z | time: [273.61 ns 273.82 ns 274.06 ns] |
5541 | 2024-12-16T19:10:32.413Z | change: [-6.7478% -5.7792% -4.7991%] (p = 0.00 < 0.05) |
5542 | 2024-12-16T19:10:32.413Z | Performance has improved. |
5543 | 2024-12-16T19:10:32.413Z | Found 12 outliers among 100 measurements (12.00%) |
5544 | 2024-12-16T19:10:32.413Z | 3 (3.00%) high mild |
5545 | 2024-12-16T19:10:32.413Z | 9 (9.00%) high severe |
5546 | 2024-12-16T19:10:34.014Z | |
5547 | 2024-12-16T19:10:34.017Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5548 | 2024-12-16T19:10:34.017Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5549 | 2024-12-16T19:10:37.605Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0022 s (5.8M iterations) |
5550 | 2024-12-16T19:10:40.917Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5551 | 2024-12-16T19:10:41.064Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5552 | 2024-12-16T19:10:41.065Z | time: [97.035 ns 97.131 ns 97.214 ns] |
5553 | 2024-12-16T19:10:41.065Z | change: [-0.6304% +0.0866% +0.7917%] (p = 0.83 > 0.05) |
5554 | 2024-12-16T19:10:41.065Z | No change in performance detected. |
5555 | 2024-12-16T19:10:41.065Z | Found 8 outliers among 100 measurements (8.00%) |
5556 | 2024-12-16T19:10:41.065Z | 2 (2.00%) low mild |
5557 | 2024-12-16T19:10:41.065Z | 2 (2.00%) high mild |
5558 | 2024-12-16T19:10:41.065Z | 4 (4.00%) high severe |
5559 | 2024-12-16T19:10:42.653Z | |
5560 | 2024-12-16T19:10:42.656Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5561 | 2024-12-16T19:10:42.656Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5562 | 2024-12-16T19:10:45.820Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0021 s (3.3M iterations) |
5563 | 2024-12-16T19:10:50.180Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5564 | 2024-12-16T19:10:50.326Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5565 | 2024-12-16T19:10:50.326Z | time: [226.77 ns 226.98 ns 227.25 ns] |
5566 | 2024-12-16T19:10:50.327Z | change: [-2.7007% -1.6309% -0.4416%] (p = 0.00 < 0.05) |
5567 | 2024-12-16T19:10:50.327Z | Change within noise threshold. |
5568 | 2024-12-16T19:10:50.327Z | Found 10 outliers among 100 measurements (10.00%) |
5569 | 2024-12-16T19:10:50.327Z | 5 (5.00%) high mild |
5570 | 2024-12-16T19:10:50.327Z | 5 (5.00%) high severe |
5571 | 2024-12-16T19:10:51.920Z | |
5572 | 2024-12-16T19:10:51.923Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5573 | 2024-12-16T19:10:51.923Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5574 | 2024-12-16T19:10:57.891Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0024 s (3.5M iterations) |
5575 | 2024-12-16T19:11:02.052Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5576 | 2024-12-16T19:11:02.197Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5577 | 2024-12-16T19:11:02.197Z | time: [125.27 ns 125.45 ns 125.62 ns] |
5578 | 2024-12-16T19:11:02.197Z | change: [+1.2732% +1.9090% +2.5311%] (p = 0.00 < 0.05) |
5579 | 2024-12-16T19:11:02.197Z | Performance has regressed. |
5580 | 2024-12-16T19:11:02.197Z | Found 5 outliers among 100 measurements (5.00%) |
5581 | 2024-12-16T19:11:02.198Z | 1 (1.00%) low mild |
5582 | 2024-12-16T19:11:02.198Z | 4 (4.00%) high severe |
5583 | 2024-12-16T19:11:03.790Z | |
5584 | 2024-12-16T19:11:03.792Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5585 | 2024-12-16T19:11:03.793Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5586 | 2024-12-16T19:11:09.368Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0087 s (1.9M iterations) |
5587 | 2024-12-16T19:11:14.103Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5588 | 2024-12-16T19:11:14.249Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5589 | 2024-12-16T19:11:14.249Z | time: [257.92 ns 258.21 ns 258.54 ns] |
5590 | 2024-12-16T19:11:14.249Z | change: [-4.1268% -3.1843% -2.2764%] (p = 0.00 < 0.05) |
5591 | 2024-12-16T19:11:14.249Z | Performance has improved. |
5592 | 2024-12-16T19:11:14.249Z | Found 14 outliers among 100 measurements (14.00%) |
5593 | 2024-12-16T19:11:14.249Z | 4 (4.00%) high mild |
5594 | 2024-12-16T19:11:14.249Z | 10 (10.00%) high severe |
5595 | 2024-12-16T19:11:15.851Z | |
5596 | 2024-12-16T19:11:15.853Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5597 | 2024-12-16T19:11:15.853Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5598 | 2024-12-16T19:11:20.426Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (9.2M iterations) |
5599 | 2024-12-16T19:11:24.045Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5600 | 2024-12-16T19:11:24.192Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5601 | 2024-12-16T19:11:24.192Z | time: [73.102 ns 73.291 ns 73.458 ns] |
5602 | 2024-12-16T19:11:24.192Z | change: [-0.0746% +0.6696% +1.3469%] (p = 0.07 > 0.05) |
5603 | 2024-12-16T19:11:24.192Z | No change in performance detected. |
5604 | 2024-12-16T19:11:24.192Z | Found 2 outliers among 100 measurements (2.00%) |
5605 | 2024-12-16T19:11:24.192Z | 2 (2.00%) high severe |
5606 | 2024-12-16T19:11:25.785Z | |
5607 | 2024-12-16T19:11:25.787Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5608 | 2024-12-16T19:11:25.787Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5609 | 2024-12-16T19:11:30.921Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (4.1M iterations) |
5610 | 2024-12-16T19:11:35.402Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5611 | 2024-12-16T19:11:35.550Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5612 | 2024-12-16T19:11:35.550Z | time: [211.26 ns 211.43 ns 211.60 ns] |
5613 | 2024-12-16T19:11:35.550Z | change: [-5.2297% -4.3014% -3.2538%] (p = 0.00 < 0.05) |
5614 | 2024-12-16T19:11:35.550Z | Performance has improved. |
5615 | 2024-12-16T19:11:35.550Z | Found 12 outliers among 100 measurements (12.00%) |
5616 | 2024-12-16T19:11:35.550Z | 5 (5.00%) high mild |
5617 | 2024-12-16T19:11:35.550Z | 7 (7.00%) high severe |
5618 | 2024-12-16T19:11:37.138Z | |
5619 | 2024-12-16T19:11:37.141Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5620 | 2024-12-16T19:11:37.141Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
5621 | 2024-12-16T19:11:41.579Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0036 s (4.7M iterations) |
5622 | 2024-12-16T19:11:46.243Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
5623 | 2024-12-16T19:11:46.390Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5624 | 2024-12-16T19:11:46.390Z | time: [96.824 ns 97.062 ns 97.279 ns] |
5625 | 2024-12-16T19:11:46.390Z | change: [-0.1616% +0.6822% +1.5254%] (p = 0.11 > 0.05) |
5626 | 2024-12-16T19:11:46.390Z | No change in performance detected. |
5627 | 2024-12-16T19:11:46.390Z | Found 6 outliers among 100 measurements (6.00%) |
5628 | 2024-12-16T19:11:46.390Z | 3 (3.00%) high mild |
5629 | 2024-12-16T19:11:46.390Z | 3 (3.00%) high severe |
5630 | 2024-12-16T19:11:47.991Z | |
5631 | 2024-12-16T19:11:47.994Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5632 | 2024-12-16T19:11:47.994Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
5633 | 2024-12-16T19:11:52.877Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0000 s (2.1M iterations) |
5634 | 2024-12-16T19:11:57.735Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
5635 | 2024-12-16T19:11:57.883Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5636 | 2024-12-16T19:11:57.883Z | time: [242.90 ns 243.04 ns 243.19 ns] |
5637 | 2024-12-16T19:11:57.883Z | change: [-7.3992% -6.4515% -5.4180%] (p = 0.00 < 0.05) |
5638 | 2024-12-16T19:11:57.883Z | Performance has improved. |
5639 | 2024-12-16T19:11:57.883Z | Found 16 outliers among 100 measurements (16.00%) |
5640 | 2024-12-16T19:11:57.883Z | 5 (5.00%) high mild |
5641 | 2024-12-16T19:11:57.883Z | 11 (11.00%) high severe |
5642 | 2024-12-16T19:11:59.475Z | |
5643 | 2024-12-16T19:11:59.478Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5644 | 2024-12-16T19:11:59.478Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
5645 | 2024-12-16T19:12:02.946Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0015 s (6.0M iterations) |
5646 | 2024-12-16T19:12:06.332Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
5647 | 2024-12-16T19:12:06.481Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5648 | 2024-12-16T19:12:06.482Z | time: [94.333 ns 94.506 ns 94.642 ns] |
5649 | 2024-12-16T19:12:06.482Z | change: [-2.2642% -1.6279% -0.9732%] (p = 0.00 < 0.05) |
5650 | 2024-12-16T19:12:06.482Z | Change within noise threshold. |
5651 | 2024-12-16T19:12:06.482Z | Found 3 outliers among 100 measurements (3.00%) |
5652 | 2024-12-16T19:12:06.482Z | 2 (2.00%) high mild |
5653 | 2024-12-16T19:12:06.482Z | 1 (1.00%) high severe |
5654 | 2024-12-16T19:12:08.074Z | |
5655 | 2024-12-16T19:12:08.077Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5656 | 2024-12-16T19:12:08.077Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
5657 | 2024-12-16T19:12:14.399Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0026 s (3.3M iterations) |
5658 | 2024-12-16T19:12:18.477Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
5659 | 2024-12-16T19:12:18.626Z | process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5660 | 2024-12-16T19:12:18.626Z | time: [194.42 ns 194.60 ns 194.78 ns] |
5661 | 2024-12-16T19:12:18.626Z | change: [-4.7636% -3.8038% -2.7011%] (p = 0.00 < 0.05) |
5662 | 2024-12-16T19:12:18.626Z | Performance has improved. |
5663 | 2024-12-16T19:12:18.626Z | Found 17 outliers among 100 measurements (17.00%) |
5664 | 2024-12-16T19:12:18.626Z | 9 (9.00%) low mild |
5665 | 2024-12-16T19:12:18.626Z | 1 (1.00%) high mild |
5666 | 2024-12-16T19:12:18.626Z | 7 (7.00%) high severe |
5667 | 2024-12-16T19:12:20.219Z | |
5668 | 2024-12-16T19:12:20.221Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5669 | 2024-12-16T19:12:20.221Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
5670 | 2024-12-16T19:12:26.013Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0012 s (3.6M iterations) |
5671 | 2024-12-16T19:12:30.186Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
5672 | 2024-12-16T19:12:30.334Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5673 | 2024-12-16T19:12:30.334Z | time: [119.03 ns 119.14 ns 119.26 ns] |
5674 | 2024-12-16T19:12:30.334Z | change: [-1.9239% -1.3246% -0.7193%] (p = 0.00 < 0.05) |
5675 | 2024-12-16T19:12:30.334Z | Change within noise threshold. |
5676 | 2024-12-16T19:12:30.334Z | Found 13 outliers among 100 measurements (13.00%) |
5677 | 2024-12-16T19:12:30.334Z | 1 (1.00%) low severe |
5678 | 2024-12-16T19:12:30.334Z | 6 (6.00%) low mild |
5679 | 2024-12-16T19:12:30.334Z | 2 (2.00%) high mild |
5680 | 2024-12-16T19:12:30.334Z | 4 (4.00%) high severe |
5681 | 2024-12-16T19:12:31.934Z | |
5682 | 2024-12-16T19:12:31.937Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5683 | 2024-12-16T19:12:31.937Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
5684 | 2024-12-16T19:12:37.339Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0106 s (1.9M iterations) |
5685 | 2024-12-16T19:12:42.106Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
5686 | 2024-12-16T19:12:42.254Z | process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5687 | 2024-12-16T19:12:42.254Z | time: [225.74 ns 226.00 ns 226.29 ns] |
5688 | 2024-12-16T19:12:42.254Z | change: [-4.8371% -3.7325% -2.6184%] (p = 0.00 < 0.05) |
5689 | 2024-12-16T19:12:42.254Z | Performance has improved. |
5690 | 2024-12-16T19:12:42.254Z | Found 12 outliers among 100 measurements (12.00%) |
5691 | 2024-12-16T19:12:42.254Z | 3 (3.00%) high mild |
5692 | 2024-12-16T19:12:42.254Z | 9 (9.00%) high severe |
5693 | 2024-12-16T19:12:43.847Z | |
5694 | 2024-12-16T19:12:43.847Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5695 | 2024-12-16T19:12:43.847Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5696 | 2024-12-16T19:12:47.944Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (10M iterations) |
5697 | 2024-12-16T19:12:51.552Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5698 | 2024-12-16T19:12:51.699Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5699 | 2024-12-16T19:12:51.699Z | time: [82.178 ns 82.295 ns 82.399 ns] |
5700 | 2024-12-16T19:12:51.699Z | change: [-0.4420% +0.1651% +0.6833%] (p = 0.58 > 0.05) |
5701 | 2024-12-16T19:12:51.699Z | No change in performance detected. |
5702 | 2024-12-16T19:12:51.699Z | Found 3 outliers among 100 measurements (3.00%) |
5703 | 2024-12-16T19:12:51.699Z | 3 (3.00%) high severe |
5704 | 2024-12-16T19:12:53.297Z | |
5705 | 2024-12-16T19:12:53.300Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5706 | 2024-12-16T19:12:53.300Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5707 | 2024-12-16T19:12:57.633Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0008 s (4.8M iterations) |
5708 | 2024-12-16T19:13:02.635Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5709 | 2024-12-16T19:13:02.782Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5710 | 2024-12-16T19:13:02.782Z | time: [271.30 ns 273.34 ns 275.98 ns] |
5711 | 2024-12-16T19:13:02.782Z | change: [-18.813% -3.1490% +15.609%] (p = 0.74 > 0.05) |
5712 | 2024-12-16T19:13:02.782Z | No change in performance detected. |
5713 | 2024-12-16T19:13:02.782Z | Found 12 outliers among 100 measurements (12.00%) |
5714 | 2024-12-16T19:13:02.782Z | 4 (4.00%) high mild |
5715 | 2024-12-16T19:13:02.782Z | 8 (8.00%) high severe |
5716 | 2024-12-16T19:13:04.374Z | |
5717 | 2024-12-16T19:13:04.374Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5718 | 2024-12-16T19:13:04.374Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5719 | 2024-12-16T19:13:08.355Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (5.3M iterations) |
5720 | 2024-12-16T19:13:13.169Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5721 | 2024-12-16T19:13:13.303Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5722 | 2024-12-16T19:13:13.304Z | time: [107.23 ns 107.37 ns 107.50 ns] |
5723 | 2024-12-16T19:13:13.304Z | change: [-1.7790% -1.2500% -0.7545%] (p = 0.00 < 0.05) |
5724 | 2024-12-16T19:13:13.304Z | Change within noise threshold. |
5725 | 2024-12-16T19:13:13.304Z | Found 10 outliers among 100 measurements (10.00%) |
5726 | 2024-12-16T19:13:13.304Z | 6 (6.00%) low mild |
5727 | 2024-12-16T19:13:13.304Z | 4 (4.00%) high severe |
5728 | 2024-12-16T19:13:14.898Z | |
5729 | 2024-12-16T19:13:14.900Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5730 | 2024-12-16T19:13:14.900Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5731 | 2024-12-16T19:13:19.523Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0002 s (2.3M iterations) |
5732 | 2024-12-16T19:13:24.663Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5733 | 2024-12-16T19:13:24.810Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5734 | 2024-12-16T19:13:24.810Z | time: [333.55 ns 337.59 ns 342.84 ns] |
5735 | 2024-12-16T19:13:24.810Z | change: [-18.265% -2.0443% +16.485%] (p = 0.83 > 0.05) |
5736 | 2024-12-16T19:13:24.810Z | No change in performance detected. |
5737 | 2024-12-16T19:13:24.810Z | Found 13 outliers among 100 measurements (13.00%) |
5738 | 2024-12-16T19:13:24.810Z | 5 (5.00%) high mild |
5739 | 2024-12-16T19:13:24.811Z | 8 (8.00%) high severe |
5740 | 2024-12-16T19:13:26.412Z | |
5741 | 2024-12-16T19:13:26.416Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5742 | 2024-12-16T19:13:26.416Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5743 | 2024-12-16T19:13:32.640Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0009 s (6.7M iterations) |
5744 | 2024-12-16T19:13:35.938Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5745 | 2024-12-16T19:13:36.086Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5746 | 2024-12-16T19:13:36.086Z | time: [98.979 ns 99.071 ns 99.153 ns] |
5747 | 2024-12-16T19:13:36.087Z | change: [-1.9705% -1.3766% -0.6502%] (p = 0.00 < 0.05) |
5748 | 2024-12-16T19:13:36.087Z | Change within noise threshold. |
5749 | 2024-12-16T19:13:36.087Z | Found 15 outliers among 100 measurements (15.00%) |
5750 | 2024-12-16T19:13:36.087Z | 8 (8.00%) low severe |
5751 | 2024-12-16T19:13:36.087Z | 4 (4.00%) low mild |
5752 | 2024-12-16T19:13:36.087Z | 3 (3.00%) high severe |
5753 | 2024-12-16T19:13:37.680Z | |
5754 | 2024-12-16T19:13:37.683Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5755 | 2024-12-16T19:13:37.683Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5756 | 2024-12-16T19:13:43.094Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0060 s (3.9M iterations) |
5757 | 2024-12-16T19:13:47.567Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5758 | 2024-12-16T19:13:47.716Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5759 | 2024-12-16T19:13:47.716Z | time: [250.39 ns 251.58 ns 253.15 ns] |
5760 | 2024-12-16T19:13:47.716Z | change: [-13.768% -2.6934% +9.9765%] (p = 0.68 > 0.05) |
5761 | 2024-12-16T19:13:47.716Z | No change in performance detected. |
5762 | 2024-12-16T19:13:47.716Z | Found 12 outliers among 100 measurements (12.00%) |
5763 | 2024-12-16T19:13:47.716Z | 5 (5.00%) high mild |
5764 | 2024-12-16T19:13:47.716Z | 7 (7.00%) high severe |
5765 | 2024-12-16T19:13:49.409Z | |
5766 | 2024-12-16T19:13:49.466Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5767 | 2024-12-16T19:13:49.466Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5768 | 2024-12-16T19:13:54.433Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0037 s (4.1M iterations) |
5769 | 2024-12-16T19:13:58.905Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5770 | 2024-12-16T19:13:59.044Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5771 | 2024-12-16T19:13:59.045Z | time: [125.34 ns 125.83 ns 126.29 ns] |
5772 | 2024-12-16T19:13:59.045Z | change: [+0.3039% +1.0912% +1.7773%] (p = 0.00 < 0.05) |
5773 | 2024-12-16T19:13:59.045Z | Change within noise threshold. |
5774 | 2024-12-16T19:13:59.045Z | Found 8 outliers among 100 measurements (8.00%) |
5775 | 2024-12-16T19:13:59.045Z | 6 (6.00%) high mild |
5776 | 2024-12-16T19:13:59.045Z | 2 (2.00%) high severe |
5777 | 2024-12-16T19:14:00.631Z | |
5778 | 2024-12-16T19:14:00.657Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5779 | 2024-12-16T19:14:00.657Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5780 | 2024-12-16T19:14:05.554Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0044 s (2.1M iterations) |
5781 | 2024-12-16T19:14:10.544Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5782 | 2024-12-16T19:14:10.691Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5783 | 2024-12-16T19:14:10.691Z | time: [291.71 ns 294.22 ns 297.49 ns] |
5784 | 2024-12-16T19:14:10.691Z | change: [-14.431% -2.1556% +12.530%] (p = 0.75 > 0.05) |
5785 | 2024-12-16T19:14:10.691Z | No change in performance detected. |
5786 | 2024-12-16T19:14:10.692Z | Found 11 outliers among 100 measurements (11.00%) |
5787 | 2024-12-16T19:14:10.692Z | 4 (4.00%) high mild |
5788 | 2024-12-16T19:14:10.692Z | 7 (7.00%) high severe |
5789 | 2024-12-16T19:14:12.290Z | |
5790 | 2024-12-16T19:14:12.293Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5791 | 2024-12-16T19:14:12.293Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5792 | 2024-12-16T19:14:15.861Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (12M iterations) |
5793 | 2024-12-16T19:14:19.776Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5794 | 2024-12-16T19:14:19.923Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5795 | 2024-12-16T19:14:19.923Z | time: [72.909 ns 73.029 ns 73.138 ns] |
5796 | 2024-12-16T19:14:19.923Z | change: [+1.0452% +1.5495% +2.0679%] (p = 0.00 < 0.05) |
5797 | 2024-12-16T19:14:19.923Z | Performance has regressed. |
5798 | 2024-12-16T19:14:19.923Z | Found 4 outliers among 100 measurements (4.00%) |
5799 | 2024-12-16T19:14:19.923Z | 1 (1.00%) high mild |
5800 | 2024-12-16T19:14:19.923Z | 3 (3.00%) high severe |
5801 | 2024-12-16T19:14:21.520Z | |
5802 | 2024-12-16T19:14:21.522Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5803 | 2024-12-16T19:14:21.522Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5804 | 2024-12-16T19:14:25.628Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0008 s (5.1M iterations) |
5805 | 2024-12-16T19:14:30.633Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5806 | 2024-12-16T19:14:30.780Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5807 | 2024-12-16T19:14:30.780Z | time: [232.09 ns 233.87 ns 236.18 ns] |
5808 | 2024-12-16T19:14:30.780Z | change: [-25.737% -12.781% +1.2508%] (p = 0.10 > 0.05) |
5809 | 2024-12-16T19:14:30.780Z | No change in performance detected. |
5810 | 2024-12-16T19:14:30.780Z | Found 12 outliers among 100 measurements (12.00%) |
5811 | 2024-12-16T19:14:30.780Z | 4 (4.00%) high mild |
5812 | 2024-12-16T19:14:30.780Z | 8 (8.00%) high severe |
5813 | 2024-12-16T19:14:32.382Z | |
5814 | 2024-12-16T19:14:32.385Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5815 | 2024-12-16T19:14:32.385Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5816 | 2024-12-16T19:14:36.337Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0002 s (5.3M iterations) |
5817 | 2024-12-16T19:14:41.121Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5818 | 2024-12-16T19:14:41.268Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5819 | 2024-12-16T19:14:41.268Z | time: [98.019 ns 98.154 ns 98.274 ns] |
5820 | 2024-12-16T19:14:41.269Z | change: [-0.0127% +0.4825% +1.0255%] (p = 0.07 > 0.05) |
5821 | 2024-12-16T19:14:41.269Z | No change in performance detected. |
5822 | 2024-12-16T19:14:41.269Z | Found 7 outliers among 100 measurements (7.00%) |
5823 | 2024-12-16T19:14:41.269Z | 3 (3.00%) low mild |
5824 | 2024-12-16T19:14:41.269Z | 2 (2.00%) high mild |
5825 | 2024-12-16T19:14:41.269Z | 2 (2.00%) high severe |
5826 | 2024-12-16T19:14:42.861Z | |
5827 | 2024-12-16T19:14:42.863Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5828 | 2024-12-16T19:14:42.863Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5829 | 2024-12-16T19:14:47.443Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0088 s (2.3M iterations) |
5830 | 2024-12-16T19:14:52.499Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5831 | 2024-12-16T19:14:52.647Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5832 | 2024-12-16T19:14:52.647Z | time: [293.76 ns 297.70 ns 302.79 ns] |
5833 | 2024-12-16T19:14:52.647Z | change: [-19.723% -3.0388% +17.870%] (p = 0.76 > 0.05) |
5834 | 2024-12-16T19:14:52.647Z | No change in performance detected. |
5835 | 2024-12-16T19:14:52.647Z | Found 13 outliers among 100 measurements (13.00%) |
5836 | 2024-12-16T19:14:52.647Z | 5 (5.00%) high mild |
5837 | 2024-12-16T19:14:52.647Z | 8 (8.00%) high severe |
5838 | 2024-12-16T19:14:54.243Z | |
5839 | 2024-12-16T19:14:54.246Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5840 | 2024-12-16T19:14:54.246Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5841 | 2024-12-16T19:15:00.443Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0001 s (6.8M iterations) |
5842 | 2024-12-16T19:15:03.692Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
5843 | 2024-12-16T19:15:03.841Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5844 | 2024-12-16T19:15:03.842Z | time: [94.072 ns 94.194 ns 94.297 ns] |
5845 | 2024-12-16T19:15:03.842Z | change: [-2.1165% -1.4219% -0.6813%] (p = 0.00 < 0.05) |
5846 | 2024-12-16T19:15:03.842Z | Change within noise threshold. |
5847 | 2024-12-16T19:15:03.842Z | Found 5 outliers among 100 measurements (5.00%) |
5848 | 2024-12-16T19:15:03.842Z | 2 (2.00%) low mild |
5849 | 2024-12-16T19:15:03.842Z | 1 (1.00%) high mild |
5850 | 2024-12-16T19:15:03.842Z | 2 (2.00%) high severe |
5851 | 2024-12-16T19:15:05.435Z | |
5852 | 2024-12-16T19:15:05.438Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5853 | 2024-12-16T19:15:05.438Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5854 | 2024-12-16T19:15:10.620Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0057 s (4.1M iterations) |
5855 | 2024-12-16T19:15:15.098Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
5856 | 2024-12-16T19:15:15.246Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5857 | 2024-12-16T19:15:15.246Z | time: [209.57 ns 210.88 ns 212.56 ns] |
5858 | 2024-12-16T19:15:15.246Z | change: [-17.708% -6.2720% +7.1263%] (p = 0.36 > 0.05) |
5859 | 2024-12-16T19:15:15.246Z | No change in performance detected. |
5860 | 2024-12-16T19:15:15.246Z | Found 13 outliers among 100 measurements (13.00%) |
5861 | 2024-12-16T19:15:15.246Z | 6 (6.00%) high mild |
5862 | 2024-12-16T19:15:15.246Z | 7 (7.00%) high severe |
5863 | 2024-12-16T19:15:16.847Z | |
5864 | 2024-12-16T19:15:16.851Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5865 | 2024-12-16T19:15:16.851Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5866 | 2024-12-16T19:15:22.043Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0044 s (4.0M iterations) |
5867 | 2024-12-16T19:15:26.355Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5868 | 2024-12-16T19:15:26.504Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5869 | 2024-12-16T19:15:26.504Z | time: [119.47 ns 119.59 ns 119.72 ns] |
5870 | 2024-12-16T19:15:26.504Z | change: [-0.8037% -0.1982% +0.4567%] (p = 0.55 > 0.05) |
5871 | 2024-12-16T19:15:26.504Z | No change in performance detected. |
5872 | 2024-12-16T19:15:26.505Z | Found 5 outliers among 100 measurements (5.00%) |
5873 | 2024-12-16T19:15:26.505Z | 2 (2.00%) high mild |
5874 | 2024-12-16T19:15:26.505Z | 3 (3.00%) high severe |
5875 | 2024-12-16T19:15:28.097Z | |
5876 | 2024-12-16T19:15:28.100Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5877 | 2024-12-16T19:15:28.100Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5878 | 2024-12-16T19:15:32.997Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0020 s (2.1M iterations) |
5879 | 2024-12-16T19:15:37.932Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5880 | 2024-12-16T19:15:38.078Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5881 | 2024-12-16T19:15:38.078Z | time: [257.59 ns 259.63 ns 262.32 ns] |
5882 | 2024-12-16T19:15:38.078Z | change: [-15.328% -3.1181% +11.845%] (p = 0.67 > 0.05) |
5883 | 2024-12-16T19:15:38.078Z | No change in performance detected. |
5884 | 2024-12-16T19:15:38.078Z | Found 14 outliers among 100 measurements (14.00%) |
5885 | 2024-12-16T19:15:38.078Z | 5 (5.00%) high mild |
5886 | 2024-12-16T19:15:38.078Z | 9 (9.00%) high severe |
5887 | 2024-12-16T19:15:39.675Z | |
5888 | 2024-12-16T19:15:39.677Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5889 | 2024-12-16T19:15:39.677Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5890 | 2024-12-16T19:15:43.946Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (9.8M iterations) |
5891 | 2024-12-16T19:15:48.053Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5892 | 2024-12-16T19:15:48.201Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5893 | 2024-12-16T19:15:48.201Z | time: [80.977 ns 81.109 ns 81.258 ns] |
5894 | 2024-12-16T19:15:48.201Z | change: [-1.0851% -0.4485% +0.2273%] (p = 0.18 > 0.05) |
5895 | 2024-12-16T19:15:48.201Z | No change in performance detected. |
5896 | 2024-12-16T19:15:48.201Z | Found 9 outliers among 100 measurements (9.00%) |
5897 | 2024-12-16T19:15:48.201Z | 4 (4.00%) high mild |
5898 | 2024-12-16T19:15:48.201Z | 5 (5.00%) high severe |
5899 | 2024-12-16T19:15:49.797Z | |
5900 | 2024-12-16T19:15:49.799Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5901 | 2024-12-16T19:15:49.799Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5902 | 2024-12-16T19:15:54.824Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0049 s (4.2M iterations) |
5903 | 2024-12-16T19:15:59.852Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5904 | 2024-12-16T19:16:00.001Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5905 | 2024-12-16T19:16:00.001Z | time: [284.77 ns 287.43 ns 290.89 ns] |
5906 | 2024-12-16T19:16:00.001Z | change: [-22.759% -7.2083% +13.563%] (p = 0.46 > 0.05) |
5907 | 2024-12-16T19:16:00.001Z | No change in performance detected. |
5908 | 2024-12-16T19:16:00.001Z | Found 12 outliers among 100 measurements (12.00%) |
5909 | 2024-12-16T19:16:00.001Z | 4 (4.00%) high mild |
5910 | 2024-12-16T19:16:00.002Z | 8 (8.00%) high severe |
5911 | 2024-12-16T19:16:01.592Z | |
5912 | 2024-12-16T19:16:01.592Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5913 | 2024-12-16T19:16:01.592Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5914 | 2024-12-16T19:16:06.061Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (4.7M iterations) |
5915 | 2024-12-16T19:16:10.808Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5916 | 2024-12-16T19:16:10.956Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5917 | 2024-12-16T19:16:10.956Z | time: [106.66 ns 106.80 ns 106.95 ns] |
5918 | 2024-12-16T19:16:10.956Z | change: [+0.8756% +1.6597% +2.4364%] (p = 0.00 < 0.05) |
5919 | 2024-12-16T19:16:10.956Z | Change within noise threshold. |
5920 | 2024-12-16T19:16:10.956Z | Found 9 outliers among 100 measurements (9.00%) |
5921 | 2024-12-16T19:16:10.956Z | 1 (1.00%) high mild |
5922 | 2024-12-16T19:16:10.956Z | 8 (8.00%) high severe |
5923 | 2024-12-16T19:16:12.551Z | |
5924 | 2024-12-16T19:16:12.554Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5925 | 2024-12-16T19:16:12.554Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5926 | 2024-12-16T19:16:17.583Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (2.1M iterations) |
5927 | 2024-12-16T19:16:22.790Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5928 | 2024-12-16T19:16:22.937Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5929 | 2024-12-16T19:16:22.937Z | time: [361.39 ns 366.48 ns 373.07 ns] |
5930 | 2024-12-16T19:16:22.937Z | change: [-18.879% -1.6376% +20.108%] (p = 0.87 > 0.05) |
5931 | 2024-12-16T19:16:22.937Z | No change in performance detected. |
5932 | 2024-12-16T19:16:22.937Z | Found 12 outliers among 100 measurements (12.00%) |
5933 | 2024-12-16T19:16:22.937Z | 5 (5.00%) high mild |
5934 | 2024-12-16T19:16:22.937Z | 7 (7.00%) high severe |
5935 | 2024-12-16T19:16:24.536Z | |
5936 | 2024-12-16T19:16:24.536Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5937 | 2024-12-16T19:16:24.537Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5938 | 2024-12-16T19:16:27.761Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0029 s (6.5M iterations) |
5939 | 2024-12-16T19:16:31.480Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5940 | 2024-12-16T19:16:31.627Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5941 | 2024-12-16T19:16:31.627Z | time: [99.472 ns 99.629 ns 99.784 ns] |
5942 | 2024-12-16T19:16:31.627Z | change: [-1.4187% -0.7781% -0.0826%] (p = 0.03 < 0.05) |
5943 | 2024-12-16T19:16:31.627Z | Change within noise threshold. |
5944 | 2024-12-16T19:16:31.627Z | Found 15 outliers among 100 measurements (15.00%) |
5945 | 2024-12-16T19:16:31.627Z | 10 (10.00%) low mild |
5946 | 2024-12-16T19:16:31.627Z | 1 (1.00%) high mild |
5947 | 2024-12-16T19:16:31.627Z | 4 (4.00%) high severe |
5948 | 2024-12-16T19:16:33.221Z | |
5949 | 2024-12-16T19:16:33.223Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5950 | 2024-12-16T19:16:33.224Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5951 | 2024-12-16T19:16:39.538Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0039 s (3.3M iterations) |
5952 | 2024-12-16T19:16:44.023Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5953 | 2024-12-16T19:16:44.171Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5954 | 2024-12-16T19:16:44.171Z | time: [260.82 ns 262.81 ns 265.35 ns] |
5955 | 2024-12-16T19:16:44.171Z | change: [-12.083% -0.0154% +13.584%] (p = 1.00 > 0.05) |
5956 | 2024-12-16T19:16:44.171Z | No change in performance detected. |
5957 | 2024-12-16T19:16:44.171Z | Found 12 outliers among 100 measurements (12.00%) |
5958 | 2024-12-16T19:16:44.171Z | 5 (5.00%) high mild |
5959 | 2024-12-16T19:16:44.171Z | 7 (7.00%) high severe |
5960 | 2024-12-16T19:16:45.765Z | |
5961 | 2024-12-16T19:16:45.768Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5962 | 2024-12-16T19:16:45.768Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5963 | 2024-12-16T19:16:51.369Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0057 s (3.7M iterations) |
5964 | 2024-12-16T19:16:55.753Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5965 | 2024-12-16T19:16:55.901Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5966 | 2024-12-16T19:16:55.901Z | time: [122.95 ns 123.23 ns 123.50 ns] |
5967 | 2024-12-16T19:16:55.901Z | change: [-1.4862% -0.9113% -0.2167%] (p = 0.00 < 0.05) |
5968 | 2024-12-16T19:16:55.901Z | Change within noise threshold. |
5969 | 2024-12-16T19:16:55.901Z | Found 5 outliers among 100 measurements (5.00%) |
5970 | 2024-12-16T19:16:55.901Z | 3 (3.00%) high mild |
5971 | 2024-12-16T19:16:55.901Z | 2 (2.00%) high severe |
5972 | 2024-12-16T19:16:57.500Z | |
5973 | 2024-12-16T19:16:57.502Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5974 | 2024-12-16T19:16:57.502Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5975 | 2024-12-16T19:17:02.922Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0005 s (1.9M iterations) |
5976 | 2024-12-16T19:17:07.986Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5977 | 2024-12-16T19:17:08.134Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5978 | 2024-12-16T19:17:08.134Z | time: [313.89 ns 317.11 ns 321.28 ns] |
5979 | 2024-12-16T19:17:08.134Z | change: [-12.795% -0.1903% +15.105%] (p = 0.98 > 0.05) |
5980 | 2024-12-16T19:17:08.134Z | No change in performance detected. |
5981 | 2024-12-16T19:17:08.134Z | Found 12 outliers among 100 measurements (12.00%) |
5982 | 2024-12-16T19:17:08.134Z | 5 (5.00%) high mild |
5983 | 2024-12-16T19:17:08.134Z | 7 (7.00%) high severe |
5984 | 2024-12-16T19:17:09.731Z | |
5985 | 2024-12-16T19:17:09.734Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5986 | 2024-12-16T19:17:09.734Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5987 | 2024-12-16T19:17:13.951Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (9.9M iterations) |
5988 | 2024-12-16T19:17:17.892Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5989 | 2024-12-16T19:17:18.039Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5990 | 2024-12-16T19:17:18.039Z | time: [72.634 ns 72.836 ns 72.997 ns] |
5991 | 2024-12-16T19:17:18.039Z | change: [-2.0610% -1.2808% -0.4325%] (p = 0.00 < 0.05) |
5992 | 2024-12-16T19:17:18.039Z | Change within noise threshold. |
5993 | 2024-12-16T19:17:18.039Z | Found 2 outliers among 100 measurements (2.00%) |
5994 | 2024-12-16T19:17:18.039Z | 1 (1.00%) high mild |
5995 | 2024-12-16T19:17:18.040Z | 1 (1.00%) high severe |
5996 | 2024-12-16T19:17:19.631Z | |
5997 | 2024-12-16T19:17:19.634Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5998 | 2024-12-16T19:17:19.634Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5999 | 2024-12-16T19:17:24.570Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (4.2M iterations) |
6000 | 2024-12-16T19:17:29.677Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
6001 | 2024-12-16T19:17:29.797Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
6002 | 2024-12-16T19:17:29.797Z | time: [253.69 ns 256.34 ns 259.82 ns] |
6003 | 2024-12-16T19:17:29.797Z | change: [-22.062% -4.9013% +15.169%] (p = 0.64 > 0.05) |
6004 | 2024-12-16T19:17:29.797Z | No change in performance detected. |
6005 | 2024-12-16T19:17:29.797Z | Found 11 outliers among 100 measurements (11.00%) |
6006 | 2024-12-16T19:17:29.797Z | 3 (3.00%) high mild |
6007 | 2024-12-16T19:17:29.797Z | 8 (8.00%) high severe |
6008 | 2024-12-16T19:17:31.297Z | |
6009 | 2024-12-16T19:17:31.301Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6010 | 2024-12-16T19:17:31.301Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
6011 | 2024-12-16T19:17:35.601Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0051 s (4.9M iterations) |
6012 | 2024-12-16T19:17:40.402Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
6013 | 2024-12-16T19:17:40.549Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6014 | 2024-12-16T19:17:40.549Z | time: [96.332 ns 96.437 ns 96.541 ns] |
6015 | 2024-12-16T19:17:40.549Z | change: [-0.9021% -0.0082% +0.9758%] (p = 0.99 > 0.05) |
6016 | 2024-12-16T19:17:40.549Z | No change in performance detected. |
6017 | 2024-12-16T19:17:40.549Z | Found 10 outliers among 100 measurements (10.00%) |
6018 | 2024-12-16T19:17:40.549Z | 3 (3.00%) high mild |
6019 | 2024-12-16T19:17:40.549Z | 7 (7.00%) high severe |
6020 | 2024-12-16T19:17:42.146Z | |
6021 | 2024-12-16T19:17:42.149Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6022 | 2024-12-16T19:17:42.149Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
6023 | 2024-12-16T19:17:47.044Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0113 s (2.1M iterations) |
6024 | 2024-12-16T19:17:52.240Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
6025 | 2024-12-16T19:17:52.387Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6026 | 2024-12-16T19:17:52.387Z | time: [324.25 ns 329.38 ns 335.98 ns] |
6027 | 2024-12-16T19:17:52.387Z | change: [-20.152% -2.1591% +18.936%] (p = 0.83 > 0.05) |
6028 | 2024-12-16T19:17:52.387Z | No change in performance detected. |
6029 | 2024-12-16T19:17:52.387Z | Found 11 outliers among 100 measurements (11.00%) |
6030 | 2024-12-16T19:17:52.387Z | 4 (4.00%) high mild |
6031 | 2024-12-16T19:17:52.387Z | 7 (7.00%) high severe |
6032 | 2024-12-16T19:17:53.984Z | |
6033 | 2024-12-16T19:17:53.984Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6034 | 2024-12-16T19:17:53.984Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
6035 | 2024-12-16T19:17:57.123Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0003 s (6.7M iterations) |
6036 | 2024-12-16T19:18:00.907Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
6037 | 2024-12-16T19:18:01.056Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6038 | 2024-12-16T19:18:01.056Z | time: [96.761 ns 96.909 ns 97.037 ns] |
6039 | 2024-12-16T19:18:01.056Z | change: [-0.7505% -0.1893% +0.3761%] (p = 0.51 > 0.05) |
6040 | 2024-12-16T19:18:01.056Z | No change in performance detected. |
6041 | 2024-12-16T19:18:01.056Z | Found 6 outliers among 100 measurements (6.00%) |
6042 | 2024-12-16T19:18:01.056Z | 4 (4.00%) low mild |
6043 | 2024-12-16T19:18:01.056Z | 1 (1.00%) high mild |
6044 | 2024-12-16T19:18:01.056Z | 1 (1.00%) high severe |
6045 | 2024-12-16T19:18:02.642Z | |
6046 | 2024-12-16T19:18:02.644Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6047 | 2024-12-16T19:18:02.644Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
6048 | 2024-12-16T19:18:08.668Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0055 s (3.5M iterations) |
6049 | 2024-12-16T19:18:13.121Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
6050 | 2024-12-16T19:18:13.268Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6051 | 2024-12-16T19:18:13.268Z | time: [221.25 ns 222.81 ns 224.82 ns] |
6052 | 2024-12-16T19:18:13.268Z | change: [-15.445% -3.1613% +10.877%] (p = 0.66 > 0.05) |
6053 | 2024-12-16T19:18:13.268Z | No change in performance detected. |
6054 | 2024-12-16T19:18:13.268Z | Found 13 outliers among 100 measurements (13.00%) |
6055 | 2024-12-16T19:18:13.268Z | 5 (5.00%) high mild |
6056 | 2024-12-16T19:18:13.268Z | 8 (8.00%) high severe |
6057 | 2024-12-16T19:18:14.870Z | |
6058 | 2024-12-16T19:18:14.875Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6059 | 2024-12-16T19:18:14.875Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
6060 | 2024-12-16T19:18:20.466Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0007 s (3.8M iterations) |
6061 | 2024-12-16T19:18:24.797Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
6062 | 2024-12-16T19:18:24.944Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6063 | 2024-12-16T19:18:24.944Z | time: [121.95 ns 122.04 ns 122.14 ns] |
6064 | 2024-12-16T19:18:24.944Z | change: [+0.6246% +1.2777% +1.8757%] (p = 0.00 < 0.05) |
6065 | 2024-12-16T19:18:24.944Z | Change within noise threshold. |
6066 | 2024-12-16T19:18:24.947Z | Found 10 outliers among 100 measurements (10.00%) |
6067 | 2024-12-16T19:18:24.947Z | 3 (3.00%) low severe |
6068 | 2024-12-16T19:18:24.947Z | 2 (2.00%) low mild |
6069 | 2024-12-16T19:18:24.947Z | 2 (2.00%) high mild |
6070 | 2024-12-16T19:18:24.947Z | 3 (3.00%) high severe |
6071 | 2024-12-16T19:18:26.539Z | |
6072 | 2024-12-16T19:18:26.542Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6073 | 2024-12-16T19:18:26.542Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
6074 | 2024-12-16T19:18:31.739Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0076 s (2.0M iterations) |
6075 | 2024-12-16T19:18:36.774Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
6076 | 2024-12-16T19:18:36.921Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6077 | 2024-12-16T19:18:36.921Z | time: [267.37 ns 270.18 ns 273.88 ns] |
6078 | 2024-12-16T19:18:36.921Z | change: [-16.685% -3.3116% +11.949%] (p = 0.67 > 0.05) |
6079 | 2024-12-16T19:18:36.921Z | No change in performance detected. |
6080 | 2024-12-16T19:18:36.922Z | Found 12 outliers among 100 measurements (12.00%) |
6081 | 2024-12-16T19:18:36.922Z | 5 (5.00%) high mild |
6082 | 2024-12-16T19:18:36.922Z | 7 (7.00%) high severe |
6083 | 2024-12-16T19:18:38.520Z | |
6084 | 2024-12-16T19:18:38.523Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover |
6085 | 2024-12-16T19:18:38.523Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs |
6086 | 2024-12-16T19:18:38.523Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.1057 ms (550 iterations) |
6087 | 2024-12-16T19:18:38.523Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing |
6088 | 2024-12-16T19:18:38.523Z | process/Hairpin-DHCPv4/alloc_ct/Discover |
6089 | 2024-12-16T19:18:38.523Z | time: [19.000 19.000 19.000 ] |
6090 | 2024-12-16T19:18:38.523Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6091 | 2024-12-16T19:18:38.523Z | No change in performance detected. |
6092 | 2024-12-16T19:18:38.523Z | |
6093 | 2024-12-16T19:18:38.523Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request |
6094 | 2024-12-16T19:18:38.523Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs |
6095 | 2024-12-16T19:18:38.523Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0865 ms (605 iterations) |
6096 | 2024-12-16T19:18:38.526Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing |
6097 | 2024-12-16T19:18:38.526Z | process/Hairpin-DHCPv4/alloc_ct/Request |
6098 | 2024-12-16T19:18:38.526Z | time: [19.000 19.000 19.000 ] |
6099 | 2024-12-16T19:18:38.526Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6100 | 2024-12-16T19:18:38.526Z | No change in performance detected. |
6101 | 2024-12-16T19:18:38.526Z | |
6102 | 2024-12-16T19:18:38.526Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit |
6103 | 2024-12-16T19:18:38.526Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs |
6104 | 2024-12-16T19:18:38.526Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0987 ms (495 iterations) |
6105 | 2024-12-16T19:18:38.529Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing |
6106 | 2024-12-16T19:18:38.529Z | process/Hairpin-DHCPv6/alloc_ct/Solicit |
6107 | 2024-12-16T19:18:38.529Z | time: [21.000 21.000 21.000 ] |
6108 | 2024-12-16T19:18:38.529Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6109 | 2024-12-16T19:18:38.529Z | No change in performance detected. |
6110 | 2024-12-16T19:18:38.529Z | |
6111 | 2024-12-16T19:18:38.529Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request |
6112 | 2024-12-16T19:18:38.529Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs |
6113 | 2024-12-16T19:18:38.529Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0301 ms (440 iterations) |
6114 | 2024-12-16T19:18:38.529Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing |
6115 | 2024-12-16T19:18:38.532Z | process/Hairpin-DHCPv6/alloc_ct/Request |
6116 | 2024-12-16T19:18:38.532Z | time: [22.000 22.000 22.000 ] |
6117 | 2024-12-16T19:18:38.532Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6118 | 2024-12-16T19:18:38.532Z | No change in performance detected. |
6119 | 2024-12-16T19:18:38.532Z | |
6120 | 2024-12-16T19:18:38.532Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
6121 | 2024-12-16T19:18:38.532Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs |
6122 | 2024-12-16T19:18:38.532Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0008 ms (825 iterations) |
6123 | 2024-12-16T19:18:38.532Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing |
6124 | 2024-12-16T19:18:38.536Z | process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
6125 | 2024-12-16T19:18:38.536Z | time: [13.000 13.000 13.000 ] |
6126 | 2024-12-16T19:18:38.536Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6127 | 2024-12-16T19:18:38.536Z | No change in performance detected. |
6128 | 2024-12-16T19:18:38.536Z | |
6129 | 2024-12-16T19:18:38.536Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
6130 | 2024-12-16T19:18:38.536Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs |
6131 | 2024-12-16T19:18:38.536Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0447 ms (770 iterations) |
6132 | 2024-12-16T19:18:38.536Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing |
6133 | 2024-12-16T19:18:38.536Z | process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
6134 | 2024-12-16T19:18:38.536Z | time: [12.000 12.000 12.000 ] |
6135 | 2024-12-16T19:18:38.536Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6136 | 2024-12-16T19:18:38.536Z | No change in performance detected. |
6137 | 2024-12-16T19:18:38.536Z | |
6138 | 2024-12-16T19:18:38.536Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
6139 | 2024-12-16T19:18:38.536Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs |
6140 | 2024-12-16T19:18:38.536Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0640 ms (660 iterations) |
6141 | 2024-12-16T19:18:38.538Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing |
6142 | 2024-12-16T19:18:38.539Z | process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
6143 | 2024-12-16T19:18:38.539Z | time: [14.000 14.000 14.000 ] |
6144 | 2024-12-16T19:18:38.539Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6145 | 2024-12-16T19:18:38.539Z | No change in performance detected. |
6146 | 2024-12-16T19:18:38.539Z | |
6147 | 2024-12-16T19:18:38.539Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
6148 | 2024-12-16T19:18:38.539Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs |
6149 | 2024-12-16T19:18:38.539Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0472 ms (715 iterations) |
6150 | 2024-12-16T19:18:38.539Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing |
6151 | 2024-12-16T19:18:38.541Z | process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
6152 | 2024-12-16T19:18:38.541Z | time: [14.000 14.000 14.000 ] |
6153 | 2024-12-16T19:18:38.541Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6154 | 2024-12-16T19:18:38.542Z | No change in performance detected. |
6155 | 2024-12-16T19:18:38.542Z | |
6156 | 2024-12-16T19:18:38.542Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
6157 | 2024-12-16T19:18:38.542Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6158 | 2024-12-16T19:18:38.542Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0626 ms (880 iterations) |
6159 | 2024-12-16T19:18:38.542Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
6160 | 2024-12-16T19:18:38.544Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
6161 | 2024-12-16T19:18:38.544Z | time: [3.0000 3.0000 3.0000 ] |
6162 | 2024-12-16T19:18:38.544Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6163 | 2024-12-16T19:18:38.544Z | No change in performance detected. |
6164 | 2024-12-16T19:18:38.544Z | |
6165 | 2024-12-16T19:18:38.545Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
6166 | 2024-12-16T19:18:38.545Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6167 | 2024-12-16T19:18:38.545Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0648 ms (440 iterations) |
6168 | 2024-12-16T19:18:38.545Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
6169 | 2024-12-16T19:18:38.548Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
6170 | 2024-12-16T19:18:38.548Z | time: [3.0000 3.0000 3.0000 ] |
6171 | 2024-12-16T19:18:38.548Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6172 | 2024-12-16T19:18:38.548Z | No change in performance detected. |
6173 | 2024-12-16T19:18:38.548Z | |
6174 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B |
6175 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6176 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0487 ms (770 iterations) |
6177 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
6178 | 2024-12-16T19:18:38.548Z | 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. |
6179 | 2024-12-16T19:18:38.548Z | |
6180 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B |
6181 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6182 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1217 ms (440 iterations) |
6183 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
6184 | 2024-12-16T19:18:38.548Z | 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. |
6185 | 2024-12-16T19:18:38.548Z | |
6186 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
6187 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6188 | 2024-12-16T19:18:38.548Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0175 ms (990 iterations) |
6189 | 2024-12-16T19:18:38.552Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
6190 | 2024-12-16T19:18:38.552Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
6191 | 2024-12-16T19:18:38.552Z | time: [3.0000 3.0000 3.0000 ] |
6192 | 2024-12-16T19:18:38.552Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6193 | 2024-12-16T19:18:38.552Z | No change in performance detected. |
6194 | 2024-12-16T19:18:38.552Z | |
6195 | 2024-12-16T19:18:38.552Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
6196 | 2024-12-16T19:18:38.552Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6197 | 2024-12-16T19:18:38.552Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0136 ms (440 iterations) |
6198 | 2024-12-16T19:18:38.552Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
6199 | 2024-12-16T19:18:38.555Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
6200 | 2024-12-16T19:18:38.555Z | time: [3.0000 3.0000 3.0000 ] |
6201 | 2024-12-16T19:18:38.555Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6202 | 2024-12-16T19:18:38.555Z | No change in performance detected. |
6203 | 2024-12-16T19:18:38.555Z | |
6204 | 2024-12-16T19:18:38.555Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B |
6205 | 2024-12-16T19:18:38.555Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
6206 | 2024-12-16T19:18:38.555Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0339 ms (770 iterations) |
6207 | 2024-12-16T19:18:38.555Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
6208 | 2024-12-16T19:18:38.555Z | 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. |
6209 | 2024-12-16T19:18:38.555Z | |
6210 | 2024-12-16T19:18:38.555Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B |
6211 | 2024-12-16T19:18:38.555Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6212 | 2024-12-16T19:18:38.555Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0475 ms (385 iterations) |
6213 | 2024-12-16T19:18:38.556Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
6214 | 2024-12-16T19:18:38.556Z | 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. |
6215 | 2024-12-16T19:18:38.556Z | |
6216 | 2024-12-16T19:18:38.556Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
6217 | 2024-12-16T19:18:38.556Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6218 | 2024-12-16T19:18:38.556Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0765 ms (770 iterations) |
6219 | 2024-12-16T19:18:38.558Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
6220 | 2024-12-16T19:18:38.558Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
6221 | 2024-12-16T19:18:38.558Z | time: [3.0000 3.0000 3.0000 ] |
6222 | 2024-12-16T19:18:38.558Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6223 | 2024-12-16T19:18:38.558Z | No change in performance detected. |
6224 | 2024-12-16T19:18:38.558Z | |
6225 | 2024-12-16T19:18:38.558Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
6226 | 2024-12-16T19:18:38.558Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6227 | 2024-12-16T19:18:38.559Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0084 ms (385 iterations) |
6228 | 2024-12-16T19:18:38.559Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
6229 | 2024-12-16T19:18:38.561Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
6230 | 2024-12-16T19:18:38.561Z | time: [3.0000 3.0000 3.0000 ] |
6231 | 2024-12-16T19:18:38.561Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6232 | 2024-12-16T19:18:38.561Z | No change in performance detected. |
6233 | 2024-12-16T19:18:38.561Z | |
6234 | 2024-12-16T19:18:38.561Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B |
6235 | 2024-12-16T19:18:38.561Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6236 | 2024-12-16T19:18:38.561Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0491 ms (605 iterations) |
6237 | 2024-12-16T19:18:38.561Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
6238 | 2024-12-16T19:18:38.561Z | 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. |
6239 | 2024-12-16T19:18:38.561Z | |
6240 | 2024-12-16T19:18:38.561Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B |
6241 | 2024-12-16T19:18:38.561Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6242 | 2024-12-16T19:18:38.561Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0601 ms (385 iterations) |
6243 | 2024-12-16T19:18:38.564Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
6244 | 2024-12-16T19:18:38.564Z | 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. |
6245 | 2024-12-16T19:18:38.564Z | |
6246 | 2024-12-16T19:18:38.564Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
6247 | 2024-12-16T19:18:38.564Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6248 | 2024-12-16T19:18:38.564Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0632 ms (880 iterations) |
6249 | 2024-12-16T19:18:38.564Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
6250 | 2024-12-16T19:18:38.564Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
6251 | 2024-12-16T19:18:38.564Z | time: [3.0000 3.0000 3.0000 ] |
6252 | 2024-12-16T19:18:38.564Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6253 | 2024-12-16T19:18:38.564Z | No change in performance detected. |
6254 | 2024-12-16T19:18:38.564Z | |
6255 | 2024-12-16T19:18:38.564Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
6256 | 2024-12-16T19:18:38.564Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6257 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1286 ms (220 iterations) |
6258 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
6259 | 2024-12-16T19:18:38.568Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
6260 | 2024-12-16T19:18:38.568Z | time: [3.0000 3.0000 3.0000 ] |
6261 | 2024-12-16T19:18:38.568Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6262 | 2024-12-16T19:18:38.568Z | No change in performance detected. |
6263 | 2024-12-16T19:18:38.568Z | |
6264 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B |
6265 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
6266 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0030 ms (715 iterations) |
6267 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
6268 | 2024-12-16T19:18:38.568Z | 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. |
6269 | 2024-12-16T19:18:38.568Z | |
6270 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B |
6271 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6272 | 2024-12-16T19:18:38.568Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0270 ms (385 iterations) |
6273 | 2024-12-16T19:18:38.571Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
6274 | 2024-12-16T19:18:38.571Z | 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. |
6275 | 2024-12-16T19:18:38.571Z | |
6276 | 2024-12-16T19:18:38.571Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
6277 | 2024-12-16T19:18:38.572Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6278 | 2024-12-16T19:18:38.572Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1162 ms (275 iterations) |
6279 | 2024-12-16T19:18:38.572Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
6280 | 2024-12-16T19:18:38.572Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
6281 | 2024-12-16T19:18:38.572Z | time: [42.000 42.000 42.000 ] |
6282 | 2024-12-16T19:18:38.572Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6283 | 2024-12-16T19:18:38.572Z | No change in performance detected. |
6284 | 2024-12-16T19:18:38.572Z | |
6285 | 2024-12-16T19:18:38.572Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
6286 | 2024-12-16T19:18:38.572Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6287 | 2024-12-16T19:18:38.572Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0621 ms (220 iterations) |
6288 | 2024-12-16T19:18:38.574Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
6289 | 2024-12-16T19:18:38.574Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
6290 | 2024-12-16T19:18:38.574Z | time: [42.000 42.000 42.000 ] |
6291 | 2024-12-16T19:18:38.574Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6292 | 2024-12-16T19:18:38.575Z | No change in performance detected. |
6293 | 2024-12-16T19:18:38.575Z | |
6294 | 2024-12-16T19:18:38.575Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
6295 | 2024-12-16T19:18:38.575Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6296 | 2024-12-16T19:18:38.575Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0598 ms (385 iterations) |
6297 | 2024-12-16T19:18:38.578Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
6298 | 2024-12-16T19:18:38.578Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
6299 | 2024-12-16T19:18:38.578Z | time: [20.000 20.000 20.000 ] |
6300 | 2024-12-16T19:18:38.578Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6301 | 2024-12-16T19:18:38.578Z | No change in performance detected. |
6302 | 2024-12-16T19:18:38.578Z | |
6303 | 2024-12-16T19:18:38.578Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
6304 | 2024-12-16T19:18:38.578Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6305 | 2024-12-16T19:18:38.578Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1158 ms (275 iterations) |
6306 | 2024-12-16T19:18:38.578Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
6307 | 2024-12-16T19:18:38.578Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
6308 | 2024-12-16T19:18:38.578Z | time: [20.000 20.000 20.000 ] |
6309 | 2024-12-16T19:18:38.579Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6310 | 2024-12-16T19:18:38.579Z | No change in performance detected. |
6311 | 2024-12-16T19:18:38.581Z | |
6312 | 2024-12-16T19:18:38.582Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
6313 | 2024-12-16T19:18:38.582Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6314 | 2024-12-16T19:18:38.582Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1188 ms (275 iterations) |
6315 | 2024-12-16T19:18:38.582Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
6316 | 2024-12-16T19:18:38.582Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
6317 | 2024-12-16T19:18:38.582Z | time: [42.000 42.000 42.000 ] |
6318 | 2024-12-16T19:18:38.582Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6319 | 2024-12-16T19:18:38.582Z | No change in performance detected. |
6320 | 2024-12-16T19:18:38.582Z | |
6321 | 2024-12-16T19:18:38.582Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
6322 | 2024-12-16T19:18:38.582Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6323 | 2024-12-16T19:18:38.582Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0439 ms (220 iterations) |
6324 | 2024-12-16T19:18:38.585Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
6325 | 2024-12-16T19:18:38.585Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
6326 | 2024-12-16T19:18:38.585Z | time: [42.000 42.000 42.000 ] |
6327 | 2024-12-16T19:18:38.586Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6328 | 2024-12-16T19:18:38.586Z | No change in performance detected. |
6329 | 2024-12-16T19:18:38.586Z | |
6330 | 2024-12-16T19:18:38.586Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
6331 | 2024-12-16T19:18:38.586Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
6332 | 2024-12-16T19:18:38.586Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0894 ms (330 iterations) |
6333 | 2024-12-16T19:18:38.586Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
6334 | 2024-12-16T19:18:38.588Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
6335 | 2024-12-16T19:18:38.588Z | time: [20.000 20.000 20.000 ] |
6336 | 2024-12-16T19:18:38.588Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6337 | 2024-12-16T19:18:38.588Z | No change in performance detected. |
6338 | 2024-12-16T19:18:38.588Z | |
6339 | 2024-12-16T19:18:38.588Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
6340 | 2024-12-16T19:18:38.588Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6341 | 2024-12-16T19:18:38.588Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0810 ms (275 iterations) |
6342 | 2024-12-16T19:18:38.588Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
6343 | 2024-12-16T19:18:38.588Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
6344 | 2024-12-16T19:18:38.588Z | time: [20.000 20.000 20.000 ] |
6345 | 2024-12-16T19:18:38.588Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6346 | 2024-12-16T19:18:38.589Z | No change in performance detected. |
6347 | 2024-12-16T19:18:38.589Z | |
6348 | 2024-12-16T19:18:38.589Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
6349 | 2024-12-16T19:18:38.589Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6350 | 2024-12-16T19:18:38.589Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1411 ms (275 iterations) |
6351 | 2024-12-16T19:18:38.591Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
6352 | 2024-12-16T19:18:38.592Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
6353 | 2024-12-16T19:18:38.592Z | time: [42.000 42.000 42.000 ] |
6354 | 2024-12-16T19:18:38.592Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6355 | 2024-12-16T19:18:38.592Z | No change in performance detected. |
6356 | 2024-12-16T19:18:38.592Z | |
6357 | 2024-12-16T19:18:38.592Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
6358 | 2024-12-16T19:18:38.592Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6359 | 2024-12-16T19:18:38.592Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1716 ms (220 iterations) |
6360 | 2024-12-16T19:18:38.592Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
6361 | 2024-12-16T19:18:38.595Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
6362 | 2024-12-16T19:18:38.595Z | time: [42.000 42.000 42.000 ] |
6363 | 2024-12-16T19:18:38.595Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6364 | 2024-12-16T19:18:38.595Z | No change in performance detected. |
6365 | 2024-12-16T19:18:38.595Z | |
6366 | 2024-12-16T19:18:38.595Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
6367 | 2024-12-16T19:18:38.595Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6368 | 2024-12-16T19:18:38.595Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0690 ms (330 iterations) |
6369 | 2024-12-16T19:18:38.595Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
6370 | 2024-12-16T19:18:38.597Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
6371 | 2024-12-16T19:18:38.597Z | time: [20.000 20.000 20.000 ] |
6372 | 2024-12-16T19:18:38.597Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6373 | 2024-12-16T19:18:38.597Z | No change in performance detected. |
6374 | 2024-12-16T19:18:38.597Z | |
6375 | 2024-12-16T19:18:38.597Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
6376 | 2024-12-16T19:18:38.598Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6377 | 2024-12-16T19:18:38.598Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0796 ms (220 iterations) |
6378 | 2024-12-16T19:18:38.598Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
6379 | 2024-12-16T19:18:38.598Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
6380 | 2024-12-16T19:18:38.598Z | time: [20.000 20.000 20.000 ] |
6381 | 2024-12-16T19:18:38.598Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6382 | 2024-12-16T19:18:38.598Z | No change in performance detected. |
6383 | 2024-12-16T19:18:38.598Z | |
6384 | 2024-12-16T19:18:38.600Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
6385 | 2024-12-16T19:18:38.600Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6386 | 2024-12-16T19:18:38.600Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1033 ms (275 iterations) |
6387 | 2024-12-16T19:18:38.600Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
6388 | 2024-12-16T19:18:38.600Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
6389 | 2024-12-16T19:18:38.600Z | time: [42.000 42.000 42.000 ] |
6390 | 2024-12-16T19:18:38.600Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6391 | 2024-12-16T19:18:38.600Z | No change in performance detected. |
6392 | 2024-12-16T19:18:38.600Z | |
6393 | 2024-12-16T19:18:38.600Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
6394 | 2024-12-16T19:18:38.600Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6395 | 2024-12-16T19:18:38.603Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1305 ms (220 iterations) |
6396 | 2024-12-16T19:18:38.603Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
6397 | 2024-12-16T19:18:38.603Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
6398 | 2024-12-16T19:18:38.603Z | time: [42.000 42.000 42.000 ] |
6399 | 2024-12-16T19:18:38.603Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6400 | 2024-12-16T19:18:38.603Z | No change in performance detected. |
6401 | 2024-12-16T19:18:38.603Z | |
6402 | 2024-12-16T19:18:38.603Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
6403 | 2024-12-16T19:18:38.603Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
6404 | 2024-12-16T19:18:38.603Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1251 ms (385 iterations) |
6405 | 2024-12-16T19:18:38.606Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
6406 | 2024-12-16T19:18:38.606Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
6407 | 2024-12-16T19:18:38.606Z | time: [20.000 20.000 20.000 ] |
6408 | 2024-12-16T19:18:38.606Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6409 | 2024-12-16T19:18:38.606Z | No change in performance detected. |
6410 | 2024-12-16T19:18:38.606Z | |
6411 | 2024-12-16T19:18:38.606Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
6412 | 2024-12-16T19:18:38.606Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6413 | 2024-12-16T19:18:38.606Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1726 ms (275 iterations) |
6414 | 2024-12-16T19:18:38.609Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
6415 | 2024-12-16T19:18:38.609Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
6416 | 2024-12-16T19:18:38.609Z | time: [20.000 20.000 20.000 ] |
6417 | 2024-12-16T19:18:38.609Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6418 | 2024-12-16T19:18:38.609Z | No change in performance detected. |
6419 | 2024-12-16T19:18:38.609Z | |
6420 | 2024-12-16T19:18:38.609Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover |
6421 | 2024-12-16T19:18:38.609Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs |
6422 | 2024-12-16T19:18:38.609Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0651 ms (605 iterations) |
6423 | 2024-12-16T19:18:38.609Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing |
6424 | 2024-12-16T19:18:38.612Z | process/Hairpin-DHCPv4/alloc_sz/Discover |
6425 | 2024-12-16T19:18:38.612Z | time: [3239.0 B 3239.0 B 3239.0 B] |
6426 | 2024-12-16T19:18:38.612Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6427 | 2024-12-16T19:18:38.612Z | No change in performance detected. |
6428 | 2024-12-16T19:18:38.612Z | |
6429 | 2024-12-16T19:18:38.612Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request |
6430 | 2024-12-16T19:18:38.612Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs |
6431 | 2024-12-16T19:18:38.612Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0120 ms (660 iterations) |
6432 | 2024-12-16T19:18:38.612Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing |
6433 | 2024-12-16T19:18:38.615Z | process/Hairpin-DHCPv4/alloc_sz/Request |
6434 | 2024-12-16T19:18:38.615Z | time: [3239.0 B 3239.0 B 3239.0 B] |
6435 | 2024-12-16T19:18:38.615Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6436 | 2024-12-16T19:18:38.615Z | No change in performance detected. |
6437 | 2024-12-16T19:18:38.615Z | |
6438 | 2024-12-16T19:18:38.615Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit |
6439 | 2024-12-16T19:18:38.615Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs |
6440 | 2024-12-16T19:18:38.615Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0690 ms (495 iterations) |
6441 | 2024-12-16T19:18:38.615Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing |
6442 | 2024-12-16T19:18:38.615Z | process/Hairpin-DHCPv6/alloc_sz/Solicit |
6443 | 2024-12-16T19:18:38.615Z | time: [3303.0 B 3303.0 B 3303.0 B] |
6444 | 2024-12-16T19:18:38.615Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6445 | 2024-12-16T19:18:38.615Z | No change in performance detected. |
6446 | 2024-12-16T19:18:38.618Z | |
6447 | 2024-12-16T19:18:38.618Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request |
6448 | 2024-12-16T19:18:38.618Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs |
6449 | 2024-12-16T19:18:38.618Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.1389 ms (440 iterations) |
6450 | 2024-12-16T19:18:38.618Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing |
6451 | 2024-12-16T19:18:38.618Z | process/Hairpin-DHCPv6/alloc_sz/Request |
6452 | 2024-12-16T19:18:38.618Z | time: [3701.0 B 3701.0 B 3701.0 B] |
6453 | 2024-12-16T19:18:38.618Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6454 | 2024-12-16T19:18:38.618Z | No change in performance detected. |
6455 | 2024-12-16T19:18:38.618Z | |
6456 | 2024-12-16T19:18:38.618Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
6457 | 2024-12-16T19:18:38.618Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs |
6458 | 2024-12-16T19:18:38.618Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0025 ms (825 iterations) |
6459 | 2024-12-16T19:18:38.621Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing |
6460 | 2024-12-16T19:18:38.621Z | process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
6461 | 2024-12-16T19:18:38.621Z | time: [2168.0 B 2168.0 B 2168.0 B] |
6462 | 2024-12-16T19:18:38.621Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6463 | 2024-12-16T19:18:38.621Z | No change in performance detected. |
6464 | 2024-12-16T19:18:38.621Z | |
6465 | 2024-12-16T19:18:38.621Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
6466 | 2024-12-16T19:18:38.621Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs |
6467 | 2024-12-16T19:18:38.621Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0338 ms (770 iterations) |
6468 | 2024-12-16T19:18:38.624Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing |
6469 | 2024-12-16T19:18:38.624Z | process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
6470 | 2024-12-16T19:18:38.624Z | time: [2153.0 B 2153.0 B 2153.0 B] |
6471 | 2024-12-16T19:18:38.624Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6472 | 2024-12-16T19:18:38.624Z | No change in performance detected. |
6473 | 2024-12-16T19:18:38.624Z | |
6474 | 2024-12-16T19:18:38.624Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
6475 | 2024-12-16T19:18:38.624Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs |
6476 | 2024-12-16T19:18:38.624Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0714 ms (715 iterations) |
6477 | 2024-12-16T19:18:38.624Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing |
6478 | 2024-12-16T19:18:38.627Z | process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
6479 | 2024-12-16T19:18:38.627Z | time: [2206.0 B 2206.0 B 2206.0 B] |
6480 | 2024-12-16T19:18:38.627Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6481 | 2024-12-16T19:18:38.627Z | No change in performance detected. |
6482 | 2024-12-16T19:18:38.627Z | |
6483 | 2024-12-16T19:18:38.627Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
6484 | 2024-12-16T19:18:38.627Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs |
6485 | 2024-12-16T19:18:38.627Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0420 ms (715 iterations) |
6486 | 2024-12-16T19:18:38.627Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing |
6487 | 2024-12-16T19:18:38.630Z | process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
6488 | 2024-12-16T19:18:38.630Z | time: [2190.0 B 2190.0 B 2190.0 B] |
6489 | 2024-12-16T19:18:38.630Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6490 | 2024-12-16T19:18:38.630Z | No change in performance detected. |
6491 | 2024-12-16T19:18:38.630Z | |
6492 | 2024-12-16T19:18:38.630Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
6493 | 2024-12-16T19:18:38.630Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6494 | 2024-12-16T19:18:38.630Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0152 ms (880 iterations) |
6495 | 2024-12-16T19:18:38.630Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
6496 | 2024-12-16T19:18:38.633Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
6497 | 2024-12-16T19:18:38.633Z | time: [248.00 B 248.00 B 248.00 B] |
6498 | 2024-12-16T19:18:38.633Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6499 | 2024-12-16T19:18:38.633Z | No change in performance detected. |
6500 | 2024-12-16T19:18:38.633Z | |
6501 | 2024-12-16T19:18:38.633Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
6502 | 2024-12-16T19:18:38.633Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6503 | 2024-12-16T19:18:38.633Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1112 ms (440 iterations) |
6504 | 2024-12-16T19:18:38.633Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
6505 | 2024-12-16T19:18:38.633Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
6506 | 2024-12-16T19:18:38.633Z | time: [248.00 B 248.00 B 248.00 B] |
6507 | 2024-12-16T19:18:38.633Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6508 | 2024-12-16T19:18:38.633Z | No change in performance detected. |
6509 | 2024-12-16T19:18:38.636Z | |
6510 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B |
6511 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6512 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0099 ms (770 iterations) |
6513 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
6514 | 2024-12-16T19:18:38.636Z | 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. |
6515 | 2024-12-16T19:18:38.636Z | |
6516 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B |
6517 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6518 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1257 ms (440 iterations) |
6519 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
6520 | 2024-12-16T19:18:38.636Z | 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. |
6521 | 2024-12-16T19:18:38.636Z | |
6522 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
6523 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6524 | 2024-12-16T19:18:38.636Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0314 ms (935 iterations) |
6525 | 2024-12-16T19:18:38.639Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
6526 | 2024-12-16T19:18:38.639Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
6527 | 2024-12-16T19:18:38.639Z | time: [248.00 B 248.00 B 248.00 B] |
6528 | 2024-12-16T19:18:38.639Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6529 | 2024-12-16T19:18:38.639Z | No change in performance detected. |
6530 | 2024-12-16T19:18:38.639Z | |
6531 | 2024-12-16T19:18:38.639Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
6532 | 2024-12-16T19:18:38.640Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6533 | 2024-12-16T19:18:38.640Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0120 ms (440 iterations) |
6534 | 2024-12-16T19:18:38.640Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
6535 | 2024-12-16T19:18:38.642Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
6536 | 2024-12-16T19:18:38.643Z | time: [248.00 B 248.00 B 248.00 B] |
6537 | 2024-12-16T19:18:38.643Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6538 | 2024-12-16T19:18:38.643Z | No change in performance detected. |
6539 | 2024-12-16T19:18:38.643Z | |
6540 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B |
6541 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
6542 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0294 ms (770 iterations) |
6543 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
6544 | 2024-12-16T19:18:38.643Z | 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. |
6545 | 2024-12-16T19:18:38.643Z | |
6546 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B |
6547 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6548 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0781 ms (440 iterations) |
6549 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
6550 | 2024-12-16T19:18:38.643Z | 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. |
6551 | 2024-12-16T19:18:38.643Z | |
6552 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
6553 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6554 | 2024-12-16T19:18:38.643Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0336 ms (715 iterations) |
6555 | 2024-12-16T19:18:38.646Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
6556 | 2024-12-16T19:18:38.646Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
6557 | 2024-12-16T19:18:38.646Z | time: [248.00 B 248.00 B 248.00 B] |
6558 | 2024-12-16T19:18:38.646Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6559 | 2024-12-16T19:18:38.646Z | No change in performance detected. |
6560 | 2024-12-16T19:18:38.646Z | |
6561 | 2024-12-16T19:18:38.646Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
6562 | 2024-12-16T19:18:38.646Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6563 | 2024-12-16T19:18:38.646Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1328 ms (440 iterations) |
6564 | 2024-12-16T19:18:38.646Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
6565 | 2024-12-16T19:18:38.649Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
6566 | 2024-12-16T19:18:38.649Z | time: [248.00 B 248.00 B 248.00 B] |
6567 | 2024-12-16T19:18:38.649Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6568 | 2024-12-16T19:18:38.649Z | No change in performance detected. |
6569 | 2024-12-16T19:18:38.649Z | |
6570 | 2024-12-16T19:18:38.649Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B |
6571 | 2024-12-16T19:18:38.649Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6572 | 2024-12-16T19:18:38.649Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0687 ms (660 iterations) |
6573 | 2024-12-16T19:18:38.649Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
6574 | 2024-12-16T19:18:38.649Z | 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. |
6575 | 2024-12-16T19:18:38.649Z | |
6576 | 2024-12-16T19:18:38.649Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B |
6577 | 2024-12-16T19:18:38.649Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6578 | 2024-12-16T19:18:38.649Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0508 ms (385 iterations) |
6579 | 2024-12-16T19:18:38.652Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
6580 | 2024-12-16T19:18:38.652Z | 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. |
6581 | 2024-12-16T19:18:38.652Z | |
6582 | 2024-12-16T19:18:38.652Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
6583 | 2024-12-16T19:18:38.652Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6584 | 2024-12-16T19:18:38.652Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0017 ms (825 iterations) |
6585 | 2024-12-16T19:18:38.652Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
6586 | 2024-12-16T19:18:38.653Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
6587 | 2024-12-16T19:18:38.653Z | time: [248.00 B 248.00 B 248.00 B] |
6588 | 2024-12-16T19:18:38.653Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6589 | 2024-12-16T19:18:38.653Z | No change in performance detected. |
6590 | 2024-12-16T19:18:38.653Z | |
6591 | 2024-12-16T19:18:38.653Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
6592 | 2024-12-16T19:18:38.653Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6593 | 2024-12-16T19:18:38.653Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0916 ms (440 iterations) |
6594 | 2024-12-16T19:18:38.656Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
6595 | 2024-12-16T19:18:38.656Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
6596 | 2024-12-16T19:18:38.656Z | time: [248.00 B 248.00 B 248.00 B] |
6597 | 2024-12-16T19:18:38.656Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6598 | 2024-12-16T19:18:38.656Z | No change in performance detected. |
6599 | 2024-12-16T19:18:38.656Z | |
6600 | 2024-12-16T19:18:38.656Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B |
6601 | 2024-12-16T19:18:38.656Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
6602 | 2024-12-16T19:18:38.656Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0729 ms (770 iterations) |
6603 | 2024-12-16T19:18:38.656Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
6604 | 2024-12-16T19:18:38.656Z | 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. |
6605 | 2024-12-16T19:18:38.656Z | |
6606 | 2024-12-16T19:18:38.656Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B |
6607 | 2024-12-16T19:18:38.656Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6608 | 2024-12-16T19:18:38.656Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0172 ms (385 iterations) |
6609 | 2024-12-16T19:18:38.659Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
6610 | 2024-12-16T19:18:38.659Z | 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. |
6611 | 2024-12-16T19:18:38.659Z | |
6612 | 2024-12-16T19:18:38.659Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
6613 | 2024-12-16T19:18:38.659Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6614 | 2024-12-16T19:18:38.659Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0001 ms (275 iterations) |
6615 | 2024-12-16T19:18:38.659Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
6616 | 2024-12-16T19:18:38.659Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
6617 | 2024-12-16T19:18:38.659Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6618 | 2024-12-16T19:18:38.659Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6619 | 2024-12-16T19:18:38.659Z | No change in performance detected. |
6620 | 2024-12-16T19:18:38.659Z | |
6621 | 2024-12-16T19:18:38.659Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
6622 | 2024-12-16T19:18:38.659Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6623 | 2024-12-16T19:18:38.660Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0648 ms (220 iterations) |
6624 | 2024-12-16T19:18:38.662Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
6625 | 2024-12-16T19:18:38.662Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
6626 | 2024-12-16T19:18:38.662Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6627 | 2024-12-16T19:18:38.662Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6628 | 2024-12-16T19:18:38.662Z | No change in performance detected. |
6629 | 2024-12-16T19:18:38.662Z | |
6630 | 2024-12-16T19:18:38.662Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
6631 | 2024-12-16T19:18:38.662Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6632 | 2024-12-16T19:18:38.662Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0632 ms (385 iterations) |
6633 | 2024-12-16T19:18:38.666Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
6634 | 2024-12-16T19:18:38.666Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
6635 | 2024-12-16T19:18:38.666Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6636 | 2024-12-16T19:18:38.666Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6637 | 2024-12-16T19:18:38.666Z | No change in performance detected. |
6638 | 2024-12-16T19:18:38.666Z | |
6639 | 2024-12-16T19:18:38.666Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
6640 | 2024-12-16T19:18:38.666Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6641 | 2024-12-16T19:18:38.666Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1138 ms (275 iterations) |
6642 | 2024-12-16T19:18:38.666Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
6643 | 2024-12-16T19:18:38.668Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
6644 | 2024-12-16T19:18:38.669Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6645 | 2024-12-16T19:18:38.669Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6646 | 2024-12-16T19:18:38.669Z | No change in performance detected. |
6647 | 2024-12-16T19:18:38.669Z | |
6648 | 2024-12-16T19:18:38.669Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
6649 | 2024-12-16T19:18:38.669Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6650 | 2024-12-16T19:18:38.669Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1051 ms (275 iterations) |
6651 | 2024-12-16T19:18:38.669Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
6652 | 2024-12-16T19:18:38.669Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
6653 | 2024-12-16T19:18:38.669Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6654 | 2024-12-16T19:18:38.669Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6655 | 2024-12-16T19:18:38.669Z | No change in performance detected. |
6656 | 2024-12-16T19:18:38.669Z | |
6657 | 2024-12-16T19:18:38.669Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
6658 | 2024-12-16T19:18:38.669Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6659 | 2024-12-16T19:18:38.669Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0198 ms (220 iterations) |
6660 | 2024-12-16T19:18:38.672Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
6661 | 2024-12-16T19:18:38.672Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
6662 | 2024-12-16T19:18:38.672Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6663 | 2024-12-16T19:18:38.672Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6664 | 2024-12-16T19:18:38.672Z | No change in performance detected. |
6665 | 2024-12-16T19:18:38.672Z | |
6666 | 2024-12-16T19:18:38.672Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
6667 | 2024-12-16T19:18:38.672Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
6668 | 2024-12-16T19:18:38.672Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0144 ms (385 iterations) |
6669 | 2024-12-16T19:18:38.672Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
6670 | 2024-12-16T19:18:38.676Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
6671 | 2024-12-16T19:18:38.676Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6672 | 2024-12-16T19:18:38.677Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6673 | 2024-12-16T19:18:38.677Z | No change in performance detected. |
6674 | 2024-12-16T19:18:38.677Z | |
6675 | 2024-12-16T19:18:38.677Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
6676 | 2024-12-16T19:18:38.677Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6677 | 2024-12-16T19:18:38.677Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0783 ms (275 iterations) |
6678 | 2024-12-16T19:18:38.677Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
6679 | 2024-12-16T19:18:38.677Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
6680 | 2024-12-16T19:18:38.677Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6681 | 2024-12-16T19:18:38.677Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6682 | 2024-12-16T19:18:38.677Z | No change in performance detected. |
6683 | 2024-12-16T19:18:38.677Z | |
6684 | 2024-12-16T19:18:38.677Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
6685 | 2024-12-16T19:18:38.677Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6686 | 2024-12-16T19:18:38.677Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.2175 ms (275 iterations) |
6687 | 2024-12-16T19:18:38.681Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
6688 | 2024-12-16T19:18:38.681Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
6689 | 2024-12-16T19:18:38.681Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6690 | 2024-12-16T19:18:38.681Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6691 | 2024-12-16T19:18:38.681Z | No change in performance detected. |
6692 | 2024-12-16T19:18:38.681Z | |
6693 | 2024-12-16T19:18:38.681Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
6694 | 2024-12-16T19:18:38.681Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6695 | 2024-12-16T19:18:38.681Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1597 ms (220 iterations) |
6696 | 2024-12-16T19:18:38.681Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
6697 | 2024-12-16T19:18:38.681Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
6698 | 2024-12-16T19:18:38.681Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6699 | 2024-12-16T19:18:38.681Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6700 | 2024-12-16T19:18:38.681Z | No change in performance detected. |
6701 | 2024-12-16T19:18:38.681Z | |
6702 | 2024-12-16T19:18:38.681Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
6703 | 2024-12-16T19:18:38.681Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6704 | 2024-12-16T19:18:38.681Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1798 ms (330 iterations) |
6705 | 2024-12-16T19:18:38.684Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
6706 | 2024-12-16T19:18:38.685Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
6707 | 2024-12-16T19:18:38.685Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6708 | 2024-12-16T19:18:38.685Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6709 | 2024-12-16T19:18:38.685Z | No change in performance detected. |
6710 | 2024-12-16T19:18:38.685Z | |
6711 | 2024-12-16T19:18:38.685Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
6712 | 2024-12-16T19:18:38.685Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6713 | 2024-12-16T19:18:38.685Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0305 ms (220 iterations) |
6714 | 2024-12-16T19:18:38.685Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
6715 | 2024-12-16T19:18:38.685Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
6716 | 2024-12-16T19:18:38.685Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6717 | 2024-12-16T19:18:38.685Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6718 | 2024-12-16T19:18:38.685Z | No change in performance detected. |
6719 | 2024-12-16T19:18:38.685Z | |
6720 | 2024-12-16T19:18:38.687Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
6721 | 2024-12-16T19:18:38.687Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6722 | 2024-12-16T19:18:38.687Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.2352 ms (275 iterations) |
6723 | 2024-12-16T19:18:38.687Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
6724 | 2024-12-16T19:18:38.687Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
6725 | 2024-12-16T19:18:38.687Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6726 | 2024-12-16T19:18:38.687Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6727 | 2024-12-16T19:18:38.687Z | No change in performance detected. |
6728 | 2024-12-16T19:18:38.688Z | |
6729 | 2024-12-16T19:18:38.688Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
6730 | 2024-12-16T19:18:38.688Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6731 | 2024-12-16T19:18:38.688Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1256 ms (220 iterations) |
6732 | 2024-12-16T19:18:38.690Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
6733 | 2024-12-16T19:18:38.690Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
6734 | 2024-12-16T19:18:38.690Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6735 | 2024-12-16T19:18:38.690Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6736 | 2024-12-16T19:18:38.690Z | No change in performance detected. |
6737 | 2024-12-16T19:18:38.690Z | |
6738 | 2024-12-16T19:18:38.690Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
6739 | 2024-12-16T19:18:38.690Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
6740 | 2024-12-16T19:18:38.690Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1306 ms (385 iterations) |
6741 | 2024-12-16T19:18:38.693Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
6742 | 2024-12-16T19:18:38.693Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
6743 | 2024-12-16T19:18:38.693Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6744 | 2024-12-16T19:18:38.693Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6745 | 2024-12-16T19:18:38.693Z | No change in performance detected. |
6746 | 2024-12-16T19:18:38.693Z | |
6747 | 2024-12-16T19:18:38.693Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
6748 | 2024-12-16T19:18:38.693Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6749 | 2024-12-16T19:18:38.693Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1615 ms (275 iterations) |
6750 | 2024-12-16T19:18:38.695Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
6751 | 2024-12-16T19:18:38.695Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
6752 | 2024-12-16T19:18:38.695Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6753 | 2024-12-16T19:18:38.695Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6754 | 2024-12-16T19:18:38.695Z | No change in performance detected. |
6755 | 2024-12-16T19:18:38.695Z | |
6756 | 2024-12-16T19:18:38.736Z | + cp -r target/criterion /work/bench-results |
6757 | 2024-12-16T19:18:38.898Z | + cp -r target/xde-bench /work/bench-results |
6758 | 2024-12-16T19:18:38.935Z | + pushd /work |
6759 | 2024-12-16T19:18:38.935Z | /work /work/oxidecomputer/opte |
6760 | 2024-12-16T19:18:38.935Z | + tar -caf bench-results.tgz bench-results |
6761 | 2024-12-16T19:18:39.692Z | + popd |
6762 | 2024-12-16T19:18:39.692Z | /work/oxidecomputer/opte |
6763 | 2024-12-16T19:18:39.694Z | + cleanup |
6764 | 2024-12-16T19:18:39.694Z | ++ id -un |
6765 | 2024-12-16T19:18:39.828Z | ++ id -gn |
6766 | 2024-12-16T19:18:39.831Z | + pfexec chown -R build:build . |
6767 | 2024-12-16T19:18:39.887Z | + [[ -z 01JF8C725AJB9GXRFCFC2C8XT3 ]] |
6768 | 2024-12-16T19:18:39.890Z | process exited: duration 1908253 ms, exit code 0 |
|
6769 | 2024-12-16T19:18:39.902Z | found 1 output files |
6770 | 2024-12-16T19:18:39.902Z | uploading: /work/bench-results.tgz (4832112 bytes) |
6771 | 2024-12-16T19:18:41.029Z | uploaded: /work/bench-results.tgz |