aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-19 12:37:25 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-19 12:37:25 +0200
commit1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1 (patch)
tree1308b1ab7d3774abf92ee44d39dcdae02446157b /README.md
parent12764a020a4171eee738b1e2a8a3d5340f4da7a1 (diff)
downloadmknet-1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1.tar.gz
mknet-1ea2244c8c207a195d95a2c0f85b8a9a4e5ee9b1.zip
Update s3concurrent
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f49f574..b9dddff 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ source .venv/bin/activate
## Topologies
All topologies:
+ - `./topo/dc.yml` - A 3 node topology connected with a 1Gbit/s link and a 1ms latency
- `./topo/with-vdsl.yml` - A topology mixing datacenters with fast internal connectivity and an isolated VDSL node
- `./topo/50ms.yml` - An artifical topology simulating nodes with high bandwidth but with a fixed 50ms latency, useful to quantify the impact of latency on a distributed software
- `./topo/multi-dc.yml` - Simulate 3 DC interconnected with 50ms latency WAN network and close to zero latency inside the DC
@@ -41,6 +42,7 @@ Feel free to write new topologies!
All scenarios:
- `./scenarios/garage-s3lat [garage-v0.7|garage-v0.8]` - Run s3lat on Garage
+ - `./scenarios/garage-concurrent [garage-v0.7|garage-v0.8]` - Run s3concurrent on Garage
- `./scenarios/garage-warp [garage-v0.7|garage-v0.8] [default|fast]` - Run warp on Garage. 2 flavors are available: fast and default.
*Scenarios take optional flavors as input that modulate their behavioir. Passing them is not mandatory,