| Measurement |
Description |
Measurement Unit |
Interpretation |
| Cache_hits |
Indicates the number of requests served from the NFS read cache. |
Number |
IIdeally, the value of this measure should be high. A consistent drop in this value indicates that read I/O requests are directly served from the backend storage which is a cause of concern. |
| Cache_miss |
Indicates the number of requests that were not served from the NFS read cache. |
Number |
A low value is desired for this measure. A high value indicates that the cache is used ineffectively meaning that the cache is unable to serve most I/O requests thus increasing the load on the backend storage. |
| Cache_hit_ratio |
Indicates the percentage of requests served from the NFS read cache. |
Percent |
A value of 80% and above for this measure is a sign of a healthy cache. A very low value indicates that the cache is unable to serve most of the I/O requests and the data is served directly from the backend storage. |
| Bypassed |
Indicates the number of requests that bypassed the cache and were served directly from the backend storage. |
Number |
A low value is desired for this measure. A high value may indicate that the cache is not used or the requests sent to the cache bypasses without hitting the cache, and accesses the backend storage directly. |