| To: | ipfilter@coombs.anu.edu.au |
|---|---|
| Subject: | Cache hit stats |
| From: | Darren Reed <darrenr@reed.wattle.id.au> |
| Date: | Tue, 29 May 2007 09:37:54 +1000 (EST) |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | ipfilter-list@securepoint.com |
| Sender: | owner-ipfilter@coombs.anu.edu.au |
IPFilter maintains a last-packet cache for both input and output...
If you have time, I would appreciate it if you could send me the output
of the two command strings below which output the effectiveness of the
cache.
Please reply directly to me and include a rough guestimate of how many
boxes are behidn IPFilter.
Thanks,
Darren
ipfstat | awk ' { if ($1 == "output" && $3 == "blocked") { i=$4; i+=$6; } if
($2 == "cache") { print "in hits",$6*100/i; } } ' -
ipfstat | awk ' { if ($1 == "input" && $3 == "blocked") { i=$4; i+=$6; } if ($2
== "cache") { print "in hits",$4*100/i; } } ' -
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Problems with stateful filtering in 4.1.22, Martti Kuparinen |
|---|---|
| Next by Date: | ipf rules preventing smtp traffic with ATT mailservers, Paul Theodoropoulos |
| Previous by Thread: | A question about frpr_routing6 function in IPF4.1.22, Yenting Chen -陳彥廷 |
| Next by Thread: | ipf rules preventing smtp traffic with ATT mailservers, Paul Theodoropoulos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |