Re: I/O or Threading Suffer

From: jesk <jesk_at_killall.org>
Date: Wed, 21 Jul 2004 01:46:12 +0200
hi,
i figured out that the performanceloss only really occur if the process is
heavily writing on the filesystem.
dd if=/dev/zero of=/dev/null bs=128k doesnt hurt much in responsetime
of parallel processes, but when dd operates on the filesystem with of=foo
every process will be affect in executiontime.
a simple ps or ls meanwhile dding onto the disk will be hang for dozen of
seconds.

i tested it with 4BSD and ULE with and without Preemption.
Received on Tue Jul 20 2004 - 21:46:28 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:02 UTC