Displays information on shared caches.

PROMON Caches

The following shows a sample display.

03/08/17        Status: Caches
14:03:33

 ID        Name      Size(kb)  Entries  Hash      Hits        Misses
--- ---------------- -------- -------- ------ ------------ ------------
  1 CDC Primary           100        0    317            0            0
  2 CDC Secondary         100        0    317            0            0

Enter Cache ID to reset total hits and total misses


Enter <return>, R, P, T, or X (? for help):

The display shows the following information:

  • ID — The ID of the cache
  • Name — The cache name
  • Size (kb) — The cache size
  • Entries — The number of entries in the cache
  • Hash — The size of the hash table for locating values in the cache
  • Hits — The total number of cache hits since the last reset
  • Misses — The total number of cache misses since the last reset

To reset the hits and misses count for a cache:

  1. Enter the ID of the cache at the prompt. You are prompted to confirm your selection.
  2. Enter Y to reset the hits and misses counts of the selected cache, or enter N to continue without resetting the values.