=head1 NAME fstrace_lslog - Displays information about a log =head1 SYNOPSIS =for html
B S<<< [B<-set> >+] >>> S<<< [B<-log> >] >>> [B<-long>] [B<-help>] B S<<< [B<-s> >+] >>> S<<< [B<-log> >] >>> [B<-lon>] [B<-h>] =for html
=head1 DESCRIPTION The B command reports whether the C log is available for use. If the B<-long> argument is included, the output reports the log's defined size, and whether that amount of space is currently allocated in kernel memory or not. To change the C trace log's size, use the B command. To display or set whether space is allocated for it in kernel memory, use the B or B command to display or set the state of the corresponding C event set, respectively. =head1 OPTIONS =over 4 =item B<-set> >+ Names the event set for which to display information about the corresponding trace log. The only acceptable value is C (for which the associated trace log is C). Provide either this argument or the B<-log> argument, or omit both to display information about the C log by default. =item B<-log> > Names the trace log about which to report. The only acceptable value is C. Provide either this argument or the B<-set> argument, or omit both to report on the C log by default. =item B<-long> Reports the defined size of the log in kilobyte units and whether that amount of space is currently allocated in kernel memory. =item B<-help> Prints the online help for this command. All other valid options are ignored. =back =head1 OUTPUT By default, the B command displays only the name of the available log, C, in the following format: Available logs: cmfx When the B<-long> flag is included, the output also reports the defined size of the log in kilobytes, and whether or not that amount of space is currently allocated in kernel memory, in the following format: Available logs: cmfx : kbytes (allocated | unallocated) The C state indicates that the indicated number of kilobytes is reserved for the C trace log in kernel memory. The C event set's state is either C or C, as reported by the B command, and set by the B command's B<-active> or B<-inactive> flags respectively. The C state indicates that no kernel memory is currently reserved for the C trace log. The B event set's state is C, as reported by the B command and set by the B command's B<-dormant> flag. If the event set's state is later changed to active or inactive, the number of kilobytes indicated as are again allocated in kernel memory. =head1 EXAMPLES The following example uses the -long flag to display information about the C log: # fstrace lslog -log cmfx -long Available logs: cmfx : 60 kbytes (allocated) =head1 PRIVILEGE REQUIRED The issuer must be logged in as the local superuser C. =head1 SEE ALSO L, L, L =head1 COPYRIGHT IBM Corporation 2000. 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.