Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2003 18:05:48 -0500
From:      "Charles Howse" <chowse@charter.net>
To:        "'Kent Stewart'" <kstewart@owt.com>, "'ODHIAMBO Washington'" <wash@wananchi.com>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: scripting the buildworld/installworld process
Message-ID:  <003001c37014$6aa06820$04fea8c0@moe>
In-Reply-To: <200308311500.29938.kstewart@owt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> bw w -j5
> 893.563u 311.353s 30:31.44 65.7%        1302+1591k 53927+138930io=20
> 2331pf+0w
>=20
> The wall clock time is really how efficient your process is. The fact=20
> that your user time or sys time is faster doesn't mean much=20
> if the wall=20
> clock time is 1/3 longer.=20

Wall clock?  Would that be 30:31.44 from above?

> I think that once you have it setup, I will probably make my=20
> KISS simple=20
> script more complicated :). I have one machine that the mouse doesn't=20

Glad to share, if that's what you mean.

After re-reading your page about scripting the buildworld, I see an
opportunity to test my script. =20

I never thought about putting /usr/src and /usr/obj on different HDD's.
I have 2 ATAPI HDD in my box, on different IDE busses, so that should
work out well.
I'll also need to adjust some slice sizes as well.

How much space do you recommend for /var if I'm logging like you do?
It's currently:
Disk1 -=20
/ 100M
swap 256M
/var 200M
/usr <remainder> about 1.8G
Disk2 -=20
/disk2 <entire disk> 7.8G

So I assume /usr/obj should be on the second HDD?
About how much space should I reserve?

Looks like I should also adjust my script to remove the -j4, eh?






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003001c37014$6aa06820$04fea8c0>