All of lore.kernel.org
 help / color / mirror / Atom feed
* Packet statistics accounting module: request for comments
@ 2011-10-04  4:50 Julien Lafaye
  2011-10-04 11:02 ` Jan Engelhardt
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Lafaye @ 2011-10-04  4:50 UTC (permalink / raw)
  To: netfilter-devel; +Cc: jlafaye

Hello,

I created a small packet statistics accounting module based on the
xtables framework. It is based on a FIFO that is filled in netfilter
hooks and emptied by a user program reading statistics through /proc
callbacks. The goal of the module is to be able to get maximum traffic
rate with an improved resolution compared to basic techniques. Typical
expected resolution is 100ms.

The code is currently stored in github: https://github.com/jlafaye/xt_pktstat

I would like the code to be considered for inclusion in the
xtables-addons framework. Nevertheless, the code might not be mature
enough as this is the first time I do kernel programming. Although
advised by knowledgeable persons, there are probably many issues in
it.

I would greatly appreciate is somebody on this list is able to give me
pointers and people to contact to actually improve my code and get it
ready for xtables-addons inclusion.

Regards,

Julien

PS: the guide 'How to write Netfilter modules' was great.

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

end of thread, other threads:[~2011-10-05 19:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-04  4:50 Packet statistics accounting module: request for comments Julien Lafaye
2011-10-04 11:02 ` Jan Engelhardt
2011-10-04 19:03   ` Julien Lafaye
2011-10-04 20:27     ` Jan Engelhardt
2011-10-05 19:27       ` Julien Lafaye

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.