mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
82 lines
3.4 KiB
Plaintext
82 lines
3.4 KiB
Plaintext
|
|
# Query 1: 0 QPS, 0x concurrency, ID 0xB211BA2B8D6D065C at byte 3374 _____
|
|
# This item is included in the report because it matches --limit.
|
|
# Scores: V/M = 0.00
|
|
# Time range: all events occurred at 2007-12-18 11:48:27
|
|
# Attribute pct total min max avg 95% stddev median
|
|
# ============ === ======= ======= ======= ======= ======= ======= =======
|
|
# Count 25 2
|
|
# Exec time 0 1ms 530us 530us 530us 530us 0 530us
|
|
# Lock time 17 54us 27us 27us 27us 27us 0 27us
|
|
# Rows sent 0 0 0 0 0 0 0 0
|
|
# Rows examine 0 0 0 0 0 0 0 0
|
|
# Merge passes 0 0 0 0 0 0 0 0
|
|
# Query size 16 82 41 41 41 41 0 41
|
|
# InnoDB:
|
|
# IO r bytes 0 0 0 0 0 0 0 0
|
|
# IO r ops 0 0 0 0 0 0 0 0
|
|
# IO r wait 0 0 0 0 0 0 0 0
|
|
# pages distin 33 36 18 18 18 18 0 18
|
|
# queue wait 0 0 0 0 0 0 0 0
|
|
# rec lock wai 0 0 0 0 0 0 0 0
|
|
# String:
|
|
# Databases db1
|
|
# Hosts
|
|
# Users [SQL_SLAVE]
|
|
# Query_time distribution
|
|
# 1us
|
|
# 10us
|
|
# 100us ################################################################
|
|
# 1ms
|
|
# 10ms
|
|
# 100ms
|
|
# 1s
|
|
# 10s+
|
|
# Tables
|
|
# SHOW TABLE STATUS FROM `foo` LIKE 'bar'\G
|
|
# SHOW CREATE TABLE `foo`.`bar`\G
|
|
UPDATE foo.bar
|
|
SET biz = '91848182522'\G
|
|
# Converted for EXPLAIN
|
|
# EXPLAIN /*!50100 PARTITIONS*/
|
|
select biz = '91848182522' from foo.bar \G
|
|
|
|
# Query 2: 0 QPS, 0x concurrency, ID 0x7546F89214254F2F at byte 815 ______
|
|
# This item is included in the report because it matches --limit.
|
|
# Scores: V/M = 0.00
|
|
# Time range: all events occurred at 2007-12-18 11:48:27
|
|
# Attribute pct total min max avg 95% stddev median
|
|
# ============ === ======= ======= ======= ======= ======= ======= =======
|
|
# Count 12 1
|
|
# Exec time 0 512us 512us 512us 512us 512us 0 512us
|
|
# Lock time 25 77us 77us 77us 77us 77us 0 77us
|
|
# Rows sent 0 0 0 0 0 0 0 0
|
|
# Rows examine 0 0 0 0 0 0 0 0
|
|
# Merge passes 0 0 0 0 0 0 0 0
|
|
# Query size 13 66 66 66 66 66 0 66
|
|
# InnoDB:
|
|
# IO r bytes 0 0 0 0 0 0 0 0
|
|
# IO r ops 0 0 0 0 0 0 0 0
|
|
# IO r wait 0 0 0 0 0 0 0 0
|
|
# pages distin 22 24 24 24 24 24 0 24
|
|
# queue wait 0 0 0 0 0 0 0 0
|
|
# rec lock wai 0 0 0 0 0 0 0 0
|
|
# String:
|
|
# Databases db1
|
|
# Hosts
|
|
# Users [SQL_SLAVE]
|
|
# Query_time distribution
|
|
# 1us
|
|
# 10us
|
|
# 100us ################################################################
|
|
# 1ms
|
|
# 10ms
|
|
# 100ms
|
|
# 1s
|
|
# 10s+
|
|
# Tables
|
|
# SHOW TABLE STATUS FROM `db3` LIKE 'vendor11gonzo'\G
|
|
# SHOW CREATE TABLE `db3`.`vendor11gonzo`\G
|
|
INSERT INTO db3.vendor11gonzo (makef, bizzle)
|
|
VALUES ('', 'Exact')\G
|