summaryrefslogtreecommitdiff
path: root/debian/additions/mysqldumpslow.1
blob: 0431ef04cbb7504ed3f18bc4f6b5c4241f5ed45d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
.SH NAME
mysqldumpslow \- Parse and summarize the MySQL slow query log.
.SH SYNOPSIS
mysqldumpslow [options]
.SH DESCRIPTION
This program parses and summarizes a 'slow query log'.

.TP
\fB\-v\fR 
verbose
.TP
\fB\-d\fR 
debug
.TP
\fB\-s=WORD\fR 
what to sort by (t, at, l, al, r, ar etc)
.TP
\fB\-r\fR  
reverse the sort order (largest last instead of first)
.TP
\fB\-t=NUMBER\fR 
just show the top n queries
.TP
\fB\-a\fR  
don't abstract all numbers to N and strings to 'S'
.TP
\fB\-n=NUMBER\fR
abstract numbers with at least n digits within names
.TP
\fB\-g=WORD\fR 
grep: only consider stmts that include this string
.TP
\fB\-h=WORD\fR
hostname of db server for *-slow.log filename (can be wildcard)
.TP
\fB\-i=WORD\fR 
name of server instance (if using mysql.server startup script)
.TP
\fB\-l\fR  
don't subtract lock time from total time

.SH "SEE ALSO"
mysql (1), mysqld (1)
.SH AUTHOR
This manpage was written by Christian Hammers <ch@debian.org> based on
the commends in the code.

MySQL is available at http://www.mysql.com/.
.\" end of man page