From 3aca83b73bfc635cf84d1e72d1bff39b94568f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senart?= Date: Mon, 23 Sep 2013 01:59:20 +0200 Subject: [PATCH] Change README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bac0537..ffb4201 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ $ vegeta report -h Usage of report: -input="stdin": Input files (comma separated) -output="stdout": Output file - -reporter="text": Reporter [text, json, plot:timings] + -reporter="text": Reporter [text, json, plot] ``` #### -input @@ -145,8 +145,15 @@ Page Not Found "errors": [] } ``` -##### plot:timings -![plot](https://dl.dropboxusercontent.com/u/83217940/plot.svg) +##### plot +Generates an HTML5 page with an interactive plot based on +[Dygraphs](http://dygraphs.com). +Click and drag to select a region to zoom into. Double click to zoom +out. +Input a different number on the bottom left corner input field +to change the moving average window size (in data points). + +![Plot](https://dl.dropboxusercontent.com/u/83217940/plot.png) ## Usage (Library)