Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would like to be able to kill java process #11

Closed
ctwise opened this issue Feb 7, 2017 · 2 comments
Closed

Would like to be able to kill java process #11

ctwise opened this issue Feb 7, 2017 · 2 comments

Comments

@ctwise
Copy link

ctwise commented Feb 7, 2017

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

@ajermakovics
Copy link
Owner

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

@ajermakovics
Copy link
Owner

ajermakovics commented Feb 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants