Commit 78e7b840 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a new stats counter for "gone" marked bans

parent 0dead8f0
......@@ -298,6 +298,7 @@ VSC_F(n_vcl_avail, uint64_t, 0, 'a', "N vcl available", "")
VSC_F(n_vcl_discard, uint64_t, 0, 'a', "N vcl discarded", "")
VSC_F(n_ban, uint64_t, 0, 'i', "N total active bans", "")
VSC_F(n_ban_gone, uint64_t, 0, 'i', "N total gone bans", "")
VSC_F(n_ban_add, uint64_t, 0, 'a', "N new bans added", "")
VSC_F(n_ban_retire, uint64_t, 0, 'a', "N old bans deleted", "")
VSC_F(n_ban_obj_test, uint64_t, 0, 'a', "N objects tested", "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment