How to Install and Uninstall sysbench.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "sysbench.x86_64" package

This guide covers the steps necessary to install sysbench.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install sysbench.x86_64

2. Uninstall "sysbench.x86_64" package

This guide covers the steps necessary to uninstall sysbench.x86_64 on Rocky Linux 8:

$ sudo dnf remove sysbench.x86_64 $ sudo dnf autoremove

3. Information about the sysbench.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:19:45 ago on Mon Sep 12 10:27:18 2022.
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.