All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: a sort of n00b question here but I'ld like to know.
@ 2003-10-20 23:37 Eric Marchionni
  0 siblings, 0 replies; 18+ messages in thread
From: Eric Marchionni @ 2003-10-20 23:37 UTC (permalink / raw)
  To: netfilter

SBlaze wrote:

>As I said this is probably a n00bish question but i'm curious. Since iptables
>is hooked into the kernel; would it show up as usage in the top or uptime statistics?
>
i'd like to know that as well ;-D

cheers,
eric





^ permalink raw reply	[flat|nested] 18+ messages in thread
* RE: a sort of n00b question here but I'ld like to know.
@ 2003-10-21 19:44 Daniel Chemko
  0 siblings, 0 replies; 18+ messages in thread
From: Daniel Chemko @ 2003-10-21 19:44 UTC (permalink / raw)
  To: SBlaze, Alistair, Simon Garner, netfilter

For RAM: /proc/slabinfo gives you a lot of memory allocation info. The
second column is the 'number of objects' and the third column is the
'size of object'

For CPU: the 'system' on the CPU states field handles the cpu load on
the system.

For disk: there is not a consideration. Netfilter shouldn't be affected
by disk I/O.

The only serious slowdowns I had with Netfilter were when I had a memory
leak. I had 2.4.20 redhat derived kernel with a semi-recent
patch-o-matic. 

The memory kept on building up, and eventually I was so short on memory
that the whole system started grinding doing anything. I updated to
2.4.22 and the problem has totally disappeared, as well as those
annoying slowdowns. 


^ permalink raw reply	[flat|nested] 18+ messages in thread
* RE: a sort of n00b question here but I'ld like to know.
@ 2003-10-21  0:02 Daniel Chemko
  2003-10-21  0:41 ` SBlaze
  0 siblings, 1 reply; 18+ messages in thread
From: Daniel Chemko @ 2003-10-21  0:02 UTC (permalink / raw)
  To: Eric Marchionni, netfilter

Iptables is just a program that loads your rules into the kernel. The
kernel modules running to support the firewall system is commonly known
as 'Netfilter'.

These modules run under the networking sub-system in the kernel, so it
doesn't need to spawn a kernel process. Kernel processes are the
programs with [ ] around them when running ps.

I think you can have non-kernel processes with the [], but I don't know
when that is the case.

-----Original Message-----
From: Eric Marchionni [mailto:mailing-lists@gmx.ch] 
Sent: Monday, October 20, 2003 4:37 PM
To: netfilter@lists.netfilter.org
Subject: Re: a sort of n00b question here but I'ld like to know.

SBlaze wrote:

>As I said this is probably a n00bish question but i'm curious. Since
iptables
>is hooked into the kernel; would it show up as usage in the top or
uptime statistics?
>
i'd like to know that as well ;-D

cheers,
eric






^ permalink raw reply	[flat|nested] 18+ messages in thread
* a sort of n00b question here but I'ld like to know.
@ 2003-10-20  1:39 SBlaze
  0 siblings, 0 replies; 18+ messages in thread
From: SBlaze @ 2003-10-20  1:39 UTC (permalink / raw)
  To: nf

As I said this is probably a n00bish question but i'm curious. Since iptables
is hooked into the kernel; would it show up as usage in the top or uptime statistics?

=====
In the absence of order there will be chaos.

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


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

end of thread, other threads:[~2003-10-22  0:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-20 23:37 a sort of n00b question here but I'ld like to know Eric Marchionni
  -- strict thread matches above, loose matches on Subject: below --
2003-10-21 19:44 Daniel Chemko
2003-10-21  0:02 Daniel Chemko
2003-10-21  0:41 ` SBlaze
2003-10-21  1:08   ` Simon Garner
2003-10-21  1:24     ` SBlaze
2003-10-21  1:49       ` Simon Garner
2003-10-21  2:03         ` SBlaze
2003-10-21  2:33           ` Simon Garner
2003-10-21  2:49             ` SBlaze
2003-10-21  4:46               ` Alistair Tonner
2003-10-21 18:11                 ` SBlaze
2003-10-21 21:12                   ` Simon Garner
2003-10-21 22:36                     ` SBlaze
2003-10-22  0:08                   ` Alistair Tonner
2003-10-21  2:34           ` Jeffrey Laramie
2003-10-21  2:56             ` SBlaze
2003-10-20  1:39 SBlaze

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.