Sysbench is benchmark developed by Alexey Kopytov (software
engineer @ MySQL AB)
- http://sysbench.sourceforge.net/ and I want to
write a short intro about this tool as sysbench is one of
software for my everyday use. For example, SUN published their
Solaris vs RedHat stuff based on sysbench's
results (Peter and me provided performance consutling for this
publishing).
Sysbench has a lot of options and details so my goal is describe
common usage of benchmark.
Sysbench allows to test:
- file I/O performance
- scheduler performance
- memory allocation and transfer speed
- POSIX threads implementation performance
- database server performance
First four is useful for the platform evalution, for …
[Read more]