aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@nxc.no>2018-02-05 21:36:18 +0100
committerSergey Poznyakoff <gray@nxc.no>2018-02-05 21:36:18 +0100
commit16c8dfa0c3ffabd61bb07d8b47e63983b8eb94da (patch)
tree86df5f0644a4687bd63776da09d1fa79c730c33a
parentf7677f32b90eea37e54b39a3e26e5437924a2ada (diff)
downloadvarnish-mib-5.2.0.tar.gz
varnish-mib-5.2.0.tar.bz2
Update docs.release-2.05.2.0
-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
@@ -20,13 +20,14 @@ MIBs from varnishsnmp project (http://varnishsnmp.sourceforge.net).
This and other versions of Varnish-mib is available for download from
<http://download.gnu.org.ua/release/varnish-mib>. The following table
describes the relation between the release number and the version
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
3.0 Varnish 5.2.1
* Installation
In order to compile the package you need to have Net-SNMP and Varnish
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
@@ -392,12 +392,61 @@ VCL expression of the ban.
Notice that for performance reasons, the ban table is cached, so the
total number of rows in the \fBbanTable\fR may diverge from the value
of \fBbansTotal\fR variable. The default update interval is 60
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
The \fBagent\fR branch is reserved for
implementation-specific management. It is not used currently.
.SH NOTES
The following OIDs were used in Varnish 4. They are no longer
available in Varnish 5:
@@ -426,13 +475,13 @@ return the same value.
.BR varnishstat (1).
.SH AUTHORS
Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2014-2016 Sergey Poznyakoff
+Copyright \(co 2014-2018 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br
.ad
This is free software: you are free to change and redistribute it.

Return to:

Send suggestions and report system problems to the System administrator.