How to Install and Uninstall fatrace Package on openSuSE Tumbleweed

Last updated: April 27,2024

1. Install "fatrace" package

This guide covers the steps necessary to install fatrace on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install fatrace

2. Uninstall "fatrace" package

In this section, we are going to explain the necessary steps to uninstall fatrace on openSuSE Tumbleweed:

$ sudo zypper remove fatrace

3. Information about the fatrace package on openSuSE Tumbleweed

Information for package fatrace:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : fatrace
Version : 0.17.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 68.0 KiB
Installed : No
Status : not installed
Source package : fatrace-0.17.0-1.5.src
Upstream URL : https://github.com/martinpitt/fatrace
Summary : System wide file access event reporting utility
Description :
The fatrace trace uses fanotify, a couple of /proc lookups and some
glue to trace file access events system-wide, in an effort to
identify processes which keep waking up the disk even when the
computer is idle.
By default, it monitors the whole system, i.e. all mounts except
virtual ones like /proc, tmpfs, etc. It can be told to monitor just
the mount of the current directory. The log can be written to a file
and runtime be capped. Optional time stamps and PID filters are also
provided.