table of contents
other versions
ns_adp_stats(3aolserver) | AOLserver Built-In Commands | ns_adp_stats(3aolserver) |
NAME¶
ns_adp_stats - Return usage statistics on cached ADP pages
SYNOPSIS¶
ns_adp_stats
DESCRIPTION¶
This command returns a list of the format file stats file stats server. The stats elements are also a list of key/value pairs with the following elements:
- dev
- File device number.
- ino
- File inode number.
- mtime
- File modification time.
- refcnt
- Count of number of Tcl interperters in all threads sharing text regions of the file.
- evals
- Count of file evaluations.
- size
- Size of cached text.
- blocks
- Number of independent script/text blocks.
- scripts
- Number of script blocks.
SEE ALSO¶
ns_adp(n), ns_adp_include(n)
KEYWORDS¶
ADP, statistics, cache
4.5 | AOLserver |