Tagged Questions

0
votes
1answer
112 views

How can I get the cpu usage a jvm process consumes for each cpu core using java?

Actually I'm using java to monitor the cpu usage for a certain java process.Here are my questions: First,is there a limit that a single process can only consume cpu processing time on 1 or limited cpu ...