Linux Netfilter discussions
 help / color / mirror / Atom feed
* Improve queue handler performance
@ 2007-06-14 22:04 Rayed Alrashed
  2007-06-19 14:30 ` Eric Leblond
  0 siblings, 1 reply; 3+ messages in thread
From: Rayed Alrashed @ 2007-06-14 22:04 UTC (permalink / raw)
  To: netfilter

Hello everyone,

I am playing with nf_netlink_queue handler and built an empty handler 
based on "nfqnl_test.c" from the distribution, it just accept all packet 
without any checks at all.

To test its performance I installed Lighttpd on the same machine, and 
used http_load to benchmark the performance.

Without any thing queued to the user space I achieved ~20000K fetches 
per second, but when I enabled user space filtering the performance 
dropped to ~2600 fetches per second.

I used this rule to queue all HTTP traffic to the queue handler:
# iptables -A myhttp -p tcp --dport 80 -j QUEUE

Is this drop in performance normal, and is there any way to improve the 
performance.

Thanks,
Rayed


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-22 10:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14 22:04 Improve queue handler performance Rayed Alrashed
2007-06-19 14:30 ` Eric Leblond
2007-06-22 10:46   ` Rayed Alrashed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox