AFS-Monitor
view release on metacpan or search on metacpan
pod/afsmon_stats.pod view on Meta::CPAN
=item *
rx_ignoreAckedPacket: Packets with ACKed flag on rxi_Start.
=item *
rx_totalRtt_Sec and rx_totalRtt_Usec: Total round trip time (in seconds and milliseconds).
=item *
rx_minRtt_Sec and rx_minRtt_Usec: Minimum round trip time (in seconds and milliseconds).
=item *
rx_maxRtt_Sec and rx_maxRtt_Usec: Maximum round trip time (in seconds and milliseconds).
=item *
rx_nRttSamples: Round trip samples.
=item *
rx_nServerConns: Total server connections.
=item *
rx_nClientConns: Total client connections.
=item *
rx_nPeerStructs: Total peer structures.
=item *
rx_nCallStructs: Total call structures.
=item *
rx_nFreeCallStructs: Total free call structures.
=back
Host Module Fields Group (HostModule_group)
=over
=item *
host_NumHostEntries: Number of host entries.
=item *
host_HostBlocks: Blocks in use for hosts.
=item *
host_NonDeletedHosts: Non-deleted hosts.
=item *
host_HostsInSameNetOrSubnet: Hosts in same subnet as server.
=item *
host_HostsInDiffSubnet: Hosts in different subnet than server.
=item *
host_HostsInDiffNetwork: Hosts in different network than server.
=item *
host_NumClients: Number of client entries.
=item *
host_ClientBlocks: Blocks in use for clients.
=back
Miscellaneous Variables Group (misc_group)
=over
=item *
numPerfCalls: Number of performance calls received.
=back
=head2 RPC Operations Section (RPCop_section)
Individual RPC Operation Timings Group (RPCopTimes_group)
=over
=item *
epoch: Time when data collection began.
=item *
FetchData_ops: Number of FetchData operations executed.
=item *
FetchData_ops_ok: Number of successful FetchData operations.
=item *
FetchData_sum: Sum of timings for FetchData operations.
=item *
FetchData_sqr: Sum of squares of sample timings for FetchData operations.
=item *
FetchData_min: Minimum execution time observed for FetchData operations.
=item *
FetchData_max: Maximum execution time observed for FetchData operations.
=item *
( run in 0.687 second using v1.01-cache-2.11-cpan-437f7b0c052 )