How to Install and Uninstall blktrace Package on Kali Linux

Last updated: April 28,2024

1. Install "blktrace" package

Please follow the guidelines below to install blktrace on Kali Linux

$ sudo apt update $ sudo apt install blktrace

2. Uninstall "blktrace" package

Please follow the instructions below to uninstall blktrace on Kali Linux:

$ sudo apt remove blktrace $ sudo apt autoclean && sudo apt autoremove

3. Information about the blktrace package on Kali Linux

Package: blktrace
Version: 1.2.0-5
Installed-Size: 1072
Maintainer: Bas Zoetekouw
Architecture: amd64
Depends: libaio1 (>= 0.3.93), libc6 (>= 2.28), python3
Recommends: libtheora-bin, ffmpeg, librsvg2-bin
Suggests: gnuplot-x11
Size: 771880
SHA256: 041d7fc908ff31565cb5391b91e94ea75662ac9dc1234d1f8f823273bbca1903
SHA1: 8bc963a30088efd4f0e8ed594590746755cb9ec0
MD5sum: c389b31e409ee233ce5fef8a9fac71ce
Description: utilities for block layer IO tracing
blktrace is a block layer IO tracing mechanism which provides detailed
information about request queue operations up to user space. There are
three major components that are provided:
.
blktrace: A utility which transfers event traces from the kernel
into either long-term on-disk storage, or provides direct formatted
output (via blkparse).
.
blkparse: A utility which formats events stored in files, or when
run in live mode directly outputs data collected by blktrace.
.
iowatcher: A utility to visualize block I/O patterns. It generates graphs
from blktrace runs to help visualize IO patterns and performance. It can
plot multiple blktrace runs together, making it easy to compare the
differences between different benchmark runs.
Description-md5:
Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/about/
Tag: implemented-in::c, role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/b/blktrace/blktrace_1.2.0-5_amd64.deb