mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Add Query_time histogram to json output.
This commit is contained in:
@@ -11,6 +11,18 @@
|
||||
"ts" : "2009-12-08 09:23:49.637394"
|
||||
},
|
||||
"fingerprint" : "prepare select i from d.t where i=?",
|
||||
"histograms" : {
|
||||
"Query_time" : [
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"metrics" : {
|
||||
"No_good_index_used" : {
|
||||
"yes" : "0"
|
||||
@@ -75,6 +87,18 @@
|
||||
"ts" : "2009-12-08 09:23:49.637892"
|
||||
},
|
||||
"fingerprint" : "execute select i from d.t where i=?",
|
||||
"histograms" : {
|
||||
"Query_time" : [
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"metrics" : {
|
||||
"No_good_index_used" : {
|
||||
"yes" : "0"
|
||||
@@ -138,6 +162,18 @@
|
||||
"ts" : "2009-12-08 09:23:49.638381"
|
||||
},
|
||||
"fingerprint" : "administrator command: Quit",
|
||||
"histograms" : {
|
||||
"Query_time" : [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"metrics" : {
|
||||
"No_good_index_used" : {
|
||||
"yes" : "0"
|
||||
|
Reference in New Issue
Block a user