Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 1995 00:20:12 -0800
From:      "Jordan K. Hubbard" <jkh@freefall.cdrom.com>
To:        Ed Hudson <elh@p5.spnet.com>
Cc:        hackers@FreeBSD.org
Subject:   Re: 950210-SNAP, VM Free 
Message-ID:  <14772.792922812@freefall.cdrom.com>
In-Reply-To: Your message of "Wed, 15 Feb 1995 14:48:13 GMT." <199502151448.OAA17257@p5.spnet.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 	let me restate the problem...
> 	i'm experiencing a significant loss in performance
> 	under 950210-SNAP as a function of integrated system
> 	activity.

Please do the following:
# cd /tmp
# cat > doit.sh
#!/bin/sh
cd /usr/src/sys/i386/conf
config GENERIC
cd ../../compile/GENERIC
time make depend all
echo "XXXX look here XXXX"
make clean
time make depend all
echo "XXXX look here XXXX"
make clean
time make depend all
echo "XXXX look here XXXX"
cd /
rm -fr /sys/compile/GENERIC
^D
# chmod +x doit.sh
# ./doit.sh >& logfile


The output will be in logfile - go searching through it for the 'XXXX
look here XXXX' pattern and send us the 3 time values (and ONLY the 3
time values! :) you got after each compile finished.  If we can see a
significant drop in wall clock time, then we'll know you have a
genuine problem.

Thanks!

					Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14772.792922812>