Couchbase Active Session

Hi Team,

Is there anyway we can find out active and inactive sessions count in Couchbase server.

Thanks,
Debasis

For kv - curr_connections Getting Bucket Statistics | Couchbase Docs

Not sure what you mean by “inactive sessions”.

For the Query service you can use request data in the vitals or stats information or you could use a query to select from system:active_requests or access the admin API active_requests.

The service is stateless - so there are no inactive sessions; sessions only exist for the duration of a request.

HTH.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.