get_active_connections
Retrieve and display active sessions currently connected to a CockroachDB database. Use this tool to monitor and manage database connections efficiently.
Instructions
List active connections/sessions to the current database.
Returns: Active sessions on the cluster.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_active_connectionsArguments",
"type": "object"
}