aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parentf7677f32b90eea37e54b39a3e26e5437924a2ada (diff)
downloadvarnish-mib-5.2.0.tar.gz
varnish-mib-5.2.0.tar.bz2
Update docs.release-2.05.2.0
Diffstat (limited to 'src')
-rw-r--r--src/varnish-mib.851
1 files changed, 50 insertions, 1 deletions
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
@@ -395,6 +395,55 @@ 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.
@@ -429,7 +478,7 @@ 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>

Return to:

Send suggestions and report system problems to the System administrator.