ProcMon for Linux (Preview)
github.com
ProcMon for Linux (Preview)
1–10 of 45 posts
Re: ProcMon for Linux (Preview)
#2Worth reading Joe Damato's excellent article on strace: https://blog.packagecloud.io/eng/2016/02/29/how-does-strace-...
Re: ProcMon for Linux (Preview)
#3Re: ProcMon for Linux (Preview)
#4I'm not familiar with the Windows version of ProcMon, but judging by the Linux version, that looks like it's primarily replicating the function of `strace` in a CLI GUI. Worth reading Joe Damato's excellent article on strace: https://blog.packagecloud.io/eng/2016/02/29/how-does-strace-...
Sorry, it's been over a decade now and I still have nightmares sometimes. But yeah procmon is cool.
Re: ProcMon for Linux (Preview)
#5I'm not familiar with the Windows version of ProcMon, but judging by the Linux version, that looks like it's primarily replicating the function of `strace` in a CLI GUI. Worth reading Joe Damato's excellent article on strace: https://blog.packagecloud.io/eng/2016/02/29/how-does-strace-...
[1]: https://github.com/msys2/MSYS2-packages/issues/138#issuecomm...
Re: ProcMon for Linux (Preview)
#6Re: ProcMon for Linux (Preview)
#7This seems to be using eBPF, so presumably your kernel will have to support that (only stating Ubuntu 18.04 is a bit unfortunate).
Re: ProcMon for Linux (Preview)
#8This looks like an amazing tool, can't wait to begin using it.
Re: ProcMon for Linux (Preview)
#9I'm not familiar with the Windows version of ProcMon, but judging by the Linux version, that looks like it's primarily replicating the function of `strace` in a CLI GUI. Worth reading Joe Damato's excellent article on strace: https://blog.packagecloud.io/eng/2016/02/29/how-does-strace-...
It's not quite strace, ProcMon also does network traffic stuff too. I used it quite a bit when my job was trying to shove proprietary (usually academic, usually engineering-related) software installers into a shape that we could make silently install. ProcMon was one of our first resorts whenever an installer would inevitably mysteriously crash when it ran inside an SCCM-managed installation of windows. Which. Was. O…
Re: ProcMon for Linux (Preview)
#10I know htop can strace processes with the "s" key.