Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!umcp-cs!chris From: chris@umcp-cs.UUCP (Chris Torek) Newsgroups: net.unix-wizards Subject: Re: 4.3 - disk statistics collection Message-ID: <2720@umcp-cs.UUCP> Date: Sun, 3-Aug-86 17:41:48 EDT Article-I.D.: umcp-cs.2720 Posted: Sun Aug 3 17:41:48 1986 Date-Received: Mon, 4-Aug-86 01:32:53 EDT References: <400@hsi.UUCP> Reply-To: chris@maryland.UUCP (Chris Torek) Distribution: net Organization: University of Maryland, Dept. of Computer Sci. Lines: 20 In article <400@hsi.UUCP> stevens@hsi.UUCP (Richard Stevens) writes: >In the file the constant DK_NDRIVE is set to 4 [...]. >We have 5 drives and would really like to collect statistics on >all 5 [...]. It appears from>vax/autoconf.c that changing DK_NDRIVE, >and rebuilding the kernel is all that is required. The systats(1) >program looks like it'll handle the extra drive also, without any changes. Systat (singular) may need recompilation. I changed DK_NDRIVE to eight, not wanting to bother finding any `char's holding bits in the range [0..DK_NDRIVE), and not having more than six disks on any one machinge. After all our local changes were installed, I did a `cd /usr/src; make clean; make depend; make; make install'. Beware! This takes at least eighteen hours on an otherwise unloaded 750. (Actually, I made all the libraries first, and installed those, then did a full make. It took three days to straighten out all the little errors along the way.) -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516) UUCP: seismo!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@mimsy.umd.edu