11,014 views
1 votes
1 votes
How do we measure the throughput of a scheduling algorithm? In every algorithm,the total time will be the sum of the burst times..and the same number of tasks will get executed in that time.? In that case how do we determine which one has maximum throughput?

1 Answer

1 votes
1 votes
Throughput means the efficiency of the scheduling algo that is no of process completed per unit time.

So throughput = no .of process completed / time taken

Related questions

0 votes
0 votes
2 answers
1
AnilGoudar asked May 12, 2017
10,718 views
What happens to average Turn Around Time if time quantum increased?
3 votes
3 votes
2 answers
2
shikharV asked Nov 27, 2015
1,899 views
Between Round robin and shortest job first CPU scheduling algorithm which one has better average turnaround time?