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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Distribution of Service Time

A
  • Generally assume service time ~ exp(T_s)
  • The average service time is mu = 1/T_s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Notation - w

A
  • The number of requests waiting in the queue
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Notation - q

A
  • The total number of requests in the system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Notation - T_s

A
  • The average service time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Notation - mu

A
  • The average service rate
  • 1 / T_s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Notation - T_w

A
  • The average waiting time in the queue
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Notation - T_q

A
  • The average response time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Notation - rho

A
  • The utilization of the resource
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Relationship between Response Time, Waiting Time, and Service Time

A
  • T_q = T_w + T_s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Relationship between total items in the system, items waiting, and utilization

A
  • q = w + rho
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Utilization (Steady-State)

A
  • rho = lambda * T_s (lambda must be less than 1/T_s)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly