From e8eb1187f958179482ebc0efd2d51719f44cc8a0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 Jan 2023 06:21:36 +0000 Subject: httpd: add CSV download link to /each/$MIN HTML This makes the .CSV download discoverable so I don't have to document it in the manpage \o/ --- ext/mwrap/httpd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/mwrap/httpd.h b/ext/mwrap/httpd.h index fe4fe2f..ef4d83c 100644 --- a/ext/mwrap/httpd.h +++ b/ext/mwrap/httpd.h @@ -654,7 +654,8 @@ static enum mw_qev each_gt(struct mw_h1 *h1, struct mw_h1req *h1r, fprintf(fp, "mwrap each >%lu" "

mwrap each >%lu " "(change `%lu' in URL to adjust filtering) - " - "MWRAP=bt:%u", min, min, min, depth); + "MWRAP=bt:%u .csv", + min, min, min, depth, min); show_stats(fp); /* need borders to distinguish multi-level traces */ if (depth) -- cgit v1.2.3-24-ge0c7