[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pkt size
Hi Sourav,
> I wanted to measure the packet sizes carrying data sent out by the
> host when a web server runs on it(I am interested in coarse grain
> measurements, and will preferably stop other TCP services on the
> host).
Why not stay in user land and use
tcpdump 'port 80'
and process the output with awk, etc., to get the numbers you want.
Ralph.
-
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/
IRC Channel: irc.openprojects.net / #kernelnewbies
Web Page: http://www.kernelnewbies.org/
- References:
- Pkt size
- From: Sourav Sen <sourav@csa.iisc.ernet.in>