mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
38 lines
487 B
Bash
38 lines
487 B
Bash
#!/usr/bin/env bash
|
|
|
|
:
|
|
|
|
# ############################################################################
|
|
# Documentation
|
|
# ############################################################################
|
|
:<<'DOCUMENTATION'
|
|
=pod
|
|
|
|
=head1 NAME
|
|
|
|
pt-stalk - Wait for a condition to occur then begin collecting data.
|
|
|
|
=head1 OPTIONS
|
|
|
|
=over
|
|
|
|
=item --notify-by-email
|
|
|
|
type: string
|
|
|
|
something about mailing.
|
|
|
|
=item --help
|
|
|
|
Print help.
|
|
|
|
=back
|
|
|
|
=head1 ENVIRONMENT
|
|
|
|
No env vars used.
|
|
|
|
=cut
|
|
|
|
DOCUMENTATION
|