Github merge request #1329 : fix dooba README file
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
The latest dooba stable version is 1.0
|
||||
|
||||
`dooba' is a easy tools monitoring oceanbase cluster for oceanbase admins. It's based on python curses library, and is a powerful tool for watching oceanbase cluster status with straightfoward vision.
|
||||
dooba is a easy tools monitoring oceanbase cluster for oceanbase admins. It's based on python curses library, and is a powerful tool for watching oceanbase cluster status with straightfoward vision.
|
||||
|
||||
dooba's gui is somewhat inspired by many other curses programes such as ncmpcpp, htop, wicd-curses, weechat-curses and so on.
|
||||
|
||||
@ -11,39 +11,29 @@ Many other features will be involved in dooba in not so long days. Here is a sim
|
||||
# Features
|
||||
|
||||
1. select dataid and cluster with list
|
||||
|
||||
2. auto resize widget size to adapt term size
|
||||
|
||||
3. monitor sql, cs, ups statistics, for each cluster
|
||||
|
||||
4. simple way ssh into any server, connection by mysql client
|
||||
|
||||
5. support multi-cluster, simple switch shortkey - 'c'
|
||||
|
||||
6. machine info monitor, must online environment
|
||||
|
||||
7. many other shortcut keys for widget
|
||||
|
||||
# The Next Step
|
||||
|
||||
1. server errors/warns preview, with this DBAs have no need ssh in some servers to look for which there're some errors for that server.
|
||||
|
||||
2. server manipulation: change log level, stop server and so on
|
||||
|
||||
3. integrate with deploy which is a powful dev tool written by Yuanqi
|
||||
|
||||
# How to use it???
|
||||
# How to use it
|
||||
|
||||
```sh
|
||||
|
||||
dooba -h <LMS_HOST> -p <LMS_PORT>
|
||||
dooba --dataid=DATA_ID
|
||||
dooba -?
|
||||
dooba
|
||||
|
||||
```
|
||||
|
||||
# Change Log
|
||||
# Changelogs
|
||||
|
||||
Please look into dooba script file header.
|
||||
|
||||
@ -53,52 +43,52 @@ Please look into dooba script file header.
|
||||
|
||||
### dooba offline index
|
||||
|
||||

|
||||

|
||||
|
||||
### dooba machine
|
||||
|
||||

|
||||

|
||||
|
||||
### dooba help
|
||||
|
||||

|
||||

|
||||
|
||||
## version 0.4
|
||||
|
||||
### dooba shell
|
||||
|
||||

|
||||

|
||||
|
||||
### dooba sql
|
||||
|
||||

|
||||

|
||||
|
||||
### dooba UpdateServer
|
||||
|
||||

|
||||

|
||||
|
||||
### dooba ChunkServer
|
||||
|
||||

|
||||

|
||||
|
||||
## version 0.2, 0.3
|
||||
|
||||
### Gallery of OceanBase
|
||||
|
||||

|
||||

|
||||
|
||||
### SQL of OceanBase
|
||||
|
||||

|
||||

|
||||
|
||||
### UpdateServer of OceanBase
|
||||
|
||||

|
||||

|
||||
|
||||
### ChunkServer of OceanBase
|
||||
|
||||

|
||||

|
||||
|
||||
## version 0.1
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user