aboutsummaryrefslogtreecommitdiff
path: root/src/varnish-mib.8
diff options
context:
space:
mode:
Diffstat (limited to 'src/varnish-mib.8')
-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.