模拟“现实”的基准测试桌面/服务器工作负载

发布于 2024-11-27 23:17:39 字数 331 浏览 2 评论 0原文

我目前正在使用 CPU 的性能计数器进行良好的能耗估算。为了能够选择最好的计数器,我需要一个模拟实际工作负载的基准。

那么,有人知道一个好的(如果可能的话免费)基准测试套件可以模拟通常的桌面和/或服务器工作负载吗?

我正在考虑一套独立的基准测试,例如

  • 编译
  • JavaScript 的 C 代码解释、
  • 一些 SSL、
  • 一些 IO(磁盘/网络使用)、
  • 图像转换、
  • 一些数学问题解决

。在职的 :-)。

编辑:最好的方法是使用很少的浮点。

I'm currently working on a good energy estimation using the CPU's performance counters. To be able to choose the best counters, I need a benchmark simulating realistic workload.

So, does anybody know a good (free if possible) benchmark suite which simulates usual desktop and/or server workload?

I'm thinking of a suite of isolated benchmarks, e.g.

  • compile C code
  • interpretation of JavaScript
  • some SSL
  • some IO (disk/network usage)
  • image conversion
  • some math problem solving

In fact a good mix of tasks a computer executes all the time a user is working :-).

EDIT: The best would be something where very little floating point gets used.

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

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

发布评论

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

评论(2

无法回应 2024-12-04 23:17:39

Phoronix 测试套件就是您的答案!
它甚至可以使用外部水表。
是 Linux 上 cpu 和 gpu 的最佳基准测试。

Phoronix Test Suite is your answer!
It can even use external wat-o-meter.
And is best benchmark of cpu and gpu for linux.

时间海 2024-12-04 23:17:39

最好的基准可能是安装 Apache 或其他一些 Web 服务器,在一台或多台计算机上设置脚本来请求页面(使用 http、https 以及您将使用的任何其他协议)。您可以编写一个脚本来从本地主机请求,但如果您有一台外部计算机发出请求,那就更现实了,您还可以测试网络延迟。

设置完成后,您可以使用 PowerTop 来估计负载期间使用的瓦数。

The best benchmark would probably be installing Apache or some other web server, setting up a script on one or more computers to request pages (using http, https, and whatever other protocols you will use). You could make a script to request from localhost, but it would be more realistic if you had an external computer making requests, you could also test network latency.

Once set up, you could use PowerTop to estimate watts used during load.

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