-
Notifications
You must be signed in to change notification settings - Fork 263
/
AppConfig.json
81 lines (81 loc) · 2.62 KB
/
AppConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"APP_VERSION": "8.19",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
"UPDATE_PHP_URLS": [
"https://raw.githubusercontent.com/kmvan/x-prober/master/dist/prober.php",
"https://api.inn-studio.com/download/?id=xprober"
],
"APP_CONFIG_URLS": [
"https://raw.githubusercontent.com/kmvan/x-prober/master/AppConfig.json",
"https://api.inn-studio.com/download/?id=xprober-config"
],
"APP_CONFIG_URL_DEV": "http://localhost:8000/AppConfig.json",
"APP_TEMPERATURE_SENSOR_URL": "http://127.0.0.1",
"APP_TEMPERATURE_SENSOR_PORTS": [2048, 4096],
"AUTHOR_NAME": "INN STUDIO",
"LATEST_PHP_STABLE_VERSION": "8",
"LATEST_NGINX_STABLE_VERSION": "1.22.0",
"BENCHMARKS": [
{
"name": "Olink / E5-2680 v4 / PHP83 JIT",
"url": "https://www.olink.cloud/clients/aff.php?aff=120",
"date": "2024-05-29",
"proberUrl": "https://x-prober-server-benchmark-olink-sj.inn-studio.com",
"binUrl": "",
"detail": {
"cpu": 268212,
"read": 18495,
"write": 6164
}
},
{
"name": "RamNode / PHP82 JIT",
"url": "https://clientarea.ramnode.com/aff.php?aff=4143",
"date": "2023-05-02",
"proberUrl": "https://x-prober-server-benchmark-ramnode-sea.inn-studio.com",
"binUrl": "https://x-prober-server-benchmark-ramnode-sea.inn-studio.com/512m.bin",
"detail": {
"cpu": 203245,
"read": 68706,
"write": 11452
}
},
{
"name": "SpartanHost / HDD / PHP80 JIT",
"url": "https://billing.spartanhost.net/aff.php?aff=801",
"date": "2021-07-17",
"proberUrl": "https://x-prober-server-benchmark-spartanhost-dalls.inn-studio.com",
"detail": {
"cpu": 280903,
"read": 65551,
"write": 16238
}
},
{
"name": "Vultr / Tokyo / PHP82 JIT",
"url": "https://www.vultr.com/?ref=7826363-4F",
"date": "2023-05-02",
"proberUrl": "https://x-prober-server-benchmark-vultr-tokyo.inn-studio.com/",
"binUrl": "https://hnd-jp-ping.vultr.com/vultr.com.100MB.bin",
"detail": {
"cpu": 243748,
"read": 46066,
"write": 13824
}
},
{
"name": "BandwagonHOST / KVM / PHP80 JIT",
"url": "https://bandwagonhost.com/aff.php?aff=34116",
"proberUrl": "https://x-prober-server-benchmark-bwh-los-angeles.inn-studio.com/",
"binUrl": "https://x-prober-server-benchmark-bwh-los-angeles.inn-studio.com/512m.bin",
"date": "2021-07-17",
"detail": {
"cpu": 185491,
"read": 13616,
"write": 4529
}
}
]
}