From 5788e0b6acf36d10b821b0da31f5d8b2a0afea44 Mon Sep 17 00:00:00 2001 From: Roger Welin Date: Thu, 25 Apr 2024 11:23:46 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f7b53..9c876c7 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Summary: Req/s...........................: 6547.48 ``` -### Exporting Metrics to File +### Exporting Metrics to File/CSV Example exporting **cassowary** json metrics to a file: ```bash @@ -177,6 +177,9 @@ Summary: > If `json-metrics-file` flag is missing then the default filename is `out.json`. +If you rather want the raw data of all the request (in CSV foramt) you can export it using the `--raw-output` flag + +> outputted filename is `raw.csv` ### Exporting Metrics to Prometheus Example exporting **cassowary** metrics to Prometheus by supplying an Prometheus PushGatway URL: