1/5
the 6 metrics from the slides
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
CPU Utilization
the percentage of time the CPU is busy (being used)
Turnaround Time
the amount of time elapsed between when a process arrives and when it completes its execution.
System Throughput
the number of processes completed per unit time
Waiting Time
the sum of the time spent in the ready queue during the life of the process; time blocked (waiting for an event to occur) is not part of the waiting time.
Fairness
each process (or user) should get an “equitable” share of
the CPU
Response Time
the amount of time elapsed between when a user
submits a request and when the user sees a response (e.g., echo a
keystroke in editor)