Menu

Tree [ae1aeb] master /
 History

HTTPS access


File Date Author Commit
 scripts 2002-03-13 James Manning James Manning [7b59b0] update my email, changelog, todo
 BUGS 2007-07-23 Mika Kuoppala Mika Kuoppala [9c6be1] v0.4.0 with quite a few fixes and cleanups. mai...
 COPYING 2000-03-23 James Manning James Manning [12db89] Initial import
 ChangeLog 2008-04-10 Mika Kuoppala Mika Kuoppala [ae1aeb] v0.4.1
 Makefile 2007-07-23 Mika Kuoppala Mika Kuoppala [9c6be1] v0.4.0 with quite a few fixes and cleanups. mai...
 README 2007-07-23 Mika Kuoppala Mika Kuoppala [9c6be1] v0.4.0 with quite a few fixes and cleanups. mai...
 TODO 2002-03-13 James Manning James Manning [7b59b0] update my email, changelog, todo
 constants.h 2007-07-23 Mika Kuoppala Mika Kuoppala [9c6be1] v0.4.0 with quite a few fixes and cleanups. mai...
 crc32.c 2000-06-21 James Manning James Manning [515aab] add crc code
 crc32.h 2000-06-21 James Manning James Manning [515aab] add crc code
 test_largefiles.c 2007-07-23 Mika Kuoppala Mika Kuoppala [9c6be1] v0.4.0 with quite a few fixes and cleanups. mai...
 tiobench.pl 2008-04-10 Mika Kuoppala Mika Kuoppala [ae1aeb] v0.4.1
 tiosum.pl 2002-03-13 James Manning James Manning [f08c7b] do VERSION set just once, rename tiosum with .p...
 tiotest.c 2008-04-10 Mika Kuoppala Mika Kuoppala [ae1aeb] v0.4.1
 tiotest.h 2007-07-23 Mika Kuoppala Mika Kuoppala [9c6be1] v0.4.0 with quite a few fixes and cleanups. mai...

Read Me

Tiobench and tiotest
   
Threaded I/O bench for Linux (or any *nix system with POSIX threads
support library) Author can be reached at: miku at iki.fi

Copyright (C) 1999-2007 Mika Kuoppala

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Installation:

	compile by typing 'make'
	after compilation './tiotest -h' should give you list of options
	for backend io tester. 

	'./tiobench.pl --help' will give you more nicer output
	and more friendly user interface

	tiobench.pl is frontend to tiotest to run predefined or 
	configurable test suites

Credits:
	
	James Manning <jmm at users.sf.net> wrote tiobench.pl
	and also provided several fixes and improvements to 
	other parts of the tiobench project as a whole. He also has
	relentlessly fixed typos and Mika's misspellings 
	everywhere.

	Jakob Østergaard <jakob at ostenfeld.dk> proposed fsync
	fix, and option for sequential writing to prevent
	file fragmentation.

	Sami Korhonen <sjkorhon at cc.hut.fi> noticed
	thread_attr not initialized bug.

	Numerous other contributions from fearless benchmarkers,
    	see ChangeLog for details.