
26 Apr
2024
26 Apr
'24
4:13 p.m.
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?

26 Apr
26 Apr
4:24 p.m.
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:
-- Diego Dupin, Connector team
373
Age (days ago)
373
Last active (days ago)
3 comments
2 participants
participants (2)
-
Diego Dupin
-
Marc