|
Measures reported by CacheInfoTest
The file cache caches the static content so that the server handles requests for static content quickly. This test provides the statistics on how the file cache is being used by the iPlanet web server.
The measures made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Cache_enabled |
Whether the file cache is enabled or not |
Number |
  |
| Current_cache_entries |
The number of current cache entries. A single cache entry represents a single URI. |
Number |
  |
| Max_cache_entries |
The maximum number of cache entries |
Number |
  |
| Cache_hit_ratio |
The number of file cache hits versus cache lookups |
Percent |
If this measure is approaching 100%, this indicates that the file cache is operating effectively, while numbers approaching 0% could indicate that the file cache is not serving many requests. |
| Maximum_age |
The maximum age of the file cache |
Number |
  |
|