while use top command in Ubuntu 14.04 it showing as below 31694 root 20 0 301856 2036 1716 S 99.7 0.1 3:46.31 javaUpdates
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
When you run top you could press c and you would be able to see the full command which would give you more information about the process.
Another thing that you could do is run:
ps aux | grep java
This should also give you more information.
If you think that you don’t need that process, you could stop it by running:
sudo kill 31694
If it does not stop, you could try running the kill command with a SIGKILL:
sudo kill -9 31694
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.