소스 검색

updated 'strace' one-liners

- signed-off-by: trimstray <trimstray@gmail.com>
pull/82/head
trimstray 5 년 전
부모
커밋
0ce440acd4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -1451,7 +1451,7 @@ timeout 30 strace $(< /var/run/zabbix/zabbix_agentd.pid)
###### Track child process and redirect output to a file

```bash
ps auxw | grep 'sbin/[a]pache' | awk '{print " -p " $2}' | xargs strace -o /tmp/strace-apache-proc.out
ps auxw | grep '[a]pache' | awk '{print " -p " $2}' | xargs strace -o /tmp/strace-apache-proc.out
```

###### Track the open request of a network port


불러오는 중...
취소
저장