0

what is the best way for running some other processes and monitoring them inside Java?

by monitoring I mean checking their CPU and memory usage and their running state (Running or Finished).

1 Answer 1

1

Java does not provide this kind of information. You'll need to make operating system specific calls.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.