3 fstrace_lsset - Reports the status of an event set
10 B<fstrace lsset> S<<< [B<-set> <I<set name>>+] >>> [B<-help>]
12 B<fstrace lss> S<<< [B<-s> <I<set name>>+] >>> [B<-h>]
19 The B<fstrace lsset> command displays a list of the available event sets
20 and reports their current status (active, inactive, or dormant).
22 To change an event set's status, use the B<fstrace setset> command.
28 =item B<-set> <I<set name>>+
30 Names the event set for which to display the status. The only acceptable
31 value is C<cm>, which is also the default if this argument is omitted.
35 Prints the online help for this command. All other valid options are
42 The output lists the available event sets and the status of each, in the
46 cm (active | inactive | dormant)
54 Indicates that tracing is enabled for the event set, and kernel memory
55 allocated for the corresponding trace log.
59 Indicates that tracing is temporarily disabled for the event set, but
60 kernel memory still allocated for the corresponding trace log.
64 Indicates that tracing is disabled for the event set, and no kernel memory
65 allocated for the corresponding trace log.
71 The following example displays the available event set and its status:
77 =head1 PRIVILEGE REQUIRED
79 The issuer must be logged in as the local superuser C<root>.
88 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
90 This documentation is covered by the IBM Public License Version 1.0. It was
91 converted from HTML to POD by software written by Chas Williams and Russ
92 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.