mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
This commit is contained in:
40
t/lib/samples/QueryReportFormatter/report001.txt
Normal file
40
t/lib/samples/QueryReportFormatter/report001.txt
Normal file
@@ -0,0 +1,40 @@
|
||||
|
||||
# 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 0x5796997451B1FA1D at byte 123 ______
|
||||
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.00
|
||||
# Query_time sparkline: | ^ |
|
||||
# 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 Apdx V/M Item
|
||||
# ==== ================== ============= ===== ====== ==== ===== ==========
|
||||
# 1 0x5796997451B1FA1D 1.0007 100.0% 1 1.0007 1.00 0.00 SELECT tbl
|
Reference in New Issue
Block a user