Suppose I have a queue with $\lambda$ and $\mu$. I can calculate the probability that there are 2 objects in the queue trivially, but how can I compute, for example, the probability that it takes an object less than $n$ units of time to be processed?
2026-03-29 12:03:34.1774785814
The processing time of an M/M/1 queue
929 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
As you know from the comments, the processing (service) time of an M/M/1 queue is exponentially distributed, hence the probability is
$P(T_{serve} < t_n) = \int_0^{t_n} \mu \mathrm e^{-\mu t} \mathrm d t = 1-\mathrm e^{-\mu t_n}$
If you want the total waiting time, you will have to add to that the queueing time. See also Little's law.