Java基准测试 [英] Java Benchmarking

查看:81
本文介绍了Java基准测试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在使用Perlbench,pybench和php Bench等标准基准工具对Perl,Php,Python解释器进行基准测试.

现在,我们需要对JAVA进行基准测试,并发现"OLIO"工具包会有所帮助.但似乎OLIO支持php和rails.

请向我建议一些开源的JAVA最佳基准测试工具.Jmeter是我们已知用于负载测试的一个.

谢谢..

解决方案

SpecJbb,用于评估服务器端Java的性能-http://www.spec.org/jbb2005/
用于评估JRE性能的SpecJVM- 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

负载测试
Apache Jmeter- http://jmeter.apache.org/index.html

CPU,内存配置文件
Yourkit- http://www.yourkit.com/overview/index.jsp
VisualVM- http://visualvm.java.net/

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..

解决方案

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/

这篇关于Java基准测试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