Browse Source

Finnisch'd simu2

Joshua Rutschmann 8 years ago
parent
commit
b9f8fc2a4e
No account linked to committer's email address
1 changed files with 16 additions and 3 deletions
  1. 16
    3
      hw5/simu2/ANSWERS.md

+ 16
- 3
hw5/simu2/ANSWERS.md View File

@@ -17,6 +17,19 @@
17 17
    
18 18
    `./mlfq.py --jlist 0,180,0:100,20,0 -Q 10,10,10`
19 19
    
20
+   **Figure 8.4: A Mixed I/O-intensive and CPU-intensive Workload**
21
+   
22
+   **Figure 8.5: Without Priority Boost**
23
+    `./mlfq.py -S -l 0,100,0:100,50,5:100,50,5`
24
+    
25
+   **Figure 8.5: With Priority Boost**
26
+    `./mlfq.py -S -l 0,120,0:100,50,5:100,50,5 -B 50` 
27
+    
28
+    **Figure 8.6: Without Gaming Tolerance**
29
+    ` `
30
+    
31
+    **Figure 8.6: With Gaming Tolerance**
32
+    ` `
20 33
 
21 34
 2. Indem man den Scheduler mit `-m 1` auf nur eine Queue einstellt. Dann werden neue Jobs nicht in eine höhere Queue gestuft und die Priorität auch nicht erhöht.
22 35
 
@@ -34,6 +47,6 @@ IO DONE
34 47
 ```
35 48
 
36 49
 
37
-4.
38
-
39
-5. Bei Workloads bei denen mehr als ein Job auf einer Queue läuft hat diese Option ein Effekt.
50
+4.  1wsw
51
+>>YYA
52
+5. Bei Workloads bei denen mehr als ein Job auf einer Queue läuft hat diese Option ein Effekt.                

Loading…
Cancel
Save