forked from jharriga/BootTime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
multiple.json
92 lines (92 loc) · 2.82 KB
/
multiple.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
82
83
84
85
86
87
88
89
90
91
92
[
{
"cluster_name": "testrpi4",
"date": "2022-02-10T12:34:18.875818Z",
"test_type": "boot-time",
"sample": 1,
"test_config": {
"hostname": "testrpi4",
"IPaddr": "192.168.0.108",
"reboot_timeout": "300",
"ssh_timeout": "20",
"boot_tgt": "multi-user.target",
"blame_cnt": "5"
},
"test_results": {
"reboot": {
"reboot_et": 6.10554188200058,
"ssh_et": 0.8525640964508057,
"sysctl_et": 0.24769186973571777,
"total_et": 1.1002559661865234
},
"satime": {
"kernel": 1.461,
"initrd": 4.142,
"userspace": 40.538
},
"sablame": {
"plymouth-quit-wait.service": 32.481,
"NetworkManager-wait-online.service": 8.977,
"firewalld.service": 3.717,
"accounts-daemon.service": 2.828,
"udisks2.service": 2.782
},
"neptuneui": {
"logging": 3.033381,
"D-Bus": 4.230886,
"first-frame": 6.888666
}
},
"system_config": {
"kernel": "5.14.0-19.rt21.19.test.el9s.aarch64",
"osrelease": "CentOS Stream 9",
"architecture": "aarch64",
"model": "Cortex-A72",
"numcores": "4",
"bogomips": "108.00"
}
},
{
"cluster_name": "rpi4",
"date": "2022-02-10T12:34:29.873613Z",
"test_type": "boot-time",
"sample": 1,
"test_config": {
"hostname": "rpi4",
"IPaddr": "192.168.0.111",
"reboot_timeout": "300",
"ssh_timeout": "20",
"boot_tgt": "multi-user.target",
"blame_cnt": "5"
},
"test_results": {
"reboot": {
"reboot_et": 6.140848236999773,
"ssh_et": 0.8844106197357178,
"sysctl_et": 0.2513904571533203,
"total_et": 1.135801076889038
},
"satime": {
"kernel": 1.991,
"initrd": 0.0,
"userspace": 24.782
},
"sablame": {
"pmlogger.service": 8.275,
"pmcd.service": 6.231,
"NetworkManager-wait-online.service": 4.962,
"sssd.service": 3.957,
"tuned.service": 3.728
},
"neptuneui": {}
},
"system_config": {
"kernel": "5.4.60-v8.1.el8",
"osrelease": "CentOS Stream 8",
"architecture": "aarch64",
"model": "Cortex-A72",
"numcores": "4",
"bogomips": "108.00"
}
}
]