fatrace 0.14-1 source package in Ubuntu

Changelog

fatrace (0.14-1) unstable; urgency=medium

  * New upstream version 0.14:
    - Add support for directory events: file creation, rename/move, delete.
      This requires Linux 5.1 (FAN_REPORT_FID support), on older kernels fall
      back to the old mode. (Closes: #940629, LP: #1371394)
    - power-usage-report: Fix regexp substitution (LP: #1683164)
    - Drop O_LARGEFILE workaround, fixes cross-building
      (Closes: #784983, LP: #1755787)
  * debian/watch: Switch to xz tarballs
  * Bump Standards-Version to 4.4.1. No changes necessary.
  * autopkgtest: Move to upstream-included tests

 -- Martin Pitt <email address hidden>  Tue, 01 Oct 2019 06:01:23 +0000

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Sid
Original maintainer:
Martin Pitt
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fatrace_0.14-1.dsc 1.8 KiB 342a3c4cdaee724cdae278871d2f16c361633a8dcfdbf6be261848b9cde7ea6a
fatrace_0.14.orig.tar.xz 21.1 KiB d876999a801398e981e1a4d09b2259b92249fc55f05b31e60010deb27557bb8c
fatrace_0.14-1.debian.tar.xz 2.9 KiB 119252188b15c3bc0caa229c5cbc5710c25750815ba467d36cfc6bc4a2d1ea09

No changes file available.

Binary packages built by this source

fatrace: report system wide file access events

 fatrace reports file access events from all running processes.
 Its main purpose is to find processes which keep waking up the disk
 unnecessarily and thus prevent some power saving.
 .
 This package also contains a "power-usage-report" tool, which uses
 fatrace and powertop to build a textual report from one minute of
 measuring power usage and file accesses. This does not take any
 arguments or requires any interactivity, so is very simple to use and
 serves as a starting point for bug reports or optimizing a particular
 installation.

fatrace-dbgsym: debug symbols for fatrace