Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 1995 09:23:43 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        chat@freebsd.org
Subject:   Re: cvs commit: src/share/zoneinfo Makefile
Message-ID:  <199511190823.JAA29238@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.91.951119071039.16172A-100000@jhome.DIALix.COM> from "Peter Wemm" at Nov 19, 95 07:15:38 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Peter Wemm wrote:
> 
> > Are you /sure/ your /dev/null was correct?

> Perhaps somebody had over-filled it and the excess bits were leaking out, 
> upsetting zic?  Perhaps the real bug is in 'make world' that's causing 
> too much to go into /dev/null too quickly for the kernel to drain it?
> 
> :-) :-)

That's quite possible.  An easy way to find about a /dev/null
congestion could be to measure its throughput every now and then.
Mine doesn't seem too bad, it shuffles 33 MB/s:

j@uriah 397% dd if=/dev/zero of=/dev/null bs=1m count=100
100+0 records in
100+0 records out
104857600 bytes transferred in 3 secs (34952533 bytes/sec)

Does anybody know what happens to the data bits crap inside /dev/null?
Are they simply burnt?  Or are they melted down and converted to null
bytes for /dev/zero?

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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