
# Overall: 1 total, 1 unique, 0 QPS, 0x concurrency ______________________
# Time range: all events occurred at 2007-10-15 21:43:52
# Attribute          total     min     max     avg     95%  stddev  median
# ============     ======= ======= ======= ======= ======= ======= =======
# Exec time             1s      1s      1s      1s      1s       0      1s
# Lock time            1ms     1ms     1ms     1ms     1ms       0     1ms

# Query 1: 0 QPS, 0x concurrency, ID 0x1E49D897CED25CB05796997451B1FA1D at byte 123
# Scores: V/M = 0.00
# Time range: all events occurred at 2007-10-15 21:43:52
# Attribute    pct   total     min     max     avg     95%  stddev  median
# ============ === ======= ======= ======= ======= ======= ======= =======
# Count        100       1
# Exec time    100      1s      1s      1s      1s      1s       0      1s
# Lock time    100     1ms     1ms     1ms     1ms     1ms       0     1ms
# String:
# cmd          Query
# Databases    foodb
# Query_time distribution
#   1us
#  10us
# 100us
#   1ms
#  10ms
# 100ms
#    1s  ################################################################
#  10s+
# Tables
#    SHOW TABLE STATUS FROM `foodb` LIKE 'tbl'\G
#    SHOW CREATE TABLE `foodb`.`tbl`\G
# CRC 926
# EXPLAIN /*!50100 PARTITIONS*/
select col from tbl where id=42\G

# Profile
# Rank Query ID                            Response time Calls R/Call V/M 
# ==== =================================== ============= ===== ====== ====
#    1 0x1E49D897CED25CB05796997451B1FA1D  1.0007 100.0%     1 1.0007  0.00 SELECT tbl
