This website works better with JavaScript.
Home
Explore
Help
Sign In
david.wurm
/
InternetServicesBook
mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
add new one-liner to 'strace'
- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray
5 years ago
parent
3d1c7ed8b7
commit
5f0d846338
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
README.md
+ 4
- 0
README.md
View File
@@ -1763,7 +1763,11 @@ ___
###### Track with child processes
```bash
# 1)
strace -f -p $(pidof glusterfsd)
# 2)
strace -f $(pidof php-fpm | sed 's/\([0-9]*\)/\-p \1/g')
```
###### Track process with 30 seconds limit
Write
Preview
Loading…
Cancel
Save