Saturday, May 11, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1963  / 3 Years ago, sat, october 9, 2021, 11:27:56

I want to know what files a process accesses. strace can provide me with that information, but the output of strace is rather "raw". Is there anything that provides similar functionality, but in a more human readable fashion (i.e. filter out libraries, highlight files in the $HOME directory, provide statistics on how often stuff is accessed, etc.)?


More From » software-recommendation

 Answers
3

A guy called Ole Tange coded the tool that you're describing. Take a look here https://gitlab.com/ole.tange/tangetools/tree/master/tracefile. The tracefile is essentially a shell script, so make it executable and run it. The .pod file is a manual that describes how to use it.


[#21822] Monday, October 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
iriousutur

Total Points: 321
Total Questions: 112
Total Answers: 106

Location: Sweden
Member since Mon, Dec 7, 2020
4 Years ago
;