Skip to content

Commit

Permalink
Use average of recent values for cpu & memory calculations
Browse files Browse the repository at this point in the history
Signed-off-by: David Martin <[email protected]>
  • Loading branch information
david-martin committed Oct 22, 2024
1 parent 51134c5 commit c808fea
Showing 1 changed file with 30 additions and 43 deletions.
73 changes: 30 additions & 43 deletions scale_test/comparison.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
{
"id": "1",
"settings": {
"size": "500"
"size": "1000"
},
"type": "raw_data"
}
Expand All @@ -894,7 +894,7 @@
{
"id": "1",
"settings": {
"size": "500"
"size": "1000"
},
"type": "raw_data"
}
Expand Down Expand Up @@ -959,13 +959,13 @@
},
"UUID 1 Value": {
"aggregations": [
"lastNotNull"
"mean"
],
"operation": "aggregate"
},
"UUID 2 Value": {
"aggregations": [
"lastNotNull"
"mean"
],
"operation": "aggregate"
},
Expand All @@ -992,9 +992,9 @@
"options": {
"alias": "Diff (UUID 2 - UUID 1)",
"binary": {
"left": "UUID 2 Value (lastNotNull)",
"left": "UUID 2 Value (mean)",
"operator": "-",
"right": "UUID 1 Value (lastNotNull)"
"right": "UUID 1 Value (mean)"
},
"mode": "binary",
"reduce": {
Expand Down Expand Up @@ -1151,6 +1151,17 @@
],
"title": "99th %ile reconcile time per controller",
"transformations": [
{
"id": "sortBy",
"options": {
"fields": {},
"sort": [
{
"field": "timestamp"
}
]
}
},
{
"id": "joinByField",
"options": {
Expand Down Expand Up @@ -1318,32 +1329,8 @@
},
{
"matcher": {
"id": "byName",
"options": "UUID 1 Value (lastNotNull)"
},
"properties": [
{
"id": "unit",
"value": "decbytes"
}
]
},
{
"matcher": {
"id": "byName",
"options": "UUID 2 Value (lastNotNull)"
},
"properties": [
{
"id": "unit",
"value": "decbytes"
}
]
},
{
"matcher": {
"id": "byName",
"options": "Diff (UUID 2 - UUID 1)"
"id": "byRegexp",
"options": "/.*UUID.*/"
},
"properties": [
{
Expand Down Expand Up @@ -1392,7 +1379,7 @@
{
"id": "1",
"settings": {
"size": "500"
"size": "1000"
},
"type": "raw_data"
}
Expand All @@ -1413,7 +1400,7 @@
{
"id": "1",
"settings": {
"size": "500"
"size": "1000"
},
"type": "raw_data"
}
Expand Down Expand Up @@ -1478,13 +1465,13 @@
},
"UUID 1 Value": {
"aggregations": [
"lastNotNull"
"mean"
],
"operation": "aggregate"
},
"UUID 2 Value": {
"aggregations": [
"lastNotNull"
"mean"
],
"operation": "aggregate"
},
Expand All @@ -1511,9 +1498,9 @@
"options": {
"alias": "Diff (UUID 2 - UUID 1)",
"binary": {
"left": "UUID 2 Value (lastNotNull)",
"left": "UUID 2 Value (mean)",
"operator": "-",
"right": "UUID 1 Value (lastNotNull)"
"right": "UUID 1 Value (mean)"
},
"mode": "binary",
"reduce": {
Expand Down Expand Up @@ -1577,9 +1564,9 @@
},
{
"current": {
"selected": false,
"text": "cbabe4da-3beb-4630-84f2-8fb91d6990e4",
"value": "cbabe4da-3beb-4630-84f2-8fb91d6990e4"
"selected": true,
"text": "c1195a3d-6ceb-4468-951c-d0492ef7c79c",
"value": "c1195a3d-6ceb-4468-951c-d0492ef7c79c"
},
"datasource": {
"uid": "$Datasource"
Expand All @@ -1604,7 +1591,7 @@
]
},
"time": {
"from": "now-6h",
"from": "now-7d",
"to": "now"
},
"timepicker": {
Expand All @@ -1624,6 +1611,6 @@
"timezone": "",
"title": "Kuadrant Performance Testing Comparison",
"uid": "be0n6vb588jcwe",
"version": 18,
"version": 19,
"weekStart": ""
}

0 comments on commit c808fea

Please sign in to comment.