pkg-descr 523 B

123456789101112
  1. sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is
  2. most frequently used for database benchmarks, but can also be used to create
  3. arbitrarily complex workloads that do not involve a database server.
  4. sysbench comes with the following bundled benchmarks:
  5. - oltp_*.lua: a collection of OLTP-like database benchmarks
  6. - fileio: a filesystem-level benchmark
  7. - cpu: a simple CPU benchmark
  8. - memory: a memory access benchmark
  9. - threads: a thread-based scheduler benchmark
  10. - mutex: a POSIX mutex benchmark