ajermakovics/jvm-mon

Would like to be able to kill java process

ctwise opened this issue · 2 comments

I would like to be able to kill a java process from the monitor.

Sounds like a nice feature. Not sure if we can kill a java process via an api but running a kill command should be possible. Probably just a matter of adding a key handler like this:
https://github.com/ajermakovics/jvm-mon/blob/master/src/dist/jvm-mon.js#L92

Added in v 0.2 - press Delete/Backspace to kill a selected JVM process. It will issue a SIGTERM