vfs.cache.stats

Home

Up: vfs.cache

Property Value
OID 3.7ffffb62.7ffffb59
Description Name cache statistics
Label
Type node
Format N
Flags
  • RD, Can read the value
  • WR, Can write the value
  • RW, RD and WR
  • MPSAFE, Multiprocessor safe


Children:
Child Description
vfs.cache.stats.fullpathfound Number of successful fullpath calls
vfs.cache.stats.fullpathfail4 Number of fullpath search errors (ENOMEM)
vfs.cache.stats.fullpathfail2 Number of fullpath search errors (VOP_VPTOCNP failures)
vfs.cache.stats.fullpathfail1 Number of fullpath search errors (ENOTDIR)
vfs.cache.stats.fullpathcalls Number of fullpath search calls
vfs.cache.stats.neghits Number of cache hits (negative)
vfs.cache.stats.negzaps Number of cache hits (negative) we do not want to cache
vfs.cache.stats.poshits Number of cache hits (positive)
vfs.cache.stats.posszaps Number of cache hits (positive) we do not want to cache
vfs.cache.stats.misszap Number of cache misses we do not want to cache
vfs.cache.stats.miss Number of cache misses
vfs.cache.stats.dotdothis Number of '..' hits
vfs.cache.stats.dothits Number of '.' hits
vfs.cache.stats.drops Number of dropped entries due to reaching the limit
vfs.cache.stats.heldvnodes Number of namecache entries with vnodes held
vfs.cache.stats.count Number of cache entries
vfs.cache.stats.neg Number of negative cache entries