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 <[email protected]>
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 -- [email protected]
> To unsubscribe send an email to [email protected]
>


-- 
Diego Dupin,
Connector team
_______________________________________________
discuss mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to