forked from microsoft/ProcMon-for-Linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocmon.1
More file actions
13 lines (13 loc) · 740 Bytes
/
procmon.1
File metadata and controls
13 lines (13 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
.\" Manpage for procmon.
.TH man 8 "07/16/2020" "0.1" "procmon manpage"
.SH NAME
procmon \- syscall tracing diagnostics tool
.SH SYNOPSIS
procmon [OPTIONS...]
-h Prints this help screen
-p/--pids Comma separated list of process ids to monitor
-e/--events Comma separated list of system calls to monitor
-c/--collect [FILEPATH] Option to start Procmon in a headless mode
-f/--file FILEPATH Open a Procmon trace file
.SH DESCRIPTION
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.