bonnie++ (1.03e)
* Added the -D option to bonnie++ to use direct IO (O_DIRECT) for bulk IO.
Thanks to Dave Murch from Violin Memory - http://violin-memory.com/
-- Russell Coker <russell@coker.com.au> Wed, 10 Dec 2008 09:08:00 +1100
bonnie++ (1.03d)
* Made it compile with GCC 4.3.
* Added the URL to the man pages.
* Made zcav display the total time and average speed for a loop and also the
time that each loop completed.
* Made the zcav default block size 256M to cope with larger and faster disks.
* Made the zcav output units be in MiB/s and GiB.
* Improved the Bonnie++ man page in regard to the -y and -p options.
* Use DH_COMPAT=4 and dh_installman.
-- Russell Coker <russell@coker.com.au> Wed, 23 Jul 2008 10:54:24 +1000
bonnie++ (1.03c) unstable; urgency=low
* Fixed some failures to check the return code of chdir().
bonnie++ (1.03b.1) unstable; urgency=low
* Fixed typos in man page.
Closes: #133714Closes: #449596
* Documented why UID==0 is bad.
Closes: #182023
bonnie++ (1.03b) unstable; urgency=low
* Added support for testing write speed to zcav.
* Documented the default chunk size in bonnie++.8.
* Improved error handling for chunk size.
Bump PKGREVISION.
Remove the INSTALLATION_DIRS that was there because
1.03a precreates all these anyways.
todo: patch bonnie++.8 to point to correct path to readme.html
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
bonnie++ (1.03a) unstable; urgency=low
* Fixed the bugs in GCC 3.2 compilation and compiled with GCC 3.2. Results
will be slightly lower now, but it's still a fair test of compiler/OS...
bonnie++ (1.03) unstable; urgency=low
* Fixed a bug in error handling during a stat test with multiple directories.
bonnie++ (1.02d) unstable; urgency=low
* Fixed a bug where it would SEGV if you specified more than 999 directories
(now it handles 99,999 and displays an error message if you ask for more).
Closes: #171507
* Made it build on Irix.
* Fixed <vector> and <algo> checks to work with GCC 3.2.