Hi, On Monday 19 September 2005 22.34, Horvath Szabolcs wrote: > from the munin graphics, I see the nic's interrupts generate the > machine load. What can we tuning to provide better performance? As someone already recommended, try using network cards which have good drivers. e1000 is probably one of those cards. The keyword is NAPI (or some kind of driver-dependant interrupt mitigation). For example the sk98lin driver you're using for eth1 has some kind of interrupt mitigation, however it's not enabled by default - take a look at the driver documentation to find out how you could set it up to lower the interrupt rate the card is generating. -- Regards, Krisztian Kovacs