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