forked from ducminh296/Linux-CFS-Emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
21 lines (20 loc) · 674 Bytes
/
readme.txt
File metadata and controls
21 lines (20 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Git
## How to compile
>> make clean
>> make
## How to use
>> ./CFS-emulator
## Initial Processes
a set of 20 processes are stored in file "processes.txt"
you can add or modify processes by editing this file
## Balancer
the balancer are triggered every 2 seconds using sleep function
you can change that by changing the b_freq macro
## Finish
When there is no more process to execute, the balancer will stop the
emulator by setting running = 0
## Slow down the print out
You can slow down the printing by adjusting the macro "sleep_time"
## Note
- The process info table is showed at the beginning and when a process is finished.
- Cltr + C if you want to stop