4.3 - disk statistics collection

Chris Torek chris at umcp-cs.UUCP
Mon Aug 4 07:41:48 AEST 1986


In article <400 at hsi.UUCP> stevens at hsi.UUCP (Richard Stevens) writes:
>In the file <sys/dk.h> 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 at umcp-cs		ARPA:	chris at mimsy.umd.edu



More information about the Comp.unix.wizards mailing list