5. Performance Evaluation and Models Flashcards
1
Q
Distribution of Arrivals
A
- Generally assume arrival rate ~ Poisson(lambda)
- The number of customers coming into the system every period T is equal to lambda * T
2
Q
Distribution of Service Time
A
- Generally assume service time ~ exp(T_s)
- The average service time is mu = 1/T_s
3
Q
Notation - w
A
- The number of requests waiting in the queue
4
Q
Notation - q
A
- The total number of requests in the system
5
Q
Notation - T_s
A
- The average service time
6
Q
Notation - mu
A
- The average service rate
- 1 / T_s
7
Q
Notation - T_w
A
- The average waiting time in the queue
8
Q
Notation - T_q
A
- The average response time
9
Q
Notation - rho
A
- The utilization of the resource
10
Q
Steady State
A
- The rate at which requests are queued cannot exceed the rate at which the server can serve them
- lambda < mu
- rho < 1
- Arrival rate = throughput
11
Q
Little’s Law
A
- Under a steady state, the average number of items in a queuing system equals the average arrival rate multiplied by the average time an item spends in the queuing system.
- q = lambda * T_q
- w = lambda * T_w
12
Q
Relationship between Response Time, Waiting Time, and Service Time
A
- T_q = T_w + T_s
13
Q
Relationship between total items in the system, items waiting, and utilization
A
- q = w + rho
14
Q
Utilization (Steady-State)
A
- rho = lambda * T_s (lambda must be less than 1/T_s)