Process Monitor for Linux (Preview)
Process Monitor (Procmon) is a Linux reimagining of the classic Procmon tool from the Sysinternals suite of tools for Windows. Procmon provides a convenient and efficient way for Linux developers to trace the syscall activity on the system.
Installation & Usage
Requirements
OS: Ubuntu 18.04 lts
cmake >= 3.14 (build-time only)
>= 3.14 (build-time only) libsqlite3-dev >= 3.22 (build-time only)
Install Procmon
Please see installation instructions here.
Build Procmon
... continue reading