mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 06:48:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -20,9 +20,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`strace -p {{pid}} -c`
|
||||
|
||||
- Show the [T]ime spent in every system call:
|
||||
- Show the [T]ime spent in every system call and specify the maximum string [s]ize to print:
|
||||
|
||||
`strace -p {{pid}} -T`
|
||||
`strace -p {{pid}} -T -s {{32}}`
|
||||
|
||||
- Start tracing a program by executing it:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user