Jevgenij Nekrasov
Jevgenij Nekrasov

Reputation: 2760

How to get DocumentStore active session count in Raven?

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?

Upvotes: 2

Views: 58

Answers (1)

Ayende Rahien
Ayende Rahien

Reputation: 22956

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

Upvotes: 1

Related Questions