






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Some concept of Computer Systems Performance Evaluation are Measurement and Statistics, Performance Evaluation, Performance Metrics, Queueing Lingo, Software Performance Engineering. Main points of this lecture are: Performance Metrics, Equations, Performance, Later Section, System, Departures, Arrivals, Observed, Arrivals Observed, Departures Observed
Typology: Slides
1 / 12
This page cannot be seen from the preview
Don't miss anything!







Metric Description Formula Units
Arrival Rate How many requests arrive per time.
Y = A / T (^) Requests/second
Throughput (Departure Rate)
How many requests complete per time.
X = C / T Requests/second
Utilization Fraction of time the resource is in use.
U = B / T (^) Number in range 0 - 1.
Service Requirement
Time needed by a resource to handle a request.
S = B / C Seconds
Requests in system Average number of requests in the system.
N = W / T Dimensionless
Residence time Average time a request spends in the system.
R = W / C Seconds
Proof: B / T = C / T * B / C
Example:
The server of dinners in the Cafeteria keeps busy 75% of the time between 12:00 and 1:00. During this time 90 people are served a dinner. How long does it take to serve each customer?
Y = A / T Arrival rate =
X = C / T Throughput = R = W / C Residence Time = U = B / T Utilization = S = B / C Service time/request = N = W / T Average number of =
requests in the system.
T Time interval =
A Arrivals =
C Completions =
B Time spent servicing =
requests
W Accumulated time =
within system