![]() |
5 лет назад | |
---|---|---|
.. | ||
Makefile.inc | 6 лет назад | |
README.md | 5 лет назад | |
varnish.chart.py | 5 лет назад | |
varnish.conf | 6 лет назад |
Module uses the varnishstat
command to provide varnish cache statistics.
It produces:
Connections Statistics in connections/s
Client Requests in requests/s
All History Hit Rate Ratio in percent
Current Poll Hit Rate Ratio in percent
Expired Objects in expired/s
Least Recently Used Nuked Objects in nuked/s
Number Of Threads In All Pools in threads
Threads Statistics in threads/s
Current Queue Length in requests
Backend Connections Statistics in connections/s
Requests To The Backend in requests/s
ESI Statistics in problems/s
Memory Usage in MB
Uptime in seconds
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.