~percona-toolkit-dev/percona-toolkit/mysql-5.6-test-fixes

« back to all changes in this revision

Viewing changes to t/pt-query-digest/samples/binlog001.txt

  • Committer: Daniel Nichter
  • Date: 2011-06-24 22:02:05 UTC
  • Revision ID: daniel@percona.com-20110624220205-e779cao9hcwyly1w
Add forked Maatkit tools in bin/ and their tests in t/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# Overall: 6 total, 8 unique, 0.13 QPS, 2.70kx concurrency _______________
 
3
# Time range: 2007-12-07 12:02:07 to 12:02:53
 
4
# Attribute          total     min     max     avg     95%  stddev  median
 
5
# ============     ======= ======= ======= ======= ======= ======= =======
 
6
# Exec time        124029s  20661s  20704s  20672s  19861s       0  19861s
 
7
# Query size         1.36k       5     363  139.10  329.68  127.46  166.51
 
8
# @@session.ch           8       8       8       8       8       0       8
 
9
# @@session.co           8       8       8       8       8       0       8
 
10
# @@session.co           8       8       8       8       8       0       8
 
11
# @@session.fo           1       1       1       1       1       0       1
 
12
# @@session.sq           1       1       1       1       1       0       1
 
13
# @@session.sq           0       0       0       0       0       0       0
 
14
# @@session.un           1       1       1       1       1       0       1
 
15
# error code             0       0       0       0       0       0       0
 
16
 
 
17
# Query 1: 0 QPS, 0x concurrency, ID 0xCD948EAF18BC614E at byte 953 ______
 
18
# Scores: Apdex = 0.00 [1.0]*, V/M = 0.00
 
19
# Query_time sparkline: |       ^|
 
20
# Time range: all events occurred at 2007-12-07 12:02:08
 
21
# Attribute    pct   total     min     max     avg     95%  stddev  median
 
22
# ============ === ======= ======= ======= ======= ======= ======= =======
 
23
# Count         16       1
 
24
# Exec time     16  20704s  20704s  20704s  20704s  20704s       0  20704s
 
25
# Query size    26     363     363     363     363     363       0     363
 
26
# error code     0       0       0       0       0       0       0       0
 
27
# String:
 
28
# Databases    test1
 
29
# Query_time distribution
 
30
#   1us
 
31
#  10us
 
32
# 100us
 
33
#   1ms
 
34
#  10ms
 
35
# 100ms
 
36
#    1s
 
37
#  10s+  ################################################################
 
38
# Tables
 
39
#    SHOW TABLE STATUS FROM `test4` LIKE 'tbl9'\G
 
40
#    SHOW CREATE TABLE `test4`.`tbl9`\G
 
41
#    SHOW TABLE STATUS FROM `test3` LIKE 'tblo'\G
 
42
#    SHOW CREATE TABLE `test3`.`tblo`\G
 
43
#    SHOW TABLE STATUS FROM `test3` LIKE 'tbl2'\G
 
44
#    SHOW CREATE TABLE `test3`.`tbl2`\G
 
45
replace into test4.tbl9(tbl5, day, todo, comment)
 
46
 select distinct o.tbl5, date(o.col3), 'misc', right('foo', 50)
 
47
      from test3.tblo as o
 
48
         inner join test3.tbl2 as e on o.animal = e.animal and o.oid = e.oid
 
49
      where e.tblo is not null
 
50
         and o.col1 > 0
 
51
         and o.tbl2 is null
 
52
         and o.col3 >= date_sub(current_date, interval 30 day)\G
 
53
 
 
54
# Query 2: 0 QPS, 0x concurrency, ID 0xC356FD9EFD7D799E at byte 605 ______
 
55
# Scores: Apdex = 0.00 [1.0]*, V/M = 0.00
 
56
# Query_time sparkline: |       ^|
 
57
# Time range: all events occurred at 2007-12-07 12:02:07
 
58
# Attribute    pct   total     min     max     avg     95%  stddev  median
 
59
# ============ === ======= ======= ======= ======= ======= ======= =======
 
60
# Count         16       1
 
61
# Exec time     16  20675s  20675s  20675s  20675s  20675s       0  20675s
 
62
# Query size    12     179     179     179     179     179       0     179
 
63
# error code     0       0       0       0       0       0       0       0
 
64
# String:
 
65
# Databases    test1
 
66
# Query_time distribution
 
67
#   1us
 
68
#  10us
 
69
# 100us
 
70
#   1ms
 
71
#  10ms
 
72
# 100ms
 
73
#    1s
 
74
#  10s+  ################################################################
 
75
# Tables
 
76
#    SHOW TABLE STATUS FROM `test3` LIKE 'tblo'\G
 
