Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sva_
on Feb 17, 2023
|
parent
|
context
|
favorite
| on:
Sloth – A Mac app that shows all open files, direc...
On Linux, this can be done using BPF (Berkley Packet Filter). In fact there is a tool in BCC[0] called filetop, which lists reads/writes by process and file[1].
0.
https://github.com/iovisor/bcc
1.
https://github.com/iovisor/bcc/blob/master/tools/filetop.py
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
0. https://github.com/iovisor/bcc
1. https://github.com/iovisor/bcc/blob/master/tools/filetop.py