0
2.9kviews
Consider a disk I/O system in which an l l O request arrives at a rate of 100 IOPS Second.

Mumbai University > Information Technology > Sem 8 > Storage Network Management And Retrieval

Marks: 5M

Consider a disk I/O system in which an l l O request arrives at a rate of 100 IOPS Second. The disk service time is Rs: 8ms, Calculate the measures of 4id.' performance

(a) Utilization of 1/0 controller (U) *\^v)

(b) Total response time (R)

(c) Average Queue size

(d) Total time spent by a request in the queue

Considering the same disk IiO system and calculate tlre above,g$ah^ur.s ofthe disk performance if the disk service time is halved i.e. R.:4ms

1 Answer
0
40views

Solution to 1st given problem

Given :100 IOPS

Service time (RS): 8ms

Arrival time (Ra) =1/IOPS=1/100=0.01

1) Utilization (u)=RS/RA=8/0.01=0.8 or 80%

2) Total response time(R)= Rs/(1-U)= 8/(1-80)=0.10 ms

3) Average queue time=U*2/(1-U)=80/79=2.02 ms

4) Total time spent by a request in the queue= UR=0.80.10=0.08 ms

Solution to 2nd given problem

Service time (RS)=4ms

Arrival time (Ra)=1/100=0.01

1) Utilization (u)=RS/RA = 4/0.01=40%

2) Total Response time(R)=Rs/(1-U)=4/(39)=0.10 ms

3) Average Queue time = U*2/(1-U)=80/39=2.05ms

4) Total time spent by a request in the queue=UR=0.40.10=0.04 ms

Please log in to add an answer.