Operating Systems | Time Aspects of Process
Important time parameters of process
- Arrival Time(AT)
Entry time of process into ready queue.
- Burst Time(BT)
Amount time spend for execution of process in CPU.
- Completion Time(CT)
Finishing time of execution of the process
- Waiting Time(WT)
Amount of time spend by process for waiting CPU after arrival and before completion.
- Turn Around Time(TAT)
Time gap between arrival and completion time of a process.
- Response Time(RT)
The range of time between initial scheduling and entry/arrival time of process.
- I/O Time
The time spend for completion of input output request.
For an preemptive algorithm the the waiting time and burst time may be intermittent time slices(BT1/ WT1,BT2/ WT2...) of its over all burst time(BT)/waiting time(WT).
- RT = tX - AT
- CT - AT = BT + WT
- WT = TAT - BT
Comments
Post a Comment