chronograf/protoboards/apache.json

1 line
1.0 KiB
JSON
Raw Normal View History

{"id":"8cea997f-4d38-488b-b85e-c4f6cd779226","meta":{"name":"apache","version":"1.0","dashboardVersion":"1.x","description":"Dashboard for the telegraf input plug-in: Apache","author":"influxdata","license":"MIT","icon":"","url":"https://github.com/influxdata/telegraf/tree/master/plugins/inputs/apache"},"data":{"cells":[{"w":4,"h":4,"name":"Apache Bytes/Second","queries":[{"query":"SELECT non_negative_derivative(max(\"BytesPerSec\")) AS \"bytes_per_sec\" FROM \":db:\".\":rp:\".\"apache\"","groupbys":["\"server\""],"label":"bytes/s"}],"measurement":"apache"},{"w":4,"h":4,"name":"Apache - Requests/Second","queries":[{"query":"SELECT non_negative_derivative(max(\"ReqPerSec\")) AS \"req_per_sec\" FROM \":db:\".\":rp:\".\"apache\"","groupbys":["\"server\""],"label":"requests/s"}],"measurement":"apache"},{"w":4,"h":4,"name":"Apache - Total Accesses","queries":[{"query":"SELECT non_negative_derivative(max(\"TotalAccesses\")) AS \"tot_access\" FROM \":db:\".\":rp:\".\"apache\"","groupbys":["\"server\""],"label":"accesses/s"}],"measurement":"apache"}]}}