|
|
|
1 | 2024-11-21T18:49:50.457Z | job dependencies complete; ready to run (waiting for 7 m 18 s) |
2 | 2024-11-21T18:50:53.346Z | job assigned to worker 01JD80YHR4FKATTPF1S0ZEK587 [factory aws, i-00b899caa4463dedb] (queued for 1 m 2 s) |
3 | 2024-11-21T18:51:01.759Z | downloading input: /input/xde/work/debug/xde.dbg |
4 | 2024-11-21T18:51:02.441Z | downloaded input: /input/xde/work/debug/xde.dbg |
5 | 2024-11-21T18:51:02.441Z | downloading input: /input/xde/work/debug/xde.dbg.sha256 |
6 | 2024-11-21T18:51:02.458Z | downloaded input: /input/xde/work/debug/xde.dbg.sha256 |
7 | 2024-11-21T18:51:02.458Z | downloading input: /input/xde/work/debug/xde_link.dbg.so |
8 | 2024-11-21T18:51:02.496Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so |
9 | 2024-11-21T18:51:02.496Z | downloading input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
10 | 2024-11-21T18:51:02.509Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
11 | 2024-11-21T18:51:02.512Z | downloading input: /input/xde/work/release/xde |
12 | 2024-11-21T18:51:03.073Z | downloaded input: /input/xde/work/release/xde |
13 | 2024-11-21T18:51:03.073Z | downloading input: /input/xde/work/release/xde.sha256 |
14 | 2024-11-21T18:51:03.090Z | downloaded input: /input/xde/work/release/xde.sha256 |
15 | 2024-11-21T18:51:03.090Z | downloading input: /input/xde/work/release/xde_link.so |
16 | 2024-11-21T18:51:03.127Z | downloaded input: /input/xde/work/release/xde_link.so |
17 | 2024-11-21T18:51:03.127Z | downloading input: /input/xde/work/release/xde_link.so.sha256 |
18 | 2024-11-21T18:51:03.163Z | downloaded input: /input/xde/work/release/xde_link.so.sha256 |
19 | 2024-11-21T18:51:03.166Z | downloading input: /input/xde/work/test/loopback |
20 | 2024-11-21T18:51:03.849Z | downloaded input: /input/xde/work/test/loopback |
21 | 2024-11-21T18:51:03.849Z | downloading input: /input/xde/work/xde.conf |
22 | 2024-11-21T18:51:03.865Z | downloaded input: /input/xde/work/xde.conf |
|
23 | 2024-11-21T18:51:03.865Z | starting task 0: "setup" |
24 | 2024-11-21T18:51:03.877Z | ++ uname -s |
25 | 2024-11-21T18:51:03.880Z | + kern=SunOS |
26 | 2024-11-21T18:51:03.881Z | + case "$kern" in |
27 | 2024-11-21T18:51:03.881Z | + groupadd -g 12345 build |
28 | 2024-11-21T18:51:03.884Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
29 | 2024-11-21T18:51:05.892Z | + zfs create -o mountpoint=/work rpool/work |
30 | 2024-11-21T18:51:06.012Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
31 | 2024-11-21T18:51:06.018Z | + home_fs=zfs |
32 | 2024-11-21T18:51:06.018Z | + [[ zfs == autofs ]] |
33 | 2024-11-21T18:51:06.018Z | + mkdir -p /home/build |
34 | 2024-11-21T18:51:06.023Z | + chown build:build /home/build /work |
35 | 2024-11-21T18:51:07.018Z | + chmod 0700 /home/build /work |
36 | 2024-11-21T18:51:07.022Z | process exited: duration 3154 ms, exit code 0 |
|
37 | 2024-11-21T18:51:07.030Z | starting task 1: "rust-toolchain" |
38 | 2024-11-21T18:51:07.034Z | + printf ' * toolchain channel = "%s" |
39 | 2024-11-21T18:51:07.034Z | ' stable |
40 | 2024-11-21T18:51:07.034Z | * toolchain channel = "stable" |
41 | 2024-11-21T18:51:07.034Z | + printf ' * toolchain profile = "%s" |
42 | 2024-11-21T18:51:07.034Z | ' default |
43 | 2024-11-21T18:51:07.034Z | * toolchain profile = "default" |
44 | 2024-11-21T18:51:07.037Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
45 | 2024-11-21T18:51:07.037Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
46 | 2024-11-21T18:51:07.154Z | info: downloading installer |
47 | 2024-11-21T18:51:08.539Z | info: profile set to 'default' |
48 | 2024-11-21T18:51:08.539Z | info: default host triple is x86_64-unknown-illumos |
49 | 2024-11-21T18:51:08.545Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
50 | 2024-11-21T18:51:08.695Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
51 | 2024-11-21T18:51:08.695Z | info: downloading component 'cargo' |
52 | 2024-11-21T18:51:09.574Z | info: downloading component 'clippy' |
53 | 2024-11-21T18:51:09.912Z | info: downloading component 'rust-docs' |
54 | 2024-11-21T18:51:11.183Z | info: downloading component 'rust-std' |
55 | 2024-11-21T18:51:13.171Z | info: downloading component 'rustc' |
56 | 2024-11-21T18:51:20.310Z | info: downloading component 'rustfmt' |
57 | 2024-11-21T18:51:20.558Z | info: installing component 'cargo' |
58 | 2024-11-21T18:51:21.350Z | info: installing component 'clippy' |
59 | 2024-11-21T18:51:21.723Z | info: installing component 'rust-docs' |
60 | 2024-11-21T18:51:23.515Z | info: installing component 'rust-std' |
61 | 2024-11-21T18:51:28.313Z | info: installing component 'rustc' |
62 | 2024-11-21T18:51:30.989Z | info: installing component 'rustfmt' |
63 | 2024-11-21T18:51:31.301Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
64 | 2024-11-21T18:51:31.301Z | |
65 | 2024-11-21T18:51:31.675Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
66 | 2024-11-21T18:51:31.675Z | |
67 | 2024-11-21T18:51:31.679Z | |
68 | 2024-11-21T18:51:31.679Z | Rust is installed now. Great! |
69 | 2024-11-21T18:51:31.679Z | |
70 | 2024-11-21T18:51:31.679Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
71 | 2024-11-21T18:51:31.679Z | environment variable. This has not been done automatically. |
72 | 2024-11-21T18:51:31.679Z | |
73 | 2024-11-21T18:51:31.679Z | To configure your current shell, you need to source |
74 | 2024-11-21T18:51:31.679Z | the corresponding env file under $HOME/.cargo. |
75 | 2024-11-21T18:51:31.679Z | |
76 | 2024-11-21T18:51:31.679Z | This is usually done by running one of the following (note the leading DOT): |
77 | 2024-11-21T18:51:31.679Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
78 | 2024-11-21T18:51:31.679Z | source "$HOME/.cargo/env.fish" # For fish |
79 | 2024-11-21T18:51:31.748Z | + rustc --version |
80 | 2024-11-21T18:51:31.814Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
81 | 2024-11-21T18:51:31.816Z | process exited: duration 24785 ms, exit code 0 |
|
82 | 2024-11-21T18:51:31.822Z | starting task 2: "authentication" |
83 | 2024-11-21T18:51:31.845Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2024-11-21T18:51:31.850Z | starting task 3: "clone repository" |
85 | 2024-11-21T18:51:31.855Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2024-11-21T18:51:31.858Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2024-11-21T18:51:32.479Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2024-11-21T18:51:34.107Z | + cd /work/oxidecomputer/opte |
89 | 2024-11-21T18:51:34.107Z | + git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb |
90 | 2024-11-21T18:51:34.367Z | From https://github.com/oxidecomputer/opte |
91 | 2024-11-21T18:51:34.367Z | * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD |
92 | 2024-11-21T18:51:34.375Z | + [[ -n ingot-and-offload ]] |
93 | 2024-11-21T18:51:34.377Z | ++ git branch --show-current |
94 | 2024-11-21T18:51:34.380Z | + current=master |
95 | 2024-11-21T18:51:34.380Z | + [[ master != ingot-and-offload ]] |
96 | 2024-11-21T18:51:34.380Z | + git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb |
97 | 2024-11-21T18:51:34.382Z | + git checkout -f ingot-and-offload |
98 | 2024-11-21T18:51:34.405Z | Switched to branch 'ingot-and-offload' |
99 | 2024-11-21T18:51:34.409Z | + git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb |
100 | 2024-11-21T18:51:34.428Z | HEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay |
101 | 2024-11-21T18:51:34.431Z | process exited: duration 2577 ms, exit code 0 |
|
102 | 2024-11-21T18:51:34.436Z | starting task 4: "build" |
103 | 2024-11-21T18:51:34.441Z | + pfexec pkg install brand/sparse opte iperf demangle flamegraph |
104 | 2024-11-21T18:51:43.258Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-11-21T18:51:47.080Z | Startup: Caching catalogs ... Done |
106 | 2024-11-21T18:51:55.899Z | Planning: Solver setup ... Done |
107 | 2024-11-21T18:51:56.017Z | Planning: Running solver ... Done |
108 | 2024-11-21T18:51:56.283Z | Planning: Finding local manifests ... Done |
109 | 2024-11-21T18:51:56.295Z | Planning: Fetching manifests: 0/6 0% complete |
110 | 2024-11-21T18:51:56.469Z | Planning: Fetching manifests: 6/6 100% complete |
111 | 2024-11-21T18:51:56.764Z | Planning: Package planning ... Done |
112 | 2024-11-21T18:51:56.769Z | Planning: Merging actions ... Done |
113 | 2024-11-21T18:51:57.327Z | Planning: Checking for conflicting actions ... Done |
114 | 2024-11-21T18:52:02.375Z | Planning: Consolidating action changes ... Done |
115 | 2024-11-21T18:52:02.784Z | Planning: Evaluating mediators ... Done |
116 | 2024-11-21T18:52:02.926Z | Planning: Planning completed in 15.76 seconds |
117 | 2024-11-21T18:52:03.090Z | Packages to install: 4 |
118 | 2024-11-21T18:52:03.093Z | Packages to update: 2 |
119 | 2024-11-21T18:52:03.093Z | Services to change: 1 |
120 | 2024-11-21T18:52:03.093Z | Create boot environment: No |
121 | 2024-11-21T18:52:03.093Z | Create backup boot environment: Yes |
122 | 2024-11-21T18:52:03.347Z | |
123 | 2024-11-21T18:52:03.347Z | Download: 0/1024 items 0.0/18.1MB 0% complete |
124 | 2024-11-21T18:52:08.570Z | Download: 1019/1024 items 18.1/18.1MB 99% complete (3.8M/s) |
125 | 2024-11-21T18:52:08.580Z | Download: Completed 18.14 MB in 5.23 seconds (3.5M/s) |
126 | 2024-11-21T18:52:10.406Z | Actions: 1/1482 actions (Removing old actions) |
127 | 2024-11-21T18:52:10.427Z | Actions: 199/1482 actions (Installing new actions) |
128 | 2024-11-21T18:52:10.968Z | Actions: 642/1482 actions (Updating modified actions) |
129 | 2024-11-21T18:52:11.357Z | Actions: Completed 1482 actions in 0.95 seconds. |
130 | 2024-11-21T18:52:11.558Z | Done |
131 | 2024-11-21T18:52:11.561Z | Done |
132 | 2024-11-21T18:52:12.048Z | Done |
133 | 2024-11-21T18:52:17.450Z | Done |
134 | 2024-11-21T18:52:17.720Z | Done |
135 | 2024-11-21T18:52:17.726Z | Done |
136 | 2024-11-21T18:52:23.542Z | Done |
137 | 2024-11-21T18:52:23.913Z | + [[ -z 01JD80GXMNSCQRRVETZ5YXRGE1 ]] |
138 | 2024-11-21T18:52:23.913Z | + trap cleanup EXIT |
139 | 2024-11-21T18:52:23.916Z | + OUT_DIR=/work/bench-results |
140 | 2024-11-21T18:52:23.916Z | + mkdir -p /work/bench-results |
141 | 2024-11-21T18:52:23.916Z | + mkdir -p target/criterion |
142 | 2024-11-21T18:52:23.919Z | + mkdir -p target/xde-bench |
143 | 2024-11-21T18:52:23.922Z | + banner collect |
144 | 2024-11-21T18:52:24.026Z | |
145 | 2024-11-21T18:52:24.026Z | #### #### # # ###### #### ##### |
146 | 2024-11-21T18:52:24.026Z | # # # # # # # # # # |
147 | 2024-11-21T18:52:24.026Z | # # # # # ##### # # |
148 | 2024-11-21T18:52:24.026Z | # # # # # # # # |
149 | 2024-11-21T18:52:24.026Z | # # # # # # # # # # |
150 | 2024-11-21T18:52:24.026Z | #### #### ###### ###### ###### #### # |
151 | 2024-11-21T18:52:24.026Z | |
152 | 2024-11-21T18:52:24.029Z | ++ cat .git/refs/heads/master |
153 | 2024-11-21T18:52:24.029Z | + BASELINE_COMMIT=caac536074fd49637315e1add5938bea178a95bf |
154 | 2024-11-21T18:52:24.029Z | + [[ ingot-and-offload == \m\a\s\t\e\r ]] |
155 | 2024-11-21T18:52:24.029Z | + get_artifact opte benchmark caac536074fd49637315e1add5938bea178a95bf bench-results.tgz |
156 | 2024-11-21T18:52:24.029Z | + local curl_res |
157 | 2024-11-21T18:52:24.029Z | + repo=opte |
158 | 2024-11-21T18:52:24.029Z | + series=benchmark |
159 | 2024-11-21T18:52:24.029Z | + commit=caac536074fd49637315e1add5938bea178a95bf |
160 | 2024-11-21T18:52:24.030Z | + name=bench-results.tgz |
161 | 2024-11-21T18:52:24.030Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
162 | 2024-11-21T18:52:24.030Z | + mkdir -p download |
163 | 2024-11-21T18:52:24.032Z | + pushd download |
164 | 2024-11-21T18:52:24.032Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
165 | 2024-11-21T18:52:24.032Z | + [[ ! -f bench-results.tgz ]] |
166 | 2024-11-21T18:52:24.032Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/caac536074fd49637315e1add5938bea178a95bf/bench-results.tgz |
167 | 2024-11-21T18:52:24.039Z | % Total % Received % Xferd Average Speed Time Time Time Current |
168 | 2024-11-21T18:52:24.041Z | Dload Upload Total Spent Left Speed |
169 | 2024-11-21T18:52:24.314Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 3548k 100 3548k 0 0 12.5M 0 --:--:-- --:--:-- --:--:-- 12.6M |
170 | 2024-11-21T18:52:24.317Z | + curl_res=0 |
171 | 2024-11-21T18:52:24.317Z | + popd |
172 | 2024-11-21T18:52:24.317Z | /work/oxidecomputer/opte |
173 | 2024-11-21T18:52:24.317Z | + return 0 |
174 | 2024-11-21T18:52:24.318Z | + tar -xf download/bench-results.tgz -C target |
175 | 2024-11-21T18:52:24.623Z | + mv target/bench-results/criterion target/bench-results/xde-bench target/ |
176 | 2024-11-21T18:52:24.626Z | + rm -r target/bench-results |
177 | 2024-11-21T18:52:24.629Z | + [[ '' -eq 1 ]] |
178 | 2024-11-21T18:52:24.630Z | + uname -a |
179 | 2024-11-21T18:52:24.632Z | SunOS w-01JD80YHR4FKATTPF1S0ZEK587 5.11 helios-2.0.22827 i86pc i386 i86pc |
180 | 2024-11-21T18:52:24.632Z | + cat /etc/versions/build |
181 | 2024-11-21T18:52:24.632Z | heads/stlouis-0-g60122b5709 |
182 | 2024-11-21T18:52:24.632Z | + dladm |
183 | 2024-11-21T18:52:24.635Z | LINK CLASS MTU STATE BRIDGE OVER |
184 | 2024-11-21T18:52:24.635Z | ena0 phys 9216 up -- -- |
185 | 2024-11-21T18:52:24.638Z | + ipadm |
186 | 2024-11-21T18:52:24.640Z | ADDROBJ TYPE STATE ADDR |
187 | 2024-11-21T18:52:24.640Z | lo0/v4 static ok 127.0.0.1/8 |
188 | 2024-11-21T18:52:24.640Z | ena0/dhcp dhcp ok 10.150.1.125/24 |
189 | 2024-11-21T18:52:24.640Z | lo0/v6 static ok ::1/128 |
190 | 2024-11-21T18:52:24.640Z | + pfexec rem_drv xde |
191 | 2024-11-21T18:52:24.648Z | + set -o errexit |
192 | 2024-11-21T18:52:24.649Z | + set -o pipefail |
193 | 2024-11-21T18:52:24.649Z | + banner prepare |
194 | 2024-11-21T18:52:24.651Z | |
195 | 2024-11-21T18:52:24.652Z | ##### ##### ###### ##### ## ##### ###### |
196 | 2024-11-21T18:52:24.652Z | # # # # # # # # # # # # |
197 | 2024-11-21T18:52:24.652Z | # # # # ##### # # # # # # ##### |
198 | 2024-11-21T18:52:24.652Z | ##### ##### # ##### ###### ##### # |
199 | 2024-11-21T18:52:24.652Z | # # # # # # # # # # |
200 | 2024-11-21T18:52:24.652Z | # # # ###### # # # # # ###### |
201 | 2024-11-21T18:52:24.652Z | |
202 | 2024-11-21T18:52:24.652Z | + pfexec cp /input/xde/work/xde.conf /kernel/drv/ |
203 | 2024-11-21T18:52:24.654Z | + pfexec cp /input/xde/work/release/xde /kernel/drv/amd64 |
204 | 2024-11-21T18:52:24.722Z | + pfexec add_drv xde |
205 | 2024-11-21T18:52:24.873Z | + banner bench |
206 | 2024-11-21T18:52:24.876Z | |
207 | 2024-11-21T18:52:24.876Z | ##### ###### # # #### # # |
208 | 2024-11-21T18:52:24.876Z | # # # ## # # # # # |
209 | 2024-11-21T18:52:24.876Z | ##### ##### # # # # ###### |
210 | 2024-11-21T18:52:24.876Z | # # # # # # # # # |
211 | 2024-11-21T18:52:24.876Z | # # # # ## # # # # |
212 | 2024-11-21T18:52:24.876Z | ##### ###### # # #### # # |
213 | 2024-11-21T18:52:24.876Z | |
214 | 2024-11-21T18:52:24.876Z | + cargo kbench local |
215 | 2024-11-21T18:52:24.880Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
216 | 2024-11-21T18:52:25.045Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
217 | 2024-11-21T18:52:25.045Z | info: downloading component 'cargo' |
218 | 2024-11-21T18:52:25.921Z | info: downloading component 'clippy' |
219 | 2024-11-21T18:52:26.256Z | info: downloading component 'rust-docs' |
220 | 2024-11-21T18:52:27.494Z | info: downloading component 'rust-std' |
221 | 2024-11-21T18:52:29.447Z | info: downloading component 'rustc' |
222 | 2024-11-21T18:52:36.482Z | info: downloading component 'rustfmt' |
223 | 2024-11-21T18:52:36.730Z | info: installing component 'cargo' |
224 | 2024-11-21T18:52:37.515Z | info: installing component 'clippy' |
225 | 2024-11-21T18:52:37.879Z | info: installing component 'rust-docs' |
226 | 2024-11-21T18:52:39.527Z | info: installing component 'rust-std' |
227 | 2024-11-21T18:52:41.329Z | info: installing component 'rustc' |
228 | 2024-11-21T18:52:47.142Z | info: installing component 'rustfmt' |
229 | 2024-11-21T18:52:47.636Z | Updating crates.io index |
230 | 2024-11-21T18:52:47.676Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
231 | 2024-11-21T18:52:48.357Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
232 | 2024-11-21T18:52:48.742Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
233 | 2024-11-21T18:52:48.997Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
234 | 2024-11-21T18:52:49.347Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-11-21T18:52:49.610Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-11-21T18:52:49.924Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
237 | 2024-11-21T18:52:50.183Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
238 | 2024-11-21T18:52:50.463Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
239 | 2024-11-21T18:52:51.422Z | Downloading crates ... |
240 | 2024-11-21T18:52:51.501Z | Downloaded pin-project-lite v0.2.15 |
241 | 2024-11-21T18:52:51.529Z | Downloaded pin-utils v0.1.0 |
242 | 2024-11-21T18:52:51.531Z | Downloaded pcap-parser v0.16.0 |
243 | 2024-11-21T18:52:51.534Z | Downloaded regex-syntax v0.8.5 |
244 | 2024-11-21T18:52:51.541Z | Downloaded anstream v0.6.18 |
245 | 2024-11-21T18:52:51.545Z | Downloaded anstyle-parse v0.2.6 |
246 | 2024-11-21T18:52:51.549Z | Downloaded bitflags v2.6.0 |
247 | 2024-11-21T18:52:51.552Z | Downloaded anstyle v1.0.10 |
248 | 2024-11-21T18:52:51.555Z | Downloaded anstyle-query v1.1.2 |
249 | 2024-11-21T18:52:51.558Z | Downloaded anyhow v1.0.93 |
250 | 2024-11-21T18:52:51.562Z | Downloaded proc-macro-error v1.0.4 |
251 | 2024-11-21T18:52:51.566Z | Downloaded proc-macro-error-attr v1.0.4 |
252 | 2024-11-21T18:52:51.566Z | Downloaded ppv-lite86 v0.2.20 |
253 | 2024-11-21T18:52:51.566Z | Downloaded cfg_aliases v0.2.1 |
254 | 2024-11-21T18:52:51.573Z | Downloaded byteorder v1.5.0 |
255 | 2024-11-21T18:52:51.573Z | Downloaded powerfmt v0.2.0 |
256 | 2024-11-21T18:52:51.573Z | Downloaded darling v0.20.10 |
257 | 2024-11-21T18:52:51.575Z | Downloaded proc-macro-crate v1.3.1 |
258 | 2024-11-21T18:52:51.575Z | Downloaded arc-swap v1.7.1 |
259 | 2024-11-21T18:52:51.582Z | Downloaded rand v0.8.5 |
260 | 2024-11-21T18:52:51.588Z | Downloaded ciborium-ll v0.2.2 |
261 | 2024-11-21T18:52:51.588Z | Downloaded cast v0.3.0 |
262 | 2024-11-21T18:52:51.588Z | Downloaded rusticata-macros v4.1.0 |
263 | 2024-11-21T18:52:51.591Z | Downloaded rand_chacha v0.3.1 |
264 | 2024-11-21T18:52:51.591Z | Downloaded pretty-hex v0.2.1 |
265 | 2024-11-21T18:52:51.591Z | Downloaded cfg-if v1.0.0 |
266 | 2024-11-21T18:52:51.591Z | Downloaded ciborium-io v0.2.2 |
267 | 2024-11-21T18:52:51.591Z | Downloaded bitflags v1.3.2 |
268 | 2024-11-21T18:52:51.595Z | Downloaded serde_derive_internals v0.29.1 |
269 | 2024-11-21T18:52:51.597Z | Downloaded scopeguard v1.2.0 |
270 | 2024-11-21T18:52:51.597Z | Downloaded postcard v1.0.10 |
271 | 2024-11-21T18:52:51.601Z | Downloaded rayon-core v1.12.1 |
272 | 2024-11-21T18:52:51.604Z | Downloaded same-file v1.0.6 |
273 | 2024-11-21T18:52:51.606Z | Downloaded embedded-io v0.4.0 |
274 | 2024-11-21T18:52:51.610Z | Downloaded slog-async v2.8.0 |
275 | 2024-11-21T18:52:51.610Z | Downloaded darling_macro v0.20.10 |
276 | 2024-11-21T18:52:51.614Z | Downloaded proc-macro2 v1.0.91 |
277 | 2024-11-21T18:52:51.619Z | Downloaded crossbeam-channel v0.5.13 |
278 | 2024-11-21T18:52:51.619Z | Downloaded take_mut v0.2.2 |
279 | 2024-11-21T18:52:51.619Z | Downloaded equivalent v1.0.1 |
280 | 2024-11-21T18:52:51.619Z | Downloaded num-conv v0.1.0 |
281 | 2024-11-21T18:52:51.622Z | Downloaded crossbeam-deque v0.8.5 |
282 | 2024-11-21T18:52:51.622Z | Downloaded cstr-argument v0.1.2 |
283 | 2024-11-21T18:52:51.624Z | Downloaded circular v0.3.0 |
284 | 2024-11-21T18:52:51.624Z | Downloaded managed v0.8.0 |
285 | 2024-11-21T18:52:51.641Z | Downloaded time-core v0.1.2 |
286 | 2024-11-21T18:52:51.641Z | Downloaded errno v0.3.9 |
287 | 2024-11-21T18:52:51.641Z | Downloaded colored v2.1.0 |
288 | 2024-11-21T18:52:51.641Z | Downloaded slab v0.4.9 |
289 | 2024-11-21T18:52:51.641Z | Downloaded foreign-types-shared v0.3.1 |
290 | 2024-11-21T18:52:51.641Z | Downloaded foreign-types v0.5.0 |
291 | 2024-11-21T18:52:51.641Z | Downloaded signal-hook-registry v1.4.2 |
292 | 2024-11-21T18:52:51.641Z | Downloaded schemars_derive v0.8.21 |
293 | 2024-11-21T18:52:51.641Z | Downloaded crc32fast v1.4.2 |
294 | 2024-11-21T18:52:51.641Z | Downloaded slog-stdlog v4.1.1 |
295 | 2024-11-21T18:52:51.641Z | Downloaded ryu v1.0.18 |
296 | 2024-11-21T18:52:51.645Z | Downloaded slog-scope v4.4.0 |
297 | 2024-11-21T18:52:51.645Z | Downloaded crossbeam-utils v0.8.20 |
298 | 2024-11-21T18:52:51.651Z | Downloaded thread_local v1.1.8 |
299 | 2024-11-21T18:52:51.651Z | Downloaded toml_datetime v0.6.8 |
300 | 2024-11-21T18:52:51.654Z | Downloaded dyn-clone v1.0.17 |
301 | 2024-11-21T18:52:51.654Z | Downloaded dirs-sys-next v0.1.2 |
302 | 2024-11-21T18:52:51.654Z | Downloaded either v1.13.0 |
303 | 2024-11-21T18:52:51.654Z | Downloaded thiserror v1.0.69 |
304 | 2024-11-21T18:52:51.657Z | Downloaded stable_deref_trait v1.2.0 |
305 | 2024-11-21T18:52:51.662Z | Downloaded is_terminal_polyfill v1.70.1 |
306 | 2024-11-21T18:52:51.662Z | Downloaded ident_case v1.0.1 |
307 | 2024-11-21T18:52:51.665Z | Downloaded futures-executor v0.3.31 |
308 | 2024-11-21T18:52:51.665Z | Downloaded futures-task v0.3.31 |
309 | 2024-11-21T18:52:51.665Z | Downloaded utf8parse v0.2.2 |
310 | 2024-11-21T18:52:51.665Z | Downloaded strsim v0.11.1 |
311 | 2024-11-21T18:52:51.665Z | Downloaded futures-sink v0.3.31 |
312 | 2024-11-21T18:52:51.668Z | Downloaded foreign-types-macros v0.2.3 |
313 | 2024-11-21T18:52:51.668Z | Downloaded defmt-parser v0.3.4 |
314 | 2024-11-21T18:52:51.668Z | Downloaded futures-core v0.3.31 |
315 | 2024-11-21T18:52:51.670Z | Downloaded lazy_static v1.5.0 |
316 | 2024-11-21T18:52:51.671Z | Downloaded slog-term v2.9.1 |
317 | 2024-11-21T18:52:51.673Z | Downloaded quote v1.0.37 |
318 | 2024-11-21T18:52:51.676Z | Downloaded thiserror-impl v1.0.69 |
319 | 2024-11-21T18:52:51.679Z | Downloaded oorandom v11.1.4 |
320 | 2024-11-21T18:52:51.679Z | Downloaded version_check v0.9.5 |
321 | 2024-11-21T18:52:51.679Z | Downloaded tinytemplate v1.2.1 |
322 | 2024-11-21T18:52:51.682Z | Downloaded heck v0.5.0 |
323 | 2024-11-21T18:52:51.682Z | Downloaded ipnetwork v0.20.0 |
324 | 2024-11-21T18:52:51.685Z | Downloaded zerocopy-derive v0.7.35 |
325 | 2024-11-21T18:52:51.687Z | Downloaded time-macros v0.2.18 |
326 | 2024-11-21T18:52:51.690Z | Downloaded tracing-attributes v0.1.27 |
327 | 2024-11-21T18:52:51.692Z | Downloaded parking_lot_core v0.9.10 |
328 | 2024-11-21T18:52:51.695Z | Downloaded itoa v1.0.11 |
329 | 2024-11-21T18:52:51.698Z | Downloaded futures-io v0.3.31 |
330 | 2024-11-21T18:52:51.698Z | Downloaded lock_api v0.4.12 |
331 | 2024-11-21T18:52:51.701Z | Downloaded serde_derive v1.0.215 |
332 | 2024-11-21T18:52:51.701Z | Downloaded socket2 v0.5.7 |
333 | 2024-11-21T18:52:51.703Z | Downloaded slog v2.7.0 |
334 | 2024-11-21T18:52:51.705Z | Downloaded once_cell v1.20.2 |
335 | 2024-11-21T18:52:51.708Z | Downloaded uuid v1.11.0 |
336 | 2024-11-21T18:52:51.710Z | Downloaded half v2.4.1 |
337 | 2024-11-21T18:52:51.713Z | Downloaded unicode-ident v1.0.13 |
338 | 2024-11-21T18:52:51.716Z | Downloaded num-traits v0.2.19 |
339 | 2024-11-21T18:52:51.719Z | Downloaded heck v0.4.1 |
340 | 2024-11-21T18:52:51.721Z | Downloaded futures v0.3.31 |
341 | 2024-11-21T18:52:51.724Z | Downloaded parking_lot v0.12.3 |
342 | 2024-11-21T18:52:51.727Z | Downloaded crossbeam-epoch v0.9.18 |
343 | 2024-11-21T18:52:51.729Z | Downloaded darling_core v0.20.10 |
344 | 2024-11-21T18:52:51.734Z | Downloaded tracing-core v0.1.32 |
345 | 2024-11-21T18:52:51.736Z | Downloaded getrandom v0.2.15 |
346 | 2024-11-21T18:52:51.739Z | Downloaded defmt v0.3.8 |
347 | 2024-11-21T18:52:51.743Z | Downloaded log v0.4.22 |
348 | 2024-11-21T18:52:51.745Z | Downloaded deranged v0.3.11 |
349 | 2024-11-21T18:52:51.748Z | Downloaded futures-channel v0.3.31 |
350 | 2024-11-21T18:52:51.751Z | Downloaded clap_derive v4.5.18 |
351 | 2024-11-21T18:52:51.751Z | Downloaded tracing v0.1.40 |
352 | 2024-11-21T18:52:51.755Z | Downloaded zerocopy-derive v0.8.10 |
353 | 2024-11-21T18:52:51.762Z | Downloaded mio v1.0.2 |
354 | 2024-11-21T18:52:51.766Z | Downloaded memchr v2.7.4 |
355 | 2024-11-21T18:52:51.771Z | Downloaded toml_edit v0.19.15 |
356 | 2024-11-21T18:52:51.788Z | Downloaded nom v7.1.3 |
357 | 2024-11-21T18:52:51.793Z | Downloaded itertools v0.12.1 |
358 | 2024-11-21T18:52:51.799Z | Downloaded time v0.3.36 |
359 | 2024-11-21T18:52:51.806Z | Downloaded rayon v1.10.0 |
360 | 2024-11-21T18:52:51.815Z | Downloaded serde_json v1.0.133 |
361 | 2024-11-21T18:52:51.822Z | Downloaded zerocopy v0.7.35 |
362 | 2024-11-21T18:52:51.836Z | Downloaded plotters v0.3.7 |
363 | 2024-11-21T18:52:51.844Z | Downloaded winnow v0.6.20 |
364 | 2024-11-21T18:52:51.852Z | Downloaded winnow v0.5.40 |
365 | 2024-11-21T18:52:51.860Z | Downloaded nix v0.29.0 |
366 | 2024-11-21T18:52:51.871Z | Downloaded clap_builder v4.5.21 |
367 | 2024-11-21T18:52:51.877Z | Downloaded zerocopy v0.8.10 |
368 | 2024-11-21T18:52:51.899Z | Downloaded syn v1.0.109 |
369 | 2024-11-21T18:52:51.908Z | Downloaded regex v1.11.1 |
370 | 2024-11-21T18:52:51.919Z | Downloaded itertools v0.13.0 |
371 | 2024-11-21T18:52:51.925Z | Downloaded futures-util v0.3.31 |
372 | 2024-11-21T18:52:51.936Z | Downloaded unicode-width v0.1.14 |
373 | 2024-11-21T18:52:51.941Z | Downloaded syn v2.0.89 |
374 | 2024-11-21T18:52:51.951Z | Downloaded smoltcp v0.11.0 |
375 | 2024-11-21T18:52:51.962Z | Downloaded rustix v0.38.41 |
376 | 2024-11-21T18:52:51.982Z | Downloaded itertools v0.10.5 |
377 | 2024-11-21T18:52:51.988Z | Downloaded hashbrown v0.15.1 |
378 | 2024-11-21T18:52:51.992Z | Downloaded criterion v0.5.1 |
379 | 2024-11-21T18:52:51.998Z | Downloaded indexmap v2.6.0 |
380 | 2024-11-21T18:52:52.002Z | Downloaded serde v1.0.215 |
381 | 2024-11-21T18:52:52.004Z | Downloaded minimal-lexical v0.2.1 |
382 | 2024-11-21T18:52:52.013Z | Downloaded heapless v0.8.0 |
383 | 2024-11-21T18:52:52.015Z | Downloaded walkdir v2.5.0 |
384 | 2024-11-21T18:52:52.015Z | Downloaded num_enum v0.5.11 |
385 | 2024-11-21T18:52:52.018Z | Downloaded futures-macro v0.3.31 |
386 | 2024-11-21T18:52:52.020Z | Downloaded term v0.7.0 |
387 | 2024-11-21T18:52:52.022Z | Downloaded smallvec v1.13.2 |
388 | 2024-11-21T18:52:52.025Z | Downloaded is-terminal v0.4.13 |
389 | 2024-11-21T18:52:52.025Z | Downloaded num_enum_derive v0.5.11 |
390 | 2024-11-21T18:52:52.027Z | Downloaded criterion-plot v0.5.0 |
391 | 2024-11-21T18:52:52.027Z | Downloaded cookie-factory v0.3.3 |
392 | 2024-11-21T18:52:52.030Z | Downloaded regex-automata v0.4.9 |
393 | 2024-11-21T18:52:52.044Z | Downloaded schemars v0.8.21 |
394 | 2024-11-21T18:52:52.054Z | Downloaded hash32 v0.3.1 |
395 | 2024-11-21T18:52:52.056Z | Downloaded embedded-io v0.6.1 |
396 | 2024-11-21T18:52:52.056Z | Downloaded colorchoice v1.0.3 |
397 | 2024-11-21T18:52:52.059Z | Downloaded macaddr v1.0.1 |
398 | 2024-11-21T18:52:52.059Z | Downloaded ctor v0.2.9 |
399 | 2024-11-21T18:52:52.059Z | Downloaded fnv v1.0.7 |
400 | 2024-11-21T18:52:52.061Z | Downloaded defmt-macros v0.3.9 |
401 | 2024-11-21T18:52:52.064Z | Downloaded libc v0.2.164 |
402 | 2024-11-21T18:52:52.086Z | Downloaded cobs v0.2.3 |
403 | 2024-11-21T18:52:52.089Z | Downloaded tokio-macros v2.4.0 |
404 | 2024-11-21T18:52:52.089Z | Downloaded tokio v1.41.1 |
405 | 2024-11-21T18:52:52.122Z | Downloaded terminal_size v0.4.0 |
406 | 2024-11-21T18:52:52.125Z | Downloaded tabwriter v1.4.0 |
407 | 2024-11-21T18:52:52.125Z | Downloaded slog-envlogger v2.2.0 |
408 | 2024-11-21T18:52:52.127Z | Downloaded clap_lex v0.7.3 |
409 | 2024-11-21T18:52:52.127Z | Downloaded clap v4.5.21 |
410 | 2024-11-21T18:52:52.133Z | Downloaded dirs-next v2.0.0 |
411 | 2024-11-21T18:52:52.135Z | Downloaded bytes v1.8.0 |
412 | 2024-11-21T18:52:52.138Z | Downloaded aho-corasick v1.1.3 |
413 | 2024-11-21T18:52:52.142Z | Downloaded rand_core v0.6.4 |
414 | 2024-11-21T18:52:52.145Z | Downloaded autocfg v1.4.0 |
415 | 2024-11-21T18:52:52.145Z | Downloaded plotters-svg v0.3.7 |
416 | 2024-11-21T18:52:52.145Z | Downloaded ciborium v0.2.2 |
417 | 2024-11-21T18:52:52.148Z | Downloaded anes v0.1.6 |
418 | 2024-11-21T18:52:52.150Z | Downloaded plotters-backend v0.3.7 |
419 | 2024-11-21T18:52:52.309Z | Compiling proc-macro2 v1.0.91 |
420 | 2024-11-21T18:52:52.309Z | Compiling unicode-ident v1.0.13 |
421 | 2024-11-21T18:52:52.311Z | Compiling libc v0.2.164 |
422 | 2024-11-21T18:52:52.311Z | Compiling cfg-if v1.0.0 |
423 | 2024-11-21T18:52:52.311Z | Compiling autocfg v1.4.0 |
424 | 2024-11-21T18:52:52.311Z | Compiling memchr v2.7.4 |
425 | 2024-11-21T18:52:52.312Z | Compiling serde v1.0.215 |
426 | 2024-11-21T18:52:52.326Z | Compiling version_check v0.9.5 |
427 | 2024-11-21T18:52:52.437Z | Compiling byteorder v1.5.0 |
428 | 2024-11-21T18:52:52.490Z | Compiling syn v1.0.109 |
429 | 2024-11-21T18:52:52.786Z | Compiling pin-project-lite v0.2.15 |
430 | 2024-11-21T18:52:52.882Z | Compiling bitflags v2.6.0 |
431 | 2024-11-21T18:52:52.886Z | Compiling itoa v1.0.11 |
432 | 2024-11-21T18:52:53.076Z | Compiling ident_case v1.0.1 |
433 | 2024-11-21T18:52:53.095Z | Compiling either v1.13.0 |
434 | 2024-11-21T18:52:53.207Z | Compiling fnv v1.0.7 |
435 | 2024-11-21T18:52:53.269Z | Compiling strsim v0.11.1 |
436 | 2024-11-21T18:52:53.281Z | Compiling once_cell v1.20.2 |
437 | 2024-11-21T18:52:53.400Z | Compiling equivalent v1.0.1 |
438 | 2024-11-21T18:52:53.507Z | Compiling regex-syntax v0.8.5 |
439 | 2024-11-21T18:52:53.590Z | Compiling serde_json v1.0.133 |
440 | 2024-11-21T18:52:53.793Z | Compiling anyhow v1.0.93 |
441 | 2024-11-21T18:52:53.978Z | Compiling hashbrown v0.15.1 |
442 | 2024-11-21T18:52:54.009Z | Compiling lock_api v0.4.12 |
443 | 2024-11-21T18:52:54.363Z | Compiling aho-corasick v1.1.3 |
444 | 2024-11-21T18:52:54.396Z | Compiling quote v1.0.37 |
445 | 2024-11-21T18:52:54.451Z | Compiling zerocopy v0.8.10 |
446 | 2024-11-21T18:52:54.729Z | Compiling syn v2.0.89 |
447 | 2024-11-21T18:52:55.120Z | Compiling ryu v1.0.18 |
448 | 2024-11-21T18:52:55.152Z | Compiling parking_lot_core v0.9.10 |
449 | 2024-11-21T18:52:55.282Z | Compiling toml_datetime v0.6.8 |
450 | 2024-11-21T18:52:55.417Z | Compiling indexmap v2.6.0 |
451 | 2024-11-21T18:52:55.611Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
452 | 2024-11-21T18:52:55.662Z | Compiling crossbeam-utils v0.8.20 |
453 | 2024-11-21T18:52:55.968Z | Compiling winnow v0.5.40 |
454 | 2024-11-21T18:52:55.981Z | Compiling dyn-clone v1.0.17 |
455 | 2024-11-21T18:52:56.236Z | Compiling itertools v0.13.0 |
456 | 2024-11-21T18:52:56.452Z | Compiling heapless v0.8.0 |
457 | 2024-11-21T18:52:56.816Z | Compiling scopeguard v1.2.0 |
458 | 2024-11-21T18:52:56.951Z | Compiling smallvec v1.13.2 |
459 | 2024-11-21T18:52:57.352Z | Compiling regex-automata v0.4.9 |
460 | 2024-11-21T18:52:57.466Z | Compiling lazy_static v1.5.0 |
461 | 2024-11-21T18:52:57.605Z | Compiling thiserror v1.0.69 |
462 | 2024-11-21T18:52:59.248Z | Compiling getrandom v0.2.15 |
463 | 2024-11-21T18:52:59.269Z | Compiling hash32 v0.3.1 |
464 | 2024-11-21T18:52:59.332Z | Compiling smoltcp v0.11.0 |
465 | 2024-11-21T18:52:59.470Z | Compiling toml_edit v0.19.15 |
466 | 2024-11-21T18:52:59.573Z | Compiling stable_deref_trait v1.2.0 |
467 | 2024-11-21T18:52:59.665Z | Compiling macaddr v1.0.1 |
468 | 2024-11-21T18:52:59.691Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
469 | 2024-11-21T18:52:59.961Z | Compiling schemars v0.8.21 |
470 | 2024-11-21T18:53:00.093Z | Compiling rand_core v0.6.4 |
471 | 2024-11-21T18:53:00.360Z | Compiling parking_lot v0.12.3 |
472 | 2024-11-21T18:53:00.542Z | Compiling signal-hook-registry v1.4.2 |
473 | 2024-11-21T18:53:00.874Z | Compiling socket2 v0.5.7 |
474 | 2024-11-21T18:53:01.193Z | Compiling regex v1.11.1 |
475 | 2024-11-21T18:53:01.770Z | Compiling darling_core v0.20.10 |
476 | 2024-11-21T18:53:02.030Z | Compiling proc-macro-crate v1.3.1 |
477 | 2024-11-21T18:53:02.066Z | Compiling serde_derive_internals v0.29.1 |
478 | 2024-11-21T18:53:02.178Z | Compiling mio v1.0.2 |
479 | 2024-11-21T18:53:02.807Z | Compiling slab v0.4.9 |
480 | 2024-11-21T18:53:03.175Z | Compiling bitflags v1.3.2 |
481 | 2024-11-21T18:53:03.274Z | Compiling rustix v0.38.41 |
482 | 2024-11-21T18:53:03.570Z | Compiling cobs v0.2.3 |
483 | 2024-11-21T18:53:03.919Z | Compiling bytes v1.8.0 |
484 | 2024-11-21T18:53:03.996Z | Compiling slog v2.7.0 |
485 | 2024-11-21T18:53:04.114Z | Compiling managed v0.8.0 |
486 | 2024-11-21T18:53:04.475Z | Compiling foreign-types-shared v0.3.1 |
487 | 2024-11-21T18:53:04.800Z | Compiling errno v0.3.9 |
488 | 2024-11-21T18:53:05.037Z | Compiling tracing-core v0.1.32 |
489 | 2024-11-21T18:53:05.216Z | Compiling cstr-argument v0.1.2 |
490 | 2024-11-21T18:53:05.260Z | Compiling proc-macro-error-attr v1.0.4 |
491 | 2024-11-21T18:53:05.403Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
492 | 2024-11-21T18:53:05.430Z | Compiling num_enum_derive v0.5.11 |
493 | 2024-11-21T18:53:05.458Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
494 | 2024-11-21T18:53:05.612Z | Compiling pretty-hex v0.2.1 |
495 | 2024-11-21T18:53:05.739Z | Compiling utf8parse v0.2.2 |
496 | 2024-11-21T18:53:05.807Z | Compiling futures-core v0.3.31 |
497 | 2024-11-21T18:53:05.894Z | Compiling futures-sink v0.3.31 |
498 | 2024-11-21T18:53:06.037Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
499 | 2024-11-21T18:53:06.051Z | Compiling unicode-width v0.1.14 |
500 | 2024-11-21T18:53:06.190Z | Compiling futures-channel v0.3.31 |
501 | 2024-11-21T18:53:06.314Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
502 | 2024-11-21T18:53:06.365Z | Compiling serde_derive v1.0.215 |
503 | 2024-11-21T18:53:06.468Z | Compiling zerocopy-derive v0.7.35 |
504 | 2024-11-21T18:53:06.609Z | Compiling zerocopy-derive v0.8.10 |
505 | 2024-11-21T18:53:06.655Z | Compiling thiserror-impl v1.0.69 |
506 | 2024-11-21T18:53:06.928Z | Compiling tokio-macros v2.4.0 |
507 | 2024-11-21T18:53:07.398Z | Compiling darling_macro v0.20.10 |
508 | 2024-11-21T18:53:07.535Z | Compiling foreign-types-macros v0.2.3 |
509 | 2024-11-21T18:53:08.358Z | Compiling zerocopy v0.7.35 |
510 | 2024-11-21T18:53:08.386Z | Compiling schemars_derive v0.8.21 |
511 | 2024-11-21T18:53:08.405Z | Compiling darling v0.20.10 |
512 | 2024-11-21T18:53:08.515Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
513 | 2024-11-21T18:53:08.786Z | Compiling foreign-types v0.5.0 |
514 | 2024-11-21T18:53:08.894Z | Compiling tokio v1.41.1 |
515 | 2024-11-21T18:53:09.664Z | Compiling num_enum v0.5.11 |
516 | 2024-11-21T18:53:09.832Z | Compiling tracing-attributes v0.1.27 |
517 | 2024-11-21T18:53:10.036Z | Compiling ppv-lite86 v0.2.20 |
518 | 2024-11-21T18:53:10.912Z | Compiling rand_chacha v0.3.1 |
519 | 2024-11-21T18:53:10.978Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
520 | 2024-11-21T18:53:11.245Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
521 | 2024-11-21T18:53:11.761Z | Compiling rand v0.8.5 |
522 | 2024-11-21T18:53:12.348Z | Compiling tabwriter v1.4.0 |
523 | 2024-11-21T18:53:12.515Z | Compiling futures-macro v0.3.31 |
524 | 2024-11-21T18:53:12.907Z | Compiling tracing v0.1.40 |
525 | 2024-11-21T18:53:12.996Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
526 | 2024-11-21T18:53:13.069Z | Compiling anstyle-parse v0.2.6 |
527 | 2024-11-21T18:53:13.967Z | Compiling colored v2.1.0 |
528 | 2024-11-21T18:53:14.632Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
529 | 2024-11-21T18:53:14.796Z | Compiling proc-macro-error v1.0.4 |
530 | 2024-11-21T18:53:14.808Z | Compiling crc32fast v1.4.2 |
531 | 2024-11-21T18:53:14.993Z | Compiling anstyle v1.0.10 |
532 | 2024-11-21T18:53:15.140Z | Compiling colorchoice v1.0.3 |
533 | 2024-11-21T18:53:15.162Z | Compiling winnow v0.6.20 |
534 | 2024-11-21T18:53:15.292Z | Compiling pin-utils v0.1.0 |
535 | 2024-11-21T18:53:15.375Z | Compiling is_terminal_polyfill v1.70.1 |
536 | 2024-11-21T18:53:15.470Z | Compiling futures-io v0.3.31 |
537 | 2024-11-21T18:53:15.490Z | Compiling futures-task v0.3.31 |
538 | 2024-11-21T18:53:15.501Z | Compiling anstyle-query v1.1.2 |
539 | 2024-11-21T18:53:15.630Z | Compiling anstream v0.6.18 |
540 | 2024-11-21T18:53:15.658Z | Compiling terminal_size v0.4.0 |
541 | 2024-11-21T18:53:15.774Z | Compiling futures-util v0.3.31 |
542 | 2024-11-21T18:53:15.872Z | Compiling dirs-sys-next v0.1.2 |
543 | 2024-11-21T18:53:16.816Z | Compiling num-conv v0.1.0 |
544 | 2024-11-21T18:53:16.936Z | Compiling heck v0.5.0 |
545 | 2024-11-21T18:53:17.082Z | Compiling powerfmt v0.2.0 |
546 | 2024-11-21T18:53:17.532Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
547 | 2024-11-21T18:53:17.867Z | Compiling time-core v0.1.2 |
548 | 2024-11-21T18:53:18.011Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
549 | 2024-11-21T18:53:18.362Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
550 | 2024-11-21T18:53:18.743Z | Compiling clap_lex v0.7.3 |
551 | 2024-11-21T18:53:19.005Z | Compiling clap_builder v4.5.21 |
552 | 2024-11-21T18:53:19.388Z | Compiling ipnetwork v0.20.0 |
553 | 2024-11-21T18:53:19.798Z | Compiling postcard v1.0.10 |
554 | 2024-11-21T18:53:20.166Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
555 | 2024-11-21T18:53:20.495Z | Compiling uuid v1.11.0 |
556 | 2024-11-21T18:53:22.706Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
557 | 2024-11-21T18:53:23.170Z | Compiling futures-executor v0.3.31 |
558 | 2024-11-21T18:53:23.820Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
559 | 2024-11-21T18:53:25.527Z | Compiling time-macros v0.2.18 |
560 | 2024-11-21T18:53:26.750Z | Compiling clap_derive v4.5.18 |
561 | 2024-11-21T18:53:28.436Z | Compiling deranged v0.3.11 |
562 | 2024-11-21T18:53:29.396Z | Compiling dirs-next v2.0.0 |
563 | 2024-11-21T18:53:29.645Z | Compiling crossbeam-epoch v0.9.18 |
564 | 2024-11-21T18:53:29.847Z | Compiling is-terminal v0.4.13 |
565 | 2024-11-21T18:53:29.966Z | Compiling thread_local v1.1.8 |
566 | 2024-11-21T18:53:30.624Z | Compiling num-traits v0.2.19 |
567 | 2024-11-21T18:53:30.651Z | Compiling minimal-lexical v0.2.1 |
568 | 2024-11-21T18:53:30.663Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
569 | 2024-11-21T18:53:30.968Z | Compiling rayon-core v1.12.1 |
570 | 2024-11-21T18:53:30.993Z | Compiling arc-swap v1.7.1 |
571 | 2024-11-21T18:53:31.032Z | Compiling heck v0.4.1 |
572 | 2024-11-21T18:53:31.302Z | Compiling slog-async v2.8.0 |
573 | 2024-11-21T18:53:31.457Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
574 | 2024-11-21T18:53:31.613Z | Compiling time v0.3.36 |
575 | 2024-11-21T18:53:31.661Z | Compiling slog-scope v4.4.0 |
576 | 2024-11-21T18:53:31.730Z | Compiling nom v7.1.3 |
577 | 2024-11-21T18:53:31.836Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
578 | 2024-11-21T18:53:32.483Z | Compiling clap v4.5.21 |
579 | 2024-11-21T18:53:32.813Z | Compiling crossbeam-deque v0.8.5 |
580 | 2024-11-21T18:53:33.202Z | Compiling term v0.7.0 |
581 | 2024-11-21T18:53:35.340Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
582 | 2024-11-21T18:53:35.963Z | Compiling futures v0.3.31 |
583 | 2024-11-21T18:53:36.070Z | Compiling crossbeam-channel v0.5.13 |
584 | 2024-11-21T18:53:36.339Z | Compiling itertools v0.12.1 |
585 | 2024-11-21T18:53:37.023Z | Compiling half v2.4.1 |
586 | 2024-11-21T18:53:37.332Z | Compiling cfg_aliases v0.2.1 |
587 | 2024-11-21T18:53:37.431Z | Compiling plotters-backend v0.3.7 |
588 | 2024-11-21T18:53:37.562Z | Compiling log v0.4.22 |
589 | 2024-11-21T18:53:37.647Z | Compiling ciborium-io v0.2.2 |
590 | 2024-11-21T18:53:37.764Z | Compiling take_mut v0.2.2 |
591 | 2024-11-21T18:53:38.044Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
592 | 2024-11-21T18:53:38.083Z | Compiling slog-stdlog v4.1.1 |
593 | 2024-11-21T18:53:38.846Z | Compiling plotters-svg v0.3.7 |
594 | 2024-11-21T18:53:39.477Z | Compiling ciborium-ll v0.2.2 |
595 | 2024-11-21T18:53:39.920Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
596 | 2024-11-21T18:53:40.028Z | Compiling nix v0.29.0 |
597 | 2024-11-21T18:53:40.195Z | Compiling cookie-factory v0.3.3 |
598 | 2024-11-21T18:53:40.888Z | Compiling rusticata-macros v4.1.0 |
599 | 2024-11-21T18:53:40.908Z | Compiling slog-term v2.9.1 |
600 | 2024-11-21T18:53:42.351Z | Compiling itertools v0.10.5 |
601 | 2024-11-21T18:53:42.553Z | Compiling cast v0.3.0 |
602 | 2024-11-21T18:53:42.841Z | Compiling same-file v1.0.6 |
603 | 2024-11-21T18:53:42.926Z | Compiling circular v0.3.0 |
604 | 2024-11-21T18:53:43.102Z | Compiling pcap-parser v0.16.0 |
605 | 2024-11-21T18:53:43.335Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
606 | 2024-11-21T18:53:43.658Z | Compiling plotters v0.3.7 |
607 | 2024-11-21T18:53:44.037Z | Compiling walkdir v2.5.0 |
608 | 2024-11-21T18:53:44.237Z | Compiling rayon v1.10.0 |
609 | 2024-11-21T18:53:44.419Z | Compiling slog-envlogger v2.2.0 |
610 | 2024-11-21T18:53:45.358Z | Compiling criterion-plot v0.5.0 |
611 | 2024-11-21T18:53:45.505Z | Compiling ciborium v0.2.2 |
612 | 2024-11-21T18:53:46.550Z | Compiling tinytemplate v1.2.1 |
613 | 2024-11-21T18:53:46.770Z | Compiling oorandom v11.1.4 |
614 | 2024-11-21T18:53:46.927Z | Compiling anes v0.1.6 |
615 | 2024-11-21T18:53:46.956Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
616 | 2024-11-21T18:53:47.420Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
617 | 2024-11-21T18:53:47.443Z | Compiling ctor v0.2.9 |
618 | 2024-11-21T18:53:49.205Z | Compiling criterion v0.5.1 |
619 | 2024-11-21T18:53:51.651Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
620 | 2024-11-21T18:55:10.654Z | Finished `bench` profile [optimized + debuginfo] target(s) in 2m 23s |
621 | 2024-11-21T18:55:10.785Z | Running benches/xde.rs (target/release/deps/xde-e6f4d59515df76e4) |
622 | 2024-11-21T18:55:10.866Z | ###--------------------------------### |
623 | 2024-11-21T18:55:10.866Z | :::Building test topology... (120s)::: |
624 | 2024-11-21T18:55:10.866Z | ###--------------------------------### |
625 | 2024-11-21T18:55:10.873Z | adding underlay route 0 |
626 | 2024-11-21T18:55:10.877Z | adding underlay route 1 |
627 | 2024-11-21T18:55:11.005Z | start zone a |
628 | 2024-11-21T18:55:11.005Z | configure zone |
629 | 2024-11-21T18:55:11.082Z | install zone |
630 | 2024-11-21T18:57:35.313Z | boot zone |
631 | 2024-11-21T18:57:36.082Z | start zone b |
632 | 2024-11-21T18:57:36.082Z | configure zone |
633 | 2024-11-21T18:57:36.090Z | install zone |
634 | 2024-11-21T18:59:33.416Z | boot zone |
635 | 2024-11-21T18:59:34.153Z | setup zone a |
636 | 2024-11-21T18:59:34.154Z | [a] svcs milestone/network |
637 | 2024-11-21T18:59:34.357Z | STATE STIME FMRI |
638 | 2024-11-21T18:59:34.357Z | online 10:57:53 svc:/milestone/network:default |
639 | 2024-11-21T18:59:34.357Z | [a] ipadm create-addr -t -T dhcp opte0/test |
640 | 2024-11-21T18:59:40.337Z | |
641 | 2024-11-21T18:59:40.337Z | [a] route add -iface 10.0.0.254 10.0.0.1 |
642 | 2024-11-21T18:59:40.378Z | add host 10.0.0.254: gateway 10.0.0.1 |
643 | 2024-11-21T18:59:40.378Z | [a] route add 10.0.0.0/24 10.0.0.254 |
644 | 2024-11-21T18:59:40.385Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
645 | 2024-11-21T18:59:40.385Z | setup zone b |
646 | 2024-11-21T18:59:40.385Z | [b] svcs milestone/network |
647 | 2024-11-21T18:59:40.385Z | STATE STIME FMRI |
648 | 2024-11-21T18:59:40.385Z | - - svc:/milestone/network:default |
649 | 2024-11-21T18:59:41.385Z | [b] svcs milestone/network |
650 | 2024-11-21T18:59:41.401Z | STATE STIME FMRI |
651 | 2024-11-21T18:59:41.401Z | - - svc:/milestone/network:default |
652 | 2024-11-21T18:59:42.400Z | [b] svcs milestone/network |
653 | 2024-11-21T18:59:42.419Z | STATE STIME FMRI |
654 | 2024-11-21T18:59:42.419Z | - - svc:/milestone/network:default |
655 | 2024-11-21T18:59:43.420Z | [b] svcs milestone/network |
656 | 2024-11-21T18:59:43.439Z | STATE STIME FMRI |
657 | 2024-11-21T18:59:43.439Z | - - svc:/milestone/network:default |
658 | 2024-11-21T18:59:44.438Z | [b] svcs milestone/network |
659 | 2024-11-21T18:59:44.458Z | STATE STIME FMRI |
660 | 2024-11-21T18:59:44.458Z | - - svc:/milestone/network:default |
661 | 2024-11-21T18:59:45.458Z | [b] svcs milestone/network |
662 | 2024-11-21T18:59:45.478Z | STATE STIME FMRI |
663 | 2024-11-21T18:59:45.478Z | - - svc:/milestone/network:default |
664 | 2024-11-21T18:59:46.488Z | [b] svcs milestone/network |
665 | 2024-11-21T18:59:46.528Z | STATE STIME FMRI |
666 | 2024-11-21T18:59:46.528Z | - - svc:/milestone/network:default |
667 | 2024-11-21T18:59:47.505Z | [b] svcs milestone/network |
668 | 2024-11-21T18:59:47.521Z | STATE STIME FMRI |
669 | 2024-11-21T18:59:47.521Z | - - svc:/milestone/network:default |
670 | 2024-11-21T18:59:48.516Z | [b] svcs milestone/network |
671 | 2024-11-21T18:59:48.536Z | STATE STIME FMRI |
672 | 2024-11-21T18:59:48.536Z | - - svc:/milestone/network:default |
673 | 2024-11-21T18:59:49.538Z | [b] svcs milestone/network |
674 | 2024-11-21T18:59:49.556Z | STATE STIME FMRI |
675 | 2024-11-21T18:59:49.556Z | - - svc:/milestone/network:default |
676 | 2024-11-21T18:59:50.559Z | [b] svcs milestone/network |
677 | 2024-11-21T18:59:50.576Z | STATE STIME FMRI |
678 | 2024-11-21T18:59:50.576Z | - - svc:/milestone/network:default |
679 | 2024-11-21T18:59:51.577Z | [b] svcs milestone/network |
680 | 2024-11-21T18:59:51.595Z | STATE STIME FMRI |
681 | 2024-11-21T18:59:51.595Z | - - svc:/milestone/network:default |
682 | 2024-11-21T18:59:52.595Z | [b] svcs milestone/network |
683 | 2024-11-21T18:59:52.618Z | STATE STIME FMRI |
684 | 2024-11-21T18:59:52.618Z | offline 10:59:50 svc:/milestone/network:default |
685 | 2024-11-21T18:59:53.618Z | [b] svcs milestone/network |
686 | 2024-11-21T18:59:53.641Z | STATE STIME FMRI |
687 | 2024-11-21T18:59:53.641Z | online 10:59:51 svc:/milestone/network:default |
688 | 2024-11-21T18:59:53.641Z | [b] ipadm create-addr -t -T dhcp opte1/test |
689 | 2024-11-21T18:59:58.735Z | |
690 | 2024-11-21T18:59:58.735Z | [b] route add -iface 10.0.0.254 10.0.0.2 |
691 | 2024-11-21T18:59:58.753Z | add host 10.0.0.254: gateway 10.0.0.2 |
692 | 2024-11-21T18:59:58.753Z | [b] route add 10.0.0.0/24 10.0.0.254 |
693 | 2024-11-21T18:59:58.771Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
694 | 2024-11-21T18:59:58.771Z | ###---------------### |
695 | 2024-11-21T18:59:58.771Z | :::Topology built!::: |
696 | 2024-11-21T18:59:58.771Z | ###---------------### |
697 | 2024-11-21T18:59:58.774Z | ###----------------### |
698 | 2024-11-21T18:59:58.774Z | ::: iPerf spawned! ::: |
699 | 2024-11-21T18:59:58.774Z | :::Waiting... (10s)::: |
700 | 2024-11-21T18:59:58.774Z | ###----------------### |
701 | 2024-11-21T19:00:08.781Z | ###---### |
702 | 2024-11-21T19:00:08.781Z | :::Go!::: |
703 | 2024-11-21T19:00:08.781Z | ###---### |
704 | 2024-11-21T19:00:08.781Z | [a] ping 10.0.0.2 |
705 | 2024-11-21T19:00:08.809Z | 10.0.0.2 is alive |
706 | 2024-11-21T19:00:08.809Z | ###-------------------### |
707 | 2024-11-21T19:00:08.809Z | :::Running experiment ::: |
708 | 2024-11-21T19:00:08.809Z | :::iperf-tcp/local/c2s::: |
709 | 2024-11-21T19:00:08.809Z | ###-------------------### |
710 | 2024-11-21T19:00:15.823Z | ----------------------------------------------------------- |
711 | 2024-11-21T19:00:15.823Z | Server listening on 5201 |
712 | 2024-11-21T19:00:15.823Z | ----------------------------------------------------------- |
713 | 2024-11-21T19:00:15.823Z | Accepted connection from 10.0.0.1, port 47125 |
714 | 2024-11-21T19:00:15.824Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64314 |
715 | 2024-11-21T19:00:15.824Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42203 |
716 | 2024-11-21T19:00:15.824Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60815 |
717 | 2024-11-21T19:00:15.824Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64583 |
718 | 2024-11-21T19:00:15.824Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44468 |
719 | 2024-11-21T19:00:15.824Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58551 |
720 | 2024-11-21T19:00:15.824Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57676 |
721 | 2024-11-21T19:00:15.824Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46353 |
722 | 2024-11-21T19:00:15.824Z | [ ID] Interval Transfer Bandwidth |
723 | 2024-11-21T19:00:15.824Z | [ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
724 | 2024-11-21T19:00:15.824Z | [ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
725 | 2024-11-21T19:00:15.824Z | [ 9] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
726 | 2024-11-21T19:00:15.824Z | [ 11] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
727 | 2024-11-21T19:00:15.824Z | [ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
728 | 2024-11-21T19:00:15.824Z | [ 15] 0.00-1.00 sec 19.7 MBytes 166 Mbits/sec |
729 | 2024-11-21T19:00:15.824Z | [ 17] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
730 | 2024-11-21T19:00:15.824Z | [ 19] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
731 | 2024-11-21T19:00:15.824Z | [SUM] 0.00-1.00 sec 158 MBytes 1.33 Gbits/sec |
732 | 2024-11-21T19:00:15.824Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
733 | 2024-11-21T19:00:15.824Z | [ 5] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
734 | 2024-11-21T19:00:15.824Z | [ 7] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
735 | 2024-11-21T19:00:15.824Z | [ 9] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
736 | 2024-11-21T19:00:15.824Z | [ 11] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
737 | 2024-11-21T19:00:15.825Z | [ 13] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
738 | 2024-11-21T19:00:15.825Z | [ 15] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
739 | 2024-11-21T19:00:15.825Z | [ 17] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
740 | 2024-11-21T19:00:15.825Z | [ 19] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec |
741 | 2024-11-21T19:00:15.825Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
742 | 2024-11-21T19:00:15.825Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
743 | 2024-11-21T19:00:15.825Z | [ 5] 2.00-3.00 sec 22.0 MBytes 184 Mbits/sec |
744 | 2024-11-21T19:00:15.825Z | [ 7] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec |
745 | 2024-11-21T19:00:15.825Z | [ 9] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
746 | 2024-11-21T19:00:15.825Z | [ 11] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec |
747 | 2024-11-21T19:00:15.825Z | [ 13] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
748 | 2024-11-21T19:00:15.825Z | [ 15] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
749 | 2024-11-21T19:00:15.825Z | [ 17] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
750 | 2024-11-21T19:00:15.825Z | [ 19] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec |
751 | 2024-11-21T19:00:15.825Z | [SUM] 2.00-3.00 sec 175 MBytes 1.47 Gbits/sec |
752 | 2024-11-21T19:00:15.826Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
753 | 2024-11-21T19:00:15.826Z | [ 5] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
754 | 2024-11-21T19:00:15.826Z | [ 7] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
755 | 2024-11-21T19:00:15.826Z | [ 9] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec |
756 | 2024-11-21T19:00:15.826Z | [ 11] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
757 | 2024-11-21T19:00:15.826Z | [ 13] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
758 | 2024-11-21T19:00:15.826Z | [ 15] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
759 | 2024-11-21T19:00:15.826Z | [ 17] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
760 | 2024-11-21T19:00:15.826Z | [ 19] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec |
761 | 2024-11-21T19:00:15.826Z | [SUM] 3.00-4.00 sec 179 MBytes 1.50 Gbits/sec |
762 | 2024-11-21T19:00:15.826Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
763 | 2024-11-21T19:00:15.826Z | [ 5] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
764 | 2024-11-21T19:00:15.826Z | [ 7] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
765 | 2024-11-21T19:00:15.826Z | [ 9] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
766 | 2024-11-21T19:00:15.826Z | [ 11] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
767 | 2024-11-21T19:00:15.826Z | [ 13] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
768 | 2024-11-21T19:00:15.826Z | [ 15] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
769 | 2024-11-21T19:00:15.826Z | [ 17] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
770 | 2024-11-21T19:00:15.826Z | [ 19] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
771 | 2024-11-21T19:00:15.826Z | [SUM] 4.00-5.00 sec 176 MBytes 1.48 Gbits/sec |
772 | 2024-11-21T19:00:15.826Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
773 | 2024-11-21T19:00:15.826Z | [ 5] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
774 | 2024-11-21T19:00:15.826Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
775 | 2024-11-21T19:00:15.826Z | [ 9] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
776 | 2024-11-21T19:00:15.827Z | [ 11] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
777 | 2024-11-21T19:00:15.827Z | [ 13] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
778 | 2024-11-21T19:00:15.827Z | [ 15] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
779 | 2024-11-21T19:00:15.827Z | [ 17] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
780 | 2024-11-21T19:00:15.827Z | [ 19] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
781 | 2024-11-21T19:00:15.827Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
782 | 2024-11-21T19:00:15.827Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
783 | 2024-11-21T19:00:15.827Z | [ 5] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
784 | 2024-11-21T19:00:15.827Z | [ 7] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
785 | 2024-11-21T19:00:15.827Z | [ 9] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
786 | 2024-11-21T19:00:19.043Z | [ 11] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
787 | 2024-11-21T19:00:19.043Z | [ 13] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
788 | 2024-11-21T19:00:19.044Z | [ 15] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
789 | 2024-11-21T19:00:19.044Z | [ 17] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
790 | 2024-11-21T19:00:19.044Z | [ 19] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec |
791 | 2024-11-21T19:00:19.044Z | [SUM] 6.00-7.00 sec 180 MBytes 1.51 Gbits/sec |
792 | 2024-11-21T19:00:19.044Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
793 | 2024-11-21T19:00:19.044Z | [ 5] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec |
794 | 2024-11-21T19:00:19.044Z | [ 7] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec |
795 | 2024-11-21T19:00:19.044Z | [ 9] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec |
796 | 2024-11-21T19:00:19.044Z | [ 11] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec |
797 | 2024-11-21T19:00:19.044Z | [ 13] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec |
798 | 2024-11-21T19:00:19.044Z | [ 15] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec |
799 | 2024-11-21T19:00:19.044Z | [ 17] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec |
800 | 2024-11-21T19:00:19.044Z | [ 19] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec |
801 | 2024-11-21T19:00:19.044Z | [SUM] 7.00-8.00 sec 184 MBytes 1.54 Gbits/sec |
802 | 2024-11-21T19:00:19.044Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
803 | 2024-11-21T19:00:19.045Z | [ 5] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
804 | 2024-11-21T19:00:19.045Z | [ 7] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
805 | 2024-11-21T19:00:19.045Z | [ 9] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
806 | 2024-11-21T19:00:19.045Z | [ 11] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
807 | 2024-11-21T19:00:19.045Z | [ 13] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
808 | 2024-11-21T19:00:19.045Z | [ 15] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
809 | 2024-11-21T19:00:19.045Z | [ 17] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
810 | 2024-11-21T19:00:19.045Z | [ 19] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
811 | 2024-11-21T19:00:19.045Z | [SUM] 8.00-9.00 sec 185 MBytes 1.55 Gbits/sec |
812 | 2024-11-21T19:00:19.046Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
813 | 2024-11-21T19:00:19.046Z | [ 5] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec |
814 | 2024-11-21T19:00:19.046Z | [ 7] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec |
815 | 2024-11-21T19:00:19.046Z | [ 9] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec |
816 | 2024-11-21T19:00:19.046Z | [ 11] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec |
817 | 2024-11-21T19:00:19.046Z | [ 13] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec |
818 | 2024-11-21T19:00:19.046Z | [ 15] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec |
819 | 2024-11-21T19:00:19.046Z | [ 17] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec |
820 | 2024-11-21T19:00:19.046Z | [ 19] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec |
821 | 2024-11-21T19:00:19.046Z | [SUM] 9.00-10.00 sec 185 MBytes 1.55 Gbits/sec |
822 | 2024-11-21T19:00:19.046Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
823 | 2024-11-21T19:00:19.046Z | [ 5] 10.00-10.00 sec 33.9 KBytes 86.8 Mbits/sec |
824 | 2024-11-21T19:00:19.046Z | [ 7] 10.00-10.00 sec 93.3 KBytes 239 Mbits/sec |
825 | 2024-11-21T19:00:19.046Z | [ 9] 10.00-10.00 sec 116 KBytes 297 Mbits/sec |
826 | 2024-11-21T19:00:19.046Z | [ 11] 10.00-10.00 sec 93.3 KBytes 239 Mbits/sec |
827 | 2024-11-21T19:00:19.046Z | [ 13] 10.00-10.00 sec 107 KBytes 275 Mbits/sec |
828 | 2024-11-21T19:00:19.046Z | [ 15] 10.00-10.00 sec 124 KBytes 319 Mbits/sec |
829 | 2024-11-21T19:00:19.046Z | [ 17] 10.00-10.00 sec 124 KBytes 319 Mbits/sec |
830 | 2024-11-21T19:00:19.046Z | [ 19] 10.00-10.00 sec 124 KBytes 319 Mbits/sec |
831 | 2024-11-21T19:00:19.046Z | [SUM] 10.00-10.00 sec 817 KBytes 2.09 Gbits/sec |
832 | 2024-11-21T19:00:19.046Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
833 | 2024-11-21T19:00:19.046Z | [ ID] Interval Transfer Bandwidth |
834 | 2024-11-21T19:00:19.046Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
835 | 2024-11-21T19:00:19.046Z | [ 5] 0.00-10.00 sec 222 MBytes 186 Mbits/sec receiver |
836 | 2024-11-21T19:00:19.048Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
837 | 2024-11-21T19:00:19.048Z | [ 7] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
838 | 2024-11-21T19:00:19.048Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
839 | 2024-11-21T19:00:19.048Z | [ 9] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
840 | 2024-11-21T19:00:19.048Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
841 | 2024-11-21T19:00:19.048Z | [ 11] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
842 | 2024-11-21T19:00:19.048Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
843 | 2024-11-21T19:00:19.051Z | [ 13] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
844 | 2024-11-21T19:00:19.051Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
845 | 2024-11-21T19:00:19.051Z | [ 15] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
846 | 2024-11-21T19:00:19.051Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
847 | 2024-11-21T19:00:19.051Z | [ 17] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
848 | 2024-11-21T19:00:19.051Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
849 | 2024-11-21T19:00:19.051Z | [ 19] 0.00-10.00 sec 221 MBytes 186 Mbits/sec receiver |
850 | 2024-11-21T19:00:19.051Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
851 | 2024-11-21T19:00:19.051Z | [SUM] 0.00-10.00 sec 1.73 GBytes 1.49 Gbits/sec receiver |
852 | 2024-11-21T19:00:19.051Z | Run 1/5...1486.16Mbps |
853 | 2024-11-21T19:00:26.076Z | ----------------------------------------------------------- |
854 | 2024-11-21T19:00:26.076Z | Server listening on 5201 |
855 | 2024-11-21T19:00:26.076Z | ----------------------------------------------------------- |
856 | 2024-11-21T19:00:26.076Z | Accepted connection from 10.0.0.1, port 35340 |
857 | 2024-11-21T19:00:26.078Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42363 |
858 | 2024-11-21T19:00:26.078Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49578 |
859 | 2024-11-21T19:00:26.078Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58771 |
860 | 2024-11-21T19:00:26.078Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54365 |
861 | 2024-11-21T19:00:26.078Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44431 |
862 | 2024-11-21T19:00:26.078Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58650 |
863 | 2024-11-21T19:00:26.078Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57785 |
864 | 2024-11-21T19:00:26.078Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37601 |
865 | 2024-11-21T19:00:26.078Z | [ ID] Interval Transfer Bandwidth |
866 | 2024-11-21T19:00:26.078Z | [ 5] 0.00-1.00 sec 20.5 MBytes 172 Mbits/sec |
867 | 2024-11-21T19:00:26.078Z | [ 7] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
868 | 2024-11-21T19:00:26.078Z | [ 9] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
869 | 2024-11-21T19:00:26.078Z | [ 11] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
870 | 2024-11-21T19:00:26.078Z | [ 13] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
871 | 2024-11-21T19:00:26.078Z | [ 15] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
872 | 2024-11-21T19:00:26.078Z | [ 17] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
873 | 2024-11-21T19:00:26.078Z | [ 19] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
874 | 2024-11-21T19:00:26.078Z | [SUM] 0.00-1.00 sec 163 MBytes 1.37 Gbits/sec |
875 | 2024-11-21T19:00:26.078Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
876 | 2024-11-21T19:00:26.078Z | [ 5] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
877 | 2024-11-21T19:00:26.078Z | [ 7] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
878 | 2024-11-21T19:00:26.078Z | [ 9] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
879 | 2024-11-21T19:00:26.078Z | [ 11] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
880 | 2024-11-21T19:00:26.078Z | [ 13] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
881 | 2024-11-21T19:00:26.079Z | [ 15] 1.00-2.00 sec 22.6 MBytes 190 Mbits/sec |
882 | 2024-11-21T19:00:26.079Z | [ 17] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
883 | 2024-11-21T19:00:26.079Z | [ 19] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
884 | 2024-11-21T19:00:26.082Z | [SUM] 1.00-2.00 sec 181 MBytes 1.51 Gbits/sec |
885 | 2024-11-21T19:00:26.082Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
886 | 2024-11-21T19:00:26.082Z | [ 5] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
887 | 2024-11-21T19:00:26.082Z | [ 7] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec |
888 | 2024-11-21T19:00:26.082Z | [ 9] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
889 | 2024-11-21T19:00:26.082Z | [ 11] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
890 | 2024-11-21T19:00:26.082Z | [ 13] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
891 | 2024-11-21T19:00:26.082Z | [ 15] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
892 | 2024-11-21T19:00:26.082Z | [ 17] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec |
893 | 2024-11-21T19:00:26.082Z | [ 19] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec |
894 | 2024-11-21T19:00:26.082Z | [SUM] 2.00-3.00 sec 182 MBytes 1.52 Gbits/sec |
895 | 2024-11-21T19:00:26.082Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
896 | 2024-11-21T19:00:26.082Z | [ 5] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
897 | 2024-11-21T19:00:26.082Z | [ 7] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
898 | 2024-11-21T19:00:26.082Z | [ 9] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
899 | 2024-11-21T19:00:26.082Z | [ 11] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
900 | 2024-11-21T19:00:26.082Z | [ 13] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
901 | 2024-11-21T19:00:26.082Z | [ 15] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
902 | 2024-11-21T19:00:26.082Z | [ 17] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec |
903 | 2024-11-21T19:00:26.082Z | [ 19] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
904 | 2024-11-21T19:00:26.083Z | [SUM] 3.00-4.00 sec 181 MBytes 1.51 Gbits/sec |
905 | 2024-11-21T19:00:26.084Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
906 | 2024-11-21T19:00:26.084Z | [ 5] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
907 | 2024-11-21T19:00:26.084Z | [ 7] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
908 | 2024-11-21T19:00:26.084Z | [ 9] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
909 | 2024-11-21T19:00:26.084Z | [ 11] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
910 | 2024-11-21T19:00:26.084Z | [ 13] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
911 | 2024-11-21T19:00:26.084Z | [ 15] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
912 | 2024-11-21T19:00:26.084Z | [ 17] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec |
913 | 2024-11-21T19:00:26.084Z | [ 19] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
914 | 2024-11-21T19:00:26.085Z | [SUM] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec |
915 | 2024-11-21T19:00:26.085Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
916 | 2024-11-21T19:00:26.085Z | [ 5] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
917 | 2024-11-21T19:00:26.085Z | [ 7] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
918 | 2024-11-21T19:00:26.085Z | [ 9] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
919 | 2024-11-21T19:00:26.085Z | [ 11] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
920 | 2024-11-21T19:00:26.085Z | [ 13] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
921 | 2024-11-21T19:00:26.085Z | [ 15] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
922 | 2024-11-21T19:00:26.085Z | [ 17] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
923 | 2024-11-21T19:00:26.085Z | [ 19] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec |
924 | 2024-11-21T19:00:26.085Z | [SUM] 5.00-6.00 sec 182 MBytes 1.53 Gbits/sec |
925 | 2024-11-21T19:00:26.085Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
926 | 2024-11-21T19:00:26.085Z | [ 5] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
927 | 2024-11-21T19:00:26.085Z | [ 7] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
928 | 2024-11-21T19:00:26.085Z | [ 9] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
929 | 2024-11-21T19:00:29.296Z | [ 11] 6.00-7.00 sec 22.7 MBytes 190 Mbits/sec |
930 | 2024-11-21T19:00:29.296Z | [ 13] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
931 | 2024-11-21T19:00:29.296Z | [ 15] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
932 | 2024-11-21T19:00:29.297Z | [ 17] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec |
933 | 2024-11-21T19:00:29.298Z | [ 19] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
934 | 2024-11-21T19:00:29.298Z | [SUM] 6.00-7.00 sec 181 MBytes 1.52 Gbits/sec |
935 | 2024-11-21T19:00:29.298Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
936 | 2024-11-21T19:00:29.298Z | [ 5] 7.00-8.00 sec 22.5 MBytes 189 Mbits/sec |
937 | 2024-11-21T19:00:29.298Z | [ 7] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
938 | 2024-11-21T19:00:29.298Z | [ 9] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
939 | 2024-11-21T19:00:29.298Z | [ 11] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
940 | 2024-11-21T19:00:29.298Z | [ 13] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
941 | 2024-11-21T19:00:29.298Z | [ 15] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
942 | 2024-11-21T19:00:29.298Z | [ 17] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
943 | 2024-11-21T19:00:29.298Z | [ 19] 7.00-8.00 sec 22.5 MBytes 188 Mbits/sec |
944 | 2024-11-21T19:00:29.298Z | [SUM] 7.00-8.00 sec 179 MBytes 1.50 Gbits/sec |
945 | 2024-11-21T19:00:29.298Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
946 | 2024-11-21T19:00:29.298Z | [ 5] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
947 | 2024-11-21T19:00:29.298Z | [ 7] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec |
948 | 2024-11-21T19:00:29.298Z | [ 9] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
949 | 2024-11-21T19:00:29.298Z | [ 11] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec |
950 | 2024-11-21T19:00:29.298Z | [ 13] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec |
951 | 2024-11-21T19:00:29.298Z | [ 15] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec |
952 | 2024-11-21T19:00:29.298Z | [ 17] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
953 | 2024-11-21T19:00:29.298Z | [ 19] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
954 | 2024-11-21T19:00:29.298Z | [SUM] 8.00-9.00 sec 180 MBytes 1.51 Gbits/sec |
955 | 2024-11-21T19:00:29.298Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
956 | 2024-11-21T19:00:29.298Z | [ 5] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
957 | 2024-11-21T19:00:29.298Z | [ 7] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
958 | 2024-11-21T19:00:29.298Z | [ 9] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
959 | 2024-11-21T19:00:29.298Z | [ 11] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
960 | 2024-11-21T19:00:29.298Z | [ 13] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
961 | 2024-11-21T19:00:29.298Z | [ 15] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
962 | 2024-11-21T19:00:29.298Z | [ 17] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec |
963 | 2024-11-21T19:00:29.298Z | [ 19] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec |
964 | 2024-11-21T19:00:29.298Z | [SUM] 9.00-10.00 sec 182 MBytes 1.53 Gbits/sec |
965 | 2024-11-21T19:00:29.298Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
966 | 2024-11-21T19:00:29.298Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
967 | 2024-11-21T19:00:29.298Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
968 | 2024-11-21T19:00:29.298Z | [ 9] 10.00-10.00 sec 124 KBytes 527 Mbits/sec |
969 | 2024-11-21T19:00:29.299Z | [ 11] 10.00-10.00 sec 124 KBytes 527 Mbits/sec |
970 | 2024-11-21T19:00:29.299Z | [ 13] 10.00-10.00 sec 96.2 KBytes 407 Mbits/sec |
971 | 2024-11-21T19:00:29.299Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
972 | 2024-11-21T19:00:29.299Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
973 | 2024-11-21T19:00:29.299Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
974 | 2024-11-21T19:00:29.299Z | [SUM] 10.00-10.00 sec 345 KBytes 1.46 Gbits/sec |
975 | 2024-11-21T19:00:29.299Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
976 | 2024-11-21T19:00:29.299Z | [ ID] Interval Transfer Bandwidth |
977 | 2024-11-21T19:00:29.299Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
978 | 2024-11-21T19:00:29.299Z | [ 5] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
979 | 2024-11-21T19:00:29.299Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
980 | 2024-11-21T19:00:29.300Z | [ 7] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
981 | 2024-11-21T19:00:29.300Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
982 | 2024-11-21T19:00:29.300Z | [ 9] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
983 | 2024-11-21T19:00:29.300Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
984 | 2024-11-21T19:00:29.300Z | [ 11] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
985 | 2024-11-21T19:00:29.300Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
986 | 2024-11-21T19:00:29.300Z | [ 13] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
987 | 2024-11-21T19:00:29.300Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
988 | 2024-11-21T19:00:29.300Z | [ 15] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
989 | 2024-11-21T19:00:29.300Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
990 | 2024-11-21T19:00:29.300Z | [ 17] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
991 | 2024-11-21T19:00:29.300Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
992 | 2024-11-21T19:00:29.300Z | [ 19] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
993 | 2024-11-21T19:00:29.300Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
994 | 2024-11-21T19:00:29.300Z | [SUM] 0.00-10.00 sec 1.75 GBytes 1.50 Gbits/sec receiver |
995 | 2024-11-21T19:00:29.303Z | Run 2/5...1503.791Mbps |
996 | 2024-11-21T19:00:36.326Z | ----------------------------------------------------------- |
997 | 2024-11-21T19:00:36.326Z | Server listening on 5201 |
998 | 2024-11-21T19:00:36.326Z | ----------------------------------------------------------- |
999 | 2024-11-21T19:00:36.326Z | Accepted connection from 10.0.0.1, port 62180 |
1000 | 2024-11-21T19:00:36.326Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36524 |
1001 | 2024-11-21T19:00:36.326Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49738 |
1002 | 2024-11-21T19:00:36.326Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35874 |
1003 | 2024-11-21T19:00:36.326Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60697 |
1004 | 2024-11-21T19:00:36.326Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58204 |
1005 | 2024-11-21T19:00:36.326Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47287 |
1006 | 2024-11-21T19:00:36.326Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44879 |
1007 | 2024-11-21T19:00:36.326Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42256 |
1008 | 2024-11-21T19:00:36.326Z | [ ID] Interval Transfer Bandwidth |
1009 | 2024-11-21T19:00:36.326Z | [ 5] 0.00-1.00 sec 20.2 MBytes 170 Mbits/sec |
1010 | 2024-11-21T19:00:36.326Z | [ 7] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1011 | 2024-11-21T19:00:36.326Z | [ 9] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1012 | 2024-11-21T19:00:36.326Z | [ 11] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1013 | 2024-11-21T19:00:36.326Z | [ 13] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1014 | 2024-11-21T19:00:36.326Z | [ 15] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1015 | 2024-11-21T19:00:36.326Z | [ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1016 | 2024-11-21T19:00:36.326Z | [ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1017 | 2024-11-21T19:00:36.326Z | [SUM] 0.00-1.00 sec 160 MBytes 1.35 Gbits/sec |
1018 | 2024-11-21T19:00:36.326Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1019 | 2024-11-21T19:00:36.326Z | [ 5] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec |
1020 | 2024-11-21T19:00:36.326Z | [ 7] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec |
1021 | 2024-11-21T19:00:36.326Z | [ 9] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1022 | 2024-11-21T19:00:36.326Z | [ 11] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1023 | 2024-11-21T19:00:36.326Z | [ 13] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1024 | 2024-11-21T19:00:36.326Z | [ 15] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1025 | 2024-11-21T19:00:36.326Z | [ 17] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec |
1026 | 2024-11-21T19:00:36.327Z | [ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec |
1027 | 2024-11-21T19:00:36.327Z | [SUM] 1.00-2.00 sec 183 MBytes 1.53 Gbits/sec |
1028 | 2024-11-21T19:00:36.327Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1029 | 2024-11-21T19:00:36.327Z | [ 5] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec |
1030 | 2024-11-21T19:00:36.327Z | [ 7] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1031 | 2024-11-21T19:00:36.327Z | [ 9] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1032 | 2024-11-21T19:00:36.327Z | [ 11] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1033 | 2024-11-21T19:00:36.327Z | [ 13] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1034 | 2024-11-21T19:00:36.327Z | [ 15] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1035 | 2024-11-21T19:00:36.327Z | [ 17] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec |
1036 | 2024-11-21T19:00:36.327Z | [ 19] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec |
1037 | 2024-11-21T19:00:36.327Z | [SUM] 2.00-3.00 sec 181 MBytes 1.52 Gbits/sec |
1038 | 2024-11-21T19:00:36.327Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1039 | 2024-11-21T19:00:36.327Z | [ 5] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec |
1040 | 2024-11-21T19:00:36.327Z | [ 7] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
1041 | 2024-11-21T19:00:36.327Z | [ 9] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1042 | 2024-11-21T19:00:36.330Z | [ 11] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1043 | 2024-11-21T19:00:36.330Z | [ 13] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1044 | 2024-11-21T19:00:36.330Z | [ 15] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
1045 | 2024-11-21T19:00:36.330Z | [ 17] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
1046 | 2024-11-21T19:00:36.330Z | [ 19] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1047 | 2024-11-21T19:00:36.330Z | [SUM] 3.00-4.00 sec 181 MBytes 1.51 Gbits/sec |
1048 | 2024-11-21T19:00:36.330Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1049 | 2024-11-21T19:00:36.331Z | [ 5] 4.00-5.00 sec 22.6 MBytes 189 Mbits/sec |
1050 | 2024-11-21T19:00:36.331Z | [ 7] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1051 | 2024-11-21T19:00:36.331Z | [ 9] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1052 | 2024-11-21T19:00:36.331Z | [ 11] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1053 | 2024-11-21T19:00:36.331Z | [ 13] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1054 | 2024-11-21T19:00:36.331Z | [ 15] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1055 | 2024-11-21T19:00:36.331Z | [ 17] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1056 | 2024-11-21T19:00:36.331Z | [ 19] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1057 | 2024-11-21T19:00:36.331Z | [SUM] 4.00-5.00 sec 180 MBytes 1.51 Gbits/sec |
1058 | 2024-11-21T19:00:36.331Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1059 | 2024-11-21T19:00:36.331Z | [ 5] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec |
1060 | 2024-11-21T19:00:36.331Z | [ 7] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec |
1061 | 2024-11-21T19:00:36.331Z | [ 9] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
1062 | 2024-11-21T19:00:36.331Z | [ 11] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec |
1063 | 2024-11-21T19:00:36.331Z | [ 13] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
1064 | 2024-11-21T19:00:36.332Z | [ 15] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
1065 | 2024-11-21T19:00:36.332Z | [ 17] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec |
1066 | 2024-11-21T19:00:36.332Z | [ 19] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
1067 | 2024-11-21T19:00:36.332Z | [SUM] 5.00-6.00 sec 182 MBytes 1.53 Gbits/sec |
1068 | 2024-11-21T19:00:36.332Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1069 | 2024-11-21T19:00:36.332Z | [ 5] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec |
1070 | 2024-11-21T19:00:36.332Z | [ 7] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec |
1071 | 2024-11-21T19:00:36.332Z | [ 9] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec |
1072 | 2024-11-21T19:00:39.546Z | [ 11] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec |
1073 | 2024-11-21T19:00:39.546Z | [ 13] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec |
1074 | 2024-11-21T19:00:39.546Z | [ 15] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec |
1075 | 2024-11-21T19:00:39.546Z | [ 17] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec |
1076 | 2024-11-21T19:00:39.546Z | [ 19] 6.00-7.00 sec 23.0 MBytes 193 Mbits/sec |
1077 | 2024-11-21T19:00:39.546Z | [SUM] 6.00-7.00 sec 184 MBytes 1.54 Gbits/sec |
1078 | 2024-11-21T19:00:39.546Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1079 | 2024-11-21T19:00:39.546Z | [ 5] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1080 | 2024-11-21T19:00:39.546Z | [ 7] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec |
1081 | 2024-11-21T19:00:39.546Z | [ 9] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1082 | 2024-11-21T19:00:39.546Z | [ 11] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1083 | 2024-11-21T19:00:39.546Z | [ 13] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec |
1084 | 2024-11-21T19:00:39.546Z | [ 15] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec |
1085 | 2024-11-21T19:00:39.546Z | [ 17] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1086 | 2024-11-21T19:00:39.546Z | [ 19] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec |
1087 | 2024-11-21T19:00:39.546Z | [SUM] 7.00-8.00 sec 182 MBytes 1.53 Gbits/sec |
1088 | 2024-11-21T19:00:39.546Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1089 | 2024-11-21T19:00:39.547Z | [ 5] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
1090 | 2024-11-21T19:00:39.547Z | [ 7] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec |
1091 | 2024-11-21T19:00:39.547Z | [ 9] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
1092 | 2024-11-21T19:00:39.547Z | [ 11] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
1093 | 2024-11-21T19:00:39.547Z | [ 13] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec |
1094 | 2024-11-21T19:00:39.547Z | [ 15] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec |
1095 | 2024-11-21T19:00:39.547Z | [ 17] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
1096 | 2024-11-21T19:00:39.547Z | [ 19] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec |
1097 | 2024-11-21T19:00:39.548Z | [SUM] 8.00-9.00 sec 184 MBytes 1.55 Gbits/sec |
1098 | 2024-11-21T19:00:39.548Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1099 | 2024-11-21T19:00:39.548Z | [ 5] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
1100 | 2024-11-21T19:00:39.548Z | [ 7] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
1101 | 2024-11-21T19:00:39.548Z | [ 9] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
1102 | 2024-11-21T19:00:39.548Z | [ 11] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec |
1103 | 2024-11-21T19:00:39.548Z | [ 13] 9.00-10.00 sec 22.7 MBytes 190 Mbits/sec |
1104 | 2024-11-21T19:00:39.548Z | [ 15] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
1105 | 2024-11-21T19:00:39.548Z | [ 17] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
1106 | 2024-11-21T19:00:39.548Z | [ 19] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec |
1107 | 2024-11-21T19:00:39.548Z | [SUM] 9.00-10.00 sec 182 MBytes 1.52 Gbits/sec |
1108 | 2024-11-21T19:00:39.548Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1109 | 2024-11-21T19:00:39.548Z | [ 5] 10.00-10.00 sec 5.66 KBytes 22.4 Mbits/sec |
1110 | 2024-11-21T19:00:39.548Z | [ 7] 10.00-10.00 sec 36.8 KBytes 146 Mbits/sec |
1111 | 2024-11-21T19:00:39.548Z | [ 9] 10.00-10.00 sec 14.1 KBytes 56.1 Mbits/sec |
1112 | 2024-11-21T19:00:39.548Z | [ 11] 10.00-10.00 sec 124 KBytes 494 Mbits/sec |
1113 | 2024-11-21T19:00:39.549Z | [ 13] 10.00-10.00 sec 124 KBytes 494 Mbits/sec |
1114 | 2024-11-21T19:00:39.549Z | [ 15] 10.00-10.00 sec 59.4 KBytes 236 Mbits/sec |
1115 | 2024-11-21T19:00:39.549Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1116 | 2024-11-21T19:00:39.549Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1117 | 2024-11-21T19:00:39.549Z | [SUM] 10.00-10.00 sec 365 KBytes 1.45 Gbits/sec |
1118 | 2024-11-21T19:00:39.549Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1119 | 2024-11-21T19:00:39.549Z | [ ID] Interval Transfer Bandwidth |
1120 | 2024-11-21T19:00:39.550Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1121 | 2024-11-21T19:00:39.550Z | [ 5] 0.00-10.00 sec 225 MBytes 189 Mbits/sec receiver |
1122 | 2024-11-21T19:00:39.550Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1123 | 2024-11-21T19:00:39.550Z | [ 7] 0.00-10.00 sec 225 MBytes 189 Mbits/sec receiver |
1124 | 2024-11-21T19:00:39.550Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1125 | 2024-11-21T19:00:39.550Z | [ 9] 0.00-10.00 sec 225 MBytes 189 Mbits/sec receiver |
1126 | 2024-11-21T19:00:39.550Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1127 | 2024-11-21T19:00:39.550Z | [ 11] 0.00-10.00 sec 225 MBytes 189 Mbits/sec receiver |
1128 | 2024-11-21T19:00:39.550Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1129 | 2024-11-21T19:00:39.550Z | [ 13] 0.00-10.00 sec 225 MBytes 189 Mbits/sec receiver |
1130 | 2024-11-21T19:00:39.550Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1131 | 2024-11-21T19:00:39.550Z | [ 15] 0.00-10.00 sec 225 MBytes 189 Mbits/sec receiver |
1132 | 2024-11-21T19:00:39.550Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1133 | 2024-11-21T19:00:39.550Z | [ 17] 0.00-10.00 sec 225 MBytes 189 Mbits/sec receiver |
1134 | 2024-11-21T19:00:39.550Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1135 | 2024-11-21T19:00:39.551Z | [ 19] 0.00-10.00 sec 225 MBytes 189 Mbits/sec receiver |
1136 | 2024-11-21T19:00:39.551Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1137 | 2024-11-21T19:00:39.551Z | [SUM] 0.00-10.00 sec 1.76 GBytes 1.51 Gbits/sec receiver |
1138 | 2024-11-21T19:00:39.554Z | Run 3/5...1509.596Mbps |
1139 | 2024-11-21T19:00:46.576Z | ----------------------------------------------------------- |
1140 | 2024-11-21T19:00:46.576Z | Server listening on 5201 |
1141 | 2024-11-21T19:00:46.576Z | ----------------------------------------------------------- |
1142 | 2024-11-21T19:00:46.576Z | Accepted connection from 10.0.0.1, port 59839 |
1143 | 2024-11-21T19:00:46.576Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33500 |
1144 | 2024-11-21T19:00:46.576Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61381 |
1145 | 2024-11-21T19:00:46.576Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57789 |
1146 | 2024-11-21T19:00:46.576Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53926 |
1147 | 2024-11-21T19:00:46.576Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38338 |
1148 | 2024-11-21T19:00:46.576Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50551 |
1149 | 2024-11-21T19:00:46.577Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41566 |
1150 | 2024-11-21T19:00:46.577Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48205 |
1151 | 2024-11-21T19:00:46.577Z | [ ID] Interval Transfer Bandwidth |
1152 | 2024-11-21T19:00:46.577Z | [ 5] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
1153 | 2024-11-21T19:00:46.577Z | [ 7] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1154 | 2024-11-21T19:00:46.577Z | [ 9] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1155 | 2024-11-21T19:00:46.577Z | [ 11] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1156 | 2024-11-21T19:00:46.578Z | [ 13] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1157 | 2024-11-21T19:00:46.578Z | [ 15] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1158 | 2024-11-21T19:00:46.578Z | [ 17] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1159 | 2024-11-21T19:00:46.578Z | [ 19] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1160 | 2024-11-21T19:00:46.578Z | [SUM] 0.00-1.00 sec 162 MBytes 1.36 Gbits/sec |
1161 | 2024-11-21T19:00:46.578Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1162 | 2024-11-21T19:00:46.578Z | [ 5] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec |
1163 | 2024-11-21T19:00:46.578Z | [ 7] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec |
1164 | 2024-11-21T19:00:46.578Z | [ 9] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec |
1165 | 2024-11-21T19:00:46.578Z | [ 11] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec |
1166 | 2024-11-21T19:00:46.578Z | [ 13] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec |
1167 | 2024-11-21T19:00:46.578Z | [ 15] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec |
1168 | 2024-11-21T19:00:46.578Z | [ 17] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec |
1169 | 2024-11-21T19:00:46.578Z | [ 19] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec |
1170 | 2024-11-21T19:00:46.578Z | [SUM] 1.00-2.00 sec 185 MBytes 1.55 Gbits/sec |
1171 | 2024-11-21T19:00:46.578Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1172 | 2024-11-21T19:00:46.578Z | [ 5] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec |
1173 | 2024-11-21T19:00:46.579Z | [ 7] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec |
1174 | 2024-11-21T19:00:46.579Z | [ 9] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec |
1175 | 2024-11-21T19:00:46.579Z | [ 11] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec |
1176 | 2024-11-21T19:00:46.579Z | [ 13] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec |
1177 | 2024-11-21T19:00:46.579Z | [ 15] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec |
1178 | 2024-11-21T19:00:46.579Z | [ 17] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec |
1179 | 2024-11-21T19:00:46.579Z | [ 19] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec |
1180 | 2024-11-21T19:00:46.579Z | [SUM] 2.00-3.00 sec 184 MBytes 1.54 Gbits/sec |
1181 | 2024-11-21T19:00:46.582Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1182 | 2024-11-21T19:00:46.582Z | [ 5] 3.00-4.00 sec 22.8 MBytes 191 Mbits/sec |
1183 | 2024-11-21T19:00:46.582Z | [ 7] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
1184 | 2024-11-21T19:00:46.582Z | [ 9] 3.00-4.00 sec 22.8 MBytes 191 Mbits/sec |
1185 | 2024-11-21T19:00:46.582Z | [ 11] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
1186 | 2024-11-21T19:00:46.582Z | [ 13] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
1187 | 2024-11-21T19:00:46.582Z | [ 15] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
1188 | 2024-11-21T19:00:46.582Z | [ 17] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec |
1189 | 2024-11-21T19:00:46.582Z | [ 19] 3.00-4.00 sec 22.8 MBytes 192 Mbits/sec |
1190 | 2024-11-21T19:00:46.582Z | [SUM] 3.00-4.00 sec 182 MBytes 1.53 Gbits/sec |
1191 | 2024-11-21T19:00:46.582Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1192 | 2024-11-21T19:00:46.582Z | [ 5] 4.00-5.00 sec 22.6 MBytes 189 Mbits/sec |
1193 | 2024-11-21T19:00:46.582Z | [ 7] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1194 | 2024-11-21T19:00:46.582Z | [ 9] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
1195 | 2024-11-21T19:00:46.582Z | [ 11] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1196 | 2024-11-21T19:00:46.583Z | [ 13] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1197 | 2024-11-21T19:00:46.583Z | [ 15] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1198 | 2024-11-21T19:00:46.583Z | [ 17] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1199 | 2024-11-21T19:00:46.583Z | [ 19] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1200 | 2024-11-21T19:00:46.583Z | [SUM] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec |
1201 | 2024-11-21T19:00:46.583Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1202 | 2024-11-21T19:00:46.583Z | [ 5] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1203 | 2024-11-21T19:00:46.583Z | [ 7] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1204 | 2024-11-21T19:00:46.583Z | [ 9] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1205 | 2024-11-21T19:00:46.583Z | [ 11] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1206 | 2024-11-21T19:00:46.583Z | [ 13] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1207 | 2024-11-21T19:00:46.583Z | [ 15] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1208 | 2024-11-21T19:00:46.583Z | [ 17] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1209 | 2024-11-21T19:00:46.583Z | [ 19] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec |
1210 | 2024-11-21T19:00:46.583Z | [SUM] 5.00-6.00 sec 181 MBytes 1.52 Gbits/sec |
1211 | 2024-11-21T19:00:46.583Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1212 | 2024-11-21T19:00:46.583Z | [ 5] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1213 | 2024-11-21T19:00:46.583Z | [ 7] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1214 | 2024-11-21T19:00:46.583Z | [ 9] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec |
1215 | 2024-11-21T19:00:49.797Z | [ 11] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec |
1216 | 2024-11-21T19:00:49.797Z | [ 13] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1217 | 2024-11-21T19:00:49.797Z | [ 15] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1218 | 2024-11-21T19:00:49.797Z | [ 17] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1219 | 2024-11-21T19:00:49.797Z | [ 19] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1220 | 2024-11-21T19:00:49.797Z | [SUM] 6.00-7.00 sec 178 MBytes 1.49 Gbits/sec |
1221 | 2024-11-21T19:00:49.797Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1222 | 2024-11-21T19:00:49.797Z | [ 5] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1223 | 2024-11-21T19:00:49.797Z | [ 7] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1224 | 2024-11-21T19:00:49.798Z | [ 9] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1225 | 2024-11-21T19:00:49.798Z | [ 11] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1226 | 2024-11-21T19:00:49.798Z | [ 13] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
1227 | 2024-11-21T19:00:49.798Z | [ 15] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1228 | 2024-11-21T19:00:49.798Z | [ 17] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1229 | 2024-11-21T19:00:49.798Z | [ 19] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1230 | 2024-11-21T19:00:49.798Z | [SUM] 7.00-8.00 sec 178 MBytes 1.49 Gbits/sec |
1231 | 2024-11-21T19:00:49.798Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1232 | 2024-11-21T19:00:49.798Z | [ 5] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1233 | 2024-11-21T19:00:49.798Z | [ 7] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1234 | 2024-11-21T19:00:49.798Z | [ 9] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1235 | 2024-11-21T19:00:49.798Z | [ 11] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1236 | 2024-11-21T19:00:49.798Z | [ 13] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1237 | 2024-11-21T19:00:49.798Z | [ 15] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1238 | 2024-11-21T19:00:49.798Z | [ 17] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec |
1239 | 2024-11-21T19:00:49.798Z | [ 19] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec |
1240 | 2024-11-21T19:00:49.798Z | [SUM] 8.00-9.00 sec 179 MBytes 1.50 Gbits/sec |
1241 | 2024-11-21T19:00:49.799Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1242 | 2024-11-21T19:00:49.799Z | [ 5] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1243 | 2024-11-21T19:00:49.799Z | [ 7] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1244 | 2024-11-21T19:00:49.799Z | [ 9] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1245 | 2024-11-21T19:00:49.799Z | [ 11] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1246 | 2024-11-21T19:00:49.799Z | [ 13] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1247 | 2024-11-21T19:00:49.799Z | [ 15] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1248 | 2024-11-21T19:00:49.799Z | [ 17] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1249 | 2024-11-21T19:00:49.799Z | [ 19] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec |
1250 | 2024-11-21T19:00:49.800Z | [SUM] 9.00-10.00 sec 180 MBytes 1.51 Gbits/sec |
1251 | 2024-11-21T19:00:49.800Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1252 | 2024-11-21T19:00:49.800Z | [ 5] 10.00-10.00 sec 73.5 KBytes 269 Mbits/sec |
1253 | 2024-11-21T19:00:49.800Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1254 | 2024-11-21T19:00:49.800Z | [ 9] 10.00-10.00 sec 124 KBytes 455 Mbits/sec |
1255 | 2024-11-21T19:00:49.800Z | [ 11] 10.00-10.00 sec 124 KBytes 455 Mbits/sec |
1256 | 2024-11-21T19:00:49.800Z | [ 13] 10.00-10.00 sec 5.66 KBytes 20.7 Mbits/sec |
1257 | 2024-11-21T19:00:49.800Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1258 | 2024-11-21T19:00:49.800Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1259 | 2024-11-21T19:00:49.800Z | [ 19] 10.00-10.00 sec 82.0 KBytes 300 Mbits/sec |
1260 | 2024-11-21T19:00:49.800Z | [SUM] 10.00-10.00 sec 410 KBytes 1.50 Gbits/sec |
1261 | 2024-11-21T19:00:49.800Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1262 | 2024-11-21T19:00:49.800Z | [ ID] Interval Transfer Bandwidth |
1263 | 2024-11-21T19:00:49.800Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1264 | 2024-11-21T19:00:49.800Z | [ 5] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1265 | 2024-11-21T19:00:49.800Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1266 | 2024-11-21T19:00:49.800Z | [ 7] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1267 | 2024-11-21T19:00:49.800Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1268 | 2024-11-21T19:00:49.800Z | [ 9] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1269 | 2024-11-21T19:00:49.800Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1270 | 2024-11-21T19:00:49.800Z | [ 11] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1271 | 2024-11-21T19:00:49.800Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1272 | 2024-11-21T19:00:49.800Z | [ 13] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1273 | 2024-11-21T19:00:49.801Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1274 | 2024-11-21T19:00:49.801Z | [ 15] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1275 | 2024-11-21T19:00:49.801Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1276 | 2024-11-21T19:00:49.801Z | [ 17] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1277 | 2024-11-21T19:00:49.801Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1278 | 2024-11-21T19:00:49.802Z | [ 19] 0.00-10.00 sec 224 MBytes 188 Mbits/sec receiver |
1279 | 2024-11-21T19:00:49.802Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1280 | 2024-11-21T19:00:49.802Z | [SUM] 0.00-10.00 sec 1.75 GBytes 1.50 Gbits/sec receiver |
1281 | 2024-11-21T19:00:49.805Z | Run 4/5...1502.053Mbps |
1282 | 2024-11-21T19:00:56.826Z | ----------------------------------------------------------- |
1283 | 2024-11-21T19:00:56.826Z | Server listening on 5201 |
1284 | 2024-11-21T19:00:56.827Z | ----------------------------------------------------------- |
1285 | 2024-11-21T19:00:56.827Z | Accepted connection from 10.0.0.1, port 36897 |
1286 | 2024-11-21T19:00:56.827Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55914 |
1287 | 2024-11-21T19:00:56.827Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36970 |
1288 | 2024-11-21T19:00:56.827Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41318 |
1289 | 2024-11-21T19:00:56.827Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57170 |
1290 | 2024-11-21T19:00:56.827Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51577 |
1291 | 2024-11-21T19:00:56.827Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40123 |
1292 | 2024-11-21T19:00:56.827Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41115 |
1293 | 2024-11-21T19:00:56.827Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47575 |
1294 | 2024-11-21T19:00:56.827Z | [ ID] Interval Transfer Bandwidth |
1295 | 2024-11-21T19:00:56.827Z | [ 5] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
1296 | 2024-11-21T19:00:56.827Z | [ 7] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec |
1297 | 2024-11-21T19:00:56.828Z | [ 9] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1298 | 2024-11-21T19:00:56.828Z | [ 11] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1299 | 2024-11-21T19:00:56.828Z | [ 13] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1300 | 2024-11-21T19:00:56.828Z | [ 15] 0.00-1.00 sec 20.3 MBytes 170 Mbits/sec |
1301 | 2024-11-21T19:00:56.828Z | [ 17] 0.00-1.00 sec 20.2 MBytes 170 Mbits/sec |
1302 | 2024-11-21T19:00:56.828Z | [ 19] 0.00-1.00 sec 20.2 MBytes 169 Mbits/sec |
1303 | 2024-11-21T19:00:56.828Z | [SUM] 0.00-1.00 sec 162 MBytes 1.36 Gbits/sec |
1304 | 2024-11-21T19:00:56.828Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1305 | 2024-11-21T19:00:56.828Z | [ 5] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1306 | 2024-11-21T19:00:56.828Z | [ 7] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec |
1307 | 2024-11-21T19:00:56.828Z | [ 9] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1308 | 2024-11-21T19:00:56.828Z | [ 11] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1309 | 2024-11-21T19:00:56.828Z | [ 13] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1310 | 2024-11-21T19:00:56.828Z | [ 15] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1311 | 2024-11-21T19:00:56.828Z | [ 17] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec |
1312 | 2024-11-21T19:00:56.828Z | [ 19] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec |
1313 | 2024-11-21T19:00:56.828Z | [SUM] 1.00-2.00 sec 183 MBytes 1.53 Gbits/sec |
1314 | 2024-11-21T19:00:56.828Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1315 | 2024-11-21T19:00:56.829Z | [ 5] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1316 | 2024-11-21T19:00:56.829Z | [ 7] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1317 | 2024-11-21T19:00:56.829Z | [ 9] 2.00-3.00 sec 22.5 MBytes 189 Mbits/sec |
1318 | 2024-11-21T19:00:56.829Z | [ 11] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1319 | 2024-11-21T19:00:56.829Z | [ 13] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1320 | 2024-11-21T19:00:56.829Z | [ 15] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1321 | 2024-11-21T19:00:56.829Z | [ 17] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1322 | 2024-11-21T19:00:56.830Z | [ 19] 2.00-3.00 sec 22.5 MBytes 189 Mbits/sec |
1323 | 2024-11-21T19:00:56.830Z | [SUM] 2.00-3.00 sec 179 MBytes 1.50 Gbits/sec |
1324 | 2024-11-21T19:00:56.830Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1325 | 2024-11-21T19:00:56.830Z | [ 5] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1326 | 2024-11-21T19:00:56.830Z | [ 7] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1327 | 2024-11-21T19:00:56.830Z | [ 9] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec |
1328 | 2024-11-21T19:00:56.830Z | [ 11] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1329 | 2024-11-21T19:00:56.830Z | [ 13] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1330 | 2024-11-21T19:00:56.830Z | [ 15] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1331 | 2024-11-21T19:00:56.830Z | [ 17] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1332 | 2024-11-21T19:00:56.830Z | [ 19] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec |
1333 | 2024-11-21T19:00:56.830Z | [SUM] 3.00-4.00 sec 181 MBytes 1.52 Gbits/sec |
1334 | 2024-11-21T19:00:56.830Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1335 | 2024-11-21T19:00:56.830Z | [ 5] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1336 | 2024-11-21T19:00:56.830Z | [ 7] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1337 | 2024-11-21T19:00:56.830Z | [ 9] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1338 | 2024-11-21T19:00:56.834Z | [ 11] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1339 | 2024-11-21T19:00:56.834Z | [ 13] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1340 | 2024-11-21T19:00:56.834Z | [ 15] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1341 | 2024-11-21T19:00:56.834Z | [ 17] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1342 | 2024-11-21T19:00:56.834Z | [ 19] 4.00-5.00 sec 22.6 MBytes 190 Mbits/sec |
1343 | 2024-11-21T19:00:56.834Z | [SUM] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec |
1344 | 2024-11-21T19:00:56.834Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1345 | 2024-11-21T19:00:56.834Z | [ 5] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec |
1346 | 2024-11-21T19:00:56.835Z | [ 7] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
1347 | 2024-11-21T19:00:56.835Z | [ 9] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec |
1348 | 2024-11-21T19:00:56.835Z | [ 11] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
1349 | 2024-11-21T19:00:56.835Z | [ 13] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
1350 | 2024-11-21T19:00:56.835Z | [ 15] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
1351 | 2024-11-21T19:00:56.835Z | [ 17] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
1352 | 2024-11-21T19:00:56.835Z | [ 19] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec |
1353 | 2024-11-21T19:00:56.835Z | [SUM] 5.00-6.00 sec 183 MBytes 1.53 Gbits/sec |
1354 | 2024-11-21T19:00:56.835Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1355 | 2024-11-21T19:00:56.835Z | [ 5] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec |
1356 | 2024-11-21T19:00:56.835Z | [ 7] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
1357 | 2024-11-21T19:00:56.835Z | [ 9] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1358 | 2024-11-21T19:01:00.049Z | [ 11] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1359 | 2024-11-21T19:01:00.049Z | [ 13] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1360 | 2024-11-21T19:01:00.049Z | [ 15] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec |
1361 | 2024-11-21T19:01:00.049Z | [ 17] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
1362 | 2024-11-21T19:01:00.049Z | [ 19] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec |
1363 | 2024-11-21T19:01:00.049Z | [SUM] 6.00-7.00 sec 180 MBytes 1.51 Gbits/sec |
1364 | 2024-11-21T19:01:00.049Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1365 | 2024-11-21T19:01:00.049Z | [ 5] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1366 | 2024-11-21T19:01:00.049Z | [ 7] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1367 | 2024-11-21T19:01:00.049Z | [ 9] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec |
1368 | 2024-11-21T19:01:00.049Z | [ 11] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1369 | 2024-11-21T19:01:00.049Z | [ 13] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1370 | 2024-11-21T19:01:00.049Z | [ 15] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec |
1371 | 2024-11-21T19:01:00.049Z | [ 17] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
1372 | 2024-11-21T19:01:00.049Z | [ 19] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec |
1373 | 2024-11-21T19:01:00.049Z | [SUM] 7.00-8.00 sec 178 MBytes 1.50 Gbits/sec |
1374 | 2024-11-21T19:01:00.049Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1375 | 2024-11-21T19:01:00.049Z | [ 5] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec |
1376 | 2024-11-21T19:01:00.049Z | [ 7] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1377 | 2024-11-21T19:01:00.049Z | [ 9] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1378 | 2024-11-21T19:01:00.049Z | [ 11] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
1379 | 2024-11-21T19:01:00.049Z | [ 13] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1380 | 2024-11-21T19:01:00.049Z | [ 15] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1381 | 2024-11-21T19:01:00.049Z | [ 17] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1382 | 2024-11-21T19:01:00.049Z | [ 19] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1383 | 2024-11-21T19:01:00.050Z | [SUM] 8.00-9.00 sec 176 MBytes 1.48 Gbits/sec |
1384 | 2024-11-21T19:01:00.050Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1385 | 2024-11-21T19:01:00.050Z | [ 5] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec |
1386 | 2024-11-21T19:01:00.051Z | [ 7] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1387 | 2024-11-21T19:01:00.051Z | [ 9] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec |
1388 | 2024-11-21T19:01:00.051Z | [ 11] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec |
1389 | 2024-11-21T19:01:00.051Z | [ 13] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec |
1390 | 2024-11-21T19:01:00.051Z | [ 15] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1391 | 2024-11-21T19:01:00.051Z | [ 17] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1392 | 2024-11-21T19:01:00.051Z | [ 19] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec |
1393 | 2024-11-21T19:01:00.051Z | [SUM] 9.00-10.00 sec 178 MBytes 1.49 Gbits/sec |
1394 | 2024-11-21T19:01:00.051Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1395 | 2024-11-21T19:01:00.052Z | [ 5] 10.00-10.00 sec 82.0 KBytes 273 Mbits/sec |
1396 | 2024-11-21T19:01:00.052Z | [ 7] 10.00-10.00 sec 73.5 KBytes 245 Mbits/sec |
1397 | 2024-11-21T19:01:00.052Z | [ 9] 10.00-10.00 sec 17.0 KBytes 56.5 Mbits/sec |
1398 | 2024-11-21T19:01:00.053Z | [ 11] 10.00-10.00 sec 124 KBytes 414 Mbits/sec |
1399 | 2024-11-21T19:01:00.053Z | [ 13] 10.00-10.00 sec 124 KBytes 414 Mbits/sec |
1400 | 2024-11-21T19:01:00.053Z | [ 15] 10.00-10.00 sec 124 KBytes 414 Mbits/sec |
1401 | 2024-11-21T19:01:00.053Z | [ 17] 10.00-10.00 sec 43.8 KBytes 146 Mbits/sec |
1402 | 2024-11-21T19:01:00.053Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1403 | 2024-11-21T19:01:00.053Z | [SUM] 10.00-10.00 sec 590 KBytes 1.96 Gbits/sec |
1404 | 2024-11-21T19:01:00.053Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1405 | 2024-11-21T19:01:00.053Z | [ ID] Interval Transfer Bandwidth |
1406 | 2024-11-21T19:01:00.053Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1407 | 2024-11-21T19:01:00.053Z | [ 5] 0.00-10.00 sec 223 MBytes 187 Mbits/sec receiver |
1408 | 2024-11-21T19:01:00.053Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1409 | 2024-11-21T19:01:00.053Z | [ 7] 0.00-10.00 sec 223 MBytes 187 Mbits/sec receiver |
1410 | 2024-11-21T19:01:00.053Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1411 | 2024-11-21T19:01:00.053Z | [ 9] 0.00-10.00 sec 223 MBytes 187 Mbits/sec receiver |
1412 | 2024-11-21T19:01:00.053Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1413 | 2024-11-21T19:01:00.053Z | [ 11] 0.00-10.00 sec 223 MBytes 187 Mbits/sec receiver |
1414 | 2024-11-21T19:01:00.053Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1415 | 2024-11-21T19:01:00.053Z | [ 13] 0.00-10.00 sec 223 MBytes 187 Mbits/sec receiver |
1416 | 2024-11-21T19:01:00.053Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1417 | 2024-11-21T19:01:00.053Z | [ 15] 0.00-10.00 sec 223 MBytes 187 Mbits/sec receiver |
1418 | 2024-11-21T19:01:00.053Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1419 | 2024-11-21T19:01:00.053Z | [ 17] 0.00-10.00 sec 223 MBytes 187 Mbits/sec receiver |
1420 | 2024-11-21T19:01:00.054Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1421 | 2024-11-21T19:01:00.054Z | [ 19] 0.00-10.00 sec 223 MBytes 187 Mbits/sec receiver |
1422 | 2024-11-21T19:01:00.054Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1423 | 2024-11-21T19:01:00.054Z | [SUM] 0.00-10.00 sec 1.74 GBytes 1.49 Gbits/sec receiver |
1424 | 2024-11-21T19:01:00.058Z | Run 5/5...1495.004Mbps |
1425 | 2024-11-21T19:01:00.058Z | ###---------------------### |
1426 | 2024-11-21T19:01:00.058Z | ::: iPerf done... ::: |
1427 | 2024-11-21T19:01:00.058Z | :::Awaiting out files...::: |
1428 | 2024-11-21T19:01:00.058Z | ###---------------------### |
1429 | 2024-11-21T19:01:00.058Z | ###-----### |
1430 | 2024-11-21T19:01:00.058Z | :::done!::: |
1431 | 2024-11-21T19:01:00.058Z | ###-----### |
1432 | 2024-11-21T19:01:00.058Z | ###-------------------### |
1433 | 2024-11-21T19:01:00.058Z | :::Running experiment ::: |
1434 | 2024-11-21T19:01:00.058Z | :::iperf-tcp/local/s2c::: |
1435 | 2024-11-21T19:01:00.058Z | ###-------------------### |
1436 | 2024-11-21T19:01:07.079Z | ----------------------------------------------------------- |
1437 | 2024-11-21T19:01:07.079Z | Server listening on 5201 |
1438 | 2024-11-21T19:01:07.079Z | ----------------------------------------------------------- |
1439 | 2024-11-21T19:01:07.079Z | Accepted connection from 10.0.0.1, port 45932 |
1440 | 2024-11-21T19:01:07.080Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38191 |
1441 | 2024-11-21T19:01:07.080Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55098 |
1442 | 2024-11-21T19:01:07.080Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39895 |
1443 | 2024-11-21T19:01:07.080Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46935 |
1444 | 2024-11-21T19:01:07.080Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60526 |
1445 | 2024-11-21T19:01:07.080Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41449 |
1446 | 2024-11-21T19:01:07.080Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36561 |
1447 | 2024-11-21T19:01:07.080Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51447 |
1448 | 2024-11-21T19:01:07.080Z | [ ID] Interval Transfer Bandwidth |
1449 | 2024-11-21T19:01:07.080Z | [ 5] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1450 | 2024-11-21T19:01:07.081Z | [ 7] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec |
1451 | 2024-11-21T19:01:07.081Z | [ 9] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1452 | 2024-11-21T19:01:07.081Z | [ 11] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec |
1453 | 2024-11-21T19:01:07.081Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1454 | 2024-11-21T19:01:07.081Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1455 | 2024-11-21T19:01:07.081Z | [ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1456 | 2024-11-21T19:01:07.081Z | [ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1457 | 2024-11-21T19:01:07.081Z | [SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec |
1458 | 2024-11-21T19:01:07.081Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1459 | 2024-11-21T19:01:07.081Z | [ 5] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1460 | 2024-11-21T19:01:07.081Z | [ 7] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1461 | 2024-11-21T19:01:07.081Z | [ 9] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1462 | 2024-11-21T19:01:07.081Z | [ 11] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1463 | 2024-11-21T19:01:07.081Z | [ 13] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1464 | 2024-11-21T19:01:07.082Z | [ 15] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1465 | 2024-11-21T19:01:07.082Z | [ 17] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1466 | 2024-11-21T19:01:07.082Z | [ 19] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1467 | 2024-11-21T19:01:07.082Z | [SUM] 1.00-2.00 sec 174 MBytes 1.46 Gbits/sec |
1468 | 2024-11-21T19:01:07.082Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1469 | 2024-11-21T19:01:07.082Z | [ 5] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1470 | 2024-11-21T19:01:07.082Z | [ 7] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1471 | 2024-11-21T19:01:07.082Z | [ 9] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1472 | 2024-11-21T19:01:07.082Z | [ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1473 | 2024-11-21T19:01:07.082Z | [ 13] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1474 | 2024-11-21T19:01:07.082Z | [ 15] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1475 | 2024-11-21T19:01:07.082Z | [ 17] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1476 | 2024-11-21T19:01:07.082Z | [ 19] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1477 | 2024-11-21T19:01:07.082Z | [SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec |
1478 | 2024-11-21T19:01:07.082Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1479 | 2024-11-21T19:01:07.082Z | [ 5] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec |
1480 | 2024-11-21T19:01:07.082Z | [ 7] 3.00-4.00 sec 21.6 MBytes 182 Mbits/sec |
1481 | 2024-11-21T19:01:07.082Z | [ 9] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
1482 | 2024-11-21T19:01:07.083Z | [ 11] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
1483 | 2024-11-21T19:01:07.086Z | [ 13] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1484 | 2024-11-21T19:01:07.086Z | [ 15] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
1485 | 2024-11-21T19:01:07.086Z | [ 17] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
1486 | 2024-11-21T19:01:07.086Z | [ 19] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec |
1487 | 2024-11-21T19:01:07.086Z | [SUM] 3.00-4.00 sec 173 MBytes 1.45 Gbits/sec |
1488 | 2024-11-21T19:01:07.086Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1489 | 2024-11-21T19:01:07.086Z | [ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1490 | 2024-11-21T19:01:07.086Z | [ 7] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1491 | 2024-11-21T19:01:07.086Z | [ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1492 | 2024-11-21T19:01:07.086Z | [ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1493 | 2024-11-21T19:01:07.086Z | [ 13] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1494 | 2024-11-21T19:01:07.086Z | [ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1495 | 2024-11-21T19:01:07.086Z | [ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1496 | 2024-11-21T19:01:07.087Z | [ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1497 | 2024-11-21T19:01:07.087Z | [SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec |
1498 | 2024-11-21T19:01:07.087Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1499 | 2024-11-21T19:01:07.087Z | [ 5] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1500 | 2024-11-21T19:01:07.087Z | [ 7] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1501 | 2024-11-21T19:01:07.087Z | [ 9] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1502 | 2024-11-21T19:01:07.087Z | [ 11] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1503 | 2024-11-21T19:01:07.087Z | [ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1504 | 2024-11-21T19:01:07.087Z | [ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1505 | 2024-11-21T19:01:07.087Z | [ 17] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1506 | 2024-11-21T19:01:07.087Z | [ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1507 | 2024-11-21T19:01:07.087Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1508 | 2024-11-21T19:01:07.087Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1509 | 2024-11-21T19:01:07.087Z | [ 5] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1510 | 2024-11-21T19:01:07.087Z | [ 7] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1511 | 2024-11-21T19:01:07.087Z | [ 9] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1512 | 2024-11-21T19:01:10.298Z | [ 11] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1513 | 2024-11-21T19:01:10.298Z | [ 13] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1514 | 2024-11-21T19:01:10.298Z | [ 15] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1515 | 2024-11-21T19:01:10.298Z | [ 17] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1516 | 2024-11-21T19:01:10.299Z | [ 19] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1517 | 2024-11-21T19:01:10.299Z | [SUM] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec |
1518 | 2024-11-21T19:01:10.299Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1519 | 2024-11-21T19:01:10.299Z | [ 5] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1520 | 2024-11-21T19:01:10.299Z | [ 7] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1521 | 2024-11-21T19:01:10.299Z | [ 9] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1522 | 2024-11-21T19:01:10.299Z | [ 11] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1523 | 2024-11-21T19:01:10.299Z | [ 13] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1524 | 2024-11-21T19:01:10.299Z | [ 15] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1525 | 2024-11-21T19:01:10.299Z | [ 17] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1526 | 2024-11-21T19:01:10.299Z | [ 19] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1527 | 2024-11-21T19:01:10.299Z | [SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec |
1528 | 2024-11-21T19:01:10.299Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1529 | 2024-11-21T19:01:10.299Z | [ 5] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1530 | 2024-11-21T19:01:10.299Z | [ 7] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec |
1531 | 2024-11-21T19:01:10.299Z | [ 9] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1532 | 2024-11-21T19:01:10.299Z | [ 11] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1533 | 2024-11-21T19:01:10.299Z | [ 13] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1534 | 2024-11-21T19:01:10.299Z | [ 15] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1535 | 2024-11-21T19:01:10.299Z | [ 17] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1536 | 2024-11-21T19:01:10.299Z | [ 19] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1537 | 2024-11-21T19:01:10.299Z | [SUM] 8.00-9.00 sec 173 MBytes 1.45 Gbits/sec |
1538 | 2024-11-21T19:01:10.299Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1539 | 2024-11-21T19:01:10.299Z | [ 5] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1540 | 2024-11-21T19:01:10.300Z | [ 7] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1541 | 2024-11-21T19:01:10.300Z | [ 9] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1542 | 2024-11-21T19:01:10.300Z | [ 11] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1543 | 2024-11-21T19:01:10.300Z | [ 13] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1544 | 2024-11-21T19:01:10.300Z | [ 15] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1545 | 2024-11-21T19:01:10.300Z | [ 17] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1546 | 2024-11-21T19:01:10.300Z | [ 19] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1547 | 2024-11-21T19:01:10.300Z | [SUM] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec |
1548 | 2024-11-21T19:01:10.300Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1549 | 2024-11-21T19:01:10.300Z | [ 5] 10.00-10.00 sec 113 KBytes 405 Mbits/sec |
1550 | 2024-11-21T19:01:10.300Z | [ 7] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec |
1551 | 2024-11-21T19:01:10.300Z | [ 9] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec |
1552 | 2024-11-21T19:01:10.300Z | [ 11] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec |
1553 | 2024-11-21T19:01:10.301Z | [ 13] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec |
1554 | 2024-11-21T19:01:10.301Z | [ 15] 10.00-10.00 sec 56.6 KBytes 202 Mbits/sec |
1555 | 2024-11-21T19:01:10.301Z | [ 17] 10.00-10.00 sec 56.6 KBytes 202 Mbits/sec |
1556 | 2024-11-21T19:01:10.301Z | [ 19] 10.00-10.00 sec 56.6 KBytes 203 Mbits/sec |
1557 | 2024-11-21T19:01:10.301Z | [SUM] 10.00-10.00 sec 509 KBytes 1.82 Gbits/sec |
1558 | 2024-11-21T19:01:10.301Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1559 | 2024-11-21T19:01:10.301Z | [ ID] Interval Transfer Bandwidth |
1560 | 2024-11-21T19:01:10.301Z | [ 5] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1561 | 2024-11-21T19:01:10.301Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1562 | 2024-11-21T19:01:10.301Z | [ 7] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1563 | 2024-11-21T19:01:10.301Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1564 | 2024-11-21T19:01:10.302Z | [ 9] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1565 | 2024-11-21T19:01:10.302Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1566 | 2024-11-21T19:01:10.302Z | [ 11] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1567 | 2024-11-21T19:01:10.302Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1568 | 2024-11-21T19:01:10.302Z | [ 13] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1569 | 2024-11-21T19:01:10.302Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1570 | 2024-11-21T19:01:10.302Z | [ 15] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1571 | 2024-11-21T19:01:10.302Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1572 | 2024-11-21T19:01:10.302Z | [ 17] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1573 | 2024-11-21T19:01:10.302Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1574 | 2024-11-21T19:01:10.302Z | [ 19] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1575 | 2024-11-21T19:01:10.302Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1576 | 2024-11-21T19:01:10.302Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.45 Gbits/sec sender |
1577 | 2024-11-21T19:01:10.302Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1578 | 2024-11-21T19:01:10.306Z | Run 1/5...1446.637Mbps |
1579 | 2024-11-21T19:01:17.332Z | ----------------------------------------------------------- |
1580 | 2024-11-21T19:01:17.332Z | Server listening on 5201 |
1581 | 2024-11-21T19:01:17.332Z | ----------------------------------------------------------- |
1582 | 2024-11-21T19:01:17.332Z | Accepted connection from 10.0.0.1, port 41463 |
1583 | 2024-11-21T19:01:17.332Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45149 |
1584 | 2024-11-21T19:01:17.332Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45070 |
1585 | 2024-11-21T19:01:17.332Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59380 |
1586 | 2024-11-21T19:01:17.332Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64262 |
1587 | 2024-11-21T19:01:17.332Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51531 |
1588 | 2024-11-21T19:01:17.332Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42164 |
1589 | 2024-11-21T19:01:17.332Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53472 |
1590 | 2024-11-21T19:01:17.332Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64178 |
1591 | 2024-11-21T19:01:17.332Z | [ ID] Interval Transfer Bandwidth |
1592 | 2024-11-21T19:01:17.332Z | [ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1593 | 2024-11-21T19:01:17.332Z | [ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1594 | 2024-11-21T19:01:17.332Z | [ 9] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1595 | 2024-11-21T19:01:17.332Z | [ 11] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1596 | 2024-11-21T19:01:17.332Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1597 | 2024-11-21T19:01:17.332Z | [ 15] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1598 | 2024-11-21T19:01:17.332Z | [ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1599 | 2024-11-21T19:01:17.332Z | [ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1600 | 2024-11-21T19:01:17.332Z | [SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec |
1601 | 2024-11-21T19:01:17.332Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1602 | 2024-11-21T19:01:17.332Z | [ 5] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1603 | 2024-11-21T19:01:17.332Z | [ 7] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1604 | 2024-11-21T19:01:17.332Z | [ 9] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1605 | 2024-11-21T19:01:17.332Z | [ 11] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1606 | 2024-11-21T19:01:17.333Z | [ 13] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1607 | 2024-11-21T19:01:17.333Z | [ 15] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1608 | 2024-11-21T19:01:17.333Z | [ 17] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1609 | 2024-11-21T19:01:17.333Z | [ 19] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1610 | 2024-11-21T19:01:17.333Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
1611 | 2024-11-21T19:01:17.333Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1612 | 2024-11-21T19:01:17.333Z | [ 5] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1613 | 2024-11-21T19:01:17.333Z | [ 7] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec |
1614 | 2024-11-21T19:01:17.333Z | [ 9] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1615 | 2024-11-21T19:01:17.333Z | [ 11] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1616 | 2024-11-21T19:01:17.333Z | [ 13] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1617 | 2024-11-21T19:01:17.333Z | [ 15] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1618 | 2024-11-21T19:01:17.333Z | [ 17] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1619 | 2024-11-21T19:01:17.333Z | [ 19] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec |
1620 | 2024-11-21T19:01:17.333Z | [SUM] 2.00-3.00 sec 172 MBytes 1.45 Gbits/sec |
1621 | 2024-11-21T19:01:17.333Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1622 | 2024-11-21T19:01:17.334Z | [ 5] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1623 | 2024-11-21T19:01:17.334Z | [ 7] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1624 | 2024-11-21T19:01:17.334Z | [ 9] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1625 | 2024-11-21T19:01:17.334Z | [ 11] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1626 | 2024-11-21T19:01:17.334Z | [ 13] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1627 | 2024-11-21T19:01:17.334Z | [ 15] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1628 | 2024-11-21T19:01:17.334Z | [ 17] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1629 | 2024-11-21T19:01:17.334Z | [ 19] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1630 | 2024-11-21T19:01:17.334Z | [SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec |
1631 | 2024-11-21T19:01:17.334Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1632 | 2024-11-21T19:01:17.334Z | [ 5] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1633 | 2024-11-21T19:01:17.334Z | [ 7] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1634 | 2024-11-21T19:01:17.334Z | [ 9] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
1635 | 2024-11-21T19:01:17.334Z | [ 11] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
1636 | 2024-11-21T19:01:17.334Z | [ 13] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
1637 | 2024-11-21T19:01:17.334Z | [ 15] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
1638 | 2024-11-21T19:01:17.334Z | [ 17] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec |
1639 | 2024-11-21T19:01:17.334Z | [ 19] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec |
1640 | 2024-11-21T19:01:17.334Z | [SUM] 4.00-5.00 sec 177 MBytes 1.48 Gbits/sec |
1641 | 2024-11-21T19:01:17.334Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1642 | 2024-11-21T19:01:17.335Z | [ 5] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1643 | 2024-11-21T19:01:17.335Z | [ 7] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1644 | 2024-11-21T19:01:17.335Z | [ 9] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1645 | 2024-11-21T19:01:17.335Z | [ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1646 | 2024-11-21T19:01:17.335Z | [ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1647 | 2024-11-21T19:01:17.335Z | [ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1648 | 2024-11-21T19:01:17.335Z | [ 17] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1649 | 2024-11-21T19:01:17.335Z | [ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1650 | 2024-11-21T19:01:17.335Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1651 | 2024-11-21T19:01:17.335Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1652 | 2024-11-21T19:01:17.335Z | [ 5] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1653 | 2024-11-21T19:01:17.335Z | [ 7] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1654 | 2024-11-21T19:01:17.335Z | [ 9] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1655 | 2024-11-21T19:01:20.549Z | [ 11] 6.00-7.00 sec 21.2 MBytes 177 Mbits/sec |
1656 | 2024-11-21T19:01:20.549Z | [ 13] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1657 | 2024-11-21T19:01:20.549Z | [ 15] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1658 | 2024-11-21T19:01:20.549Z | [ 17] 6.00-7.00 sec 21.2 MBytes 177 Mbits/sec |
1659 | 2024-11-21T19:01:20.550Z | [ 19] 6.00-7.00 sec 21.2 MBytes 177 Mbits/sec |
1660 | 2024-11-21T19:01:20.550Z | [SUM] 6.00-7.00 sec 169 MBytes 1.42 Gbits/sec |
1661 | 2024-11-21T19:01:20.550Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1662 | 2024-11-21T19:01:20.550Z | [ 5] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
1663 | 2024-11-21T19:01:20.550Z | [ 7] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1664 | 2024-11-21T19:01:20.550Z | [ 9] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1665 | 2024-11-21T19:01:20.551Z | [ 11] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1666 | 2024-11-21T19:01:20.551Z | [ 13] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1667 | 2024-11-21T19:01:20.551Z | [ 15] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1668 | 2024-11-21T19:01:20.551Z | [ 17] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1669 | 2024-11-21T19:01:20.551Z | [ 19] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
1670 | 2024-11-21T19:01:20.551Z | [SUM] 7.00-8.00 sec 174 MBytes 1.46 Gbits/sec |
1671 | 2024-11-21T19:01:20.551Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1672 | 2024-11-21T19:01:20.551Z | [ 5] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1673 | 2024-11-21T19:01:20.551Z | [ 7] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1674 | 2024-11-21T19:01:20.552Z | [ 9] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1675 | 2024-11-21T19:01:20.552Z | [ 11] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1676 | 2024-11-21T19:01:20.552Z | [ 13] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1677 | 2024-11-21T19:01:20.552Z | [ 15] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1678 | 2024-11-21T19:01:20.552Z | [ 17] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1679 | 2024-11-21T19:01:20.552Z | [ 19] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec |
1680 | 2024-11-21T19:01:20.552Z | [SUM] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec |
1681 | 2024-11-21T19:01:20.552Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1682 | 2024-11-21T19:01:20.552Z | [ 5] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1683 | 2024-11-21T19:01:20.552Z | [ 7] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1684 | 2024-11-21T19:01:20.552Z | [ 9] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1685 | 2024-11-21T19:01:20.552Z | [ 11] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1686 | 2024-11-21T19:01:20.552Z | [ 13] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1687 | 2024-11-21T19:01:20.552Z | [ 15] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1688 | 2024-11-21T19:01:20.552Z | [ 17] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1689 | 2024-11-21T19:01:20.552Z | [ 19] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1690 | 2024-11-21T19:01:20.552Z | [SUM] 9.00-10.00 sec 175 MBytes 1.47 Gbits/sec |
1691 | 2024-11-21T19:01:20.552Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1692 | 2024-11-21T19:01:20.552Z | [ 5] 10.00-10.00 sec 113 KBytes 392 Mbits/sec |
1693 | 2024-11-21T19:01:20.552Z | [ 7] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1694 | 2024-11-21T19:01:20.552Z | [ 9] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1695 | 2024-11-21T19:01:20.552Z | [ 11] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1696 | 2024-11-21T19:01:20.552Z | [ 13] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1697 | 2024-11-21T19:01:20.552Z | [ 15] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1698 | 2024-11-21T19:01:20.552Z | [ 17] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1699 | 2024-11-21T19:01:20.552Z | [ 19] 10.00-10.00 sec 56.6 KBytes 196 Mbits/sec |
1700 | 2024-11-21T19:01:20.552Z | [SUM] 10.00-10.00 sec 509 KBytes 1.76 Gbits/sec |
1701 | 2024-11-21T19:01:20.552Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1702 | 2024-11-21T19:01:20.552Z | [ ID] Interval Transfer Bandwidth |
1703 | 2024-11-21T19:01:20.552Z | [ 5] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1704 | 2024-11-21T19:01:20.553Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1705 | 2024-11-21T19:01:20.553Z | [ 7] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1706 | 2024-11-21T19:01:20.553Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1707 | 2024-11-21T19:01:20.553Z | [ 9] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1708 | 2024-11-21T19:01:20.553Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1709 | 2024-11-21T19:01:20.553Z | [ 11] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1710 | 2024-11-21T19:01:20.553Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1711 | 2024-11-21T19:01:20.553Z | [ 13] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1712 | 2024-11-21T19:01:20.553Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1713 | 2024-11-21T19:01:20.553Z | [ 15] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1714 | 2024-11-21T19:01:20.553Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1715 | 2024-11-21T19:01:20.553Z | [ 17] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1716 | 2024-11-21T19:01:20.553Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1717 | 2024-11-21T19:01:20.553Z | [ 19] 0.00-10.00 sec 215 MBytes 181 Mbits/sec sender |
1718 | 2024-11-21T19:01:20.553Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1719 | 2024-11-21T19:01:20.553Z | [SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender |
1720 | 2024-11-21T19:01:20.553Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1721 | 2024-11-21T19:01:20.556Z | Run 2/5...1444.951Mbps |
1722 | 2024-11-21T19:01:27.581Z | ----------------------------------------------------------- |
1723 | 2024-11-21T19:01:27.581Z | Server listening on 5201 |
1724 | 2024-11-21T19:01:27.581Z | ----------------------------------------------------------- |
1725 | 2024-11-21T19:01:27.581Z | Accepted connection from 10.0.0.1, port 35316 |
1726 | 2024-11-21T19:01:27.581Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59925 |
1727 | 2024-11-21T19:01:27.581Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63294 |
1728 | 2024-11-21T19:01:27.581Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50703 |
1729 | 2024-11-21T19:01:27.581Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46553 |
1730 | 2024-11-21T19:01:27.581Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47536 |
1731 | 2024-11-21T19:01:27.581Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32809 |
1732 | 2024-11-21T19:01:27.581Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33504 |
1733 | 2024-11-21T19:01:27.581Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63851 |
1734 | 2024-11-21T19:01:27.582Z | [ ID] Interval Transfer Bandwidth |
1735 | 2024-11-21T19:01:27.582Z | [ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1736 | 2024-11-21T19:01:27.582Z | [ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1737 | 2024-11-21T19:01:27.582Z | [ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1738 | 2024-11-21T19:01:27.582Z | [ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1739 | 2024-11-21T19:01:27.582Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1740 | 2024-11-21T19:01:27.582Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1741 | 2024-11-21T19:01:27.582Z | [ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1742 | 2024-11-21T19:01:27.582Z | [ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1743 | 2024-11-21T19:01:27.582Z | [SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec |
1744 | 2024-11-21T19:01:27.582Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1745 | 2024-11-21T19:01:27.582Z | [ 5] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
1746 | 2024-11-21T19:01:27.582Z | [ 7] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
1747 | 2024-11-21T19:01:27.582Z | [ 9] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec |
1748 | 2024-11-21T19:01:27.582Z | [ 11] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1749 | 2024-11-21T19:01:27.582Z | [ 13] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1750 | 2024-11-21T19:01:27.582Z | [ 15] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1751 | 2024-11-21T19:01:27.582Z | [ 17] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
1752 | 2024-11-21T19:01:27.582Z | [ 19] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
1753 | 2024-11-21T19:01:27.582Z | [SUM] 1.00-2.00 sec 176 MBytes 1.47 Gbits/sec |
1754 | 2024-11-21T19:01:27.583Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1755 | 2024-11-21T19:01:27.583Z | [ 5] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
1756 | 2024-11-21T19:01:27.583Z | [ 7] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1757 | 2024-11-21T19:01:27.583Z | [ 9] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec |
1758 | 2024-11-21T19:01:27.583Z | [ 11] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1759 | 2024-11-21T19:01:27.583Z | [ 13] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1760 | 2024-11-21T19:01:27.583Z | [ 15] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1761 | 2024-11-21T19:01:27.585Z | [ 17] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1762 | 2024-11-21T19:01:27.586Z | [ 19] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1763 | 2024-11-21T19:01:27.586Z | [SUM] 2.00-3.00 sec 175 MBytes 1.47 Gbits/sec |
1764 | 2024-11-21T19:01:27.586Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1765 | 2024-11-21T19:01:27.586Z | [ 5] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1766 | 2024-11-21T19:01:27.586Z | [ 7] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1767 | 2024-11-21T19:01:27.586Z | [ 9] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1768 | 2024-11-21T19:01:27.586Z | [ 11] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1769 | 2024-11-21T19:01:27.586Z | [ 13] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1770 | 2024-11-21T19:01:27.587Z | [ 15] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1771 | 2024-11-21T19:01:27.587Z | [ 17] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1772 | 2024-11-21T19:01:27.587Z | [ 19] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1773 | 2024-11-21T19:01:27.587Z | [SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec |
1774 | 2024-11-21T19:01:27.587Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1775 | 2024-11-21T19:01:27.587Z | [ 5] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1776 | 2024-11-21T19:01:27.587Z | [ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1777 | 2024-11-21T19:01:27.587Z | [ 9] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1778 | 2024-11-21T19:01:27.587Z | [ 11] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1779 | 2024-11-21T19:01:27.587Z | [ 13] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1780 | 2024-11-21T19:01:27.587Z | [ 15] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1781 | 2024-11-21T19:01:27.587Z | [ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1782 | 2024-11-21T19:01:27.587Z | [ 19] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1783 | 2024-11-21T19:01:27.587Z | [SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec |
1784 | 2024-11-21T19:01:27.587Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1785 | 2024-11-21T19:01:27.587Z | [ 5] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec |
1786 | 2024-11-21T19:01:27.587Z | [ 7] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1787 | 2024-11-21T19:01:27.587Z | [ 9] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1788 | 2024-11-21T19:01:27.587Z | [ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1789 | 2024-11-21T19:01:27.587Z | [ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1790 | 2024-11-21T19:01:27.587Z | [ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1791 | 2024-11-21T19:01:27.587Z | [ 17] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1792 | 2024-11-21T19:01:27.587Z | [ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec |
1793 | 2024-11-21T19:01:27.587Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1794 | 2024-11-21T19:01:27.587Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1795 | 2024-11-21T19:01:27.587Z | [ 5] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1796 | 2024-11-21T19:01:27.587Z | [ 7] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1797 | 2024-11-21T19:01:27.588Z | [ 9] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1798 | 2024-11-21T19:01:30.800Z | [ 11] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1799 | 2024-11-21T19:01:30.800Z | [ 13] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1800 | 2024-11-21T19:01:30.800Z | [ 15] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1801 | 2024-11-21T19:01:30.800Z | [ 17] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1802 | 2024-11-21T19:01:30.800Z | [ 19] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1803 | 2024-11-21T19:01:30.800Z | [SUM] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec |
1804 | 2024-11-21T19:01:30.800Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1805 | 2024-11-21T19:01:30.800Z | [ 5] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1806 | 2024-11-21T19:01:30.801Z | [ 7] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1807 | 2024-11-21T19:01:30.801Z | [ 9] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec |
1808 | 2024-11-21T19:01:30.801Z | [ 11] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1809 | 2024-11-21T19:01:30.801Z | [ 13] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1810 | 2024-11-21T19:01:30.801Z | [ 15] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1811 | 2024-11-21T19:01:30.801Z | [ 17] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1812 | 2024-11-21T19:01:30.801Z | [ 19] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1813 | 2024-11-21T19:01:30.801Z | [SUM] 7.00-8.00 sec 175 MBytes 1.47 Gbits/sec |
1814 | 2024-11-21T19:01:30.801Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1815 | 2024-11-21T19:01:30.801Z | [ 5] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1816 | 2024-11-21T19:01:30.801Z | [ 7] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1817 | 2024-11-21T19:01:30.801Z | [ 9] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1818 | 2024-11-21T19:01:30.801Z | [ 11] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1819 | 2024-11-21T19:01:30.801Z | [ 13] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1820 | 2024-11-21T19:01:30.801Z | [ 15] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1821 | 2024-11-21T19:01:30.801Z | [ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
1822 | 2024-11-21T19:01:30.801Z | [ 19] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1823 | 2024-11-21T19:01:30.801Z | [SUM] 8.00-9.00 sec 175 MBytes 1.46 Gbits/sec |
1824 | 2024-11-21T19:01:30.801Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1825 | 2024-11-21T19:01:30.801Z | [ 5] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1826 | 2024-11-21T19:01:30.801Z | [ 7] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1827 | 2024-11-21T19:01:30.801Z | [ 9] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1828 | 2024-11-21T19:01:30.801Z | [ 11] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1829 | 2024-11-21T19:01:30.801Z | [ 13] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1830 | 2024-11-21T19:01:30.802Z | [ 15] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1831 | 2024-11-21T19:01:30.802Z | [ 17] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec |
1832 | 2024-11-21T19:01:30.802Z | [ 19] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1833 | 2024-11-21T19:01:30.802Z | [SUM] 9.00-10.00 sec 175 MBytes 1.47 Gbits/sec |
1834 | 2024-11-21T19:01:30.802Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1835 | 2024-11-21T19:01:30.802Z | [ 5] 10.00-10.00 sec 113 KBytes 504 Mbits/sec |
1836 | 2024-11-21T19:01:30.802Z | [ 7] 10.00-10.00 sec 56.6 KBytes 252 Mbits/sec |
1837 | 2024-11-21T19:01:30.802Z | [ 9] 10.00-10.00 sec 56.6 KBytes 252 Mbits/sec |
1838 | 2024-11-21T19:01:30.802Z | [ 11] 10.00-10.00 sec 56.6 KBytes 252 Mbits/sec |
1839 | 2024-11-21T19:01:30.802Z | [ 13] 10.00-10.00 sec 56.6 KBytes 252 Mbits/sec |
1840 | 2024-11-21T19:01:30.802Z | [ 15] 10.00-10.00 sec 113 KBytes 504 Mbits/sec |
1841 | 2024-11-21T19:01:30.802Z | [ 17] 10.00-10.00 sec 113 KBytes 504 Mbits/sec |
1842 | 2024-11-21T19:01:30.802Z | [ 19] 10.00-10.00 sec 113 KBytes 504 Mbits/sec |
1843 | 2024-11-21T19:01:30.802Z | [SUM] 10.00-10.00 sec 679 KBytes 3.02 Gbits/sec |
1844 | 2024-11-21T19:01:30.802Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1845 | 2024-11-21T19:01:30.802Z | [ ID] Interval Transfer Bandwidth |
1846 | 2024-11-21T19:01:30.802Z | [ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1847 | 2024-11-21T19:01:30.802Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1848 | 2024-11-21T19:01:30.802Z | [ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1849 | 2024-11-21T19:01:30.802Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1850 | 2024-11-21T19:01:30.802Z | [ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1851 | 2024-11-21T19:01:30.802Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1852 | 2024-11-21T19:01:30.802Z | [ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1853 | 2024-11-21T19:01:30.804Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1854 | 2024-11-21T19:01:30.804Z | [ 13] 0.00-10.00 sec 216 MBytes 182 Mbits/sec sender |
1855 | 2024-11-21T19:01:30.804Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1856 | 2024-11-21T19:01:30.804Z | [ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1857 | 2024-11-21T19:01:30.804Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1858 | 2024-11-21T19:01:30.804Z | [ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1859 | 2024-11-21T19:01:30.804Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1860 | 2024-11-21T19:01:30.804Z | [ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
1861 | 2024-11-21T19:01:30.804Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1862 | 2024-11-21T19:01:30.804Z | [SUM] 0.00-10.00 sec 1.69 GBytes 1.45 Gbits/sec sender |
1863 | 2024-11-21T19:01:30.804Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1864 | 2024-11-21T19:01:30.807Z | Run 3/5...1453.083Mbps |
1865 | 2024-11-21T19:01:37.831Z | ----------------------------------------------------------- |
1866 | 2024-11-21T19:01:37.833Z | Server listening on 5201 |
1867 | 2024-11-21T19:01:37.833Z | ----------------------------------------------------------- |
1868 | 2024-11-21T19:01:37.833Z | Accepted connection from 10.0.0.1, port 49163 |
1869 | 2024-11-21T19:01:37.833Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62763 |
1870 | 2024-11-21T19:01:37.833Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63987 |
1871 | 2024-11-21T19:01:37.833Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35936 |
1872 | 2024-11-21T19:01:37.833Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53782 |
1873 | 2024-11-21T19:01:37.833Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38454 |
1874 | 2024-11-21T19:01:37.833Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58587 |
1875 | 2024-11-21T19:01:37.833Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54177 |
1876 | 2024-11-21T19:01:37.833Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59377 |
1877 | 2024-11-21T19:01:37.833Z | [ ID] Interval Transfer Bandwidth |
1878 | 2024-11-21T19:01:37.833Z | [ 5] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
1879 | 2024-11-21T19:01:37.833Z | [ 7] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
1880 | 2024-11-21T19:01:37.833Z | [ 9] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
1881 | 2024-11-21T19:01:37.833Z | [ 11] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
1882 | 2024-11-21T19:01:37.833Z | [ 13] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
1883 | 2024-11-21T19:01:37.833Z | [ 15] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1884 | 2024-11-21T19:01:37.833Z | [ 17] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1885 | 2024-11-21T19:01:37.833Z | [ 19] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1886 | 2024-11-21T19:01:37.833Z | [SUM] 0.00-1.00 sec 161 MBytes 1.35 Gbits/sec |
1887 | 2024-11-21T19:01:37.833Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1888 | 2024-11-21T19:01:37.833Z | [ 5] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1889 | 2024-11-21T19:01:37.833Z | [ 7] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec |
1890 | 2024-11-21T19:01:37.833Z | [ 9] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1891 | 2024-11-21T19:01:37.833Z | [ 11] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1892 | 2024-11-21T19:01:37.833Z | [ 13] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1893 | 2024-11-21T19:01:37.833Z | [ 15] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1894 | 2024-11-21T19:01:37.833Z | [ 17] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1895 | 2024-11-21T19:01:37.834Z | [ 19] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1896 | 2024-11-21T19:01:37.834Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
1897 | 2024-11-21T19:01:37.834Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1898 | 2024-11-21T19:01:37.834Z | [ 5] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1899 | 2024-11-21T19:01:37.834Z | [ 7] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1900 | 2024-11-21T19:01:37.834Z | [ 9] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1901 | 2024-11-21T19:01:37.834Z | [ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1902 | 2024-11-21T19:01:37.834Z | [ 13] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1903 | 2024-11-21T19:01:37.834Z | [ 15] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1904 | 2024-11-21T19:01:37.834Z | [ 17] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1905 | 2024-11-21T19:01:37.834Z | [ 19] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
1906 | 2024-11-21T19:01:37.834Z | [SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec |
1907 | 2024-11-21T19:01:37.834Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1908 | 2024-11-21T19:01:37.834Z | [ 5] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1909 | 2024-11-21T19:01:37.834Z | [ 7] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1910 | 2024-11-21T19:01:37.834Z | [ 9] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1911 | 2024-11-21T19:01:37.834Z | [ 11] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1912 | 2024-11-21T19:01:37.834Z | [ 13] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1913 | 2024-11-21T19:01:37.834Z | [ 15] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1914 | 2024-11-21T19:01:37.834Z | [ 17] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1915 | 2024-11-21T19:01:37.834Z | [ 19] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1916 | 2024-11-21T19:01:37.834Z | [SUM] 3.00-4.00 sec 175 MBytes 1.46 Gbits/sec |
1917 | 2024-11-21T19:01:37.834Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1918 | 2024-11-21T19:01:37.834Z | [ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1919 | 2024-11-21T19:01:37.834Z | [ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1920 | 2024-11-21T19:01:37.834Z | [ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
1921 | 2024-11-21T19:01:37.834Z | [ 11] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1922 | 2024-11-21T19:01:37.834Z | [ 13] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1923 | 2024-11-21T19:01:37.834Z | [ 15] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1924 | 2024-11-21T19:01:37.834Z | [ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1925 | 2024-11-21T19:01:37.834Z | [ 19] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1926 | 2024-11-21T19:01:37.834Z | [SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec |
1927 | 2024-11-21T19:01:37.834Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1928 | 2024-11-21T19:01:37.834Z | [ 5] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1929 | 2024-11-21T19:01:37.834Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1930 | 2024-11-21T19:01:37.834Z | [ 9] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1931 | 2024-11-21T19:01:37.834Z | [ 11] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1932 | 2024-11-21T19:01:37.834Z | [ 13] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1933 | 2024-11-21T19:01:37.834Z | [ 15] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1934 | 2024-11-21T19:01:37.834Z | [ 17] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1935 | 2024-11-21T19:01:37.835Z | [ 19] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1936 | 2024-11-21T19:01:37.835Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1937 | 2024-11-21T19:01:37.835Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1938 | 2024-11-21T19:01:37.835Z | [ 5] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1939 | 2024-11-21T19:01:37.835Z | [ 7] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1940 | 2024-11-21T19:01:37.835Z | [ 9] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1941 | 2024-11-21T19:01:41.051Z | [ 11] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1942 | 2024-11-21T19:01:41.051Z | [ 13] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1943 | 2024-11-21T19:01:41.051Z | [ 15] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1944 | 2024-11-21T19:01:41.051Z | [ 17] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
1945 | 2024-11-21T19:01:41.051Z | [ 19] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1946 | 2024-11-21T19:01:41.051Z | [SUM] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec |
1947 | 2024-11-21T19:01:41.051Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1948 | 2024-11-21T19:01:41.051Z | [ 5] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1949 | 2024-11-21T19:01:41.051Z | [ 7] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec |
1950 | 2024-11-21T19:01:41.051Z | [ 9] 7.00-8.00 sec 21.9 MBytes 184 Mbits/sec |
1951 | 2024-11-21T19:01:41.051Z | [ 11] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec |
1952 | 2024-11-21T19:01:41.051Z | [ 13] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
1953 | 2024-11-21T19:01:41.051Z | [ 15] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec |
1954 | 2024-11-21T19:01:41.051Z | [ 17] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec |
1955 | 2024-11-21T19:01:41.051Z | [ 19] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec |
1956 | 2024-11-21T19:01:41.051Z | [SUM] 7.00-8.00 sec 175 MBytes 1.47 Gbits/sec |
1957 | 2024-11-21T19:01:41.052Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1958 | 2024-11-21T19:01:41.052Z | [ 5] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1959 | 2024-11-21T19:01:41.052Z | [ 7] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1960 | 2024-11-21T19:01:41.053Z | [ 9] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1961 | 2024-11-21T19:01:41.053Z | [ 11] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1962 | 2024-11-21T19:01:41.053Z | [ 13] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1963 | 2024-11-21T19:01:41.053Z | [ 15] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1964 | 2024-11-21T19:01:41.054Z | [ 17] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1965 | 2024-11-21T19:01:41.054Z | [ 19] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1966 | 2024-11-21T19:01:41.054Z | [SUM] 8.00-9.00 sec 175 MBytes 1.47 Gbits/sec |
1967 | 2024-11-21T19:01:41.054Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1968 | 2024-11-21T19:01:41.054Z | [ 5] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1969 | 2024-11-21T19:01:41.054Z | [ 7] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1970 | 2024-11-21T19:01:41.054Z | [ 9] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1971 | 2024-11-21T19:01:41.054Z | [ 11] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1972 | 2024-11-21T19:01:41.054Z | [ 13] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1973 | 2024-11-21T19:01:41.054Z | [ 15] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1974 | 2024-11-21T19:01:41.054Z | [ 17] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1975 | 2024-11-21T19:01:41.054Z | [ 19] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1976 | 2024-11-21T19:01:41.054Z | [SUM] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec |
1977 | 2024-11-21T19:01:41.054Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1978 | 2024-11-21T19:01:41.054Z | [ 5] 10.00-10.00 sec 56.6 KBytes 230 Mbits/sec |
1979 | 2024-11-21T19:01:41.054Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1980 | 2024-11-21T19:01:41.054Z | [ 9] 10.00-10.00 sec 56.6 KBytes 230 Mbits/sec |
1981 | 2024-11-21T19:01:41.055Z | [ 11] 10.00-10.00 sec 56.6 KBytes 230 Mbits/sec |
1982 | 2024-11-21T19:01:41.055Z | [ 13] 10.00-10.00 sec 56.6 KBytes 230 Mbits/sec |
1983 | 2024-11-21T19:01:41.055Z | [ 15] 10.00-10.00 sec 113 KBytes 461 Mbits/sec |
1984 | 2024-11-21T19:01:41.055Z | [ 17] 10.00-10.00 sec 113 KBytes 461 Mbits/sec |
1985 | 2024-11-21T19:01:41.055Z | [ 19] 10.00-10.00 sec 113 KBytes 461 Mbits/sec |
1986 | 2024-11-21T19:01:41.055Z | [SUM] 10.00-10.00 sec 566 KBytes 2.30 Gbits/sec |
1987 | 2024-11-21T19:01:41.055Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1988 | 2024-11-21T19:01:41.055Z | [ ID] Interval Transfer Bandwidth |
1989 | 2024-11-21T19:01:41.055Z | [ 5] 0.00-10.00 sec 216 MBytes 182 Mbits/sec sender |
1990 | 2024-11-21T19:01:41.055Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1991 | 2024-11-21T19:01:41.055Z | [ 7] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1992 | 2024-11-21T19:01:41.055Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1993 | 2024-11-21T19:01:41.055Z | [ 9] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1994 | 2024-11-21T19:01:41.055Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1995 | 2024-11-21T19:01:41.055Z | [ 11] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1996 | 2024-11-21T19:01:41.055Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1997 | 2024-11-21T19:01:41.055Z | [ 13] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
1998 | 2024-11-21T19:01:41.055Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1999 | 2024-11-21T19:01:41.055Z | [ 15] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
2000 | 2024-11-21T19:01:41.055Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2001 | 2024-11-21T19:01:41.055Z | [ 17] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
2002 | 2024-11-21T19:01:41.055Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2003 | 2024-11-21T19:01:41.056Z | [ 19] 0.00-10.00 sec 216 MBytes 181 Mbits/sec sender |
2004 | 2024-11-21T19:01:41.056Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2005 | 2024-11-21T19:01:41.056Z | [SUM] 0.00-10.00 sec 1.69 GBytes 1.45 Gbits/sec sender |
2006 | 2024-11-21T19:01:41.059Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2007 | 2024-11-21T19:01:41.059Z | Run 4/5...1452.226Mbps |
2008 | 2024-11-21T19:01:48.082Z | ----------------------------------------------------------- |
2009 | 2024-11-21T19:01:48.082Z | Server listening on 5201 |
2010 | 2024-11-21T19:01:48.082Z | ----------------------------------------------------------- |
2011 | 2024-11-21T19:01:48.082Z | Accepted connection from 10.0.0.1, port 64998 |
2012 | 2024-11-21T19:01:48.083Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56141 |
2013 | 2024-11-21T19:01:48.083Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51436 |
2014 | 2024-11-21T19:01:48.083Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59447 |
2015 | 2024-11-21T19:01:48.084Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45980 |
2016 | 2024-11-21T19:01:48.084Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36393 |
2017 | 2024-11-21T19:01:48.084Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62854 |
2018 | 2024-11-21T19:01:48.084Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64925 |
2019 | 2024-11-21T19:01:48.084Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39977 |
2020 | 2024-11-21T19:01:48.084Z | [ ID] Interval Transfer Bandwidth |
2021 | 2024-11-21T19:01:48.084Z | [ 5] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
2022 | 2024-11-21T19:01:48.084Z | [ 7] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
2023 | 2024-11-21T19:01:48.084Z | [ 9] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
2024 | 2024-11-21T19:01:48.084Z | [ 11] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
2025 | 2024-11-21T19:01:48.084Z | [ 13] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
2026 | 2024-11-21T19:01:48.084Z | [ 15] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec |
2027 | 2024-11-21T19:01:48.084Z | [ 17] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
2028 | 2024-11-21T19:01:48.084Z | [ 19] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
2029 | 2024-11-21T19:01:48.084Z | [SUM] 0.00-1.00 sec 161 MBytes 1.35 Gbits/sec |
2030 | 2024-11-21T19:01:48.084Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2031 | 2024-11-21T19:01:48.084Z | [ 5] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
2032 | 2024-11-21T19:01:48.084Z | [ 7] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
2033 | 2024-11-21T19:01:48.084Z | [ 9] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
2034 | 2024-11-21T19:01:48.084Z | [ 11] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
2035 | 2024-11-21T19:01:48.084Z | [ 13] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
2036 | 2024-11-21T19:01:48.084Z | [ 15] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
2037 | 2024-11-21T19:01:48.084Z | [ 17] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec |
2038 | 2024-11-21T19:01:48.085Z | [ 19] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec |
2039 | 2024-11-21T19:01:48.086Z | [SUM] 1.00-2.00 sec 176 MBytes 1.48 Gbits/sec |
2040 | 2024-11-21T19:01:48.086Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2041 | 2024-11-21T19:01:48.086Z | [ 5] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2042 | 2024-11-21T19:01:48.086Z | [ 7] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2043 | 2024-11-21T19:01:48.086Z | [ 9] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
2044 | 2024-11-21T19:01:48.086Z | [ 11] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
2045 | 2024-11-21T19:01:48.086Z | [ 13] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
2046 | 2024-11-21T19:01:48.086Z | [ 15] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
2047 | 2024-11-21T19:01:48.086Z | [ 17] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2048 | 2024-11-21T19:01:48.086Z | [ 19] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
2049 | 2024-11-21T19:01:48.086Z | [SUM] 2.00-3.00 sec 177 MBytes 1.48 Gbits/sec |
2050 | 2024-11-21T19:01:48.086Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2051 | 2024-11-21T19:01:48.086Z | [ 5] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec |
2052 | 2024-11-21T19:01:48.086Z | [ 7] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
2053 | 2024-11-21T19:01:48.086Z | [ 9] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
2054 | 2024-11-21T19:01:48.086Z | [ 11] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
2055 | 2024-11-21T19:01:48.086Z | [ 13] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
2056 | 2024-11-21T19:01:48.086Z | [ 15] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
2057 | 2024-11-21T19:01:48.086Z | [ 17] 3.00-4.00 sec 21.9 MBytes 184 Mbits/sec |
2058 | 2024-11-21T19:01:48.087Z | [ 19] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec |
2059 | 2024-11-21T19:01:48.087Z | [SUM] 3.00-4.00 sec 175 MBytes 1.47 Gbits/sec |
2060 | 2024-11-21T19:01:48.087Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2061 | 2024-11-21T19:01:48.087Z | [ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
2062 | 2024-11-21T19:01:48.087Z | [ 7] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
2063 | 2024-11-21T19:01:48.088Z | [ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
2064 | 2024-11-21T19:01:48.088Z | [ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
2065 | 2024-11-21T19:01:48.088Z | [ 13] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
2066 | 2024-11-21T19:01:48.088Z | [ 15] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
2067 | 2024-11-21T19:01:48.088Z | [ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
2068 | 2024-11-21T19:01:48.088Z | [ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
2069 | 2024-11-21T19:01:48.088Z | [SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec |
2070 | 2024-11-21T19:01:48.088Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2071 | 2024-11-21T19:01:48.088Z | [ 5] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2072 | 2024-11-21T19:01:48.088Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2073 | 2024-11-21T19:01:48.088Z | [ 9] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
2074 | 2024-11-21T19:01:48.093Z | [ 11] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2075 | 2024-11-21T19:01:48.093Z | [ 13] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2076 | 2024-11-21T19:01:48.093Z | [ 15] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2077 | 2024-11-21T19:01:48.093Z | [ 17] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
2078 | 2024-11-21T19:01:48.093Z | [ 19] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
2079 | 2024-11-21T19:01:48.093Z | [SUM] 5.00-6.00 sec 173 MBytes 1.45 Gbits/sec |
2080 | 2024-11-21T19:01:48.093Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2081 | 2024-11-21T19:01:48.093Z | [ 5] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2082 | 2024-11-21T19:01:48.093Z | [ 7] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2083 | 2024-11-21T19:01:48.093Z | [ 9] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2084 | 2024-11-21T19:01:51.302Z | [ 11] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2085 | 2024-11-21T19:01:51.302Z | [ 13] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2086 | 2024-11-21T19:01:51.302Z | [ 15] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2087 | 2024-11-21T19:01:51.302Z | [ 17] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2088 | 2024-11-21T19:01:51.302Z | [ 19] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
2089 | 2024-11-21T19:01:51.302Z | [SUM] 6.00-7.00 sec 174 MBytes 1.46 Gbits/sec |
2090 | 2024-11-21T19:01:51.302Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2091 | 2024-11-21T19:01:51.302Z | [ 5] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2092 | 2024-11-21T19:01:51.302Z | [ 7] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2093 | 2024-11-21T19:01:51.302Z | [ 9] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2094 | 2024-11-21T19:01:51.302Z | [ 11] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2095 | 2024-11-21T19:01:51.302Z | [ 13] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2096 | 2024-11-21T19:01:51.302Z | [ 15] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2097 | 2024-11-21T19:01:51.302Z | [ 17] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2098 | 2024-11-21T19:01:51.302Z | [ 19] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
2099 | 2024-11-21T19:01:51.302Z | [SUM] 7.00-8.00 sec 174 MBytes 1.46 Gbits/sec |
2100 | 2024-11-21T19:01:51.302Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2101 | 2024-11-21T19:01:51.302Z | [ 5] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
2102 | 2024-11-21T19:01:51.302Z | [ 7] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
2103 | 2024-11-21T19:01:51.302Z | [ 9] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
2104 | 2024-11-21T19:01:51.302Z | [ 11] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
2105 | 2024-11-21T19:01:51.302Z | [ 13] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
2106 | 2024-11-21T19:01:51.302Z | [ 15] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
2107 | 2024-11-21T19:01:51.302Z | [ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
2108 | 2024-11-21T19:01:51.302Z | [ 19] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
2109 | 2024-11-21T19:01:51.303Z | [SUM] 8.00-9.00 sec 175 MBytes 1.47 Gbits/sec |
2110 | 2024-11-21T19:01:51.303Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2111 | 2024-11-21T19:01:51.303Z | [ 5] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2112 | 2024-11-21T19:01:51.303Z | [ 7] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2113 | 2024-11-21T19:01:51.303Z | [ 9] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2114 | 2024-11-21T19:01:51.303Z | [ 11] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2115 | 2024-11-21T19:01:51.303Z | [ 13] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2116 | 2024-11-21T19:01:51.303Z | [ 15] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2117 | 2024-11-21T19:01:51.303Z | [ 17] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
2118 | 2024-11-21T19:01:51.303Z | [ 19] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
2119 | 2024-11-21T19:01:51.303Z | [SUM] 9.00-10.00 sec 175 MBytes 1.46 Gbits/sec |
2120 | 2024-11-21T19:01:51.303Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2121 | 2024-11-21T19:01:51.303Z | [ 5] 10.00-10.00 sec 56.6 KBytes 199 Mbits/sec |
2122 | 2024-11-21T19:01:51.303Z | [ 7] 10.00-10.00 sec 56.6 KBytes 199 Mbits/sec |
2123 | 2024-11-21T19:01:51.303Z | [ 9] 10.00-10.00 sec 56.6 KBytes 199 Mbits/sec |
2124 | 2024-11-21T19:01:51.303Z | [ 11] 10.00-10.00 sec 56.6 KBytes 199 Mbits/sec |
2125 | 2024-11-21T19:01:51.303Z | [ 13] 10.00-10.00 sec 56.6 KBytes 199 Mbits/sec |
2126 | 2024-11-21T19:01:51.303Z | [ 15] 10.00-10.00 sec 56.6 KBytes 199 Mbits/sec |
2127 | 2024-11-21T19:01:51.303Z | [ 17] 10.00-10.00 sec 56.6 KBytes 199 Mbits/sec |
2128 | 2024-11-21T19:01:51.303Z | [ 19] 10.00-10.00 sec 113 KBytes 398 Mbits/sec |
2129 | 2024-11-21T19:01:51.303Z | [SUM] 10.00-10.00 sec 509 KBytes 1.79 Gbits/sec |
2130 | 2024-11-21T19:01:51.304Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2131 | 2024-11-21T19:01:51.304Z | [ ID] Interval Transfer Bandwidth |
2132 | 2024-11-21T19:01:51.304Z | [ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2133 | 2024-11-21T19:01:51.304Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2134 | 2024-11-21T19:01:51.304Z | [ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2135 | 2024-11-21T19:01:51.304Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2136 | 2024-11-21T19:01:51.304Z | [ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2137 | 2024-11-21T19:01:51.304Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2138 | 2024-11-21T19:01:51.304Z | [ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2139 | 2024-11-21T19:01:51.304Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2140 | 2024-11-21T19:01:51.304Z | [ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2141 | 2024-11-21T19:01:51.304Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2142 | 2024-11-21T19:01:51.304Z | [ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2143 | 2024-11-21T19:01:51.304Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2144 | 2024-11-21T19:01:51.305Z | [ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2145 | 2024-11-21T19:01:51.305Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2146 | 2024-11-21T19:01:51.305Z | [ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec sender |
2147 | 2024-11-21T19:01:51.305Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2148 | 2024-11-21T19:01:51.305Z | [SUM] 0.00-10.00 sec 1.69 GBytes 1.46 Gbits/sec sender |
2149 | 2024-11-21T19:01:51.305Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2150 | 2024-11-21T19:01:51.308Z | Run 5/5...1455.445Mbps |
2151 | 2024-11-21T19:01:51.308Z | ###---------------------### |
2152 | 2024-11-21T19:01:51.308Z | ::: iPerf done... ::: |
2153 | 2024-11-21T19:01:51.308Z | :::Awaiting out files...::: |
2154 | 2024-11-21T19:01:51.309Z | ###---------------------### |
2155 | 2024-11-21T19:01:51.310Z | ###-----### |
2156 | 2024-11-21T19:01:51.310Z | :::done!::: |
2157 | 2024-11-21T19:01:51.310Z | ###-----### |
2158 | 2024-11-21T19:01:51.310Z | ###-------------------### |
2159 | 2024-11-21T19:01:51.310Z | :::Running experiment ::: |
2160 | 2024-11-21T19:01:51.310Z | :::iperf-tcp/local/c2s::: |
2161 | 2024-11-21T19:01:51.310Z | ###-------------------### |
2162 | 2024-11-21T19:01:51.830Z | dtrace: description 'profile-201us ' matched 2 probes |
2163 | 2024-11-21T19:01:58.344Z | ----------------------------------------------------------- |
2164 | 2024-11-21T19:01:58.344Z | Server listening on 5201 |
2165 | 2024-11-21T19:01:58.344Z | ----------------------------------------------------------- |
2166 | 2024-11-21T19:01:58.344Z | Accepted connection from 10.0.0.1, port 36229 |
2167 | 2024-11-21T19:01:58.344Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64900 |
2168 | 2024-11-21T19:01:58.344Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35164 |
2169 | 2024-11-21T19:01:58.344Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41544 |
2170 | 2024-11-21T19:01:58.344Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34590 |
2171 | 2024-11-21T19:01:58.344Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33728 |
2172 | 2024-11-21T19:01:58.344Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65335 |
2173 | 2024-11-21T19:01:58.344Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61679 |
2174 | 2024-11-21T19:01:58.344Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51594 |
2175 | 2024-11-21T19:01:58.344Z | [ ID] Interval Transfer Bandwidth |
2176 | 2024-11-21T19:01:58.344Z | [ 5] 0.00-1.00 sec 15.3 MBytes 129 Mbits/sec |
2177 | 2024-11-21T19:01:58.344Z | [ 7] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec |
2178 | 2024-11-21T19:01:58.344Z | [ 9] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec |
2179 | 2024-11-21T19:01:58.344Z | [ 11] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec |
2180 | 2024-11-21T19:01:58.344Z | [ 13] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec |
2181 | 2024-11-21T19:01:58.345Z | [ 15] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec |
2182 | 2024-11-21T19:01:58.345Z | [ 17] 0.00-1.00 sec 15.1 MBytes 127 Mbits/sec |
2183 | 2024-11-21T19:01:58.345Z | [ 19] 0.00-1.00 sec 15.1 MBytes 126 Mbits/sec |
2184 | 2024-11-21T19:01:58.345Z | [SUM] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec |
2185 | 2024-11-21T19:01:58.345Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2186 | 2024-11-21T19:01:58.345Z | [ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2187 | 2024-11-21T19:01:58.345Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2188 | 2024-11-21T19:01:58.345Z | [ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2189 | 2024-11-21T19:01:58.345Z | [ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2190 | 2024-11-21T19:01:58.345Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2191 | 2024-11-21T19:01:58.345Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2192 | 2024-11-21T19:01:58.345Z | [ 17] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
2193 | 2024-11-21T19:01:58.345Z | [ 19] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2194 | 2024-11-21T19:01:58.345Z | [SUM] 1.00-2.00 sec 108 MBytes 902 Mbits/sec |
2195 | 2024-11-21T19:01:58.345Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2196 | 2024-11-21T19:01:58.345Z | [ 5] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2197 | 2024-11-21T19:01:58.345Z | [ 7] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2198 | 2024-11-21T19:01:58.345Z | [ 9] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2199 | 2024-11-21T19:01:58.345Z | [ 11] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2200 | 2024-11-21T19:01:58.345Z | [ 13] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
2201 | 2024-11-21T19:01:58.346Z | [ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2202 | 2024-11-21T19:01:58.346Z | [ 17] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2203 | 2024-11-21T19:01:58.346Z | [ 19] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2204 | 2024-11-21T19:01:58.346Z | [SUM] 2.00-3.00 sec 109 MBytes 916 Mbits/sec |
2205 | 2024-11-21T19:01:58.346Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2206 | 2024-11-21T19:01:58.346Z | [ 5] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec |
2207 | 2024-11-21T19:01:58.346Z | [ 7] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2208 | 2024-11-21T19:01:58.346Z | [ 9] 3.00-4.00 sec 13.8 MBytes 115 Mbits/sec |
2209 | 2024-11-21T19:01:58.346Z | [ 11] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2210 | 2024-11-21T19:01:58.346Z | [ 13] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
2211 | 2024-11-21T19:01:58.346Z | [ 15] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec |
2212 | 2024-11-21T19:01:58.346Z | [ 17] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2213 | 2024-11-21T19:01:58.346Z | [ 19] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec |
2214 | 2024-11-21T19:01:58.346Z | [SUM] 3.00-4.00 sec 110 MBytes 925 Mbits/sec |
2215 | 2024-11-21T19:01:58.346Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2216 | 2024-11-21T19:01:58.346Z | [ 5] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2217 | 2024-11-21T19:01:58.349Z | [ 7] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2218 | 2024-11-21T19:01:58.349Z | [ 9] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2219 | 2024-11-21T19:01:58.349Z | [ 11] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2220 | 2024-11-21T19:01:58.349Z | [ 13] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2221 | 2024-11-21T19:01:58.349Z | [ 15] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2222 | 2024-11-21T19:01:58.349Z | [ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2223 | 2024-11-21T19:01:58.349Z | [ 19] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2224 | 2024-11-21T19:01:58.349Z | [SUM] 4.00-5.00 sec 108 MBytes 908 Mbits/sec |
2225 | 2024-11-21T19:01:58.349Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2226 | 2024-11-21T19:01:58.349Z | [ 5] 5.00-6.00 sec 13.8 MBytes 115 Mbits/sec |
2227 | 2024-11-21T19:01:58.349Z | [ 7] 5.00-6.00 sec 13.8 MBytes 116 Mbits/sec |
2228 | 2024-11-21T19:01:58.349Z | [ 9] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2229 | 2024-11-21T19:01:58.350Z | [ 11] 5.00-6.00 sec 13.8 MBytes 116 Mbits/sec |
2230 | 2024-11-21T19:01:58.350Z | [ 13] 5.00-6.00 sec 13.9 MBytes 116 Mbits/sec |
2231 | 2024-11-21T19:01:58.350Z | [ 15] 5.00-6.00 sec 13.8 MBytes 115 Mbits/sec |
2232 | 2024-11-21T19:01:58.350Z | [ 17] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2233 | 2024-11-21T19:01:58.350Z | [ 19] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
2234 | 2024-11-21T19:01:58.350Z | [SUM] 5.00-6.00 sec 110 MBytes 924 Mbits/sec |
2235 | 2024-11-21T19:01:58.350Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2236 | 2024-11-21T19:01:58.350Z | [ 5] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec |
2237 | 2024-11-21T19:01:58.350Z | [ 7] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec |
2238 | 2024-11-21T19:01:58.350Z | [ 9] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec |
2239 | 2024-11-21T19:02:01.452Z | [ 11] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec |
2240 | 2024-11-21T19:02:01.452Z | [ 13] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec |
2241 | 2024-11-21T19:02:01.452Z | [ 15] 6.00-7.00 sec 13.9 MBytes 117 Mbits/sec |
2242 | 2024-11-21T19:02:01.453Z | [ 17] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec |
2243 | 2024-11-21T19:02:01.453Z | [ 19] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec |
2244 | 2024-11-21T19:02:01.453Z | [SUM] 6.00-7.00 sec 111 MBytes 930 Mbits/sec |
2245 | 2024-11-21T19:02:01.453Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2246 | 2024-11-21T19:02:01.453Z | [ 5] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec |
2247 | 2024-11-21T19:02:01.453Z | [ 7] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec |
2248 | 2024-11-21T19:02:01.453Z | [ 9] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec |
2249 | 2024-11-21T19:02:01.453Z | [ 11] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec |
2250 | 2024-11-21T19:02:01.453Z | [ 13] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec |
2251 | 2024-11-21T19:02:01.453Z | [ 15] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec |
2252 | 2024-11-21T19:02:01.453Z | [ 17] 7.00-8.00 sec 13.8 MBytes 116 Mbits/sec |
2253 | 2024-11-21T19:02:01.453Z | [ 19] 7.00-8.00 sec 13.9 MBytes 116 Mbits/sec |
2254 | 2024-11-21T19:02:01.453Z | [SUM] 7.00-8.00 sec 110 MBytes 926 Mbits/sec |
2255 | 2024-11-21T19:02:01.453Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2256 | 2024-11-21T19:02:01.453Z | [ 5] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2257 | 2024-11-21T19:02:01.454Z | [ 7] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2258 | 2024-11-21T19:02:01.454Z | [ 9] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2259 | 2024-11-21T19:02:01.454Z | [ 11] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2260 | 2024-11-21T19:02:01.454Z | [ 13] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2261 | 2024-11-21T19:02:01.454Z | [ 15] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2262 | 2024-11-21T19:02:01.454Z | [ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2263 | 2024-11-21T19:02:01.454Z | [ 19] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2264 | 2024-11-21T19:02:01.454Z | [SUM] 8.00-9.00 sec 109 MBytes 916 Mbits/sec |
2265 | 2024-11-21T19:02:01.454Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2266 | 2024-11-21T19:02:01.454Z | [ 5] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2267 | 2024-11-21T19:02:01.454Z | [ 7] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2268 | 2024-11-21T19:02:01.454Z | [ 9] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2269 | 2024-11-21T19:02:01.454Z | [ 11] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2270 | 2024-11-21T19:02:01.454Z | [ 13] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2271 | 2024-11-21T19:02:01.454Z | [ 15] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2272 | 2024-11-21T19:02:01.454Z | [ 17] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2273 | 2024-11-21T19:02:01.454Z | [ 19] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2274 | 2024-11-21T19:02:01.454Z | [SUM] 9.00-10.00 sec 110 MBytes 920 Mbits/sec |
2275 | 2024-11-21T19:02:01.454Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2276 | 2024-11-21T19:02:01.455Z | [ 5] 10.00-10.00 sec 45.2 KBytes 97.1 Mbits/sec |
2277 | 2024-11-21T19:02:01.455Z | [ 7] 10.00-10.00 sec 124 KBytes 267 Mbits/sec |
2278 | 2024-11-21T19:02:01.455Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2279 | 2024-11-21T19:02:01.455Z | [ 11] 10.00-10.00 sec 53.7 KBytes 115 Mbits/sec |
2280 | 2024-11-21T19:02:01.455Z | [ 13] 10.00-10.00 sec 124 KBytes 267 Mbits/sec |
2281 | 2024-11-21T19:02:01.455Z | [ 15] 10.00-10.00 sec 87.7 KBytes 188 Mbits/sec |
2282 | 2024-11-21T19:02:01.455Z | [ 17] 10.00-10.00 sec 50.9 KBytes 109 Mbits/sec |
2283 | 2024-11-21T19:02:01.455Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2284 | 2024-11-21T19:02:01.455Z | [SUM] 10.00-10.00 sec 486 KBytes 1.04 Gbits/sec |
2285 | 2024-11-21T19:02:01.455Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2286 | 2024-11-21T19:02:01.455Z | [ ID] Interval Transfer Bandwidth |
2287 | 2024-11-21T19:02:01.455Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2288 | 2024-11-21T19:02:01.455Z | [ 5] 0.00-10.00 sec 139 MBytes 116 Mbits/sec receiver |
2289 | 2024-11-21T19:02:01.455Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2290 | 2024-11-21T19:02:01.455Z | [ 7] 0.00-10.00 sec 139 MBytes 116 Mbits/sec receiver |
2291 | 2024-11-21T19:02:01.455Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2292 | 2024-11-21T19:02:01.455Z | [ 9] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2293 | 2024-11-21T19:02:01.455Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2294 | 2024-11-21T19:02:01.455Z | [ 11] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2295 | 2024-11-21T19:02:01.455Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2296 | 2024-11-21T19:02:01.455Z | [ 13] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2297 | 2024-11-21T19:02:01.455Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2298 | 2024-11-21T19:02:01.455Z | [ 15] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2299 | 2024-11-21T19:02:01.455Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2300 | 2024-11-21T19:02:01.455Z | [ 17] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2301 | 2024-11-21T19:02:01.456Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2302 | 2024-11-21T19:02:01.456Z | [ 19] 0.00-10.00 sec 138 MBytes 116 Mbits/sec receiver |
2303 | 2024-11-21T19:02:01.456Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2304 | 2024-11-21T19:02:01.456Z | [SUM] 0.00-10.00 sec 1.08 GBytes 929 Mbits/sec receiver |
2305 | 2024-11-21T19:02:01.459Z | Run 1/10...929.108649424181Mbps |
2306 | 2024-11-21T19:02:08.485Z | ----------------------------------------------------------- |
2307 | 2024-11-21T19:02:08.485Z | Server listening on 5201 |
2308 | 2024-11-21T19:02:08.485Z | ----------------------------------------------------------- |
2309 | 2024-11-21T19:02:08.485Z | Accepted connection from 10.0.0.1, port 33446 |
2310 | 2024-11-21T19:02:08.485Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46478 |
2311 | 2024-11-21T19:02:08.485Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60462 |
2312 | 2024-11-21T19:02:08.485Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46619 |
2313 | 2024-11-21T19:02:08.485Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34031 |
2314 | 2024-11-21T19:02:08.485Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60852 |
2315 | 2024-11-21T19:02:08.485Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55719 |
2316 | 2024-11-21T19:02:08.485Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37499 |
2317 | 2024-11-21T19:02:08.485Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48623 |
2318 | 2024-11-21T19:02:08.485Z | [ ID] Interval Transfer Bandwidth |
2319 | 2024-11-21T19:02:08.486Z | [ 5] 0.00-1.00 sec 12.8 MBytes 107 Mbits/sec |
2320 | 2024-11-21T19:02:08.486Z | [ 7] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec |
2321 | 2024-11-21T19:02:08.486Z | [ 9] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec |
2322 | 2024-11-21T19:02:08.486Z | [ 11] 0.00-1.00 sec 12.6 MBytes 105 Mbits/sec |
2323 | 2024-11-21T19:02:08.486Z | [ 13] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
2324 | 2024-11-21T19:02:08.486Z | [ 15] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
2325 | 2024-11-21T19:02:08.486Z | [ 17] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
2326 | 2024-11-21T19:02:08.486Z | [ 19] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
2327 | 2024-11-21T19:02:08.486Z | [SUM] 0.00-1.00 sec 101 MBytes 845 Mbits/sec |
2328 | 2024-11-21T19:02:08.486Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2329 | 2024-11-21T19:02:08.486Z | [ 5] 1.00-2.00 sec 14.0 MBytes 118 Mbits/sec |
2330 | 2024-11-21T19:02:08.486Z | [ 7] 1.00-2.00 sec 14.1 MBytes 118 Mbits/sec |
2331 | 2024-11-21T19:02:08.486Z | [ 9] 1.00-2.00 sec 14.0 MBytes 118 Mbits/sec |
2332 | 2024-11-21T19:02:08.489Z | [ 11] 1.00-2.00 sec 14.0 MBytes 118 Mbits/sec |
2333 | 2024-11-21T19:02:08.489Z | [ 13] 1.00-2.00 sec 14.1 MBytes 118 Mbits/sec |
2334 | 2024-11-21T19:02:08.489Z | [ 15] 1.00-2.00 sec 14.1 MBytes 118 Mbits/sec |
2335 | 2024-11-21T19:02:08.490Z | [ 17] 1.00-2.00 sec 14.1 MBytes 118 Mbits/sec |
2336 | 2024-11-21T19:02:08.490Z | [ 19] 1.00-2.00 sec 14.1 MBytes 118 Mbits/sec |
2337 | 2024-11-21T19:02:08.490Z | [SUM] 1.00-2.00 sec 113 MBytes 944 Mbits/sec |
2338 | 2024-11-21T19:02:08.490Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2339 | 2024-11-21T19:02:08.490Z | [ 5] 2.00-3.00 sec 13.9 MBytes 117 Mbits/sec |
2340 | 2024-11-21T19:02:08.490Z | [ 7] 2.00-3.00 sec 13.9 MBytes 116 Mbits/sec |
2341 | 2024-11-21T19:02:08.490Z | [ 9] 2.00-3.00 sec 13.9 MBytes 117 Mbits/sec |
2342 | 2024-11-21T19:02:08.490Z | [ 11] 2.00-3.00 sec 14.0 MBytes 117 Mbits/sec |
2343 | 2024-11-21T19:02:08.490Z | [ 13] 2.00-3.00 sec 14.0 MBytes 117 Mbits/sec |
2344 | 2024-11-21T19:02:08.490Z | [ 15] 2.00-3.00 sec 14.0 MBytes 117 Mbits/sec |
2345 | 2024-11-21T19:02:08.490Z | [ 17] 2.00-3.00 sec 13.9 MBytes 116 Mbits/sec |
2346 | 2024-11-21T19:02:08.490Z | [ 19] 2.00-3.00 sec 13.9 MBytes 116 Mbits/sec |
2347 | 2024-11-21T19:02:08.491Z | [SUM] 2.00-3.00 sec 111 MBytes 934 Mbits/sec |
2348 | 2024-11-21T19:02:08.491Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2349 | 2024-11-21T19:02:08.491Z | [ 5] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2350 | 2024-11-21T19:02:08.491Z | [ 7] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec |
2351 | 2024-11-21T19:02:08.491Z | [ 9] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2352 | 2024-11-21T19:02:08.491Z | [ 11] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2353 | 2024-11-21T19:02:08.491Z | [ 13] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2354 | 2024-11-21T19:02:08.491Z | [ 15] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
2355 | 2024-11-21T19:02:08.491Z | [ 17] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec |
2356 | 2024-11-21T19:02:08.491Z | [ 19] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec |
2357 | 2024-11-21T19:02:08.491Z | [SUM] 3.00-4.00 sec 111 MBytes 932 Mbits/sec |
2358 | 2024-11-21T19:02:08.491Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2359 | 2024-11-21T19:02:08.491Z | [ 5] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec |
2360 | 2024-11-21T19:02:08.491Z | [ 7] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2361 | 2024-11-21T19:02:08.491Z | [ 9] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec |
2362 | 2024-11-21T19:02:08.491Z | [ 11] 4.00-5.00 sec 13.8 MBytes 116 Mbits/sec |
2363 | 2024-11-21T19:02:08.492Z | [ 13] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2364 | 2024-11-21T19:02:08.492Z | [ 15] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2365 | 2024-11-21T19:02:08.492Z | [ 17] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2366 | 2024-11-21T19:02:08.492Z | [ 19] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
2367 | 2024-11-21T19:02:08.492Z | [SUM] 4.00-5.00 sec 110 MBytes 925 Mbits/sec |
2368 | 2024-11-21T19:02:08.492Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2369 | 2024-11-21T19:02:08.492Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2370 | 2024-11-21T19:02:08.492Z | [ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2371 | 2024-11-21T19:02:08.492Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2372 | 2024-11-21T19:02:08.492Z | [ 11] 5.00-6.00 sec 13.5 MBytes 114 Mbits/sec |
2373 | 2024-11-21T19:02:08.492Z | [ 13] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2374 | 2024-11-21T19:02:08.492Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2375 | 2024-11-21T19:02:08.492Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2376 | 2024-11-21T19:02:08.492Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2377 | 2024-11-21T19:02:08.492Z | [SUM] 5.00-6.00 sec 108 MBytes 906 Mbits/sec |
2378 | 2024-11-21T19:02:08.492Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2379 | 2024-11-21T19:02:08.492Z | [ 5] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2380 | 2024-11-21T19:02:08.492Z | [ 7] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2381 | 2024-11-21T19:02:08.492Z | [ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2382 | 2024-11-21T19:02:11.714Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2383 | 2024-11-21T19:02:11.714Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2384 | 2024-11-21T19:02:11.714Z | [ 15] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2385 | 2024-11-21T19:02:11.715Z | [ 17] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2386 | 2024-11-21T19:02:11.715Z | [ 19] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2387 | 2024-11-21T19:02:11.715Z | [SUM] 6.00-7.00 sec 108 MBytes 909 Mbits/sec |
2388 | 2024-11-21T19:02:11.715Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2389 | 2024-11-21T19:02:11.715Z | [ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2390 | 2024-11-21T19:02:11.715Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2391 | 2024-11-21T19:02:11.715Z | [ 9] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2392 | 2024-11-21T19:02:11.715Z | [ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2393 | 2024-11-21T19:02:11.715Z | [ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2394 | 2024-11-21T19:02:11.715Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2395 | 2024-11-21T19:02:11.717Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2396 | 2024-11-21T19:02:11.717Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2397 | 2024-11-21T19:02:11.717Z | [SUM] 7.00-8.00 sec 108 MBytes 907 Mbits/sec |
2398 | 2024-11-21T19:02:11.717Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2399 | 2024-11-21T19:02:11.717Z | [ 5] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2400 | 2024-11-21T19:02:11.717Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2401 | 2024-11-21T19:02:11.717Z | [ 9] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2402 | 2024-11-21T19:02:11.717Z | [ 11] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2403 | 2024-11-21T19:02:11.717Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2404 | 2024-11-21T19:02:11.718Z | [ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2405 | 2024-11-21T19:02:11.718Z | [ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2406 | 2024-11-21T19:02:11.718Z | [ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2407 | 2024-11-21T19:02:11.718Z | [SUM] 8.00-9.00 sec 108 MBytes 907 Mbits/sec |
2408 | 2024-11-21T19:02:11.718Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2409 | 2024-11-21T19:02:11.718Z | [ 5] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2410 | 2024-11-21T19:02:11.718Z | [ 7] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2411 | 2024-11-21T19:02:11.718Z | [ 9] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2412 | 2024-11-21T19:02:11.718Z | [ 11] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2413 | 2024-11-21T19:02:11.718Z | [ 13] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2414 | 2024-11-21T19:02:11.719Z | [ 15] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2415 | 2024-11-21T19:02:11.719Z | [ 17] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2416 | 2024-11-21T19:02:11.719Z | [ 19] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2417 | 2024-11-21T19:02:11.719Z | [SUM] 9.00-10.00 sec 109 MBytes 916 Mbits/sec |
2418 | 2024-11-21T19:02:11.719Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2419 | 2024-11-21T19:02:11.720Z | [ 5] 10.00-10.00 sec 62.2 KBytes 134 Mbits/sec |
2420 | 2024-11-21T19:02:11.720Z | [ 7] 10.00-10.00 sec 65.0 KBytes 140 Mbits/sec |
2421 | 2024-11-21T19:02:11.720Z | [ 9] 10.00-10.00 sec 124 KBytes 268 Mbits/sec |
2422 | 2024-11-21T19:02:11.720Z | [ 11] 10.00-10.00 sec 2.83 KBytes 6.08 Mbits/sec |
2423 | 2024-11-21T19:02:11.720Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2424 | 2024-11-21T19:02:11.720Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2425 | 2024-11-21T19:02:11.720Z | [ 17] 10.00-10.00 sec 76.4 KBytes 164 Mbits/sec |
2426 | 2024-11-21T19:02:11.720Z | [ 19] 10.00-10.00 sec 124 KBytes 268 Mbits/sec |
2427 | 2024-11-21T19:02:11.720Z | [SUM] 10.00-10.00 sec 455 KBytes 979 Mbits/sec |
2428 | 2024-11-21T19:02:11.720Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2429 | 2024-11-21T19:02:11.720Z | [ ID] Interval Transfer Bandwidth |
2430 | 2024-11-21T19:02:11.721Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2431 | 2024-11-21T19:02:11.721Z | [ 5] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2432 | 2024-11-21T19:02:11.721Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2433 | 2024-11-21T19:02:11.721Z | [ 7] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2434 | 2024-11-21T19:02:11.721Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2435 | 2024-11-21T19:02:11.721Z | [ 9] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2436 | 2024-11-21T19:02:11.721Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2437 | 2024-11-21T19:02:11.721Z | [ 11] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2438 | 2024-11-21T19:02:11.722Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2439 | 2024-11-21T19:02:11.728Z | [ 13] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2440 | 2024-11-21T19:02:11.732Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2441 | 2024-11-21T19:02:11.732Z | [ 15] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2442 | 2024-11-21T19:02:11.732Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2443 | 2024-11-21T19:02:11.732Z | [ 17] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2444 | 2024-11-21T19:02:11.732Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2445 | 2024-11-21T19:02:11.733Z | [ 19] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2446 | 2024-11-21T19:02:11.733Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2447 | 2024-11-21T19:02:11.733Z | [SUM] 0.00-10.00 sec 1.06 GBytes 913 Mbits/sec receiver |
2448 | 2024-11-21T19:02:11.733Z | Run 2/10...913.139143449285Mbps |
2449 | 2024-11-21T19:02:18.737Z | ----------------------------------------------------------- |
2450 | 2024-11-21T19:02:18.737Z | Server listening on 5201 |
2451 | 2024-11-21T19:02:18.737Z | ----------------------------------------------------------- |
2452 | 2024-11-21T19:02:18.737Z | Accepted connection from 10.0.0.1, port 51537 |
2453 | 2024-11-21T19:02:18.738Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38950 |
2454 | 2024-11-21T19:02:18.738Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34990 |
2455 | 2024-11-21T19:02:18.738Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51432 |
2456 | 2024-11-21T19:02:18.738Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36281 |
2457 | 2024-11-21T19:02:18.738Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40552 |
2458 | 2024-11-21T19:02:18.738Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64095 |
2459 | 2024-11-21T19:02:18.738Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46087 |
2460 | 2024-11-21T19:02:18.738Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52204 |
2461 | 2024-11-21T19:02:18.738Z | [ ID] Interval Transfer Bandwidth |
2462 | 2024-11-21T19:02:18.738Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2463 | 2024-11-21T19:02:18.738Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2464 | 2024-11-21T19:02:18.738Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2465 | 2024-11-21T19:02:18.738Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2466 | 2024-11-21T19:02:18.738Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2467 | 2024-11-21T19:02:18.738Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2468 | 2024-11-21T19:02:18.738Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2469 | 2024-11-21T19:02:18.738Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2470 | 2024-11-21T19:02:18.738Z | [SUM] 0.00-1.00 sec 98.1 MBytes 823 Mbits/sec |
2471 | 2024-11-21T19:02:18.738Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2472 | 2024-11-21T19:02:18.739Z | [ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2473 | 2024-11-21T19:02:18.739Z | [ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2474 | 2024-11-21T19:02:18.739Z | [ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2475 | 2024-11-21T19:02:18.739Z | [ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2476 | 2024-11-21T19:02:18.739Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2477 | 2024-11-21T19:02:18.739Z | [ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2478 | 2024-11-21T19:02:18.739Z | [ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2479 | 2024-11-21T19:02:18.739Z | [ 19] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2480 | 2024-11-21T19:02:18.739Z | [SUM] 1.00-2.00 sec 108 MBytes 904 Mbits/sec |
2481 | 2024-11-21T19:02:18.739Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2482 | 2024-11-21T19:02:18.739Z | [ 5] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2483 | 2024-11-21T19:02:18.739Z | [ 7] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2484 | 2024-11-21T19:02:18.739Z | [ 9] 2.00-3.00 sec 13.5 MBytes 114 Mbits/sec |
2485 | 2024-11-21T19:02:18.739Z | [ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2486 | 2024-11-21T19:02:18.739Z | [ 13] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2487 | 2024-11-21T19:02:18.739Z | [ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2488 | 2024-11-21T19:02:18.739Z | [ 17] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2489 | 2024-11-21T19:02:18.739Z | [ 19] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
2490 | 2024-11-21T19:02:18.739Z | [SUM] 2.00-3.00 sec 109 MBytes 911 Mbits/sec |
2491 | 2024-11-21T19:02:18.739Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2492 | 2024-11-21T19:02:18.739Z | [ 5] 3.00-4.00 sec 13.5 MBytes 114 Mbits/sec |
2493 | 2024-11-21T19:02:18.739Z | [ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2494 | 2024-11-21T19:02:18.739Z | [ 9] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
2495 | 2024-11-21T19:02:18.739Z | [ 11] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
2496 | 2024-11-21T19:02:18.740Z | [ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2497 | 2024-11-21T19:02:18.741Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2498 | 2024-11-21T19:02:18.741Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2499 | 2024-11-21T19:02:18.741Z | [ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2500 | 2024-11-21T19:02:18.741Z | [SUM] 3.00-4.00 sec 108 MBytes 907 Mbits/sec |
2501 | 2024-11-21T19:02:18.741Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2502 | 2024-11-21T19:02:18.741Z | [ 5] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2503 | 2024-11-21T19:02:18.741Z | [ 7] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec |
2504 | 2024-11-21T19:02:18.741Z | [ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2505 | 2024-11-21T19:02:18.741Z | [ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2506 | 2024-11-21T19:02:18.741Z | [ 13] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2507 | 2024-11-21T19:02:18.741Z | [ 15] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2508 | 2024-11-21T19:02:18.741Z | [ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2509 | 2024-11-21T19:02:18.741Z | [ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2510 | 2024-11-21T19:02:18.741Z | [SUM] 4.00-5.00 sec 107 MBytes 901 Mbits/sec |
2511 | 2024-11-21T19:02:18.741Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2512 | 2024-11-21T19:02:18.741Z | [ 5] 5.00-6.00 sec 13.4 MBytes 113 Mbits/sec |
2513 | 2024-11-21T19:02:18.741Z | [ 7] 5.00-6.00 sec 13.4 MBytes 113 Mbits/sec |
2514 | 2024-11-21T19:02:18.741Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2515 | 2024-11-21T19:02:18.741Z | [ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2516 | 2024-11-21T19:02:18.741Z | [ 13] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2517 | 2024-11-21T19:02:18.741Z | [ 15] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2518 | 2024-11-21T19:02:18.741Z | [ 17] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2519 | 2024-11-21T19:02:18.741Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2520 | 2024-11-21T19:02:18.742Z | [SUM] 5.00-6.00 sec 107 MBytes 900 Mbits/sec |
2521 | 2024-11-21T19:02:18.742Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2522 | 2024-11-21T19:02:18.742Z | [ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2523 | 2024-11-21T19:02:18.742Z | [ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2524 | 2024-11-21T19:02:18.742Z | [ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2525 | 2024-11-21T19:02:21.853Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2526 | 2024-11-21T19:02:21.853Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2527 | 2024-11-21T19:02:21.853Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2528 | 2024-11-21T19:02:21.853Z | [ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2529 | 2024-11-21T19:02:21.853Z | [ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2530 | 2024-11-21T19:02:21.853Z | [SUM] 6.00-7.00 sec 107 MBytes 901 Mbits/sec |
2531 | 2024-11-21T19:02:21.853Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2532 | 2024-11-21T19:02:21.853Z | [ 5] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec |
2533 | 2024-11-21T19:02:21.854Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2534 | 2024-11-21T19:02:21.854Z | [ 9] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec |
2535 | 2024-11-21T19:02:21.854Z | [ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2536 | 2024-11-21T19:02:21.854Z | [ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2537 | 2024-11-21T19:02:21.854Z | [ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
2538 | 2024-11-21T19:02:21.854Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2539 | 2024-11-21T19:02:21.854Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2540 | 2024-11-21T19:02:21.854Z | [SUM] 7.00-8.00 sec 107 MBytes 901 Mbits/sec |
2541 | 2024-11-21T19:02:21.854Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2542 | 2024-11-21T19:02:21.854Z | [ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2543 | 2024-11-21T19:02:21.854Z | [ 7] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2544 | 2024-11-21T19:02:21.855Z | [ 9] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec |
2545 | 2024-11-21T19:02:21.855Z | [ 11] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2546 | 2024-11-21T19:02:21.855Z | [ 13] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec |
2547 | 2024-11-21T19:02:21.855Z | [ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2548 | 2024-11-21T19:02:21.855Z | [ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2549 | 2024-11-21T19:02:21.855Z | [ 19] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2550 | 2024-11-21T19:02:21.855Z | [SUM] 8.00-9.00 sec 107 MBytes 899 Mbits/sec |
2551 | 2024-11-21T19:02:21.855Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2552 | 2024-11-21T19:02:21.855Z | [ 5] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
2553 | 2024-11-21T19:02:21.855Z | [ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2554 | 2024-11-21T19:02:21.855Z | [ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2555 | 2024-11-21T19:02:21.855Z | [ 11] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
2556 | 2024-11-21T19:02:21.855Z | [ 13] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
2557 | 2024-11-21T19:02:21.855Z | [ 15] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2558 | 2024-11-21T19:02:21.855Z | [ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2559 | 2024-11-21T19:02:21.855Z | [ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2560 | 2024-11-21T19:02:21.855Z | [SUM] 9.00-10.00 sec 107 MBytes 896 Mbits/sec |
2561 | 2024-11-21T19:02:21.856Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2562 | 2024-11-21T19:02:21.856Z | [ 5] 10.00-10.00 sec 36.8 KBytes 70.5 Mbits/sec |
2563 | 2024-11-21T19:02:21.856Z | [ 7] 10.00-10.00 sec 124 KBytes 239 Mbits/sec |
2564 | 2024-11-21T19:02:21.856Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2565 | 2024-11-21T19:02:21.856Z | [ 11] 10.00-10.00 sec 41.0 KBytes 78.7 Mbits/sec |
2566 | 2024-11-21T19:02:21.856Z | [ 13] 10.00-10.00 sec 124 KBytes 239 Mbits/sec |
2567 | 2024-11-21T19:02:21.856Z | [ 15] 10.00-10.00 sec 124 KBytes 239 Mbits/sec |
2568 | 2024-11-21T19:02:21.856Z | [ 17] 10.00-10.00 sec 124 KBytes 239 Mbits/sec |
2569 | 2024-11-21T19:02:21.856Z | [ 19] 10.00-10.00 sec 124 KBytes 239 Mbits/sec |
2570 | 2024-11-21T19:02:21.856Z | [SUM] 10.00-10.00 sec 700 KBytes 1.34 Gbits/sec |
2571 | 2024-11-21T19:02:21.856Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2572 | 2024-11-21T19:02:21.856Z | [ ID] Interval Transfer Bandwidth |
2573 | 2024-11-21T19:02:21.856Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2574 | 2024-11-21T19:02:21.856Z | [ 5] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2575 | 2024-11-21T19:02:21.856Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2576 | 2024-11-21T19:02:21.856Z | [ 7] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2577 | 2024-11-21T19:02:21.856Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2578 | 2024-11-21T19:02:21.856Z | [ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2579 | 2024-11-21T19:02:21.856Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2580 | 2024-11-21T19:02:21.856Z | [ 11] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2581 | 2024-11-21T19:02:21.856Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2582 | 2024-11-21T19:02:21.856Z | [ 13] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2583 | 2024-11-21T19:02:21.856Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2584 | 2024-11-21T19:02:21.856Z | [ 15] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2585 | 2024-11-21T19:02:21.856Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2586 | 2024-11-21T19:02:21.856Z | [ 17] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2587 | 2024-11-21T19:02:21.856Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2588 | 2024-11-21T19:02:21.856Z | [ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2589 | 2024-11-21T19:02:21.856Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2590 | 2024-11-21T19:02:21.857Z | [SUM] 0.00-10.00 sec 1.04 GBytes 895 Mbits/sec receiver |
2591 | 2024-11-21T19:02:21.860Z | Run 3/10...895.173011704556Mbps |
2592 | 2024-11-21T19:02:28.889Z | ----------------------------------------------------------- |
2593 | 2024-11-21T19:02:28.889Z | Server listening on 5201 |
2594 | 2024-11-21T19:02:28.889Z | ----------------------------------------------------------- |
2595 | 2024-11-21T19:02:28.889Z | Accepted connection from 10.0.0.1, port 51642 |
2596 | 2024-11-21T19:02:28.889Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44924 |
2597 | 2024-11-21T19:02:28.889Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55170 |
2598 | 2024-11-21T19:02:28.889Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64601 |
2599 | 2024-11-21T19:02:28.889Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61987 |
2600 | 2024-11-21T19:02:28.889Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64369 |
2601 | 2024-11-21T19:02:28.890Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49649 |
2602 | 2024-11-21T19:02:28.890Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54967 |
2603 | 2024-11-21T19:02:28.890Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44262 |
2604 | 2024-11-21T19:02:28.890Z | [ ID] Interval Transfer Bandwidth |
2605 | 2024-11-21T19:02:28.890Z | [ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2606 | 2024-11-21T19:02:28.890Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2607 | 2024-11-21T19:02:28.890Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2608 | 2024-11-21T19:02:28.890Z | [ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2609 | 2024-11-21T19:02:28.890Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2610 | 2024-11-21T19:02:28.890Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2611 | 2024-11-21T19:02:28.890Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2612 | 2024-11-21T19:02:28.890Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2613 | 2024-11-21T19:02:28.890Z | [SUM] 0.00-1.00 sec 96.2 MBytes 807 Mbits/sec |
2614 | 2024-11-21T19:02:28.890Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2615 | 2024-11-21T19:02:28.890Z | [ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
2616 | 2024-11-21T19:02:28.890Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2617 | 2024-11-21T19:02:28.890Z | [ 9] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
2618 | 2024-11-21T19:02:28.890Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2619 | 2024-11-21T19:02:28.890Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2620 | 2024-11-21T19:02:28.890Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2621 | 2024-11-21T19:02:28.890Z | [ 17] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
2622 | 2024-11-21T19:02:28.890Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2623 | 2024-11-21T19:02:28.890Z | [SUM] 1.00-2.00 sec 105 MBytes 884 Mbits/sec |
2624 | 2024-11-21T19:02:28.890Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2625 | 2024-11-21T19:02:28.890Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2626 | 2024-11-21T19:02:28.890Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
2627 | 2024-11-21T19:02:28.890Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2628 | 2024-11-21T19:02:28.890Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2629 | 2024-11-21T19:02:28.890Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2630 | 2024-11-21T19:02:28.890Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2631 | 2024-11-21T19:02:28.890Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2632 | 2024-11-21T19:02:28.891Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2633 | 2024-11-21T19:02:28.891Z | [SUM] 2.00-3.00 sec 105 MBytes 879 Mbits/sec |
2634 | 2024-11-21T19:02:28.891Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2635 | 2024-11-21T19:02:28.891Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2636 | 2024-11-21T19:02:28.891Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2637 | 2024-11-21T19:02:28.891Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2638 | 2024-11-21T19:02:28.891Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2639 | 2024-11-21T19:02:28.891Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2640 | 2024-11-21T19:02:28.891Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2641 | 2024-11-21T19:02:28.891Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2642 | 2024-11-21T19:02:28.891Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2643 | 2024-11-21T19:02:28.891Z | [SUM] 3.00-4.00 sec 105 MBytes 879 Mbits/sec |
2644 | 2024-11-21T19:02:28.891Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2645 | 2024-11-21T19:02:28.891Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2646 | 2024-11-21T19:02:28.891Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2647 | 2024-11-21T19:02:28.891Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2648 | 2024-11-21T19:02:28.891Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2649 | 2024-11-21T19:02:28.891Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2650 | 2024-11-21T19:02:28.891Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2651 | 2024-11-21T19:02:28.891Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2652 | 2024-11-21T19:02:28.892Z | [ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2653 | 2024-11-21T19:02:28.892Z | [SUM] 4.00-5.00 sec 105 MBytes 882 Mbits/sec |
2654 | 2024-11-21T19:02:28.892Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2655 | 2024-11-21T19:02:28.892Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2656 | 2024-11-21T19:02:28.892Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2657 | 2024-11-21T19:02:28.892Z | [ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2658 | 2024-11-21T19:02:28.892Z | [ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2659 | 2024-11-21T19:02:28.892Z | [ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2660 | 2024-11-21T19:02:28.892Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2661 | 2024-11-21T19:02:28.892Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2662 | 2024-11-21T19:02:28.892Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2663 | 2024-11-21T19:02:28.895Z | [SUM] 5.00-6.00 sec 105 MBytes 881 Mbits/sec |
2664 | 2024-11-21T19:02:28.895Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2665 | 2024-11-21T19:02:28.895Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2666 | 2024-11-21T19:02:28.895Z | [ 7] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec |
2667 | 2024-11-21T19:02:28.895Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2668 | 2024-11-21T19:02:32.004Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2669 | 2024-11-21T19:02:32.004Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2670 | 2024-11-21T19:02:32.004Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2671 | 2024-11-21T19:02:32.004Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2672 | 2024-11-21T19:02:32.004Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2673 | 2024-11-21T19:02:32.004Z | [SUM] 6.00-7.00 sec 105 MBytes 881 Mbits/sec |
2674 | 2024-11-21T19:02:32.004Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2675 | 2024-11-21T19:02:32.004Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2676 | 2024-11-21T19:02:32.005Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2677 | 2024-11-21T19:02:32.005Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2678 | 2024-11-21T19:02:32.005Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2679 | 2024-11-21T19:02:32.005Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2680 | 2024-11-21T19:02:32.005Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2681 | 2024-11-21T19:02:32.005Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2682 | 2024-11-21T19:02:32.005Z | [ 19] 7.00-8.00 sec 13.1 MBytes 109 Mbits/sec |
2683 | 2024-11-21T19:02:32.005Z | [SUM] 7.00-8.00 sec 105 MBytes 880 Mbits/sec |
2684 | 2024-11-21T19:02:32.005Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2685 | 2024-11-21T19:02:32.005Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2686 | 2024-11-21T19:02:32.005Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2687 | 2024-11-21T19:02:32.005Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2688 | 2024-11-21T19:02:32.005Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2689 | 2024-11-21T19:02:32.005Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2690 | 2024-11-21T19:02:32.005Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2691 | 2024-11-21T19:02:32.005Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2692 | 2024-11-21T19:02:32.005Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2693 | 2024-11-21T19:02:32.005Z | [SUM] 8.00-9.00 sec 104 MBytes 870 Mbits/sec |
2694 | 2024-11-21T19:02:32.005Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2695 | 2024-11-21T19:02:32.005Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2696 | 2024-11-21T19:02:32.005Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2697 | 2024-11-21T19:02:32.005Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2698 | 2024-11-21T19:02:32.005Z | [ 11] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
2699 | 2024-11-21T19:02:32.005Z | [ 13] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
2700 | 2024-11-21T19:02:32.006Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2701 | 2024-11-21T19:02:32.006Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2702 | 2024-11-21T19:02:32.006Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2703 | 2024-11-21T19:02:32.006Z | [SUM] 9.00-10.00 sec 103 MBytes 863 Mbits/sec |
2704 | 2024-11-21T19:02:32.006Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2705 | 2024-11-21T19:02:32.006Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2706 | 2024-11-21T19:02:32.006Z | [ 7] 10.00-10.00 sec 9.90 KBytes 19.8 Mbits/sec |
2707 | 2024-11-21T19:02:32.006Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2708 | 2024-11-21T19:02:32.006Z | [ 11] 10.00-10.00 sec 42.4 KBytes 84.7 Mbits/sec |
2709 | 2024-11-21T19:02:32.006Z | [ 13] 10.00-10.00 sec 124 KBytes 248 Mbits/sec |
2710 | 2024-11-21T19:02:32.006Z | [ 15] 10.00-10.00 sec 124 KBytes 248 Mbits/sec |
2711 | 2024-11-21T19:02:32.006Z | [ 17] 10.00-10.00 sec 124 KBytes 248 Mbits/sec |
2712 | 2024-11-21T19:02:32.006Z | [ 19] 10.00-10.00 sec 96.2 KBytes 192 Mbits/sec |
2713 | 2024-11-21T19:02:32.006Z | [SUM] 10.00-10.00 sec 522 KBytes 1.04 Gbits/sec |
2714 | 2024-11-21T19:02:32.006Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2715 | 2024-11-21T19:02:32.006Z | [ ID] Interval Transfer Bandwidth |
2716 | 2024-11-21T19:02:32.006Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2717 | 2024-11-21T19:02:32.006Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2718 | 2024-11-21T19:02:32.006Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2719 | 2024-11-21T19:02:32.007Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2720 | 2024-11-21T19:02:32.007Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2721 | 2024-11-21T19:02:32.007Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2722 | 2024-11-21T19:02:32.007Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2723 | 2024-11-21T19:02:32.007Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2724 | 2024-11-21T19:02:32.007Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2725 | 2024-11-21T19:02:32.007Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2726 | 2024-11-21T19:02:32.007Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2727 | 2024-11-21T19:02:32.007Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2728 | 2024-11-21T19:02:32.007Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2729 | 2024-11-21T19:02:32.007Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2730 | 2024-11-21T19:02:32.008Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2731 | 2024-11-21T19:02:32.008Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2732 | 2024-11-21T19:02:32.008Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2733 | 2024-11-21T19:02:32.008Z | [SUM] 0.00-10.00 sec 1.01 GBytes 871 Mbits/sec receiver |
2734 | 2024-11-21T19:02:32.011Z | Run 4/10...871.3643126979621Mbps |
2735 | 2024-11-21T19:02:39.039Z | ----------------------------------------------------------- |
2736 | 2024-11-21T19:02:39.039Z | Server listening on 5201 |
2737 | 2024-11-21T19:02:39.039Z | ----------------------------------------------------------- |
2738 | 2024-11-21T19:02:39.039Z | Accepted connection from 10.0.0.1, port 62172 |
2739 | 2024-11-21T19:02:39.039Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48937 |
2740 | 2024-11-21T19:02:39.039Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52273 |
2741 | 2024-11-21T19:02:39.039Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52540 |
2742 | 2024-11-21T19:02:39.039Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34630 |
2743 | 2024-11-21T19:02:39.040Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41669 |
2744 | 2024-11-21T19:02:39.040Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51635 |
2745 | 2024-11-21T19:02:39.040Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44477 |
2746 | 2024-11-21T19:02:39.040Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41009 |
2747 | 2024-11-21T19:02:39.040Z | [ ID] Interval Transfer Bandwidth |
2748 | 2024-11-21T19:02:39.040Z | [ 5] 0.00-1.00 sec 12.5 MBytes 104 Mbits/sec |
2749 | 2024-11-21T19:02:39.040Z | [ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2750 | 2024-11-21T19:02:39.040Z | [ 9] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2751 | 2024-11-21T19:02:39.040Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2752 | 2024-11-21T19:02:39.040Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2753 | 2024-11-21T19:02:39.040Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2754 | 2024-11-21T19:02:39.040Z | [ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2755 | 2024-11-21T19:02:39.040Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2756 | 2024-11-21T19:02:39.040Z | [SUM] 0.00-1.00 sec 98.7 MBytes 828 Mbits/sec |
2757 | 2024-11-21T19:02:39.040Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2758 | 2024-11-21T19:02:39.040Z | [ 5] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2759 | 2024-11-21T19:02:39.040Z | [ 7] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2760 | 2024-11-21T19:02:39.040Z | [ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2761 | 2024-11-21T19:02:39.040Z | [ 11] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2762 | 2024-11-21T19:02:39.040Z | [ 13] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2763 | 2024-11-21T19:02:39.040Z | [ 15] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
2764 | 2024-11-21T19:02:39.041Z | [ 17] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2765 | 2024-11-21T19:02:39.041Z | [ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2766 | 2024-11-21T19:02:39.041Z | [SUM] 1.00-2.00 sec 109 MBytes 917 Mbits/sec |
2767 | 2024-11-21T19:02:39.041Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2768 | 2024-11-21T19:02:39.041Z | [ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2769 | 2024-11-21T19:02:39.041Z | [ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2770 | 2024-11-21T19:02:39.041Z | [ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2771 | 2024-11-21T19:02:39.041Z | [ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2772 | 2024-11-21T19:02:39.042Z | [ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2773 | 2024-11-21T19:02:39.042Z | [ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2774 | 2024-11-21T19:02:39.042Z | [ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2775 | 2024-11-21T19:02:39.042Z | [ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2776 | 2024-11-21T19:02:39.042Z | [SUM] 2.00-3.00 sec 108 MBytes 905 Mbits/sec |
2777 | 2024-11-21T19:02:39.042Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2778 | 2024-11-21T19:02:39.042Z | [ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2779 | 2024-11-21T19:02:39.042Z | [ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2780 | 2024-11-21T19:02:39.042Z | [ 9] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2781 | 2024-11-21T19:02:39.042Z | [ 11] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2782 | 2024-11-21T19:02:39.042Z | [ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2783 | 2024-11-21T19:02:39.045Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2784 | 2024-11-21T19:02:39.045Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2785 | 2024-11-21T19:02:39.045Z | [ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2786 | 2024-11-21T19:02:39.045Z | [SUM] 3.00-4.00 sec 108 MBytes 904 Mbits/sec |
2787 | 2024-11-21T19:02:39.045Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2788 | 2024-11-21T19:02:39.045Z | [ 5] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2789 | 2024-11-21T19:02:39.045Z | [ 7] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2790 | 2024-11-21T19:02:39.045Z | [ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2791 | 2024-11-21T19:02:39.046Z | [ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2792 | 2024-11-21T19:02:39.046Z | [ 13] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2793 | 2024-11-21T19:02:39.046Z | [ 15] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2794 | 2024-11-21T19:02:39.046Z | [ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2795 | 2024-11-21T19:02:39.046Z | [ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2796 | 2024-11-21T19:02:39.046Z | [SUM] 4.00-5.00 sec 107 MBytes 901 Mbits/sec |
2797 | 2024-11-21T19:02:39.046Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2798 | 2024-11-21T19:02:39.046Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2799 | 2024-11-21T19:02:39.046Z | [ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2800 | 2024-11-21T19:02:39.046Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2801 | 2024-11-21T19:02:39.046Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2802 | 2024-11-21T19:02:39.046Z | [ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2803 | 2024-11-21T19:02:39.046Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2804 | 2024-11-21T19:02:39.046Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2805 | 2024-11-21T19:02:39.046Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2806 | 2024-11-21T19:02:39.046Z | [SUM] 5.00-6.00 sec 108 MBytes 906 Mbits/sec |
2807 | 2024-11-21T19:02:39.046Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2808 | 2024-11-21T19:02:39.046Z | [ 5] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2809 | 2024-11-21T19:02:39.046Z | [ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2810 | 2024-11-21T19:02:39.046Z | [ 9] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2811 | 2024-11-21T19:02:42.255Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2812 | 2024-11-21T19:02:42.255Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2813 | 2024-11-21T19:02:42.255Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2814 | 2024-11-21T19:02:42.255Z | [ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2815 | 2024-11-21T19:02:42.255Z | [ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2816 | 2024-11-21T19:02:42.255Z | [SUM] 6.00-7.00 sec 108 MBytes 906 Mbits/sec |
2817 | 2024-11-21T19:02:42.255Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2818 | 2024-11-21T19:02:42.255Z | [ 5] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2819 | 2024-11-21T19:02:42.255Z | [ 7] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2820 | 2024-11-21T19:02:42.255Z | [ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2821 | 2024-11-21T19:02:42.255Z | [ 11] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2822 | 2024-11-21T19:02:42.255Z | [ 13] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2823 | 2024-11-21T19:02:42.255Z | [ 15] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2824 | 2024-11-21T19:02:42.255Z | [ 17] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2825 | 2024-11-21T19:02:42.255Z | [ 19] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2826 | 2024-11-21T19:02:42.255Z | [SUM] 7.00-8.00 sec 109 MBytes 912 Mbits/sec |
2827 | 2024-11-21T19:02:42.255Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2828 | 2024-11-21T19:02:42.256Z | [ 5] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2829 | 2024-11-21T19:02:42.256Z | [ 7] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2830 | 2024-11-21T19:02:42.256Z | [ 9] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2831 | 2024-11-21T19:02:42.256Z | [ 11] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2832 | 2024-11-21T19:02:42.256Z | [ 13] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2833 | 2024-11-21T19:02:42.256Z | [ 15] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2834 | 2024-11-21T19:02:42.256Z | [ 17] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec |
2835 | 2024-11-21T19:02:42.256Z | [ 19] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2836 | 2024-11-21T19:02:42.256Z | [SUM] 8.00-9.00 sec 110 MBytes 919 Mbits/sec |
2837 | 2024-11-21T19:02:42.256Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2838 | 2024-11-21T19:02:42.256Z | [ 5] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2839 | 2024-11-21T19:02:42.256Z | [ 7] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2840 | 2024-11-21T19:02:42.256Z | [ 9] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2841 | 2024-11-21T19:02:42.256Z | [ 11] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2842 | 2024-11-21T19:02:42.256Z | [ 13] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2843 | 2024-11-21T19:02:42.256Z | [ 15] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2844 | 2024-11-21T19:02:42.256Z | [ 17] 9.00-10.00 sec 13.8 MBytes 116 Mbits/sec |
2845 | 2024-11-21T19:02:42.256Z | [ 19] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec |
2846 | 2024-11-21T19:02:42.256Z | [SUM] 9.00-10.00 sec 110 MBytes 922 Mbits/sec |
2847 | 2024-11-21T19:02:42.256Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2848 | 2024-11-21T19:02:42.256Z | [ 5] 10.00-10.00 sec 59.4 KBytes 127 Mbits/sec |
2849 | 2024-11-21T19:02:42.256Z | [ 7] 10.00-10.00 sec 67.9 KBytes 145 Mbits/sec |
2850 | 2024-11-21T19:02:42.256Z | [ 9] 10.00-10.00 sec 124 KBytes 267 Mbits/sec |
2851 | 2024-11-21T19:02:42.256Z | [ 11] 10.00-10.00 sec 5.66 KBytes 12.1 Mbits/sec |
2852 | 2024-11-21T19:02:42.257Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2853 | 2024-11-21T19:02:42.257Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2854 | 2024-11-21T19:02:42.257Z | [ 17] 10.00-10.00 sec 7.07 KBytes 15.1 Mbits/sec |
2855 | 2024-11-21T19:02:42.257Z | [ 19] 10.00-10.00 sec 124 KBytes 267 Mbits/sec |
2856 | 2024-11-21T19:02:42.257Z | [SUM] 10.00-10.00 sec 389 KBytes 833 Mbits/sec |
2857 | 2024-11-21T19:02:42.257Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2858 | 2024-11-21T19:02:42.257Z | [ ID] Interval Transfer Bandwidth |
2859 | 2024-11-21T19:02:42.257Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2860 | 2024-11-21T19:02:42.257Z | [ 5] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2861 | 2024-11-21T19:02:42.257Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2862 | 2024-11-21T19:02:42.257Z | [ 7] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2863 | 2024-11-21T19:02:42.257Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2864 | 2024-11-21T19:02:42.257Z | [ 9] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
2865 | 2024-11-21T19:02:42.257Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2866 | 2024-11-21T19:02:42.257Z | [ 11] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
2867 | 2024-11-21T19:02:42.257Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2868 | 2024-11-21T19:02:42.260Z | [ 13] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
2869 | 2024-11-21T19:02:42.260Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2870 | 2024-11-21T19:02:42.260Z | [ 15] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
2871 | 2024-11-21T19:02:42.260Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2872 | 2024-11-21T19:02:42.260Z | [ 17] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
2873 | 2024-11-21T19:02:42.260Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2874 | 2024-11-21T19:02:42.261Z | [ 19] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
2875 | 2024-11-21T19:02:42.261Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2876 | 2024-11-21T19:02:42.261Z | [SUM] 0.00-10.00 sec 1.05 GBytes 902 Mbits/sec receiver |
2877 | 2024-11-21T19:02:42.261Z | Run 5/10...902.464720204803Mbps |
2878 | 2024-11-21T19:02:49.290Z | ----------------------------------------------------------- |
2879 | 2024-11-21T19:02:49.290Z | Server listening on 5201 |
2880 | 2024-11-21T19:02:49.290Z | ----------------------------------------------------------- |
2881 | 2024-11-21T19:02:49.290Z | Accepted connection from 10.0.0.1, port 51840 |
2882 | 2024-11-21T19:02:49.290Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42651 |
2883 | 2024-11-21T19:02:49.290Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61622 |
2884 | 2024-11-21T19:02:49.290Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53743 |
2885 | 2024-11-21T19:02:49.290Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34969 |
2886 | 2024-11-21T19:02:49.290Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49945 |
2887 | 2024-11-21T19:02:49.290Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53674 |
2888 | 2024-11-21T19:02:49.290Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62278 |
2889 | 2024-11-21T19:02:49.290Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35590 |
2890 | 2024-11-21T19:02:49.290Z | [ ID] Interval Transfer Bandwidth |
2891 | 2024-11-21T19:02:49.290Z | [ 5] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec |
2892 | 2024-11-21T19:02:49.290Z | [ 7] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec |
2893 | 2024-11-21T19:02:49.290Z | [ 9] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
2894 | 2024-11-21T19:02:49.290Z | [ 11] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
2895 | 2024-11-21T19:02:49.290Z | [ 13] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2896 | 2024-11-21T19:02:49.290Z | [ 15] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2897 | 2024-11-21T19:02:49.290Z | [ 17] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2898 | 2024-11-21T19:02:49.290Z | [ 19] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
2899 | 2024-11-21T19:02:49.291Z | [SUM] 0.00-1.00 sec 99.9 MBytes 838 Mbits/sec |
2900 | 2024-11-21T19:02:49.291Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2901 | 2024-11-21T19:02:49.291Z | [ 5] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2902 | 2024-11-21T19:02:49.291Z | [ 7] 1.00-2.00 sec 13.5 MBytes 114 Mbits/sec |
2903 | 2024-11-21T19:02:49.291Z | [ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2904 | 2024-11-21T19:02:49.291Z | [ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2905 | 2024-11-21T19:02:49.291Z | [ 13] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2906 | 2024-11-21T19:02:49.291Z | [ 15] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2907 | 2024-11-21T19:02:49.291Z | [ 17] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2908 | 2024-11-21T19:02:49.291Z | [ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2909 | 2024-11-21T19:02:49.291Z | [SUM] 1.00-2.00 sec 109 MBytes 911 Mbits/sec |
2910 | 2024-11-21T19:02:49.291Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2911 | 2024-11-21T19:02:49.291Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2912 | 2024-11-21T19:02:49.291Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2913 | 2024-11-21T19:02:49.291Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2914 | 2024-11-21T19:02:49.291Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2915 | 2024-11-21T19:02:49.291Z | [ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2916 | 2024-11-21T19:02:49.291Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2917 | 2024-11-21T19:02:49.291Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2918 | 2024-11-21T19:02:49.291Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2919 | 2024-11-21T19:02:49.291Z | [SUM] 2.00-3.00 sec 105 MBytes 884 Mbits/sec |
2920 | 2024-11-21T19:02:49.291Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2921 | 2024-11-21T19:02:49.291Z | [ 5] 3.00-4.00 sec 13.2 MBytes 110 Mbits/sec |
2922 | 2024-11-21T19:02:49.292Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2923 | 2024-11-21T19:02:49.292Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2924 | 2024-11-21T19:02:49.292Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2925 | 2024-11-21T19:02:49.292Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2926 | 2024-11-21T19:02:49.292Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2927 | 2024-11-21T19:02:49.292Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2928 | 2024-11-21T19:02:49.292Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2929 | 2024-11-21T19:02:49.293Z | [SUM] 3.00-4.00 sec 105 MBytes 881 Mbits/sec |
2930 | 2024-11-21T19:02:49.293Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2931 | 2024-11-21T19:02:49.293Z | [ 5] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec |
2932 | 2024-11-21T19:02:49.293Z | [ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2933 | 2024-11-21T19:02:49.293Z | [ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2934 | 2024-11-21T19:02:49.293Z | [ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2935 | 2024-11-21T19:02:49.293Z | [ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2936 | 2024-11-21T19:02:49.293Z | [ 15] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2937 | 2024-11-21T19:02:49.293Z | [ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2938 | 2024-11-21T19:02:49.293Z | [ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2939 | 2024-11-21T19:02:49.293Z | [SUM] 4.00-5.00 sec 108 MBytes 902 Mbits/sec |
2940 | 2024-11-21T19:02:49.293Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2941 | 2024-11-21T19:02:49.293Z | [ 5] 5.00-6.00 sec 13.5 MBytes 114 Mbits/sec |
2942 | 2024-11-21T19:02:49.293Z | [ 7] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2943 | 2024-11-21T19:02:49.293Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2944 | 2024-11-21T19:02:49.293Z | [ 11] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2945 | 2024-11-21T19:02:49.293Z | [ 13] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2946 | 2024-11-21T19:02:49.293Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2947 | 2024-11-21T19:02:49.293Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2948 | 2024-11-21T19:02:49.293Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2949 | 2024-11-21T19:02:49.293Z | [SUM] 5.00-6.00 sec 108 MBytes 908 Mbits/sec |
2950 | 2024-11-21T19:02:49.293Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2951 | 2024-11-21T19:02:49.293Z | [ 5] 6.00-7.00 sec 13.5 MBytes 114 Mbits/sec |
2952 | 2024-11-21T19:02:49.293Z | [ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2953 | 2024-11-21T19:02:49.293Z | [ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2954 | 2024-11-21T19:02:52.506Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2955 | 2024-11-21T19:02:52.506Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2956 | 2024-11-21T19:02:52.506Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2957 | 2024-11-21T19:02:52.506Z | [ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2958 | 2024-11-21T19:02:52.506Z | [ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2959 | 2024-11-21T19:02:52.506Z | [SUM] 6.00-7.00 sec 108 MBytes 906 Mbits/sec |
2960 | 2024-11-21T19:02:52.507Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2961 | 2024-11-21T19:02:52.507Z | [ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2962 | 2024-11-21T19:02:52.507Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2963 | 2024-11-21T19:02:52.507Z | [ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2964 | 2024-11-21T19:02:52.507Z | [ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2965 | 2024-11-21T19:02:52.507Z | [ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2966 | 2024-11-21T19:02:52.507Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2967 | 2024-11-21T19:02:52.507Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2968 | 2024-11-21T19:02:52.507Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2969 | 2024-11-21T19:02:52.507Z | [SUM] 7.00-8.00 sec 108 MBytes 905 Mbits/sec |
2970 | 2024-11-21T19:02:52.507Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2971 | 2024-11-21T19:02:52.507Z | [ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2972 | 2024-11-21T19:02:52.507Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2973 | 2024-11-21T19:02:52.507Z | [ 9] 8.00-9.00 sec 13.5 MBytes 114 Mbits/sec |
2974 | 2024-11-21T19:02:52.507Z | [ 11] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2975 | 2024-11-21T19:02:52.507Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2976 | 2024-11-21T19:02:52.507Z | [ 15] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2977 | 2024-11-21T19:02:52.507Z | [ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2978 | 2024-11-21T19:02:52.507Z | [ 19] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2979 | 2024-11-21T19:02:52.507Z | [SUM] 8.00-9.00 sec 108 MBytes 909 Mbits/sec |
2980 | 2024-11-21T19:02:52.507Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2981 | 2024-11-21T19:02:52.507Z | [ 5] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2982 | 2024-11-21T19:02:52.507Z | [ 7] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2983 | 2024-11-21T19:02:52.507Z | [ 9] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2984 | 2024-11-21T19:02:52.507Z | [ 11] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2985 | 2024-11-21T19:02:52.507Z | [ 13] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
2986 | 2024-11-21T19:02:52.507Z | [ 15] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2987 | 2024-11-21T19:02:52.507Z | [ 17] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2988 | 2024-11-21T19:02:52.507Z | [ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2989 | 2024-11-21T19:02:52.507Z | [SUM] 9.00-10.00 sec 108 MBytes 909 Mbits/sec |
2990 | 2024-11-21T19:02:52.507Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2991 | 2024-11-21T19:02:52.507Z | [ 5] 10.00-10.00 sec 82.0 KBytes 166 Mbits/sec |
2992 | 2024-11-21T19:02:52.507Z | [ 7] 10.00-10.00 sec 2.83 KBytes 5.74 Mbits/sec |
2993 | 2024-11-21T19:02:52.507Z | [ 9] 10.00-10.00 sec 42.4 KBytes 86.1 Mbits/sec |
2994 | 2024-11-21T19:02:52.507Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2995 | 2024-11-21T19:02:52.507Z | [ 13] 10.00-10.00 sec 39.6 KBytes 80.4 Mbits/sec |
2996 | 2024-11-21T19:02:52.507Z | [ 15] 10.00-10.00 sec 124 KBytes 253 Mbits/sec |
2997 | 2024-11-21T19:02:52.507Z | [ 17] 10.00-10.00 sec 124 KBytes 253 Mbits/sec |
2998 | 2024-11-21T19:02:52.507Z | [ 19] 10.00-10.00 sec 124 KBytes 253 Mbits/sec |
2999 | 2024-11-21T19:02:52.508Z | [SUM] 10.00-10.00 sec 540 KBytes 1.10 Gbits/sec |
3000 | 2024-11-21T19:02:52.508Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3001 | 2024-11-21T19:02:52.508Z | [ ID] Interval Transfer Bandwidth |
3002 | 2024-11-21T19:02:52.508Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3003 | 2024-11-21T19:02:52.508Z | [ 5] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3004 | 2024-11-21T19:02:52.508Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3005 | 2024-11-21T19:02:52.508Z | [ 7] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3006 | 2024-11-21T19:02:52.508Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3007 | 2024-11-21T19:02:52.508Z | [ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3008 | 2024-11-21T19:02:52.508Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3009 | 2024-11-21T19:02:52.508Z | [ 11] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3010 | 2024-11-21T19:02:52.508Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3011 | 2024-11-21T19:02:52.508Z | [ 13] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3012 | 2024-11-21T19:02:52.508Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3013 | 2024-11-21T19:02:52.508Z | [ 15] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3014 | 2024-11-21T19:02:52.508Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3015 | 2024-11-21T19:02:52.508Z | [ 17] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3016 | 2024-11-21T19:02:52.508Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3017 | 2024-11-21T19:02:52.508Z | [ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3018 | 2024-11-21T19:02:52.509Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3019 | 2024-11-21T19:02:52.513Z | [SUM] 0.00-10.00 sec 1.04 GBytes 895 Mbits/sec receiver |
3020 | 2024-11-21T19:02:52.513Z | Run 6/10...895.898990667192Mbps |
3021 | 2024-11-21T19:02:59.540Z | ----------------------------------------------------------- |
3022 | 2024-11-21T19:02:59.540Z | Server listening on 5201 |
3023 | 2024-11-21T19:02:59.540Z | ----------------------------------------------------------- |
3024 | 2024-11-21T19:02:59.541Z | Accepted connection from 10.0.0.1, port 61213 |
3025 | 2024-11-21T19:02:59.541Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38532 |
3026 | 2024-11-21T19:02:59.541Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43993 |
3027 | 2024-11-21T19:02:59.541Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49804 |
3028 | 2024-11-21T19:02:59.541Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57728 |
3029 | 2024-11-21T19:02:59.541Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38799 |
3030 | 2024-11-21T19:02:59.541Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35690 |
3031 | 2024-11-21T19:02:59.541Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45169 |
3032 | 2024-11-21T19:02:59.541Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34545 |
3033 | 2024-11-21T19:02:59.541Z | [ ID] Interval Transfer Bandwidth |
3034 | 2024-11-21T19:02:59.541Z | [ 5] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec |
3035 | 2024-11-21T19:02:59.541Z | [ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3036 | 2024-11-21T19:02:59.541Z | [ 9] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3037 | 2024-11-21T19:02:59.541Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3038 | 2024-11-21T19:02:59.541Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3039 | 2024-11-21T19:02:59.541Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3040 | 2024-11-21T19:02:59.541Z | [ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3041 | 2024-11-21T19:02:59.541Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3042 | 2024-11-21T19:02:59.541Z | [SUM] 0.00-1.00 sec 98.7 MBytes 828 Mbits/sec |
3043 | 2024-11-21T19:02:59.541Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3044 | 2024-11-21T19:02:59.541Z | [ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
3045 | 2024-11-21T19:02:59.542Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3046 | 2024-11-21T19:02:59.542Z | [ 9] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
3047 | 2024-11-21T19:02:59.542Z | [ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3048 | 2024-11-21T19:02:59.542Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3049 | 2024-11-21T19:02:59.542Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3050 | 2024-11-21T19:02:59.542Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3051 | 2024-11-21T19:02:59.542Z | [ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3052 | 2024-11-21T19:02:59.542Z | [SUM] 1.00-2.00 sec 107 MBytes 896 Mbits/sec |
3053 | 2024-11-21T19:02:59.542Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3054 | 2024-11-21T19:02:59.542Z | [ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3055 | 2024-11-21T19:02:59.542Z | [ 7] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3056 | 2024-11-21T19:02:59.542Z | [ 9] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3057 | 2024-11-21T19:02:59.542Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3058 | 2024-11-21T19:02:59.542Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3059 | 2024-11-21T19:02:59.542Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3060 | 2024-11-21T19:02:59.542Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3061 | 2024-11-21T19:02:59.542Z | [ 19] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3062 | 2024-11-21T19:02:59.542Z | [SUM] 2.00-3.00 sec 107 MBytes 895 Mbits/sec |
3063 | 2024-11-21T19:02:59.542Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3064 | 2024-11-21T19:02:59.542Z | [ 5] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3065 | 2024-11-21T19:02:59.542Z | [ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3066 | 2024-11-21T19:02:59.542Z | [ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3067 | 2024-11-21T19:02:59.542Z | [ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3068 | 2024-11-21T19:02:59.542Z | [ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3069 | 2024-11-21T19:02:59.542Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3070 | 2024-11-21T19:02:59.542Z | [ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3071 | 2024-11-21T19:02:59.542Z | [ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3072 | 2024-11-21T19:02:59.542Z | [SUM] 3.00-4.00 sec 106 MBytes 887 Mbits/sec |
3073 | 2024-11-21T19:02:59.542Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3074 | 2024-11-21T19:02:59.542Z | [ 5] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3075 | 2024-11-21T19:02:59.542Z | [ 7] 4.00-5.00 sec 13.5 MBytes 114 Mbits/sec |
3076 | 2024-11-21T19:02:59.542Z | [ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3077 | 2024-11-21T19:02:59.542Z | [ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3078 | 2024-11-21T19:02:59.542Z | [ 13] 4.00-5.00 sec 13.5 MBytes 114 Mbits/sec |
3079 | 2024-11-21T19:02:59.542Z | [ 15] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
3080 | 2024-11-21T19:02:59.542Z | [ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3081 | 2024-11-21T19:02:59.543Z | [ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3082 | 2024-11-21T19:02:59.543Z | [SUM] 4.00-5.00 sec 108 MBytes 907 Mbits/sec |
3083 | 2024-11-21T19:02:59.543Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3084 | 2024-11-21T19:02:59.543Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3085 | 2024-11-21T19:02:59.543Z | [ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3086 | 2024-11-21T19:02:59.543Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3087 | 2024-11-21T19:02:59.543Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3088 | 2024-11-21T19:02:59.543Z | [ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3089 | 2024-11-21T19:02:59.543Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3090 | 2024-11-21T19:02:59.543Z | [ 17] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3091 | 2024-11-21T19:02:59.543Z | [ 19] 5.00-6.00 sec 13.5 MBytes 114 Mbits/sec |
3092 | 2024-11-21T19:02:59.543Z | [SUM] 5.00-6.00 sec 108 MBytes 907 Mbits/sec |
3093 | 2024-11-21T19:02:59.543Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3094 | 2024-11-21T19:02:59.543Z | [ 5] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
3095 | 2024-11-21T19:02:59.543Z | [ 7] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
3096 | 2024-11-21T19:02:59.543Z | [ 9] 6.00-7.00 sec 13.7 MBytes 115 Mbits/sec |
3097 | 2024-11-21T19:03:02.757Z | [ 11] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
3098 | 2024-11-21T19:03:02.757Z | [ 13] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
3099 | 2024-11-21T19:03:02.757Z | [ 15] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
3100 | 2024-11-21T19:03:02.757Z | [ 17] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
3101 | 2024-11-21T19:03:02.757Z | [ 19] 6.00-7.00 sec 13.7 MBytes 115 Mbits/sec |
3102 | 2024-11-21T19:03:02.757Z | [SUM] 6.00-7.00 sec 109 MBytes 915 Mbits/sec |
3103 | 2024-11-21T19:03:02.757Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3104 | 2024-11-21T19:03:02.757Z | [ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3105 | 2024-11-21T19:03:02.757Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3106 | 2024-11-21T19:03:02.759Z | [ 9] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec |
3107 | 2024-11-21T19:03:02.759Z | [ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3108 | 2024-11-21T19:03:02.759Z | [ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3109 | 2024-11-21T19:03:02.759Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3110 | 2024-11-21T19:03:02.759Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3111 | 2024-11-21T19:03:02.759Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3112 | 2024-11-21T19:03:02.759Z | [SUM] 7.00-8.00 sec 108 MBytes 905 Mbits/sec |
3113 | 2024-11-21T19:03:02.759Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3114 | 2024-11-21T19:03:02.759Z | [ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3115 | 2024-11-21T19:03:02.759Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3116 | 2024-11-21T19:03:02.760Z | [ 9] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3117 | 2024-11-21T19:03:02.760Z | [ 11] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3118 | 2024-11-21T19:03:02.760Z | [ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3119 | 2024-11-21T19:03:02.760Z | [ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3120 | 2024-11-21T19:03:02.760Z | [ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3121 | 2024-11-21T19:03:02.760Z | [ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3122 | 2024-11-21T19:03:02.760Z | [SUM] 8.00-9.00 sec 108 MBytes 906 Mbits/sec |
3123 | 2024-11-21T19:03:02.760Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3124 | 2024-11-21T19:03:02.760Z | [ 5] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3125 | 2024-11-21T19:03:02.760Z | [ 7] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3126 | 2024-11-21T19:03:02.760Z | [ 9] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3127 | 2024-11-21T19:03:02.760Z | [ 11] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3128 | 2024-11-21T19:03:02.760Z | [ 13] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3129 | 2024-11-21T19:03:02.760Z | [ 15] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3130 | 2024-11-21T19:03:02.760Z | [ 17] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3131 | 2024-11-21T19:03:02.760Z | [ 19] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3132 | 2024-11-21T19:03:02.760Z | [SUM] 9.00-10.00 sec 109 MBytes 914 Mbits/sec |
3133 | 2024-11-21T19:03:02.760Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3134 | 2024-11-21T19:03:02.760Z | [ 5] 10.00-10.00 sec 67.9 KBytes 163 Mbits/sec |
3135 | 2024-11-21T19:03:02.760Z | [ 7] 10.00-10.00 sec 42.4 KBytes 102 Mbits/sec |
3136 | 2024-11-21T19:03:02.760Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3137 | 2024-11-21T19:03:02.760Z | [ 11] 10.00-10.00 sec 124 KBytes 299 Mbits/sec |
3138 | 2024-11-21T19:03:02.760Z | [ 13] 10.00-10.00 sec 107 KBytes 258 Mbits/sec |
3139 | 2024-11-21T19:03:02.760Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3140 | 2024-11-21T19:03:02.760Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3141 | 2024-11-21T19:03:02.760Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3142 | 2024-11-21T19:03:02.761Z | [SUM] 10.00-10.00 sec 342 KBytes 822 Mbits/sec |
3143 | 2024-11-21T19:03:02.761Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3144 | 2024-11-21T19:03:02.761Z | [ ID] Interval Transfer Bandwidth |
3145 | 2024-11-21T19:03:02.761Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3146 | 2024-11-21T19:03:02.761Z | [ 5] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3147 | 2024-11-21T19:03:02.761Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3148 | 2024-11-21T19:03:02.761Z | [ 7] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3149 | 2024-11-21T19:03:02.761Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3150 | 2024-11-21T19:03:02.761Z | [ 9] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3151 | 2024-11-21T19:03:02.761Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3152 | 2024-11-21T19:03:02.761Z | [ 11] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3153 | 2024-11-21T19:03:02.761Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3154 | 2024-11-21T19:03:02.761Z | [ 13] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3155 | 2024-11-21T19:03:02.761Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3156 | 2024-11-21T19:03:02.761Z | [ 15] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3157 | 2024-11-21T19:03:02.761Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3158 | 2024-11-21T19:03:02.761Z | [ 17] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3159 | 2024-11-21T19:03:02.761Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3160 | 2024-11-21T19:03:02.761Z | [ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
3161 | 2024-11-21T19:03:02.761Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3162 | 2024-11-21T19:03:02.761Z | [SUM] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec receiver |
3163 | 2024-11-21T19:03:02.765Z | Run 7/10...896.353336314388Mbps |
3164 | 2024-11-21T19:03:09.791Z | ----------------------------------------------------------- |
3165 | 2024-11-21T19:03:09.791Z | Server listening on 5201 |
3166 | 2024-11-21T19:03:09.791Z | ----------------------------------------------------------- |
3167 | 2024-11-21T19:03:09.791Z | Accepted connection from 10.0.0.1, port 36295 |
3168 | 2024-11-21T19:03:09.791Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36486 |
3169 | 2024-11-21T19:03:09.791Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36934 |
3170 | 2024-11-21T19:03:09.791Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45798 |
3171 | 2024-11-21T19:03:09.791Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63915 |
3172 | 2024-11-21T19:03:09.791Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49034 |
3173 | 2024-11-21T19:03:09.791Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62974 |
3174 | 2024-11-21T19:03:09.792Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61154 |
3175 | 2024-11-21T19:03:09.792Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64517 |
3176 | 2024-11-21T19:03:09.792Z | [ ID] Interval Transfer Bandwidth |
3177 | 2024-11-21T19:03:09.792Z | [ 5] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec |
3178 | 2024-11-21T19:03:09.792Z | [ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3179 | 2024-11-21T19:03:09.792Z | [ 9] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3180 | 2024-11-21T19:03:09.792Z | [ 11] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3181 | 2024-11-21T19:03:09.792Z | [ 13] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3182 | 2024-11-21T19:03:09.792Z | [ 15] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3183 | 2024-11-21T19:03:09.792Z | [ 17] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3184 | 2024-11-21T19:03:09.793Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3185 | 2024-11-21T19:03:09.793Z | [SUM] 0.00-1.00 sec 99.4 MBytes 834 Mbits/sec |
3186 | 2024-11-21T19:03:09.793Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3187 | 2024-11-21T19:03:09.793Z | [ 5] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec |
3188 | 2024-11-21T19:03:09.793Z | [ 7] 1.00-2.00 sec 13.9 MBytes 117 Mbits/sec |
3189 | 2024-11-21T19:03:09.793Z | [ 9] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec |
3190 | 2024-11-21T19:03:09.793Z | [ 11] 1.00-2.00 sec 13.9 MBytes 116 Mbits/sec |
3191 | 2024-11-21T19:03:09.793Z | [ 13] 1.00-2.00 sec 13.9 MBytes 116 Mbits/sec |
3192 | 2024-11-21T19:03:09.793Z | [ 15] 1.00-2.00 sec 13.9 MBytes 116 Mbits/sec |
3193 | 2024-11-21T19:03:09.793Z | [ 17] 1.00-2.00 sec 13.9 MBytes 116 Mbits/sec |
3194 | 2024-11-21T19:03:09.793Z | [ 19] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec |
3195 | 2024-11-21T19:03:09.793Z | [SUM] 1.00-2.00 sec 111 MBytes 932 Mbits/sec |
3196 | 2024-11-21T19:03:09.793Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3197 | 2024-11-21T19:03:09.793Z | [ 5] 2.00-3.00 sec 13.8 MBytes 116 Mbits/sec |
3198 | 2024-11-21T19:03:09.793Z | [ 7] 2.00-3.00 sec 13.8 MBytes 116 Mbits/sec |
3199 | 2024-11-21T19:03:09.793Z | [ 9] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
3200 | 2024-11-21T19:03:09.793Z | [ 11] 2.00-3.00 sec 13.9 MBytes 116 Mbits/sec |
3201 | 2024-11-21T19:03:09.793Z | [ 13] 2.00-3.00 sec 13.9 MBytes 116 Mbits/sec |
3202 | 2024-11-21T19:03:09.793Z | [ 15] 2.00-3.00 sec 13.8 MBytes 116 Mbits/sec |
3203 | 2024-11-21T19:03:09.793Z | [ 17] 2.00-3.00 sec 13.8 MBytes 115 Mbits/sec |
3204 | 2024-11-21T19:03:09.793Z | [ 19] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec |
3205 | 2024-11-21T19:03:09.793Z | [SUM] 2.00-3.00 sec 110 MBytes 926 Mbits/sec |
3206 | 2024-11-21T19:03:09.793Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3207 | 2024-11-21T19:03:09.793Z | [ 5] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec |
3208 | 2024-11-21T19:03:09.794Z | [ 7] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec |
3209 | 2024-11-21T19:03:09.794Z | [ 9] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
3210 | 2024-11-21T19:03:09.795Z | [ 11] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
3211 | 2024-11-21T19:03:09.795Z | [ 13] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
3212 | 2024-11-21T19:03:09.795Z | [ 15] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec |
3213 | 2024-11-21T19:03:09.795Z | [ 17] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec |
3214 | 2024-11-21T19:03:09.798Z | [ 19] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec |
3215 | 2024-11-21T19:03:09.798Z | [SUM] 3.00-4.00 sec 110 MBytes 925 Mbits/sec |
3216 | 2024-11-21T19:03:09.798Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3217 | 2024-11-21T19:03:09.798Z | [ 5] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
3218 | 2024-11-21T19:03:09.798Z | [ 7] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
3219 | 2024-11-21T19:03:09.798Z | [ 9] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
3220 | 2024-11-21T19:03:09.798Z | [ 11] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
3221 | 2024-11-21T19:03:09.798Z | [ 13] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
3222 | 2024-11-21T19:03:09.798Z | [ 15] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
3223 | 2024-11-21T19:03:09.798Z | [ 17] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
3224 | 2024-11-21T19:03:09.798Z | [ 19] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec |
3225 | 2024-11-21T19:03:09.798Z | [SUM] 4.00-5.00 sec 110 MBytes 920 Mbits/sec |
3226 | 2024-11-21T19:03:09.798Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3227 | 2024-11-21T19:03:09.798Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3228 | 2024-11-21T19:03:09.798Z | [ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3229 | 2024-11-21T19:03:09.798Z | [ 9] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3230 | 2024-11-21T19:03:09.798Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3231 | 2024-11-21T19:03:09.798Z | [ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3232 | 2024-11-21T19:03:09.798Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3233 | 2024-11-21T19:03:09.798Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3234 | 2024-11-21T19:03:09.798Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3235 | 2024-11-21T19:03:09.798Z | [SUM] 5.00-6.00 sec 108 MBytes 906 Mbits/sec |
3236 | 2024-11-21T19:03:09.798Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3237 | 2024-11-21T19:03:09.798Z | [ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3238 | 2024-11-21T19:03:09.798Z | [ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3239 | 2024-11-21T19:03:09.798Z | [ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3240 | 2024-11-21T19:03:12.908Z | [ 11] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec |
3241 | 2024-11-21T19:03:12.908Z | [ 13] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3242 | 2024-11-21T19:03:12.908Z | [ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3243 | 2024-11-21T19:03:12.908Z | [ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3244 | 2024-11-21T19:03:12.908Z | [ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3245 | 2024-11-21T19:03:12.908Z | [SUM] 6.00-7.00 sec 107 MBytes 898 Mbits/sec |
3246 | 2024-11-21T19:03:12.908Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3247 | 2024-11-21T19:03:12.908Z | [ 5] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
3248 | 2024-11-21T19:03:12.908Z | [ 7] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
3249 | 2024-11-21T19:03:12.909Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3250 | 2024-11-21T19:03:12.909Z | [ 11] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
3251 | 2024-11-21T19:03:12.909Z | [ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3252 | 2024-11-21T19:03:12.909Z | [ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3253 | 2024-11-21T19:03:12.909Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3254 | 2024-11-21T19:03:12.909Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3255 | 2024-11-21T19:03:12.909Z | [SUM] 7.00-8.00 sec 105 MBytes 884 Mbits/sec |
3256 | 2024-11-21T19:03:12.909Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3257 | 2024-11-21T19:03:12.909Z | [ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3258 | 2024-11-21T19:03:12.909Z | [ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3259 | 2024-11-21T19:03:12.909Z | [ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3260 | 2024-11-21T19:03:12.909Z | [ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3261 | 2024-11-21T19:03:12.909Z | [ 13] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3262 | 2024-11-21T19:03:12.909Z | [ 15] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3263 | 2024-11-21T19:03:12.909Z | [ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3264 | 2024-11-21T19:03:12.909Z | [ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3265 | 2024-11-21T19:03:12.909Z | [SUM] 8.00-9.00 sec 106 MBytes 888 Mbits/sec |
3266 | 2024-11-21T19:03:12.909Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3267 | 2024-11-21T19:03:12.909Z | [ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3268 | 2024-11-21T19:03:12.909Z | [ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3269 | 2024-11-21T19:03:12.909Z | [ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3270 | 2024-11-21T19:03:12.909Z | [ 11] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
3271 | 2024-11-21T19:03:12.909Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3272 | 2024-11-21T19:03:12.910Z | [ 15] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
3273 | 2024-11-21T19:03:12.910Z | [ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3274 | 2024-11-21T19:03:12.910Z | [ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3275 | 2024-11-21T19:03:12.910Z | [SUM] 9.00-10.00 sec 107 MBytes 895 Mbits/sec |
3276 | 2024-11-21T19:03:12.910Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3277 | 2024-11-21T19:03:12.910Z | [ 5] 10.00-10.00 sec 82.0 KBytes 147 Mbits/sec |
3278 | 2024-11-21T19:03:12.910Z | [ 7] 10.00-10.00 sec 48.1 KBytes 86.2 Mbits/sec |
3279 | 2024-11-21T19:03:12.910Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3280 | 2024-11-21T19:03:12.910Z | [ 11] 10.00-10.00 sec 84.8 KBytes 152 Mbits/sec |
3281 | 2024-11-21T19:03:12.910Z | [ 13] 10.00-10.00 sec 124 KBytes 223 Mbits/sec |
3282 | 2024-11-21T19:03:12.910Z | [ 15] 10.00-10.00 sec 124 KBytes 223 Mbits/sec |
3283 | 2024-11-21T19:03:12.910Z | [ 17] 10.00-10.00 sec 124 KBytes 223 Mbits/sec |
3284 | 2024-11-21T19:03:12.910Z | [ 19] 10.00-10.00 sec 52.3 KBytes 93.8 Mbits/sec |
3285 | 2024-11-21T19:03:12.910Z | [SUM] 10.00-10.00 sec 641 KBytes 1.15 Gbits/sec |
3286 | 2024-11-21T19:03:12.910Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3287 | 2024-11-21T19:03:12.910Z | [ ID] Interval Transfer Bandwidth |
3288 | 2024-11-21T19:03:12.910Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3289 | 2024-11-21T19:03:12.910Z | [ 5] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver |
3290 | 2024-11-21T19:03:12.910Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3291 | 2024-11-21T19:03:12.910Z | [ 7] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
3292 | 2024-11-21T19:03:12.910Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3293 | 2024-11-21T19:03:12.910Z | [ 9] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
3294 | 2024-11-21T19:03:12.910Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3295 | 2024-11-21T19:03:12.910Z | [ 11] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
3296 | 2024-11-21T19:03:12.911Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3297 | 2024-11-21T19:03:12.911Z | [ 13] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
3298 | 2024-11-21T19:03:12.911Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3299 | 2024-11-21T19:03:12.911Z | [ 15] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
3300 | 2024-11-21T19:03:12.911Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3301 | 2024-11-21T19:03:12.911Z | [ 17] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
3302 | 2024-11-21T19:03:12.911Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3303 | 2024-11-21T19:03:12.911Z | [ 19] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
3304 | 2024-11-21T19:03:12.911Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3305 | 2024-11-21T19:03:12.911Z | [SUM] 0.00-10.00 sec 1.05 GBytes 901 Mbits/sec receiver |
3306 | 2024-11-21T19:03:12.914Z | Run 8/10...901.5112955260311Mbps |
3307 | 2024-11-21T19:03:19.942Z | ----------------------------------------------------------- |
3308 | 2024-11-21T19:03:19.942Z | Server listening on 5201 |
3309 | 2024-11-21T19:03:19.942Z | ----------------------------------------------------------- |
3310 | 2024-11-21T19:03:19.942Z | Accepted connection from 10.0.0.1, port 61588 |
3311 | 2024-11-21T19:03:19.942Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38524 |
3312 | 2024-11-21T19:03:19.942Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44795 |
3313 | 2024-11-21T19:03:19.942Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51537 |
3314 | 2024-11-21T19:03:19.942Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55023 |
3315 | 2024-11-21T19:03:19.942Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47671 |
3316 | 2024-11-21T19:03:19.942Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53763 |
3317 | 2024-11-21T19:03:19.942Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58129 |
3318 | 2024-11-21T19:03:19.942Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44368 |
3319 | 2024-11-21T19:03:19.942Z | [ ID] Interval Transfer Bandwidth |
3320 | 2024-11-21T19:03:19.942Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3321 | 2024-11-21T19:03:19.942Z | [ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3322 | 2024-11-21T19:03:19.942Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3323 | 2024-11-21T19:03:19.942Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3324 | 2024-11-21T19:03:19.942Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3325 | 2024-11-21T19:03:19.942Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3326 | 2024-11-21T19:03:19.942Z | [ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3327 | 2024-11-21T19:03:19.942Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3328 | 2024-11-21T19:03:19.942Z | [SUM] 0.00-1.00 sec 98.4 MBytes 825 Mbits/sec |
3329 | 2024-11-21T19:03:19.942Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3330 | 2024-11-21T19:03:19.942Z | [ 5] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
3331 | 2024-11-21T19:03:19.942Z | [ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3332 | 2024-11-21T19:03:19.942Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3333 | 2024-11-21T19:03:19.942Z | [ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3334 | 2024-11-21T19:03:19.942Z | [ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3335 | 2024-11-21T19:03:19.942Z | [ 15] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3336 | 2024-11-21T19:03:19.942Z | [ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
3337 | 2024-11-21T19:03:19.943Z | [ 19] 1.00-2.00 sec 13.4 MBytes 113 Mbits/sec |
3338 | 2024-11-21T19:03:19.943Z | [SUM] 1.00-2.00 sec 107 MBytes 898 Mbits/sec |
3339 | 2024-11-21T19:03:19.943Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3340 | 2024-11-21T19:03:19.943Z | [ 5] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3341 | 2024-11-21T19:03:19.943Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3342 | 2024-11-21T19:03:19.943Z | [ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3343 | 2024-11-21T19:03:19.943Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3344 | 2024-11-21T19:03:19.943Z | [ 13] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
3345 | 2024-11-21T19:03:19.943Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3346 | 2024-11-21T19:03:19.943Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3347 | 2024-11-21T19:03:19.943Z | [ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3348 | 2024-11-21T19:03:19.943Z | [SUM] 2.00-3.00 sec 106 MBytes 891 Mbits/sec |
3349 | 2024-11-21T19:03:19.943Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3350 | 2024-11-21T19:03:19.943Z | [ 5] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3351 | 2024-11-21T19:03:19.943Z | [ 7] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3352 | 2024-11-21T19:03:19.943Z | [ 9] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec |
3353 | 2024-11-21T19:03:19.943Z | [ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
3354 | 2024-11-21T19:03:19.943Z | [ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3355 | 2024-11-21T19:03:19.943Z | [ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3356 | 2024-11-21T19:03:19.946Z | [ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3357 | 2024-11-21T19:03:19.946Z | [ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3358 | 2024-11-21T19:03:19.946Z | [SUM] 3.00-4.00 sec 107 MBytes 895 Mbits/sec |
3359 | 2024-11-21T19:03:19.946Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3360 | 2024-11-21T19:03:19.946Z | [ 5] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec |
3361 | 2024-11-21T19:03:19.946Z | [ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3362 | 2024-11-21T19:03:19.946Z | [ 9] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3363 | 2024-11-21T19:03:19.946Z | [ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3364 | 2024-11-21T19:03:19.946Z | [ 13] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3365 | 2024-11-21T19:03:19.947Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3366 | 2024-11-21T19:03:19.947Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3367 | 2024-11-21T19:03:19.947Z | [ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
3368 | 2024-11-21T19:03:19.947Z | [SUM] 4.00-5.00 sec 106 MBytes 891 Mbits/sec |
3369 | 2024-11-21T19:03:19.947Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3370 | 2024-11-21T19:03:19.947Z | [ 5] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3371 | 2024-11-21T19:03:19.947Z | [ 7] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3372 | 2024-11-21T19:03:19.947Z | [ 9] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3373 | 2024-11-21T19:03:19.947Z | [ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3374 | 2024-11-21T19:03:19.947Z | [ 13] 5.00-6.00 sec 13.4 MBytes 113 Mbits/sec |
3375 | 2024-11-21T19:03:19.947Z | [ 15] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3376 | 2024-11-21T19:03:19.947Z | [ 17] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3377 | 2024-11-21T19:03:19.947Z | [ 19] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3378 | 2024-11-21T19:03:19.947Z | [SUM] 5.00-6.00 sec 107 MBytes 898 Mbits/sec |
3379 | 2024-11-21T19:03:19.947Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3380 | 2024-11-21T19:03:19.947Z | [ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3381 | 2024-11-21T19:03:19.947Z | [ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3382 | 2024-11-21T19:03:19.947Z | [ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3383 | 2024-11-21T19:03:23.159Z | [ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3384 | 2024-11-21T19:03:23.159Z | [ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3385 | 2024-11-21T19:03:23.159Z | [ 15] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec |
3386 | 2024-11-21T19:03:23.159Z | [ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
3387 | 2024-11-21T19:03:23.159Z | [ 19] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec |
3388 | 2024-11-21T19:03:23.159Z | [SUM] 6.00-7.00 sec 106 MBytes 892 Mbits/sec |
3389 | 2024-11-21T19:03:23.159Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3390 | 2024-11-21T19:03:23.159Z | [ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3391 | 2024-11-21T19:03:23.159Z | [ 7] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3392 | 2024-11-21T19:03:23.159Z | [ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3393 | 2024-11-21T19:03:23.159Z | [ 11] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3394 | 2024-11-21T19:03:23.159Z | [ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3395 | 2024-11-21T19:03:23.159Z | [ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3396 | 2024-11-21T19:03:23.159Z | [ 17] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec |
3397 | 2024-11-21T19:03:23.159Z | [ 19] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec |
3398 | 2024-11-21T19:03:23.159Z | [SUM] 7.00-8.00 sec 106 MBytes 889 Mbits/sec |
3399 | 2024-11-21T19:03:23.159Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3400 | 2024-11-21T19:03:23.159Z | [ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3401 | 2024-11-21T19:03:23.159Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3402 | 2024-11-21T19:03:23.159Z | [ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3403 | 2024-11-21T19:03:23.160Z | [ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3404 | 2024-11-21T19:03:23.160Z | [ 13] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3405 | 2024-11-21T19:03:23.163Z | [ 15] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3406 | 2024-11-21T19:03:23.163Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3407 | 2024-11-21T19:03:23.163Z | [ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3408 | 2024-11-21T19:03:23.163Z | [SUM] 8.00-9.00 sec 106 MBytes 887 Mbits/sec |
3409 | 2024-11-21T19:03:23.163Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3410 | 2024-11-21T19:03:23.163Z | [ 5] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3411 | 2024-11-21T19:03:23.163Z | [ 7] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3412 | 2024-11-21T19:03:23.163Z | [ 9] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3413 | 2024-11-21T19:03:23.164Z | [ 11] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
3414 | 2024-11-21T19:03:23.164Z | [ 13] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
3415 | 2024-11-21T19:03:23.164Z | [ 15] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
3416 | 2024-11-21T19:03:23.164Z | [ 17] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3417 | 2024-11-21T19:03:23.164Z | [ 19] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec |
3418 | 2024-11-21T19:03:23.164Z | [SUM] 9.00-10.00 sec 109 MBytes 911 Mbits/sec |
3419 | 2024-11-21T19:03:23.164Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3420 | 2024-11-21T19:03:23.164Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3421 | 2024-11-21T19:03:23.164Z | [ 7] 10.00-10.00 sec 122 KBytes 270 Mbits/sec |
3422 | 2024-11-21T19:03:23.164Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3423 | 2024-11-21T19:03:23.165Z | [ 11] 10.00-10.00 sec 105 KBytes 233 Mbits/sec |
3424 | 2024-11-21T19:03:23.165Z | [ 13] 10.00-10.00 sec 124 KBytes 277 Mbits/sec |
3425 | 2024-11-21T19:03:23.165Z | [ 15] 10.00-10.00 sec 124 KBytes 277 Mbits/sec |
3426 | 2024-11-21T19:03:23.165Z | [ 17] 10.00-10.00 sec 82.0 KBytes 182 Mbits/sec |
3427 | 2024-11-21T19:03:23.165Z | [ 19] 10.00-10.00 sec 7.07 KBytes 15.7 Mbits/sec |
3428 | 2024-11-21T19:03:23.165Z | [SUM] 10.00-10.00 sec 564 KBytes 1.25 Gbits/sec |
3429 | 2024-11-21T19:03:23.165Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3430 | 2024-11-21T19:03:23.165Z | [ ID] Interval Transfer Bandwidth |
3431 | 2024-11-21T19:03:23.165Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3432 | 2024-11-21T19:03:23.165Z | [ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3433 | 2024-11-21T19:03:23.165Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3434 | 2024-11-21T19:03:23.165Z | [ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3435 | 2024-11-21T19:03:23.165Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3436 | 2024-11-21T19:03:23.165Z | [ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3437 | 2024-11-21T19:03:23.165Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3438 | 2024-11-21T19:03:23.165Z | [ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3439 | 2024-11-21T19:03:23.165Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3440 | 2024-11-21T19:03:23.165Z | [ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3441 | 2024-11-21T19:03:23.165Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3442 | 2024-11-21T19:03:23.165Z | [ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3443 | 2024-11-21T19:03:23.165Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3444 | 2024-11-21T19:03:23.165Z | [ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3445 | 2024-11-21T19:03:23.165Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3446 | 2024-11-21T19:03:23.165Z | [ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3447 | 2024-11-21T19:03:23.165Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3448 | 2024-11-21T19:03:23.165Z | [SUM] 0.00-10.00 sec 1.03 GBytes 888 Mbits/sec receiver |
3449 | 2024-11-21T19:03:23.165Z | Run 9/10...888.284008163537Mbps |
3450 | 2024-11-21T19:03:30.193Z | ----------------------------------------------------------- |
3451 | 2024-11-21T19:03:30.193Z | Server listening on 5201 |
3452 | 2024-11-21T19:03:30.193Z | ----------------------------------------------------------- |
3453 | 2024-11-21T19:03:30.193Z | Accepted connection from 10.0.0.1, port 37202 |
3454 | 2024-11-21T19:03:30.193Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56060 |
3455 | 2024-11-21T19:03:30.193Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37485 |
3456 | 2024-11-21T19:03:30.193Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49189 |
3457 | 2024-11-21T19:03:30.193Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48998 |
3458 | 2024-11-21T19:03:30.193Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58720 |
3459 | 2024-11-21T19:03:30.193Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50863 |
3460 | 2024-11-21T19:03:30.193Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52010 |
3461 | 2024-11-21T19:03:30.193Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58118 |
3462 | 2024-11-21T19:03:30.193Z | [ ID] Interval Transfer Bandwidth |
3463 | 2024-11-21T19:03:30.193Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3464 | 2024-11-21T19:03:30.194Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3465 | 2024-11-21T19:03:30.194Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3466 | 2024-11-21T19:03:30.194Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3467 | 2024-11-21T19:03:30.194Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3468 | 2024-11-21T19:03:30.194Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3469 | 2024-11-21T19:03:30.194Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3470 | 2024-11-21T19:03:30.194Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3471 | 2024-11-21T19:03:30.194Z | [SUM] 0.00-1.00 sec 97.8 MBytes 820 Mbits/sec |
3472 | 2024-11-21T19:03:30.194Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3473 | 2024-11-21T19:03:30.194Z | [ 5] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
3474 | 2024-11-21T19:03:30.194Z | [ 7] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
3475 | 2024-11-21T19:03:30.194Z | [ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
3476 | 2024-11-21T19:03:30.195Z | [ 11] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3477 | 2024-11-21T19:03:30.195Z | [ 13] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3478 | 2024-11-21T19:03:30.195Z | [ 15] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
3479 | 2024-11-21T19:03:30.195Z | [ 17] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
3480 | 2024-11-21T19:03:30.195Z | [ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
3481 | 2024-11-21T19:03:30.195Z | [SUM] 1.00-2.00 sec 109 MBytes 914 Mbits/sec |
3482 | 2024-11-21T19:03:30.195Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3483 | 2024-11-21T19:03:30.195Z | [ 5] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
3484 | 2024-11-21T19:03:30.195Z | [ 7] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
3485 | 2024-11-21T19:03:30.195Z | [ 9] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
3486 | 2024-11-21T19:03:30.195Z | [ 11] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
3487 | 2024-11-21T19:03:30.195Z | [ 13] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
3488 | 2024-11-21T19:03:30.195Z | [ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
3489 | 2024-11-21T19:03:30.195Z | [ 17] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
3490 | 2024-11-21T19:03:30.195Z | [ 19] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec |
3491 | 2024-11-21T19:03:30.195Z | [SUM] 2.00-3.00 sec 109 MBytes 913 Mbits/sec |
3492 | 2024-11-21T19:03:30.195Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3493 | 2024-11-21T19:03:30.195Z | [ 5] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
3494 | 2024-11-21T19:03:30.195Z | [ 7] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
3495 | 2024-11-21T19:03:30.196Z | [ 9] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
3496 | 2024-11-21T19:03:30.196Z | [ 11] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
3497 | 2024-11-21T19:03:30.196Z | [ 13] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
3498 | 2024-11-21T19:03:30.196Z | [ 15] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
3499 | 2024-11-21T19:03:30.196Z | [ 17] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
3500 | 2024-11-21T19:03:30.196Z | [ 19] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
3501 | 2024-11-21T19:03:30.196Z | [SUM] 3.00-4.00 sec 109 MBytes 913 Mbits/sec |
3502 | 2024-11-21T19:03:30.196Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3503 | 2024-11-21T19:03:30.196Z | [ 5] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3504 | 2024-11-21T19:03:30.196Z | [ 7] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
3505 | 2024-11-21T19:03:30.196Z | [ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3506 | 2024-11-21T19:03:30.196Z | [ 11] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
3507 | 2024-11-21T19:03:30.196Z | [ 13] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
3508 | 2024-11-21T19:03:30.196Z | [ 15] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
3509 | 2024-11-21T19:03:30.196Z | [ 17] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
3510 | 2024-11-21T19:03:30.196Z | [ 19] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
3511 | 2024-11-21T19:03:30.196Z | [SUM] 4.00-5.00 sec 109 MBytes 911 Mbits/sec |
3512 | 2024-11-21T19:03:30.197Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3513 | 2024-11-21T19:03:30.197Z | [ 5] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3514 | 2024-11-21T19:03:30.197Z | [ 7] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3515 | 2024-11-21T19:03:30.197Z | [ 9] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3516 | 2024-11-21T19:03:30.197Z | [ 11] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3517 | 2024-11-21T19:03:30.197Z | [ 13] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3518 | 2024-11-21T19:03:30.197Z | [ 15] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3519 | 2024-11-21T19:03:30.197Z | [ 17] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3520 | 2024-11-21T19:03:30.197Z | [ 19] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec |
3521 | 2024-11-21T19:03:30.197Z | [SUM] 5.00-6.00 sec 109 MBytes 914 Mbits/sec |
3522 | 2024-11-21T19:03:30.197Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3523 | 2024-11-21T19:03:30.197Z | [ 5] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
3524 | 2024-11-21T19:03:30.197Z | [ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3525 | 2024-11-21T19:03:30.197Z | [ 9] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
3526 | 2024-11-21T19:03:33.409Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3527 | 2024-11-21T19:03:33.409Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3528 | 2024-11-21T19:03:33.410Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3529 | 2024-11-21T19:03:33.410Z | [ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3530 | 2024-11-21T19:03:33.410Z | [ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3531 | 2024-11-21T19:03:33.410Z | [SUM] 6.00-7.00 sec 108 MBytes 907 Mbits/sec |
3532 | 2024-11-21T19:03:33.410Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3533 | 2024-11-21T19:03:33.410Z | [ 5] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3534 | 2024-11-21T19:03:33.410Z | [ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3535 | 2024-11-21T19:03:33.410Z | [ 9] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3536 | 2024-11-21T19:03:33.410Z | [ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3537 | 2024-11-21T19:03:33.410Z | [ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3538 | 2024-11-21T19:03:33.410Z | [ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3539 | 2024-11-21T19:03:33.410Z | [ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3540 | 2024-11-21T19:03:33.410Z | [ 19] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec |
3541 | 2024-11-21T19:03:33.410Z | [SUM] 7.00-8.00 sec 107 MBytes 896 Mbits/sec |
3542 | 2024-11-21T19:03:33.410Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3543 | 2024-11-21T19:03:33.410Z | [ 5] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3544 | 2024-11-21T19:03:33.410Z | [ 7] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3545 | 2024-11-21T19:03:33.410Z | [ 9] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3546 | 2024-11-21T19:03:33.410Z | [ 11] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3547 | 2024-11-21T19:03:33.410Z | [ 13] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3548 | 2024-11-21T19:03:33.410Z | [ 15] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3549 | 2024-11-21T19:03:33.410Z | [ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3550 | 2024-11-21T19:03:33.410Z | [ 19] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
3551 | 2024-11-21T19:03:33.410Z | [SUM] 8.00-9.00 sec 109 MBytes 913 Mbits/sec |
3552 | 2024-11-21T19:03:33.410Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3553 | 2024-11-21T19:03:33.410Z | [ 5] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
3554 | 2024-11-21T19:03:33.410Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3555 | 2024-11-21T19:03:33.410Z | [ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3556 | 2024-11-21T19:03:33.410Z | [ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3557 | 2024-11-21T19:03:33.410Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3558 | 2024-11-21T19:03:33.410Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3559 | 2024-11-21T19:03:33.410Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3560 | 2024-11-21T19:03:33.410Z | [ 19] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
3561 | 2024-11-21T19:03:33.410Z | [SUM] 9.00-10.00 sec 106 MBytes 891 Mbits/sec |
3562 | 2024-11-21T19:03:33.410Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3563 | 2024-11-21T19:03:33.410Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3564 | 2024-11-21T19:03:33.411Z | [ 7] 10.00-10.00 sec 14.1 KBytes 32.6 Mbits/sec |
3565 | 2024-11-21T19:03:33.411Z | [ 9] 10.00-10.00 sec 4.24 KBytes 9.78 Mbits/sec |
3566 | 2024-11-21T19:03:33.411Z | [ 11] 10.00-10.00 sec 124 KBytes 287 Mbits/sec |
3567 | 2024-11-21T19:03:33.411Z | [ 13] 10.00-10.00 sec 124 KBytes 287 Mbits/sec |
3568 | 2024-11-21T19:03:33.411Z | [ 15] 10.00-10.00 sec 89.1 KBytes 206 Mbits/sec |
3569 | 2024-11-21T19:03:33.411Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3570 | 2024-11-21T19:03:33.411Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3571 | 2024-11-21T19:03:33.411Z | [SUM] 10.00-10.00 sec 356 KBytes 822 Mbits/sec |
3572 | 2024-11-21T19:03:33.411Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3573 | 2024-11-21T19:03:33.411Z | [ ID] Interval Transfer Bandwidth |
3574 | 2024-11-21T19:03:33.411Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3575 | 2024-11-21T19:03:33.411Z | [ 5] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver |
3576 | 2024-11-21T19:03:33.411Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3577 | 2024-11-21T19:03:33.411Z | [ 7] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3578 | 2024-11-21T19:03:33.411Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3579 | 2024-11-21T19:03:33.411Z | [ 9] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3580 | 2024-11-21T19:03:33.411Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3581 | 2024-11-21T19:03:33.411Z | [ 11] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3582 | 2024-11-21T19:03:33.411Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3583 | 2024-11-21T19:03:33.411Z | [ 13] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3584 | 2024-11-21T19:03:33.411Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3585 | 2024-11-21T19:03:33.411Z | [ 15] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3586 | 2024-11-21T19:03:33.411Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3587 | 2024-11-21T19:03:33.411Z | [ 17] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3588 | 2024-11-21T19:03:33.411Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3589 | 2024-11-21T19:03:33.411Z | [ 19] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3590 | 2024-11-21T19:03:33.411Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3591 | 2024-11-21T19:03:33.411Z | [SUM] 0.00-10.00 sec 1.05 GBytes 899 Mbits/sec receiver |
3592 | 2024-11-21T19:03:33.414Z | Run 10/10...899.60431144519Mbps |
3593 | 2024-11-21T19:03:33.414Z | ###---------------------### |
3594 | 2024-11-21T19:03:33.414Z | ::: iPerf done... ::: |
3595 | 2024-11-21T19:03:33.414Z | :::Awaiting out files...::: |
3596 | 2024-11-21T19:03:33.415Z | ###---------------------### |
3597 | 2024-11-21T19:03:33.415Z | ###-----### |
3598 | 2024-11-21T19:03:33.415Z | :::done!::: |
3599 | 2024-11-21T19:03:33.415Z | ###-----### |
3600 | 2024-11-21T19:03:35.158Z | Gnuplot not found, using plotters backend |
3601 | 2024-11-21T19:03:35.383Z | Benchmarking iperf-tcp/local/c2s/tx |
3602 | 2024-11-21T19:03:35.383Z | Benchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s |
3603 | 2024-11-21T19:03:40.048Z | Benchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (575M iterations) |
3604 | 2024-11-21T19:04:00.001Z | Benchmarking iperf-tcp/local/c2s/tx: Analyzing |
3605 | 2024-11-21T19:04:00.156Z | iperf-tcp/local/c2s/tx time: [1.6312 µs 1.6313 µs 1.6314 µs] |
3606 | 2024-11-21T19:04:00.156Z | change: [-1.1656% -1.1532% -1.1421%] (p = 0.00 < 0.05) |
3607 | 2024-11-21T19:04:00.156Z | Performance has improved. |
3608 | 2024-11-21T19:04:00.156Z | Found 10 outliers among 100 measurements (10.00%) |
3609 | 2024-11-21T19:04:00.156Z | 3 (3.00%) low severe |
3610 | 2024-11-21T19:04:00.157Z | 3 (3.00%) low mild |
3611 | 2024-11-21T19:04:00.157Z | 4 (4.00%) high mild |
3612 | 2024-11-21T19:04:01.747Z | |
3613 | 2024-11-21T19:04:01.749Z | Benchmarking iperf-tcp/local/c2s/rx |
3614 | 2024-11-21T19:04:01.749Z | Benchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s |
3615 | 2024-11-21T19:04:06.408Z | Benchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (576M iterations) |
3616 | 2024-11-21T19:04:26.312Z | Benchmarking iperf-tcp/local/c2s/rx: Analyzing |
3617 | 2024-11-21T19:04:26.463Z | iperf-tcp/local/c2s/rx time: [5.6241 µs 5.6244 µs 5.6247 µs] |
3618 | 2024-11-21T19:04:26.463Z | change: [-0.8346% -0.8244% -0.8134%] (p = 0.00 < 0.05) |
3619 | 2024-11-21T19:04:26.463Z | Change within noise threshold. |
3620 | 2024-11-21T19:04:26.463Z | Found 7 outliers among 100 measurements (7.00%) |
3621 | 2024-11-21T19:04:26.463Z | 1 (1.00%) low severe |
3622 | 2024-11-21T19:04:26.463Z | 3 (3.00%) low mild |
3623 | 2024-11-21T19:04:26.463Z | 2 (2.00%) high mild |
3624 | 2024-11-21T19:04:26.463Z | 1 (1.00%) high severe |
3625 | 2024-11-21T19:04:28.054Z | |
3626 | 2024-11-21T19:04:28.057Z | ###-------------------### |
3627 | 2024-11-21T19:04:28.057Z | :::Running experiment ::: |
3628 | 2024-11-21T19:04:28.057Z | :::iperf-tcp/local/s2c::: |
3629 | 2024-11-21T19:04:28.057Z | ###-------------------### |
3630 | 2024-11-21T19:04:28.545Z | dtrace: description 'profile-201us ' matched 2 probes |
3631 | 2024-11-21T19:04:35.104Z | ----------------------------------------------------------- |
3632 | 2024-11-21T19:04:35.104Z | Server listening on 5201 |
3633 | 2024-11-21T19:04:35.104Z | ----------------------------------------------------------- |
3634 | 2024-11-21T19:04:35.104Z | Accepted connection from 10.0.0.1, port 46397 |
3635 | 2024-11-21T19:04:35.104Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49462 |
3636 | 2024-11-21T19:04:35.104Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35076 |
3637 | 2024-11-21T19:04:35.104Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57866 |
3638 | 2024-11-21T19:04:35.104Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49113 |
3639 | 2024-11-21T19:04:35.104Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43233 |
3640 | 2024-11-21T19:04:35.104Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49301 |
3641 | 2024-11-21T19:04:35.104Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46534 |
3642 | 2024-11-21T19:04:35.104Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36885 |
3643 | 2024-11-21T19:04:35.104Z | [ ID] Interval Transfer Bandwidth |
3644 | 2024-11-21T19:04:35.104Z | [ 5] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
3645 | 2024-11-21T19:04:35.104Z | [ 7] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
3646 | 2024-11-21T19:04:35.104Z | [ 9] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
3647 | 2024-11-21T19:04:35.104Z | [ 11] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
3648 | 2024-11-21T19:04:35.104Z | [ 13] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec |
3649 | 2024-11-21T19:04:35.104Z | [ 15] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
3650 | 2024-11-21T19:04:35.104Z | [ 17] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec |
3651 | 2024-11-21T19:04:35.104Z | [ 19] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec |
3652 | 2024-11-21T19:04:35.104Z | [SUM] 0.00-1.00 sec 116 MBytes 971 Mbits/sec |
3653 | 2024-11-21T19:04:35.104Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3654 | 2024-11-21T19:04:35.104Z | [ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3655 | 2024-11-21T19:04:35.105Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3656 | 2024-11-21T19:04:35.105Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3657 | 2024-11-21T19:04:35.105Z | [ 11] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3658 | 2024-11-21T19:04:35.105Z | [ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3659 | 2024-11-21T19:04:35.105Z | [ 15] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3660 | 2024-11-21T19:04:35.105Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3661 | 2024-11-21T19:04:35.105Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3662 | 2024-11-21T19:04:35.105Z | [SUM] 1.00-2.00 sec 105 MBytes 882 Mbits/sec |
3663 | 2024-11-21T19:04:35.105Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3664 | 2024-11-21T19:04:35.105Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3665 | 2024-11-21T19:04:35.105Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3666 | 2024-11-21T19:04:35.105Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
3667 | 2024-11-21T19:04:35.105Z | [ 11] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec |
3668 | 2024-11-21T19:04:35.105Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3669 | 2024-11-21T19:04:35.105Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3670 | 2024-11-21T19:04:35.105Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3671 | 2024-11-21T19:04:35.105Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3672 | 2024-11-21T19:04:35.105Z | [SUM] 2.00-3.00 sec 105 MBytes 884 Mbits/sec |
3673 | 2024-11-21T19:04:35.105Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3674 | 2024-11-21T19:04:35.105Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3675 | 2024-11-21T19:04:35.105Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3676 | 2024-11-21T19:04:35.105Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3677 | 2024-11-21T19:04:35.106Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3678 | 2024-11-21T19:04:35.109Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3679 | 2024-11-21T19:04:35.109Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3680 | 2024-11-21T19:04:35.109Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3681 | 2024-11-21T19:04:35.109Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
3682 | 2024-11-21T19:04:35.109Z | [SUM] 3.00-4.00 sec 105 MBytes 881 Mbits/sec |
3683 | 2024-11-21T19:04:35.109Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3684 | 2024-11-21T19:04:35.109Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3685 | 2024-11-21T19:04:35.109Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3686 | 2024-11-21T19:04:35.109Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3687 | 2024-11-21T19:04:35.109Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3688 | 2024-11-21T19:04:35.109Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3689 | 2024-11-21T19:04:35.109Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3690 | 2024-11-21T19:04:35.109Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3691 | 2024-11-21T19:04:35.109Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3692 | 2024-11-21T19:04:35.109Z | [SUM] 4.00-5.00 sec 105 MBytes 877 Mbits/sec |
3693 | 2024-11-21T19:04:35.109Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3694 | 2024-11-21T19:04:35.110Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3695 | 2024-11-21T19:04:35.110Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3696 | 2024-11-21T19:04:35.110Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3697 | 2024-11-21T19:04:35.110Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3698 | 2024-11-21T19:04:35.110Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3699 | 2024-11-21T19:04:35.110Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3700 | 2024-11-21T19:04:35.110Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3701 | 2024-11-21T19:04:35.110Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3702 | 2024-11-21T19:04:35.110Z | [SUM] 5.00-6.00 sec 104 MBytes 874 Mbits/sec |
3703 | 2024-11-21T19:04:35.110Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3704 | 2024-11-21T19:04:35.110Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3705 | 2024-11-21T19:04:35.110Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3706 | 2024-11-21T19:04:35.110Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3707 | 2024-11-21T19:04:38.325Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3708 | 2024-11-21T19:04:38.325Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3709 | 2024-11-21T19:04:38.325Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3710 | 2024-11-21T19:04:38.325Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3711 | 2024-11-21T19:04:38.325Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3712 | 2024-11-21T19:04:38.325Z | [SUM] 6.00-7.00 sec 104 MBytes 876 Mbits/sec |
3713 | 2024-11-21T19:04:38.325Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3714 | 2024-11-21T19:04:38.325Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3715 | 2024-11-21T19:04:38.325Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3716 | 2024-11-21T19:04:38.325Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3717 | 2024-11-21T19:04:38.325Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3718 | 2024-11-21T19:04:38.326Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3719 | 2024-11-21T19:04:38.326Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3720 | 2024-11-21T19:04:38.326Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3721 | 2024-11-21T19:04:38.326Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3722 | 2024-11-21T19:04:38.326Z | [SUM] 7.00-8.00 sec 104 MBytes 875 Mbits/sec |
3723 | 2024-11-21T19:04:38.326Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3724 | 2024-11-21T19:04:38.326Z | [ 5] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
3725 | 2024-11-21T19:04:38.326Z | [ 7] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3726 | 2024-11-21T19:04:38.326Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3727 | 2024-11-21T19:04:38.326Z | [ 11] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3728 | 2024-11-21T19:04:38.326Z | [ 13] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3729 | 2024-11-21T19:04:38.326Z | [ 15] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3730 | 2024-11-21T19:04:38.326Z | [ 17] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3731 | 2024-11-21T19:04:38.326Z | [ 19] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
3732 | 2024-11-21T19:04:38.326Z | [SUM] 8.00-9.00 sec 103 MBytes 860 Mbits/sec |
3733 | 2024-11-21T19:04:38.326Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3734 | 2024-11-21T19:04:38.326Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3735 | 2024-11-21T19:04:38.326Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3736 | 2024-11-21T19:04:38.326Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3737 | 2024-11-21T19:04:38.326Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3738 | 2024-11-21T19:04:38.326Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3739 | 2024-11-21T19:04:38.326Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3740 | 2024-11-21T19:04:38.326Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3741 | 2024-11-21T19:04:38.326Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3742 | 2024-11-21T19:04:38.327Z | [SUM] 9.00-10.00 sec 103 MBytes 868 Mbits/sec |
3743 | 2024-11-21T19:04:38.327Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3744 | 2024-11-21T19:04:38.327Z | [ 5] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
3745 | 2024-11-21T19:04:38.327Z | [ 7] 10.00-10.00 sec 113 KBytes 249 Mbits/sec |
3746 | 2024-11-21T19:04:38.327Z | [ 9] 10.00-10.00 sec 113 KBytes 249 Mbits/sec |
3747 | 2024-11-21T19:04:38.327Z | [ 11] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
3748 | 2024-11-21T19:04:38.327Z | [ 13] 10.00-10.00 sec 113 KBytes 249 Mbits/sec |
3749 | 2024-11-21T19:04:38.327Z | [ 15] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
3750 | 2024-11-21T19:04:38.327Z | [ 17] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
3751 | 2024-11-21T19:04:38.327Z | [ 19] 10.00-10.00 sec 56.6 KBytes 125 Mbits/sec |
3752 | 2024-11-21T19:04:38.327Z | [SUM] 10.00-10.00 sec 622 KBytes 1.37 Gbits/sec |
3753 | 2024-11-21T19:04:38.327Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3754 | 2024-11-21T19:04:38.327Z | [ ID] Interval Transfer Bandwidth |
3755 | 2024-11-21T19:04:38.327Z | [ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec sender |
3756 | 2024-11-21T19:04:38.327Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3757 | 2024-11-21T19:04:38.327Z | [ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec sender |
3758 | 2024-11-21T19:04:38.327Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3759 | 2024-11-21T19:04:38.327Z | [ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec sender |
3760 | 2024-11-21T19:04:38.327Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3761 | 2024-11-21T19:04:38.327Z | [ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec sender |
3762 | 2024-11-21T19:04:38.328Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3763 | 2024-11-21T19:04:38.328Z | [ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec sender |
3764 | 2024-11-21T19:04:38.328Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3765 | 2024-11-21T19:04:38.328Z | [ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec sender |
3766 | 2024-11-21T19:04:38.328Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3767 | 2024-11-21T19:04:38.328Z | [ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec sender |
3768 | 2024-11-21T19:04:38.328Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3769 | 2024-11-21T19:04:38.328Z | [ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec sender |
3770 | 2024-11-21T19:04:38.328Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3771 | 2024-11-21T19:04:38.328Z | [SUM] 0.00-10.00 sec 1.03 GBytes 885 Mbits/sec sender |
3772 | 2024-11-21T19:04:38.328Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3773 | 2024-11-21T19:04:38.331Z | Run 1/10...885.108024746332Mbps |
3774 | 2024-11-21T19:04:45.360Z | ----------------------------------------------------------- |
3775 | 2024-11-21T19:04:45.360Z | Server listening on 5201 |
3776 | 2024-11-21T19:04:45.360Z | ----------------------------------------------------------- |
3777 | 2024-11-21T19:04:45.360Z | Accepted connection from 10.0.0.1, port 57677 |
3778 | 2024-11-21T19:04:45.360Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42956 |
3779 | 2024-11-21T19:04:45.360Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48608 |
3780 | 2024-11-21T19:04:45.360Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63710 |
3781 | 2024-11-21T19:04:45.360Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44891 |
3782 | 2024-11-21T19:04:45.360Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58857 |
3783 | 2024-11-21T19:04:45.360Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49129 |
3784 | 2024-11-21T19:04:45.360Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56431 |
3785 | 2024-11-21T19:04:45.360Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62055 |
3786 | 2024-11-21T19:04:45.360Z | [ ID] Interval Transfer Bandwidth |
3787 | 2024-11-21T19:04:45.360Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3788 | 2024-11-21T19:04:45.360Z | [ 7] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
3789 | 2024-11-21T19:04:45.360Z | [ 9] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
3790 | 2024-11-21T19:04:45.361Z | [ 11] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
3791 | 2024-11-21T19:04:45.361Z | [ 13] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
3792 | 2024-11-21T19:04:45.361Z | [ 15] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
3793 | 2024-11-21T19:04:45.361Z | [ 17] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3794 | 2024-11-21T19:04:45.361Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3795 | 2024-11-21T19:04:45.361Z | [SUM] 0.00-1.00 sec 98.8 MBytes 829 Mbits/sec |
3796 | 2024-11-21T19:04:45.361Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3797 | 2024-11-21T19:04:45.361Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3798 | 2024-11-21T19:04:45.361Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3799 | 2024-11-21T19:04:45.361Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3800 | 2024-11-21T19:04:45.361Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3801 | 2024-11-21T19:04:45.361Z | [ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3802 | 2024-11-21T19:04:45.361Z | [ 15] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3803 | 2024-11-21T19:04:45.361Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3804 | 2024-11-21T19:04:45.361Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3805 | 2024-11-21T19:04:45.361Z | [SUM] 1.00-2.00 sec 105 MBytes 885 Mbits/sec |
3806 | 2024-11-21T19:04:45.361Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3807 | 2024-11-21T19:04:45.361Z | [ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3808 | 2024-11-21T19:04:45.361Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3809 | 2024-11-21T19:04:45.361Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3810 | 2024-11-21T19:04:45.361Z | [ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3811 | 2024-11-21T19:04:45.361Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3812 | 2024-11-21T19:04:45.361Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3813 | 2024-11-21T19:04:45.361Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3814 | 2024-11-21T19:04:45.361Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3815 | 2024-11-21T19:04:45.361Z | [SUM] 2.00-3.00 sec 104 MBytes 877 Mbits/sec |
3816 | 2024-11-21T19:04:45.361Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3817 | 2024-11-21T19:04:45.361Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3818 | 2024-11-21T19:04:45.365Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3819 | 2024-11-21T19:04:45.365Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3820 | 2024-11-21T19:04:45.365Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3821 | 2024-11-21T19:04:45.365Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3822 | 2024-11-21T19:04:45.365Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3823 | 2024-11-21T19:04:45.365Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3824 | 2024-11-21T19:04:45.365Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3825 | 2024-11-21T19:04:45.365Z | [SUM] 3.00-4.00 sec 104 MBytes 874 Mbits/sec |
3826 | 2024-11-21T19:04:45.365Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3827 | 2024-11-21T19:04:45.365Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3828 | 2024-11-21T19:04:45.365Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3829 | 2024-11-21T19:04:45.366Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3830 | 2024-11-21T19:04:45.366Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3831 | 2024-11-21T19:04:45.366Z | [ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3832 | 2024-11-21T19:04:45.366Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3833 | 2024-11-21T19:04:45.366Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3834 | 2024-11-21T19:04:45.366Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
3835 | 2024-11-21T19:04:45.366Z | [SUM] 4.00-5.00 sec 105 MBytes 877 Mbits/sec |
3836 | 2024-11-21T19:04:45.366Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3837 | 2024-11-21T19:04:45.366Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3838 | 2024-11-21T19:04:45.366Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3839 | 2024-11-21T19:04:45.366Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3840 | 2024-11-21T19:04:45.366Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3841 | 2024-11-21T19:04:45.366Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3842 | 2024-11-21T19:04:45.366Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3843 | 2024-11-21T19:04:45.366Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3844 | 2024-11-21T19:04:45.366Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3845 | 2024-11-21T19:04:45.366Z | [SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec |
3846 | 2024-11-21T19:04:45.366Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3847 | 2024-11-21T19:04:45.366Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3848 | 2024-11-21T19:04:45.366Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3849 | 2024-11-21T19:04:45.366Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3850 | 2024-11-21T19:04:48.475Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3851 | 2024-11-21T19:04:48.475Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3852 | 2024-11-21T19:04:48.475Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3853 | 2024-11-21T19:04:48.475Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3854 | 2024-11-21T19:04:48.475Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
3855 | 2024-11-21T19:04:48.475Z | [SUM] 6.00-7.00 sec 104 MBytes 871 Mbits/sec |
3856 | 2024-11-21T19:04:48.475Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3857 | 2024-11-21T19:04:48.475Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3858 | 2024-11-21T19:04:48.476Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3859 | 2024-11-21T19:04:48.476Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3860 | 2024-11-21T19:04:48.476Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
3861 | 2024-11-21T19:04:48.476Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3862 | 2024-11-21T19:04:48.476Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3863 | 2024-11-21T19:04:48.476Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3864 | 2024-11-21T19:04:48.476Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3865 | 2024-11-21T19:04:48.476Z | [SUM] 7.00-8.00 sec 105 MBytes 878 Mbits/sec |
3866 | 2024-11-21T19:04:48.476Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3867 | 2024-11-21T19:04:48.476Z | [ 5] 8.00-9.00 sec 13.0 MBytes 110 Mbits/sec |
3868 | 2024-11-21T19:04:48.476Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
3869 | 2024-11-21T19:04:48.476Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3870 | 2024-11-21T19:04:48.476Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3871 | 2024-11-21T19:04:48.476Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
3872 | 2024-11-21T19:04:48.476Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3873 | 2024-11-21T19:04:48.476Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3874 | 2024-11-21T19:04:48.476Z | [ 19] 8.00-9.00 sec 13.0 MBytes 110 Mbits/sec |
3875 | 2024-11-21T19:04:48.476Z | [SUM] 8.00-9.00 sec 104 MBytes 877 Mbits/sec |
3876 | 2024-11-21T19:04:48.476Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3877 | 2024-11-21T19:04:48.476Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3878 | 2024-11-21T19:04:48.477Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3879 | 2024-11-21T19:04:48.477Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3880 | 2024-11-21T19:04:48.477Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3881 | 2024-11-21T19:04:48.477Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3882 | 2024-11-21T19:04:48.477Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3883 | 2024-11-21T19:04:48.478Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3884 | 2024-11-21T19:04:48.478Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3885 | 2024-11-21T19:04:48.478Z | [SUM] 9.00-10.00 sec 104 MBytes 876 Mbits/sec |
3886 | 2024-11-21T19:04:48.478Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3887 | 2024-11-21T19:04:48.478Z | [ 5] 10.00-10.00 sec 56.6 KBytes 121 Mbits/sec |
3888 | 2024-11-21T19:04:48.478Z | [ 7] 10.00-10.00 sec 113 KBytes 243 Mbits/sec |
3889 | 2024-11-21T19:04:48.478Z | [ 9] 10.00-10.00 sec 56.6 KBytes 121 Mbits/sec |
3890 | 2024-11-21T19:04:48.478Z | [ 11] 10.00-10.00 sec 56.6 KBytes 121 Mbits/sec |
3891 | 2024-11-21T19:04:48.478Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3892 | 2024-11-21T19:04:48.478Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3893 | 2024-11-21T19:04:48.478Z | [ 17] 10.00-10.00 sec 56.6 KBytes 121 Mbits/sec |
3894 | 2024-11-21T19:04:48.478Z | [ 19] 10.00-10.00 sec 56.6 KBytes 121 Mbits/sec |
3895 | 2024-11-21T19:04:48.478Z | [SUM] 10.00-10.00 sec 396 KBytes 849 Mbits/sec |
3896 | 2024-11-21T19:04:48.478Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3897 | 2024-11-21T19:04:48.478Z | [ ID] Interval Transfer Bandwidth |
3898 | 2024-11-21T19:04:48.478Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3899 | 2024-11-21T19:04:48.478Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3900 | 2024-11-21T19:04:48.478Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3901 | 2024-11-21T19:04:48.478Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3902 | 2024-11-21T19:04:48.479Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3903 | 2024-11-21T19:04:48.479Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3904 | 2024-11-21T19:04:48.479Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3905 | 2024-11-21T19:04:48.479Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3906 | 2024-11-21T19:04:48.479Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3907 | 2024-11-21T19:04:48.479Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3908 | 2024-11-21T19:04:48.479Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3909 | 2024-11-21T19:04:48.479Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3910 | 2024-11-21T19:04:48.479Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3911 | 2024-11-21T19:04:48.479Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3912 | 2024-11-21T19:04:48.479Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3913 | 2024-11-21T19:04:48.479Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3914 | 2024-11-21T19:04:48.479Z | [SUM] 0.00-10.00 sec 1.01 GBytes 871 Mbits/sec sender |
3915 | 2024-11-21T19:04:48.479Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3916 | 2024-11-21T19:04:48.485Z | Run 2/10...871.831244523903Mbps |
3917 | 2024-11-21T19:04:55.512Z | ----------------------------------------------------------- |
3918 | 2024-11-21T19:04:55.512Z | Server listening on 5201 |
3919 | 2024-11-21T19:04:55.513Z | ----------------------------------------------------------- |
3920 | 2024-11-21T19:04:55.513Z | Accepted connection from 10.0.0.1, port 55548 |
3921 | 2024-11-21T19:04:55.513Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48183 |
3922 | 2024-11-21T19:04:55.513Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34869 |
3923 | 2024-11-21T19:04:55.513Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58807 |
3924 | 2024-11-21T19:04:55.513Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44217 |
3925 | 2024-11-21T19:04:55.513Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47080 |
3926 | 2024-11-21T19:04:55.513Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55054 |
3927 | 2024-11-21T19:04:55.513Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49829 |
3928 | 2024-11-21T19:04:55.513Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55720 |
3929 | 2024-11-21T19:04:55.513Z | [ ID] Interval Transfer Bandwidth |
3930 | 2024-11-21T19:04:55.513Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3931 | 2024-11-21T19:04:55.513Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3932 | 2024-11-21T19:04:55.513Z | [ 9] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3933 | 2024-11-21T19:04:55.513Z | [ 11] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3934 | 2024-11-21T19:04:55.513Z | [ 13] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3935 | 2024-11-21T19:04:55.513Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3936 | 2024-11-21T19:04:55.513Z | [ 17] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3937 | 2024-11-21T19:04:55.513Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3938 | 2024-11-21T19:04:55.513Z | [SUM] 0.00-1.00 sec 98.1 MBytes 823 Mbits/sec |
3939 | 2024-11-21T19:04:55.513Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3940 | 2024-11-21T19:04:55.513Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3941 | 2024-11-21T19:04:55.513Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3942 | 2024-11-21T19:04:55.513Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3943 | 2024-11-21T19:04:55.513Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3944 | 2024-11-21T19:04:55.514Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3945 | 2024-11-21T19:04:55.514Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3946 | 2024-11-21T19:04:55.514Z | [ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3947 | 2024-11-21T19:04:55.514Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3948 | 2024-11-21T19:04:55.514Z | [SUM] 1.00-2.00 sec 105 MBytes 884 Mbits/sec |
3949 | 2024-11-21T19:04:55.514Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3950 | 2024-11-21T19:04:55.514Z | [ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3951 | 2024-11-21T19:04:55.514Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3952 | 2024-11-21T19:04:55.514Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3953 | 2024-11-21T19:04:55.514Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3954 | 2024-11-21T19:04:55.514Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3955 | 2024-11-21T19:04:55.514Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3956 | 2024-11-21T19:04:55.514Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3957 | 2024-11-21T19:04:55.514Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
3958 | 2024-11-21T19:04:55.514Z | [SUM] 2.00-3.00 sec 104 MBytes 876 Mbits/sec |
3959 | 2024-11-21T19:04:55.514Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3960 | 2024-11-21T19:04:55.514Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3961 | 2024-11-21T19:04:55.514Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3962 | 2024-11-21T19:04:55.514Z | [ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3963 | 2024-11-21T19:04:55.514Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3964 | 2024-11-21T19:04:55.514Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3965 | 2024-11-21T19:04:55.514Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3966 | 2024-11-21T19:04:55.514Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3967 | 2024-11-21T19:04:55.514Z | [ 19] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
3968 | 2024-11-21T19:04:55.516Z | [SUM] 3.00-4.00 sec 103 MBytes 864 Mbits/sec |
3969 | 2024-11-21T19:04:55.516Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3970 | 2024-11-21T19:04:55.516Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3971 | 2024-11-21T19:04:55.516Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3972 | 2024-11-21T19:04:55.516Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3973 | 2024-11-21T19:04:55.516Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3974 | 2024-11-21T19:04:55.516Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3975 | 2024-11-21T19:04:55.516Z | [ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3976 | 2024-11-21T19:04:55.516Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3977 | 2024-11-21T19:04:55.516Z | [ 19] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
3978 | 2024-11-21T19:04:55.517Z | [SUM] 4.00-5.00 sec 103 MBytes 865 Mbits/sec |
3979 | 2024-11-21T19:04:55.517Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3980 | 2024-11-21T19:04:55.517Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3981 | 2024-11-21T19:04:55.517Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3982 | 2024-11-21T19:04:55.517Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3983 | 2024-11-21T19:04:55.517Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3984 | 2024-11-21T19:04:55.517Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3985 | 2024-11-21T19:04:55.518Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3986 | 2024-11-21T19:04:55.518Z | [ 17] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
3987 | 2024-11-21T19:04:55.518Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3988 | 2024-11-21T19:04:55.518Z | [SUM] 5.00-6.00 sec 103 MBytes 864 Mbits/sec |
3989 | 2024-11-21T19:04:55.518Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3990 | 2024-11-21T19:04:55.518Z | [ 5] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
3991 | 2024-11-21T19:04:55.518Z | [ 7] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
3992 | 2024-11-21T19:04:55.519Z | [ 9] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
3993 | 2024-11-21T19:04:58.736Z | [ 11] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
3994 | 2024-11-21T19:04:58.736Z | [ 13] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
3995 | 2024-11-21T19:04:58.736Z | [ 15] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec |
3996 | 2024-11-21T19:04:58.736Z | [ 17] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
3997 | 2024-11-21T19:04:58.736Z | [ 19] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec |
3998 | 2024-11-21T19:04:58.736Z | [SUM] 6.00-7.00 sec 102 MBytes 854 Mbits/sec |
3999 | 2024-11-21T19:04:58.736Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4000 | 2024-11-21T19:04:58.736Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4001 | 2024-11-21T19:04:58.736Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4002 | 2024-11-21T19:04:58.736Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4003 | 2024-11-21T19:04:58.737Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4004 | 2024-11-21T19:04:58.737Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4005 | 2024-11-21T19:04:58.737Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4006 | 2024-11-21T19:04:58.737Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4007 | 2024-11-21T19:04:58.737Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4008 | 2024-11-21T19:04:58.737Z | [SUM] 7.00-8.00 sec 104 MBytes 873 Mbits/sec |
4009 | 2024-11-21T19:04:58.737Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4010 | 2024-11-21T19:04:58.737Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4011 | 2024-11-21T19:04:58.737Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4012 | 2024-11-21T19:04:58.737Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4013 | 2024-11-21T19:04:58.737Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4014 | 2024-11-21T19:04:58.737Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4015 | 2024-11-21T19:04:58.737Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4016 | 2024-11-21T19:04:58.737Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4017 | 2024-11-21T19:04:58.737Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4018 | 2024-11-21T19:04:58.737Z | [SUM] 8.00-9.00 sec 104 MBytes 875 Mbits/sec |
4019 | 2024-11-21T19:04:58.737Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4020 | 2024-11-21T19:04:58.737Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4021 | 2024-11-21T19:04:58.737Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4022 | 2024-11-21T19:04:58.737Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4023 | 2024-11-21T19:04:58.737Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4024 | 2024-11-21T19:04:58.737Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4025 | 2024-11-21T19:04:58.737Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4026 | 2024-11-21T19:04:58.738Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4027 | 2024-11-21T19:04:58.738Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4028 | 2024-11-21T19:04:58.738Z | [SUM] 9.00-10.00 sec 104 MBytes 877 Mbits/sec |
4029 | 2024-11-21T19:04:58.738Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4030 | 2024-11-21T19:04:58.738Z | [ 5] 10.00-10.00 sec 113 KBytes 244 Mbits/sec |
4031 | 2024-11-21T19:04:58.738Z | [ 7] 10.00-10.00 sec 113 KBytes 244 Mbits/sec |
4032 | 2024-11-21T19:04:58.738Z | [ 9] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4033 | 2024-11-21T19:04:58.738Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4034 | 2024-11-21T19:04:58.738Z | [ 13] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4035 | 2024-11-21T19:04:58.738Z | [ 15] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4036 | 2024-11-21T19:04:58.738Z | [ 17] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4037 | 2024-11-21T19:04:58.738Z | [ 19] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4038 | 2024-11-21T19:04:58.738Z | [SUM] 10.00-10.00 sec 509 KBytes 1.10 Gbits/sec |
4039 | 2024-11-21T19:04:58.738Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4040 | 2024-11-21T19:04:58.738Z | [ ID] Interval Transfer Bandwidth |
4041 | 2024-11-21T19:04:58.738Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4042 | 2024-11-21T19:04:58.738Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4043 | 2024-11-21T19:04:58.738Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4044 | 2024-11-21T19:04:58.738Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4045 | 2024-11-21T19:04:58.738Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4046 | 2024-11-21T19:04:58.738Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4047 | 2024-11-21T19:04:58.738Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4048 | 2024-11-21T19:04:58.738Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4049 | 2024-11-21T19:04:58.739Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4050 | 2024-11-21T19:04:58.739Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4051 | 2024-11-21T19:04:58.739Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4052 | 2024-11-21T19:04:58.739Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4053 | 2024-11-21T19:04:58.743Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4054 | 2024-11-21T19:04:58.743Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4055 | 2024-11-21T19:04:58.743Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4056 | 2024-11-21T19:04:58.743Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4057 | 2024-11-21T19:04:58.743Z | [SUM] 0.00-10.00 sec 1.01 GBytes 866 Mbits/sec sender |
4058 | 2024-11-21T19:04:58.743Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4059 | 2024-11-21T19:04:58.743Z | Run 3/10...866.040990107908Mbps |
4060 | 2024-11-21T19:05:05.775Z | ----------------------------------------------------------- |
4061 | 2024-11-21T19:05:05.775Z | Server listening on 5201 |
4062 | 2024-11-21T19:05:05.775Z | ----------------------------------------------------------- |
4063 | 2024-11-21T19:05:05.775Z | Accepted connection from 10.0.0.1, port 44103 |
4064 | 2024-11-21T19:05:05.776Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53021 |
4065 | 2024-11-21T19:05:05.776Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46680 |
4066 | 2024-11-21T19:05:05.776Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54047 |
4067 | 2024-11-21T19:05:05.776Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51347 |
4068 | 2024-11-21T19:05:05.776Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57464 |
4069 | 2024-11-21T19:05:05.776Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37610 |
4070 | 2024-11-21T19:05:05.776Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55905 |
4071 | 2024-11-21T19:05:05.776Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55491 |
4072 | 2024-11-21T19:05:05.776Z | [ ID] Interval Transfer Bandwidth |
4073 | 2024-11-21T19:05:05.776Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4074 | 2024-11-21T19:05:05.776Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4075 | 2024-11-21T19:05:05.776Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4076 | 2024-11-21T19:05:05.776Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4077 | 2024-11-21T19:05:05.776Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4078 | 2024-11-21T19:05:05.776Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4079 | 2024-11-21T19:05:05.776Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4080 | 2024-11-21T19:05:05.776Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4081 | 2024-11-21T19:05:05.776Z | [SUM] 0.00-1.00 sec 97.6 MBytes 819 Mbits/sec |
4082 | 2024-11-21T19:05:05.776Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4083 | 2024-11-21T19:05:05.776Z | [ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
4084 | 2024-11-21T19:05:05.776Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4085 | 2024-11-21T19:05:05.776Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4086 | 2024-11-21T19:05:05.776Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4087 | 2024-11-21T19:05:05.777Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4088 | 2024-11-21T19:05:05.777Z | [ 15] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
4089 | 2024-11-21T19:05:05.777Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4090 | 2024-11-21T19:05:05.777Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4091 | 2024-11-21T19:05:05.777Z | [SUM] 1.00-2.00 sec 105 MBytes 883 Mbits/sec |
4092 | 2024-11-21T19:05:05.777Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4093 | 2024-11-21T19:05:05.777Z | [ 5] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
4094 | 2024-11-21T19:05:05.777Z | [ 7] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
4095 | 2024-11-21T19:05:05.777Z | [ 9] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4096 | 2024-11-21T19:05:05.777Z | [ 11] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4097 | 2024-11-21T19:05:05.777Z | [ 13] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4098 | 2024-11-21T19:05:05.777Z | [ 15] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4099 | 2024-11-21T19:05:05.777Z | [ 17] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
4100 | 2024-11-21T19:05:05.777Z | [ 19] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
4101 | 2024-11-21T19:05:05.777Z | [SUM] 2.00-3.00 sec 101 MBytes 850 Mbits/sec |
4102 | 2024-11-21T19:05:05.777Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4103 | 2024-11-21T19:05:05.777Z | [ 5] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4104 | 2024-11-21T19:05:05.777Z | [ 7] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4105 | 2024-11-21T19:05:05.777Z | [ 9] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4106 | 2024-11-21T19:05:05.777Z | [ 11] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4107 | 2024-11-21T19:05:05.777Z | [ 13] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4108 | 2024-11-21T19:05:05.777Z | [ 15] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4109 | 2024-11-21T19:05:05.777Z | [ 17] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4110 | 2024-11-21T19:05:05.777Z | [ 19] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4111 | 2024-11-21T19:05:05.779Z | [SUM] 3.00-4.00 sec 102 MBytes 857 Mbits/sec |
4112 | 2024-11-21T19:05:05.779Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4113 | 2024-11-21T19:05:05.779Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4114 | 2024-11-21T19:05:05.779Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4115 | 2024-11-21T19:05:05.779Z | [ 9] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
4116 | 2024-11-21T19:05:05.779Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4117 | 2024-11-21T19:05:05.779Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4118 | 2024-11-21T19:05:05.779Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4119 | 2024-11-21T19:05:05.779Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4120 | 2024-11-21T19:05:05.779Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4121 | 2024-11-21T19:05:05.779Z | [SUM] 4.00-5.00 sec 104 MBytes 870 Mbits/sec |
4122 | 2024-11-21T19:05:05.779Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4123 | 2024-11-21T19:05:05.779Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4124 | 2024-11-21T19:05:05.779Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
4125 | 2024-11-21T19:05:05.779Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4126 | 2024-11-21T19:05:05.779Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4127 | 2024-11-21T19:05:05.779Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4128 | 2024-11-21T19:05:05.779Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4129 | 2024-11-21T19:05:05.779Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4130 | 2024-11-21T19:05:05.779Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4131 | 2024-11-21T19:05:05.779Z | [SUM] 5.00-6.00 sec 104 MBytes 875 Mbits/sec |
4132 | 2024-11-21T19:05:05.779Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4133 | 2024-11-21T19:05:05.779Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4134 | 2024-11-21T19:05:05.779Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4135 | 2024-11-21T19:05:05.780Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4136 | 2024-11-21T19:05:08.996Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4137 | 2024-11-21T19:05:08.996Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4138 | 2024-11-21T19:05:08.996Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4139 | 2024-11-21T19:05:08.997Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4140 | 2024-11-21T19:05:08.997Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4141 | 2024-11-21T19:05:08.997Z | [SUM] 6.00-7.00 sec 104 MBytes 872 Mbits/sec |
4142 | 2024-11-21T19:05:08.997Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4143 | 2024-11-21T19:05:08.997Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4144 | 2024-11-21T19:05:08.997Z | [ 7] 7.00-8.00 sec 13.0 MBytes 110 Mbits/sec |
4145 | 2024-11-21T19:05:08.997Z | [ 9] 7.00-8.00 sec 13.0 MBytes 110 Mbits/sec |
4146 | 2024-11-21T19:05:08.998Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4147 | 2024-11-21T19:05:08.998Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4148 | 2024-11-21T19:05:08.998Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4149 | 2024-11-21T19:05:08.998Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4150 | 2024-11-21T19:05:08.998Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4151 | 2024-11-21T19:05:08.998Z | [SUM] 7.00-8.00 sec 104 MBytes 874 Mbits/sec |
4152 | 2024-11-21T19:05:08.998Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4153 | 2024-11-21T19:05:08.998Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4154 | 2024-11-21T19:05:08.998Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4155 | 2024-11-21T19:05:08.998Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4156 | 2024-11-21T19:05:08.998Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4157 | 2024-11-21T19:05:08.998Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4158 | 2024-11-21T19:05:08.998Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4159 | 2024-11-21T19:05:08.998Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4160 | 2024-11-21T19:05:08.998Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4161 | 2024-11-21T19:05:08.998Z | [SUM] 8.00-9.00 sec 105 MBytes 878 Mbits/sec |
4162 | 2024-11-21T19:05:08.998Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4163 | 2024-11-21T19:05:08.999Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4164 | 2024-11-21T19:05:08.999Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4165 | 2024-11-21T19:05:08.999Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4166 | 2024-11-21T19:05:08.999Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4167 | 2024-11-21T19:05:08.999Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4168 | 2024-11-21T19:05:08.999Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4169 | 2024-11-21T19:05:08.999Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4170 | 2024-11-21T19:05:09.000Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4171 | 2024-11-21T19:05:09.000Z | [SUM] 9.00-10.00 sec 105 MBytes 878 Mbits/sec |
4172 | 2024-11-21T19:05:09.000Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4173 | 2024-11-21T19:05:09.000Z | [ 5] 10.00-10.00 sec 56.6 KBytes 115 Mbits/sec |
4174 | 2024-11-21T19:05:09.000Z | [ 7] 10.00-10.00 sec 56.6 KBytes 115 Mbits/sec |
4175 | 2024-11-21T19:05:09.000Z | [ 9] 10.00-10.00 sec 56.6 KBytes 115 Mbits/sec |
4176 | 2024-11-21T19:05:09.000Z | [ 11] 10.00-10.00 sec 56.6 KBytes 115 Mbits/sec |
4177 | 2024-11-21T19:05:09.000Z | [ 13] 10.00-10.00 sec 56.6 KBytes 115 Mbits/sec |
4178 | 2024-11-21T19:05:09.000Z | [ 15] 10.00-10.00 sec 56.6 KBytes 115 Mbits/sec |
4179 | 2024-11-21T19:05:09.000Z | [ 17] 10.00-10.00 sec 56.6 KBytes 115 Mbits/sec |
4180 | 2024-11-21T19:05:09.000Z | [ 19] 10.00-10.00 sec 113 KBytes 230 Mbits/sec |
4181 | 2024-11-21T19:05:09.000Z | [SUM] 10.00-10.00 sec 509 KBytes 1.03 Gbits/sec |
4182 | 2024-11-21T19:05:09.000Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4183 | 2024-11-21T19:05:09.000Z | [ ID] Interval Transfer Bandwidth |
4184 | 2024-11-21T19:05:09.000Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4185 | 2024-11-21T19:05:09.004Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4186 | 2024-11-21T19:05:09.004Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4187 | 2024-11-21T19:05:09.004Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4188 | 2024-11-21T19:05:09.004Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4189 | 2024-11-21T19:05:09.004Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4190 | 2024-11-21T19:05:09.004Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4191 | 2024-11-21T19:05:09.004Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4192 | 2024-11-21T19:05:09.004Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4193 | 2024-11-21T19:05:09.004Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4194 | 2024-11-21T19:05:09.004Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4195 | 2024-11-21T19:05:09.004Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4196 | 2024-11-21T19:05:09.004Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4197 | 2024-11-21T19:05:09.004Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4198 | 2024-11-21T19:05:09.004Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4199 | 2024-11-21T19:05:09.004Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4200 | 2024-11-21T19:05:09.004Z | [SUM] 0.00-10.00 sec 1.01 GBytes 866 Mbits/sec sender |
4201 | 2024-11-21T19:05:09.004Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4202 | 2024-11-21T19:05:09.004Z | Run 4/10...865.8789356563309Mbps |
4203 | 2024-11-21T19:05:16.033Z | ----------------------------------------------------------- |
4204 | 2024-11-21T19:05:16.033Z | Server listening on 5201 |
4205 | 2024-11-21T19:05:16.033Z | ----------------------------------------------------------- |
4206 | 2024-11-21T19:05:16.033Z | Accepted connection from 10.0.0.1, port 45290 |
4207 | 2024-11-21T19:05:16.034Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59853 |
4208 | 2024-11-21T19:05:16.034Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47569 |
4209 | 2024-11-21T19:05:16.034Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62385 |
4210 | 2024-11-21T19:05:16.034Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53176 |
4211 | 2024-11-21T19:05:16.034Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63144 |
4212 | 2024-11-21T19:05:16.034Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41016 |
4213 | 2024-11-21T19:05:16.034Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61132 |
4214 | 2024-11-21T19:05:16.034Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55666 |
4215 | 2024-11-21T19:05:16.034Z | [ ID] Interval Transfer Bandwidth |
4216 | 2024-11-21T19:05:16.034Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4217 | 2024-11-21T19:05:16.034Z | [ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
4218 | 2024-11-21T19:05:16.034Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4219 | 2024-11-21T19:05:16.034Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4220 | 2024-11-21T19:05:16.034Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4221 | 2024-11-21T19:05:16.034Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4222 | 2024-11-21T19:05:16.034Z | [ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4223 | 2024-11-21T19:05:16.034Z | [ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4224 | 2024-11-21T19:05:16.034Z | [SUM] 0.00-1.00 sec 98.7 MBytes 828 Mbits/sec |
4225 | 2024-11-21T19:05:16.034Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4226 | 2024-11-21T19:05:16.034Z | [ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4227 | 2024-11-21T19:05:16.034Z | [ 7] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4228 | 2024-11-21T19:05:16.034Z | [ 9] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4229 | 2024-11-21T19:05:16.035Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4230 | 2024-11-21T19:05:16.039Z | [ 13] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4231 | 2024-11-21T19:05:16.039Z | [ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4232 | 2024-11-21T19:05:16.039Z | [ 17] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec |
4233 | 2024-11-21T19:05:16.039Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4234 | 2024-11-21T19:05:16.039Z | [SUM] 1.00-2.00 sec 106 MBytes 889 Mbits/sec |
4235 | 2024-11-21T19:05:16.039Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4236 | 2024-11-21T19:05:16.039Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4237 | 2024-11-21T19:05:16.039Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4238 | 2024-11-21T19:05:16.039Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4239 | 2024-11-21T19:05:16.039Z | [ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4240 | 2024-11-21T19:05:16.039Z | [ 13] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec |
4241 | 2024-11-21T19:05:16.039Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4242 | 2024-11-21T19:05:16.039Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4243 | 2024-11-21T19:05:16.039Z | [ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
4244 | 2024-11-21T19:05:16.039Z | [SUM] 2.00-3.00 sec 106 MBytes 885 Mbits/sec |
4245 | 2024-11-21T19:05:16.039Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4246 | 2024-11-21T19:05:16.039Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4247 | 2024-11-21T19:05:16.039Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4248 | 2024-11-21T19:05:16.039Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4249 | 2024-11-21T19:05:16.039Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4250 | 2024-11-21T19:05:16.040Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4251 | 2024-11-21T19:05:16.040Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4252 | 2024-11-21T19:05:16.040Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4253 | 2024-11-21T19:05:16.040Z | [ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4254 | 2024-11-21T19:05:16.040Z | [SUM] 3.00-4.00 sec 103 MBytes 866 Mbits/sec |
4255 | 2024-11-21T19:05:16.040Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4256 | 2024-11-21T19:05:16.040Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4257 | 2024-11-21T19:05:16.040Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4258 | 2024-11-21T19:05:16.040Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4259 | 2024-11-21T19:05:16.040Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4260 | 2024-11-21T19:05:16.040Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4261 | 2024-11-21T19:05:16.040Z | [ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4262 | 2024-11-21T19:05:16.040Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4263 | 2024-11-21T19:05:16.040Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4264 | 2024-11-21T19:05:16.040Z | [SUM] 4.00-5.00 sec 103 MBytes 867 Mbits/sec |
4265 | 2024-11-21T19:05:16.040Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4266 | 2024-11-21T19:05:16.040Z | [ 5] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4267 | 2024-11-21T19:05:16.040Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4268 | 2024-11-21T19:05:16.040Z | [ 9] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4269 | 2024-11-21T19:05:16.040Z | [ 11] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4270 | 2024-11-21T19:05:16.040Z | [ 13] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4271 | 2024-11-21T19:05:16.040Z | [ 15] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4272 | 2024-11-21T19:05:16.040Z | [ 17] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4273 | 2024-11-21T19:05:16.040Z | [ 19] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4274 | 2024-11-21T19:05:16.040Z | [SUM] 5.00-6.00 sec 102 MBytes 859 Mbits/sec |
4275 | 2024-11-21T19:05:16.040Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4276 | 2024-11-21T19:05:16.040Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4277 | 2024-11-21T19:05:16.041Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4278 | 2024-11-21T19:05:16.041Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4279 | 2024-11-21T19:05:19.258Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4280 | 2024-11-21T19:05:19.258Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4281 | 2024-11-21T19:05:19.258Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4282 | 2024-11-21T19:05:19.258Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4283 | 2024-11-21T19:05:19.258Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4284 | 2024-11-21T19:05:19.258Z | [SUM] 6.00-7.00 sec 105 MBytes 880 Mbits/sec |
4285 | 2024-11-21T19:05:19.258Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4286 | 2024-11-21T19:05:19.258Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4287 | 2024-11-21T19:05:19.258Z | [ 7] 7.00-8.00 sec 13.0 MBytes 110 Mbits/sec |
4288 | 2024-11-21T19:05:19.258Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4289 | 2024-11-21T19:05:19.258Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4290 | 2024-11-21T19:05:19.258Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4291 | 2024-11-21T19:05:19.258Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4292 | 2024-11-21T19:05:19.258Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4293 | 2024-11-21T19:05:19.258Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4294 | 2024-11-21T19:05:19.258Z | [SUM] 7.00-8.00 sec 104 MBytes 873 Mbits/sec |
4295 | 2024-11-21T19:05:19.258Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4296 | 2024-11-21T19:05:19.258Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4297 | 2024-11-21T19:05:19.258Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4298 | 2024-11-21T19:05:19.258Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4299 | 2024-11-21T19:05:19.258Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4300 | 2024-11-21T19:05:19.258Z | [ 13] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4301 | 2024-11-21T19:05:19.258Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4302 | 2024-11-21T19:05:19.258Z | [ 17] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4303 | 2024-11-21T19:05:19.258Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4304 | 2024-11-21T19:05:19.258Z | [SUM] 8.00-9.00 sec 103 MBytes 868 Mbits/sec |
4305 | 2024-11-21T19:05:19.259Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4306 | 2024-11-21T19:05:19.259Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4307 | 2024-11-21T19:05:19.259Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4308 | 2024-11-21T19:05:19.259Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4309 | 2024-11-21T19:05:19.259Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4310 | 2024-11-21T19:05:19.259Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4311 | 2024-11-21T19:05:19.259Z | [ 15] 9.00-10.00 sec 12.9 MBytes 109 Mbits/sec |
4312 | 2024-11-21T19:05:19.259Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4313 | 2024-11-21T19:05:19.259Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4314 | 2024-11-21T19:05:19.259Z | [SUM] 9.00-10.00 sec 103 MBytes 868 Mbits/sec |
4315 | 2024-11-21T19:05:19.259Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4316 | 2024-11-21T19:05:19.259Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4317 | 2024-11-21T19:05:19.259Z | [ 7] 10.00-10.00 sec 170 KBytes 351 Mbits/sec |
4318 | 2024-11-21T19:05:19.259Z | [ 9] 10.00-10.00 sec 113 KBytes 234 Mbits/sec |
4319 | 2024-11-21T19:05:19.259Z | [ 11] 10.00-10.00 sec 56.6 KBytes 117 Mbits/sec |
4320 | 2024-11-21T19:05:19.259Z | [ 13] 10.00-10.00 sec 56.6 KBytes 117 Mbits/sec |
4321 | 2024-11-21T19:05:19.259Z | [ 15] 10.00-10.00 sec 56.6 KBytes 117 Mbits/sec |
4322 | 2024-11-21T19:05:19.259Z | [ 17] 10.00-10.00 sec 56.6 KBytes 117 Mbits/sec |
4323 | 2024-11-21T19:05:19.259Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4324 | 2024-11-21T19:05:19.260Z | [SUM] 10.00-10.00 sec 509 KBytes 1.05 Gbits/sec |
4325 | 2024-11-21T19:05:19.260Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4326 | 2024-11-21T19:05:19.260Z | [ ID] Interval Transfer Bandwidth |
4327 | 2024-11-21T19:05:19.260Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4328 | 2024-11-21T19:05:19.260Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4329 | 2024-11-21T19:05:19.260Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
4330 | 2024-11-21T19:05:19.260Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4331 | 2024-11-21T19:05:19.260Z | [ 9] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4332 | 2024-11-21T19:05:19.260Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4333 | 2024-11-21T19:05:19.260Z | [ 11] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4334 | 2024-11-21T19:05:19.261Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4335 | 2024-11-21T19:05:19.261Z | [ 13] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4336 | 2024-11-21T19:05:19.261Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4337 | 2024-11-21T19:05:19.261Z | [ 15] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4338 | 2024-11-21T19:05:19.261Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4339 | 2024-11-21T19:05:19.261Z | [ 17] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender |
4340 | 2024-11-21T19:05:19.261Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4341 | 2024-11-21T19:05:19.261Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4342 | 2024-11-21T19:05:19.261Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4343 | 2024-11-21T19:05:19.261Z | [SUM] 0.00-10.00 sec 1.01 GBytes 868 Mbits/sec sender |
4344 | 2024-11-21T19:05:19.261Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4345 | 2024-11-21T19:05:19.265Z | Run 5/10...868.715745968629Mbps |
4346 | 2024-11-21T19:05:26.295Z | ----------------------------------------------------------- |
4347 | 2024-11-21T19:05:26.295Z | Server listening on 5201 |
4348 | 2024-11-21T19:05:26.295Z | ----------------------------------------------------------- |
4349 | 2024-11-21T19:05:26.295Z | Accepted connection from 10.0.0.1, port 52361 |
4350 | 2024-11-21T19:05:26.295Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44534 |
4351 | 2024-11-21T19:05:26.295Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42824 |
4352 | 2024-11-21T19:05:26.295Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55340 |
4353 | 2024-11-21T19:05:26.295Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56937 |
4354 | 2024-11-21T19:05:26.295Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35536 |
4355 | 2024-11-21T19:05:26.295Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53021 |
4356 | 2024-11-21T19:05:26.295Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36111 |
4357 | 2024-11-21T19:05:26.295Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50568 |
4358 | 2024-11-21T19:05:26.295Z | [ ID] Interval Transfer Bandwidth |
4359 | 2024-11-21T19:05:26.295Z | [ 5] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4360 | 2024-11-21T19:05:26.295Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4361 | 2024-11-21T19:05:26.295Z | [ 9] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4362 | 2024-11-21T19:05:26.295Z | [ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4363 | 2024-11-21T19:05:26.295Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4364 | 2024-11-21T19:05:26.295Z | [ 15] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4365 | 2024-11-21T19:05:26.295Z | [ 17] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4366 | 2024-11-21T19:05:26.295Z | [ 19] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4367 | 2024-11-21T19:05:26.295Z | [SUM] 0.00-1.00 sec 95.9 MBytes 805 Mbits/sec |
4368 | 2024-11-21T19:05:26.295Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4369 | 2024-11-21T19:05:26.295Z | [ 5] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
4370 | 2024-11-21T19:05:26.295Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4371 | 2024-11-21T19:05:26.296Z | [ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4372 | 2024-11-21T19:05:26.296Z | [ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4373 | 2024-11-21T19:05:26.296Z | [ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4374 | 2024-11-21T19:05:26.296Z | [ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4375 | 2024-11-21T19:05:26.296Z | [ 17] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4376 | 2024-11-21T19:05:26.296Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4377 | 2024-11-21T19:05:26.297Z | [SUM] 1.00-2.00 sec 103 MBytes 863 Mbits/sec |
4378 | 2024-11-21T19:05:26.297Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4379 | 2024-11-21T19:05:26.297Z | [ 5] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4380 | 2024-11-21T19:05:26.297Z | [ 7] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4381 | 2024-11-21T19:05:26.297Z | [ 9] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4382 | 2024-11-21T19:05:26.297Z | [ 11] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4383 | 2024-11-21T19:05:26.297Z | [ 13] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4384 | 2024-11-21T19:05:26.297Z | [ 15] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4385 | 2024-11-21T19:05:26.297Z | [ 17] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4386 | 2024-11-21T19:05:26.297Z | [ 19] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4387 | 2024-11-21T19:05:26.297Z | [SUM] 2.00-3.00 sec 102 MBytes 858 Mbits/sec |
4388 | 2024-11-21T19:05:26.297Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4389 | 2024-11-21T19:05:26.297Z | [ 5] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4390 | 2024-11-21T19:05:26.297Z | [ 7] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4391 | 2024-11-21T19:05:26.297Z | [ 9] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4392 | 2024-11-21T19:05:26.297Z | [ 11] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4393 | 2024-11-21T19:05:26.297Z | [ 13] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4394 | 2024-11-21T19:05:26.297Z | [ 15] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4395 | 2024-11-21T19:05:26.297Z | [ 17] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4396 | 2024-11-21T19:05:26.297Z | [ 19] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4397 | 2024-11-21T19:05:26.297Z | [SUM] 3.00-4.00 sec 102 MBytes 856 Mbits/sec |
4398 | 2024-11-21T19:05:26.297Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4399 | 2024-11-21T19:05:26.297Z | [ 5] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4400 | 2024-11-21T19:05:26.297Z | [ 7] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4401 | 2024-11-21T19:05:26.298Z | [ 9] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4402 | 2024-11-21T19:05:26.298Z | [ 11] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4403 | 2024-11-21T19:05:26.298Z | [ 13] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4404 | 2024-11-21T19:05:26.298Z | [ 15] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4405 | 2024-11-21T19:05:26.298Z | [ 17] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4406 | 2024-11-21T19:05:26.298Z | [ 19] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec |
4407 | 2024-11-21T19:05:26.298Z | [SUM] 4.00-5.00 sec 102 MBytes 857 Mbits/sec |
4408 | 2024-11-21T19:05:26.298Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4409 | 2024-11-21T19:05:26.298Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4410 | 2024-11-21T19:05:26.298Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4411 | 2024-11-21T19:05:26.298Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4412 | 2024-11-21T19:05:26.298Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4413 | 2024-11-21T19:05:26.298Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4414 | 2024-11-21T19:05:26.298Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4415 | 2024-11-21T19:05:26.298Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4416 | 2024-11-21T19:05:26.298Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4417 | 2024-11-21T19:05:26.298Z | [SUM] 5.00-6.00 sec 103 MBytes 868 Mbits/sec |
4418 | 2024-11-21T19:05:26.298Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4419 | 2024-11-21T19:05:26.298Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4420 | 2024-11-21T19:05:26.298Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4421 | 2024-11-21T19:05:26.298Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4422 | 2024-11-21T19:05:29.522Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4423 | 2024-11-21T19:05:29.522Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4424 | 2024-11-21T19:05:29.522Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4425 | 2024-11-21T19:05:29.522Z | [ 17] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
4426 | 2024-11-21T19:05:29.522Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4427 | 2024-11-21T19:05:29.522Z | [SUM] 6.00-7.00 sec 104 MBytes 869 Mbits/sec |
4428 | 2024-11-21T19:05:29.522Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4429 | 2024-11-21T19:05:29.523Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4430 | 2024-11-21T19:05:29.523Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4431 | 2024-11-21T19:05:29.523Z | [ 9] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4432 | 2024-11-21T19:05:29.523Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4433 | 2024-11-21T19:05:29.523Z | [ 13] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4434 | 2024-11-21T19:05:29.523Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4435 | 2024-11-21T19:05:29.523Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4436 | 2024-11-21T19:05:29.523Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4437 | 2024-11-21T19:05:29.523Z | [SUM] 7.00-8.00 sec 104 MBytes 869 Mbits/sec |
4438 | 2024-11-21T19:05:29.523Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4439 | 2024-11-21T19:05:29.523Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4440 | 2024-11-21T19:05:29.523Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4441 | 2024-11-21T19:05:29.523Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4442 | 2024-11-21T19:05:29.523Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4443 | 2024-11-21T19:05:29.523Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4444 | 2024-11-21T19:05:29.523Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4445 | 2024-11-21T19:05:29.524Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4446 | 2024-11-21T19:05:29.524Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4447 | 2024-11-21T19:05:29.524Z | [SUM] 8.00-9.00 sec 104 MBytes 876 Mbits/sec |
4448 | 2024-11-21T19:05:29.524Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4449 | 2024-11-21T19:05:29.524Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4450 | 2024-11-21T19:05:29.524Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4451 | 2024-11-21T19:05:29.524Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4452 | 2024-11-21T19:05:29.524Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4453 | 2024-11-21T19:05:29.524Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4454 | 2024-11-21T19:05:29.524Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4455 | 2024-11-21T19:05:29.524Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4456 | 2024-11-21T19:05:29.524Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
4457 | 2024-11-21T19:05:29.524Z | [SUM] 9.00-10.00 sec 105 MBytes 881 Mbits/sec |
4458 | 2024-11-21T19:05:29.524Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4459 | 2024-11-21T19:05:29.524Z | [ 5] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4460 | 2024-11-21T19:05:29.524Z | [ 7] 10.00-10.00 sec 113 KBytes 245 Mbits/sec |
4461 | 2024-11-21T19:05:29.525Z | [ 9] 10.00-10.00 sec 113 KBytes 245 Mbits/sec |
4462 | 2024-11-21T19:05:29.525Z | [ 11] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4463 | 2024-11-21T19:05:29.525Z | [ 13] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4464 | 2024-11-21T19:05:29.525Z | [ 15] 10.00-10.00 sec 113 KBytes 245 Mbits/sec |
4465 | 2024-11-21T19:05:29.525Z | [ 17] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4466 | 2024-11-21T19:05:29.525Z | [ 19] 10.00-10.00 sec 56.6 KBytes 122 Mbits/sec |
4467 | 2024-11-21T19:05:29.525Z | [SUM] 10.00-10.00 sec 622 KBytes 1.35 Gbits/sec |
4468 | 2024-11-21T19:05:29.525Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4469 | 2024-11-21T19:05:29.525Z | [ ID] Interval Transfer Bandwidth |
4470 | 2024-11-21T19:05:29.525Z | [ 5] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4471 | 2024-11-21T19:05:29.525Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4472 | 2024-11-21T19:05:29.526Z | [ 7] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4473 | 2024-11-21T19:05:29.526Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4474 | 2024-11-21T19:05:29.526Z | [ 9] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4475 | 2024-11-21T19:05:29.526Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4476 | 2024-11-21T19:05:29.526Z | [ 11] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4477 | 2024-11-21T19:05:29.526Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4478 | 2024-11-21T19:05:29.526Z | [ 13] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4479 | 2024-11-21T19:05:29.526Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4480 | 2024-11-21T19:05:29.526Z | [ 15] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4481 | 2024-11-21T19:05:29.526Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4482 | 2024-11-21T19:05:29.526Z | [ 17] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4483 | 2024-11-21T19:05:29.526Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4484 | 2024-11-21T19:05:29.526Z | [ 19] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4485 | 2024-11-21T19:05:29.526Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4486 | 2024-11-21T19:05:29.526Z | [SUM] 0.00-10.00 sec 1.00 GBytes 860 Mbits/sec sender |
4487 | 2024-11-21T19:05:29.526Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4488 | 2024-11-21T19:05:29.536Z | Run 6/10...860.713929518463Mbps |
4489 | 2024-11-21T19:05:36.554Z | ----------------------------------------------------------- |
4490 | 2024-11-21T19:05:36.554Z | Server listening on 5201 |
4491 | 2024-11-21T19:05:36.554Z | ----------------------------------------------------------- |
4492 | 2024-11-21T19:05:36.554Z | Accepted connection from 10.0.0.1, port 65335 |
4493 | 2024-11-21T19:05:36.554Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38320 |
4494 | 2024-11-21T19:05:36.554Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42242 |
4495 | 2024-11-21T19:05:36.554Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55013 |
4496 | 2024-11-21T19:05:36.554Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45130 |
4497 | 2024-11-21T19:05:36.554Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63276 |
4498 | 2024-11-21T19:05:36.554Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61732 |
4499 | 2024-11-21T19:05:36.554Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54358 |
4500 | 2024-11-21T19:05:36.554Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42975 |
4501 | 2024-11-21T19:05:36.554Z | [ ID] Interval Transfer Bandwidth |
4502 | 2024-11-21T19:05:36.554Z | [ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4503 | 2024-11-21T19:05:36.554Z | [ 7] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4504 | 2024-11-21T19:05:36.554Z | [ 9] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4505 | 2024-11-21T19:05:36.554Z | [ 11] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4506 | 2024-11-21T19:05:36.557Z | [ 13] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4507 | 2024-11-21T19:05:36.557Z | [ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4508 | 2024-11-21T19:05:36.557Z | [ 17] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4509 | 2024-11-21T19:05:36.557Z | [ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4510 | 2024-11-21T19:05:36.557Z | [SUM] 0.00-1.00 sec 96.8 MBytes 812 Mbits/sec |
4511 | 2024-11-21T19:05:36.557Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4512 | 2024-11-21T19:05:36.557Z | [ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4513 | 2024-11-21T19:05:36.557Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4514 | 2024-11-21T19:05:36.557Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4515 | 2024-11-21T19:05:36.557Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4516 | 2024-11-21T19:05:36.557Z | [ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4517 | 2024-11-21T19:05:36.557Z | [ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4518 | 2024-11-21T19:05:36.557Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4519 | 2024-11-21T19:05:36.557Z | [ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4520 | 2024-11-21T19:05:36.557Z | [SUM] 1.00-2.00 sec 104 MBytes 873 Mbits/sec |
4521 | 2024-11-21T19:05:36.557Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4522 | 2024-11-21T19:05:36.557Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4523 | 2024-11-21T19:05:36.558Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4524 | 2024-11-21T19:05:36.558Z | [ 9] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4525 | 2024-11-21T19:05:36.558Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4526 | 2024-11-21T19:05:36.558Z | [ 13] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4527 | 2024-11-21T19:05:36.558Z | [ 15] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4528 | 2024-11-21T19:05:36.558Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4529 | 2024-11-21T19:05:36.558Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4530 | 2024-11-21T19:05:36.558Z | [SUM] 2.00-3.00 sec 103 MBytes 862 Mbits/sec |
4531 | 2024-11-21T19:05:36.558Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4532 | 2024-11-21T19:05:36.558Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4533 | 2024-11-21T19:05:36.558Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4534 | 2024-11-21T19:05:36.558Z | [ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4535 | 2024-11-21T19:05:36.558Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4536 | 2024-11-21T19:05:36.558Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4537 | 2024-11-21T19:05:36.558Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4538 | 2024-11-21T19:05:36.558Z | [ 17] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4539 | 2024-11-21T19:05:36.558Z | [ 19] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4540 | 2024-11-21T19:05:36.558Z | [SUM] 3.00-4.00 sec 103 MBytes 863 Mbits/sec |
4541 | 2024-11-21T19:05:36.558Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4542 | 2024-11-21T19:05:36.558Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4543 | 2024-11-21T19:05:36.558Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4544 | 2024-11-21T19:05:36.558Z | [ 9] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4545 | 2024-11-21T19:05:36.558Z | [ 11] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec |
4546 | 2024-11-21T19:05:36.558Z | [ 13] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4547 | 2024-11-21T19:05:36.561Z | [ 15] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec |
4548 | 2024-11-21T19:05:36.561Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4549 | 2024-11-21T19:05:36.561Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4550 | 2024-11-21T19:05:36.561Z | [SUM] 4.00-5.00 sec 103 MBytes 862 Mbits/sec |
4551 | 2024-11-21T19:05:36.561Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4552 | 2024-11-21T19:05:36.561Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4553 | 2024-11-21T19:05:36.562Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4554 | 2024-11-21T19:05:36.563Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4555 | 2024-11-21T19:05:36.563Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4556 | 2024-11-21T19:05:36.563Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4557 | 2024-11-21T19:05:36.563Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4558 | 2024-11-21T19:05:36.563Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4559 | 2024-11-21T19:05:36.563Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4560 | 2024-11-21T19:05:36.563Z | [SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec |
4561 | 2024-11-21T19:05:36.563Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4562 | 2024-11-21T19:05:36.563Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4563 | 2024-11-21T19:05:36.563Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4564 | 2024-11-21T19:05:36.563Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4565 | 2024-11-21T19:05:39.670Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4566 | 2024-11-21T19:05:39.670Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4567 | 2024-11-21T19:05:39.670Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4568 | 2024-11-21T19:05:39.670Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4569 | 2024-11-21T19:05:39.670Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4570 | 2024-11-21T19:05:39.670Z | [SUM] 6.00-7.00 sec 104 MBytes 874 Mbits/sec |
4571 | 2024-11-21T19:05:39.670Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4572 | 2024-11-21T19:05:39.670Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4573 | 2024-11-21T19:05:39.670Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4574 | 2024-11-21T19:05:39.670Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4575 | 2024-11-21T19:05:39.670Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4576 | 2024-11-21T19:05:39.670Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4577 | 2024-11-21T19:05:39.671Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4578 | 2024-11-21T19:05:39.671Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4579 | 2024-11-21T19:05:39.671Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
4580 | 2024-11-21T19:05:39.671Z | [SUM] 7.00-8.00 sec 105 MBytes 879 Mbits/sec |
4581 | 2024-11-21T19:05:39.671Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4582 | 2024-11-21T19:05:39.671Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4583 | 2024-11-21T19:05:39.671Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4584 | 2024-11-21T19:05:39.671Z | [ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4585 | 2024-11-21T19:05:39.671Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4586 | 2024-11-21T19:05:39.671Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4587 | 2024-11-21T19:05:39.671Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4588 | 2024-11-21T19:05:39.671Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4589 | 2024-11-21T19:05:39.671Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
4590 | 2024-11-21T19:05:39.671Z | [SUM] 8.00-9.00 sec 105 MBytes 879 Mbits/sec |
4591 | 2024-11-21T19:05:39.671Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4592 | 2024-11-21T19:05:39.671Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4593 | 2024-11-21T19:05:39.671Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4594 | 2024-11-21T19:05:39.671Z | [ 9] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
4595 | 2024-11-21T19:05:39.673Z | [ 11] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4596 | 2024-11-21T19:05:39.673Z | [ 13] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4597 | 2024-11-21T19:05:39.673Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4598 | 2024-11-21T19:05:39.673Z | [ 17] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4599 | 2024-11-21T19:05:39.673Z | [ 19] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4600 | 2024-11-21T19:05:39.673Z | [SUM] 9.00-10.00 sec 103 MBytes 861 Mbits/sec |
4601 | 2024-11-21T19:05:39.673Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4602 | 2024-11-21T19:05:39.673Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4603 | 2024-11-21T19:05:39.673Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4604 | 2024-11-21T19:05:39.673Z | [ 9] 10.00-10.00 sec 56.6 KBytes 135 Mbits/sec |
4605 | 2024-11-21T19:05:39.673Z | [ 11] 10.00-10.00 sec 56.6 KBytes 135 Mbits/sec |
4606 | 2024-11-21T19:05:39.673Z | [ 13] 10.00-10.00 sec 56.6 KBytes 135 Mbits/sec |
4607 | 2024-11-21T19:05:39.673Z | [ 15] 10.00-10.00 sec 56.6 KBytes 135 Mbits/sec |
4608 | 2024-11-21T19:05:39.673Z | [ 17] 10.00-10.00 sec 113 KBytes 270 Mbits/sec |
4609 | 2024-11-21T19:05:39.673Z | [ 19] 10.00-10.00 sec 113 KBytes 270 Mbits/sec |
4610 | 2024-11-21T19:05:39.673Z | [SUM] 10.00-10.00 sec 452 KBytes 1.08 Gbits/sec |
4611 | 2024-11-21T19:05:39.674Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4612 | 2024-11-21T19:05:39.674Z | [ ID] Interval Transfer Bandwidth |
4613 | 2024-11-21T19:05:39.674Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4614 | 2024-11-21T19:05:39.674Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4615 | 2024-11-21T19:05:39.674Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4616 | 2024-11-21T19:05:39.674Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4617 | 2024-11-21T19:05:39.674Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4618 | 2024-11-21T19:05:39.674Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4619 | 2024-11-21T19:05:39.675Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4620 | 2024-11-21T19:05:39.675Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4621 | 2024-11-21T19:05:39.675Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4622 | 2024-11-21T19:05:39.675Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4623 | 2024-11-21T19:05:39.675Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4624 | 2024-11-21T19:05:39.675Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4625 | 2024-11-21T19:05:39.675Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4626 | 2024-11-21T19:05:39.675Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4627 | 2024-11-21T19:05:39.675Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4628 | 2024-11-21T19:05:39.675Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4629 | 2024-11-21T19:05:39.675Z | [SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec sender |
4630 | 2024-11-21T19:05:39.676Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4631 | 2024-11-21T19:05:39.679Z | Run 7/10...864.166638946295Mbps |
4632 | 2024-11-21T19:05:46.902Z | ----------------------------------------------------------- |
4633 | 2024-11-21T19:05:46.902Z | Server listening on 5201 |
4634 | 2024-11-21T19:05:46.902Z | ----------------------------------------------------------- |
4635 | 2024-11-21T19:05:46.902Z | Accepted connection from 10.0.0.1, port 52551 |
4636 | 2024-11-21T19:05:46.902Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50527 |
4637 | 2024-11-21T19:05:46.902Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64768 |
4638 | 2024-11-21T19:05:46.902Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57857 |
4639 | 2024-11-21T19:05:46.902Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45609 |
4640 | 2024-11-21T19:05:46.902Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62098 |
4641 | 2024-11-21T19:05:46.902Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44513 |
4642 | 2024-11-21T19:05:46.902Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38500 |
4643 | 2024-11-21T19:05:46.903Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55329 |
4644 | 2024-11-21T19:05:46.903Z | [ ID] Interval Transfer Bandwidth |
4645 | 2024-11-21T19:05:46.903Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4646 | 2024-11-21T19:05:46.903Z | [ 7] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4647 | 2024-11-21T19:05:46.903Z | [ 9] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4648 | 2024-11-21T19:05:46.903Z | [ 11] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4649 | 2024-11-21T19:05:46.903Z | [ 13] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4650 | 2024-11-21T19:05:46.903Z | [ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4651 | 2024-11-21T19:05:46.903Z | [ 17] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4652 | 2024-11-21T19:05:46.903Z | [ 19] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec |
4653 | 2024-11-21T19:05:46.903Z | [SUM] 0.00-1.00 sec 97.0 MBytes 813 Mbits/sec |
4654 | 2024-11-21T19:05:46.903Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4655 | 2024-11-21T19:05:46.904Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4656 | 2024-11-21T19:05:46.904Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4657 | 2024-11-21T19:05:46.904Z | [ 9] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
4658 | 2024-11-21T19:05:46.904Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4659 | 2024-11-21T19:05:46.904Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4660 | 2024-11-21T19:05:46.904Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4661 | 2024-11-21T19:05:46.905Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4662 | 2024-11-21T19:05:46.905Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4663 | 2024-11-21T19:05:46.905Z | [SUM] 1.00-2.00 sec 105 MBytes 883 Mbits/sec |
4664 | 2024-11-21T19:05:46.905Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4665 | 2024-11-21T19:05:46.905Z | [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4666 | 2024-11-21T19:05:46.905Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4667 | 2024-11-21T19:05:46.905Z | [ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4668 | 2024-11-21T19:05:46.905Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4669 | 2024-11-21T19:05:46.905Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4670 | 2024-11-21T19:05:46.905Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4671 | 2024-11-21T19:05:46.905Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4672 | 2024-11-21T19:05:46.905Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
4673 | 2024-11-21T19:05:46.905Z | [SUM] 2.00-3.00 sec 105 MBytes 879 Mbits/sec |
4674 | 2024-11-21T19:05:46.905Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4675 | 2024-11-21T19:05:46.905Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4676 | 2024-11-21T19:05:46.905Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4677 | 2024-11-21T19:05:46.905Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4678 | 2024-11-21T19:05:46.905Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4679 | 2024-11-21T19:05:46.906Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4680 | 2024-11-21T19:05:46.906Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4681 | 2024-11-21T19:05:46.906Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4682 | 2024-11-21T19:05:46.922Z | [ 19] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4683 | 2024-11-21T19:05:46.922Z | [SUM] 3.00-4.00 sec 104 MBytes 870 Mbits/sec |
4684 | 2024-11-21T19:05:46.922Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4685 | 2024-11-21T19:05:46.922Z | [ 5] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4686 | 2024-11-21T19:05:46.922Z | [ 7] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4687 | 2024-11-21T19:05:46.922Z | [ 9] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4688 | 2024-11-21T19:05:46.922Z | [ 11] 4.00-5.00 sec 12.7 MBytes 106 Mbits/sec |
4689 | 2024-11-21T19:05:46.922Z | [ 13] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4690 | 2024-11-21T19:05:46.922Z | [ 15] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4691 | 2024-11-21T19:05:46.923Z | [ 17] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4692 | 2024-11-21T19:05:46.923Z | [ 19] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4693 | 2024-11-21T19:05:46.923Z | [SUM] 4.00-5.00 sec 101 MBytes 850 Mbits/sec |
4694 | 2024-11-21T19:05:46.923Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4695 | 2024-11-21T19:05:46.923Z | [ 5] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
4696 | 2024-11-21T19:05:46.923Z | [ 7] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
4697 | 2024-11-21T19:05:46.923Z | [ 9] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4698 | 2024-11-21T19:05:46.923Z | [ 11] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4699 | 2024-11-21T19:05:46.923Z | [ 13] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4700 | 2024-11-21T19:05:46.923Z | [ 15] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4701 | 2024-11-21T19:05:46.923Z | [ 17] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4702 | 2024-11-21T19:05:46.923Z | [ 19] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4703 | 2024-11-21T19:05:46.923Z | [SUM] 5.00-6.00 sec 102 MBytes 857 Mbits/sec |
4704 | 2024-11-21T19:05:46.923Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4705 | 2024-11-21T19:05:46.923Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4706 | 2024-11-21T19:05:46.923Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4707 | 2024-11-21T19:05:46.923Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4708 | 2024-11-21T19:05:51.842Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4709 | 2024-11-21T19:05:51.842Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4710 | 2024-11-21T19:05:51.842Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4711 | 2024-11-21T19:05:51.842Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4712 | 2024-11-21T19:05:51.842Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4713 | 2024-11-21T19:05:51.842Z | [SUM] 6.00-7.00 sec 104 MBytes 871 Mbits/sec |
4714 | 2024-11-21T19:05:51.842Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4715 | 2024-11-21T19:05:51.842Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4716 | 2024-11-21T19:05:51.842Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4717 | 2024-11-21T19:05:51.842Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4718 | 2024-11-21T19:05:51.842Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4719 | 2024-11-21T19:05:51.842Z | [ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4720 | 2024-11-21T19:05:51.842Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4721 | 2024-11-21T19:05:51.842Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4722 | 2024-11-21T19:05:51.842Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4723 | 2024-11-21T19:05:51.842Z | [SUM] 7.00-8.00 sec 103 MBytes 865 Mbits/sec |
4724 | 2024-11-21T19:05:51.842Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4725 | 2024-11-21T19:05:51.842Z | [ 5] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4726 | 2024-11-21T19:05:51.843Z | [ 7] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4727 | 2024-11-21T19:05:51.843Z | [ 9] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4728 | 2024-11-21T19:05:51.843Z | [ 11] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4729 | 2024-11-21T19:05:51.843Z | [ 13] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4730 | 2024-11-21T19:05:51.843Z | [ 15] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4731 | 2024-11-21T19:05:51.843Z | [ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4732 | 2024-11-21T19:05:51.843Z | [ 19] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4733 | 2024-11-21T19:05:51.843Z | [SUM] 8.00-9.00 sec 102 MBytes 856 Mbits/sec |
4734 | 2024-11-21T19:05:51.843Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4735 | 2024-11-21T19:05:51.843Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4736 | 2024-11-21T19:05:51.843Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4737 | 2024-11-21T19:05:51.843Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4738 | 2024-11-21T19:05:51.843Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4739 | 2024-11-21T19:05:51.843Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4740 | 2024-11-21T19:05:51.843Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4741 | 2024-11-21T19:05:51.843Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4742 | 2024-11-21T19:05:51.843Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4743 | 2024-11-21T19:05:51.843Z | [SUM] 9.00-10.00 sec 103 MBytes 867 Mbits/sec |
4744 | 2024-11-21T19:05:51.843Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4745 | 2024-11-21T19:05:51.843Z | [ 5] 10.00-10.00 sec 56.6 KBytes 123 Mbits/sec |
4746 | 2024-11-21T19:05:51.846Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4747 | 2024-11-21T19:05:51.846Z | [ 9] 10.00-10.00 sec 56.6 KBytes 123 Mbits/sec |
4748 | 2024-11-21T19:05:51.846Z | [ 11] 10.00-10.00 sec 113 KBytes 246 Mbits/sec |
4749 | 2024-11-21T19:05:51.846Z | [ 13] 10.00-10.00 sec 113 KBytes 246 Mbits/sec |
4750 | 2024-11-21T19:05:51.846Z | [ 15] 10.00-10.00 sec 113 KBytes 246 Mbits/sec |
4751 | 2024-11-21T19:05:51.846Z | [ 17] 10.00-10.00 sec 56.6 KBytes 123 Mbits/sec |
4752 | 2024-11-21T19:05:51.846Z | [ 19] 10.00-10.00 sec 56.6 KBytes 123 Mbits/sec |
4753 | 2024-11-21T19:05:51.846Z | [SUM] 10.00-10.00 sec 566 KBytes 1.23 Gbits/sec |
4754 | 2024-11-21T19:05:51.846Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4755 | 2024-11-21T19:05:51.847Z | [ ID] Interval Transfer Bandwidth |
4756 | 2024-11-21T19:05:51.847Z | [ 5] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4757 | 2024-11-21T19:05:51.847Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4758 | 2024-11-21T19:05:51.847Z | [ 7] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4759 | 2024-11-21T19:05:51.847Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4760 | 2024-11-21T19:05:51.847Z | [ 9] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4761 | 2024-11-21T19:05:51.848Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4762 | 2024-11-21T19:05:51.848Z | [ 11] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4763 | 2024-11-21T19:05:51.848Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4764 | 2024-11-21T19:05:51.848Z | [ 13] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4765 | 2024-11-21T19:05:51.848Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4766 | 2024-11-21T19:05:51.848Z | [ 15] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4767 | 2024-11-21T19:05:51.848Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4768 | 2024-11-21T19:05:51.848Z | [ 17] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4769 | 2024-11-21T19:05:51.848Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4770 | 2024-11-21T19:05:51.848Z | [ 19] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender |
4771 | 2024-11-21T19:05:51.848Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4772 | 2024-11-21T19:05:51.848Z | [SUM] 0.00-10.00 sec 1.00 GBytes 861 Mbits/sec sender |
4773 | 2024-11-21T19:05:51.848Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4774 | 2024-11-21T19:05:51.940Z | Run 8/10...861.61602127846Mbps |
4775 | 2024-11-21T19:05:56.856Z | ----------------------------------------------------------- |
4776 | 2024-11-21T19:05:56.856Z | Server listening on 5201 |
4777 | 2024-11-21T19:05:56.856Z | ----------------------------------------------------------- |
4778 | 2024-11-21T19:05:56.856Z | Accepted connection from 10.0.0.1, port 63746 |
4779 | 2024-11-21T19:05:56.856Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43824 |
4780 | 2024-11-21T19:05:56.856Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51742 |
4781 | 2024-11-21T19:05:56.856Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57196 |
4782 | 2024-11-21T19:05:56.856Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63482 |
4783 | 2024-11-21T19:05:56.856Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53009 |
4784 | 2024-11-21T19:05:56.856Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49578 |
4785 | 2024-11-21T19:05:56.856Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38794 |
4786 | 2024-11-21T19:05:56.856Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49053 |
4787 | 2024-11-21T19:05:56.856Z | [ ID] Interval Transfer Bandwidth |
4788 | 2024-11-21T19:05:56.856Z | [ 5] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
4789 | 2024-11-21T19:05:56.856Z | [ 7] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec |
4790 | 2024-11-21T19:05:56.856Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4791 | 2024-11-21T19:05:56.857Z | [ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4792 | 2024-11-21T19:05:56.857Z | [ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4793 | 2024-11-21T19:05:56.857Z | [ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4794 | 2024-11-21T19:05:56.857Z | [ 17] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4795 | 2024-11-21T19:05:56.857Z | [ 19] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4796 | 2024-11-21T19:05:56.857Z | [SUM] 0.00-1.00 sec 98.4 MBytes 825 Mbits/sec |
4797 | 2024-11-21T19:05:56.857Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4798 | 2024-11-21T19:05:56.857Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4799 | 2024-11-21T19:05:56.857Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4800 | 2024-11-21T19:05:56.857Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4801 | 2024-11-21T19:05:56.857Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4802 | 2024-11-21T19:05:56.857Z | [ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4803 | 2024-11-21T19:05:56.857Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4804 | 2024-11-21T19:05:56.857Z | [ 17] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
4805 | 2024-11-21T19:05:56.857Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
4806 | 2024-11-21T19:05:56.857Z | [SUM] 1.00-2.00 sec 105 MBytes 878 Mbits/sec |
4807 | 2024-11-21T19:05:56.857Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4808 | 2024-11-21T19:05:56.857Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4809 | 2024-11-21T19:05:56.857Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4810 | 2024-11-21T19:05:56.857Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4811 | 2024-11-21T19:05:56.857Z | [ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4812 | 2024-11-21T19:05:56.858Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4813 | 2024-11-21T19:05:56.858Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4814 | 2024-11-21T19:05:56.858Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4815 | 2024-11-21T19:05:56.858Z | [ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4816 | 2024-11-21T19:05:56.858Z | [SUM] 2.00-3.00 sec 104 MBytes 871 Mbits/sec |
4817 | 2024-11-21T19:05:56.858Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4818 | 2024-11-21T19:05:56.858Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4819 | 2024-11-21T19:05:56.858Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4820 | 2024-11-21T19:05:56.858Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4821 | 2024-11-21T19:05:56.858Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4822 | 2024-11-21T19:05:56.858Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4823 | 2024-11-21T19:05:56.860Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4824 | 2024-11-21T19:05:56.860Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4825 | 2024-11-21T19:05:56.860Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4826 | 2024-11-21T19:05:56.860Z | [SUM] 3.00-4.00 sec 104 MBytes 872 Mbits/sec |
4827 | 2024-11-21T19:05:56.860Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4828 | 2024-11-21T19:05:56.860Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4829 | 2024-11-21T19:05:56.860Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4830 | 2024-11-21T19:05:56.860Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4831 | 2024-11-21T19:05:56.860Z | [ 11] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
4832 | 2024-11-21T19:05:56.860Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4833 | 2024-11-21T19:05:56.860Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4834 | 2024-11-21T19:05:56.860Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4835 | 2024-11-21T19:05:56.861Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4836 | 2024-11-21T19:05:56.861Z | [SUM] 4.00-5.00 sec 104 MBytes 870 Mbits/sec |
4837 | 2024-11-21T19:05:56.861Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4838 | 2024-11-21T19:05:56.861Z | [ 5] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
4839 | 2024-11-21T19:05:56.861Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4840 | 2024-11-21T19:05:56.861Z | [ 9] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
4841 | 2024-11-21T19:05:56.861Z | [ 11] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
4842 | 2024-11-21T19:05:56.863Z | [ 13] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4843 | 2024-11-21T19:05:56.863Z | [ 15] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4844 | 2024-11-21T19:05:56.863Z | [ 17] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4845 | 2024-11-21T19:05:56.863Z | [ 19] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
4846 | 2024-11-21T19:05:56.863Z | [SUM] 5.00-6.00 sec 103 MBytes 860 Mbits/sec |
4847 | 2024-11-21T19:05:56.865Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4848 | 2024-11-21T19:05:56.865Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4849 | 2024-11-21T19:05:56.865Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4850 | 2024-11-21T19:05:56.865Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4851 | 2024-11-21T19:05:59.975Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4852 | 2024-11-21T19:05:59.976Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4853 | 2024-11-21T19:05:59.976Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4854 | 2024-11-21T19:05:59.976Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4855 | 2024-11-21T19:05:59.976Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4856 | 2024-11-21T19:05:59.976Z | [SUM] 6.00-7.00 sec 103 MBytes 868 Mbits/sec |
4857 | 2024-11-21T19:05:59.976Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4858 | 2024-11-21T19:05:59.976Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4859 | 2024-11-21T19:05:59.976Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4860 | 2024-11-21T19:05:59.976Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4861 | 2024-11-21T19:05:59.976Z | [ 11] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4862 | 2024-11-21T19:05:59.977Z | [ 13] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4863 | 2024-11-21T19:05:59.977Z | [ 15] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4864 | 2024-11-21T19:05:59.977Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4865 | 2024-11-21T19:05:59.977Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4866 | 2024-11-21T19:05:59.977Z | [SUM] 7.00-8.00 sec 103 MBytes 863 Mbits/sec |
4867 | 2024-11-21T19:05:59.977Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4868 | 2024-11-21T19:05:59.977Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4869 | 2024-11-21T19:05:59.977Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4870 | 2024-11-21T19:05:59.977Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4871 | 2024-11-21T19:05:59.978Z | [ 11] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4872 | 2024-11-21T19:05:59.978Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4873 | 2024-11-21T19:05:59.978Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4874 | 2024-11-21T19:05:59.978Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4875 | 2024-11-21T19:05:59.978Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4876 | 2024-11-21T19:05:59.978Z | [SUM] 8.00-9.00 sec 103 MBytes 864 Mbits/sec |
4877 | 2024-11-21T19:05:59.978Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4878 | 2024-11-21T19:05:59.978Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4879 | 2024-11-21T19:05:59.978Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4880 | 2024-11-21T19:05:59.979Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4881 | 2024-11-21T19:05:59.979Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4882 | 2024-11-21T19:05:59.979Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4883 | 2024-11-21T19:05:59.979Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4884 | 2024-11-21T19:05:59.979Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4885 | 2024-11-21T19:05:59.979Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
4886 | 2024-11-21T19:05:59.979Z | [SUM] 9.00-10.00 sec 103 MBytes 868 Mbits/sec |
4887 | 2024-11-21T19:05:59.979Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4888 | 2024-11-21T19:05:59.980Z | [ 5] 10.00-10.00 sec 113 KBytes 291 Mbits/sec |
4889 | 2024-11-21T19:05:59.980Z | [ 7] 10.00-10.00 sec 113 KBytes 292 Mbits/sec |
4890 | 2024-11-21T19:05:59.980Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4891 | 2024-11-21T19:05:59.980Z | [ 11] 10.00-10.00 sec 56.6 KBytes 146 Mbits/sec |
4892 | 2024-11-21T19:05:59.980Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4893 | 2024-11-21T19:05:59.980Z | [ 15] 10.00-10.00 sec 70.7 KBytes 182 Mbits/sec |
4894 | 2024-11-21T19:05:59.980Z | [ 17] 10.00-10.00 sec 56.6 KBytes 146 Mbits/sec |
4895 | 2024-11-21T19:05:59.980Z | [ 19] 10.00-10.00 sec 56.6 KBytes 146 Mbits/sec |
4896 | 2024-11-21T19:05:59.980Z | [SUM] 10.00-10.00 sec 467 KBytes 1.20 Gbits/sec |
4897 | 2024-11-21T19:05:59.981Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4898 | 2024-11-21T19:05:59.981Z | [ ID] Interval Transfer Bandwidth |
4899 | 2024-11-21T19:05:59.981Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4900 | 2024-11-21T19:05:59.981Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4901 | 2024-11-21T19:05:59.981Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4902 | 2024-11-21T19:05:59.982Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4903 | 2024-11-21T19:05:59.982Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4904 | 2024-11-21T19:05:59.983Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4905 | 2024-11-21T19:05:59.983Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4906 | 2024-11-21T19:05:59.983Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4907 | 2024-11-21T19:05:59.983Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4908 | 2024-11-21T19:05:59.983Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4909 | 2024-11-21T19:05:59.983Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4910 | 2024-11-21T19:05:59.983Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4911 | 2024-11-21T19:05:59.983Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4912 | 2024-11-21T19:05:59.983Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4913 | 2024-11-21T19:05:59.983Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
4914 | 2024-11-21T19:05:59.983Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4915 | 2024-11-21T19:05:59.984Z | [SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec sender |
4916 | 2024-11-21T19:05:59.984Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4917 | 2024-11-21T19:05:59.992Z | Run 9/10...864.3041670287661Mbps |
4918 | 2024-11-21T19:06:07.008Z | ----------------------------------------------------------- |
4919 | 2024-11-21T19:06:07.008Z | Server listening on 5201 |
4920 | 2024-11-21T19:06:07.009Z | ----------------------------------------------------------- |
4921 | 2024-11-21T19:06:07.009Z | Accepted connection from 10.0.0.1, port 39434 |
4922 | 2024-11-21T19:06:07.009Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33104 |
4923 | 2024-11-21T19:06:07.009Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59799 |
4924 | 2024-11-21T19:06:07.009Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53634 |
4925 | 2024-11-21T19:06:07.009Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43733 |
4926 | 2024-11-21T19:06:07.009Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33953 |
4927 | 2024-11-21T19:06:07.009Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55002 |
4928 | 2024-11-21T19:06:07.009Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37045 |
4929 | 2024-11-21T19:06:07.009Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57828 |
4930 | 2024-11-21T19:06:07.009Z | [ ID] Interval Transfer Bandwidth |
4931 | 2024-11-21T19:06:07.009Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4932 | 2024-11-21T19:06:07.009Z | [ 7] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4933 | 2024-11-21T19:06:07.009Z | [ 9] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4934 | 2024-11-21T19:06:07.009Z | [ 11] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4935 | 2024-11-21T19:06:07.009Z | [ 13] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4936 | 2024-11-21T19:06:07.009Z | [ 15] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4937 | 2024-11-21T19:06:07.009Z | [ 17] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4938 | 2024-11-21T19:06:07.009Z | [ 19] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4939 | 2024-11-21T19:06:07.009Z | [SUM] 0.00-1.00 sec 97.9 MBytes 821 Mbits/sec |
4940 | 2024-11-21T19:06:07.009Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4941 | 2024-11-21T19:06:07.009Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4942 | 2024-11-21T19:06:07.009Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4943 | 2024-11-21T19:06:07.009Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4944 | 2024-11-21T19:06:07.010Z | [ 11] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
4945 | 2024-11-21T19:06:07.010Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4946 | 2024-11-21T19:06:07.010Z | [ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4947 | 2024-11-21T19:06:07.010Z | [ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4948 | 2024-11-21T19:06:07.010Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
4949 | 2024-11-21T19:06:07.010Z | [SUM] 1.00-2.00 sec 106 MBytes 885 Mbits/sec |
4950 | 2024-11-21T19:06:07.010Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4951 | 2024-11-21T19:06:07.010Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4952 | 2024-11-21T19:06:07.010Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4953 | 2024-11-21T19:06:07.010Z | [ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4954 | 2024-11-21T19:06:07.010Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4955 | 2024-11-21T19:06:07.010Z | [ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4956 | 2024-11-21T19:06:07.010Z | [ 15] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4957 | 2024-11-21T19:06:07.010Z | [ 17] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4958 | 2024-11-21T19:06:07.010Z | [ 19] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4959 | 2024-11-21T19:06:07.010Z | [SUM] 2.00-3.00 sec 103 MBytes 864 Mbits/sec |
4960 | 2024-11-21T19:06:07.010Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4961 | 2024-11-21T19:06:07.011Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4962 | 2024-11-21T19:06:07.011Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4963 | 2024-11-21T19:06:07.011Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4964 | 2024-11-21T19:06:07.011Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4965 | 2024-11-21T19:06:07.011Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4966 | 2024-11-21T19:06:07.011Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4967 | 2024-11-21T19:06:07.016Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4968 | 2024-11-21T19:06:07.016Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4969 | 2024-11-21T19:06:07.016Z | [SUM] 3.00-4.00 sec 104 MBytes 871 Mbits/sec |
4970 | 2024-11-21T19:06:07.016Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4971 | 2024-11-21T19:06:07.016Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4972 | 2024-11-21T19:06:07.016Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4973 | 2024-11-21T19:06:07.016Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4974 | 2024-11-21T19:06:07.016Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4975 | 2024-11-21T19:06:07.016Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4976 | 2024-11-21T19:06:07.016Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4977 | 2024-11-21T19:06:07.016Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4978 | 2024-11-21T19:06:07.016Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4979 | 2024-11-21T19:06:07.016Z | [SUM] 4.00-5.00 sec 104 MBytes 869 Mbits/sec |
4980 | 2024-11-21T19:06:07.016Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4981 | 2024-11-21T19:06:07.016Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4982 | 2024-11-21T19:06:07.016Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4983 | 2024-11-21T19:06:07.016Z | [ 9] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
4984 | 2024-11-21T19:06:07.016Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4985 | 2024-11-21T19:06:07.016Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4986 | 2024-11-21T19:06:07.016Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4987 | 2024-11-21T19:06:07.016Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4988 | 2024-11-21T19:06:07.016Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4989 | 2024-11-21T19:06:07.017Z | [SUM] 5.00-6.00 sec 103 MBytes 864 Mbits/sec |
4990 | 2024-11-21T19:06:07.017Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4991 | 2024-11-21T19:06:07.017Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4992 | 2024-11-21T19:06:07.017Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4993 | 2024-11-21T19:06:07.017Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4994 | 2024-11-21T19:06:10.122Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4995 | 2024-11-21T19:06:10.122Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4996 | 2024-11-21T19:06:10.122Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4997 | 2024-11-21T19:06:10.122Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4998 | 2024-11-21T19:06:10.122Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4999 | 2024-11-21T19:06:10.122Z | [SUM] 6.00-7.00 sec 103 MBytes 865 Mbits/sec |
5000 | 2024-11-21T19:06:10.122Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5001 | 2024-11-21T19:06:10.122Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
5002 | 2024-11-21T19:06:10.122Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
5003 | 2024-11-21T19:06:10.122Z | [ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
5004 | 2024-11-21T19:06:10.122Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
5005 | 2024-11-21T19:06:10.122Z | [ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
5006 | 2024-11-21T19:06:10.122Z | [ 15] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
5007 | 2024-11-21T19:06:10.123Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
5008 | 2024-11-21T19:06:10.123Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
5009 | 2024-11-21T19:06:10.123Z | [SUM] 7.00-8.00 sec 103 MBytes 865 Mbits/sec |
5010 | 2024-11-21T19:06:10.123Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5011 | 2024-11-21T19:06:10.123Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5012 | 2024-11-21T19:06:10.123Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5013 | 2024-11-21T19:06:10.123Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5014 | 2024-11-21T19:06:10.123Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5015 | 2024-11-21T19:06:10.123Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5016 | 2024-11-21T19:06:10.123Z | [ 15] 8.00-9.00 sec 13.0 MBytes 110 Mbits/sec |
5017 | 2024-11-21T19:06:10.123Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5018 | 2024-11-21T19:06:10.123Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
5019 | 2024-11-21T19:06:10.123Z | [SUM] 8.00-9.00 sec 104 MBytes 874 Mbits/sec |
5020 | 2024-11-21T19:06:10.123Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5021 | 2024-11-21T19:06:10.123Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
5022 | 2024-11-21T19:06:10.123Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
5023 | 2024-11-21T19:06:10.123Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
5024 | 2024-11-21T19:06:10.123Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
5025 | 2024-11-21T19:06:10.123Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
5026 | 2024-11-21T19:06:10.123Z | [ 15] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
5027 | 2024-11-21T19:06:10.123Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
5028 | 2024-11-21T19:06:10.124Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
5029 | 2024-11-21T19:06:10.124Z | [SUM] 9.00-10.00 sec 103 MBytes 864 Mbits/sec |
5030 | 2024-11-21T19:06:10.124Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5031 | 2024-11-21T19:06:10.124Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
5032 | 2024-11-21T19:06:10.124Z | [ 7] 10.00-10.00 sec 56.6 KBytes 119 Mbits/sec |
5033 | 2024-11-21T19:06:10.124Z | [ 9] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
5034 | 2024-11-21T19:06:10.124Z | [ 11] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec |
5035 | 2024-11-21T19:06:10.124Z | [ 13] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
5036 | 2024-11-21T19:06:10.124Z | [ 15] 10.00-10.00 sec 113 KBytes 239 Mbits/sec |
5037 | 2024-11-21T19:06:10.124Z | [ 17] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec |
5038 | 2024-11-21T19:06:10.124Z | [ 19] 10.00-10.00 sec 56.6 KBytes 120 Mbits/sec |
5039 | 2024-11-21T19:06:10.124Z | [SUM] 10.00-10.00 sec 566 KBytes 1.19 Gbits/sec |
5040 | 2024-11-21T19:06:10.125Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5041 | 2024-11-21T19:06:10.125Z | [ ID] Interval Transfer Bandwidth |
5042 | 2024-11-21T19:06:10.125Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5043 | 2024-11-21T19:06:10.125Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5044 | 2024-11-21T19:06:10.125Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5045 | 2024-11-21T19:06:10.125Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5046 | 2024-11-21T19:06:10.125Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5047 | 2024-11-21T19:06:10.125Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5048 | 2024-11-21T19:06:10.125Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5049 | 2024-11-21T19:06:10.125Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5050 | 2024-11-21T19:06:10.125Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5051 | 2024-11-21T19:06:10.125Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5052 | 2024-11-21T19:06:10.125Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5053 | 2024-11-21T19:06:10.125Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5054 | 2024-11-21T19:06:10.125Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5055 | 2024-11-21T19:06:10.125Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5056 | 2024-11-21T19:06:10.125Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender |
5057 | 2024-11-21T19:06:10.125Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5058 | 2024-11-21T19:06:10.125Z | [SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec sender |
5059 | 2024-11-21T19:06:10.125Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5060 | 2024-11-21T19:06:10.128Z | Run 10/10...864.801695947669Mbps |
5061 | 2024-11-21T19:06:10.128Z | ###---------------------### |
5062 | 2024-11-21T19:06:10.128Z | ::: iPerf done... ::: |
5063 | 2024-11-21T19:06:10.128Z | :::Awaiting out files...::: |
5064 | 2024-11-21T19:06:10.128Z | ###---------------------### |
5065 | 2024-11-21T19:06:10.128Z | ###-----### |
5066 | 2024-11-21T19:06:10.128Z | :::done!::: |
5067 | 2024-11-21T19:06:10.128Z | ###-----### |
5068 | 2024-11-21T19:06:11.860Z | Benchmarking iperf-tcp/local/s2c/tx |
5069 | 2024-11-21T19:06:11.860Z | Benchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s |
5070 | 2024-11-21T19:06:16.571Z | Benchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (574M iterations) |
5071 | 2024-11-21T19:06:36.440Z | Benchmarking iperf-tcp/local/s2c/tx: Analyzing |
5072 | 2024-11-21T19:06:36.593Z | iperf-tcp/local/s2c/tx time: [1.6508 µs 1.6508 µs 1.6509 µs] |
5073 | 2024-11-21T19:06:36.593Z | change: [-1.5887% -1.5776% -1.5650%] (p = 0.00 < 0.05) |
5074 | 2024-11-21T19:06:36.593Z | Performance has improved. |
5075 | 2024-11-21T19:06:36.593Z | Found 5 outliers among 100 measurements (5.00%) |
5076 | 2024-11-21T19:06:36.593Z | 3 (3.00%) low mild |
5077 | 2024-11-21T19:06:36.593Z | 2 (2.00%) high severe |
5078 | 2024-11-21T19:06:38.183Z | |
5079 | 2024-11-21T19:06:38.186Z | Benchmarking iperf-tcp/local/s2c/rx |
5080 | 2024-11-21T19:06:38.186Z | Benchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s |
5081 | 2024-11-21T19:06:42.835Z | Benchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (577M iterations) |
5082 | 2024-11-21T19:07:02.785Z | Benchmarking iperf-tcp/local/s2c/rx: Analyzing |
5083 | 2024-11-21T19:07:02.933Z | iperf-tcp/local/s2c/rx time: [5.9472 µs 5.9476 µs 5.9481 µs] |
5084 | 2024-11-21T19:07:02.934Z | change: [-0.6015% -0.5862% -0.5697%] (p = 0.00 < 0.05) |
5085 | 2024-11-21T19:07:02.934Z | Change within noise threshold. |
5086 | 2024-11-21T19:07:02.934Z | Found 4 outliers among 100 measurements (4.00%) |
5087 | 2024-11-21T19:07:02.934Z | 2 (2.00%) low mild |
5088 | 2024-11-21T19:07:02.934Z | 2 (2.00%) high severe |
5089 | 2024-11-21T19:07:04.523Z | |
5090 | 2024-11-21T19:07:09.447Z | + cargo ubench |
5091 | 2024-11-21T19:07:09.659Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
5092 | 2024-11-21T19:09:00.751Z | Finished `bench` profile [optimized + debuginfo] target(s) in 1m 51s |
5093 | 2024-11-21T19:09:00.793Z | Running benches/userland.rs (target/release/deps/userland-9fe0067c507efbce) |
5094 | 2024-11-21T19:09:00.816Z | Gnuplot not found, using plotters backend |
5095 | 2024-11-21T19:09:01.028Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover |
5096 | 2024-11-21T19:09:01.028Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
5097 | 2024-11-21T19:09:05.541Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0009 s (9.3M iterations) |
5098 | 2024-11-21T19:09:10.179Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
5099 | 2024-11-21T19:09:10.337Z | parse/Hairpin-DHCPv4/wallclock/Discover |
5100 | 2024-11-21T19:09:10.337Z | time: [73.747 ns 73.794 ns 73.835 ns] |
5101 | 2024-11-21T19:09:10.337Z | change: [+3.4115% +4.2754% +5.2576%] (p = 0.00 < 0.05) |
5102 | 2024-11-21T19:09:10.337Z | Performance has regressed. |
5103 | 2024-11-21T19:09:10.337Z | Found 4 outliers among 100 measurements (4.00%) |
5104 | 2024-11-21T19:09:10.337Z | 1 (1.00%) high mild |
5105 | 2024-11-21T19:09:10.337Z | 3 (3.00%) high severe |
5106 | 2024-11-21T19:09:11.930Z | |
5107 | 2024-11-21T19:09:11.939Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover |
5108 | 2024-11-21T19:09:11.939Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
5109 | 2024-11-21T19:09:17.785Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0046 s (3.6M iterations) |
5110 | 2024-11-21T19:09:22.738Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
5111 | 2024-11-21T19:09:22.888Z | process/Hairpin-DHCPv4/wallclock/Discover |
5112 | 2024-11-21T19:09:22.888Z | time: [953.47 ns 953.77 ns 954.09 ns] |
5113 | 2024-11-21T19:09:22.888Z | change: [+0.6900% +0.9086% +1.1326%] (p = 0.00 < 0.05) |
5114 | 2024-11-21T19:09:22.888Z | Change within noise threshold. |
5115 | 2024-11-21T19:09:22.888Z | Found 8 outliers among 100 measurements (8.00%) |
5116 | 2024-11-21T19:09:22.888Z | 2 (2.00%) low mild |
5117 | 2024-11-21T19:09:22.888Z | 1 (1.00%) high mild |
5118 | 2024-11-21T19:09:22.888Z | 5 (5.00%) high severe |
5119 | 2024-11-21T19:09:24.486Z | |
5120 | 2024-11-21T19:09:24.488Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request |
5121 | 2024-11-21T19:09:24.488Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
5122 | 2024-11-21T19:09:29.109Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0012 s (9.1M iterations) |
5123 | 2024-11-21T19:09:33.662Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing |
5124 | 2024-11-21T19:09:33.813Z | parse/Hairpin-DHCPv4/wallclock/Request |
5125 | 2024-11-21T19:09:33.813Z | time: [73.919 ns 73.979 ns 74.030 ns] |
5126 | 2024-11-21T19:09:33.813Z | change: [+2.7353% +3.5016% +4.2944%] (p = 0.00 < 0.05) |
5127 | 2024-11-21T19:09:33.813Z | Performance has regressed. |
5128 | 2024-11-21T19:09:33.813Z | Found 6 outliers among 100 measurements (6.00%) |
5129 | 2024-11-21T19:09:33.813Z | 1 (1.00%) high mild |
5130 | 2024-11-21T19:09:33.813Z | 5 (5.00%) high severe |
5131 | 2024-11-21T19:09:35.401Z | |
5132 | 2024-11-21T19:09:35.404Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request |
5133 | 2024-11-21T19:09:35.404Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
5134 | 2024-11-21T19:09:41.084Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0005 s (3.7M iterations) |
5135 | 2024-11-21T19:09:45.990Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing |
5136 | 2024-11-21T19:09:46.141Z | process/Hairpin-DHCPv4/wallclock/Request |
5137 | 2024-11-21T19:09:46.141Z | time: [903.98 ns 904.31 ns 904.69 ns] |
5138 | 2024-11-21T19:09:46.141Z | change: [-0.9900% -0.7346% -0.4269%] (p = 0.00 < 0.05) |
5139 | 2024-11-21T19:09:46.141Z | Change within noise threshold. |
5140 | 2024-11-21T19:09:46.141Z | Found 6 outliers among 100 measurements (6.00%) |
5141 | 2024-11-21T19:09:46.141Z | 3 (3.00%) high mild |
5142 | 2024-11-21T19:09:46.141Z | 3 (3.00%) high severe |
5143 | 2024-11-21T19:09:47.726Z | |
5144 | 2024-11-21T19:09:47.729Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit |
5145 | 2024-11-21T19:09:47.730Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
5146 | 2024-11-21T19:09:50.874Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0019 s (6.7M iterations) |
5147 | 2024-11-21T19:09:55.618Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
5148 | 2024-11-21T19:09:55.766Z | parse/Hairpin-DHCPv6/wallclock/Solicit |
5149 | 2024-11-21T19:09:55.766Z | time: [74.236 ns 74.340 ns 74.424 ns] |
5150 | 2024-11-21T19:09:55.766Z | change: [+2.6763% +3.6171% +4.6085%] (p = 0.00 < 0.05) |
5151 | 2024-11-21T19:09:55.766Z | Performance has regressed. |
5152 | 2024-11-21T19:09:55.767Z | Found 6 outliers among 100 measurements (6.00%) |
5153 | 2024-11-21T19:09:55.767Z | 3 (3.00%) high mild |
5154 | 2024-11-21T19:09:55.767Z | 3 (3.00%) high severe |
5155 | 2024-11-21T19:09:57.353Z | |
5156 | 2024-11-21T19:09:57.356Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit |
5157 | 2024-11-21T19:09:57.356Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
5158 | 2024-11-21T19:10:01.380Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0032 s (2.6M iterations) |
5159 | 2024-11-21T19:10:06.452Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
5160 | 2024-11-21T19:10:06.600Z | process/Hairpin-DHCPv6/wallclock/Solicit |
5161 | 2024-11-21T19:10:06.600Z | time: [1.2984 µs 1.2989 µs 1.2995 µs] |
5162 | 2024-11-21T19:10:06.600Z | change: [+5.2424% +5.5108% +5.7685%] (p = 0.00 < 0.05) |
5163 | 2024-11-21T19:10:06.600Z | Performance has regressed. |
5164 | 2024-11-21T19:10:06.600Z | Found 6 outliers among 100 measurements (6.00%) |
5165 | 2024-11-21T19:10:06.600Z | 1 (1.00%) high mild |
5166 | 2024-11-21T19:10:06.600Z | 5 (5.00%) high severe |
5167 | 2024-11-21T19:10:08.194Z | |
5168 | 2024-11-21T19:10:08.198Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request |
5169 | 2024-11-21T19:10:08.198Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
5170 | 2024-11-21T19:10:11.863Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0015 s (5.7M iterations) |
5171 | 2024-11-21T19:10:16.372Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing |
5172 | 2024-11-21T19:10:16.522Z | parse/Hairpin-DHCPv6/wallclock/Request |
5173 | 2024-11-21T19:10:16.522Z | time: [75.296 ns 75.467 ns 75.599 ns] |
5174 | 2024-11-21T19:10:16.522Z | change: [+4.2219% +5.1175% +6.0978%] (p = 0.00 < 0.05) |
5175 | 2024-11-21T19:10:16.523Z | Performance has regressed. |
5176 | 2024-11-21T19:10:16.523Z | Found 2 outliers among 100 measurements (2.00%) |
5177 | 2024-11-21T19:10:16.523Z | 1 (1.00%) high mild |
5178 | 2024-11-21T19:10:16.523Z | 1 (1.00%) high severe |
5179 | 2024-11-21T19:10:18.108Z | |
5180 | 2024-11-21T19:10:18.111Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request |
5181 | 2024-11-21T19:10:18.111Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
5182 | 2024-11-21T19:10:22.465Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0037 s (2.4M iterations) |
5183 | 2024-11-21T19:10:27.385Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing |
5184 | 2024-11-21T19:10:27.831Z | process/Hairpin-DHCPv6/wallclock/Request |
5185 | 2024-11-21T19:10:27.831Z | time: [1.3162 µs 1.3164 µs 1.3167 µs] |
5186 | 2024-11-21T19:10:27.831Z | change: [+2.3804% +2.5628% +2.7357%] (p = 0.00 < 0.05) |
5187 | 2024-11-21T19:10:27.831Z | Performance has regressed. |
5188 | 2024-11-21T19:10:27.831Z | Found 13 outliers among 100 measurements (13.00%) |
5189 | 2024-11-21T19:10:27.831Z | 1 (1.00%) low mild |
5190 | 2024-11-21T19:10:27.831Z | 5 (5.00%) high mild |
5191 | 2024-11-21T19:10:27.831Z | 7 (7.00%) high severe |
5192 | 2024-11-21T19:10:29.119Z | |
5193 | 2024-11-21T19:10:29.121Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest |
5194 | 2024-11-21T19:10:29.121Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
5195 | 2024-11-21T19:10:34.229Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0016 s (8.2M iterations) |
5196 | 2024-11-21T19:10:38.507Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
5197 | 2024-11-21T19:10:38.655Z | parse/Hairpin-ICMPv4/wallclock/EchoRequest |
5198 | 2024-11-21T19:10:38.655Z | time: [74.519 ns 74.600 ns 74.669 ns] |
5199 | 2024-11-21T19:10:38.655Z | change: [+4.8075% +5.5715% +6.2557%] (p = 0.00 < 0.05) |
5200 | 2024-11-21T19:10:38.655Z | Performance has regressed. |
5201 | 2024-11-21T19:10:38.656Z | Found 5 outliers among 100 measurements (5.00%) |
5202 | 2024-11-21T19:10:38.656Z | 1 (1.00%) high mild |
5203 | 2024-11-21T19:10:38.656Z | 4 (4.00%) high severe |
5204 | 2024-11-21T19:10:40.247Z | |
5205 | 2024-11-21T19:10:40.249Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest |
5206 | 2024-11-21T19:10:40.249Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
5207 | 2024-11-21T19:10:45.036Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0050 s (4.4M iterations) |
5208 | 2024-11-21T19:10:49.758Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
5209 | 2024-11-21T19:10:49.910Z | process/Hairpin-ICMPv4/wallclock/EchoRequest |
5210 | 2024-11-21T19:10:49.910Z | time: [633.70 ns 633.99 ns 634.28 ns] |
5211 | 2024-11-21T19:10:49.910Z | change: [+2.4832% +3.0156% +3.4984%] (p = 0.00 < 0.05) |
5212 | 2024-11-21T19:10:49.910Z | Performance has regressed. |
5213 | 2024-11-21T19:10:49.910Z | Found 12 outliers among 100 measurements (12.00%) |
5214 | 2024-11-21T19:10:49.910Z | 6 (6.00%) high mild |
5215 | 2024-11-21T19:10:49.910Z | 6 (6.00%) high severe |
5216 | 2024-11-21T19:10:51.495Z | |
5217 | 2024-11-21T19:10:51.495Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest |
5218 | 2024-11-21T19:10:51.495Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
5219 | 2024-11-21T19:10:55.365Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0036 s (5.4M iterations) |
5220 | 2024-11-21T19:10:58.544Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
5221 | 2024-11-21T19:10:58.692Z | parse/Hairpin-ICMPv6/wallclock/EchoRequest |
5222 | 2024-11-21T19:10:58.692Z | time: [108.78 ns 108.93 ns 109.05 ns] |
5223 | 2024-11-21T19:10:58.692Z | change: [+1.0197% +1.7545% +2.4117%] (p = 0.00 < 0.05) |
5224 | 2024-11-21T19:10:58.692Z | Performance has regressed. |
5225 | 2024-11-21T19:10:58.692Z | Found 1 outliers among 100 measurements (1.00%) |
5226 | 2024-11-21T19:10:58.693Z | 1 (1.00%) high mild |
5227 | 2024-11-21T19:11:00.278Z | |
5228 | 2024-11-21T19:11:00.281Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest |
5229 | 2024-11-21T19:11:00.281Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
5230 | 2024-11-21T19:11:06.718Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0010 s (3.3M iterations) |
5231 | 2024-11-21T19:11:10.625Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
5232 | 2024-11-21T19:11:10.773Z | process/Hairpin-ICMPv6/wallclock/EchoRequest |
5233 | 2024-11-21T19:11:10.773Z | time: [715.67 ns 715.78 ns 715.88 ns] |
5234 | 2024-11-21T19:11:10.773Z | change: [+0.3246% +0.7437% +1.1572%] (p = 0.00 < 0.05) |
5235 | 2024-11-21T19:11:10.773Z | Change within noise threshold. |
5236 | 2024-11-21T19:11:10.773Z | Found 17 outliers among 100 measurements (17.00%) |
5237 | 2024-11-21T19:11:10.773Z | 10 (10.00%) low mild |
5238 | 2024-11-21T19:11:10.773Z | 7 (7.00%) high severe |
5239 | 2024-11-21T19:11:12.366Z | |
5240 | 2024-11-21T19:11:12.369Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5241 | 2024-11-21T19:11:12.369Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
5242 | 2024-11-21T19:11:17.563Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0024 s (8.1M iterations) |
5243 | 2024-11-21T19:11:21.573Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
5244 | 2024-11-21T19:11:21.722Z | parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5245 | 2024-11-21T19:11:21.723Z | time: [74.095 ns 74.226 ns 74.341 ns] |
5246 | 2024-11-21T19:11:21.723Z | change: [+3.6485% +4.3875% +5.1588%] (p = 0.00 < 0.05) |
5247 | 2024-11-21T19:11:21.723Z | Performance has regressed. |
5248 | 2024-11-21T19:11:21.723Z | Found 3 outliers among 100 measurements (3.00%) |
5249 | 2024-11-21T19:11:21.723Z | 1 (1.00%) high mild |
5250 | 2024-11-21T19:11:21.723Z | 2 (2.00%) high severe |
5251 | 2024-11-21T19:11:23.317Z | |
5252 | 2024-11-21T19:11:23.322Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5253 | 2024-11-21T19:11:23.322Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
5254 | 2024-11-21T19:11:29.315Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0057 s (3.5M iterations) |
5255 | 2024-11-21T19:11:34.076Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
5256 | 2024-11-21T19:11:34.226Z | process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5257 | 2024-11-21T19:11:34.226Z | time: [924.63 ns 926.39 ns 928.16 ns] |
5258 | 2024-11-21T19:11:34.226Z | change: [+1.1150% +1.3891% +1.6830%] (p = 0.00 < 0.05) |
5259 | 2024-11-21T19:11:34.226Z | Performance has regressed. |
5260 | 2024-11-21T19:11:34.226Z | Found 2 outliers among 100 measurements (2.00%) |
5261 | 2024-11-21T19:11:34.226Z | 1 (1.00%) high mild |
5262 | 2024-11-21T19:11:34.227Z | 1 (1.00%) high severe |
5263 | 2024-11-21T19:11:35.807Z | |
5264 | 2024-11-21T19:11:35.807Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
5265 | 2024-11-21T19:11:35.807Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
5266 | 2024-11-21T19:11:41.055Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0007 s (8.0M iterations) |
5267 | 2024-11-21T19:11:45.014Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
5268 | 2024-11-21T19:11:45.161Z | parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
5269 | 2024-11-21T19:11:45.161Z | time: [74.175 ns 74.282 ns 74.365 ns] |
5270 | 2024-11-21T19:11:45.162Z | change: [+2.1190% +2.8822% +3.6318%] (p = 0.00 < 0.05) |
5271 | 2024-11-21T19:11:45.162Z | Performance has regressed. |
5272 | 2024-11-21T19:11:45.162Z | Found 3 outliers among 100 measurements (3.00%) |
5273 | 2024-11-21T19:11:45.162Z | 1 (1.00%) high mild |
5274 | 2024-11-21T19:11:45.162Z | 2 (2.00%) high severe |
5275 | 2024-11-21T19:11:46.753Z | |
5276 | 2024-11-21T19:11:46.756Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit |
5277 | 2024-11-21T19:11:46.756Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
5278 | 2024-11-21T19:11:52.628Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0068 s (3.6M iterations) |
5279 | 2024-11-21T19:11:57.295Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
5280 | 2024-11-21T19:11:57.444Z | process/Hairpin-ICMPv6/wallclock/RouterSolicit |
5281 | 2024-11-21T19:11:57.444Z | time: [874.89 ns 875.62 ns 876.44 ns] |
5282 | 2024-11-21T19:11:57.444Z | change: [-0.7825% -0.4940% -0.1761%] (p = 0.00 < 0.05) |
5283 | 2024-11-21T19:11:57.444Z | Change within noise threshold. |
5284 | 2024-11-21T19:11:57.444Z | Found 16 outliers among 100 measurements (16.00%) |
5285 | 2024-11-21T19:11:57.444Z | 3 (3.00%) high mild |
5286 | 2024-11-21T19:11:57.444Z | 13 (13.00%) high severe |
5287 | 2024-11-21T19:11:59.025Z | |
5288 | 2024-11-21T19:11:59.027Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5289 | 2024-11-21T19:11:59.027Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5290 | 2024-11-21T19:12:02.942Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (11M iterations) |
5291 | 2024-11-21T19:12:06.505Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5292 | 2024-11-21T19:12:06.654Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5293 | 2024-11-21T19:12:06.654Z | time: [85.618 ns 85.659 ns 85.701 ns] |
5294 | 2024-11-21T19:12:06.654Z | change: [+5.7847% +6.3130% +6.8181%] (p = 0.00 < 0.05) |
5295 | 2024-11-21T19:12:06.654Z | Performance has regressed. |
5296 | 2024-11-21T19:12:06.654Z | Found 12 outliers among 100 measurements (12.00%) |
5297 | 2024-11-21T19:12:06.654Z | 1 (1.00%) low severe |
5298 | 2024-11-21T19:12:06.654Z | 5 (5.00%) low mild |
5299 | 2024-11-21T19:12:06.654Z | 6 (6.00%) high severe |
5300 | 2024-11-21T19:12:08.244Z | |
5301 | 2024-11-21T19:12:08.246Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5302 | 2024-11-21T19:12:08.246Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5303 | 2024-11-21T19:12:12.963Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (4.4M iterations) |
5304 | 2024-11-21T19:12:17.454Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5305 | 2024-11-21T19:12:17.602Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5306 | 2024-11-21T19:12:17.603Z | time: [257.89 ns 258.10 ns 258.29 ns] |
5307 | 2024-11-21T19:12:17.604Z | change: [-0.7865% -0.1332% +0.5288%] (p = 0.70 > 0.05) |
5308 | 2024-11-21T19:12:17.604Z | No change in performance detected. |
5309 | 2024-11-21T19:12:17.604Z | Found 10 outliers among 100 measurements (10.00%) |
5310 | 2024-11-21T19:12:17.604Z | 5 (5.00%) low mild |
5311 | 2024-11-21T19:12:17.604Z | 1 (1.00%) high mild |
5312 | 2024-11-21T19:12:17.604Z | 4 (4.00%) high severe |
5313 | 2024-11-21T19:12:19.196Z | |
5314 | 2024-11-21T19:12:19.199Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5315 | 2024-11-21T19:12:19.199Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5316 | 2024-11-21T19:12:23.410Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0020 s (5.0M iterations) |
5317 | 2024-11-21T19:12:27.968Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5318 | 2024-11-21T19:12:28.119Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5319 | 2024-11-21T19:12:28.120Z | time: [111.06 ns 111.19 ns 111.30 ns] |
5320 | 2024-11-21T19:12:28.120Z | change: [+3.2679% +4.0510% +4.8295%] (p = 0.00 < 0.05) |
5321 | 2024-11-21T19:12:28.120Z | Performance has regressed. |
5322 | 2024-11-21T19:12:28.120Z | Found 11 outliers among 100 measurements (11.00%) |
5323 | 2024-11-21T19:12:28.120Z | 6 (6.00%) low mild |
5324 | 2024-11-21T19:12:28.120Z | 1 (1.00%) high mild |
5325 | 2024-11-21T19:12:28.120Z | 4 (4.00%) high severe |
5326 | 2024-11-21T19:12:29.714Z | |
5327 | 2024-11-21T19:12:29.716Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5328 | 2024-11-21T19:12:29.716Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5329 | 2024-11-21T19:12:34.395Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0045 s (2.2M iterations) |
5330 | 2024-11-21T19:12:39.298Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5331 | 2024-11-21T19:12:39.448Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5332 | 2024-11-21T19:12:39.448Z | time: [283.91 ns 284.04 ns 284.17 ns] |
5333 | 2024-11-21T19:12:39.448Z | change: [-0.6306% +0.4599% +1.5168%] (p = 0.41 > 0.05) |
5334 | 2024-11-21T19:12:39.448Z | No change in performance detected. |
5335 | 2024-11-21T19:12:39.448Z | Found 17 outliers among 100 measurements (17.00%) |
5336 | 2024-11-21T19:12:39.448Z | 2 (2.00%) high mild |
5337 | 2024-11-21T19:12:39.448Z | 15 (15.00%) high severe |
5338 | 2024-11-21T19:12:41.039Z | |
5339 | 2024-11-21T19:12:41.042Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5340 | 2024-11-21T19:12:41.042Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5341 | 2024-11-21T19:12:44.096Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0013 s (6.9M iterations) |
5342 | 2024-11-21T19:12:47.347Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5343 | 2024-11-21T19:12:47.496Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5344 | 2024-11-21T19:12:47.496Z | time: [101.20 ns 101.32 ns 101.42 ns] |
5345 | 2024-11-21T19:12:47.496Z | change: [-5.3797% -4.6289% -3.8923%] (p = 0.00 < 0.05) |
5346 | 2024-11-21T19:12:47.496Z | Performance has improved. |
5347 | 2024-11-21T19:12:47.496Z | Found 7 outliers among 100 measurements (7.00%) |
5348 | 2024-11-21T19:12:47.496Z | 4 (4.00%) low mild |
5349 | 2024-11-21T19:12:47.496Z | 1 (1.00%) high mild |
5350 | 2024-11-21T19:12:47.496Z | 2 (2.00%) high severe |
5351 | 2024-11-21T19:12:49.082Z | |
5352 | 2024-11-21T19:12:49.084Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5353 | 2024-11-21T19:12:49.084Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5354 | 2024-11-21T19:12:54.962Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0055 s (3.6M iterations) |
5355 | 2024-11-21T19:12:59.011Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5356 | 2024-11-21T19:12:59.161Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5357 | 2024-11-21T19:12:59.161Z | time: [225.62 ns 225.70 ns 225.79 ns] |
5358 | 2024-11-21T19:12:59.161Z | change: [-1.2338% -0.2898% +0.6554%] (p = 0.58 > 0.05) |
5359 | 2024-11-21T19:12:59.161Z | No change in performance detected. |
5360 | 2024-11-21T19:12:59.161Z | Found 16 outliers among 100 measurements (16.00%) |
5361 | 2024-11-21T19:12:59.161Z | 2 (2.00%) low mild |
5362 | 2024-11-21T19:12:59.161Z | 3 (3.00%) high mild |
5363 | 2024-11-21T19:12:59.161Z | 11 (11.00%) high severe |
5364 | 2024-11-21T19:13:00.753Z | |
5365 | 2024-11-21T19:13:00.756Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5366 | 2024-11-21T19:13:00.756Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5367 | 2024-11-21T19:13:06.170Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0022 s (3.9M iterations) |
5368 | 2024-11-21T19:13:10.289Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5369 | 2024-11-21T19:13:10.437Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5370 | 2024-11-21T19:13:10.437Z | time: [126.67 ns 126.73 ns 126.79 ns] |
5371 | 2024-11-21T19:13:10.437Z | change: [-2.0979% -1.3984% -0.7138%] (p = 0.00 < 0.05) |
5372 | 2024-11-21T19:13:10.437Z | Change within noise threshold. |
5373 | 2024-11-21T19:13:10.437Z | Found 24 outliers among 100 measurements (24.00%) |
5374 | 2024-11-21T19:13:10.438Z | 12 (12.00%) low severe |
5375 | 2024-11-21T19:13:10.438Z | 7 (7.00%) low mild |
5376 | 2024-11-21T19:13:10.438Z | 2 (2.00%) high mild |
5377 | 2024-11-21T19:13:10.438Z | 3 (3.00%) high severe |
5378 | 2024-11-21T19:13:12.027Z | |
5379 | 2024-11-21T19:13:12.030Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5380 | 2024-11-21T19:13:12.030Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5381 | 2024-11-21T19:13:17.216Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0098 s (2.0M iterations) |
5382 | 2024-11-21T19:13:21.880Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5383 | 2024-11-21T19:13:22.031Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5384 | 2024-11-21T19:13:22.031Z | time: [256.28 ns 256.45 ns 256.66 ns] |
5385 | 2024-11-21T19:13:22.031Z | change: [-1.2814% -0.2200% +0.8490%] (p = 0.69 > 0.05) |
5386 | 2024-11-21T19:13:22.031Z | No change in performance detected. |
5387 | 2024-11-21T19:13:22.031Z | Found 13 outliers among 100 measurements (13.00%) |
5388 | 2024-11-21T19:13:22.032Z | 1 (1.00%) high mild |
5389 | 2024-11-21T19:13:22.032Z | 12 (12.00%) high severe |
5390 | 2024-11-21T19:13:23.625Z | |
5391 | 2024-11-21T19:13:23.627Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5392 | 2024-11-21T19:13:23.627Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5393 | 2024-11-21T19:13:27.378Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0012 s (11M iterations) |
5394 | 2024-11-21T19:13:30.939Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5395 | 2024-11-21T19:13:31.089Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5396 | 2024-11-21T19:13:31.089Z | time: [75.822 ns 75.894 ns 75.955 ns] |
5397 | 2024-11-21T19:13:31.089Z | change: [+5.1162% +5.6066% +6.0777%] (p = 0.00 < 0.05) |
5398 | 2024-11-21T19:13:31.089Z | Performance has regressed. |
5399 | 2024-11-21T19:13:31.089Z | Found 2 outliers among 100 measurements (2.00%) |
5400 | 2024-11-21T19:13:31.089Z | 2 (2.00%) high severe |
5401 | 2024-11-21T19:13:32.676Z | |
5402 | 2024-11-21T19:13:32.679Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5403 | 2024-11-21T19:13:32.679Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5404 | 2024-11-21T19:13:37.251Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0051 s (4.9M iterations) |
5405 | 2024-11-21T19:13:41.474Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5406 | 2024-11-21T19:13:41.623Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5407 | 2024-11-21T19:13:41.623Z | time: [215.51 ns 215.58 ns 215.65 ns] |
5408 | 2024-11-21T19:13:41.623Z | change: [-4.6267% -3.8942% -3.1171%] (p = 0.00 < 0.05) |
5409 | 2024-11-21T19:13:41.623Z | Performance has improved. |
5410 | 2024-11-21T19:13:41.623Z | Found 13 outliers among 100 measurements (13.00%) |
5411 | 2024-11-21T19:13:41.623Z | 1 (1.00%) low mild |
5412 | 2024-11-21T19:13:41.623Z | 3 (3.00%) high mild |
5413 | 2024-11-21T19:13:41.624Z | 9 (9.00%) high severe |
5414 | 2024-11-21T19:13:43.214Z | |
5415 | 2024-11-21T19:13:43.217Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5416 | 2024-11-21T19:13:43.217Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5417 | 2024-11-21T19:13:47.336Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0011 s (5.1M iterations) |
5418 | 2024-11-21T19:13:51.911Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5419 | 2024-11-21T19:13:52.061Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5420 | 2024-11-21T19:13:52.061Z | time: [99.618 ns 99.713 ns 99.796 ns] |
5421 | 2024-11-21T19:13:52.061Z | change: [+1.6951% +2.2244% +2.6929%] (p = 0.00 < 0.05) |
5422 | 2024-11-21T19:13:52.061Z | Performance has regressed. |
5423 | 2024-11-21T19:13:52.061Z | Found 4 outliers among 100 measurements (4.00%) |
5424 | 2024-11-21T19:13:52.061Z | 1 (1.00%) low mild |
5425 | 2024-11-21T19:13:52.061Z | 3 (3.00%) high severe |
5426 | 2024-11-21T19:13:53.652Z | |
5427 | 2024-11-21T19:13:53.654Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5428 | 2024-11-21T19:13:53.654Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5429 | 2024-11-21T19:13:58.151Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0051 s (2.3M iterations) |
5430 | 2024-11-21T19:14:03.014Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5431 | 2024-11-21T19:14:03.163Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5432 | 2024-11-21T19:14:03.163Z | time: [245.09 ns 245.23 ns 245.39 ns] |
5433 | 2024-11-21T19:14:03.163Z | change: [-3.4176% -2.5035% -1.5528%] (p = 0.00 < 0.05) |
5434 | 2024-11-21T19:14:03.163Z | Performance has improved. |
5435 | 2024-11-21T19:14:03.163Z | Found 12 outliers among 100 measurements (12.00%) |
5436 | 2024-11-21T19:14:03.163Z | 2 (2.00%) high mild |
5437 | 2024-11-21T19:14:03.163Z | 10 (10.00%) high severe |
5438 | 2024-11-21T19:14:04.760Z | |
5439 | 2024-11-21T19:14:04.763Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5440 | 2024-11-21T19:14:04.763Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5441 | 2024-11-21T19:14:11.192Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0016 s (6.5M iterations) |
5442 | 2024-11-21T19:14:14.276Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
5443 | 2024-11-21T19:14:14.426Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5444 | 2024-11-21T19:14:14.426Z | time: [97.981 ns 98.161 ns 98.306 ns] |
5445 | 2024-11-21T19:14:14.426Z | change: [-4.4560% -3.8935% -3.3431%] (p = 0.00 < 0.05) |
5446 | 2024-11-21T19:14:14.426Z | Performance has improved. |
5447 | 2024-11-21T19:14:14.426Z | Found 3 outliers among 100 measurements (3.00%) |
5448 | 2024-11-21T19:14:14.426Z | 1 (1.00%) high mild |
5449 | 2024-11-21T19:14:14.427Z | 2 (2.00%) high severe |
5450 | 2024-11-21T19:14:16.014Z | |
5451 | 2024-11-21T19:14:16.017Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5452 | 2024-11-21T19:14:16.017Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5453 | 2024-11-21T19:14:21.541Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0044 s (3.8M iterations) |
5454 | 2024-11-21T19:14:25.571Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
5455 | 2024-11-21T19:14:25.722Z | process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5456 | 2024-11-21T19:14:25.722Z | time: [197.50 ns 197.62 ns 197.77 ns] |
5457 | 2024-11-21T19:14:25.722Z | change: [+0.8031% +1.7688% +2.8223%] (p = 0.00 < 0.05) |
5458 | 2024-11-21T19:14:25.722Z | Change within noise threshold. |
5459 | 2024-11-21T19:14:25.722Z | Found 11 outliers among 100 measurements (11.00%) |
5460 | 2024-11-21T19:14:25.722Z | 2 (2.00%) high mild |
5461 | 2024-11-21T19:14:25.722Z | 9 (9.00%) high severe |
5462 | 2024-11-21T19:14:27.314Z | |
5463 | 2024-11-21T19:14:27.316Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5464 | 2024-11-21T19:14:27.317Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5465 | 2024-11-21T19:14:32.745Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0024 s (3.9M iterations) |
5466 | 2024-11-21T19:14:36.871Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5467 | 2024-11-21T19:14:37.021Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5468 | 2024-11-21T19:14:37.021Z | time: [122.70 ns 122.85 ns 122.98 ns] |
5469 | 2024-11-21T19:14:37.021Z | change: [-3.2527% -2.1640% -1.3228%] (p = 0.00 < 0.05) |
5470 | 2024-11-21T19:14:37.021Z | Performance has improved. |
5471 | 2024-11-21T19:14:37.021Z | Found 14 outliers among 100 measurements (14.00%) |
5472 | 2024-11-21T19:14:37.021Z | 9 (9.00%) low mild |
5473 | 2024-11-21T19:14:37.021Z | 2 (2.00%) high mild |
5474 | 2024-11-21T19:14:37.021Z | 3 (3.00%) high severe |
5475 | 2024-11-21T19:14:38.616Z | |
5476 | 2024-11-21T19:14:38.620Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5477 | 2024-11-21T19:14:38.620Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5478 | 2024-11-21T19:14:43.583Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0009 s (2.1M iterations) |
5479 | 2024-11-21T19:14:48.255Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5480 | 2024-11-21T19:14:48.403Z | process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5481 | 2024-11-21T19:14:48.403Z | time: [219.67 ns 219.83 ns 220.03 ns] |
5482 | 2024-11-21T19:14:48.403Z | change: [-1.2336% +0.1177% +1.5949%] (p = 0.87 > 0.05) |
5483 | 2024-11-21T19:14:48.403Z | No change in performance detected. |
5484 | 2024-11-21T19:14:48.403Z | Found 14 outliers among 100 measurements (14.00%) |
5485 | 2024-11-21T19:14:48.403Z | 3 (3.00%) high mild |
5486 | 2024-11-21T19:14:48.403Z | 11 (11.00%) high severe |
5487 | 2024-11-21T19:14:49.993Z | |
5488 | 2024-11-21T19:14:49.996Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5489 | 2024-11-21T19:14:49.996Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5490 | 2024-11-21T19:14:54.644Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0027 s (9.0M iterations) |
5491 | 2024-11-21T19:14:58.426Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5492 | 2024-11-21T19:14:58.574Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5493 | 2024-11-21T19:14:58.574Z | time: [84.298 ns 84.334 ns 84.368 ns] |
5494 | 2024-11-21T19:14:58.574Z | change: [+4.5926% +5.3371% +6.0673%] (p = 0.00 < 0.05) |
5495 | 2024-11-21T19:14:58.574Z | Performance has regressed. |
5496 | 2024-11-21T19:14:58.574Z | Found 13 outliers among 100 measurements (13.00%) |
5497 | 2024-11-21T19:14:58.575Z | 3 (3.00%) high mild |
5498 | 2024-11-21T19:14:58.575Z | 10 (10.00%) high severe |
5499 | 2024-11-21T19:15:00.167Z | |
5500 | 2024-11-21T19:15:00.170Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5501 | 2024-11-21T19:15:00.170Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5502 | 2024-11-21T19:15:05.630Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0058 s (3.8M iterations) |
5503 | 2024-11-21T19:15:10.220Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5504 | 2024-11-21T19:15:10.371Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5505 | 2024-11-21T19:15:10.371Z | time: [256.70 ns 256.82 ns 256.93 ns] |
5506 | 2024-11-21T19:15:10.371Z | change: [-4.3036% -3.6295% -2.9149%] (p = 0.00 < 0.05) |
5507 | 2024-11-21T19:15:10.371Z | Performance has improved. |
5508 | 2024-11-21T19:15:10.371Z | Found 17 outliers among 100 measurements (17.00%) |
5509 | 2024-11-21T19:15:10.372Z | 5 (5.00%) low mild |
5510 | 2024-11-21T19:15:10.372Z | 2 (2.00%) high mild |
5511 | 2024-11-21T19:15:10.372Z | 10 (10.00%) high severe |
5512 | 2024-11-21T19:15:11.963Z | |
5513 | 2024-11-21T19:15:11.965Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5514 | 2024-11-21T19:15:11.966Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5515 | 2024-11-21T19:15:16.520Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (4.6M iterations) |
5516 | 2024-11-21T19:15:21.135Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5517 | 2024-11-21T19:15:21.285Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5518 | 2024-11-21T19:15:21.285Z | time: [109.00 ns 109.10 ns 109.19 ns] |
5519 | 2024-11-21T19:15:21.285Z | change: [+0.8073% +1.6136% +2.4501%] (p = 0.00 < 0.05) |
5520 | 2024-11-21T19:15:21.285Z | Change within noise threshold. |
5521 | 2024-11-21T19:15:21.285Z | Found 20 outliers among 100 measurements (20.00%) |
5522 | 2024-11-21T19:15:21.285Z | 2 (2.00%) low severe |
5523 | 2024-11-21T19:15:21.285Z | 10 (10.00%) low mild |
5524 | 2024-11-21T19:15:21.285Z | 3 (3.00%) high mild |
5525 | 2024-11-21T19:15:21.285Z | 5 (5.00%) high severe |
5526 | 2024-11-21T19:15:22.878Z | |
5527 | 2024-11-21T19:15:22.881Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5528 | 2024-11-21T19:15:22.881Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5529 | 2024-11-21T19:15:27.947Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0043 s (2.1M iterations) |
5530 | 2024-11-21T19:15:32.837Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5531 | 2024-11-21T19:15:32.985Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5532 | 2024-11-21T19:15:32.985Z | time: [281.46 ns 281.60 ns 281.77 ns] |
5533 | 2024-11-21T19:15:32.985Z | change: [-4.9198% -4.0017% -3.0094%] (p = 0.00 < 0.05) |
5534 | 2024-11-21T19:15:32.985Z | Performance has improved. |
5535 | 2024-11-21T19:15:32.985Z | Found 14 outliers among 100 measurements (14.00%) |
5536 | 2024-11-21T19:15:32.985Z | 1 (1.00%) high mild |
5537 | 2024-11-21T19:15:32.985Z | 13 (13.00%) high severe |
5538 | 2024-11-21T19:15:34.580Z | |
5539 | 2024-11-21T19:15:34.582Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5540 | 2024-11-21T19:15:34.582Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5541 | 2024-11-21T19:15:38.019Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0019 s (6.1M iterations) |
5542 | 2024-11-21T19:15:41.481Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5543 | 2024-11-21T19:15:41.629Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5544 | 2024-11-21T19:15:41.629Z | time: [103.38 ns 103.47 ns 103.56 ns] |
5545 | 2024-11-21T19:15:41.629Z | change: [-4.5506% -4.0191% -3.4176%] (p = 0.00 < 0.05) |
5546 | 2024-11-21T19:15:41.629Z | Performance has improved. |
5547 | 2024-11-21T19:15:41.629Z | Found 4 outliers among 100 measurements (4.00%) |
5548 | 2024-11-21T19:15:41.629Z | 1 (1.00%) low mild |
5549 | 2024-11-21T19:15:41.629Z | 1 (1.00%) high mild |
5550 | 2024-11-21T19:15:41.629Z | 2 (2.00%) high severe |
5551 | 2024-11-21T19:15:43.220Z | |
5552 | 2024-11-21T19:15:43.223Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5553 | 2024-11-21T19:15:43.223Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5554 | 2024-11-21T19:15:46.384Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0043 s (3.3M iterations) |
5555 | 2024-11-21T19:15:50.814Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5556 | 2024-11-21T19:15:50.966Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5557 | 2024-11-21T19:15:50.966Z | time: [240.64 ns 240.97 ns 241.35 ns] |
5558 | 2024-11-21T19:15:50.966Z | change: [+0.0310% +1.0090% +1.9197%] (p = 0.04 < 0.05) |
5559 | 2024-11-21T19:15:50.966Z | Change within noise threshold. |
5560 | 2024-11-21T19:15:50.966Z | Found 4 outliers among 100 measurements (4.00%) |
5561 | 2024-11-21T19:15:50.966Z | 1 (1.00%) high mild |
5562 | 2024-11-21T19:15:50.966Z | 3 (3.00%) high severe |
5563 | 2024-11-21T19:15:52.554Z | |
5564 | 2024-11-21T19:15:52.556Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5565 | 2024-11-21T19:15:52.556Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5566 | 2024-11-21T19:15:58.330Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0005 s (3.6M iterations) |
5567 | 2024-11-21T19:16:02.563Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5568 | 2024-11-21T19:16:02.713Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5569 | 2024-11-21T19:16:02.713Z | time: [128.41 ns 128.47 ns 128.53 ns] |
5570 | 2024-11-21T19:16:02.713Z | change: [-3.0704% -2.4959% -1.9551%] (p = 0.00 < 0.05) |
5571 | 2024-11-21T19:16:02.713Z | Performance has improved. |
5572 | 2024-11-21T19:16:02.713Z | Found 23 outliers among 100 measurements (23.00%) |
5573 | 2024-11-21T19:16:02.713Z | 7 (7.00%) low severe |
5574 | 2024-11-21T19:16:02.713Z | 11 (11.00%) low mild |
5575 | 2024-11-21T19:16:02.713Z | 1 (1.00%) high mild |
5576 | 2024-11-21T19:16:02.713Z | 4 (4.00%) high severe |
5577 | 2024-11-21T19:16:04.303Z | |
5578 | 2024-11-21T19:16:04.306Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5579 | 2024-11-21T19:16:04.306Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5580 | 2024-11-21T19:16:09.871Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0006 s (1.9M iterations) |
5581 | 2024-11-21T19:16:14.591Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5582 | 2024-11-21T19:16:14.739Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5583 | 2024-11-21T19:16:14.739Z | time: [262.11 ns 262.29 ns 262.48 ns] |
5584 | 2024-11-21T19:16:14.739Z | change: [-1.0242% +0.0244% +1.0502%] (p = 0.97 > 0.05) |
5585 | 2024-11-21T19:16:14.739Z | No change in performance detected. |
5586 | 2024-11-21T19:16:14.739Z | Found 17 outliers among 100 measurements (17.00%) |
5587 | 2024-11-21T19:16:14.739Z | 5 (5.00%) high mild |
5588 | 2024-11-21T19:16:14.739Z | 12 (12.00%) high severe |
5589 | 2024-11-21T19:16:16.332Z | |
5590 | 2024-11-21T19:16:16.335Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5591 | 2024-11-21T19:16:16.335Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5592 | 2024-11-21T19:16:20.827Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (9.3M iterations) |
5593 | 2024-11-21T19:16:24.522Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5594 | 2024-11-21T19:16:24.671Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5595 | 2024-11-21T19:16:24.671Z | time: [75.384 ns 75.480 ns 75.566 ns] |
5596 | 2024-11-21T19:16:24.671Z | change: [+4.1394% +4.8494% +5.5566%] (p = 0.00 < 0.05) |
5597 | 2024-11-21T19:16:24.671Z | Performance has regressed. |
5598 | 2024-11-21T19:16:24.671Z | Found 4 outliers among 100 measurements (4.00%) |
5599 | 2024-11-21T19:16:24.671Z | 2 (2.00%) high mild |
5600 | 2024-11-21T19:16:24.671Z | 2 (2.00%) high severe |
5601 | 2024-11-21T19:16:26.259Z | |
5602 | 2024-11-21T19:16:26.262Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5603 | 2024-11-21T19:16:26.262Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5604 | 2024-11-21T19:16:31.361Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0056 s (4.1M iterations) |
5605 | 2024-11-21T19:16:35.861Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5606 | 2024-11-21T19:16:36.010Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5607 | 2024-11-21T19:16:36.010Z | time: [226.56 ns 226.63 ns 226.70 ns] |
5608 | 2024-11-21T19:16:36.010Z | change: [-4.6649% -3.9532% -3.0832%] (p = 0.00 < 0.05) |
5609 | 2024-11-21T19:16:36.010Z | Performance has improved. |
5610 | 2024-11-21T19:16:36.010Z | Found 13 outliers among 100 measurements (13.00%) |
5611 | 2024-11-21T19:16:36.010Z | 3 (3.00%) high mild |
5612 | 2024-11-21T19:16:36.010Z | 10 (10.00%) high severe |
5613 | 2024-11-21T19:16:37.598Z | |
5614 | 2024-11-21T19:16:37.601Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5615 | 2024-11-21T19:16:37.601Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
5616 | 2024-11-21T19:16:42.022Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0009 s (4.7M iterations) |
5617 | 2024-11-21T19:16:46.684Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
5618 | 2024-11-21T19:16:46.834Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5619 | 2024-11-21T19:16:46.834Z | time: [98.462 ns 98.524 ns 98.586 ns] |
5620 | 2024-11-21T19:16:46.834Z | change: [+0.4088% +1.2934% +2.3087%] (p = 0.00 < 0.05) |
5621 | 2024-11-21T19:16:46.834Z | Change within noise threshold. |
5622 | 2024-11-21T19:16:46.834Z | Found 13 outliers among 100 measurements (13.00%) |
5623 | 2024-11-21T19:16:46.834Z | 1 (1.00%) low mild |
5624 | 2024-11-21T19:16:46.834Z | 4 (4.00%) high mild |
5625 | 2024-11-21T19:16:46.834Z | 8 (8.00%) high severe |
5626 | 2024-11-21T19:16:48.430Z | |
5627 | 2024-11-21T19:16:48.433Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5628 | 2024-11-21T19:16:48.433Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
5629 | 2024-11-21T19:16:53.285Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0027 s (2.2M iterations) |
5630 | 2024-11-21T19:16:58.192Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
5631 | 2024-11-21T19:16:58.340Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5632 | 2024-11-21T19:16:58.340Z | time: [254.51 ns 254.72 ns 254.97 ns] |
5633 | 2024-11-21T19:16:58.340Z | change: [-4.3907% -3.5405% -2.7111%] (p = 0.00 < 0.05) |
5634 | 2024-11-21T19:16:58.340Z | Performance has improved. |
5635 | 2024-11-21T19:16:58.340Z | Found 12 outliers among 100 measurements (12.00%) |
5636 | 2024-11-21T19:16:58.340Z | 2 (2.00%) high mild |
5637 | 2024-11-21T19:16:58.340Z | 10 (10.00%) high severe |
5638 | 2024-11-21T19:16:59.926Z | |
5639 | 2024-11-21T19:16:59.929Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5640 | 2024-11-21T19:16:59.929Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
5641 | 2024-11-21T19:17:03.350Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0029 s (6.1M iterations) |
5642 | 2024-11-21T19:17:06.789Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
5643 | 2024-11-21T19:17:06.937Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5644 | 2024-11-21T19:17:06.938Z | time: [98.956 ns 99.102 ns 99.216 ns] |
5645 | 2024-11-21T19:17:06.938Z | change: [-2.9325% -2.3544% -1.7524%] (p = 0.00 < 0.05) |
5646 | 2024-11-21T19:17:06.938Z | Performance has improved. |
5647 | 2024-11-21T19:17:06.938Z | Found 10 outliers among 100 measurements (10.00%) |
5648 | 2024-11-21T19:17:06.938Z | 7 (7.00%) low mild |
5649 | 2024-11-21T19:17:06.938Z | 2 (2.00%) high mild |
5650 | 2024-11-21T19:17:06.938Z | 1 (1.00%) high severe |
5651 | 2024-11-21T19:17:08.529Z | |
5652 | 2024-11-21T19:17:08.532Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5653 | 2024-11-21T19:17:08.532Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
5654 | 2024-11-21T19:17:14.891Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0014 s (3.3M iterations) |
5655 | 2024-11-21T19:17:18.985Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
5656 | 2024-11-21T19:17:19.134Z | process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5657 | 2024-11-21T19:17:19.134Z | time: [208.08 ns 208.32 ns 208.61 ns] |
5658 | 2024-11-21T19:17:19.134Z | change: [+0.3546% +1.5047% +2.7028%] (p = 0.01 < 0.05) |
5659 | 2024-11-21T19:17:19.134Z | Change within noise threshold. |
5660 | 2024-11-21T19:17:19.134Z | Found 8 outliers among 100 measurements (8.00%) |
5661 | 2024-11-21T19:17:19.135Z | 3 (3.00%) high mild |
5662 | 2024-11-21T19:17:19.135Z | 5 (5.00%) high severe |
5663 | 2024-11-21T19:17:20.728Z | |
5664 | 2024-11-21T19:17:20.730Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5665 | 2024-11-21T19:17:20.730Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
5666 | 2024-11-21T19:17:26.396Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0017 s (3.7M iterations) |
5667 | 2024-11-21T19:17:30.617Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
5668 | 2024-11-21T19:17:30.765Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5669 | 2024-11-21T19:17:30.765Z | time: [125.06 ns 125.16 ns 125.27 ns] |
5670 | 2024-11-21T19:17:30.765Z | change: [-0.3217% +0.3256% +1.0089%] (p = 0.37 > 0.05) |
5671 | 2024-11-21T19:17:30.765Z | No change in performance detected. |
5672 | 2024-11-21T19:17:30.765Z | Found 13 outliers among 100 measurements (13.00%) |
5673 | 2024-11-21T19:17:30.765Z | 1 (1.00%) low severe |
5674 | 2024-11-21T19:17:30.765Z | 3 (3.00%) low mild |
5675 | 2024-11-21T19:17:30.765Z | 4 (4.00%) high mild |
5676 | 2024-11-21T19:17:30.766Z | 5 (5.00%) high severe |
5677 | 2024-11-21T19:17:32.357Z | |
5678 | 2024-11-21T19:17:32.360Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5679 | 2024-11-21T19:17:32.360Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
5680 | 2024-11-21T19:17:37.772Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0068 s (1.9M iterations) |
5681 | 2024-11-21T19:17:42.508Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
5682 | 2024-11-21T19:17:42.657Z | process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5683 | 2024-11-21T19:17:42.657Z | time: [233.98 ns 234.14 ns 234.29 ns] |
5684 | 2024-11-21T19:17:42.657Z | change: [+0.1741% +1.2109% +2.2748%] (p = 0.03 < 0.05) |
5685 | 2024-11-21T19:17:42.658Z | Change within noise threshold. |
5686 | 2024-11-21T19:17:42.658Z | Found 14 outliers among 100 measurements (14.00%) |
5687 | 2024-11-21T19:17:42.658Z | 4 (4.00%) high mild |
5688 | 2024-11-21T19:17:42.658Z | 10 (10.00%) high severe |
5689 | 2024-11-21T19:17:44.247Z | |
5690 | 2024-11-21T19:17:44.250Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5691 | 2024-11-21T19:17:44.250Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5692 | 2024-11-21T19:17:48.168Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0011 s (11M iterations) |
5693 | 2024-11-21T19:17:51.726Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5694 | 2024-11-21T19:17:51.875Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5695 | 2024-11-21T19:17:51.875Z | time: [86.525 ns 86.638 ns 86.744 ns] |
5696 | 2024-11-21T19:17:51.875Z | change: [+4.5292% +5.0569% +5.5949%] (p = 0.00 < 0.05) |
5697 | 2024-11-21T19:17:51.875Z | Performance has regressed. |
5698 | 2024-11-21T19:17:51.875Z | Found 4 outliers among 100 measurements (4.00%) |
5699 | 2024-11-21T19:17:51.875Z | 2 (2.00%) high mild |
5700 | 2024-11-21T19:17:51.875Z | 2 (2.00%) high severe |
5701 | 2024-11-21T19:17:53.463Z | |
5702 | 2024-11-21T19:17:53.466Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5703 | 2024-11-21T19:17:53.466Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5704 | 2024-11-21T19:17:58.173Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (4.5M iterations) |
5705 | 2024-11-21T19:18:03.090Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5706 | 2024-11-21T19:18:03.238Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5707 | 2024-11-21T19:18:03.238Z | time: [291.08 ns 293.07 ns 295.69 ns] |
5708 | 2024-11-21T19:18:03.238Z | change: [-17.046% -1.6941% +15.377%] (p = 0.86 > 0.05) |
5709 | 2024-11-21T19:18:03.238Z | No change in performance detected. |
5710 | 2024-11-21T19:18:03.238Z | Found 12 outliers among 100 measurements (12.00%) |
5711 | 2024-11-21T19:18:03.238Z | 5 (5.00%) high mild |
5712 | 2024-11-21T19:18:03.238Z | 7 (7.00%) high severe |
5713 | 2024-11-21T19:18:04.833Z | |
5714 | 2024-11-21T19:18:04.835Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5715 | 2024-11-21T19:18:04.835Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5716 | 2024-11-21T19:18:08.903Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0036 s (5.2M iterations) |
5717 | 2024-11-21T19:18:13.616Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5718 | 2024-11-21T19:18:13.765Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5719 | 2024-11-21T19:18:13.766Z | time: [111.57 ns 111.69 ns 111.79 ns] |
5720 | 2024-11-21T19:18:13.766Z | change: [+2.3247% +2.7812% +3.2093%] (p = 0.00 < 0.05) |
5721 | 2024-11-21T19:18:13.766Z | Performance has regressed. |
5722 | 2024-11-21T19:18:13.766Z | Found 17 outliers among 100 measurements (17.00%) |
5723 | 2024-11-21T19:18:13.766Z | 1 (1.00%) low severe |
5724 | 2024-11-21T19:18:13.766Z | 12 (12.00%) low mild |
5725 | 2024-11-21T19:18:13.766Z | 1 (1.00%) high mild |
5726 | 2024-11-21T19:18:13.766Z | 3 (3.00%) high severe |
5727 | 2024-11-21T19:18:15.362Z | |
5728 | 2024-11-21T19:18:15.364Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5729 | 2024-11-21T19:18:15.364Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5730 | 2024-11-21T19:18:20.126Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (2.2M iterations) |
5731 | 2024-11-21T19:18:25.242Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5732 | 2024-11-21T19:18:25.390Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5733 | 2024-11-21T19:18:25.390Z | time: [352.03 ns 356.51 ns 362.42 ns] |
5734 | 2024-11-21T19:18:25.390Z | change: [-17.634% -1.2442% +17.372%] (p = 0.90 > 0.05) |
5735 | 2024-11-21T19:18:25.390Z | No change in performance detected. |
5736 | 2024-11-21T19:18:25.390Z | Found 11 outliers among 100 measurements (11.00%) |
5737 | 2024-11-21T19:18:25.390Z | 5 (5.00%) high mild |
5738 | 2024-11-21T19:18:25.390Z | 6 (6.00%) high severe |
5739 | 2024-11-21T19:18:26.984Z | |
5740 | 2024-11-21T19:18:26.986Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5741 | 2024-11-21T19:18:26.986Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5742 | 2024-11-21T19:18:33.417Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0029 s (6.5M iterations) |
5743 | 2024-11-21T19:18:36.543Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5744 | 2024-11-21T19:18:36.693Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5745 | 2024-11-21T19:18:36.693Z | time: [104.20 ns 104.36 ns 104.53 ns] |
5746 | 2024-11-21T19:18:36.693Z | change: [-4.8139% -4.3478% -3.8578%] (p = 0.00 < 0.05) |
5747 | 2024-11-21T19:18:36.693Z | Performance has improved. |
5748 | 2024-11-21T19:18:36.693Z | Found 14 outliers among 100 measurements (14.00%) |
5749 | 2024-11-21T19:18:36.693Z | 2 (2.00%) low severe |
5750 | 2024-11-21T19:18:36.693Z | 9 (9.00%) low mild |
5751 | 2024-11-21T19:18:36.693Z | 1 (1.00%) high mild |
5752 | 2024-11-21T19:18:36.693Z | 2 (2.00%) high severe |
5753 | 2024-11-21T19:18:38.281Z | |
5754 | 2024-11-21T19:18:38.284Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5755 | 2024-11-21T19:18:38.284Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5756 | 2024-11-21T19:18:44.129Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0057 s (3.6M iterations) |
5757 | 2024-11-21T19:18:48.493Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5758 | 2024-11-21T19:18:48.643Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5759 | 2024-11-21T19:18:48.643Z | time: [251.99 ns 253.56 ns 255.56 ns] |
5760 | 2024-11-21T19:18:48.644Z | change: [-11.554% -0.1440% +13.141%] (p = 0.98 > 0.05) |
5761 | 2024-11-21T19:18:48.644Z | No change in performance detected. |
5762 | 2024-11-21T19:18:48.644Z | Found 12 outliers among 100 measurements (12.00%) |
5763 | 2024-11-21T19:18:48.644Z | 4 (4.00%) high mild |
5764 | 2024-11-21T19:18:48.644Z | 8 (8.00%) high severe |
5765 | 2024-11-21T19:18:50.239Z | |
5766 | 2024-11-21T19:18:50.242Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5767 | 2024-11-21T19:18:50.242Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5768 | 2024-11-21T19:18:55.522Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0056 s (4.0M iterations) |
5769 | 2024-11-21T19:18:59.760Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5770 | 2024-11-21T19:18:59.909Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5771 | 2024-11-21T19:18:59.909Z | time: [128.54 ns 128.63 ns 128.74 ns] |
5772 | 2024-11-21T19:18:59.909Z | change: [-2.9603% -2.3965% -1.8073%] (p = 0.00 < 0.05) |
5773 | 2024-11-21T19:18:59.909Z | Performance has improved. |
5774 | 2024-11-21T19:18:59.909Z | Found 12 outliers among 100 measurements (12.00%) |
5775 | 2024-11-21T19:18:59.909Z | 2 (2.00%) low severe |
5776 | 2024-11-21T19:18:59.909Z | 4 (4.00%) low mild |
5777 | 2024-11-21T19:18:59.909Z | 4 (4.00%) high mild |
5778 | 2024-11-21T19:18:59.909Z | 2 (2.00%) high severe |
5779 | 2024-11-21T19:19:01.499Z | |
5780 | 2024-11-21T19:19:01.502Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5781 | 2024-11-21T19:19:01.502Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5782 | 2024-11-21T19:19:06.678Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0005 s (2.0M iterations) |
5783 | 2024-11-21T19:19:11.602Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5784 | 2024-11-21T19:19:11.752Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5785 | 2024-11-21T19:19:11.752Z | time: [295.94 ns 298.60 ns 302.10 ns] |
5786 | 2024-11-21T19:19:11.752Z | change: [-11.946% +0.4002% +14.088%] (p = 0.96 > 0.05) |
5787 | 2024-11-21T19:19:11.752Z | No change in performance detected. |
5788 | 2024-11-21T19:19:11.752Z | Found 12 outliers among 100 measurements (12.00%) |
5789 | 2024-11-21T19:19:11.752Z | 5 (5.00%) high mild |
5790 | 2024-11-21T19:19:11.752Z | 7 (7.00%) high severe |
5791 | 2024-11-21T19:19:13.349Z | |
5792 | 2024-11-21T19:19:13.351Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5793 | 2024-11-21T19:19:13.351Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5794 | 2024-11-21T19:19:16.930Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (12M iterations) |
5795 | 2024-11-21T19:19:20.653Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5796 | 2024-11-21T19:19:20.800Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5797 | 2024-11-21T19:19:20.800Z | time: [75.711 ns 75.789 ns 75.850 ns] |
5798 | 2024-11-21T19:19:20.800Z | change: [+4.5269% +5.0978% +5.6333%] (p = 0.00 < 0.05) |
5799 | 2024-11-21T19:19:20.800Z | Performance has regressed. |
5800 | 2024-11-21T19:19:20.800Z | Found 3 outliers among 100 measurements (3.00%) |
5801 | 2024-11-21T19:19:20.801Z | 1 (1.00%) high mild |
5802 | 2024-11-21T19:19:20.801Z | 2 (2.00%) high severe |
5803 | 2024-11-21T19:19:22.391Z | |
5804 | 2024-11-21T19:19:22.413Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5805 | 2024-11-21T19:19:22.413Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5806 | 2024-11-21T19:19:26.862Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (4.7M iterations) |
5807 | 2024-11-21T19:19:31.745Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5808 | 2024-11-21T19:19:31.892Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5809 | 2024-11-21T19:19:31.892Z | time: [246.77 ns 248.80 ns 251.47 ns] |
5810 | 2024-11-21T19:19:31.892Z | change: [-19.352% -3.1267% +17.222%] (p = 0.76 > 0.05) |
5811 | 2024-11-21T19:19:31.892Z | No change in performance detected. |
5812 | 2024-11-21T19:19:31.893Z | Found 12 outliers among 100 measurements (12.00%) |
5813 | 2024-11-21T19:19:31.893Z | 4 (4.00%) high mild |
5814 | 2024-11-21T19:19:31.893Z | 8 (8.00%) high severe |
5815 | 2024-11-21T19:19:33.483Z | |
5816 | 2024-11-21T19:19:33.488Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5817 | 2024-11-21T19:19:33.488Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5818 | 2024-11-21T19:19:37.518Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0039 s (5.2M iterations) |
5819 | 2024-11-21T19:19:42.187Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5820 | 2024-11-21T19:19:42.344Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5821 | 2024-11-21T19:19:42.344Z | time: [98.898 ns 99.067 ns 99.217 ns] |
5822 | 2024-11-21T19:19:42.344Z | change: [+0.2114% +0.8238% +1.3720%] (p = 0.00 < 0.05) |
5823 | 2024-11-21T19:19:42.344Z | Change within noise threshold. |
5824 | 2024-11-21T19:19:42.378Z | Found 14 outliers among 100 measurements (14.00%) |
5825 | 2024-11-21T19:19:42.378Z | 10 (10.00%) low mild |
5826 | 2024-11-21T19:19:42.378Z | 1 (1.00%) high mild |
5827 | 2024-11-21T19:19:42.378Z | 3 (3.00%) high severe |
5828 | 2024-11-21T19:19:44.019Z | |
5829 | 2024-11-21T19:19:44.216Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5830 | 2024-11-21T19:19:44.216Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5831 | 2024-11-21T19:19:48.601Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0090 s (2.3M iterations) |
5832 | 2024-11-21T19:19:53.705Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5833 | 2024-11-21T19:19:53.851Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5834 | 2024-11-21T19:19:53.852Z | time: [310.57 ns 314.52 ns 319.71 ns] |
5835 | 2024-11-21T19:19:53.852Z | change: [-18.134% -1.5756% +18.598%] (p = 0.87 > 0.05) |
5836 | 2024-11-21T19:19:53.852Z | No change in performance detected. |
5837 | 2024-11-21T19:19:53.852Z | Found 13 outliers among 100 measurements (13.00%) |
5838 | 2024-11-21T19:19:53.852Z | 7 (7.00%) high mild |
5839 | 2024-11-21T19:19:53.852Z | 6 (6.00%) high severe |
5840 | 2024-11-21T19:19:55.940Z | |
5841 | 2024-11-21T19:19:55.960Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5842 | 2024-11-21T19:19:55.961Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5843 | 2024-11-21T19:20:01.768Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0012 s (6.6M iterations) |
5844 | 2024-11-21T19:20:04.915Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
5845 | 2024-11-21T19:20:05.064Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5846 | 2024-11-21T19:20:05.064Z | time: [100.45 ns 100.49 ns 100.53 ns] |
5847 | 2024-11-21T19:20:05.064Z | change: [-4.9473% -4.4127% -3.8545%] (p = 0.00 < 0.05) |
5848 | 2024-11-21T19:20:05.064Z | Performance has improved. |
5849 | 2024-11-21T19:20:05.064Z | Found 15 outliers among 100 measurements (15.00%) |
5850 | 2024-11-21T19:20:05.065Z | 8 (8.00%) low severe |
5851 | 2024-11-21T19:20:05.065Z | 5 (5.00%) low mild |
5852 | 2024-11-21T19:20:05.065Z | 1 (1.00%) high mild |
5853 | 2024-11-21T19:20:05.065Z | 1 (1.00%) high severe |
5854 | 2024-11-21T19:20:06.652Z | |
5855 | 2024-11-21T19:20:06.656Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5856 | 2024-11-21T19:20:06.656Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5857 | 2024-11-21T19:20:12.341Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0061 s (3.7M iterations) |
5858 | 2024-11-21T19:20:16.645Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
5859 | 2024-11-21T19:20:16.794Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5860 | 2024-11-21T19:20:16.794Z | time: [219.46 ns 220.89 ns 222.75 ns] |
5861 | 2024-11-21T19:20:16.795Z | change: [-11.847% +0.5789% +13.680%] (p = 0.93 > 0.05) |
5862 | 2024-11-21T19:20:16.795Z | No change in performance detected. |
5863 | 2024-11-21T19:20:16.795Z | Found 12 outliers among 100 measurements (12.00%) |
5864 | 2024-11-21T19:20:16.795Z | 4 (4.00%) high mild |
5865 | 2024-11-21T19:20:16.795Z | 8 (8.00%) high severe |
5866 | 2024-11-21T19:20:18.388Z | |
5867 | 2024-11-21T19:20:18.397Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5868 | 2024-11-21T19:20:18.397Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5869 | 2024-11-21T19:20:23.726Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0064 s (3.9M iterations) |
5870 | 2024-11-21T19:20:27.976Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5871 | 2024-11-21T19:20:28.124Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5872 | 2024-11-21T19:20:28.125Z | time: [128.13 ns 128.19 ns 128.25 ns] |
5873 | 2024-11-21T19:20:28.125Z | change: [+0.1616% +0.7424% +1.2891%] (p = 0.01 < 0.05) |
5874 | 2024-11-21T19:20:28.125Z | Change within noise threshold. |
5875 | 2024-11-21T19:20:28.125Z | Found 16 outliers among 100 measurements (16.00%) |
5876 | 2024-11-21T19:20:28.125Z | 6 (6.00%) low severe |
5877 | 2024-11-21T19:20:28.125Z | 3 (3.00%) low mild |
5878 | 2024-11-21T19:20:28.125Z | 4 (4.00%) high mild |
5879 | 2024-11-21T19:20:28.125Z | 3 (3.00%) high severe |
5880 | 2024-11-21T19:20:29.713Z | |
5881 | 2024-11-21T19:20:29.716Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5882 | 2024-11-21T19:20:29.716Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5883 | 2024-11-21T19:20:34.781Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0031 s (2.1M iterations) |
5884 | 2024-11-21T19:20:39.668Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5885 | 2024-11-21T19:20:39.816Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5886 | 2024-11-21T19:20:39.816Z | time: [259.85 ns 262.21 ns 265.30 ns] |
5887 | 2024-11-21T19:20:39.816Z | change: [-12.537% +0.5359% +15.100%] (p = 0.94 > 0.05) |
5888 | 2024-11-21T19:20:39.817Z | No change in performance detected. |
5889 | 2024-11-21T19:20:39.817Z | Found 12 outliers among 100 measurements (12.00%) |
5890 | 2024-11-21T19:20:39.817Z | 5 (5.00%) high mild |
5891 | 2024-11-21T19:20:39.817Z | 7 (7.00%) high severe |
5892 | 2024-11-21T19:20:41.411Z | |
5893 | 2024-11-21T19:20:41.414Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5894 | 2024-11-21T19:20:41.414Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5895 | 2024-11-21T19:20:45.884Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (9.4M iterations) |
5896 | 2024-11-21T19:20:49.837Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5897 | 2024-11-21T19:20:49.986Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5898 | 2024-11-21T19:20:49.986Z | time: [85.296 ns 85.360 ns 85.421 ns] |
5899 | 2024-11-21T19:20:49.987Z | change: [+3.5502% +4.6430% +5.4979%] (p = 0.00 < 0.05) |
5900 | 2024-11-21T19:20:49.987Z | Performance has regressed. |
5901 | 2024-11-21T19:20:49.987Z | Found 5 outliers among 100 measurements (5.00%) |
5902 | 2024-11-21T19:20:49.987Z | 5 (5.00%) high severe |
5903 | 2024-11-21T19:20:51.575Z | |
5904 | 2024-11-21T19:20:51.579Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5905 | 2024-11-21T19:20:51.579Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5906 | 2024-11-21T19:20:57.131Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0032 s (3.8M iterations) |
5907 | 2024-11-21T19:21:02.036Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5908 | 2024-11-21T19:21:02.185Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5909 | 2024-11-21T19:21:02.185Z | time: [301.52 ns 304.36 ns 308.09 ns] |
5910 | 2024-11-21T19:21:02.185Z | change: [-19.954% -3.5372% +15.893%] (p = 0.71 > 0.05) |
5911 | 2024-11-21T19:21:02.185Z | No change in performance detected. |
5912 | 2024-11-21T19:21:02.185Z | Found 13 outliers among 100 measurements (13.00%) |
5913 | 2024-11-21T19:21:02.185Z | 5 (5.00%) high mild |
5914 | 2024-11-21T19:21:02.185Z | 8 (8.00%) high severe |
5915 | 2024-11-21T19:21:03.781Z | |
5916 | 2024-11-21T19:21:03.783Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5917 | 2024-11-21T19:21:03.783Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5918 | 2024-11-21T19:21:08.239Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0024 s (4.7M iterations) |
5919 | 2024-11-21T19:21:12.954Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5920 | 2024-11-21T19:21:13.103Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5921 | 2024-11-21T19:21:13.103Z | time: [109.17 ns 109.26 ns 109.35 ns] |
5922 | 2024-11-21T19:21:13.103Z | change: [+0.5116% +1.3166% +2.1158%] (p = 0.00 < 0.05) |
5923 | 2024-11-21T19:21:13.103Z | Change within noise threshold. |
5924 | 2024-11-21T19:21:13.103Z | Found 16 outliers among 100 measurements (16.00%) |
5925 | 2024-11-21T19:21:13.104Z | 10 (10.00%) low mild |
5926 | 2024-11-21T19:21:13.104Z | 1 (1.00%) high mild |
5927 | 2024-11-21T19:21:13.104Z | 5 (5.00%) high severe |
5928 | 2024-11-21T19:21:14.699Z | |
5929 | 2024-11-21T19:21:14.701Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5930 | 2024-11-21T19:21:14.701Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5931 | 2024-11-21T19:21:19.894Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0032 s (2.0M iterations) |
5932 | 2024-11-21T19:21:25.029Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5933 | 2024-11-21T19:21:25.177Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5934 | 2024-11-21T19:21:25.177Z | time: [369.81 ns 374.87 ns 381.45 ns] |
5935 | 2024-11-21T19:21:25.177Z | change: [-19.034% -2.1383% +18.108%] (p = 0.83 > 0.05) |
5936 | 2024-11-21T19:21:25.177Z | No change in performance detected. |
5937 | 2024-11-21T19:21:25.177Z | Found 12 outliers among 100 measurements (12.00%) |
5938 | 2024-11-21T19:21:25.177Z | 5 (5.00%) high mild |
5939 | 2024-11-21T19:21:25.177Z | 7 (7.00%) high severe |
5940 | 2024-11-21T19:21:26.770Z | |
5941 | 2024-11-21T19:21:26.773Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5942 | 2024-11-21T19:21:26.773Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5943 | 2024-11-21T19:21:30.108Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0004 s (6.3M iterations) |
5944 | 2024-11-21T19:21:33.681Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5945 | 2024-11-21T19:21:33.829Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5946 | 2024-11-21T19:21:33.829Z | time: [105.22 ns 105.31 ns 105.41 ns] |
5947 | 2024-11-21T19:21:33.829Z | change: [-3.3411% -2.8340% -2.2923%] (p = 0.00 < 0.05) |
5948 | 2024-11-21T19:21:33.829Z | Performance has improved. |
5949 | 2024-11-21T19:21:33.829Z | Found 12 outliers among 100 measurements (12.00%) |
5950 | 2024-11-21T19:21:33.829Z | 2 (2.00%) low severe |
5951 | 2024-11-21T19:21:33.829Z | 7 (7.00%) low mild |
5952 | 2024-11-21T19:21:33.830Z | 1 (1.00%) high mild |
5953 | 2024-11-21T19:21:33.830Z | 2 (2.00%) high severe |
5954 | 2024-11-21T19:21:35.422Z | |
5955 | 2024-11-21T19:21:35.426Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5956 | 2024-11-21T19:21:35.426Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5957 | 2024-11-21T19:21:38.614Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0033 s (3.3M iterations) |
5958 | 2024-11-21T19:21:43.281Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5959 | 2024-11-21T19:21:43.433Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5960 | 2024-11-21T19:21:43.434Z | time: [264.70 ns 266.60 ns 269.06 ns] |
5961 | 2024-11-21T19:21:43.434Z | change: [-12.771% -0.8960% +12.657%] (p = 0.90 > 0.05) |
5962 | 2024-11-21T19:21:43.434Z | No change in performance detected. |
5963 | 2024-11-21T19:21:43.434Z | Found 12 outliers among 100 measurements (12.00%) |
5964 | 2024-11-21T19:21:43.434Z | 5 (5.00%) high mild |
5965 | 2024-11-21T19:21:43.434Z | 7 (7.00%) high severe |
5966 | 2024-11-21T19:21:45.023Z | |
5967 | 2024-11-21T19:21:45.026Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5968 | 2024-11-21T19:21:45.026Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5969 | 2024-11-21T19:21:50.694Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0045 s (3.7M iterations) |
5970 | 2024-11-21T19:21:55.021Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5971 | 2024-11-21T19:21:55.171Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5972 | 2024-11-21T19:21:55.171Z | time: [130.62 ns 130.70 ns 130.77 ns] |
5973 | 2024-11-21T19:21:55.171Z | change: [-1.4770% -0.9532% -0.4253%] (p = 0.00 < 0.05) |
5974 | 2024-11-21T19:21:55.172Z | Change within noise threshold. |
5975 | 2024-11-21T19:21:55.172Z | Found 25 outliers among 100 measurements (25.00%) |
5976 | 2024-11-21T19:21:55.172Z | 5 (5.00%) low severe |
5977 | 2024-11-21T19:21:55.172Z | 15 (15.00%) low mild |
5978 | 2024-11-21T19:21:55.173Z | 2 (2.00%) high mild |
5979 | 2024-11-21T19:21:55.173Z | 3 (3.00%) high severe |
5980 | 2024-11-21T19:21:56.765Z | |
5981 | 2024-11-21T19:21:56.767Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5982 | 2024-11-21T19:21:56.767Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5983 | 2024-11-21T19:22:02.440Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0011 s (1.8M iterations) |
5984 | 2024-11-21T19:22:07.406Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5985 | 2024-11-21T19:22:07.555Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5986 | 2024-11-21T19:22:07.555Z | time: [319.67 ns 322.80 ns 326.81 ns] |
5987 | 2024-11-21T19:22:07.555Z | change: [-11.141% +1.5997% +15.896%] (p = 0.82 > 0.05) |
5988 | 2024-11-21T19:22:07.555Z | No change in performance detected. |
5989 | 2024-11-21T19:22:07.555Z | Found 13 outliers among 100 measurements (13.00%) |
5990 | 2024-11-21T19:22:07.555Z | 5 (5.00%) high mild |
5991 | 2024-11-21T19:22:07.555Z | 8 (8.00%) high severe |
5992 | 2024-11-21T19:22:09.147Z | |
5993 | 2024-11-21T19:22:09.150Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5994 | 2024-11-21T19:22:09.150Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5995 | 2024-11-21T19:22:13.528Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (9.6M iterations) |
5996 | 2024-11-21T19:22:17.348Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5997 | 2024-11-21T19:22:17.699Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5998 | 2024-11-21T19:22:17.699Z | time: [75.627 ns 75.740 ns 75.831 ns] |
5999 | 2024-11-21T19:22:17.699Z | change: [+3.6458% +4.3597% +5.1214%] (p = 0.00 < 0.05) |
6000 | 2024-11-21T19:22:17.699Z | Performance has regressed. |
6001 | 2024-11-21T19:22:17.699Z | Found 3 outliers among 100 measurements (3.00%) |
6002 | 2024-11-21T19:22:17.701Z | 2 (2.00%) high mild |
6003 | 2024-11-21T19:22:17.701Z | 1 (1.00%) high severe |
6004 | 2024-11-21T19:22:19.086Z | |
6005 | 2024-11-21T19:22:19.090Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
6006 | 2024-11-21T19:22:19.090Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
6007 | 2024-11-21T19:22:24.424Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0055 s (3.9M iterations) |
6008 | 2024-11-21T19:22:29.323Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
6009 | 2024-11-21T19:22:29.470Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
6010 | 2024-11-21T19:22:29.470Z | time: [267.40 ns 269.99 ns 273.33 ns] |
6011 | 2024-11-21T19:22:29.470Z | change: [-18.956% -2.7206% +16.856%] (p = 0.79 > 0.05) |
6012 | 2024-11-21T19:22:29.470Z | No change in performance detected. |
6013 | 2024-11-21T19:22:29.471Z | Found 12 outliers among 100 measurements (12.00%) |
6014 | 2024-11-21T19:22:29.471Z | 4 (4.00%) high mild |
6015 | 2024-11-21T19:22:29.471Z | 8 (8.00%) high severe |
6016 | 2024-11-21T19:22:31.065Z | |
6017 | 2024-11-21T19:22:31.068Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6018 | 2024-11-21T19:22:31.068Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
6019 | 2024-11-21T19:22:35.403Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0032 s (4.8M iterations) |
6020 | 2024-11-21T19:22:40.155Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
6021 | 2024-11-21T19:22:40.304Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6022 | 2024-11-21T19:22:40.304Z | time: [98.628 ns 98.733 ns 98.823 ns] |
6023 | 2024-11-21T19:22:40.304Z | change: [+0.4710% +1.3509% +2.2417%] (p = 0.00 < 0.05) |
6024 | 2024-11-21T19:22:40.304Z | Change within noise threshold. |
6025 | 2024-11-21T19:22:40.305Z | Found 4 outliers among 100 measurements (4.00%) |
6026 | 2024-11-21T19:22:40.305Z | 1 (1.00%) high mild |
6027 | 2024-11-21T19:22:40.305Z | 3 (3.00%) high severe |
6028 | 2024-11-21T19:22:41.899Z | |
6029 | 2024-11-21T19:22:41.904Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6030 | 2024-11-21T19:22:41.904Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
6031 | 2024-11-21T19:22:47.031Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0021 s (2.0M iterations) |
6032 | 2024-11-21T19:22:52.192Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
6033 | 2024-11-21T19:22:52.341Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6034 | 2024-11-21T19:22:52.341Z | time: [340.21 ns 344.97 ns 351.18 ns] |
6035 | 2024-11-21T19:22:52.341Z | change: [-17.271% +0.4835% +21.584%] (p = 0.96 > 0.05) |
6036 | 2024-11-21T19:22:52.341Z | No change in performance detected. |
6037 | 2024-11-21T19:22:52.341Z | Found 12 outliers among 100 measurements (12.00%) |
6038 | 2024-11-21T19:22:52.341Z | 5 (5.00%) high mild |
6039 | 2024-11-21T19:22:52.341Z | 7 (7.00%) high severe |
6040 | 2024-11-21T19:22:53.934Z | |
6041 | 2024-11-21T19:22:53.937Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6042 | 2024-11-21T19:22:53.937Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
6043 | 2024-11-21T19:22:57.180Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0013 s (6.5M iterations) |
6044 | 2024-11-21T19:23:00.828Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
6045 | 2024-11-21T19:23:00.976Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6046 | 2024-11-21T19:23:00.976Z | time: [100.02 ns 100.16 ns 100.28 ns] |
6047 | 2024-11-21T19:23:00.978Z | change: [-4.7694% -4.2885% -3.7979%] (p = 0.00 < 0.05) |
6048 | 2024-11-21T19:23:00.978Z | Performance has improved. |
6049 | 2024-11-21T19:23:00.978Z | Found 14 outliers among 100 measurements (14.00%) |
6050 | 2024-11-21T19:23:00.978Z | 11 (11.00%) low mild |
6051 | 2024-11-21T19:23:00.978Z | 2 (2.00%) high mild |
6052 | 2024-11-21T19:23:00.978Z | 1 (1.00%) high severe |
6053 | 2024-11-21T19:23:02.562Z | |
6054 | 2024-11-21T19:23:02.564Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6055 | 2024-11-21T19:23:02.564Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
6056 | 2024-11-21T19:23:05.624Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0066 s (3.4M iterations) |
6057 | 2024-11-21T19:23:10.322Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
6058 | 2024-11-21T19:23:10.471Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6059 | 2024-11-21T19:23:10.472Z | time: [232.10 ns 233.74 ns 235.89 ns] |
6060 | 2024-11-21T19:23:10.472Z | change: [-12.836% -0.4280% +13.927%] (p = 0.95 > 0.05) |
6061 | 2024-11-21T19:23:10.472Z | No change in performance detected. |
6062 | 2024-11-21T19:23:10.472Z | Found 13 outliers among 100 measurements (13.00%) |
6063 | 2024-11-21T19:23:10.472Z | 5 (5.00%) high mild |
6064 | 2024-11-21T19:23:10.472Z | 8 (8.00%) high severe |
6065 | 2024-11-21T19:23:12.064Z | |
6066 | 2024-11-21T19:23:12.067Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6067 | 2024-11-21T19:23:12.067Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
6068 | 2024-11-21T19:23:17.664Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0022 s (3.7M iterations) |
6069 | 2024-11-21T19:23:21.984Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
6070 | 2024-11-21T19:23:22.133Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6071 | 2024-11-21T19:23:22.133Z | time: [126.56 ns 126.84 ns 127.08 ns] |
6072 | 2024-11-21T19:23:22.133Z | change: [-0.9997% -0.3760% +0.2729%] (p = 0.26 > 0.05) |
6073 | 2024-11-21T19:23:22.133Z | No change in performance detected. |
6074 | 2024-11-21T19:23:22.135Z | Found 5 outliers among 100 measurements (5.00%) |
6075 | 2024-11-21T19:23:22.135Z | 2 (2.00%) low mild |
6076 | 2024-11-21T19:23:22.135Z | 1 (1.00%) high mild |
6077 | 2024-11-21T19:23:22.135Z | 2 (2.00%) high severe |
6078 | 2024-11-21T19:23:23.722Z | |
6079 | 2024-11-21T19:23:23.740Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6080 | 2024-11-21T19:23:23.740Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
6081 | 2024-11-21T19:23:29.202Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0010 s (1.9M iterations) |
6082 | 2024-11-21T19:23:34.140Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
6083 | 2024-11-21T19:23:34.289Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6084 | 2024-11-21T19:23:34.289Z | time: [275.19 ns 277.96 ns 281.62 ns] |
6085 | 2024-11-21T19:23:34.289Z | change: [-13.520% -0.5046% +15.222%] (p = 0.95 > 0.05) |
6086 | 2024-11-21T19:23:34.289Z | No change in performance detected. |
6087 | 2024-11-21T19:23:34.289Z | Found 11 outliers among 100 measurements (11.00%) |
6088 | 2024-11-21T19:23:34.289Z | 4 (4.00%) high mild |
6089 | 2024-11-21T19:23:34.289Z | 7 (7.00%) high severe |
6090 | 2024-11-21T19:23:35.890Z | |
6091 | 2024-11-21T19:23:35.892Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover |
6092 | 2024-11-21T19:23:35.893Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs |
6093 | 2024-11-21T19:23:35.893Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0322 ms (605 iterations) |
6094 | 2024-11-21T19:23:35.893Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing |
6095 | 2024-11-21T19:23:35.896Z | process/Hairpin-DHCPv4/alloc_ct/Discover |
6096 | 2024-11-21T19:23:35.896Z | time: [19.000 19.000 19.000 ] |
6097 | 2024-11-21T19:23:35.896Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6098 | 2024-11-21T19:23:35.896Z | No change in performance detected. |
6099 | 2024-11-21T19:23:35.896Z | |
6100 | 2024-11-21T19:23:35.896Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request |
6101 | 2024-11-21T19:23:35.896Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs |
6102 | 2024-11-21T19:23:35.896Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0726 ms (715 iterations) |
6103 | 2024-11-21T19:23:35.896Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing |
6104 | 2024-11-21T19:23:35.896Z | process/Hairpin-DHCPv4/alloc_ct/Request |
6105 | 2024-11-21T19:23:35.896Z | time: [19.000 19.000 19.000 ] |
6106 | 2024-11-21T19:23:35.896Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6107 | 2024-11-21T19:23:35.896Z | No change in performance detected. |
6108 | 2024-11-21T19:23:35.896Z | |
6109 | 2024-11-21T19:23:35.899Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit |
6110 | 2024-11-21T19:23:35.899Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs |
6111 | 2024-11-21T19:23:35.899Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.1036 ms (495 iterations) |
6112 | 2024-11-21T19:23:35.899Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing |
6113 | 2024-11-21T19:23:35.899Z | process/Hairpin-DHCPv6/alloc_ct/Solicit |
6114 | 2024-11-21T19:23:35.899Z | time: [21.000 21.000 21.000 ] |
6115 | 2024-11-21T19:23:35.899Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6116 | 2024-11-21T19:23:35.899Z | No change in performance detected. |
6117 | 2024-11-21T19:23:35.899Z | |
6118 | 2024-11-21T19:23:35.899Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request |
6119 | 2024-11-21T19:23:35.899Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs |
6120 | 2024-11-21T19:23:35.902Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0335 ms (385 iterations) |
6121 | 2024-11-21T19:23:35.902Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing |
6122 | 2024-11-21T19:23:35.902Z | process/Hairpin-DHCPv6/alloc_ct/Request |
6123 | 2024-11-21T19:23:35.902Z | time: [22.000 22.000 22.000 ] |
6124 | 2024-11-21T19:23:35.902Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6125 | 2024-11-21T19:23:35.902Z | No change in performance detected. |
6126 | 2024-11-21T19:23:35.902Z | |
6127 | 2024-11-21T19:23:35.902Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
6128 | 2024-11-21T19:23:35.902Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs |
6129 | 2024-11-21T19:23:35.902Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0183 ms (825 iterations) |
6130 | 2024-11-21T19:23:35.905Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing |
6131 | 2024-11-21T19:23:35.905Z | process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
6132 | 2024-11-21T19:23:35.905Z | time: [13.000 13.000 13.000 ] |
6133 | 2024-11-21T19:23:35.905Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6134 | 2024-11-21T19:23:35.905Z | No change in performance detected. |
6135 | 2024-11-21T19:23:35.905Z | |
6136 | 2024-11-21T19:23:35.905Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
6137 | 2024-11-21T19:23:35.905Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs |
6138 | 2024-11-21T19:23:35.905Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0573 ms (770 iterations) |
6139 | 2024-11-21T19:23:35.908Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing |
6140 | 2024-11-21T19:23:35.908Z | process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
6141 | 2024-11-21T19:23:35.908Z | time: [12.000 12.000 12.000 ] |
6142 | 2024-11-21T19:23:35.908Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6143 | 2024-11-21T19:23:35.908Z | No change in performance detected. |
6144 | 2024-11-21T19:23:35.908Z | |
6145 | 2024-11-21T19:23:35.908Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
6146 | 2024-11-21T19:23:35.908Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs |
6147 | 2024-11-21T19:23:35.908Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0816 ms (715 iterations) |
6148 | 2024-11-21T19:23:35.910Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing |
6149 | 2024-11-21T19:23:35.910Z | process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
6150 | 2024-11-21T19:23:35.910Z | time: [14.000 14.000 14.000 ] |
6151 | 2024-11-21T19:23:35.910Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6152 | 2024-11-21T19:23:35.911Z | No change in performance detected. |
6153 | 2024-11-21T19:23:35.911Z | |
6154 | 2024-11-21T19:23:35.911Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
6155 | 2024-11-21T19:23:35.911Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs |
6156 | 2024-11-21T19:23:35.911Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0462 ms (715 iterations) |
6157 | 2024-11-21T19:23:35.913Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing |
6158 | 2024-11-21T19:23:35.913Z | process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
6159 | 2024-11-21T19:23:35.913Z | time: [14.000 14.000 14.000 ] |
6160 | 2024-11-21T19:23:35.913Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6161 | 2024-11-21T19:23:35.914Z | No change in performance detected. |
6162 | 2024-11-21T19:23:35.914Z | |
6163 | 2024-11-21T19:23:35.914Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
6164 | 2024-11-21T19:23:35.914Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6165 | 2024-11-21T19:23:35.914Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0331 ms (825 iterations) |
6166 | 2024-11-21T19:23:35.917Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
6167 | 2024-11-21T19:23:35.917Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
6168 | 2024-11-21T19:23:35.917Z | time: [3.0000 3.0000 3.0000 ] |
6169 | 2024-11-21T19:23:35.917Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6170 | 2024-11-21T19:23:35.917Z | No change in performance detected. |
6171 | 2024-11-21T19:23:35.917Z | |
6172 | 2024-11-21T19:23:35.917Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
6173 | 2024-11-21T19:23:35.917Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6174 | 2024-11-21T19:23:35.917Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0559 ms (440 iterations) |
6175 | 2024-11-21T19:23:35.917Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
6176 | 2024-11-21T19:23:35.920Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
6177 | 2024-11-21T19:23:35.920Z | time: [3.0000 3.0000 3.0000 ] |
6178 | 2024-11-21T19:23:35.920Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6179 | 2024-11-21T19:23:35.920Z | No change in performance detected. |
6180 | 2024-11-21T19:23:35.920Z | |
6181 | 2024-11-21T19:23:35.920Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B |
6182 | 2024-11-21T19:23:35.920Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6183 | 2024-11-21T19:23:35.920Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0515 ms (770 iterations) |
6184 | 2024-11-21T19:23:35.920Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
6185 | 2024-11-21T19:23:35.920Z | 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. |
6186 | 2024-11-21T19:23:35.921Z | |
6187 | 2024-11-21T19:23:35.921Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B |
6188 | 2024-11-21T19:23:35.921Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6189 | 2024-11-21T19:23:35.921Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1108 ms (440 iterations) |
6190 | 2024-11-21T19:23:35.925Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
6191 | 2024-11-21T19:23:35.925Z | 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. |
6192 | 2024-11-21T19:23:35.925Z | |
6193 | 2024-11-21T19:23:35.925Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
6194 | 2024-11-21T19:23:35.925Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6195 | 2024-11-21T19:23:35.925Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0241 ms (990 iterations) |
6196 | 2024-11-21T19:23:35.925Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
6197 | 2024-11-21T19:23:35.925Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
6198 | 2024-11-21T19:23:35.925Z | time: [3.0000 3.0000 3.0000 ] |
6199 | 2024-11-21T19:23:35.925Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6200 | 2024-11-21T19:23:35.925Z | No change in performance detected. |
6201 | 2024-11-21T19:23:35.925Z | |
6202 | 2024-11-21T19:23:35.925Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
6203 | 2024-11-21T19:23:35.925Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6204 | 2024-11-21T19:23:35.925Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0068 ms (440 iterations) |
6205 | 2024-11-21T19:23:35.933Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
6206 | 2024-11-21T19:23:35.933Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
6207 | 2024-11-21T19:23:35.933Z | time: [3.0000 3.0000 3.0000 ] |
6208 | 2024-11-21T19:23:35.933Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6209 | 2024-11-21T19:23:35.933Z | No change in performance detected. |
6210 | 2024-11-21T19:23:35.933Z | |
6211 | 2024-11-21T19:23:35.934Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B |
6212 | 2024-11-21T19:23:35.934Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
6213 | 2024-11-21T19:23:35.934Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0236 ms (825 iterations) |
6214 | 2024-11-21T19:23:35.934Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
6215 | 2024-11-21T19:23:35.934Z | 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. |
6216 | 2024-11-21T19:23:35.934Z | |
6217 | 2024-11-21T19:23:35.934Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B |
6218 | 2024-11-21T19:23:35.934Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6219 | 2024-11-21T19:23:35.934Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0798 ms (440 iterations) |
6220 | 2024-11-21T19:23:35.935Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
6221 | 2024-11-21T19:23:35.935Z | 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. |
6222 | 2024-11-21T19:23:35.935Z | |
6223 | 2024-11-21T19:23:35.935Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
6224 | 2024-11-21T19:23:35.935Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6225 | 2024-11-21T19:23:35.935Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0216 ms (770 iterations) |
6226 | 2024-11-21T19:23:35.938Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
6227 | 2024-11-21T19:23:35.938Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
6228 | 2024-11-21T19:23:35.938Z | time: [3.0000 3.0000 3.0000 ] |
6229 | 2024-11-21T19:23:35.938Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6230 | 2024-11-21T19:23:35.938Z | No change in performance detected. |
6231 | 2024-11-21T19:23:35.938Z | |
6232 | 2024-11-21T19:23:35.938Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
6233 | 2024-11-21T19:23:35.938Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6234 | 2024-11-21T19:23:35.938Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1342 ms (440 iterations) |
6235 | 2024-11-21T19:23:35.938Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
6236 | 2024-11-21T19:23:35.938Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
6237 | 2024-11-21T19:23:35.938Z | time: [3.0000 3.0000 3.0000 ] |
6238 | 2024-11-21T19:23:35.939Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6239 | 2024-11-21T19:23:35.939Z | No change in performance detected. |
6240 | 2024-11-21T19:23:35.939Z | |
6241 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B |
6242 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6243 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0030 ms (605 iterations) |
6244 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
6245 | 2024-11-21T19:23:35.939Z | 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. |
6246 | 2024-11-21T19:23:35.939Z | |
6247 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B |
6248 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6249 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0671 ms (385 iterations) |
6250 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
6251 | 2024-11-21T19:23:35.939Z | 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. |
6252 | 2024-11-21T19:23:35.939Z | |
6253 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
6254 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6255 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0561 ms (880 iterations) |
6256 | 2024-11-21T19:23:35.939Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
6257 | 2024-11-21T19:23:35.943Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
6258 | 2024-11-21T19:23:35.943Z | time: [3.0000 3.0000 3.0000 ] |
6259 | 2024-11-21T19:23:35.944Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6260 | 2024-11-21T19:23:35.944Z | No change in performance detected. |
6261 | 2024-11-21T19:23:35.944Z | |
6262 | 2024-11-21T19:23:35.944Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
6263 | 2024-11-21T19:23:35.944Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6264 | 2024-11-21T19:23:35.944Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1029 ms (440 iterations) |
6265 | 2024-11-21T19:23:35.945Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
6266 | 2024-11-21T19:23:35.945Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
6267 | 2024-11-21T19:23:35.945Z | time: [3.0000 3.0000 3.0000 ] |
6268 | 2024-11-21T19:23:35.945Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6269 | 2024-11-21T19:23:35.946Z | No change in performance detected. |
6270 | 2024-11-21T19:23:35.946Z | |
6271 | 2024-11-21T19:23:35.946Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B |
6272 | 2024-11-21T19:23:35.946Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
6273 | 2024-11-21T19:23:35.946Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0171 ms (715 iterations) |
6274 | 2024-11-21T19:23:35.950Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
6275 | 2024-11-21T19:23:35.950Z | 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. |
6276 | 2024-11-21T19:23:35.950Z | |
6277 | 2024-11-21T19:23:35.950Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B |
6278 | 2024-11-21T19:23:35.950Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6279 | 2024-11-21T19:23:35.950Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0262 ms (385 iterations) |
6280 | 2024-11-21T19:23:35.950Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
6281 | 2024-11-21T19:23:35.950Z | 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. |
6282 | 2024-11-21T19:23:35.951Z | |
6283 | 2024-11-21T19:23:35.951Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
6284 | 2024-11-21T19:23:35.951Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6285 | 2024-11-21T19:23:35.951Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0440 ms (275 iterations) |
6286 | 2024-11-21T19:23:35.951Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
6287 | 2024-11-21T19:23:35.951Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
6288 | 2024-11-21T19:23:35.951Z | time: [42.000 42.000 42.000 ] |
6289 | 2024-11-21T19:23:35.953Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6290 | 2024-11-21T19:23:35.953Z | No change in performance detected. |
6291 | 2024-11-21T19:23:35.953Z | |
6292 | 2024-11-21T19:23:35.953Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
6293 | 2024-11-21T19:23:35.953Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6294 | 2024-11-21T19:23:35.953Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0904 ms (220 iterations) |
6295 | 2024-11-21T19:23:35.953Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
6296 | 2024-11-21T19:23:35.953Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
6297 | 2024-11-21T19:23:35.953Z | time: [42.000 42.000 42.000 ] |
6298 | 2024-11-21T19:23:35.953Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6299 | 2024-11-21T19:23:35.954Z | No change in performance detected. |
6300 | 2024-11-21T19:23:35.954Z | |
6301 | 2024-11-21T19:23:35.956Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
6302 | 2024-11-21T19:23:35.956Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6303 | 2024-11-21T19:23:35.956Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0695 ms (385 iterations) |
6304 | 2024-11-21T19:23:35.956Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
6305 | 2024-11-21T19:23:35.957Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
6306 | 2024-11-21T19:23:35.957Z | time: [20.000 20.000 20.000 ] |
6307 | 2024-11-21T19:23:35.957Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6308 | 2024-11-21T19:23:35.957Z | No change in performance detected. |
6309 | 2024-11-21T19:23:35.957Z | |
6310 | 2024-11-21T19:23:35.957Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
6311 | 2024-11-21T19:23:35.957Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6312 | 2024-11-21T19:23:35.957Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1266 ms (275 iterations) |
6313 | 2024-11-21T19:23:35.957Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
6314 | 2024-11-21T19:23:35.957Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
6315 | 2024-11-21T19:23:35.957Z | time: [20.000 20.000 20.000 ] |
6316 | 2024-11-21T19:23:35.957Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6317 | 2024-11-21T19:23:35.957Z | No change in performance detected. |
6318 | 2024-11-21T19:23:35.957Z | |
6319 | 2024-11-21T19:23:35.957Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
6320 | 2024-11-21T19:23:35.957Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6321 | 2024-11-21T19:23:35.957Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1744 ms (330 iterations) |
6322 | 2024-11-21T19:23:35.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
6323 | 2024-11-21T19:23:35.960Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
6324 | 2024-11-21T19:23:35.960Z | time: [42.000 42.000 42.000 ] |
6325 | 2024-11-21T19:23:35.960Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6326 | 2024-11-21T19:23:35.960Z | No change in performance detected. |
6327 | 2024-11-21T19:23:35.960Z | |
6328 | 2024-11-21T19:23:35.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
6329 | 2024-11-21T19:23:35.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6330 | 2024-11-21T19:23:35.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0522 ms (220 iterations) |
6331 | 2024-11-21T19:23:35.960Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
6332 | 2024-11-21T19:23:35.963Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
6333 | 2024-11-21T19:23:35.963Z | time: [42.000 42.000 42.000 ] |
6334 | 2024-11-21T19:23:35.964Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6335 | 2024-11-21T19:23:35.964Z | No change in performance detected. |
6336 | 2024-11-21T19:23:35.964Z | |
6337 | 2024-11-21T19:23:35.964Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
6338 | 2024-11-21T19:23:35.964Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
6339 | 2024-11-21T19:23:35.964Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0206 ms (385 iterations) |
6340 | 2024-11-21T19:23:35.964Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
6341 | 2024-11-21T19:23:35.967Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
6342 | 2024-11-21T19:23:35.968Z | time: [20.000 20.000 20.000 ] |
6343 | 2024-11-21T19:23:35.968Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6344 | 2024-11-21T19:23:35.968Z | No change in performance detected. |
6345 | 2024-11-21T19:23:35.968Z | |
6346 | 2024-11-21T19:23:35.968Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
6347 | 2024-11-21T19:23:35.968Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6348 | 2024-11-21T19:23:35.968Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1738 ms (275 iterations) |
6349 | 2024-11-21T19:23:35.968Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
6350 | 2024-11-21T19:23:35.968Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
6351 | 2024-11-21T19:23:35.968Z | time: [20.000 20.000 20.000 ] |
6352 | 2024-11-21T19:23:35.968Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6353 | 2024-11-21T19:23:35.968Z | No change in performance detected. |
6354 | 2024-11-21T19:23:35.968Z | |
6355 | 2024-11-21T19:23:35.968Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
6356 | 2024-11-21T19:23:35.968Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6357 | 2024-11-21T19:23:35.969Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0231 ms (220 iterations) |
6358 | 2024-11-21T19:23:35.973Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
6359 | 2024-11-21T19:23:35.973Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
6360 | 2024-11-21T19:23:35.973Z | time: [42.000 42.000 42.000 ] |
6361 | 2024-11-21T19:23:35.973Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6362 | 2024-11-21T19:23:35.973Z | No change in performance detected. |
6363 | 2024-11-21T19:23:35.973Z | |
6364 | 2024-11-21T19:23:35.973Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
6365 | 2024-11-21T19:23:35.974Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6366 | 2024-11-21T19:23:35.974Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1878 ms (220 iterations) |
6367 | 2024-11-21T19:23:35.974Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
6368 | 2024-11-21T19:23:35.974Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
6369 | 2024-11-21T19:23:35.974Z | time: [42.000 42.000 42.000 ] |
6370 | 2024-11-21T19:23:35.974Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6371 | 2024-11-21T19:23:35.974Z | No change in performance detected. |
6372 | 2024-11-21T19:23:35.978Z | |
6373 | 2024-11-21T19:23:35.978Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
6374 | 2024-11-21T19:23:35.978Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6375 | 2024-11-21T19:23:35.978Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0745 ms (330 iterations) |
6376 | 2024-11-21T19:23:35.978Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
6377 | 2024-11-21T19:23:35.978Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
6378 | 2024-11-21T19:23:35.980Z | time: [20.000 20.000 20.000 ] |
6379 | 2024-11-21T19:23:35.980Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6380 | 2024-11-21T19:23:35.980Z | No change in performance detected. |
6381 | 2024-11-21T19:23:35.980Z | |
6382 | 2024-11-21T19:23:35.980Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
6383 | 2024-11-21T19:23:35.980Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6384 | 2024-11-21T19:23:35.980Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2202 ms (275 iterations) |
6385 | 2024-11-21T19:23:35.980Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
6386 | 2024-11-21T19:23:35.980Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
6387 | 2024-11-21T19:23:35.980Z | time: [20.000 20.000 20.000 ] |
6388 | 2024-11-21T19:23:35.980Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6389 | 2024-11-21T19:23:35.980Z | No change in performance detected. |
6390 | 2024-11-21T19:23:35.980Z | |
6391 | 2024-11-21T19:23:35.980Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
6392 | 2024-11-21T19:23:35.980Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6393 | 2024-11-21T19:23:35.980Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.2252 ms (275 iterations) |
6394 | 2024-11-21T19:23:35.983Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
6395 | 2024-11-21T19:23:35.984Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
6396 | 2024-11-21T19:23:35.984Z | time: [42.000 42.000 42.000 ] |
6397 | 2024-11-21T19:23:35.984Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6398 | 2024-11-21T19:23:35.984Z | No change in performance detected. |
6399 | 2024-11-21T19:23:35.984Z | |
6400 | 2024-11-21T19:23:35.985Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
6401 | 2024-11-21T19:23:35.985Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6402 | 2024-11-21T19:23:35.985Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1432 ms (220 iterations) |
6403 | 2024-11-21T19:23:35.986Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
6404 | 2024-11-21T19:23:35.987Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
6405 | 2024-11-21T19:23:35.987Z | time: [42.000 42.000 42.000 ] |
6406 | 2024-11-21T19:23:35.987Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6407 | 2024-11-21T19:23:35.987Z | No change in performance detected. |
6408 | 2024-11-21T19:23:35.987Z | |
6409 | 2024-11-21T19:23:35.990Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
6410 | 2024-11-21T19:23:35.990Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
6411 | 2024-11-21T19:23:35.990Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1387 ms (385 iterations) |
6412 | 2024-11-21T19:23:35.990Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
6413 | 2024-11-21T19:23:35.990Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
6414 | 2024-11-21T19:23:35.990Z | time: [20.000 20.000 20.000 ] |
6415 | 2024-11-21T19:23:35.990Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6416 | 2024-11-21T19:23:35.990Z | No change in performance detected. |
6417 | 2024-11-21T19:23:35.990Z | |
6418 | 2024-11-21T19:23:35.990Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
6419 | 2024-11-21T19:23:35.990Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6420 | 2024-11-21T19:23:35.991Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1625 ms (275 iterations) |
6421 | 2024-11-21T19:23:35.991Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
6422 | 2024-11-21T19:23:35.991Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
6423 | 2024-11-21T19:23:35.991Z | time: [20.000 20.000 20.000 ] |
6424 | 2024-11-21T19:23:35.991Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6425 | 2024-11-21T19:23:35.991Z | No change in performance detected. |
6426 | 2024-11-21T19:23:35.991Z | |
6427 | 2024-11-21T19:23:35.991Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover |
6428 | 2024-11-21T19:23:35.991Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs |
6429 | 2024-11-21T19:23:35.991Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0581 ms (660 iterations) |
6430 | 2024-11-21T19:23:36.003Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing |
6431 | 2024-11-21T19:23:36.004Z | process/Hairpin-DHCPv4/alloc_sz/Discover |
6432 | 2024-11-21T19:23:36.004Z | time: [3263.0 B 3263.0 B 3263.0 B] |
6433 | 2024-11-21T19:23:36.004Z | change: [+0.7410% +0.7410% +0.7410%] (p = 0.00 < 0.05) |
6434 | 2024-11-21T19:23:36.004Z | Change within noise threshold. |
6435 | 2024-11-21T19:23:36.004Z | |
6436 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request |
6437 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs |
6438 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0461 ms (605 iterations) |
6439 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing |
6440 | 2024-11-21T19:23:36.004Z | process/Hairpin-DHCPv4/alloc_sz/Request |
6441 | 2024-11-21T19:23:36.004Z | time: [3263.0 B 3263.0 B 3263.0 B] |
6442 | 2024-11-21T19:23:36.004Z | change: [+0.7410% +0.7410% +0.7410%] (p = 0.00 < 0.05) |
6443 | 2024-11-21T19:23:36.004Z | Change within noise threshold. |
6444 | 2024-11-21T19:23:36.004Z | |
6445 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit |
6446 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs |
6447 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0761 ms (495 iterations) |
6448 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing |
6449 | 2024-11-21T19:23:36.004Z | process/Hairpin-DHCPv6/alloc_sz/Solicit |
6450 | 2024-11-21T19:23:36.004Z | time: [3327.0 B 3327.0 B 3327.0 B] |
6451 | 2024-11-21T19:23:36.004Z | change: [+0.7266% +0.7266% +0.7266%] (p = 0.00 < 0.05) |
6452 | 2024-11-21T19:23:36.004Z | Change within noise threshold. |
6453 | 2024-11-21T19:23:36.004Z | |
6454 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request |
6455 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs |
6456 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0066 ms (440 iterations) |
6457 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing |
6458 | 2024-11-21T19:23:36.004Z | process/Hairpin-DHCPv6/alloc_sz/Request |
6459 | 2024-11-21T19:23:36.004Z | time: [3725.0 B 3725.0 B 3725.0 B] |
6460 | 2024-11-21T19:23:36.004Z | change: [+0.6485% +0.6485% +0.6485%] (p = 0.00 < 0.05) |
6461 | 2024-11-21T19:23:36.004Z | Change within noise threshold. |
6462 | 2024-11-21T19:23:36.004Z | |
6463 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
6464 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs |
6465 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0323 ms (770 iterations) |
6466 | 2024-11-21T19:23:36.004Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing |
6467 | 2024-11-21T19:23:36.004Z | process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
6468 | 2024-11-21T19:23:36.005Z | time: [2192.0 B 2192.0 B 2192.0 B] |
6469 | 2024-11-21T19:23:36.005Z | change: [+1.1070% +1.1070% +1.1070%] (p = 0.00 < 0.05) |
6470 | 2024-11-21T19:23:36.005Z | Performance has regressed. |
6471 | 2024-11-21T19:23:36.005Z | |
6472 | 2024-11-21T19:23:36.007Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
6473 | 2024-11-21T19:23:36.008Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs |
6474 | 2024-11-21T19:23:36.009Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0240 ms (770 iterations) |
6475 | 2024-11-21T19:23:36.009Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing |
6476 | 2024-11-21T19:23:36.009Z | process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
6477 | 2024-11-21T19:23:36.009Z | time: [2177.0 B 2177.0 B 2177.0 B] |
6478 | 2024-11-21T19:23:36.009Z | change: [+1.1147% +1.1147% +1.1147%] (p = 0.00 < 0.05) |
6479 | 2024-11-21T19:23:36.009Z | Performance has regressed. |
6480 | 2024-11-21T19:23:36.009Z | |
6481 | 2024-11-21T19:23:36.009Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
6482 | 2024-11-21T19:23:36.009Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs |
6483 | 2024-11-21T19:23:36.009Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0570 ms (715 iterations) |
6484 | 2024-11-21T19:23:36.009Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing |
6485 | 2024-11-21T19:23:36.012Z | process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
6486 | 2024-11-21T19:23:36.012Z | time: [2230.0 B 2230.0 B 2230.0 B] |
6487 | 2024-11-21T19:23:36.012Z | change: [+1.0879% +1.0879% +1.0879%] (p = 0.00 < 0.05) |
6488 | 2024-11-21T19:23:36.012Z | Performance has regressed. |
6489 | 2024-11-21T19:23:36.012Z | |
6490 | 2024-11-21T19:23:36.012Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
6491 | 2024-11-21T19:23:36.012Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs |
6492 | 2024-11-21T19:23:36.012Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0394 ms (715 iterations) |
6493 | 2024-11-21T19:23:36.012Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing |
6494 | 2024-11-21T19:23:36.013Z | process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
6495 | 2024-11-21T19:23:36.014Z | time: [2214.0 B 2214.0 B 2214.0 B] |
6496 | 2024-11-21T19:23:36.014Z | change: [+1.0959% +1.0959% +1.0959%] (p = 0.00 < 0.05) |
6497 | 2024-11-21T19:23:36.014Z | Performance has regressed. |
6498 | 2024-11-21T19:23:36.014Z | |
6499 | 2024-11-21T19:23:36.014Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
6500 | 2024-11-21T19:23:36.014Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6501 | 2024-11-21T19:23:36.014Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0195 ms (880 iterations) |
6502 | 2024-11-21T19:23:36.014Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
6503 | 2024-11-21T19:23:36.017Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
6504 | 2024-11-21T19:23:36.017Z | time: [272.00 B 272.00 B 272.00 B] |
6505 | 2024-11-21T19:23:36.017Z | change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05) |
6506 | 2024-11-21T19:23:36.017Z | Performance has regressed. |
6507 | 2024-11-21T19:23:36.017Z | |
6508 | 2024-11-21T19:23:36.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
6509 | 2024-11-21T19:23:36.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6510 | 2024-11-21T19:23:36.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0555 ms (440 iterations) |
6511 | 2024-11-21T19:23:36.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
6512 | 2024-11-21T19:23:36.017Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
6513 | 2024-11-21T19:23:36.017Z | time: [272.00 B 272.00 B 272.00 B] |
6514 | 2024-11-21T19:23:36.017Z | change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05) |
6515 | 2024-11-21T19:23:36.017Z | Performance has regressed. |
6516 | 2024-11-21T19:23:36.017Z | |
6517 | 2024-11-21T19:23:36.017Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B |
6518 | 2024-11-21T19:23:36.018Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6519 | 2024-11-21T19:23:36.018Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0485 ms (550 iterations) |
6520 | 2024-11-21T19:23:36.021Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
6521 | 2024-11-21T19:23:36.021Z | 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. |
6522 | 2024-11-21T19:23:36.021Z | |
6523 | 2024-11-21T19:23:36.021Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B |
6524 | 2024-11-21T19:23:36.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6525 | 2024-11-21T19:23:36.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1126 ms (440 iterations) |
6526 | 2024-11-21T19:23:36.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
6527 | 2024-11-21T19:23:36.022Z | 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. |
6528 | 2024-11-21T19:23:36.022Z | |
6529 | 2024-11-21T19:23:36.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
6530 | 2024-11-21T19:23:36.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6531 | 2024-11-21T19:23:36.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0201 ms (990 iterations) |
6532 | 2024-11-21T19:23:36.022Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
6533 | 2024-11-21T19:23:36.027Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
6534 | 2024-11-21T19:23:36.027Z | time: [272.00 B 272.00 B 272.00 B] |
6535 | 2024-11-21T19:23:36.027Z | change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05) |
6536 | 2024-11-21T19:23:36.027Z | Performance has regressed. |
6537 | 2024-11-21T19:23:36.027Z | |
6538 | 2024-11-21T19:23:36.028Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
6539 | 2024-11-21T19:23:36.028Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6540 | 2024-11-21T19:23:36.029Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0114 ms (440 iterations) |
6541 | 2024-11-21T19:23:36.029Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
6542 | 2024-11-21T19:23:36.029Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
6543 | 2024-11-21T19:23:36.029Z | time: [272.00 B 272.00 B 272.00 B] |
6544 | 2024-11-21T19:23:36.029Z | change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05) |
6545 | 2024-11-21T19:23:36.029Z | Performance has regressed. |
6546 | 2024-11-21T19:23:36.029Z | |
6547 | 2024-11-21T19:23:36.029Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B |
6548 | 2024-11-21T19:23:36.029Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
6549 | 2024-11-21T19:23:36.030Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0514 ms (715 iterations) |
6550 | 2024-11-21T19:23:36.030Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
6551 | 2024-11-21T19:23:36.030Z | 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. |
6552 | 2024-11-21T19:23:36.030Z | |
6553 | 2024-11-21T19:23:36.030Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B |
6554 | 2024-11-21T19:23:36.030Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6555 | 2024-11-21T19:23:36.030Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0781 ms (440 iterations) |
6556 | 2024-11-21T19:23:36.034Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
6557 | 2024-11-21T19:23:36.034Z | 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. |
6558 | 2024-11-21T19:23:36.034Z | |
6559 | 2024-11-21T19:23:36.034Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
6560 | 2024-11-21T19:23:36.035Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6561 | 2024-11-21T19:23:36.035Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0136 ms (770 iterations) |
6562 | 2024-11-21T19:23:36.035Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
6563 | 2024-11-21T19:23:36.035Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
6564 | 2024-11-21T19:23:36.035Z | time: [272.00 B 272.00 B 272.00 B] |
6565 | 2024-11-21T19:23:36.035Z | change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05) |
6566 | 2024-11-21T19:23:36.035Z | Performance has regressed. |
6567 | 2024-11-21T19:23:36.035Z | |
6568 | 2024-11-21T19:23:36.035Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
6569 | 2024-11-21T19:23:36.036Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6570 | 2024-11-21T19:23:36.036Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0658 ms (330 iterations) |
6571 | 2024-11-21T19:23:36.036Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
6572 | 2024-11-21T19:23:36.036Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
6573 | 2024-11-21T19:23:36.036Z | time: [272.00 B 272.00 B 272.00 B] |
6574 | 2024-11-21T19:23:36.036Z | change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05) |
6575 | 2024-11-21T19:23:36.036Z | Performance has regressed. |
6576 | 2024-11-21T19:23:36.037Z | |
6577 | 2024-11-21T19:23:36.037Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B |
6578 | 2024-11-21T19:23:36.037Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6579 | 2024-11-21T19:23:36.037Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0842 ms (660 iterations) |
6580 | 2024-11-21T19:23:36.037Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
6581 | 2024-11-21T19:23:36.037Z | 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. |
6582 | 2024-11-21T19:23:36.038Z | |
6583 | 2024-11-21T19:23:36.038Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B |
6584 | 2024-11-21T19:23:36.038Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6585 | 2024-11-21T19:23:36.038Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0573 ms (385 iterations) |
6586 | 2024-11-21T19:23:36.042Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
6587 | 2024-11-21T19:23:36.042Z | 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. |
6588 | 2024-11-21T19:23:36.042Z | |
6589 | 2024-11-21T19:23:36.042Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
6590 | 2024-11-21T19:23:36.042Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6591 | 2024-11-21T19:23:36.042Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0711 ms (825 iterations) |
6592 | 2024-11-21T19:23:36.042Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
6593 | 2024-11-21T19:23:36.042Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
6594 | 2024-11-21T19:23:36.042Z | time: [272.00 B 272.00 B 272.00 B] |
6595 | 2024-11-21T19:23:36.042Z | change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05) |
6596 | 2024-11-21T19:23:36.042Z | Performance has regressed. |
6597 | 2024-11-21T19:23:36.042Z | |
6598 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
6599 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6600 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0903 ms (440 iterations) |
6601 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
6602 | 2024-11-21T19:23:36.043Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
6603 | 2024-11-21T19:23:36.043Z | time: [272.00 B 272.00 B 272.00 B] |
6604 | 2024-11-21T19:23:36.043Z | change: [+9.6774% +9.6774% +9.6774%] (p = 0.00 < 0.05) |
6605 | 2024-11-21T19:23:36.043Z | Performance has regressed. |
6606 | 2024-11-21T19:23:36.043Z | |
6607 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B |
6608 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
6609 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0265 ms (715 iterations) |
6610 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
6611 | 2024-11-21T19:23:36.043Z | 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. |
6612 | 2024-11-21T19:23:36.043Z | |
6613 | 2024-11-21T19:23:36.043Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B |
6614 | 2024-11-21T19:23:36.044Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6615 | 2024-11-21T19:23:36.044Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0315 ms (385 iterations) |
6616 | 2024-11-21T19:23:36.046Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
6617 | 2024-11-21T19:23:36.046Z | 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. |
6618 | 2024-11-21T19:23:36.046Z | |
6619 | 2024-11-21T19:23:36.046Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
6620 | 2024-11-21T19:23:36.046Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6621 | 2024-11-21T19:23:36.046Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0351 ms (275 iterations) |
6622 | 2024-11-21T19:23:36.046Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
6623 | 2024-11-21T19:23:36.046Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
6624 | 2024-11-21T19:23:36.046Z | time: [6732.0 B 6732.0 B 6732.0 B] |
6625 | 2024-11-21T19:23:36.047Z | change: [+0.3578% +0.3578% +0.3578%] (p = 0.00 < 0.05) |
6626 | 2024-11-21T19:23:36.047Z | Change within noise threshold. |
6627 | 2024-11-21T19:23:36.047Z | |
6628 | 2024-11-21T19:23:36.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
6629 | 2024-11-21T19:23:36.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6630 | 2024-11-21T19:23:36.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0770 ms (220 iterations) |
6631 | 2024-11-21T19:23:36.047Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
6632 | 2024-11-21T19:23:36.050Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
6633 | 2024-11-21T19:23:36.050Z | time: [6732.0 B 6732.0 B 6732.0 B] |
6634 | 2024-11-21T19:23:36.050Z | change: [+0.3578% +0.3578% +0.3578%] (p = 0.00 < 0.05) |
6635 | 2024-11-21T19:23:36.050Z | Change within noise threshold. |
6636 | 2024-11-21T19:23:36.050Z | |
6637 | 2024-11-21T19:23:36.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
6638 | 2024-11-21T19:23:36.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6639 | 2024-11-21T19:23:36.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0792 ms (385 iterations) |
6640 | 2024-11-21T19:23:36.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
6641 | 2024-11-21T19:23:36.050Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
6642 | 2024-11-21T19:23:36.050Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6643 | 2024-11-21T19:23:36.050Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6644 | 2024-11-21T19:23:36.050Z | No change in performance detected. |
6645 | 2024-11-21T19:23:36.050Z | |
6646 | 2024-11-21T19:23:36.050Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
6647 | 2024-11-21T19:23:36.051Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6648 | 2024-11-21T19:23:36.051Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1265 ms (275 iterations) |
6649 | 2024-11-21T19:23:36.054Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
6650 | 2024-11-21T19:23:36.054Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
6651 | 2024-11-21T19:23:36.054Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6652 | 2024-11-21T19:23:36.054Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6653 | 2024-11-21T19:23:36.054Z | No change in performance detected. |
6654 | 2024-11-21T19:23:36.054Z | |
6655 | 2024-11-21T19:23:36.054Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
6656 | 2024-11-21T19:23:36.054Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6657 | 2024-11-21T19:23:36.054Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1914 ms (330 iterations) |
6658 | 2024-11-21T19:23:36.054Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
6659 | 2024-11-21T19:23:36.057Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
6660 | 2024-11-21T19:23:36.057Z | time: [6732.0 B 6732.0 B 6732.0 B] |
6661 | 2024-11-21T19:23:36.057Z | change: [+0.3578% +0.3578% +0.3578%] (p = 0.00 < 0.05) |
6662 | 2024-11-21T19:23:36.057Z | Change within noise threshold. |
6663 | 2024-11-21T19:23:36.058Z | |
6664 | 2024-11-21T19:23:36.058Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
6665 | 2024-11-21T19:23:36.058Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6666 | 2024-11-21T19:23:36.059Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0422 ms (220 iterations) |
6667 | 2024-11-21T19:23:36.059Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
6668 | 2024-11-21T19:23:36.062Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
6669 | 2024-11-21T19:23:36.062Z | time: [6732.0 B 6732.0 B 6732.0 B] |
6670 | 2024-11-21T19:23:36.062Z | change: [+0.3578% +0.3578% +0.3578%] (p = 0.00 < 0.05) |
6671 | 2024-11-21T19:23:36.062Z | Change within noise threshold. |
6672 | 2024-11-21T19:23:36.062Z | |
6673 | 2024-11-21T19:23:36.062Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
6674 | 2024-11-21T19:23:36.062Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
6675 | 2024-11-21T19:23:36.062Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0283 ms (385 iterations) |
6676 | 2024-11-21T19:23:36.062Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
6677 | 2024-11-21T19:23:36.062Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
6678 | 2024-11-21T19:23:36.062Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6679 | 2024-11-21T19:23:36.062Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6680 | 2024-11-21T19:23:36.062Z | No change in performance detected. |
6681 | 2024-11-21T19:23:36.062Z | |
6682 | 2024-11-21T19:23:36.062Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
6683 | 2024-11-21T19:23:36.062Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6684 | 2024-11-21T19:23:36.062Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0692 ms (275 iterations) |
6685 | 2024-11-21T19:23:36.062Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
6686 | 2024-11-21T19:23:36.066Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
6687 | 2024-11-21T19:23:36.066Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6688 | 2024-11-21T19:23:36.066Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6689 | 2024-11-21T19:23:36.066Z | No change in performance detected. |
6690 | 2024-11-21T19:23:36.067Z | |
6691 | 2024-11-21T19:23:36.067Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
6692 | 2024-11-21T19:23:36.067Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6693 | 2024-11-21T19:23:36.067Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1409 ms (275 iterations) |
6694 | 2024-11-21T19:23:36.067Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
6695 | 2024-11-21T19:23:36.067Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
6696 | 2024-11-21T19:23:36.067Z | time: [6732.0 B 6732.0 B 6732.0 B] |
6697 | 2024-11-21T19:23:36.067Z | change: [+0.3578% +0.3578% +0.3578%] (p = 0.00 < 0.05) |
6698 | 2024-11-21T19:23:36.067Z | Change within noise threshold. |
6699 | 2024-11-21T19:23:36.067Z | |
6700 | 2024-11-21T19:23:36.067Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
6701 | 2024-11-21T19:23:36.067Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6702 | 2024-11-21T19:23:36.067Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1268 ms (165 iterations) |
6703 | 2024-11-21T19:23:36.070Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
6704 | 2024-11-21T19:23:36.070Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
6705 | 2024-11-21T19:23:36.070Z | time: [6732.0 B 6732.0 B 6732.0 B] |
6706 | 2024-11-21T19:23:36.070Z | change: [+0.3578% +0.3578% +0.3578%] (p = 0.00 < 0.05) |
6707 | 2024-11-21T19:23:36.070Z | Change within noise threshold. |
6708 | 2024-11-21T19:23:36.070Z | |
6709 | 2024-11-21T19:23:36.070Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
6710 | 2024-11-21T19:23:36.070Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6711 | 2024-11-21T19:23:36.070Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0683 ms (330 iterations) |
6712 | 2024-11-21T19:23:36.070Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
6713 | 2024-11-21T19:23:36.073Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
6714 | 2024-11-21T19:23:36.073Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6715 | 2024-11-21T19:23:36.073Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6716 | 2024-11-21T19:23:36.073Z | No change in performance detected. |
6717 | 2024-11-21T19:23:36.073Z | |
6718 | 2024-11-21T19:23:36.073Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
6719 | 2024-11-21T19:23:36.073Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6720 | 2024-11-21T19:23:36.073Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0671 ms (220 iterations) |
6721 | 2024-11-21T19:23:36.073Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
6722 | 2024-11-21T19:23:36.075Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
6723 | 2024-11-21T19:23:36.075Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6724 | 2024-11-21T19:23:36.075Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6725 | 2024-11-21T19:23:36.075Z | No change in performance detected. |
6726 | 2024-11-21T19:23:36.075Z | |
6727 | 2024-11-21T19:23:36.075Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
6728 | 2024-11-21T19:23:36.075Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6729 | 2024-11-21T19:23:36.075Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1094 ms (275 iterations) |
6730 | 2024-11-21T19:23:36.075Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
6731 | 2024-11-21T19:23:36.079Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
6732 | 2024-11-21T19:23:36.079Z | time: [6732.0 B 6732.0 B 6732.0 B] |
6733 | 2024-11-21T19:23:36.079Z | change: [+0.3578% +0.3578% +0.3578%] (p = 0.00 < 0.05) |
6734 | 2024-11-21T19:23:36.079Z | Change within noise threshold. |
6735 | 2024-11-21T19:23:36.079Z | |
6736 | 2024-11-21T19:23:36.079Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
6737 | 2024-11-21T19:23:36.080Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6738 | 2024-11-21T19:23:36.080Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1341 ms (220 iterations) |
6739 | 2024-11-21T19:23:36.080Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
6740 | 2024-11-21T19:23:36.082Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
6741 | 2024-11-21T19:23:36.082Z | time: [6732.0 B 6732.0 B 6732.0 B] |
6742 | 2024-11-21T19:23:36.082Z | change: [+0.3578% +0.3578% +0.3578%] (p = 0.00 < 0.05) |
6743 | 2024-11-21T19:23:36.083Z | Change within noise threshold. |
6744 | 2024-11-21T19:23:36.083Z | |
6745 | 2024-11-21T19:23:36.083Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
6746 | 2024-11-21T19:23:36.083Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
6747 | 2024-11-21T19:23:36.083Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1315 ms (385 iterations) |
6748 | 2024-11-21T19:23:36.083Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
6749 | 2024-11-21T19:23:36.083Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
6750 | 2024-11-21T19:23:36.083Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6751 | 2024-11-21T19:23:36.083Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6752 | 2024-11-21T19:23:36.083Z | No change in performance detected. |
6753 | 2024-11-21T19:23:36.083Z | |
6754 | 2024-11-21T19:23:36.083Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
6755 | 2024-11-21T19:23:36.084Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6756 | 2024-11-21T19:23:36.084Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1665 ms (275 iterations) |
6757 | 2024-11-21T19:23:36.087Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
6758 | 2024-11-21T19:23:36.087Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
6759 | 2024-11-21T19:23:36.087Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6760 | 2024-11-21T19:23:36.087Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6761 | 2024-11-21T19:23:36.087Z | No change in performance detected. |
6762 | 2024-11-21T19:23:36.087Z | |
6763 | 2024-11-21T19:23:36.127Z | + cp -r target/criterion /work/bench-results |
6764 | 2024-11-21T19:23:36.294Z | + cp -r target/xde-bench /work/bench-results |
6765 | 2024-11-21T19:23:36.332Z | + pushd /work |
6766 | 2024-11-21T19:23:36.332Z | /work /work/oxidecomputer/opte |
6767 | 2024-11-21T19:23:36.332Z | + tar -caf bench-results.tgz bench-results |
6768 | 2024-11-21T19:23:37.078Z | + popd |
6769 | 2024-11-21T19:23:37.078Z | /work/oxidecomputer/opte |
6770 | 2024-11-21T19:23:37.081Z | + cleanup |
6771 | 2024-11-21T19:23:37.081Z | ++ id -un |
6772 | 2024-11-21T19:23:37.084Z | ++ id -gn |
6773 | 2024-11-21T19:23:37.086Z | + pfexec chown -R build:build . |
6774 | 2024-11-21T19:23:37.143Z | + [[ -z 01JD80GXMNSCQRRVETZ5YXRGE1 ]] |
6775 | 2024-11-21T19:23:37.146Z | process exited: duration 1922555 ms, exit code 0 |
|
6776 | 2024-11-21T19:23:37.152Z | found 1 output files |
6777 | 2024-11-21T19:23:37.152Z | uploading: /work/bench-results.tgz (4803756 bytes) |
6778 | 2024-11-21T19:23:38.267Z | uploaded: /work/bench-results.tgz |