4.2 scheduler (and CPU utilization)

Chris Torek chris at umcp-cs.UUCP
Wed Dec 11 00:30:59 AEST 1985


In article <324 at polaris.UUCP> herbie at polaris.UUCP (Herb Chong) writes:

> [under heavy paging load] character echo stopped completely ...

Sounds like you ran into a driver bug that hung the system at IPL
15 or higher.  Character echo should NEVER stop, and noticeable
slowdown should be EXTREMELY rare even under the worst disk load
you can generate.

> the profile that we ran on the system later under "live" conditions
> indicated that 20% of the time was spent in namei and about 35% of
> the time in paging routines.  under the conditions we wanted to
> use the vax, adding more memory would have helped a lot but then
> fairly quickly we would have become CPU bound in namei.  hopefully,
> 4.3 bsd addresses this problem successfully.

It does.  We see an `average' name cache hit rate of at least 80%,
meaning that only 20% of the translations need to look at the buffer
cache/disks.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 4251)
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