blktrace 1.2.0-5ubuntu1 source package in Ubuntu

Changelog

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

  * Build without -Werror=format-overflow, -Werror=format-truncation on
    ppc64el where it misfires and causes a build failure.

 -- Steve Langasek <email address hidden>  Sat, 23 Mar 2024 02:17:48 +0000

Upload details

Uploaded by:
Steve Langasek
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

Downloads

File Size SHA-256 Checksum
blktrace_1.2.0.orig.tar.bz2 385.9 KiB 26961888f7308f5e1343b16c44a59d2ab190e12ae17b1841e4a4e304bd3a3f45
blktrace_1.2.0-5ubuntu1.debian.tar.xz 13.8 KiB 0020e3b40857738268a17652d68da6f52340dc70f088a3df1b410cb5918278e0
blktrace_1.2.0-5ubuntu1.dsc 2.1 KiB 8fc279fe2763346a0cf142ebac715505e919497b4b02244f4581520c3cb7158a

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