From a6f6994c2b4259ff2ca11593351f6134b0d0d2d6 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 28 Jan 2024 19:59:31 -0500 Subject: [PATCH] Added runtime req for iperf3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d12c0..d9cca0e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Currently there is no installation method other than downloading the provided re Simply run the tool with `./bgbench` and you'll be presented with the available subcommands. ### Runtime requirements: -* disk - requires `fio`. +* `disk` - requires `fio`. +* `network bandwidth` - requires `iperf3` ## Building