-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi yes,
There is a discussion on this topic here #622, but basically you don't need Note that Tcl is used for multithreaded performance as described here https://www.hammerdb.com/blog/uncategorized/why-tcl-is-700-faster-than-python-for-database-benchmarking/. However, the CLI itself can run in python mode if you prefer scripting in python https://www.hammerdb.com/blog/uncategorized/hammerdb-v4-6-new-features-pt1-python-cli-interface/ performance will be exactly the same with either front-end (as well as the GUI) as they all run exactly the same workload against the target database. |
Beta Was this translation helpful? Give feedback.
Hi yes,
waittocomplete
is deprecated and no longer needed to be set manually. Instead, this functionality is managed automatically (so the CLI is consistent with the GUI) and can be controlled with the keepalive_margin setting to determine how long the HammerDB CLI will wait after a workload has completed before terminating the virtual users. From v4.10 this is set to 60 seconds, prior to v4.10 it was 10 seconds, however you can set this to whatever you need if you have long-running operations such as a checkpoint after a workload has finished and don't want HammerDB to terminate it earlier.