Crates.io | psycho-killer |
lib.rs | psycho-killer |
version | 0.5.0 |
source | src |
created_at | 2023-12-30 23:36:22.961299 |
updated_at | 2024-10-11 11:40:27.131605 |
description | Interactive process killer, manager and system resources monitor |
homepage | https://github.com/igrek51/psycho-killer |
repository | https://github.com/igrek51/psycho-killer |
max_upload_size | |
id | 1084471 |
size | 294,512 |
PSycho KILLer is an interactive process manager and system resource monitor that combines the functionalities of ps
and kill
.
Dirty
and Writeback
memory to keep an eye on ongoing copyingcargo install psycho-killer
This will install psycho
binary in Rust's Path.
Alternatively, you can download the compiled binary:
curl -L https://github.com/igrek51/psycho-killer/releases/download/0.3.2/psycho -o ~/bin/psycho
chmod +x ~/bin/psycho
Launch the interactive process manager by running psycho
.
Enter the phrase of a process you want to kill.
Choose the preferred method to terminate the process:
SIGINT
signalSIGTERM
SIGKILL
signalSIGTERM
signal as SuperuserSIGKILL
signal as Superuser