77
#    SHOW CREATE TABLE `test3`.`tblo`\G
 
78
#    SHOW TABLE STATUS FROM `test3` LIKE 'tbl2'\G
 
79
#    SHOW CREATE TABLE `test3`.`tbl2`\G
 
80
update test3.tblo as o
 
81
         inner join test3.tbl2 as e on o.animal = e.animal and o.oid = e.oid
 
82
      set e.tblo = o.tblo,
 
83
          e.col3 = o.col3
 
84
      where e.tblo is null\G
 
85
# Converted for EXPLAIN
 
86
# EXPLAIN /*!50100 PARTITIONS*/
 
87
select  e.tblo = o.tblo,
 
88
          e.col3 = o.col3 from test3.tblo as o
 
89
         inner join test3.tbl2 as e on o.animal = e.animal and o.oid = e.oid where  e.tblo is null\G
 
90
 
 
91
# Query 3: 0 QPS, 0x concurrency, ID 0xB5E55291C7DE1096 at byte 1469 _____
 
92
# Scores: Apdex = 0.00 [1.0]*, V/M = 0.00
 
93
# Query_time sparkline: |       ^|
 
94
# Time range: all events occurred at 2007-12-07 12:02:50
 
95
# Attribute    pct   total     min     max     avg     95%  stddev  median
 
96
# ============ === ======= ======= ======= ======= ======= ======= =======
 
97
# Count         16       1
 
98
# Exec time     16  20664s  20664s  20664s  20664s  20664s       0  20664s
 
99
# Query size    12     170     170     170     170     170       0     170
 
100
# error code     0       0       0       0       0       0       0       0
 
101
# String:
 
102
# Databases    test1
 
103
# Query_time distribution
 
104
#   1us
 
105
#  10us
 
106
# 100us
 
107
#   1ms
 
108
#  10ms
 
109
# 100ms
 
110
#    1s
 
111
#  10s+  ################################################################
 
112
# Tables
 
113
#    SHOW TABLE STATUS FROM `test3` LIKE 'tblo'\G
 
114
#    SHOW CREATE TABLE `test3`.`tblo`\G
 
115
#    SHOW TABLE STATUS FROM `test3` LIKE 'tbl2'\G
 
116
#    SHOW CREATE TABLE `test3`.`tbl2`\G
 
117
update test3.tblo as o inner join test3.tbl2 as e
 
118
 on o.animal = e.animal and o.oid = e.oid
 
119
      set o.tbl2 = e.tbl2,
 
120
          e.col9 = now()
 
121
      where o.tbl2 is null\G
 
122
# Converted for EXPLAIN
 
123
# EXPLAIN /*!50100 PARTITIONS*/
 
124
select  o.tbl2 = e.tbl2,
 
125
          e.col9 = now() from test3.tblo as o inner join test3.tbl2 as e
 
126
 on o.animal = e.animal and o.oid = e.oid where  o.tbl2 is null\G
 
127
 
 
128
# Query 4: 0 QPS, 0x concurrency, ID 0x85FFF5AA78E5FF6A at byte 146 ______
 
129
# Scores: Apdex = 0.00 [1.0]*, V/M = 0.00
 
130
# Query_time sparkline: |       ^|
 
131
# Time range: all events occurred at 2007-12-07 12:02:50
 
132
# Attribute    pct   total     min     max     avg     95%  stddev  median
 
133
# ============ === ======= ======= ======= ======= ======= ======= =======
 
134
# Count         16       1
 
135
# Exec time     16  20664s  20664s  20664s  20664s  20664s       0  20664s
 
136
# Query size     0       5       5       5       5       5       0       5
 
137
# @@session.ch 100       8       8       8       8       8       0       8
 
138
# @@session.co 100       8       8       8       8       8       0       8
 
139
# @@session.co 100       8       8       8       8       8       0       8
 
140
# @@session.fo 100       1       1       1       1       1       0       1
 
141
# @@session.sq 100       1       1       1       1       1       0       1
 
142
# @@session.sq   0       0       0       0       0       0       0       0
 
143
# @@session.un 100       1       1       1       1       1       0       1
 
144
# error code     0       0       0       0       0       0       0       0
 
145
# String:
 
146
# @@session.ti 'system'
 
147
# Query_time distribution
 
148
#   1us
 
149
#  10us
 
150
# 100us
 
151
#   1ms
 
152
#  10ms
 
153
# 100ms
 
154
#    1s
 
155
#  10s+  ################################################################
 
156
BEGIN\G
 
157
 
 
158
# Query 5: 0 QPS, 0x concurrency, ID 0xED69B13F3D0161D0 at byte 2479 _____
 
