Skip to content

Commit a9472bd

Browse files
authored
Additional inter-datacenter bandwidth measurements
1 parent cda38e5 commit a9472bd

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Logbook.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,42 @@ Completed the Ouroboros Leios CIP proposal.
88

99
- **CIP**: [docs/cip/README.md](https://github.com/input-output-hk/ouroboros-leios/blob/d5f1a9bc940e69f406c3e25c0d7d9aa58cf701f8/docs/cip/README.md)
1010

11+
### Additional inter-datacenter bandwidth measurements
12+
13+
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:
14+
15+
| Client | Server | Send Mbps | Receive Mbps |
16+
|:-------------------------|:-------------------|----------:|-------------:|
17+
| OVH Canada | OVH Poland | 219 | 217 |
18+
| OVH Canada | OVH Oregon USA | 363 | 360 |
19+
| OVH Oregon USA | OVH Poland | 142 | 144 |
20+
| CenturyLink Colorado USA | OVH Poland | 147 | 145 |
21+
| CenturyLink Colorado USA | OVH Oregon USA | 418 | 412 |
22+
| CenturyLink Colorado USA | OVH Canada | 97 | 95 |
23+
| CenturyLink Colorado USA | OVH Virginia | 311 | 309 |
24+
| CenturyLink Colorado USA | AWS Oregon USA | 826 | 824 |
25+
| AWS Oregon USA | OVH Oregon USA | 973 | 972 |
26+
| AWS Oregon USA | OVH Poland | 141 | 138 |
27+
| AWS Oregon USA | OVH Canada | 329 | 327 |
28+
| OVH Virginia USA | OVH Oregon USA | 369 | 367 |
29+
| OVH Virginia USA | OVH Poland | 231 | 229 |
30+
| OVH Virginia USA | OVH Canada | 469 | 467 |
31+
| CenturyLink Colorado USA | OVH United Kingdom | 183 | 181 |
32+
| AWS Oregon USA | OVH United Kingdom | 153 | 150 |
33+
| OVH Oregon USA | OVH United Kingdom | 164 | 162 |
34+
| OVH Virginia USA | OVH United Kingdom | 310 | 308 |
35+
| OVH Poland | OVH United Kingdom | 355 | 352 |
36+
| OVH Canada | OVH United Kingdom | 307 | 305 |
37+
| OVH France | OVH United Kingdom | 373 | 371 |
38+
| CenturyLink Colorado USA | OVH United Kingdom | 166 | 163 |
39+
| AWS Oregon USA | OVH France | 138 | 136 |
40+
| OVH Oregon USA | OVH France | 182 | 179 |
41+
| OVH Virginia USA | OVH France | 290 | 288 |
42+
| OVH Poland | OVH France | 918 | 915 |
43+
| OVH Canada | OVH France | 304 | 301 |
44+
45+
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.
46+
1147
## 2025-08-26
1248

1349
### Quantile regressions for ledger "apply" and "reapply" operations

0 commit comments

Comments
 (0)