哪些 Java 应用程序可用于对虚拟机进行压力测试?

发布于 2024-07-17 12:43:39 字数 117 浏览 4 评论 0原文

我对压力测试以及对 SANOS 操作系统内核进行基准测试的方法感兴趣。

I am interested in ways to stress-test as well as benchmark the SANOS operating system kernel.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花期渐远 2024-07-24 12:43:39

虽然我不确定这是否适合内核测试,但您可能想看看
SPECjbb2005

""SPECjbb2005(Java 服务器基准)是
SPEC 评估基准
服务器端 Java 的性能。 喜欢
它的前身 SPECjbb2000,
SPECjbb2005评估性能
通过模拟服务器端Java
三层客户端/服务器系统(
强调中间层)。

基准测试练习
JVM 的实现(Java
虚拟机)、JIT(即时)
编译器、垃圾收集、线程
以及运营的一些方面
系统。 它还测量
CPU、高速缓存、内存的性能
层次结构和可扩展性
共享内存处理器(SMP)。

SPECjbb2005提供了新的增强
工作负载,以更多方式实施

面向对象的方式来体现如何
设计了现实世界的应用程序
并引入了新功能,例如
XML 处理和 BigDecimal
计算使基准成为
更真实地反映当今
应用程序。""

While I'm not sure if this is suitable for kernel testing you may want to have a look at
SPECjbb2005

""SPECjbb2005 (Java Server Benchmark) is
SPEC's benchmark for evaluating the
performance of server side Java. Like
its predecessor, SPECjbb2000,
SPECjbb2005 evaluates the performance
of server side Java by emulating a
three-tier client/server system (with
emphasis on the middle tier).
The
benchmark exercises the
implementations of the JVM (Java
Virtual Machine), JIT (Just-In-Time)
compiler, garbage collection, threads
and some aspects of the operating
system. It also measures the
performance of CPUs, caches, memory
hierarchy and the scalability of
shared memory processors (SMPs).

SPECjbb2005 provides a new enhanced
workload, implemented in a more

object-oriented manner to reflect how
real-world applications are designed
and introduces new features such as
XML processing and BigDecimal
computations to make the benchmark a
more realistic reflection of today's
applications.""

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文