# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2015464
stack(kbytes) 256000
memory(kbytes) unlimited
coredump(blocks) 4194303
# kill -SEGV <pid>
# kill -3 <pid>
===[Kill 옵션]===
0 SIGNULL Null Check access to pid
1 SIGHUP Hangup Terminate; can be trapped
2 SIGINT Interrupt Terminate; can be trapped
3 SIGQUIT Quit Terminate with core dump; can be trapped
9 SIGKILL Kill Forced termination; cannot be trapped
15 SIGTERM Terminate Terminate; can be trapped
24 SIGSTOP Stop Pause the process; cannot be trapped
25 SIGTSTP Terminal stop Pause the process; can be trapped
26 SIGCONT Continue Run a stopped process
# coreadm
Quote:
global core file pattern:
init core file pattern: core
global core dumps: disabled
per-process core dumps: enabled
global setid core dumps: disabled
per-process setid core dumps: disabled
global core dump logging: disabled
'Unix > HP-UX' 카테고리의 다른 글
[Tip] HP-UX 실제 메모리 사용율 계산(glance) (0) | 2020.07.20 |
---|---|
[Tip] HP-UX JDK 설치 관련(java) (0) | 2020.07.20 |
[Tip] HP-UX 참고 사이트 (0) | 2010.10.01 |
[Tip] HP-UX 시스템 사양 확인 (0) | 2010.10.01 |
[Tip] HP-UX Performance 확인 (0) | 2010.10.01 |