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-16c8dfa0c3ffabd61bb07d8b47e63983b8eb94da.tar.gz
varnish-mib-16c8dfa0c3ffabd61bb07d8b47e63983b8eb94da.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
@@ -25,3 +25,4 @@ of Varnish API version it is written for:
25 25
26 1.0 and up to 2.0 Varnish 4.0 and 4.1 26 1.0, 1.1 Varnish 4.0 and 4.1
27 1.2 Varnish 4.0, 4.1, 5.1
27 2.0 (this release) Varnish 5.2.0 28 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
397(see the \fBvarnishBanTableTimeout\fR statement above). 397(see the \fBvarnishBanTableTimeout\fR statement above).
398.SS Branch \(dqobjects\(dq
399.TP
400.B objectsCount
401Approximate number of HTTP objects (headers + body, if present) in the cache.
402.TP
403.B objectsVampire
404Number of unresurrected objects.
405.TP
406.B objectsCore
407Approximate number of object metadata elements in the cache. Each
408object needs an objectcore, extra objectcores are for
409hit-for-miss, hit-for-pass and busy objects.
410.TP
411.B objectsHead
412Approximate number of different hash entries in the cache.
413.TP
414.B objectsExpired
415Number of objects that expired from cache because of old age.
416.TP
417.B objectsLRUNuked
418How many objects have been forcefully evicted from storage to make
419room for a new object.
420.TP
421.B objectsLRUMoved
422Number of move operations done on the LRU list.
423.TP
424.B objectsPurges
425Number of purge operations executed.
426.TP
427.B objectsObjPurged
428.TP
429.B objectsGzip
430Number of gzip operations.
431.TP
432.B objectsGunzip
433Number of gunzip operations.
434.SS Branch \(dqvcl\(dq
435.TP
436.B vclTotal
437Number of loaded VCLs in total.
438.TP
439.B vclAvail
440Number of VCLs available.
441.TP
442.B vclDiscard
443Number of discarded VCLs.
444.TP
445.B vclFail
446Number of VCL failures.
398.SS Branch \(dqagent\(dq 447.SS Branch \(dqagent\(dq
@@ -431,3 +480,3 @@ Report bugs to <gray@gnu.org>.
431.SH COPYRIGHT 480.SH COPYRIGHT
432Copyright \(co 2014-2016 Sergey Poznyakoff 481Copyright \(co 2014-2018 Sergey Poznyakoff
433.br 482.br

Return to:

Send suggestions and report system problems to the System administrator.