mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 19:23:03 +02:00
12 lines
400 B
Plaintext
12 lines
400 B
Plaintext
|
|
Scheduling Type: Batch (Nonpreemptive)
|
||
|
|
Scheduling Name: First-Come First-Served
|
||
|
|
Simulation Run Time: 10000
|
||
|
|
Mean: 2000
|
||
|
|
Standard Deviation: 0
|
||
|
|
Process # CPU Time IO Blocking CPU Completed CPU Blocked
|
||
|
|
0 2000 (ms) 500 (ms) 2000 (ms) 3 times
|
||
|
|
1 2000 (ms) 500 (ms) 2000 (ms) 3 times
|
||
|
|
2 2000 (ms) 500 (ms) 2000 (ms) 3 times
|
||
|
|
3 2000 (ms) 0 (ms) 2000 (ms) 2001 times
|
||
|
|
4 2000 (ms) 100 (ms) 2000 (ms) 19 times
|