Skip to content

Commit

Permalink
Update perf.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Sep 3, 2023
1 parent 4a09b81 commit ac72b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheat-sheet/DevOps Linux/perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Allows you to monitor processes

Allows you to monitor breakpoints

perf list # Print list of supported
perf list # Print list of supported event types

perf stat -a sleep 5 # Overview over everything
perf stat -e syscalls:* -a <cmd> # Overview over all system calls
Expand Down

0 comments on commit ac72b73

Please sign in to comment.