AFS-Monitor
view release on metacpan or search on metacpan
pod/afsmon_stats.pod view on Meta::CPAN
=item *
FS_RPCopBytes_group - File Server RPC Transfer Timings Group.
=item *
CM_RPCopTimes_group - Cache Manager RPC Operation Timings Group.
=back
=item *
Auth_Access_section - Authentication and Replicated File Access Section.
=over
=item *
Auth_Stats_group - Authentication Information for Cache Manager Group.
=item *
Access_Stats_group - Unreplicated File Access Group.
=back
=back
All Cache Manager variables categorized under these sections and groups names
are listed below.
=head2 Performance Statistics Section (PerfStats_section)
Performance Statistics Group (PerfStats_group)
=over
=item *
dlocalAccesses: Number of data accesses to files within local cell.
=item *
vlocalAccesses: Number of stat accesses to files within local cell.
=item *
dremoteAccesses: Number of data accesses to files outside of local cell.
=item *
vremoteAccesses: Number of stat accesses to files outside of local cell.
=item *
cacheNumEntries: Number of cache entries.
=item *
cacheBlocksTotal: Number of (1K) blocks configured for cache.
=item *
cacheBlocksInUse: Number of cache blocks actively in use.
=item *
cacheBlocksOrig: Number of cache blocks at bootup.
=item *
cacheMaxDirtyChunks: Maximum number of dirty cache chunks tolerated.
=item *
cacheCurrDirtyChunks: Current number of dirty cache chunks.
=item *
dcacheHits: Number of data files found in local cache.
=item *
vcacheHits: Number of stat entries found in local cache.
=item *
dcacheMisses: Number of data files not found in local cache.
=item *
vcacheMisses: Number of stat entries not found in local cache.
=item *
cacheFlushes: Number of files flushed from cache.
=item *
cacheFilesReused: Number of cache files reused.
=item *
vcacheXAllocs: Additionally allocated vcaches.
=item *
dcacheXAllocs: Additionally allocated dcaches.
=item *
bufAlloced: Number of buffers allocated by AFS.
=item *
bufHits: Number of pages found on buffer cache.
=item *
bufMisses: Number of pages not found on buffer cache.
( run in 0.427 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )