简体   繁体   English

Java性能多核测试环境

[英]Java performance multi-core testing environment

I am interested in learning as much as i can about tuning a multi-threaded java server on a multi-core machine. 我对尽可能多地学习在多核计算机上调整多线程Java服务器感兴趣。 I wanted to write some test servers that i could use to test different scenarios. 我想写一些测试服务器,可以用来测试不同的场景。 For example thread pool sizing. 例如,线程池大小调整。 Unfortunately i don't have access to a large multi-core unix (linux or solaris) machine. 不幸的是,我无法使用大型多核Unix(Linux或solaris)计算机。 I just have duo-core mac laptop. 我只有双核Mac笔记本电脑。

Are there any good lease options for a dedicated, say 8 to 16 core machine, that i could distribute my java test servers? 对于专用的(例如8到16个)核心计算机,我可以分发Java测试服务器有什么好的租约选择?

Get an Amazon EC2 Quadruple Extra Large (u$d 1.60 per hour). 获取Amazon EC2 Quadruple Extra Large (每小时1.60美元)。 It is a dual quad core computer, and each core can run 2 threads, so you get a total of 16 threads. 它是一个双四核计算机,每个内核可以运行2个线程,因此您总共可以获得16个线程。

You can get more information here http://aws.amazon.com/ec2/pricing/ http://aws.amazon.com/ec2/hpc-applications/ 您可以在此处获得更多信息http://aws.amazon.com/ec2/pricing/ http://aws.amazon.com/ec2/hpc-applications/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM