-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimout.txt
55 lines (51 loc) · 1.79 KB
/
simout.txt
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
-- number of processes: 3
-- number of CPU-bound processes: 1
-- number of I/O-bound processes: 2
-- CPU-bound average CPU burst time: 1600.640 ms
-- I/O-bound average CPU burst time: 247.300 ms
-- overall average CPU burst time: 999.156 ms
-- CPU-bound average I/O burst time: 419.084 ms
-- I/O-bound average I/O burst time: 3277.778 ms
-- overall average I/O burst time: 1644.239 ms
Algorithm FCFS
-- CPU utilization:
-- CPU-bound average wait time:
-- I/O-bound average wait time:
-- overall average wait time:
-- CPU-bound average turnaround time:
-- I/O-bound average turnaround time:
-- overall average turnaround time:
-- CPU-bound number of context switches:
-- I/O-bound number of context switches:
-- overall number of context switches:
-- CPU-bound number of preemptions: 0
-- I/O-bound number of preemptions: 0
-- overall number of preemptions: 0
Algorithm SJF
-- CPU utilization:
-- CPU-bound average wait time:
-- I/O-bound average wait time:
-- overall average wait time:
-- CPU-bound average turnaround time:
-- I/O-bound average turnaround time:
-- overall average turnaround time:
-- CPU-bound number of context switches:
-- I/O-bound number of context switches:
-- overall number of context switches:
-- CPU-bound number of preemptions: 0
-- I/O-bound number of preemptions: 0
-- overall number of preemptions: 0
Algorithm RR
-- CPU utilization:
-- CPU-bound average wait time:
-- I/O-bound average wait time:
-- overall average wait time:
-- CPU-bound average turnaround time:
-- I/O-bound average turnaround time:
-- overall average turnaround time:
-- CPU-bound number of context switches:
-- I/O-bound number of context switches:
-- overall number of context switches:
-- CPU-bound number of preemptions: 0
-- I/O-bound number of preemptions: 0
-- overall number of preemptions: 0