Sysbench
Sysbench running. | |
Original author(s) | Peter Zaitsev |
---|---|
Developer(s) | Alexy Kopytov |
Initial release | 2004 |
Stable release | 1.0.20
/ April 24, 2020 |
Written in | C, LuaJIT |
Engine | |
Operating system | Linux |
License | GNU General Public License v2.0 |
Search Sysbench on Amazon.
In computing, sysbench
is an open-source scriptable multi-threaded benchmarking tool designed for Linux systems. It is a C binary and uses LuaJIT scripts to execute benchmarks. 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. However, it is a multi-purpose benchmark that features tests for CPU, memory, I/O, and database performance testing.[1] It is a basic command line utility that offers a direct and uncomplicated way to test your system. It now comes packaged in most major Linux distribution repositories such as Debian, Ubuntu, CentOS and Arch Linux.[2]
History[edit]
Sysbench was originally created by Peter Zaitsev in 2004.[3] Soon after, Alexy Kopytov took over its development.[4]
Design[edit]
Sysbench tests the load by running multiple threads at the same time. The number of threads is specified by the user. Depending on the testing mode, Sysbench can test the total number of requests or the amount of time required to run the complete benchmark, or both. [2]
Usage[edit]
Sysbench can be run benchmark test specified in a linux shell or in shell script, or there are several other commands such as prepare or cleanup. The type of test to run is specified in the command options and would be one of:
- cpu: CPU performance test
- fileio: File I/O test
- memory: Memory speed test
- mutex: Mutex performance test
- threads: Threads subsystem performance test
Sample Usage[edit]
A commonly used variation of Sysbench may look like the following: sysbench --test=cpu --cpu-max-prime=20000 --threads=32 run
.
References[edit]
- ↑ Congleton, Nick. "How to Benchmark Your Linux System". Linux Tutorials - Learn Linux Configuration. Retrieved 2022-06-01.
- ↑ 2.0 2.1 Kopytov, Alexy. "SysBench manual" (PDF). iMySQL (PDF file). Retrieved 2 June 2022. Unknown parameter
|url-status=
ignored (help) - ↑ "How to Benchmark Performance of MySQL & MariaDB Using SysBench". Severalnines. 2018-06-12. Retrieved 2022-06-01.
- ↑ Kopytov, Alexey (2022-06-01), sysbench, retrieved 2022-06-01
This Linux-related article is a stub. You can help EverybodyWiki by expanding it. |
This article "Sysbench" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Sysbench. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.