Ns cache stats

From AOLserver Wiki
Revision as of 01:57, 27 October 2009 by Akhassin (talk | contribs) (New page: '''NAME''' : '''ns_cache_stats''' − Returns statistics for a cache '''SYNOPSIS''' : '''ns_cache_stats''' ''cachename ?arrayName?'' '''DESCRIPTION''' : If arrayName is ommitted, returns...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

ns_cache

Category Documentation - Category Core Tcl API