strace: update page (#14232)

This commit is contained in:
Fazle Arefin
2024-10-16 17:53:30 +11:00
committed by GitHub
parent 8c6c89bd83
commit e67539fb35

View File

@@ -15,9 +15,9 @@
`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: