Messages in this thread |  | | From | "David S. Miller" <> | Date | Mon, 14 May 2001 20:54:43 -0700 (PDT) | Subject | Re: TCP capture effect :: estimate queue length ? |
| |
God writes: > Speaking of queues on routers/servers, does such a util exist that would > measure (even a rough estimate), what level of congestion (queueing) is > happening between point A and B ?
Not that I know of, but it is funny you mention this because this is basically the kind of calculation the TCP Vegas congestion avoidance scheme attempts to make. At it's core, it is trying to estimate the size of router queues from local machine to remote machine based upon "congestion events" (packet drop, etc.).
Later, David S. Miller davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |