~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/tcpdump022.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
# Query 1: 0 QPS, 0x concurrency, ID 0xC30A1A850F4E510F at byte 0 ________
 
3
# This item is included in the report because it matches --limit.
 
4
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.00
 
5
# Query_time sparkline: |  ^     |
 
6
# Time range: all events occurred at 2009-12-08 13:41:12.811188
 
7
# Attribute    pct   total     min     max     avg     95%  stddev  median
 
8
# ============ === ======= ======= ======= ======= ======= ======= =======
 
9
# Count         50       1
 
10
# Exec time     61   303us   303us   303us   303us   303us       0   303us
 
11
# Rows affecte   0       0       0       0       0       0       0       0
 
12
# Query size    47      46      46      46      46      46       0      46
 
13
# Warning coun   0       0       0       0       0       0       0       0
 
14
# String:
 
15
# Errors       none
 
16
# Hosts        127.0.0.1
 
17
# Statement id 2
 
18
# Query_time distribution
 
19
#   1us
 
20
#  10us
 
21
# 100us  ################################################################
 
22
#   1ms
 
23
#  10ms
 
24
# 100ms
 
25
#    1s
 
26
#  10s+
 
27
# Tables
 
28
#    SHOW TABLE STATUS FROM `d` LIKE 't2'\G
 
29
#    SHOW CREATE TABLE `d`.`t2`\G
 
30
PREPARE SELECT i,j FROM d.t2 WHERE i=? AND j=?\G
 
31
# Converted for EXPLAIN
 
32
# EXPLAIN /*!50100 PARTITIONS*/
 
33
SELECT i,j FROM d.t2 WHERE i=? AND j=?\G
 
34
 
 
35
# Query 2: 0 QPS, 0x concurrency, ID 0x26EEAE2EADD904A1 at byte 1330 _____
 
36
# This item is included in the report because it matches --limit.
 
37
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.00
 
38
# Query_time sparkline: |  ^     |
 
39
# Time range: all events occurred at 2009-12-08 13:41:12.811591
 
40
# Attribute    pct   total     min     max     avg     95%  stddev  median
 
41
# ============ === ======= ======= ======= ======= ======= ======= =======
 
42
# Count         50       1
 
43
# Exec time     38   186us   186us   186us   186us   186us       0   186us
 
44
# Rows affecte   0       0       0       0       0       0       0       0
 
45
# Query size    52      51      51      51      51      51       0      51
 
46
# Warning coun   0       0       0       0       0       0       0       0
 
47
# String:
 
48
# Errors       none
 
49
# Hosts        127.0.0.1
 
50
# Statement id 2
 
51
# Query_time distribution
 
52
#   1us
 
53
#  10us
 
54
# 100us  ################################################################
 
55
#   1ms
 
56
#  10ms
 
57
# 100ms
 
58
#    1s
 
59
#  10s+
 
60
# Tables
 
61
#    SHOW TABLE STATUS FROM `d` LIKE 't2'\G
 
62
#    SHOW CREATE TABLE `d`.`t2`\G
 
63
EXECUTE SELECT i,j FROM d.t2 WHERE i=NULL AND j="5"\G
 
64
# Converted for EXPLAIN
 
65
# EXPLAIN /*!50100 PARTITIONS*/
 
66
SELECT i,j FROM d.t2 WHERE i=NULL AND j="5"\G