We have some performance issues in our app, so we want to test how many active session we have at a time. So the question is how can I get active session count from DocumentStore object?

有帮助吗?

解决方案

There is no way to do that unless you track it yourself. Nothing in RavenDB tracks active sessions.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top