How to Install and Uninstall resctl-bench.x86_64 Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "resctl-bench.x86_64" package

In this section, we are going to explain the necessary steps to install resctl-bench.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install resctl-bench.x86_64

2. Uninstall "resctl-bench.x86_64" package

This is a short guide on how to uninstall resctl-bench.x86_64 on Rocky Linux 8:

$ sudo dnf remove resctl-bench.x86_64 $ sudo dnf autoremove

3. Information about the resctl-bench.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:43:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : resctl-bench
Version : 2.1.2
Release : 2.el8
Architecture : x86_64
Size : 2.2 M
Source : rust-resctl-bench-2.1.2-2.el8.src.rpm
Repository : epel
Summary : Whole system resource control benchmarks with realistic scenarios
URL : https://crates.io/crates/resctl-bench
License : ASL 2.0 and BSD and MIT and zlib
Description : resctl-bench is a collection of whole-system benchmarks to evaluate resource
: control and hardware behaviors using realistic simulated workloads.
:
: Comprehensive resource control involves the whole system. Furthermore, testing
: resource control end-to-end requires scenarios involving realistic workloads
: and monitoring their interactions. The combination makes benchmarking resource
: control challenging and error-prone. It's easy to slip up on a configuration
: and testing with real workloads can be tedious and unreliable.
:
: resctl-bench encapsulates the whole process so that resource control benchmarks
: can be performed easily and reliably. It verifies and updates system
: configurations, reproduces resource contention scenarios with a realistic
: latency-sensitive workload simulator and other secondary workloads, analyzes
: the resulting system and workload behaviors, and generates easily
: understandable reports.