Skip to content

Latest commit

 

History

History
 
 

varnish

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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

No configuration is needed.


analytics