aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--src/varnish-mib.851
2 files changed, 52 insertions, 2 deletions
diff --git a/README b/README
index 1917254..ea78317 100644
--- a/README
+++ b/README
@@ -25,3 +25,4 @@ of Varnish API version it is written for:
- 1.0 and up to 2.0 Varnish 4.0 and 4.1
+ 1.0, 1.1 Varnish 4.0 and 4.1
+ 1.2 Varnish 4.0, 4.1, 5.1
2.0 (this release) Varnish 5.2.0
diff --git a/src/varnish-mib.8 b/src/varnish-mib.8
index 77912af..71e7abc 100644
--- a/src/varnish-mib.8
+++ b/src/varnish-mib.8
@@ -397,2 +397,51 @@ seconds. It can be configured in the \fBsnmpd.conf\fR file
(see the \fBvarnishBanTableTimeout\fR statement above).
+.SS Branch \(dqobjects\(dq
+.TP
+.B objectsCount
+Approximate number of HTTP objects (headers + body, if present) in the cache.
+.TP
+.B objectsVampire
+Number of unresurrected objects.
+.TP
+.B objectsCore
+Approximate number of object metadata elements in the cache. Each
+object needs an objectcore, extra objectcores are for
+hit-for-miss, hit-for-pass and busy objects.
+.TP
+.B objectsHead
+Approximate number of different hash entries in the cache.
+.TP
+.B objectsExpired
+Number of objects that expired from cache because of old age.
+.TP
+.B objectsLRUNuked
+How many objects have been forcefully evicted from storage to make
+room for a new object.
+.TP
+.B objectsLRUMoved
+Number of move operations done on the LRU list.
+.TP
+.B objectsPurges
+Number of purge operations executed.
+.TP
+.B objectsObjPurged
+.TP
+.B objectsGzip
+Number of gzip operations.
+.TP
+.B objectsGunzip
+Number of gunzip operations.
+.SS Branch \(dqvcl\(dq
+.TP
+.B vclTotal
+Number of loaded VCLs in total.
+.TP
+.B vclAvail
+Number of VCLs available.
+.TP
+.B vclDiscard
+Number of discarded VCLs.
+.TP
+.B vclFail
+Number of VCL failures.
.SS Branch \(dqagent\(dq
@@ -431,3 +480,3 @@ Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2014-2016 Sergey Poznyakoff
+Copyright \(co 2014-2018 Sergey Poznyakoff
.br

Return to:

Send suggestions and report system problems to the System administrator.