This isn't so easy, mostly because you will running out of ephemeral port: Each closed port has a delay time before being re-used for another new connection, so just creating and releasing a connection, the delay time is too short, as the result you'll run out of ephemeral port very quickly. So you will only be able to run very short benchmarks. On Fri, Apr 26, 2024 at 6:13 PM Marc via discuss <discuss@lists.mariadb.org> wrote:
I would like to test how many requests/sec mariadb can process to authenticate users. So I need to be able to test how many cycles I can do of connecting to mariadb, executing the password sql statement and closing the connection.
Anyone know what tool I can use for this? _______________________________________________ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-leave@lists.mariadb.org
-- Diego Dupin, Connector team