1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: