2005-12-08 12:14:33 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2007-11-11 22:54:56 +00:00
|
|
|
fstrace_lsset - Reports the status of an event set
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
B<fstrace lsset> S<<< [B<-set> <I<set name>>+] >>> [B<-help>]
|
|
|
|
|
|
|
|
B<fstrace lss> S<<< [B<-s> <I<set name>>+] >>> [B<-h>]
|
|
|
|
|
|
|
|
=for html
|
|
|
|
</div>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
The B<fstrace lsset> command displays a list of the available event sets
|
|
|
|
and reports their current status (active, inactive, or dormant).
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
To change an event set's status, use the B<fstrace setset> command.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-set> <I<set name>>+
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
Names the event set for which to display the status. The only acceptable
|
|
|
|
value is C<cm>, which is also the default if this argument is omitted.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
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
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 OUTPUT
|
|
|
|
|
|
|
|
The output lists the available event sets and the status of each, in the
|
|
|
|
following format:
|
|
|
|
|
|
|
|
Available sets:
|
2005-12-13 19:21:13 +00:00
|
|
|
cm (active | inactive | dormant)
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
where
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item active
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Indicates that tracing is enabled for the event set, and kernel memory
|
|
|
|
allocated for the corresponding trace log.
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item inactive
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Indicates that tracing is temporarily disabled for the event set, but
|
|
|
|
kernel memory still allocated for the corresponding trace log.
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item dormant
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Indicates that tracing is disabled for the event set, and no kernel memory
|
|
|
|
allocated for the corresponding trace log.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
The following example displays the available event set and its status:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
# fstrace lsset
|
|
|
|
Available sets:
|
|
|
|
cm active
|
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
The issuer must be logged in as the local superuser C<root>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
L<fstrace(8)>,
|
|
|
|
L<fstrace_setset(8)>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=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.
|