-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprocessos.json
124 lines (124 loc) · 2.93 KB
/
processos.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"processos": [
{
"processo": 1,
"ciclos": 10,
"max_quantum": 2,
"init_type": "cpu-bound",
"timestamp": 0,
"prioridade": 4
},
{
"processo": 2,
"ciclos": 4,
"max_quantum": 1,
"init_type": "cpu-bound",
"timestamp": 0,
"prioridade": 2
},
{
"processo": 3,
"ciclos": 8,
"max_quantum": 1,
"init_type": "io-bound",
"timestamp": 0,
"prioridade": 1
},
{
"processo": 4,
"ciclos": 13,
"max_quantum": 3,
"init_type": "memory-bound",
"timestamp": 0,
"prioridade": 1
},
{
"processo": 5,
"ciclos": 22,
"max_quantum": 3,
"init_type": "memory-bound",
"timestamp": 0,
"prioridade": 2
},
{
"processo": 6,
"ciclos": 2,
"max_quantum": 1,
"init_type": "memory-bound",
"timestamp": 0,
"prioridade": 2
},
{
"processo": 7,
"ciclos": 5,
"max_quantum": 1,
"init_type": "io-bound",
"timestamp": 0,
"prioridade": 3
},
{
"processo": 8,
"ciclos": 17,
"max_quantum": 3,
"init_type": "io-bound",
"timestamp": 0,
"prioridade": 4
},
{
"processo": 9,
"ciclos": 10,
"max_quantum": 2,
"init_type": "cpu-bound",
"timestamp": 0,
"prioridade": 4
},
{
"processo": 10,
"ciclos": 14,
"max_quantum": 2,
"init_type": "cpu-bound",
"timestamp": 0,
"prioridade": 3
},
{
"processo": 11,
"ciclos": 18,
"max_quantum": 1,
"init_type": "cpu-bound",
"timestamp": 0,
"prioridade": 1
},
{
"processo": 12,
"ciclos": 11,
"max_quantum": 3,
"init_type": "memory-bound",
"timestamp": 0,
"prioridade": 2
},
{
"processo": 13,
"ciclos": 19,
"max_quantum": 4,
"init_type": "cpu-bound",
"timestamp": 0,
"prioridade": 3
},
{
"processo": 14,
"ciclos": 9,
"max_quantum": 2,
"init_type": "io-bound",
"timestamp": 0,
"prioridade": 1
},
{
"processo": 15,
"ciclos": 3,
"max_quantum": 1,
"init_type": "cpu-bound",
"timestamp": 0,
"prioridade": 2
}
]
}