change json schema and add additional json flags

This commit is contained in:
Mason Rowe
2022-08-17 00:24:54 -04:00
parent ae24e70fbf
commit 506cdc4991
3 changed files with 154 additions and 67 deletions

View File

@@ -1,34 +1,89 @@
{
"version": "v2022-08-15",
"arch": "x64",
"ipv4": true,
"ipv6": false,
"uptime": 3916629.77,
"version": "v2022-08-17",
"time": "20220817-035033",
"os": {
"arch": "x64",
"distro": "Ubuntu 20.04.4 LTS",
"kernel": "5.4.0-120-generic",
"uptime": 4089127.72
},
"net": {
"ipv4": true,
"ipv6": false
},
"cpu": {
"model": "Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz",
"cores": 12,
"freq": "4000.093 MHz"
"freq": "4000.089 MHz",
"aes": true,
"virt": true
},
"aes": true,
"virt": true,
"ram": 32720272,
"swap": 41904120,
"disk": 47170290544,
"distro": "Ubuntu 20.04.4 LTS",
"kernel": "5.4.0-120-generic",
"fio": [
["4k", 154305, 38576, 154712, 38678, 309017, 77254],
["64k", 210851, 3294, 211961, 3311, 422812, 6605],
["512k", 222221, 434, 234028, 457, 456249, 891],
["1m", 227198, 221, 242330, 236, 469528, 457]
],
"iperf": [
["IPv4", "Clouvider", "London, UK (10G)", "128 Mbits/sec", "65.4 Mbits/sec"],
["IPv4", "Online.net", "Paris, FR (10G)", "116 Mbits/sec", "busy "],
["IPv4", "Clouvider", "NYC, NY, US (10G)", "140 Mbits/sec", "97.1 Mbits/sec"]
],
"geekbench": [
[4, 5449, 24198, "https://browser.geekbench.com/v4/cpu/16602397"],
[5, 1170, 5999, "https://browser.geekbench.com/v5/cpu/16636699"]
]
"mem": {
"ram": 32720272,
"swap": 41904120,
"disk": 47170290544
},
"fio": [{
"bs": "4k",
"speed_r": 165590,
"iops_r": 41397,
"speed_w": 166027,
"iops_w": 41506,
"speed_rw": 331617,
"iops_rw": 82903
}, {
"bs": "64k",
"speed_r": 198505,
"iops_r": 3101,
"speed_w": 199549,
"iops_w": 3117,
"speed_rw": 398054,
"iops_rw": 6218
}, {
"bs": "512k",
"speed_r": 227239,
"iops_r": 443,
"speed_w": 239313,
"iops_w": 467,
"speed_rw": 466552,
"iops_rw": 910
}, {
"bs": "1m",
"speed_r": 238296,
"iops_r": 232,
"speed_w": 254166,
"iops_w": 248,
"speed_rw": 492462,
"iops_rw": 480
}],
"iperf": [{
"mode": "IPv4",
"provider": "Clouvider",
"loc": "London, UK (10G)",
"send": "122 Mbits/sec",
"recv": "58.5 Mbits/sec"
}, {
"mode": "IPv4",
"provider": "Online.net",
"loc": "Paris, FR (10G)",
"send": "111 Mbits/sec",
"recv": "busy "
}, {
"mode": "IPv4",
"provider": "Clouvider",
"loc": "NYC, NY, US (10G)",
"send": "129 Mbits/sec",
"recv": "107 Mbits/sec"
}],
"geekbench": [{
"version": 4,
"single": 5443,
"multi": 24535,
"url": "https://browser.geekbench.com/v4/cpu/16603522"
}, {
"version": 5,
"single": 1157,
"multi": 5908,
"url": "https://browser.geekbench.com/v5/cpu/16679843"
}]
}