From c7a89d2b69a8ac5629d04da620420143ca549c27 Mon Sep 17 00:00:00 2001 From: Chandan Pasunoori Date: Tue, 27 Dec 2022 21:49:17 +0530 Subject: [PATCH] typo in readme file --- 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 \