On Tuesday, October 21, 2003 1:41 PM [GMT+1200=NZT], SBlaze <dagent.geo@xxxxxxxxx> wrote: > That's really nice information. Thanks for sharing it with me. > However, this still leaves the question I asked yet to be answered. > Since it's not an "official" process(I knew that already)does it show > up in the CPU usage statistics? > > ie > > root@nixn00b:~# uptime > 20:32:26 up 11 days, 19:56, 4 users, load average: 0.00, 0.00, 0.00 > Have a look at the "system" CPU usage visible with 'top'. This should show you how much CPU is being used by the kernel itself (which would include netfilter). You can also see this with 'vmstat'. I'm not sure if the load average would reflect this... load average is supposedly a measure of how many processes were waiting in the run queue over the last 1, 5 and 15 minutes. Whether "processes" includes the kernel itself, I don't know (I'm inclined to think yes, though). -Simon