summaryrefslogtreecommitdiff
path: root/t/evictions.t
Commit message (Collapse)AuthorAgeFilesLines
* Find perl via /usr/bin/env instead of directlyDavid CARLIER2022-08-251-1/+1
| | | | | At least FreeBSD has perl in /usr/local/bin/perl and no symlink by default.
* new per-slab item stat evicted_nonzerodormando2009-10-071-0/+31
If an item with exptime != 0 (non unlimited) is evicted the evicted_nonzero counter is incremented. The number of evicted items with no expire time is (evicted - evicted_nonzero)