Ns cache stats
Jump to navigation
Jump to search
NAME
- ns_cache_stats − Returns statistics for a cache
SYNOPSIS
- ns_cache_stats cachename ?arrayName?
DESCRIPTION
- If arrayName is ommitted, returns a string of the following format:
- entries: %d flushed: %d hits: %d misses: %d hitrate: %d
- If arrayName is provided, this command sets the above keys in the specified array and returns nothing.
SEE ALSO