[master] 180cacf17 vsc: Create a pool group in the main segment

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jul 3 14:04:06 UTC 2023


commit 180cacf17127ecbf12e6f4819bdf7ca3e2ff7d6e
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Jun 28 11:06:17 2023 +0200

    vsc: Create a pool group in the main segment

diff --git a/lib/libvsc/VSC_main.vsc b/lib/libvsc/VSC_main.vsc
index 46655ca72..a4049fccb 100644
--- a/lib/libvsc/VSC_main.vsc
+++ b/lib/libvsc/VSC_main.vsc
@@ -10,7 +10,7 @@
 .. varnish_vsc_begin::	main
 	:oneliner:	Main counters
 	:order:		10
-	:sumfunction:	wrk_wrk wrk
+	:sumfunction:	wrk_wrk wrk pool
 
 .. varnish_vsc:: summs
 	:level:	debug
@@ -325,18 +325,21 @@
 	lack of resources.
 
 .. varnish_vsc:: sess_queued
+	:group: pool
 	:oneliner:	Sessions queued for thread
 
 	Number of times session was queued waiting for a thread. See also
 	parameter thread_queue_limit.
 
 .. varnish_vsc:: sess_dropped
+	:group: pool
 	:oneliner:	Sessions dropped for thread
 
 	Number of times an HTTP/1 session was dropped because the queue was
 	too long already. See also parameter thread_queue_limit.
 
 .. varnish_vsc:: req_dropped
+	:group: pool
 	:oneliner:	Requests dropped
 
 	Number of times an HTTP/2 stream was refused because the queue was


More information about the varnish-commit mailing list