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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
# Overall: 7 total, 4 unique, 0 QPS, 0x concurrency ______________________
# Time range: 2017-12-08T14:56:57.252473-07:00 to 2017-12-08T14:56:57.253694-07:00
# Attribute total min max avg 95% stddev median
# ============ ======= ======= ======= ======= ======= ======= =======
# Exec time 0 0 0 0 0 0 0
# Query size 161 5 42 23 40.45 15.07 28.75
# Query 1: 0 QPS, 0x concurrency, ID 0xBA7E77F4CCD756FC9617DE062D3FFA8D at byte 912
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: 2017-12-08T14:56:57.252565-07:00 to 2017-12-08T14:56:57.253412-07:00
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 28 2
# Exec time 0 0 0 0 0 0 0 0
# Query size 52 84 42 42 42 42 0 42
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms
# 10ms
# 100ms
# 1s
# 10s+
# Tables
# SHOW TABLE STATUS LIKE 'Xid_log_event'\G
# SHOW CREATE TABLE `Xid_log_event`\G
COMMIT /* implicit, from Xid_log_event */ \G
# Query 2: 0 QPS, 0x concurrency, ID 0x44B4197B8790DED42342554AF88317C9 at byte 780
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: 2017-12-08T14:56:57.252473-07:00 to 2017-12-08T14:56:57.253326-07:00
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 28 2
# Exec time 0 0 0 0 0 0 0 0
# Query size 7 12 6 6 6 6 0 6
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms
# 10ms
# 100ms
# 1s
# 10s+
BEGIN \G
# Query 3: 0 QPS, 0x concurrency, ID 0x2A89113BB920BA301228F184663C8627 at byte 566
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: 2017-12-08T14:56:57.252668-07:00 to 2017-12-08T14:56:57.252705-07:00
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 28 2
# Exec time 0 0 0 0 0 0 0 0
# Query size 37 60 30 30 30 30 0 30
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms
# 10ms
# 100ms
# 1s
# 10s+
administrator command: Execute\G
# Query 4: 0 QPS, 0x concurrency, ID 0x8D589AFA4DFAEEED85FFF5AA78E5FF6A at byte 959
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: all events occurred at 2017-12-08T14:56:57.253694-07:00
# Attribute pct total min max avg 95% stddev median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count 14 1
# Exec time 0 0 0 0 0 0 0 0
# Query size 3 5 5 5 5 5 0 5
# Query_time distribution
# 1us
# 10us
# 100us
# 1ms
# 10ms
# 100ms
# 1s
# 10s+
BEGIN\G
# Profile
# Rank Query ID Response time Calls R/Call V/M
# ==== ================================== ============= ===== ====== =====
# 1 0xBA7E77F4CCD756FC9617DE062D3FFA8D 0.0000 0.0% 2 0.0000 0.00 COMMIT Xid_log_event
# 2 0x44B4197B8790DED42342554AF88317C9 0.0000 0.0% 2 0.0000 0.00 BEGIN
# 3 0x2A89113BB920BA301228F184663C8627 0.0000 0.0% 2 0.0000 0.00 ADMIN EXECUTE
# 4 0x8D589AFA4DFAEEED85FFF5AA78E5FF6A 0.0000 0.0% 1 0.0000 0.00 BEGIN
|