Skip to content

Commit b5dd5b4

Browse files
authored
Added bandwidth measurements to logbook
1 parent 9af61b1 commit b5dd5b4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Logbook.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Leios logbook
22

3+
## 2025-06-18
4+
5+
### Bandwidth experiment
6+
7+
Because bandwidth between nodes has been identified as a critical resource that limits Leios throughput, we conducted an unscientific experiment, using `iperf3` for bidirectional measurements between locations in North America and Europe:
8+
9+
| Client | Server | Send Mbps | Receive Mbps |
10+
|-------------------------:|---------------:|----------:|-------------:|
11+
| OVH Canada | OVH Poland | 219 | 217 |
12+
| OVH Canada | OVH Oregon USA | 363 | 360 |
13+
| OVH Oregon USA | OVH Poland | 142 | 144 |
14+
| CenturyLink Colorado USA | OVH Poland | 147 | 145 |
15+
| CenturyLink Colorado USA | OVH Oregon USA | 418 | 412 |
16+
| CenturyLink Colorado USA | OVH Canada | 97 | 95 |
17+
| CenturyLink Colorado USA | OVH Virginia | 311 | 309 |
18+
| CenturyLink Colorado USA | AWS Oregon USA | 826 | 824 |
19+
| AWS Oregon USA | OVH Oregon USA | 973 | 972 |
20+
| AWS Oregon USA | OVH Poland | 141 | 138 |
21+
| AWS Oregon USA | OVH Canada | 329 | 327 |
22+
| OVH Virginia USA | OVH Oregon USA | 369 | 367 |
23+
| OVH Virginia USA | OVH Poland | 231 | 229 |
24+
| OVH Virginia USA | OVH Canada | 469 | 467 |
25+
26+
The OVH machines are inexpensive instances, the AWS is a `r5a.4xlarge`, and CenturyLink is a local ISP. Overall, it looks like 100 Mbps is a conservative lower bound.
27+
328
## 2025-06-17
429

530
### Mini-mainnet experiments

0 commit comments

Comments
 (0)