[master] 48ecd7d Add :order: parameters to match vsc_types.h ordering
Poul-Henning Kamp
phk at FreeBSD.org
Sat May 27 13:50:06 CEST 2017
commit 48ecd7df2236b322f36e3c9b503c7e18264d53c0
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Sat May 27 11:46:20 2017 +0000
Add :order: parameters to match vsc_types.h ordering
diff --git a/bin/varnishd/lck.vsc b/bin/varnishd/lck.vsc
index 104de02..99a7824 100644
--- a/bin/varnishd/lck.vsc
+++ b/bin/varnishd/lck.vsc
@@ -7,6 +7,7 @@
.. varnish_vsc_begin:: lck
:oneliner: Lock Counters
+ :order: 70
Counters which track the activity in the different classes
of mutex-locks.
diff --git a/bin/varnishd/main.vsc b/bin/varnishd/main.vsc
index 8b30981..c903c28 100644
--- a/bin/varnishd/main.vsc
+++ b/bin/varnishd/main.vsc
@@ -7,6 +7,7 @@
.. varnish_vsc_begin:: main
:oneliner: Main counters
+ :order: 10
:sumfunction:
.. varnish_vsc:: summs
diff --git a/bin/varnishd/mempool.vsc b/bin/varnishd/mempool.vsc
index d649023..2890863 100644
--- a/bin/varnishd/mempool.vsc
+++ b/bin/varnishd/mempool.vsc
@@ -7,6 +7,7 @@
.. varnish_vsc_begin:: mempool
:oneliner: Memory Pool Counters
+ :order: 30
.. varnish_vsc:: live
:type: gauge
diff --git a/bin/varnishd/mgt.vsc b/bin/varnishd/mgt.vsc
index 2f8ee8b..6aee001 100644
--- a/bin/varnishd/mgt.vsc
+++ b/bin/varnishd/mgt.vsc
@@ -7,6 +7,7 @@
.. varnish_vsc_begin:: mgt
:oneliner: Management Process Counters
+ :order: 20
.. varnish_vsc:: uptime
:type: counter
diff --git a/bin/varnishd/sma.vsc b/bin/varnishd/sma.vsc
index 0221c78..9b4aadd 100644
--- a/bin/varnishd/sma.vsc
+++ b/bin/varnishd/sma.vsc
@@ -7,6 +7,7 @@
.. varnish_vsc_begin:: sma
:oneliner: Malloc Stevedore Counters
+ :order: 40
.. varnish_vsc:: c_req
:type: counter
diff --git a/bin/varnishd/smf.vsc b/bin/varnishd/smf.vsc
index f781227..806b2a6 100644
--- a/bin/varnishd/smf.vsc
+++ b/bin/varnishd/smf.vsc
@@ -7,6 +7,7 @@
.. varnish_vsc_begin:: smf
:oneliner: File Stevedore Counters
+ :order: 50
.. varnish_vsc:: c_req
:type: counter
diff --git a/bin/varnishd/vbe.vsc b/bin/varnishd/vbe.vsc
index 751e1ab..a84acbb 100644
--- a/bin/varnishd/vbe.vsc
+++ b/bin/varnishd/vbe.vsc
@@ -7,6 +7,7 @@
.. varnish_vsc_begin:: vbe
:oneliner: Backend Counters
+ :order: 60
.. varnish_vsc:: happy
:type: bitmap
More information about the varnish-commit
mailing list