You're viewing a demo portfolio

Join the waitlist
PRSM

connection-pool-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

Use this when a user asks how many database connections to configure in their connection pool, or is troubleshooting PostgreSQL connection exhaustion. Takes CPU cores, app instances, and max_connections. Returns recommended pool size per instance with utilization ratio.

Parameters schema

{
  "type": "object",
  "required": [
    "cpu_cores"
  ],
  "properties": {
    "cpu_cores": {
      "type": "number"
    },
    "app_instances": {
      "type": "number"
    },
    "max_connections": {
      "type": "number"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Utility Matrix

1/7 registries
View full server →