CS 4348 CPU Scheduling Metrics

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

the 6 metrics from the slides

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

CPU Utilization

the percentage of time the CPU is busy (being used)

2
New cards

Turnaround Time

the amount of time elapsed between when a process arrives and when it completes its execution.

3
New cards

System Throughput

the number of processes completed per unit time

4
New cards

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.

5
New cards

Fairness

each process (or user) should get an “equitable” share of

the CPU

6
New cards

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)