Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 23 Oct 2002 08:54:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 23 Oct 2002 08:54:52 -0400 Received: from outpost.ds9a.nl ([213.244.168.210]:47062 "EHLO outpost.ds9a.nl") by vger.kernel.org with ESMTP id ; Wed, 23 Oct 2002 08:54:51 -0400 Date: Wed, 23 Oct 2002 15:01:01 +0200 From: bert hubert To: Roy Sigurd Karlsbakk Cc: netdev@oss.sgi.com, Kernel mailing list Subject: Re: [RESEND] tuning linux for high network performance? Message-ID: <20021023130101.GA646@outpost.ds9a.nl> Mail-Followup-To: bert hubert , Roy Sigurd Karlsbakk , netdev@oss.sgi.com, Kernel mailing list References: <200210231218.18733.roy@karlsbakk.net> <200210231306.18422.roy@karlsbakk.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210231306.18422.roy@karlsbakk.net> User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1458 Lines: 37 On Wed, Oct 23, 2002 at 01:06:18PM +0200, Roy Sigurd Karlsbakk wrote: > > I've got this video server serving video for VoD. problem is the P4 1.8 > > seems to be maxed out by a few system calls. The below output is for ~50 > > clients streaming at ~4.5Mbps. if trying to increase this to ~70, the CPU > > maxes out. '50 clients *each* streaming at ~4.4MBps', better make that clear, otherwise something is *very* broken. Also mention that you have an e1000 card which does not do outgoing checksumming. You'd think that a kernel would be able to do 250megabits of TCP checksums though. > ...adding the whole profile output - sorted by the first column this time... > > 905182 total 0.4741 > 121426 csum_partial_copy_generic 474.3203 > 93633 default_idle 1800.6346 > 74665 do_wp_page 111.1086 Perhaps the 'copy' also entails grabbing the page from disk, leading to inflated csum_partial_copy_generic stats? Where are you serving from? Regards, bert -- http://www.PowerDNS.com Versatile DNS Software & Services http://lartc.org Linux Advanced Routing & Traffic Control HOWTO - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/