-
I am just starting to get familiar w/ HammerDB and am comparing it with sysbench for use with MariaDB and its SaaS product (SkySQL). I notice that HammerDB does not appear to have a way of measuring and displaying latencies and/or showing a histogram of latencies as sysbench supports. I found this old discussion thread on sourceforge from 2016: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
HammerDB calls this time profiling. There are 2 packages to do time profiling. By default, from 4.1 "xtprof" is used to profile the response times from all virtual users as described here https://www.hammerdb.com/blog/uncategorized/hammerdb-v4-1-extended-time-profiling/. |
Beta Was this translation helpful? Give feedback.
HammerDB calls this time profiling. There are 2 packages to do time profiling. By default, from 4.1 "xtprof" is used to profile the response times from all virtual users as described here https://www.hammerdb.com/blog/uncategorized/hammerdb-v4-1-extended-time-profiling/.
Also, there is an alternative package called "etprof" to profile the first virtual user only but to sample at time intervals as described here.
https://www.hammerdb.com/blog/uncategorized/how-to-graph-hammerdb-response-times/
How to use them and switch which one to use is described in the documentation here: https://www.hammerdb.com/docs/ch04s06.html