We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show @@datasource
Raised by: @zhunina
mysql> show @@datasource; +----------+--------+--------------+------+------+--------+------+------+---------+-----------+------------+ | DATANODE | NAME | HOST | PORT | W/R | ACTIVE | IDLE | SIZE | EXECUTE | READ_LOAD | WRITE_LOAD | +----------+--------+--------------+------+------+--------+------+------+---------+-----------+------------+ | dn4 | hostM2 | 10.186.21.75 | 3306 | W | 0 | 3 | 100 | 42936 | 2 | 0 | | dn2 | hostM2 | 10.186.21.75 | 3306 | W | 0 | 3 | 100 | 42936 | 2 | 0 | | dn3 | hostM1 | 10.186.21.73 | 3306 | W | 0 | 4 | 400 | 43049 | 3 | 0 | | dn1 | hostM1 | 10.186.21.73 | 3306 | W | 0 | 4 | 400 | 43049 | 3 | 0 | +----------+--------+--------------+------+------+--------+------+------+---------+-----------+------------+
The statistic should base on hostname instead of dataname
The text was updated successfully, but these errors were encountered:
#199 #202 #204 #200 #206 #209 #211 #213 Manager fixed
a32d12b
done
Sorry, something went wrong.
sunsun314
zhunina
No branches or pull requests
Raised by: @zhunina
The statistic should base on hostname instead of dataname
The text was updated successfully, but these errors were encountered: