HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_DIRECTORY_STATS
AP_QUERY_DIRECTORY_STATS
3.109.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
max_caches
For a network node, the maximum number of cache entries allowed.
cur_caches
For a network node, the current number of cache entries.
cur_home_entries
Current number of home entries.
cur_reg_entries
Current number of registered entries.
cur_directory_entries
Total number of entries currently in the directory.
cache_hits
For a network node, the number of successful cache nds. The count is increased every time a resource is
found in the local directory cache.
cache_misses
For a network node, the number of times a resource has been found by a broadcast search. The count is
increased every time a resource is not found in the local directory cache but is then found using a broadcast
search.
Note
The two counts cache_hits and cache_misses are maintained such that the size of the
directory cache (specied on DEFINE_NODE) can be tuned. An increasing cache_misses
over time indicates that the directory cache size is too small. A regularly increasing
cache_hits with a steady cache_misses indicates that the cache is about the right size.
in_locates
Number of directed locates received.
in_bcast_locates
For a network node, the number of broadcast locates received.
out_locates
Number of directed locates sent.
out_bcast_locates
For a network node, the number of broadcast locates sent.
not_found_locates
Number of directed locates returned not found.
403