|
|
|
1 | 2024-12-25T04:27:20.565Z | job dependencies complete; ready to run (waiting for 8 m 9 s) |
2 | 2024-12-25T04:28:13.665Z | job assigned to worker 01JFY13F6KGZD9CAXQGN8BS37A [factory aws, i-0dfdd201084ad3818] (queued for 53 s) |
3 | 2024-12-25T04:28:21.506Z | downloading input: /input/xde/work/debug/xde.dbg |
4 | 2024-12-25T04:28:22.218Z | downloaded input: /input/xde/work/debug/xde.dbg |
5 | 2024-12-25T04:28:22.218Z | downloading input: /input/xde/work/debug/xde.dbg.sha256 |
6 | 2024-12-25T04:28:22.232Z | downloaded input: /input/xde/work/debug/xde.dbg.sha256 |
7 | 2024-12-25T04:28:22.232Z | downloading input: /input/xde/work/debug/xde_link.dbg.so |
8 | 2024-12-25T04:28:22.252Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so |
9 | 2024-12-25T04:28:22.252Z | downloading input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
10 | 2024-12-25T04:28:22.264Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
11 | 2024-12-25T04:28:22.267Z | downloading input: /input/xde/work/release/xde |
12 | 2024-12-25T04:28:22.694Z | downloaded input: /input/xde/work/release/xde |
13 | 2024-12-25T04:28:22.694Z | downloading input: /input/xde/work/release/xde.sha256 |
14 | 2024-12-25T04:28:22.709Z | downloaded input: /input/xde/work/release/xde.sha256 |
15 | 2024-12-25T04:28:22.709Z | downloading input: /input/xde/work/release/xde_link.so |
16 | 2024-12-25T04:28:22.762Z | downloaded input: /input/xde/work/release/xde_link.so |
17 | 2024-12-25T04:28:22.763Z | downloading input: /input/xde/work/release/xde_link.so.sha256 |
18 | 2024-12-25T04:28:22.776Z | downloaded input: /input/xde/work/release/xde_link.so.sha256 |
19 | 2024-12-25T04:28:22.780Z | downloading input: /input/xde/work/test/loopback |
20 | 2024-12-25T04:28:23.402Z | downloaded input: /input/xde/work/test/loopback |
21 | 2024-12-25T04:28:23.402Z | downloading input: /input/xde/work/xde.conf |
22 | 2024-12-25T04:28:23.415Z | downloaded input: /input/xde/work/xde.conf |
|
23 | 2024-12-25T04:28:23.415Z | starting task 0: "setup" |
24 | 2024-12-25T04:28:23.428Z | ++ uname -s |
25 | 2024-12-25T04:28:23.431Z | + kern=SunOS |
26 | 2024-12-25T04:28:23.431Z | + case "$kern" in |
27 | 2024-12-25T04:28:23.431Z | + groupadd -g 12345 build |
28 | 2024-12-25T04:28:23.434Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
29 | 2024-12-25T04:28:25.444Z | + zfs create -o mountpoint=/work rpool/work |
30 | 2024-12-25T04:28:25.641Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
31 | 2024-12-25T04:28:25.644Z | + home_fs=zfs |
32 | 2024-12-25T04:28:25.644Z | + [[ zfs == autofs ]] |
33 | 2024-12-25T04:28:25.644Z | + mkdir -p /home/build |
34 | 2024-12-25T04:28:25.646Z | + chown build:build /home/build /work |
35 | 2024-12-25T04:28:27.647Z | + chmod 0700 /home/build /work |
36 | 2024-12-25T04:28:27.650Z | process exited: duration 4234 ms, exit code 0 |
|
37 | 2024-12-25T04:28:27.655Z | starting task 1: "rust-toolchain" |
38 | 2024-12-25T04:28:27.661Z | + printf ' * toolchain channel = "%s" |
39 | 2024-12-25T04:28:27.661Z | ' stable |
40 | 2024-12-25T04:28:27.661Z | * toolchain channel = "stable" |
41 | 2024-12-25T04:28:27.661Z | + printf ' * toolchain profile = "%s" |
42 | 2024-12-25T04:28:27.661Z | ' default |
43 | 2024-12-25T04:28:27.661Z | * toolchain profile = "default" |
44 | 2024-12-25T04:28:27.663Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
45 | 2024-12-25T04:28:27.663Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
46 | 2024-12-25T04:28:27.958Z | info: downloading installer |
47 | 2024-12-25T04:28:29.284Z | info: profile set to 'default' |
48 | 2024-12-25T04:28:29.284Z | info: default host triple is x86_64-unknown-illumos |
49 | 2024-12-25T04:28:29.287Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
50 | 2024-12-25T04:28:29.426Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
51 | 2024-12-25T04:28:29.426Z | info: downloading component 'cargo' |
52 | 2024-12-25T04:28:30.411Z | info: downloading component 'clippy' |
53 | 2024-12-25T04:28:30.914Z | info: downloading component 'rust-docs' |
54 | 2024-12-25T04:28:31.934Z | info: downloading component 'rust-std' |
55 | 2024-12-25T04:28:33.634Z | info: downloading component 'rustc' |
56 | 2024-12-25T04:28:39.481Z | info: downloading component 'rustfmt' |
57 | 2024-12-25T04:28:39.970Z | info: installing component 'cargo' |
58 | 2024-12-25T04:28:40.784Z | info: installing component 'clippy' |
59 | 2024-12-25T04:28:41.163Z | info: installing component 'rust-docs' |
60 | 2024-12-25T04:28:42.898Z | info: installing component 'rust-std' |
61 | 2024-12-25T04:28:44.563Z | info: installing component 'rustc' |
62 | 2024-12-25T04:28:50.242Z | info: installing component 'rustfmt' |
63 | 2024-12-25T04:28:50.572Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
64 | 2024-12-25T04:28:50.572Z | |
65 | 2024-12-25T04:28:50.931Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
66 | 2024-12-25T04:28:50.931Z | |
67 | 2024-12-25T04:28:50.934Z | |
68 | 2024-12-25T04:28:50.934Z | Rust is installed now. Great! |
69 | 2024-12-25T04:28:50.934Z | |
70 | 2024-12-25T04:28:50.934Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
71 | 2024-12-25T04:28:50.934Z | environment variable. This has not been done automatically. |
72 | 2024-12-25T04:28:50.934Z | |
73 | 2024-12-25T04:28:50.934Z | To configure your current shell, you need to source |
74 | 2024-12-25T04:28:50.934Z | the corresponding env file under $HOME/.cargo. |
75 | 2024-12-25T04:28:50.934Z | |
76 | 2024-12-25T04:28:50.934Z | This is usually done by running one of the following (note the leading DOT): |
77 | 2024-12-25T04:28:50.934Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
78 | 2024-12-25T04:28:50.934Z | source "$HOME/.cargo/env.fish" # For fish |
79 | 2024-12-25T04:28:51.001Z | + rustc --version |
80 | 2024-12-25T04:28:51.069Z | rustc 1.83.0 (90b35a623 2024-11-26) |
81 | 2024-12-25T04:28:51.072Z | process exited: duration 23417 ms, exit code 0 |
|
82 | 2024-12-25T04:28:51.077Z | starting task 2: "authentication" |
83 | 2024-12-25T04:28:51.098Z | process exited: duration 20 ms, exit code 0 |
|
84 | 2024-12-25T04:28:51.103Z | starting task 3: "clone repository" |
85 | 2024-12-25T04:28:51.109Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2024-12-25T04:28:51.112Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2024-12-25T04:28:51.150Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2024-12-25T04:28:51.823Z | + cd /work/oxidecomputer/opte |
89 | 2024-12-25T04:28:51.823Z | + git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
90 | 2024-12-25T04:28:52.111Z | From https://github.com/oxidecomputer/opte |
91 | 2024-12-25T04:28:52.111Z | * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD |
92 | 2024-12-25T04:28:52.120Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
93 | 2024-12-25T04:28:52.123Z | ++ git branch --show-current |
94 | 2024-12-25T04:28:52.125Z | + current=master |
95 | 2024-12-25T04:28:52.125Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
96 | 2024-12-25T04:28:52.125Z | + git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
97 | 2024-12-25T04:28:52.128Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
98 | 2024-12-25T04:28:52.150Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
99 | 2024-12-25T04:28:52.153Z | + git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
100 | 2024-12-25T04:28:52.156Z | HEAD is now at c16669c Update Rust crate zerocopy to v0.8.14 |
101 | 2024-12-25T04:28:52.159Z | process exited: duration 1053 ms, exit code 0 |
|
102 | 2024-12-25T04:28:52.164Z | starting task 4: "build" |
103 | 2024-12-25T04:28:52.170Z | + pfexec pkg install brand/sparse opte iperf demangle flamegraph |
104 | 2024-12-25T04:28:59.836Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-12-25T04:29:03.747Z | Startup: Caching catalogs ... Done |
106 | 2024-12-25T04:29:14.670Z | Planning: Solver setup ... Done |
107 | 2024-12-25T04:29:14.824Z | Planning: Running solver ... Done |
108 | 2024-12-25T04:29:14.935Z | Planning: Finding local manifests ... Done |
109 | 2024-12-25T04:29:14.948Z | Planning: Fetching manifests: 0/6 0% complete |
110 | 2024-12-25T04:29:15.058Z | Planning: Fetching manifests: 6/6 100% complete |
111 | 2024-12-25T04:29:15.131Z | Planning: Package planning ... Done |
112 | 2024-12-25T04:29:15.138Z | Planning: Merging actions ... Done |
113 | 2024-12-25T04:29:15.593Z | Planning: Checking for conflicting actions ... Done |
114 | 2024-12-25T04:29:17.780Z | Planning: Consolidating action changes ... Done |
115 | 2024-12-25T04:29:18.207Z | Planning: Evaluating mediators ... Done |
116 | 2024-12-25T04:29:18.277Z | Planning: Planning completed in 14.44 seconds |
117 | 2024-12-25T04:29:18.293Z | Packages to install: 4 |
118 | 2024-12-25T04:29:18.295Z | Packages to update: 2 |
119 | 2024-12-25T04:29:18.295Z | Services to change: 1 |
120 | 2024-12-25T04:29:18.295Z | Create boot environment: No |
121 | 2024-12-25T04:29:18.295Z | Create backup boot environment: Yes |
122 | 2024-12-25T04:29:18.373Z | |
123 | 2024-12-25T04:29:18.374Z | Download: 0/1024 items 0.0/18.4MB 0% complete |
124 | 2024-12-25T04:29:23.205Z | Download: Completed 18.37 MB in 4.83 seconds (3.8M/s) |
125 | 2024-12-25T04:29:25.190Z | Actions: 1/1482 actions (Removing old actions) |
126 | 2024-12-25T04:29:25.211Z | Actions: 199/1482 actions (Installing new actions) |
127 | 2024-12-25T04:29:25.761Z | Actions: 642/1482 actions (Updating modified actions) |
128 | 2024-12-25T04:29:26.082Z | Actions: Completed 1482 actions in 0.89 seconds. |
129 | 2024-12-25T04:29:26.482Z | Done |
130 | 2024-12-25T04:29:26.484Z | Done |
131 | 2024-12-25T04:29:27.008Z | Done |
132 | 2024-12-25T04:29:31.378Z | Done |
133 | 2024-12-25T04:29:31.458Z | Done |
134 | 2024-12-25T04:29:31.461Z | Done |
135 | 2024-12-25T04:29:37.264Z | Done |
136 | 2024-12-25T04:29:37.656Z | + [[ -z 01JFY0MGRRG9MYYCYDBTKVB346 ]] |
137 | 2024-12-25T04:29:37.658Z | + trap cleanup EXIT |
138 | 2024-12-25T04:29:37.658Z | + OUT_DIR=/work/bench-results |
139 | 2024-12-25T04:29:37.658Z | + mkdir -p /work/bench-results |
140 | 2024-12-25T04:29:37.661Z | + mkdir -p target/criterion |
141 | 2024-12-25T04:29:37.661Z | + mkdir -p target/xde-bench |
142 | 2024-12-25T04:29:37.664Z | + banner collect |
143 | 2024-12-25T04:29:37.667Z | |
144 | 2024-12-25T04:29:37.667Z | #### #### # # ###### #### ##### |
145 | 2024-12-25T04:29:37.667Z | # # # # # # # # # # |
146 | 2024-12-25T04:29:37.667Z | # # # # # ##### # # |
147 | 2024-12-25T04:29:37.667Z | # # # # # # # # |
148 | 2024-12-25T04:29:37.667Z | # # # # # # # # # # |
149 | 2024-12-25T04:29:37.667Z | #### #### ###### ###### ###### #### # |
150 | 2024-12-25T04:29:37.667Z | |
151 | 2024-12-25T04:29:37.667Z | ++ cat .git/refs/heads/master |
152 | 2024-12-25T04:29:37.670Z | + BASELINE_COMMIT=f3ba9f1218a2881593dbb80ecfdfe2965a352965 |
153 | 2024-12-25T04:29:37.670Z | + [[ renovate/zerocopy-0.x-lockfile == \m\a\s\t\e\r ]] |
154 | 2024-12-25T04:29:37.670Z | + get_artifact opte benchmark f3ba9f1218a2881593dbb80ecfdfe2965a352965 bench-results.tgz |
155 | 2024-12-25T04:29:37.670Z | + local curl_res |
156 | 2024-12-25T04:29:37.670Z | + repo=opte |
157 | 2024-12-25T04:29:37.670Z | + series=benchmark |
158 | 2024-12-25T04:29:37.670Z | + commit=f3ba9f1218a2881593dbb80ecfdfe2965a352965 |
159 | 2024-12-25T04:29:37.670Z | + name=bench-results.tgz |
160 | 2024-12-25T04:29:37.670Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
161 | 2024-12-25T04:29:37.670Z | + mkdir -p download |
162 | 2024-12-25T04:29:37.670Z | + pushd download |
163 | 2024-12-25T04:29:37.672Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
164 | 2024-12-25T04:29:37.673Z | + [[ ! -f bench-results.tgz ]] |
165 | 2024-12-25T04:29:37.673Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/f3ba9f1218a2881593dbb80ecfdfe2965a352965/bench-results.tgz |
166 | 2024-12-25T04:29:37.678Z | % Total % Received % Xferd Average Speed Time Time Time Current |
167 | 2024-12-25T04:29:37.678Z | Dload Upload Total Spent Left Speed |
168 | 2024-12-25T04:29:37.962Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4729k 100 4729k 0 0 16.2M 0 --:--:-- --:--:-- --:--:-- 16.2M |
169 | 2024-12-25T04:29:37.965Z | + curl_res=0 |
170 | 2024-12-25T04:29:37.965Z | + popd |
171 | 2024-12-25T04:29:37.967Z | /work/oxidecomputer/opte |
172 | 2024-12-25T04:29:37.967Z | + return 0 |
173 | 2024-12-25T04:29:37.967Z | + tar -xf download/bench-results.tgz -C target |
174 | 2024-12-25T04:29:38.341Z | + mv target/bench-results/criterion target/bench-results/xde-bench target/ |
175 | 2024-12-25T04:29:38.344Z | + rm -r target/bench-results |
176 | 2024-12-25T04:29:38.346Z | + [[ '' -eq 1 ]] |
177 | 2024-12-25T04:29:38.346Z | + uname -a |
178 | 2024-12-25T04:29:38.349Z | SunOS w-01JFY13F6KGZD9CAXQGN8BS37A 5.11 helios-2.0.22827 i86pc i386 i86pc |
179 | 2024-12-25T04:29:38.349Z | + cat /etc/versions/build |
180 | 2024-12-25T04:29:38.351Z | heads/stlouis-0-g60122b5709 |
181 | 2024-12-25T04:29:38.351Z | + dladm |
182 | 2024-12-25T04:29:38.354Z | LINK CLASS MTU STATE BRIDGE OVER |
183 | 2024-12-25T04:29:38.354Z | ena0 phys 9216 up -- -- |
184 | 2024-12-25T04:29:38.354Z | + ipadm |
185 | 2024-12-25T04:29:38.359Z | ADDROBJ TYPE STATE ADDR |
186 | 2024-12-25T04:29:38.359Z | lo0/v4 static ok 127.0.0.1/8 |
187 | 2024-12-25T04:29:38.359Z | ena0/dhcp dhcp ok 10.150.1.61/24 |
188 | 2024-12-25T04:29:38.359Z | lo0/v6 static ok ::1/128 |
189 | 2024-12-25T04:29:38.359Z | + pfexec rem_drv xde |
190 | 2024-12-25T04:29:38.367Z | + set -o errexit |
191 | 2024-12-25T04:29:38.367Z | + set -o pipefail |
192 | 2024-12-25T04:29:38.370Z | + banner prepare |
193 | 2024-12-25T04:29:38.370Z | |
194 | 2024-12-25T04:29:38.370Z | ##### ##### ###### ##### ## ##### ###### |
195 | 2024-12-25T04:29:38.370Z | # # # # # # # # # # # # |
196 | 2024-12-25T04:29:38.370Z | # # # # ##### # # # # # # ##### |
197 | 2024-12-25T04:29:38.370Z | ##### ##### # ##### ###### ##### # |
198 | 2024-12-25T04:29:38.370Z | # # # # # # # # # # |
199 | 2024-12-25T04:29:38.370Z | # # # ###### # # # # # ###### |
200 | 2024-12-25T04:29:38.370Z | |
201 | 2024-12-25T04:29:38.371Z | + pfexec cp /input/xde/work/xde.conf /kernel/drv/ |
202 | 2024-12-25T04:29:38.373Z | + pfexec cp /input/xde/work/release/xde /kernel/drv/amd64 |
203 | 2024-12-25T04:29:38.441Z | + pfexec add_drv xde |
204 | 2024-12-25T04:29:38.608Z | + banner bench |
205 | 2024-12-25T04:29:38.611Z | |
206 | 2024-12-25T04:29:38.611Z | ##### ###### # # #### # # |
207 | 2024-12-25T04:29:38.611Z | # # # ## # # # # # |
208 | 2024-12-25T04:29:38.611Z | ##### ##### # # # # ###### |
209 | 2024-12-25T04:29:38.611Z | # # # # # # # # # |
210 | 2024-12-25T04:29:38.611Z | # # # # ## # # # # |
211 | 2024-12-25T04:29:38.611Z | ##### ###### # # #### # # |
212 | 2024-12-25T04:29:38.611Z | |
213 | 2024-12-25T04:29:38.611Z | + cargo kbench local |
214 | 2024-12-25T04:29:38.615Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
215 | 2024-12-25T04:29:38.791Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
216 | 2024-12-25T04:29:38.791Z | info: downloading component 'cargo' |
217 | 2024-12-25T04:29:39.545Z | info: downloading component 'clippy' |
218 | 2024-12-25T04:29:39.834Z | info: downloading component 'rust-docs' |
219 | 2024-12-25T04:29:40.888Z | info: downloading component 'rust-std' |
220 | 2024-12-25T04:29:42.410Z | info: downloading component 'rustc' |
221 | 2024-12-25T04:29:48.154Z | info: downloading component 'rustfmt' |
222 | 2024-12-25T04:29:48.387Z | info: installing component 'cargo' |
223 | 2024-12-25T04:29:49.217Z | info: installing component 'clippy' |
224 | 2024-12-25T04:29:49.594Z | info: installing component 'rust-docs' |
225 | 2024-12-25T04:29:51.268Z | info: installing component 'rust-std' |
226 | 2024-12-25T04:29:52.924Z | info: installing component 'rustc' |
227 | 2024-12-25T04:29:58.640Z | info: installing component 'rustfmt' |
228 | 2024-12-25T04:29:59.162Z | Updating crates.io index |
229 | 2024-12-25T04:29:59.278Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
230 | 2024-12-25T04:29:59.941Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
231 | 2024-12-25T04:30:00.205Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
232 | 2024-12-25T04:30:00.468Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
233 | 2024-12-25T04:30:00.882Z | Updating git repository `https://github.com/oxidecomputer/zone` |
234 | 2024-12-25T04:30:01.179Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
235 | 2024-12-25T04:30:01.538Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
236 | 2024-12-25T04:30:01.802Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
237 | 2024-12-25T04:30:02.142Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
238 | 2024-12-25T04:30:03.083Z | Downloading crates ... |
239 | 2024-12-25T04:30:03.163Z | Downloaded plotters-svg v0.3.7 |
240 | 2024-12-25T04:30:03.165Z | Downloaded pin-utils v0.1.0 |
241 | 2024-12-25T04:30:03.168Z | Downloaded ident_case v1.0.1 |
242 | 2024-12-25T04:30:03.168Z | Downloaded equivalent v1.0.1 |
243 | 2024-12-25T04:30:03.176Z | Downloaded anstyle-query v1.1.2 |
244 | 2024-12-25T04:30:03.179Z | Downloaded anstyle v1.0.10 |
245 | 2024-12-25T04:30:03.182Z | Downloaded take_mut v0.2.2 |
246 | 2024-12-25T04:30:03.185Z | Downloaded foreign-types-shared v0.3.1 |
247 | 2024-12-25T04:30:03.185Z | Downloaded circular v0.3.0 |
248 | 2024-12-25T04:30:03.185Z | Downloaded anes v0.1.6 |
249 | 2024-12-25T04:30:03.188Z | Downloaded cstr-argument v0.1.2 |
250 | 2024-12-25T04:30:03.192Z | Downloaded num-conv v0.1.0 |
251 | 2024-12-25T04:30:03.199Z | Downloaded itoa v1.0.14 |
252 | 2024-12-25T04:30:03.202Z | Downloaded futures-macro v0.3.31 |
253 | 2024-12-25T04:30:03.204Z | Downloaded time-core v0.1.2 |
254 | 2024-12-25T04:30:03.204Z | Downloaded is_terminal_polyfill v1.70.1 |
255 | 2024-12-25T04:30:03.206Z | Downloaded colorchoice v1.0.3 |
256 | 2024-12-25T04:30:03.206Z | Downloaded futures-core v0.3.31 |
257 | 2024-12-25T04:30:03.208Z | Downloaded embedded-io v0.6.1 |
258 | 2024-12-25T04:30:03.209Z | Downloaded dyn-clone v1.0.17 |
259 | 2024-12-25T04:30:03.211Z | Downloaded stable_deref_trait v1.2.0 |
260 | 2024-12-25T04:30:03.211Z | Downloaded lazy_static v1.5.0 |
261 | 2024-12-25T04:30:03.214Z | Downloaded pretty-hex v0.2.1 |
262 | 2024-12-25T04:30:03.214Z | Downloaded clap_lex v0.7.4 |
263 | 2024-12-25T04:30:03.216Z | Downloaded hash32 v0.3.1 |
264 | 2024-12-25T04:30:03.219Z | Downloaded cfg_aliases v0.2.1 |
265 | 2024-12-25T04:30:03.219Z | Downloaded ciborium-io v0.2.2 |
266 | 2024-12-25T04:30:03.219Z | Downloaded autocfg v1.4.0 |
267 | 2024-12-25T04:30:03.222Z | Downloaded slab v0.4.9 |
268 | 2024-12-25T04:30:03.222Z | Downloaded deranged v0.3.11 |
269 | 2024-12-25T04:30:03.224Z | Downloaded is-terminal v0.4.13 |
270 | 2024-12-25T04:30:03.224Z | Downloaded foreign-types v0.5.0 |
271 | 2024-12-25T04:30:03.227Z | Downloaded defmt-macros v0.4.0 |
272 | 2024-12-25T04:30:03.229Z | Downloaded slog-envlogger v2.2.0 |
273 | 2024-12-25T04:30:03.232Z | Downloaded oorandom v11.1.4 |
274 | 2024-12-25T04:30:03.232Z | Downloaded managed v0.8.0 |
275 | 2024-12-25T04:30:03.232Z | Downloaded heck v0.4.1 |
276 | 2024-12-25T04:30:03.234Z | Downloaded tokio-macros v2.4.0 |
277 | 2024-12-25T04:30:03.234Z | Downloaded rand_core v0.6.4 |
278 | 2024-12-25T04:30:03.237Z | Downloaded thiserror v1.0.69 |
279 | 2024-12-25T04:30:03.240Z | Downloaded thread_local v1.1.8 |
280 | 2024-12-25T04:30:03.243Z | Downloaded slog-async v2.8.0 |
281 | 2024-12-25T04:30:03.246Z | Downloaded tabwriter v1.4.0 |
282 | 2024-12-25T04:30:03.246Z | Downloaded num_enum v0.5.11 |
283 | 2024-12-25T04:30:03.250Z | Downloaded thiserror-impl v1.0.69 |
284 | 2024-12-25T04:30:03.252Z | Downloaded thiserror-impl v2.0.9 |
285 | 2024-12-25T04:30:03.255Z | Downloaded powerfmt v0.2.0 |
286 | 2024-12-25T04:30:03.255Z | Downloaded foreign-types-macros v0.2.3 |
287 | 2024-12-25T04:30:03.257Z | Downloaded utf8parse v0.2.2 |
288 | 2024-12-25T04:30:03.257Z | Downloaded rand_chacha v0.3.1 |
289 | 2024-12-25T04:30:03.257Z | Downloaded ciborium v0.2.2 |
290 | 2024-12-25T04:30:03.260Z | Downloaded terminal_size v0.4.1 |
291 | 2024-12-25T04:30:03.262Z | Downloaded signal-hook-registry v1.4.2 |
292 | 2024-12-25T04:30:03.262Z | Downloaded darling v0.20.10 |
293 | 2024-12-25T04:30:03.266Z | Downloaded anstyle-parse v0.2.6 |
294 | 2024-12-25T04:30:03.269Z | Downloaded anstream v0.6.18 |
295 | 2024-12-25T04:30:03.272Z | Downloaded toml_datetime v0.6.8 |
296 | 2024-12-25T04:30:03.272Z | Downloaded proc-macro-error-attr v1.0.4 |
297 | 2024-12-25T04:30:03.276Z | Downloaded embedded-io v0.4.0 |
298 | 2024-12-25T04:30:03.276Z | Downloaded time-macros v0.2.19 |
299 | 2024-12-25T04:30:03.279Z | Downloaded defmt v0.3.10 |
300 | 2024-12-25T04:30:03.281Z | Downloaded rusticata-macros v4.1.0 |
301 | 2024-12-25T04:30:03.283Z | Downloaded crc32fast v1.4.2 |
302 | 2024-12-25T04:30:03.286Z | Downloaded ipnetwork v0.20.0 |
303 | 2024-12-25T04:30:03.286Z | Downloaded clap_derive v4.5.18 |
304 | 2024-12-25T04:30:03.289Z | Downloaded tracing-attributes v0.1.28 |
305 | 2024-12-25T04:30:03.292Z | Downloaded serde_derive_internals v0.29.1 |
306 | 2024-12-25T04:30:03.292Z | Downloaded tinytemplate v1.2.1 |
307 | 2024-12-25T04:30:03.295Z | Downloaded log v0.4.22 |
308 | 2024-12-25T04:30:03.297Z | Downloaded version_check v0.9.5 |
309 | 2024-12-25T04:30:03.297Z | Downloaded zerocopy-derive v0.7.35 |
310 | 2024-12-25T04:30:03.301Z | Downloaded slog-scope v4.4.0 |
311 | 2024-12-25T04:30:03.303Z | Downloaded slog-term v2.9.1 |
312 | 2024-12-25T04:30:03.306Z | Downloaded term v0.7.0 |
313 | 2024-12-25T04:30:03.309Z | Downloaded proc-macro-error2 v2.0.1 |
314 | 2024-12-25T04:30:03.311Z | Downloaded walkdir v2.5.0 |
315 | 2024-12-25T04:30:03.314Z | Downloaded darling_core v0.20.10 |
316 | 2024-12-25T04:30:03.317Z | Downloaded slog v2.7.0 |
317 | 2024-12-25T04:30:03.321Z | Downloaded unicode-ident v1.0.14 |
318 | 2024-12-25T04:30:03.323Z | Downloaded pin-project-lite v0.2.15 |
319 | 2024-12-25T04:30:03.329Z | Downloaded num-traits v0.2.19 |
320 | 2024-12-25T04:30:03.331Z | Downloaded arc-swap v1.7.1 |
321 | 2024-12-25T04:30:03.335Z | Downloaded uuid v1.11.0 |
322 | 2024-12-25T04:30:03.338Z | Downloaded pcap-parser v0.16.0 |
323 | 2024-12-25T04:30:03.342Z | Downloaded socket2 v0.5.8 |
324 | 2024-12-25T04:30:03.345Z | Downloaded schemars v0.8.21 |
325 | 2024-12-25T04:30:03.355Z | Downloaded tracing-core v0.1.33 |
326 | 2024-12-25T04:30:03.358Z | Downloaded serde_derive v1.0.216 |
327 | 2024-12-25T04:30:03.361Z | Downloaded memchr v2.7.4 |
328 | 2024-12-25T04:30:03.366Z | Downloaded serde v1.0.216 |
329 | 2024-12-25T04:30:03.369Z | Downloaded mio v1.0.3 |
330 | 2024-12-25T04:30:03.375Z | Downloaded nom v7.1.3 |
331 | 2024-12-25T04:30:03.381Z | Downloaded zerocopy-derive v0.8.14 |
332 | 2024-12-25T04:30:03.386Z | Downloaded itertools v0.10.5 |
333 | 2024-12-25T04:30:03.393Z | Downloaded toml_edit v0.19.15 |
334 | 2024-12-25T04:30:03.409Z | Downloaded tracing v0.1.41 |
335 | 2024-12-25T04:30:03.413Z | Downloaded itertools v0.13.0 |
336 | 2024-12-25T04:30:03.419Z | Downloaded time v0.3.37 |
337 | 2024-12-25T04:30:03.426Z | Downloaded clap_builder v4.5.23 |
338 | 2024-12-25T04:30:03.432Z | Downloaded aho-corasick v1.1.3 |
339 | 2024-12-25T04:30:03.438Z | Downloaded futures-util v0.3.31 |
340 | 2024-12-25T04:30:03.449Z | Downloaded rand v0.8.5 |
341 | 2024-12-25T04:30:03.452Z | Downloaded serde_json v1.0.134 |
342 | 2024-12-25T04:30:03.459Z | Downloaded itertools v0.12.1 |
343 | 2024-12-25T04:30:03.466Z | Downloaded zerocopy v0.7.35 |
344 | 2024-12-25T04:30:03.481Z | Downloaded winnow v0.6.20 |
345 | 2024-12-25T04:30:03.488Z | Downloaded rayon v1.10.0 |
346 | 2024-12-25T04:30:03.497Z | Downloaded winnow v0.5.40 |
347 | 2024-12-25T04:30:03.505Z | Downloaded zerocopy v0.8.14 |
348 | 2024-12-25T04:30:03.527Z | Downloaded regex v1.11.1 |
349 | 2024-12-25T04:30:03.538Z | Downloaded unicode-width v0.1.14 |
350 | 2024-12-25T04:30:03.543Z | Downloaded syn v1.0.109 |
351 | 2024-12-25T04:30:03.552Z | Downloaded syn v2.0.91 |
352 | 2024-12-25T04:30:03.563Z | Downloaded nix v0.29.0 |
353 | 2024-12-25T04:30:03.573Z | Downloaded hashbrown v0.15.2 |
354 | 2024-12-25T04:30:03.578Z | Downloaded criterion v0.5.1 |
355 | 2024-12-25T04:30:03.584Z | Downloaded smoltcp v0.11.0 |
356 | 2024-12-25T04:30:03.596Z | Downloaded rustix v0.38.42 |
357 | 2024-12-25T04:30:03.617Z | Downloaded regex-syntax v0.8.5 |
358 | 2024-12-25T04:30:03.624Z | Downloaded minimal-lexical v0.2.1 |
359 | 2024-12-25T04:30:03.629Z | Downloaded crossbeam-channel v0.5.14 |
360 | 2024-12-25T04:30:03.632Z | Downloaded indexmap v2.7.0 |
361 | 2024-12-25T04:30:03.636Z | Downloaded heapless v0.8.0 |
362 | 2024-12-25T04:30:03.640Z | Downloaded rayon-core v1.12.1 |
363 | 2024-12-25T04:30:03.643Z | Downloaded bytes v1.9.0 |
364 | 2024-12-25T04:30:03.646Z | Downloaded thiserror v2.0.9 |
365 | 2024-12-25T04:30:03.651Z | Downloaded ryu v1.0.18 |
366 | 2024-12-25T04:30:03.654Z | Downloaded proc-macro2 v1.0.92 |
367 | 2024-12-25T04:30:03.656Z | Downloaded postcard v1.1.1 |
368 | 2024-12-25T04:30:03.658Z | Downloaded futures-io v0.3.31 |
369 | 2024-12-25T04:30:03.661Z | Downloaded bitflags v2.6.0 |
370 | 2024-12-25T04:30:03.663Z | Downloaded plotters v0.3.7 |
371 | 2024-12-25T04:30:03.671Z | Downloaded libc v0.2.169 |
372 | 2024-12-25T04:30:03.693Z | Downloaded futures-channel v0.3.31 |
373 | 2024-12-25T04:30:03.695Z | Downloaded regex-automata v0.4.9 |
374 | 2024-12-25T04:30:03.709Z | Downloaded colored v2.2.0 |
375 | 2024-12-25T04:30:03.712Z | Downloaded parking_lot_core v0.9.10 |
376 | 2024-12-25T04:30:03.715Z | Downloaded parking_lot v0.12.3 |
377 | 2024-12-25T04:30:03.715Z | Downloaded futures v0.3.31 |
378 | 2024-12-25T04:30:03.720Z | Downloaded once_cell v1.20.2 |
379 | 2024-12-25T04:30:03.722Z | Downloaded half v2.4.1 |
380 | 2024-12-25T04:30:03.725Z | Downloaded getrandom v0.2.15 |
381 | 2024-12-25T04:30:03.727Z | Downloaded crossbeam-utils v0.8.21 |
382 | 2024-12-25T04:30:03.729Z | Downloaded crossbeam-epoch v0.9.18 |
383 | 2024-12-25T04:30:03.732Z | Downloaded tokio v1.42.0 |
384 | 2024-12-25T04:30:03.765Z | Downloaded anyhow v1.0.95 |
385 | 2024-12-25T04:30:03.768Z | Downloaded clap v4.5.23 |
386 | 2024-12-25T04:30:03.776Z | Downloaded lock_api v0.4.12 |
387 | 2024-12-25T04:30:03.778Z | Downloaded futures-executor v0.3.31 |
388 | 2024-12-25T04:30:03.778Z | Downloaded either v1.13.0 |
389 | 2024-12-25T04:30:03.781Z | Downloaded smallvec v1.13.2 |
390 | 2024-12-25T04:30:03.781Z | Downloaded quote v1.0.37 |
391 | 2024-12-25T04:30:03.785Z | Downloaded proc-macro-error v1.0.4 |
392 | 2024-12-25T04:30:03.787Z | Downloaded cobs v0.2.3 |
393 | 2024-12-25T04:30:03.787Z | Downloaded strsim v0.11.1 |
394 | 2024-12-25T04:30:03.789Z | Downloaded scopeguard v1.2.0 |
395 | 2024-12-25T04:30:03.789Z | Downloaded bitflags v1.3.2 |
396 | 2024-12-25T04:30:03.792Z | Downloaded slog-stdlog v4.1.1 |
397 | 2024-12-25T04:30:03.794Z | Downloaded schemars_derive v0.8.21 |
398 | 2024-12-25T04:30:03.794Z | Downloaded same-file v1.0.6 |
399 | 2024-12-25T04:30:03.797Z | Downloaded proc-macro-error-attr2 v2.0.0 |
400 | 2024-12-25T04:30:03.797Z | Downloaded num_enum_derive v0.5.11 |
401 | 2024-12-25T04:30:03.797Z | Downloaded proc-macro-crate v1.3.1 |
402 | 2024-12-25T04:30:03.799Z | Downloaded futures-sink v0.3.31 |
403 | 2024-12-25T04:30:03.799Z | Downloaded macaddr v1.0.1 |
404 | 2024-12-25T04:30:03.799Z | Downloaded defmt-parser v0.4.1 |
405 | 2024-12-25T04:30:03.802Z | Downloaded ctor v0.2.9 |
406 | 2024-12-25T04:30:03.802Z | Downloaded cookie-factory v0.3.3 |
407 | 2024-12-25T04:30:03.802Z | Downloaded criterion-plot v0.5.0 |
408 | 2024-12-25T04:30:03.805Z | Downloaded futures-task v0.3.31 |
409 | 2024-12-25T04:30:03.805Z | Downloaded errno v0.3.10 |
410 | 2024-12-25T04:30:03.805Z | Downloaded dirs-next v2.0.0 |
411 | 2024-12-25T04:30:03.808Z | Downloaded ciborium-ll v0.2.2 |
412 | 2024-12-25T04:30:03.808Z | Downloaded cast v0.3.0 |
413 | 2024-12-25T04:30:03.808Z | Downloaded byteorder v1.5.0 |
414 | 2024-12-25T04:30:03.811Z | Downloaded ppv-lite86 v0.2.20 |
415 | 2024-12-25T04:30:03.811Z | Downloaded plotters-backend v0.3.7 |
416 | 2024-12-25T04:30:03.813Z | Downloaded heck v0.5.0 |
417 | 2024-12-25T04:30:03.813Z | Downloaded fnv v1.0.7 |
418 | 2024-12-25T04:30:03.813Z | Downloaded cfg-if v1.0.0 |
419 | 2024-12-25T04:30:03.816Z | Downloaded crossbeam-deque v0.8.6 |
420 | 2024-12-25T04:30:03.816Z | Downloaded dirs-sys-next v0.1.2 |
421 | 2024-12-25T04:30:03.818Z | Downloaded darling_macro v0.20.10 |
422 | 2024-12-25T04:30:03.980Z | Compiling proc-macro2 v1.0.92 |
423 | 2024-12-25T04:30:03.980Z | Compiling unicode-ident v1.0.14 |
424 | 2024-12-25T04:30:03.984Z | Compiling libc v0.2.169 |
425 | 2024-12-25T04:30:03.984Z | Compiling cfg-if v1.0.0 |
426 | 2024-12-25T04:30:03.984Z | Compiling autocfg v1.4.0 |
427 | 2024-12-25T04:30:03.984Z | Compiling memchr v2.7.4 |
428 | 2024-12-25T04:30:03.997Z | Compiling serde v1.0.216 |
429 | 2024-12-25T04:30:03.999Z | Compiling version_check v0.9.5 |
430 | 2024-12-25T04:30:04.082Z | Compiling byteorder v1.5.0 |
431 | 2024-12-25T04:30:04.161Z | Compiling syn v1.0.109 |
432 | 2024-12-25T04:30:04.414Z | Compiling pin-project-lite v0.2.15 |
433 | 2024-12-25T04:30:04.522Z | Compiling either v1.13.0 |
434 | 2024-12-25T04:30:04.537Z | Compiling fnv v1.0.7 |
435 | 2024-12-25T04:30:04.629Z | Compiling strsim v0.11.1 |
436 | 2024-12-25T04:30:04.641Z | Compiling ident_case v1.0.1 |
437 | 2024-12-25T04:30:04.730Z | Compiling itoa v1.0.14 |
438 | 2024-12-25T04:30:04.742Z | Compiling bitflags v2.6.0 |
439 | 2024-12-25T04:30:04.912Z | Compiling once_cell v1.20.2 |
440 | 2024-12-25T04:30:04.952Z | Compiling regex-syntax v0.8.5 |
441 | 2024-12-25T04:30:05.186Z | Compiling hashbrown v0.15.2 |
442 | 2024-12-25T04:30:05.208Z | Compiling anyhow v1.0.95 |
443 | 2024-12-25T04:30:05.347Z | Compiling serde_json v1.0.134 |
444 | 2024-12-25T04:30:05.726Z | Compiling aho-corasick v1.1.3 |
445 | 2024-12-25T04:30:05.783Z | Compiling quote v1.0.37 |
446 | 2024-12-25T04:30:06.111Z | Compiling equivalent v1.0.1 |
447 | 2024-12-25T04:30:06.137Z | Compiling syn v2.0.91 |
448 | 2024-12-25T04:30:06.228Z | Compiling lock_api v0.4.12 |
449 | 2024-12-25T04:30:06.322Z | Compiling indexmap v2.7.0 |
450 | 2024-12-25T04:30:06.333Z | Compiling crossbeam-utils v0.8.21 |
451 | 2024-12-25T04:30:06.344Z | Compiling winnow v0.5.40 |
452 | 2024-12-25T04:30:06.583Z | Compiling parking_lot_core v0.9.10 |
453 | 2024-12-25T04:30:06.824Z | Compiling dyn-clone v1.0.17 |
454 | 2024-12-25T04:30:06.983Z | Compiling zerocopy v0.8.14 |
455 | 2024-12-25T04:30:07.045Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
456 | 2024-12-25T04:30:07.407Z | Compiling ryu v1.0.18 |
457 | 2024-12-25T04:30:07.696Z | Compiling toml_datetime v0.6.8 |
458 | 2024-12-25T04:30:07.798Z | Compiling itertools v0.13.0 |
459 | 2024-12-25T04:30:08.038Z | Compiling smallvec v1.13.2 |
460 | 2024-12-25T04:30:08.058Z | Compiling thiserror v1.0.69 |
461 | 2024-12-25T04:30:08.486Z | Compiling regex-automata v0.4.9 |
462 | 2024-12-25T04:30:08.586Z | Compiling scopeguard v1.2.0 |
463 | 2024-12-25T04:30:08.715Z | Compiling heapless v0.8.0 |
464 | 2024-12-25T04:30:09.222Z | Compiling lazy_static v1.5.0 |
465 | 2024-12-25T04:30:09.635Z | Compiling toml_edit v0.19.15 |
466 | 2024-12-25T04:30:10.373Z | Compiling getrandom v0.2.15 |
467 | 2024-12-25T04:30:10.588Z | Compiling hash32 v0.3.1 |
468 | 2024-12-25T04:30:10.684Z | Compiling macaddr v1.0.1 |
469 | 2024-12-25T04:30:10.782Z | Compiling stable_deref_trait v1.2.0 |
470 | 2024-12-25T04:30:10.795Z | Compiling smoltcp v0.11.0 |
471 | 2024-12-25T04:30:10.887Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
472 | 2024-12-25T04:30:11.110Z | Compiling schemars v0.8.21 |
473 | 2024-12-25T04:30:11.400Z | Compiling rand_core v0.6.4 |
474 | 2024-12-25T04:30:11.500Z | Compiling parking_lot v0.12.3 |
475 | 2024-12-25T04:30:11.720Z | Compiling signal-hook-registry v1.4.2 |
476 | 2024-12-25T04:30:11.804Z | Compiling mio v1.0.3 |
477 | 2024-12-25T04:30:12.250Z | Compiling darling_core v0.20.10 |
478 | 2024-12-25T04:30:12.814Z | Compiling regex v1.11.1 |
479 | 2024-12-25T04:30:13.009Z | Compiling serde_derive_internals v0.29.1 |
480 | 2024-12-25T04:30:13.114Z | Compiling proc-macro-crate v1.3.1 |
481 | 2024-12-25T04:30:13.676Z | Compiling socket2 v0.5.8 |
482 | 2024-12-25T04:30:13.832Z | Compiling slab v0.4.9 |
483 | 2024-12-25T04:30:14.208Z | Compiling rustix v0.38.42 |
484 | 2024-12-25T04:30:14.812Z | Compiling cobs v0.2.3 |
485 | 2024-12-25T04:30:14.852Z | Compiling bytes v1.9.0 |
486 | 2024-12-25T04:30:14.881Z | Compiling managed v0.8.0 |
487 | 2024-12-25T04:30:14.893Z | Compiling slog v2.7.0 |
488 | 2024-12-25T04:30:15.083Z | Compiling bitflags v1.3.2 |
489 | 2024-12-25T04:30:15.143Z | Compiling foreign-types-shared v0.3.1 |
490 | 2024-12-25T04:30:15.453Z | Compiling errno v0.3.10 |
491 | 2024-12-25T04:30:15.522Z | Compiling tracing-core v0.1.33 |
492 | 2024-12-25T04:30:15.680Z | Compiling cstr-argument v0.1.2 |
493 | 2024-12-25T04:30:15.867Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
494 | 2024-12-25T04:30:15.881Z | Compiling num_enum_derive v0.5.11 |
495 | 2024-12-25T04:30:15.908Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
496 | 2024-12-25T04:30:16.224Z | Compiling proc-macro-error-attr v1.0.4 |
497 | 2024-12-25T04:30:16.323Z | Compiling utf8parse v0.2.2 |
498 | 2024-12-25T04:30:16.459Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
499 | 2024-12-25T04:30:16.575Z | Compiling unicode-width v0.1.14 |
500 | 2024-12-25T04:30:16.602Z | Compiling pretty-hex v0.2.1 |
501 | 2024-12-25T04:30:16.647Z | Compiling serde_derive v1.0.216 |
502 | 2024-12-25T04:30:16.760Z | Compiling zerocopy-derive v0.7.35 |
503 | 2024-12-25T04:30:16.797Z | Compiling zerocopy-derive v0.8.14 |
504 | 2024-12-25T04:30:17.124Z | Compiling thiserror-impl v1.0.69 |
505 | 2024-12-25T04:30:17.255Z | Compiling tokio-macros v2.4.0 |
506 | 2024-12-25T04:30:17.508Z | Compiling darling_macro v0.20.10 |
507 | 2024-12-25T04:30:17.960Z | Compiling foreign-types-macros v0.2.3 |
508 | 2024-12-25T04:30:18.459Z | Compiling darling v0.20.10 |
509 | 2024-12-25T04:30:18.557Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
510 | 2024-12-25T04:30:18.597Z | Compiling zerocopy v0.7.35 |
511 | 2024-12-25T04:30:18.651Z | Compiling schemars_derive v0.8.21 |
512 | 2024-12-25T04:30:19.201Z | Compiling foreign-types v0.5.0 |
513 | 2024-12-25T04:30:19.301Z | Compiling tokio v1.42.0 |
514 | 2024-12-25T04:30:19.830Z | Compiling num_enum v0.5.11 |
515 | 2024-12-25T04:30:19.940Z | Compiling ppv-lite86 v0.2.20 |
516 | 2024-12-25T04:30:19.979Z | Compiling tracing-attributes v0.1.28 |
517 | 2024-12-25T04:30:20.731Z | Compiling rand_chacha v0.3.1 |
518 | 2024-12-25T04:30:21.332Z | Compiling futures-sink v0.3.31 |
519 | 2024-12-25T04:30:21.485Z | Compiling futures-core v0.3.31 |
520 | 2024-12-25T04:30:21.505Z | Compiling rand v0.8.5 |
521 | 2024-12-25T04:30:21.719Z | Compiling futures-channel v0.3.31 |
522 | 2024-12-25T04:30:22.152Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
523 | 2024-12-25T04:30:22.397Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
524 | 2024-12-25T04:30:22.802Z | Compiling tabwriter v1.4.0 |
525 | 2024-12-25T04:30:22.814Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
526 | 2024-12-25T04:30:22.965Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
527 | 2024-12-25T04:30:22.977Z | Compiling tracing v0.1.41 |
528 | 2024-12-25T04:30:23.194Z | Compiling futures-macro v0.3.31 |
529 | 2024-12-25T04:30:23.447Z | Compiling anstyle-parse v0.2.6 |
530 | 2024-12-25T04:30:24.172Z | Compiling colored v2.2.0 |
531 | 2024-12-25T04:30:24.569Z | Compiling proc-macro-error v1.0.4 |
532 | 2024-12-25T04:30:24.701Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
533 | 2024-12-25T04:30:24.918Z | Compiling crc32fast v1.4.2 |
534 | 2024-12-25T04:30:24.941Z | Compiling colorchoice v1.0.3 |
535 | 2024-12-25T04:30:25.080Z | Compiling is_terminal_polyfill v1.70.1 |
536 | 2024-12-25T04:30:25.245Z | Compiling futures-io v0.3.31 |
537 | 2024-12-25T04:30:25.258Z | Compiling futures-task v0.3.31 |
538 | 2024-12-25T04:30:25.288Z | Compiling pin-utils v0.1.0 |
539 | 2024-12-25T04:30:25.291Z | Compiling anstyle v1.0.10 |
540 | 2024-12-25T04:30:25.379Z | Compiling winnow v0.6.20 |
541 | 2024-12-25T04:30:25.504Z | Compiling anstyle-query v1.1.2 |
542 | 2024-12-25T04:30:25.521Z | Compiling futures-util v0.3.31 |
543 | 2024-12-25T04:30:25.635Z | Compiling terminal_size v0.4.1 |
544 | 2024-12-25T04:30:25.697Z | Compiling anstream v0.6.18 |
545 | 2024-12-25T04:30:25.838Z | Compiling dirs-sys-next v0.1.2 |
546 | 2024-12-25T04:30:26.715Z | Compiling time-core v0.1.2 |
547 | 2024-12-25T04:30:26.875Z | Compiling thiserror v2.0.9 |
548 | 2024-12-25T04:30:27.447Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
549 | 2024-12-25T04:30:27.781Z | Compiling clap_lex v0.7.4 |
550 | 2024-12-25T04:30:27.822Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
551 | 2024-12-25T04:30:28.163Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
552 | 2024-12-25T04:30:28.357Z | Compiling num-conv v0.1.0 |
553 | 2024-12-25T04:30:28.518Z | Compiling heck v0.5.0 |
554 | 2024-12-25T04:30:28.609Z | Compiling powerfmt v0.2.0 |
555 | 2024-12-25T04:30:28.870Z | Compiling ipnetwork v0.20.0 |
556 | 2024-12-25T04:30:29.129Z | Compiling postcard v1.1.1 |
557 | 2024-12-25T04:30:29.185Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
558 | 2024-12-25T04:30:29.611Z | Compiling uuid v1.11.0 |
559 | 2024-12-25T04:30:29.752Z | Compiling clap_derive v4.5.18 |
560 | 2024-12-25T04:30:30.395Z | Compiling deranged v0.3.11 |
561 | 2024-12-25T04:30:31.888Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
562 | 2024-12-25T04:30:32.055Z | Compiling futures-executor v0.3.31 |
563 | 2024-12-25T04:30:33.898Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
564 | 2024-12-25T04:30:34.359Z | Compiling time-macros v0.2.19 |
565 | 2024-12-25T04:30:35.206Z | Compiling clap_builder v4.5.23 |
566 | 2024-12-25T04:30:37.758Z | Compiling dirs-next v2.0.0 |
567 | 2024-12-25T04:30:37.771Z | Compiling thiserror-impl v2.0.9 |
568 | 2024-12-25T04:30:37.992Z | Compiling crossbeam-epoch v0.9.18 |
569 | 2024-12-25T04:30:38.327Z | Compiling is-terminal v0.4.13 |
570 | 2024-12-25T04:30:38.452Z | Compiling thread_local v1.1.8 |
571 | 2024-12-25T04:30:38.922Z | Compiling num-traits v0.2.19 |
572 | 2024-12-25T04:30:39.242Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
573 | 2024-12-25T04:30:39.260Z | Compiling slog-async v2.8.0 |
574 | 2024-12-25T04:30:39.355Z | Compiling heck v0.4.1 |
575 | 2024-12-25T04:30:39.575Z | Compiling arc-swap v1.7.1 |
576 | 2024-12-25T04:30:39.744Z | Compiling minimal-lexical v0.2.1 |
577 | 2024-12-25T04:30:39.936Z | Compiling rayon-core v1.12.1 |
578 | 2024-12-25T04:30:40.205Z | Compiling nom v7.1.3 |
579 | 2024-12-25T04:30:40.306Z | Compiling slog-scope v4.4.0 |
580 | 2024-12-25T04:30:40.319Z | Compiling time v0.3.37 |
581 | 2024-12-25T04:30:40.598Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
582 | 2024-12-25T04:30:40.852Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
583 | 2024-12-25T04:30:41.112Z | Compiling clap v4.5.23 |
584 | 2024-12-25T04:30:41.443Z | Compiling crossbeam-deque v0.8.6 |
585 | 2024-12-25T04:30:41.825Z | Compiling term v0.7.0 |
586 | 2024-12-25T04:30:42.207Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
587 | 2024-12-25T04:30:44.800Z | Compiling futures v0.3.31 |
588 | 2024-12-25T04:30:44.910Z | Compiling crossbeam-channel v0.5.14 |
589 | 2024-12-25T04:30:45.006Z | Compiling itertools v0.12.1 |
590 | 2024-12-25T04:30:46.162Z | Compiling half v2.4.1 |
591 | 2024-12-25T04:30:46.290Z | Compiling ciborium-io v0.2.2 |
592 | 2024-12-25T04:30:46.418Z | Compiling log v0.4.22 |
593 | 2024-12-25T04:30:46.759Z | Compiling cfg_aliases v0.2.1 |
594 | 2024-12-25T04:30:46.852Z | Compiling plotters-backend v0.3.7 |
595 | 2024-12-25T04:30:46.864Z | Compiling take_mut v0.2.2 |
596 | 2024-12-25T04:30:47.494Z | Compiling plotters-svg v0.3.7 |
597 | 2024-12-25T04:30:48.078Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
598 | 2024-12-25T04:30:48.334Z | Compiling nix v0.29.0 |
599 | 2024-12-25T04:30:49.119Z | Compiling slog-stdlog v4.1.1 |
600 | 2024-12-25T04:30:49.140Z | Compiling ciborium-ll v0.2.2 |
601 | 2024-12-25T04:30:49.229Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
602 | 2024-12-25T04:30:49.533Z | Compiling cookie-factory v0.3.3 |
603 | 2024-12-25T04:30:49.752Z | Compiling rusticata-macros v4.1.0 |
604 | 2024-12-25T04:30:49.998Z | Compiling slog-term v2.9.1 |
605 | 2024-12-25T04:30:51.055Z | Compiling itertools v0.10.5 |
606 | 2024-12-25T04:30:51.867Z | Compiling same-file v1.0.6 |
607 | 2024-12-25T04:30:51.905Z | Compiling cast v0.3.0 |
608 | 2024-12-25T04:30:52.060Z | Compiling circular v0.3.0 |
609 | 2024-12-25T04:30:52.098Z | Compiling walkdir v2.5.0 |
610 | 2024-12-25T04:30:52.115Z | Compiling plotters v0.3.7 |
611 | 2024-12-25T04:30:52.231Z | Compiling pcap-parser v0.16.0 |
612 | 2024-12-25T04:30:52.438Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
613 | 2024-12-25T04:30:52.916Z | Compiling rayon v1.10.0 |
614 | 2024-12-25T04:30:52.950Z | Compiling slog-envlogger v2.2.0 |
615 | 2024-12-25T04:30:53.886Z | Compiling criterion-plot v0.5.0 |
616 | 2024-12-25T04:30:54.371Z | Compiling ciborium v0.2.2 |
617 | 2024-12-25T04:30:54.800Z | Compiling tinytemplate v1.2.1 |
618 | 2024-12-25T04:30:55.086Z | Compiling anes v0.1.6 |
619 | 2024-12-25T04:30:55.384Z | Compiling oorandom v11.1.4 |
620 | 2024-12-25T04:30:55.587Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
621 | 2024-12-25T04:30:56.010Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
622 | 2024-12-25T04:30:56.169Z | Compiling ctor v0.2.9 |
623 | 2024-12-25T04:30:57.433Z | Compiling criterion v0.5.1 |
624 | 2024-12-25T04:31:00.128Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
625 | 2024-12-25T04:32:19.956Z | Finished `bench` profile [optimized + debuginfo] target(s) in 2m 20s |
626 | 2024-12-25T04:32:20.097Z | Running benches/xde.rs (target/release/deps/xde-3fae39e95dd35234) |
627 | 2024-12-25T04:32:20.183Z | ###--------------------------------### |
628 | 2024-12-25T04:32:20.183Z | :::Building test topology... (120s)::: |
629 | 2024-12-25T04:32:20.183Z | ###--------------------------------### |
630 | 2024-12-25T04:32:20.190Z | adding underlay route 0 |
631 | 2024-12-25T04:32:20.192Z | adding underlay route 1 |
632 | 2024-12-25T04:32:20.358Z | start zone a |
633 | 2024-12-25T04:32:20.358Z | configure zone |
634 | 2024-12-25T04:32:20.373Z | install zone |
635 | 2024-12-25T04:34:21.305Z | boot zone |
636 | 2024-12-25T04:34:22.142Z | start zone b |
637 | 2024-12-25T04:34:22.142Z | configure zone |
638 | 2024-12-25T04:34:22.149Z | install zone |
639 | 2024-12-25T04:36:19.231Z | boot zone |
640 | 2024-12-25T04:36:19.998Z | setup zone a |
641 | 2024-12-25T04:36:19.998Z | [a] svcs milestone/network |
642 | 2024-12-25T04:36:20.029Z | STATE STIME FMRI |
643 | 2024-12-25T04:36:20.029Z | online 20:34:39 svc:/milestone/network:default |
644 | 2024-12-25T04:36:20.029Z | [a] ipadm create-addr -t -T dhcp opte0/test |
645 | 2024-12-25T04:36:25.788Z | |
646 | 2024-12-25T04:36:25.788Z | [a] route add -iface 10.0.0.254 10.0.0.1 |
647 | 2024-12-25T04:36:25.809Z | add host 10.0.0.254: gateway 10.0.0.1 |
648 | 2024-12-25T04:36:25.809Z | [a] route add 10.0.0.0/24 10.0.0.254 |
649 | 2024-12-25T04:36:25.826Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
650 | 2024-12-25T04:36:25.826Z | setup zone b |
651 | 2024-12-25T04:36:25.826Z | [b] svcs milestone/network |
652 | 2024-12-25T04:36:25.845Z | STATE STIME FMRI |
653 | 2024-12-25T04:36:25.845Z | - - svc:/milestone/network:default |
654 | 2024-12-25T04:36:26.845Z | [b] svcs milestone/network |
655 | 2024-12-25T04:36:26.866Z | STATE STIME FMRI |
656 | 2024-12-25T04:36:26.866Z | - - svc:/milestone/network:default |
657 | 2024-12-25T04:36:27.866Z | [b] svcs milestone/network |
658 | 2024-12-25T04:36:27.886Z | STATE STIME FMRI |
659 | 2024-12-25T04:36:27.886Z | - - svc:/milestone/network:default |
660 | 2024-12-25T04:36:28.886Z | [b] svcs milestone/network |
661 | 2024-12-25T04:36:28.906Z | STATE STIME FMRI |
662 | 2024-12-25T04:36:28.906Z | - - svc:/milestone/network:default |
663 | 2024-12-25T04:36:29.906Z | [b] svcs milestone/network |
664 | 2024-12-25T04:36:29.926Z | STATE STIME FMRI |
665 | 2024-12-25T04:36:29.926Z | - - svc:/milestone/network:default |
666 | 2024-12-25T04:36:30.927Z | [b] svcs milestone/network |
667 | 2024-12-25T04:36:30.946Z | STATE STIME FMRI |
668 | 2024-12-25T04:36:30.947Z | - - svc:/milestone/network:default |
669 | 2024-12-25T04:36:31.947Z | [b] svcs milestone/network |
670 | 2024-12-25T04:36:31.967Z | STATE STIME FMRI |
671 | 2024-12-25T04:36:31.968Z | - - svc:/milestone/network:default |
672 | 2024-12-25T04:36:32.967Z | [b] svcs milestone/network |
673 | 2024-12-25T04:36:32.987Z | STATE STIME FMRI |
674 | 2024-12-25T04:36:32.987Z | - - svc:/milestone/network:default |
675 | 2024-12-25T04:36:33.988Z | [b] svcs milestone/network |
676 | 2024-12-25T04:36:34.008Z | STATE STIME FMRI |
677 | 2024-12-25T04:36:34.008Z | - - svc:/milestone/network:default |
678 | 2024-12-25T04:36:35.008Z | [b] svcs milestone/network |
679 | 2024-12-25T04:36:35.028Z | STATE STIME FMRI |
680 | 2024-12-25T04:36:35.028Z | - - svc:/milestone/network:default |
681 | 2024-12-25T04:36:36.028Z | [b] svcs milestone/network |
682 | 2024-12-25T04:36:36.048Z | STATE STIME FMRI |
683 | 2024-12-25T04:36:36.048Z | - - svc:/milestone/network:default |
684 | 2024-12-25T04:36:37.048Z | [b] svcs milestone/network |
685 | 2024-12-25T04:36:37.069Z | STATE STIME FMRI |
686 | 2024-12-25T04:36:37.069Z | - - svc:/milestone/network:default |
687 | 2024-12-25T04:36:38.069Z | [b] svcs milestone/network |
688 | 2024-12-25T04:36:38.090Z | STATE STIME FMRI |
689 | 2024-12-25T04:36:38.090Z | offline 20:36:36 svc:/milestone/network:default |
690 | 2024-12-25T04:36:39.090Z | [b] svcs milestone/network |
691 | 2024-12-25T04:36:39.113Z | STATE STIME FMRI |
692 | 2024-12-25T04:36:39.113Z | online 20:36:37 svc:/milestone/network:default |
693 | 2024-12-25T04:36:39.113Z | [b] ipadm create-addr -t -T dhcp opte1/test |
694 | 2024-12-25T04:36:43.929Z | |
695 | 2024-12-25T04:36:43.929Z | [b] route add -iface 10.0.0.254 10.0.0.2 |
696 | 2024-12-25T04:36:43.949Z | add host 10.0.0.254: gateway 10.0.0.2 |
697 | 2024-12-25T04:36:43.949Z | [b] route add 10.0.0.0/24 10.0.0.254 |
698 | 2024-12-25T04:36:43.968Z | add net 10.0.0.0/24: gateway 10.0.0.254 |
699 | 2024-12-25T04:36:43.968Z | ###---------------### |
700 | 2024-12-25T04:36:43.968Z | :::Topology built!::: |
701 | 2024-12-25T04:36:43.968Z | ###---------------### |
702 | 2024-12-25T04:36:43.971Z | ###----------------### |
703 | 2024-12-25T04:36:43.971Z | ::: iPerf spawned! ::: |
704 | 2024-12-25T04:36:43.971Z | :::Waiting... (10s)::: |
705 | 2024-12-25T04:36:43.971Z | ###----------------### |
706 | 2024-12-25T04:36:53.969Z | ###---### |
707 | 2024-12-25T04:36:53.969Z | :::Go!::: |
708 | 2024-12-25T04:36:53.969Z | ###---### |
709 | 2024-12-25T04:36:53.969Z | [a] ping 10.0.0.2 |
710 | 2024-12-25T04:36:53.991Z | 10.0.0.2 is alive |
711 | 2024-12-25T04:36:53.991Z | ###-------------------### |
712 | 2024-12-25T04:36:53.991Z | :::Running experiment ::: |
713 | 2024-12-25T04:36:53.991Z | :::iperf-tcp/local/c2s::: |
714 | 2024-12-25T04:36:53.991Z | ###-------------------### |
715 | 2024-12-25T04:37:01.019Z | ----------------------------------------------------------- |
716 | 2024-12-25T04:37:01.019Z | Server listening on 5201 |
717 | 2024-12-25T04:37:01.019Z | ----------------------------------------------------------- |
718 | 2024-12-25T04:37:01.019Z | Accepted connection from 10.0.0.1, port 48339 |
719 | 2024-12-25T04:37:01.019Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53511 |
720 | 2024-12-25T04:37:01.019Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46752 |
721 | 2024-12-25T04:37:01.019Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34066 |
722 | 2024-12-25T04:37:01.019Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41106 |
723 | 2024-12-25T04:37:01.019Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36551 |
724 | 2024-12-25T04:37:01.019Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48572 |
725 | 2024-12-25T04:37:01.019Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50546 |
726 | 2024-12-25T04:37:01.019Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38968 |
727 | 2024-12-25T04:37:01.019Z | [ ID] Interval Transfer Bandwidth |
728 | 2024-12-25T04:37:01.019Z | [ 5] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec |
729 | 2024-12-25T04:37:01.019Z | [ 7] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec |
730 | 2024-12-25T04:37:01.019Z | [ 9] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec |
731 | 2024-12-25T04:37:01.019Z | [ 11] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec |
732 | 2024-12-25T04:37:01.019Z | [ 13] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec |
733 | 2024-12-25T04:37:01.019Z | [ 15] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec |
734 | 2024-12-25T04:37:01.019Z | [ 17] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec |
735 | 2024-12-25T04:37:01.019Z | [ 19] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec |
736 | 2024-12-25T04:37:01.019Z | [SUM] 0.00-1.00 sec 152 MBytes 1.27 Gbits/sec |
737 | 2024-12-25T04:37:01.019Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
738 | 2024-12-25T04:37:01.019Z | [ 5] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec |
739 | 2024-12-25T04:37:01.019Z | [ 7] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec |
740 | 2024-12-25T04:37:01.020Z | [ 9] 1.00-2.00 sec 21.5 MBytes 181 Mbits/sec |
741 | 2024-12-25T04:37:01.020Z | [ 11] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec |
742 | 2024-12-25T04:37:01.020Z | [ 13] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec |
743 | 2024-12-25T04:37:01.020Z | [ 15] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec |
744 | 2024-12-25T04:37:01.020Z | [ 17] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec |
745 | 2024-12-25T04:37:01.020Z | [ 19] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec |
746 | 2024-12-25T04:37:01.020Z | [SUM] 1.00-2.00 sec 172 MBytes 1.45 Gbits/sec |
747 | 2024-12-25T04:37:01.020Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
748 | 2024-12-25T04:37:01.020Z | [ 5] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
749 | 2024-12-25T04:37:01.020Z | [ 7] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
750 | 2024-12-25T04:37:01.020Z | [ 9] 2.00-3.00 sec 22.2 MBytes 186 Mbits/sec |
751 | 2024-12-25T04:37:01.020Z | [ 11] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
752 | 2024-12-25T04:37:01.020Z | [ 13] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
753 | 2024-12-25T04:37:01.020Z | [ 15] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
754 | 2024-12-25T04:37:01.020Z | [ 17] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
755 | 2024-12-25T04:37:01.020Z | [ 19] 2.00-3.00 sec 22.2 MBytes 186 Mbits/sec |
756 | 2024-12-25T04:37:01.020Z | [SUM] 2.00-3.00 sec 177 MBytes 1.49 Gbits/sec |
757 | 2024-12-25T04:37:01.020Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
758 | 2024-12-25T04:37:01.020Z | [ 5] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
759 | 2024-12-25T04:37:01.020Z | [ 7] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
760 | 2024-12-25T04:37:01.020Z | [ 9] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec |
761 | 2024-12-25T04:37:01.020Z | [ 11] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec |
762 | 2024-12-25T04:37:01.020Z | [ 13] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec |
763 | 2024-12-25T04:37:01.021Z | [ 15] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
764 | 2024-12-25T04:37:01.021Z | [ 17] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
765 | 2024-12-25T04:37:01.021Z | [ 19] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec |
766 | 2024-12-25T04:37:01.021Z | [SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec |
767 | 2024-12-25T04:37:01.021Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
768 | 2024-12-25T04:37:01.021Z | [ 5] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
769 | 2024-12-25T04:37:01.021Z | [ 7] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
770 | 2024-12-25T04:37:01.021Z | [ 9] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
771 | 2024-12-25T04:37:01.021Z | [ 11] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
772 | 2024-12-25T04:37:01.021Z | [ 13] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
773 | 2024-12-25T04:37:01.021Z | [ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
774 | 2024-12-25T04:37:01.021Z | [ 17] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec |
775 | 2024-12-25T04:37:01.021Z | [ 19] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
776 | 2024-12-25T04:37:01.021Z | [SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec |
777 | 2024-12-25T04:37:01.021Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
778 | 2024-12-25T04:37:01.021Z | [ 5] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
779 | 2024-12-25T04:37:01.021Z | [ 7] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
780 | 2024-12-25T04:37:01.021Z | [ 9] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
781 | 2024-12-25T04:37:01.021Z | [ 11] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
782 | 2024-12-25T04:37:01.021Z | [ 13] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
783 | 2024-12-25T04:37:01.021Z | [ 15] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
784 | 2024-12-25T04:37:01.021Z | [ 17] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
785 | 2024-12-25T04:37:01.021Z | [ 19] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
786 | 2024-12-25T04:37:01.022Z | [SUM] 5.00-6.00 sec 169 MBytes 1.42 Gbits/sec |
787 | 2024-12-25T04:37:01.022Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
788 | 2024-12-25T04:37:01.022Z | [ 5] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
789 | 2024-12-25T04:37:01.022Z | [ 7] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
790 | 2024-12-25T04:37:01.022Z | [ 9] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
791 | 2024-12-25T04:37:04.132Z | [ 11] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
792 | 2024-12-25T04:37:04.132Z | [ 13] 6.00-7.00 sec 20.9 MBytes 175 Mbits/sec |
793 | 2024-12-25T04:37:04.132Z | [ 15] 6.00-7.00 sec 20.9 MBytes 175 Mbits/sec |
794 | 2024-12-25T04:37:04.132Z | [ 17] 6.00-7.00 sec 20.9 MBytes 175 Mbits/sec |
795 | 2024-12-25T04:37:04.133Z | [ 19] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
796 | 2024-12-25T04:37:04.133Z | [SUM] 6.00-7.00 sec 168 MBytes 1.41 Gbits/sec |
797 | 2024-12-25T04:37:04.133Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
798 | 2024-12-25T04:37:04.133Z | [ 5] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
799 | 2024-12-25T04:37:04.133Z | [ 7] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
800 | 2024-12-25T04:37:04.133Z | [ 9] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
801 | 2024-12-25T04:37:04.133Z | [ 11] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
802 | 2024-12-25T04:37:04.133Z | [ 13] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec |
803 | 2024-12-25T04:37:04.133Z | [ 15] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
804 | 2024-12-25T04:37:04.133Z | [ 17] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec |
805 | 2024-12-25T04:37:04.133Z | [ 19] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
806 | 2024-12-25T04:37:04.133Z | [SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec |
807 | 2024-12-25T04:37:04.133Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
808 | 2024-12-25T04:37:04.133Z | [ 5] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
809 | 2024-12-25T04:37:04.133Z | [ 7] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
810 | 2024-12-25T04:37:04.133Z | [ 9] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
811 | 2024-12-25T04:37:04.133Z | [ 11] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
812 | 2024-12-25T04:37:04.133Z | [ 13] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
813 | 2024-12-25T04:37:04.133Z | [ 15] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
814 | 2024-12-25T04:37:04.133Z | [ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec |
815 | 2024-12-25T04:37:04.133Z | [ 19] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec |
816 | 2024-12-25T04:37:04.133Z | [SUM] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec |
817 | 2024-12-25T04:37:04.133Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
818 | 2024-12-25T04:37:04.133Z | [ 5] 9.00-10.00 sec 21.6 MBytes 182 Mbits/sec |
819 | 2024-12-25T04:37:04.133Z | [ 7] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
820 | 2024-12-25T04:37:04.133Z | [ 9] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
821 | 2024-12-25T04:37:04.133Z | [ 11] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
822 | 2024-12-25T04:37:04.133Z | [ 13] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
823 | 2024-12-25T04:37:04.133Z | [ 15] 9.00-10.00 sec 21.6 MBytes 182 Mbits/sec |
824 | 2024-12-25T04:37:04.133Z | [ 17] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
825 | 2024-12-25T04:37:04.133Z | [ 19] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
826 | 2024-12-25T04:37:04.133Z | [SUM] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec |
827 | 2024-12-25T04:37:04.133Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
828 | 2024-12-25T04:37:04.133Z | [ 5] 10.00-10.00 sec 106 KBytes 318 Mbits/sec |
829 | 2024-12-25T04:37:04.133Z | [ 7] 10.00-10.00 sec 119 KBytes 357 Mbits/sec |
830 | 2024-12-25T04:37:04.133Z | [ 9] 10.00-10.00 sec 124 KBytes 374 Mbits/sec |
831 | 2024-12-25T04:37:04.133Z | [ 11] 10.00-10.00 sec 124 KBytes 374 Mbits/sec |
832 | 2024-12-25T04:37:04.133Z | [ 13] 10.00-10.00 sec 48.1 KBytes 144 Mbits/sec |
833 | 2024-12-25T04:37:04.133Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
834 | 2024-12-25T04:37:04.134Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
835 | 2024-12-25T04:37:04.134Z | [ 19] 10.00-10.00 sec 59.4 KBytes 180 Mbits/sec |
836 | 2024-12-25T04:37:04.134Z | [SUM] 10.00-10.00 sec 581 KBytes 1.74 Gbits/sec |
837 | 2024-12-25T04:37:04.134Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
838 | 2024-12-25T04:37:04.134Z | [ ID] Interval Transfer Bandwidth |
839 | 2024-12-25T04:37:04.134Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
840 | 2024-12-25T04:37:04.134Z | [ 5] 0.00-10.00 sec 214 MBytes 179 Mbits/sec receiver |
841 | 2024-12-25T04:37:04.134Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
842 | 2024-12-25T04:37:04.134Z | [ 7] 0.00-10.00 sec 214 MBytes 179 Mbits/sec receiver |
843 | 2024-12-25T04:37:04.134Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
844 | 2024-12-25T04:37:04.134Z | [ 9] 0.00-10.00 sec 214 MBytes 179 Mbits/sec receiver |
845 | 2024-12-25T04:37:04.134Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
846 | 2024-12-25T04:37:04.134Z | [ 11] 0.00-10.00 sec 214 MBytes 179 Mbits/sec receiver |
847 | 2024-12-25T04:37:04.134Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
848 | 2024-12-25T04:37:04.134Z | [ 13] 0.00-10.00 sec 213 MBytes 179 Mbits/sec receiver |
849 | 2024-12-25T04:37:04.134Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
850 | 2024-12-25T04:37:04.134Z | [ 15] 0.00-10.00 sec 213 MBytes 179 Mbits/sec receiver |
851 | 2024-12-25T04:37:04.134Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
852 | 2024-12-25T04:37:04.134Z | [ 17] 0.00-10.00 sec 213 MBytes 179 Mbits/sec receiver |
853 | 2024-12-25T04:37:04.134Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
854 | 2024-12-25T04:37:04.134Z | [ 19] 0.00-10.00 sec 213 MBytes 179 Mbits/sec receiver |
855 | 2024-12-25T04:37:04.134Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
856 | 2024-12-25T04:37:04.134Z | [SUM] 0.00-10.00 sec 1.67 GBytes 1.43 Gbits/sec receiver |
857 | 2024-12-25T04:37:04.137Z | Run 1/5...1432.673Mbps |
858 | 2024-12-25T04:37:11.162Z | ----------------------------------------------------------- |
859 | 2024-12-25T04:37:11.162Z | Server listening on 5201 |
860 | 2024-12-25T04:37:11.162Z | ----------------------------------------------------------- |
861 | 2024-12-25T04:37:11.162Z | Accepted connection from 10.0.0.1, port 45343 |
862 | 2024-12-25T04:37:11.162Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41457 |
863 | 2024-12-25T04:37:11.162Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49987 |
864 | 2024-12-25T04:37:11.162Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58749 |
865 | 2024-12-25T04:37:11.162Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53098 |
866 | 2024-12-25T04:37:11.162Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38803 |
867 | 2024-12-25T04:37:11.162Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57357 |
868 | 2024-12-25T04:37:11.162Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45310 |
869 | 2024-12-25T04:37:11.162Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34583 |
870 | 2024-12-25T04:37:11.162Z | [ ID] Interval Transfer Bandwidth |
871 | 2024-12-25T04:37:11.162Z | [ 5] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
872 | 2024-12-25T04:37:11.162Z | [ 7] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
873 | 2024-12-25T04:37:11.162Z | [ 9] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
874 | 2024-12-25T04:37:11.162Z | [ 11] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec |
875 | 2024-12-25T04:37:11.162Z | [ 13] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
876 | 2024-12-25T04:37:11.162Z | [ 15] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
877 | 2024-12-25T04:37:11.162Z | [ 17] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
878 | 2024-12-25T04:37:11.162Z | [ 19] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
879 | 2024-12-25T04:37:11.162Z | [SUM] 0.00-1.00 sec 157 MBytes 1.32 Gbits/sec |
880 | 2024-12-25T04:37:11.163Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
881 | 2024-12-25T04:37:11.163Z | [ 5] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
882 | 2024-12-25T04:37:11.164Z | [ 7] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
883 | 2024-12-25T04:37:11.164Z | [ 9] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
884 | 2024-12-25T04:37:11.164Z | [ 11] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec |
885 | 2024-12-25T04:37:11.164Z | [ 13] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
886 | 2024-12-25T04:37:11.164Z | [ 15] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
887 | 2024-12-25T04:37:11.164Z | [ 17] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
888 | 2024-12-25T04:37:11.164Z | [ 19] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
889 | 2024-12-25T04:37:11.164Z | [SUM] 1.00-2.00 sec 180 MBytes 1.51 Gbits/sec |
890 | 2024-12-25T04:37:11.164Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
891 | 2024-12-25T04:37:11.164Z | [ 5] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
892 | 2024-12-25T04:37:11.164Z | [ 7] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
893 | 2024-12-25T04:37:11.164Z | [ 9] 2.00-3.00 sec 22.1 MBytes 185 Mbits/sec |
894 | 2024-12-25T04:37:11.164Z | [ 11] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
895 | 2024-12-25T04:37:11.164Z | [ 13] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
896 | 2024-12-25T04:37:11.164Z | [ 15] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
897 | 2024-12-25T04:37:11.164Z | [ 17] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
898 | 2024-12-25T04:37:11.164Z | [ 19] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
899 | 2024-12-25T04:37:11.164Z | [SUM] 2.00-3.00 sec 177 MBytes 1.48 Gbits/sec |
900 | 2024-12-25T04:37:11.164Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
901 | 2024-12-25T04:37:11.164Z | [ 5] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
902 | 2024-12-25T04:37:11.164Z | [ 7] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
903 | 2024-12-25T04:37:11.164Z | [ 9] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
904 | 2024-12-25T04:37:11.165Z | [ 11] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
905 | 2024-12-25T04:37:11.165Z | [ 13] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
906 | 2024-12-25T04:37:11.165Z | [ 15] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
907 | 2024-12-25T04:37:11.165Z | [ 17] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
908 | 2024-12-25T04:37:11.165Z | [ 19] 3.00-4.00 sec 22.5 MBytes 188 Mbits/sec |
909 | 2024-12-25T04:37:11.165Z | [SUM] 3.00-4.00 sec 179 MBytes 1.50 Gbits/sec |
910 | 2024-12-25T04:37:11.165Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
911 | 2024-12-25T04:37:11.165Z | [ 5] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec |
912 | 2024-12-25T04:37:11.165Z | [ 7] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec |
913 | 2024-12-25T04:37:11.165Z | [ 9] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
914 | 2024-12-25T04:37:11.168Z | [ 11] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
915 | 2024-12-25T04:37:11.168Z | [ 13] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
916 | 2024-12-25T04:37:11.168Z | [ 15] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec |
917 | 2024-12-25T04:37:11.168Z | [ 17] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec |
918 | 2024-12-25T04:37:11.168Z | [ 19] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec |
919 | 2024-12-25T04:37:11.168Z | [SUM] 4.00-5.00 sec 179 MBytes 1.51 Gbits/sec |
920 | 2024-12-25T04:37:11.168Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
921 | 2024-12-25T04:37:11.168Z | [ 5] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
922 | 2024-12-25T04:37:11.168Z | [ 7] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
923 | 2024-12-25T04:37:11.168Z | [ 9] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
924 | 2024-12-25T04:37:11.168Z | [ 11] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
925 | 2024-12-25T04:37:11.168Z | [ 13] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
926 | 2024-12-25T04:37:11.168Z | [ 15] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
927 | 2024-12-25T04:37:11.168Z | [ 17] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec |
928 | 2024-12-25T04:37:11.168Z | [ 19] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec |
929 | 2024-12-25T04:37:11.168Z | [SUM] 5.00-6.00 sec 180 MBytes 1.51 Gbits/sec |
930 | 2024-12-25T04:37:11.168Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
931 | 2024-12-25T04:37:11.168Z | [ 5] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
932 | 2024-12-25T04:37:11.168Z | [ 7] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
933 | 2024-12-25T04:37:11.168Z | [ 9] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
934 | 2024-12-25T04:37:14.382Z | [ 11] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
935 | 2024-12-25T04:37:14.382Z | [ 13] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec |
936 | 2024-12-25T04:37:14.382Z | [ 15] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
937 | 2024-12-25T04:37:14.382Z | [ 17] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
938 | 2024-12-25T04:37:14.382Z | [ 19] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
939 | 2024-12-25T04:37:14.382Z | [SUM] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec |
940 | 2024-12-25T04:37:14.382Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
941 | 2024-12-25T04:37:14.382Z | [ 5] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
942 | 2024-12-25T04:37:14.382Z | [ 7] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
943 | 2024-12-25T04:37:14.382Z | [ 9] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec |
944 | 2024-12-25T04:37:14.382Z | [ 11] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec |
945 | 2024-12-25T04:37:14.382Z | [ 13] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec |
946 | 2024-12-25T04:37:14.382Z | [ 15] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
947 | 2024-12-25T04:37:14.382Z | [ 17] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
948 | 2024-12-25T04:37:14.382Z | [ 19] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
949 | 2024-12-25T04:37:14.382Z | [SUM] 7.00-8.00 sec 177 MBytes 1.48 Gbits/sec |
950 | 2024-12-25T04:37:14.382Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
951 | 2024-12-25T04:37:14.382Z | [ 5] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
952 | 2024-12-25T04:37:14.383Z | [ 7] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
953 | 2024-12-25T04:37:14.383Z | [ 9] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec |
954 | 2024-12-25T04:37:14.383Z | [ 11] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
955 | 2024-12-25T04:37:14.383Z | [ 13] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
956 | 2024-12-25T04:37:14.383Z | [ 15] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
957 | 2024-12-25T04:37:14.383Z | [ 17] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
958 | 2024-12-25T04:37:14.383Z | [ 19] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
959 | 2024-12-25T04:37:14.383Z | [SUM] 8.00-9.00 sec 177 MBytes 1.48 Gbits/sec |
960 | 2024-12-25T04:37:14.383Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
961 | 2024-12-25T04:37:14.383Z | [ 5] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
962 | 2024-12-25T04:37:14.383Z | [ 7] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
963 | 2024-12-25T04:37:14.383Z | [ 9] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
964 | 2024-12-25T04:37:14.383Z | [ 11] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
965 | 2024-12-25T04:37:14.383Z | [ 13] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
966 | 2024-12-25T04:37:14.383Z | [ 15] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
967 | 2024-12-25T04:37:14.383Z | [ 17] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
968 | 2024-12-25T04:37:14.383Z | [ 19] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
969 | 2024-12-25T04:37:14.383Z | [SUM] 9.00-10.00 sec 176 MBytes 1.48 Gbits/sec |
970 | 2024-12-25T04:37:14.383Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
971 | 2024-12-25T04:37:14.383Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
972 | 2024-12-25T04:37:14.383Z | [ 7] 10.00-10.00 sec 21.2 KBytes 79.3 Mbits/sec |
973 | 2024-12-25T04:37:14.383Z | [ 9] 10.00-10.00 sec 42.4 KBytes 159 Mbits/sec |
974 | 2024-12-25T04:37:14.383Z | [ 11] 10.00-10.00 sec 124 KBytes 465 Mbits/sec |
975 | 2024-12-25T04:37:14.383Z | [ 13] 10.00-10.00 sec 124 KBytes 465 Mbits/sec |
976 | 2024-12-25T04:37:14.383Z | [ 15] 10.00-10.00 sec 67.9 KBytes 254 Mbits/sec |
977 | 2024-12-25T04:37:14.383Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
978 | 2024-12-25T04:37:14.383Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
979 | 2024-12-25T04:37:14.383Z | [SUM] 10.00-10.00 sec 380 KBytes 1.42 Gbits/sec |
980 | 2024-12-25T04:37:14.383Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
981 | 2024-12-25T04:37:14.383Z | [ ID] Interval Transfer Bandwidth |
982 | 2024-12-25T04:37:14.383Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
983 | 2024-12-25T04:37:14.383Z | [ 5] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver |
984 | 2024-12-25T04:37:14.383Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
985 | 2024-12-25T04:37:14.383Z | [ 7] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver |
986 | 2024-12-25T04:37:14.383Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
987 | 2024-12-25T04:37:14.383Z | [ 9] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver |
988 | 2024-12-25T04:37:14.383Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
989 | 2024-12-25T04:37:14.383Z | [ 11] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver |
990 | 2024-12-25T04:37:14.383Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
991 | 2024-12-25T04:37:14.383Z | [ 13] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver |
992 | 2024-12-25T04:37:14.384Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
993 | 2024-12-25T04:37:14.384Z | [ 15] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver |
994 | 2024-12-25T04:37:14.384Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
995 | 2024-12-25T04:37:14.384Z | [ 17] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
996 | 2024-12-25T04:37:14.384Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
997 | 2024-12-25T04:37:14.384Z | [ 19] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver |
998 | 2024-12-25T04:37:14.384Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
999 | 2024-12-25T04:37:14.384Z | [SUM] 0.00-10.00 sec 1.72 GBytes 1.47 Gbits/sec receiver |
1000 | 2024-12-25T04:37:14.387Z | Run 2/5...1473.685Mbps |
1001 | 2024-12-25T04:37:21.413Z | ----------------------------------------------------------- |
1002 | 2024-12-25T04:37:21.413Z | Server listening on 5201 |
1003 | 2024-12-25T04:37:21.413Z | ----------------------------------------------------------- |
1004 | 2024-12-25T04:37:21.413Z | Accepted connection from 10.0.0.1, port 59333 |
1005 | 2024-12-25T04:37:21.413Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35108 |
1006 | 2024-12-25T04:37:21.413Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56428 |
1007 | 2024-12-25T04:37:21.413Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41454 |
1008 | 2024-12-25T04:37:21.413Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65129 |
1009 | 2024-12-25T04:37:21.413Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49716 |
1010 | 2024-12-25T04:37:21.413Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54011 |
1011 | 2024-12-25T04:37:21.413Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33293 |
1012 | 2024-12-25T04:37:21.413Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55566 |
1013 | 2024-12-25T04:37:21.413Z | [ ID] Interval Transfer Bandwidth |
1014 | 2024-12-25T04:37:21.413Z | [ 5] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
1015 | 2024-12-25T04:37:21.413Z | [ 7] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1016 | 2024-12-25T04:37:21.413Z | [ 9] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1017 | 2024-12-25T04:37:21.413Z | [ 11] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1018 | 2024-12-25T04:37:21.413Z | [ 13] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1019 | 2024-12-25T04:37:21.413Z | [ 15] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1020 | 2024-12-25T04:37:21.413Z | [ 17] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1021 | 2024-12-25T04:37:21.413Z | [ 19] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1022 | 2024-12-25T04:37:21.414Z | [SUM] 0.00-1.00 sec 155 MBytes 1.30 Gbits/sec |
1023 | 2024-12-25T04:37:21.414Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1024 | 2024-12-25T04:37:21.414Z | [ 5] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1025 | 2024-12-25T04:37:21.414Z | [ 7] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1026 | 2024-12-25T04:37:21.414Z | [ 9] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec |
1027 | 2024-12-25T04:37:21.414Z | [ 11] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1028 | 2024-12-25T04:37:21.414Z | [ 13] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1029 | 2024-12-25T04:37:21.414Z | [ 15] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1030 | 2024-12-25T04:37:21.414Z | [ 17] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1031 | 2024-12-25T04:37:21.414Z | [ 19] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1032 | 2024-12-25T04:37:21.414Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
1033 | 2024-12-25T04:37:21.414Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1034 | 2024-12-25T04:37:21.414Z | [ 5] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1035 | 2024-12-25T04:37:21.414Z | [ 7] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1036 | 2024-12-25T04:37:21.414Z | [ 9] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1037 | 2024-12-25T04:37:21.414Z | [ 11] 2.00-3.00 sec 22.1 MBytes 186 Mbits/sec |
1038 | 2024-12-25T04:37:21.414Z | [ 13] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1039 | 2024-12-25T04:37:21.414Z | [ 15] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1040 | 2024-12-25T04:37:21.414Z | [ 17] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1041 | 2024-12-25T04:37:21.414Z | [ 19] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec |
1042 | 2024-12-25T04:37:21.414Z | [SUM] 2.00-3.00 sec 176 MBytes 1.48 Gbits/sec |
1043 | 2024-12-25T04:37:21.414Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1044 | 2024-12-25T04:37:21.414Z | [ 5] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1045 | 2024-12-25T04:37:21.414Z | [ 7] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1046 | 2024-12-25T04:37:21.415Z | [ 9] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1047 | 2024-12-25T04:37:21.415Z | [ 11] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1048 | 2024-12-25T04:37:21.415Z | [ 13] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec |
1049 | 2024-12-25T04:37:21.415Z | [ 15] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1050 | 2024-12-25T04:37:21.415Z | [ 17] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1051 | 2024-12-25T04:37:21.415Z | [ 19] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec |
1052 | 2024-12-25T04:37:21.415Z | [SUM] 3.00-4.00 sec 179 MBytes 1.50 Gbits/sec |
1053 | 2024-12-25T04:37:21.415Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1054 | 2024-12-25T04:37:21.415Z | [ 5] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1055 | 2024-12-25T04:37:21.415Z | [ 7] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1056 | 2024-12-25T04:37:21.415Z | [ 9] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec |
1057 | 2024-12-25T04:37:21.415Z | [ 11] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec |
1058 | 2024-12-25T04:37:21.415Z | [ 13] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec |
1059 | 2024-12-25T04:37:21.415Z | [ 15] 4.00-5.00 sec 21.9 MBytes 184 Mbits/sec |
1060 | 2024-12-25T04:37:21.415Z | [ 17] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec |
1061 | 2024-12-25T04:37:21.416Z | [ 19] 4.00-5.00 sec 21.9 MBytes 183 Mbits/sec |
1062 | 2024-12-25T04:37:21.416Z | [SUM] 4.00-5.00 sec 175 MBytes 1.47 Gbits/sec |
1063 | 2024-12-25T04:37:21.416Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1064 | 2024-12-25T04:37:21.416Z | [ 5] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1065 | 2024-12-25T04:37:21.416Z | [ 7] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1066 | 2024-12-25T04:37:21.416Z | [ 9] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
1067 | 2024-12-25T04:37:21.416Z | [ 11] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
1068 | 2024-12-25T04:37:21.416Z | [ 13] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec |
1069 | 2024-12-25T04:37:21.416Z | [ 15] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec |
1070 | 2024-12-25T04:37:21.416Z | [ 17] 5.00-6.00 sec 21.9 MBytes 183 Mbits/sec |
1071 | 2024-12-25T04:37:21.416Z | [ 19] 5.00-6.00 sec 22.0 MBytes 185 Mbits/sec |
1072 | 2024-12-25T04:37:21.416Z | [SUM] 5.00-6.00 sec 176 MBytes 1.47 Gbits/sec |
1073 | 2024-12-25T04:37:21.416Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1074 | 2024-12-25T04:37:21.416Z | [ 5] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1075 | 2024-12-25T04:37:21.416Z | [ 7] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1076 | 2024-12-25T04:37:21.416Z | [ 9] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1077 | 2024-12-25T04:37:24.632Z | [ 11] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1078 | 2024-12-25T04:37:24.632Z | [ 13] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec |
1079 | 2024-12-25T04:37:24.632Z | [ 15] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1080 | 2024-12-25T04:37:24.632Z | [ 17] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1081 | 2024-12-25T04:37:24.632Z | [ 19] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec |
1082 | 2024-12-25T04:37:24.632Z | [SUM] 6.00-7.00 sec 178 MBytes 1.49 Gbits/sec |
1083 | 2024-12-25T04:37:24.632Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1084 | 2024-12-25T04:37:24.632Z | [ 5] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1085 | 2024-12-25T04:37:24.632Z | [ 7] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1086 | 2024-12-25T04:37:24.633Z | [ 9] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1087 | 2024-12-25T04:37:24.633Z | [ 11] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1088 | 2024-12-25T04:37:24.633Z | [ 13] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec |
1089 | 2024-12-25T04:37:24.633Z | [ 15] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1090 | 2024-12-25T04:37:24.633Z | [ 17] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1091 | 2024-12-25T04:37:24.633Z | [ 19] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec |
1092 | 2024-12-25T04:37:24.633Z | [SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec |
1093 | 2024-12-25T04:37:24.633Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1094 | 2024-12-25T04:37:24.633Z | [ 5] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1095 | 2024-12-25T04:37:24.633Z | [ 7] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1096 | 2024-12-25T04:37:24.633Z | [ 9] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1097 | 2024-12-25T04:37:24.633Z | [ 11] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1098 | 2024-12-25T04:37:24.633Z | [ 13] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec |
1099 | 2024-12-25T04:37:24.633Z | [ 15] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1100 | 2024-12-25T04:37:24.633Z | [ 17] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1101 | 2024-12-25T04:37:24.633Z | [ 19] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec |
1102 | 2024-12-25T04:37:24.633Z | [SUM] 8.00-9.00 sec 176 MBytes 1.48 Gbits/sec |
1103 | 2024-12-25T04:37:24.633Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1104 | 2024-12-25T04:37:24.633Z | [ 5] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec |
1105 | 2024-12-25T04:37:24.633Z | [ 7] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec |
1106 | 2024-12-25T04:37:24.633Z | [ 9] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1107 | 2024-12-25T04:37:24.633Z | [ 11] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1108 | 2024-12-25T04:37:24.633Z | [ 13] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec |
1109 | 2024-12-25T04:37:24.633Z | [ 15] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec |
1110 | 2024-12-25T04:37:24.633Z | [ 17] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec |
1111 | 2024-12-25T04:37:24.633Z | [ 19] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec |
1112 | 2024-12-25T04:37:24.633Z | [SUM] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec |
1113 | 2024-12-25T04:37:24.633Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1114 | 2024-12-25T04:37:24.633Z | [ 5] 10.00-10.00 sec 17.0 KBytes 68.9 Mbits/sec |
1115 | 2024-12-25T04:37:24.633Z | [ 7] 10.00-10.00 sec 19.8 KBytes 80.4 Mbits/sec |
1116 | 2024-12-25T04:37:24.633Z | [ 9] 10.00-10.00 sec 11.3 KBytes 45.9 Mbits/sec |
1117 | 2024-12-25T04:37:24.633Z | [ 11] 10.00-10.00 sec 124 KBytes 505 Mbits/sec |
1118 | 2024-12-25T04:37:24.634Z | [ 13] 10.00-10.00 sec 124 KBytes 505 Mbits/sec |
1119 | 2024-12-25T04:37:24.634Z | [ 15] 10.00-10.00 sec 73.5 KBytes 299 Mbits/sec |
1120 | 2024-12-25T04:37:24.634Z | [ 17] 10.00-10.00 sec 8.48 KBytes 34.5 Mbits/sec |
1121 | 2024-12-25T04:37:24.634Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1122 | 2024-12-25T04:37:24.634Z | [SUM] 10.00-10.00 sec 379 KBytes 1.54 Gbits/sec |
1123 | 2024-12-25T04:37:24.634Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1124 | 2024-12-25T04:37:24.634Z | [ ID] Interval Transfer Bandwidth |
1125 | 2024-12-25T04:37:24.634Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1126 | 2024-12-25T04:37:24.635Z | [ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1127 | 2024-12-25T04:37:24.635Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1128 | 2024-12-25T04:37:24.635Z | [ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1129 | 2024-12-25T04:37:24.635Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1130 | 2024-12-25T04:37:24.635Z | [ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1131 | 2024-12-25T04:37:24.635Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1132 | 2024-12-25T04:37:24.635Z | [ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1133 | 2024-12-25T04:37:24.635Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1134 | 2024-12-25T04:37:24.635Z | [ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1135 | 2024-12-25T04:37:24.635Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1136 | 2024-12-25T04:37:24.635Z | [ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1137 | 2024-12-25T04:37:24.635Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1138 | 2024-12-25T04:37:24.635Z | [ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1139 | 2024-12-25T04:37:24.635Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1140 | 2024-12-25T04:37:24.635Z | [ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1141 | 2024-12-25T04:37:24.635Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1142 | 2024-12-25T04:37:24.635Z | [SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver |
1143 | 2024-12-25T04:37:24.638Z | Run 3/5...1457.388Mbps |
1144 | 2024-12-25T04:37:31.661Z | ----------------------------------------------------------- |
1145 | 2024-12-25T04:37:31.661Z | Server listening on 5201 |
1146 | 2024-12-25T04:37:31.661Z | ----------------------------------------------------------- |
1147 | 2024-12-25T04:37:31.661Z | Accepted connection from 10.0.0.1, port 35131 |
1148 | 2024-12-25T04:37:31.661Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42984 |
1149 | 2024-12-25T04:37:31.661Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33705 |
1150 | 2024-12-25T04:37:31.662Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58210 |
1151 | 2024-12-25T04:37:31.662Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51671 |
1152 | 2024-12-25T04:37:31.662Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50031 |
1153 | 2024-12-25T04:37:31.662Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37148 |
1154 | 2024-12-25T04:37:31.662Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46670 |
1155 | 2024-12-25T04:37:31.662Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57386 |
1156 | 2024-12-25T04:37:31.662Z | [ ID] Interval Transfer Bandwidth |
1157 | 2024-12-25T04:37:31.662Z | [ 5] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec |
1158 | 2024-12-25T04:37:31.662Z | [ 7] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1159 | 2024-12-25T04:37:31.662Z | [ 9] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1160 | 2024-12-25T04:37:31.662Z | [ 11] 0.00-1.00 sec 19.4 MBytes 162 Mbits/sec |
1161 | 2024-12-25T04:37:31.662Z | [ 13] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1162 | 2024-12-25T04:37:31.662Z | [ 15] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1163 | 2024-12-25T04:37:31.662Z | [ 17] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1164 | 2024-12-25T04:37:31.662Z | [ 19] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1165 | 2024-12-25T04:37:31.662Z | [SUM] 0.00-1.00 sec 155 MBytes 1.30 Gbits/sec |
1166 | 2024-12-25T04:37:31.662Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1167 | 2024-12-25T04:37:31.662Z | [ 5] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1168 | 2024-12-25T04:37:31.662Z | [ 7] 1.00-2.00 sec 21.8 MBytes 182 Mbits/sec |
1169 | 2024-12-25T04:37:31.663Z | [ 9] 1.00-2.00 sec 21.6 MBytes 182 Mbits/sec |
1170 | 2024-12-25T04:37:31.663Z | [ 11] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec |
1171 | 2024-12-25T04:37:31.663Z | [ 13] 1.00-2.00 sec 21.8 MBytes 182 Mbits/sec |
1172 | 2024-12-25T04:37:31.663Z | [ 15] 1.00-2.00 sec 21.8 MBytes 182 Mbits/sec |
1173 | 2024-12-25T04:37:31.663Z | [ 17] 1.00-2.00 sec 21.8 MBytes 182 Mbits/sec |
1174 | 2024-12-25T04:37:31.663Z | [ 19] 1.00-2.00 sec 21.8 MBytes 182 Mbits/sec |
1175 | 2024-12-25T04:37:31.663Z | [SUM] 1.00-2.00 sec 174 MBytes 1.46 Gbits/sec |
1176 | 2024-12-25T04:37:31.663Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1177 | 2024-12-25T04:37:31.663Z | [ 5] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec |
1178 | 2024-12-25T04:37:31.663Z | [ 7] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
1179 | 2024-12-25T04:37:31.663Z | [ 9] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec |
1180 | 2024-12-25T04:37:31.663Z | [ 11] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
1181 | 2024-12-25T04:37:31.663Z | [ 13] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
1182 | 2024-12-25T04:37:31.663Z | [ 15] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
1183 | 2024-12-25T04:37:31.663Z | [ 17] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
1184 | 2024-12-25T04:37:31.663Z | [ 19] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
1185 | 2024-12-25T04:37:31.663Z | [SUM] 2.00-3.00 sec 175 MBytes 1.47 Gbits/sec |
1186 | 2024-12-25T04:37:31.663Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1187 | 2024-12-25T04:37:31.663Z | [ 5] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1188 | 2024-12-25T04:37:31.664Z | [ 7] 3.00-4.00 sec 22.2 MBytes 186 Mbits/sec |
1189 | 2024-12-25T04:37:31.667Z | [ 9] 3.00-4.00 sec 22.2 MBytes 186 Mbits/sec |
1190 | 2024-12-25T04:37:31.667Z | [ 11] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec |
1191 | 2024-12-25T04:37:31.667Z | [ 13] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec |
1192 | 2024-12-25T04:37:31.667Z | [ 15] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec |
1193 | 2024-12-25T04:37:31.667Z | [ 17] 3.00-4.00 sec 22.2 MBytes 186 Mbits/sec |
1194 | 2024-12-25T04:37:31.667Z | [ 19] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec |
1195 | 2024-12-25T04:37:31.667Z | [SUM] 3.00-4.00 sec 177 MBytes 1.49 Gbits/sec |
1196 | 2024-12-25T04:37:31.667Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1197 | 2024-12-25T04:37:31.667Z | [ 5] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
1198 | 2024-12-25T04:37:31.667Z | [ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1199 | 2024-12-25T04:37:31.667Z | [ 9] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
1200 | 2024-12-25T04:37:31.667Z | [ 11] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
1201 | 2024-12-25T04:37:31.667Z | [ 13] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
1202 | 2024-12-25T04:37:31.667Z | [ 15] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1203 | 2024-12-25T04:37:31.667Z | [ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1204 | 2024-12-25T04:37:31.667Z | [ 19] 4.00-5.00 sec 21.8 MBytes 182 Mbits/sec |
1205 | 2024-12-25T04:37:31.667Z | [SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec |
1206 | 2024-12-25T04:37:31.667Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1207 | 2024-12-25T04:37:31.667Z | [ 5] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1208 | 2024-12-25T04:37:31.667Z | [ 7] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1209 | 2024-12-25T04:37:31.667Z | [ 9] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1210 | 2024-12-25T04:37:31.667Z | [ 11] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1211 | 2024-12-25T04:37:31.667Z | [ 13] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1212 | 2024-12-25T04:37:31.668Z | [ 15] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1213 | 2024-12-25T04:37:31.668Z | [ 17] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1214 | 2024-12-25T04:37:31.668Z | [ 19] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1215 | 2024-12-25T04:37:31.668Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1216 | 2024-12-25T04:37:31.668Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1217 | 2024-12-25T04:37:31.668Z | [ 5] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1218 | 2024-12-25T04:37:31.668Z | [ 7] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1219 | 2024-12-25T04:37:31.668Z | [ 9] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1220 | 2024-12-25T04:37:34.882Z | [ 11] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec |
1221 | 2024-12-25T04:37:34.882Z | [ 13] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec |
1222 | 2024-12-25T04:37:34.882Z | [ 15] 6.00-7.00 sec 22.1 MBytes 185 Mbits/sec |
1223 | 2024-12-25T04:37:34.882Z | [ 17] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1224 | 2024-12-25T04:37:34.882Z | [ 19] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec |
1225 | 2024-12-25T04:37:34.882Z | [SUM] 6.00-7.00 sec 177 MBytes 1.48 Gbits/sec |
1226 | 2024-12-25T04:37:34.882Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1227 | 2024-12-25T04:37:34.882Z | [ 5] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
1228 | 2024-12-25T04:37:34.882Z | [ 7] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
1229 | 2024-12-25T04:37:34.882Z | [ 9] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
1230 | 2024-12-25T04:37:34.882Z | [ 11] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
1231 | 2024-12-25T04:37:34.882Z | [ 13] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
1232 | 2024-12-25T04:37:34.882Z | [ 15] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
1233 | 2024-12-25T04:37:34.883Z | [ 17] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
1234 | 2024-12-25T04:37:34.883Z | [ 19] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec |
1235 | 2024-12-25T04:37:34.883Z | [SUM] 7.00-8.00 sec 177 MBytes 1.48 Gbits/sec |
1236 | 2024-12-25T04:37:34.883Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1237 | 2024-12-25T04:37:34.883Z | [ 5] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
1238 | 2024-12-25T04:37:34.883Z | [ 7] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
1239 | 2024-12-25T04:37:34.883Z | [ 9] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
1240 | 2024-12-25T04:37:34.883Z | [ 11] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec |
1241 | 2024-12-25T04:37:34.883Z | [ 13] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
1242 | 2024-12-25T04:37:34.883Z | [ 15] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
1243 | 2024-12-25T04:37:34.883Z | [ 17] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
1244 | 2024-12-25T04:37:34.883Z | [ 19] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec |
1245 | 2024-12-25T04:37:34.883Z | [SUM] 8.00-9.00 sec 177 MBytes 1.48 Gbits/sec |
1246 | 2024-12-25T04:37:34.883Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1247 | 2024-12-25T04:37:34.883Z | [ 5] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
1248 | 2024-12-25T04:37:34.883Z | [ 7] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec |
1249 | 2024-12-25T04:37:34.883Z | [ 9] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
1250 | 2024-12-25T04:37:34.883Z | [ 11] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec |
1251 | 2024-12-25T04:37:34.883Z | [ 13] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec |
1252 | 2024-12-25T04:37:34.883Z | [ 15] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec |
1253 | 2024-12-25T04:37:34.883Z | [ 17] 9.00-10.00 sec 22.1 MBytes 185 Mbits/sec |
1254 | 2024-12-25T04:37:34.883Z | [ 19] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec |
1255 | 2024-12-25T04:37:34.883Z | [SUM] 9.00-10.00 sec 177 MBytes 1.48 Gbits/sec |
1256 | 2024-12-25T04:37:34.883Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1257 | 2024-12-25T04:37:34.883Z | [ 5] 10.00-10.00 sec 124 KBytes 377 Mbits/sec |
1258 | 2024-12-25T04:37:34.883Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1259 | 2024-12-25T04:37:34.883Z | [ 9] 10.00-10.00 sec 124 KBytes 377 Mbits/sec |
1260 | 2024-12-25T04:37:34.884Z | [ 11] 10.00-10.00 sec 107 KBytes 326 Mbits/sec |
1261 | 2024-12-25T04:37:34.884Z | [ 13] 10.00-10.00 sec 53.7 KBytes 163 Mbits/sec |
1262 | 2024-12-25T04:37:34.884Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1263 | 2024-12-25T04:37:34.884Z | [ 17] 10.00-10.00 sec 15.6 KBytes 47.1 Mbits/sec |
1264 | 2024-12-25T04:37:34.884Z | [ 19] 10.00-10.00 sec 90.5 KBytes 274 Mbits/sec |
1265 | 2024-12-25T04:37:34.884Z | [SUM] 10.00-10.00 sec 516 KBytes 1.56 Gbits/sec |
1266 | 2024-12-25T04:37:34.884Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1267 | 2024-12-25T04:37:34.884Z | [ ID] Interval Transfer Bandwidth |
1268 | 2024-12-25T04:37:34.884Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1269 | 2024-12-25T04:37:34.884Z | [ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1270 | 2024-12-25T04:37:34.884Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1271 | 2024-12-25T04:37:34.884Z | [ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1272 | 2024-12-25T04:37:34.884Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1273 | 2024-12-25T04:37:34.884Z | [ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1274 | 2024-12-25T04:37:34.884Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1275 | 2024-12-25T04:37:34.884Z | [ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1276 | 2024-12-25T04:37:34.884Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1277 | 2024-12-25T04:37:34.884Z | [ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1278 | 2024-12-25T04:37:34.884Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1279 | 2024-12-25T04:37:34.884Z | [ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1280 | 2024-12-25T04:37:34.884Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1281 | 2024-12-25T04:37:34.884Z | [ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1282 | 2024-12-25T04:37:34.885Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1283 | 2024-12-25T04:37:34.885Z | [ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1284 | 2024-12-25T04:37:34.885Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1285 | 2024-12-25T04:37:34.885Z | [SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver |
1286 | 2024-12-25T04:37:34.889Z | Run 4/5...1457.26Mbps |
1287 | 2024-12-25T04:37:41.912Z | ----------------------------------------------------------- |
1288 | 2024-12-25T04:37:41.912Z | Server listening on 5201 |
1289 | 2024-12-25T04:37:41.912Z | ----------------------------------------------------------- |
1290 | 2024-12-25T04:37:41.912Z | Accepted connection from 10.0.0.1, port 47604 |
1291 | 2024-12-25T04:37:41.912Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50139 |
1292 | 2024-12-25T04:37:41.912Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35693 |
1293 | 2024-12-25T04:37:41.912Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51642 |
1294 | 2024-12-25T04:37:41.912Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49457 |
1295 | 2024-12-25T04:37:41.912Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64519 |
1296 | 2024-12-25T04:37:41.912Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59843 |
1297 | 2024-12-25T04:37:41.912Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47748 |
1298 | 2024-12-25T04:37:41.912Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33357 |
1299 | 2024-12-25T04:37:41.912Z | [ ID] Interval Transfer Bandwidth |
1300 | 2024-12-25T04:37:41.912Z | [ 5] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec |
1301 | 2024-12-25T04:37:41.912Z | [ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1302 | 2024-12-25T04:37:41.912Z | [ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1303 | 2024-12-25T04:37:41.912Z | [ 11] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1304 | 2024-12-25T04:37:41.912Z | [ 13] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1305 | 2024-12-25T04:37:41.912Z | [ 15] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1306 | 2024-12-25T04:37:41.912Z | [ 17] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1307 | 2024-12-25T04:37:41.912Z | [ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec |
1308 | 2024-12-25T04:37:41.912Z | [SUM] 0.00-1.00 sec 159 MBytes 1.33 Gbits/sec |
1309 | 2024-12-25T04:37:41.912Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1310 | 2024-12-25T04:37:41.912Z | [ 5] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1311 | 2024-12-25T04:37:41.912Z | [ 7] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1312 | 2024-12-25T04:37:41.912Z | [ 9] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1313 | 2024-12-25T04:37:41.912Z | [ 11] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1314 | 2024-12-25T04:37:41.912Z | [ 13] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1315 | 2024-12-25T04:37:41.912Z | [ 15] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1316 | 2024-12-25T04:37:41.912Z | [ 17] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1317 | 2024-12-25T04:37:41.913Z | [ 19] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec |
1318 | 2024-12-25T04:37:41.913Z | [SUM] 1.00-2.00 sec 180 MBytes 1.51 Gbits/sec |
1319 | 2024-12-25T04:37:41.913Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1320 | 2024-12-25T04:37:41.913Z | [ 5] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
1321 | 2024-12-25T04:37:41.914Z | [ 7] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
1322 | 2024-12-25T04:37:41.914Z | [ 9] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
1323 | 2024-12-25T04:37:41.914Z | [ 11] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
1324 | 2024-12-25T04:37:41.914Z | [ 13] 2.00-3.00 sec 22.4 MBytes 188 Mbits/sec |
1325 | 2024-12-25T04:37:41.914Z | [ 15] 2.00-3.00 sec 22.3 MBytes 187 Mbits/sec |
1326 | 2024-12-25T04:37:41.914Z | [ 17] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
1327 | 2024-12-25T04:37:41.914Z | [ 19] 2.00-3.00 sec 22.2 MBytes 187 Mbits/sec |
1328 | 2024-12-25T04:37:41.914Z | [SUM] 2.00-3.00 sec 178 MBytes 1.50 Gbits/sec |
1329 | 2024-12-25T04:37:41.914Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1330 | 2024-12-25T04:37:41.914Z | [ 5] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1331 | 2024-12-25T04:37:41.914Z | [ 7] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1332 | 2024-12-25T04:37:41.914Z | [ 9] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec |
1333 | 2024-12-25T04:37:41.914Z | [ 11] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec |
1334 | 2024-12-25T04:37:41.914Z | [ 13] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec |
1335 | 2024-12-25T04:37:41.914Z | [ 15] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1336 | 2024-12-25T04:37:41.914Z | [ 17] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1337 | 2024-12-25T04:37:41.914Z | [ 19] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1338 | 2024-12-25T04:37:41.914Z | [SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec |
1339 | 2024-12-25T04:37:41.914Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1340 | 2024-12-25T04:37:41.914Z | [ 5] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1341 | 2024-12-25T04:37:41.914Z | [ 7] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1342 | 2024-12-25T04:37:41.914Z | [ 9] 4.00-5.00 sec 21.6 MBytes 182 Mbits/sec |
1343 | 2024-12-25T04:37:41.915Z | [ 11] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1344 | 2024-12-25T04:37:41.915Z | [ 13] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1345 | 2024-12-25T04:37:41.915Z | [ 15] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1346 | 2024-12-25T04:37:41.915Z | [ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec |
1347 | 2024-12-25T04:37:41.915Z | [ 19] 4.00-5.00 sec 21.6 MBytes 182 Mbits/sec |
1348 | 2024-12-25T04:37:41.915Z | [SUM] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec |
1349 | 2024-12-25T04:37:41.915Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1350 | 2024-12-25T04:37:41.915Z | [ 5] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec |
1351 | 2024-12-25T04:37:41.915Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1352 | 2024-12-25T04:37:41.915Z | [ 9] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1353 | 2024-12-25T04:37:41.915Z | [ 11] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1354 | 2024-12-25T04:37:41.915Z | [ 13] 5.00-6.00 sec 21.8 MBytes 182 Mbits/sec |
1355 | 2024-12-25T04:37:41.915Z | [ 15] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1356 | 2024-12-25T04:37:41.915Z | [ 17] 5.00-6.00 sec 21.6 MBytes 182 Mbits/sec |
1357 | 2024-12-25T04:37:41.915Z | [ 19] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
1358 | 2024-12-25T04:37:41.915Z | [SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec |
1359 | 2024-12-25T04:37:41.915Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1360 | 2024-12-25T04:37:41.915Z | [ 5] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1361 | 2024-12-25T04:37:41.915Z | [ 7] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1362 | 2024-12-25T04:37:41.915Z | [ 9] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1363 | 2024-12-25T04:37:45.131Z | [ 11] 6.00-7.00 sec 21.8 MBytes 182 Mbits/sec |
1364 | 2024-12-25T04:37:45.131Z | [ 13] 6.00-7.00 sec 21.8 MBytes 182 Mbits/sec |
1365 | 2024-12-25T04:37:45.131Z | [ 15] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1366 | 2024-12-25T04:37:45.131Z | [ 17] 6.00-7.00 sec 21.9 MBytes 183 Mbits/sec |
1367 | 2024-12-25T04:37:45.131Z | [ 19] 6.00-7.00 sec 21.8 MBytes 183 Mbits/sec |
1368 | 2024-12-25T04:37:45.131Z | [SUM] 6.00-7.00 sec 175 MBytes 1.46 Gbits/sec |
1369 | 2024-12-25T04:37:45.131Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1370 | 2024-12-25T04:37:45.131Z | [ 5] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec |
1371 | 2024-12-25T04:37:45.131Z | [ 7] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec |
1372 | 2024-12-25T04:37:45.131Z | [ 9] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
1373 | 2024-12-25T04:37:45.131Z | [ 11] 7.00-8.00 sec 21.9 MBytes 183 Mbits/sec |
1374 | 2024-12-25T04:37:45.131Z | [ 13] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
1375 | 2024-12-25T04:37:45.131Z | [ 15] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec |
1376 | 2024-12-25T04:37:45.131Z | [ 17] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec |
1377 | 2024-12-25T04:37:45.131Z | [ 19] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec |
1378 | 2024-12-25T04:37:45.131Z | [SUM] 7.00-8.00 sec 174 MBytes 1.46 Gbits/sec |
1379 | 2024-12-25T04:37:45.131Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1380 | 2024-12-25T04:37:45.131Z | [ 5] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1381 | 2024-12-25T04:37:45.132Z | [ 7] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1382 | 2024-12-25T04:37:45.132Z | [ 9] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1383 | 2024-12-25T04:37:45.132Z | [ 11] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1384 | 2024-12-25T04:37:45.132Z | [ 13] 8.00-9.00 sec 21.9 MBytes 184 Mbits/sec |
1385 | 2024-12-25T04:37:45.132Z | [ 15] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1386 | 2024-12-25T04:37:45.132Z | [ 17] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1387 | 2024-12-25T04:37:45.132Z | [ 19] 8.00-9.00 sec 21.9 MBytes 183 Mbits/sec |
1388 | 2024-12-25T04:37:45.132Z | [SUM] 8.00-9.00 sec 175 MBytes 1.47 Gbits/sec |
1389 | 2024-12-25T04:37:45.132Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1390 | 2024-12-25T04:37:45.132Z | [ 5] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1391 | 2024-12-25T04:37:45.132Z | [ 7] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1392 | 2024-12-25T04:37:45.132Z | [ 9] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1393 | 2024-12-25T04:37:45.132Z | [ 11] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1394 | 2024-12-25T04:37:45.132Z | [ 13] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec |
1395 | 2024-12-25T04:37:45.132Z | [ 15] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1396 | 2024-12-25T04:37:45.132Z | [ 17] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1397 | 2024-12-25T04:37:45.132Z | [ 19] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec |
1398 | 2024-12-25T04:37:45.132Z | [SUM] 9.00-10.00 sec 175 MBytes 1.47 Gbits/sec |
1399 | 2024-12-25T04:37:45.132Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1400 | 2024-12-25T04:37:45.132Z | [ 5] 10.00-10.00 sec 42.4 KBytes 154 Mbits/sec |
1401 | 2024-12-25T04:37:45.133Z | [ 7] 10.00-10.00 sec 42.4 KBytes 154 Mbits/sec |
1402 | 2024-12-25T04:37:45.133Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1403 | 2024-12-25T04:37:45.133Z | [ 11] 10.00-10.00 sec 59.4 KBytes 216 Mbits/sec |
1404 | 2024-12-25T04:37:45.133Z | [ 13] 10.00-10.00 sec 124 KBytes 452 Mbits/sec |
1405 | 2024-12-25T04:37:45.133Z | [ 15] 10.00-10.00 sec 124 KBytes 452 Mbits/sec |
1406 | 2024-12-25T04:37:45.133Z | [ 17] 10.00-10.00 sec 22.6 KBytes 82.3 Mbits/sec |
1407 | 2024-12-25T04:37:45.133Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1408 | 2024-12-25T04:37:45.133Z | [SUM] 10.00-10.00 sec 416 KBytes 1.51 Gbits/sec |
1409 | 2024-12-25T04:37:45.133Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1410 | 2024-12-25T04:37:45.133Z | [ ID] Interval Transfer Bandwidth |
1411 | 2024-12-25T04:37:45.133Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1412 | 2024-12-25T04:37:45.133Z | [ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1413 | 2024-12-25T04:37:45.133Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1414 | 2024-12-25T04:37:45.134Z | [ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1415 | 2024-12-25T04:37:45.134Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1416 | 2024-12-25T04:37:45.134Z | [ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1417 | 2024-12-25T04:37:45.134Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1418 | 2024-12-25T04:37:45.134Z | [ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1419 | 2024-12-25T04:37:45.134Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1420 | 2024-12-25T04:37:45.134Z | [ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1421 | 2024-12-25T04:37:45.134Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1422 | 2024-12-25T04:37:45.134Z | [ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1423 | 2024-12-25T04:37:45.134Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1424 | 2024-12-25T04:37:45.134Z | [ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1425 | 2024-12-25T04:37:45.134Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1426 | 2024-12-25T04:37:45.134Z | [ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver |
1427 | 2024-12-25T04:37:45.134Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
1428 | 2024-12-25T04:37:45.134Z | [SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver |
1429 | 2024-12-25T04:37:45.138Z | Run 5/5...1457.533Mbps |
1430 | 2024-12-25T04:37:45.138Z | ###---------------------### |
1431 | 2024-12-25T04:37:45.138Z | ::: iPerf done... ::: |
1432 | 2024-12-25T04:37:45.138Z | :::Awaiting out files...::: |
1433 | 2024-12-25T04:37:45.138Z | ###---------------------### |
1434 | 2024-12-25T04:37:45.138Z | ###-----### |
1435 | 2024-12-25T04:37:45.138Z | :::done!::: |
1436 | 2024-12-25T04:37:45.138Z | ###-----### |
1437 | 2024-12-25T04:37:45.138Z | ###-------------------### |
1438 | 2024-12-25T04:37:45.138Z | :::Running experiment ::: |
1439 | 2024-12-25T04:37:45.138Z | :::iperf-tcp/local/s2c::: |
1440 | 2024-12-25T04:37:45.138Z | ###-------------------### |
1441 | 2024-12-25T04:37:52.162Z | ----------------------------------------------------------- |
1442 | 2024-12-25T04:37:52.162Z | Server listening on 5201 |
1443 | 2024-12-25T04:37:52.165Z | ----------------------------------------------------------- |
1444 | 2024-12-25T04:37:52.165Z | Accepted connection from 10.0.0.1, port 38524 |
1445 | 2024-12-25T04:37:52.165Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50303 |
1446 | 2024-12-25T04:37:52.165Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57592 |
1447 | 2024-12-25T04:37:52.166Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37698 |
1448 | 2024-12-25T04:37:52.166Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44114 |
1449 | 2024-12-25T04:37:52.166Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33803 |
1450 | 2024-12-25T04:37:52.167Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41498 |
1451 | 2024-12-25T04:37:52.167Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57242 |
1452 | 2024-12-25T04:37:52.167Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63315 |
1453 | 2024-12-25T04:37:52.167Z | [ ID] Interval Transfer Bandwidth |
1454 | 2024-12-25T04:37:52.167Z | [ 5] 0.00-1.00 sec 19.5 MBytes 164 Mbits/sec |
1455 | 2024-12-25T04:37:52.167Z | [ 7] 0.00-1.00 sec 19.5 MBytes 164 Mbits/sec |
1456 | 2024-12-25T04:37:52.167Z | [ 9] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1457 | 2024-12-25T04:37:52.167Z | [ 11] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1458 | 2024-12-25T04:37:52.167Z | [ 13] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1459 | 2024-12-25T04:37:52.167Z | [ 15] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1460 | 2024-12-25T04:37:52.167Z | [ 17] 0.00-1.00 sec 19.5 MBytes 163 Mbits/sec |
1461 | 2024-12-25T04:37:52.167Z | [ 19] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1462 | 2024-12-25T04:37:52.167Z | [SUM] 0.00-1.00 sec 156 MBytes 1.31 Gbits/sec |
1463 | 2024-12-25T04:37:52.167Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1464 | 2024-12-25T04:37:52.167Z | [ 5] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec |
1465 | 2024-12-25T04:37:52.167Z | [ 7] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1466 | 2024-12-25T04:37:52.167Z | [ 9] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1467 | 2024-12-25T04:37:52.167Z | [ 11] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1468 | 2024-12-25T04:37:52.167Z | [ 13] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1469 | 2024-12-25T04:37:52.167Z | [ 15] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1470 | 2024-12-25T04:37:52.167Z | [ 17] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1471 | 2024-12-25T04:37:52.167Z | [ 19] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec |
1472 | 2024-12-25T04:37:52.167Z | [SUM] 1.00-2.00 sec 170 MBytes 1.42 Gbits/sec |
1473 | 2024-12-25T04:37:52.167Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1474 | 2024-12-25T04:37:52.167Z | [ 5] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec |
1475 | 2024-12-25T04:37:52.167Z | [ 7] 2.00-3.00 sec 20.9 MBytes 176 Mbits/sec |
1476 | 2024-12-25T04:37:52.167Z | [ 9] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec |
1477 | 2024-12-25T04:37:52.167Z | [ 11] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec |
1478 | 2024-12-25T04:37:52.167Z | [ 13] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1479 | 2024-12-25T04:37:52.167Z | [ 15] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec |
1480 | 2024-12-25T04:37:52.167Z | [ 17] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec |
1481 | 2024-12-25T04:37:52.167Z | [ 19] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec |
1482 | 2024-12-25T04:37:52.167Z | [SUM] 2.00-3.00 sec 168 MBytes 1.41 Gbits/sec |
1483 | 2024-12-25T04:37:52.167Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1484 | 2024-12-25T04:37:52.167Z | [ 5] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec |
1485 | 2024-12-25T04:37:52.167Z | [ 7] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec |
1486 | 2024-12-25T04:37:52.168Z | [ 9] 3.00-4.00 sec 21.2 MBytes 177 Mbits/sec |
1487 | 2024-12-25T04:37:52.168Z | [ 11] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec |
1488 | 2024-12-25T04:37:52.168Z | [ 13] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec |
1489 | 2024-12-25T04:37:52.168Z | [ 15] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec |
1490 | 2024-12-25T04:37:52.168Z | [ 17] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec |
1491 | 2024-12-25T04:37:52.168Z | [ 19] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec |
1492 | 2024-12-25T04:37:52.168Z | [SUM] 3.00-4.00 sec 169 MBytes 1.42 Gbits/sec |
1493 | 2024-12-25T04:37:52.168Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1494 | 2024-12-25T04:37:52.168Z | [ 5] 4.00-5.00 sec 20.8 MBytes 174 Mbits/sec |
1495 | 2024-12-25T04:37:52.168Z | [ 7] 4.00-5.00 sec 20.8 MBytes 174 Mbits/sec |
1496 | 2024-12-25T04:37:52.168Z | [ 9] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec |
1497 | 2024-12-25T04:37:52.168Z | [ 11] 4.00-5.00 sec 20.8 MBytes 175 Mbits/sec |
1498 | 2024-12-25T04:37:52.168Z | [ 13] 4.00-5.00 sec 20.8 MBytes 174 Mbits/sec |
1499 | 2024-12-25T04:37:52.168Z | [ 15] 4.00-5.00 sec 20.8 MBytes 174 Mbits/sec |
1500 | 2024-12-25T04:37:52.168Z | [ 17] 4.00-5.00 sec 20.8 MBytes 174 Mbits/sec |
1501 | 2024-12-25T04:37:52.168Z | [ 19] 4.00-5.00 sec 20.8 MBytes 174 Mbits/sec |
1502 | 2024-12-25T04:37:52.168Z | [SUM] 4.00-5.00 sec 166 MBytes 1.40 Gbits/sec |
1503 | 2024-12-25T04:37:52.168Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1504 | 2024-12-25T04:37:52.168Z | [ 5] 5.00-6.00 sec 21.0 MBytes 176 Mbits/sec |
1505 | 2024-12-25T04:37:52.168Z | [ 7] 5.00-6.00 sec 21.0 MBytes 176 Mbits/sec |
1506 | 2024-12-25T04:37:52.168Z | [ 9] 5.00-6.00 sec 21.0 MBytes 176 Mbits/sec |
1507 | 2024-12-25T04:37:52.169Z | [ 11] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1508 | 2024-12-25T04:37:52.169Z | [ 13] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1509 | 2024-12-25T04:37:52.169Z | [ 15] 5.00-6.00 sec 21.0 MBytes 176 Mbits/sec |
1510 | 2024-12-25T04:37:52.169Z | [ 17] 5.00-6.00 sec 21.0 MBytes 176 Mbits/sec |
1511 | 2024-12-25T04:37:52.169Z | [ 19] 5.00-6.00 sec 21.0 MBytes 176 Mbits/sec |
1512 | 2024-12-25T04:37:52.169Z | [SUM] 5.00-6.00 sec 168 MBytes 1.41 Gbits/sec |
1513 | 2024-12-25T04:37:52.169Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1514 | 2024-12-25T04:37:52.169Z | [ 5] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec |
1515 | 2024-12-25T04:37:52.169Z | [ 7] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1516 | 2024-12-25T04:37:52.169Z | [ 9] 6.00-7.00 sec 21.2 MBytes 177 Mbits/sec |
1517 | 2024-12-25T04:37:55.381Z | [ 11] 6.00-7.00 sec 21.2 MBytes 177 Mbits/sec |
1518 | 2024-12-25T04:37:55.381Z | [ 13] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1519 | 2024-12-25T04:37:55.381Z | [ 15] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1520 | 2024-12-25T04:37:55.381Z | [ 17] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1521 | 2024-12-25T04:37:55.381Z | [ 19] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec |
1522 | 2024-12-25T04:37:55.382Z | [SUM] 6.00-7.00 sec 169 MBytes 1.42 Gbits/sec |
1523 | 2024-12-25T04:37:55.382Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1524 | 2024-12-25T04:37:55.382Z | [ 5] 7.00-8.00 sec 21.4 MBytes 180 Mbits/sec |
1525 | 2024-12-25T04:37:55.382Z | [ 7] 7.00-8.00 sec 21.4 MBytes 180 Mbits/sec |
1526 | 2024-12-25T04:37:55.382Z | [ 9] 7.00-8.00 sec 21.4 MBytes 179 Mbits/sec |
1527 | 2024-12-25T04:37:55.382Z | [ 11] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1528 | 2024-12-25T04:37:55.383Z | [ 13] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1529 | 2024-12-25T04:37:55.383Z | [ 15] 7.00-8.00 sec 21.4 MBytes 180 Mbits/sec |
1530 | 2024-12-25T04:37:55.383Z | [ 17] 7.00-8.00 sec 21.4 MBytes 180 Mbits/sec |
1531 | 2024-12-25T04:37:55.383Z | [ 19] 7.00-8.00 sec 21.4 MBytes 179 Mbits/sec |
1532 | 2024-12-25T04:37:55.383Z | [SUM] 7.00-8.00 sec 171 MBytes 1.43 Gbits/sec |
1533 | 2024-12-25T04:37:55.383Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1534 | 2024-12-25T04:37:55.383Z | [ 5] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec |
1535 | 2024-12-25T04:37:55.383Z | [ 7] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec |
1536 | 2024-12-25T04:37:55.383Z | [ 9] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
1537 | 2024-12-25T04:37:55.383Z | [ 11] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1538 | 2024-12-25T04:37:55.383Z | [ 13] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1539 | 2024-12-25T04:37:55.383Z | [ 15] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1540 | 2024-12-25T04:37:55.383Z | [ 17] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1541 | 2024-12-25T04:37:55.383Z | [ 19] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1542 | 2024-12-25T04:37:55.383Z | [SUM] 8.00-9.00 sec 170 MBytes 1.43 Gbits/sec |
1543 | 2024-12-25T04:37:55.383Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1544 | 2024-12-25T04:37:55.383Z | [ 5] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
1545 | 2024-12-25T04:37:55.383Z | [ 7] 9.00-10.00 sec 21.2 MBytes 177 Mbits/sec |
1546 | 2024-12-25T04:37:55.384Z | [ 9] 9.00-10.00 sec 21.1 MBytes 177 Mbits/sec |
1547 | 2024-12-25T04:37:55.384Z | [ 11] 9.00-10.00 sec 21.2 MBytes 177 Mbits/sec |
1548 | 2024-12-25T04:37:55.384Z | [ 13] 9.00-10.00 sec 21.1 MBytes 177 Mbits/sec |
1549 | 2024-12-25T04:37:55.384Z | [ 15] 9.00-10.00 sec 21.1 MBytes 177 Mbits/sec |
1550 | 2024-12-25T04:37:55.384Z | [ 17] 9.00-10.00 sec 21.2 MBytes 177 Mbits/sec |
1551 | 2024-12-25T04:37:55.384Z | [ 19] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
1552 | 2024-12-25T04:37:55.384Z | [SUM] 9.00-10.00 sec 169 MBytes 1.42 Gbits/sec |
1553 | 2024-12-25T04:37:55.384Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1554 | 2024-12-25T04:37:55.384Z | [ 5] 10.00-10.00 sec 56.6 KBytes 191 Mbits/sec |
1555 | 2024-12-25T04:37:55.384Z | [ 7] 10.00-10.00 sec 127 KBytes 430 Mbits/sec |
1556 | 2024-12-25T04:37:55.384Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1557 | 2024-12-25T04:37:55.384Z | [ 11] 10.00-10.00 sec 56.6 KBytes 191 Mbits/sec |
1558 | 2024-12-25T04:37:55.384Z | [ 13] 10.00-10.00 sec 56.6 KBytes 191 Mbits/sec |
1559 | 2024-12-25T04:37:55.384Z | [ 15] 10.00-10.00 sec 56.6 KBytes 191 Mbits/sec |
1560 | 2024-12-25T04:37:55.384Z | [ 17] 10.00-10.00 sec 56.6 KBytes 191 Mbits/sec |
1561 | 2024-12-25T04:37:55.384Z | [ 19] 10.00-10.00 sec 56.6 KBytes 191 Mbits/sec |
1562 | 2024-12-25T04:37:55.384Z | [SUM] 10.00-10.00 sec 467 KBytes 1.58 Gbits/sec |
1563 | 2024-12-25T04:37:55.384Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1564 | 2024-12-25T04:37:55.384Z | [ ID] Interval Transfer Bandwidth |
1565 | 2024-12-25T04:37:55.384Z | [ 5] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1566 | 2024-12-25T04:37:55.384Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1567 | 2024-12-25T04:37:55.384Z | [ 7] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1568 | 2024-12-25T04:37:55.384Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1569 | 2024-12-25T04:37:55.384Z | [ 9] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1570 | 2024-12-25T04:37:55.384Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1571 | 2024-12-25T04:37:55.384Z | [ 11] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1572 | 2024-12-25T04:37:55.384Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1573 | 2024-12-25T04:37:55.384Z | [ 13] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1574 | 2024-12-25T04:37:55.384Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1575 | 2024-12-25T04:37:55.384Z | [ 15] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1576 | 2024-12-25T04:37:55.384Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1577 | 2024-12-25T04:37:55.384Z | [ 17] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1578 | 2024-12-25T04:37:55.384Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1579 | 2024-12-25T04:37:55.384Z | [ 19] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1580 | 2024-12-25T04:37:55.384Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1581 | 2024-12-25T04:37:55.384Z | [SUM] 0.00-10.00 sec 1.64 GBytes 1.41 Gbits/sec sender |
1582 | 2024-12-25T04:37:55.384Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1583 | 2024-12-25T04:37:55.387Z | Run 1/5...1407.467Mbps |
1584 | 2024-12-25T04:38:02.412Z | ----------------------------------------------------------- |
1585 | 2024-12-25T04:38:02.412Z | Server listening on 5201 |
1586 | 2024-12-25T04:38:02.412Z | ----------------------------------------------------------- |
1587 | 2024-12-25T04:38:02.412Z | Accepted connection from 10.0.0.1, port 46839 |
1588 | 2024-12-25T04:38:02.412Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36682 |
1589 | 2024-12-25T04:38:02.412Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39678 |
1590 | 2024-12-25T04:38:02.412Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59757 |
1591 | 2024-12-25T04:38:02.412Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43841 |
1592 | 2024-12-25T04:38:02.412Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35304 |
1593 | 2024-12-25T04:38:02.412Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60062 |
1594 | 2024-12-25T04:38:02.412Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53278 |
1595 | 2024-12-25T04:38:02.412Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32995 |
1596 | 2024-12-25T04:38:02.412Z | [ ID] Interval Transfer Bandwidth |
1597 | 2024-12-25T04:38:02.412Z | [ 5] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec |
1598 | 2024-12-25T04:38:02.412Z | [ 7] 0.00-1.00 sec 19.4 MBytes 162 Mbits/sec |
1599 | 2024-12-25T04:38:02.412Z | [ 9] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1600 | 2024-12-25T04:38:02.412Z | [ 11] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1601 | 2024-12-25T04:38:02.413Z | [ 13] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1602 | 2024-12-25T04:38:02.413Z | [ 15] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1603 | 2024-12-25T04:38:02.413Z | [ 17] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1604 | 2024-12-25T04:38:02.413Z | [ 19] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1605 | 2024-12-25T04:38:02.413Z | [SUM] 0.00-1.00 sec 155 MBytes 1.30 Gbits/sec |
1606 | 2024-12-25T04:38:02.413Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1607 | 2024-12-25T04:38:02.413Z | [ 5] 1.00-2.00 sec 21.0 MBytes 176 Mbits/sec |
1608 | 2024-12-25T04:38:02.413Z | [ 7] 1.00-2.00 sec 21.0 MBytes 176 Mbits/sec |
1609 | 2024-12-25T04:38:02.413Z | [ 9] 1.00-2.00 sec 21.0 MBytes 176 Mbits/sec |
1610 | 2024-12-25T04:38:02.413Z | [ 11] 1.00-2.00 sec 21.0 MBytes 177 Mbits/sec |
1611 | 2024-12-25T04:38:02.413Z | [ 13] 1.00-2.00 sec 21.0 MBytes 177 Mbits/sec |
1612 | 2024-12-25T04:38:02.413Z | [ 15] 1.00-2.00 sec 21.0 MBytes 177 Mbits/sec |
1613 | 2024-12-25T04:38:02.413Z | [ 17] 1.00-2.00 sec 21.0 MBytes 176 Mbits/sec |
1614 | 2024-12-25T04:38:02.413Z | [ 19] 1.00-2.00 sec 21.0 MBytes 176 Mbits/sec |
1615 | 2024-12-25T04:38:02.413Z | [SUM] 1.00-2.00 sec 168 MBytes 1.41 Gbits/sec |
1616 | 2024-12-25T04:38:02.413Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1617 | 2024-12-25T04:38:02.413Z | [ 5] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1618 | 2024-12-25T04:38:02.413Z | [ 7] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1619 | 2024-12-25T04:38:02.413Z | [ 9] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1620 | 2024-12-25T04:38:02.413Z | [ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1621 | 2024-12-25T04:38:02.413Z | [ 13] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1622 | 2024-12-25T04:38:02.413Z | [ 15] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec |
1623 | 2024-12-25T04:38:02.413Z | [ 17] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1624 | 2024-12-25T04:38:02.413Z | [ 19] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec |
1625 | 2024-12-25T04:38:02.413Z | [SUM] 2.00-3.00 sec 173 MBytes 1.45 Gbits/sec |
1626 | 2024-12-25T04:38:02.413Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1627 | 2024-12-25T04:38:02.413Z | [ 5] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec |
1628 | 2024-12-25T04:38:02.413Z | [ 7] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1629 | 2024-12-25T04:38:02.413Z | [ 9] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1630 | 2024-12-25T04:38:02.413Z | [ 11] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1631 | 2024-12-25T04:38:02.413Z | [ 13] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1632 | 2024-12-25T04:38:02.413Z | [ 15] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1633 | 2024-12-25T04:38:02.413Z | [ 17] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1634 | 2024-12-25T04:38:02.413Z | [ 19] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec |
1635 | 2024-12-25T04:38:02.413Z | [SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec |
1636 | 2024-12-25T04:38:02.413Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1637 | 2024-12-25T04:38:02.413Z | [ 5] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1638 | 2024-12-25T04:38:02.413Z | [ 7] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1639 | 2024-12-25T04:38:02.413Z | [ 9] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec |
1640 | 2024-12-25T04:38:02.414Z | [ 11] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1641 | 2024-12-25T04:38:02.414Z | [ 13] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1642 | 2024-12-25T04:38:02.414Z | [ 15] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1643 | 2024-12-25T04:38:02.414Z | [ 17] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec |
1644 | 2024-12-25T04:38:02.414Z | [ 19] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec |
1645 | 2024-12-25T04:38:02.414Z | [SUM] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec |
1646 | 2024-12-25T04:38:02.414Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1647 | 2024-12-25T04:38:02.414Z | [ 5] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec |
1648 | 2024-12-25T04:38:02.414Z | [ 7] 5.00-6.00 sec 21.4 MBytes 179 Mbits/sec |
1649 | 2024-12-25T04:38:02.414Z | [ 9] 5.00-6.00 sec 21.3 MBytes 179 Mbits/sec |
1650 | 2024-12-25T04:38:02.414Z | [ 11] 5.00-6.00 sec 21.3 MBytes 179 Mbits/sec |
1651 | 2024-12-25T04:38:02.417Z | [ 13] 5.00-6.00 sec 21.3 MBytes 179 Mbits/sec |
1652 | 2024-12-25T04:38:02.417Z | [ 15] 5.00-6.00 sec 21.3 MBytes 179 Mbits/sec |
1653 | 2024-12-25T04:38:02.417Z | [ 17] 5.00-6.00 sec 21.3 MBytes 179 Mbits/sec |
1654 | 2024-12-25T04:38:02.417Z | [ 19] 5.00-6.00 sec 21.3 MBytes 179 Mbits/sec |
1655 | 2024-12-25T04:38:02.417Z | [SUM] 5.00-6.00 sec 171 MBytes 1.43 Gbits/sec |
1656 | 2024-12-25T04:38:02.417Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1657 | 2024-12-25T04:38:02.417Z | [ 5] 6.00-7.00 sec 20.9 MBytes 176 Mbits/sec |
1658 | 2024-12-25T04:38:02.417Z | [ 7] 6.00-7.00 sec 20.9 MBytes 175 Mbits/sec |
1659 | 2024-12-25T04:38:02.417Z | [ 9] 6.00-7.00 sec 20.9 MBytes 176 Mbits/sec |
1660 | 2024-12-25T04:38:05.630Z | [ 11] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
1661 | 2024-12-25T04:38:05.630Z | [ 13] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
1662 | 2024-12-25T04:38:05.631Z | [ 15] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
1663 | 2024-12-25T04:38:05.631Z | [ 17] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec |
1664 | 2024-12-25T04:38:05.631Z | [ 19] 6.00-7.00 sec 20.9 MBytes 176 Mbits/sec |
1665 | 2024-12-25T04:38:05.631Z | [SUM] 6.00-7.00 sec 168 MBytes 1.41 Gbits/sec |
1666 | 2024-12-25T04:38:05.631Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1667 | 2024-12-25T04:38:05.631Z | [ 5] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1668 | 2024-12-25T04:38:05.631Z | [ 7] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1669 | 2024-12-25T04:38:05.631Z | [ 9] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1670 | 2024-12-25T04:38:05.631Z | [ 11] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1671 | 2024-12-25T04:38:05.631Z | [ 13] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1672 | 2024-12-25T04:38:05.631Z | [ 15] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1673 | 2024-12-25T04:38:05.631Z | [ 17] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1674 | 2024-12-25T04:38:05.631Z | [ 19] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec |
1675 | 2024-12-25T04:38:05.631Z | [SUM] 7.00-8.00 sec 171 MBytes 1.43 Gbits/sec |
1676 | 2024-12-25T04:38:05.631Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1677 | 2024-12-25T04:38:05.631Z | [ 5] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1678 | 2024-12-25T04:38:05.631Z | [ 7] 8.00-9.00 sec 21.5 MBytes 180 Mbits/sec |
1679 | 2024-12-25T04:38:05.631Z | [ 9] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1680 | 2024-12-25T04:38:05.631Z | [ 11] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1681 | 2024-12-25T04:38:05.631Z | [ 13] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1682 | 2024-12-25T04:38:05.631Z | [ 15] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1683 | 2024-12-25T04:38:05.631Z | [ 17] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1684 | 2024-12-25T04:38:05.631Z | [ 19] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec |
1685 | 2024-12-25T04:38:05.631Z | [SUM] 8.00-9.00 sec 171 MBytes 1.44 Gbits/sec |
1686 | 2024-12-25T04:38:05.631Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1687 | 2024-12-25T04:38:05.631Z | [ 5] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1688 | 2024-12-25T04:38:05.631Z | [ 7] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1689 | 2024-12-25T04:38:05.631Z | [ 9] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1690 | 2024-12-25T04:38:05.631Z | [ 11] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1691 | 2024-12-25T04:38:05.631Z | [ 13] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1692 | 2024-12-25T04:38:05.631Z | [ 15] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1693 | 2024-12-25T04:38:05.632Z | [ 17] 9.00-10.00 sec 21.5 MBytes 181 Mbits/sec |
1694 | 2024-12-25T04:38:05.632Z | [ 19] 9.00-10.00 sec 21.6 MBytes 181 Mbits/sec |
1695 | 2024-12-25T04:38:05.632Z | [SUM] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec |
1696 | 2024-12-25T04:38:05.632Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1697 | 2024-12-25T04:38:05.632Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1698 | 2024-12-25T04:38:05.632Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1699 | 2024-12-25T04:38:05.632Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1700 | 2024-12-25T04:38:05.632Z | [ 11] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1701 | 2024-12-25T04:38:05.632Z | [ 13] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1702 | 2024-12-25T04:38:05.632Z | [ 15] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1703 | 2024-12-25T04:38:05.632Z | [ 17] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1704 | 2024-12-25T04:38:05.632Z | [ 19] 10.00-10.00 sec 56.6 KBytes 195 Mbits/sec |
1705 | 2024-12-25T04:38:05.632Z | [SUM] 10.00-10.00 sec 283 KBytes 974 Mbits/sec |
1706 | 2024-12-25T04:38:05.632Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1707 | 2024-12-25T04:38:05.632Z | [ ID] Interval Transfer Bandwidth |
1708 | 2024-12-25T04:38:05.632Z | [ 5] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender |
1709 | 2024-12-25T04:38:05.632Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1710 | 2024-12-25T04:38:05.632Z | [ 7] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender |
1711 | 2024-12-25T04:38:05.632Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1712 | 2024-12-25T04:38:05.633Z | [ 9] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender |
1713 | 2024-12-25T04:38:05.633Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1714 | 2024-12-25T04:38:05.633Z | [ 11] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender |
1715 | 2024-12-25T04:38:05.633Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1716 | 2024-12-25T04:38:05.633Z | [ 13] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender |
1717 | 2024-12-25T04:38:05.633Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1718 | 2024-12-25T04:38:05.633Z | [ 15] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender |
1719 | 2024-12-25T04:38:05.633Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1720 | 2024-12-25T04:38:05.633Z | [ 17] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender |
1721 | 2024-12-25T04:38:05.633Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1722 | 2024-12-25T04:38:05.633Z | [ 19] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender |
1723 | 2024-12-25T04:38:05.633Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1724 | 2024-12-25T04:38:05.633Z | [SUM] 0.00-10.00 sec 1.66 GBytes 1.42 Gbits/sec sender |
1725 | 2024-12-25T04:38:05.633Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1726 | 2024-12-25T04:38:05.636Z | Run 2/5...1422.602Mbps |
1727 | 2024-12-25T04:38:12.661Z | ----------------------------------------------------------- |
1728 | 2024-12-25T04:38:12.661Z | Server listening on 5201 |
1729 | 2024-12-25T04:38:12.661Z | ----------------------------------------------------------- |
1730 | 2024-12-25T04:38:12.661Z | Accepted connection from 10.0.0.1, port 47157 |
1731 | 2024-12-25T04:38:12.661Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65211 |
1732 | 2024-12-25T04:38:12.661Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45757 |
1733 | 2024-12-25T04:38:12.661Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55481 |
1734 | 2024-12-25T04:38:12.662Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61108 |
1735 | 2024-12-25T04:38:12.662Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38359 |
1736 | 2024-12-25T04:38:12.662Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35149 |
1737 | 2024-12-25T04:38:12.662Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41449 |
1738 | 2024-12-25T04:38:12.662Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46204 |
1739 | 2024-12-25T04:38:12.662Z | [ ID] Interval Transfer Bandwidth |
1740 | 2024-12-25T04:38:12.662Z | [ 5] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1741 | 2024-12-25T04:38:12.662Z | [ 7] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1742 | 2024-12-25T04:38:12.662Z | [ 9] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1743 | 2024-12-25T04:38:12.662Z | [ 11] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec |
1744 | 2024-12-25T04:38:12.662Z | [ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
1745 | 2024-12-25T04:38:12.662Z | [ 15] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec |
1746 | 2024-12-25T04:38:12.662Z | [ 17] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
1747 | 2024-12-25T04:38:12.662Z | [ 19] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec |
1748 | 2024-12-25T04:38:12.662Z | [SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec |
1749 | 2024-12-25T04:38:12.662Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1750 | 2024-12-25T04:38:12.662Z | [ 5] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1751 | 2024-12-25T04:38:12.662Z | [ 7] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1752 | 2024-12-25T04:38:12.662Z | [ 9] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1753 | 2024-12-25T04:38:12.662Z | [ 11] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1754 | 2024-12-25T04:38:12.662Z | [ 13] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec |
1755 | 2024-12-25T04:38:12.662Z | [ 15] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec |
1756 | 2024-12-25T04:38:12.662Z | [ 17] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1757 | 2024-12-25T04:38:12.662Z | [ 19] 1.00-2.00 sec 21.9 MBytes 183 Mbits/sec |
1758 | 2024-12-25T04:38:12.662Z | [SUM] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec |
1759 | 2024-12-25T04:38:12.662Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1760 | 2024-12-25T04:38:12.662Z | [ 5] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec |
1761 | 2024-12-25T04:38:12.662Z | [ 7] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec |
1762 | 2024-12-25T04:38:12.662Z | [ 9] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec |
1763 | 2024-12-25T04:38:12.662Z | [ 11] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1764 | 2024-12-25T04:38:12.662Z | [ 13] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1765 | 2024-12-25T04:38:12.662Z | [ 15] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec |
1766 | 2024-12-25T04:38:12.663Z | [ 17] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec |
1767 | 2024-12-25T04:38:12.663Z | [ 19] 2.00-3.00 sec 21.2 MBytes 178 Mbits/sec |
1768 | 2024-12-25T04:38:12.663Z | [SUM] 2.00-3.00 sec 169 MBytes 1.42 Gbits/sec |
1769 | 2024-12-25T04:38:12.663Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1770 | 2024-12-25T04:38:12.663Z | [ 5] 3.00-4.00 sec 21.3 MBytes 178 Mbits/sec |
1771 | 2024-12-25T04:38:12.663Z | [ 7] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec |
1772 | 2024-12-25T04:38:12.663Z | [ 9] 3.00-4.00 sec 21.2 MBytes 178 Mbits/sec |
1773 | 2024-12-25T04:38:12.663Z | [ 11] 3.00-4.00 sec 21.2 MBytes 177 Mbits/sec |
1774 | 2024-12-25T04:38:12.663Z | [ 13] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec |
1775 | 2024-12-25T04:38:12.663Z | [ 15] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec |
1776 | 2024-12-25T04:38:12.663Z | [ 17] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec |
1777 | 2024-12-25T04:38:12.663Z | [ 19] 3.00-4.00 sec 21.2 MBytes 177 Mbits/sec |
1778 | 2024-12-25T04:38:12.663Z | [SUM] 3.00-4.00 sec 169 MBytes 1.42 Gbits/sec |
1779 | 2024-12-25T04:38:12.663Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1780 | 2024-12-25T04:38:12.663Z | [ 5] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec |
1781 | 2024-12-25T04:38:12.663Z | [ 7] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec |
1782 | 2024-12-25T04:38:12.664Z | [ 9] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec |
1783 | 2024-12-25T04:38:12.664Z | [ 11] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
1784 | 2024-12-25T04:38:12.664Z | [ 13] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
1785 | 2024-12-25T04:38:12.664Z | [ 15] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
1786 | 2024-12-25T04:38:12.664Z | [ 17] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec |
1787 | 2024-12-25T04:38:12.664Z | [ 19] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec |
1788 | 2024-12-25T04:38:12.664Z | [SUM] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec |
1789 | 2024-12-25T04:38:12.664Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1790 | 2024-12-25T04:38:12.664Z | [ 5] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1791 | 2024-12-25T04:38:12.664Z | [ 7] 5.00-6.00 sec 21.0 MBytes 177 Mbits/sec |
1792 | 2024-12-25T04:38:12.664Z | [ 9] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1793 | 2024-12-25T04:38:12.664Z | [ 11] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1794 | 2024-12-25T04:38:12.664Z | [ 13] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1795 | 2024-12-25T04:38:12.664Z | [ 15] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1796 | 2024-12-25T04:38:12.664Z | [ 17] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1797 | 2024-12-25T04:38:12.664Z | [ 19] 5.00-6.00 sec 21.0 MBytes 177 Mbits/sec |
1798 | 2024-12-25T04:38:12.664Z | [SUM] 5.00-6.00 sec 169 MBytes 1.42 Gbits/sec |
1799 | 2024-12-25T04:38:12.664Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1800 | 2024-12-25T04:38:12.664Z | [ 5] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec |
1801 | 2024-12-25T04:38:12.664Z | [ 7] 6.00-7.00 sec 21.4 MBytes 179 Mbits/sec |
1802 | 2024-12-25T04:38:12.664Z | [ 9] 6.00-7.00 sec 21.4 MBytes 180 Mbits/sec |
1803 | 2024-12-25T04:38:15.881Z | [ 11] 6.00-7.00 sec 21.4 MBytes 179 Mbits/sec |
1804 | 2024-12-25T04:38:15.881Z | [ 13] 6.00-7.00 sec 21.4 MBytes 179 Mbits/sec |
1805 | 2024-12-25T04:38:15.881Z | [ 15] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec |
1806 | 2024-12-25T04:38:15.881Z | [ 17] 6.00-7.00 sec 21.4 MBytes 179 Mbits/sec |
1807 | 2024-12-25T04:38:15.881Z | [ 19] 6.00-7.00 sec 21.4 MBytes 179 Mbits/sec |
1808 | 2024-12-25T04:38:15.881Z | [SUM] 6.00-7.00 sec 171 MBytes 1.43 Gbits/sec |
1809 | 2024-12-25T04:38:15.881Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1810 | 2024-12-25T04:38:15.881Z | [ 5] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
1811 | 2024-12-25T04:38:15.881Z | [ 7] 7.00-8.00 sec 21.2 MBytes 177 Mbits/sec |
1812 | 2024-12-25T04:38:15.881Z | [ 9] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
1813 | 2024-12-25T04:38:15.881Z | [ 11] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
1814 | 2024-12-25T04:38:15.881Z | [ 13] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
1815 | 2024-12-25T04:38:15.881Z | [ 15] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
1816 | 2024-12-25T04:38:15.881Z | [ 17] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
1817 | 2024-12-25T04:38:15.881Z | [ 19] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec |
1818 | 2024-12-25T04:38:15.881Z | [SUM] 7.00-8.00 sec 169 MBytes 1.42 Gbits/sec |
1819 | 2024-12-25T04:38:15.881Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1820 | 2024-12-25T04:38:15.881Z | [ 5] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1821 | 2024-12-25T04:38:15.881Z | [ 7] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
1822 | 2024-12-25T04:38:15.882Z | [ 9] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1823 | 2024-12-25T04:38:15.882Z | [ 11] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
1824 | 2024-12-25T04:38:15.882Z | [ 13] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
1825 | 2024-12-25T04:38:15.882Z | [ 15] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec |
1826 | 2024-12-25T04:38:15.882Z | [ 17] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1827 | 2024-12-25T04:38:15.882Z | [ 19] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1828 | 2024-12-25T04:38:15.882Z | [SUM] 8.00-9.00 sec 170 MBytes 1.43 Gbits/sec |
1829 | 2024-12-25T04:38:15.882Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1830 | 2024-12-25T04:38:15.882Z | [ 5] 9.00-10.00 sec 21.0 MBytes 176 Mbits/sec |
1831 | 2024-12-25T04:38:15.882Z | [ 7] 9.00-10.00 sec 21.0 MBytes 176 Mbits/sec |
1832 | 2024-12-25T04:38:15.882Z | [ 9] 9.00-10.00 sec 21.0 MBytes 176 Mbits/sec |
1833 | 2024-12-25T04:38:15.882Z | [ 11] 9.00-10.00 sec 21.0 MBytes 176 Mbits/sec |
1834 | 2024-12-25T04:38:15.882Z | [ 13] 9.00-10.00 sec 20.9 MBytes 176 Mbits/sec |
1835 | 2024-12-25T04:38:15.882Z | [ 15] 9.00-10.00 sec 20.9 MBytes 176 Mbits/sec |
1836 | 2024-12-25T04:38:15.882Z | [ 17] 9.00-10.00 sec 20.9 MBytes 176 Mbits/sec |
1837 | 2024-12-25T04:38:15.882Z | [ 19] 9.00-10.00 sec 20.9 MBytes 176 Mbits/sec |
1838 | 2024-12-25T04:38:15.882Z | [SUM] 9.00-10.00 sec 168 MBytes 1.41 Gbits/sec |
1839 | 2024-12-25T04:38:15.882Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1840 | 2024-12-25T04:38:15.882Z | [ 5] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec |
1841 | 2024-12-25T04:38:15.882Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1842 | 2024-12-25T04:38:15.882Z | [ 9] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec |
1843 | 2024-12-25T04:38:15.882Z | [ 11] 10.00-10.00 sec 113 KBytes 421 Mbits/sec |
1844 | 2024-12-25T04:38:15.882Z | [ 13] 10.00-10.00 sec 113 KBytes 421 Mbits/sec |
1845 | 2024-12-25T04:38:15.882Z | [ 15] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec |
1846 | 2024-12-25T04:38:15.882Z | [ 17] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec |
1847 | 2024-12-25T04:38:15.882Z | [ 19] 10.00-10.00 sec 56.6 KBytes 210 Mbits/sec |
1848 | 2024-12-25T04:38:15.882Z | [SUM] 10.00-10.00 sec 509 KBytes 1.89 Gbits/sec |
1849 | 2024-12-25T04:38:15.882Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1850 | 2024-12-25T04:38:15.882Z | [ ID] Interval Transfer Bandwidth |
1851 | 2024-12-25T04:38:15.882Z | [ 5] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender |
1852 | 2024-12-25T04:38:15.882Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1853 | 2024-12-25T04:38:15.882Z | [ 7] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender |
1854 | 2024-12-25T04:38:15.882Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1855 | 2024-12-25T04:38:15.882Z | [ 9] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender |
1856 | 2024-12-25T04:38:15.882Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1857 | 2024-12-25T04:38:15.882Z | [ 11] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender |
1858 | 2024-12-25T04:38:15.882Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1859 | 2024-12-25T04:38:15.883Z | [ 13] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender |
1860 | 2024-12-25T04:38:15.883Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1861 | 2024-12-25T04:38:15.883Z | [ 15] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender |
1862 | 2024-12-25T04:38:15.883Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1863 | 2024-12-25T04:38:15.883Z | [ 17] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender |
1864 | 2024-12-25T04:38:15.883Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1865 | 2024-12-25T04:38:15.883Z | [ 19] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender |
1866 | 2024-12-25T04:38:15.883Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1867 | 2024-12-25T04:38:15.883Z | [SUM] 0.00-10.00 sec 1.65 GBytes 1.42 Gbits/sec sender |
1868 | 2024-12-25T04:38:15.883Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1869 | 2024-12-25T04:38:15.887Z | Run 3/5...1417.018Mbps |
1870 | 2024-12-25T04:38:22.910Z | ----------------------------------------------------------- |
1871 | 2024-12-25T04:38:22.910Z | Server listening on 5201 |
1872 | 2024-12-25T04:38:22.910Z | ----------------------------------------------------------- |
1873 | 2024-12-25T04:38:22.910Z | Accepted connection from 10.0.0.1, port 34474 |
1874 | 2024-12-25T04:38:22.910Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43846 |
1875 | 2024-12-25T04:38:22.911Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43399 |
1876 | 2024-12-25T04:38:22.911Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45557 |
1877 | 2024-12-25T04:38:22.911Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38975 |
1878 | 2024-12-25T04:38:22.911Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45978 |
1879 | 2024-12-25T04:38:22.911Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47198 |
1880 | 2024-12-25T04:38:22.911Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44847 |
1881 | 2024-12-25T04:38:22.911Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33524 |
1882 | 2024-12-25T04:38:22.911Z | [ ID] Interval Transfer Bandwidth |
1883 | 2024-12-25T04:38:22.911Z | [ 5] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1884 | 2024-12-25T04:38:22.911Z | [ 7] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec |
1885 | 2024-12-25T04:38:22.911Z | [ 9] 0.00-1.00 sec 19.3 MBytes 161 Mbits/sec |
1886 | 2024-12-25T04:38:22.911Z | [ 11] 0.00-1.00 sec 19.3 MBytes 161 Mbits/sec |
1887 | 2024-12-25T04:38:22.911Z | [ 13] 0.00-1.00 sec 19.3 MBytes 161 Mbits/sec |
1888 | 2024-12-25T04:38:22.911Z | [ 15] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec |
1889 | 2024-12-25T04:38:22.911Z | [ 17] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec |
1890 | 2024-12-25T04:38:22.911Z | [ 19] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec |
1891 | 2024-12-25T04:38:22.911Z | [SUM] 0.00-1.00 sec 154 MBytes 1.29 Gbits/sec |
1892 | 2024-12-25T04:38:22.911Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1893 | 2024-12-25T04:38:22.911Z | [ 5] 1.00-2.00 sec 21.0 MBytes 177 Mbits/sec |
1894 | 2024-12-25T04:38:22.911Z | [ 7] 1.00-2.00 sec 21.0 MBytes 177 Mbits/sec |
1895 | 2024-12-25T04:38:22.911Z | [ 9] 1.00-2.00 sec 21.0 MBytes 177 Mbits/sec |
1896 | 2024-12-25T04:38:22.912Z | [ 11] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
1897 | 2024-12-25T04:38:22.912Z | [ 13] 1.00-2.00 sec 21.0 MBytes 177 Mbits/sec |
1898 | 2024-12-25T04:38:22.912Z | [ 15] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
1899 | 2024-12-25T04:38:22.912Z | [ 17] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
1900 | 2024-12-25T04:38:22.912Z | [ 19] 1.00-2.00 sec 21.1 MBytes 177 Mbits/sec |
1901 | 2024-12-25T04:38:22.912Z | [SUM] 1.00-2.00 sec 168 MBytes 1.41 Gbits/sec |
1902 | 2024-12-25T04:38:22.912Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1903 | 2024-12-25T04:38:22.915Z | [ 5] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1904 | 2024-12-25T04:38:22.915Z | [ 7] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1905 | 2024-12-25T04:38:22.915Z | [ 9] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1906 | 2024-12-25T04:38:22.915Z | [ 11] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1907 | 2024-12-25T04:38:22.915Z | [ 13] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1908 | 2024-12-25T04:38:22.915Z | [ 15] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1909 | 2024-12-25T04:38:22.915Z | [ 17] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1910 | 2024-12-25T04:38:22.915Z | [ 19] 2.00-3.00 sec 21.1 MBytes 177 Mbits/sec |
1911 | 2024-12-25T04:38:22.915Z | [SUM] 2.00-3.00 sec 169 MBytes 1.42 Gbits/sec |
1912 | 2024-12-25T04:38:22.915Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1913 | 2024-12-25T04:38:22.915Z | [ 5] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1914 | 2024-12-25T04:38:22.915Z | [ 7] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1915 | 2024-12-25T04:38:22.915Z | [ 9] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1916 | 2024-12-25T04:38:22.915Z | [ 11] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec |
1917 | 2024-12-25T04:38:22.915Z | [ 13] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1918 | 2024-12-25T04:38:22.915Z | [ 15] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1919 | 2024-12-25T04:38:22.915Z | [ 17] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1920 | 2024-12-25T04:38:22.915Z | [ 19] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
1921 | 2024-12-25T04:38:22.915Z | [SUM] 3.00-4.00 sec 171 MBytes 1.44 Gbits/sec |
1922 | 2024-12-25T04:38:22.915Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1923 | 2024-12-25T04:38:22.915Z | [ 5] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
1924 | 2024-12-25T04:38:22.915Z | [ 7] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
1925 | 2024-12-25T04:38:22.915Z | [ 9] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
1926 | 2024-12-25T04:38:22.915Z | [ 11] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
1927 | 2024-12-25T04:38:22.915Z | [ 13] 4.00-5.00 sec 21.4 MBytes 180 Mbits/sec |
1928 | 2024-12-25T04:38:22.915Z | [ 15] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
1929 | 2024-12-25T04:38:22.915Z | [ 17] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec |
1930 | 2024-12-25T04:38:22.915Z | [ 19] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec |
1931 | 2024-12-25T04:38:22.915Z | [SUM] 4.00-5.00 sec 171 MBytes 1.43 Gbits/sec |
1932 | 2024-12-25T04:38:22.915Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1933 | 2024-12-25T04:38:22.916Z | [ 5] 5.00-6.00 sec 21.2 MBytes 177 Mbits/sec |
1934 | 2024-12-25T04:38:22.916Z | [ 7] 5.00-6.00 sec 21.2 MBytes 177 Mbits/sec |
1935 | 2024-12-25T04:38:22.916Z | [ 9] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1936 | 2024-12-25T04:38:22.916Z | [ 11] 5.00-6.00 sec 21.2 MBytes 177 Mbits/sec |
1937 | 2024-12-25T04:38:22.916Z | [ 13] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1938 | 2024-12-25T04:38:22.916Z | [ 15] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
1939 | 2024-12-25T04:38:22.916Z | [ 17] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec |
1940 | 2024-12-25T04:38:22.916Z | [ 19] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec |
1941 | 2024-12-25T04:38:22.916Z | [SUM] 5.00-6.00 sec 169 MBytes 1.42 Gbits/sec |
1942 | 2024-12-25T04:38:22.916Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1943 | 2024-12-25T04:38:22.916Z | [ 5] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec |
1944 | 2024-12-25T04:38:22.916Z | [ 7] 6.00-7.00 sec 21.3 MBytes 178 Mbits/sec |
1945 | 2024-12-25T04:38:22.916Z | [ 9] 6.00-7.00 sec 21.3 MBytes 178 Mbits/sec |
1946 | 2024-12-25T04:38:26.130Z | [ 11] 6.00-7.00 sec 21.3 MBytes 178 Mbits/sec |
1947 | 2024-12-25T04:38:26.130Z | [ 13] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec |
1948 | 2024-12-25T04:38:26.130Z | [ 15] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec |
1949 | 2024-12-25T04:38:26.130Z | [ 17] 6.00-7.00 sec 21.3 MBytes 178 Mbits/sec |
1950 | 2024-12-25T04:38:26.130Z | [ 19] 6.00-7.00 sec 21.3 MBytes 178 Mbits/sec |
1951 | 2024-12-25T04:38:26.130Z | [SUM] 6.00-7.00 sec 170 MBytes 1.43 Gbits/sec |
1952 | 2024-12-25T04:38:26.130Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1953 | 2024-12-25T04:38:26.130Z | [ 5] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
1954 | 2024-12-25T04:38:26.130Z | [ 7] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
1955 | 2024-12-25T04:38:26.131Z | [ 9] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
1956 | 2024-12-25T04:38:26.131Z | [ 11] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
1957 | 2024-12-25T04:38:26.131Z | [ 13] 7.00-8.00 sec 20.9 MBytes 175 Mbits/sec |
1958 | 2024-12-25T04:38:26.131Z | [ 15] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
1959 | 2024-12-25T04:38:26.131Z | [ 17] 7.00-8.00 sec 20.9 MBytes 176 Mbits/sec |
1960 | 2024-12-25T04:38:26.131Z | [ 19] 7.00-8.00 sec 20.9 MBytes 176 Mbits/sec |
1961 | 2024-12-25T04:38:26.131Z | [SUM] 7.00-8.00 sec 168 MBytes 1.41 Gbits/sec |
1962 | 2024-12-25T04:38:26.131Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1963 | 2024-12-25T04:38:26.131Z | [ 5] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1964 | 2024-12-25T04:38:26.131Z | [ 7] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1965 | 2024-12-25T04:38:26.131Z | [ 9] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1966 | 2024-12-25T04:38:26.131Z | [ 11] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1967 | 2024-12-25T04:38:26.131Z | [ 13] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1968 | 2024-12-25T04:38:26.131Z | [ 15] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1969 | 2024-12-25T04:38:26.131Z | [ 17] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec |
1970 | 2024-12-25T04:38:26.131Z | [ 19] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec |
1971 | 2024-12-25T04:38:26.131Z | [SUM] 8.00-9.00 sec 171 MBytes 1.43 Gbits/sec |
1972 | 2024-12-25T04:38:26.131Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1973 | 2024-12-25T04:38:26.131Z | [ 5] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
1974 | 2024-12-25T04:38:26.131Z | [ 7] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
1975 | 2024-12-25T04:38:26.131Z | [ 9] 9.00-10.00 sec 21.3 MBytes 178 Mbits/sec |
1976 | 2024-12-25T04:38:26.131Z | [ 11] 9.00-10.00 sec 21.3 MBytes 178 Mbits/sec |
1977 | 2024-12-25T04:38:26.131Z | [ 13] 9.00-10.00 sec 21.3 MBytes 178 Mbits/sec |
1978 | 2024-12-25T04:38:26.131Z | [ 15] 9.00-10.00 sec 21.3 MBytes 178 Mbits/sec |
1979 | 2024-12-25T04:38:26.131Z | [ 17] 9.00-10.00 sec 21.3 MBytes 179 Mbits/sec |
1980 | 2024-12-25T04:38:26.131Z | [ 19] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec |
1981 | 2024-12-25T04:38:26.131Z | [SUM] 9.00-10.00 sec 170 MBytes 1.43 Gbits/sec |
1982 | 2024-12-25T04:38:26.131Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1983 | 2024-12-25T04:38:26.131Z | [ 5] 10.00-10.00 sec 113 KBytes 362 Mbits/sec |
1984 | 2024-12-25T04:38:26.131Z | [ 7] 10.00-10.00 sec 113 KBytes 362 Mbits/sec |
1985 | 2024-12-25T04:38:26.131Z | [ 9] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
1986 | 2024-12-25T04:38:26.131Z | [ 11] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
1987 | 2024-12-25T04:38:26.131Z | [ 13] 10.00-10.00 sec 113 KBytes 362 Mbits/sec |
1988 | 2024-12-25T04:38:26.131Z | [ 15] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
1989 | 2024-12-25T04:38:26.131Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
1990 | 2024-12-25T04:38:26.131Z | [ 19] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
1991 | 2024-12-25T04:38:26.131Z | [SUM] 10.00-10.00 sec 566 KBytes 1.81 Gbits/sec |
1992 | 2024-12-25T04:38:26.131Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
1993 | 2024-12-25T04:38:26.131Z | [ ID] Interval Transfer Bandwidth |
1994 | 2024-12-25T04:38:26.132Z | [ 5] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1995 | 2024-12-25T04:38:26.132Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1996 | 2024-12-25T04:38:26.132Z | [ 7] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1997 | 2024-12-25T04:38:26.132Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
1998 | 2024-12-25T04:38:26.132Z | [ 9] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
1999 | 2024-12-25T04:38:26.132Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2000 | 2024-12-25T04:38:26.132Z | [ 11] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
2001 | 2024-12-25T04:38:26.132Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2002 | 2024-12-25T04:38:26.132Z | [ 13] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
2003 | 2024-12-25T04:38:26.132Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2004 | 2024-12-25T04:38:26.132Z | [ 15] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
2005 | 2024-12-25T04:38:26.132Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2006 | 2024-12-25T04:38:26.132Z | [ 17] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
2007 | 2024-12-25T04:38:26.132Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2008 | 2024-12-25T04:38:26.132Z | [ 19] 0.00-10.00 sec 210 MBytes 176 Mbits/sec sender |
2009 | 2024-12-25T04:38:26.132Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2010 | 2024-12-25T04:38:26.132Z | [SUM] 0.00-10.00 sec 1.64 GBytes 1.41 Gbits/sec sender |
2011 | 2024-12-25T04:38:26.132Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2012 | 2024-12-25T04:38:26.135Z | Run 4/5...1411.061Mbps |
2013 | 2024-12-25T04:38:33.160Z | ----------------------------------------------------------- |
2014 | 2024-12-25T04:38:33.160Z | Server listening on 5201 |
2015 | 2024-12-25T04:38:33.160Z | ----------------------------------------------------------- |
2016 | 2024-12-25T04:38:33.160Z | Accepted connection from 10.0.0.1, port 50200 |
2017 | 2024-12-25T04:38:33.160Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37653 |
2018 | 2024-12-25T04:38:33.161Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45262 |
2019 | 2024-12-25T04:38:33.161Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41300 |
2020 | 2024-12-25T04:38:33.161Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46883 |
2021 | 2024-12-25T04:38:33.161Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55864 |
2022 | 2024-12-25T04:38:33.161Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49404 |
2023 | 2024-12-25T04:38:33.161Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49293 |
2024 | 2024-12-25T04:38:33.161Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40343 |
2025 | 2024-12-25T04:38:33.161Z | [ ID] Interval Transfer Bandwidth |
2026 | 2024-12-25T04:38:33.161Z | [ 5] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
2027 | 2024-12-25T04:38:33.161Z | [ 7] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec |
2028 | 2024-12-25T04:38:33.161Z | [ 9] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec |
2029 | 2024-12-25T04:38:33.161Z | [ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
2030 | 2024-12-25T04:38:33.161Z | [ 13] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec |
2031 | 2024-12-25T04:38:33.161Z | [ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
2032 | 2024-12-25T04:38:33.161Z | [ 17] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec |
2033 | 2024-12-25T04:38:33.161Z | [ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec |
2034 | 2024-12-25T04:38:33.161Z | [SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec |
2035 | 2024-12-25T04:38:33.161Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2036 | 2024-12-25T04:38:33.161Z | [ 5] 1.00-2.00 sec 21.5 MBytes 181 Mbits/sec |
2037 | 2024-12-25T04:38:33.161Z | [ 7] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec |
2038 | 2024-12-25T04:38:33.161Z | [ 9] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec |
2039 | 2024-12-25T04:38:33.161Z | [ 11] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec |
2040 | 2024-12-25T04:38:33.161Z | [ 13] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec |
2041 | 2024-12-25T04:38:33.161Z | [ 15] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec |
2042 | 2024-12-25T04:38:33.162Z | [ 17] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec |
2043 | 2024-12-25T04:38:33.162Z | [ 19] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec |
2044 | 2024-12-25T04:38:33.162Z | [SUM] 1.00-2.00 sec 172 MBytes 1.44 Gbits/sec |
2045 | 2024-12-25T04:38:33.162Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2046 | 2024-12-25T04:38:33.162Z | [ 5] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
2047 | 2024-12-25T04:38:33.162Z | [ 7] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
2048 | 2024-12-25T04:38:33.162Z | [ 9] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
2049 | 2024-12-25T04:38:33.162Z | [ 11] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
2050 | 2024-12-25T04:38:33.162Z | [ 13] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
2051 | 2024-12-25T04:38:33.162Z | [ 15] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec |
2052 | 2024-12-25T04:38:33.162Z | [ 17] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec |
2053 | 2024-12-25T04:38:33.162Z | [ 19] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec |
2054 | 2024-12-25T04:38:33.162Z | [SUM] 2.00-3.00 sec 175 MBytes 1.47 Gbits/sec |
2055 | 2024-12-25T04:38:33.162Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2056 | 2024-12-25T04:38:33.162Z | [ 5] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec |
2057 | 2024-12-25T04:38:33.162Z | [ 7] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec |
2058 | 2024-12-25T04:38:33.162Z | [ 9] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec |
2059 | 2024-12-25T04:38:33.162Z | [ 11] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
2060 | 2024-12-25T04:38:33.162Z | [ 13] 3.00-4.00 sec 21.4 MBytes 180 Mbits/sec |
2061 | 2024-12-25T04:38:33.162Z | [ 15] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec |
2062 | 2024-12-25T04:38:33.162Z | [ 17] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec |
2063 | 2024-12-25T04:38:33.162Z | [ 19] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec |
2064 | 2024-12-25T04:38:33.163Z | [SUM] 3.00-4.00 sec 171 MBytes 1.43 Gbits/sec |
2065 | 2024-12-25T04:38:33.163Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2066 | 2024-12-25T04:38:33.164Z | [ 5] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec |
2067 | 2024-12-25T04:38:33.164Z | [ 7] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec |
2068 | 2024-12-25T04:38:33.164Z | [ 9] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec |
2069 | 2024-12-25T04:38:33.164Z | [ 11] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec |
2070 | 2024-12-25T04:38:33.164Z | [ 13] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec |
2071 | 2024-12-25T04:38:33.164Z | [ 15] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec |
2072 | 2024-12-25T04:38:33.164Z | [ 17] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec |
2073 | 2024-12-25T04:38:33.164Z | [ 19] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec |
2074 | 2024-12-25T04:38:33.164Z | [SUM] 4.00-5.00 sec 172 MBytes 1.44 Gbits/sec |
2075 | 2024-12-25T04:38:33.164Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2076 | 2024-12-25T04:38:33.164Z | [ 5] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2077 | 2024-12-25T04:38:33.164Z | [ 7] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2078 | 2024-12-25T04:38:33.164Z | [ 9] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2079 | 2024-12-25T04:38:33.164Z | [ 11] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2080 | 2024-12-25T04:38:33.164Z | [ 13] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2081 | 2024-12-25T04:38:33.164Z | [ 15] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2082 | 2024-12-25T04:38:33.164Z | [ 17] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2083 | 2024-12-25T04:38:33.164Z | [ 19] 5.00-6.00 sec 21.7 MBytes 182 Mbits/sec |
2084 | 2024-12-25T04:38:33.164Z | [SUM] 5.00-6.00 sec 173 MBytes 1.46 Gbits/sec |
2085 | 2024-12-25T04:38:33.164Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2086 | 2024-12-25T04:38:33.164Z | [ 5] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2087 | 2024-12-25T04:38:33.164Z | [ 7] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2088 | 2024-12-25T04:38:33.167Z | [ 9] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2089 | 2024-12-25T04:38:36.379Z | [ 11] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2090 | 2024-12-25T04:38:36.380Z | [ 13] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2091 | 2024-12-25T04:38:36.380Z | [ 15] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2092 | 2024-12-25T04:38:36.380Z | [ 17] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2093 | 2024-12-25T04:38:36.380Z | [ 19] 6.00-7.00 sec 21.7 MBytes 182 Mbits/sec |
2094 | 2024-12-25T04:38:36.380Z | [SUM] 6.00-7.00 sec 173 MBytes 1.46 Gbits/sec |
2095 | 2024-12-25T04:38:36.380Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2096 | 2024-12-25T04:38:36.380Z | [ 5] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
2097 | 2024-12-25T04:38:36.380Z | [ 7] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
2098 | 2024-12-25T04:38:36.380Z | [ 9] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
2099 | 2024-12-25T04:38:36.380Z | [ 11] 7.00-8.00 sec 21.0 MBytes 177 Mbits/sec |
2100 | 2024-12-25T04:38:36.380Z | [ 13] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
2101 | 2024-12-25T04:38:36.380Z | [ 15] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec |
2102 | 2024-12-25T04:38:36.380Z | [ 17] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
2103 | 2024-12-25T04:38:36.380Z | [ 19] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec |
2104 | 2024-12-25T04:38:36.380Z | [SUM] 7.00-8.00 sec 169 MBytes 1.42 Gbits/sec |
2105 | 2024-12-25T04:38:36.380Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2106 | 2024-12-25T04:38:36.380Z | [ 5] 8.00-9.00 sec 21.0 MBytes 177 Mbits/sec |
2107 | 2024-12-25T04:38:36.380Z | [ 7] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
2108 | 2024-12-25T04:38:36.381Z | [ 9] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
2109 | 2024-12-25T04:38:36.381Z | [ 11] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
2110 | 2024-12-25T04:38:36.381Z | [ 13] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec |
2111 | 2024-12-25T04:38:36.381Z | [ 15] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
2112 | 2024-12-25T04:38:36.381Z | [ 17] 8.00-9.00 sec 21.0 MBytes 177 Mbits/sec |
2113 | 2024-12-25T04:38:36.381Z | [ 19] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec |
2114 | 2024-12-25T04:38:36.381Z | [SUM] 8.00-9.00 sec 168 MBytes 1.41 Gbits/sec |
2115 | 2024-12-25T04:38:36.381Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2116 | 2024-12-25T04:38:36.381Z | [ 5] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec |
2117 | 2024-12-25T04:38:36.381Z | [ 7] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec |
2118 | 2024-12-25T04:38:36.381Z | [ 9] 9.00-10.00 sec 20.8 MBytes 175 Mbits/sec |
2119 | 2024-12-25T04:38:36.381Z | [ 11] 9.00-10.00 sec 20.8 MBytes 175 Mbits/sec |
2120 | 2024-12-25T04:38:36.381Z | [ 13] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec |
2121 | 2024-12-25T04:38:36.381Z | [ 15] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec |
2122 | 2024-12-25T04:38:36.381Z | [ 17] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec |
2123 | 2024-12-25T04:38:36.381Z | [ 19] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec |
2124 | 2024-12-25T04:38:36.381Z | [SUM] 9.00-10.00 sec 167 MBytes 1.40 Gbits/sec |
2125 | 2024-12-25T04:38:36.381Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2126 | 2024-12-25T04:38:36.381Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2127 | 2024-12-25T04:38:36.381Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2128 | 2024-12-25T04:38:36.381Z | [ 9] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
2129 | 2024-12-25T04:38:36.381Z | [ 11] 10.00-10.00 sec 113 KBytes 362 Mbits/sec |
2130 | 2024-12-25T04:38:36.381Z | [ 13] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
2131 | 2024-12-25T04:38:36.381Z | [ 15] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
2132 | 2024-12-25T04:38:36.381Z | [ 17] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
2133 | 2024-12-25T04:38:36.381Z | [ 19] 10.00-10.00 sec 56.6 KBytes 181 Mbits/sec |
2134 | 2024-12-25T04:38:36.381Z | [SUM] 10.00-10.00 sec 396 KBytes 1.27 Gbits/sec |
2135 | 2024-12-25T04:38:36.381Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2136 | 2024-12-25T04:38:36.381Z | [ ID] Interval Transfer Bandwidth |
2137 | 2024-12-25T04:38:36.381Z | [ 5] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender |
2138 | 2024-12-25T04:38:36.381Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2139 | 2024-12-25T04:38:36.381Z | [ 7] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender |
2140 | 2024-12-25T04:38:36.381Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2141 | 2024-12-25T04:38:36.381Z | [ 9] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender |
2142 | 2024-12-25T04:38:36.381Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2143 | 2024-12-25T04:38:36.381Z | [ 11] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender |
2144 | 2024-12-25T04:38:36.381Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2145 | 2024-12-25T04:38:36.381Z | [ 13] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender |
2146 | 2024-12-25T04:38:36.382Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2147 | 2024-12-25T04:38:36.382Z | [ 15] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender |
2148 | 2024-12-25T04:38:36.382Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2149 | 2024-12-25T04:38:36.382Z | [ 17] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender |
2150 | 2024-12-25T04:38:36.382Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2151 | 2024-12-25T04:38:36.382Z | [ 19] 0.00-10.00 sec 213 MBytes 178 Mbits/sec sender |
2152 | 2024-12-25T04:38:36.382Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2153 | 2024-12-25T04:38:36.382Z | [SUM] 0.00-10.00 sec 1.66 GBytes 1.43 Gbits/sec sender |
2154 | 2024-12-25T04:38:36.382Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
2155 | 2024-12-25T04:38:36.385Z | Run 5/5...1426.58Mbps |
2156 | 2024-12-25T04:38:36.385Z | ###---------------------### |
2157 | 2024-12-25T04:38:36.385Z | ::: iPerf done... ::: |
2158 | 2024-12-25T04:38:36.385Z | :::Awaiting out files...::: |
2159 | 2024-12-25T04:38:36.385Z | ###---------------------### |
2160 | 2024-12-25T04:38:36.386Z | ###-----### |
2161 | 2024-12-25T04:38:36.386Z | :::done!::: |
2162 | 2024-12-25T04:38:36.386Z | ###-----### |
2163 | 2024-12-25T04:38:36.386Z | ###-------------------### |
2164 | 2024-12-25T04:38:36.386Z | :::Running experiment ::: |
2165 | 2024-12-25T04:38:36.386Z | :::iperf-tcp/local/c2s::: |
2166 | 2024-12-25T04:38:36.386Z | ###-------------------### |
2167 | 2024-12-25T04:38:36.867Z | dtrace: description 'profile-201us ' matched 2 probes |
2168 | 2024-12-25T04:38:43.411Z | ----------------------------------------------------------- |
2169 | 2024-12-25T04:38:43.411Z | Server listening on 5201 |
2170 | 2024-12-25T04:38:43.411Z | ----------------------------------------------------------- |
2171 | 2024-12-25T04:38:43.411Z | Accepted connection from 10.0.0.1, port 52088 |
2172 | 2024-12-25T04:38:43.411Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60836 |
2173 | 2024-12-25T04:38:43.411Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37620 |
2174 | 2024-12-25T04:38:43.411Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39541 |
2175 | 2024-12-25T04:38:43.411Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46187 |
2176 | 2024-12-25T04:38:43.411Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38034 |
2177 | 2024-12-25T04:38:43.411Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37215 |
2178 | 2024-12-25T04:38:43.411Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59286 |
2179 | 2024-12-25T04:38:43.412Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51668 |
2180 | 2024-12-25T04:38:43.412Z | [ ID] Interval Transfer Bandwidth |
2181 | 2024-12-25T04:38:43.412Z | [ 5] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec |
2182 | 2024-12-25T04:38:43.412Z | [ 7] 0.00-1.00 sec 14.7 MBytes 123 Mbits/sec |
2183 | 2024-12-25T04:38:43.412Z | [ 9] 0.00-1.00 sec 14.7 MBytes 123 Mbits/sec |
2184 | 2024-12-25T04:38:43.412Z | [ 11] 0.00-1.00 sec 14.7 MBytes 123 Mbits/sec |
2185 | 2024-12-25T04:38:43.412Z | [ 13] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec |
2186 | 2024-12-25T04:38:43.412Z | [ 15] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec |
2187 | 2024-12-25T04:38:43.412Z | [ 17] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec |
2188 | 2024-12-25T04:38:43.412Z | [ 19] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec |
2189 | 2024-12-25T04:38:43.412Z | [SUM] 0.00-1.00 sec 117 MBytes 984 Mbits/sec |
2190 | 2024-12-25T04:38:43.412Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2191 | 2024-12-25T04:38:43.412Z | [ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2192 | 2024-12-25T04:38:43.412Z | [ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2193 | 2024-12-25T04:38:43.412Z | [ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2194 | 2024-12-25T04:38:43.412Z | [ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2195 | 2024-12-25T04:38:43.412Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2196 | 2024-12-25T04:38:43.412Z | [ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2197 | 2024-12-25T04:38:43.412Z | [ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2198 | 2024-12-25T04:38:43.412Z | [ 19] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2199 | 2024-12-25T04:38:43.412Z | [SUM] 1.00-2.00 sec 108 MBytes 904 Mbits/sec |
2200 | 2024-12-25T04:38:43.412Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2201 | 2024-12-25T04:38:43.412Z | [ 5] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
2202 | 2024-12-25T04:38:43.412Z | [ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2203 | 2024-12-25T04:38:43.412Z | [ 9] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
2204 | 2024-12-25T04:38:43.412Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2205 | 2024-12-25T04:38:43.412Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2206 | 2024-12-25T04:38:43.412Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2207 | 2024-12-25T04:38:43.412Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2208 | 2024-12-25T04:38:43.412Z | [ 19] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
2209 | 2024-12-25T04:38:43.412Z | [SUM] 2.00-3.00 sec 107 MBytes 895 Mbits/sec |
2210 | 2024-12-25T04:38:43.412Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2211 | 2024-12-25T04:38:43.412Z | [ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2212 | 2024-12-25T04:38:43.412Z | [ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2213 | 2024-12-25T04:38:43.412Z | [ 9] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2214 | 2024-12-25T04:38:43.412Z | [ 11] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2215 | 2024-12-25T04:38:43.412Z | [ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2216 | 2024-12-25T04:38:43.412Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2217 | 2024-12-25T04:38:43.412Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2218 | 2024-12-25T04:38:43.412Z | [ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2219 | 2024-12-25T04:38:43.413Z | [SUM] 3.00-4.00 sec 108 MBytes 906 Mbits/sec |
2220 | 2024-12-25T04:38:43.413Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2221 | 2024-12-25T04:38:43.413Z | [ 5] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2222 | 2024-12-25T04:38:43.413Z | [ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2223 | 2024-12-25T04:38:43.413Z | [ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2224 | 2024-12-25T04:38:43.413Z | [ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2225 | 2024-12-25T04:38:43.413Z | [ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2226 | 2024-12-25T04:38:43.413Z | [ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2227 | 2024-12-25T04:38:43.413Z | [ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2228 | 2024-12-25T04:38:43.413Z | [ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
2229 | 2024-12-25T04:38:43.413Z | [SUM] 4.00-5.00 sec 107 MBytes 901 Mbits/sec |
2230 | 2024-12-25T04:38:43.413Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2231 | 2024-12-25T04:38:43.413Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2232 | 2024-12-25T04:38:43.413Z | [ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2233 | 2024-12-25T04:38:43.413Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2234 | 2024-12-25T04:38:43.413Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2235 | 2024-12-25T04:38:43.414Z | [ 13] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2236 | 2024-12-25T04:38:43.414Z | [ 15] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
2237 | 2024-12-25T04:38:43.414Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2238 | 2024-12-25T04:38:43.414Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
2239 | 2024-12-25T04:38:43.414Z | [SUM] 5.00-6.00 sec 108 MBytes 907 Mbits/sec |
2240 | 2024-12-25T04:38:43.414Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2241 | 2024-12-25T04:38:43.414Z | [ 5] 6.00-7.00 sec 13.5 MBytes 114 Mbits/sec |
2242 | 2024-12-25T04:38:43.414Z | [ 7] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2243 | 2024-12-25T04:38:43.414Z | [ 9] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2244 | 2024-12-25T04:38:46.628Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2245 | 2024-12-25T04:38:46.628Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
2246 | 2024-12-25T04:38:46.628Z | [ 15] 6.00-7.00 sec 13.5 MBytes 114 Mbits/sec |
2247 | 2024-12-25T04:38:46.628Z | [ 17] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2248 | 2024-12-25T04:38:46.628Z | [ 19] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec |
2249 | 2024-12-25T04:38:46.628Z | [SUM] 6.00-7.00 sec 108 MBytes 910 Mbits/sec |
2250 | 2024-12-25T04:38:46.628Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2251 | 2024-12-25T04:38:46.629Z | [ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2252 | 2024-12-25T04:38:46.629Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2253 | 2024-12-25T04:38:46.629Z | [ 9] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec |
2254 | 2024-12-25T04:38:46.629Z | [ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2255 | 2024-12-25T04:38:46.629Z | [ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2256 | 2024-12-25T04:38:46.629Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2257 | 2024-12-25T04:38:46.630Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2258 | 2024-12-25T04:38:46.630Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2259 | 2024-12-25T04:38:46.630Z | [SUM] 7.00-8.00 sec 108 MBytes 905 Mbits/sec |
2260 | 2024-12-25T04:38:46.630Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2261 | 2024-12-25T04:38:46.630Z | [ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2262 | 2024-12-25T04:38:46.630Z | [ 7] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
2263 | 2024-12-25T04:38:46.630Z | [ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2264 | 2024-12-25T04:38:46.630Z | [ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2265 | 2024-12-25T04:38:46.630Z | [ 13] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2266 | 2024-12-25T04:38:46.630Z | [ 15] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2267 | 2024-12-25T04:38:46.630Z | [ 17] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
2268 | 2024-12-25T04:38:46.630Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
2269 | 2024-12-25T04:38:46.631Z | [SUM] 8.00-9.00 sec 106 MBytes 886 Mbits/sec |
2270 | 2024-12-25T04:38:46.631Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2271 | 2024-12-25T04:38:46.631Z | [ 5] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
2272 | 2024-12-25T04:38:46.631Z | [ 7] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
2273 | 2024-12-25T04:38:46.631Z | [ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2274 | 2024-12-25T04:38:46.631Z | [ 11] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
2275 | 2024-12-25T04:38:46.631Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2276 | 2024-12-25T04:38:46.631Z | [ 15] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
2277 | 2024-12-25T04:38:46.631Z | [ 17] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
2278 | 2024-12-25T04:38:46.631Z | [ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2279 | 2024-12-25T04:38:46.631Z | [SUM] 9.00-10.00 sec 107 MBytes 894 Mbits/sec |
2280 | 2024-12-25T04:38:46.631Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2281 | 2024-12-25T04:38:46.631Z | [ 5] 10.00-10.00 sec 76.4 KBytes 149 Mbits/sec |
2282 | 2024-12-25T04:38:46.631Z | [ 7] 10.00-10.00 sec 124 KBytes 242 Mbits/sec |
2283 | 2024-12-25T04:38:46.631Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2284 | 2024-12-25T04:38:46.631Z | [ 11] 10.00-10.00 sec 21.2 KBytes 41.3 Mbits/sec |
2285 | 2024-12-25T04:38:46.631Z | [ 13] 10.00-10.00 sec 124 KBytes 242 Mbits/sec |
2286 | 2024-12-25T04:38:46.631Z | [ 15] 10.00-10.00 sec 124 KBytes 242 Mbits/sec |
2287 | 2024-12-25T04:38:46.631Z | [ 17] 10.00-10.00 sec 124 KBytes 242 Mbits/sec |
2288 | 2024-12-25T04:38:46.631Z | [ 19] 10.00-10.00 sec 62.2 KBytes 121 Mbits/sec |
2289 | 2024-12-25T04:38:46.631Z | [SUM] 10.00-10.00 sec 658 KBytes 1.28 Gbits/sec |
2290 | 2024-12-25T04:38:46.631Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2291 | 2024-12-25T04:38:46.631Z | [ ID] Interval Transfer Bandwidth |
2292 | 2024-12-25T04:38:46.631Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2293 | 2024-12-25T04:38:46.631Z | [ 5] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2294 | 2024-12-25T04:38:46.631Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2295 | 2024-12-25T04:38:46.631Z | [ 7] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2296 | 2024-12-25T04:38:46.631Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2297 | 2024-12-25T04:38:46.631Z | [ 9] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2298 | 2024-12-25T04:38:46.631Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2299 | 2024-12-25T04:38:46.631Z | [ 11] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2300 | 2024-12-25T04:38:46.631Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2301 | 2024-12-25T04:38:46.631Z | [ 13] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2302 | 2024-12-25T04:38:46.631Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2303 | 2024-12-25T04:38:46.631Z | [ 15] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2304 | 2024-12-25T04:38:46.631Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2305 | 2024-12-25T04:38:46.631Z | [ 17] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver |
2306 | 2024-12-25T04:38:46.631Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2307 | 2024-12-25T04:38:46.631Z | [ 19] 0.00-10.00 sec 135 MBytes 114 Mbits/sec receiver |
2308 | 2024-12-25T04:38:46.632Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2309 | 2024-12-25T04:38:46.632Z | [SUM] 0.00-10.00 sec 1.06 GBytes 909 Mbits/sec receiver |
2310 | 2024-12-25T04:38:46.635Z | Run 1/10...909.628424529709Mbps |
2311 | 2024-12-25T04:38:53.662Z | ----------------------------------------------------------- |
2312 | 2024-12-25T04:38:53.662Z | Server listening on 5201 |
2313 | 2024-12-25T04:38:53.662Z | ----------------------------------------------------------- |
2314 | 2024-12-25T04:38:53.662Z | Accepted connection from 10.0.0.1, port 37370 |
2315 | 2024-12-25T04:38:53.662Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61587 |
2316 | 2024-12-25T04:38:53.662Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50169 |
2317 | 2024-12-25T04:38:53.662Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35136 |
2318 | 2024-12-25T04:38:53.662Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38902 |
2319 | 2024-12-25T04:38:53.662Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37217 |
2320 | 2024-12-25T04:38:53.662Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41448 |
2321 | 2024-12-25T04:38:53.662Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63588 |
2322 | 2024-12-25T04:38:53.662Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45357 |
2323 | 2024-12-25T04:38:53.662Z | [ ID] Interval Transfer Bandwidth |
2324 | 2024-12-25T04:38:53.662Z | [ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2325 | 2024-12-25T04:38:53.662Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2326 | 2024-12-25T04:38:53.662Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2327 | 2024-12-25T04:38:53.662Z | [ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2328 | 2024-12-25T04:38:53.662Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2329 | 2024-12-25T04:38:53.662Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2330 | 2024-12-25T04:38:53.662Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2331 | 2024-12-25T04:38:53.662Z | [ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2332 | 2024-12-25T04:38:53.662Z | [SUM] 0.00-1.00 sec 96.5 MBytes 810 Mbits/sec |
2333 | 2024-12-25T04:38:53.662Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2334 | 2024-12-25T04:38:53.662Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2335 | 2024-12-25T04:38:53.662Z | [ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2336 | 2024-12-25T04:38:53.662Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2337 | 2024-12-25T04:38:53.662Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2338 | 2024-12-25T04:38:53.662Z | [ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2339 | 2024-12-25T04:38:53.662Z | [ 15] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2340 | 2024-12-25T04:38:53.663Z | [ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2341 | 2024-12-25T04:38:53.663Z | [ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2342 | 2024-12-25T04:38:53.663Z | [SUM] 1.00-2.00 sec 106 MBytes 889 Mbits/sec |
2343 | 2024-12-25T04:38:53.663Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2344 | 2024-12-25T04:38:53.663Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2345 | 2024-12-25T04:38:53.663Z | [ 7] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec |
2346 | 2024-12-25T04:38:53.663Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2347 | 2024-12-25T04:38:53.663Z | [ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2348 | 2024-12-25T04:38:53.663Z | [ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2349 | 2024-12-25T04:38:53.663Z | [ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2350 | 2024-12-25T04:38:53.663Z | [ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2351 | 2024-12-25T04:38:53.663Z | [ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec |
2352 | 2024-12-25T04:38:53.664Z | [SUM] 2.00-3.00 sec 105 MBytes 883 Mbits/sec |
2353 | 2024-12-25T04:38:53.664Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2354 | 2024-12-25T04:38:53.664Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2355 | 2024-12-25T04:38:53.664Z | [ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2356 | 2024-12-25T04:38:53.664Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2357 | 2024-12-25T04:38:53.664Z | [ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2358 | 2024-12-25T04:38:53.664Z | [ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2359 | 2024-12-25T04:38:53.664Z | [ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2360 | 2024-12-25T04:38:53.664Z | [ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2361 | 2024-12-25T04:38:53.664Z | [ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2362 | 2024-12-25T04:38:53.664Z | [SUM] 3.00-4.00 sec 105 MBytes 881 Mbits/sec |
2363 | 2024-12-25T04:38:53.665Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2364 | 2024-12-25T04:38:53.665Z | [ 5] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec |
2365 | 2024-12-25T04:38:53.665Z | [ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2366 | 2024-12-25T04:38:53.665Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2367 | 2024-12-25T04:38:53.665Z | [ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2368 | 2024-12-25T04:38:53.665Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2369 | 2024-12-25T04:38:53.665Z | [ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2370 | 2024-12-25T04:38:53.665Z | [ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2371 | 2024-12-25T04:38:53.665Z | [ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2372 | 2024-12-25T04:38:53.665Z | [SUM] 4.00-5.00 sec 105 MBytes 883 Mbits/sec |
2373 | 2024-12-25T04:38:53.665Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2374 | 2024-12-25T04:38:53.665Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2375 | 2024-12-25T04:38:53.665Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2376 | 2024-12-25T04:38:53.665Z | [ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2377 | 2024-12-25T04:38:53.666Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2378 | 2024-12-25T04:38:53.666Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
2379 | 2024-12-25T04:38:53.666Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2380 | 2024-12-25T04:38:53.666Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2381 | 2024-12-25T04:38:53.666Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2382 | 2024-12-25T04:38:53.666Z | [SUM] 5.00-6.00 sec 105 MBytes 878 Mbits/sec |
2383 | 2024-12-25T04:38:53.666Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2384 | 2024-12-25T04:38:53.666Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2385 | 2024-12-25T04:38:53.666Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2386 | 2024-12-25T04:38:53.666Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2387 | 2024-12-25T04:38:56.878Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2388 | 2024-12-25T04:38:56.878Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2389 | 2024-12-25T04:38:56.878Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2390 | 2024-12-25T04:38:56.878Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2391 | 2024-12-25T04:38:56.878Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2392 | 2024-12-25T04:38:56.878Z | [SUM] 6.00-7.00 sec 105 MBytes 880 Mbits/sec |
2393 | 2024-12-25T04:38:56.878Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2394 | 2024-12-25T04:38:56.878Z | [ 5] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
2395 | 2024-12-25T04:38:56.878Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
2396 | 2024-12-25T04:38:56.879Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2397 | 2024-12-25T04:38:56.879Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
2398 | 2024-12-25T04:38:56.879Z | [ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
2399 | 2024-12-25T04:38:56.879Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
2400 | 2024-12-25T04:38:56.879Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
2401 | 2024-12-25T04:38:56.879Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
2402 | 2024-12-25T04:38:56.879Z | [SUM] 7.00-8.00 sec 103 MBytes 866 Mbits/sec |
2403 | 2024-12-25T04:38:56.879Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2404 | 2024-12-25T04:38:56.879Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2405 | 2024-12-25T04:38:56.879Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2406 | 2024-12-25T04:38:56.879Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2407 | 2024-12-25T04:38:56.879Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2408 | 2024-12-25T04:38:56.879Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2409 | 2024-12-25T04:38:56.879Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2410 | 2024-12-25T04:38:56.879Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2411 | 2024-12-25T04:38:56.879Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2412 | 2024-12-25T04:38:56.879Z | [SUM] 8.00-9.00 sec 104 MBytes 871 Mbits/sec |
2413 | 2024-12-25T04:38:56.879Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2414 | 2024-12-25T04:38:56.879Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2415 | 2024-12-25T04:38:56.879Z | [ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2416 | 2024-12-25T04:38:56.879Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2417 | 2024-12-25T04:38:56.879Z | [ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2418 | 2024-12-25T04:38:56.879Z | [ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2419 | 2024-12-25T04:38:56.879Z | [ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2420 | 2024-12-25T04:38:56.879Z | [ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2421 | 2024-12-25T04:38:56.879Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
2422 | 2024-12-25T04:38:56.879Z | [SUM] 9.00-10.00 sec 103 MBytes 865 Mbits/sec |
2423 | 2024-12-25T04:38:56.879Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2424 | 2024-12-25T04:38:56.880Z | [ 5] 10.00-10.00 sec 82.0 KBytes 168 Mbits/sec |
2425 | 2024-12-25T04:38:56.880Z | [ 7] 10.00-10.00 sec 42.4 KBytes 86.8 Mbits/sec |
2426 | 2024-12-25T04:38:56.880Z | [ 9] 10.00-10.00 sec 82.0 KBytes 168 Mbits/sec |
2427 | 2024-12-25T04:38:56.880Z | [ 11] 10.00-10.00 sec 124 KBytes 254 Mbits/sec |
2428 | 2024-12-25T04:38:56.880Z | [ 13] 10.00-10.00 sec 124 KBytes 254 Mbits/sec |
2429 | 2024-12-25T04:38:56.880Z | [ 15] 10.00-10.00 sec 22.6 KBytes 46.3 Mbits/sec |
2430 | 2024-12-25T04:38:56.880Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2431 | 2024-12-25T04:38:56.880Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2432 | 2024-12-25T04:38:56.880Z | [SUM] 10.00-10.00 sec 478 KBytes 977 Mbits/sec |
2433 | 2024-12-25T04:38:56.880Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2434 | 2024-12-25T04:38:56.880Z | [ ID] Interval Transfer Bandwidth |
2435 | 2024-12-25T04:38:56.880Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2436 | 2024-12-25T04:38:56.880Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2437 | 2024-12-25T04:38:56.880Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2438 | 2024-12-25T04:38:56.880Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2439 | 2024-12-25T04:38:56.880Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2440 | 2024-12-25T04:38:56.880Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2441 | 2024-12-25T04:38:56.880Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2442 | 2024-12-25T04:38:56.880Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2443 | 2024-12-25T04:38:56.880Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2444 | 2024-12-25T04:38:56.880Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2445 | 2024-12-25T04:38:56.880Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2446 | 2024-12-25T04:38:56.880Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2447 | 2024-12-25T04:38:56.881Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2448 | 2024-12-25T04:38:56.881Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2449 | 2024-12-25T04:38:56.881Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2450 | 2024-12-25T04:38:56.881Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2451 | 2024-12-25T04:38:56.881Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2452 | 2024-12-25T04:38:56.881Z | [SUM] 0.00-10.00 sec 1.01 GBytes 871 Mbits/sec receiver |
2453 | 2024-12-25T04:38:56.884Z | Run 2/10...871.064012049991Mbps |
2454 | 2024-12-25T04:39:03.912Z | ----------------------------------------------------------- |
2455 | 2024-12-25T04:39:03.912Z | Server listening on 5201 |
2456 | 2024-12-25T04:39:03.912Z | ----------------------------------------------------------- |
2457 | 2024-12-25T04:39:03.912Z | Accepted connection from 10.0.0.1, port 61763 |
2458 | 2024-12-25T04:39:03.912Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56102 |
2459 | 2024-12-25T04:39:03.913Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44975 |
2460 | 2024-12-25T04:39:03.913Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52255 |
2461 | 2024-12-25T04:39:03.913Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39083 |
2462 | 2024-12-25T04:39:03.913Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57341 |
2463 | 2024-12-25T04:39:03.913Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60541 |
2464 | 2024-12-25T04:39:03.913Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48967 |
2465 | 2024-12-25T04:39:03.913Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45970 |
2466 | 2024-12-25T04:39:03.913Z | [ ID] Interval Transfer Bandwidth |
2467 | 2024-12-25T04:39:03.913Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2468 | 2024-12-25T04:39:03.913Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2469 | 2024-12-25T04:39:03.913Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2470 | 2024-12-25T04:39:03.913Z | [ 11] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
2471 | 2024-12-25T04:39:03.913Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2472 | 2024-12-25T04:39:03.913Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2473 | 2024-12-25T04:39:03.913Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2474 | 2024-12-25T04:39:03.914Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2475 | 2024-12-25T04:39:03.914Z | [SUM] 0.00-1.00 sec 97.7 MBytes 820 Mbits/sec |
2476 | 2024-12-25T04:39:03.914Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2477 | 2024-12-25T04:39:03.914Z | [ 5] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2478 | 2024-12-25T04:39:03.914Z | [ 7] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2479 | 2024-12-25T04:39:03.914Z | [ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2480 | 2024-12-25T04:39:03.914Z | [ 11] 1.00-2.00 sec 13.5 MBytes 114 Mbits/sec |
2481 | 2024-12-25T04:39:03.914Z | [ 13] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2482 | 2024-12-25T04:39:03.914Z | [ 15] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2483 | 2024-12-25T04:39:03.914Z | [ 17] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2484 | 2024-12-25T04:39:03.914Z | [ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
2485 | 2024-12-25T04:39:03.914Z | [SUM] 1.00-2.00 sec 109 MBytes 913 Mbits/sec |
2486 | 2024-12-25T04:39:03.914Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2487 | 2024-12-25T04:39:03.914Z | [ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2488 | 2024-12-25T04:39:03.914Z | [ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2489 | 2024-12-25T04:39:03.914Z | [ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2490 | 2024-12-25T04:39:03.914Z | [ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2491 | 2024-12-25T04:39:03.914Z | [ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2492 | 2024-12-25T04:39:03.914Z | [ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2493 | 2024-12-25T04:39:03.914Z | [ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2494 | 2024-12-25T04:39:03.915Z | [ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2495 | 2024-12-25T04:39:03.915Z | [SUM] 2.00-3.00 sec 108 MBytes 906 Mbits/sec |
2496 | 2024-12-25T04:39:03.915Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2497 | 2024-12-25T04:39:03.915Z | [ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2498 | 2024-12-25T04:39:03.915Z | [ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2499 | 2024-12-25T04:39:03.915Z | [ 9] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2500 | 2024-12-25T04:39:03.915Z | [ 11] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec |
2501 | 2024-12-25T04:39:03.915Z | [ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2502 | 2024-12-25T04:39:03.915Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2503 | 2024-12-25T04:39:03.915Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2504 | 2024-12-25T04:39:03.915Z | [ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
2505 | 2024-12-25T04:39:03.915Z | [SUM] 3.00-4.00 sec 108 MBytes 906 Mbits/sec |
2506 | 2024-12-25T04:39:03.915Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2507 | 2024-12-25T04:39:03.915Z | [ 5] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2508 | 2024-12-25T04:39:03.915Z | [ 7] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2509 | 2024-12-25T04:39:03.915Z | [ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2510 | 2024-12-25T04:39:03.915Z | [ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2511 | 2024-12-25T04:39:03.915Z | [ 13] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec |
2512 | 2024-12-25T04:39:03.915Z | [ 15] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2513 | 2024-12-25T04:39:03.915Z | [ 17] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2514 | 2024-12-25T04:39:03.915Z | [ 19] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
2515 | 2024-12-25T04:39:03.915Z | [SUM] 4.00-5.00 sec 108 MBytes 907 Mbits/sec |
2516 | 2024-12-25T04:39:03.915Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2517 | 2024-12-25T04:39:03.915Z | [ 5] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec |
2518 | 2024-12-25T04:39:03.918Z | [ 7] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec |
2519 | 2024-12-25T04:39:03.918Z | [ 9] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2520 | 2024-12-25T04:39:03.918Z | [ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2521 | 2024-12-25T04:39:03.918Z | [ 13] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec |
2522 | 2024-12-25T04:39:03.918Z | [ 15] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2523 | 2024-12-25T04:39:03.918Z | [ 17] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2524 | 2024-12-25T04:39:03.918Z | [ 19] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
2525 | 2024-12-25T04:39:03.918Z | [SUM] 5.00-6.00 sec 107 MBytes 895 Mbits/sec |
2526 | 2024-12-25T04:39:03.918Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2527 | 2024-12-25T04:39:03.918Z | [ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2528 | 2024-12-25T04:39:03.918Z | [ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2529 | 2024-12-25T04:39:03.918Z | [ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2530 | 2024-12-25T04:39:07.028Z | [ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2531 | 2024-12-25T04:39:07.028Z | [ 13] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec |
2532 | 2024-12-25T04:39:07.028Z | [ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2533 | 2024-12-25T04:39:07.028Z | [ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec |
2534 | 2024-12-25T04:39:07.028Z | [ 19] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec |
2535 | 2024-12-25T04:39:07.028Z | [SUM] 6.00-7.00 sec 107 MBytes 896 Mbits/sec |
2536 | 2024-12-25T04:39:07.028Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2537 | 2024-12-25T04:39:07.028Z | [ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2538 | 2024-12-25T04:39:07.028Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2539 | 2024-12-25T04:39:07.028Z | [ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2540 | 2024-12-25T04:39:07.028Z | [ 11] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
2541 | 2024-12-25T04:39:07.028Z | [ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2542 | 2024-12-25T04:39:07.028Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2543 | 2024-12-25T04:39:07.028Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2544 | 2024-12-25T04:39:07.029Z | [ 19] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
2545 | 2024-12-25T04:39:07.029Z | [SUM] 7.00-8.00 sec 108 MBytes 906 Mbits/sec |
2546 | 2024-12-25T04:39:07.029Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2547 | 2024-12-25T04:39:07.029Z | [ 5] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2548 | 2024-12-25T04:39:07.029Z | [ 7] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2549 | 2024-12-25T04:39:07.029Z | [ 9] 8.00-9.00 sec 13.5 MBytes 114 Mbits/sec |
2550 | 2024-12-25T04:39:07.029Z | [ 11] 8.00-9.00 sec 13.5 MBytes 114 Mbits/sec |
2551 | 2024-12-25T04:39:07.029Z | [ 13] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2552 | 2024-12-25T04:39:07.029Z | [ 15] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2553 | 2024-12-25T04:39:07.029Z | [ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec |
2554 | 2024-12-25T04:39:07.029Z | [ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
2555 | 2024-12-25T04:39:07.029Z | [SUM] 8.00-9.00 sec 109 MBytes 911 Mbits/sec |
2556 | 2024-12-25T04:39:07.029Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2557 | 2024-12-25T04:39:07.029Z | [ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2558 | 2024-12-25T04:39:07.029Z | [ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2559 | 2024-12-25T04:39:07.029Z | [ 9] 9.00-10.00 sec 13.4 MBytes 113 Mbits/sec |
2560 | 2024-12-25T04:39:07.029Z | [ 11] 9.00-10.00 sec 13.4 MBytes 113 Mbits/sec |
2561 | 2024-12-25T04:39:07.029Z | [ 13] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2562 | 2024-12-25T04:39:07.029Z | [ 15] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2563 | 2024-12-25T04:39:07.029Z | [ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
2564 | 2024-12-25T04:39:07.029Z | [ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec |
2565 | 2024-12-25T04:39:07.029Z | [SUM] 9.00-10.00 sec 107 MBytes 899 Mbits/sec |
2566 | 2024-12-25T04:39:07.030Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2567 | 2024-12-25T04:39:07.030Z | [ 5] 10.00-10.00 sec 124 KBytes 215 Mbits/sec |
2568 | 2024-12-25T04:39:07.030Z | [ 7] 10.00-10.00 sec 124 KBytes 215 Mbits/sec |
2569 | 2024-12-25T04:39:07.030Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2570 | 2024-12-25T04:39:07.030Z | [ 11] 10.00-10.00 sec 67.9 KBytes 117 Mbits/sec |
2571 | 2024-12-25T04:39:07.030Z | [ 13] 10.00-10.00 sec 124 KBytes 215 Mbits/sec |
2572 | 2024-12-25T04:39:07.030Z | [ 15] 10.00-10.00 sec 124 KBytes 215 Mbits/sec |
2573 | 2024-12-25T04:39:07.030Z | [ 17] 10.00-10.00 sec 99.0 KBytes 171 Mbits/sec |
2574 | 2024-12-25T04:39:07.030Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2575 | 2024-12-25T04:39:07.030Z | [SUM] 10.00-10.00 sec 665 KBytes 1.15 Gbits/sec |
2576 | 2024-12-25T04:39:07.030Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2577 | 2024-12-25T04:39:07.030Z | [ ID] Interval Transfer Bandwidth |
2578 | 2024-12-25T04:39:07.030Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2579 | 2024-12-25T04:39:07.030Z | [ 5] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
2580 | 2024-12-25T04:39:07.030Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2581 | 2024-12-25T04:39:07.030Z | [ 7] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
2582 | 2024-12-25T04:39:07.030Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2583 | 2024-12-25T04:39:07.030Z | [ 9] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
2584 | 2024-12-25T04:39:07.030Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2585 | 2024-12-25T04:39:07.030Z | [ 11] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
2586 | 2024-12-25T04:39:07.030Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2587 | 2024-12-25T04:39:07.030Z | [ 13] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
2588 | 2024-12-25T04:39:07.030Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2589 | 2024-12-25T04:39:07.030Z | [ 15] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
2590 | 2024-12-25T04:39:07.030Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2591 | 2024-12-25T04:39:07.030Z | [ 17] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
2592 | 2024-12-25T04:39:07.030Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2593 | 2024-12-25T04:39:07.030Z | [ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec receiver |
2594 | 2024-12-25T04:39:07.030Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2595 | 2024-12-25T04:39:07.030Z | [SUM] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec receiver |
2596 | 2024-12-25T04:39:07.033Z | Run 3/10...896.6320627048759Mbps |
2597 | 2024-12-25T04:39:14.063Z | ----------------------------------------------------------- |
2598 | 2024-12-25T04:39:14.063Z | Server listening on 5201 |
2599 | 2024-12-25T04:39:14.063Z | ----------------------------------------------------------- |
2600 | 2024-12-25T04:39:14.063Z | Accepted connection from 10.0.0.1, port 61235 |
2601 | 2024-12-25T04:39:14.063Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37532 |
2602 | 2024-12-25T04:39:14.063Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59712 |
2603 | 2024-12-25T04:39:14.063Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34747 |
2604 | 2024-12-25T04:39:14.063Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44887 |
2605 | 2024-12-25T04:39:14.063Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64309 |
2606 | 2024-12-25T04:39:14.063Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34764 |
2607 | 2024-12-25T04:39:14.063Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59958 |
2608 | 2024-12-25T04:39:14.063Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60674 |
2609 | 2024-12-25T04:39:14.063Z | [ ID] Interval Transfer Bandwidth |
2610 | 2024-12-25T04:39:14.063Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
2611 | 2024-12-25T04:39:14.063Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2612 | 2024-12-25T04:39:14.064Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2613 | 2024-12-25T04:39:14.064Z | [ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2614 | 2024-12-25T04:39:14.064Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2615 | 2024-12-25T04:39:14.064Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2616 | 2024-12-25T04:39:14.064Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2617 | 2024-12-25T04:39:14.064Z | [ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2618 | 2024-12-25T04:39:14.064Z | [SUM] 0.00-1.00 sec 96.8 MBytes 812 Mbits/sec |
2619 | 2024-12-25T04:39:14.064Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2620 | 2024-12-25T04:39:14.064Z | [ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2621 | 2024-12-25T04:39:14.064Z | [ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2622 | 2024-12-25T04:39:14.064Z | [ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec |
2623 | 2024-12-25T04:39:14.064Z | [ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2624 | 2024-12-25T04:39:14.064Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2625 | 2024-12-25T04:39:14.064Z | [ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2626 | 2024-12-25T04:39:14.064Z | [ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2627 | 2024-12-25T04:39:14.064Z | [ 19] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
2628 | 2024-12-25T04:39:14.064Z | [SUM] 1.00-2.00 sec 108 MBytes 904 Mbits/sec |
2629 | 2024-12-25T04:39:14.064Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2630 | 2024-12-25T04:39:14.064Z | [ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2631 | 2024-12-25T04:39:14.064Z | [ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2632 | 2024-12-25T04:39:14.064Z | [ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2633 | 2024-12-25T04:39:14.064Z | [ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2634 | 2024-12-25T04:39:14.064Z | [ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2635 | 2024-12-25T04:39:14.064Z | [ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2636 | 2024-12-25T04:39:14.064Z | [ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
2637 | 2024-12-25T04:39:14.064Z | [ 19] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec |
2638 | 2024-12-25T04:39:14.065Z | [SUM] 2.00-3.00 sec 108 MBytes 905 Mbits/sec |
2639 | 2024-12-25T04:39:14.065Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2640 | 2024-12-25T04:39:14.065Z | [ 5] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2641 | 2024-12-25T04:39:14.065Z | [ 7] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2642 | 2024-12-25T04:39:14.065Z | [ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2643 | 2024-12-25T04:39:14.065Z | [ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2644 | 2024-12-25T04:39:14.065Z | [ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2645 | 2024-12-25T04:39:14.065Z | [ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2646 | 2024-12-25T04:39:14.065Z | [ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
2647 | 2024-12-25T04:39:14.065Z | [ 19] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec |
2648 | 2024-12-25T04:39:14.065Z | [SUM] 3.00-4.00 sec 107 MBytes 898 Mbits/sec |
2649 | 2024-12-25T04:39:14.065Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2650 | 2024-12-25T04:39:14.065Z | [ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2651 | 2024-12-25T04:39:14.065Z | [ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2652 | 2024-12-25T04:39:14.065Z | [ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2653 | 2024-12-25T04:39:14.065Z | [ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2654 | 2024-12-25T04:39:14.065Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2655 | 2024-12-25T04:39:14.065Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2656 | 2024-12-25T04:39:14.065Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2657 | 2024-12-25T04:39:14.065Z | [ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2658 | 2024-12-25T04:39:14.065Z | [SUM] 4.00-5.00 sec 106 MBytes 889 Mbits/sec |
2659 | 2024-12-25T04:39:14.065Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2660 | 2024-12-25T04:39:14.065Z | [ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2661 | 2024-12-25T04:39:14.065Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2662 | 2024-12-25T04:39:14.065Z | [ 9] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec |
2663 | 2024-12-25T04:39:14.065Z | [ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2664 | 2024-12-25T04:39:14.065Z | [ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2665 | 2024-12-25T04:39:14.065Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2666 | 2024-12-25T04:39:14.065Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2667 | 2024-12-25T04:39:14.065Z | [ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2668 | 2024-12-25T04:39:14.065Z | [SUM] 5.00-6.00 sec 105 MBytes 881 Mbits/sec |
2669 | 2024-12-25T04:39:14.065Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2670 | 2024-12-25T04:39:14.065Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
2671 | 2024-12-25T04:39:14.065Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2672 | 2024-12-25T04:39:14.065Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2673 | 2024-12-25T04:39:17.178Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2674 | 2024-12-25T04:39:17.178Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2675 | 2024-12-25T04:39:17.178Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2676 | 2024-12-25T04:39:17.178Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2677 | 2024-12-25T04:39:17.178Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
2678 | 2024-12-25T04:39:17.178Z | [SUM] 6.00-7.00 sec 104 MBytes 871 Mbits/sec |
2679 | 2024-12-25T04:39:17.178Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2680 | 2024-12-25T04:39:17.178Z | [ 5] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
2681 | 2024-12-25T04:39:17.178Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2682 | 2024-12-25T04:39:17.178Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2683 | 2024-12-25T04:39:17.178Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2684 | 2024-12-25T04:39:17.179Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2685 | 2024-12-25T04:39:17.179Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2686 | 2024-12-25T04:39:17.179Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2687 | 2024-12-25T04:39:17.179Z | [ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
2688 | 2024-12-25T04:39:17.179Z | [SUM] 7.00-8.00 sec 105 MBytes 882 Mbits/sec |
2689 | 2024-12-25T04:39:17.179Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2690 | 2024-12-25T04:39:17.179Z | [ 5] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec |
2691 | 2024-12-25T04:39:17.179Z | [ 7] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec |
2692 | 2024-12-25T04:39:17.179Z | [ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2693 | 2024-12-25T04:39:17.179Z | [ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
2694 | 2024-12-25T04:39:17.179Z | [ 13] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec |
2695 | 2024-12-25T04:39:17.179Z | [ 15] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec |
2696 | 2024-12-25T04:39:17.179Z | [ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
2697 | 2024-12-25T04:39:17.179Z | [ 19] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec |
2698 | 2024-12-25T04:39:17.179Z | [SUM] 8.00-9.00 sec 106 MBytes 893 Mbits/sec |
2699 | 2024-12-25T04:39:17.179Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2700 | 2024-12-25T04:39:17.179Z | [ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2701 | 2024-12-25T04:39:17.179Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2702 | 2024-12-25T04:39:17.179Z | [ 9] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2703 | 2024-12-25T04:39:17.179Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2704 | 2024-12-25T04:39:17.179Z | [ 13] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec |
2705 | 2024-12-25T04:39:17.179Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2706 | 2024-12-25T04:39:17.179Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2707 | 2024-12-25T04:39:17.179Z | [ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
2708 | 2024-12-25T04:39:17.181Z | [SUM] 9.00-10.00 sec 106 MBytes 887 Mbits/sec |
2709 | 2024-12-25T04:39:17.181Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2710 | 2024-12-25T04:39:17.181Z | [ 5] 10.00-10.00 sec 42.4 KBytes 76.1 Mbits/sec |
2711 | 2024-12-25T04:39:17.181Z | [ 7] 10.00-10.00 sec 124 KBytes 223 Mbits/sec |
2712 | 2024-12-25T04:39:17.181Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2713 | 2024-12-25T04:39:17.181Z | [ 11] 10.00-10.00 sec 102 KBytes 183 Mbits/sec |
2714 | 2024-12-25T04:39:17.181Z | [ 13] 10.00-10.00 sec 124 KBytes 223 Mbits/sec |
2715 | 2024-12-25T04:39:17.181Z | [ 15] 10.00-10.00 sec 124 KBytes 223 Mbits/sec |
2716 | 2024-12-25T04:39:17.182Z | [ 17] 10.00-10.00 sec 119 KBytes 213 Mbits/sec |
2717 | 2024-12-25T04:39:17.182Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2718 | 2024-12-25T04:39:17.182Z | [SUM] 10.00-10.00 sec 636 KBytes 1.14 Gbits/sec |
2719 | 2024-12-25T04:39:17.182Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2720 | 2024-12-25T04:39:17.182Z | [ ID] Interval Transfer Bandwidth |
2721 | 2024-12-25T04:39:17.182Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2722 | 2024-12-25T04:39:17.182Z | [ 5] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver |
2723 | 2024-12-25T04:39:17.182Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2724 | 2024-12-25T04:39:17.182Z | [ 7] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver |
2725 | 2024-12-25T04:39:17.182Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2726 | 2024-12-25T04:39:17.182Z | [ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2727 | 2024-12-25T04:39:17.182Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2728 | 2024-12-25T04:39:17.182Z | [ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2729 | 2024-12-25T04:39:17.182Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2730 | 2024-12-25T04:39:17.182Z | [ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2731 | 2024-12-25T04:39:17.182Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2732 | 2024-12-25T04:39:17.183Z | [ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2733 | 2024-12-25T04:39:17.183Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2734 | 2024-12-25T04:39:17.183Z | [ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2735 | 2024-12-25T04:39:17.183Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2736 | 2024-12-25T04:39:17.183Z | [ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver |
2737 | 2024-12-25T04:39:17.183Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2738 | 2024-12-25T04:39:17.183Z | [SUM] 0.00-10.00 sec 1.03 GBytes 882 Mbits/sec receiver |
2739 | 2024-12-25T04:39:17.186Z | Run 4/10...882.857850525316Mbps |
2740 | 2024-12-25T04:39:24.212Z | ----------------------------------------------------------- |
2741 | 2024-12-25T04:39:24.212Z | Server listening on 5201 |
2742 | 2024-12-25T04:39:24.212Z | ----------------------------------------------------------- |
2743 | 2024-12-25T04:39:24.212Z | Accepted connection from 10.0.0.1, port 39302 |
2744 | 2024-12-25T04:39:24.212Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35867 |
2745 | 2024-12-25T04:39:24.212Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51321 |
2746 | 2024-12-25T04:39:24.212Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44378 |
2747 | 2024-12-25T04:39:24.212Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47062 |
2748 | 2024-12-25T04:39:24.212Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55297 |
2749 | 2024-12-25T04:39:24.212Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37535 |
2750 | 2024-12-25T04:39:24.212Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42016 |
2751 | 2024-12-25T04:39:24.212Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42771 |
2752 | 2024-12-25T04:39:24.212Z | [ ID] Interval Transfer Bandwidth |
2753 | 2024-12-25T04:39:24.212Z | [ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
2754 | 2024-12-25T04:39:24.212Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2755 | 2024-12-25T04:39:24.212Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
2756 | 2024-12-25T04:39:24.212Z | [ 11] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2757 | 2024-12-25T04:39:24.212Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2758 | 2024-12-25T04:39:24.212Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2759 | 2024-12-25T04:39:24.212Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2760 | 2024-12-25T04:39:24.212Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
2761 | 2024-12-25T04:39:24.212Z | [SUM] 0.00-1.00 sec 95.8 MBytes 803 Mbits/sec |
2762 | 2024-12-25T04:39:24.212Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2763 | 2024-12-25T04:39:24.212Z | [ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2764 | 2024-12-25T04:39:24.212Z | [ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2765 | 2024-12-25T04:39:24.212Z | [ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
2766 | 2024-12-25T04:39:24.212Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2767 | 2024-12-25T04:39:24.212Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2768 | 2024-12-25T04:39:24.212Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2769 | 2024-12-25T04:39:24.213Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2770 | 2024-12-25T04:39:24.213Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
2771 | 2024-12-25T04:39:24.213Z | [SUM] 1.00-2.00 sec 105 MBytes 881 Mbits/sec |
2772 | 2024-12-25T04:39:24.213Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2773 | 2024-12-25T04:39:24.213Z | [ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2774 | 2024-12-25T04:39:24.213Z | [ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2775 | 2024-12-25T04:39:24.213Z | [ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2776 | 2024-12-25T04:39:24.213Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
2777 | 2024-12-25T04:39:24.213Z | [ 13] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec |
2778 | 2024-12-25T04:39:24.213Z | [ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2779 | 2024-12-25T04:39:24.213Z | [ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2780 | 2024-12-25T04:39:24.213Z | [ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec |
2781 | 2024-12-25T04:39:24.213Z | [SUM] 2.00-3.00 sec 106 MBytes 890 Mbits/sec |
2782 | 2024-12-25T04:39:24.213Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2783 | 2024-12-25T04:39:24.213Z | [ 5] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2784 | 2024-12-25T04:39:24.213Z | [ 7] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2785 | 2024-12-25T04:39:24.213Z | [ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2786 | 2024-12-25T04:39:24.213Z | [ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2787 | 2024-12-25T04:39:24.213Z | [ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2788 | 2024-12-25T04:39:24.213Z | [ 15] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2789 | 2024-12-25T04:39:24.213Z | [ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2790 | 2024-12-25T04:39:24.213Z | [ 19] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec |
2791 | 2024-12-25T04:39:24.213Z | [SUM] 3.00-4.00 sec 106 MBytes 889 Mbits/sec |
2792 | 2024-12-25T04:39:24.213Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2793 | 2024-12-25T04:39:24.213Z | [ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2794 | 2024-12-25T04:39:24.213Z | [ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2795 | 2024-12-25T04:39:24.213Z | [ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2796 | 2024-12-25T04:39:24.213Z | [ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec |
2797 | 2024-12-25T04:39:24.213Z | [ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2798 | 2024-12-25T04:39:24.213Z | [ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2799 | 2024-12-25T04:39:24.213Z | [ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec |
2800 | 2024-12-25T04:39:24.213Z | [ 19] 4.00-5.00 sec 13.2 MBytes 110 Mbits/sec |
2801 | 2024-12-25T04:39:24.213Z | [SUM] 4.00-5.00 sec 106 MBytes 885 Mbits/sec |
2802 | 2024-12-25T04:39:24.214Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2803 | 2024-12-25T04:39:24.215Z | [ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2804 | 2024-12-25T04:39:24.215Z | [ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2805 | 2024-12-25T04:39:24.215Z | [ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2806 | 2024-12-25T04:39:24.215Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2807 | 2024-12-25T04:39:24.215Z | [ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2808 | 2024-12-25T04:39:24.215Z | [ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2809 | 2024-12-25T04:39:24.215Z | [ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
2810 | 2024-12-25T04:39:24.215Z | [ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
2811 | 2024-12-25T04:39:24.215Z | [SUM] 5.00-6.00 sec 105 MBytes 884 Mbits/sec |
2812 | 2024-12-25T04:39:24.215Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2813 | 2024-12-25T04:39:24.215Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2814 | 2024-12-25T04:39:24.215Z | [ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2815 | 2024-12-25T04:39:24.215Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2816 | 2024-12-25T04:39:27.328Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2817 | 2024-12-25T04:39:27.328Z | [ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2818 | 2024-12-25T04:39:27.328Z | [ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2819 | 2024-12-25T04:39:27.328Z | [ 17] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2820 | 2024-12-25T04:39:27.328Z | [ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
2821 | 2024-12-25T04:39:27.328Z | [SUM] 6.00-7.00 sec 106 MBytes 886 Mbits/sec |
2822 | 2024-12-25T04:39:27.328Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2823 | 2024-12-25T04:39:27.328Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2824 | 2024-12-25T04:39:27.328Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2825 | 2024-12-25T04:39:27.328Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2826 | 2024-12-25T04:39:27.328Z | [ 11] 7.00-8.00 sec 13.1 MBytes 109 Mbits/sec |
2827 | 2024-12-25T04:39:27.328Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2828 | 2024-12-25T04:39:27.328Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2829 | 2024-12-25T04:39:27.328Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
2830 | 2024-12-25T04:39:27.328Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2831 | 2024-12-25T04:39:27.328Z | [SUM] 7.00-8.00 sec 104 MBytes 875 Mbits/sec |
2832 | 2024-12-25T04:39:27.328Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2833 | 2024-12-25T04:39:27.328Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2834 | 2024-12-25T04:39:27.328Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2835 | 2024-12-25T04:39:27.328Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2836 | 2024-12-25T04:39:27.328Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2837 | 2024-12-25T04:39:27.328Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2838 | 2024-12-25T04:39:27.328Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2839 | 2024-12-25T04:39:27.328Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2840 | 2024-12-25T04:39:27.328Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
2841 | 2024-12-25T04:39:27.328Z | [SUM] 8.00-9.00 sec 103 MBytes 865 Mbits/sec |
2842 | 2024-12-25T04:39:27.328Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2843 | 2024-12-25T04:39:27.329Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2844 | 2024-12-25T04:39:27.329Z | [ 7] 9.00-10.00 sec 13.1 MBytes 109 Mbits/sec |
2845 | 2024-12-25T04:39:27.329Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2846 | 2024-12-25T04:39:27.329Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2847 | 2024-12-25T04:39:27.329Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2848 | 2024-12-25T04:39:27.329Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2849 | 2024-12-25T04:39:27.329Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2850 | 2024-12-25T04:39:27.329Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2851 | 2024-12-25T04:39:27.329Z | [SUM] 9.00-10.00 sec 104 MBytes 875 Mbits/sec |
2852 | 2024-12-25T04:39:27.329Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2853 | 2024-12-25T04:39:27.329Z | [ 5] 10.00-10.00 sec 124 KBytes 235 Mbits/sec |
2854 | 2024-12-25T04:39:27.329Z | [ 7] 10.00-10.00 sec 73.5 KBytes 139 Mbits/sec |
2855 | 2024-12-25T04:39:27.329Z | [ 9] 10.00-10.00 sec 124 KBytes 235 Mbits/sec |
2856 | 2024-12-25T04:39:27.329Z | [ 11] 10.00-10.00 sec 22.6 KBytes 42.8 Mbits/sec |
2857 | 2024-12-25T04:39:27.330Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
2858 | 2024-12-25T04:39:27.330Z | [ 15] 10.00-10.00 sec 17.0 KBytes 32.1 Mbits/sec |
2859 | 2024-12-25T04:39:27.330Z | [ 17] 10.00-10.00 sec 102 KBytes 193 Mbits/sec |
2860 | 2024-12-25T04:39:27.330Z | [ 19] 10.00-10.00 sec 124 KBytes 235 Mbits/sec |
2861 | 2024-12-25T04:39:27.330Z | [SUM] 10.00-10.00 sec 588 KBytes 1.11 Gbits/sec |
2862 | 2024-12-25T04:39:27.330Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2863 | 2024-12-25T04:39:27.330Z | [ ID] Interval Transfer Bandwidth |
2864 | 2024-12-25T04:39:27.330Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2865 | 2024-12-25T04:39:27.330Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2866 | 2024-12-25T04:39:27.330Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2867 | 2024-12-25T04:39:27.330Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2868 | 2024-12-25T04:39:27.330Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2869 | 2024-12-25T04:39:27.330Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2870 | 2024-12-25T04:39:27.330Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2871 | 2024-12-25T04:39:27.330Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2872 | 2024-12-25T04:39:27.330Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2873 | 2024-12-25T04:39:27.330Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2874 | 2024-12-25T04:39:27.330Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2875 | 2024-12-25T04:39:27.330Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2876 | 2024-12-25T04:39:27.330Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2877 | 2024-12-25T04:39:27.330Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2878 | 2024-12-25T04:39:27.330Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2879 | 2024-12-25T04:39:27.330Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec receiver |
2880 | 2024-12-25T04:39:27.330Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
2881 | 2024-12-25T04:39:27.330Z | [SUM] 0.00-10.00 sec 1.02 GBytes 873 Mbits/sec receiver |
2882 | 2024-12-25T04:39:27.333Z | Run 5/10...874.1287371755659Mbps |
2883 | 2024-12-25T04:39:34.361Z | ----------------------------------------------------------- |
2884 | 2024-12-25T04:39:34.361Z | Server listening on 5201 |
2885 | 2024-12-25T04:39:34.361Z | ----------------------------------------------------------- |
2886 | 2024-12-25T04:39:34.361Z | Accepted connection from 10.0.0.1, port 52985 |
2887 | 2024-12-25T04:39:34.362Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41249 |
2888 | 2024-12-25T04:39:34.362Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44427 |
2889 | 2024-12-25T04:39:34.362Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46140 |
2890 | 2024-12-25T04:39:34.362Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53367 |
2891 | 2024-12-25T04:39:34.362Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50858 |
2892 | 2024-12-25T04:39:34.362Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32835 |
2893 | 2024-12-25T04:39:34.362Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52733 |
2894 | 2024-12-25T04:39:34.362Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33488 |
2895 | 2024-12-25T04:39:34.362Z | [ ID] Interval Transfer Bandwidth |
2896 | 2024-12-25T04:39:34.362Z | [ 5] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
2897 | 2024-12-25T04:39:34.362Z | [ 7] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec |
2898 | 2024-12-25T04:39:34.362Z | [ 9] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec |
2899 | 2024-12-25T04:39:34.362Z | [ 11] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec |
2900 | 2024-12-25T04:39:34.362Z | [ 13] 0.00-1.00 sec 11.6 MBytes 97.2 Mbits/sec |
2901 | 2024-12-25T04:39:34.362Z | [ 15] 0.00-1.00 sec 11.6 MBytes 96.9 Mbits/sec |
2902 | 2024-12-25T04:39:34.362Z | [ 17] 0.00-1.00 sec 11.6 MBytes 96.9 Mbits/sec |
2903 | 2024-12-25T04:39:34.362Z | [ 19] 0.00-1.00 sec 11.6 MBytes 96.9 Mbits/sec |
2904 | 2024-12-25T04:39:34.362Z | [SUM] 0.00-1.00 sec 93.0 MBytes 780 Mbits/sec |
2905 | 2024-12-25T04:39:34.362Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2906 | 2024-12-25T04:39:34.362Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
2907 | 2024-12-25T04:39:34.362Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
2908 | 2024-12-25T04:39:34.362Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
2909 | 2024-12-25T04:39:34.362Z | [ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
2910 | 2024-12-25T04:39:34.362Z | [ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
2911 | 2024-12-25T04:39:34.362Z | [ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
2912 | 2024-12-25T04:39:34.362Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
2913 | 2024-12-25T04:39:34.362Z | [ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
2914 | 2024-12-25T04:39:34.362Z | [SUM] 1.00-2.00 sec 104 MBytes 870 Mbits/sec |
2915 | 2024-12-25T04:39:34.362Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2916 | 2024-12-25T04:39:34.362Z | [ 5] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
2917 | 2024-12-25T04:39:34.362Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
2918 | 2024-12-25T04:39:34.362Z | [ 9] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
2919 | 2024-12-25T04:39:34.362Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
2920 | 2024-12-25T04:39:34.362Z | [ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
2921 | 2024-12-25T04:39:34.362Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
2922 | 2024-12-25T04:39:34.362Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
2923 | 2024-12-25T04:39:34.362Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
2924 | 2024-12-25T04:39:34.362Z | [SUM] 2.00-3.00 sec 103 MBytes 863 Mbits/sec |
2925 | 2024-12-25T04:39:34.363Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2926 | 2024-12-25T04:39:34.363Z | [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2927 | 2024-12-25T04:39:34.363Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2928 | 2024-12-25T04:39:34.363Z | [ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec |
2929 | 2024-12-25T04:39:34.363Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2930 | 2024-12-25T04:39:34.363Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2931 | 2024-12-25T04:39:34.363Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2932 | 2024-12-25T04:39:34.363Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2933 | 2024-12-25T04:39:34.363Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
2934 | 2024-12-25T04:39:34.363Z | [SUM] 3.00-4.00 sec 104 MBytes 874 Mbits/sec |
2935 | 2024-12-25T04:39:34.363Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2936 | 2024-12-25T04:39:34.363Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2937 | 2024-12-25T04:39:34.363Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2938 | 2024-12-25T04:39:34.363Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2939 | 2024-12-25T04:39:34.363Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2940 | 2024-12-25T04:39:34.363Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2941 | 2024-12-25T04:39:34.363Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2942 | 2024-12-25T04:39:34.363Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2943 | 2024-12-25T04:39:34.363Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
2944 | 2024-12-25T04:39:34.363Z | [SUM] 4.00-5.00 sec 104 MBytes 873 Mbits/sec |
2945 | 2024-12-25T04:39:34.363Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2946 | 2024-12-25T04:39:34.363Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2947 | 2024-12-25T04:39:34.363Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2948 | 2024-12-25T04:39:34.363Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2949 | 2024-12-25T04:39:34.363Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2950 | 2024-12-25T04:39:34.363Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2951 | 2024-12-25T04:39:34.363Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2952 | 2024-12-25T04:39:34.363Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2953 | 2024-12-25T04:39:34.363Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
2954 | 2024-12-25T04:39:34.363Z | [SUM] 5.00-6.00 sec 103 MBytes 864 Mbits/sec |
2955 | 2024-12-25T04:39:34.363Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2956 | 2024-12-25T04:39:34.363Z | [ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2957 | 2024-12-25T04:39:34.363Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2958 | 2024-12-25T04:39:34.363Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
2959 | 2024-12-25T04:39:37.477Z | [ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2960 | 2024-12-25T04:39:37.477Z | [ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2961 | 2024-12-25T04:39:37.477Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2962 | 2024-12-25T04:39:37.477Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2963 | 2024-12-25T04:39:37.477Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
2964 | 2024-12-25T04:39:37.477Z | [SUM] 6.00-7.00 sec 105 MBytes 878 Mbits/sec |
2965 | 2024-12-25T04:39:37.477Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2966 | 2024-12-25T04:39:37.477Z | [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2967 | 2024-12-25T04:39:37.477Z | [ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2968 | 2024-12-25T04:39:37.477Z | [ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2969 | 2024-12-25T04:39:37.477Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2970 | 2024-12-25T04:39:37.477Z | [ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2971 | 2024-12-25T04:39:37.477Z | [ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2972 | 2024-12-25T04:39:37.477Z | [ 17] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2973 | 2024-12-25T04:39:37.477Z | [ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
2974 | 2024-12-25T04:39:37.477Z | [SUM] 7.00-8.00 sec 105 MBytes 880 Mbits/sec |
2975 | 2024-12-25T04:39:37.477Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2976 | 2024-12-25T04:39:37.478Z | [ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2977 | 2024-12-25T04:39:37.478Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2978 | 2024-12-25T04:39:37.478Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2979 | 2024-12-25T04:39:37.478Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2980 | 2024-12-25T04:39:37.478Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2981 | 2024-12-25T04:39:37.478Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2982 | 2024-12-25T04:39:37.478Z | [ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2983 | 2024-12-25T04:39:37.478Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
2984 | 2024-12-25T04:39:37.478Z | [SUM] 8.00-9.00 sec 104 MBytes 873 Mbits/sec |
2985 | 2024-12-25T04:39:37.478Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2986 | 2024-12-25T04:39:37.478Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2987 | 2024-12-25T04:39:37.478Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2988 | 2024-12-25T04:39:37.478Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2989 | 2024-12-25T04:39:37.478Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2990 | 2024-12-25T04:39:37.478Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2991 | 2024-12-25T04:39:37.478Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2992 | 2024-12-25T04:39:37.478Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
2993 | 2024-12-25T04:39:37.478Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
2994 | 2024-12-25T04:39:37.478Z | [SUM] 9.00-10.00 sec 105 MBytes 880 Mbits/sec |
2995 | 2024-12-25T04:39:37.479Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
2996 | 2024-12-25T04:39:37.479Z | [ 5] 10.00-10.00 sec 53.7 KBytes 115 Mbits/sec |
2997 | 2024-12-25T04:39:37.479Z | [ 7] 10.00-10.00 sec 82.0 KBytes 176 Mbits/sec |
2998 | 2024-12-25T04:39:37.479Z | [ 9] 10.00-10.00 sec 122 KBytes 260 Mbits/sec |
2999 | 2024-12-25T04:39:37.479Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3000 | 2024-12-25T04:39:37.479Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3001 | 2024-12-25T04:39:37.479Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3002 | 2024-12-25T04:39:37.479Z | [ 17] 10.00-10.00 sec 42.4 KBytes 90.9 Mbits/sec |
3003 | 2024-12-25T04:39:37.479Z | [ 19] 10.00-10.00 sec 124 KBytes 266 Mbits/sec |
3004 | 2024-12-25T04:39:37.479Z | [SUM] 10.00-10.00 sec 424 KBytes 908 Mbits/sec |
3005 | 2024-12-25T04:39:37.479Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3006 | 2024-12-25T04:39:37.479Z | [ ID] Interval Transfer Bandwidth |
3007 | 2024-12-25T04:39:37.479Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3008 | 2024-12-25T04:39:37.479Z | [ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3009 | 2024-12-25T04:39:37.479Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3010 | 2024-12-25T04:39:37.479Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3011 | 2024-12-25T04:39:37.479Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3012 | 2024-12-25T04:39:37.479Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3013 | 2024-12-25T04:39:37.479Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3014 | 2024-12-25T04:39:37.479Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3015 | 2024-12-25T04:39:37.480Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3016 | 2024-12-25T04:39:37.480Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3017 | 2024-12-25T04:39:37.480Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3018 | 2024-12-25T04:39:37.480Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3019 | 2024-12-25T04:39:37.480Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3020 | 2024-12-25T04:39:37.480Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3021 | 2024-12-25T04:39:37.480Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3022 | 2024-12-25T04:39:37.480Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3023 | 2024-12-25T04:39:37.480Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3024 | 2024-12-25T04:39:37.480Z | [SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec receiver |
3025 | 2024-12-25T04:39:37.483Z | Run 6/10...864.223973875696Mbps |
3026 | 2024-12-25T04:39:44.510Z | ----------------------------------------------------------- |
3027 | 2024-12-25T04:39:44.510Z | Server listening on 5201 |
3028 | 2024-12-25T04:39:44.510Z | ----------------------------------------------------------- |
3029 | 2024-12-25T04:39:44.510Z | Accepted connection from 10.0.0.1, port 60464 |
3030 | 2024-12-25T04:39:44.510Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46133 |
3031 | 2024-12-25T04:39:44.510Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58455 |
3032 | 2024-12-25T04:39:44.510Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33010 |
3033 | 2024-12-25T04:39:44.510Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45913 |
3034 | 2024-12-25T04:39:44.510Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63288 |
3035 | 2024-12-25T04:39:44.510Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39663 |
3036 | 2024-12-25T04:39:44.510Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39721 |
3037 | 2024-12-25T04:39:44.510Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41208 |
3038 | 2024-12-25T04:39:44.510Z | [ ID] Interval Transfer Bandwidth |
3039 | 2024-12-25T04:39:44.510Z | [ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3040 | 2024-12-25T04:39:44.510Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3041 | 2024-12-25T04:39:44.510Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3042 | 2024-12-25T04:39:44.510Z | [ 11] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
3043 | 2024-12-25T04:39:44.511Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3044 | 2024-12-25T04:39:44.511Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3045 | 2024-12-25T04:39:44.511Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3046 | 2024-12-25T04:39:44.511Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3047 | 2024-12-25T04:39:44.511Z | [SUM] 0.00-1.00 sec 95.9 MBytes 804 Mbits/sec |
3048 | 2024-12-25T04:39:44.511Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3049 | 2024-12-25T04:39:44.511Z | [ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3050 | 2024-12-25T04:39:44.511Z | [ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3051 | 2024-12-25T04:39:44.511Z | [ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3052 | 2024-12-25T04:39:44.511Z | [ 11] 1.00-2.00 sec 13.5 MBytes 114 Mbits/sec |
3053 | 2024-12-25T04:39:44.511Z | [ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3054 | 2024-12-25T04:39:44.511Z | [ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3055 | 2024-12-25T04:39:44.511Z | [ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3056 | 2024-12-25T04:39:44.511Z | [ 19] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec |
3057 | 2024-12-25T04:39:44.511Z | [SUM] 1.00-2.00 sec 108 MBytes 906 Mbits/sec |
3058 | 2024-12-25T04:39:44.511Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3059 | 2024-12-25T04:39:44.511Z | [ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3060 | 2024-12-25T04:39:44.511Z | [ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3061 | 2024-12-25T04:39:44.511Z | [ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3062 | 2024-12-25T04:39:44.511Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3063 | 2024-12-25T04:39:44.511Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3064 | 2024-12-25T04:39:44.511Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3065 | 2024-12-25T04:39:44.511Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3066 | 2024-12-25T04:39:44.511Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3067 | 2024-12-25T04:39:44.511Z | [SUM] 2.00-3.00 sec 107 MBytes 897 Mbits/sec |
3068 | 2024-12-25T04:39:44.511Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3069 | 2024-12-25T04:39:44.511Z | [ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3070 | 2024-12-25T04:39:44.511Z | [ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3071 | 2024-12-25T04:39:44.511Z | [ 9] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3072 | 2024-12-25T04:39:44.511Z | [ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3073 | 2024-12-25T04:39:44.511Z | [ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3074 | 2024-12-25T04:39:44.511Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3075 | 2024-12-25T04:39:44.511Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3076 | 2024-12-25T04:39:44.511Z | [ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3077 | 2024-12-25T04:39:44.511Z | [SUM] 3.00-4.00 sec 108 MBytes 904 Mbits/sec |
3078 | 2024-12-25T04:39:44.511Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3079 | 2024-12-25T04:39:44.511Z | [ 5] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3080 | 2024-12-25T04:39:44.511Z | [ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3081 | 2024-12-25T04:39:44.511Z | [ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3082 | 2024-12-25T04:39:44.512Z | [ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3083 | 2024-12-25T04:39:44.512Z | [ 13] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec |
3084 | 2024-12-25T04:39:44.512Z | [ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3085 | 2024-12-25T04:39:44.512Z | [ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3086 | 2024-12-25T04:39:44.512Z | [ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3087 | 2024-12-25T04:39:44.512Z | [SUM] 4.00-5.00 sec 107 MBytes 899 Mbits/sec |
3088 | 2024-12-25T04:39:44.512Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3089 | 2024-12-25T04:39:44.512Z | [ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3090 | 2024-12-25T04:39:44.512Z | [ 7] 5.00-6.00 sec 13.4 MBytes 113 Mbits/sec |
3091 | 2024-12-25T04:39:44.512Z | [ 9] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3092 | 2024-12-25T04:39:44.512Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3093 | 2024-12-25T04:39:44.512Z | [ 13] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec |
3094 | 2024-12-25T04:39:44.512Z | [ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3095 | 2024-12-25T04:39:44.512Z | [ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3096 | 2024-12-25T04:39:44.512Z | [ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3097 | 2024-12-25T04:39:44.512Z | [SUM] 5.00-6.00 sec 108 MBytes 904 Mbits/sec |
3098 | 2024-12-25T04:39:44.512Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3099 | 2024-12-25T04:39:44.512Z | [ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3100 | 2024-12-25T04:39:44.512Z | [ 7] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec |
3101 | 2024-12-25T04:39:44.512Z | [ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3102 | 2024-12-25T04:39:47.727Z | [ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3103 | 2024-12-25T04:39:47.727Z | [ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3104 | 2024-12-25T04:39:47.727Z | [ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3105 | 2024-12-25T04:39:47.727Z | [ 17] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3106 | 2024-12-25T04:39:47.727Z | [ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3107 | 2024-12-25T04:39:47.727Z | [SUM] 6.00-7.00 sec 106 MBytes 889 Mbits/sec |
3108 | 2024-12-25T04:39:47.727Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3109 | 2024-12-25T04:39:47.727Z | [ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3110 | 2024-12-25T04:39:47.727Z | [ 7] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec |
3111 | 2024-12-25T04:39:47.727Z | [ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3112 | 2024-12-25T04:39:47.727Z | [ 11] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3113 | 2024-12-25T04:39:47.727Z | [ 13] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3114 | 2024-12-25T04:39:47.727Z | [ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3115 | 2024-12-25T04:39:47.727Z | [ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3116 | 2024-12-25T04:39:47.727Z | [ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3117 | 2024-12-25T04:39:47.727Z | [SUM] 7.00-8.00 sec 106 MBytes 889 Mbits/sec |
3118 | 2024-12-25T04:39:47.727Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3119 | 2024-12-25T04:39:47.727Z | [ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3120 | 2024-12-25T04:39:47.727Z | [ 7] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec |
3121 | 2024-12-25T04:39:47.728Z | [ 9] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec |
3122 | 2024-12-25T04:39:47.728Z | [ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3123 | 2024-12-25T04:39:47.728Z | [ 13] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec |
3124 | 2024-12-25T04:39:47.728Z | [ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3125 | 2024-12-25T04:39:47.728Z | [ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3126 | 2024-12-25T04:39:47.728Z | [ 19] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3127 | 2024-12-25T04:39:47.728Z | [SUM] 8.00-9.00 sec 107 MBytes 895 Mbits/sec |
3128 | 2024-12-25T04:39:47.728Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3129 | 2024-12-25T04:39:47.728Z | [ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3130 | 2024-12-25T04:39:47.728Z | [ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3131 | 2024-12-25T04:39:47.728Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3132 | 2024-12-25T04:39:47.728Z | [ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3133 | 2024-12-25T04:39:47.728Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3134 | 2024-12-25T04:39:47.728Z | [ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3135 | 2024-12-25T04:39:47.728Z | [ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3136 | 2024-12-25T04:39:47.728Z | [ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3137 | 2024-12-25T04:39:47.728Z | [SUM] 9.00-10.00 sec 105 MBytes 881 Mbits/sec |
3138 | 2024-12-25T04:39:47.728Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3139 | 2024-12-25T04:39:47.728Z | [ 5] 10.00-10.00 sec 45.2 KBytes 100 Mbits/sec |
3140 | 2024-12-25T04:39:47.728Z | [ 7] 10.00-10.00 sec 67.9 KBytes 151 Mbits/sec |
3141 | 2024-12-25T04:39:47.728Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3142 | 2024-12-25T04:39:47.728Z | [ 11] 10.00-10.00 sec 122 KBytes 270 Mbits/sec |
3143 | 2024-12-25T04:39:47.728Z | [ 13] 10.00-10.00 sec 124 KBytes 276 Mbits/sec |
3144 | 2024-12-25T04:39:47.728Z | [ 15] 10.00-10.00 sec 59.4 KBytes 132 Mbits/sec |
3145 | 2024-12-25T04:39:47.728Z | [ 17] 10.00-10.00 sec 8.48 KBytes 18.8 Mbits/sec |
3146 | 2024-12-25T04:39:47.728Z | [ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3147 | 2024-12-25T04:39:47.728Z | [SUM] 10.00-10.00 sec 427 KBytes 947 Mbits/sec |
3148 | 2024-12-25T04:39:47.728Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3149 | 2024-12-25T04:39:47.728Z | [ ID] Interval Transfer Bandwidth |
3150 | 2024-12-25T04:39:47.728Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3151 | 2024-12-25T04:39:47.728Z | [ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3152 | 2024-12-25T04:39:47.728Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3153 | 2024-12-25T04:39:47.728Z | [ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3154 | 2024-12-25T04:39:47.728Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3155 | 2024-12-25T04:39:47.728Z | [ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3156 | 2024-12-25T04:39:47.728Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3157 | 2024-12-25T04:39:47.729Z | [ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3158 | 2024-12-25T04:39:47.729Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3159 | 2024-12-25T04:39:47.729Z | [ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3160 | 2024-12-25T04:39:47.729Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3161 | 2024-12-25T04:39:47.729Z | [ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3162 | 2024-12-25T04:39:47.729Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3163 | 2024-12-25T04:39:47.729Z | [ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3164 | 2024-12-25T04:39:47.729Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3165 | 2024-12-25T04:39:47.729Z | [ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3166 | 2024-12-25T04:39:47.729Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3167 | 2024-12-25T04:39:47.729Z | [SUM] 0.00-10.00 sec 1.03 GBytes 887 Mbits/sec receiver |
3168 | 2024-12-25T04:39:47.732Z | Run 7/10...887.4831122141139Mbps |
3169 | 2024-12-25T04:39:54.761Z | ----------------------------------------------------------- |
3170 | 2024-12-25T04:39:54.761Z | Server listening on 5201 |
3171 | 2024-12-25T04:39:54.761Z | ----------------------------------------------------------- |
3172 | 2024-12-25T04:39:54.761Z | Accepted connection from 10.0.0.1, port 61624 |
3173 | 2024-12-25T04:39:54.761Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61855 |
3174 | 2024-12-25T04:39:54.761Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38172 |
3175 | 2024-12-25T04:39:54.761Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35433 |
3176 | 2024-12-25T04:39:54.761Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52655 |
3177 | 2024-12-25T04:39:54.761Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50142 |
3178 | 2024-12-25T04:39:54.761Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57603 |
3179 | 2024-12-25T04:39:54.761Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36803 |
3180 | 2024-12-25T04:39:54.761Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63417 |
3181 | 2024-12-25T04:39:54.762Z | [ ID] Interval Transfer Bandwidth |
3182 | 2024-12-25T04:39:54.762Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3183 | 2024-12-25T04:39:54.762Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3184 | 2024-12-25T04:39:54.762Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3185 | 2024-12-25T04:39:54.762Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3186 | 2024-12-25T04:39:54.762Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3187 | 2024-12-25T04:39:54.762Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3188 | 2024-12-25T04:39:54.762Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3189 | 2024-12-25T04:39:54.762Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3190 | 2024-12-25T04:39:54.762Z | [SUM] 0.00-1.00 sec 97.7 MBytes 820 Mbits/sec |
3191 | 2024-12-25T04:39:54.762Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3192 | 2024-12-25T04:39:54.762Z | [ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3193 | 2024-12-25T04:39:54.762Z | [ 7] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3194 | 2024-12-25T04:39:54.762Z | [ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3195 | 2024-12-25T04:39:54.762Z | [ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec |
3196 | 2024-12-25T04:39:54.762Z | [ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec |
3197 | 2024-12-25T04:39:54.762Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3198 | 2024-12-25T04:39:54.762Z | [ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3199 | 2024-12-25T04:39:54.762Z | [ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3200 | 2024-12-25T04:39:54.762Z | [SUM] 1.00-2.00 sec 105 MBytes 883 Mbits/sec |
3201 | 2024-12-25T04:39:54.762Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3202 | 2024-12-25T04:39:54.762Z | [ 5] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3203 | 2024-12-25T04:39:54.762Z | [ 7] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3204 | 2024-12-25T04:39:54.762Z | [ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3205 | 2024-12-25T04:39:54.762Z | [ 11] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3206 | 2024-12-25T04:39:54.762Z | [ 13] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec |
3207 | 2024-12-25T04:39:54.762Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3208 | 2024-12-25T04:39:54.762Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3209 | 2024-12-25T04:39:54.762Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3210 | 2024-12-25T04:39:54.762Z | [SUM] 2.00-3.00 sec 107 MBytes 895 Mbits/sec |
3211 | 2024-12-25T04:39:54.762Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3212 | 2024-12-25T04:39:54.762Z | [ 5] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3213 | 2024-12-25T04:39:54.762Z | [ 7] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3214 | 2024-12-25T04:39:54.762Z | [ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3215 | 2024-12-25T04:39:54.762Z | [ 11] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec |
3216 | 2024-12-25T04:39:54.762Z | [ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3217 | 2024-12-25T04:39:54.762Z | [ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3218 | 2024-12-25T04:39:54.762Z | [ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3219 | 2024-12-25T04:39:54.763Z | [ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3220 | 2024-12-25T04:39:54.763Z | [SUM] 3.00-4.00 sec 107 MBytes 898 Mbits/sec |
3221 | 2024-12-25T04:39:54.763Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3222 | 2024-12-25T04:39:54.763Z | [ 5] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3223 | 2024-12-25T04:39:54.763Z | [ 7] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3224 | 2024-12-25T04:39:54.763Z | [ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3225 | 2024-12-25T04:39:54.763Z | [ 11] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec |
3226 | 2024-12-25T04:39:54.763Z | [ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3227 | 2024-12-25T04:39:54.763Z | [ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3228 | 2024-12-25T04:39:54.763Z | [ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3229 | 2024-12-25T04:39:54.763Z | [ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3230 | 2024-12-25T04:39:54.763Z | [SUM] 4.00-5.00 sec 107 MBytes 896 Mbits/sec |
3231 | 2024-12-25T04:39:54.763Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3232 | 2024-12-25T04:39:54.763Z | [ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3233 | 2024-12-25T04:39:54.766Z | [ 7] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3234 | 2024-12-25T04:39:54.766Z | [ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3235 | 2024-12-25T04:39:54.766Z | [ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3236 | 2024-12-25T04:39:54.766Z | [ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3237 | 2024-12-25T04:39:54.766Z | [ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3238 | 2024-12-25T04:39:54.766Z | [ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3239 | 2024-12-25T04:39:54.766Z | [ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec |
3240 | 2024-12-25T04:39:54.766Z | [SUM] 5.00-6.00 sec 106 MBytes 888 Mbits/sec |
3241 | 2024-12-25T04:39:54.766Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3242 | 2024-12-25T04:39:54.766Z | [ 5] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec |
3243 | 2024-12-25T04:39:54.766Z | [ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3244 | 2024-12-25T04:39:54.767Z | [ 9] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec |
3245 | 2024-12-25T04:39:57.876Z | [ 11] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec |
3246 | 2024-12-25T04:39:57.876Z | [ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3247 | 2024-12-25T04:39:57.876Z | [ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3248 | 2024-12-25T04:39:57.876Z | [ 17] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3249 | 2024-12-25T04:39:57.876Z | [ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3250 | 2024-12-25T04:39:57.876Z | [SUM] 6.00-7.00 sec 106 MBytes 890 Mbits/sec |
3251 | 2024-12-25T04:39:57.876Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3252 | 2024-12-25T04:39:57.876Z | [ 5] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3253 | 2024-12-25T04:39:57.876Z | [ 7] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3254 | 2024-12-25T04:39:57.876Z | [ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3255 | 2024-12-25T04:39:57.876Z | [ 11] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3256 | 2024-12-25T04:39:57.876Z | [ 13] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec |
3257 | 2024-12-25T04:39:57.876Z | [ 15] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec |
3258 | 2024-12-25T04:39:57.876Z | [ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3259 | 2024-12-25T04:39:57.876Z | [ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3260 | 2024-12-25T04:39:57.877Z | [SUM] 7.00-8.00 sec 106 MBytes 892 Mbits/sec |
3261 | 2024-12-25T04:39:57.877Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3262 | 2024-12-25T04:39:57.877Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3263 | 2024-12-25T04:39:57.877Z | [ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3264 | 2024-12-25T04:39:57.877Z | [ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3265 | 2024-12-25T04:39:57.877Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3266 | 2024-12-25T04:39:57.877Z | [ 13] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
3267 | 2024-12-25T04:39:57.877Z | [ 15] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3268 | 2024-12-25T04:39:57.877Z | [ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3269 | 2024-12-25T04:39:57.877Z | [ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec |
3270 | 2024-12-25T04:39:57.877Z | [SUM] 8.00-9.00 sec 106 MBytes 885 Mbits/sec |
3271 | 2024-12-25T04:39:57.877Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3272 | 2024-12-25T04:39:57.877Z | [ 5] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
3273 | 2024-12-25T04:39:57.877Z | [ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3274 | 2024-12-25T04:39:57.878Z | [ 9] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
3275 | 2024-12-25T04:39:57.878Z | [ 11] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
3276 | 2024-12-25T04:39:57.878Z | [ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3277 | 2024-12-25T04:39:57.878Z | [ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3278 | 2024-12-25T04:39:57.878Z | [ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3279 | 2024-12-25T04:39:57.878Z | [ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec |
3280 | 2024-12-25T04:39:57.878Z | [SUM] 9.00-10.00 sec 106 MBytes 890 Mbits/sec |
3281 | 2024-12-25T04:39:57.878Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3282 | 2024-12-25T04:39:57.878Z | [ 5] 10.00-10.00 sec 110 KBytes 202 Mbits/sec |
3283 | 2024-12-25T04:39:57.878Z | [ 7] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
3284 | 2024-12-25T04:39:57.878Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3285 | 2024-12-25T04:39:57.878Z | [ 11] 10.00-10.00 sec 76.4 KBytes 140 Mbits/sec |
3286 | 2024-12-25T04:39:57.878Z | [ 13] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
3287 | 2024-12-25T04:39:57.878Z | [ 15] 10.00-10.00 sec 124 KBytes 228 Mbits/sec |
3288 | 2024-12-25T04:39:57.878Z | [ 17] 10.00-10.00 sec 73.5 KBytes 135 Mbits/sec |
3289 | 2024-12-25T04:39:57.878Z | [ 19] 10.00-10.00 sec 11.3 KBytes 20.7 Mbits/sec |
3290 | 2024-12-25T04:39:57.878Z | [SUM] 10.00-10.00 sec 645 KBytes 1.18 Gbits/sec |
3291 | 2024-12-25T04:39:57.878Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3292 | 2024-12-25T04:39:57.878Z | [ ID] Interval Transfer Bandwidth |
3293 | 2024-12-25T04:39:57.878Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3294 | 2024-12-25T04:39:57.878Z | [ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3295 | 2024-12-25T04:39:57.878Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3296 | 2024-12-25T04:39:57.878Z | [ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver |
3297 | 2024-12-25T04:39:57.878Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3298 | 2024-12-25T04:39:57.878Z | [ 9] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver |
3299 | 2024-12-25T04:39:57.878Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3300 | 2024-12-25T04:39:57.878Z | [ 11] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver |
3301 | 2024-12-25T04:39:57.878Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3302 | 2024-12-25T04:39:57.878Z | [ 13] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver |
3303 | 2024-12-25T04:39:57.878Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3304 | 2024-12-25T04:39:57.878Z | [ 15] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver |
3305 | 2024-12-25T04:39:57.878Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3306 | 2024-12-25T04:39:57.879Z | [ 17] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver |
3307 | 2024-12-25T04:39:57.879Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3308 | 2024-12-25T04:39:57.879Z | [ 19] 0.00-10.00 sec 132 MBytes 110 Mbits/sec receiver |
3309 | 2024-12-25T04:39:57.879Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3310 | 2024-12-25T04:39:57.879Z | [SUM] 0.00-10.00 sec 1.03 GBytes 884 Mbits/sec receiver |
3311 | 2024-12-25T04:39:57.882Z | Run 8/10...884.42428846933Mbps |
3312 | 2024-12-25T04:40:04.909Z | ----------------------------------------------------------- |
3313 | 2024-12-25T04:40:04.909Z | Server listening on 5201 |
3314 | 2024-12-25T04:40:04.909Z | ----------------------------------------------------------- |
3315 | 2024-12-25T04:40:04.909Z | Accepted connection from 10.0.0.1, port 36035 |
3316 | 2024-12-25T04:40:04.909Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55042 |
3317 | 2024-12-25T04:40:04.909Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57882 |
3318 | 2024-12-25T04:40:04.909Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38721 |
3319 | 2024-12-25T04:40:04.910Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50348 |
3320 | 2024-12-25T04:40:04.910Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61326 |
3321 | 2024-12-25T04:40:04.910Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51600 |
3322 | 2024-12-25T04:40:04.910Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61475 |
3323 | 2024-12-25T04:40:04.910Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38101 |
3324 | 2024-12-25T04:40:04.910Z | [ ID] Interval Transfer Bandwidth |
3325 | 2024-12-25T04:40:04.910Z | [ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec |
3326 | 2024-12-25T04:40:04.910Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3327 | 2024-12-25T04:40:04.910Z | [ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
3328 | 2024-12-25T04:40:04.910Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3329 | 2024-12-25T04:40:04.910Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3330 | 2024-12-25T04:40:04.910Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3331 | 2024-12-25T04:40:04.910Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3332 | 2024-12-25T04:40:04.910Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3333 | 2024-12-25T04:40:04.910Z | [SUM] 0.00-1.00 sec 97.8 MBytes 820 Mbits/sec |
3334 | 2024-12-25T04:40:04.910Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3335 | 2024-12-25T04:40:04.910Z | [ 5] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3336 | 2024-12-25T04:40:04.910Z | [ 7] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3337 | 2024-12-25T04:40:04.910Z | [ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec |
3338 | 2024-12-25T04:40:04.910Z | [ 11] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3339 | 2024-12-25T04:40:04.910Z | [ 13] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3340 | 2024-12-25T04:40:04.910Z | [ 15] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3341 | 2024-12-25T04:40:04.910Z | [ 17] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3342 | 2024-12-25T04:40:04.910Z | [ 19] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec |
3343 | 2024-12-25T04:40:04.910Z | [SUM] 1.00-2.00 sec 110 MBytes 920 Mbits/sec |
3344 | 2024-12-25T04:40:04.910Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3345 | 2024-12-25T04:40:04.910Z | [ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3346 | 2024-12-25T04:40:04.910Z | [ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3347 | 2024-12-25T04:40:04.910Z | [ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec |
3348 | 2024-12-25T04:40:04.910Z | [ 11] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3349 | 2024-12-25T04:40:04.910Z | [ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3350 | 2024-12-25T04:40:04.910Z | [ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3351 | 2024-12-25T04:40:04.910Z | [ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3352 | 2024-12-25T04:40:04.910Z | [ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec |
3353 | 2024-12-25T04:40:04.910Z | [SUM] 2.00-3.00 sec 107 MBytes 898 Mbits/sec |
3354 | 2024-12-25T04:40:04.910Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3355 | 2024-12-25T04:40:04.910Z | [ 5] 3.00-4.00 sec 13.4 MBytes 113 Mbits/sec |
3356 | 2024-12-25T04:40:04.910Z | [ 7] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3357 | 2024-12-25T04:40:04.911Z | [ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec |
3358 | 2024-12-25T04:40:04.911Z | [ 11] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3359 | 2024-12-25T04:40:04.911Z | [ 13] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3360 | 2024-12-25T04:40:04.911Z | [ 15] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3361 | 2024-12-25T04:40:04.911Z | [ 17] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3362 | 2024-12-25T04:40:04.911Z | [ 19] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec |
3363 | 2024-12-25T04:40:04.911Z | [SUM] 3.00-4.00 sec 108 MBytes 904 Mbits/sec |
3364 | 2024-12-25T04:40:04.911Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3365 | 2024-12-25T04:40:04.911Z | [ 5] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec |
3366 | 2024-12-25T04:40:04.911Z | [ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3367 | 2024-12-25T04:40:04.911Z | [ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3368 | 2024-12-25T04:40:04.911Z | [ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec |
3369 | 2024-12-25T04:40:04.911Z | [ 13] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec |
3370 | 2024-12-25T04:40:04.911Z | [ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3371 | 2024-12-25T04:40:04.911Z | [ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3372 | 2024-12-25T04:40:04.911Z | [ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec |
3373 | 2024-12-25T04:40:04.912Z | [SUM] 4.00-5.00 sec 107 MBytes 900 Mbits/sec |
3374 | 2024-12-25T04:40:04.912Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3375 | 2024-12-25T04:40:04.912Z | [ 5] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3376 | 2024-12-25T04:40:04.912Z | [ 7] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3377 | 2024-12-25T04:40:04.912Z | [ 9] 5.00-6.00 sec 13.5 MBytes 114 Mbits/sec |
3378 | 2024-12-25T04:40:04.912Z | [ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec |
3379 | 2024-12-25T04:40:04.912Z | [ 13] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3380 | 2024-12-25T04:40:04.912Z | [ 15] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3381 | 2024-12-25T04:40:04.912Z | [ 17] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3382 | 2024-12-25T04:40:04.912Z | [ 19] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec |
3383 | 2024-12-25T04:40:04.912Z | [SUM] 5.00-6.00 sec 109 MBytes 911 Mbits/sec |
3384 | 2024-12-25T04:40:04.912Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3385 | 2024-12-25T04:40:04.912Z | [ 5] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec |
3386 | 2024-12-25T04:40:04.912Z | [ 7] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3387 | 2024-12-25T04:40:04.912Z | [ 9] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec |
3388 | 2024-12-25T04:40:08.126Z | [ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3389 | 2024-12-25T04:40:08.126Z | [ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3390 | 2024-12-25T04:40:08.126Z | [ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3391 | 2024-12-25T04:40:08.126Z | [ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec |
3392 | 2024-12-25T04:40:08.126Z | [ 19] 6.00-7.00 sec 13.4 MBytes 113 Mbits/sec |
3393 | 2024-12-25T04:40:08.126Z | [SUM] 6.00-7.00 sec 108 MBytes 904 Mbits/sec |
3394 | 2024-12-25T04:40:08.126Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3395 | 2024-12-25T04:40:08.126Z | [ 5] 7.00-8.00 sec 13.5 MBytes 114 Mbits/sec |
3396 | 2024-12-25T04:40:08.126Z | [ 7] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3397 | 2024-12-25T04:40:08.126Z | [ 9] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
3398 | 2024-12-25T04:40:08.126Z | [ 11] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec |
3399 | 2024-12-25T04:40:08.127Z | [ 13] 7.00-8.00 sec 13.5 MBytes 114 Mbits/sec |
3400 | 2024-12-25T04:40:08.127Z | [ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3401 | 2024-12-25T04:40:08.127Z | [ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec |
3402 | 2024-12-25T04:40:08.127Z | [ 19] 7.00-8.00 sec 13.5 MBytes 114 Mbits/sec |
3403 | 2024-12-25T04:40:08.127Z | [SUM] 7.00-8.00 sec 108 MBytes 908 Mbits/sec |
3404 | 2024-12-25T04:40:08.127Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3405 | 2024-12-25T04:40:08.127Z | [ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3406 | 2024-12-25T04:40:08.127Z | [ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3407 | 2024-12-25T04:40:08.127Z | [ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3408 | 2024-12-25T04:40:08.127Z | [ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec |
3409 | 2024-12-25T04:40:08.127Z | [ 13] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec |
3410 | 2024-12-25T04:40:08.127Z | [ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3411 | 2024-12-25T04:40:08.127Z | [ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3412 | 2024-12-25T04:40:08.127Z | [ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec |
3413 | 2024-12-25T04:40:08.127Z | [SUM] 8.00-9.00 sec 108 MBytes 902 Mbits/sec |
3414 | 2024-12-25T04:40:08.127Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3415 | 2024-12-25T04:40:08.127Z | [ 5] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
3416 | 2024-12-25T04:40:08.127Z | [ 7] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec |
3417 | 2024-12-25T04:40:08.127Z | [ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3418 | 2024-12-25T04:40:08.127Z | [ 11] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3419 | 2024-12-25T04:40:08.127Z | [ 13] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3420 | 2024-12-25T04:40:08.127Z | [ 15] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec |
3421 | 2024-12-25T04:40:08.127Z | [ 17] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
3422 | 2024-12-25T04:40:08.127Z | [ 19] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec |
3423 | 2024-12-25T04:40:08.127Z | [SUM] 9.00-10.00 sec 107 MBytes 895 Mbits/sec |
3424 | 2024-12-25T04:40:08.127Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3425 | 2024-12-25T04:40:08.127Z | [ 5] 10.00-10.00 sec 53.7 KBytes 133 Mbits/sec |
3426 | 2024-12-25T04:40:08.127Z | [ 7] 10.00-10.00 sec 31.1 KBytes 77.2 Mbits/sec |
3427 | 2024-12-25T04:40:08.127Z | [ 9] 10.00-10.00 sec 124 KBytes 309 Mbits/sec |
3428 | 2024-12-25T04:40:08.127Z | [ 11] 10.00-10.00 sec 14.1 KBytes 35.1 Mbits/sec |
3429 | 2024-12-25T04:40:08.127Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3430 | 2024-12-25T04:40:08.127Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3431 | 2024-12-25T04:40:08.127Z | [ 17] 10.00-10.00 sec 79.2 KBytes 196 Mbits/sec |
3432 | 2024-12-25T04:40:08.127Z | [ 19] 10.00-10.00 sec 113 KBytes 281 Mbits/sec |
3433 | 2024-12-25T04:40:08.127Z | [SUM] 10.00-10.00 sec 416 KBytes 1.03 Gbits/sec |
3434 | 2024-12-25T04:40:08.127Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3435 | 2024-12-25T04:40:08.127Z | [ ID] Interval Transfer Bandwidth |
3436 | 2024-12-25T04:40:08.127Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3437 | 2024-12-25T04:40:08.127Z | [ 5] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3438 | 2024-12-25T04:40:08.127Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3439 | 2024-12-25T04:40:08.128Z | [ 7] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3440 | 2024-12-25T04:40:08.128Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3441 | 2024-12-25T04:40:08.128Z | [ 9] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3442 | 2024-12-25T04:40:08.128Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3443 | 2024-12-25T04:40:08.128Z | [ 11] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3444 | 2024-12-25T04:40:08.128Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3445 | 2024-12-25T04:40:08.128Z | [ 13] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3446 | 2024-12-25T04:40:08.128Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3447 | 2024-12-25T04:40:08.128Z | [ 15] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3448 | 2024-12-25T04:40:08.128Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3449 | 2024-12-25T04:40:08.128Z | [ 17] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3450 | 2024-12-25T04:40:08.128Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3451 | 2024-12-25T04:40:08.128Z | [ 19] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver |
3452 | 2024-12-25T04:40:08.128Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3453 | 2024-12-25T04:40:08.128Z | [SUM] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec receiver |
3454 | 2024-12-25T04:40:08.131Z | Run 9/10...896.883681649241Mbps |
3455 | 2024-12-25T04:40:15.158Z | ----------------------------------------------------------- |
3456 | 2024-12-25T04:40:15.158Z | Server listening on 5201 |
3457 | 2024-12-25T04:40:15.158Z | ----------------------------------------------------------- |
3458 | 2024-12-25T04:40:15.158Z | Accepted connection from 10.0.0.1, port 62958 |
3459 | 2024-12-25T04:40:15.158Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51314 |
3460 | 2024-12-25T04:40:15.158Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64801 |
3461 | 2024-12-25T04:40:15.158Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51101 |
3462 | 2024-12-25T04:40:15.158Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39307 |
3463 | 2024-12-25T04:40:15.159Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40339 |
3464 | 2024-12-25T04:40:15.159Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43709 |
3465 | 2024-12-25T04:40:15.159Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60420 |
3466 | 2024-12-25T04:40:15.159Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57279 |
3467 | 2024-12-25T04:40:15.159Z | [ ID] Interval Transfer Bandwidth |
3468 | 2024-12-25T04:40:15.159Z | [ 5] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec |
3469 | 2024-12-25T04:40:15.159Z | [ 7] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3470 | 2024-12-25T04:40:15.159Z | [ 9] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec |
3471 | 2024-12-25T04:40:15.159Z | [ 11] 0.00-1.00 sec 11.7 MBytes 98.3 Mbits/sec |
3472 | 2024-12-25T04:40:15.159Z | [ 13] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec |
3473 | 2024-12-25T04:40:15.159Z | [ 15] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec |
3474 | 2024-12-25T04:40:15.159Z | [ 17] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec |
3475 | 2024-12-25T04:40:15.159Z | [ 19] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec |
3476 | 2024-12-25T04:40:15.159Z | [SUM] 0.00-1.00 sec 93.9 MBytes 788 Mbits/sec |
3477 | 2024-12-25T04:40:15.159Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3478 | 2024-12-25T04:40:15.159Z | [ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3479 | 2024-12-25T04:40:15.163Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3480 | 2024-12-25T04:40:15.163Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3481 | 2024-12-25T04:40:15.163Z | [ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3482 | 2024-12-25T04:40:15.163Z | [ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3483 | 2024-12-25T04:40:15.163Z | [ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec |
3484 | 2024-12-25T04:40:15.163Z | [ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3485 | 2024-12-25T04:40:15.163Z | [ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
3486 | 2024-12-25T04:40:15.163Z | [SUM] 1.00-2.00 sec 104 MBytes 876 Mbits/sec |
3487 | 2024-12-25T04:40:15.163Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3488 | 2024-12-25T04:40:15.163Z | [ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3489 | 2024-12-25T04:40:15.163Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3490 | 2024-12-25T04:40:15.163Z | [ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3491 | 2024-12-25T04:40:15.163Z | [ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3492 | 2024-12-25T04:40:15.163Z | [ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3493 | 2024-12-25T04:40:15.163Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3494 | 2024-12-25T04:40:15.163Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3495 | 2024-12-25T04:40:15.163Z | [ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3496 | 2024-12-25T04:40:15.163Z | [SUM] 2.00-3.00 sec 104 MBytes 872 Mbits/sec |
3497 | 2024-12-25T04:40:15.163Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3498 | 2024-12-25T04:40:15.164Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3499 | 2024-12-25T04:40:15.164Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3500 | 2024-12-25T04:40:15.164Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3501 | 2024-12-25T04:40:15.164Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3502 | 2024-12-25T04:40:15.164Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3503 | 2024-12-25T04:40:15.164Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3504 | 2024-12-25T04:40:15.164Z | [ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3505 | 2024-12-25T04:40:15.164Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3506 | 2024-12-25T04:40:15.164Z | [SUM] 3.00-4.00 sec 104 MBytes 869 Mbits/sec |
3507 | 2024-12-25T04:40:15.164Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3508 | 2024-12-25T04:40:15.164Z | [ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3509 | 2024-12-25T04:40:15.164Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3510 | 2024-12-25T04:40:15.164Z | [ 9] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
3511 | 2024-12-25T04:40:15.164Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3512 | 2024-12-25T04:40:15.164Z | [ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3513 | 2024-12-25T04:40:15.164Z | [ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3514 | 2024-12-25T04:40:15.164Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3515 | 2024-12-25T04:40:15.164Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3516 | 2024-12-25T04:40:15.164Z | [SUM] 4.00-5.00 sec 104 MBytes 872 Mbits/sec |
3517 | 2024-12-25T04:40:15.164Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3518 | 2024-12-25T04:40:15.164Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3519 | 2024-12-25T04:40:15.164Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3520 | 2024-12-25T04:40:15.164Z | [ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3521 | 2024-12-25T04:40:15.164Z | [ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec |
3522 | 2024-12-25T04:40:15.164Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3523 | 2024-12-25T04:40:15.164Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3524 | 2024-12-25T04:40:15.164Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3525 | 2024-12-25T04:40:15.164Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
3526 | 2024-12-25T04:40:15.164Z | [SUM] 5.00-6.00 sec 104 MBytes 874 Mbits/sec |
3527 | 2024-12-25T04:40:15.164Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3528 | 2024-12-25T04:40:15.164Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3529 | 2024-12-25T04:40:15.164Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3530 | 2024-12-25T04:40:15.164Z | [ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3531 | 2024-12-25T04:40:18.276Z | [ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3532 | 2024-12-25T04:40:18.276Z | [ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec |
3533 | 2024-12-25T04:40:18.276Z | [ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3534 | 2024-12-25T04:40:18.276Z | [ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3535 | 2024-12-25T04:40:18.276Z | [ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
3536 | 2024-12-25T04:40:18.276Z | [SUM] 6.00-7.00 sec 105 MBytes 882 Mbits/sec |
3537 | 2024-12-25T04:40:18.276Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3538 | 2024-12-25T04:40:18.276Z | [ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3539 | 2024-12-25T04:40:18.276Z | [ 7] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3540 | 2024-12-25T04:40:18.276Z | [ 9] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec |
3541 | 2024-12-25T04:40:18.276Z | [ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec |
3542 | 2024-12-25T04:40:18.276Z | [ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3543 | 2024-12-25T04:40:18.276Z | [ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3544 | 2024-12-25T04:40:18.276Z | [ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3545 | 2024-12-25T04:40:18.276Z | [ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec |
3546 | 2024-12-25T04:40:18.276Z | [SUM] 7.00-8.00 sec 106 MBytes 887 Mbits/sec |
3547 | 2024-12-25T04:40:18.276Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3548 | 2024-12-25T04:40:18.276Z | [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3549 | 2024-12-25T04:40:18.276Z | [ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3550 | 2024-12-25T04:40:18.276Z | [ 9] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec |
3551 | 2024-12-25T04:40:18.276Z | [ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3552 | 2024-12-25T04:40:18.276Z | [ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3553 | 2024-12-25T04:40:18.276Z | [ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3554 | 2024-12-25T04:40:18.277Z | [ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3555 | 2024-12-25T04:40:18.277Z | [ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec |
3556 | 2024-12-25T04:40:18.277Z | [SUM] 8.00-9.00 sec 105 MBytes 881 Mbits/sec |
3557 | 2024-12-25T04:40:18.277Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3558 | 2024-12-25T04:40:18.277Z | [ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3559 | 2024-12-25T04:40:18.277Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3560 | 2024-12-25T04:40:18.277Z | [ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3561 | 2024-12-25T04:40:18.277Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3562 | 2024-12-25T04:40:18.277Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3563 | 2024-12-25T04:40:18.277Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3564 | 2024-12-25T04:40:18.277Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3565 | 2024-12-25T04:40:18.277Z | [ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec |
3566 | 2024-12-25T04:40:18.277Z | [SUM] 9.00-10.00 sec 104 MBytes 869 Mbits/sec |
3567 | 2024-12-25T04:40:18.277Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3568 | 2024-12-25T04:40:18.277Z | [ 5] 10.00-10.00 sec 124 KBytes 237 Mbits/sec |
3569 | 2024-12-25T04:40:18.277Z | [ 7] 10.00-10.00 sec 25.5 KBytes 48.5 Mbits/sec |
3570 | 2024-12-25T04:40:18.277Z | [ 9] 10.00-10.00 sec 124 KBytes 237 Mbits/sec |
3571 | 2024-12-25T04:40:18.277Z | [ 11] 10.00-10.00 sec 69.3 KBytes 132 Mbits/sec |
3572 | 2024-12-25T04:40:18.277Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3573 | 2024-12-25T04:40:18.277Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3574 | 2024-12-25T04:40:18.277Z | [ 17] 10.00-10.00 sec 28.3 KBytes 53.9 Mbits/sec |
3575 | 2024-12-25T04:40:18.277Z | [ 19] 10.00-10.00 sec 124 KBytes 237 Mbits/sec |
3576 | 2024-12-25T04:40:18.277Z | [SUM] 10.00-10.00 sec 496 KBytes 945 Mbits/sec |
3577 | 2024-12-25T04:40:18.277Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3578 | 2024-12-25T04:40:18.277Z | [ ID] Interval Transfer Bandwidth |
3579 | 2024-12-25T04:40:18.277Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3580 | 2024-12-25T04:40:18.277Z | [ 5] 0.00-10.00 sec 129 MBytes 109 Mbits/sec receiver |
3581 | 2024-12-25T04:40:18.277Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3582 | 2024-12-25T04:40:18.277Z | [ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3583 | 2024-12-25T04:40:18.277Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3584 | 2024-12-25T04:40:18.277Z | [ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3585 | 2024-12-25T04:40:18.277Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3586 | 2024-12-25T04:40:18.277Z | [ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3587 | 2024-12-25T04:40:18.277Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3588 | 2024-12-25T04:40:18.277Z | [ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3589 | 2024-12-25T04:40:18.277Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3590 | 2024-12-25T04:40:18.277Z | [ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3591 | 2024-12-25T04:40:18.277Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3592 | 2024-12-25T04:40:18.277Z | [ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3593 | 2024-12-25T04:40:18.278Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3594 | 2024-12-25T04:40:18.278Z | [ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec receiver |
3595 | 2024-12-25T04:40:18.278Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender |
3596 | 2024-12-25T04:40:18.278Z | [SUM] 0.00-10.00 sec 1.01 GBytes 867 Mbits/sec receiver |
3597 | 2024-12-25T04:40:18.281Z | Run 10/10...867.581662002123Mbps |
3598 | 2024-12-25T04:40:18.281Z | ###---------------------### |
3599 | 2024-12-25T04:40:18.281Z | ::: iPerf done... ::: |
3600 | 2024-12-25T04:40:18.281Z | :::Awaiting out files...::: |
3601 | 2024-12-25T04:40:18.281Z | ###---------------------### |
3602 | 2024-12-25T04:40:18.281Z | ###-----### |
3603 | 2024-12-25T04:40:18.281Z | :::done!::: |
3604 | 2024-12-25T04:40:18.281Z | ###-----### |
3605 | 2024-12-25T04:40:20.053Z | Gnuplot not found, using plotters backend |
3606 | 2024-12-25T04:40:20.280Z | Benchmarking iperf-tcp/local/c2s/tx |
3607 | 2024-12-25T04:40:20.280Z | Benchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s |
3608 | 2024-12-25T04:40:24.933Z | Benchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (577M iterations) |
3609 | 2024-12-25T04:40:44.886Z | Benchmarking iperf-tcp/local/c2s/tx: Analyzing |
3610 | 2024-12-25T04:40:45.043Z | iperf-tcp/local/c2s/tx time: [1.6371 µs 1.6371 µs 1.6372 µs] |
3611 | 2024-12-25T04:40:45.043Z | change: [+1.1762% +1.1854% +1.1950%] (p = 0.00 < 0.05) |
3612 | 2024-12-25T04:40:45.043Z | Performance has regressed. |
3613 | 2024-12-25T04:40:45.043Z | Found 5 outliers among 100 measurements (5.00%) |
3614 | 2024-12-25T04:40:45.043Z | 1 (1.00%) low severe |
3615 | 2024-12-25T04:40:45.043Z | 3 (3.00%) high mild |
3616 | 2024-12-25T04:40:45.043Z | 1 (1.00%) high severe |
3617 | 2024-12-25T04:40:46.635Z | |
3618 | 2024-12-25T04:40:46.638Z | Benchmarking iperf-tcp/local/c2s/rx |
3619 | 2024-12-25T04:40:46.638Z | Benchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s |
3620 | 2024-12-25T04:40:51.292Z | Benchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (576M iterations) |
3621 | 2024-12-25T04:41:11.224Z | Benchmarking iperf-tcp/local/c2s/rx: Analyzing |
3622 | 2024-12-25T04:41:11.374Z | iperf-tcp/local/c2s/rx time: [5.7129 µs 5.7133 µs 5.7136 µs] |
3623 | 2024-12-25T04:41:11.374Z | change: [+1.1661% +1.1774% +1.1872%] (p = 0.00 < 0.05) |
3624 | 2024-12-25T04:41:11.374Z | Performance has regressed. |
3625 | 2024-12-25T04:41:11.374Z | Found 4 outliers among 100 measurements (4.00%) |
3626 | 2024-12-25T04:41:11.374Z | 2 (2.00%) low mild |
3627 | 2024-12-25T04:41:11.374Z | 1 (1.00%) high mild |
3628 | 2024-12-25T04:41:11.375Z | 1 (1.00%) high severe |
3629 | 2024-12-25T04:41:12.970Z | |
3630 | 2024-12-25T04:41:12.973Z | ###-------------------### |
3631 | 2024-12-25T04:41:12.973Z | :::Running experiment ::: |
3632 | 2024-12-25T04:41:12.973Z | :::iperf-tcp/local/s2c::: |
3633 | 2024-12-25T04:41:12.973Z | ###-------------------### |
3634 | 2024-12-25T04:41:13.507Z | dtrace: description 'profile-201us ' matched 2 probes |
3635 | 2024-12-25T04:41:20.018Z | ----------------------------------------------------------- |
3636 | 2024-12-25T04:41:20.018Z | Server listening on 5201 |
3637 | 2024-12-25T04:41:20.018Z | ----------------------------------------------------------- |
3638 | 2024-12-25T04:41:20.018Z | Accepted connection from 10.0.0.1, port 33565 |
3639 | 2024-12-25T04:41:20.018Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54394 |
3640 | 2024-12-25T04:41:20.018Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61498 |
3641 | 2024-12-25T04:41:20.018Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48989 |
3642 | 2024-12-25T04:41:20.018Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51639 |
3643 | 2024-12-25T04:41:20.018Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50588 |
3644 | 2024-12-25T04:41:20.018Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44276 |
3645 | 2024-12-25T04:41:20.018Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38013 |
3646 | 2024-12-25T04:41:20.019Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45603 |
3647 | 2024-12-25T04:41:20.019Z | [ ID] Interval Transfer Bandwidth |
3648 | 2024-12-25T04:41:20.019Z | [ 5] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec |
3649 | 2024-12-25T04:41:20.019Z | [ 7] 0.00-1.00 sec 15.0 MBytes 125 Mbits/sec |
3650 | 2024-12-25T04:41:20.019Z | [ 9] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec |
3651 | 2024-12-25T04:41:20.019Z | [ 11] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec |
3652 | 2024-12-25T04:41:20.019Z | [ 13] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec |
3653 | 2024-12-25T04:41:20.019Z | [ 15] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec |
3654 | 2024-12-25T04:41:20.019Z | [ 17] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec |
3655 | 2024-12-25T04:41:20.019Z | [ 19] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec |
3656 | 2024-12-25T04:41:20.020Z | [SUM] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec |
3657 | 2024-12-25T04:41:20.020Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3658 | 2024-12-25T04:41:20.020Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3659 | 2024-12-25T04:41:20.020Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3660 | 2024-12-25T04:41:20.020Z | [ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3661 | 2024-12-25T04:41:20.020Z | [ 11] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
3662 | 2024-12-25T04:41:20.020Z | [ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3663 | 2024-12-25T04:41:20.020Z | [ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3664 | 2024-12-25T04:41:20.020Z | [ 17] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3665 | 2024-12-25T04:41:20.023Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
3666 | 2024-12-25T04:41:20.023Z | [SUM] 1.00-2.00 sec 103 MBytes 865 Mbits/sec |
3667 | 2024-12-25T04:41:20.023Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3668 | 2024-12-25T04:41:20.023Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3669 | 2024-12-25T04:41:20.023Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3670 | 2024-12-25T04:41:20.023Z | [ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3671 | 2024-12-25T04:41:20.023Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3672 | 2024-12-25T04:41:20.023Z | [ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3673 | 2024-12-25T04:41:20.023Z | [ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
3674 | 2024-12-25T04:41:20.023Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3675 | 2024-12-25T04:41:20.023Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3676 | 2024-12-25T04:41:20.023Z | [SUM] 2.00-3.00 sec 103 MBytes 867 Mbits/sec |
3677 | 2024-12-25T04:41:20.023Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3678 | 2024-12-25T04:41:20.023Z | [ 5] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
3679 | 2024-12-25T04:41:20.023Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3680 | 2024-12-25T04:41:20.023Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3681 | 2024-12-25T04:41:20.023Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3682 | 2024-12-25T04:41:20.023Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
3683 | 2024-12-25T04:41:20.023Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3684 | 2024-12-25T04:41:20.023Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3685 | 2024-12-25T04:41:20.023Z | [ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3686 | 2024-12-25T04:41:20.023Z | [SUM] 3.00-4.00 sec 103 MBytes 868 Mbits/sec |
3687 | 2024-12-25T04:41:20.023Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3688 | 2024-12-25T04:41:20.023Z | [ 5] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
3689 | 2024-12-25T04:41:20.023Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3690 | 2024-12-25T04:41:20.024Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3691 | 2024-12-25T04:41:20.024Z | [ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3692 | 2024-12-25T04:41:20.024Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3693 | 2024-12-25T04:41:20.024Z | [ 15] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
3694 | 2024-12-25T04:41:20.024Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3695 | 2024-12-25T04:41:20.024Z | [ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
3696 | 2024-12-25T04:41:20.024Z | [SUM] 4.00-5.00 sec 104 MBytes 869 Mbits/sec |
3697 | 2024-12-25T04:41:20.024Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3698 | 2024-12-25T04:41:20.024Z | [ 5] 5.00-6.00 sec 12.7 MBytes 106 Mbits/sec |
3699 | 2024-12-25T04:41:20.024Z | [ 7] 5.00-6.00 sec 12.7 MBytes 106 Mbits/sec |
3700 | 2024-12-25T04:41:20.024Z | [ 9] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
3701 | 2024-12-25T04:41:20.024Z | [ 11] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3702 | 2024-12-25T04:41:20.024Z | [ 13] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3703 | 2024-12-25T04:41:20.024Z | [ 15] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3704 | 2024-12-25T04:41:20.024Z | [ 17] 5.00-6.00 sec 12.7 MBytes 106 Mbits/sec |
3705 | 2024-12-25T04:41:20.024Z | [ 19] 5.00-6.00 sec 12.7 MBytes 106 Mbits/sec |
3706 | 2024-12-25T04:41:20.024Z | [SUM] 5.00-6.00 sec 101 MBytes 850 Mbits/sec |
3707 | 2024-12-25T04:41:20.024Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3708 | 2024-12-25T04:41:20.024Z | [ 5] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec |
3709 | 2024-12-25T04:41:20.024Z | [ 7] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec |
3710 | 2024-12-25T04:41:20.024Z | [ 9] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec |
3711 | 2024-12-25T04:41:23.134Z | [ 11] 6.00-7.00 sec 12.7 MBytes 106 Mbits/sec |
3712 | 2024-12-25T04:41:23.134Z | [ 13] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
3713 | 2024-12-25T04:41:23.134Z | [ 15] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
3714 | 2024-12-25T04:41:23.134Z | [ 17] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
3715 | 2024-12-25T04:41:23.134Z | [ 19] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec |
3716 | 2024-12-25T04:41:23.134Z | [SUM] 6.00-7.00 sec 101 MBytes 845 Mbits/sec |
3717 | 2024-12-25T04:41:23.134Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3718 | 2024-12-25T04:41:23.134Z | [ 5] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
3719 | 2024-12-25T04:41:23.134Z | [ 7] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
3720 | 2024-12-25T04:41:23.134Z | [ 9] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
3721 | 2024-12-25T04:41:23.134Z | [ 11] 7.00-8.00 sec 12.5 MBytes 105 Mbits/sec |
3722 | 2024-12-25T04:41:23.134Z | [ 13] 7.00-8.00 sec 12.5 MBytes 105 Mbits/sec |
3723 | 2024-12-25T04:41:23.134Z | [ 15] 7.00-8.00 sec 12.5 MBytes 105 Mbits/sec |
3724 | 2024-12-25T04:41:23.134Z | [ 17] 7.00-8.00 sec 12.6 MBytes 105 Mbits/sec |
3725 | 2024-12-25T04:41:23.134Z | [ 19] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
3726 | 2024-12-25T04:41:23.134Z | [SUM] 7.00-8.00 sec 100 MBytes 843 Mbits/sec |
3727 | 2024-12-25T04:41:23.134Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3728 | 2024-12-25T04:41:23.134Z | [ 5] 8.00-9.00 sec 12.5 MBytes 105 Mbits/sec |
3729 | 2024-12-25T04:41:23.134Z | [ 7] 8.00-9.00 sec 12.5 MBytes 105 Mbits/sec |
3730 | 2024-12-25T04:41:23.134Z | [ 9] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
3731 | 2024-12-25T04:41:23.134Z | [ 11] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
3732 | 2024-12-25T04:41:23.134Z | [ 13] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
3733 | 2024-12-25T04:41:23.134Z | [ 15] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
3734 | 2024-12-25T04:41:23.134Z | [ 17] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
3735 | 2024-12-25T04:41:23.134Z | [ 19] 8.00-9.00 sec 12.5 MBytes 105 Mbits/sec |
3736 | 2024-12-25T04:41:23.134Z | [SUM] 8.00-9.00 sec 101 MBytes 843 Mbits/sec |
3737 | 2024-12-25T04:41:23.134Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3738 | 2024-12-25T04:41:23.134Z | [ 5] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
3739 | 2024-12-25T04:41:23.135Z | [ 7] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
3740 | 2024-12-25T04:41:23.135Z | [ 9] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
3741 | 2024-12-25T04:41:23.135Z | [ 11] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
3742 | 2024-12-25T04:41:23.135Z | [ 13] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
3743 | 2024-12-25T04:41:23.135Z | [ 15] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
3744 | 2024-12-25T04:41:23.135Z | [ 17] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
3745 | 2024-12-25T04:41:23.135Z | [ 19] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
3746 | 2024-12-25T04:41:23.135Z | [SUM] 9.00-10.00 sec 101 MBytes 846 Mbits/sec |
3747 | 2024-12-25T04:41:23.135Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3748 | 2024-12-25T04:41:23.135Z | [ 5] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3749 | 2024-12-25T04:41:23.135Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3750 | 2024-12-25T04:41:23.135Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3751 | 2024-12-25T04:41:23.135Z | [ 11] 10.00-10.00 sec 113 KBytes 255 Mbits/sec |
3752 | 2024-12-25T04:41:23.135Z | [ 13] 10.00-10.00 sec 113 KBytes 255 Mbits/sec |
3753 | 2024-12-25T04:41:23.135Z | [ 15] 10.00-10.00 sec 113 KBytes 255 Mbits/sec |
3754 | 2024-12-25T04:41:23.135Z | [ 17] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3755 | 2024-12-25T04:41:23.135Z | [ 19] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
3756 | 2024-12-25T04:41:23.135Z | [SUM] 10.00-10.00 sec 509 KBytes 1.15 Gbits/sec |
3757 | 2024-12-25T04:41:23.135Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3758 | 2024-12-25T04:41:23.135Z | [ ID] Interval Transfer Bandwidth |
3759 | 2024-12-25T04:41:23.135Z | [ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3760 | 2024-12-25T04:41:23.135Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3761 | 2024-12-25T04:41:23.135Z | [ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3762 | 2024-12-25T04:41:23.136Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3763 | 2024-12-25T04:41:23.136Z | [ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3764 | 2024-12-25T04:41:23.136Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3765 | 2024-12-25T04:41:23.136Z | [ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3766 | 2024-12-25T04:41:23.136Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3767 | 2024-12-25T04:41:23.136Z | [ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3768 | 2024-12-25T04:41:23.136Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3769 | 2024-12-25T04:41:23.136Z | [ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3770 | 2024-12-25T04:41:23.136Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3771 | 2024-12-25T04:41:23.136Z | [ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3772 | 2024-12-25T04:41:23.136Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3773 | 2024-12-25T04:41:23.136Z | [ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender |
3774 | 2024-12-25T04:41:23.136Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3775 | 2024-12-25T04:41:23.136Z | [SUM] 0.00-10.00 sec 1.01 GBytes 870 Mbits/sec sender |
3776 | 2024-12-25T04:41:23.136Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3777 | 2024-12-25T04:41:23.139Z | Run 1/10...870.373577132239Mbps |
3778 | 2024-12-25T04:41:30.170Z | ----------------------------------------------------------- |
3779 | 2024-12-25T04:41:30.170Z | Server listening on 5201 |
3780 | 2024-12-25T04:41:30.170Z | ----------------------------------------------------------- |
3781 | 2024-12-25T04:41:30.170Z | Accepted connection from 10.0.0.1, port 39271 |
3782 | 2024-12-25T04:41:30.170Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50451 |
3783 | 2024-12-25T04:41:30.170Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33075 |
3784 | 2024-12-25T04:41:30.170Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65456 |
3785 | 2024-12-25T04:41:30.170Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45253 |
3786 | 2024-12-25T04:41:30.170Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43908 |
3787 | 2024-12-25T04:41:30.170Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50112 |
3788 | 2024-12-25T04:41:30.170Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63036 |
3789 | 2024-12-25T04:41:30.171Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48517 |
3790 | 2024-12-25T04:41:30.171Z | [ ID] Interval Transfer Bandwidth |
3791 | 2024-12-25T04:41:30.171Z | [ 5] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
3792 | 2024-12-25T04:41:30.171Z | [ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3793 | 2024-12-25T04:41:30.171Z | [ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3794 | 2024-12-25T04:41:30.171Z | [ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3795 | 2024-12-25T04:41:30.171Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3796 | 2024-12-25T04:41:30.171Z | [ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3797 | 2024-12-25T04:41:30.171Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3798 | 2024-12-25T04:41:30.171Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
3799 | 2024-12-25T04:41:30.171Z | [SUM] 0.00-1.00 sec 97.6 MBytes 818 Mbits/sec |
3800 | 2024-12-25T04:41:30.171Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3801 | 2024-12-25T04:41:30.171Z | [ 5] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
3802 | 2024-12-25T04:41:30.171Z | [ 7] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
3803 | 2024-12-25T04:41:30.171Z | [ 9] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
3804 | 2024-12-25T04:41:30.171Z | [ 11] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
3805 | 2024-12-25T04:41:30.171Z | [ 13] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
3806 | 2024-12-25T04:41:30.171Z | [ 15] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
3807 | 2024-12-25T04:41:30.171Z | [ 17] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
3808 | 2024-12-25T04:41:30.171Z | [ 19] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
3809 | 2024-12-25T04:41:30.171Z | [SUM] 1.00-2.00 sec 102 MBytes 856 Mbits/sec |
3810 | 2024-12-25T04:41:30.171Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3811 | 2024-12-25T04:41:30.171Z | [ 5] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
3812 | 2024-12-25T04:41:30.171Z | [ 7] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
3813 | 2024-12-25T04:41:30.171Z | [ 9] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
3814 | 2024-12-25T04:41:30.171Z | [ 11] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
3815 | 2024-12-25T04:41:30.171Z | [ 13] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
3816 | 2024-12-25T04:41:30.171Z | [ 15] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
3817 | 2024-12-25T04:41:30.171Z | [ 17] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
3818 | 2024-12-25T04:41:30.171Z | [ 19] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
3819 | 2024-12-25T04:41:30.171Z | [SUM] 2.00-3.00 sec 102 MBytes 853 Mbits/sec |
3820 | 2024-12-25T04:41:30.171Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3821 | 2024-12-25T04:41:30.171Z | [ 5] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
3822 | 2024-12-25T04:41:30.171Z | [ 7] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec |
3823 | 2024-12-25T04:41:30.172Z | [ 9] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
3824 | 2024-12-25T04:41:30.172Z | [ 11] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
3825 | 2024-12-25T04:41:30.172Z | [ 13] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
3826 | 2024-12-25T04:41:30.172Z | [ 15] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
3827 | 2024-12-25T04:41:30.172Z | [ 17] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
3828 | 2024-12-25T04:41:30.172Z | [ 19] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
3829 | 2024-12-25T04:41:30.172Z | [SUM] 3.00-4.00 sec 102 MBytes 855 Mbits/sec |
3830 | 2024-12-25T04:41:30.172Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3831 | 2024-12-25T04:41:30.172Z | [ 5] 4.00-5.00 sec 12.6 MBytes 105 Mbits/sec |
3832 | 2024-12-25T04:41:30.172Z | [ 7] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
3833 | 2024-12-25T04:41:30.172Z | [ 9] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
3834 | 2024-12-25T04:41:30.172Z | [ 11] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
3835 | 2024-12-25T04:41:30.172Z | [ 13] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
3836 | 2024-12-25T04:41:30.172Z | [ 15] 4.00-5.00 sec 12.5 MBytes 105 Mbits/sec |
3837 | 2024-12-25T04:41:30.172Z | [ 17] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
3838 | 2024-12-25T04:41:30.172Z | [ 19] 4.00-5.00 sec 12.5 MBytes 105 Mbits/sec |
3839 | 2024-12-25T04:41:30.172Z | [SUM] 4.00-5.00 sec 101 MBytes 844 Mbits/sec |
3840 | 2024-12-25T04:41:30.172Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3841 | 2024-12-25T04:41:30.172Z | [ 5] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3842 | 2024-12-25T04:41:30.172Z | [ 7] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3843 | 2024-12-25T04:41:30.172Z | [ 9] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3844 | 2024-12-25T04:41:30.172Z | [ 11] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3845 | 2024-12-25T04:41:30.173Z | [ 13] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3846 | 2024-12-25T04:41:30.173Z | [ 15] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3847 | 2024-12-25T04:41:30.174Z | [ 17] 5.00-6.00 sec 12.6 MBytes 105 Mbits/sec |
3848 | 2024-12-25T04:41:30.174Z | [ 19] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
3849 | 2024-12-25T04:41:30.174Z | [SUM] 5.00-6.00 sec 101 MBytes 847 Mbits/sec |
3850 | 2024-12-25T04:41:30.174Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3851 | 2024-12-25T04:41:30.174Z | [ 5] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
3852 | 2024-12-25T04:41:30.174Z | [ 7] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
3853 | 2024-12-25T04:41:30.174Z | [ 9] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
3854 | 2024-12-25T04:41:33.393Z | [ 11] 6.00-7.00 sec 12.7 MBytes 106 Mbits/sec |
3855 | 2024-12-25T04:41:33.393Z | [ 13] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec |
3856 | 2024-12-25T04:41:33.393Z | [ 15] 6.00-7.00 sec 12.7 MBytes 106 Mbits/sec |
3857 | 2024-12-25T04:41:33.393Z | [ 17] 6.00-7.00 sec 12.7 MBytes 106 Mbits/sec |
3858 | 2024-12-25T04:41:33.393Z | [ 19] 6.00-7.00 sec 12.7 MBytes 106 Mbits/sec |
3859 | 2024-12-25T04:41:33.393Z | [SUM] 6.00-7.00 sec 101 MBytes 850 Mbits/sec |
3860 | 2024-12-25T04:41:33.393Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3861 | 2024-12-25T04:41:33.393Z | [ 5] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
3862 | 2024-12-25T04:41:33.393Z | [ 7] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
3863 | 2024-12-25T04:41:33.393Z | [ 9] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
3864 | 2024-12-25T04:41:33.393Z | [ 11] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec |
3865 | 2024-12-25T04:41:33.393Z | [ 13] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
3866 | 2024-12-25T04:41:33.393Z | [ 15] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
3867 | 2024-12-25T04:41:33.393Z | [ 17] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
3868 | 2024-12-25T04:41:33.393Z | [ 19] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
3869 | 2024-12-25T04:41:33.393Z | [SUM] 7.00-8.00 sec 101 MBytes 852 Mbits/sec |
3870 | 2024-12-25T04:41:33.393Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3871 | 2024-12-25T04:41:33.394Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3872 | 2024-12-25T04:41:33.394Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
3873 | 2024-12-25T04:41:33.394Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3874 | 2024-12-25T04:41:33.394Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3875 | 2024-12-25T04:41:33.394Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3876 | 2024-12-25T04:41:33.394Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3877 | 2024-12-25T04:41:33.394Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3878 | 2024-12-25T04:41:33.394Z | [ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
3879 | 2024-12-25T04:41:33.394Z | [SUM] 8.00-9.00 sec 103 MBytes 866 Mbits/sec |
3880 | 2024-12-25T04:41:33.394Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3881 | 2024-12-25T04:41:33.394Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3882 | 2024-12-25T04:41:33.394Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3883 | 2024-12-25T04:41:33.394Z | [ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3884 | 2024-12-25T04:41:33.394Z | [ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3885 | 2024-12-25T04:41:33.394Z | [ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec |
3886 | 2024-12-25T04:41:33.394Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3887 | 2024-12-25T04:41:33.394Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3888 | 2024-12-25T04:41:33.394Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
3889 | 2024-12-25T04:41:33.394Z | [SUM] 9.00-10.00 sec 104 MBytes 874 Mbits/sec |
3890 | 2024-12-25T04:41:33.394Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3891 | 2024-12-25T04:41:33.395Z | [ 5] 10.00-10.00 sec 56.6 KBytes 149 Mbits/sec |
3892 | 2024-12-25T04:41:33.395Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3893 | 2024-12-25T04:41:33.395Z | [ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
3894 | 2024-12-25T04:41:33.395Z | [ 11] 10.00-10.00 sec 56.6 KBytes 149 Mbits/sec |
3895 | 2024-12-25T04:41:33.395Z | [ 13] 10.00-10.00 sec 56.6 KBytes 149 Mbits/sec |
3896 | 2024-12-25T04:41:33.395Z | [ 15] 10.00-10.00 sec 113 KBytes 298 Mbits/sec |
3897 | 2024-12-25T04:41:33.395Z | [ 17] 10.00-10.00 sec 113 KBytes 298 Mbits/sec |
3898 | 2024-12-25T04:41:33.395Z | [ 19] 10.00-10.00 sec 113 KBytes 298 Mbits/sec |
3899 | 2024-12-25T04:41:33.395Z | [SUM] 10.00-10.00 sec 509 KBytes 1.34 Gbits/sec |
3900 | 2024-12-25T04:41:33.395Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3901 | 2024-12-25T04:41:33.395Z | [ ID] Interval Transfer Bandwidth |
3902 | 2024-12-25T04:41:33.395Z | [ 5] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
3903 | 2024-12-25T04:41:33.395Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3904 | 2024-12-25T04:41:33.395Z | [ 7] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
3905 | 2024-12-25T04:41:33.395Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3906 | 2024-12-25T04:41:33.395Z | [ 9] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
3907 | 2024-12-25T04:41:33.395Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3908 | 2024-12-25T04:41:33.395Z | [ 11] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
3909 | 2024-12-25T04:41:33.395Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3910 | 2024-12-25T04:41:33.395Z | [ 13] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
3911 | 2024-12-25T04:41:33.395Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3912 | 2024-12-25T04:41:33.395Z | [ 15] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
3913 | 2024-12-25T04:41:33.395Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3914 | 2024-12-25T04:41:33.395Z | [ 17] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
3915 | 2024-12-25T04:41:33.395Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3916 | 2024-12-25T04:41:33.395Z | [ 19] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
3917 | 2024-12-25T04:41:33.395Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3918 | 2024-12-25T04:41:33.395Z | [SUM] 0.00-10.00 sec 1016 MBytes 852 Mbits/sec sender |
3919 | 2024-12-25T04:41:33.398Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
3920 | 2024-12-25T04:41:33.398Z | Run 2/10...851.895216549058Mbps |
3921 | 2024-12-25T04:41:40.428Z | ----------------------------------------------------------- |
3922 | 2024-12-25T04:41:40.428Z | Server listening on 5201 |
3923 | 2024-12-25T04:41:40.428Z | ----------------------------------------------------------- |
3924 | 2024-12-25T04:41:40.428Z | Accepted connection from 10.0.0.1, port 50281 |
3925 | 2024-12-25T04:41:40.428Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57153 |
3926 | 2024-12-25T04:41:40.428Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36619 |
3927 | 2024-12-25T04:41:40.428Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63360 |
3928 | 2024-12-25T04:41:40.428Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35605 |
3929 | 2024-12-25T04:41:40.428Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43816 |
3930 | 2024-12-25T04:41:40.428Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53432 |
3931 | 2024-12-25T04:41:40.428Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54864 |
3932 | 2024-12-25T04:41:40.428Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40922 |
3933 | 2024-12-25T04:41:40.428Z | [ ID] Interval Transfer Bandwidth |
3934 | 2024-12-25T04:41:40.428Z | [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3935 | 2024-12-25T04:41:40.428Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
3936 | 2024-12-25T04:41:40.428Z | [ 9] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
3937 | 2024-12-25T04:41:40.428Z | [ 11] 0.00-1.00 sec 11.9 MBytes 99.8 Mbits/sec |
3938 | 2024-12-25T04:41:40.428Z | [ 13] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
3939 | 2024-12-25T04:41:40.428Z | [ 15] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
3940 | 2024-12-25T04:41:40.429Z | [ 17] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
3941 | 2024-12-25T04:41:40.429Z | [ 19] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
3942 | 2024-12-25T04:41:40.429Z | [SUM] 0.00-1.00 sec 95.6 MBytes 802 Mbits/sec |
3943 | 2024-12-25T04:41:40.429Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3944 | 2024-12-25T04:41:40.430Z | [ 5] 1.00-2.00 sec 12.6 MBytes 106 Mbits/sec |
3945 | 2024-12-25T04:41:40.430Z | [ 7] 1.00-2.00 sec 12.6 MBytes 106 Mbits/sec |
3946 | 2024-12-25T04:41:40.430Z | [ 9] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
3947 | 2024-12-25T04:41:40.430Z | [ 11] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
3948 | 2024-12-25T04:41:40.430Z | [ 13] 1.00-2.00 sec 12.7 MBytes 106 Mbits/sec |
3949 | 2024-12-25T04:41:40.430Z | [ 15] 1.00-2.00 sec 12.6 MBytes 106 Mbits/sec |
3950 | 2024-12-25T04:41:40.430Z | [ 17] 1.00-2.00 sec 12.6 MBytes 106 Mbits/sec |
3951 | 2024-12-25T04:41:40.430Z | [ 19] 1.00-2.00 sec 12.6 MBytes 106 Mbits/sec |
3952 | 2024-12-25T04:41:40.430Z | [SUM] 1.00-2.00 sec 101 MBytes 849 Mbits/sec |
3953 | 2024-12-25T04:41:40.430Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3954 | 2024-12-25T04:41:40.430Z | [ 5] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
3955 | 2024-12-25T04:41:40.430Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
3956 | 2024-12-25T04:41:40.430Z | [ 9] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
3957 | 2024-12-25T04:41:40.430Z | [ 11] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
3958 | 2024-12-25T04:41:40.430Z | [ 13] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
3959 | 2024-12-25T04:41:40.430Z | [ 15] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
3960 | 2024-12-25T04:41:40.430Z | [ 17] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
3961 | 2024-12-25T04:41:40.430Z | [ 19] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
3962 | 2024-12-25T04:41:40.430Z | [SUM] 2.00-3.00 sec 102 MBytes 860 Mbits/sec |
3963 | 2024-12-25T04:41:40.430Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3964 | 2024-12-25T04:41:40.430Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3965 | 2024-12-25T04:41:40.430Z | [ 7] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
3966 | 2024-12-25T04:41:40.431Z | [ 9] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
3967 | 2024-12-25T04:41:40.431Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3968 | 2024-12-25T04:41:40.431Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3969 | 2024-12-25T04:41:40.431Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3970 | 2024-12-25T04:41:40.431Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3971 | 2024-12-25T04:41:40.431Z | [ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
3972 | 2024-12-25T04:41:40.431Z | [SUM] 3.00-4.00 sec 103 MBytes 862 Mbits/sec |
3973 | 2024-12-25T04:41:40.431Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3974 | 2024-12-25T04:41:40.431Z | [ 5] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec |
3975 | 2024-12-25T04:41:40.431Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3976 | 2024-12-25T04:41:40.431Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3977 | 2024-12-25T04:41:40.431Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3978 | 2024-12-25T04:41:40.431Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3979 | 2024-12-25T04:41:40.431Z | [ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3980 | 2024-12-25T04:41:40.434Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3981 | 2024-12-25T04:41:40.434Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
3982 | 2024-12-25T04:41:40.434Z | [SUM] 4.00-5.00 sec 103 MBytes 865 Mbits/sec |
3983 | 2024-12-25T04:41:40.434Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3984 | 2024-12-25T04:41:40.434Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3985 | 2024-12-25T04:41:40.434Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3986 | 2024-12-25T04:41:40.434Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
3987 | 2024-12-25T04:41:40.434Z | [ 11] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
3988 | 2024-12-25T04:41:40.434Z | [ 13] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec |
3989 | 2024-12-25T04:41:40.434Z | [ 15] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
3990 | 2024-12-25T04:41:40.435Z | [ 17] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
3991 | 2024-12-25T04:41:40.435Z | [ 19] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
3992 | 2024-12-25T04:41:40.435Z | [SUM] 5.00-6.00 sec 103 MBytes 860 Mbits/sec |
3993 | 2024-12-25T04:41:40.435Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
3994 | 2024-12-25T04:41:40.435Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3995 | 2024-12-25T04:41:40.435Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3996 | 2024-12-25T04:41:40.435Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3997 | 2024-12-25T04:41:43.653Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3998 | 2024-12-25T04:41:43.653Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
3999 | 2024-12-25T04:41:43.653Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4000 | 2024-12-25T04:41:43.653Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4001 | 2024-12-25T04:41:43.653Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4002 | 2024-12-25T04:41:43.653Z | [SUM] 6.00-7.00 sec 103 MBytes 863 Mbits/sec |
4003 | 2024-12-25T04:41:43.653Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4004 | 2024-12-25T04:41:43.653Z | [ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4005 | 2024-12-25T04:41:43.653Z | [ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4006 | 2024-12-25T04:41:43.653Z | [ 9] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec |
4007 | 2024-12-25T04:41:43.653Z | [ 11] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
4008 | 2024-12-25T04:41:43.653Z | [ 13] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
4009 | 2024-12-25T04:41:43.653Z | [ 15] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
4010 | 2024-12-25T04:41:43.653Z | [ 17] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
4011 | 2024-12-25T04:41:43.653Z | [ 19] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4012 | 2024-12-25T04:41:43.653Z | [SUM] 7.00-8.00 sec 102 MBytes 855 Mbits/sec |
4013 | 2024-12-25T04:41:43.653Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4014 | 2024-12-25T04:41:43.654Z | [ 5] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
4015 | 2024-12-25T04:41:43.654Z | [ 7] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
4016 | 2024-12-25T04:41:43.654Z | [ 9] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
4017 | 2024-12-25T04:41:43.654Z | [ 11] 8.00-9.00 sec 12.7 MBytes 106 Mbits/sec |
4018 | 2024-12-25T04:41:43.654Z | [ 13] 8.00-9.00 sec 12.7 MBytes 106 Mbits/sec |
4019 | 2024-12-25T04:41:43.654Z | [ 15] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
4020 | 2024-12-25T04:41:43.654Z | [ 17] 8.00-9.00 sec 12.7 MBytes 106 Mbits/sec |
4021 | 2024-12-25T04:41:43.654Z | [ 19] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
4022 | 2024-12-25T04:41:43.654Z | [SUM] 8.00-9.00 sec 101 MBytes 850 Mbits/sec |
4023 | 2024-12-25T04:41:43.654Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4024 | 2024-12-25T04:41:43.654Z | [ 5] 9.00-10.00 sec 12.7 MBytes 106 Mbits/sec |
4025 | 2024-12-25T04:41:43.654Z | [ 7] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4026 | 2024-12-25T04:41:43.654Z | [ 9] 9.00-10.00 sec 12.7 MBytes 106 Mbits/sec |
4027 | 2024-12-25T04:41:43.654Z | [ 11] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec |
4028 | 2024-12-25T04:41:43.654Z | [ 13] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec |
4029 | 2024-12-25T04:41:43.654Z | [ 15] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec |
4030 | 2024-12-25T04:41:43.654Z | [ 17] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec |
4031 | 2024-12-25T04:41:43.654Z | [ 19] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec |
4032 | 2024-12-25T04:41:43.654Z | [SUM] 9.00-10.00 sec 102 MBytes 852 Mbits/sec |
4033 | 2024-12-25T04:41:43.654Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4034 | 2024-12-25T04:41:43.654Z | [ 5] 10.00-10.00 sec 113 KBytes 229 Mbits/sec |
4035 | 2024-12-25T04:41:43.654Z | [ 7] 10.00-10.00 sec 113 KBytes 229 Mbits/sec |
4036 | 2024-12-25T04:41:43.654Z | [ 9] 10.00-10.00 sec 113 KBytes 229 Mbits/sec |
4037 | 2024-12-25T04:41:43.654Z | [ 11] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec |
4038 | 2024-12-25T04:41:43.655Z | [ 13] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec |
4039 | 2024-12-25T04:41:43.655Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4040 | 2024-12-25T04:41:43.655Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4041 | 2024-12-25T04:41:43.655Z | [ 19] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec |
4042 | 2024-12-25T04:41:43.655Z | [SUM] 10.00-10.00 sec 509 KBytes 1.03 Gbits/sec |
4043 | 2024-12-25T04:41:43.655Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4044 | 2024-12-25T04:41:43.655Z | [ ID] Interval Transfer Bandwidth |
4045 | 2024-12-25T04:41:43.655Z | [ 5] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4046 | 2024-12-25T04:41:43.655Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4047 | 2024-12-25T04:41:43.655Z | [ 7] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4048 | 2024-12-25T04:41:43.655Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4049 | 2024-12-25T04:41:43.655Z | [ 9] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4050 | 2024-12-25T04:41:43.655Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4051 | 2024-12-25T04:41:43.655Z | [ 11] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4052 | 2024-12-25T04:41:43.655Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4053 | 2024-12-25T04:41:43.655Z | [ 13] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4054 | 2024-12-25T04:41:43.655Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4055 | 2024-12-25T04:41:43.655Z | [ 15] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4056 | 2024-12-25T04:41:43.655Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4057 | 2024-12-25T04:41:43.655Z | [ 17] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4058 | 2024-12-25T04:41:43.655Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4059 | 2024-12-25T04:41:43.655Z | [ 19] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4060 | 2024-12-25T04:41:43.655Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4061 | 2024-12-25T04:41:43.655Z | [SUM] 0.00-10.00 sec 1016 MBytes 852 Mbits/sec sender |
4062 | 2024-12-25T04:41:43.655Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4063 | 2024-12-25T04:41:43.659Z | Run 3/10...852.315647140858Mbps |
4064 | 2024-12-25T04:41:50.687Z | ----------------------------------------------------------- |
4065 | 2024-12-25T04:41:50.687Z | Server listening on 5201 |
4066 | 2024-12-25T04:41:50.687Z | ----------------------------------------------------------- |
4067 | 2024-12-25T04:41:50.687Z | Accepted connection from 10.0.0.1, port 56848 |
4068 | 2024-12-25T04:41:50.687Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54699 |
4069 | 2024-12-25T04:41:50.687Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34746 |
4070 | 2024-12-25T04:41:50.688Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35788 |
4071 | 2024-12-25T04:41:50.688Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59038 |
4072 | 2024-12-25T04:41:50.688Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53800 |
4073 | 2024-12-25T04:41:50.688Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35735 |
4074 | 2024-12-25T04:41:50.688Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41839 |
4075 | 2024-12-25T04:41:50.688Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50817 |
4076 | 2024-12-25T04:41:50.688Z | [ ID] Interval Transfer Bandwidth |
4077 | 2024-12-25T04:41:50.688Z | [ 5] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4078 | 2024-12-25T04:41:50.688Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4079 | 2024-12-25T04:41:50.688Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4080 | 2024-12-25T04:41:50.688Z | [ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4081 | 2024-12-25T04:41:50.688Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4082 | 2024-12-25T04:41:50.688Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4083 | 2024-12-25T04:41:50.688Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4084 | 2024-12-25T04:41:50.688Z | [ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4085 | 2024-12-25T04:41:50.688Z | [SUM] 0.00-1.00 sec 96.1 MBytes 806 Mbits/sec |
4086 | 2024-12-25T04:41:50.688Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4087 | 2024-12-25T04:41:50.688Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4088 | 2024-12-25T04:41:50.688Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4089 | 2024-12-25T04:41:50.688Z | [ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4090 | 2024-12-25T04:41:50.688Z | [ 11] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
4091 | 2024-12-25T04:41:50.688Z | [ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4092 | 2024-12-25T04:41:50.688Z | [ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4093 | 2024-12-25T04:41:50.688Z | [ 17] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
4094 | 2024-12-25T04:41:50.688Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4095 | 2024-12-25T04:41:50.688Z | [SUM] 1.00-2.00 sec 103 MBytes 866 Mbits/sec |
4096 | 2024-12-25T04:41:50.688Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4097 | 2024-12-25T04:41:50.688Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4098 | 2024-12-25T04:41:50.688Z | [ 7] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4099 | 2024-12-25T04:41:50.688Z | [ 9] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4100 | 2024-12-25T04:41:50.688Z | [ 11] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4101 | 2024-12-25T04:41:50.688Z | [ 13] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4102 | 2024-12-25T04:41:50.688Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4103 | 2024-12-25T04:41:50.688Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4104 | 2024-12-25T04:41:50.688Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4105 | 2024-12-25T04:41:50.688Z | [SUM] 2.00-3.00 sec 103 MBytes 863 Mbits/sec |
4106 | 2024-12-25T04:41:50.688Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4107 | 2024-12-25T04:41:50.688Z | [ 5] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec |
4108 | 2024-12-25T04:41:50.689Z | [ 7] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4109 | 2024-12-25T04:41:50.689Z | [ 9] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4110 | 2024-12-25T04:41:50.689Z | [ 11] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4111 | 2024-12-25T04:41:50.690Z | [ 13] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4112 | 2024-12-25T04:41:50.690Z | [ 15] 3.00-4.00 sec 12.7 MBytes 106 Mbits/sec |
4113 | 2024-12-25T04:41:50.690Z | [ 17] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec |
4114 | 2024-12-25T04:41:50.690Z | [ 19] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec |
4115 | 2024-12-25T04:41:50.690Z | [SUM] 3.00-4.00 sec 101 MBytes 851 Mbits/sec |
4116 | 2024-12-25T04:41:50.690Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4117 | 2024-12-25T04:41:50.690Z | [ 5] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4118 | 2024-12-25T04:41:50.690Z | [ 7] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4119 | 2024-12-25T04:41:50.690Z | [ 9] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4120 | 2024-12-25T04:41:50.690Z | [ 11] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4121 | 2024-12-25T04:41:50.690Z | [ 13] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4122 | 2024-12-25T04:41:50.690Z | [ 15] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4123 | 2024-12-25T04:41:50.690Z | [ 17] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4124 | 2024-12-25T04:41:50.690Z | [ 19] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4125 | 2024-12-25T04:41:50.690Z | [SUM] 4.00-5.00 sec 102 MBytes 852 Mbits/sec |
4126 | 2024-12-25T04:41:50.690Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4127 | 2024-12-25T04:41:50.690Z | [ 5] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4128 | 2024-12-25T04:41:50.690Z | [ 7] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4129 | 2024-12-25T04:41:50.690Z | [ 9] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4130 | 2024-12-25T04:41:50.690Z | [ 11] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4131 | 2024-12-25T04:41:50.690Z | [ 13] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4132 | 2024-12-25T04:41:50.691Z | [ 15] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4133 | 2024-12-25T04:41:50.691Z | [ 17] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4134 | 2024-12-25T04:41:50.691Z | [ 19] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4135 | 2024-12-25T04:41:50.691Z | [SUM] 5.00-6.00 sec 102 MBytes 853 Mbits/sec |
4136 | 2024-12-25T04:41:50.691Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4137 | 2024-12-25T04:41:50.691Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4138 | 2024-12-25T04:41:50.691Z | [ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4139 | 2024-12-25T04:41:50.691Z | [ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4140 | 2024-12-25T04:41:53.803Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4141 | 2024-12-25T04:41:53.803Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4142 | 2024-12-25T04:41:53.803Z | [ 15] 6.00-7.00 sec 12.8 MBytes 108 Mbits/sec |
4143 | 2024-12-25T04:41:53.803Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4144 | 2024-12-25T04:41:53.803Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4145 | 2024-12-25T04:41:53.803Z | [SUM] 6.00-7.00 sec 103 MBytes 866 Mbits/sec |
4146 | 2024-12-25T04:41:53.803Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4147 | 2024-12-25T04:41:53.803Z | [ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4148 | 2024-12-25T04:41:53.803Z | [ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4149 | 2024-12-25T04:41:53.803Z | [ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4150 | 2024-12-25T04:41:53.803Z | [ 11] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4151 | 2024-12-25T04:41:53.803Z | [ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4152 | 2024-12-25T04:41:53.803Z | [ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4153 | 2024-12-25T04:41:53.803Z | [ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4154 | 2024-12-25T04:41:53.803Z | [ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec |
4155 | 2024-12-25T04:41:53.803Z | [SUM] 7.00-8.00 sec 104 MBytes 872 Mbits/sec |
4156 | 2024-12-25T04:41:53.804Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4157 | 2024-12-25T04:41:53.804Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4158 | 2024-12-25T04:41:53.804Z | [ 7] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4159 | 2024-12-25T04:41:53.804Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4160 | 2024-12-25T04:41:53.804Z | [ 11] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4161 | 2024-12-25T04:41:53.804Z | [ 13] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4162 | 2024-12-25T04:41:53.804Z | [ 15] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4163 | 2024-12-25T04:41:53.804Z | [ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4164 | 2024-12-25T04:41:53.804Z | [ 19] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4165 | 2024-12-25T04:41:53.804Z | [SUM] 8.00-9.00 sec 103 MBytes 860 Mbits/sec |
4166 | 2024-12-25T04:41:53.804Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4167 | 2024-12-25T04:41:53.804Z | [ 5] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4168 | 2024-12-25T04:41:53.804Z | [ 7] 9.00-10.00 sec 12.8 MBytes 108 Mbits/sec |
4169 | 2024-12-25T04:41:53.804Z | [ 9] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4170 | 2024-12-25T04:41:53.804Z | [ 11] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4171 | 2024-12-25T04:41:53.804Z | [ 13] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4172 | 2024-12-25T04:41:53.804Z | [ 15] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4173 | 2024-12-25T04:41:53.804Z | [ 17] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4174 | 2024-12-25T04:41:53.804Z | [ 19] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4175 | 2024-12-25T04:41:53.804Z | [SUM] 9.00-10.00 sec 102 MBytes 858 Mbits/sec |
4176 | 2024-12-25T04:41:53.804Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4177 | 2024-12-25T04:41:53.804Z | [ 5] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4178 | 2024-12-25T04:41:53.804Z | [ 7] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4179 | 2024-12-25T04:41:53.804Z | [ 9] 10.00-10.00 sec 113 KBytes 261 Mbits/sec |
4180 | 2024-12-25T04:41:53.805Z | [ 11] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4181 | 2024-12-25T04:41:53.805Z | [ 13] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4182 | 2024-12-25T04:41:53.805Z | [ 15] 10.00-10.00 sec 113 KBytes 261 Mbits/sec |
4183 | 2024-12-25T04:41:53.805Z | [ 17] 10.00-10.00 sec 113 KBytes 261 Mbits/sec |
4184 | 2024-12-25T04:41:53.805Z | [ 19] 10.00-10.00 sec 113 KBytes 261 Mbits/sec |
4185 | 2024-12-25T04:41:53.805Z | [SUM] 10.00-10.00 sec 679 KBytes 1.57 Gbits/sec |
4186 | 2024-12-25T04:41:53.805Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4187 | 2024-12-25T04:41:53.805Z | [ ID] Interval Transfer Bandwidth |
4188 | 2024-12-25T04:41:53.805Z | [ 5] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4189 | 2024-12-25T04:41:53.805Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4190 | 2024-12-25T04:41:53.805Z | [ 7] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4191 | 2024-12-25T04:41:53.805Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4192 | 2024-12-25T04:41:53.805Z | [ 9] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4193 | 2024-12-25T04:41:53.805Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4194 | 2024-12-25T04:41:53.805Z | [ 11] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4195 | 2024-12-25T04:41:53.805Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4196 | 2024-12-25T04:41:53.805Z | [ 13] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4197 | 2024-12-25T04:41:53.805Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4198 | 2024-12-25T04:41:53.805Z | [ 15] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4199 | 2024-12-25T04:41:53.805Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4200 | 2024-12-25T04:41:53.805Z | [ 17] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4201 | 2024-12-25T04:41:53.805Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4202 | 2024-12-25T04:41:53.805Z | [ 19] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4203 | 2024-12-25T04:41:53.805Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4204 | 2024-12-25T04:41:53.805Z | [SUM] 0.00-10.00 sec 1020 MBytes 855 Mbits/sec sender |
4205 | 2024-12-25T04:41:53.805Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4206 | 2024-12-25T04:41:53.809Z | Run 4/10...855.2794329593361Mbps |
4207 | 2024-12-25T04:42:00.837Z | ----------------------------------------------------------- |
4208 | 2024-12-25T04:42:00.837Z | Server listening on 5201 |
4209 | 2024-12-25T04:42:00.837Z | ----------------------------------------------------------- |
4210 | 2024-12-25T04:42:00.837Z | Accepted connection from 10.0.0.1, port 44184 |
4211 | 2024-12-25T04:42:00.837Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59245 |
4212 | 2024-12-25T04:42:00.837Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37519 |
4213 | 2024-12-25T04:42:00.837Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37874 |
4214 | 2024-12-25T04:42:00.837Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39137 |
4215 | 2024-12-25T04:42:00.837Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41444 |
4216 | 2024-12-25T04:42:00.837Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51449 |
4217 | 2024-12-25T04:42:00.838Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48297 |
4218 | 2024-12-25T04:42:00.838Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34685 |
4219 | 2024-12-25T04:42:00.838Z | [ ID] Interval Transfer Bandwidth |
4220 | 2024-12-25T04:42:00.838Z | [ 5] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4221 | 2024-12-25T04:42:00.838Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4222 | 2024-12-25T04:42:00.838Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4223 | 2024-12-25T04:42:00.838Z | [ 11] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4224 | 2024-12-25T04:42:00.838Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4225 | 2024-12-25T04:42:00.838Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4226 | 2024-12-25T04:42:00.841Z | [ 17] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4227 | 2024-12-25T04:42:00.841Z | [ 19] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4228 | 2024-12-25T04:42:00.841Z | [SUM] 0.00-1.00 sec 96.0 MBytes 805 Mbits/sec |
4229 | 2024-12-25T04:42:00.841Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4230 | 2024-12-25T04:42:00.841Z | [ 5] 1.00-2.00 sec 12.7 MBytes 106 Mbits/sec |
4231 | 2024-12-25T04:42:00.841Z | [ 7] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4232 | 2024-12-25T04:42:00.841Z | [ 9] 1.00-2.00 sec 12.7 MBytes 106 Mbits/sec |
4233 | 2024-12-25T04:42:00.841Z | [ 11] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4234 | 2024-12-25T04:42:00.841Z | [ 13] 1.00-2.00 sec 12.7 MBytes 106 Mbits/sec |
4235 | 2024-12-25T04:42:00.841Z | [ 15] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4236 | 2024-12-25T04:42:00.841Z | [ 17] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4237 | 2024-12-25T04:42:00.841Z | [ 19] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4238 | 2024-12-25T04:42:00.842Z | [SUM] 1.00-2.00 sec 102 MBytes 852 Mbits/sec |
4239 | 2024-12-25T04:42:00.842Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4240 | 2024-12-25T04:42:00.842Z | [ 5] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4241 | 2024-12-25T04:42:00.842Z | [ 7] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4242 | 2024-12-25T04:42:00.842Z | [ 9] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4243 | 2024-12-25T04:42:00.842Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4244 | 2024-12-25T04:42:00.842Z | [ 13] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4245 | 2024-12-25T04:42:00.842Z | [ 15] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4246 | 2024-12-25T04:42:00.842Z | [ 17] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4247 | 2024-12-25T04:42:00.842Z | [ 19] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec |
4248 | 2024-12-25T04:42:00.842Z | [SUM] 2.00-3.00 sec 102 MBytes 859 Mbits/sec |
4249 | 2024-12-25T04:42:00.843Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4250 | 2024-12-25T04:42:00.843Z | [ 5] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4251 | 2024-12-25T04:42:00.843Z | [ 7] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4252 | 2024-12-25T04:42:00.843Z | [ 9] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4253 | 2024-12-25T04:42:00.843Z | [ 11] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4254 | 2024-12-25T04:42:00.843Z | [ 13] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4255 | 2024-12-25T04:42:00.843Z | [ 15] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4256 | 2024-12-25T04:42:00.843Z | [ 17] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4257 | 2024-12-25T04:42:00.843Z | [ 19] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4258 | 2024-12-25T04:42:00.843Z | [SUM] 3.00-4.00 sec 102 MBytes 858 Mbits/sec |
4259 | 2024-12-25T04:42:00.843Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4260 | 2024-12-25T04:42:00.843Z | [ 5] 4.00-5.00 sec 12.7 MBytes 106 Mbits/sec |
4261 | 2024-12-25T04:42:00.843Z | [ 7] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4262 | 2024-12-25T04:42:00.843Z | [ 9] 4.00-5.00 sec 12.7 MBytes 106 Mbits/sec |
4263 | 2024-12-25T04:42:00.843Z | [ 11] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4264 | 2024-12-25T04:42:00.843Z | [ 13] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4265 | 2024-12-25T04:42:00.843Z | [ 15] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec |
4266 | 2024-12-25T04:42:00.843Z | [ 17] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4267 | 2024-12-25T04:42:00.843Z | [ 19] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4268 | 2024-12-25T04:42:00.843Z | [SUM] 4.00-5.00 sec 102 MBytes 852 Mbits/sec |
4269 | 2024-12-25T04:42:00.843Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4270 | 2024-12-25T04:42:00.843Z | [ 5] 5.00-6.00 sec 12.5 MBytes 105 Mbits/sec |
4271 | 2024-12-25T04:42:00.843Z | [ 7] 5.00-6.00 sec 12.6 MBytes 105 Mbits/sec |
4272 | 2024-12-25T04:42:00.843Z | [ 9] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
4273 | 2024-12-25T04:42:00.843Z | [ 11] 5.00-6.00 sec 12.5 MBytes 105 Mbits/sec |
4274 | 2024-12-25T04:42:00.843Z | [ 13] 5.00-6.00 sec 12.5 MBytes 105 Mbits/sec |
4275 | 2024-12-25T04:42:00.843Z | [ 15] 5.00-6.00 sec 12.5 MBytes 105 Mbits/sec |
4276 | 2024-12-25T04:42:00.843Z | [ 17] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
4277 | 2024-12-25T04:42:00.843Z | [ 19] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec |
4278 | 2024-12-25T04:42:00.843Z | [SUM] 5.00-6.00 sec 100 MBytes 843 Mbits/sec |
4279 | 2024-12-25T04:42:00.843Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4280 | 2024-12-25T04:42:00.843Z | [ 5] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
4281 | 2024-12-25T04:42:00.843Z | [ 7] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec |
4282 | 2024-12-25T04:42:00.843Z | [ 9] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec |
4283 | 2024-12-25T04:42:04.062Z | [ 11] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec |
4284 | 2024-12-25T04:42:04.062Z | [ 13] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec |
4285 | 2024-12-25T04:42:04.062Z | [ 15] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec |
4286 | 2024-12-25T04:42:04.062Z | [ 17] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec |
4287 | 2024-12-25T04:42:04.062Z | [ 19] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec |
4288 | 2024-12-25T04:42:04.062Z | [SUM] 6.00-7.00 sec 100 MBytes 842 Mbits/sec |
4289 | 2024-12-25T04:42:04.062Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4290 | 2024-12-25T04:42:04.062Z | [ 5] 7.00-8.00 sec 12.5 MBytes 105 Mbits/sec |
4291 | 2024-12-25T04:42:04.062Z | [ 7] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4292 | 2024-12-25T04:42:04.062Z | [ 9] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4293 | 2024-12-25T04:42:04.062Z | [ 11] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4294 | 2024-12-25T04:42:04.062Z | [ 13] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4295 | 2024-12-25T04:42:04.062Z | [ 15] 7.00-8.00 sec 12.6 MBytes 105 Mbits/sec |
4296 | 2024-12-25T04:42:04.062Z | [ 17] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4297 | 2024-12-25T04:42:04.064Z | [ 19] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4298 | 2024-12-25T04:42:04.064Z | [SUM] 7.00-8.00 sec 101 MBytes 846 Mbits/sec |
4299 | 2024-12-25T04:42:04.064Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4300 | 2024-12-25T04:42:04.064Z | [ 5] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4301 | 2024-12-25T04:42:04.064Z | [ 7] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4302 | 2024-12-25T04:42:04.064Z | [ 9] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4303 | 2024-12-25T04:42:04.064Z | [ 11] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4304 | 2024-12-25T04:42:04.064Z | [ 13] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4305 | 2024-12-25T04:42:04.064Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4306 | 2024-12-25T04:42:04.064Z | [ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4307 | 2024-12-25T04:42:04.064Z | [ 19] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4308 | 2024-12-25T04:42:04.064Z | [SUM] 8.00-9.00 sec 103 MBytes 860 Mbits/sec |
4309 | 2024-12-25T04:42:04.064Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4310 | 2024-12-25T04:42:04.064Z | [ 5] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4311 | 2024-12-25T04:42:04.064Z | [ 7] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4312 | 2024-12-25T04:42:04.064Z | [ 9] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4313 | 2024-12-25T04:42:04.064Z | [ 11] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4314 | 2024-12-25T04:42:04.064Z | [ 13] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4315 | 2024-12-25T04:42:04.064Z | [ 15] 9.00-10.00 sec 12.6 MBytes 105 Mbits/sec |
4316 | 2024-12-25T04:42:04.064Z | [ 17] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4317 | 2024-12-25T04:42:04.064Z | [ 19] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4318 | 2024-12-25T04:42:04.064Z | [SUM] 9.00-10.00 sec 101 MBytes 845 Mbits/sec |
4319 | 2024-12-25T04:42:04.064Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4320 | 2024-12-25T04:42:04.064Z | [ 5] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4321 | 2024-12-25T04:42:04.064Z | [ 7] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4322 | 2024-12-25T04:42:04.064Z | [ 9] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4323 | 2024-12-25T04:42:04.064Z | [ 11] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4324 | 2024-12-25T04:42:04.064Z | [ 13] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4325 | 2024-12-25T04:42:04.064Z | [ 15] 10.00-10.00 sec 84.8 KBytes 197 Mbits/sec |
4326 | 2024-12-25T04:42:04.064Z | [ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4327 | 2024-12-25T04:42:04.064Z | [ 19] 10.00-10.00 sec 56.6 KBytes 131 Mbits/sec |
4328 | 2024-12-25T04:42:04.064Z | [SUM] 10.00-10.00 sec 424 KBytes 985 Mbits/sec |
4329 | 2024-12-25T04:42:04.065Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4330 | 2024-12-25T04:42:04.065Z | [ ID] Interval Transfer Bandwidth |
4331 | 2024-12-25T04:42:04.065Z | [ 5] 0.00-10.00 sec 126 MBytes 106 Mbits/sec sender |
4332 | 2024-12-25T04:42:04.065Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4333 | 2024-12-25T04:42:04.065Z | [ 7] 0.00-10.00 sec 126 MBytes 106 Mbits/sec sender |
4334 | 2024-12-25T04:42:04.065Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4335 | 2024-12-25T04:42:04.065Z | [ 9] 0.00-10.00 sec 126 MBytes 106 Mbits/sec sender |
4336 | 2024-12-25T04:42:04.065Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4337 | 2024-12-25T04:42:04.065Z | [ 11] 0.00-10.00 sec 126 MBytes 106 Mbits/sec sender |
4338 | 2024-12-25T04:42:04.065Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4339 | 2024-12-25T04:42:04.065Z | [ 13] 0.00-10.00 sec 126 MBytes 106 Mbits/sec sender |
4340 | 2024-12-25T04:42:04.065Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4341 | 2024-12-25T04:42:04.065Z | [ 15] 0.00-10.00 sec 126 MBytes 106 Mbits/sec sender |
4342 | 2024-12-25T04:42:04.065Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4343 | 2024-12-25T04:42:04.065Z | [ 17] 0.00-10.00 sec 126 MBytes 106 Mbits/sec sender |
4344 | 2024-12-25T04:42:04.065Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4345 | 2024-12-25T04:42:04.065Z | [ 19] 0.00-10.00 sec 126 MBytes 106 Mbits/sec sender |
4346 | 2024-12-25T04:42:04.065Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4347 | 2024-12-25T04:42:04.065Z | [SUM] 0.00-10.00 sec 1009 MBytes 846 Mbits/sec sender |
4348 | 2024-12-25T04:42:04.065Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4349 | 2024-12-25T04:42:04.068Z | Run 5/10...846.546223857391Mbps |
4350 | 2024-12-25T04:42:11.097Z | ----------------------------------------------------------- |
4351 | 2024-12-25T04:42:11.097Z | Server listening on 5201 |
4352 | 2024-12-25T04:42:11.097Z | ----------------------------------------------------------- |
4353 | 2024-12-25T04:42:11.097Z | Accepted connection from 10.0.0.1, port 53208 |
4354 | 2024-12-25T04:42:11.097Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61522 |
4355 | 2024-12-25T04:42:11.097Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61065 |
4356 | 2024-12-25T04:42:11.097Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52804 |
4357 | 2024-12-25T04:42:11.097Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50464 |
4358 | 2024-12-25T04:42:11.097Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33654 |
4359 | 2024-12-25T04:42:11.097Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55286 |
4360 | 2024-12-25T04:42:11.097Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42163 |
4361 | 2024-12-25T04:42:11.097Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47191 |
4362 | 2024-12-25T04:42:11.098Z | [ ID] Interval Transfer Bandwidth |
4363 | 2024-12-25T04:42:11.098Z | [ 5] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec |
4364 | 2024-12-25T04:42:11.098Z | [ 7] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4365 | 2024-12-25T04:42:11.098Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4366 | 2024-12-25T04:42:11.098Z | [ 11] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4367 | 2024-12-25T04:42:11.098Z | [ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4368 | 2024-12-25T04:42:11.098Z | [ 15] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4369 | 2024-12-25T04:42:11.098Z | [ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4370 | 2024-12-25T04:42:11.098Z | [ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4371 | 2024-12-25T04:42:11.098Z | [SUM] 0.00-1.00 sec 96.1 MBytes 805 Mbits/sec |
4372 | 2024-12-25T04:42:11.098Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4373 | 2024-12-25T04:42:11.098Z | [ 5] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4374 | 2024-12-25T04:42:11.098Z | [ 7] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4375 | 2024-12-25T04:42:11.098Z | [ 9] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4376 | 2024-12-25T04:42:11.098Z | [ 11] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4377 | 2024-12-25T04:42:11.098Z | [ 13] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4378 | 2024-12-25T04:42:11.098Z | [ 15] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4379 | 2024-12-25T04:42:11.098Z | [ 17] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4380 | 2024-12-25T04:42:11.098Z | [ 19] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4381 | 2024-12-25T04:42:11.098Z | [SUM] 1.00-2.00 sec 102 MBytes 855 Mbits/sec |
4382 | 2024-12-25T04:42:11.098Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4383 | 2024-12-25T04:42:11.098Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4384 | 2024-12-25T04:42:11.098Z | [ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4385 | 2024-12-25T04:42:11.098Z | [ 9] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4386 | 2024-12-25T04:42:11.098Z | [ 11] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4387 | 2024-12-25T04:42:11.098Z | [ 13] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4388 | 2024-12-25T04:42:11.098Z | [ 15] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4389 | 2024-12-25T04:42:11.098Z | [ 17] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4390 | 2024-12-25T04:42:11.098Z | [ 19] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4391 | 2024-12-25T04:42:11.099Z | [SUM] 2.00-3.00 sec 103 MBytes 862 Mbits/sec |
4392 | 2024-12-25T04:42:11.099Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4393 | 2024-12-25T04:42:11.099Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4394 | 2024-12-25T04:42:11.099Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4395 | 2024-12-25T04:42:11.099Z | [ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4396 | 2024-12-25T04:42:11.099Z | [ 11] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4397 | 2024-12-25T04:42:11.099Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4398 | 2024-12-25T04:42:11.099Z | [ 15] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4399 | 2024-12-25T04:42:11.099Z | [ 17] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec |
4400 | 2024-12-25T04:42:11.099Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4401 | 2024-12-25T04:42:11.099Z | [SUM] 3.00-4.00 sec 103 MBytes 867 Mbits/sec |
4402 | 2024-12-25T04:42:11.099Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4403 | 2024-12-25T04:42:11.099Z | [ 5] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4404 | 2024-12-25T04:42:11.099Z | [ 7] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4405 | 2024-12-25T04:42:11.099Z | [ 9] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4406 | 2024-12-25T04:42:11.099Z | [ 11] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4407 | 2024-12-25T04:42:11.099Z | [ 13] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4408 | 2024-12-25T04:42:11.099Z | [ 15] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4409 | 2024-12-25T04:42:11.099Z | [ 17] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4410 | 2024-12-25T04:42:11.099Z | [ 19] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4411 | 2024-12-25T04:42:11.099Z | [SUM] 4.00-5.00 sec 102 MBytes 856 Mbits/sec |
4412 | 2024-12-25T04:42:11.099Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4413 | 2024-12-25T04:42:11.099Z | [ 5] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4414 | 2024-12-25T04:42:11.099Z | [ 7] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4415 | 2024-12-25T04:42:11.101Z | [ 9] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4416 | 2024-12-25T04:42:11.101Z | [ 11] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4417 | 2024-12-25T04:42:11.101Z | [ 13] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec |
4418 | 2024-12-25T04:42:11.104Z | [ 15] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4419 | 2024-12-25T04:42:11.104Z | [ 17] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4420 | 2024-12-25T04:42:11.104Z | [ 19] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec |
4421 | 2024-12-25T04:42:11.104Z | [SUM] 5.00-6.00 sec 102 MBytes 856 Mbits/sec |
4422 | 2024-12-25T04:42:11.104Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4423 | 2024-12-25T04:42:11.104Z | [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4424 | 2024-12-25T04:42:11.104Z | [ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec |
4425 | 2024-12-25T04:42:11.104Z | [ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4426 | 2024-12-25T04:42:14.211Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4427 | 2024-12-25T04:42:14.211Z | [ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4428 | 2024-12-25T04:42:14.211Z | [ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4429 | 2024-12-25T04:42:14.211Z | [ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4430 | 2024-12-25T04:42:14.211Z | [ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4431 | 2024-12-25T04:42:14.211Z | [SUM] 6.00-7.00 sec 104 MBytes 875 Mbits/sec |
4432 | 2024-12-25T04:42:14.211Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4433 | 2024-12-25T04:42:14.211Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4434 | 2024-12-25T04:42:14.211Z | [ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4435 | 2024-12-25T04:42:14.211Z | [ 9] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4436 | 2024-12-25T04:42:14.211Z | [ 11] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4437 | 2024-12-25T04:42:14.211Z | [ 13] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec |
4438 | 2024-12-25T04:42:14.211Z | [ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4439 | 2024-12-25T04:42:14.211Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4440 | 2024-12-25T04:42:14.212Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4441 | 2024-12-25T04:42:14.212Z | [SUM] 7.00-8.00 sec 103 MBytes 867 Mbits/sec |
4442 | 2024-12-25T04:42:14.212Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4443 | 2024-12-25T04:42:14.212Z | [ 5] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4444 | 2024-12-25T04:42:14.212Z | [ 7] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
4445 | 2024-12-25T04:42:14.212Z | [ 9] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
4446 | 2024-12-25T04:42:14.212Z | [ 11] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
4447 | 2024-12-25T04:42:14.212Z | [ 13] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
4448 | 2024-12-25T04:42:14.212Z | [ 15] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4449 | 2024-12-25T04:42:14.212Z | [ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4450 | 2024-12-25T04:42:14.212Z | [ 19] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
4451 | 2024-12-25T04:42:14.212Z | [SUM] 8.00-9.00 sec 102 MBytes 854 Mbits/sec |
4452 | 2024-12-25T04:42:14.212Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4453 | 2024-12-25T04:42:14.212Z | [ 5] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4454 | 2024-12-25T04:42:14.212Z | [ 7] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4455 | 2024-12-25T04:42:14.212Z | [ 9] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4456 | 2024-12-25T04:42:14.212Z | [ 11] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4457 | 2024-12-25T04:42:14.212Z | [ 13] 9.00-10.00 sec 12.7 MBytes 107 Mbits/sec |
4458 | 2024-12-25T04:42:14.212Z | [ 15] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4459 | 2024-12-25T04:42:14.212Z | [ 17] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4460 | 2024-12-25T04:42:14.212Z | [ 19] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec |
4461 | 2024-12-25T04:42:14.212Z | [SUM] 9.00-10.00 sec 102 MBytes 856 Mbits/sec |
4462 | 2024-12-25T04:42:14.212Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4463 | 2024-12-25T04:42:14.212Z | [ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4464 | 2024-12-25T04:42:14.212Z | [ 7] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
4465 | 2024-12-25T04:42:14.212Z | [ 9] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
4466 | 2024-12-25T04:42:14.212Z | [ 11] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
4467 | 2024-12-25T04:42:14.212Z | [ 13] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
4468 | 2024-12-25T04:42:14.212Z | [ 15] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
4469 | 2024-12-25T04:42:14.212Z | [ 17] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
4470 | 2024-12-25T04:42:14.212Z | [ 19] 10.00-10.00 sec 113 KBytes 236 Mbits/sec |
4471 | 2024-12-25T04:42:14.212Z | [SUM] 10.00-10.00 sec 452 KBytes 945 Mbits/sec |
4472 | 2024-12-25T04:42:14.212Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4473 | 2024-12-25T04:42:14.212Z | [ ID] Interval Transfer Bandwidth |
4474 | 2024-12-25T04:42:14.212Z | [ 5] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
4475 | 2024-12-25T04:42:14.212Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4476 | 2024-12-25T04:42:14.212Z | [ 7] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
4477 | 2024-12-25T04:42:14.212Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4478 | 2024-12-25T04:42:14.213Z | [ 9] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
4479 | 2024-12-25T04:42:14.213Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4480 | 2024-12-25T04:42:14.213Z | [ 11] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
4481 | 2024-12-25T04:42:14.213Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4482 | 2024-12-25T04:42:14.215Z | [ 13] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4483 | 2024-12-25T04:42:14.216Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4484 | 2024-12-25T04:42:14.216Z | [ 15] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
4485 | 2024-12-25T04:42:14.216Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4486 | 2024-12-25T04:42:14.217Z | [ 17] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
4487 | 2024-12-25T04:42:14.217Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4488 | 2024-12-25T04:42:14.217Z | [ 19] 0.00-10.00 sec 128 MBytes 107 Mbits/sec sender |
4489 | 2024-12-25T04:42:14.217Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4490 | 2024-12-25T04:42:14.217Z | [SUM] 0.00-10.00 sec 1020 MBytes 855 Mbits/sec sender |
4491 | 2024-12-25T04:42:14.217Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4492 | 2024-12-25T04:42:14.217Z | Run 6/10...855.7426075810661Mbps |
4493 | 2024-12-25T04:42:21.247Z | ----------------------------------------------------------- |
4494 | 2024-12-25T04:42:21.247Z | Server listening on 5201 |
4495 | 2024-12-25T04:42:21.247Z | ----------------------------------------------------------- |
4496 | 2024-12-25T04:42:21.247Z | Accepted connection from 10.0.0.1, port 51436 |
4497 | 2024-12-25T04:42:21.247Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52550 |
4498 | 2024-12-25T04:42:21.247Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50814 |
4499 | 2024-12-25T04:42:21.247Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50456 |
4500 | 2024-12-25T04:42:21.247Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48812 |
4501 | 2024-12-25T04:42:21.247Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53727 |
4502 | 2024-12-25T04:42:21.247Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57123 |
4503 | 2024-12-25T04:42:21.247Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57148 |
4504 | 2024-12-25T04:42:21.247Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65304 |
4505 | 2024-12-25T04:42:21.247Z | [ ID] Interval Transfer Bandwidth |
4506 | 2024-12-25T04:42:21.247Z | [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4507 | 2024-12-25T04:42:21.247Z | [ 7] 0.00-1.00 sec 11.9 MBytes 99.7 Mbits/sec |
4508 | 2024-12-25T04:42:21.247Z | [ 9] 0.00-1.00 sec 11.9 MBytes 99.7 Mbits/sec |
4509 | 2024-12-25T04:42:21.247Z | [ 11] 0.00-1.00 sec 11.9 MBytes 99.6 Mbits/sec |
4510 | 2024-12-25T04:42:21.247Z | [ 13] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec |
4511 | 2024-12-25T04:42:21.247Z | [ 15] 0.00-1.00 sec 11.9 MBytes 99.7 Mbits/sec |
4512 | 2024-12-25T04:42:21.247Z | [ 17] 0.00-1.00 sec 11.9 MBytes 99.8 Mbits/sec |
4513 | 2024-12-25T04:42:21.247Z | [ 19] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec |
4514 | 2024-12-25T04:42:21.247Z | [SUM] 0.00-1.00 sec 95.2 MBytes 798 Mbits/sec |
4515 | 2024-12-25T04:42:21.247Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4516 | 2024-12-25T04:42:21.247Z | [ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4517 | 2024-12-25T04:42:21.247Z | [ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4518 | 2024-12-25T04:42:21.247Z | [ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4519 | 2024-12-25T04:42:21.247Z | [ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4520 | 2024-12-25T04:42:21.247Z | [ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4521 | 2024-12-25T04:42:21.247Z | [ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4522 | 2024-12-25T04:42:21.247Z | [ 17] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4523 | 2024-12-25T04:42:21.247Z | [ 19] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4524 | 2024-12-25T04:42:21.247Z | [SUM] 1.00-2.00 sec 104 MBytes 869 Mbits/sec |
4525 | 2024-12-25T04:42:21.247Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4526 | 2024-12-25T04:42:21.247Z | [ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4527 | 2024-12-25T04:42:21.248Z | [ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4528 | 2024-12-25T04:42:21.248Z | [ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4529 | 2024-12-25T04:42:21.248Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4530 | 2024-12-25T04:42:21.248Z | [ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4531 | 2024-12-25T04:42:21.248Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4532 | 2024-12-25T04:42:21.248Z | [ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4533 | 2024-12-25T04:42:21.248Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4534 | 2024-12-25T04:42:21.248Z | [SUM] 2.00-3.00 sec 103 MBytes 867 Mbits/sec |
4535 | 2024-12-25T04:42:21.248Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4536 | 2024-12-25T04:42:21.248Z | [ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4537 | 2024-12-25T04:42:21.248Z | [ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4538 | 2024-12-25T04:42:21.248Z | [ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4539 | 2024-12-25T04:42:21.248Z | [ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4540 | 2024-12-25T04:42:21.248Z | [ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4541 | 2024-12-25T04:42:21.248Z | [ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4542 | 2024-12-25T04:42:21.248Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4543 | 2024-12-25T04:42:21.248Z | [ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4544 | 2024-12-25T04:42:21.249Z | [SUM] 3.00-4.00 sec 103 MBytes 865 Mbits/sec |
4545 | 2024-12-25T04:42:21.249Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4546 | 2024-12-25T04:42:21.249Z | [ 5] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec |
4547 | 2024-12-25T04:42:21.249Z | [ 7] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec |
4548 | 2024-12-25T04:42:21.249Z | [ 9] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec |
4549 | 2024-12-25T04:42:21.249Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4550 | 2024-12-25T04:42:21.249Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4551 | 2024-12-25T04:42:21.249Z | [ 15] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4552 | 2024-12-25T04:42:21.249Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4553 | 2024-12-25T04:42:21.249Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4554 | 2024-12-25T04:42:21.249Z | [SUM] 4.00-5.00 sec 103 MBytes 864 Mbits/sec |
4555 | 2024-12-25T04:42:21.249Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4556 | 2024-12-25T04:42:21.249Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4557 | 2024-12-25T04:42:21.249Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4558 | 2024-12-25T04:42:21.249Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4559 | 2024-12-25T04:42:21.249Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4560 | 2024-12-25T04:42:21.250Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4561 | 2024-12-25T04:42:21.250Z | [ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4562 | 2024-12-25T04:42:21.250Z | [ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4563 | 2024-12-25T04:42:21.250Z | [ 19] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4564 | 2024-12-25T04:42:21.250Z | [SUM] 5.00-6.00 sec 103 MBytes 865 Mbits/sec |
4565 | 2024-12-25T04:42:21.250Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4566 | 2024-12-25T04:42:21.250Z | [ 5] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4567 | 2024-12-25T04:42:21.250Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4568 | 2024-12-25T04:42:21.250Z | [ 9] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
4569 | 2024-12-25T04:42:24.361Z | [ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4570 | 2024-12-25T04:42:24.361Z | [ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4571 | 2024-12-25T04:42:24.361Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4572 | 2024-12-25T04:42:24.361Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4573 | 2024-12-25T04:42:24.361Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
4574 | 2024-12-25T04:42:24.361Z | [SUM] 6.00-7.00 sec 103 MBytes 865 Mbits/sec |
4575 | 2024-12-25T04:42:24.361Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4576 | 2024-12-25T04:42:24.361Z | [ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4577 | 2024-12-25T04:42:24.361Z | [ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4578 | 2024-12-25T04:42:24.361Z | [ 9] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4579 | 2024-12-25T04:42:24.361Z | [ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4580 | 2024-12-25T04:42:24.361Z | [ 13] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4581 | 2024-12-25T04:42:24.362Z | [ 15] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4582 | 2024-12-25T04:42:24.362Z | [ 17] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4583 | 2024-12-25T04:42:24.362Z | [ 19] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4584 | 2024-12-25T04:42:24.362Z | [SUM] 7.00-8.00 sec 102 MBytes 859 Mbits/sec |
4585 | 2024-12-25T04:42:24.362Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4586 | 2024-12-25T04:42:24.362Z | [ 5] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
4587 | 2024-12-25T04:42:24.362Z | [ 7] 8.00-9.00 sec 12.5 MBytes 105 Mbits/sec |
4588 | 2024-12-25T04:42:24.362Z | [ 9] 8.00-9.00 sec 12.5 MBytes 105 Mbits/sec |
4589 | 2024-12-25T04:42:24.362Z | [ 11] 8.00-9.00 sec 12.6 MBytes 105 Mbits/sec |
4590 | 2024-12-25T04:42:24.362Z | [ 13] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
4591 | 2024-12-25T04:42:24.362Z | [ 15] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
4592 | 2024-12-25T04:42:24.362Z | [ 17] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
4593 | 2024-12-25T04:42:24.362Z | [ 19] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec |
4594 | 2024-12-25T04:42:24.362Z | [SUM] 8.00-9.00 sec 101 MBytes 845 Mbits/sec |
4595 | 2024-12-25T04:42:24.362Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4596 | 2024-12-25T04:42:24.362Z | [ 5] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4597 | 2024-12-25T04:42:24.362Z | [ 7] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4598 | 2024-12-25T04:42:24.362Z | [ 9] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4599 | 2024-12-25T04:42:24.362Z | [ 11] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4600 | 2024-12-25T04:42:24.362Z | [ 13] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4601 | 2024-12-25T04:42:24.362Z | [ 15] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4602 | 2024-12-25T04:42:24.362Z | [ 17] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4603 | 2024-12-25T04:42:24.362Z | [ 19] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4604 | 2024-12-25T04:42:24.362Z | [SUM] 9.00-10.00 sec 100 MBytes 839 Mbits/sec |
4605 | 2024-12-25T04:42:24.362Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4606 | 2024-12-25T04:42:24.362Z | [ 5] 10.00-10.00 sec 56.6 KBytes 136 Mbits/sec |
4607 | 2024-12-25T04:42:24.363Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4608 | 2024-12-25T04:42:24.363Z | [ 9] 10.00-10.00 sec 113 KBytes 271 Mbits/sec |
4609 | 2024-12-25T04:42:24.363Z | [ 11] 10.00-10.00 sec 113 KBytes 271 Mbits/sec |
4610 | 2024-12-25T04:42:24.363Z | [ 13] 10.00-10.00 sec 56.6 KBytes 136 Mbits/sec |
4611 | 2024-12-25T04:42:24.363Z | [ 15] 10.00-10.00 sec 113 KBytes 271 Mbits/sec |
4612 | 2024-12-25T04:42:24.363Z | [ 17] 10.00-10.00 sec 113 KBytes 271 Mbits/sec |
4613 | 2024-12-25T04:42:24.363Z | [ 19] 10.00-10.00 sec 113 KBytes 271 Mbits/sec |
4614 | 2024-12-25T04:42:24.363Z | [SUM] 10.00-10.00 sec 679 KBytes 1.63 Gbits/sec |
4615 | 2024-12-25T04:42:24.363Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4616 | 2024-12-25T04:42:24.363Z | [ ID] Interval Transfer Bandwidth |
4617 | 2024-12-25T04:42:24.363Z | [ 5] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4618 | 2024-12-25T04:42:24.363Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4619 | 2024-12-25T04:42:24.363Z | [ 7] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4620 | 2024-12-25T04:42:24.363Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4621 | 2024-12-25T04:42:24.363Z | [ 9] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4622 | 2024-12-25T04:42:24.363Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4623 | 2024-12-25T04:42:24.363Z | [ 11] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4624 | 2024-12-25T04:42:24.363Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4625 | 2024-12-25T04:42:24.363Z | [ 13] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4626 | 2024-12-25T04:42:24.363Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4627 | 2024-12-25T04:42:24.363Z | [ 15] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4628 | 2024-12-25T04:42:24.363Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4629 | 2024-12-25T04:42:24.363Z | [ 17] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4630 | 2024-12-25T04:42:24.363Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4631 | 2024-12-25T04:42:24.363Z | [ 19] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4632 | 2024-12-25T04:42:24.363Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4633 | 2024-12-25T04:42:24.363Z | [SUM] 0.00-10.00 sec 1018 MBytes 854 Mbits/sec sender |
4634 | 2024-12-25T04:42:24.363Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4635 | 2024-12-25T04:42:24.367Z | Run 7/10...854.2725656787011Mbps |
4636 | 2024-12-25T04:42:31.395Z | ----------------------------------------------------------- |
4637 | 2024-12-25T04:42:31.395Z | Server listening on 5201 |
4638 | 2024-12-25T04:42:31.395Z | ----------------------------------------------------------- |
4639 | 2024-12-25T04:42:31.395Z | Accepted connection from 10.0.0.1, port 53810 |
4640 | 2024-12-25T04:42:31.395Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63868 |
4641 | 2024-12-25T04:42:31.395Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39535 |
4642 | 2024-12-25T04:42:31.396Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63797 |
4643 | 2024-12-25T04:42:31.396Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63435 |
4644 | 2024-12-25T04:42:31.396Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42358 |
4645 | 2024-12-25T04:42:31.396Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61040 |
4646 | 2024-12-25T04:42:31.396Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45567 |
4647 | 2024-12-25T04:42:31.396Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41263 |
4648 | 2024-12-25T04:42:31.396Z | [ ID] Interval Transfer Bandwidth |
4649 | 2024-12-25T04:42:31.396Z | [ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4650 | 2024-12-25T04:42:31.396Z | [ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec |
4651 | 2024-12-25T04:42:31.396Z | [ 9] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4652 | 2024-12-25T04:42:31.396Z | [ 11] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4653 | 2024-12-25T04:42:31.396Z | [ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4654 | 2024-12-25T04:42:31.396Z | [ 15] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec |
4655 | 2024-12-25T04:42:31.396Z | [ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4656 | 2024-12-25T04:42:31.396Z | [ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec |
4657 | 2024-12-25T04:42:31.396Z | [SUM] 0.00-1.00 sec 97.8 MBytes 820 Mbits/sec |
4658 | 2024-12-25T04:42:31.396Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4659 | 2024-12-25T04:42:31.396Z | [ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec |
4660 | 2024-12-25T04:42:31.396Z | [ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4661 | 2024-12-25T04:42:31.396Z | [ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4662 | 2024-12-25T04:42:31.396Z | [ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4663 | 2024-12-25T04:42:31.396Z | [ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4664 | 2024-12-25T04:42:31.396Z | [ 15] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec |
4665 | 2024-12-25T04:42:31.396Z | [ 17] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
4666 | 2024-12-25T04:42:31.396Z | [ 19] 1.00-2.00 sec 12.9 MBytes 109 Mbits/sec |
4667 | 2024-12-25T04:42:31.396Z | [SUM] 1.00-2.00 sec 103 MBytes 866 Mbits/sec |
4668 | 2024-12-25T04:42:31.396Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4669 | 2024-12-25T04:42:31.396Z | [ 5] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4670 | 2024-12-25T04:42:31.396Z | [ 7] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
4671 | 2024-12-25T04:42:31.396Z | [ 9] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
4672 | 2024-12-25T04:42:31.396Z | [ 11] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
4673 | 2024-12-25T04:42:31.396Z | [ 13] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
4674 | 2024-12-25T04:42:31.396Z | [ 15] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec |
4675 | 2024-12-25T04:42:31.396Z | [ 17] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4676 | 2024-12-25T04:42:31.396Z | [ 19] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4677 | 2024-12-25T04:42:31.396Z | [SUM] 2.00-3.00 sec 101 MBytes 850 Mbits/sec |
4678 | 2024-12-25T04:42:31.396Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4679 | 2024-12-25T04:42:31.396Z | [ 5] 3.00-4.00 sec 12.5 MBytes 105 Mbits/sec |
4680 | 2024-12-25T04:42:31.397Z | [ 7] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec |
4681 | 2024-12-25T04:42:31.397Z | [ 9] 3.00-4.00 sec 12.6 MBytes 105 Mbits/sec |
4682 | 2024-12-25T04:42:31.397Z | [ 11] 3.00-4.00 sec 12.6 MBytes 105 Mbits/sec |
4683 | 2024-12-25T04:42:31.397Z | [ 13] 3.00-4.00 sec 12.5 MBytes 105 Mbits/sec |
4684 | 2024-12-25T04:42:31.397Z | [ 15] 3.00-4.00 sec 12.5 MBytes 105 Mbits/sec |
4685 | 2024-12-25T04:42:31.397Z | [ 17] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec |
4686 | 2024-12-25T04:42:31.397Z | [ 19] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec |
4687 | 2024-12-25T04:42:31.397Z | [SUM] 3.00-4.00 sec 101 MBytes 844 Mbits/sec |
4688 | 2024-12-25T04:42:31.397Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4689 | 2024-12-25T04:42:31.397Z | [ 5] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4690 | 2024-12-25T04:42:31.397Z | [ 7] 4.00-5.00 sec 12.6 MBytes 105 Mbits/sec |
4691 | 2024-12-25T04:42:31.397Z | [ 9] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4692 | 2024-12-25T04:42:31.397Z | [ 11] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4693 | 2024-12-25T04:42:31.397Z | [ 13] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4694 | 2024-12-25T04:42:31.397Z | [ 15] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4695 | 2024-12-25T04:42:31.400Z | [ 17] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4696 | 2024-12-25T04:42:31.400Z | [ 19] 4.00-5.00 sec 12.6 MBytes 106 Mbits/sec |
4697 | 2024-12-25T04:42:31.400Z | [SUM] 4.00-5.00 sec 101 MBytes 846 Mbits/sec |
4698 | 2024-12-25T04:42:31.400Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4699 | 2024-12-25T04:42:31.400Z | [ 5] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec |
4700 | 2024-12-25T04:42:31.400Z | [ 7] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec |
4701 | 2024-12-25T04:42:31.400Z | [ 9] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec |
4702 | 2024-12-25T04:42:31.400Z | [ 11] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec |
4703 | 2024-12-25T04:42:31.400Z | [ 13] 5.00-6.00 sec 12.5 MBytes 105 Mbits/sec |
4704 | 2024-12-25T04:42:31.400Z | [ 15] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec |
4705 | 2024-12-25T04:42:31.400Z | [ 17] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec |
4706 | 2024-12-25T04:42:31.400Z | [ 19] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec |
4707 | 2024-12-25T04:42:31.400Z | [SUM] 5.00-6.00 sec 99.4 MBytes 834 Mbits/sec |
4708 | 2024-12-25T04:42:31.400Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4709 | 2024-12-25T04:42:31.400Z | [ 5] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
4710 | 2024-12-25T04:42:31.401Z | [ 7] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
4711 | 2024-12-25T04:42:31.401Z | [ 9] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
4712 | 2024-12-25T04:42:34.511Z | [ 11] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
4713 | 2024-12-25T04:42:34.511Z | [ 13] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec |
4714 | 2024-12-25T04:42:34.511Z | [ 15] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec |
4715 | 2024-12-25T04:42:34.511Z | [ 17] 6.00-7.00 sec 12.6 MBytes 105 Mbits/sec |
4716 | 2024-12-25T04:42:34.511Z | [ 19] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec |
4717 | 2024-12-25T04:42:34.511Z | [SUM] 6.00-7.00 sec 101 MBytes 844 Mbits/sec |
4718 | 2024-12-25T04:42:34.511Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4719 | 2024-12-25T04:42:34.511Z | [ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4720 | 2024-12-25T04:42:34.511Z | [ 7] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4721 | 2024-12-25T04:42:34.511Z | [ 9] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4722 | 2024-12-25T04:42:34.511Z | [ 11] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4723 | 2024-12-25T04:42:34.511Z | [ 13] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec |
4724 | 2024-12-25T04:42:34.511Z | [ 15] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
4725 | 2024-12-25T04:42:34.511Z | [ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4726 | 2024-12-25T04:42:34.511Z | [ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec |
4727 | 2024-12-25T04:42:34.511Z | [SUM] 7.00-8.00 sec 103 MBytes 862 Mbits/sec |
4728 | 2024-12-25T04:42:34.511Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4729 | 2024-12-25T04:42:34.511Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4730 | 2024-12-25T04:42:34.511Z | [ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4731 | 2024-12-25T04:42:34.511Z | [ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4732 | 2024-12-25T04:42:34.511Z | [ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4733 | 2024-12-25T04:42:34.511Z | [ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4734 | 2024-12-25T04:42:34.511Z | [ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4735 | 2024-12-25T04:42:34.511Z | [ 17] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec |
4736 | 2024-12-25T04:42:34.511Z | [ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec |
4737 | 2024-12-25T04:42:34.511Z | [SUM] 8.00-9.00 sec 104 MBytes 870 Mbits/sec |
4738 | 2024-12-25T04:42:34.512Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4739 | 2024-12-25T04:42:34.512Z | [ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4740 | 2024-12-25T04:42:34.512Z | [ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4741 | 2024-12-25T04:42:34.512Z | [ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4742 | 2024-12-25T04:42:34.512Z | [ 11] 9.00-10.00 sec 12.9 MBytes 109 Mbits/sec |
4743 | 2024-12-25T04:42:34.512Z | [ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4744 | 2024-12-25T04:42:34.512Z | [ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4745 | 2024-12-25T04:42:34.512Z | [ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4746 | 2024-12-25T04:42:34.512Z | [ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec |
4747 | 2024-12-25T04:42:34.513Z | [SUM] 9.00-10.00 sec 104 MBytes 871 Mbits/sec |
4748 | 2024-12-25T04:42:34.513Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4749 | 2024-12-25T04:42:34.513Z | [ 5] 10.00-10.00 sec 113 KBytes 253 Mbits/sec |
4750 | 2024-12-25T04:42:34.513Z | [ 7] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
4751 | 2024-12-25T04:42:34.513Z | [ 9] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec |
4752 | 2024-12-25T04:42:34.513Z | [ 11] 10.00-10.00 sec 113 KBytes 253 Mbits/sec |
4753 | 2024-12-25T04:42:34.513Z | [ 13] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
4754 | 2024-12-25T04:42:34.513Z | [ 15] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
4755 | 2024-12-25T04:42:34.513Z | [ 17] 10.00-10.00 sec 56.6 KBytes 127 Mbits/sec |
4756 | 2024-12-25T04:42:34.513Z | [ 19] 10.00-10.00 sec 113 KBytes 253 Mbits/sec |
4757 | 2024-12-25T04:42:34.513Z | [SUM] 10.00-10.00 sec 622 KBytes 1.39 Gbits/sec |
4758 | 2024-12-25T04:42:34.513Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4759 | 2024-12-25T04:42:34.513Z | [ ID] Interval Transfer Bandwidth |
4760 | 2024-12-25T04:42:34.513Z | [ 5] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4761 | 2024-12-25T04:42:34.514Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4762 | 2024-12-25T04:42:34.514Z | [ 7] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4763 | 2024-12-25T04:42:34.514Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4764 | 2024-12-25T04:42:34.514Z | [ 9] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4765 | 2024-12-25T04:42:34.514Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4766 | 2024-12-25T04:42:34.514Z | [ 11] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4767 | 2024-12-25T04:42:34.514Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4768 | 2024-12-25T04:42:34.514Z | [ 13] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4769 | 2024-12-25T04:42:34.514Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4770 | 2024-12-25T04:42:34.515Z | [ 15] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4771 | 2024-12-25T04:42:34.515Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4772 | 2024-12-25T04:42:34.515Z | [ 17] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4773 | 2024-12-25T04:42:34.515Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4774 | 2024-12-25T04:42:34.518Z | [ 19] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4775 | 2024-12-25T04:42:34.518Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4776 | 2024-12-25T04:42:34.518Z | [SUM] 0.00-10.00 sec 1015 MBytes 851 Mbits/sec sender |
4777 | 2024-12-25T04:42:34.518Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4778 | 2024-12-25T04:42:34.518Z | Run 8/10...851.247350805238Mbps |
4779 | 2024-12-25T04:42:41.546Z | ----------------------------------------------------------- |
4780 | 2024-12-25T04:42:41.546Z | Server listening on 5201 |
4781 | 2024-12-25T04:42:41.546Z | ----------------------------------------------------------- |
4782 | 2024-12-25T04:42:41.546Z | Accepted connection from 10.0.0.1, port 58615 |
4783 | 2024-12-25T04:42:41.546Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62354 |
4784 | 2024-12-25T04:42:41.546Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47418 |
4785 | 2024-12-25T04:42:41.546Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61585 |
4786 | 2024-12-25T04:42:41.546Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45740 |
4787 | 2024-12-25T04:42:41.546Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56024 |
4788 | 2024-12-25T04:42:41.546Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47709 |
4789 | 2024-12-25T04:42:41.546Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37278 |
4790 | 2024-12-25T04:42:41.546Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63669 |
4791 | 2024-12-25T04:42:41.546Z | [ ID] Interval Transfer Bandwidth |
4792 | 2024-12-25T04:42:41.546Z | [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4793 | 2024-12-25T04:42:41.547Z | [ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4794 | 2024-12-25T04:42:41.547Z | [ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec |
4795 | 2024-12-25T04:42:41.547Z | [ 11] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4796 | 2024-12-25T04:42:41.547Z | [ 13] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4797 | 2024-12-25T04:42:41.547Z | [ 15] 0.00-1.00 sec 12.0 MBytes 100 Mbits/sec |
4798 | 2024-12-25T04:42:41.547Z | [ 17] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4799 | 2024-12-25T04:42:41.547Z | [ 19] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec |
4800 | 2024-12-25T04:42:41.547Z | [SUM] 0.00-1.00 sec 95.7 MBytes 802 Mbits/sec |
4801 | 2024-12-25T04:42:41.547Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4802 | 2024-12-25T04:42:41.547Z | [ 5] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4803 | 2024-12-25T04:42:41.547Z | [ 7] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4804 | 2024-12-25T04:42:41.547Z | [ 9] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4805 | 2024-12-25T04:42:41.547Z | [ 11] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4806 | 2024-12-25T04:42:41.547Z | [ 13] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec |
4807 | 2024-12-25T04:42:41.547Z | [ 15] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4808 | 2024-12-25T04:42:41.547Z | [ 17] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4809 | 2024-12-25T04:42:41.547Z | [ 19] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4810 | 2024-12-25T04:42:41.547Z | [SUM] 1.00-2.00 sec 102 MBytes 858 Mbits/sec |
4811 | 2024-12-25T04:42:41.547Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4812 | 2024-12-25T04:42:41.547Z | [ 5] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4813 | 2024-12-25T04:42:41.547Z | [ 7] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4814 | 2024-12-25T04:42:41.547Z | [ 9] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4815 | 2024-12-25T04:42:41.547Z | [ 11] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
4816 | 2024-12-25T04:42:41.547Z | [ 13] 2.00-3.00 sec 12.7 MBytes 106 Mbits/sec |
4817 | 2024-12-25T04:42:41.547Z | [ 15] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4818 | 2024-12-25T04:42:41.547Z | [ 17] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4819 | 2024-12-25T04:42:41.547Z | [ 19] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec |
4820 | 2024-12-25T04:42:41.547Z | [SUM] 2.00-3.00 sec 101 MBytes 848 Mbits/sec |
4821 | 2024-12-25T04:42:41.548Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4822 | 2024-12-25T04:42:41.548Z | [ 5] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4823 | 2024-12-25T04:42:41.548Z | [ 7] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4824 | 2024-12-25T04:42:41.548Z | [ 9] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4825 | 2024-12-25T04:42:41.548Z | [ 11] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec |
4826 | 2024-12-25T04:42:41.548Z | [ 13] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4827 | 2024-12-25T04:42:41.548Z | [ 15] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec |
4828 | 2024-12-25T04:42:41.548Z | [ 17] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4829 | 2024-12-25T04:42:41.548Z | [ 19] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec |
4830 | 2024-12-25T04:42:41.548Z | [SUM] 3.00-4.00 sec 102 MBytes 858 Mbits/sec |
4831 | 2024-12-25T04:42:41.548Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4832 | 2024-12-25T04:42:41.548Z | [ 5] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4833 | 2024-12-25T04:42:41.548Z | [ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4834 | 2024-12-25T04:42:41.548Z | [ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4835 | 2024-12-25T04:42:41.548Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4836 | 2024-12-25T04:42:41.548Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4837 | 2024-12-25T04:42:41.548Z | [ 15] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
4838 | 2024-12-25T04:42:41.548Z | [ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4839 | 2024-12-25T04:42:41.548Z | [ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4840 | 2024-12-25T04:42:41.548Z | [SUM] 4.00-5.00 sec 103 MBytes 868 Mbits/sec |
4841 | 2024-12-25T04:42:41.549Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4842 | 2024-12-25T04:42:41.549Z | [ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4843 | 2024-12-25T04:42:41.549Z | [ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4844 | 2024-12-25T04:42:41.549Z | [ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4845 | 2024-12-25T04:42:41.549Z | [ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4846 | 2024-12-25T04:42:41.549Z | [ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec |
4847 | 2024-12-25T04:42:41.549Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4848 | 2024-12-25T04:42:41.549Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4849 | 2024-12-25T04:42:41.549Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4850 | 2024-12-25T04:42:41.549Z | [SUM] 5.00-6.00 sec 104 MBytes 869 Mbits/sec |
4851 | 2024-12-25T04:42:41.549Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4852 | 2024-12-25T04:42:41.549Z | [ 5] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
4853 | 2024-12-25T04:42:41.549Z | [ 7] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
4854 | 2024-12-25T04:42:41.549Z | [ 9] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
4855 | 2024-12-25T04:42:44.770Z | [ 11] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
4856 | 2024-12-25T04:42:44.770Z | [ 13] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
4857 | 2024-12-25T04:42:44.770Z | [ 15] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec |
4858 | 2024-12-25T04:42:44.770Z | [ 17] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec |
4859 | 2024-12-25T04:42:44.770Z | [ 19] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec |
4860 | 2024-12-25T04:42:44.770Z | [SUM] 6.00-7.00 sec 102 MBytes 856 Mbits/sec |
4861 | 2024-12-25T04:42:44.770Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4862 | 2024-12-25T04:42:44.770Z | [ 5] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
4863 | 2024-12-25T04:42:44.770Z | [ 7] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
4864 | 2024-12-25T04:42:44.770Z | [ 9] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
4865 | 2024-12-25T04:42:44.770Z | [ 11] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec |
4866 | 2024-12-25T04:42:44.771Z | [ 13] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4867 | 2024-12-25T04:42:44.771Z | [ 15] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4868 | 2024-12-25T04:42:44.771Z | [ 17] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec |
4869 | 2024-12-25T04:42:44.771Z | [ 19] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec |
4870 | 2024-12-25T04:42:44.771Z | [SUM] 7.00-8.00 sec 101 MBytes 851 Mbits/sec |
4871 | 2024-12-25T04:42:44.771Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4872 | 2024-12-25T04:42:44.771Z | [ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4873 | 2024-12-25T04:42:44.771Z | [ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4874 | 2024-12-25T04:42:44.771Z | [ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4875 | 2024-12-25T04:42:44.771Z | [ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4876 | 2024-12-25T04:42:44.771Z | [ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4877 | 2024-12-25T04:42:44.771Z | [ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4878 | 2024-12-25T04:42:44.771Z | [ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec |
4879 | 2024-12-25T04:42:44.771Z | [ 19] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec |
4880 | 2024-12-25T04:42:44.771Z | [SUM] 8.00-9.00 sec 103 MBytes 864 Mbits/sec |
4881 | 2024-12-25T04:42:44.771Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4882 | 2024-12-25T04:42:44.771Z | [ 5] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4883 | 2024-12-25T04:42:44.771Z | [ 7] 9.00-10.00 sec 12.6 MBytes 105 Mbits/sec |
4884 | 2024-12-25T04:42:44.771Z | [ 9] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4885 | 2024-12-25T04:42:44.771Z | [ 11] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4886 | 2024-12-25T04:42:44.771Z | [ 13] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4887 | 2024-12-25T04:42:44.771Z | [ 15] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4888 | 2024-12-25T04:42:44.771Z | [ 17] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec |
4889 | 2024-12-25T04:42:44.772Z | [ 19] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
4890 | 2024-12-25T04:42:44.772Z | [SUM] 9.00-10.00 sec 101 MBytes 844 Mbits/sec |
4891 | 2024-12-25T04:42:44.772Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4892 | 2024-12-25T04:42:44.772Z | [ 5] 10.00-10.00 sec 113 KBytes 236 Mbits/sec |
4893 | 2024-12-25T04:42:44.772Z | [ 7] 10.00-10.00 sec 113 KBytes 236 Mbits/sec |
4894 | 2024-12-25T04:42:44.772Z | [ 9] 10.00-10.00 sec 113 KBytes 236 Mbits/sec |
4895 | 2024-12-25T04:42:44.772Z | [ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4896 | 2024-12-25T04:42:44.772Z | [ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4897 | 2024-12-25T04:42:44.772Z | [ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
4898 | 2024-12-25T04:42:44.772Z | [ 17] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
4899 | 2024-12-25T04:42:44.772Z | [ 19] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec |
4900 | 2024-12-25T04:42:44.772Z | [SUM] 10.00-10.00 sec 452 KBytes 943 Mbits/sec |
4901 | 2024-12-25T04:42:44.772Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4902 | 2024-12-25T04:42:44.772Z | [ ID] Interval Transfer Bandwidth |
4903 | 2024-12-25T04:42:44.772Z | [ 5] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4904 | 2024-12-25T04:42:44.772Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4905 | 2024-12-25T04:42:44.772Z | [ 7] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4906 | 2024-12-25T04:42:44.772Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4907 | 2024-12-25T04:42:44.772Z | [ 9] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
4908 | 2024-12-25T04:42:44.772Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4909 | 2024-12-25T04:42:44.772Z | [ 11] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4910 | 2024-12-25T04:42:44.772Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4911 | 2024-12-25T04:42:44.772Z | [ 13] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4912 | 2024-12-25T04:42:44.772Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4913 | 2024-12-25T04:42:44.772Z | [ 15] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4914 | 2024-12-25T04:42:44.772Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4915 | 2024-12-25T04:42:44.772Z | [ 17] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4916 | 2024-12-25T04:42:44.772Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4917 | 2024-12-25T04:42:44.772Z | [ 19] 0.00-10.00 sec 127 MBytes 106 Mbits/sec sender |
4918 | 2024-12-25T04:42:44.772Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4919 | 2024-12-25T04:42:44.772Z | [SUM] 0.00-10.00 sec 1016 MBytes 852 Mbits/sec sender |
4920 | 2024-12-25T04:42:44.772Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
4921 | 2024-12-25T04:42:44.775Z | Run 9/10...852.186333825479Mbps |
4922 | 2024-12-25T04:42:51.805Z | ----------------------------------------------------------- |
4923 | 2024-12-25T04:42:51.805Z | Server listening on 5201 |
4924 | 2024-12-25T04:42:51.805Z | ----------------------------------------------------------- |
4925 | 2024-12-25T04:42:51.805Z | Accepted connection from 10.0.0.1, port 56469 |
4926 | 2024-12-25T04:42:51.805Z | [ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47577 |
4927 | 2024-12-25T04:42:51.805Z | [ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58733 |
4928 | 2024-12-25T04:42:51.805Z | [ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37051 |
4929 | 2024-12-25T04:42:51.805Z | [ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36175 |
4930 | 2024-12-25T04:42:51.806Z | [ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35125 |
4931 | 2024-12-25T04:42:51.806Z | [ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39591 |
4932 | 2024-12-25T04:42:51.806Z | [ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59747 |
4933 | 2024-12-25T04:42:51.806Z | [ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38579 |
4934 | 2024-12-25T04:42:51.806Z | [ ID] Interval Transfer Bandwidth |
4935 | 2024-12-25T04:42:51.806Z | [ 5] 0.00-1.00 sec 11.8 MBytes 98.6 Mbits/sec |
4936 | 2024-12-25T04:42:51.806Z | [ 7] 0.00-1.00 sec 11.8 MBytes 98.7 Mbits/sec |
4937 | 2024-12-25T04:42:51.806Z | [ 9] 0.00-1.00 sec 11.8 MBytes 98.6 Mbits/sec |
4938 | 2024-12-25T04:42:51.806Z | [ 11] 0.00-1.00 sec 11.7 MBytes 98.5 Mbits/sec |
4939 | 2024-12-25T04:42:51.806Z | [ 13] 0.00-1.00 sec 11.7 MBytes 98.3 Mbits/sec |
4940 | 2024-12-25T04:42:51.806Z | [ 15] 0.00-1.00 sec 11.7 MBytes 98.3 Mbits/sec |
4941 | 2024-12-25T04:42:51.806Z | [ 17] 0.00-1.00 sec 11.7 MBytes 98.1 Mbits/sec |
4942 | 2024-12-25T04:42:51.806Z | [ 19] 0.00-1.00 sec 11.7 MBytes 98.2 Mbits/sec |
4943 | 2024-12-25T04:42:51.806Z | [SUM] 0.00-1.00 sec 93.9 MBytes 787 Mbits/sec |
4944 | 2024-12-25T04:42:51.806Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4945 | 2024-12-25T04:42:51.806Z | [ 5] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4946 | 2024-12-25T04:42:51.806Z | [ 7] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4947 | 2024-12-25T04:42:51.806Z | [ 9] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4948 | 2024-12-25T04:42:51.806Z | [ 11] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4949 | 2024-12-25T04:42:51.806Z | [ 13] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec |
4950 | 2024-12-25T04:42:51.806Z | [ 15] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4951 | 2024-12-25T04:42:51.806Z | [ 17] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4952 | 2024-12-25T04:42:51.806Z | [ 19] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec |
4953 | 2024-12-25T04:42:51.806Z | [SUM] 1.00-2.00 sec 102 MBytes 856 Mbits/sec |
4954 | 2024-12-25T04:42:51.806Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4955 | 2024-12-25T04:42:51.806Z | [ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4956 | 2024-12-25T04:42:51.806Z | [ 7] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec |
4957 | 2024-12-25T04:42:51.806Z | [ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4958 | 2024-12-25T04:42:51.806Z | [ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4959 | 2024-12-25T04:42:51.806Z | [ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4960 | 2024-12-25T04:42:51.806Z | [ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4961 | 2024-12-25T04:42:51.806Z | [ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec |
4962 | 2024-12-25T04:42:51.806Z | [ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec |
4963 | 2024-12-25T04:42:51.806Z | [SUM] 2.00-3.00 sec 103 MBytes 866 Mbits/sec |
4964 | 2024-12-25T04:42:51.806Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4965 | 2024-12-25T04:42:51.806Z | [ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4966 | 2024-12-25T04:42:51.806Z | [ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4967 | 2024-12-25T04:42:51.809Z | [ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4968 | 2024-12-25T04:42:51.809Z | [ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4969 | 2024-12-25T04:42:51.809Z | [ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4970 | 2024-12-25T04:42:51.810Z | [ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4971 | 2024-12-25T04:42:51.810Z | [ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec |
4972 | 2024-12-25T04:42:51.810Z | [ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec |
4973 | 2024-12-25T04:42:51.810Z | [SUM] 3.00-4.00 sec 104 MBytes 870 Mbits/sec |
4974 | 2024-12-25T04:42:51.810Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4975 | 2024-12-25T04:42:51.810Z | [ 5] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
4976 | 2024-12-25T04:42:51.810Z | [ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4977 | 2024-12-25T04:42:51.810Z | [ 9] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4978 | 2024-12-25T04:42:51.810Z | [ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4979 | 2024-12-25T04:42:51.810Z | [ 13] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec |
4980 | 2024-12-25T04:42:51.810Z | [ 15] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
4981 | 2024-12-25T04:42:51.810Z | [ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec |
4982 | 2024-12-25T04:42:51.810Z | [ 19] 4.00-5.00 sec 12.9 MBytes 109 Mbits/sec |
4983 | 2024-12-25T04:42:51.810Z | [SUM] 4.00-5.00 sec 103 MBytes 867 Mbits/sec |
4984 | 2024-12-25T04:42:51.810Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4985 | 2024-12-25T04:42:51.810Z | [ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4986 | 2024-12-25T04:42:51.810Z | [ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4987 | 2024-12-25T04:42:51.810Z | [ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4988 | 2024-12-25T04:42:51.810Z | [ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4989 | 2024-12-25T04:42:51.810Z | [ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4990 | 2024-12-25T04:42:51.810Z | [ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4991 | 2024-12-25T04:42:51.810Z | [ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4992 | 2024-12-25T04:42:51.810Z | [ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec |
4993 | 2024-12-25T04:42:51.810Z | [SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec |
4994 | 2024-12-25T04:42:51.810Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
4995 | 2024-12-25T04:42:51.810Z | [ 5] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
4996 | 2024-12-25T04:42:51.810Z | [ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4997 | 2024-12-25T04:42:51.810Z | [ 9] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
4998 | 2024-12-25T04:42:55.030Z | [ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec |
4999 | 2024-12-25T04:42:55.030Z | [ 13] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec |
5000 | 2024-12-25T04:42:55.030Z | [ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
5001 | 2024-12-25T04:42:55.030Z | [ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
5002 | 2024-12-25T04:42:55.030Z | [ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec |
5003 | 2024-12-25T04:42:55.030Z | [SUM] 6.00-7.00 sec 103 MBytes 868 Mbits/sec |
5004 | 2024-12-25T04:42:55.030Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5005 | 2024-12-25T04:42:55.030Z | [ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
5006 | 2024-12-25T04:42:55.030Z | [ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
5007 | 2024-12-25T04:42:55.031Z | [ 9] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
5008 | 2024-12-25T04:42:55.031Z | [ 11] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
5009 | 2024-12-25T04:42:55.031Z | [ 13] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
5010 | 2024-12-25T04:42:55.031Z | [ 15] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
5011 | 2024-12-25T04:42:55.031Z | [ 17] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
5012 | 2024-12-25T04:42:55.031Z | [ 19] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec |
5013 | 2024-12-25T04:42:55.031Z | [SUM] 7.00-8.00 sec 102 MBytes 857 Mbits/sec |
5014 | 2024-12-25T04:42:55.031Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5015 | 2024-12-25T04:42:55.031Z | [ 5] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
5016 | 2024-12-25T04:42:55.031Z | [ 7] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
5017 | 2024-12-25T04:42:55.031Z | [ 9] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
5018 | 2024-12-25T04:42:55.031Z | [ 11] 8.00-9.00 sec 12.7 MBytes 107 Mbits/sec |
5019 | 2024-12-25T04:42:55.031Z | [ 13] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
5020 | 2024-12-25T04:42:55.031Z | [ 15] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
5021 | 2024-12-25T04:42:55.031Z | [ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
5022 | 2024-12-25T04:42:55.031Z | [ 19] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec |
5023 | 2024-12-25T04:42:55.031Z | [SUM] 8.00-9.00 sec 102 MBytes 856 Mbits/sec |
5024 | 2024-12-25T04:42:55.031Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5025 | 2024-12-25T04:42:55.031Z | [ 5] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
5026 | 2024-12-25T04:42:55.031Z | [ 7] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
5027 | 2024-12-25T04:42:55.031Z | [ 9] 9.00-10.00 sec 12.7 MBytes 106 Mbits/sec |
5028 | 2024-12-25T04:42:55.031Z | [ 11] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
5029 | 2024-12-25T04:42:55.031Z | [ 13] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
5030 | 2024-12-25T04:42:55.031Z | [ 15] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
5031 | 2024-12-25T04:42:55.031Z | [ 17] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
5032 | 2024-12-25T04:42:55.031Z | [ 19] 9.00-10.00 sec 12.6 MBytes 106 Mbits/sec |
5033 | 2024-12-25T04:42:55.031Z | [SUM] 9.00-10.00 sec 101 MBytes 848 Mbits/sec |
5034 | 2024-12-25T04:42:55.031Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5035 | 2024-12-25T04:42:55.031Z | [ 5] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec |
5036 | 2024-12-25T04:42:55.031Z | [ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec |
5037 | 2024-12-25T04:42:55.032Z | [ 9] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec |
5038 | 2024-12-25T04:42:55.032Z | [ 11] 10.00-10.00 sec 113 KBytes 251 Mbits/sec |
5039 | 2024-12-25T04:42:55.032Z | [ 13] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec |
5040 | 2024-12-25T04:42:55.032Z | [ 15] 10.00-10.00 sec 170 KBytes 377 Mbits/sec |
5041 | 2024-12-25T04:42:55.032Z | [ 17] 10.00-10.00 sec 113 KBytes 251 Mbits/sec |
5042 | 2024-12-25T04:42:55.032Z | [ 19] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec |
5043 | 2024-12-25T04:42:55.032Z | [SUM] 10.00-10.00 sec 622 KBytes 1.38 Gbits/sec |
5044 | 2024-12-25T04:42:55.032Z | - - - - - - - - - - - - - - - - - - - - - - - - - |
5045 | 2024-12-25T04:42:55.032Z | [ ID] Interval Transfer Bandwidth |
5046 | 2024-12-25T04:42:55.032Z | [ 5] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
5047 | 2024-12-25T04:42:55.032Z | [ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5048 | 2024-12-25T04:42:55.032Z | [ 7] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
5049 | 2024-12-25T04:42:55.032Z | [ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5050 | 2024-12-25T04:42:55.032Z | [ 9] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
5051 | 2024-12-25T04:42:55.032Z | [ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5052 | 2024-12-25T04:42:55.032Z | [ 11] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
5053 | 2024-12-25T04:42:55.032Z | [ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5054 | 2024-12-25T04:42:55.033Z | [ 13] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
5055 | 2024-12-25T04:42:55.033Z | [ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5056 | 2024-12-25T04:42:55.033Z | [ 15] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
5057 | 2024-12-25T04:42:55.033Z | [ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5058 | 2024-12-25T04:42:55.033Z | [ 17] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
5059 | 2024-12-25T04:42:55.033Z | [ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5060 | 2024-12-25T04:42:55.033Z | [ 19] 0.00-10.00 sec 127 MBytes 107 Mbits/sec sender |
5061 | 2024-12-25T04:42:55.033Z | [ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5062 | 2024-12-25T04:42:55.033Z | [SUM] 0.00-10.00 sec 1020 MBytes 855 Mbits/sec sender |
5063 | 2024-12-25T04:42:55.033Z | [SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver |
5064 | 2024-12-25T04:42:55.036Z | Run 10/10...855.302682439221Mbps |
5065 | 2024-12-25T04:42:55.036Z | ###---------------------### |
5066 | 2024-12-25T04:42:55.036Z | ::: iPerf done... ::: |
5067 | 2024-12-25T04:42:55.036Z | :::Awaiting out files...::: |
5068 | 2024-12-25T04:42:55.036Z | ###---------------------### |
5069 | 2024-12-25T04:42:55.036Z | ###-----### |
5070 | 2024-12-25T04:42:55.036Z | :::done!::: |
5071 | 2024-12-25T04:42:55.036Z | ###-----### |
5072 | 2024-12-25T04:42:56.795Z | Benchmarking iperf-tcp/local/s2c/tx |
5073 | 2024-12-25T04:42:56.795Z | Benchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s |
5074 | 2024-12-25T04:43:01.439Z | Benchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (578M iterations) |
5075 | 2024-12-25T04:43:21.436Z | Benchmarking iperf-tcp/local/s2c/tx: Analyzing |
5076 | 2024-12-25T04:43:21.590Z | iperf-tcp/local/s2c/tx time: [1.6670 µs 1.6671 µs 1.6672 µs] |
5077 | 2024-12-25T04:43:21.590Z | change: [+2.2440% +2.2537% +2.2636%] (p = 0.00 < 0.05) |
5078 | 2024-12-25T04:43:21.591Z | Performance has regressed. |
5079 | 2024-12-25T04:43:21.591Z | Found 7 outliers among 100 measurements (7.00%) |
5080 | 2024-12-25T04:43:21.591Z | 3 (3.00%) low mild |
5081 | 2024-12-25T04:43:21.591Z | 3 (3.00%) high mild |
5082 | 2024-12-25T04:43:21.591Z | 1 (1.00%) high severe |
5083 | 2024-12-25T04:43:23.191Z | |
5084 | 2024-12-25T04:43:23.194Z | Benchmarking iperf-tcp/local/s2c/rx |
5085 | 2024-12-25T04:43:23.194Z | Benchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s |
5086 | 2024-12-25T04:43:27.835Z | Benchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (578M iterations) |
5087 | 2024-12-25T04:43:47.828Z | Benchmarking iperf-tcp/local/s2c/rx: Analyzing |
5088 | 2024-12-25T04:43:47.978Z | iperf-tcp/local/s2c/rx time: [6.0198 µs 6.0201 µs 6.0205 µs] |
5089 | 2024-12-25T04:43:47.978Z | change: [+1.7768% +1.7902% +1.8034%] (p = 0.00 < 0.05) |
5090 | 2024-12-25T04:43:47.978Z | Performance has regressed. |
5091 | 2024-12-25T04:43:47.978Z | Found 9 outliers among 100 measurements (9.00%) |
5092 | 2024-12-25T04:43:47.978Z | 3 (3.00%) low mild |
5093 | 2024-12-25T04:43:47.978Z | 4 (4.00%) high mild |
5094 | 2024-12-25T04:43:47.978Z | 2 (2.00%) high severe |
5095 | 2024-12-25T04:43:49.570Z | |
5096 | 2024-12-25T04:43:54.674Z | + cargo ubench |
5097 | 2024-12-25T04:43:54.888Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
5098 | 2024-12-25T04:45:47.771Z | Finished `bench` profile [optimized + debuginfo] target(s) in 1m 53s |
5099 | 2024-12-25T04:45:47.813Z | Running benches/userland.rs (target/release/deps/userland-3f758a5119a76d14) |
5100 | 2024-12-25T04:45:47.837Z | Gnuplot not found, using plotters backend |
5101 | 2024-12-25T04:45:48.054Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover |
5102 | 2024-12-25T04:45:48.054Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
5103 | 2024-12-25T04:45:52.549Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0013 s (9.3M iterations) |
5104 | 2024-12-25T04:45:57.130Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
5105 | 2024-12-25T04:45:57.286Z | parse/Hairpin-DHCPv4/wallclock/Discover |
5106 | 2024-12-25T04:45:57.286Z | time: [74.072 ns 74.139 ns 74.197 ns] |
5107 | 2024-12-25T04:45:57.286Z | change: [+1.7122% +2.5222% +3.3859%] (p = 0.00 < 0.05) |
5108 | 2024-12-25T04:45:57.286Z | Performance has regressed. |
5109 | 2024-12-25T04:45:57.286Z | Found 4 outliers among 100 measurements (4.00%) |
5110 | 2024-12-25T04:45:57.286Z | 1 (1.00%) high mild |
5111 | 2024-12-25T04:45:57.286Z | 3 (3.00%) high severe |
5112 | 2024-12-25T04:45:58.877Z | |
5113 | 2024-12-25T04:45:58.880Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover |
5114 | 2024-12-25T04:45:58.880Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s |
5115 | 2024-12-25T04:46:04.572Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0057 s (3.7M iterations) |
5116 | 2024-12-25T04:46:09.618Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing |
5117 | 2024-12-25T04:46:09.770Z | process/Hairpin-DHCPv4/wallclock/Discover |
5118 | 2024-12-25T04:46:09.770Z | time: [942.34 ns 942.91 ns 943.59 ns] |
5119 | 2024-12-25T04:46:09.770Z | change: [+0.0833% +0.4040% +0.7400%] (p = 0.02 < 0.05) |
5120 | 2024-12-25T04:46:09.770Z | Change within noise threshold. |
5121 | 2024-12-25T04:46:09.770Z | Found 6 outliers among 100 measurements (6.00%) |
5122 | 2024-12-25T04:46:09.770Z | 2 (2.00%) high mild |
5123 | 2024-12-25T04:46:09.770Z | 4 (4.00%) high severe |
5124 | 2024-12-25T04:46:11.365Z | |
5125 | 2024-12-25T04:46:11.367Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request |
5126 | 2024-12-25T04:46:11.367Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
5127 | 2024-12-25T04:46:16.440Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0014 s (8.3M iterations) |
5128 | 2024-12-25T04:46:20.552Z | Benchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing |
5129 | 2024-12-25T04:46:20.702Z | parse/Hairpin-DHCPv4/wallclock/Request |
5130 | 2024-12-25T04:46:20.702Z | time: [75.237 ns 75.308 ns 75.372 ns] |
5131 | 2024-12-25T04:46:20.702Z | change: [+3.4489% +4.2295% +5.0951%] (p = 0.00 < 0.05) |
5132 | 2024-12-25T04:46:20.702Z | Performance has regressed. |
5133 | 2024-12-25T04:46:20.702Z | Found 8 outliers among 100 measurements (8.00%) |
5134 | 2024-12-25T04:46:20.702Z | 3 (3.00%) low mild |
5135 | 2024-12-25T04:46:20.702Z | 1 (1.00%) high mild |
5136 | 2024-12-25T04:46:20.702Z | 4 (4.00%) high severe |
5137 | 2024-12-25T04:46:22.298Z | |
5138 | 2024-12-25T04:46:22.300Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request |
5139 | 2024-12-25T04:46:22.300Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s |
5140 | 2024-12-25T04:46:27.903Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0006 s (3.7M iterations) |
5141 | 2024-12-25T04:46:32.884Z | Benchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing |
5142 | 2024-12-25T04:46:33.036Z | process/Hairpin-DHCPv4/wallclock/Request |
5143 | 2024-12-25T04:46:33.036Z | time: [904.30 ns 904.67 ns 905.13 ns] |
5144 | 2024-12-25T04:46:33.036Z | change: [+0.0938% +0.3959% +0.6956%] (p = 0.01 < 0.05) |
5145 | 2024-12-25T04:46:33.036Z | Change within noise threshold. |
5146 | 2024-12-25T04:46:33.036Z | Found 9 outliers among 100 measurements (9.00%) |
5147 | 2024-12-25T04:46:33.036Z | 4 (4.00%) high mild |
5148 | 2024-12-25T04:46:33.036Z | 5 (5.00%) high severe |
5149 | 2024-12-25T04:46:34.641Z | |
5150 | 2024-12-25T04:46:34.641Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit |
5151 | 2024-12-25T04:46:34.641Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
5152 | 2024-12-25T04:46:37.735Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0028 s (6.8M iterations) |
5153 | 2024-12-25T04:46:42.425Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
5154 | 2024-12-25T04:46:42.575Z | parse/Hairpin-DHCPv6/wallclock/Solicit |
5155 | 2024-12-25T04:46:42.575Z | time: [74.233 ns 74.492 ns 74.709 ns] |
5156 | 2024-12-25T04:46:42.575Z | change: [+1.8898% +2.8285% +3.7335%] (p = 0.00 < 0.05) |
5157 | 2024-12-25T04:46:42.575Z | Performance has regressed. |
5158 | 2024-12-25T04:46:42.575Z | Found 6 outliers among 100 measurements (6.00%) |
5159 | 2024-12-25T04:46:42.575Z | 4 (4.00%) high mild |
5160 | 2024-12-25T04:46:42.575Z | 2 (2.00%) high severe |
5161 | 2024-12-25T04:46:44.173Z | |
5162 | 2024-12-25T04:46:44.175Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit |
5163 | 2024-12-25T04:46:44.175Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s |
5164 | 2024-12-25T04:46:48.233Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0062 s (2.6M iterations) |
5165 | 2024-12-25T04:46:53.595Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing |
5166 | 2024-12-25T04:46:53.746Z | process/Hairpin-DHCPv6/wallclock/Solicit |
5167 | 2024-12-25T04:46:53.746Z | time: [1.2833 µs 1.2871 µs 1.2914 µs] |
5168 | 2024-12-25T04:46:53.746Z | change: [+4.8588% +5.2490% +5.5990%] (p = 0.00 < 0.05) |
5169 | 2024-12-25T04:46:53.746Z | Performance has regressed. |
5170 | 2024-12-25T04:46:53.746Z | Found 32 outliers among 100 measurements (32.00%) |
5171 | 2024-12-25T04:46:53.746Z | 15 (15.00%) low severe |
5172 | 2024-12-25T04:46:53.746Z | 8 (8.00%) low mild |
5173 | 2024-12-25T04:46:53.747Z | 5 (5.00%) high mild |
5174 | 2024-12-25T04:46:53.747Z | 4 (4.00%) high severe |
5175 | 2024-12-25T04:46:55.337Z | |
5176 | 2024-12-25T04:46:55.337Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request |
5177 | 2024-12-25T04:46:55.338Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
5178 | 2024-12-25T04:46:58.809Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0039 s (6.0M iterations) |
5179 | 2024-12-25T04:47:03.564Z | Benchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing |
5180 | 2024-12-25T04:47:03.715Z | parse/Hairpin-DHCPv6/wallclock/Request |
5181 | 2024-12-25T04:47:03.715Z | time: [73.510 ns 73.676 ns 73.819 ns] |
5182 | 2024-12-25T04:47:03.715Z | change: [+0.5339% +1.4544% +2.4584%] (p = 0.00 < 0.05) |
5183 | 2024-12-25T04:47:03.715Z | Change within noise threshold. |
5184 | 2024-12-25T04:47:03.715Z | Found 5 outliers among 100 measurements (5.00%) |
5185 | 2024-12-25T04:47:03.715Z | 1 (1.00%) high mild |
5186 | 2024-12-25T04:47:03.715Z | 4 (4.00%) high severe |
5187 | 2024-12-25T04:47:05.312Z | |
5188 | 2024-12-25T04:47:05.314Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request |
5189 | 2024-12-25T04:47:05.314Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s |
5190 | 2024-12-25T04:47:09.603Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0014 s (2.4M iterations) |
5191 | 2024-12-25T04:47:14.975Z | Benchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing |
5192 | 2024-12-25T04:47:15.125Z | process/Hairpin-DHCPv6/wallclock/Request |
5193 | 2024-12-25T04:47:15.125Z | time: [1.3205 µs 1.3222 µs 1.3238 µs] |
5194 | 2024-12-25T04:47:15.125Z | change: [+1.5784% +1.8541% +2.1402%] (p = 0.00 < 0.05) |
5195 | 2024-12-25T04:47:15.125Z | Performance has regressed. |
5196 | 2024-12-25T04:47:15.125Z | Found 4 outliers among 100 measurements (4.00%) |
5197 | 2024-12-25T04:47:15.125Z | 1 (1.00%) high mild |
5198 | 2024-12-25T04:47:15.125Z | 3 (3.00%) high severe |
5199 | 2024-12-25T04:47:16.716Z | |
5200 | 2024-12-25T04:47:16.719Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest |
5201 | 2024-12-25T04:47:16.719Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
5202 | 2024-12-25T04:47:22.132Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0032 s (7.8M iterations) |
5203 | 2024-12-25T04:47:27.389Z | Benchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
5204 | 2024-12-25T04:47:27.539Z | parse/Hairpin-ICMPv4/wallclock/EchoRequest |
5205 | 2024-12-25T04:47:27.539Z | time: [75.018 ns 75.164 ns 75.294 ns] |
5206 | 2024-12-25T04:47:27.539Z | change: [+2.4862% +3.2587% +4.0025%] (p = 0.00 < 0.05) |
5207 | 2024-12-25T04:47:27.539Z | Performance has regressed. |
5208 | 2024-12-25T04:47:27.539Z | Found 4 outliers among 100 measurements (4.00%) |
5209 | 2024-12-25T04:47:27.539Z | 3 (3.00%) high mild |
5210 | 2024-12-25T04:47:27.539Z | 1 (1.00%) high severe |
5211 | 2024-12-25T04:47:29.135Z | |
5212 | 2024-12-25T04:47:29.138Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest |
5213 | 2024-12-25T04:47:29.138Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s |
5214 | 2024-12-25T04:47:33.862Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0024 s (4.4M iterations) |
5215 | 2024-12-25T04:47:38.616Z | Benchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing |
5216 | 2024-12-25T04:47:38.767Z | process/Hairpin-ICMPv4/wallclock/EchoRequest |
5217 | 2024-12-25T04:47:38.767Z | time: [621.59 ns 621.90 ns 622.24 ns] |
5218 | 2024-12-25T04:47:38.767Z | change: [-0.8371% -0.3819% +0.0567%] (p = 0.10 > 0.05) |
5219 | 2024-12-25T04:47:38.767Z | No change in performance detected. |
5220 | 2024-12-25T04:47:38.767Z | Found 11 outliers among 100 measurements (11.00%) |
5221 | 2024-12-25T04:47:38.767Z | 5 (5.00%) high mild |
5222 | 2024-12-25T04:47:38.767Z | 6 (6.00%) high severe |
5223 | 2024-12-25T04:47:40.360Z | |
5224 | 2024-12-25T04:47:40.360Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest |
5225 | 2024-12-25T04:47:40.360Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
5226 | 2024-12-25T04:47:44.920Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0015 s (4.6M iterations) |
5227 | 2024-12-25T04:47:47.571Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
5228 | 2024-12-25T04:47:47.721Z | parse/Hairpin-ICMPv6/wallclock/EchoRequest |
5229 | 2024-12-25T04:47:47.721Z | time: [107.68 ns 107.96 ns 108.17 ns] |
5230 | 2024-12-25T04:47:47.721Z | change: [+1.6373% +2.5365% +3.4952%] (p = 0.00 < 0.05) |
5231 | 2024-12-25T04:47:47.721Z | Performance has regressed. |
5232 | 2024-12-25T04:47:47.721Z | Found 3 outliers among 100 measurements (3.00%) |
5233 | 2024-12-25T04:47:47.721Z | 2 (2.00%) high mild |
5234 | 2024-12-25T04:47:47.721Z | 1 (1.00%) high severe |
5235 | 2024-12-25T04:47:49.319Z | |
5236 | 2024-12-25T04:47:49.322Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest |
5237 | 2024-12-25T04:47:49.322Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s |
5238 | 2024-12-25T04:47:55.727Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0072 s (3.3M iterations) |
5239 | 2024-12-25T04:47:59.952Z | Benchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing |
5240 | 2024-12-25T04:48:00.104Z | process/Hairpin-ICMPv6/wallclock/EchoRequest |
5241 | 2024-12-25T04:48:00.104Z | time: [689.78 ns 690.06 ns 690.35 ns] |
5242 | 2024-12-25T04:48:00.104Z | change: [-3.2922% -2.9453% -2.5475%] (p = 0.00 < 0.05) |
5243 | 2024-12-25T04:48:00.104Z | Performance has improved. |
5244 | 2024-12-25T04:48:00.104Z | Found 12 outliers among 100 measurements (12.00%) |
5245 | 2024-12-25T04:48:00.104Z | 5 (5.00%) high mild |
5246 | 2024-12-25T04:48:00.104Z | 7 (7.00%) high severe |
5247 | 2024-12-25T04:48:01.692Z | |
5248 | 2024-12-25T04:48:01.694Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5249 | 2024-12-25T04:48:01.694Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
5250 | 2024-12-25T04:48:07.235Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0028 s (7.6M iterations) |
5251 | 2024-12-25T04:48:11.050Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
5252 | 2024-12-25T04:48:11.199Z | parse/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5253 | 2024-12-25T04:48:11.199Z | time: [74.165 ns 74.334 ns 74.468 ns] |
5254 | 2024-12-25T04:48:11.199Z | change: [+1.3137% +2.0968% +2.9231%] (p = 0.00 < 0.05) |
5255 | 2024-12-25T04:48:11.199Z | Performance has regressed. |
5256 | 2024-12-25T04:48:11.199Z | Found 4 outliers among 100 measurements (4.00%) |
5257 | 2024-12-25T04:48:11.199Z | 2 (2.00%) high mild |
5258 | 2024-12-25T04:48:11.199Z | 2 (2.00%) high severe |
5259 | 2024-12-25T04:48:12.803Z | |
5260 | 2024-12-25T04:48:12.805Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5261 | 2024-12-25T04:48:12.805Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s |
5262 | 2024-12-25T04:48:18.940Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0024 s (3.4M iterations) |
5263 | 2024-12-25T04:48:23.574Z | Benchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing |
5264 | 2024-12-25T04:48:23.712Z | process/Hairpin-ICMPv6/wallclock/NeighborSolicit |
5265 | 2024-12-25T04:48:23.712Z | time: [913.00 ns 913.95 ns 915.03 ns] |
5266 | 2024-12-25T04:48:23.712Z | change: [+2.6406% +3.1897% +3.6854%] (p = 0.00 < 0.05) |
5267 | 2024-12-25T04:48:23.712Z | Performance has regressed. |
5268 | 2024-12-25T04:48:23.712Z | Found 5 outliers among 100 measurements (5.00%) |
5269 | 2024-12-25T04:48:23.712Z | 3 (3.00%) high mild |
5270 | 2024-12-25T04:48:23.712Z | 2 (2.00%) high severe |
5271 | 2024-12-25T04:48:25.314Z | |
5272 | 2024-12-25T04:48:25.314Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
5273 | 2024-12-25T04:48:25.314Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
5274 | 2024-12-25T04:48:30.694Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0005 s (7.8M iterations) |
5275 | 2024-12-25T04:48:34.608Z | Benchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
5276 | 2024-12-25T04:48:34.759Z | parse/Hairpin-ICMPv6/wallclock/RouterSolicit |
5277 | 2024-12-25T04:48:34.759Z | time: [74.427 ns 74.574 ns 74.694 ns] |
5278 | 2024-12-25T04:48:34.759Z | change: [+3.7484% +4.5545% +5.3505%] (p = 0.00 < 0.05) |
5279 | 2024-12-25T04:48:34.759Z | Performance has regressed. |
5280 | 2024-12-25T04:48:34.759Z | Found 2 outliers among 100 measurements (2.00%) |
5281 | 2024-12-25T04:48:34.759Z | 1 (1.00%) high mild |
5282 | 2024-12-25T04:48:34.759Z | 1 (1.00%) high severe |
5283 | 2024-12-25T04:48:36.353Z | |
5284 | 2024-12-25T04:48:36.356Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit |
5285 | 2024-12-25T04:48:36.356Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s |
5286 | 2024-12-25T04:48:42.301Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0066 s (3.5M iterations) |
5287 | 2024-12-25T04:48:46.976Z | Benchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing |
5288 | 2024-12-25T04:48:47.126Z | process/Hairpin-ICMPv6/wallclock/RouterSolicit |
5289 | 2024-12-25T04:48:47.126Z | time: [877.30 ns 878.08 ns 878.90 ns] |
5290 | 2024-12-25T04:48:47.126Z | change: [+1.0578% +1.3482% +1.6305%] (p = 0.00 < 0.05) |
5291 | 2024-12-25T04:48:47.126Z | Performance has regressed. |
5292 | 2024-12-25T04:48:47.126Z | Found 7 outliers among 100 measurements (7.00%) |
5293 | 2024-12-25T04:48:47.126Z | 4 (4.00%) high mild |
5294 | 2024-12-25T04:48:47.126Z | 3 (3.00%) high severe |
5295 | 2024-12-25T04:48:48.722Z | |
5296 | 2024-12-25T04:48:48.724Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5297 | 2024-12-25T04:48:48.725Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5298 | 2024-12-25T04:48:52.634Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (11M iterations) |
5299 | 2024-12-25T04:48:56.462Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5300 | 2024-12-25T04:48:56.612Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5301 | 2024-12-25T04:48:56.612Z | time: [85.053 ns 85.167 ns 85.265 ns] |
5302 | 2024-12-25T04:48:56.612Z | change: [+4.2853% +4.7253% +5.1635%] (p = 0.00 < 0.05) |
5303 | 2024-12-25T04:48:56.612Z | Performance has regressed. |
5304 | 2024-12-25T04:48:56.612Z | Found 2 outliers among 100 measurements (2.00%) |
5305 | 2024-12-25T04:48:56.612Z | 2 (2.00%) high severe |
5306 | 2024-12-25T04:48:58.206Z | |
5307 | 2024-12-25T04:48:58.209Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5308 | 2024-12-25T04:48:58.209Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5309 | 2024-12-25T04:49:02.997Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (4.4M iterations) |
5310 | 2024-12-25T04:49:07.430Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5311 | 2024-12-25T04:49:07.578Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B |
5312 | 2024-12-25T04:49:07.578Z | time: [251.21 ns 251.56 ns 251.87 ns] |
5313 | 2024-12-25T04:49:07.578Z | change: [-0.7334% +0.0995% +0.9533%] (p = 0.84 > 0.05) |
5314 | 2024-12-25T04:49:07.578Z | No change in performance detected. |
5315 | 2024-12-25T04:49:07.578Z | Found 7 outliers among 100 measurements (7.00%) |
5316 | 2024-12-25T04:49:07.578Z | 1 (1.00%) high mild |
5317 | 2024-12-25T04:49:07.579Z | 6 (6.00%) high severe |
5318 | 2024-12-25T04:49:09.239Z | |
5319 | 2024-12-25T04:49:09.241Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5320 | 2024-12-25T04:49:09.241Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5321 | 2024-12-25T04:49:13.475Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0049 s (4.9M iterations) |
5322 | 2024-12-25T04:49:18.188Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5323 | 2024-12-25T04:49:18.340Z | parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5324 | 2024-12-25T04:49:18.340Z | time: [124.51 ns 124.65 ns 124.78 ns] |
5325 | 2024-12-25T04:49:18.340Z | change: [+14.047% +14.847% +15.535%] (p = 0.00 < 0.05) |
5326 | 2024-12-25T04:49:18.340Z | Performance has regressed. |
5327 | 2024-12-25T04:49:18.340Z | Found 13 outliers among 100 measurements (13.00%) |
5328 | 2024-12-25T04:49:18.340Z | 6 (6.00%) low severe |
5329 | 2024-12-25T04:49:18.340Z | 6 (6.00%) low mild |
5330 | 2024-12-25T04:49:18.340Z | 1 (1.00%) high severe |
5331 | 2024-12-25T04:49:19.940Z | |
5332 | 2024-12-25T04:49:19.943Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5333 | 2024-12-25T04:49:19.943Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5334 | 2024-12-25T04:49:24.704Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0018 s (2.2M iterations) |
5335 | 2024-12-25T04:49:29.588Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5336 | 2024-12-25T04:49:29.738Z | process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B |
5337 | 2024-12-25T04:49:29.738Z | time: [295.75 ns 296.16 ns 296.67 ns] |
5338 | 2024-12-25T04:49:29.738Z | change: [+0.9310% +1.8795% +2.7209%] (p = 0.00 < 0.05) |
5339 | 2024-12-25T04:49:29.738Z | Change within noise threshold. |
5340 | 2024-12-25T04:49:29.738Z | Found 9 outliers among 100 measurements (9.00%) |
5341 | 2024-12-25T04:49:29.738Z | 6 (6.00%) high mild |
5342 | 2024-12-25T04:49:29.738Z | 3 (3.00%) high severe |
5343 | 2024-12-25T04:49:31.335Z | |
5344 | 2024-12-25T04:49:31.338Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5345 | 2024-12-25T04:49:31.338Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5346 | 2024-12-25T04:49:34.430Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0012 s (6.8M iterations) |
5347 | 2024-12-25T04:49:37.676Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5348 | 2024-12-25T04:49:37.827Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5349 | 2024-12-25T04:49:37.827Z | time: [102.11 ns 102.25 ns 102.37 ns] |
5350 | 2024-12-25T04:49:37.827Z | change: [+3.0690% +3.7440% +4.3515%] (p = 0.00 < 0.05) |
5351 | 2024-12-25T04:49:37.827Z | Performance has regressed. |
5352 | 2024-12-25T04:49:37.827Z | Found 3 outliers among 100 measurements (3.00%) |
5353 | 2024-12-25T04:49:37.827Z | 1 (1.00%) high mild |
5354 | 2024-12-25T04:49:37.827Z | 2 (2.00%) high severe |
5355 | 2024-12-25T04:49:39.422Z | |
5356 | 2024-12-25T04:49:39.425Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5357 | 2024-12-25T04:49:39.425Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5358 | 2024-12-25T04:49:45.424Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0004 s (3.5M iterations) |
5359 | 2024-12-25T04:49:49.350Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5360 | 2024-12-25T04:49:49.500Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-0B |
5361 | 2024-12-25T04:49:49.500Z | time: [227.45 ns 227.56 ns 227.69 ns] |
5362 | 2024-12-25T04:49:49.500Z | change: [-9.8517% -9.1514% -8.4368%] (p = 0.00 < 0.05) |
5363 | 2024-12-25T04:49:49.500Z | Performance has improved. |
5364 | 2024-12-25T04:49:49.500Z | Found 11 outliers among 100 measurements (11.00%) |
5365 | 2024-12-25T04:49:49.500Z | 3 (3.00%) high mild |
5366 | 2024-12-25T04:49:49.500Z | 8 (8.00%) high severe |
5367 | 2024-12-25T04:49:51.093Z | |
5368 | 2024-12-25T04:49:51.096Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5369 | 2024-12-25T04:49:51.096Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5370 | 2024-12-25T04:49:56.825Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0038 s (3.7M iterations) |
5371 | 2024-12-25T04:50:00.783Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5372 | 2024-12-25T04:50:00.933Z | parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5373 | 2024-12-25T04:50:00.933Z | time: [138.16 ns 138.27 ns 138.37 ns] |
5374 | 2024-12-25T04:50:00.933Z | change: [+10.102% +10.795% +11.394%] (p = 0.00 < 0.05) |
5375 | 2024-12-25T04:50:00.933Z | Performance has regressed. |
5376 | 2024-12-25T04:50:00.933Z | Found 4 outliers among 100 measurements (4.00%) |
5377 | 2024-12-25T04:50:00.933Z | 3 (3.00%) low mild |
5378 | 2024-12-25T04:50:00.933Z | 1 (1.00%) high severe |
5379 | 2024-12-25T04:50:02.532Z | |
5380 | 2024-12-25T04:50:02.535Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5381 | 2024-12-25T04:50:02.535Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5382 | 2024-12-25T04:50:07.876Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0057 s (2.0M iterations) |
5383 | 2024-12-25T04:50:12.553Z | Benchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5384 | 2024-12-25T04:50:12.703Z | process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B |
5385 | 2024-12-25T04:50:12.703Z | time: [276.06 ns 276.42 ns 276.92 ns] |
5386 | 2024-12-25T04:50:12.703Z | change: [+1.7555% +2.6883% +3.6208%] (p = 0.00 < 0.05) |
5387 | 2024-12-25T04:50:12.703Z | Performance has regressed. |
5388 | 2024-12-25T04:50:12.703Z | Found 11 outliers among 100 measurements (11.00%) |
5389 | 2024-12-25T04:50:12.703Z | 2 (2.00%) high mild |
5390 | 2024-12-25T04:50:12.703Z | 9 (9.00%) high severe |
5391 | 2024-12-25T04:50:14.301Z | |
5392 | 2024-12-25T04:50:14.304Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5393 | 2024-12-25T04:50:14.304Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5394 | 2024-12-25T04:50:18.039Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (11M iterations) |
5395 | 2024-12-25T04:50:21.964Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5396 | 2024-12-25T04:50:22.113Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5397 | 2024-12-25T04:50:22.113Z | time: [75.173 ns 75.264 ns 75.350 ns] |
5398 | 2024-12-25T04:50:22.114Z | change: [+3.1001% +3.6149% +4.1161%] (p = 0.00 < 0.05) |
5399 | 2024-12-25T04:50:22.114Z | Performance has regressed. |
5400 | 2024-12-25T04:50:22.114Z | Found 3 outliers among 100 measurements (3.00%) |
5401 | 2024-12-25T04:50:22.114Z | 1 (1.00%) high mild |
5402 | 2024-12-25T04:50:22.114Z | 2 (2.00%) high severe |
5403 | 2024-12-25T04:50:23.708Z | |
5404 | 2024-12-25T04:50:23.711Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5405 | 2024-12-25T04:50:23.711Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5406 | 2024-12-25T04:50:28.085Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (4.8M iterations) |
5407 | 2024-12-25T04:50:32.537Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5408 | 2024-12-25T04:50:32.689Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-0B |
5409 | 2024-12-25T04:50:32.689Z | time: [217.67 ns 217.94 ns 218.22 ns] |
5410 | 2024-12-25T04:50:32.689Z | change: [+0.1033% +1.1160% +2.0336%] (p = 0.02 < 0.05) |
5411 | 2024-12-25T04:50:32.689Z | Change within noise threshold. |
5412 | 2024-12-25T04:50:32.689Z | Found 12 outliers among 100 measurements (12.00%) |
5413 | 2024-12-25T04:50:32.690Z | 6 (6.00%) high mild |
5414 | 2024-12-25T04:50:32.690Z | 6 (6.00%) high severe |
5415 | 2024-12-25T04:50:34.283Z | |
5416 | 2024-12-25T04:50:34.283Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5417 | 2024-12-25T04:50:34.283Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5418 | 2024-12-25T04:50:38.563Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0035 s (4.9M iterations) |
5419 | 2024-12-25T04:50:43.164Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5420 | 2024-12-25T04:50:43.314Z | parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5421 | 2024-12-25T04:50:43.314Z | time: [113.48 ns 113.84 ns 114.17 ns] |
5422 | 2024-12-25T04:50:43.314Z | change: [+15.299% +16.154% +16.891%] (p = 0.00 < 0.05) |
5423 | 2024-12-25T04:50:43.314Z | Performance has regressed. |
5424 | 2024-12-25T04:50:43.314Z | Found 17 outliers among 100 measurements (17.00%) |
5425 | 2024-12-25T04:50:43.314Z | 4 (4.00%) low severe |
5426 | 2024-12-25T04:50:43.314Z | 11 (11.00%) low mild |
5427 | 2024-12-25T04:50:43.314Z | 1 (1.00%) high mild |
5428 | 2024-12-25T04:50:43.314Z | 1 (1.00%) high severe |
5429 | 2024-12-25T04:50:44.910Z | |
5430 | 2024-12-25T04:50:44.913Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5431 | 2024-12-25T04:50:44.913Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5432 | 2024-12-25T04:50:49.507Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0040 s (2.3M iterations) |
5433 | 2024-12-25T04:50:54.384Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5434 | 2024-12-25T04:50:54.534Z | process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B |
5435 | 2024-12-25T04:50:54.534Z | time: [266.30 ns 266.51 ns 266.68 ns] |
5436 | 2024-12-25T04:50:54.534Z | change: [+6.1650% +6.9705% +7.7205%] (p = 0.00 < 0.05) |
5437 | 2024-12-25T04:50:54.534Z | Performance has regressed. |
5438 | 2024-12-25T04:50:54.534Z | Found 4 outliers among 100 measurements (4.00%) |
5439 | 2024-12-25T04:50:54.534Z | 1 (1.00%) high mild |
5440 | 2024-12-25T04:50:54.534Z | 3 (3.00%) high severe |
5441 | 2024-12-25T04:50:56.128Z | |
5442 | 2024-12-25T04:50:56.131Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5443 | 2024-12-25T04:50:56.131Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5444 | 2024-12-25T04:50:59.205Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0003 s (6.8M iterations) |
5445 | 2024-12-25T04:51:02.530Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
5446 | 2024-12-25T04:51:02.679Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5447 | 2024-12-25T04:51:02.679Z | time: [96.858 ns 97.031 ns 97.171 ns] |
5448 | 2024-12-25T04:51:02.679Z | change: [+1.0706% +1.7335% +2.4223%] (p = 0.00 < 0.05) |
5449 | 2024-12-25T04:51:02.679Z | Performance has regressed. |
5450 | 2024-12-25T04:51:02.679Z | Found 3 outliers among 100 measurements (3.00%) |
5451 | 2024-12-25T04:51:02.679Z | 1 (1.00%) high mild |
5452 | 2024-12-25T04:51:02.679Z | 2 (2.00%) high severe |
5453 | 2024-12-25T04:51:04.274Z | |
5454 | 2024-12-25T04:51:04.277Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5455 | 2024-12-25T04:51:04.277Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5456 | 2024-12-25T04:51:09.871Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0008 s (3.7M iterations) |
5457 | 2024-12-25T04:51:13.794Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing |
5458 | 2024-12-25T04:51:13.945Z | process/ULP-FastPath/wallclock/V4-Udp-IN-0B |
5459 | 2024-12-25T04:51:13.945Z | time: [201.15 ns 201.34 ns 201.57 ns] |
5460 | 2024-12-25T04:51:13.945Z | change: [+1.9823% +2.9851% +3.9520%] (p = 0.00 < 0.05) |
5461 | 2024-12-25T04:51:13.945Z | Performance has regressed. |
5462 | 2024-12-25T04:51:13.945Z | Found 10 outliers among 100 measurements (10.00%) |
5463 | 2024-12-25T04:51:13.945Z | 3 (3.00%) high mild |
5464 | 2024-12-25T04:51:13.945Z | 7 (7.00%) high severe |
5465 | 2024-12-25T04:51:15.545Z | |
5466 | 2024-12-25T04:51:15.546Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5467 | 2024-12-25T04:51:15.546Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5468 | 2024-12-25T04:51:21.050Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0040 s (3.8M iterations) |
5469 | 2024-12-25T04:51:25.124Z | Benchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5470 | 2024-12-25T04:51:25.273Z | parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5471 | 2024-12-25T04:51:25.273Z | time: [133.19 ns 133.31 ns 133.41 ns] |
5472 | 2024-12-25T04:51:25.273Z | change: [+5.9295% +6.5733% +7.2275%] (p = 0.00 < 0.05) |
5473 | 2024-12-25T04:51:25.273Z | Performance has regressed. |
5474 | 2024-12-25T04:51:25.273Z | Found 10 outliers among 100 measurements (10.00%) |
5475 | 2024-12-25T04:51:25.273Z | 1 (1.00%) low severe |
5476 | 2024-12-25T04:51:25.273Z | 8 (8.00%) low mild |
5477 | 2024-12-25T04:51:25.273Z | 1 (1.00%) high severe |
5478 | 2024-12-25T04:51:26.864Z | |
5479 | 2024-12-25T04:51:26.867Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5480 | 2024-12-25T04:51:26.867Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5481 | 2024-12-25T04:51:32.033Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0037 s (2.0M iterations) |
5482 | 2024-12-25T04:51:36.660Z | Benchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5483 | 2024-12-25T04:51:36.810Z | process/ULP-FastPath/wallclock/V4-Udp-IN-1400B |
5484 | 2024-12-25T04:51:36.810Z | time: [243.37 ns 243.68 ns 244.03 ns] |
5485 | 2024-12-25T04:51:36.810Z | change: [-8.5646% -7.3305% -6.0643%] (p = 0.00 < 0.05) |
5486 | 2024-12-25T04:51:36.810Z | Performance has improved. |
5487 | 2024-12-25T04:51:36.810Z | Found 9 outliers among 100 measurements (9.00%) |
5488 | 2024-12-25T04:51:36.810Z | 3 (3.00%) high mild |
5489 | 2024-12-25T04:51:36.810Z | 6 (6.00%) high severe |
5490 | 2024-12-25T04:51:38.404Z | |
5491 | 2024-12-25T04:51:38.407Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5492 | 2024-12-25T04:51:38.407Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5493 | 2024-12-25T04:51:42.912Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0012 s (9.3M iterations) |
5494 | 2024-12-25T04:51:46.598Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5495 | 2024-12-25T04:51:46.749Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5496 | 2024-12-25T04:51:46.749Z | time: [85.281 ns 85.380 ns 85.476 ns] |
5497 | 2024-12-25T04:51:46.749Z | change: [+3.2376% +4.0059% +4.6890%] (p = 0.00 < 0.05) |
5498 | 2024-12-25T04:51:46.749Z | Performance has regressed. |
5499 | 2024-12-25T04:51:46.749Z | Found 5 outliers among 100 measurements (5.00%) |
5500 | 2024-12-25T04:51:46.749Z | 2 (2.00%) high mild |
5501 | 2024-12-25T04:51:46.749Z | 3 (3.00%) high severe |
5502 | 2024-12-25T04:51:48.348Z | |
5503 | 2024-12-25T04:51:48.351Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5504 | 2024-12-25T04:51:48.351Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5505 | 2024-12-25T04:51:53.665Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0060 s (3.9M iterations) |
5506 | 2024-12-25T04:51:58.256Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5507 | 2024-12-25T04:51:58.407Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B |
5508 | 2024-12-25T04:51:58.407Z | time: [256.85 ns 257.16 ns 257.44 ns] |
5509 | 2024-12-25T04:51:58.407Z | change: [-1.3216% -0.5615% +0.2089%] (p = 0.17 > 0.05) |
5510 | 2024-12-25T04:51:58.407Z | No change in performance detected. |
5511 | 2024-12-25T04:51:58.407Z | Found 9 outliers among 100 measurements (9.00%) |
5512 | 2024-12-25T04:51:58.407Z | 3 (3.00%) high mild |
5513 | 2024-12-25T04:51:58.408Z | 6 (6.00%) high severe |
5514 | 2024-12-25T04:52:00.010Z | |
5515 | 2024-12-25T04:52:00.013Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5516 | 2024-12-25T04:52:00.013Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5517 | 2024-12-25T04:52:04.624Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0050 s (4.6M iterations) |
5518 | 2024-12-25T04:52:09.218Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5519 | 2024-12-25T04:52:09.369Z | parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5520 | 2024-12-25T04:52:09.369Z | time: [121.30 ns 121.58 ns 121.92 ns] |
5521 | 2024-12-25T04:52:09.369Z | change: [+13.309% +14.199% +15.140%] (p = 0.00 < 0.05) |
5522 | 2024-12-25T04:52:09.369Z | Performance has regressed. |
5523 | 2024-12-25T04:52:09.369Z | Found 2 outliers among 100 measurements (2.00%) |
5524 | 2024-12-25T04:52:09.369Z | 2 (2.00%) high severe |
5525 | 2024-12-25T04:52:10.958Z | |
5526 | 2024-12-25T04:52:10.961Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5527 | 2024-12-25T04:52:10.961Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5528 | 2024-12-25T04:52:16.088Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0026 s (2.0M iterations) |
5529 | 2024-12-25T04:52:20.957Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5530 | 2024-12-25T04:52:21.107Z | process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B |
5531 | 2024-12-25T04:52:21.107Z | time: [299.11 ns 299.30 ns 299.52 ns] |
5532 | 2024-12-25T04:52:21.107Z | change: [+2.8345% +3.7235% +4.6095%] (p = 0.00 < 0.05) |
5533 | 2024-12-25T04:52:21.107Z | Performance has regressed. |
5534 | 2024-12-25T04:52:21.107Z | Found 15 outliers among 100 measurements (15.00%) |
5535 | 2024-12-25T04:52:21.107Z | 3 (3.00%) high mild |
5536 | 2024-12-25T04:52:21.108Z | 12 (12.00%) high severe |
5537 | 2024-12-25T04:52:22.703Z | |
5538 | 2024-12-25T04:52:22.706Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5539 | 2024-12-25T04:52:22.706Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5540 | 2024-12-25T04:52:26.180Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0025 s (6.0M iterations) |
5541 | 2024-12-25T04:52:29.546Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5542 | 2024-12-25T04:52:29.695Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5543 | 2024-12-25T04:52:29.695Z | time: [102.68 ns 102.88 ns 103.04 ns] |
5544 | 2024-12-25T04:52:29.695Z | change: [+3.2556% +4.0403% +4.8823%] (p = 0.00 < 0.05) |
5545 | 2024-12-25T04:52:29.695Z | Performance has regressed. |
5546 | 2024-12-25T04:52:29.695Z | Found 2 outliers among 100 measurements (2.00%) |
5547 | 2024-12-25T04:52:29.695Z | 1 (1.00%) high mild |
5548 | 2024-12-25T04:52:29.695Z | 1 (1.00%) high severe |
5549 | 2024-12-25T04:52:31.293Z | |
5550 | 2024-12-25T04:52:31.296Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5551 | 2024-12-25T04:52:31.296Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5552 | 2024-12-25T04:52:34.472Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0057 s (3.3M iterations) |
5553 | 2024-12-25T04:52:38.751Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5554 | 2024-12-25T04:52:38.901Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-0B |
5555 | 2024-12-25T04:52:38.901Z | time: [233.78 ns 234.00 ns 234.24 ns] |
5556 | 2024-12-25T04:52:38.901Z | change: [-3.4489% -2.4397% -1.4573%] (p = 0.00 < 0.05) |
5557 | 2024-12-25T04:52:38.901Z | Performance has improved. |
5558 | 2024-12-25T04:52:38.901Z | Found 12 outliers among 100 measurements (12.00%) |
5559 | 2024-12-25T04:52:38.901Z | 3 (3.00%) high mild |
5560 | 2024-12-25T04:52:38.901Z | 9 (9.00%) high severe |
5561 | 2024-12-25T04:52:40.499Z | |
5562 | 2024-12-25T04:52:40.502Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5563 | 2024-12-25T04:52:40.502Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5564 | 2024-12-25T04:52:46.389Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0068 s (3.6M iterations) |
5565 | 2024-12-25T04:52:50.593Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5566 | 2024-12-25T04:52:50.744Z | parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5567 | 2024-12-25T04:52:50.744Z | time: [139.51 ns 139.70 ns 139.87 ns] |
5568 | 2024-12-25T04:52:50.744Z | change: [+13.279% +13.996% +14.615%] (p = 0.00 < 0.05) |
5569 | 2024-12-25T04:52:50.744Z | Performance has regressed. |
5570 | 2024-12-25T04:52:50.744Z | Found 7 outliers among 100 measurements (7.00%) |
5571 | 2024-12-25T04:52:50.744Z | 6 (6.00%) low mild |
5572 | 2024-12-25T04:52:50.744Z | 1 (1.00%) high severe |
5573 | 2024-12-25T04:52:52.337Z | |
5574 | 2024-12-25T04:52:52.340Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5575 | 2024-12-25T04:52:52.340Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5576 | 2024-12-25T04:52:58.032Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0060 s (1.8M iterations) |
5577 | 2024-12-25T04:53:02.738Z | Benchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5578 | 2024-12-25T04:53:02.887Z | process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B |
5579 | 2024-12-25T04:53:02.887Z | time: [278.65 ns 279.07 ns 279.65 ns] |
5580 | 2024-12-25T04:53:02.887Z | change: [+4.1729% +5.4095% +6.5562%] (p = 0.00 < 0.05) |
5581 | 2024-12-25T04:53:02.887Z | Performance has regressed. |
5582 | 2024-12-25T04:53:02.887Z | Found 10 outliers among 100 measurements (10.00%) |
5583 | 2024-12-25T04:53:02.887Z | 2 (2.00%) high mild |
5584 | 2024-12-25T04:53:02.887Z | 8 (8.00%) high severe |
5585 | 2024-12-25T04:53:04.486Z | |
5586 | 2024-12-25T04:53:04.486Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5587 | 2024-12-25T04:53:04.486Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5588 | 2024-12-25T04:53:08.924Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (9.5M iterations) |
5589 | 2024-12-25T04:53:12.511Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5590 | 2024-12-25T04:53:12.661Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5591 | 2024-12-25T04:53:12.661Z | time: [75.209 ns 75.455 ns 75.649 ns] |
5592 | 2024-12-25T04:53:12.661Z | change: [+1.7183% +2.4996% +3.2579%] (p = 0.00 < 0.05) |
5593 | 2024-12-25T04:53:12.661Z | Performance has regressed. |
5594 | 2024-12-25T04:53:12.661Z | Found 2 outliers among 100 measurements (2.00%) |
5595 | 2024-12-25T04:53:12.661Z | 1 (1.00%) high mild |
5596 | 2024-12-25T04:53:12.661Z | 1 (1.00%) high severe |
5597 | 2024-12-25T04:53:14.254Z | |
5598 | 2024-12-25T04:53:14.257Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5599 | 2024-12-25T04:53:14.257Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5600 | 2024-12-25T04:53:19.290Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0022 s (4.2M iterations) |
5601 | 2024-12-25T04:53:23.820Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5602 | 2024-12-25T04:53:23.969Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-0B |
5603 | 2024-12-25T04:53:23.969Z | time: [227.50 ns 227.89 ns 228.29 ns] |
5604 | 2024-12-25T04:53:23.969Z | change: [+0.0819% +1.0585% +2.0372%] (p = 0.02 < 0.05) |
5605 | 2024-12-25T04:53:23.969Z | Change within noise threshold. |
5606 | 2024-12-25T04:53:23.969Z | Found 7 outliers among 100 measurements (7.00%) |
5607 | 2024-12-25T04:53:23.969Z | 3 (3.00%) high mild |
5608 | 2024-12-25T04:53:23.969Z | 4 (4.00%) high severe |
5609 | 2024-12-25T04:53:25.572Z | |
5610 | 2024-12-25T04:53:25.572Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5611 | 2024-12-25T04:53:25.572Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
5612 | 2024-12-25T04:53:30.059Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (4.7M iterations) |
5613 | 2024-12-25T04:53:34.719Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
5614 | 2024-12-25T04:53:34.868Z | parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5615 | 2024-12-25T04:53:34.869Z | time: [111.87 ns 112.02 ns 112.16 ns] |
5616 | 2024-12-25T04:53:34.869Z | change: [+14.151% +15.081% +15.855%] (p = 0.00 < 0.05) |
5617 | 2024-12-25T04:53:34.869Z | Performance has regressed. |
5618 | 2024-12-25T04:53:34.869Z | Found 11 outliers among 100 measurements (11.00%) |
5619 | 2024-12-25T04:53:34.869Z | 6 (6.00%) low severe |
5620 | 2024-12-25T04:53:34.869Z | 4 (4.00%) low mild |
5621 | 2024-12-25T04:53:34.869Z | 1 (1.00%) high severe |
5622 | 2024-12-25T04:53:36.463Z | |
5623 | 2024-12-25T04:53:36.466Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5624 | 2024-12-25T04:53:36.466Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
5625 | 2024-12-25T04:53:41.365Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0043 s (2.1M iterations) |
5626 | 2024-12-25T04:53:46.294Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
5627 | 2024-12-25T04:53:46.428Z | process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B |
5628 | 2024-12-25T04:53:46.428Z | time: [274.18 ns 274.36 ns 274.55 ns] |
5629 | 2024-12-25T04:53:46.428Z | change: [+7.5796% +8.5638% +9.4348%] (p = 0.00 < 0.05) |
5630 | 2024-12-25T04:53:46.428Z | Performance has regressed. |
5631 | 2024-12-25T04:53:46.428Z | Found 9 outliers among 100 measurements (9.00%) |
5632 | 2024-12-25T04:53:46.428Z | 9 (9.00%) high severe |
5633 | 2024-12-25T04:53:48.025Z | |
5634 | 2024-12-25T04:53:48.025Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5635 | 2024-12-25T04:53:48.025Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
5636 | 2024-12-25T04:53:51.419Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (6.2M iterations) |
5637 | 2024-12-25T04:53:54.809Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
5638 | 2024-12-25T04:53:54.959Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5639 | 2024-12-25T04:53:54.959Z | time: [97.891 ns 98.020 ns 98.127 ns] |
5640 | 2024-12-25T04:53:54.959Z | change: [+3.5129% +4.1945% +4.8476%] (p = 0.00 < 0.05) |
5641 | 2024-12-25T04:53:54.959Z | Performance has regressed. |
5642 | 2024-12-25T04:53:54.959Z | Found 7 outliers among 100 measurements (7.00%) |
5643 | 2024-12-25T04:53:54.959Z | 3 (3.00%) high mild |
5644 | 2024-12-25T04:53:54.959Z | 4 (4.00%) high severe |
5645 | 2024-12-25T04:53:56.552Z | |
5646 | 2024-12-25T04:53:56.554Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5647 | 2024-12-25T04:53:56.555Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
5648 | 2024-12-25T04:54:02.935Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0027 s (3.3M iterations) |
5649 | 2024-12-25T04:54:07.003Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing |
5650 | 2024-12-25T04:54:07.153Z | process/ULP-FastPath/wallclock/V6-Udp-IN-0B |
5651 | 2024-12-25T04:54:07.153Z | time: [206.39 ns 206.51 ns 206.64 ns] |
5652 | 2024-12-25T04:54:07.153Z | change: [-0.9276% +0.0948% +1.1442%] (p = 0.86 > 0.05) |
5653 | 2024-12-25T04:54:07.153Z | No change in performance detected. |
5654 | 2024-12-25T04:54:07.153Z | Found 13 outliers among 100 measurements (13.00%) |
5655 | 2024-12-25T04:54:07.153Z | 1 (1.00%) low mild |
5656 | 2024-12-25T04:54:07.153Z | 4 (4.00%) high mild |
5657 | 2024-12-25T04:54:07.153Z | 8 (8.00%) high severe |
5658 | 2024-12-25T04:54:08.749Z | |
5659 | 2024-12-25T04:54:08.749Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5660 | 2024-12-25T04:54:08.749Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
5661 | 2024-12-25T04:54:14.540Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0062 s (3.6M iterations) |
5662 | 2024-12-25T04:54:18.743Z | Benchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
5663 | 2024-12-25T04:54:18.894Z | parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5664 | 2024-12-25T04:54:18.894Z | time: [135.82 ns 135.88 ns 135.94 ns] |
5665 | 2024-12-25T04:54:18.894Z | change: [+13.680% +14.336% +14.921%] (p = 0.00 < 0.05) |
5666 | 2024-12-25T04:54:18.894Z | Performance has regressed. |
5667 | 2024-12-25T04:54:18.894Z | Found 20 outliers among 100 measurements (20.00%) |
5668 | 2024-12-25T04:54:18.894Z | 7 (7.00%) low severe |
5669 | 2024-12-25T04:54:18.894Z | 5 (5.00%) low mild |
5670 | 2024-12-25T04:54:18.894Z | 6 (6.00%) high mild |
5671 | 2024-12-25T04:54:18.894Z | 2 (2.00%) high severe |
5672 | 2024-12-25T04:54:20.491Z | |
5673 | 2024-12-25T04:54:20.494Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5674 | 2024-12-25T04:54:20.494Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
5675 | 2024-12-25T04:54:26.017Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0030 s (1.9M iterations) |
5676 | 2024-12-25T04:54:30.731Z | Benchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing |
5677 | 2024-12-25T04:54:30.881Z | process/ULP-FastPath/wallclock/V6-Udp-IN-1400B |
5678 | 2024-12-25T04:54:30.881Z | time: [248.65 ns 248.88 ns 249.13 ns] |
5679 | 2024-12-25T04:54:30.881Z | change: [+5.2190% +6.2629% +7.2504%] (p = 0.00 < 0.05) |
5680 | 2024-12-25T04:54:30.881Z | Performance has regressed. |
5681 | 2024-12-25T04:54:30.882Z | Found 11 outliers among 100 measurements (11.00%) |
5682 | 2024-12-25T04:54:30.882Z | 3 (3.00%) high mild |
5683 | 2024-12-25T04:54:30.882Z | 8 (8.00%) high severe |
5684 | 2024-12-25T04:54:32.474Z | |
5685 | 2024-12-25T04:54:32.477Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5686 | 2024-12-25T04:54:32.477Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5687 | 2024-12-25T04:54:36.347Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0004 s (11M iterations) |
5688 | 2024-12-25T04:54:39.846Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5689 | 2024-12-25T04:54:39.995Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5690 | 2024-12-25T04:54:39.996Z | time: [86.000 ns 86.130 ns 86.244 ns] |
5691 | 2024-12-25T04:54:39.996Z | change: [+2.7896% +3.1697% +3.5996%] (p = 0.00 < 0.05) |
5692 | 2024-12-25T04:54:39.996Z | Performance has regressed. |
5693 | 2024-12-25T04:54:39.996Z | Found 2 outliers among 100 measurements (2.00%) |
5694 | 2024-12-25T04:54:39.996Z | 1 (1.00%) high mild |
5695 | 2024-12-25T04:54:39.996Z | 1 (1.00%) high severe |
5696 | 2024-12-25T04:54:41.588Z | |
5697 | 2024-12-25T04:54:41.591Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5698 | 2024-12-25T04:54:41.591Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s |
5699 | 2024-12-25T04:54:46.227Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0039 s (4.5M iterations) |
5700 | 2024-12-25T04:54:51.130Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing |
5701 | 2024-12-25T04:54:51.278Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B |
5702 | 2024-12-25T04:54:51.278Z | time: [285.54 ns 287.49 ns 290.06 ns] |
5703 | 2024-12-25T04:54:51.278Z | change: [-15.860% -0.2856% +20.321%] (p = 0.98 > 0.05) |
5704 | 2024-12-25T04:54:51.278Z | No change in performance detected. |
5705 | 2024-12-25T04:54:51.278Z | Found 13 outliers among 100 measurements (13.00%) |
5706 | 2024-12-25T04:54:51.278Z | 5 (5.00%) high mild |
5707 | 2024-12-25T04:54:51.278Z | 8 (8.00%) high severe |
5708 | 2024-12-25T04:54:52.883Z | |
5709 | 2024-12-25T04:54:52.886Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5710 | 2024-12-25T04:54:52.886Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5711 | 2024-12-25T04:54:56.931Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (5.2M iterations) |
5712 | 2024-12-25T04:55:01.720Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5713 | 2024-12-25T04:55:01.869Z | parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5714 | 2024-12-25T04:55:01.869Z | time: [120.85 ns 120.93 ns 120.99 ns] |
5715 | 2024-12-25T04:55:01.869Z | change: [+11.033% +11.483% +11.862%] (p = 0.00 < 0.05) |
5716 | 2024-12-25T04:55:01.869Z | Performance has regressed. |
5717 | 2024-12-25T04:55:01.869Z | Found 19 outliers among 100 measurements (19.00%) |
5718 | 2024-12-25T04:55:01.869Z | 6 (6.00%) low severe |
5719 | 2024-12-25T04:55:01.869Z | 12 (12.00%) low mild |
5720 | 2024-12-25T04:55:01.869Z | 1 (1.00%) high severe |
5721 | 2024-12-25T04:55:03.466Z | |
5722 | 2024-12-25T04:55:03.469Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5723 | 2024-12-25T04:55:03.469Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s |
5724 | 2024-12-25T04:55:08.224Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0073 s (2.2M iterations) |
5725 | 2024-12-25T04:55:13.400Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing |
5726 | 2024-12-25T04:55:13.549Z | process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B |
5727 | 2024-12-25T04:55:13.549Z | time: [360.02 ns 364.11 ns 369.46 ns] |
5728 | 2024-12-25T04:55:13.549Z | change: [-13.384% +3.1408% +20.586%] (p = 0.73 > 0.05) |
5729 | 2024-12-25T04:55:13.550Z | No change in performance detected. |
5730 | 2024-12-25T04:55:13.550Z | Found 11 outliers among 100 measurements (11.00%) |
5731 | 2024-12-25T04:55:13.550Z | 4 (4.00%) high mild |
5732 | 2024-12-25T04:55:13.550Z | 7 (7.00%) high severe |
5733 | 2024-12-25T04:55:15.151Z | |
5734 | 2024-12-25T04:55:15.151Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5735 | 2024-12-25T04:55:15.151Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5736 | 2024-12-25T04:55:21.305Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0017 s (6.8M iterations) |
5737 | 2024-12-25T04:55:24.659Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5738 | 2024-12-25T04:55:24.809Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5739 | 2024-12-25T04:55:24.809Z | time: [103.90 ns 103.97 ns 104.03 ns] |
5740 | 2024-12-25T04:55:24.809Z | change: [+1.5233% +2.1300% +2.7210%] (p = 0.00 < 0.05) |
5741 | 2024-12-25T04:55:24.809Z | Performance has regressed. |
5742 | 2024-12-25T04:55:24.809Z | Found 15 outliers among 100 measurements (15.00%) |
5743 | 2024-12-25T04:55:24.809Z | 1 (1.00%) low severe |
5744 | 2024-12-25T04:55:24.809Z | 12 (12.00%) low mild |
5745 | 2024-12-25T04:55:24.809Z | 2 (2.00%) high severe |
5746 | 2024-12-25T04:55:26.403Z | |
5747 | 2024-12-25T04:55:26.406Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5748 | 2024-12-25T04:55:26.406Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s |
5749 | 2024-12-25T04:55:32.072Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0026 s (3.7M iterations) |
5750 | 2024-12-25T04:55:36.509Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing |
5751 | 2024-12-25T04:55:36.659Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B |
5752 | 2024-12-25T04:55:36.659Z | time: [251.23 ns 252.75 ns 254.72 ns] |
5753 | 2024-12-25T04:55:36.659Z | change: [-11.504% +0.1919% +13.334%] (p = 0.98 > 0.05) |
5754 | 2024-12-25T04:55:36.659Z | No change in performance detected. |
5755 | 2024-12-25T04:55:36.659Z | Found 12 outliers among 100 measurements (12.00%) |
5756 | 2024-12-25T04:55:36.659Z | 4 (4.00%) high mild |
5757 | 2024-12-25T04:55:36.660Z | 8 (8.00%) high severe |
5758 | 2024-12-25T04:55:38.254Z | |
5759 | 2024-12-25T04:55:38.257Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5760 | 2024-12-25T04:55:38.257Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5761 | 2024-12-25T04:55:43.525Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0001 s (4.0M iterations) |
5762 | 2024-12-25T04:55:47.916Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5763 | 2024-12-25T04:55:48.065Z | parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5764 | 2024-12-25T04:55:48.066Z | time: [141.56 ns 141.72 ns 141.88 ns] |
5765 | 2024-12-25T04:55:48.066Z | change: [+8.4657% +9.0024% +9.4947%] (p = 0.00 < 0.05) |
5766 | 2024-12-25T04:55:48.066Z | Performance has regressed. |
5767 | 2024-12-25T04:55:48.066Z | Found 8 outliers among 100 measurements (8.00%) |
5768 | 2024-12-25T04:55:48.066Z | 6 (6.00%) low severe |
5769 | 2024-12-25T04:55:48.066Z | 2 (2.00%) high severe |
5770 | 2024-12-25T04:55:49.666Z | |
5771 | 2024-12-25T04:55:49.668Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5772 | 2024-12-25T04:55:49.668Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s |
5773 | 2024-12-25T04:55:54.821Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0018 s (2.0M iterations) |
5774 | 2024-12-25T04:55:59.806Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing |
5775 | 2024-12-25T04:55:59.956Z | process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B |
5776 | 2024-12-25T04:55:59.956Z | time: [312.37 ns 314.94 ns 318.27 ns] |
5777 | 2024-12-25T04:55:59.956Z | change: [-8.7774% +3.5899% +17.976%] (p = 0.60 > 0.05) |
5778 | 2024-12-25T04:55:59.956Z | No change in performance detected. |
5779 | 2024-12-25T04:55:59.956Z | Found 12 outliers among 100 measurements (12.00%) |
5780 | 2024-12-25T04:55:59.956Z | 5 (5.00%) high mild |
5781 | 2024-12-25T04:55:59.956Z | 7 (7.00%) high severe |
5782 | 2024-12-25T04:56:01.561Z | |
5783 | 2024-12-25T04:56:01.564Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5784 | 2024-12-25T04:56:01.564Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5785 | 2024-12-25T04:56:04.936Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0016 s (12M iterations) |
5786 | 2024-12-25T04:56:08.909Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5787 | 2024-12-25T04:56:09.059Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5788 | 2024-12-25T04:56:09.059Z | time: [75.117 ns 75.216 ns 75.302 ns] |
5789 | 2024-12-25T04:56:09.059Z | change: [+2.4531% +2.9465% +3.4161%] (p = 0.00 < 0.05) |
5790 | 2024-12-25T04:56:09.059Z | Performance has regressed. |
5791 | 2024-12-25T04:56:09.059Z | Found 3 outliers among 100 measurements (3.00%) |
5792 | 2024-12-25T04:56:09.059Z | 1 (1.00%) high mild |
5793 | 2024-12-25T04:56:09.059Z | 2 (2.00%) high severe |
5794 | 2024-12-25T04:56:10.656Z | |
5795 | 2024-12-25T04:56:10.659Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5796 | 2024-12-25T04:56:10.659Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s |
5797 | 2024-12-25T04:56:15.043Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (4.8M iterations) |
5798 | 2024-12-25T04:56:20.109Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing |
5799 | 2024-12-25T04:56:20.258Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B |
5800 | 2024-12-25T04:56:20.258Z | time: [251.80 ns 253.69 ns 256.15 ns] |
5801 | 2024-12-25T04:56:20.258Z | change: [-16.657% +1.1120% +24.027%] (p = 0.91 > 0.05) |
5802 | 2024-12-25T04:56:20.258Z | No change in performance detected. |
5803 | 2024-12-25T04:56:20.258Z | Found 12 outliers among 100 measurements (12.00%) |
5804 | 2024-12-25T04:56:20.258Z | 4 (4.00%) high mild |
5805 | 2024-12-25T04:56:20.258Z | 8 (8.00%) high severe |
5806 | 2024-12-25T04:56:21.864Z | |
5807 | 2024-12-25T04:56:21.864Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5808 | 2024-12-25T04:56:21.864Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5809 | 2024-12-25T04:56:25.821Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0033 s (5.3M iterations) |
5810 | 2024-12-25T04:56:30.543Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5811 | 2024-12-25T04:56:30.694Z | parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5812 | 2024-12-25T04:56:30.694Z | time: [100.61 ns 100.70 ns 100.79 ns] |
5813 | 2024-12-25T04:56:30.694Z | change: [+2.1422% +2.7003% +3.2137%] (p = 0.00 < 0.05) |
5814 | 2024-12-25T04:56:30.694Z | Performance has regressed. |
5815 | 2024-12-25T04:56:30.694Z | Found 18 outliers among 100 measurements (18.00%) |
5816 | 2024-12-25T04:56:30.695Z | 3 (3.00%) low severe |
5817 | 2024-12-25T04:56:30.695Z | 11 (11.00%) low mild |
5818 | 2024-12-25T04:56:30.695Z | 1 (1.00%) high mild |
5819 | 2024-12-25T04:56:30.695Z | 3 (3.00%) high severe |
5820 | 2024-12-25T04:56:32.291Z | |
5821 | 2024-12-25T04:56:32.294Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5822 | 2024-12-25T04:56:32.294Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s |
5823 | 2024-12-25T04:56:36.879Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0045 s (2.3M iterations) |
5824 | 2024-12-25T04:56:42.004Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing |
5825 | 2024-12-25T04:56:42.155Z | process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B |
5826 | 2024-12-25T04:56:42.155Z | time: [312.58 ns 316.46 ns 321.43 ns] |
5827 | 2024-12-25T04:56:42.155Z | change: [-17.901% -1.2332% +18.460%] (p = 0.90 > 0.05) |
5828 | 2024-12-25T04:56:42.155Z | No change in performance detected. |
5829 | 2024-12-25T04:56:42.155Z | Found 13 outliers among 100 measurements (13.00%) |
5830 | 2024-12-25T04:56:42.155Z | 5 (5.00%) high mild |
5831 | 2024-12-25T04:56:42.155Z | 8 (8.00%) high severe |
5832 | 2024-12-25T04:56:43.750Z | |
5833 | 2024-12-25T04:56:43.750Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5834 | 2024-12-25T04:56:43.750Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5835 | 2024-12-25T04:56:49.815Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0018 s (6.9M iterations) |
5836 | 2024-12-25T04:56:53.095Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
5837 | 2024-12-25T04:56:53.245Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5838 | 2024-12-25T04:56:53.245Z | time: [100.13 ns 100.32 ns 100.46 ns] |
5839 | 2024-12-25T04:56:53.245Z | change: [+3.8043% +4.6903% +5.6081%] (p = 0.00 < 0.05) |
5840 | 2024-12-25T04:56:53.245Z | Performance has regressed. |
5841 | 2024-12-25T04:56:53.245Z | Found 2 outliers among 100 measurements (2.00%) |
5842 | 2024-12-25T04:56:53.245Z | 1 (1.00%) high mild |
5843 | 2024-12-25T04:56:53.245Z | 1 (1.00%) high severe |
5844 | 2024-12-25T04:56:54.838Z | |
5845 | 2024-12-25T04:56:54.841Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5846 | 2024-12-25T04:56:54.841Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s |
5847 | 2024-12-25T04:57:00.326Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0013 s (3.8M iterations) |
5848 | 2024-12-25T04:57:04.787Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing |
5849 | 2024-12-25T04:57:04.936Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-0B |
5850 | 2024-12-25T04:57:04.936Z | time: [222.45 ns 223.83 ns 225.63 ns] |
5851 | 2024-12-25T04:57:04.936Z | change: [-9.6854% +2.3173% +16.651%] (p = 0.75 > 0.05) |
5852 | 2024-12-25T04:57:04.936Z | No change in performance detected. |
5853 | 2024-12-25T04:57:04.936Z | Found 12 outliers among 100 measurements (12.00%) |
5854 | 2024-12-25T04:57:04.936Z | 5 (5.00%) high mild |
5855 | 2024-12-25T04:57:04.936Z | 7 (7.00%) high severe |
5856 | 2024-12-25T04:57:06.533Z | |
5857 | 2024-12-25T04:57:06.535Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5858 | 2024-12-25T04:57:06.535Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5859 | 2024-12-25T04:57:11.598Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0009 s (4.1M iterations) |
5860 | 2024-12-25T04:57:15.923Z | Benchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5861 | 2024-12-25T04:57:16.072Z | parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5862 | 2024-12-25T04:57:16.073Z | time: [123.73 ns 123.84 ns 123.99 ns] |
5863 | 2024-12-25T04:57:16.073Z | change: [+1.5331% +2.2631% +2.9498%] (p = 0.00 < 0.05) |
5864 | 2024-12-25T04:57:16.073Z | Performance has regressed. |
5865 | 2024-12-25T04:57:16.073Z | Found 12 outliers among 100 measurements (12.00%) |
5866 | 2024-12-25T04:57:16.073Z | 3 (3.00%) low severe |
5867 | 2024-12-25T04:57:16.073Z | 3 (3.00%) low mild |
5868 | 2024-12-25T04:57:16.073Z | 3 (3.00%) high mild |
5869 | 2024-12-25T04:57:16.073Z | 3 (3.00%) high severe |
5870 | 2024-12-25T04:57:17.667Z | |
5871 | 2024-12-25T04:57:17.672Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5872 | 2024-12-25T04:57:17.672Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s |
5873 | 2024-12-25T04:57:22.648Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0013 s (2.1M iterations) |
5874 | 2024-12-25T04:57:27.565Z | Benchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing |
5875 | 2024-12-25T04:57:27.714Z | process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B |
5876 | 2024-12-25T04:57:27.714Z | time: [261.79 ns 264.25 ns 267.47 ns] |
5877 | 2024-12-25T04:57:27.714Z | change: [-13.671% -1.0417% +13.165%] (p = 0.88 > 0.05) |
5878 | 2024-12-25T04:57:27.715Z | No change in performance detected. |
5879 | 2024-12-25T04:57:27.715Z | Found 11 outliers among 100 measurements (11.00%) |
5880 | 2024-12-25T04:57:27.715Z | 4 (4.00%) high mild |
5881 | 2024-12-25T04:57:27.715Z | 7 (7.00%) high severe |
5882 | 2024-12-25T04:57:29.318Z | |
5883 | 2024-12-25T04:57:29.318Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5884 | 2024-12-25T04:57:29.318Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5885 | 2024-12-25T04:57:33.432Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (10M iterations) |
5886 | 2024-12-25T04:57:37.480Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5887 | 2024-12-25T04:57:37.631Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5888 | 2024-12-25T04:57:37.631Z | time: [85.129 ns 85.228 ns 85.317 ns] |
5889 | 2024-12-25T04:57:37.631Z | change: [+3.9703% +4.5831% +5.1280%] (p = 0.00 < 0.05) |
5890 | 2024-12-25T04:57:37.631Z | Performance has regressed. |
5891 | 2024-12-25T04:57:37.631Z | Found 4 outliers among 100 measurements (4.00%) |
5892 | 2024-12-25T04:57:37.631Z | 2 (2.00%) high mild |
5893 | 2024-12-25T04:57:37.631Z | 2 (2.00%) high severe |
5894 | 2024-12-25T04:57:39.219Z | |
5895 | 2024-12-25T04:57:39.222Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5896 | 2024-12-25T04:57:39.222Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s |
5897 | 2024-12-25T04:57:44.419Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0022 s (4.0M iterations) |
5898 | 2024-12-25T04:57:49.481Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing |
5899 | 2024-12-25T04:57:49.631Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B |
5900 | 2024-12-25T04:57:49.631Z | time: [298.95 ns 301.57 ns 304.99 ns] |
5901 | 2024-12-25T04:57:49.631Z | change: [-18.152% -1.8619% +18.648%] (p = 0.85 > 0.05) |
5902 | 2024-12-25T04:57:49.631Z | No change in performance detected. |
5903 | 2024-12-25T04:57:49.631Z | Found 11 outliers among 100 measurements (11.00%) |
5904 | 2024-12-25T04:57:49.631Z | 4 (4.00%) high mild |
5905 | 2024-12-25T04:57:49.631Z | 7 (7.00%) high severe |
5906 | 2024-12-25T04:57:51.227Z | |
5907 | 2024-12-25T04:57:51.227Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5908 | 2024-12-25T04:57:51.227Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5909 | 2024-12-25T04:57:55.540Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (4.9M iterations) |
5910 | 2024-12-25T04:58:00.332Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5911 | 2024-12-25T04:58:00.480Z | parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5912 | 2024-12-25T04:58:00.480Z | time: [109.59 ns 109.71 ns 109.82 ns] |
5913 | 2024-12-25T04:58:00.481Z | change: [+1.5293% +2.3729% +3.2343%] (p = 0.00 < 0.05) |
5914 | 2024-12-25T04:58:00.481Z | Performance has regressed. |
5915 | 2024-12-25T04:58:00.481Z | Found 7 outliers among 100 measurements (7.00%) |
5916 | 2024-12-25T04:58:00.481Z | 2 (2.00%) high mild |
5917 | 2024-12-25T04:58:00.481Z | 5 (5.00%) high severe |
5918 | 2024-12-25T04:58:02.078Z | |
5919 | 2024-12-25T04:58:02.081Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5920 | 2024-12-25T04:58:02.081Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s |
5921 | 2024-12-25T04:58:07.136Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0058 s (2.1M iterations) |
5922 | 2024-12-25T04:58:12.341Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing |
5923 | 2024-12-25T04:58:12.490Z | process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B |
5924 | 2024-12-25T04:58:12.490Z | time: [365.74 ns 371.25 ns 378.19 ns] |
5925 | 2024-12-25T04:58:12.490Z | change: [-17.380% +0.1991% +20.053%] (p = 0.99 > 0.05) |
5926 | 2024-12-25T04:58:12.490Z | No change in performance detected. |
5927 | 2024-12-25T04:58:12.491Z | Found 12 outliers among 100 measurements (12.00%) |
5928 | 2024-12-25T04:58:12.491Z | 5 (5.00%) high mild |
5929 | 2024-12-25T04:58:12.491Z | 7 (7.00%) high severe |
5930 | 2024-12-25T04:58:14.095Z | |
5931 | 2024-12-25T04:58:14.097Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5932 | 2024-12-25T04:58:14.097Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5933 | 2024-12-25T04:58:17.229Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0037 s (6.7M iterations) |
5934 | 2024-12-25T04:58:21.011Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5935 | 2024-12-25T04:58:21.161Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5936 | 2024-12-25T04:58:21.161Z | time: [106.12 ns 106.27 ns 106.40 ns] |
5937 | 2024-12-25T04:58:21.161Z | change: [+4.2964% +5.0282% +5.7586%] (p = 0.00 < 0.05) |
5938 | 2024-12-25T04:58:21.161Z | Performance has regressed. |
5939 | 2024-12-25T04:58:21.161Z | Found 1 outliers among 100 measurements (1.00%) |
5940 | 2024-12-25T04:58:21.161Z | 1 (1.00%) high mild |
5941 | 2024-12-25T04:58:22.754Z | |
5942 | 2024-12-25T04:58:22.757Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5943 | 2024-12-25T04:58:22.757Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s |
5944 | 2024-12-25T04:58:25.830Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0071 s (3.4M iterations) |
5945 | 2024-12-25T04:58:30.642Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing |
5946 | 2024-12-25T04:58:30.792Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B |
5947 | 2024-12-25T04:58:30.792Z | time: [263.80 ns 265.57 ns 267.84 ns] |
5948 | 2024-12-25T04:58:30.792Z | change: [-11.747% +0.3210% +14.949%] (p = 0.96 > 0.05) |
5949 | 2024-12-25T04:58:30.792Z | No change in performance detected. |
5950 | 2024-12-25T04:58:30.792Z | Found 12 outliers among 100 measurements (12.00%) |
5951 | 2024-12-25T04:58:30.792Z | 4 (4.00%) high mild |
5952 | 2024-12-25T04:58:30.792Z | 8 (8.00%) high severe |
5953 | 2024-12-25T04:58:32.387Z | |
5954 | 2024-12-25T04:58:32.390Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5955 | 2024-12-25T04:58:32.390Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5956 | 2024-12-25T04:58:37.853Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0014 s (3.8M iterations) |
5957 | 2024-12-25T04:58:42.235Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5958 | 2024-12-25T04:58:42.385Z | parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5959 | 2024-12-25T04:58:42.385Z | time: [127.59 ns 127.67 ns 127.77 ns] |
5960 | 2024-12-25T04:58:42.385Z | change: [+3.9485% +4.5566% +5.1204%] (p = 0.00 < 0.05) |
5961 | 2024-12-25T04:58:42.385Z | Performance has regressed. |
5962 | 2024-12-25T04:58:42.385Z | Found 8 outliers among 100 measurements (8.00%) |
5963 | 2024-12-25T04:58:42.385Z | 1 (1.00%) low mild |
5964 | 2024-12-25T04:58:42.385Z | 2 (2.00%) high mild |
5965 | 2024-12-25T04:58:42.385Z | 5 (5.00%) high severe |
5966 | 2024-12-25T04:58:43.977Z | |
5967 | 2024-12-25T04:58:43.979Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5968 | 2024-12-25T04:58:43.979Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s |
5969 | 2024-12-25T04:58:49.403Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0049 s (1.9M iterations) |
5970 | 2024-12-25T04:58:54.415Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing |
5971 | 2024-12-25T04:58:54.563Z | process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B |
5972 | 2024-12-25T04:58:54.563Z | time: [309.20 ns 312.32 ns 316.39 ns] |
5973 | 2024-12-25T04:58:54.563Z | change: [-13.693% -1.2227% +14.058%] (p = 0.87 > 0.05) |
5974 | 2024-12-25T04:58:54.563Z | No change in performance detected. |
5975 | 2024-12-25T04:58:54.563Z | Found 13 outliers among 100 measurements (13.00%) |
5976 | 2024-12-25T04:58:54.563Z | 6 (6.00%) high mild |
5977 | 2024-12-25T04:58:54.564Z | 7 (7.00%) high severe |
5978 | 2024-12-25T04:58:56.166Z | |
5979 | 2024-12-25T04:58:56.169Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5980 | 2024-12-25T04:58:56.169Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5981 | 2024-12-25T04:59:00.309Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0004 s (10M iterations) |
5982 | 2024-12-25T04:59:04.161Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5983 | 2024-12-25T04:59:04.311Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5984 | 2024-12-25T04:59:04.311Z | time: [75.834 ns 76.005 ns 76.141 ns] |
5985 | 2024-12-25T04:59:04.311Z | change: [-0.2643% +0.7843% +1.6770%] (p = 0.12 > 0.05) |
5986 | 2024-12-25T04:59:04.311Z | No change in performance detected. |
5987 | 2024-12-25T04:59:04.311Z | Found 1 outliers among 100 measurements (1.00%) |
5988 | 2024-12-25T04:59:04.311Z | 1 (1.00%) high mild |
5989 | 2024-12-25T04:59:05.913Z | |
5990 | 2024-12-25T04:59:05.916Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5991 | 2024-12-25T04:59:05.916Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s |
5992 | 2024-12-25T04:59:11.046Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (4.1M iterations) |
5993 | 2024-12-25T04:59:16.078Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing |
5994 | 2024-12-25T04:59:16.228Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B |
5995 | 2024-12-25T04:59:16.228Z | time: [266.73 ns 269.27 ns 272.58 ns] |
5996 | 2024-12-25T04:59:16.228Z | change: [-17.815% +0.1607% +21.376%] (p = 0.99 > 0.05) |
5997 | 2024-12-25T04:59:16.228Z | No change in performance detected. |
5998 | 2024-12-25T04:59:16.228Z | Found 12 outliers among 100 measurements (12.00%) |
5999 | 2024-12-25T04:59:16.228Z | 4 (4.00%) high mild |
6000 | 2024-12-25T04:59:16.228Z | 8 (8.00%) high severe |
6001 | 2024-12-25T04:59:17.824Z | |
6002 | 2024-12-25T04:59:17.824Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6003 | 2024-12-25T04:59:17.824Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
6004 | 2024-12-25T04:59:21.995Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0016 s (5.0M iterations) |
6005 | 2024-12-25T04:59:26.858Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
6006 | 2024-12-25T04:59:27.007Z | parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6007 | 2024-12-25T04:59:27.007Z | time: [98.454 ns 98.553 ns 98.668 ns] |
6008 | 2024-12-25T04:59:27.007Z | change: [+1.4120% +2.3016% +3.2697%] (p = 0.00 < 0.05) |
6009 | 2024-12-25T04:59:27.007Z | Performance has regressed. |
6010 | 2024-12-25T04:59:27.007Z | Found 9 outliers among 100 measurements (9.00%) |
6011 | 2024-12-25T04:59:27.007Z | 4 (4.00%) high mild |
6012 | 2024-12-25T04:59:27.007Z | 5 (5.00%) high severe |
6013 | 2024-12-25T04:59:28.611Z | |
6014 | 2024-12-25T04:59:28.614Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6015 | 2024-12-25T04:59:28.614Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s |
6016 | 2024-12-25T04:59:33.541Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0098 s (2.1M iterations) |
6017 | 2024-12-25T04:59:38.706Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing |
6018 | 2024-12-25T04:59:38.856Z | process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B |
6019 | 2024-12-25T04:59:38.856Z | time: [329.92 ns 334.59 ns 340.70 ns] |
6020 | 2024-12-25T04:59:38.856Z | change: [-17.512% +0.3298% +21.451%] (p = 0.97 > 0.05) |
6021 | 2024-12-25T04:59:38.856Z | No change in performance detected. |
6022 | 2024-12-25T04:59:38.856Z | Found 11 outliers among 100 measurements (11.00%) |
6023 | 2024-12-25T04:59:38.856Z | 4 (4.00%) high mild |
6024 | 2024-12-25T04:59:38.856Z | 7 (7.00%) high severe |
6025 | 2024-12-25T04:59:40.457Z | |
6026 | 2024-12-25T04:59:40.457Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6027 | 2024-12-25T04:59:40.457Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
6028 | 2024-12-25T04:59:43.561Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (6.8M iterations) |
6029 | 2024-12-25T04:59:47.284Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
6030 | 2024-12-25T04:59:47.433Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6031 | 2024-12-25T04:59:47.433Z | time: [99.280 ns 99.390 ns 99.535 ns] |
6032 | 2024-12-25T04:59:47.433Z | change: [+2.9070% +3.5958% +4.2174%] (p = 0.00 < 0.05) |
6033 | 2024-12-25T04:59:47.433Z | Performance has regressed. |
6034 | 2024-12-25T04:59:47.433Z | Found 21 outliers among 100 measurements (21.00%) |
6035 | 2024-12-25T04:59:47.433Z | 14 (14.00%) low severe |
6036 | 2024-12-25T04:59:47.433Z | 4 (4.00%) low mild |
6037 | 2024-12-25T04:59:47.433Z | 3 (3.00%) high severe |
6038 | 2024-12-25T04:59:49.033Z | |
6039 | 2024-12-25T04:59:49.035Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6040 | 2024-12-25T04:59:49.035Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s |
6041 | 2024-12-25T04:59:55.330Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0044 s (3.3M iterations) |
6042 | 2024-12-25T04:59:59.822Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing |
6043 | 2024-12-25T04:59:59.971Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-0B |
6044 | 2024-12-25T04:59:59.971Z | time: [229.71 ns 231.45 ns 233.70 ns] |
6045 | 2024-12-25T04:59:59.971Z | change: [-12.600% +0.0307% +14.670%] (p = 0.99 > 0.05) |
6046 | 2024-12-25T04:59:59.971Z | No change in performance detected. |
6047 | 2024-12-25T04:59:59.971Z | Found 13 outliers among 100 measurements (13.00%) |
6048 | 2024-12-25T04:59:59.971Z | 5 (5.00%) high mild |
6049 | 2024-12-25T04:59:59.971Z | 8 (8.00%) high severe |
6050 | 2024-12-25T05:00:01.571Z | |
6051 | 2024-12-25T05:00:01.574Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6052 | 2024-12-25T05:00:01.574Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
6053 | 2024-12-25T05:00:07.014Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0006 s (3.9M iterations) |
6054 | 2024-12-25T05:00:11.415Z | Benchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
6055 | 2024-12-25T05:00:11.566Z | parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6056 | 2024-12-25T05:00:11.566Z | time: [123.48 ns 123.70 ns 123.95 ns] |
6057 | 2024-12-25T05:00:11.567Z | change: [+2.6048% +3.2802% +4.1021%] (p = 0.00 < 0.05) |
6058 | 2024-12-25T05:00:11.567Z | Performance has regressed. |
6059 | 2024-12-25T05:00:11.567Z | Found 8 outliers among 100 measurements (8.00%) |
6060 | 2024-12-25T05:00:11.567Z | 3 (3.00%) low mild |
6061 | 2024-12-25T05:00:11.567Z | 3 (3.00%) high mild |
6062 | 2024-12-25T05:00:11.567Z | 2 (2.00%) high severe |
6063 | 2024-12-25T05:00:13.168Z | |
6064 | 2024-12-25T05:00:13.171Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6065 | 2024-12-25T05:00:13.172Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s |
6066 | 2024-12-25T05:00:18.556Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0079 s (1.9M iterations) |
6067 | 2024-12-25T05:00:23.584Z | Benchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing |
6068 | 2024-12-25T05:00:23.734Z | process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B |
6069 | 2024-12-25T05:00:23.734Z | time: [276.78 ns 279.64 ns 283.37 ns] |
6070 | 2024-12-25T05:00:23.734Z | change: [-13.617% -0.9339% +14.686%] (p = 0.90 > 0.05) |
6071 | 2024-12-25T05:00:23.734Z | No change in performance detected. |
6072 | 2024-12-25T05:00:23.734Z | Found 12 outliers among 100 measurements (12.00%) |
6073 | 2024-12-25T05:00:23.734Z | 5 (5.00%) high mild |
6074 | 2024-12-25T05:00:23.734Z | 7 (7.00%) high severe |
6075 | 2024-12-25T05:00:25.335Z | |
6076 | 2024-12-25T05:00:25.338Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover |
6077 | 2024-12-25T05:00:25.338Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs |
6078 | 2024-12-25T05:00:25.338Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0918 ms (605 iterations) |
6079 | 2024-12-25T05:00:25.338Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing |
6080 | 2024-12-25T05:00:25.338Z | process/Hairpin-DHCPv4/alloc_ct/Discover |
6081 | 2024-12-25T05:00:25.338Z | time: [19.000 19.000 19.000 ] |
6082 | 2024-12-25T05:00:25.338Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6083 | 2024-12-25T05:00:25.338Z | No change in performance detected. |
6084 | 2024-12-25T05:00:25.338Z | |
6085 | 2024-12-25T05:00:25.341Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request |
6086 | 2024-12-25T05:00:25.341Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs |
6087 | 2024-12-25T05:00:25.341Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0660 ms (605 iterations) |
6088 | 2024-12-25T05:00:25.341Z | Benchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing |
6089 | 2024-12-25T05:00:25.341Z | process/Hairpin-DHCPv4/alloc_ct/Request |
6090 | 2024-12-25T05:00:25.341Z | time: [19.000 19.000 19.000 ] |
6091 | 2024-12-25T05:00:25.341Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6092 | 2024-12-25T05:00:25.341Z | No change in performance detected. |
6093 | 2024-12-25T05:00:25.341Z | |
6094 | 2024-12-25T05:00:25.341Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit |
6095 | 2024-12-25T05:00:25.341Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs |
6096 | 2024-12-25T05:00:25.341Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0075 ms (440 iterations) |
6097 | 2024-12-25T05:00:25.344Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing |
6098 | 2024-12-25T05:00:25.344Z | process/Hairpin-DHCPv6/alloc_ct/Solicit |
6099 | 2024-12-25T05:00:25.344Z | time: [21.000 21.000 21.000 ] |
6100 | 2024-12-25T05:00:25.344Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6101 | 2024-12-25T05:00:25.344Z | No change in performance detected. |
6102 | 2024-12-25T05:00:25.344Z | |
6103 | 2024-12-25T05:00:25.344Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request |
6104 | 2024-12-25T05:00:25.344Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs |
6105 | 2024-12-25T05:00:25.344Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0551 ms (440 iterations) |
6106 | 2024-12-25T05:00:25.346Z | Benchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing |
6107 | 2024-12-25T05:00:25.346Z | process/Hairpin-DHCPv6/alloc_ct/Request |
6108 | 2024-12-25T05:00:25.346Z | time: [22.000 22.000 22.000 ] |
6109 | 2024-12-25T05:00:25.346Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6110 | 2024-12-25T05:00:25.346Z | No change in performance detected. |
6111 | 2024-12-25T05:00:25.346Z | |
6112 | 2024-12-25T05:00:25.347Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
6113 | 2024-12-25T05:00:25.347Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs |
6114 | 2024-12-25T05:00:25.347Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0353 ms (550 iterations) |
6115 | 2024-12-25T05:00:25.349Z | Benchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing |
6116 | 2024-12-25T05:00:25.349Z | process/Hairpin-ICMPv4/alloc_ct/EchoRequest |
6117 | 2024-12-25T05:00:25.349Z | time: [13.000 13.000 13.000 ] |
6118 | 2024-12-25T05:00:25.349Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6119 | 2024-12-25T05:00:25.349Z | No change in performance detected. |
6120 | 2024-12-25T05:00:25.349Z | |
6121 | 2024-12-25T05:00:25.349Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
6122 | 2024-12-25T05:00:25.349Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs |
6123 | 2024-12-25T05:00:25.350Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0354 ms (770 iterations) |
6124 | 2024-12-25T05:00:25.353Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing |
6125 | 2024-12-25T05:00:25.353Z | process/Hairpin-ICMPv6/alloc_ct/EchoRequest |
6126 | 2024-12-25T05:00:25.353Z | time: [12.000 12.000 12.000 ] |
6127 | 2024-12-25T05:00:25.353Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6128 | 2024-12-25T05:00:25.353Z | No change in performance detected. |
6129 | 2024-12-25T05:00:25.353Z | |
6130 | 2024-12-25T05:00:25.353Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
6131 | 2024-12-25T05:00:25.353Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs |
6132 | 2024-12-25T05:00:25.353Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0736 ms (715 iterations) |
6133 | 2024-12-25T05:00:25.353Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing |
6134 | 2024-12-25T05:00:25.356Z | process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit |
6135 | 2024-12-25T05:00:25.356Z | time: [14.000 14.000 14.000 ] |
6136 | 2024-12-25T05:00:25.356Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6137 | 2024-12-25T05:00:25.356Z | No change in performance detected. |
6138 | 2024-12-25T05:00:25.356Z | |
6139 | 2024-12-25T05:00:25.356Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
6140 | 2024-12-25T05:00:25.356Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs |
6141 | 2024-12-25T05:00:25.356Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0401 ms (715 iterations) |
6142 | 2024-12-25T05:00:25.356Z | Benchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing |
6143 | 2024-12-25T05:00:25.359Z | process/Hairpin-ICMPv6/alloc_ct/RouterSolicit |
6144 | 2024-12-25T05:00:25.359Z | time: [14.000 14.000 14.000 ] |
6145 | 2024-12-25T05:00:25.359Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6146 | 2024-12-25T05:00:25.360Z | No change in performance detected. |
6147 | 2024-12-25T05:00:25.360Z | |
6148 | 2024-12-25T05:00:25.360Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
6149 | 2024-12-25T05:00:25.360Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6150 | 2024-12-25T05:00:25.360Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0661 ms (880 iterations) |
6151 | 2024-12-25T05:00:25.360Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
6152 | 2024-12-25T05:00:25.362Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B |
6153 | 2024-12-25T05:00:25.362Z | time: [3.0000 3.0000 3.0000 ] |
6154 | 2024-12-25T05:00:25.362Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6155 | 2024-12-25T05:00:25.362Z | No change in performance detected. |
6156 | 2024-12-25T05:00:25.362Z | |
6157 | 2024-12-25T05:00:25.363Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
6158 | 2024-12-25T05:00:25.363Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6159 | 2024-12-25T05:00:25.363Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0202 ms (385 iterations) |
6160 | 2024-12-25T05:00:25.363Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
6161 | 2024-12-25T05:00:25.365Z | process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B |
6162 | 2024-12-25T05:00:25.365Z | time: [3.0000 3.0000 3.0000 ] |
6163 | 2024-12-25T05:00:25.365Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6164 | 2024-12-25T05:00:25.365Z | No change in performance detected. |
6165 | 2024-12-25T05:00:25.365Z | |
6166 | 2024-12-25T05:00:25.365Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B |
6167 | 2024-12-25T05:00:25.365Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6168 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0432 ms (770 iterations) |
6169 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
6170 | 2024-12-25T05:00:25.366Z | 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. |
6171 | 2024-12-25T05:00:25.366Z | |
6172 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B |
6173 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6174 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1273 ms (440 iterations) |
6175 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
6176 | 2024-12-25T05:00:25.366Z | 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. |
6177 | 2024-12-25T05:00:25.366Z | |
6178 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
6179 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6180 | 2024-12-25T05:00:25.366Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0226 ms (990 iterations) |
6181 | 2024-12-25T05:00:25.368Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
6182 | 2024-12-25T05:00:25.368Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B |
6183 | 2024-12-25T05:00:25.368Z | time: [3.0000 3.0000 3.0000 ] |
6184 | 2024-12-25T05:00:25.368Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6185 | 2024-12-25T05:00:25.368Z | No change in performance detected. |
6186 | 2024-12-25T05:00:25.368Z | |
6187 | 2024-12-25T05:00:25.368Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
6188 | 2024-12-25T05:00:25.369Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6189 | 2024-12-25T05:00:25.369Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0139 ms (440 iterations) |
6190 | 2024-12-25T05:00:25.371Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
6191 | 2024-12-25T05:00:25.371Z | process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B |
6192 | 2024-12-25T05:00:25.371Z | time: [3.0000 3.0000 3.0000 ] |
6193 | 2024-12-25T05:00:25.371Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6194 | 2024-12-25T05:00:25.371Z | No change in performance detected. |
6195 | 2024-12-25T05:00:25.371Z | |
6196 | 2024-12-25T05:00:25.371Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B |
6197 | 2024-12-25T05:00:25.371Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
6198 | 2024-12-25T05:00:25.371Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0092 ms (825 iterations) |
6199 | 2024-12-25T05:00:25.374Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
6200 | 2024-12-25T05:00:25.374Z | 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. |
6201 | 2024-12-25T05:00:25.375Z | |
6202 | 2024-12-25T05:00:25.375Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B |
6203 | 2024-12-25T05:00:25.375Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6204 | 2024-12-25T05:00:25.375Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0917 ms (440 iterations) |
6205 | 2024-12-25T05:00:25.375Z | Benchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
6206 | 2024-12-25T05:00:25.375Z | 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. |
6207 | 2024-12-25T05:00:25.375Z | |
6208 | 2024-12-25T05:00:25.375Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
6209 | 2024-12-25T05:00:25.375Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6210 | 2024-12-25T05:00:25.375Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0659 ms (825 iterations) |
6211 | 2024-12-25T05:00:25.378Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
6212 | 2024-12-25T05:00:25.378Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B |
6213 | 2024-12-25T05:00:25.378Z | time: [3.0000 3.0000 3.0000 ] |
6214 | 2024-12-25T05:00:25.378Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6215 | 2024-12-25T05:00:25.378Z | No change in performance detected. |
6216 | 2024-12-25T05:00:25.378Z | |
6217 | 2024-12-25T05:00:25.378Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
6218 | 2024-12-25T05:00:25.378Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6219 | 2024-12-25T05:00:25.378Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1370 ms (440 iterations) |
6220 | 2024-12-25T05:00:25.378Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
6221 | 2024-12-25T05:00:25.380Z | process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B |
6222 | 2024-12-25T05:00:25.380Z | time: [3.0000 3.0000 3.0000 ] |
6223 | 2024-12-25T05:00:25.380Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6224 | 2024-12-25T05:00:25.380Z | No change in performance detected. |
6225 | 2024-12-25T05:00:25.380Z | |
6226 | 2024-12-25T05:00:25.380Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B |
6227 | 2024-12-25T05:00:25.380Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6228 | 2024-12-25T05:00:25.380Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0064 ms (495 iterations) |
6229 | 2024-12-25T05:00:25.380Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
6230 | 2024-12-25T05:00:25.380Z | 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. |
6231 | 2024-12-25T05:00:25.380Z | |
6232 | 2024-12-25T05:00:25.380Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B |
6233 | 2024-12-25T05:00:25.381Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6234 | 2024-12-25T05:00:25.381Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0701 ms (330 iterations) |
6235 | 2024-12-25T05:00:25.383Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
6236 | 2024-12-25T05:00:25.383Z | 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. |
6237 | 2024-12-25T05:00:25.383Z | |
6238 | 2024-12-25T05:00:25.383Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
6239 | 2024-12-25T05:00:25.383Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6240 | 2024-12-25T05:00:25.383Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0577 ms (880 iterations) |
6241 | 2024-12-25T05:00:25.383Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
6242 | 2024-12-25T05:00:25.386Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B |
6243 | 2024-12-25T05:00:25.386Z | time: [3.0000 3.0000 3.0000 ] |
6244 | 2024-12-25T05:00:25.386Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6245 | 2024-12-25T05:00:25.386Z | No change in performance detected. |
6246 | 2024-12-25T05:00:25.386Z | |
6247 | 2024-12-25T05:00:25.386Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
6248 | 2024-12-25T05:00:25.386Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6249 | 2024-12-25T05:00:25.386Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0909 ms (330 iterations) |
6250 | 2024-12-25T05:00:25.386Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
6251 | 2024-12-25T05:00:25.389Z | process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B |
6252 | 2024-12-25T05:00:25.389Z | time: [3.0000 3.0000 3.0000 ] |
6253 | 2024-12-25T05:00:25.389Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6254 | 2024-12-25T05:00:25.389Z | No change in performance detected. |
6255 | 2024-12-25T05:00:25.389Z | |
6256 | 2024-12-25T05:00:25.389Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B |
6257 | 2024-12-25T05:00:25.389Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
6258 | 2024-12-25T05:00:25.389Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0116 ms (715 iterations) |
6259 | 2024-12-25T05:00:25.389Z | 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. |
6260 | 2024-12-25T05:00:25.389Z | |
6261 | 2024-12-25T05:00:25.389Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
6262 | 2024-12-25T05:00:25.389Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B |
6263 | 2024-12-25T05:00:25.389Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6264 | 2024-12-25T05:00:25.389Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0110 ms (385 iterations) |
6265 | 2024-12-25T05:00:25.393Z | Benchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
6266 | 2024-12-25T05:00:25.393Z | 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. |
6267 | 2024-12-25T05:00:25.393Z | |
6268 | 2024-12-25T05:00:25.393Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
6269 | 2024-12-25T05:00:25.393Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6270 | 2024-12-25T05:00:25.393Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1737 ms (275 iterations) |
6271 | 2024-12-25T05:00:25.393Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing |
6272 | 2024-12-25T05:00:25.393Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B |
6273 | 2024-12-25T05:00:25.393Z | time: [42.000 42.000 42.000 ] |
6274 | 2024-12-25T05:00:25.393Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6275 | 2024-12-25T05:00:25.393Z | No change in performance detected. |
6276 | 2024-12-25T05:00:25.393Z | |
6277 | 2024-12-25T05:00:25.393Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
6278 | 2024-12-25T05:00:25.393Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6279 | 2024-12-25T05:00:25.393Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0670 ms (220 iterations) |
6280 | 2024-12-25T05:00:25.396Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing |
6281 | 2024-12-25T05:00:25.396Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B |
6282 | 2024-12-25T05:00:25.396Z | time: [42.000 42.000 42.000 ] |
6283 | 2024-12-25T05:00:25.396Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6284 | 2024-12-25T05:00:25.396Z | No change in performance detected. |
6285 | 2024-12-25T05:00:25.396Z | |
6286 | 2024-12-25T05:00:25.396Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
6287 | 2024-12-25T05:00:25.396Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6288 | 2024-12-25T05:00:25.397Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0795 ms (385 iterations) |
6289 | 2024-12-25T05:00:25.399Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing |
6290 | 2024-12-25T05:00:25.399Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B |
6291 | 2024-12-25T05:00:25.399Z | time: [20.000 20.000 20.000 ] |
6292 | 2024-12-25T05:00:25.399Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6293 | 2024-12-25T05:00:25.399Z | No change in performance detected. |
6294 | 2024-12-25T05:00:25.399Z | |
6295 | 2024-12-25T05:00:25.399Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
6296 | 2024-12-25T05:00:25.399Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6297 | 2024-12-25T05:00:25.399Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1479 ms (275 iterations) |
6298 | 2024-12-25T05:00:25.399Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing |
6299 | 2024-12-25T05:00:25.402Z | process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B |
6300 | 2024-12-25T05:00:25.402Z | time: [20.000 20.000 20.000 ] |
6301 | 2024-12-25T05:00:25.402Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6302 | 2024-12-25T05:00:25.402Z | No change in performance detected. |
6303 | 2024-12-25T05:00:25.402Z | |
6304 | 2024-12-25T05:00:25.402Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
6305 | 2024-12-25T05:00:25.402Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6306 | 2024-12-25T05:00:25.402Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1936 ms (330 iterations) |
6307 | 2024-12-25T05:00:25.402Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing |
6308 | 2024-12-25T05:00:25.405Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B |
6309 | 2024-12-25T05:00:25.405Z | time: [42.000 42.000 42.000 ] |
6310 | 2024-12-25T05:00:25.405Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6311 | 2024-12-25T05:00:25.405Z | No change in performance detected. |
6312 | 2024-12-25T05:00:25.405Z | |
6313 | 2024-12-25T05:00:25.405Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
6314 | 2024-12-25T05:00:25.405Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6315 | 2024-12-25T05:00:25.405Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0442 ms (220 iterations) |
6316 | 2024-12-25T05:00:25.405Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing |
6317 | 2024-12-25T05:00:25.407Z | process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B |
6318 | 2024-12-25T05:00:25.407Z | time: [42.000 42.000 42.000 ] |
6319 | 2024-12-25T05:00:25.407Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6320 | 2024-12-25T05:00:25.407Z | No change in performance detected. |
6321 | 2024-12-25T05:00:25.407Z | |
6322 | 2024-12-25T05:00:25.407Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
6323 | 2024-12-25T05:00:25.407Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs |
6324 | 2024-12-25T05:00:25.407Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0377 ms (385 iterations) |
6325 | 2024-12-25T05:00:25.407Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing |
6326 | 2024-12-25T05:00:25.410Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B |
6327 | 2024-12-25T05:00:25.410Z | time: [20.000 20.000 20.000 ] |
6328 | 2024-12-25T05:00:25.410Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6329 | 2024-12-25T05:00:25.410Z | No change in performance detected. |
6330 | 2024-12-25T05:00:25.410Z | |
6331 | 2024-12-25T05:00:25.410Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
6332 | 2024-12-25T05:00:25.410Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6333 | 2024-12-25T05:00:25.411Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1111 ms (275 iterations) |
6334 | 2024-12-25T05:00:25.414Z | Benchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing |
6335 | 2024-12-25T05:00:25.414Z | process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B |
6336 | 2024-12-25T05:00:25.414Z | time: [20.000 20.000 20.000 ] |
6337 | 2024-12-25T05:00:25.414Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6338 | 2024-12-25T05:00:25.414Z | No change in performance detected. |
6339 | 2024-12-25T05:00:25.414Z | |
6340 | 2024-12-25T05:00:25.414Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
6341 | 2024-12-25T05:00:25.414Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6342 | 2024-12-25T05:00:25.414Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1463 ms (275 iterations) |
6343 | 2024-12-25T05:00:25.414Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing |
6344 | 2024-12-25T05:00:25.417Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B |
6345 | 2024-12-25T05:00:25.417Z | time: [42.000 42.000 42.000 ] |
6346 | 2024-12-25T05:00:25.417Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6347 | 2024-12-25T05:00:25.417Z | No change in performance detected. |
6348 | 2024-12-25T05:00:25.417Z | |
6349 | 2024-12-25T05:00:25.417Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
6350 | 2024-12-25T05:00:25.417Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6351 | 2024-12-25T05:00:25.417Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1666 ms (220 iterations) |
6352 | 2024-12-25T05:00:25.417Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing |
6353 | 2024-12-25T05:00:25.420Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B |
6354 | 2024-12-25T05:00:25.420Z | time: [42.000 42.000 42.000 ] |
6355 | 2024-12-25T05:00:25.420Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6356 | 2024-12-25T05:00:25.420Z | No change in performance detected. |
6357 | 2024-12-25T05:00:25.420Z | |
6358 | 2024-12-25T05:00:25.420Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
6359 | 2024-12-25T05:00:25.420Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6360 | 2024-12-25T05:00:25.420Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0112 ms (330 iterations) |
6361 | 2024-12-25T05:00:25.420Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing |
6362 | 2024-12-25T05:00:25.423Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B |
6363 | 2024-12-25T05:00:25.423Z | time: [20.000 20.000 20.000 ] |
6364 | 2024-12-25T05:00:25.423Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6365 | 2024-12-25T05:00:25.423Z | No change in performance detected. |
6366 | 2024-12-25T05:00:25.423Z | |
6367 | 2024-12-25T05:00:25.423Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
6368 | 2024-12-25T05:00:25.423Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6369 | 2024-12-25T05:00:25.423Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0498 ms (220 iterations) |
6370 | 2024-12-25T05:00:25.423Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing |
6371 | 2024-12-25T05:00:25.426Z | process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B |
6372 | 2024-12-25T05:00:25.426Z | time: [20.000 20.000 20.000 ] |
6373 | 2024-12-25T05:00:25.426Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6374 | 2024-12-25T05:00:25.426Z | No change in performance detected. |
6375 | 2024-12-25T05:00:25.426Z | |
6376 | 2024-12-25T05:00:25.426Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
6377 | 2024-12-25T05:00:25.426Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6378 | 2024-12-25T05:00:25.426Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1132 ms (275 iterations) |
6379 | 2024-12-25T05:00:25.426Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing |
6380 | 2024-12-25T05:00:25.428Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B |
6381 | 2024-12-25T05:00:25.428Z | time: [42.000 42.000 42.000 ] |
6382 | 2024-12-25T05:00:25.428Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6383 | 2024-12-25T05:00:25.428Z | No change in performance detected. |
6384 | 2024-12-25T05:00:25.428Z | |
6385 | 2024-12-25T05:00:25.428Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
6386 | 2024-12-25T05:00:25.428Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6387 | 2024-12-25T05:00:25.428Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1354 ms (220 iterations) |
6388 | 2024-12-25T05:00:25.428Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing |
6389 | 2024-12-25T05:00:25.431Z | process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B |
6390 | 2024-12-25T05:00:25.431Z | time: [42.000 42.000 42.000 ] |
6391 | 2024-12-25T05:00:25.431Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6392 | 2024-12-25T05:00:25.431Z | No change in performance detected. |
6393 | 2024-12-25T05:00:25.431Z | |
6394 | 2024-12-25T05:00:25.431Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
6395 | 2024-12-25T05:00:25.431Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs |
6396 | 2024-12-25T05:00:25.431Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1397 ms (385 iterations) |
6397 | 2024-12-25T05:00:25.431Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing |
6398 | 2024-12-25T05:00:25.433Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B |
6399 | 2024-12-25T05:00:25.433Z | time: [20.000 20.000 20.000 ] |
6400 | 2024-12-25T05:00:25.433Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6401 | 2024-12-25T05:00:25.434Z | No change in performance detected. |
6402 | 2024-12-25T05:00:25.434Z | |
6403 | 2024-12-25T05:00:25.434Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
6404 | 2024-12-25T05:00:25.434Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6405 | 2024-12-25T05:00:25.434Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1757 ms (275 iterations) |
6406 | 2024-12-25T05:00:25.437Z | Benchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing |
6407 | 2024-12-25T05:00:25.437Z | process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B |
6408 | 2024-12-25T05:00:25.437Z | time: [20.000 20.000 20.000 ] |
6409 | 2024-12-25T05:00:25.437Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6410 | 2024-12-25T05:00:25.437Z | No change in performance detected. |
6411 | 2024-12-25T05:00:25.437Z | |
6412 | 2024-12-25T05:00:25.437Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover |
6413 | 2024-12-25T05:00:25.437Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs |
6414 | 2024-12-25T05:00:25.437Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0602 ms (660 iterations) |
6415 | 2024-12-25T05:00:25.437Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing |
6416 | 2024-12-25T05:00:25.440Z | process/Hairpin-DHCPv4/alloc_sz/Discover |
6417 | 2024-12-25T05:00:25.440Z | time: [3239.0 B 3239.0 B 3239.0 B] |
6418 | 2024-12-25T05:00:25.440Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6419 | 2024-12-25T05:00:25.440Z | No change in performance detected. |
6420 | 2024-12-25T05:00:25.440Z | |
6421 | 2024-12-25T05:00:25.440Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request |
6422 | 2024-12-25T05:00:25.440Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs |
6423 | 2024-12-25T05:00:25.440Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0741 ms (715 iterations) |
6424 | 2024-12-25T05:00:25.440Z | Benchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing |
6425 | 2024-12-25T05:00:25.443Z | process/Hairpin-DHCPv4/alloc_sz/Request |
6426 | 2024-12-25T05:00:25.443Z | time: [3239.0 B 3239.0 B 3239.0 B] |
6427 | 2024-12-25T05:00:25.443Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6428 | 2024-12-25T05:00:25.443Z | No change in performance detected. |
6429 | 2024-12-25T05:00:25.443Z | |
6430 | 2024-12-25T05:00:25.443Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit |
6431 | 2024-12-25T05:00:25.443Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs |
6432 | 2024-12-25T05:00:25.443Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0979 ms (495 iterations) |
6433 | 2024-12-25T05:00:25.443Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing |
6434 | 2024-12-25T05:00:25.446Z | process/Hairpin-DHCPv6/alloc_sz/Solicit |
6435 | 2024-12-25T05:00:25.446Z | time: [3303.0 B 3303.0 B 3303.0 B] |
6436 | 2024-12-25T05:00:25.446Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6437 | 2024-12-25T05:00:25.446Z | No change in performance detected. |
6438 | 2024-12-25T05:00:25.446Z | |
6439 | 2024-12-25T05:00:25.446Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request |
6440 | 2024-12-25T05:00:25.447Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs |
6441 | 2024-12-25T05:00:25.447Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0239 ms (440 iterations) |
6442 | 2024-12-25T05:00:25.447Z | Benchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing |
6443 | 2024-12-25T05:00:25.447Z | process/Hairpin-DHCPv6/alloc_sz/Request |
6444 | 2024-12-25T05:00:25.447Z | time: [3701.0 B 3701.0 B 3701.0 B] |
6445 | 2024-12-25T05:00:25.447Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6446 | 2024-12-25T05:00:25.447Z | No change in performance detected. |
6447 | 2024-12-25T05:00:25.450Z | |
6448 | 2024-12-25T05:00:25.450Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
6449 | 2024-12-25T05:00:25.450Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs |
6450 | 2024-12-25T05:00:25.450Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0233 ms (825 iterations) |
6451 | 2024-12-25T05:00:25.450Z | Benchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing |
6452 | 2024-12-25T05:00:25.450Z | process/Hairpin-ICMPv4/alloc_sz/EchoRequest |
6453 | 2024-12-25T05:00:25.450Z | time: [2168.0 B 2168.0 B 2168.0 B] |
6454 | 2024-12-25T05:00:25.450Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6455 | 2024-12-25T05:00:25.450Z | No change in performance detected. |
6456 | 2024-12-25T05:00:25.450Z | |
6457 | 2024-12-25T05:00:25.450Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
6458 | 2024-12-25T05:00:25.450Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs |
6459 | 2024-12-25T05:00:25.450Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0251 ms (770 iterations) |
6460 | 2024-12-25T05:00:25.452Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing |
6461 | 2024-12-25T05:00:25.452Z | process/Hairpin-ICMPv6/alloc_sz/EchoRequest |
6462 | 2024-12-25T05:00:25.452Z | time: [2153.0 B 2153.0 B 2153.0 B] |
6463 | 2024-12-25T05:00:25.452Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6464 | 2024-12-25T05:00:25.452Z | No change in performance detected. |
6465 | 2024-12-25T05:00:25.452Z | |
6466 | 2024-12-25T05:00:25.452Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
6467 | 2024-12-25T05:00:25.452Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs |
6468 | 2024-12-25T05:00:25.455Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0589 ms (550 iterations) |
6469 | 2024-12-25T05:00:25.455Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing |
6470 | 2024-12-25T05:00:25.455Z | process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit |
6471 | 2024-12-25T05:00:25.455Z | time: [2206.0 B 2206.0 B 2206.0 B] |
6472 | 2024-12-25T05:00:25.455Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6473 | 2024-12-25T05:00:25.455Z | No change in performance detected. |
6474 | 2024-12-25T05:00:25.455Z | |
6475 | 2024-12-25T05:00:25.455Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
6476 | 2024-12-25T05:00:25.455Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs |
6477 | 2024-12-25T05:00:25.455Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0531 ms (715 iterations) |
6478 | 2024-12-25T05:00:25.458Z | Benchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing |
6479 | 2024-12-25T05:00:25.458Z | process/Hairpin-ICMPv6/alloc_sz/RouterSolicit |
6480 | 2024-12-25T05:00:25.458Z | time: [2190.0 B 2190.0 B 2190.0 B] |
6481 | 2024-12-25T05:00:25.458Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6482 | 2024-12-25T05:00:25.458Z | No change in performance detected. |
6483 | 2024-12-25T05:00:25.458Z | |
6484 | 2024-12-25T05:00:25.458Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
6485 | 2024-12-25T05:00:25.458Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6486 | 2024-12-25T05:00:25.458Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0203 ms (880 iterations) |
6487 | 2024-12-25T05:00:25.461Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
6488 | 2024-12-25T05:00:25.461Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B |
6489 | 2024-12-25T05:00:25.461Z | time: [248.00 B 248.00 B 248.00 B] |
6490 | 2024-12-25T05:00:25.461Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6491 | 2024-12-25T05:00:25.461Z | No change in performance detected. |
6492 | 2024-12-25T05:00:25.461Z | |
6493 | 2024-12-25T05:00:25.461Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
6494 | 2024-12-25T05:00:25.461Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6495 | 2024-12-25T05:00:25.461Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0489 ms (440 iterations) |
6496 | 2024-12-25T05:00:25.464Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
6497 | 2024-12-25T05:00:25.464Z | process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B |
6498 | 2024-12-25T05:00:25.464Z | time: [248.00 B 248.00 B 248.00 B] |
6499 | 2024-12-25T05:00:25.464Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6500 | 2024-12-25T05:00:25.464Z | No change in performance detected. |
6501 | 2024-12-25T05:00:25.464Z | |
6502 | 2024-12-25T05:00:25.464Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B |
6503 | 2024-12-25T05:00:25.464Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6504 | 2024-12-25T05:00:25.464Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0264 ms (770 iterations) |
6505 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
6506 | 2024-12-25T05:00:25.467Z | 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. |
6507 | 2024-12-25T05:00:25.467Z | |
6508 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B |
6509 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6510 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0706 ms (385 iterations) |
6511 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
6512 | 2024-12-25T05:00:25.467Z | 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. |
6513 | 2024-12-25T05:00:25.467Z | |
6514 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
6515 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6516 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0543 ms (935 iterations) |
6517 | 2024-12-25T05:00:25.467Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
6518 | 2024-12-25T05:00:25.470Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B |
6519 | 2024-12-25T05:00:25.470Z | time: [248.00 B 248.00 B 248.00 B] |
6520 | 2024-12-25T05:00:25.470Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6521 | 2024-12-25T05:00:25.470Z | No change in performance detected. |
6522 | 2024-12-25T05:00:25.470Z | |
6523 | 2024-12-25T05:00:25.470Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
6524 | 2024-12-25T05:00:25.470Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6525 | 2024-12-25T05:00:25.470Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0050 ms (440 iterations) |
6526 | 2024-12-25T05:00:25.470Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
6527 | 2024-12-25T05:00:25.473Z | process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B |
6528 | 2024-12-25T05:00:25.473Z | time: [248.00 B 248.00 B 248.00 B] |
6529 | 2024-12-25T05:00:25.473Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6530 | 2024-12-25T05:00:25.473Z | No change in performance detected. |
6531 | 2024-12-25T05:00:25.473Z | |
6532 | 2024-12-25T05:00:25.473Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B |
6533 | 2024-12-25T05:00:25.473Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
6534 | 2024-12-25T05:00:25.473Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0287 ms (770 iterations) |
6535 | 2024-12-25T05:00:25.474Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
6536 | 2024-12-25T05:00:25.474Z | 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. |
6537 | 2024-12-25T05:00:25.474Z | |
6538 | 2024-12-25T05:00:25.474Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B |
6539 | 2024-12-25T05:00:25.474Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6540 | 2024-12-25T05:00:25.474Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0803 ms (440 iterations) |
6541 | 2024-12-25T05:00:25.476Z | Benchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
6542 | 2024-12-25T05:00:25.476Z | 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. |
6543 | 2024-12-25T05:00:25.476Z | |
6544 | 2024-12-25T05:00:25.476Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
6545 | 2024-12-25T05:00:25.476Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6546 | 2024-12-25T05:00:25.476Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0079 ms (770 iterations) |
6547 | 2024-12-25T05:00:25.476Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
6548 | 2024-12-25T05:00:25.476Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B |
6549 | 2024-12-25T05:00:25.476Z | time: [248.00 B 248.00 B 248.00 B] |
6550 | 2024-12-25T05:00:25.476Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6551 | 2024-12-25T05:00:25.477Z | No change in performance detected. |
6552 | 2024-12-25T05:00:25.477Z | |
6553 | 2024-12-25T05:00:25.477Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
6554 | 2024-12-25T05:00:25.477Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6555 | 2024-12-25T05:00:25.477Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1235 ms (440 iterations) |
6556 | 2024-12-25T05:00:25.479Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
6557 | 2024-12-25T05:00:25.479Z | process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B |
6558 | 2024-12-25T05:00:25.479Z | time: [248.00 B 248.00 B 248.00 B] |
6559 | 2024-12-25T05:00:25.479Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6560 | 2024-12-25T05:00:25.479Z | No change in performance detected. |
6561 | 2024-12-25T05:00:25.479Z | |
6562 | 2024-12-25T05:00:25.479Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B |
6563 | 2024-12-25T05:00:25.479Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6564 | 2024-12-25T05:00:25.479Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0622 ms (660 iterations) |
6565 | 2024-12-25T05:00:25.482Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
6566 | 2024-12-25T05:00:25.482Z | 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. |
6567 | 2024-12-25T05:00:25.482Z | |
6568 | 2024-12-25T05:00:25.482Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B |
6569 | 2024-12-25T05:00:25.482Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6570 | 2024-12-25T05:00:25.482Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1027 ms (385 iterations) |
6571 | 2024-12-25T05:00:25.482Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
6572 | 2024-12-25T05:00:25.482Z | 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. |
6573 | 2024-12-25T05:00:25.482Z | |
6574 | 2024-12-25T05:00:25.482Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
6575 | 2024-12-25T05:00:25.482Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6576 | 2024-12-25T05:00:25.482Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0521 ms (880 iterations) |
6577 | 2024-12-25T05:00:25.485Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
6578 | 2024-12-25T05:00:25.485Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B |
6579 | 2024-12-25T05:00:25.486Z | time: [248.00 B 248.00 B 248.00 B] |
6580 | 2024-12-25T05:00:25.486Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6581 | 2024-12-25T05:00:25.486Z | No change in performance detected. |
6582 | 2024-12-25T05:00:25.486Z | |
6583 | 2024-12-25T05:00:25.486Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
6584 | 2024-12-25T05:00:25.486Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6585 | 2024-12-25T05:00:25.486Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0429 ms (385 iterations) |
6586 | 2024-12-25T05:00:25.486Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
6587 | 2024-12-25T05:00:25.488Z | process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B |
6588 | 2024-12-25T05:00:25.488Z | time: [248.00 B 248.00 B 248.00 B] |
6589 | 2024-12-25T05:00:25.488Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6590 | 2024-12-25T05:00:25.488Z | No change in performance detected. |
6591 | 2024-12-25T05:00:25.488Z | |
6592 | 2024-12-25T05:00:25.488Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B |
6593 | 2024-12-25T05:00:25.489Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
6594 | 2024-12-25T05:00:25.489Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0020 ms (715 iterations) |
6595 | 2024-12-25T05:00:25.489Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
6596 | 2024-12-25T05:00:25.489Z | 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. |
6597 | 2024-12-25T05:00:25.489Z | |
6598 | 2024-12-25T05:00:25.489Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B |
6599 | 2024-12-25T05:00:25.489Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6600 | 2024-12-25T05:00:25.489Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0171 ms (385 iterations) |
6601 | 2024-12-25T05:00:25.492Z | Benchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
6602 | 2024-12-25T05:00:25.492Z | 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. |
6603 | 2024-12-25T05:00:25.492Z | |
6604 | 2024-12-25T05:00:25.492Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
6605 | 2024-12-25T05:00:25.492Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs |
6606 | 2024-12-25T05:00:25.492Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0318 ms (275 iterations) |
6607 | 2024-12-25T05:00:25.492Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing |
6608 | 2024-12-25T05:00:25.492Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B |
6609 | 2024-12-25T05:00:25.492Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6610 | 2024-12-25T05:00:25.492Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6611 | 2024-12-25T05:00:25.492Z | No change in performance detected. |
6612 | 2024-12-25T05:00:25.492Z | |
6613 | 2024-12-25T05:00:25.492Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
6614 | 2024-12-25T05:00:25.492Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs |
6615 | 2024-12-25T05:00:25.495Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0720 ms (220 iterations) |
6616 | 2024-12-25T05:00:25.495Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing |
6617 | 2024-12-25T05:00:25.495Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B |
6618 | 2024-12-25T05:00:25.495Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6619 | 2024-12-25T05:00:25.495Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6620 | 2024-12-25T05:00:25.495Z | No change in performance detected. |
6621 | 2024-12-25T05:00:25.495Z | |
6622 | 2024-12-25T05:00:25.495Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
6623 | 2024-12-25T05:00:25.495Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs |
6624 | 2024-12-25T05:00:25.495Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0840 ms (385 iterations) |
6625 | 2024-12-25T05:00:25.498Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing |
6626 | 2024-12-25T05:00:25.498Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B |
6627 | 2024-12-25T05:00:25.498Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6628 | 2024-12-25T05:00:25.498Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6629 | 2024-12-25T05:00:25.498Z | No change in performance detected. |
6630 | 2024-12-25T05:00:25.498Z | |
6631 | 2024-12-25T05:00:25.498Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
6632 | 2024-12-25T05:00:25.498Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs |
6633 | 2024-12-25T05:00:25.498Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1229 ms (275 iterations) |
6634 | 2024-12-25T05:00:25.501Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing |
6635 | 2024-12-25T05:00:25.501Z | process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B |
6636 | 2024-12-25T05:00:25.501Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6637 | 2024-12-25T05:00:25.501Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6638 | 2024-12-25T05:00:25.501Z | No change in performance detected. |
6639 | 2024-12-25T05:00:25.501Z | |
6640 | 2024-12-25T05:00:25.501Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
6641 | 2024-12-25T05:00:25.501Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs |
6642 | 2024-12-25T05:00:25.501Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0766 ms (275 iterations) |
6643 | 2024-12-25T05:00:25.503Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing |
6644 | 2024-12-25T05:00:25.503Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B |
6645 | 2024-12-25T05:00:25.503Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6646 | 2024-12-25T05:00:25.503Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6647 | 2024-12-25T05:00:25.503Z | No change in performance detected. |
6648 | 2024-12-25T05:00:25.503Z | |
6649 | 2024-12-25T05:00:25.503Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
6650 | 2024-12-25T05:00:25.504Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs |
6651 | 2024-12-25T05:00:25.504Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0365 ms (220 iterations) |
6652 | 2024-12-25T05:00:25.506Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing |
6653 | 2024-12-25T05:00:25.506Z | process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B |
6654 | 2024-12-25T05:00:25.506Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6655 | 2024-12-25T05:00:25.506Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6656 | 2024-12-25T05:00:25.506Z | No change in performance detected. |
6657 | 2024-12-25T05:00:25.506Z | |
6658 | 2024-12-25T05:00:25.506Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
6659 | 2024-12-25T05:00:25.506Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs |
6660 | 2024-12-25T05:00:25.506Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0305 ms (385 iterations) |
6661 | 2024-12-25T05:00:25.509Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing |
6662 | 2024-12-25T05:00:25.509Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B |
6663 | 2024-12-25T05:00:25.509Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6664 | 2024-12-25T05:00:25.509Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6665 | 2024-12-25T05:00:25.509Z | No change in performance detected. |
6666 | 2024-12-25T05:00:25.509Z | |
6667 | 2024-12-25T05:00:25.509Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
6668 | 2024-12-25T05:00:25.509Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs |
6669 | 2024-12-25T05:00:25.509Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2172 ms (275 iterations) |
6670 | 2024-12-25T05:00:25.512Z | Benchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing |
6671 | 2024-12-25T05:00:25.512Z | process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B |
6672 | 2024-12-25T05:00:25.512Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6673 | 2024-12-25T05:00:25.512Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6674 | 2024-12-25T05:00:25.512Z | No change in performance detected. |
6675 | 2024-12-25T05:00:25.512Z | |
6676 | 2024-12-25T05:00:25.512Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
6677 | 2024-12-25T05:00:25.512Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs |
6678 | 2024-12-25T05:00:25.512Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1631 ms (275 iterations) |
6679 | 2024-12-25T05:00:25.512Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing |
6680 | 2024-12-25T05:00:25.515Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B |
6681 | 2024-12-25T05:00:25.515Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6682 | 2024-12-25T05:00:25.515Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6683 | 2024-12-25T05:00:25.515Z | No change in performance detected. |
6684 | 2024-12-25T05:00:25.515Z | |
6685 | 2024-12-25T05:00:25.515Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
6686 | 2024-12-25T05:00:25.515Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs |
6687 | 2024-12-25T05:00:25.515Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1690 ms (220 iterations) |
6688 | 2024-12-25T05:00:25.515Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing |
6689 | 2024-12-25T05:00:25.517Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B |
6690 | 2024-12-25T05:00:25.519Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6691 | 2024-12-25T05:00:25.519Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6692 | 2024-12-25T05:00:25.519Z | No change in performance detected. |
6693 | 2024-12-25T05:00:25.519Z | |
6694 | 2024-12-25T05:00:25.519Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
6695 | 2024-12-25T05:00:25.519Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs |
6696 | 2024-12-25T05:00:25.519Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0658 ms (330 iterations) |
6697 | 2024-12-25T05:00:25.519Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing |
6698 | 2024-12-25T05:00:25.522Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B |
6699 | 2024-12-25T05:00:25.522Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6700 | 2024-12-25T05:00:25.522Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6701 | 2024-12-25T05:00:25.522Z | No change in performance detected. |
6702 | 2024-12-25T05:00:25.522Z | |
6703 | 2024-12-25T05:00:25.522Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
6704 | 2024-12-25T05:00:25.522Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs |
6705 | 2024-12-25T05:00:25.522Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2017 ms (275 iterations) |
6706 | 2024-12-25T05:00:25.522Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing |
6707 | 2024-12-25T05:00:25.522Z | process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B |
6708 | 2024-12-25T05:00:25.522Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6709 | 2024-12-25T05:00:25.522Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6710 | 2024-12-25T05:00:25.522Z | No change in performance detected. |
6711 | 2024-12-25T05:00:25.522Z | |
6712 | 2024-12-25T05:00:25.522Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
6713 | 2024-12-25T05:00:25.522Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs |
6714 | 2024-12-25T05:00:25.525Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0990 ms (275 iterations) |
6715 | 2024-12-25T05:00:25.525Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing |
6716 | 2024-12-25T05:00:25.525Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B |
6717 | 2024-12-25T05:00:25.525Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6718 | 2024-12-25T05:00:25.525Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6719 | 2024-12-25T05:00:25.525Z | No change in performance detected. |
6720 | 2024-12-25T05:00:25.525Z | |
6721 | 2024-12-25T05:00:25.526Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
6722 | 2024-12-25T05:00:25.526Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs |
6723 | 2024-12-25T05:00:25.526Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1326 ms (220 iterations) |
6724 | 2024-12-25T05:00:25.528Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing |
6725 | 2024-12-25T05:00:25.528Z | process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B |
6726 | 2024-12-25T05:00:25.528Z | time: [6708.0 B 6708.0 B 6708.0 B] |
6727 | 2024-12-25T05:00:25.528Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6728 | 2024-12-25T05:00:25.528Z | No change in performance detected. |
6729 | 2024-12-25T05:00:25.528Z | |
6730 | 2024-12-25T05:00:25.528Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
6731 | 2024-12-25T05:00:25.528Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs |
6732 | 2024-12-25T05:00:25.528Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1597 ms (385 iterations) |
6733 | 2024-12-25T05:00:25.531Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing |
6734 | 2024-12-25T05:00:25.531Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B |
6735 | 2024-12-25T05:00:25.532Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6736 | 2024-12-25T05:00:25.532Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6737 | 2024-12-25T05:00:25.532Z | No change in performance detected. |
6738 | 2024-12-25T05:00:25.532Z | |
6739 | 2024-12-25T05:00:25.532Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
6740 | 2024-12-25T05:00:25.532Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs |
6741 | 2024-12-25T05:00:25.532Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1746 ms (275 iterations) |
6742 | 2024-12-25T05:00:25.535Z | Benchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing |
6743 | 2024-12-25T05:00:25.535Z | process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B |
6744 | 2024-12-25T05:00:25.535Z | time: [5144.0 B 5144.0 B 5144.0 B] |
6745 | 2024-12-25T05:00:25.535Z | change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05) |
6746 | 2024-12-25T05:00:25.535Z | No change in performance detected. |
6747 | 2024-12-25T05:00:25.535Z | |
6748 | 2024-12-25T05:00:25.576Z | + cp -r target/criterion /work/bench-results |
6749 | 2024-12-25T05:00:25.735Z | + cp -r target/xde-bench /work/bench-results |
6750 | 2024-12-25T05:00:25.772Z | + pushd /work |
6751 | 2024-12-25T05:00:25.772Z | + tar -caf bench-results.tgz bench-results |
6752 | 2024-12-25T05:00:25.772Z | /work /work/oxidecomputer/opte |
6753 | 2024-12-25T05:00:26.540Z | + popd |
6754 | 2024-12-25T05:00:26.543Z | /work/oxidecomputer/opte |
6755 | 2024-12-25T05:00:26.543Z | + cleanup |
6756 | 2024-12-25T05:00:26.543Z | ++ id -un |
6757 | 2024-12-25T05:00:26.546Z | ++ id -gn |
6758 | 2024-12-25T05:00:26.549Z | + pfexec chown -R build:build . |
6759 | 2024-12-25T05:00:26.604Z | + [[ -z 01JFY0MGRRG9MYYCYDBTKVB346 ]] |
6760 | 2024-12-25T05:00:26.607Z | process exited: duration 1894510 ms, exit code 0 |
|
6761 | 2024-12-25T05:00:26.618Z | found 1 output files |
6762 | 2024-12-25T05:00:26.618Z | uploading: /work/bench-results.tgz (4867085 bytes) |
6763 | 2024-12-25T05:00:27.719Z | uploaded: /work/bench-results.tgz |