[6.0] 221830d47 Add a histogram profile for ReqBody time

Nils Goroll nils.goroll at uplex.de
Thu Aug 16 08:52:22 UTC 2018


commit 221830d47b51ccf826949f1d502809aeecff8863
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Mar 21 10:39:48 2018 +0100

    Add a histogram profile for ReqBody time

diff --git a/bin/varnishhist/varnishhist_profiles.h b/bin/varnishhist/varnishhist_profiles.h
index 68e109c90..a7295b670 100644
--- a/bin/varnishhist/varnishhist_profiles.h
+++ b/bin/varnishhist/varnishhist_profiles.h
@@ -41,6 +41,16 @@ HIS_PROF(
     " (first byte received) until ready to deliver the"
     " client response"
     )
+HIS_PROF(
+    "reqbodytime",	// name
+    HIS_CLIENT,		// HIS_CLIENT | HIS_BACKEND
+    SLT_Timestamp,	// tag
+    "ReqBody:",		// prefix
+    3,			// field
+    -6,			// hist_low
+    3,			// hist_high
+    "graph the time for reading the request body"
+    )
 HIS_PROF(
     "size",		// name
     HIS_CLIENT,		// HIS_CLIENT | HIS_BACKEND


More information about the varnish-commit mailing list