On 01/10/2019 13:20, [email protected] wrote:
> varnish data throughput per second?
You might want to look at |s_req_hdrbytes + |
||s_req_bodybytes + ||
|||s_resp_hdrbytes| + ||
|||s_resp_bodybytes| ||

varnishstat in curses (interactive) mode will also show a current "change"
value, if your update rate is 1s(detailt), that will be per second.

For longer intervals, I suggest you just snapshot the being/end value and
calculate the average.

Ref:
https://varnish-cache.org/docs/trunk/reference/varnish-counters.html#varnish-counters-7

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to