อะไรคือสัญญาณการฆ่าฮ็อตท็อปที่แตกต่างกัน?


9

ฉันเพิ่งเริ่มใช้htopและฉันต้องการฆ่ากระบวนการ แต่เมื่อกดF9บนกระบวนการมันทำให้ฉันมีรายการตัวเลือกนี้ฉันเพิ่งเลือกตัวเลือกที่ถูกเลือกโดยค่าเริ่มต้น แต่ไม่รู้ว่าอะไร ที่จริงแล้วแม้ว่ามันจะดูเหมือนจะทำงาน:

ตัวเลือกสัญญาณ htop

ดังนั้นคำถามของฉันคืออะไรตัวเลือกต่าง ๆ เหล่านี้คืออะไรและวิธีใดที่ดีที่สุดที่จะใช้เพื่อฆ่ากระบวนการ


คำตอบ:


11

ครั้งแรกลอง

SIGTERM      15       Term    Termination signal

ถ้าไม่ได้ผล

SIGKILL       9       Term    Kill signal

จาก man 7 signal

First the signals described in the original POSIX.1-1990 standard.

Signal     Value     Action   Comment
──────────────────────────────────────────────────────────────────────
SIGHUP        1       Term    Hangup detected on controlling terminal
                              or death of controlling process
SIGINT        2       Term    Interrupt from keyboard
SIGQUIT       3       Core    Quit from keyboard
SIGILL        4       Core    Illegal Instruction
SIGABRT       6       Core    Abort signal from abort(3)
SIGFPE        8       Core    Floating point exception
SIGKILL       9       Term    Kill signal
SIGSEGV      11       Core    Invalid memory reference
SIGPIPE      13       Term    Broken pipe: write to pipe with no
                              readers
SIGALRM      14       Term    Timer signal from alarm(2)
SIGTERM      15       Term    Termination signal
SIGUSR1   30,10,16    Term    User-defined signal 1
SIGUSR2   31,12,17    Term    User-defined signal 2
SIGCHLD   20,17,18    Ign     Child stopped or terminated
SIGCONT   19,18,25    Cont    Continue if stopped
SIGSTOP   17,19,23    Stop    Stop process
SIGTSTP   18,20,24    Stop    Stop typed at terminal
SIGTTIN   21,21,26    Stop    Terminal input for background process
SIGTTOU   22,22,27    Stop    Terminal output for background process

The signals SIGKILL and SIGSTOP cannot be caught, blocked, or
ignored.

Next the signals not in the POSIX.1-1990 standard but described in
SUSv2 and POSIX.1-2001.

Signal       Value     Action   Comment
────────────────────────────────────────────────────────────────────
SIGBUS      10,7,10     Core    Bus error (bad memory access)
SIGPOLL                 Term    Pollable event (Sys V).
                                Synonym for SIGIO
SIGPROF     27,27,29    Term    Profiling timer expired
SIGSYS      12,31,12    Core    Bad argument to routine (SVr4)
SIGTRAP        5        Core    Trace/breakpoint trap
SIGURG      16,23,21    Ign     Urgent condition on socket (4.2BSD)
SIGVTALRM   26,26,28    Term    Virtual alarm clock (4.2BSD)
SIGXCPU     24,24,30    Core    CPU time limit exceeded (4.2BSD)
SIGXFSZ     25,25,31    Core    File size limit exceeded (4.2BSD)

สามารถใช้งานได้ดีSIGINTกว่าซึ่งคล้ายกับการกด Ctrl + C และยังช่วยให้โปรแกรมเสร็จสิ้นอย่างเป็นระเบียบ ฉันใช้มันเมื่อยุติการปรับให้เหมาะสมทำงานโดยใช้ Gurobi: มันหยุดโปรแกรมทันที แต่ทางออกที่ดีที่สุดที่พบก็ยังเขียนไว้ในไฟล์
CGFoX

5

นั่นคือสัญญาณกระบวนการโดยทั่วไปและไม่เพียงเกี่ยวข้องกับhtopคุณสามารถแสดงรายการสัญญาณทั้งหมดโดยใช้คำสั่ง

kill -l

ตัวอย่างแหล่งที่มา :

