Date: Sun, 6 Apr 2008 19:24:44 +0200 From: Momchil Ivanov <slogster@gmail.com> To: freebsd-stable@freebsd.org Cc: Ivan Voras <ivoras@freebsd.org> Subject: Re: Question about file system checks Message-ID: <200804061924.46120.slogster@gmail.com> In-Reply-To: <fsj2mo$dgc$1@ger.gmane.org> References: <47EBA3AB.40307@infracaninophile.co.uk> <20080328142843.GD28690@dan.emsphone.com> <fsj2mo$dgc$1@ger.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 28 March 2008 16:26:16 Ivan Voras wrote: > All were tested within the same time: 50 seconds. Details: the machine > being tested was connected to a "reporter" machine via plain crossover > cable, the reporter had a TCP server and the tested machine had a TCP > client that run a tight loop of IO operations, single threaded, randomly > choosing between creating files and directories, appending to them and > changing (a random amount of data in a random position) them, then > sending to the server a description (log) of each IO operation after it > has been done. These were several Python scripts I wrote. I think that if you did different set of operations in the different test cases, you cannot compare the results. I think first you have to generate your random set of operations and then perform all test cases with it. After performing tests with several random sets of operations, you can draw some conclusions. Just my point of view.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804061924.46120.slogster>