Reputation: 54031
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.
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.
Upvotes: 4
Views: 686
Reputation: 9496
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.
Upvotes: 1
Reputation: 4053
Phoronix Test Suite is your answer! It can even use external wat-o-meter. And is best benchmark of cpu and gpu for linux.
Upvotes: 3