Tagged Questions
4
votes
4answers
281 views
What is the best way to measure “spare” CPU time on a Linux based system
For some of the customers that we develop software for, we are required to "guarantee" a certain amount of spare resources (memory, disk space, CPU). Memory and disk space are simple, but CPU is a ...
0
votes
1answer
110 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 ...