1f71f57ab3e59e09e2b5f284f8182a0122c2c61f
[debian/amanda] / docs / amplot.8.txt
1
2                                amplot
3 Prev  Chapter 35. The AMANDA Manual Pages.  Next
4
5 -------------------------------------------------------------------------------
6
7 Name
8
9 amplot \14 visualize the behavior of AMANDA
10
11 Synopsis
12
13 amplot [-b ] [-c ] [-e ] [-g ] [-l ] [-p ] [ -t T ] amdump_files
14
15 DESCRIPTION
16
17 Amplot reads an amdump output file that AMANDA generates each run (e.g.
18 amdump.1) and translates the information into a picture format that may be used
19 to determine how your installation is doing and if any parameters need to be
20 changed. Amplot also prints out amdump lines that it either does not understand
21 or knows to be warning or error lines and a summary of the start, end and total
22 time for each backup image.
23 Amplot is a shell script that executes an awk program (amplot.awk) to scan the
24 amdump output file. It then executes a gnuplot program (amplot.g) to generate
25 the graph. The awk program is written in an enhanced version of awk, such as
26 GNU awk (gawk version 2.15 or later) or nawk.
27 During execution, amplot generates a few temporary files that gnuplot uses.
28 These files are deleted at the end of execution.
29 See the amanda(8) man page for more details about AMANDA.
30
31 OPTIONS
32
33
34
35   -b
36       Generate b/w postscript file (need -p).
37
38   -c
39       Compress amdump_files after plotting.
40
41   -e
42       Extend the X (time) axis if needed.
43
44   -g
45       Direct gnuplot output directly to the X11 display (default).
46
47   -p
48       Direct postscript output to file YYYYMMDD.ps (opposite of -g).
49
50   -l
51       Generate landscape oriented output (needs -p).
52
53   -tT
54       Set the right edge of the plot to be T hours.
55
56 The amdump_files may be in various compressed formats (compress, gzip, pact,
57 compact).
58
59 INTERPRETATION
60
61 The figure is divided into a number of regions. There are titles on the top
62 that show important statistical information about the configuration and from
63 this execution of amdump. In the figure, the X axis is time, with 0 being the
64 moment amdump was started. The Y axis is divided into 5 regions:
65 QUEUES: How many backups have not been started, how many are waiting on space
66 in the holding disk and how many have been transferred successfully to tape.
67 %BANDWIDTH: Percentage of allowed network bandwidth in use.
68 HOLDING DISK: The higher line depicts space allocated on the holding disk to
69 backups in progress and completed backups waiting to be written to tape. The
70 lower line depicts the fraction of the holding disk containing completed
71 backups waiting to be written to tape including the file currently being
72 written to tape. The scale is percentage of the holding disk.
73 TAPE: Tape drive usage.
74 %DUMPERS: Percentage of active dumpers.
75 The idle period at the left of the graph is time amdump is asking the machines
76 how much data they are going to dump. This process can take a while if hosts
77 are down or it takes them a long time to generate estimates.
78
79 AUTHOR
80
81 Olafur Gudmundsson <ogud@tis.com>, Trusted Information Systems, formerly at
82 University of Maryland, College Park: Original text
83 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the AMANDA-documentation:
84 XML-conversion
85
86 BUGS
87
88 Reports lines it does not recognize, mainly error cases but some are legitimate
89 lines the program needs to be taught about.
90
91 SEE ALSO
92
93 amanda(8), amdump(8), gawk(1), nawk(1), awk(1), gnuplot(1), sh(1), compress(1),
94 gzip(1)
95 -------------------------------------------------------------------------------
96
97 Prev         Up        Next
98 amoverview  Home  amrecover
99