mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-30 01:01:51 +08:00
pqd: Stop reporting apdex scores
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
# Query 1: 1.33 QPS, 0.00x concurrency, ID 0x208AC308FD716D83 at byte 454
|
||||
# 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: 2010-06-24 11:48:27 to 11:48:30
|
||||
# Attribute pct total min max avg 95% stddev median
|
||||
@@ -28,6 +28,6 @@
|
||||
SELECT * FROM `products` ORDER BY name, shape asc\G
|
||||
|
||||
# Profile
|
||||
# Rank Query ID Response time Calls R/Call Apdx V/M Item
|
||||
# ==== ================== ============= ===== ====== ==== ===== ==========
|
||||
# 1 0x208AC308FD716D83 0.0001 100.0% 4 0.0000 1.00 0.00 SELECT products
|
||||
# Rank Query ID Response time Calls R/Call V/M Item
|
||||
# ==== ================== ============= ===== ====== ===== ===============
|
||||
# 1 0x208AC308FD716D83 0.0001 100.0% 4 0.0000 0.00 SELECT products
|
||||
|
||||
Reference in New Issue
Block a user