Performance tuning hints of gigabit networking?

2003-02-26 Thread CHOI Junho
Hi, I am looking for a good resource for kernel tuning on very high bandwidth HTTP servers(avg 500Mbit/sec, peak 950Mbit/sec). Today I faced very unusual situation with 950Mbit/sec bandwidth! > netstat -m 16962/93488/262144 mbufs in use (current/peak/max): 16962 mbufs allocated to data 1

Re: Performance tuning hints of gigabit networking?

2003-02-26 Thread CHOI Junho
(3.67469/sec) thttpd[]: timers - 4420 allocated, 4380 active, 40 free From: David <[EMAIL PROTECTED]> Subject: Re: Performance tuning hints of gigabit networking? Date: Wed, 26 Feb 2003 08:36:52 -0500 > What is the average number on sustained connection on the machine? Or > are ther

Re: Performance tuning hints of gigabit networking?

2003-02-26 Thread CHOI Junho
TECTED]> Subject: Performance tuning hints of gigabit networking? Date: Wed, 26 Feb 2003 22:05:51 +0900 (KST) > > Hi, > > I am looking for a good resource for kernel tuning on very high > bandwidth HTTP servers(avg 500Mbit/sec, peak 950Mbit/sec). Today I > faced very unusual

Re: Performance tuning hints of gigabit networking?

2003-02-27 Thread Attila Nagy
Hello, > 3. Usually thttpd use mmap() for caching contents in memory. Our >service file(only static files) varies from 10k ~ >300Mbytes. Sometimes thttpd denies request with 500 internal error, >resetting mmap() buffers. I faced that problem years ago, contacted the authour, who said:

Re: Performance tuning hints of gigabit networking?

2003-02-27 Thread CHOI Junho
From: Attila Nagy <[EMAIL PROTECTED]> Subject: Re: Performance tuning hints of gigabit networking? Date: Thu, 27 Feb 2003 11:18:48 +0100 (CET) > Hello, > > > 3. Usually thttpd use mmap() for caching contents in memory. Our > >service file(only static files) varies fro

Re: Performance tuning hints of gigabit networking?

2003-03-03 Thread Bosko Milekic
You're not running out of mbufs or clusters, you're out of RAM. Don't bump up nmbclusters anymore because you don't need to; instead, add more RAM. On Wed, Feb 26, 2003 at 10:05:51PM +0900, CHOI Junho wrote: > > Hi, > > I am looking for a good resource for kernel tuning on very high > bandwidt

Re: Performance tuning hints of gigabit networking?

2003-03-04 Thread Mike Hoskins
On Thu, 27 Feb 2003, CHOI Junho wrote: > Final: What is a good math for calculating these values safely? > kern.ipc.nmbclusters > kern.ipc.nsfbufs FWIW, The math you want should be in tuning(7). -m To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of

Re: Performance tuning hints of gigabit networking?

2003-03-05 Thread CHOI Junho
ance tuning hints of gigabit networking? Date: Mon, 3 Mar 2003 18:00:14 -0500 > > > You're not running out of mbufs or clusters, you're out of RAM. > Don't bump up nmbclusters anymore because you don't need to; instead, > add more RAM. > > On Wed, Feb 26, 200

Re: Performance tuning hints of gigabit networking?

2003-03-05 Thread Doug Barton
On Tue, 4 Mar 2003, CHOI Junho wrote: > > That's 2GB machine. How much RAM I need more? The statistics clearly show that you do. -- This .signature sanitized for your protection To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message