From 1764a4072a5036a5fa3e6dfbc392269c30e4c299 Mon Sep 17 00:00:00 2001 From: Sarthak Makhija Date: Mon, 21 Aug 2023 18:56:21 +0530 Subject: [PATCH] Sarthak Updates screenshots --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cdaaa9..c4edcff 100644 --- a/README.md +++ b/README.md @@ -142,15 +142,15 @@ Here, `Rrd` is 10 milliseconds, this means that the `read` calls in [ResponseRea - **Sending load on the target server:** `./blast -n 200000 -c 100 -conn 100 -f ./payload localhost:8989` 2> err.log - Sending load on the target server + Sending load on the target server - **Reading responses from the target server:** `./blast -n 200000 -c 100 -conn 100 -f ./payload -Rr -Rrs 19 -Rtr 200000 localhost:8989` 2> err.log - Reading responses from the target server + Reading responses from the target server - **Error distribution:** `./blast -n 200000 -c 100 -conn 100 -f ./payload localhost:8989` 2> err.log - Error distribution + Error distribution ## References [hey](https://github.com/rakyll/hey)