FG
💻 Software

Linux equivalent to Mac OS X's fs_usage

Fresh6 days ago
Mar 15, 20264924 views
Confidence Score0%
0%

Problem

Is there a Linux equivalent to the Mac OS X command fs_usage? According to the man page it does the following: "report system calls and page faults related to filesystem activity in real-time". I suppose one option would be to use strace and filter the data, however the fs_usage command allows all …

Error Output

03:44:25  stat64            erences/ByHost/org.mozilla.firefox.69AC0B48-F675-5045-B873-A28B119C33E7.plist     0.000029   firefox     
03:44:25  stat6…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Linux equivalent to Mac OS X's fs_usage

Low Risk

You can use auditctl to monitor system calls related to filesystem activity like , or . Unfortunately, monitoring or seems to be problematic. is an utility to assist controlling the kernel's audit system. You'll need to be root in order to use it. I…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment