Java Benchmarking [closed]

三世轮回 提交于 2021-02-06 11:12:25

问题


We are doing benchmarking for Perl,Php, Python interpreters using there standard benchmark tools like perlbench,pybench and php bench.

Now we need to benchmark JAVA and found "OLIO" kit would help. But seems OLIO supports php and rails.

Please suggest me some of the best benchmarking tools for JAVA which is open source. Jmeter is the one we know which is used for load testing.

thank you..


回答1:


SpecJbb for evaluating performance of server side java - http://www.spec.org/jbb2005/
SpecJVM for evaluating performance of the JRE - http://www.spec.org/jvm2008/

MicroBenchmark
JMH - http://openjdk.java.net/projects/code-tools/jmh/
Google Caliper - https://code.google.com/p/caliper/wiki/JavaMicrobenchmarks

Load Testing
Apache Jmeter - http://jmeter.apache.org/index.html

CPU, Memory Profiling
Yourkit - http://www.yourkit.com/overview/index.jsp
VisualVM - http://visualvm.java.net/



来源:https://stackoverflow.com/questions/15199254/java-benchmarking

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!