159
# Scores: Apdex = 0.00 [1.0]*, V/M = 0.00
 
160
# Query_time sparkline: |       ^|
 
161
# Time range: all events occurred at 2007-12-07 12:02:53
 
162
# Attribute    pct   total     min     max     avg     95%  stddev  median
 
163
# ============ === ======= ======= ======= ======= ======= ======= =======
 
164
# Count         16       1
 
165
# Exec time     16  20661s  20661s  20661s  20661s  20661s       0  20661s
 
166
# Query size    16     228     228     228     228     228       0     228
 
167
# error code     0       0       0       0       0       0       0       0
 
168
# String:
 
169
# Databases    test1
 
170
# Query_time distribution
 
171
#   1us
 
172
#  10us
 
173
# 100us
 
174
#   1ms
 
175
#  10ms
 
176
# 100ms
 
177
#    1s
 
178
#  10s+  ################################################################
 
179
# Tables
 
180
#    SHOW TABLE STATUS FROM `test2` LIKE 'tbl8'\G
 
181
#    SHOW CREATE TABLE `test2`.`tbl8`\G
 
182
update test2.tbl8
 
183
      set last2metric1 = last1metric1, last2time = last1time,
 
184
         last1metric1 = last0metric1, last1time = last0time,
 
185
         last0metric1 = ondeckmetric1, last0time = now()
 
186
      where tbl8 in (10800712)\G
 
187
# Converted for EXPLAIN
 
188
# EXPLAIN /*!50100 PARTITIONS*/
 
189
select  last2metric1 = last1metric1, last2time = last1time,
 
190
         last1metric1 = last0metric1, last1time = last0time,
 
191
         last0metric1 = ondeckmetric1, last0time = now() from test2.tbl8 where  tbl8 in (10800712)\G
 
192
 
 
193
# Query 6: 0 QPS, 0x concurrency, ID 0x79BFEA84D0CED05F at byte 1889 _____
 
194
# Scores: Apdex = 0.00 [1.0]*, V/M = 0.00
 
195
# Query_time sparkline: |       ^|
 
196
# Time range: all events occurred at 2007-12-07 12:02:53
 
197
# Attribute    pct   total     min     max     avg     95%  stddev  median
 
198
# ============ === ======= ======= ======= ======= ======= ======= =======
 
199
# Count         16       1
 
200
# Exec time     16  20661s  20661s  20661s  20661s  20661s       0  20661s
 
201
# Query size    24     341     341     341     341     341       0     341
 
202
# error code     0       0       0       0       0       0       0       0
 
203
# String:
 
204
# Databases    test1
 
205
# Query_time distribution
 
206
#   1us
 
207
#  10us
 
208
# 100us
 
209
#   1ms
 
210
#  10ms
 
211
# 100ms
 
212
#    1s
 
213
#  10s+  ################################################################
 
214
# Tables
 
215
#    SHOW TABLE STATUS FROM `test1` LIKE 'tbl6'\G
 
216
#    SHOW CREATE TABLE `test1`.`tbl6`\G
 
217
insert into test1.tbl6
 
218
      (day, tbl5, misccol9type, misccol9, metric11, metric12, secs)
 
219
      values
 
220
      (convert_tz(current_timestamp,'EST5EDT','PST8PDT'), '239', 'foo', 'bar', 1, '1', '16.3574378490448')
 
221
      on duplicate key update metric11 = metric11 + 1,
 
222
         metric12 = metric12 + values(metric12), secs = secs + values(secs)\G
 
223
 
 
224
# Profile
 
225
# Rank Query ID           Response time    Calls R/Call     Apdx V/M   Ite
 
226
# ==== ================== ================ ===== ========== ==== ===== ===
 
227
#    1 0xCD948EAF18BC614E 20704.0000 16.7%     1 20704.0000 0.00  0.00 REPLACE SELECT test?.tbl? test?.tblo test?.tbl?
 
228
#    2 0xC356FD9EFD7D799E 20675.0000 16.7%     1 20675.0000 0.00  0.00 UPDATE test?.tblo test?.tbl?
 
229
#    3 0xB5E55291C7DE1096 20664.0000 16.7%     1 20664.0000 0.00  0.00 UPDATE test?.tblo test?.tbl?
 
230
#    4 0x85FFF5AA78E5FF6A 20664.0000 16.7%     1 20664.0000 0.00  0.00 BEGIN
 
231
#    5 0xED69B13F3D0161D0 20661.0000 16.7%     1 20661.0000 0.00  0.00 UPDATE test?.tbl?
 
232
#    6 0x79BFEA84D0CED05F 20661.0000 16.7%     1 20661.0000 0.00  0.00 INSERT UPDATE test?.tbl?