From owner-freebsd-questions Thu Mar 23 12:38:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mcferrin.cs.colostate.edu (mcferrin.CS.ColoState.EDU [129.82.45.122]) by hub.freebsd.org (Postfix) with ESMTP id A167737C50C for ; Thu, 23 Mar 2000 12:38:39 -0800 (PST) (envelope-from kunze@CS.ColoState.EDU) Received: from localhost (kunze@localhost) by mcferrin.cs.colostate.edu (8.9.3/8.9.3) with ESMTP id NAA16230; Thu, 23 Mar 2000 13:38:04 -0700 (MST) Date: Thu, 23 Mar 2000 13:38:04 -0700 (MST) From: "Small, but frustrating." To: bwoods2@uswest.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache on FreeBD question.... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 23 Mar 2000, William Woods wrote: > I run a small apache web server on a DEC Alpha 200 4/233, 80 meg ram and a 200 > meg swap file. Its currently on a 256 DSL. Its not a really heavilly hit > server, mostly private sites. I am wondering a couple things; > > 1) What realistically, would be the upper limit of people hitting this thing at > once? I want to set this parameter in the httpd.conf (I believe there is a > setting for this). I understand the biggest limit here is bandwidth. > > 2) What is the most accurate way to tell how many people are hitting it at > once, besides ps -ax | grep http a better way is to configure the '/server-status' handler in your httpd.conf take a look at the comments in the configuration file to see how to do this. this will give much more meaningful information than 'ps -ax | grep http', which will only tell you how many processes the server is uses, not the number of connections > > Thanks. > > ---------------------------------- > E-Mail: bwoods2@uswest.net > Date: 23-Mar-00 > Time: 11:37:33l > ---------------------------------- > > NOTICE TO BULK E-MAILERS: Pursuant to US Code, Title 47, Chapter 5, > Subchapter II, 227, and all unsolicited commercial e-mail sent to this > address is subject to a download and archival fee in the amount of $500 US > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message