mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 13:25:01 +00:00
Add Query_time histogram to json output.
This commit is contained in:
@@ -6,6 +6,18 @@
|
||||
"checksum" : "66825DDC008FFA89",
|
||||
"distillate" : "UPDATE db?.tuningdetail_?_? db?.gonzo",
|
||||
"fingerprint" : "update d?tuningdetail_?_? n inner join d?gonzo a using(gonzo) set n.column? = a.column?, n.word? = a.word?",
|
||||
"histograms" : {
|
||||
"Query_time" : [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"metrics" : {
|
||||
"Filesort" : {
|
||||
"yes" : "0"
|
||||
|
@@ -11,6 +11,18 @@
|
||||
"ts" : "2007-12-18 11:48:27"
|
||||
},
|
||||
"fingerprint" : "update d?tuningdetail_?_? n inner join d?gonzo a using(gonzo) set n.column? = a.column?, n.word? = a.word?",
|
||||
"histograms" : {
|
||||
"Query_time" : [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"metrics" : {
|
||||
"Filesort" : {
|
||||
"yes" : "0"
|
||||
|
@@ -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