开发者

Benchmark simulating "realistic" desktop/server workload

开发者 https://www.devze.com 2023-03-24 18:07 出处:网络
I\'m currently working on a good energy estimation 开发者_Go百科using the CPU\'s performance counters. To be able to choose the best counters, I need a benchmark simulating realistic workload.

I'm currently working on a good energy estimation 开发者_Go百科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.


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号