-
Hello, at Green Coding Berlin [1] we create software/ tooling to measure the energy usage of software. I had an idea to compare various DBMS against each other not in TPM but in energy usage while doing the same workload. So I want to run a few databases with the same workload and see how they compare in resource usage. Now I started to test out HammerDB and I can get the standard benchmark to run in our setup. Thanks to the great docker container. But I can't find a way to benchmark each database with the same amount of "work". If I use the Does someone have an idea how I can tell HammerDB to only execute n requests and then stop or just do nothing? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Thank you for your feedback. I already tried to set key
And I still get Maybe I am missing something? Here is my config file:
and the output I am getting
|
Beta Was this translation helpful? Give feedback.
-
It looks like something else is still running. The TPM will show all transactions against your database, so it could be another workload you ran earlier is still running. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help and feedback. I couldn't get this working in the end. We are now going to take the NOPM as unit of work and split up the total power consumption by this. Like this we can use the std run files. Cheers |
Beta Was this translation helpful? Give feedback.
Thank you for your help and feedback. I couldn't get this working in the end. We are now going to take the NOPM as unit of work and split up the total power consumption by this. Like this we can use the std run files. Cheers