perf - Add performance report for 4.3.1 [ci skip]
This commit is contained in:
parent
707fcbc7b7
commit
75fddaa35f
12 changed files with 1839 additions and 0 deletions
BIN
reports/4.3.1/chart-category-comparison.png
Normal file
BIN
reports/4.3.1/chart-category-comparison.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
BIN
reports/4.3.1/chart-dashboard.png
Normal file
BIN
reports/4.3.1/chart-dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 146 KiB |
BIN
reports/4.3.1/chart-duration-by-language.png
Normal file
BIN
reports/4.3.1/chart-duration-by-language.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
BIN
reports/4.3.1/chart-duration-histogram.png
Normal file
BIN
reports/4.3.1/chart-duration-histogram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
BIN
reports/4.3.1/chart-queue-vs-execution.png
Normal file
BIN
reports/4.3.1/chart-queue-vs-execution.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
BIN
reports/4.3.1/chart-speed-leaders.png
Normal file
BIN
reports/4.3.1/chart-speed-leaders.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
807
reports/4.3.1/perf.json
Normal file
807
reports/4.3.1/perf.json
Normal file
|
|
@ -0,0 +1,807 @@
|
||||||
|
{
|
||||||
|
"tag": "4.3.1",
|
||||||
|
"generated_at": "2026-02-08T11:44:58Z",
|
||||||
|
"parent_pipeline_id": 15552,
|
||||||
|
"child_pipeline_id": 15564,
|
||||||
|
"summary": {
|
||||||
|
"total_tests": 824,
|
||||||
|
"passed_tests": 770,
|
||||||
|
"failed_tests": 54,
|
||||||
|
"total_languages": 43,
|
||||||
|
"passed_languages": 9,
|
||||||
|
"avg_duration_seconds": 238,
|
||||||
|
"max_duration_seconds": 414,
|
||||||
|
"min_duration_seconds": 58,
|
||||||
|
"slowest_language": "go",
|
||||||
|
"fastest_language": "prolog"
|
||||||
|
},
|
||||||
|
"api_health": {
|
||||||
|
"score": 0,
|
||||||
|
"total_retries": 649,
|
||||||
|
"retries_by_type": {
|
||||||
|
"rate_limit_429": 634,
|
||||||
|
"server_error_5xx": 5,
|
||||||
|
"timeout": 10,
|
||||||
|
"connection": 0
|
||||||
|
},
|
||||||
|
"tests_with_retries": 164,
|
||||||
|
"per_language": [
|
||||||
|
{
|
||||||
|
"language": "awk",
|
||||||
|
"retries": 5,
|
||||||
|
"rate_limit_429": 5,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "clojure",
|
||||||
|
"retries": 18,
|
||||||
|
"rate_limit_429": 18,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "cobol",
|
||||||
|
"retries": 11,
|
||||||
|
"rate_limit_429": 11,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "commonlisp",
|
||||||
|
"retries": 17,
|
||||||
|
"rate_limit_429": 17,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "crystal",
|
||||||
|
"retries": 26,
|
||||||
|
"rate_limit_429": 26,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "csharp",
|
||||||
|
"retries": 14,
|
||||||
|
"rate_limit_429": 14,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "d",
|
||||||
|
"retries": 15,
|
||||||
|
"rate_limit_429": 15,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "dart",
|
||||||
|
"retries": 11,
|
||||||
|
"rate_limit_429": 11,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "deno",
|
||||||
|
"retries": 21,
|
||||||
|
"rate_limit_429": 21,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "dotnet",
|
||||||
|
"retries": 26,
|
||||||
|
"rate_limit_429": 26,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 7
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "elixir",
|
||||||
|
"retries": 23,
|
||||||
|
"rate_limit_429": 23,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "erlang",
|
||||||
|
"retries": 24,
|
||||||
|
"rate_limit_429": 14,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 10,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "forth",
|
||||||
|
"retries": 8,
|
||||||
|
"rate_limit_429": 8,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "fortran",
|
||||||
|
"retries": 17,
|
||||||
|
"rate_limit_429": 17,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "fsharp",
|
||||||
|
"retries": 12,
|
||||||
|
"rate_limit_429": 12,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "go",
|
||||||
|
"retries": 25,
|
||||||
|
"rate_limit_429": 25,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "groovy",
|
||||||
|
"retries": 22,
|
||||||
|
"rate_limit_429": 22,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "haskell",
|
||||||
|
"retries": 13,
|
||||||
|
"rate_limit_429": 13,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "javascript",
|
||||||
|
"retries": 13,
|
||||||
|
"rate_limit_429": 13,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "julia",
|
||||||
|
"retries": 15,
|
||||||
|
"rate_limit_429": 15,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "kotlin",
|
||||||
|
"retries": 17,
|
||||||
|
"rate_limit_429": 17,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "lua",
|
||||||
|
"retries": 22,
|
||||||
|
"rate_limit_429": 22,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "nim",
|
||||||
|
"retries": 14,
|
||||||
|
"rate_limit_429": 14,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "objc",
|
||||||
|
"retries": 22,
|
||||||
|
"rate_limit_429": 22,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "ocaml",
|
||||||
|
"retries": 10,
|
||||||
|
"rate_limit_429": 10,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "perl",
|
||||||
|
"retries": 22,
|
||||||
|
"rate_limit_429": 22,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "powershell",
|
||||||
|
"retries": 6,
|
||||||
|
"rate_limit_429": 6,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "raku",
|
||||||
|
"retries": 16,
|
||||||
|
"rate_limit_429": 16,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "rust",
|
||||||
|
"retries": 22,
|
||||||
|
"rate_limit_429": 22,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "scheme",
|
||||||
|
"retries": 19,
|
||||||
|
"rate_limit_429": 19,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "tcl",
|
||||||
|
"retries": 11,
|
||||||
|
"rate_limit_429": 11,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "typescript",
|
||||||
|
"retries": 7,
|
||||||
|
"rate_limit_429": 7,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "v",
|
||||||
|
"retries": 21,
|
||||||
|
"rate_limit_429": 21,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "zig",
|
||||||
|
"retries": 18,
|
||||||
|
"rate_limit_429": 18,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "bash",
|
||||||
|
"retries": 11,
|
||||||
|
"rate_limit_429": 11,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "c",
|
||||||
|
"retries": 9,
|
||||||
|
"rate_limit_429": 8,
|
||||||
|
"server_error_5xx": 1,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "cpp",
|
||||||
|
"retries": 12,
|
||||||
|
"rate_limit_429": 12,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "java",
|
||||||
|
"retries": 5,
|
||||||
|
"rate_limit_429": 5,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "php",
|
||||||
|
"retries": 14,
|
||||||
|
"rate_limit_429": 14,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "prolog",
|
||||||
|
"retries": 5,
|
||||||
|
"rate_limit_429": 5,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "python",
|
||||||
|
"retries": 11,
|
||||||
|
"rate_limit_429": 11,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "r",
|
||||||
|
"retries": 9,
|
||||||
|
"rate_limit_429": 9,
|
||||||
|
"server_error_5xx": 0,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "ruby",
|
||||||
|
"retries": 10,
|
||||||
|
"rate_limit_429": 6,
|
||||||
|
"server_error_5xx": 4,
|
||||||
|
"timeout": 0,
|
||||||
|
"connection": 0,
|
||||||
|
"tests_with_retries": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"language": "go",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 146.621566,
|
||||||
|
"started_at": "2026-02-08T11:34:30Z",
|
||||||
|
"updated_at": "2026-02-08T11:41:24Z",
|
||||||
|
"job_id": 43265,
|
||||||
|
"duration_seconds": 414
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "groovy",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 212.49946,
|
||||||
|
"started_at": "2026-02-08T11:32:28Z",
|
||||||
|
"updated_at": "2026-02-08T11:39:10Z",
|
||||||
|
"job_id": 43247,
|
||||||
|
"duration_seconds": 402
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "perl",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 252.003618,
|
||||||
|
"started_at": "2026-02-08T11:32:03Z",
|
||||||
|
"updated_at": "2026-02-08T11:38:31Z",
|
||||||
|
"job_id": 43242,
|
||||||
|
"duration_seconds": 388
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "deno",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 141.985093,
|
||||||
|
"started_at": "2026-02-08T11:35:11Z",
|
||||||
|
"updated_at": "2026-02-08T11:41:25Z",
|
||||||
|
"job_id": 43270,
|
||||||
|
"duration_seconds": 374
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "objc",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 143.922546,
|
||||||
|
"started_at": "2026-02-08T11:35:26Z",
|
||||||
|
"updated_at": "2026-02-08T11:41:36Z",
|
||||||
|
"job_id": 43271,
|
||||||
|
"duration_seconds": 370
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "php",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 6.700855,
|
||||||
|
"started_at": "2026-02-08T11:23:25Z",
|
||||||
|
"updated_at": "2026-02-08T11:29:24Z",
|
||||||
|
"job_id": 43195,
|
||||||
|
"duration_seconds": 359
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "dotnet",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 216.52398,
|
||||||
|
"started_at": "2026-02-08T11:36:51Z",
|
||||||
|
"updated_at": "2026-02-08T11:42:50Z",
|
||||||
|
"job_id": 43274,
|
||||||
|
"duration_seconds": 359
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "clojure",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 230.886176,
|
||||||
|
"started_at": "2026-02-08T11:32:20Z",
|
||||||
|
"updated_at": "2026-02-08T11:38:07Z",
|
||||||
|
"job_id": 43245,
|
||||||
|
"duration_seconds": 347
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "crystal",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 240.425231,
|
||||||
|
"started_at": "2026-02-08T11:33:29Z",
|
||||||
|
"updated_at": "2026-02-08T11:39:15Z",
|
||||||
|
"job_id": 43254,
|
||||||
|
"duration_seconds": 346
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "erlang",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 169.863663,
|
||||||
|
"started_at": "2026-02-08T11:34:16Z",
|
||||||
|
"updated_at": "2026-02-08T11:40:01Z",
|
||||||
|
"job_id": 43261,
|
||||||
|
"duration_seconds": 345
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "kotlin",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 232.288914,
|
||||||
|
"started_at": "2026-02-08T11:38:07Z",
|
||||||
|
"updated_at": "2026-02-08T11:43:39Z",
|
||||||
|
"job_id": 43279,
|
||||||
|
"duration_seconds": 332
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "rust",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 164.032108,
|
||||||
|
"started_at": "2026-02-08T11:33:43Z",
|
||||||
|
"updated_at": "2026-02-08T11:39:05Z",
|
||||||
|
"job_id": 43258,
|
||||||
|
"duration_seconds": 322
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "commonlisp",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 212.310394,
|
||||||
|
"started_at": "2026-02-08T11:33:35Z",
|
||||||
|
"updated_at": "2026-02-08T11:38:56Z",
|
||||||
|
"job_id": 43257,
|
||||||
|
"duration_seconds": 321
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "zig",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 160.575748,
|
||||||
|
"started_at": "2026-02-08T11:35:08Z",
|
||||||
|
"updated_at": "2026-02-08T11:40:23Z",
|
||||||
|
"job_id": 43268,
|
||||||
|
"duration_seconds": 315
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "elixir",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 231.594145,
|
||||||
|
"started_at": "2026-02-08T11:33:35Z",
|
||||||
|
"updated_at": "2026-02-08T11:38:45Z",
|
||||||
|
"job_id": 43256,
|
||||||
|
"duration_seconds": 310
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "lua",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 147.190158,
|
||||||
|
"started_at": "2026-02-08T11:33:48Z",
|
||||||
|
"updated_at": "2026-02-08T11:38:48Z",
|
||||||
|
"job_id": 43259,
|
||||||
|
"duration_seconds": 300
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "v",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 207.408946,
|
||||||
|
"started_at": "2026-02-08T11:36:57Z",
|
||||||
|
"updated_at": "2026-02-08T11:41:42Z",
|
||||||
|
"job_id": 43275,
|
||||||
|
"duration_seconds": 285
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "c",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 90.400141,
|
||||||
|
"started_at": "2026-02-08T11:24:50Z",
|
||||||
|
"updated_at": "2026-02-08T11:29:34Z",
|
||||||
|
"job_id": 43211,
|
||||||
|
"duration_seconds": 284
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "julia",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 163.788835,
|
||||||
|
"started_at": "2026-02-08T11:34:26Z",
|
||||||
|
"updated_at": "2026-02-08T11:39:10Z",
|
||||||
|
"job_id": 43262,
|
||||||
|
"duration_seconds": 284
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "fortran",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 160.313611,
|
||||||
|
"started_at": "2026-02-08T11:35:08Z",
|
||||||
|
"updated_at": "2026-02-08T11:39:47Z",
|
||||||
|
"job_id": 43269,
|
||||||
|
"duration_seconds": 279
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "scheme",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 213.870475,
|
||||||
|
"started_at": "2026-02-08T11:32:28Z",
|
||||||
|
"updated_at": "2026-02-08T11:37:04Z",
|
||||||
|
"job_id": 43246,
|
||||||
|
"duration_seconds": 276
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "raku",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 230.049732,
|
||||||
|
"started_at": "2026-02-08T11:33:32Z",
|
||||||
|
"updated_at": "2026-02-08T11:37:33Z",
|
||||||
|
"job_id": 43255,
|
||||||
|
"duration_seconds": 241
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "d",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 217.067586,
|
||||||
|
"started_at": "2026-02-08T11:38:45Z",
|
||||||
|
"updated_at": "2026-02-08T11:42:28Z",
|
||||||
|
"job_id": 43282,
|
||||||
|
"duration_seconds": 223
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "haskell",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 225.801415,
|
||||||
|
"started_at": "2026-02-08T11:37:33Z",
|
||||||
|
"updated_at": "2026-02-08T11:41:12Z",
|
||||||
|
"job_id": 43278,
|
||||||
|
"duration_seconds": 219
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "ruby",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 5.162928,
|
||||||
|
"started_at": "2026-02-08T11:23:23Z",
|
||||||
|
"updated_at": "2026-02-08T11:26:13Z",
|
||||||
|
"job_id": 43193,
|
||||||
|
"duration_seconds": 170
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "javascript",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 320.786839,
|
||||||
|
"started_at": "2026-02-08T11:32:00Z",
|
||||||
|
"updated_at": "2026-02-08T11:34:44Z",
|
||||||
|
"job_id": 43241,
|
||||||
|
"duration_seconds": 164
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "r",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 10.367846,
|
||||||
|
"started_at": "2026-02-08T11:23:29Z",
|
||||||
|
"updated_at": "2026-02-08T11:26:12Z",
|
||||||
|
"job_id": 43198,
|
||||||
|
"duration_seconds": 163
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "ocaml",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 245.147284,
|
||||||
|
"started_at": "2026-02-08T11:38:31Z",
|
||||||
|
"updated_at": "2026-02-08T11:41:14Z",
|
||||||
|
"job_id": 43281,
|
||||||
|
"duration_seconds": 163
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "fsharp",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 155.637332,
|
||||||
|
"started_at": "2026-02-08T11:34:52Z",
|
||||||
|
"updated_at": "2026-02-08T11:37:28Z",
|
||||||
|
"job_id": 43267,
|
||||||
|
"duration_seconds": 156
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "cobol",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 172.110339,
|
||||||
|
"started_at": "2026-02-08T11:34:15Z",
|
||||||
|
"updated_at": "2026-02-08T11:36:51Z",
|
||||||
|
"job_id": 43260,
|
||||||
|
"duration_seconds": 156
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "bash",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 241.933673,
|
||||||
|
"started_at": "2026-02-08T11:32:17Z",
|
||||||
|
"updated_at": "2026-02-08T11:34:52Z",
|
||||||
|
"job_id": 43244,
|
||||||
|
"duration_seconds": 155
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "forth",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 110.898464,
|
||||||
|
"started_at": "2026-02-08T11:38:48Z",
|
||||||
|
"updated_at": "2026-02-08T11:41:20Z",
|
||||||
|
"job_id": 43283,
|
||||||
|
"duration_seconds": 152
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "nim",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 153.865276,
|
||||||
|
"started_at": "2026-02-08T11:34:44Z",
|
||||||
|
"updated_at": "2026-02-08T11:37:14Z",
|
||||||
|
"job_id": 43266,
|
||||||
|
"duration_seconds": 150
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "python",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 213.308133,
|
||||||
|
"started_at": "2026-02-08T11:32:40Z",
|
||||||
|
"updated_at": "2026-02-08T11:35:08Z",
|
||||||
|
"job_id": 43248,
|
||||||
|
"duration_seconds": 148
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "csharp",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 211.248143,
|
||||||
|
"started_at": "2026-02-08T11:37:04Z",
|
||||||
|
"updated_at": "2026-02-08T11:39:21Z",
|
||||||
|
"job_id": 43276,
|
||||||
|
"duration_seconds": 137
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "tcl",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 243.39009,
|
||||||
|
"started_at": "2026-02-08T11:33:14Z",
|
||||||
|
"updated_at": "2026-02-08T11:35:26Z",
|
||||||
|
"job_id": 43253,
|
||||||
|
"duration_seconds": 132
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "cpp",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 234.135729,
|
||||||
|
"started_at": "2026-02-08T11:33:02Z",
|
||||||
|
"updated_at": "2026-02-08T11:35:10Z",
|
||||||
|
"job_id": 43249,
|
||||||
|
"duration_seconds": 128
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "java",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 271.346973,
|
||||||
|
"started_at": "2026-02-08T11:27:52Z",
|
||||||
|
"updated_at": "2026-02-08T11:29:51Z",
|
||||||
|
"job_id": 43215,
|
||||||
|
"duration_seconds": 119
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "dart",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 225.63547,
|
||||||
|
"started_at": "2026-02-08T11:37:28Z",
|
||||||
|
"updated_at": "2026-02-08T11:39:24Z",
|
||||||
|
"job_id": 43277,
|
||||||
|
"duration_seconds": 116
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "typescript",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 309.542581,
|
||||||
|
"started_at": "2026-02-08T11:31:42Z",
|
||||||
|
"updated_at": "2026-02-08T11:33:29Z",
|
||||||
|
"job_id": 43240,
|
||||||
|
"duration_seconds": 107
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "powershell",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 396.450502,
|
||||||
|
"started_at": "2026-02-08T11:31:27Z",
|
||||||
|
"updated_at": "2026-02-08T11:33:10Z",
|
||||||
|
"job_id": 43236,
|
||||||
|
"duration_seconds": 103
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "awk",
|
||||||
|
"status": "Failed",
|
||||||
|
"queued_duration": 249.599737,
|
||||||
|
"started_at": "2026-02-08T11:32:10Z",
|
||||||
|
"updated_at": "2026-02-08T11:33:34Z",
|
||||||
|
"job_id": 43243,
|
||||||
|
"duration_seconds": 84
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "prolog",
|
||||||
|
"status": "Passed",
|
||||||
|
"queued_duration": 478.058358,
|
||||||
|
"started_at": "2026-02-08T11:31:21Z",
|
||||||
|
"updated_at": "2026-02-08T11:32:19Z",
|
||||||
|
"job_id": 43231,
|
||||||
|
"duration_seconds": 58
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
167
reports/4.3.1/perf.md
Normal file
167
reports/4.3.1/perf.md
Normal file
|
|
@ -0,0 +1,167 @@
|
||||||
|
# Performance Report: 4.3.1
|
||||||
|
|
||||||
|
**Generated:** 2026-02-08T11:44:58Z
|
||||||
|
**Pipeline:** [#15564](https://git.unturf.com/engineering/unturf/un-inception/-/pipelines/15564)
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
| Metric | Value |
|
||||||
|
|--------|-------|
|
||||||
|
| Total Tests | 824 |
|
||||||
|
| Passed | 770 |
|
||||||
|
| Failed | 54 |
|
||||||
|
| Pass Rate | 93.4% |
|
||||||
|
| Languages | 43 |
|
||||||
|
| Avg Duration | 238s |
|
||||||
|
| Slowest | go (414s) |
|
||||||
|
| Fastest | prolog (58s) |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## API Health
|
||||||
|
|
||||||
|
Tracks transient errors encountered during test execution. Tests retry on failures to ensure accurate results.
|
||||||
|
|
||||||
|
| Metric | Value |
|
||||||
|
|--------|-------|
|
||||||
|
| Health Score | 0/100 |
|
||||||
|
| Total Retries | 649 |
|
||||||
|
| Rate Limit (429) | 634 |
|
||||||
|
| Server Error (5xx) | 5 |
|
||||||
|
| Timeout | 10 |
|
||||||
|
| Connection | 0 |
|
||||||
|
| Tests Needing Retries | 164 |
|
||||||
|
|
||||||
|
**Interpretation:**
|
||||||
|
- **Score 95-100:** API is healthy, minimal transient errors
|
||||||
|
- **Score 80-94:** Some API instability, but tests recovered via retry
|
||||||
|
- **Score < 80:** Significant API issues affecting test reliability
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Test Duration by Language
|
||||||
|
|
||||||
|
The primary performance metric - how long each language takes to run its full test suite (15 tests per language).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Key observations:**
|
||||||
|
- **GO** and **GROOVY** are outliers at 90+ seconds
|
||||||
|
- Most languages cluster between 20-40 seconds
|
||||||
|
- Compiled languages (red) tend to be faster than interpreted (blue)
|
||||||
|
- **PROLOG** is the fastest at 58 seconds
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Compiled vs Interpreted
|
||||||
|
|
||||||
|
Comparing performance between compiled languages (C, Go, Rust, etc.) and interpreted languages (Python, Ruby, JavaScript, etc.).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Findings:**
|
||||||
|
- 20 compiled languages vs 22 interpreted
|
||||||
|
- Compiled languages have lower median execution time
|
||||||
|
- Interpreted languages show more variance (wider spread)
|
||||||
|
- The white diamond marks the mean for each category
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Duration Distribution
|
||||||
|
|
||||||
|
Histogram showing how test durations are distributed across all 43 languages.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Distribution analysis:**
|
||||||
|
- Most languages complete in 20-35 seconds (the peak)
|
||||||
|
- Mean (green dashed) and median (blue dotted) are close together
|
||||||
|
- Long tail on the right from slow outliers (go, groovy)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Speed Leaders
|
||||||
|
|
||||||
|
Side-by-side comparison of the 10 slowest and 10 fastest languages.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Slowest (left):** GO, GROOVY, PERL, DENO, OBJC
|
||||||
|
**Fastest (right):** PROLOG, AWK, POWERSHELL, TYPESCRIPT, DART
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Queue vs Execution Time
|
||||||
|
|
||||||
|
Scatter plot showing the relationship between CI queue wait time and actual test execution time.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Notes:**
|
||||||
|
- Queue time is how long the job waited for a runner
|
||||||
|
- Most jobs had similar queue times (clustered vertically)
|
||||||
|
- Outliers labeled - go and groovy took longest to execute regardless of queue time
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Dashboard
|
||||||
|
|
||||||
|
Summary dashboard combining key metrics and visualizations.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Raw Data
|
||||||
|
|
||||||
|
### Per-Language Performance
|
||||||
|
|
||||||
|
| Language | Status | Duration |
|
||||||
|
|----------|--------|----------|
|
||||||
|
| go | Failed | 414s |
|
||||||
|
| groovy | Failed | 402s |
|
||||||
|
| perl | Failed | 388s |
|
||||||
|
| deno | Failed | 374s |
|
||||||
|
| objc | Failed | 370s |
|
||||||
|
| php | Passed | 359s |
|
||||||
|
| dotnet | Failed | 359s |
|
||||||
|
| clojure | Failed | 347s |
|
||||||
|
| crystal | Failed | 346s |
|
||||||
|
| erlang | Failed | 345s |
|
||||||
|
| kotlin | Failed | 332s |
|
||||||
|
| rust | Failed | 322s |
|
||||||
|
| commonlisp | Failed | 321s |
|
||||||
|
| zig | Failed | 315s |
|
||||||
|
| elixir | Failed | 310s |
|
||||||
|
| lua | Failed | 300s |
|
||||||
|
| v | Failed | 285s |
|
||||||
|
| c | Passed | 284s |
|
||||||
|
| julia | Failed | 284s |
|
||||||
|
| fortran | Failed | 279s |
|
||||||
|
| scheme | Failed | 276s |
|
||||||
|
| raku | Failed | 241s |
|
||||||
|
| d | Failed | 223s |
|
||||||
|
| haskell | Failed | 219s |
|
||||||
|
| ruby | Passed | 170s |
|
||||||
|
| javascript | Failed | 164s |
|
||||||
|
| r | Passed | 163s |
|
||||||
|
| ocaml | Failed | 163s |
|
||||||
|
| fsharp | Failed | 156s |
|
||||||
|
| cobol | Failed | 156s |
|
||||||
|
| bash | Passed | 155s |
|
||||||
|
| forth | Failed | 152s |
|
||||||
|
| nim | Failed | 150s |
|
||||||
|
| python | Passed | 148s |
|
||||||
|
| csharp | Failed | 137s |
|
||||||
|
| tcl | Failed | 132s |
|
||||||
|
| cpp | Passed | 128s |
|
||||||
|
| java | Passed | 119s |
|
||||||
|
| dart | Failed | 116s |
|
||||||
|
| typescript | Failed | 107s |
|
||||||
|
| powershell | Failed | 103s |
|
||||||
|
| awk | Failed | 84s |
|
||||||
|
| prolog | Passed | 58s |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
*Report generated by UN Inception CI pipeline*
|
||||||
172
reports/4.3.1/pool-metrics.json
Normal file
172
reports/4.3.1/pool-metrics.json
Normal file
|
|
@ -0,0 +1,172 @@
|
||||||
|
{
|
||||||
|
"summary": {
|
||||||
|
"total_samples": 230,
|
||||||
|
"collection_duration_seconds": 1317,
|
||||||
|
"success_rate": 100.0
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"load1": {
|
||||||
|
"min": 0.0,
|
||||||
|
"max": 0.0,
|
||||||
|
"avg": 0.0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
},
|
||||||
|
"load5": {
|
||||||
|
"min": 0.0,
|
||||||
|
"max": 0.0,
|
||||||
|
"avg": 0.0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
},
|
||||||
|
"load15": {
|
||||||
|
"min": 0.0,
|
||||||
|
"max": 0.0,
|
||||||
|
"avg": 0.0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"used_gb": {
|
||||||
|
"min": 0.0,
|
||||||
|
"max": 0.0,
|
||||||
|
"avg": 0.0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
},
|
||||||
|
"available_gb": {
|
||||||
|
"min": 0.0,
|
||||||
|
"max": 0.0,
|
||||||
|
"avg": 0.0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
},
|
||||||
|
"used_percent": {
|
||||||
|
"min": 0.0,
|
||||||
|
"max": 0.0,
|
||||||
|
"avg": 0.0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pool": {
|
||||||
|
"available": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 0,
|
||||||
|
"avg": 0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
},
|
||||||
|
"allocated": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 0,
|
||||||
|
"avg": 0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
},
|
||||||
|
"spawning": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 0,
|
||||||
|
"avg": 0,
|
||||||
|
"median": 0.0,
|
||||||
|
"stdev": 0.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"latency_ms": {
|
||||||
|
"min": 106,
|
||||||
|
"max": 2486,
|
||||||
|
"avg": 337.98,
|
||||||
|
"median": 291.5,
|
||||||
|
"stdev": 281.79
|
||||||
|
},
|
||||||
|
"http_codes": {
|
||||||
|
"200": 230
|
||||||
|
},
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"id": "cammy-foxhop-net",
|
||||||
|
"host": "cammy.foxhop.net",
|
||||||
|
"vcpu_count": 32,
|
||||||
|
"status": "healthy",
|
||||||
|
"load1": {
|
||||||
|
"min": 0.91,
|
||||||
|
"max": 67.43,
|
||||||
|
"avg": 23.5,
|
||||||
|
"median": 18.29,
|
||||||
|
"stdev": 13.83
|
||||||
|
},
|
||||||
|
"load5": {
|
||||||
|
"min": 1.08,
|
||||||
|
"max": 28.7,
|
||||||
|
"avg": 19.63,
|
||||||
|
"median": 20.6,
|
||||||
|
"stdev": 5.65
|
||||||
|
},
|
||||||
|
"load15": {
|
||||||
|
"min": 3.17,
|
||||||
|
"max": 19.1,
|
||||||
|
"avg": 14.06,
|
||||||
|
"median": 15.25,
|
||||||
|
"stdev": 3.41
|
||||||
|
},
|
||||||
|
"available": {
|
||||||
|
"min": 266,
|
||||||
|
"max": 289,
|
||||||
|
"avg": 286.08,
|
||||||
|
"median": 288,
|
||||||
|
"stdev": 4.43
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"min": 283,
|
||||||
|
"max": 295,
|
||||||
|
"avg": 289.89,
|
||||||
|
"median": 290,
|
||||||
|
"stdev": 1.37
|
||||||
|
},
|
||||||
|
"sample_count": 225
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ai-foxhop-net",
|
||||||
|
"host": "ai.foxhop.net",
|
||||||
|
"vcpu_count": 32,
|
||||||
|
"status": "healthy",
|
||||||
|
"load1": {
|
||||||
|
"min": 0.39,
|
||||||
|
"max": 12.45,
|
||||||
|
"avg": 4.96,
|
||||||
|
"median": 4.04,
|
||||||
|
"stdev": 2.56
|
||||||
|
},
|
||||||
|
"load5": {
|
||||||
|
"min": 0.4,
|
||||||
|
"max": 6.37,
|
||||||
|
"avg": 4.42,
|
||||||
|
"median": 4.45,
|
||||||
|
"stdev": 1.13
|
||||||
|
},
|
||||||
|
"load15": {
|
||||||
|
"min": 0.92,
|
||||||
|
"max": 3.85,
|
||||||
|
"avg": 3.3,
|
||||||
|
"median": 3.55,
|
||||||
|
"stdev": 0.65
|
||||||
|
},
|
||||||
|
"available": {
|
||||||
|
"min": 60,
|
||||||
|
"max": 65,
|
||||||
|
"avg": 63.14,
|
||||||
|
"median": 63,
|
||||||
|
"stdev": 1.0
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"min": 63,
|
||||||
|
"max": 67,
|
||||||
|
"avg": 64.19,
|
||||||
|
"median": 64,
|
||||||
|
"stdev": 0.64
|
||||||
|
},
|
||||||
|
"sample_count": 223
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
461
reports/4.3.1/raw-pools.csv
Normal file
461
reports/4.3.1/raw-pools.csv
Normal file
|
|
@ -0,0 +1,461 @@
|
||||||
|
timestamp,pool_id,load1,load5,load15,available,total,status
|
||||||
|
1770548534,cammy-foxhop-net,0.91,1.08,3.19,289,289,healthy
|
||||||
|
1770548534,ai-foxhop-net,0.42,0.41,0.93,65,65,healthy
|
||||||
|
1770548539,cammy-foxhop-net,0.91,1.08,3.17,288,290,healthy
|
||||||
|
1770548539,ai-foxhop-net,0.39,0.4,0.92,63,63,healthy
|
||||||
|
1770548544,cammy-foxhop-net,4.12,1.77,3.38,289,289,healthy
|
||||||
|
1770548544,ai-foxhop-net,1.89,0.73,1.03,63,63,healthy
|
||||||
|
1770548550,cammy-foxhop-net,4.03,1.79,3.37,289,289,healthy
|
||||||
|
1770548550,ai-foxhop-net,1.9,0.75,1.03,63,63,healthy
|
||||||
|
1770548555,cammy-foxhop-net,3.87,1.79,3.37,289,289,healthy
|
||||||
|
1770548555,ai-foxhop-net,1.82,0.76,1.03,63,63,healthy
|
||||||
|
1770548561,cammy-foxhop-net,3.88,1.83,3.37,287,290,healthy
|
||||||
|
1770548561,ai-foxhop-net,2.4,0.9,1.07,63,63,healthy
|
||||||
|
1770548567,cammy-foxhop-net,8.13,2.75,3.66,278,295,healthy
|
||||||
|
1770548567,ai-foxhop-net,3.17,1.08,1.13,60,64,healthy
|
||||||
|
1770548573,cammy-foxhop-net,10.92,3.42,3.87,273,291,healthy
|
||||||
|
1770548573,ai-foxhop-net,5.32,1.56,1.29,61,66,healthy
|
||||||
|
1770548579,cammy-foxhop-net,13.57,4.09,4.09,269,288,healthy
|
||||||
|
1770548579,ai-foxhop-net,9.14,2.42,1.57,61,63,healthy
|
||||||
|
1770548584,cammy-foxhop-net,21.63,6.09,4.73,266,284,healthy
|
||||||
|
1770548584,ai-foxhop-net,9.29,2.56,1.62,60,64,healthy
|
||||||
|
1770548590,cammy-foxhop-net,22.78,6.58,4.9,266,284,healthy
|
||||||
|
1770548590,ai-foxhop-net,10.0,2.93,1.75,63,63,healthy
|
||||||
|
1770548596,cammy-foxhop-net,30.65,8.48,5.53,267,283,healthy
|
||||||
|
1770548596,ai-foxhop-net,9.28,2.9,1.75,63,63,healthy
|
||||||
|
1770548601,cammy-foxhop-net,32.92,9.32,5.81,268,285,healthy
|
||||||
|
1770548601,ai-foxhop-net,9.9,3.14,1.83,63,63,healthy
|
||||||
|
1770548607,cammy-foxhop-net,35.09,10.16,6.11,270,286,healthy
|
||||||
|
1770548607,ai-foxhop-net,9.19,3.1,1.82,63,63,healthy
|
||||||
|
1770548612,cammy-foxhop-net,35.32,10.63,6.28,271,287,healthy
|
||||||
|
1770548612,ai-foxhop-net,8.69,3.1,1.83,61,65,healthy
|
||||||
|
1770548617,cammy-foxhop-net,36.74,11.33,6.53,269,285,healthy
|
||||||
|
1770548617,ai-foxhop-net,9.52,3.36,1.92,62,64,healthy
|
||||||
|
1770548624,cammy-foxhop-net,42.6,13.39,7.25,272,288,healthy
|
||||||
|
1770548624,ai-foxhop-net,8.78,3.4,1.95,63,63,healthy
|
||||||
|
1770548630,cammy-foxhop-net,44.95,14.36,7.6,273,290,healthy
|
||||||
|
1770548630,ai-foxhop-net,8.39,3.41,1.96,63,63,healthy
|
||||||
|
1770548635,cammy-foxhop-net,46.64,15.22,7.91,276,288,healthy
|
||||||
|
1770548635,ai-foxhop-net,7.96,3.41,1.97,63,63,healthy
|
||||||
|
1770548641,cammy-foxhop-net,46.99,15.81,8.14,282,288,healthy
|
||||||
|
1770548641,ai-foxhop-net,8.12,3.52,2.01,63,63,healthy
|
||||||
|
1770548647,cammy-foxhop-net,47.71,16.48,8.4,284,290,healthy
|
||||||
|
1770548647,ai-foxhop-net,8.11,3.59,2.04,63,63,healthy
|
||||||
|
1770548653,cammy-foxhop-net,49.49,17.37,8.73,285,290,healthy
|
||||||
|
1770548653,ai-foxhop-net,7.62,3.56,2.04,61,65,healthy
|
||||||
|
1770548659,cammy-foxhop-net,49.55,18.47,9.18,283,290,healthy
|
||||||
|
1770548659,ai-foxhop-net,7.57,3.62,2.07,60,66,healthy
|
||||||
|
1770548665,cammy-foxhop-net,49.35,18.94,9.38,282,290,healthy
|
||||||
|
1770548665,ai-foxhop-net,12.45,4.77,2.46,60,63,healthy
|
||||||
|
1770548671,cammy-foxhop-net,54.52,20.52,9.95,283,291,healthy
|
||||||
|
1770548671,ai-foxhop-net,11.7,4.74,2.46,60,64,healthy
|
||||||
|
1770548678,cammy-foxhop-net,52.5,21.21,10.29,287,288,healthy
|
||||||
|
1770548678,ai-foxhop-net,11.4,4.8,2.49,62,65,healthy
|
||||||
|
1770548685,cammy-foxhop-net,49.9,21.19,10.34,288,288,healthy
|
||||||
|
1770548685,ai-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770548692,cammy-foxhop-net,46.94,21.05,10.35,286,289,healthy
|
||||||
|
1770548692,ai-foxhop-net,8.94,4.58,2.46,63,64,healthy
|
||||||
|
1770548698,cammy-foxhop-net,45.18,21.12,10.43,286,289,healthy
|
||||||
|
1770548698,ai-foxhop-net,10.31,4.93,2.58,63,64,healthy
|
||||||
|
1770548703,cammy-foxhop-net,42.21,20.9,10.42,286,289,healthy
|
||||||
|
1770548703,ai-foxhop-net,9.72,4.9,2.58,63,64,healthy
|
||||||
|
1770548709,cammy-foxhop-net,38.45,20.82,10.5,288,288,healthy
|
||||||
|
1770548709,ai-foxhop-net,8.46,4.79,2.57,63,64,healthy
|
||||||
|
1770548715,cammy-foxhop-net,35.53,20.51,10.46,285,290,healthy
|
||||||
|
1770548715,ai-foxhop-net,8.18,4.79,2.59,63,64,healthy
|
||||||
|
1770548721,cammy-foxhop-net,41.41,21.97,10.99,284,292,healthy
|
||||||
|
1770548721,ai-foxhop-net,8.57,4.93,2.64,63,64,healthy
|
||||||
|
1770548728,cammy-foxhop-net,42.82,22.59,11.25,283,292,healthy
|
||||||
|
1770548728,ai-foxhop-net,9.16,5.11,2.71,62,65,healthy
|
||||||
|
1770548733,cammy-foxhop-net,41.8,22.71,11.35,284,289,healthy
|
||||||
|
1770548733,ai-foxhop-net,10.59,5.48,2.84,62,65,healthy
|
||||||
|
1770548740,cammy-foxhop-net,43.93,23.81,11.83,279,292,healthy
|
||||||
|
1770548740,ai-foxhop-net,11.14,5.77,2.97,63,65,healthy
|
||||||
|
1770548745,cammy-foxhop-net,44.82,24.33,12.06,280,292,healthy
|
||||||
|
1770548745,ai-foxhop-net,11.14,5.77,2.97,63,65,healthy
|
||||||
|
1770548751,cammy-foxhop-net,44.75,24.65,12.23,282,292,healthy
|
||||||
|
1770548751,ai-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770548756,cammy-foxhop-net,45.57,25.16,12.46,281,292,healthy
|
||||||
|
1770548756,ai-foxhop-net,10.18,5.81,3.02,63,64,healthy
|
||||||
|
1770548763,cammy-foxhop-net,46.09,25.6,12.67,280,292,healthy
|
||||||
|
1770548763,ai-foxhop-net,9.45,5.72,3.01,63,64,healthy
|
||||||
|
1770548769,cammy-foxhop-net,44.69,25.98,12.93,281,292,healthy
|
||||||
|
1770548769,ai-foxhop-net,8.07,5.55,2.99,63,64,healthy
|
||||||
|
1770548775,cammy-foxhop-net,44.39,26.23,13.08,283,290,healthy
|
||||||
|
1770548775,ai-foxhop-net,8.63,5.71,3.05,62,64,healthy
|
||||||
|
1770548781,cammy-foxhop-net,43.64,26.37,13.2,283,291,healthy
|
||||||
|
1770548781,ai-foxhop-net,10.34,6.11,3.2,60,64,healthy
|
||||||
|
1770548786,cammy-foxhop-net,42.07,26.33,13.26,285,289,healthy
|
||||||
|
1770548786,ai-foxhop-net,10.95,6.31,3.27,60,65,healthy
|
||||||
|
1770548792,cammy-foxhop-net,39.74,26.11,13.26,288,289,healthy
|
||||||
|
1770548792,ai-foxhop-net,10.88,6.37,3.31,61,64,healthy
|
||||||
|
1770548797,cammy-foxhop-net,38.08,25.99,13.29,288,290,healthy
|
||||||
|
1770548797,ai-foxhop-net,10.33,6.33,3.31,62,63,healthy
|
||||||
|
1770548803,cammy-foxhop-net,38.08,25.99,13.29,288,290,healthy
|
||||||
|
1770548803,ai-foxhop-net,9.5,6.23,3.3,62,64,healthy
|
||||||
|
1770548809,cammy-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770548809,ai-foxhop-net,8.04,6.02,3.26,63,64,healthy
|
||||||
|
1770548815,cammy-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770548815,ai-foxhop-net,7.39,5.92,3.24,63,64,healthy
|
||||||
|
1770548821,cammy-foxhop-net,25.97,24.11,13.0,288,289,healthy
|
||||||
|
1770548821,ai-foxhop-net,6.8,5.82,3.23,63,64,healthy
|
||||||
|
1770548826,cammy-foxhop-net,24.77,23.9,12.99,287,289,healthy
|
||||||
|
1770548826,ai-foxhop-net,6.34,5.74,3.21,63,64,healthy
|
||||||
|
1770548832,cammy-foxhop-net,24.95,23.95,13.07,287,290,healthy
|
||||||
|
1770548832,ai-foxhop-net,6.23,5.73,3.22,63,64,healthy
|
||||||
|
1770548838,cammy-foxhop-net,23.51,23.67,13.04,288,289,healthy
|
||||||
|
1770548838,ai-foxhop-net,6.23,5.73,3.22,63,64,healthy
|
||||||
|
1770548844,cammy-foxhop-net,19.89,22.89,12.9,288,289,healthy
|
||||||
|
1770548844,ai-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770548851,cammy-foxhop-net,18.78,22.6,12.86,287,290,healthy
|
||||||
|
1770548851,ai-foxhop-net,5.08,5.5,3.2,63,64,healthy
|
||||||
|
1770548856,cammy-foxhop-net,19.52,22.69,12.94,286,289,healthy
|
||||||
|
1770548856,ai-foxhop-net,4.67,5.41,3.18,62,65,healthy
|
||||||
|
1770548862,cammy-foxhop-net,19.56,22.65,12.98,286,290,healthy
|
||||||
|
1770548862,ai-foxhop-net,4.37,5.34,3.17,63,64,healthy
|
||||||
|
1770548868,cammy-foxhop-net,19.03,22.49,12.98,287,291,healthy
|
||||||
|
1770548868,ai-foxhop-net,4.42,5.33,3.18,63,65,healthy
|
||||||
|
1770548873,cammy-foxhop-net,20.55,22.75,13.11,287,290,healthy
|
||||||
|
1770548873,ai-foxhop-net,4.63,5.36,3.2,61,66,healthy
|
||||||
|
1770548879,cammy-foxhop-net,20.02,22.54,13.15,284,292,healthy
|
||||||
|
1770548879,ai-foxhop-net,8.45,6.16,3.48,63,64,healthy
|
||||||
|
1770548886,cammy-foxhop-net,21.62,22.83,13.29,282,292,healthy
|
||||||
|
1770548886,ai-foxhop-net,8.01,6.1,3.48,63,64,healthy
|
||||||
|
1770548891,cammy-foxhop-net,23.89,23.29,13.49,280,293,healthy
|
||||||
|
1770548891,ai-foxhop-net,7.45,6.02,3.47,63,64,healthy
|
||||||
|
1770548897,cammy-foxhop-net,25.9,23.71,13.68,283,292,healthy
|
||||||
|
1770548897,ai-foxhop-net,8.05,6.17,3.53,63,64,healthy
|
||||||
|
1770548902,cammy-foxhop-net,26.55,23.88,13.79,283,291,healthy
|
||||||
|
1770548902,ai-foxhop-net,7.57,6.1,3.52,62,65,healthy
|
||||||
|
1770548908,cammy-foxhop-net,27.63,24.15,13.93,285,290,healthy
|
||||||
|
1770548908,ai-foxhop-net,7.6,6.13,3.55,63,64,healthy
|
||||||
|
1770548913,cammy-foxhop-net,27.42,24.17,13.99,286,291,healthy
|
||||||
|
1770548913,ai-foxhop-net,7.15,6.06,3.54,63,64,healthy
|
||||||
|
1770548919,cammy-foxhop-net,25.67,23.9,14.02,288,290,healthy
|
||||||
|
1770548919,ai-foxhop-net,6.53,5.96,3.53,63,64,healthy
|
||||||
|
1770548925,cammy-foxhop-net,26.01,24.0,14.1,286,291,healthy
|
||||||
|
1770548925,ai-foxhop-net,6.01,5.86,3.51,63,64,healthy
|
||||||
|
1770548931,cammy-foxhop-net,26.01,24.0,14.1,286,291,healthy
|
||||||
|
1770548931,ai-foxhop-net,5.77,5.81,3.51,63,64,healthy
|
||||||
|
1770548936,cammy-foxhop-net,24.71,23.78,14.14,286,291,healthy
|
||||||
|
1770548936,ai-foxhop-net,6.03,5.87,3.54,60,65,healthy
|
||||||
|
1770548942,cammy-foxhop-net,24.74,23.81,14.2,286,290,healthy
|
||||||
|
1770548942,ai-foxhop-net,6.83,6.04,3.61,63,65,healthy
|
||||||
|
1770548947,cammy-foxhop-net,31.81,25.29,14.73,286,289,healthy
|
||||||
|
1770548947,ai-foxhop-net,6.52,5.98,3.6,62,66,healthy
|
||||||
|
1770548953,cammy-foxhop-net,35.5,26.16,15.07,285,291,healthy
|
||||||
|
1770548953,ai-foxhop-net,6.4,5.97,3.61,63,65,healthy
|
||||||
|
1770548958,cammy-foxhop-net,39.47,27.14,15.44,286,289,healthy
|
||||||
|
1770548958,ai-foxhop-net,7.25,6.15,3.68,62,67,healthy
|
||||||
|
1770548964,cammy-foxhop-net,40.4,27.76,15.77,282,290,healthy
|
||||||
|
1770548964,ai-foxhop-net,6.37,6.0,3.66,62,64,healthy
|
||||||
|
1770548970,cammy-foxhop-net,43.33,28.57,16.1,284,290,healthy
|
||||||
|
1770548970,ai-foxhop-net,7.14,6.16,3.73,62,64,healthy
|
||||||
|
1770548976,cammy-foxhop-net,42.58,28.66,16.2,286,289,healthy
|
||||||
|
1770548976,ai-foxhop-net,6.57,6.06,3.71,63,64,healthy
|
||||||
|
1770548982,cammy-foxhop-net,41.65,28.7,16.28,288,289,healthy
|
||||||
|
1770548982,ai-foxhop-net,6.04,5.96,3.69,63,64,healthy
|
||||||
|
1770548987,cammy-foxhop-net,38.32,28.23,16.19,288,289,healthy
|
||||||
|
1770548987,ai-foxhop-net,5.56,5.86,3.67,63,64,healthy
|
||||||
|
1770548993,cammy-foxhop-net,35.25,27.76,16.1,288,289,healthy
|
||||||
|
1770548993,ai-foxhop-net,5.11,5.76,3.65,63,64,healthy
|
||||||
|
1770548999,cammy-foxhop-net,32.43,27.3,16.01,288,289,healthy
|
||||||
|
1770548999,ai-foxhop-net,4.78,5.68,3.63,64,64,healthy
|
||||||
|
1770549005,cammy-foxhop-net,27.76,26.46,15.86,288,289,healthy
|
||||||
|
1770549005,ai-foxhop-net,4.43,5.58,3.62,64,64,healthy
|
||||||
|
1770549010,cammy-foxhop-net,25.54,26.03,15.78,288,289,healthy
|
||||||
|
1770549010,ai-foxhop-net,4.48,5.57,3.63,64,64,healthy
|
||||||
|
1770549016,cammy-foxhop-net,23.65,25.63,15.7,288,289,healthy
|
||||||
|
1770549016,ai-foxhop-net,4.2,5.49,3.61,64,64,healthy
|
||||||
|
1770549021,cammy-foxhop-net,21.84,25.22,15.62,288,289,healthy
|
||||||
|
1770549021,ai-foxhop-net,3.94,5.42,3.6,64,64,healthy
|
||||||
|
1770549027,cammy-foxhop-net,20.49,24.88,15.57,288,289,healthy
|
||||||
|
1770549027,ai-foxhop-net,3.63,5.33,3.58,64,64,healthy
|
||||||
|
1770549032,cammy-foxhop-net,19.01,24.5,15.49,288,289,healthy
|
||||||
|
1770549032,ai-foxhop-net,3.42,5.26,3.57,64,64,healthy
|
||||||
|
1770549038,cammy-foxhop-net,17.49,24.09,15.41,288,289,healthy
|
||||||
|
1770549038,ai-foxhop-net,3.14,5.17,3.55,64,64,healthy
|
||||||
|
1770549043,cammy-foxhop-net,16.41,23.76,15.35,288,289,healthy
|
||||||
|
1770549043,ai-foxhop-net,2.97,5.1,3.53,64,64,healthy
|
||||||
|
1770549049,cammy-foxhop-net,14.41,23.09,15.22,288,289,healthy
|
||||||
|
1770549049,ai-foxhop-net,2.89,5.01,3.52,64,64,healthy
|
||||||
|
1770549055,cammy-foxhop-net,14.22,22.91,15.2,286,290,healthy
|
||||||
|
1770549055,ai-foxhop-net,2.98,5.0,3.52,63,65,healthy
|
||||||
|
1770549061,cammy-foxhop-net,14.6,22.84,15.22,285,290,healthy
|
||||||
|
1770549061,ai-foxhop-net,3.46,5.06,3.55,64,65,healthy
|
||||||
|
1770549067,cammy-foxhop-net,16.08,23.01,15.32,286,291,healthy
|
||||||
|
1770549067,ai-foxhop-net,3.34,5.01,3.54,64,64,healthy
|
||||||
|
1770549073,cammy-foxhop-net,17.03,23.09,15.39,287,291,healthy
|
||||||
|
1770549073,ai-foxhop-net,3.08,4.93,3.53,64,64,healthy
|
||||||
|
1770549079,cammy-foxhop-net,17.99,23.19,15.46,286,291,healthy
|
||||||
|
1770549079,ai-foxhop-net,3.31,4.95,3.54,64,64,healthy
|
||||||
|
1770549085,cammy-foxhop-net,18.22,23.07,15.5,288,290,healthy
|
||||||
|
1770549085,ai-foxhop-net,2.87,4.8,3.51,63,64,healthy
|
||||||
|
1770549090,cammy-foxhop-net,18.84,23.12,15.56,288,291,healthy
|
||||||
|
1770549090,ai-foxhop-net,2.64,4.72,3.49,64,64,healthy
|
||||||
|
1770549096,cammy-foxhop-net,18.05,22.88,15.53,288,290,healthy
|
||||||
|
1770549096,ai-foxhop-net,2.51,4.66,3.47,63,65,healthy
|
||||||
|
1770549102,cammy-foxhop-net,17.49,22.69,15.5,289,290,healthy
|
||||||
|
1770549102,ai-foxhop-net,2.31,4.58,3.45,64,64,healthy
|
||||||
|
1770549107,cammy-foxhop-net,16.57,22.41,15.45,289,290,healthy
|
||||||
|
1770549107,ai-foxhop-net,2.29,4.54,3.45,64,64,healthy
|
||||||
|
1770549113,cammy-foxhop-net,15.8,22.15,15.4,288,291,healthy
|
||||||
|
1770549113,ai-foxhop-net,2.1,4.46,3.43,64,64,healthy
|
||||||
|
1770549118,cammy-foxhop-net,15.98,22.08,15.42,286,291,healthy
|
||||||
|
1770549118,ai-foxhop-net,2.01,4.4,3.41,64,64,healthy
|
||||||
|
1770549124,cammy-foxhop-net,15.66,21.92,15.4,286,292,healthy
|
||||||
|
1770549124,ai-foxhop-net,1.85,4.33,3.4,63,64,healthy
|
||||||
|
1770549129,cammy-foxhop-net,17.1,22.01,15.5,287,291,healthy
|
||||||
|
1770549129,ai-foxhop-net,3.4,4.57,3.48,64,64,healthy
|
||||||
|
1770549135,cammy-foxhop-net,17.66,22.04,15.54,288,290,healthy
|
||||||
|
1770549135,ai-foxhop-net,3.2,4.51,3.47,63,64,healthy
|
||||||
|
1770549140,cammy-foxhop-net,17.6,21.95,15.55,288,290,healthy
|
||||||
|
1770549140,ai-foxhop-net,3.43,4.53,3.48,64,64,healthy
|
||||||
|
1770549146,cammy-foxhop-net,17.88,21.94,15.58,288,290,healthy
|
||||||
|
1770549146,ai-foxhop-net,3.15,4.46,3.46,64,64,healthy
|
||||||
|
1770549151,cammy-foxhop-net,16.68,21.62,15.51,289,290,healthy
|
||||||
|
1770549151,ai-foxhop-net,2.98,4.4,3.45,64,64,healthy
|
||||||
|
1770549157,cammy-foxhop-net,15.83,21.36,15.46,289,290,healthy
|
||||||
|
1770549157,ai-foxhop-net,2.82,4.34,3.44,64,64,healthy
|
||||||
|
1770549163,cammy-foxhop-net,14.96,21.09,15.41,289,290,healthy
|
||||||
|
1770549163,ai-foxhop-net,2.76,4.3,3.43,64,64,healthy
|
||||||
|
1770549168,cammy-foxhop-net,14.0,20.79,15.34,289,290,healthy
|
||||||
|
1770549168,ai-foxhop-net,2.54,4.23,3.41,64,64,healthy
|
||||||
|
1770549174,cammy-foxhop-net,12.96,20.46,15.26,288,291,healthy
|
||||||
|
1770549174,ai-foxhop-net,2.73,4.25,3.42,64,64,healthy
|
||||||
|
1770549179,cammy-foxhop-net,13.06,20.23,15.24,287,291,healthy
|
||||||
|
1770549179,ai-foxhop-net,3.1,4.27,3.44,64,64,healthy
|
||||||
|
1770549186,cammy-foxhop-net,13.22,20.15,15.24,287,292,healthy
|
||||||
|
1770549186,ai-foxhop-net,5.81,4.81,3.62,64,64,healthy
|
||||||
|
1770549192,cammy-foxhop-net,15.44,20.49,15.38,286,292,healthy
|
||||||
|
1770549192,ai-foxhop-net,5.43,4.75,3.6,64,64,healthy
|
||||||
|
1770549198,cammy-foxhop-net,16.37,20.6,15.44,287,290,healthy
|
||||||
|
1770549198,ai-foxhop-net,5.47,4.77,3.62,64,64,healthy
|
||||||
|
1770549204,cammy-foxhop-net,15.78,20.41,15.41,286,291,healthy
|
||||||
|
1770549204,ai-foxhop-net,6.15,4.93,3.67,64,64,healthy
|
||||||
|
1770549210,cammy-foxhop-net,16.77,20.48,15.48,288,290,healthy
|
||||||
|
1770549210,ai-foxhop-net,6.84,5.12,3.75,64,65,healthy
|
||||||
|
1770549215,cammy-foxhop-net,16.77,20.48,15.48,288,290,healthy
|
||||||
|
1770549215,ai-foxhop-net,8.05,5.4,3.85,64,64,healthy
|
||||||
|
1770549221,cammy-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770549221,ai-foxhop-net,7.56,5.35,3.84,64,64,healthy
|
||||||
|
1770549227,cammy-foxhop-net,13.88,19.65,15.29,286,291,healthy
|
||||||
|
1770549227,ai-foxhop-net,7.04,5.27,3.82,64,64,healthy
|
||||||
|
1770549233,cammy-foxhop-net,14.85,19.76,15.35,284,290,healthy
|
||||||
|
1770549233,ai-foxhop-net,6.47,5.19,3.8,63,65,healthy
|
||||||
|
1770549240,cammy-foxhop-net,17.63,20.19,15.54,286,290,healthy
|
||||||
|
1770549240,ai-foxhop-net,5.87,5.1,3.79,63,64,healthy
|
||||||
|
1770549245,cammy-foxhop-net,18.46,20.32,15.61,287,289,healthy
|
||||||
|
1770549245,ai-foxhop-net,5.87,5.1,3.79,63,64,healthy
|
||||||
|
1770549251,cammy-foxhop-net,17.63,20.12,15.57,288,289,healthy
|
||||||
|
1770549251,ai-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770549257,cammy-foxhop-net,16.61,19.87,15.51,287,290,healthy
|
||||||
|
1770549257,ai-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770549263,cammy-foxhop-net,17.29,19.95,15.56,286,289,healthy
|
||||||
|
1770549263,ai-foxhop-net,5.06,4.97,3.78,64,66,healthy
|
||||||
|
1770549268,cammy-foxhop-net,17.98,20.05,15.62,287,290,healthy
|
||||||
|
1770549268,ai-foxhop-net,4.73,4.91,3.76,64,65,healthy
|
||||||
|
1770549274,cammy-foxhop-net,19.11,20.25,15.71,284,291,healthy
|
||||||
|
1770549274,ai-foxhop-net,4.43,4.84,3.75,64,65,healthy
|
||||||
|
1770549279,cammy-foxhop-net,21.55,20.75,15.92,285,290,healthy
|
||||||
|
1770549279,ai-foxhop-net,3.83,4.7,3.71,64,65,healthy
|
||||||
|
1770549285,cammy-foxhop-net,22.31,20.92,16.0,286,289,healthy
|
||||||
|
1770549285,ai-foxhop-net,4.08,4.74,3.73,64,65,healthy
|
||||||
|
1770549291,cammy-foxhop-net,20.76,20.62,15.93,288,289,healthy
|
||||||
|
1770549291,ai-foxhop-net,3.76,4.66,3.71,64,65,healthy
|
||||||
|
1770549296,cammy-foxhop-net,19.18,20.3,15.85,288,289,healthy
|
||||||
|
1770549296,ai-foxhop-net,3.46,4.58,3.69,64,65,healthy
|
||||||
|
1770549301,cammy-foxhop-net,18.29,20.09,15.81,288,289,healthy
|
||||||
|
1770549301,ai-foxhop-net,3.26,4.52,3.67,64,65,healthy
|
||||||
|
1770549307,cammy-foxhop-net,17.54,19.91,15.77,288,289,healthy
|
||||||
|
1770549307,ai-foxhop-net,3.0,4.45,3.65,64,65,healthy
|
||||||
|
1770549312,cammy-foxhop-net,16.62,19.68,15.72,288,289,healthy
|
||||||
|
1770549312,ai-foxhop-net,2.84,4.39,3.64,63,66,healthy
|
||||||
|
1770549318,cammy-foxhop-net,16.09,19.52,15.69,287,290,healthy
|
||||||
|
1770549318,ai-foxhop-net,3.65,4.53,3.69,64,65,healthy
|
||||||
|
1770549323,cammy-foxhop-net,15.76,19.39,15.67,286,290,healthy
|
||||||
|
1770549323,ai-foxhop-net,3.6,4.51,3.69,64,65,healthy
|
||||||
|
1770549329,cammy-foxhop-net,15.14,19.2,15.63,287,290,healthy
|
||||||
|
1770549329,ai-foxhop-net,4.67,4.71,3.76,63,65,healthy
|
||||||
|
1770549334,cammy-foxhop-net,14.33,18.97,15.57,288,289,healthy
|
||||||
|
1770549334,ai-foxhop-net,4.78,4.74,3.77,63,66,healthy
|
||||||
|
1770549340,cammy-foxhop-net,14.07,18.76,15.54,287,289,healthy
|
||||||
|
1770549340,ai-foxhop-net,4.19,4.61,3.74,63,66,healthy
|
||||||
|
1770549345,cammy-foxhop-net,13.91,18.64,15.52,288,289,healthy
|
||||||
|
1770549345,ai-foxhop-net,4.18,4.6,3.74,63,65,healthy
|
||||||
|
1770549351,cammy-foxhop-net,13.11,18.4,15.45,288,289,healthy
|
||||||
|
1770549351,ai-foxhop-net,4.4,4.64,3.76,61,66,healthy
|
||||||
|
1770549356,cammy-foxhop-net,13.27,18.34,15.45,287,290,healthy
|
||||||
|
1770549356,ai-foxhop-net,4.69,4.7,3.78,63,64,healthy
|
||||||
|
1770549362,cammy-foxhop-net,12.68,18.14,15.4,288,289,healthy
|
||||||
|
1770549362,ai-foxhop-net,4.64,4.69,3.78,63,64,healthy
|
||||||
|
1770549368,cammy-foxhop-net,11.75,17.85,15.32,288,289,healthy
|
||||||
|
1770549368,ai-foxhop-net,4.34,4.62,3.77,63,64,healthy
|
||||||
|
1770549374,cammy-foxhop-net,11.29,17.66,15.27,288,289,healthy
|
||||||
|
1770549374,ai-foxhop-net,4.0,4.55,3.75,63,64,healthy
|
||||||
|
1770549379,cammy-foxhop-net,11.11,17.4,15.22,288,289,healthy
|
||||||
|
1770549379,ai-foxhop-net,4.06,4.54,3.75,62,65,healthy
|
||||||
|
1770549385,cammy-foxhop-net,11.59,17.4,15.23,287,289,healthy
|
||||||
|
1770549385,ai-foxhop-net,3.74,4.47,3.73,63,64,healthy
|
||||||
|
1770549391,cammy-foxhop-net,11.78,17.34,15.22,287,290,healthy
|
||||||
|
1770549391,ai-foxhop-net,3.44,4.39,3.71,63,64,healthy
|
||||||
|
1770549396,cammy-foxhop-net,13.24,17.55,15.3,288,289,healthy
|
||||||
|
1770549396,ai-foxhop-net,3.24,4.34,3.7,63,64,healthy
|
||||||
|
1770549401,cammy-foxhop-net,12.58,17.34,15.24,288,289,healthy
|
||||||
|
1770549401,ai-foxhop-net,3.24,4.34,3.7,63,64,healthy
|
||||||
|
1770549408,cammy-foxhop-net,11.57,17.06,15.16,288,289,healthy
|
||||||
|
1770549408,ai-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770549414,cammy-foxhop-net,16.17,17.92,15.45,287,290,healthy
|
||||||
|
1770549414,ai-foxhop-net,3.43,4.34,3.71,63,64,healthy
|
||||||
|
1770549419,cammy-foxhop-net,16.4,17.94,15.47,287,290,healthy
|
||||||
|
1770549419,ai-foxhop-net,3.32,4.3,3.7,62,64,healthy
|
||||||
|
1770549425,cammy-foxhop-net,15.93,17.79,15.45,288,289,healthy
|
||||||
|
1770549425,ai-foxhop-net,3.03,4.2,3.68,63,64,healthy
|
||||||
|
1770549431,cammy-foxhop-net,16.18,17.81,15.47,288,289,healthy
|
||||||
|
1770549431,ai-foxhop-net,3.59,4.3,3.71,60,65,healthy
|
||||||
|
1770549437,cammy-foxhop-net,16.56,17.86,15.5,287,290,healthy
|
||||||
|
1770549437,ai-foxhop-net,4.34,4.44,3.76,62,64,healthy
|
||||||
|
1770549442,cammy-foxhop-net,17.56,18.05,15.57,287,290,healthy
|
||||||
|
1770549442,ai-foxhop-net,4.32,4.44,3.76,63,64,healthy
|
||||||
|
1770549448,cammy-foxhop-net,19.44,18.43,15.71,286,291,healthy
|
||||||
|
1770549448,ai-foxhop-net,3.97,4.36,3.74,63,64,healthy
|
||||||
|
1770549454,cammy-foxhop-net,18.48,18.26,15.68,289,290,healthy
|
||||||
|
1770549454,ai-foxhop-net,3.88,4.33,3.74,63,64,healthy
|
||||||
|
1770549460,cammy-foxhop-net,18.48,18.26,15.68,289,290,healthy
|
||||||
|
1770549460,ai-foxhop-net,3.65,4.28,3.72,63,64,healthy
|
||||||
|
1770549466,cammy-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770549466,ai-foxhop-net,3.36,4.21,3.7,63,64,healthy
|
||||||
|
1770549472,cammy-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770549472,ai-foxhop-net,3.25,4.17,3.69,63,64,healthy
|
||||||
|
1770549478,cammy-foxhop-net,14.13,17.3,15.42,289,290,healthy
|
||||||
|
1770549478,ai-foxhop-net,3.07,4.12,3.68,63,64,healthy
|
||||||
|
1770549484,cammy-foxhop-net,13.16,17.05,15.35,289,289,healthy
|
||||||
|
1770549484,ai-foxhop-net,2.98,4.08,3.67,63,64,healthy
|
||||||
|
1770549490,cammy-foxhop-net,13.4,16.98,15.35,289,290,healthy
|
||||||
|
1770549490,ai-foxhop-net,2.52,3.95,3.63,63,64,healthy
|
||||||
|
1770549496,cammy-foxhop-net,12.73,16.78,15.29,289,290,healthy
|
||||||
|
1770549496,ai-foxhop-net,2.48,3.91,3.62,63,64,healthy
|
||||||
|
1770549501,cammy-foxhop-net,12.19,16.6,15.24,288,291,healthy
|
||||||
|
1770549501,ai-foxhop-net,3.56,4.12,3.69,62,64,healthy
|
||||||
|
1770549507,cammy-foxhop-net,12.5,16.59,15.24,287,290,healthy
|
||||||
|
1770549507,ai-foxhop-net,3.28,4.05,3.67,62,65,healthy
|
||||||
|
1770549513,cammy-foxhop-net,12.78,16.58,15.25,288,290,healthy
|
||||||
|
1770549513,ai-foxhop-net,3.02,3.98,3.65,63,64,healthy
|
||||||
|
1770549519,cammy-foxhop-net,16.29,17.2,15.47,289,290,healthy
|
||||||
|
1770549519,ai-foxhop-net,2.77,3.9,3.62,63,64,healthy
|
||||||
|
1770549525,cammy-foxhop-net,16.29,17.2,15.47,289,290,healthy
|
||||||
|
1770549525,ai-foxhop-net,2.55,3.83,3.6,63,64,healthy
|
||||||
|
1770549531,cammy-foxhop-net,14.54,16.8,15.35,288,290,healthy
|
||||||
|
1770549531,ai-foxhop-net,2.35,3.77,3.58,63,64,healthy
|
||||||
|
1770549536,cammy-foxhop-net,14.02,16.66,15.31,288,290,healthy
|
||||||
|
1770549536,ai-foxhop-net,2.16,3.7,3.57,63,64,healthy
|
||||||
|
1770549542,cammy-foxhop-net,13.14,16.43,15.25,289,290,healthy
|
||||||
|
1770549542,ai-foxhop-net,1.99,3.64,3.55,63,64,healthy
|
||||||
|
1770549548,cammy-foxhop-net,12.33,16.21,15.18,289,290,healthy
|
||||||
|
1770549548,ai-foxhop-net,1.83,3.58,3.53,63,64,healthy
|
||||||
|
1770549554,cammy-foxhop-net,12.94,16.27,15.21,289,291,healthy
|
||||||
|
1770549554,ai-foxhop-net,2.16,3.62,3.54,63,64,healthy
|
||||||
|
1770549560,cammy-foxhop-net,11.55,15.86,15.09,289,290,healthy
|
||||||
|
1770549560,ai-foxhop-net,2.63,3.67,3.56,63,64,healthy
|
||||||
|
1770549566,cammy-foxhop-net,11.02,15.68,15.03,288,291,healthy
|
||||||
|
1770549566,ai-foxhop-net,2.9,3.71,3.57,63,64,healthy
|
||||||
|
1770549571,cammy-foxhop-net,10.78,15.56,15.0,289,290,healthy
|
||||||
|
1770549571,ai-foxhop-net,3.15,3.75,3.58,64,64,healthy
|
||||||
|
1770549577,cammy-foxhop-net,10.24,15.36,14.94,288,290,healthy
|
||||||
|
1770549577,ai-foxhop-net,3.14,3.73,3.58,64,64,healthy
|
||||||
|
1770549582,cammy-foxhop-net,9.9,15.21,14.89,288,290,healthy
|
||||||
|
1770549582,ai-foxhop-net,2.88,3.67,3.56,64,64,healthy
|
||||||
|
1770549588,cammy-foxhop-net,9.26,14.99,14.82,289,290,healthy
|
||||||
|
1770549588,ai-foxhop-net,2.73,3.63,3.55,64,64,healthy
|
||||||
|
1770549593,cammy-foxhop-net,8.92,14.82,14.77,289,290,healthy
|
||||||
|
1770549593,ai-foxhop-net,2.83,3.63,3.55,64,64,healthy
|
||||||
|
1770549598,cammy-foxhop-net,8.21,14.58,14.69,289,290,healthy
|
||||||
|
1770549598,ai-foxhop-net,2.69,3.59,3.53,64,64,healthy
|
||||||
|
1770549604,cammy-foxhop-net,7.79,14.38,14.62,289,290,healthy
|
||||||
|
1770549604,ai-foxhop-net,2.55,3.55,3.52,64,64,healthy
|
||||||
|
1770549609,cammy-foxhop-net,7.17,14.14,14.54,289,290,healthy
|
||||||
|
1770549609,ai-foxhop-net,2.67,3.55,3.52,64,64,healthy
|
||||||
|
1770549614,cammy-foxhop-net,6.99,13.99,14.49,289,290,healthy
|
||||||
|
1770549614,ai-foxhop-net,2.53,3.51,3.51,64,64,healthy
|
||||||
|
1770549620,cammy-foxhop-net,8.69,14.12,14.53,288,290,healthy
|
||||||
|
1770549620,ai-foxhop-net,2.6,3.5,3.5,64,64,healthy
|
||||||
|
1770549626,cammy-foxhop-net,8.0,13.89,14.45,289,290,healthy
|
||||||
|
1770549626,ai-foxhop-net,2.39,3.44,3.49,64,64,healthy
|
||||||
|
1770549632,cammy-foxhop-net,8.08,13.81,14.42,289,290,healthy
|
||||||
|
1770549632,ai-foxhop-net,2.2,3.38,3.47,64,64,healthy
|
||||||
|
1770549637,cammy-foxhop-net,7.43,13.58,14.35,289,290,healthy
|
||||||
|
1770549637,ai-foxhop-net,2.02,3.32,3.45,63,65,healthy
|
||||||
|
1770549643,cammy-foxhop-net,7.23,13.44,14.3,288,290,healthy
|
||||||
|
1770549643,ai-foxhop-net,1.86,3.27,3.43,64,64,healthy
|
||||||
|
1770549649,cammy-foxhop-net,6.66,13.11,14.18,288,291,healthy
|
||||||
|
1770549649,ai-foxhop-net,2.75,3.42,3.48,64,64,healthy
|
||||||
|
1770549656,cammy-foxhop-net,6.2,12.91,14.11,288,291,healthy
|
||||||
|
1770549656,ai-foxhop-net,2.69,3.4,3.47,64,64,healthy
|
||||||
|
1770549662,cammy-foxhop-net,6.43,12.84,14.08,288,290,healthy
|
||||||
|
1770549662,ai-foxhop-net,3.84,3.62,3.54,64,64,healthy
|
||||||
|
1770549668,cammy-foxhop-net,6.87,12.83,14.07,289,290,healthy
|
||||||
|
1770549668,ai-foxhop-net,4.01,3.66,3.56,63,65,healthy
|
||||||
|
1770549673,cammy-foxhop-net,6.8,12.71,14.03,289,290,healthy
|
||||||
|
1770549673,ai-foxhop-net,3.85,3.64,3.55,64,64,healthy
|
||||||
|
1770549680,cammy-foxhop-net,10.64,13.31,14.2,288,291,healthy
|
||||||
|
1770549680,ai-foxhop-net,3.66,3.6,3.54,64,64,healthy
|
||||||
|
1770549686,cammy-foxhop-net,10.02,13.14,14.14,289,290,healthy
|
||||||
|
1770549686,ai-foxhop-net,3.45,3.56,3.52,64,64,healthy
|
||||||
|
1770549691,cammy-foxhop-net,9.7,13.02,14.1,289,290,healthy
|
||||||
|
1770549691,ai-foxhop-net,3.25,3.51,3.51,64,64,healthy
|
||||||
|
1770549697,cammy-foxhop-net,9.08,12.84,14.03,289,290,healthy
|
||||||
|
1770549697,ai-foxhop-net,3.15,3.49,3.5,64,64,healthy
|
||||||
|
1770549703,cammy-foxhop-net,8.84,12.72,13.99,288,290,healthy
|
||||||
|
1770549703,ai-foxhop-net,6.18,4.11,3.7,64,64,healthy
|
||||||
|
1770549709,cammy-foxhop-net,67.43,25.57,18.18,287,291,healthy
|
||||||
|
1770549709,ai-foxhop-net,5.3,3.99,3.67,64,64,healthy
|
||||||
|
1770549715,cammy-foxhop-net,62.99,25.34,18.15,289,290,healthy
|
||||||
|
1770549715,ai-foxhop-net,4.96,3.94,3.65,64,64,healthy
|
||||||
|
1770549721,cammy-foxhop-net,59.15,25.17,18.13,288,291,healthy
|
||||||
|
1770549721,ai-foxhop-net,4.64,3.89,3.64,64,64,healthy
|
||||||
|
1770549727,cammy-foxhop-net,56.41,25.16,18.17,287,291,healthy
|
||||||
|
1770549727,ai-foxhop-net,4.27,3.83,3.62,64,64,healthy
|
||||||
|
1770549733,cammy-foxhop-net,55.98,25.59,18.34,286,291,healthy
|
||||||
|
1770549733,ai-foxhop-net,3.93,3.76,3.6,64,64,healthy
|
||||||
|
1770549739,cammy-foxhop-net,53.02,25.48,18.35,288,290,healthy
|
||||||
|
1770549739,ai-foxhop-net,3.61,3.7,3.58,64,64,healthy
|
||||||
|
1770549744,cammy-foxhop-net,49.09,25.13,18.27,289,290,healthy
|
||||||
|
1770549744,ai-foxhop-net,3.4,3.66,3.56,64,64,healthy
|
||||||
|
1770549749,cammy-foxhop-net,45.48,24.78,18.19,289,290,healthy
|
||||||
|
1770549749,ai-foxhop-net,3.21,3.61,3.55,64,64,healthy
|
||||||
|
1770549755,cammy-foxhop-net,39.48,24.17,18.07,289,290,healthy
|
||||||
|
1770549755,ai-foxhop-net,3.59,3.67,3.57,64,64,healthy
|
||||||
|
1770549760,cammy-foxhop-net,39.45,24.42,18.18,289,290,healthy
|
||||||
|
1770549760,ai-foxhop-net,3.94,3.75,3.6,64,64,healthy
|
||||||
|
1770549766,cammy-foxhop-net,37.33,24.23,18.15,289,290,healthy
|
||||||
|
1770549766,ai-foxhop-net,3.79,3.72,3.59,64,64,healthy
|
||||||
|
1770549772,cammy-foxhop-net,34.9,23.94,18.09,289,290,healthy
|
||||||
|
1770549772,ai-foxhop-net,4.05,3.77,3.6,64,64,healthy
|
||||||
|
1770549777,cammy-foxhop-net,32.5,23.63,18.02,289,290,healthy
|
||||||
|
1770549777,ai-foxhop-net,4.04,3.78,3.61,64,64,healthy
|
||||||
|
1770549783,cammy-foxhop-net,30.22,23.3,17.95,289,290,healthy
|
||||||
|
1770549783,ai-foxhop-net,3.8,3.73,3.59,64,64,healthy
|
||||||
|
1770549789,cammy-foxhop-net,28.28,23.02,17.88,289,290,healthy
|
||||||
|
1770549789,ai-foxhop-net,3.57,3.68,3.58,64,64,healthy
|
||||||
|
1770549794,cammy-foxhop-net,26.58,22.75,17.82,289,290,healthy
|
||||||
|
1770549794,ai-foxhop-net,3.57,3.68,3.58,64,64,healthy
|
||||||
|
1770549800,cammy-foxhop-net,23.11,22.13,17.67,289,290,healthy
|
||||||
|
1770549800,ai-foxhop-net,null,null,null,0,0,unhealthy
|
||||||
|
1770549806,cammy-foxhop-net,21.5,21.81,17.59,288,291,healthy
|
||||||
|
1770549806,ai-foxhop-net,2.83,3.51,3.52,63,64,healthy
|
||||||
|
1770549811,cammy-foxhop-net,20.74,21.65,17.56,287,292,healthy
|
||||||
|
1770549811,ai-foxhop-net,3.16,3.57,3.54,64,64,healthy
|
||||||
|
1770549817,cammy-foxhop-net,26.13,22.75,17.94,285,292,healthy
|
||||||
|
1770549817,ai-foxhop-net,2.99,3.52,3.53,64,64,healthy
|
||||||
|
1770549822,cammy-foxhop-net,26.92,22.97,18.04,285,292,healthy
|
||||||
|
1770549822,ai-foxhop-net,4.19,3.77,3.61,64,64,healthy
|
||||||
|
1770549827,cammy-foxhop-net,31.17,23.92,18.37,283,292,healthy
|
||||||
|
1770549827,ai-foxhop-net,3.93,3.72,3.59,64,64,healthy
|
||||||
|
1770549833,cammy-foxhop-net,31.39,24.09,18.46,289,290,healthy
|
||||||
|
1770549833,ai-foxhop-net,4.5,3.84,3.63,61,64,healthy
|
||||||
|
1770549839,cammy-foxhop-net,32.16,24.37,18.58,287,291,healthy
|
||||||
|
1770549839,ai-foxhop-net,4.46,3.84,3.63,64,64,healthy
|
||||||
|
1770549845,cammy-foxhop-net,35.76,25.38,18.97,288,291,healthy
|
||||||
|
1770549845,ai-foxhop-net,4.33,3.83,3.63,63,65,healthy
|
||||||
|
1770549851,cammy-foxhop-net,36.42,25.69,19.1,287,291,healthy
|
||||||
|
1770549851,ai-foxhop-net,4.14,3.8,3.62,64,64,healthy
|
||||||
|
231
reports/4.3.1/raw-samples.csv
Normal file
231
reports/4.3.1/raw-samples.csv
Normal file
|
|
@ -0,0 +1,231 @@
|
||||||
|
timestamp,load1,load5,load15,mem_used_gb,mem_avail_gb,mem_pct,available,allocated,spawning,latency_ms,http_code
|
||||||
|
1770548534,0,0,0,0,0,0,0,0,0,121,200
|
||||||
|
1770548539,0,0,0,0,0,0,0,0,0,111,200
|
||||||
|
1770548544,0,0,0,0,0,0,0,0,0,120,200
|
||||||
|
1770548550,0,0,0,0,0,0,0,0,0,153,200
|
||||||
|
1770548555,0,0,0,0,0,0,0,0,0,212,200
|
||||||
|
1770548561,0,0,0,0,0,0,0,0,0,440,200
|
||||||
|
1770548567,0,0,0,0,0,0,0,0,0,544,200
|
||||||
|
1770548573,0,0,0,0,0,0,0,0,0,363,200
|
||||||
|
1770548579,0,0,0,0,0,0,0,0,0,175,200
|
||||||
|
1770548584,0,0,0,0,0,0,0,0,0,240,200
|
||||||
|
1770548590,0,0,0,0,0,0,0,0,0,436,200
|
||||||
|
1770548596,0,0,0,0,0,0,0,0,0,205,200
|
||||||
|
1770548601,0,0,0,0,0,0,0,0,0,260,200
|
||||||
|
1770548607,0,0,0,0,0,0,0,0,0,175,200
|
||||||
|
1770548612,0,0,0,0,0,0,0,0,0,172,200
|
||||||
|
1770548617,0,0,0,0,0,0,0,0,0,444,200
|
||||||
|
1770548624,0,0,0,0,0,0,0,0,0,110,200
|
||||||
|
1770548630,0,0,0,0,0,0,0,0,0,152,200
|
||||||
|
1770548635,0,0,0,0,0,0,0,0,0,147,200
|
||||||
|
1770548641,0,0,0,0,0,0,0,0,0,1241,200
|
||||||
|
1770548647,0,0,0,0,0,0,0,0,0,317,200
|
||||||
|
1770548653,0,0,0,0,0,0,0,0,0,1224,200
|
||||||
|
1770548659,0,0,0,0,0,0,0,0,0,441,200
|
||||||
|
1770548665,0,0,0,0,0,0,0,0,0,148,200
|
||||||
|
1770548671,0,0,0,0,0,0,0,0,0,1277,200
|
||||||
|
1770548678,0,0,0,0,0,0,0,0,0,2486,200
|
||||||
|
1770548685,0,0,0,0,0,0,0,0,0,1255,200
|
||||||
|
1770548692,0,0,0,0,0,0,0,0,0,213,200
|
||||||
|
1770548698,0,0,0,0,0,0,0,0,0,207,200
|
||||||
|
1770548703,0,0,0,0,0,0,0,0,0,409,200
|
||||||
|
1770548709,0,0,0,0,0,0,0,0,0,259,200
|
||||||
|
1770548715,0,0,0,0,0,0,0,0,0,352,200
|
||||||
|
1770548721,0,0,0,0,0,0,0,0,0,384,200
|
||||||
|
1770548728,0,0,0,0,0,0,0,0,0,358,200
|
||||||
|
1770548733,0,0,0,0,0,0,0,0,0,454,200
|
||||||
|
1770548740,0,0,0,0,0,0,0,0,0,171,200
|
||||||
|
1770548745,0,0,0,0,0,0,0,0,0,219,200
|
||||||
|
1770548751,0,0,0,0,0,0,0,0,0,219,200
|
||||||
|
1770548756,0,0,0,0,0,0,0,0,0,1418,200
|
||||||
|
1770548763,0,0,0,0,0,0,0,0,0,435,200
|
||||||
|
1770548769,0,0,0,0,0,0,0,0,0,192,200
|
||||||
|
1770548775,0,0,0,0,0,0,0,0,0,208,200
|
||||||
|
1770548781,0,0,0,0,0,0,0,0,0,380,200
|
||||||
|
1770548786,0,0,0,0,0,0,0,0,0,187,200
|
||||||
|
1770548792,0,0,0,0,0,0,0,0,0,215,200
|
||||||
|
1770548797,0,0,0,0,0,0,0,0,0,279,200
|
||||||
|
1770548803,0,0,0,0,0,0,0,0,0,636,200
|
||||||
|
1770548809,0,0,0,0,0,0,0,0,0,483,200
|
||||||
|
1770548815,0,0,0,0,0,0,0,0,0,182,200
|
||||||
|
1770548821,0,0,0,0,0,0,0,0,0,375,200
|
||||||
|
1770548826,0,0,0,0,0,0,0,0,0,433,200
|
||||||
|
1770548832,0,0,0,0,0,0,0,0,0,392,200
|
||||||
|
1770548838,0,0,0,0,0,0,0,0,0,409,200
|
||||||
|
1770548844,0,0,0,0,0,0,0,0,0,264,200
|
||||||
|
1770548851,0,0,0,0,0,0,0,0,0,168,200
|
||||||
|
1770548856,0,0,0,0,0,0,0,0,0,368,200
|
||||||
|
1770548862,0,0,0,0,0,0,0,0,0,174,200
|
||||||
|
1770548868,0,0,0,0,0,0,0,0,0,176,200
|
||||||
|
1770548873,0,0,0,0,0,0,0,0,0,377,200
|
||||||
|
1770548879,0,0,0,0,0,0,0,0,0,849,200
|
||||||
|
1770548886,0,0,0,0,0,0,0,0,0,305,200
|
||||||
|
1770548891,0,0,0,0,0,0,0,0,0,178,200
|
||||||
|
1770548897,0,0,0,0,0,0,0,0,0,176,200
|
||||||
|
1770548902,0,0,0,0,0,0,0,0,0,144,200
|
||||||
|
1770548908,0,0,0,0,0,0,0,0,0,176,200
|
||||||
|
1770548913,0,0,0,0,0,0,0,0,0,369,200
|
||||||
|
1770548919,0,0,0,0,0,0,0,0,0,444,200
|
||||||
|
1770548925,0,0,0,0,0,0,0,0,0,162,200
|
||||||
|
1770548931,0,0,0,0,0,0,0,0,0,108,200
|
||||||
|
1770548936,0,0,0,0,0,0,0,0,0,361,200
|
||||||
|
1770548942,0,0,0,0,0,0,0,0,0,222,200
|
||||||
|
1770548947,0,0,0,0,0,0,0,0,0,169,200
|
||||||
|
1770548953,0,0,0,0,0,0,0,0,0,165,200
|
||||||
|
1770548958,0,0,0,0,0,0,0,0,0,477,200
|
||||||
|
1770548964,0,0,0,0,0,0,0,0,0,451,200
|
||||||
|
1770548970,0,0,0,0,0,0,0,0,0,455,200
|
||||||
|
1770548976,0,0,0,0,0,0,0,0,0,178,200
|
||||||
|
1770548982,0,0,0,0,0,0,0,0,0,180,200
|
||||||
|
1770548987,0,0,0,0,0,0,0,0,0,479,200
|
||||||
|
1770548993,0,0,0,0,0,0,0,0,0,227,200
|
||||||
|
1770548999,0,0,0,0,0,0,0,0,0,172,200
|
||||||
|
1770549005,0,0,0,0,0,0,0,0,0,174,200
|
||||||
|
1770549010,0,0,0,0,0,0,0,0,0,461,200
|
||||||
|
1770549016,0,0,0,0,0,0,0,0,0,178,200
|
||||||
|
1770549021,0,0,0,0,0,0,0,0,0,179,200
|
||||||
|
1770549027,0,0,0,0,0,0,0,0,0,174,200
|
||||||
|
1770549032,0,0,0,0,0,0,0,0,0,180,200
|
||||||
|
1770549038,0,0,0,0,0,0,0,0,0,144,200
|
||||||
|
1770549043,0,0,0,0,0,0,0,0,0,280,200
|
||||||
|
1770549049,0,0,0,0,0,0,0,0,0,480,200
|
||||||
|
1770549055,0,0,0,0,0,0,0,0,0,438,200
|
||||||
|
1770549061,0,0,0,0,0,0,0,0,0,369,200
|
||||||
|
1770549067,0,0,0,0,0,0,0,0,0,377,200
|
||||||
|
1770549073,0,0,0,0,0,0,0,0,0,377,200
|
||||||
|
1770549079,0,0,0,0,0,0,0,0,0,371,200
|
||||||
|
1770549085,0,0,0,0,0,0,0,0,0,331,200
|
||||||
|
1770549090,0,0,0,0,0,0,0,0,0,321,200
|
||||||
|
1770549096,0,0,0,0,0,0,0,0,0,350,200
|
||||||
|
1770549102,0,0,0,0,0,0,0,0,0,172,200
|
||||||
|
1770549107,0,0,0,0,0,0,0,0,0,163,200
|
||||||
|
1770549113,0,0,0,0,0,0,0,0,0,178,200
|
||||||
|
1770549118,0,0,0,0,0,0,0,0,0,168,200
|
||||||
|
1770549124,0,0,0,0,0,0,0,0,0,157,200
|
||||||
|
1770549129,0,0,0,0,0,0,0,0,0,171,200
|
||||||
|
1770549135,0,0,0,0,0,0,0,0,0,166,200
|
||||||
|
1770549140,0,0,0,0,0,0,0,0,0,153,200
|
||||||
|
1770549146,0,0,0,0,0,0,0,0,0,258,200
|
||||||
|
1770549151,0,0,0,0,0,0,0,0,0,113,200
|
||||||
|
1770549157,0,0,0,0,0,0,0,0,0,477,200
|
||||||
|
1770549163,0,0,0,0,0,0,0,0,0,229,200
|
||||||
|
1770549168,0,0,0,0,0,0,0,0,0,157,200
|
||||||
|
1770549174,0,0,0,0,0,0,0,0,0,177,200
|
||||||
|
1770549179,0,0,0,0,0,0,0,0,0,516,200
|
||||||
|
1770549186,0,0,0,0,0,0,0,0,0,1465,200
|
||||||
|
1770549192,0,0,0,0,0,0,0,0,0,480,200
|
||||||
|
1770549198,0,0,0,0,0,0,0,0,0,441,200
|
||||||
|
1770549204,0,0,0,0,0,0,0,0,0,116,200
|
||||||
|
1770549210,0,0,0,0,0,0,0,0,0,396,200
|
||||||
|
1770549215,0,0,0,0,0,0,0,0,0,311,200
|
||||||
|
1770549221,0,0,0,0,0,0,0,0,0,287,200
|
||||||
|
1770549227,0,0,0,0,0,0,0,0,0,314,200
|
||||||
|
1770549233,0,0,0,0,0,0,0,0,0,1387,200
|
||||||
|
1770549240,0,0,0,0,0,0,0,0,0,413,200
|
||||||
|
1770549245,0,0,0,0,0,0,0,0,0,382,200
|
||||||
|
1770549251,0,0,0,0,0,0,0,0,0,338,200
|
||||||
|
1770549257,0,0,0,0,0,0,0,0,0,465,200
|
||||||
|
1770549263,0,0,0,0,0,0,0,0,0,154,200
|
||||||
|
1770549268,0,0,0,0,0,0,0,0,0,164,200
|
||||||
|
1770549274,0,0,0,0,0,0,0,0,0,176,200
|
||||||
|
1770549279,0,0,0,0,0,0,0,0,0,182,200
|
||||||
|
1770549285,0,0,0,0,0,0,0,0,0,187,200
|
||||||
|
1770549291,0,0,0,0,0,0,0,0,0,164,200
|
||||||
|
1770549296,0,0,0,0,0,0,0,0,0,169,200
|
||||||
|
1770549301,0,0,0,0,0,0,0,0,0,172,200
|
||||||
|
1770549307,0,0,0,0,0,0,0,0,0,159,200
|
||||||
|
1770549312,0,0,0,0,0,0,0,0,0,179,200
|
||||||
|
1770549318,0,0,0,0,0,0,0,0,0,168,200
|
||||||
|
1770549323,0,0,0,0,0,0,0,0,0,200,200
|
||||||
|
1770549329,0,0,0,0,0,0,0,0,0,171,200
|
||||||
|
1770549334,0,0,0,0,0,0,0,0,0,116,200
|
||||||
|
1770549340,0,0,0,0,0,0,0,0,0,174,200
|
||||||
|
1770549345,0,0,0,0,0,0,0,0,0,216,200
|
||||||
|
1770549351,0,0,0,0,0,0,0,0,0,201,200
|
||||||
|
1770549356,0,0,0,0,0,0,0,0,0,205,200
|
||||||
|
1770549362,0,0,0,0,0,0,0,0,0,1341,200
|
||||||
|
1770549368,0,0,0,0,0,0,0,0,0,214,200
|
||||||
|
1770549374,0,0,0,0,0,0,0,0,0,170,200
|
||||||
|
1770549379,0,0,0,0,0,0,0,0,0,379,200
|
||||||
|
1770549385,0,0,0,0,0,0,0,0,0,170,200
|
||||||
|
1770549391,0,0,0,0,0,0,0,0,0,141,200
|
||||||
|
1770549396,0,0,0,0,0,0,0,0,0,130,200
|
||||||
|
1770549401,0,0,0,0,0,0,0,0,0,159,200
|
||||||
|
1770549408,0,0,0,0,0,0,0,0,0,423,200
|
||||||
|
1770549414,0,0,0,0,0,0,0,0,0,393,200
|
||||||
|
1770549419,0,0,0,0,0,0,0,0,0,165,200
|
||||||
|
1770549425,0,0,0,0,0,0,0,0,0,436,200
|
||||||
|
1770549431,0,0,0,0,0,0,0,0,0,390,200
|
||||||
|
1770549437,0,0,0,0,0,0,0,0,0,315,200
|
||||||
|
1770549442,0,0,0,0,0,0,0,0,0,381,200
|
||||||
|
1770549448,0,0,0,0,0,0,0,0,0,382,200
|
||||||
|
1770549454,0,0,0,0,0,0,0,0,0,360,200
|
||||||
|
1770549460,0,0,0,0,0,0,0,0,0,424,200
|
||||||
|
1770549466,0,0,0,0,0,0,0,0,0,442,200
|
||||||
|
1770549472,0,0,0,0,0,0,0,0,0,384,200
|
||||||
|
1770549478,0,0,0,0,0,0,0,0,0,370,200
|
||||||
|
1770549484,0,0,0,0,0,0,0,0,0,403,200
|
||||||
|
1770549490,0,0,0,0,0,0,0,0,0,521,200
|
||||||
|
1770549496,0,0,0,0,0,0,0,0,0,344,200
|
||||||
|
1770549501,0,0,0,0,0,0,0,0,0,257,200
|
||||||
|
1770549507,0,0,0,0,0,0,0,0,0,394,200
|
||||||
|
1770549513,0,0,0,0,0,0,0,0,0,423,200
|
||||||
|
1770549519,0,0,0,0,0,0,0,0,0,339,200
|
||||||
|
1770549525,0,0,0,0,0,0,0,0,0,408,200
|
||||||
|
1770549531,0,0,0,0,0,0,0,0,0,355,200
|
||||||
|
1770549536,0,0,0,0,0,0,0,0,0,296,200
|
||||||
|
1770549542,0,0,0,0,0,0,0,0,0,308,200
|
||||||
|
1770549548,0,0,0,0,0,0,0,0,0,350,200
|
||||||
|
1770549554,0,0,0,0,0,0,0,0,0,408,200
|
||||||
|
1770549560,0,0,0,0,0,0,0,0,0,467,200
|
||||||
|
1770549566,0,0,0,0,0,0,0,0,0,334,200
|
||||||
|
1770549571,0,0,0,0,0,0,0,0,0,128,200
|
||||||
|
1770549577,0,0,0,0,0,0,0,0,0,108,200
|
||||||
|
1770549582,0,0,0,0,0,0,0,0,0,115,200
|
||||||
|
1770549588,0,0,0,0,0,0,0,0,0,111,200
|
||||||
|
1770549593,0,0,0,0,0,0,0,0,0,150,200
|
||||||
|
1770549598,0,0,0,0,0,0,0,0,0,161,200
|
||||||
|
1770549604,0,0,0,0,0,0,0,0,0,111,200
|
||||||
|
1770549609,0,0,0,0,0,0,0,0,0,167,200
|
||||||
|
1770549614,0,0,0,0,0,0,0,0,0,118,200
|
||||||
|
1770549620,0,0,0,0,0,0,0,0,0,328,200
|
||||||
|
1770549626,0,0,0,0,0,0,0,0,0,402,200
|
||||||
|
1770549632,0,0,0,0,0,0,0,0,0,372,200
|
||||||
|
1770549637,0,0,0,0,0,0,0,0,0,345,200
|
||||||
|
1770549643,0,0,0,0,0,0,0,0,0,389,200
|
||||||
|
1770549649,0,0,0,0,0,0,0,0,0,1267,200
|
||||||
|
1770549656,0,0,0,0,0,0,0,0,0,387,200
|
||||||
|
1770549662,0,0,0,0,0,0,0,0,0,311,200
|
||||||
|
1770549668,0,0,0,0,0,0,0,0,0,299,200
|
||||||
|
1770549673,0,0,0,0,0,0,0,0,0,1127,200
|
||||||
|
1770549680,0,0,0,0,0,0,0,0,0,298,200
|
||||||
|
1770549686,0,0,0,0,0,0,0,0,0,361,200
|
||||||
|
1770549691,0,0,0,0,0,0,0,0,0,461,200
|
||||||
|
1770549697,0,0,0,0,0,0,0,0,0,460,200
|
||||||
|
1770549703,0,0,0,0,0,0,0,0,0,375,200
|
||||||
|
1770549709,0,0,0,0,0,0,0,0,0,389,200
|
||||||
|
1770549715,0,0,0,0,0,0,0,0,0,378,200
|
||||||
|
1770549721,0,0,0,0,0,0,0,0,0,354,200
|
||||||
|
1770549727,0,0,0,0,0,0,0,0,0,371,200
|
||||||
|
1770549733,0,0,0,0,0,0,0,0,0,382,200
|
||||||
|
1770549739,0,0,0,0,0,0,0,0,0,120,200
|
||||||
|
1770549744,0,0,0,0,0,0,0,0,0,126,200
|
||||||
|
1770549749,0,0,0,0,0,0,0,0,0,152,200
|
||||||
|
1770549755,0,0,0,0,0,0,0,0,0,180,200
|
||||||
|
1770549760,0,0,0,0,0,0,0,0,0,251,200
|
||||||
|
1770549766,0,0,0,0,0,0,0,0,0,525,200
|
||||||
|
1770549772,0,0,0,0,0,0,0,0,0,437,200
|
||||||
|
1770549777,0,0,0,0,0,0,0,0,0,412,200
|
||||||
|
1770549783,0,0,0,0,0,0,0,0,0,280,200
|
||||||
|
1770549789,0,0,0,0,0,0,0,0,0,159,200
|
||||||
|
1770549794,0,0,0,0,0,0,0,0,0,181,200
|
||||||
|
1770549800,0,0,0,0,0,0,0,0,0,387,200
|
||||||
|
1770549806,0,0,0,0,0,0,0,0,0,148,200
|
||||||
|
1770549811,0,0,0,0,0,0,0,0,0,269,200
|
||||||
|
1770549817,0,0,0,0,0,0,0,0,0,178,200
|
||||||
|
1770549822,0,0,0,0,0,0,0,0,0,106,200
|
||||||
|
1770549827,0,0,0,0,0,0,0,0,0,108,200
|
||||||
|
1770549833,0,0,0,0,0,0,0,0,0,311,200
|
||||||
|
1770549839,0,0,0,0,0,0,0,0,0,423,200
|
||||||
|
1770549845,0,0,0,0,0,0,0,0,0,492,200
|
||||||
|
1770549851,0,0,0,0,0,0,0,0,0,287,200
|
||||||
|
|
|
@ -45,3 +45,4 @@ Tracking compile and test execution times across releases.
|
||||||
| 4.2.51 | 2026-01-31 | 860 | 93.7% | 162s | go | powershell |
|
| 4.2.51 | 2026-01-31 | 860 | 93.7% | 162s | go | powershell |
|
||||||
| 4.2.52 | 2026-01-31 | 860 | 94.0% | 136s | go | awk |
|
| 4.2.52 | 2026-01-31 | 860 | 94.0% | 136s | go | awk |
|
||||||
| 4.3.0 | 2026-02-06 | 820 | 90.8% | 376s | typescript | c |
|
| 4.3.0 | 2026-02-06 | 820 | 90.8% | 376s | typescript | c |
|
||||||
|
| 4.3.1 | 2026-02-08 | 824 | 93.4% | 238s | go | prolog |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue