-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathruntime_state_dump_example.json
74 lines (74 loc) · 1.48 KB
/
runtime_state_dump_example.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
{
"time": 1234,
"type": "status",
"nodes": [
{
"id": 0,
"state": "online",
"cpu_load": 0.8,
"mem_load": 2423435,
"total_memory": 2600000,
"task_throughput": 423,
"weighted_task_througput": 4.23,
"network_in": 232134,
"network_out": 14234,
"idle_rate": 0.123,
"owned_data": [
{
"id": 12,
"type": "2D-Grid",
"region": [
{
"from": [1,2,3],
"to": [3,4,5]
},
{
"from": [1,2,3],
"to": [3,4,5]
}
]
},
{
"id": 14,
"type": "2D-Grid",
"region": [
{
"from": [1,2,3],
"to": [3,8,5]
}
]
}
]
},
{
"id": 1,
"state": "offline"
},
{
"id": 2,
"state": "online",
"cpu_load": 0.9,
"mem_load": 2423435,
"total_memory": 2600000,
"task_throughput": 423,
"weighted_task_througput": 4.23,
"network_in": 232134,
"network_out": 14234,
"idle_rate": 0.123,
"owned_data": []
},
{
"id": 3,
"state": "online",
"cpu_load": 0.798,
"mem_load": 2423435,
"total_memory": 2600000,
"task_throughput": 423,
"weighted_task_througput": 4.23,
"network_in": 232134,
"network_out": 14234,
"idle_rate": 0.123,
"owned_data": []
}
]
}