blktrace 1.2.0-5ubuntu2 source package in Ubuntu

Changelog

blktrace (1.2.0-5ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:38:50 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils

Downloads

File Size SHA-256 Checksum
blktrace_1.2.0.orig.tar.bz2 385.9 KiB 26961888f7308f5e1343b16c44a59d2ab190e12ae17b1841e4a4e304bd3a3f45
blktrace_1.2.0-5ubuntu2.debian.tar.xz 13.9 KiB cc381e70bb1ecc67904d286e6cd2044a6afc48aace49b8c8e3eef91b6427a71f
blktrace_1.2.0-5ubuntu2.dsc 2.0 KiB 4d9d46720c24d6b66a38dbf4fe1b872d3d078d0403f76ad10255828e72046f52

Available diffs

View changes file

Binary packages built by this source

blktrace: 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.

blktrace-dbgsym: debug symbols for blktrace