~percona-toolkit-dev/percona-toolkit/pt-agent

« back to all changes in this revision

Viewing changes to t/lib/samples/pod/pod_sample_03.txt

  • Committer: Daniel Nichter
  • Date: 2011-06-24 17:22:06 UTC
  • Revision ID: daniel@percona.com-20110624172206-c7q4s4ad6r260zz6
Add lib/, t/lib/, and sandbox/.  All modules are updated and passing on MySQL 5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ############################################################################
 
2
 
 
3
=pod
 
4
 
 
5
=head1 NAME
 
6
 
 
7
mk-heartbeat - Monitor MySQL replication delay.
 
8
 
 
9
=head1 SYNOPSIS
 
10
 
 
11
This POD sample is nonsensical. Its purpose is to test every option
 
12
attribute. What are not test here are option rules (mutually exclusive,
 
13
etc.)--those are tested in pod_sample_02.txt.
 
14
 
 
15
=head1 OPTIONS
 
16
 
 
17
=over
 
18
 
 
19
=back
 
20
 
 
21
=head1 ENVIRONMENT
 
22
 
 
23
The environment variable C<MKDEBUG> enables verbose debugging output in all of the
 
24
Maatkit tools:
 
25
 
 
26
   MKDEBUG=1 mk-....
 
27
 
 
28
=head1 SYSTEM REQUIREMENTS
 
29
 
 
30
You need Perl, DBI, DBD::mysql, and some core packages that ought to be
 
31
installed in any reasonably new version of Perl.
 
32
 
 
33
=head1 SEE ALSO
 
34
 
 
35
See also L<mk-slave-delay> and L<mk-slave-restart>.
 
36
 
 
37
=head1 BUGS
 
38
 
 
39
Please use the Sourceforge bug tracker, forums, and mailing lists to request
 
40
support or report bugs: L<http://sourceforge.net/projects/maatkit/>.
 
41
 
 
42
Please include the complete command-line used to reproduce the problem you are
 
43
seeing, the version of all MySQL servers involved, the complete output of the
 
44
tool when run with L<"--version">, and if possible, debugging output produced by
 
45
running with the C<MKDEBUG=1> environment variable.
 
46
 
 
47
=head1 COPYRIGHT, LICENSE AND WARRANTY
 
48
 
 
49
This program is copyright (c) 2006 Proven Scaling LLC and SixApart Ltd, and
 
50
(c) 2007 Baron Schwartz.  Feedback and improvements are welcome.
 
51
 
 
52
THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 
53
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 
54
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
55
 
 
56
This program is free software; you can redistribute it and/or modify it under
 
57
the terms of the GNU General Public License as published by the Free Software
 
58
Foundation, version 2; OR the Perl Artistic License.  On UNIX and similar
 
59
systems, you can issue `man perlgpl' or `man perlartistic' to read these
 
60
licenses.
 
61
 
 
62
You should have received a copy of the GNU General Public License along with
 
63
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 
64
Place, Suite 330, Boston, MA  02111-1307  USA.
 
65
 
 
66
=head1 AUTHOR
 
67
 
 
68
Proven Scaling LLC, SixApart Ltd, and Baron Schwartz.
 
69
 
 
70
=head1 VERSION
 
71
 
 
72
This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 1929 $.
 
73
 
 
74
=cut