How to Install and Uninstall sysbench.x86_64 Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "sysbench.x86_64" package

Please follow the guidelines below to install sysbench.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install sysbench.x86_64

2. Uninstall "sysbench.x86_64" package

Please follow the guidelines below to uninstall sysbench.x86_64 on CentOS Stream 9:

$ sudo dnf remove sysbench.x86_64 $ sudo dnf autoremove

3. Information about the sysbench.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:16:43 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : sysbench
Version : 1.0.20
Release : 11.el9
Architecture : x86_64
Size : 157 k
Source : sysbench-1.0.20-11.el9.src.rpm
Repository : epel
Summary : System performance benchmark
URL : https://github.com/akopytov/sysbench/
License : GPLv2+
Description : SysBench is a modular, cross-platform and multi-threaded benchmark
: tool for evaluating OS parameters that are important for a system
: running a database under intensive load.
:
: The idea of this benchmark suite is to quickly get an impression about
: system performance without setting up complex database benchmarks or
: even without installing a database at all. Current features allow to
: test the following system parameters:
: - file I/O performance
: - scheduler performance
: - memory allocation and transfer speed
: - POSIX threads implementation performance
: - database server performance (OLTP benchmark)
:
: Primarily written for MySQL server benchmarking, SysBench will be
: further extended to support multiple database backends, distributed
: benchmarks and third-party plug-in modules.