cwnd and sstresh monitor

Vlad GALU vladgalu at gmail.com
Thu Dec 1 13:59:28 GMT 2005


On 12/1/05, Alin-Adrian Anton <aanton at spintech.ro> wrote:
> Dear Hackers,
>
>         I would like to monitor the changes of cwnd and sstresh values during
> TCP traffic, in order to plot graphs and interpret congestion.
>
>         So I need (cwnd, timestamp) and (sstresh, timestamp) records to be
> taken everytime one of the two variables is modified.
>
>         I'd like to ask you for suggestions, which would be the best aproach
> (kernel patch, kernel module, etc?), and how would this be done best?
> (the interception of values, the storage of snapshots, etc)?
>

   Does exporting them via sysctl, and graph them using anything
(rrdtool) sound reasonable ?
--
If it's there, and you can see it, it's real.
If it's not there, and you can see it, it's virtual.
If it's there, and you can't see it, it's transparent.
If it's not there, and you can't see it, you erased it.


More information about the freebsd-hackers mailing list