Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource fatrace

Part of the efforts to reduce power consumption is to identify processes which keep waking up the disk even when the computer is idle. Unfortunately there is no really good tool to trace file access events system-wide. powertop claims to, but its output is both very incomplete, and also wrong (e. g. it claims that read accesses are writes). strace gives you everything you do and don’t want to know about what’s going on, but is per-process, and attaching strace to all running and new processes is cumbersome. blktrace is system-wide, but operates at a way too low level for this task: its output has nothing to do any more with files or even inodes, just raw block numbers which are impossible to convert back to an inode and file path. So I created a little tool called fatrace (“file access trace”, not “fat race” :-) ) which uses fanotify, a couple of /proc lookups and some glue to provide this. By default it monitors the whole system, i. e. all mounts (except the virtual ones like /proc, tmpfs, etc.), but you can also tell it to just consider the mount of the current directory. You can write the log into a file (stdout by default), and run it for a specified number of seconds. Optional time stamps and PID filters are also provided.

Found 2 sites for fatrace

Found 20 RPM for fatrace

PackageSummaryDistributionDownload
fatrace-0.16.3-7.fc40.aarch64.htmlReports file access events from all running processesFedora Rawhide for aarch64fatrace-0.16.3-7.fc40.aarch64.rpm
fatrace-0.16.3-7.fc40.aarch64.htmlReports file access events from all running processesFedora 40 for aarch64fatrace-0.16.3-7.fc40.aarch64.rpm
fatrace-0.16.3-7.fc40.ppc64le.htmlReports file access events from all running processesFedora Rawhide for ppc64lefatrace-0.16.3-7.fc40.ppc64le.rpm
fatrace-0.16.3-7.fc40.ppc64le.htmlReports file access events from all running processesFedora 40 for ppc64lefatrace-0.16.3-7.fc40.ppc64le.rpm
fatrace-0.16.3-7.fc40.s390x.htmlReports file access events from all running processesFedora Rawhide for s390xfatrace-0.16.3-7.fc40.s390x.rpm
fatrace-0.16.3-7.fc40.s390x.htmlReports file access events from all running processesFedora 40 for s390xfatrace-0.16.3-7.fc40.s390x.rpm
fatrace-0.16.3-7.fc40.x86_64.htmlReports file access events from all running processesFedora Rawhide for x86_64fatrace-0.16.3-7.fc40.x86_64.rpm
fatrace-0.16.3-7.fc40.x86_64.htmlReports file access events from all running processesFedora 40 for x86_64fatrace-0.16.3-7.fc40.x86_64.rpm
fatrace-0.16.3-5.fc39.aarch64.htmlReports file access events from all running processesFedora 39 for aarch64fatrace-0.16.3-5.fc39.aarch64.rpm
fatrace-0.16.3-5.fc39.ppc64le.htmlReports file access events from all running processesFedora 39 for ppc64lefatrace-0.16.3-5.fc39.ppc64le.rpm
fatrace-0.16.3-5.fc39.s390x.htmlReports file access events from all running processesFedora 39 for s390xfatrace-0.16.3-5.fc39.s390x.rpm
fatrace-0.16.3-5.fc39.x86_64.htmlReports file access events from all running processesFedora 39 for x86_64fatrace-0.16.3-5.fc39.x86_64.rpm
fatrace-0.16.3-4.fc38.aarch64.htmlReports file access events from all running processesFedora 38 for aarch64fatrace-0.16.3-4.fc38.aarch64.rpm
fatrace-0.16.3-4.fc38.ppc64le.htmlReports file access events from all running processesFedora 38 for ppc64lefatrace-0.16.3-4.fc38.ppc64le.rpm
fatrace-0.16.3-4.fc38.s390x.htmlReports file access events from all running processesFedora 38 for s390xfatrace-0.16.3-4.fc38.s390x.rpm
fatrace-0.16.3-4.fc38.x86_64.htmlReports file access events from all running processesFedora 38 for x86_64fatrace-0.16.3-4.fc38.x86_64.rpm
fatrace-0.16.3-3.fc37.aarch64.htmlReports file access events from all running processesFedora 37 for aarch64fatrace-0.16.3-3.fc37.aarch64.rpm
fatrace-0.16.3-3.fc37.ppc64le.htmlReports file access events from all running processesFedora 37 for ppc64lefatrace-0.16.3-3.fc37.ppc64le.rpm
fatrace-0.16.3-3.fc37.s390x.htmlReports file access events from all running processesFedora 37 for s390xfatrace-0.16.3-3.fc37.s390x.rpm
fatrace-0.16.3-3.fc37.x86_64.htmlReports file access events from all running processesFedora 37 for x86_64fatrace-0.16.3-3.fc37.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet