반응형
- maxscale 기동
systemctl start maxscale.service
- maxscale 프로세스 확인
ps -ef|grep maxscale
- maxscale 상태 확인
systemctl status maxscale.service
- maxscale 서버 확인
maxctrl list servers
- maxscale 모니터 확인
maxctrl list monitors
maxctrl show monitors
참조:
https://mariadb.com/docs/deploy/topologies/xpand-performance/xpand-5-3/test-maxscale/
'DBMS > MySQL&Mariadb' 카테고리의 다른 글
replication 깨질때 skip 방법 (0) | 2022.06.16 |
---|---|
procedure, function 목록 조회 (0) | 2022.06.16 |
index 관리 (0) | 2022.06.16 |
table별 data,index 사이즈 조회 (0) | 2022.06.16 |
mariadb, mysql DB별 사이즈 조회 (0) | 2022.06.16 |