How to Install and Uninstall sysbench.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "sysbench.x86_64" package

Learn how to install sysbench.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install sysbench.x86_64

2. Uninstall "sysbench.x86_64" package

Please follow the instructions below to uninstall sysbench.x86_64 on Oracle Linux 9:

$ sudo dnf remove sysbench.x86_64 $ sudo dnf autoremove

3. Information about the sysbench.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:17:40 ago on Thu Feb 15 07:50:05 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.