mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
pqd: Stop reporting apdex scores
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
# Query 1: 2.13 QPS, 0.36x concurrency, ID 0xE3A3649C5FAC418D at byte 2548
|
||||
# This item is included in the report because it matches --limit.
|
||||
# Scores: Apdex = 1.00 [1.0]*, V/M = 0.19
|
||||
# Scores: V/M = 0.19
|
||||
# Query_time sparkline: | ^ ^ |
|
||||
# Time range: 2009-04-12 11:00:13.118643 to 11:00:14.999999
|
||||
# Attribute pct total min max avg 95% stddev median
|
||||
@@ -36,6 +36,6 @@
|
||||
select @@version_comment limit 1\G
|
||||
|
||||
# Profile
|
||||
# Rank Query ID Response time Calls R/Call Apdx V/M Item
|
||||
# ==== ================== ============= ===== ====== ==== ===== ======
|
||||
# 1 0xE3A3649C5FAC418D 0.6696 100.0% 4 0.1674 1.00 0.19 SELECT
|
||||
# Rank Query ID Response time Calls R/Call V/M Item
|
||||
# ==== ================== ============= ===== ====== ===== ======
|
||||
# 1 0xE3A3649C5FAC418D 0.6696 100.0% 4 0.1674 0.19 SELECT
|
||||
|
Reference in New Issue
Block a user