-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpu2.json
100 lines (100 loc) · 2.62 KB
/
cpu2.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
93
94
95
96
97
98
99
100
{
"channelid": 36,
"events": [
{
"data": {
"handler": "Devices.Device.6C:99:61:EC:1A:80",
"object": {
"reason": "cpu",
"attributes": {
"6C:99:61:EC:1A:80": {
"cpu": {
"Timestamp": "2022-11-21T16:23:23Z",
"User": 2,
"Nice": 0,
"System": 2,
"Idle": 96,
"IOwait": 0,
"Irq": 0,
"Softirq": 0,
"Steal": 0,
"Guest": 0,
"Guest_nice": 0,
"Total": 8
},
"cpu0": {
"Timestamp": "2022-11-21T16:23:23Z",
"User": 3,
"Nice": 0,
"System": 2,
"Idle": 96,
"IOwait": 0,
"Irq": 0,
"Softirq": 0,
"Steal": 0,
"Guest": 0,
"Guest_nice": 0,
"Total": 4
},
"cpu1": {
"Timestamp": "2022-11-21T16:23:23Z",
"User": 1,
"Nice": 0,
"System": 0,
"Idle": 98,
"IOwait": 0,
"Irq": 0,
"Softirq": 0,
"Steal": 0,
"Guest": 0,
"Guest_nice": 0,
"Total": 2
},
"cpu2": {
"Timestamp": "2022-11-21T16:23:23Z",
"User": 2,
"Nice": 0,
"System": 3,
"Idle": 94,
"IOwait": 0,
"Irq": 0,
"Softirq": 0,
"Steal": 0,
"Guest": 0,
"Guest_nice": 0,
"Total": 6
}
}
}
}
}
},
{
"data": {
"handler": "Devices.Device.6C:99:61:EC:1A:80",
"object": {
"reason": "sysinfo",
"attributes": {
"6C:99:61:EC:1A:80": {
"Timestamp": "2022-11-21T16:23:23Z",
"uptime": 25261,
"loadaverage_1min": 22048,
"loadaverage_5min": 21440,
"loadaverage_15min": 15904,
"totalram": 1028836000,
"freeram": 539440000,
"sharedram": 2140000,
"bufferram": 27812000,
"cachedram": 74664000,
"totalswap": 0,
"freeswap": 0,
"procs": 231,
"totalhigh": 270272000,
"mem_unit": 1
}
}
}
}
}
]
}