最近mysql效能不太理想,已經搭建了mysql主從同步,但是還要對資料庫進一步優化。
老大在server上裝了個叫innotop的工具,可以檢測很多狀態,上去用了一下,是個很不錯的工具。
switch to a different mode:
b innodb buffers i innodb i/o info q query list
c command summary l locks r innodb row ops
d innodb deadlocks m replication status s variables & status
f innodb fk err o open tables t innodb txns
actions:
a toggle the innotop process k kill a query's connection
c choose visible columns n switch to the next connection
d change refresh interval p pause innotop
e explain a thread's query q quit innotop
f show a thread's full query r reverse sort order
h toggle the header on and off s change the display's sort column
i toggle idle processes x kill a query
other:
tab switch to the next server group / quickly filter what you see
! show license and warranty = toggle aggregation
# select/create server groups @ select/create server connections
$ edit configuration settings \ clear quick-filters
press any key to continue
[url=一款開源的監控mysql效能的工具—innotop[/url]
[url= innotop mysql and innodb monitor[/url]
python使用peewee實現mysql資料操作
peewee可用class來建立表,增刪改查,應該是相對餘單錶 本人幾乎沒用過,自以為如此 想實現sql查詢,得到list,比如這樣的結果 但是查詢結果是全是資料 元組 且找不到列名,後dir後逐個嘗試發現列名可以使用result.description j 0 獲取 元組使用起來不方便,現實現將資...
Zeppelin使用JDBC連線MySQL
在interpreter列表頁create new interpreter。輸入名稱 mysql interpreter group 選擇jdbc properties 修改 name value default.driver com.mysql.jdbc.driver default.url jd...
contos 使用docker安裝mysql
安裝docker yum install docker檢視docker是否安裝成功 docker v 檢視docker版本啟動docker 兩種啟動方式 systemctl start docker 正常啟動 systemctl enable docker 開機啟動常用命令 docker image...