mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 12:47:56 +00:00
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
|
|
# Query 1: 0 QPS, 0x concurrency, ID 0x7F7D57ACDD8A346E at byte 0 ________
|
|
# This item is included in the report because it matches --limit.
|
|
# Scores: Apdex = 0.50 [1.0]*, V/M = 0.00
|
|
# Query_time sparkline: | ^ |
|
|
# Attribute pct total min max avg 95% stddev median
|
|
# ============ === ======= ======= ======= ======= ======= ======= =======
|
|
# Count 50 1
|
|
# Exec time 50 2s 2s 2s 2s 2s 0 2s
|
|
# Query_time distribution
|
|
# 1us
|
|
# 10us
|
|
# 100us
|
|
# 1ms
|
|
# 10ms
|
|
# 100ms
|
|
# 1s ################################################################
|
|
# 10s+
|
|
# Tables
|
|
# SHOW TABLE STATUS FROM `test` LIKE 'n'\G
|
|
# SHOW CREATE TABLE `test`.`n`\G
|
|
# EXPLAIN /*!50100 PARTITIONS*/
|
|
select sleep(2) from n\G
|
|
|
|
# Query 2: 0 QPS, 0x concurrency, ID 0x3A99CC42AEDCCFCD at byte 359 ______
|
|
# This item is included in the report because it matches --limit.
|
|
# Scores: Apdex = 0.50 [1.0]*, V/M = 0.00
|
|
# Query_time sparkline: | ^ |
|
|
# Attribute pct total min max avg 95% stddev median
|
|
# ============ === ======= ======= ======= ======= ======= ======= =======
|
|
# Count 50 1
|
|
# Exec time 50 2s 2s 2s 2s 2s 0 2s
|
|
# Query_time distribution
|
|
# 1us
|
|
# 10us
|
|
# 100us
|
|
# 1ms
|
|
# 10ms
|
|
# 100ms
|
|
# 1s ################################################################
|
|
# 10s+
|
|
# Tables
|
|
# SHOW TABLE STATUS FROM `test` LIKE 'n'\G
|
|
# SHOW CREATE TABLE `test`.`n`\G
|
|
# EXPLAIN /*!50100 PARTITIONS*/
|
|
select sleep(2) from test.n\G
|