Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod1 / fs_memdump.pod
blob025202ca429d1550462aa9a64cb63c4242c57070
1 =head1 NAME
3 fs_memdump - Dump AFS cache state and memory allocations [Windows only]
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<fs memdump> S<<< [B<-begin>|B<-end>] >>>
12 =for html
13 </div>
15 =head1 DESCRIPTION
17 This command dumps the state of AFS cache manager objects and statistics.
18 If a checked build of the C run-time library is in use, memory allocations
19 will also be included.
21 =head1 CAUTIONS
23 This command is only available on Windows.
25 =head1 OPTIONS
27 (One of either B<-begin> or B<-end> must be specified.)
29 =over 4
31 =item B<-begin>
33 Set a memory checkpoint.
35 =item B<-end>
37 Create a dump-file containing information about memory allocation that has
38 taken place since the B<-begin> command was issued.
40 =back
42 =head1 OUTPUT
44 If successful, the output of this command (for B<-begin> I<or> B<-end>)
45 will be:
47    AFS memdump created
49 If unsuccessful:
51    AFS memdump failed
53 =head1 EXAMPLES
55 The following command starts a memory allocation dump:
57    % fs memdump -begin
59 The following command ends it:
61    % fs memdump -end
63 =head1 PRIVILEGE REQUIRED
65 The issuer must be have AFS Client Administrator access to issue this
66 command.
68 =head1 COPYRIGHT
70 This document was written by Mike Robinson, and is released under the IBM
71 Public License Version 1.0.