All of lore.kernel.org
 help / color / mirror / Atom feed
* ULOG and bandwidth monitor
@ 2005-02-14 23:30 Michael Gale
  2005-02-15  0:13 ` Ben La Monica
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Gale @ 2005-02-14 23:30 UTC (permalink / raw)
  To: netfilter-devel

Hello,

	I have recently downloaded ulogd-1.02 and gone through the 
documentation. With the mysql plugin, it would seem very easy to create 
a web base front end to produce total stats.

Also ULOG seems to provide a great framework for many people to create a 
highly detailed and robust bandwidth monitor.

I am curious as to why no developers have done so ? I am trying to move 
into development, as a hubbyist (for now) so I could be way off base.

Thanks.

-- 
Michael Gale
Lan Administrator
Utilitran Corp.

Hey, let me file that under important .... > /dev/null
...
"Hey did you read my e-mail"
"Let my check"
^From:.* > /dev/null
"Nope, I missed it, send it again"

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

* Re: ULOG and bandwidth monitor
  2005-02-14 23:30 ULOG and bandwidth monitor Michael Gale
@ 2005-02-15  0:13 ` Ben La Monica
  2005-06-30 16:08   ` Vladimir B. Savkin
  0 siblings, 1 reply; 3+ messages in thread
From: Ben La Monica @ 2005-02-15  0:13 UTC (permalink / raw)
  To: Michael Gale; +Cc: netfilter-devel

Hello,

On Mon, 14 Feb 2005 16:30:49 -0700, Michael Gale
<michael.gale@utilitran.com> wrote:
> Hello,
> 
>         I have recently downloaded ulogd-1.02 and gone through the
> documentation. With the mysql plugin, it would seem very easy to create
> a web base front end to produce total stats.

ulog has problems when there is a lot of traffic flowing, and it drops
packets. This is because that it passes every packet into userspace
and it usually runs out of buffer space. I think there are plans to
actually integrate a conntrack-acct module into ulogd (I can't find
the post right now, so I can't provide a reference).

> I am curious as to why no developers have done so ? I am trying to move
> into development, as a hubbyist (for now) so I could be way off base.

I'm actually working on a project that will provide what you're
looking for. It's basically an internet gateway that has a nice web
interface. It was nearly done until I decided to clean it up and
prepare it for an open source release. It does things like monitoring
bandwidth per user, analyze traffic and provide access control. It
creates very pretty bandwidth graphs :)

It's written mainly in PHP. If you're interested in helping out e-mail
me and I can give you read access to the CVS repository.

Or, if you would just like to work on something that will provide
accounting information, you can look into conntrack-acct and
integrating it into ulogd.

-Ben La Monica

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

* Re: ULOG and bandwidth monitor
  2005-02-15  0:13 ` Ben La Monica
@ 2005-06-30 16:08   ` Vladimir B. Savkin
  0 siblings, 0 replies; 3+ messages in thread
From: Vladimir B. Savkin @ 2005-06-30 16:08 UTC (permalink / raw)
  To: Ben La Monica; +Cc: netfilter-devel, Michael Gale

On Mon, Feb 14, 2005 at 05:13:12PM -0700, Ben La Monica wrote:
> Hello,
> 
> On Mon, 14 Feb 2005 16:30:49 -0700, Michael Gale
> <michael.gale@utilitran.com> wrote:
> > Hello,
> > 
> >         I have recently downloaded ulogd-1.02 and gone through the
> > documentation. With the mysql plugin, it would seem very easy to create
> > a web base front end to produce total stats.
> 
> ulog has problems when there is a lot of traffic flowing, and it drops
> packets. This is because that it passes every packet into userspace
> and it usually runs out of buffer space. I think there are plans to
> actually integrate a conntrack-acct module into ulogd (I can't find
> the post right now, so I can't provide a reference).
> 

With --ulog-cprange and --ulog-threshold it's not nearly that bad.
I'm doing accounting with more than 50kpps peak rate, with no drops.
It's not a hard limit, we just have that much of a traffic here,
with artificial tests it can do more.

~
:wq
                                        With best regards, 
                                           Vladimir Savkin. 

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

end of thread, other threads:[~2005-06-30 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-14 23:30 ULOG and bandwidth monitor Michael Gale
2005-02-15  0:13 ` Ben La Monica
2005-06-30 16:08   ` Vladimir B. Savkin

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.