This commit is contained in:
David Schirrmeister
2024-07-01 17:45:48 +02:00
parent dc5850cc01
commit 714b53e396
5 changed files with 56 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View File

@ -112,13 +112,13 @@ Prozess, wie das Betriebssystem die Ausführung von Aufgaben (Prozessen, Threads
- ![image_165.png](image_165.png)
#### Beispiel
- 131 Tasks (nice = 0) => Gewicht w = 1024
- 20 Tasks (nice = -20) => Gewicht w = 88817,84
- 131 Tasks (nice = 0) Gewicht w = 1024
- 20 Tasks (nice = -20) Gewicht w = 88817,84
- Alle Tasks mit nice=0 belegen ca. 7% der CPU
- 131*1024 / (131*1024 + 20*88817,84) => ca. 7%
- $131*1024 / (131*1024 + 20*88817,84) ca. 7%$
- tun i.d.R nichts → genug runtime
- Alle Tasks mit nice=-20 belegen ca. 93% der CPU
- Alle Tasks mit $nice = -20$ belegen ca. 93% der CPU
### niceWert
Befehle mit [POSIX-API](06_prozessstruktur.md#posix-api)

View File

@ -70,6 +70,7 @@
- **Best Fit**
- Sucht immer den freien Bereich, der am besten zur Anforderung passt
- am wenigsten Fragmentierung
- ![image_450.png](image_450.png)
## Buddy-Speicherverwaltung

View File

@ -4,7 +4,7 @@
<ihp version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/writerside-cfg.xsd">
<topics dir="topics"/>
<images dir="images" web-path="images"/>
<images dir="images" web-path="img"/>
<categories src="c.list"/>
<vars src="v.list"/>
<instance src="in.tree"/>