Finding max concurrent users of a server

Re: Finding max concurrent users of a server

by Ken Task -
Number of replies: 0
Picture of Particularly helpful Moodlers

Follow up ... the following might be more on target ...

mysql -u root -p'' -e "show status where variable_name='threads_connected';"> connected.txt;cat connected.txt

Shows:

Variable_name    Value
Threads_connected    1

More:

https://dba.stackexchange.com/questions/176679/what-is-the-difference-between-threads-connected-and-threads-running

'SoS', Ken

Average of ratings: Useful (1)