From owner-freebsd-hackers Tue Jan 10 05:31:02 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id FAA11947 for hackers-outgoing; Tue, 10 Jan 1995 05:31:02 -0800 Received: from titan.np.ac.sg (lsys@titan.np.ac.sg [153.20.24.72]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id FAA11941 for ; Tue, 10 Jan 1995 05:30:58 -0800 Message-Id: <199501101330.FAA11941@freefall.cdrom.com> Subject: Re: Filesystem(?) preformance - 1.x and 2.0 To: davidg@Root.COM Date: Tue, 10 Jan 1995 21:28:46 +0800 (SST) From: SysAdmin - Ng Pheng Siong Cc: hackers@FreeBSD.org In-Reply-To: <199501101257.EAA00220@corbin.Root.COM> from "David Greenman" at Jan 10, 95 04:57:24 am X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Content-Length: 1358 Sender: hackers-owner@FreeBSD.org Precedence: bulk DG wrote: > The specific problem regarding performance of > 'man' is likely caused by differences in the way that the manual pages are > stored. 2.0 stores the manual pages in gzip compressed nroff format to save > space, while 1.x installed the manual pages in uncompressed 'cat' format. First thing I did after installing man pages was to create the `cat' dirs. ;) I've just tried `man ruptime', where /usr/share/man/cat1/ruptime.1.gz exists on both machines: -rw-rw-r-- 1 man bin 604 Jan 10 18:43 /usr/share/man/cat1/ruptime.1.gz -rw-rw-r-- 1 man 614 Jan 10 13:07 /usr/share/man/cat1/ruptime.1.gz (Hmmm, time zone is screwed.) == 2.0 == 2.17 real 0.56 user 0.64 sys == 1.x == 1.07 real 0.13 user 0.20 sys For `time zcat /usr/share/man/cat1/ruptime.1.gz': == 2.0 == 0.16 real 0.05 user 0.13 sys == 1.x == 0.05 real 0.01 user 0.03 sys What about `time cat /etc/sendmail.cf', with identical files? == 2.0 == 0.71 real 0.02 user 0.36 sys == 1.x == 0.17 real 0.00 user 0.10 sys Can someone running 1.x and 2.0 on almost similar h/w take a moment and try these, please? Thanx. - PS -- Ng Pheng Siong * lsys@np.ac.sg * ngps@np.ac.sg Computer Centre, Ngee Ann Polytechnic, Singapore