./benchmarks/bonnie, Performance Test of Sequential Filesystem I/O and STDIO

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.06nb3, Package name: bonnie-2.06nb3, Maintainer: pkgsrc-users

Bonnie tests the speed of sequential file I/O using standard C library
calls. It does reads and writes of characters using STDIO; and of
blocks using system calls. Then it does a sequential pass of reading
every block, modifying one byte, and writing it back; and finally it
does random seeks followed by reads and writes of blocks. It reports
the average sustained data rate (usually limited by the drive or
controller). It is quite dependent on hardware and OS optimisations.

The per character read and write tests are generally limited by CPU
speed except on the fastest of systems. It takes some 35 SPECint92 to
read or write a file at a rate of 1MB/s using getc() and putc().

The input tests, particularly the block reads, are highly dependent on
the buffer cache size. A file size of at least four times available RAM
is needed to effectivley mask the effects of the buffer cache.

The seek tests are also dependent on the buffer cache size, since the
fraction of disk blocks which fit into the buffer cache will be found
without any actual disk access and will contribute little or no apparent
seek time to the mesurements. I.e. if the buffer cache is 16MB and the
Bonnie test file is 32MB in size, then the seek time will come out as
about half its real value. The seek time includes rotational delay, and
will thus always come out higher than the specified value for a drive.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 6.973 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-23 02:40:26 by Zafer Aydogan | Files touched by this commit (1)
Log message:
use https
   2021-10-26 12:02:56 by Nia Alarie | Files touched by this commit (52)
Log message:
benchmarks: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:18:34 by Nia Alarie | Files touched by this commit (52)
Log message:
benchmarks: Remove SHA1 hashes for distfiles
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2015-11-03 01:25:52 by Alistair G. Crooks | Files touched by this commit (43)
Log message:
Add SHA512 digests for distfiles for benchmarks category

Problems found with existing distfile for superpi:
	distfiles/super_pi-20030927/super_pi.tar.gz
No changes were made to the superpi/distinfo file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
distfiles/eagle-lin32-7.4.0.run
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2013-09-10 16:12:38 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix operator precendence. Bump revision.
   2013-04-07 22:49:45 by Blue Rats | Files touched by this commit (91)
Log message:
Edited DESCR in the case of:
 File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.