-1 หรือ -HUP - อาร์กิวเมนต์นี้ทำให้ kill ส่งสัญญาณ "วางสาย" ไปยังกระบวนการ สิ่งนี้อาจมาจากยุคโมเด็ม / การโทรเข้า กระบวนการต้องตั้งโปรแกรมให้ฟังกระบวนการนี้และทำอะไรกับมัน daemons ส่วนใหญ่ได้รับการตั้งโปรแกรมให้อ่านการกำหนดค่าอีกครั้งเมื่อพวกเขาได้รับสัญญาณดังกล่าว อย่างไรก็ตาม; นี่น่าจะเป็นสัญญาณการฆ่าที่ปลอดภัยที่สุดที่มีอยู่ก็ไม่ควรขัดขวางสิ่งใด

-2 หรือ -SIGINT - นี่เป็นเหมือนกับการเริ่มโปรแกรมบางโปรแกรมแล้วกด CTRL + C ระหว่างการทำงาน โปรแกรมส่วนใหญ่จะหยุดคุณอาจสูญเสียข้อมูล

-9 หรือ -KILL - เคอร์เนลจะปล่อยกระบวนการโดยไม่แจ้งให้ทราบถึงกระบวนการ การฆ่าที่ไม่สะอาดเช่นนี้อาจทำให้ข้อมูลสูญหายได้ นี่เป็นสัญญาณ "ฆ่ายาก", "หยาบที่สุด" และไม่ปลอดภัยที่สุดและควรใช้เพื่อหยุดบางสิ่งที่ดูเหมือนว่าจะผ่านพ้นไม่ได้

-15 หรือ -TERM - บอกขั้นตอนเพื่อหยุดสิ่งที่มันทำและสิ้นสุดตัวเอง เมื่อคุณไม่ได้ระบุสัญญาณใด ๆ สัญญาณนี้จะถูกใช้ มันควรจะปลอดภัยพอสมควร แต่ควรเริ่มต้นด้วย "-1" หรือ "-HUP"

รายการจากsignal.hไฟล์:

+--------------------+------------------+
 *  |  POSIX signal      |  default action  |
 *  +--------------------+------------------+
 *  |  SIGHUP            |  terminate   |
 *  |  SIGINT            |  terminate   |
 *  |  SIGQUIT           |  coredump    |
 *  |  SIGILL            |  coredump    |
 *  |  SIGTRAP           |  coredump    |
 *  |  SIGABRT/SIGIOT    |  coredump    |
 *  |  SIGBUS            |  coredump    |
 *  |  SIGFPE            |  coredump    |
 *  |  SIGKILL           |  terminate(+)    |
 *  |  SIGUSR1           |  terminate   |
 *  |  SIGSEGV           |  coredump    |
 *  |  SIGUSR2           |  terminate   |
 *  |  SIGPIPE           |  terminate   |
 *  |  SIGALRM           |  terminate   |
 *  |  SIGTERM           |  terminate   |
 *  |  SIGCHLD           |  ignore      |
 *  |  SIGCONT           |  ignore(*)   |
 *  |  SIGSTOP           |  stop(*)(+)      |
 *  |  SIGTSTP           |  stop(*)     |
 *  |  SIGTTIN           |  stop(*)     |
 *  |  SIGTTOU           |  stop(*)     |
 *  |  SIGURG            |  ignore      |
 *  |  SIGXCPU           |  coredump    |
 *  |  SIGXFSZ           |  coredump    |
 *  |  SIGVTALRM         |  terminate   |
 *  |  SIGPROF           |  terminate   |
 *  |  SIGPOLL/SIGIO     |  terminate   |
 *  |  SIGSYS/SIGUNUSED  |  coredump    |
 *  |  SIGSTKFLT         |  terminate   |
 *  |  SIGWINCH          |  ignore      |
 *  |  SIGPWR            |  terminate   |
 *  |  SIGRTMIN-SIGRTMAX |  terminate       |
 *  +--------------------+------------------+
 *  |  non-POSIX signal  |  default action  |
 *  +--------------------+------------------+
 *  |  SIGEMT            |  coredump    |
 *  +--------------------+------------------+

อ่านเพิ่มเติม:


จากรายการที่คุณมีส่วนใหญ่จะมีลักษณะเหมือนกันดังนั้นสิ่งที่การเคารพระหว่างคนที่ดูเหมือนจะทำสิ่งเดียวกันคืออะไร?

1
สัญญาณกับดักแต่ละอันตามความแตกต่าง แต่ผลลัพธ์ส่วนใหญ่ทำเหมือนกัน ลองดูที่เอกสารอ้างอิงรวมถึง man page สำหรับเอกสารฉบับเต็มแน่นอนคุณสามารถเขียนหนังสือเกี่ยวกับแต่ละสัญญาณได้!
Maythux
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.