2005-12-08 12:14:33 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
xstat_cm_test - Displays data collections from the Cache Manager
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
B<xstat_cm_test> [I<initcmd>]
|
2006-03-01 05:02:29 +00:00
|
|
|
S<<< B<-cmname> <I<cache manager name(s) to monitor>>+ >>>
|
|
|
|
S<<< B<-collID> <I<collection(s) to fetch>>+ >>> [B<-onceonly>]
|
|
|
|
S<<< [B<-frequency> <I<poll frequency, in seconds>>] >>>
|
|
|
|
S<<< [B<-period> <I<data collection time, in minutes>>] >>> [B<-debug>]
|
2014-05-21 22:27:47 +01:00
|
|
|
[B<-version>] [B<-help>]
|
2005-12-13 19:21:13 +00:00
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
B<xstat_cm_test> [I<i>] S<<< B<-cm> <I<cache manager name(s) to monitor>>+ >>>
|
|
|
|
S<<< B<-co> <I<collection(s) to fetch>>+ >>> [B<-o>]
|
|
|
|
S<<< [B<-f> <I<poll frequency, in seconds>>] >>>
|
2014-05-21 22:27:47 +01:00
|
|
|
S<<< [B<-p> <I<data collection time, in minutes>>] >>> [B<-d>] [B<-version>] [B<-h>]
|
2006-03-01 05:02:29 +00:00
|
|
|
|
|
|
|
=for html
|
|
|
|
</div>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
The B<xstat_cm_test> command tests the routines in the F<libxstat_cm.a>
|
|
|
|
library and displays the data collections associated with the Cache
|
|
|
|
Manager. The command executes in the foreground.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
The command produces a large volume of output; to save it for later
|
|
|
|
analysis, direct it to a file.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item I<initcmd>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
Accommodates the command's use of the AFS command parser, and is optional.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-cmname> <I<cache manager name to monitor>>+
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Specifies the fully qualified hostname of each client machine for which to
|
|
|
|
monitor the Cache Manager.
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-collID> <I<collection to fetch>>+
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Specifies each data collection to return, which defines the type and
|
|
|
|
amount of data the command interpreter gathers about the Cache Manager.
|
|
|
|
Data is returned in a predefined data structure.
|
|
|
|
|
2005-12-21 00:41:17 +00:00
|
|
|
There are three acceptable values:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2013-05-01 04:59:32 +01:00
|
|
|
=item C<0>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Provides profiling information about the numbers of times different
|
|
|
|
internal Cache Manager routines were called since the Cache Manager
|
|
|
|
started.
|
|
|
|
|
2013-05-01 04:59:32 +01:00
|
|
|
=item C<1>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Reports various internal performance statistics related to the Cache
|
2005-12-13 19:21:13 +00:00
|
|
|
Manager (for example, statistics about how effectively the cache is being
|
|
|
|
used and the quantity of intracell and intercell data access).
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2013-05-01 04:59:32 +01:00
|
|
|
=item C<2>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
Reports all of the internal performance statistics provided by the C<1>
|
|
|
|
setting, plus some additional, detailed performance figures (for example,
|
|
|
|
statistics about the number of RPCs sent by the Cache Manager and how long
|
|
|
|
they take to complete, and statistics regarding authentication, access,
|
2005-12-08 12:14:33 +00:00
|
|
|
and PAG information associated with data access).
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-onceonly>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
Gathers statistics just one time. Omit this flag to have the command
|
|
|
|
continue to probe the Cache Manager for statistics at the frequency
|
|
|
|
specified by the B<-frequency> argument; in this case press Ctrl-C to stop
|
|
|
|
the probes.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-frequency> <I<poll frequency>>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Sets the frequency in seconds at which the program initiates probes to the
|
|
|
|
Cache Manager. The default is 30 seconds.
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-period> <I<data collection time>>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
Sets the number of minutes the program runs; at the end of this period of
|
|
|
|
time, the program exits. The default is 10 minutes.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-debug>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Displays a trace on the standard output stream as the command runs.
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-help>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
Prints the online help for this command. All other valid options are
|
|
|
|
ignored.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2014-05-21 22:27:47 +01:00
|
|
|
=item B<-version>
|
|
|
|
|
|
|
|
Prints the program version and then exits. All other valid options
|
|
|
|
are ignored.
|
|
|
|
|
2005-12-08 12:14:33 +00:00
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<xstat_fs_test(1)>
|
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
|
|
|
|
|
|
|
|
This documentation is covered by the IBM Public License Version 1.0. It was
|
|
|
|
converted from HTML to POD by software written by Chas Williams and Russ
|
|
|
|
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
|