Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod8 / fstrace_clear.pod
... / ...
CommitLineData
1=head1 NAME
2
3fstrace_clear - Clears the trace log
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<fstrace clear> S<<< [B<-set> <I<set name>>+] >>>
11 S<<< [B<-log> <I<log name>>+] >>>
12 [B<-help>]
13
14B<fstrace c> S<<< [B<-s> <I<set name>>+] >>>
15 S<<< [B<-l> <I<log name>>+] >>> [B<-h>]
16
17=for html
18</div>
19
20=head1 DESCRIPTION
21
22The B<fstrace clear> command erases the contents of the trace log from
23kernel memory, but leaves kernel memory allocated for the log.
24
25=head1 OPTIONS
26
27=over 4
28
29=item B<-set> <I<set name>>+
30
31Names the event set for which to clear the associated trace log. The only
32acceptable value is C<cm> (for which the associated trace log is
33C<cmfx>). Provide either this argument or the B<-log> argument, or omit
34both to clear the C<cmfx> log by default.
35
36=item B<-log> <I<log name>>+
37
38Names the trace log to clear. The only acceptable value is
39C<cmfx>. Provide either this argument or the B<-set> argument, or omit
40both to clear the C<cmfx> log by default.
41
42=item B<-help>
43
44Prints the online help for this command. All other valid options are
45ignored.
46
47=back
48
49=head1 EXAMPLES
50
51The following command clears the C<cmfx> trace log on the local machine:
52
53 # fstrace clear
54
55=head1 PRIVILEGE REQUIRED
56
57The issuer must be logged in as the local superuser C<root>.
58
59=head1 SEE ALSO
60
61L<fstrace(8)>,
62L<fstrace_lslog(8)>,
63L<fstrace_lsset(8)>
64
65=head1 COPYRIGHT
66
67IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
68
69This documentation is covered by the IBM Public License Version 1.0. It was
70converted from HTML to POD by software written by Chas Williams and Russ
71Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.