During install IBM Installation Manager, got this error "jvm terminated exit code 13", checked the jvm version,it's right, then grant all sub-folder with execution permission, then it work!
At first I just did "chmod +x *" for current folder, it should be executed as " chmod -R +x *"
We have a performance test
tool we owned, which written by java. Recently I run three tests with
200/400/600 threads, and found the system CPU usage as the chart:
(red-200,blue-600,green-400). I can't explain what factors will cause this
kind of result, any ideas?