mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 17:23:06 +00:00
9d53e65414
My team and I have investigated many issues that turned out to be caused by a stray reference to a file or filesystem, either by user error or due to a kernel bug. Userspace tools like lsof and fuser can't find all of these. This adds a drgn-based tool similar to lsof/fuser. This initial version only checks the basics: file descriptors, task working directories, task root directories, task executables, and VMAs. Upcoming changes will check additional, more obscure places. Signed-off-by: Omar Sandoval <osandov@osandov.com>
0 lines
Python
0 lines
Python