From 2eb42e910f294b8ec17c6724e12d42b36f47b17e Mon Sep 17 00:00:00 2001 From: Adam Vandover Date: Mon, 27 Nov 2023 14:01:31 -0500 Subject: [PATCH] Update README.md Update deprecated vegeta command. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8869e3..75b4800 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Jaggr can be used to integrate [vegeta](https://github.com/tsenart/vegeta) with ``` echo 'GET http://localhost:8080' | \ - vegeta attack -rate 5000 -duration 10m | vegeta dump | \ + vegeta attack -rate 5000 -duration 10m | vegeta encode | \ jaggr @count=rps \ hist\[100,200,300,400,500\]:code \ p25,p50,p95:latency \ @@ -86,4 +86,4 @@ echo 'GET http://localhost:8080' | \ bytes_in.sum+bytes_out.sum ``` -![](doc/vegeta.gif) \ No newline at end of file +![](doc/vegeta.gif)