How to Install and Uninstall blktrace.src Package on Oracle Linux 9
Last updated: November 28,2024
1. Install "blktrace.src" package
This guide covers the steps necessary to install blktrace.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
blktrace.src
Copied
2. Uninstall "blktrace.src" package
Learn how to uninstall blktrace.src on Oracle Linux 9:
$
sudo dnf remove
blktrace.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the blktrace.src package on Oracle Linux 9
Last metadata expiration check: 1:02:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : blktrace
Version : 1.2.0
Release : 19.el9
Architecture : src
Size : 409 k
Source : None
Repository : ol9_appstream
Summary : Utilities for performing block layer IO tracing in the Linux kernel
URL : http://brick.kernel.dk/snaps
License : GPLv2+
Description : blktrace is a block layer IO tracing mechanism which provides detailed
: information about request queue operations to user space. This package
: includes both blktrace, a utility which gathers event traces from the kernel;
: and blkparse, a utility which formats trace data collected by blktrace.
:
: You should install the blktrace package if you need to gather detailed
: information about IO patterns.
Available Packages
Name : blktrace
Version : 1.2.0
Release : 19.el9
Architecture : src
Size : 409 k
Source : None
Repository : ol9_appstream
Summary : Utilities for performing block layer IO tracing in the Linux kernel
URL : http://brick.kernel.dk/snaps
License : GPLv2+
Description : blktrace is a block layer IO tracing mechanism which provides detailed
: information about request queue operations to user space. This package
: includes both blktrace, a utility which gathers event traces from the kernel;
: and blkparse, a utility which formats trace data collected by blktrace.
:
: You should install the blktrace package if you need to gather detailed
: information about IO patterns.