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

« back to all changes in this revision

Viewing changes to bin/pt-pmp

  • 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:
201
201
are those created by the nature of the tool (e.g. read-only tools vs. read-write
202
202
tools) and those created by bugs.
203
203
 
204
 
pt-pmp is a read-only tool.  It should be very low-risk.
 
204
pt-pmp is a read-only tool.  However, collecting GDB stacktraces is achieved by
 
205
attaching GDB to the program and printing stack traces from all threads. This
 
206
will freeze the program for some period of time, ranging from a second or so to
 
207
much longer on very busy systems with a lot of memory and many threads in the
 
208
program.  In the tool's default usage as a MySQL profiling tool, this means that
 
209
MySQL will be unresponsive while the tool runs, although if you are using the
 
210
tool to diagnose an unresponsive server, there is really no reason not to do
 
211
this.  In addition to freezing the server, there is also some risk of the server
 
212
crashing or performing badly after GDB detaches from it.
205
213
 
206
214
At the time of this release, we know of no bugs that could cause serious harm
207
215
to users.
321
329
 
322
330
=head1 COPYRIGHT, LICENSE, AND WARRANTY
323
331
 
324
 
This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc.
 
332
This program is copyright 2010-2011 Baron Schwartz, 2011-2012 Percona Inc.
325
333
Feedback and improvements are welcome.
326
334
 
327
335
THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
340
348
 
341
349
=head1 VERSION
342
350
 
343
 
Percona Toolkit v0.9.5 released 2011-08-04
 
351
pt-pmp 2.0.3
344
352
 
345
353
=cut
346
354