3 fstrace_clear - Clears the trace log
10 B<fstrace clear> S<<< [B<-set> <I<set name>>+] >>>
11 S<<< [B<-log> <I<log name>>+] >>>
14 B<fstrace c> S<<< [B<-s> <I<set name>>+] >>>
15 S<<< [B<-l> <I<log name>>+] >>> [B<-h>]
22 The B<fstrace clear> command erases the contents of the trace log from
23 kernel memory, but leaves kernel memory allocated for the log.
29 =item B<-set> <I<set name>>+
31 Names the event set for which to clear the associated trace log. The only
32 acceptable value is C<cm> (for which the associated trace log is
33 C<cmfx>). Provide either this argument or the B<-log> argument, or omit
34 both to clear the C<cmfx> log by default.
36 =item B<-log> <I<log name>>+
38 Names the trace log to clear. The only acceptable value is
39 C<cmfx>. Provide either this argument or the B<-set> argument, or omit
40 both to clear the C<cmfx> log by default.
44 Prints the online help for this command. All other valid options are
51 The following command clears the C<cmfx> trace log on the local machine:
55 =head1 PRIVILEGE REQUIRED
57 The issuer must be logged in as the local superuser C<root>.
67 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
69 This documentation is covered by the IBM Public License Version 1.0. It was
70 converted from HTML to POD by software written by Chas Williams and Russ
71 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.