Difference between revisions of "Ns cache stats"

From AOLserver Wiki
Jump to navigation Jump to search
(New page: '''NAME''' : '''ns_cache_stats''' − Returns statistics for a cache '''SYNOPSIS''' : '''ns_cache_stats''' ''cachename ?arrayName?'' '''DESCRIPTION''' : If arrayName is ommitted, returns...)
(No difference)

Revision as of 01:57, 27 October 2009

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