Sysinternals / ProcMon-for-Linux

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.
MIT License
4k stars 260 forks source link

nostr? #107

Closed ghost closed 5 months ago

MarioHewardt commented 5 months ago

Procmon does not have an API to retrieve/control the information collected. From the TUI you can export the collected which will be stored as a sqlite DB file that you could use to analyze the data offline.