How to Install and Uninstall sysbench.x86_64 Package on CentOS 8 / RHEL 8

Last updated: October 06,2024

1. Install "sysbench.x86_64" package

This guide let you learn how to install sysbench.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install sysbench.x86_64

2. Uninstall "sysbench.x86_64" package

This guide let you learn how to uninstall sysbench.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove sysbench.x86_64 $ sudo dnf autoremove

3. Information about the sysbench.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:38:46 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : sysbench
Version : 1.0.20
Release : 5.el8
Architecture : x86_64
Size : 160 k
Source : sysbench-1.0.20-5.el8.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.