일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Linux
- goaccess
- 리눅스
- Bash
- rsync
- Cache
- cadre
- 칭찬교육
- 디스크
- iptables
- Python
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- windows
- PERL
- CPU
- DNS
- Performance
- 솔라리스
- ext4
- ext3
- http
- Hack
- PORT
- Kernel
- rm -rf
- pid
- 좌절교육
- Disk
- apachetop
- rm
- Today
- Total
Ben's
strace -fFp pid 본문
root@nhkotest-005 vnstat-1.7]# strace -p 5831
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x2b2ab7176fd0) = 30574
wait4(-1, 0x7ffff394e6fc, WNOHANG, NULL) = 0
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
wait4(-1, 0x7ffff394e6fc, WNOHANG, NULL) = 0
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
root@nhkotest-005 vnstat-1.7]# strace -f -p 5831
Process 5831 attached - interrupt to quit
select(0, NULL, NULL, NULL, {0, 988000}) = 0 (Timeout)
wait4(-1, 0x7ffff394e6fc, WNOHANG, NULL) = 0
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
wait4(-1, 0x7ffff394e6fc, WNOHANG, NULL) = 0
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
wait4(-1, 0x7ffff394e6fc, WNOHANG, NULL) = 0
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
clone(Process 15746 attached
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x2b2ab7176fd0) = 15746
[pid 15746] rt_sigaction(SIGHUP, {0x454ea0, [], SA_RESTORER|SA_INTERRUPT, 0x331cc30070}, <unfinished ...>
[pid 5831] wait4(-1, <unfinished ...>
[pid 15746] <... rt_sigaction resumed> {0x4547d0, [HUP USR1], SA_RESTORER, 0x331cc30070}, 8) = 0
[pid 5831] <... wait4 resumed> 0x7ffff394e6fc, WNOHANG, NULL) = 0
[pid 15746] rt_sigaction(SIGUSR1, {0x454ea0, [], SA_RESTORER|SA_INTERRUPT, 0x331cc30070}, <unfinished ...>
[pid 5831] select(0, NULL, NULL, NULL, {1, 0} <unfinished ...>
[pid 15746] <... rt_sigaction resumed> {0x4547d0, [HUP USR1], SA_RESTORER, 0x331cc30070}, 8) = 0
[pid 15746] rt_sigaction(SIGTERM, {0x454ea0, [], SA_RESTORER|SA_INTERRUPT, 0x331cc30070}, {0x4547b0, [], SA_RESTORER, 0x331cc30070}, 8) = 0
'리눅스' 카테고리의 다른 글
sftp xferlog 남기기 (0) | 2013.01.21 |
---|---|
linux boot sequence (0) | 2013.01.21 |
cpulimit (0) | 2013.01.21 |
/etc/motd 퍼미션 400으로 줘도 일반사용자 로그인시 배너 보이는 현상 - setreuid,setregid 때문 (0) | 2013.01.21 |
ubuntu linux vsftpd 설정방법 (0) | 2013.01.17 |