How to Install and Uninstall fatrace Package on openSUSE Leap

Last updated: April 28,2024

1. Install "fatrace" package

Please follow the steps below to install fatrace on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install fatrace

2. Uninstall "fatrace" package

This guide let you learn how to uninstall fatrace on openSUSE Leap:

$ sudo zypper remove fatrace

3. Information about the fatrace package on openSUSE Leap

Information for package fatrace:
--------------------------------
Repository : Main Repository
Name : fatrace
Version : 0.17.0-bp155.1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 64.1 KiB
Installed : No
Status : not installed
Source package : fatrace-0.17.0-bp155.1.4.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.