|
Measures reported by InodeCacheTest
This test monitors the size of the inode cache and the cache hit ratio.
Based on these metrics, the
inode cache can be configured for optimal performance. The measures
made by the test are as follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Current_size |
The current size of the Inode cache
|
Number
|
 
|
| Max_size |
The maximum size allowed for the Inode cache
|
Number
|
 
|
| Cache_hits |
Number of hits during lookups to the Inode cache in the
last measurement period
|
Number
|
 
|
| Cache_misses |
Number of misses during lookups to the Inode cache in
the last measurement period
|
Number
|
 
|
| Cache_hit_ratio |
The ratio of hits to total lookups to the inode cache
in the last measurement period
|
Percent
|
 
|
|