0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 01:29:11 +00:00
netdata_netdata/collectors/python.d.plugin/varnish
Ilya Mashchenko 00a7734e55
varnish v4 compatibility fix ()
* do not add '-t -1' to varnishtat if varnish version <=4

* minor

* minor
2019-05-31 13:56:36 +03:00
..
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
README.md varnish module: add instance_name option () 2019-01-31 16:02:21 +03:00
varnish.chart.py varnish v4 compatibility fix () 2019-05-31 13:56:36 +03:00
varnish.conf varnish module: add instance_name option () 2019-01-31 16:02:21 +03:00

varnish

Module uses the varnishstat command to provide varnish cache statistics.

It produces:

  1. Connections Statistics in connections/s
  • accepted
  • dropped
  1. Client Requests in requests/s
  • received
  1. All History Hit Rate Ratio in percent
  • hit
  • miss
  • hitpass
  1. Current Poll Hit Rate Ratio in percent
  • hit
  • miss
  • hitpass
  1. Expired Objects in expired/s
  • objects
  1. Least Recently Used Nuked Objects in nuked/s
  • objects
  1. Number Of Threads In All Pools in threads
  • threads
  1. Threads Statistics in threads/s
  • created
  • failed
  • limited
  1. Current Queue Length in requests
  • in queue
  1. Backend Connections Statistics in connections/s
  • successful
  • unhealthy
  • reused
  • closed
  • resycled
  • failed
  1. Requests To The Backend in requests/s
  • received
  1. ESI Statistics in problems/s
  • errors
  • warnings
  1. Memory Usage in MB
  • free
  • allocated
  1. Uptime in seconds
  • uptime

configuration

Only one parameter is supported:

instance_name: 'name'

The name of the varnishd instance to get logs from. If not specified, the host name is used.


analytics