Re: Interactive responsiveness under heavy I/O load
Johan A.van Zanten <[email protected]> Tue, 27 Jan 2004 14:13:53 -0600 (CST)
| Newsgroups | gmane.os.netbsd.general,gmane.os.netbsd.devel.performance,gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
> > At 23:43 Uhr +0100 26.1.2004, Johnny Billquist wrote: > > Same here on a SparcStation 10. Both with current and 1.6 kernels, softdep > > mounts make sure the box locks up during the next /etc/daily run. > David Brownlee <[email protected]> replied: > I'm running softdeps on a 1.6.1_STABLE, alpha and sparc5 as > reasonably loaded NFS servers, and on 1.6ZI sparc & sparc64 boxes > as NFS clients (twenty or so users). For the record, i've not had any trouble with soft dep. on SPARC and Alpha. I generally stay a little behind the bleeding edge: i run releases, not -current. As far as i can recollect, i have had no trouble with soft dep. on either of those platforms with 1.6.1, 1.6, 1.5.4 or 1.5.3. brahma:/root # mount /dev/sd0a on / type ffs (local) /dev/sd0f on /var type ffs (local) /dev/sd0g on /usr type ffs (local) /dev/sd0h on /local type ffs (NFS exported, local) /dev/sd0e on /export/home/000 type ffs (soft dependencies, NFS exported, local) /dev/sd0d on /export/tew/share type ffs (soft dependencies, NFS exported, local) brahma:/root # uptime 2:08PM up 120 days, 22:12, 1 user, load averages: 0.15, 0.16, 0.11 brahma:/root # uname -a NetBSD brahma 1.6.1_STABLE NetBSD 1.6.1_STABLE (BRAHMA) #0: Wed Aug 27 17:47:36 CDT 2003 johan@brahma:/tew/netbsd-src/NetBSD-1.6/usr/src/sys/arch/sparc/compile/BRAHMA sparc sarasvati:/root # uptime 2:10PM up 97 days, 14:19, 1 user, load averages: 0.09, 0.08, 0.08 sarasvati:/root # mount /dev/sd0a on / type ffs (local) /dev/sd0f on /var type ffs (local) /dev/sd0g on /usr type ffs (soft dependencies, local) /dev/sd0h on /local type ffs (soft dependencies, NFS exported, local) mfs:116 on /tmp type mfs (synchronous, local) sarasvati:/root # uname -a NetBSD sarasvati 1.6.1_STABLE NetBSD 1.6.1_STABLE (BAGELSPIT) #0: Wed Oct 22 00:28:05 CDT 2003 toor@sarasvati:/local/src/NetBSD/NetBSD-1.6/usr/src/sys/arch/alpha/compile/BAGELSPIT alpha The "/local"s on each of these machines is a somehwat busy file system. The contain my source trees (NFS mounted on various hosts) and the local build areas. I'd estimate that infrequently, they are fairly heavily for hours. -johan