blktrace 1.1.0-2+deb9u1ubuntu0.18.04.1 source package in Ubuntu
Changelog
blktrace (1.1.0-2+deb9u1ubuntu0.18.04.1) bionic; urgency=medium * Fix failure when CPUs are offline (LP: #1827318) If one or more CPUs are offline then currently blktrace breaks because it detects the number of CPUs based on the number of CPUs rather than the number of online CPUs. Requires two upstream blktrace fixes to fully address this issue - 80c4041b2e7a7d5 ("blktrace: Use number of online CPUs") - d045a704a378b90 ("blktrace: Add support for sparse CPU numbers") -- Colin Ian King <email address hidden> Wed, 22 May 2019 13:22:31 +0100
Upload details
- Uploaded by:
- Colin Ian King
- Sponsored by:
- Andy Whitcroft
- Uploaded to:
- Bionic
- Original maintainer:
- Bas Zoetekouw
- Architectures:
- linux-any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | universe | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
blktrace_1.1.0.orig.tar.bz2 | 386.2 KiB | 54a2faaa06dd52fd4a56a6aafa2a251990eb8dcf1832bb8c2fb1fc13a74a9295 |
blktrace_1.1.0-2+deb9u1ubuntu0.18.04.1.debian.tar.xz | 15.8 KiB | 346b6f69998572d4cfc367f09be13af517709df85254886c3b5ec3740669c413 |
blktrace_1.1.0-2+deb9u1ubuntu0.18.04.1.dsc | 2.0 KiB | bf8234f1a5f461b81ce5526a16aad08b925ab2f09f954264b6fa54f1390f9e41 |
Available diffs
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