mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
{
|
|
"links" : {
|
|
"send_data" : "/query-monitor"
|
|
},
|
|
"name" : "query-monitor",
|
|
"run_schedule" : "1 * * * *",
|
|
"runs" : [
|
|
{
|
|
"number" : "0",
|
|
"options" : "--report-format profile slow008.txt",
|
|
"output" : "spool",
|
|
"program" : "pt-query-digest"
|
|
}
|
|
],
|
|
"spool_schedule" : "2 * * * *"
|
|
}
|