Connection Pool Management
Check out the commands needed to configure the connection pool in the PostgreSQL ecosystem:
Command Syntax
Terminal input
pgsmart pool [OPERATION] [Flags]
Operations:
- Display the status of the connection pool.
- Initialize the connection pool service.
- Stop the connection pool service.
- Restart the connection pool service.
- Reload the services of the connection pool components.
Flags:
-a, --agent=<agent>
=> Alias, hostname, or IP of the server where a PgSmart Agent is installed-h, --help
=> Help-q, --quiet
=> Non-interactive execution for controlling the connection pool service (status|start|stop|restart|reload)
Non-Interactive Execution
- Instruções
- Vídeo
Terminal input
pgsmart pool [status|start|stop|restart|reload] -q -a <value>
Carregando...
Interactive Execution
Display the status of the connection pool
- Instruções
- Vídeo
Terminal input
pgsmart pool status
- Select the PgSmart agent (or Register New Agent).
Carregando...
Stop the connection pool service
- Instruções
- Vídeo
Terminal input
pgsmart pool stop
- Select the PgSmart agent (or Register New Agent).
Carregando...
Initialize the connection pool service
- Instruções
- Vídeo
Terminal input
pgsmart pool start
- Select the PgSmart agent (or Register New Agent).
Carregando...
Restart the connection pool service
- Instruções
- Vídeo
Terminal input
pgsmart pool restart
- Select the PgSmart agent (or Register New Agent).
Carregando...
Reload the services of the connection pool components
- Instruções
- Vídeo
Terminal input
pgsmart pool reload
- Select the PgSmart agent (or Register New Agent).
Carregando...