N
nooneinparticular314159
I'd like to be able to determine what the total CPU usage is on a
system using a Java program. (for those of you familiar with the Unix
program Top, it's the same idea. I want to be able to poll the system
to see how much CPU time is being used right now.)
Is there an easy way to do this? Is the method platform
indepdendent? ie. Since Java can run on any platform, will the
solution also work on any platform?
Thanks!
system using a Java program. (for those of you familiar with the Unix
program Top, it's the same idea. I want to be able to poll the system
to see how much CPU time is being used right now.)
Is there an easy way to do this? Is the method platform
indepdendent? ie. Since Java can run on any platform, will the
solution also work on any platform?
Thanks!