blktrace 1.1.0-2+deb9u1ubuntu0.16.04.1 source package in Ubuntu

Changelog

blktrace (1.1.0-2+deb9u1ubuntu0.16.04.1) xenial; 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:
Xenial
Original maintainer:
Bas Zoetekouw
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial 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.16.04.1.debian.tar.xz 15.8 KiB 9b55adc0b2583bb44ba0a03eedc8acd12627e22236a8d3e7df84dedc25325c55
blktrace_1.1.0-2+deb9u1ubuntu0.16.04.1.dsc 2.0 KiB b68f9b9d049f3ce1342f7ee80ef26e77998a23e285e696f7138b17049c96da52

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 package blktrace

 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.