[root@localhost ~]# # YCM (client-facing)
ysqlsh -h 127.0.0.1 -p 5433 -c "SHOW yb_is_client_ysqlconnmgr;"
yb_is_client_ysqlconnmgr
--------------------------
on
(1 row)
[root@localhost ~]# # Direct PostgreSQL backend
ysqlsh -h 127.0.0.1 -p 6433 -c "SHOW yb_is_client_ysqlconnmgr;"
yb_is_client_ysqlconnmgr
--------------------------
off
(1 row)