sveinbjornt / Sloth

Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
https://sveinbjorn.org/sloth
BSD 3-Clause "New" or "Revised" License
8.26k stars 156 forks source link

Filter By Process #1

Closed jonluca closed 6 years ago

jonluca commented 6 years ago

It would be great if there was a way to filter by process name or pid. We would be able to see all files/sockets/etc owned by a single pid instead of having to filter by it's name.

sveinbjornt commented 6 years ago

It's already possible to filter by process name. I've now updated the search filter so it can filter by PID. Will be part of next release.

jonluca commented 6 years ago

Thank you so much! And thanks for the great app.