packet per second limit?

Charles Swiger cswiger at mac.com
Tue Aug 31 09:48:59 PDT 2004


On Aug 31, 2004, at 2:11 AM, CHOI Junho wrote:
> Is there any method for limiting/measuring PPS(packet per seconds)
> using ipfw? I am using ipfw+bridge in FreeBSD 5.2.1-p9.

ipfw -a list will show packet and byte counts; look at the output twice 
over a known time interval, and divide the delta by the length of the 
interval in seconds.

For bandwidth management, see "man dummynet".

-- 
-Chuck



More information about the freebsd-ipfw mailing list