~percona-toolkit-dev/percona-toolkit/fix-password-comma-bug-886077

« back to all changes in this revision

Viewing changes to t/lib/samples/bash/po003.sh

  • Committer: Daniel Nichter
  • Date: 2012-02-07 20:10:11 UTC
  • mfrom: (174 2.0)
  • mto: This revision was merged to the branch mainline in revision 189.
  • Revision ID: daniel@percona.com-20120207201011-sok2c1f2ay9qr3gm
Merge trunk r174.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
 
 
3
:
 
4
 
 
5
# ############################################################################
 
6
# Documentation
 
7
# ############################################################################
 
8
:<<'DOCUMENTATION'
 
9
=pod
 
10
 
 
11
=head1 NAME
 
12
 
 
13
pt-stalk - Wait for a condition to occur then begin collecting data.
 
14
 
 
15
=head1 OPTIONS
 
16
 
 
17
=over
 
18
 
 
19
=item --disk-pct-limit
 
20
 
 
21
type: int; default: 5
 
22
 
 
23
Exit if the disk is less than this %full.
 
24
 
 
25
=item --help
 
26
 
 
27
Print help.
 
28
 
 
29
=back
 
30
 
 
31
=head1 ENVIRONMENT
 
32
 
 
33
No env vars used.
 
34
 
 
35
=cut
 
36
 
 
37
DOCUMENTATION