Connection Pool Management
Below are the commands available for managing the Connection Pool service within the PostgreSQL ecosystem.
Command Syntax
Terminal input
pgsmart pool [OPERATION] [Flags]
Operations:
- Status — Allows displaying the status of the connection pool
- Start — Allows starting the connection pool service
- Stop — Allows stopping the connection pool service
- Restart — Allows restarting the connection pool service
- Reload — Allows reloading the services of the connection pool components
Flags:
-a, --agent=<agent>
=> Alias, hostname or IP of the server where the desired PgSmart Agent is installed.-h, --help
=> Help.
Interactive Execution
Show connection pool status
- Instructions
- Video
Terminal input
pgsmart pool status
- Select the desired PgSmart Agent (or Register new Agent).

Figure 1 - Connection Pool - Status
Carregando...
Stop the connection pool service
- Instructions
- Video
bash title="Terminal input"
pgsmart pool stop
-
Select the desired PgSmart Agent (or Register new Agent).
Figure 2 - Connection Pool - Stop
Carregando...
Start the connection pool service
- Instructions
- Video
bash title="Terminal input"
pgsmart pool start
-
Select the desired PgSmart Agent (or Register new Agent).
Figure 3 - Connection Pool - Start
Carregando...
Restart the connection pool service
- Instructions
- Video
bash title="Terminal input"
pgsmart pool restart
-
Select the desired PgSmart Agent (or Register new Agent).
Figure 4 - Connection Pool - Restart
Carregando...
Reload the connection pool service
- Instructions
- Video
bash title="Terminal input"
pgsmart pool reload
-
Select the desired PgSmart Agent (or Register new Agent).
Figure 5 - Connection Pool - Reload
Carregando...