From 94ae6a4075bd8282a2c962cda7bae1af0f7f83e5 Mon Sep 17 00:00:00 2001 From: Chandan Pasunoori Date: Wed, 28 Dec 2022 01:21:07 +0530 Subject: [PATCH] typo in readme file (#20) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbdb91f..90a4c3a 100644 --- a/README.md +++ b/README.md @@ -109,12 +109,12 @@ jplot --url http://:8080/debug/vars \ ### Vegeta -With the help of [jplot](https://github.com/rs/jplot) can be used to integrate [vegeta](https://github.com/tsenart/vegeta) with jplot as follow: +With the help of [jaggr](https://github.com/rs/jaggr) can be used to integrate [vegeta](https://github.com/tsenart/vegeta) with jplot as follow: ``` echo 'GET http://localhost:8080' | \ vegeta attack -rate 5000 -workers 100 -duration 10m | vegeta dump | \ - jplot @count=rps \ + jaggr @count=rps \ hist\[100,200,300,400,500\]:code \ p25,p50,p95:latency \ sum:bytes_in \