mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
122835992e
- Update COMMENT - Adjust options: - Remove DOCS: manual.html is an empty file - Rename LARGEFILE to LFS - Update pkg-descr - Take maintainership Changes: https://github.com/akopytov/sysbench/releases
14 lines
566 B
Plaintext
14 lines
566 B
Plaintext
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
|
|
|
|
WWW: https://github.com/akopytov/sysbench
|