浏览代码

add new one-liner to 'strace'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray 4 年前
父节点
当前提交
5f0d846338
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      README.md

+ 4
- 0
README.md 查看文件

@@ -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


正在加载...
取消
保存