In Java, Which function is for getting the CPU usage? I can not findit. Thanks!
System properties object, I dont think it exists, you need JNI.
www.javaworld.com/.../01-qa-1108-cpu.html
Lately many people have not be considering what Java is for and think itis a language just like C++. It isnt, its designed for portability onall platforms, so dont expect to see system specific functions in Javabecause it wont have them.