Reputation: 24767
I need to get info for memory and CPU usage of some process running on the machine (not the Java process).
How can I do that?
[I reopened the thread after it was closed as a duplicate of other thread. The other thread is not relevant, it is not talking about receiving information of other specific process].
Upvotes: 5
Views: 2263
Reputation: 3499
Following are the choices for different platforms
Another possible way could be to call Native application for Monitoring from java using ProcessBuilder or RunTime java classes
Upvotes: 1