DESCR 799 B

1234567891011121314151617181920
  1. SysBench is a modular, cross-platform and multi-threaded benchmark tool
  2. for evaluating OS parameters that are important for a system running a
  3. database under intensive load.
  4. The idea of this benchmark suite is to quickly get an impression about
  5. system performance without setting up complex database benchmarks or
  6. even without installing a database at all.
  7. Current features allow to test the following system parameters:
  8. * file I/O performance
  9. * scheduler performance
  10. * memory allocation and transfer speed
  11. * POSIX threads implementation performance
  12. * database server performance (OLTP benchmark)
  13. Primarily written for MySQL server benchmarking, SysBench will be
  14. further extended to support multiple database backends, distributed
  15. benchmarks and third-party plug-in modules.