mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
pqd: Stop reporting apdex scores
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
# Query 1: 2.03k QPS, 0.28x concurrency, ID 0x6EE88728F6F29C72 at byte 800
|
||||
# This item is included in the report because it matches --limit.
|
||||
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.00
|
||||
# Scores: V/M = 0.00
|
||||
# Query_time sparkline: | ^ |
|
||||
# Time range: 2009-12-18 08:44:07.235011 to 08:44:07.238467
|
||||
# Attribute pct total min max avg 95% stddev median
|
||||
@@ -47,7 +47,7 @@ select * from d.t where name="adam"\G
|
||||
|
||||
# Query 2: 1.17k QPS, 0.19x concurrency, ID 0xECBCD0412B5E497A at byte 9215
|
||||
# This item is included in the report because it matches --limit.
|
||||
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.00
|
||||
# Scores: V/M = 0.00
|
||||
# Query_time sparkline: | ^ |
|
||||
# Time range: 2009-12-18 08:44:07.234727 to 08:44:07.238999
|
||||
# Attribute pct total min max avg 95% stddev median
|
||||
@@ -80,7 +80,7 @@ select * from d.t where name="daniel"\G
|
||||
|
||||
# Query 3: 1.70k QPS, 0x concurrency, ID 0x559914DA8A7B7F28 at byte 8202 _
|
||||
# This item is included in the report because it matches --limit.
|
||||
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.00
|
||||
# Scores: V/M = 0.00
|
||||
# Query_time sparkline: | |
|
||||
# Time range: 2009-12-18 08:44:07.236509 to 08:44:07.238274
|
||||
# Attribute pct total min max avg 95% stddev median
|
||||
@@ -105,11 +105,11 @@ select * from d.t where name="daniel"\G
|
||||
DEALLOCATE PREPARE 4\G
|
||||
|
||||
# Profile
|
||||
# Rank Query ID Response time Calls R/Call Apdx V/M Item
|
||||
# ==== ================== ============= ===== ====== ==== ===== ==========
|
||||
# 1 0x6EE88728F6F29C72 0.0010 54.4% 7 0.0001 1.00 0.00 SELECT d.t
|
||||
# 2 0xECBCD0412B5E497A 0.0008 45.6% 5 0.0002 1.00 0.00 SELECT d.t
|
||||
# 3 0x559914DA8A7B7F28 0.0000 0.0% 3 0.0000 1.00 0.00
|
||||
# Rank Query ID Response time Calls R/Call V/M Item
|
||||
# ==== ================== ============= ===== ====== ===== ==========
|
||||
# 1 0x6EE88728F6F29C72 0.0010 54.4% 7 0.0001 0.00 SELECT d.t
|
||||
# 2 0xECBCD0412B5E497A 0.0008 45.6% 5 0.0002 0.00 SELECT d.t
|
||||
# 3 0x559914DA8A7B7F28 0.0000 0.0% 3 0.0000 0.00
|
||||
|
||||
# Prepared statements
|
||||
# Rank Query ID PREP PREP Response EXEC EXEC Response Item
|
||||
|
||||
Reference in New Issue
Block a user