-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathuser_manual.txt
38 lines (31 loc) · 1.52 KB
/
user_manual.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
FCFS and ROUND_ROBIN user commands
Name
non-preemtive-28963555 - graphic display the ROUND_ROBIN scheduler work
preemtive-28963555 -graphic display the FCFS scheduler work
SYNOPSIS
./non-preemtive-28963555 [fileName]
or
./non-preemtive-28963555
&
./preemtive-28963555 [fileName]
or
./preemtive-28963555
Description
Graphic display of the given process in the file accordinf to the choosen scheduler
commands:
./non-preemtive-28963555 [fileName], it reads the given fileName and display the graphic of the process execution using the
ROUND_ROBIN scheduler
Limitaion:
filename should be there is same directory
./non-preemtive-28963555, it reads by default fileName "process-data.txt" and display the graphic of the process execution using the
ROUND_ROBIN scheduler
./preemtive-28963555 [fileName], it reads the given fileName and display the graphic of the process execution using the
FCFS scheduler
Limitaion:
filename should be there is same directory
./preemtive-28963555, it reads by default fileName "process-data.txt" and display the graphic of the process execution using the
FCFS scheduler
Overall Limitation:
filename should be there and Process time should be a natural number, process name should not more than 10 characters.
Author:
Written by Shourya Raj