Base solution for your next web application
Open Closed

Connection History #9469


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    -bitman created

    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!

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @-bitman,

    IOnlineClientManager is already implemented, you can directly use it.