https://github.com/aliceinwire/tiobench
https://github.com/aliceinwire/tiobench
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aliceinwire/tiobench
- Owner: aliceinwire
- License: gpl-2.0
- Created: 2017-02-16T12:08:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T14:26:44.000Z (over 3 years ago)
- Last Synced: 2025-01-17T13:16:43.473Z (5 months ago)
- Language: C
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
[](https://travis-ci.org/mkuoppal/tiobench)
Tiobench and tiotest (https://github.com/mkuoppal/tiobench)
Threaded I/O bench for Linux (or any *nix system with POSIX threads
support library) Author can be reached at: miku at iki.fiCopyright (C) 1999-2014 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 USAInstallation:
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 interfacetiobench.pl is frontend to tiotest to run predefined or
configurable test suitesCredits:
James Manning 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 proposed fsync
fix, and option for sequential writing to prevent
file fragmentation.Sami Korhonen noticed
thread_attr not initialized bug.Numerous other contributions from fearless benchmarkers.