summaryrefslogtreecommitdiff
path: root/elastic/templates/visualization-visState-resources.mustache
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-07-10 07:28:41 -0300
committerdrebs <drebs@riseup.net>2017-07-10 07:28:41 -0300
commite1b9588d8d6bd2239befe252f138837076614d0e (patch)
tree914a58c334e2b34d26d572e101bca462e8924d39 /elastic/templates/visualization-visState-resources.mustache
parentf82a901670d44ced621841110380d1ff0476c994 (diff)
[elastic] separate cpu and memory graphs
Diffstat (limited to 'elastic/templates/visualization-visState-resources.mustache')
-rw-r--r--elastic/templates/visualization-visState-resources.mustache141
1 files changed, 0 insertions, 141 deletions
diff --git a/elastic/templates/visualization-visState-resources.mustache b/elastic/templates/visualization-visState-resources.mustache
deleted file mode 100644
index 53b008a..0000000
--- a/elastic/templates/visualization-visState-resources.mustache
+++ /dev/null
@@ -1,141 +0,0 @@
-{
- "aggs" : [
- {
- "type" : "avg",
- "enabled" : true,
- "params" : {
- "field" : "extra_info.cpu_percent",
- "customLabel" : "CPU usage (%)"
- },
- "schema" : "metric",
- "id" : "1"
- },
- {
- "id" : "2",
- "schema" : "segment",
- "type" : "terms",
- "enabled" : true,
- "params" : {
- "orderAgg" : {
- "id" : "2-orderAgg",
- "schema" : "orderAgg",
- "params" : {
- "field" : "commit_info.time"
- },
- "type" : "min",
- "enabled" : true
- },
- "orderBy" : "custom",
- "customLabel" : "Commit info: id and date",
- "order" : "asc",
- "size" : 1000,
- "field" : "commit_id_and_date"
- }
- },
- {
- "schema" : "metric",
- "id" : "3",
- "params" : {
- "field" : "extra_info.memory_percent.stats.max",
- "customLabel" : "Memory usage (%)"
- },
- "type" : "avg",
- "enabled" : true
- }
- ],
- "title" : "Resources used by {{{test_name}}}",
- "params" : {
- "valueAxes" : [
- {
- "scale" : {
- "mode" : "normal",
- "type" : "linear"
- },
- "position" : "left",
- "type" : "value",
- "title" : {
- "text" : ""
- },
- "name" : "LeftAxis-1",
- "id" : "ValueAxis-1",
- "style" : {},
- "labels" : {
- "show" : true,
- "filter" : false,
- "rotate" : 0,
- "truncate" : 100
- },
- "show" : true
- }
- ],
- "legendPosition" : "right",
- "seriesParams" : [
- {
- "showCircles" : true,
- "type" : "line",
- "interpolate" : "linear",
- "data" : {
- "id" : "1",
- "label" : "CPU usage (%)"
- },
- "drawLinesBetweenPoints" : true,
- "show" : true,
- "lineWidth" : 2,
- "valueAxis" : "ValueAxis-1",
- "mode" : "normal"
- },
- {
- "showCircles" : true,
- "interpolate" : "linear",
- "type" : "line",
- "data" : {
- "label" : "Memory usage (%)",
- "id" : "3"
- },
- "drawLinesBetweenPoints" : true,
- "show" : true,
- "mode" : "normal",
- "valueAxis" : "ValueAxis-1",
- "lineWidth" : 2
- }
- ],
- "setYExtents" : false,
- "defaultYExtents" : false,
- "radiusRatio" : 9,
- "grid" : {
- "categoryLines" : false,
- "style" : {
- "color" : "#eee"
- }
- },
- "times" : [],
- "interpolate" : "linear",
- "showCircles" : true,
- "scale" : "linear",
- "addTimeMarker" : false,
- "addLegend" : true,
- "addTooltip" : true,
- "drawLinesBetweenPoints" : true,
- "categoryAxes" : [
- {
- "id" : "CategoryAxis-1",
- "style" : {},
- "labels" : {
- "show" : true,
- "truncate" : 100
- },
- "show" : false,
- "scale" : {
- "type" : "linear"
- },
- "position" : "bottom",
- "type" : "category",
- "title" : {
- "text" : "Commit info: id and date"
- }
- }
- ]
- },
- "type" : "line",
- "listeners" : {}
-}