From owner-freebsd-hackers Sat Mar 25 22:34:48 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA02403 for hackers-outgoing; Sat, 25 Mar 1995 22:34:48 -0800 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id WAA02396 for ; Sat, 25 Mar 1995 22:34:45 -0800 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA11070 (5.67a/IDA-1.5 for freebsd.org!hackers); Sun, 26 Mar 1995 00:32:54 -0600 Received: by bonkers.taronga.com (smail2.5p) id AA10947; 26 Mar 95 00:00:25 CST (Sun) Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.6) id AAA10944 for hackers@freebsd.org; Sun, 26 Mar 1995 00:00:25 -0600 From: Peter da Silva Message-Id: <199503260600.AAA10944@bonkers.taronga.com> Subject: CERN and NCSA httpd... To: hackers@FreeBSD.org Date: Sun, 26 Mar 1995 00:00:23 -0600 (CST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 790 Sender: hackers-owner@FreeBSD.org Precedence: bulk -rwxrwxr-x 1 root 380534 Nov 22 22:10 /usr/local/cern/bin/httpd text data bss dec hex 339968 8192 5888 354048 56700 -rwxrwxr-x 1 peter 320760 Feb 23 21:29 /usr/local/etc/httpd/httpd text data bss dec hex 94208 4096 974340 1072644 105e04 That looks like CERN's a major pig, but in practice, after accessing both to read the same page (CERN proxying for NCSA after deleting the cached page in the CERN proxy cache): USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 112 0.0 0.9 516 124 ?? S Tue07PM 0:05.63 /usr/local/cern/bin/httpd root 109 0.0 0.4 1224 56 ?? Ss Tue07PM 0:25.83 /usr/local/etc/httpd/httpd Perhaps the CERN daemon has better locality? What's NCSA holding on in it's megabyte-odd of BSS, too?