You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Process Monitor for Linux (Preview)
1
+
# Process Monitor for Linux (Preview)[](https://oss-sysinternals.visualstudio.com/Procmon%20for%20Linux/_build/latest?definitionId=18&branchName=main)
2
2
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.
3
3
4
4

@@ -13,7 +13,7 @@ Process Monitor (Procmon) is a Linux reimagining of the classic Procmon tool fro
13
13
14
14
15
15
## Install Procmon
16
-
Checkout our [install instructions](INSTALL.md) for ditribution specific steps to install Procmon.
16
+
Checkout our [install instructions](INSTALL.md) for distribution specific steps to install Procmon.
17
17
18
18
## Building Procmon from source
19
19
@@ -105,4 +105,4 @@ Please see also our [Code of Conduct](CODE_OF_CONDUCT.md).
105
105
# License
106
106
Copyright (c) Microsoft Corporation. All rights reserved.
-p/--pids Comma separated list of process ids to monitor
7
+
-h Prints this help screen
8
+
-p/--pids Comma separated list of process ids to monitor
9
+
-e/--events Comma separated list of system calls to monitor
10
+
-c/--collect [FILEPATH] Option to start Procmon in a headless mode
11
+
-f/--file FILEPATH Open a Procmon trace file
9
12
.SH DESCRIPTION
10
13
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.
0 commit comments