gtop
gtop copied to clipboard
Feature Request: Killing Processes
maybe hitting dd
while a process is highlighted does a kill -9
to it?
After slack/gitter/discord/whatever memory and cpu sucking electron "app" runs for 2-3 days w/out restart I need an easy way to kill all the renamed Google Chrome Helpers so I can have my 12gb of memory each one needs back. Because chat obviousely needs more ram than BF1
A shortcut for this would be great, but an alternative suggestion for a shortcut: k
prompts for a signal number (with SIGTERM as a default), and K
simply does kill -9
.
sounds like a good idea. we can show a dialog to kill the highlighted process with the help of blessed.form
after pressing k
(similar to top
)
sounds good! as long as kk
is still an instant kill :)
This will be a very useful function!
Would love to see this as well!
@aksakalli how about d
shows the dialog, but dd
just kills? for people who don't want to be questioned.