Tag Archives: kill process

kill-process

Bash script to kill high CPU process, long running process and too much consuming memory process. Prerequisites bash Install This package can be installed easy. cd /root/myscript git clone https://github.com/padosoft/kill-process.git cd kill-process chmod +x killprocess.sh If you want to set your value and override default var values create a killprocess.config file by coping the given […]