> From owner-freebsd-questi...@freebsd.org  Sat Nov 13 13:49:50 2010
> Date: Sat, 13 Nov 2010 20:03:55 +0200
> From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= <kes-...@yandex.ru>
> To: freebsd-questions@freebsd.org
> Subject: How to obtain how much CPU take packet check on ipfw
>
> Hi, Freebsd-questions.
>
> How to obtain how much CPU time take packet traversing via firewall?

Some particular packet, or just a 'typical' packet?

The latter number is -much- easier to get thant the former.

See how much CPU time ipfw used during a given interval.
See how many packets were handled during that same interval.

Divide the first number by the second.  this will give you 'average'
cpu tie per packet.


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to