0
-bitman created
Hello ANZ Team,
I would like to ask if there is a way to check for the history of connections made to the database? I wanted to see how many users are concurrently hitting the server at a given point in time. Please advise.
Thank you!
3 Answer(s)
-
0
Hi @-bitman,
For database connections, AspNet Zero doesn't provide any information. If it works for you, you can use
IOnlineClientManager
to get list of online users. -
0
Hello @ismcagdas,
Thank you for your response. I your suggestion something I need to implement or already in place? If the latter, how do I check it?
Thank you!
-
0
Hi @-bitman,
IOnlineClientManager
is already implemented, you can directly use it.