本文红字标明部分是自己不明白的地方.要是有人知道,请告知下, o(∩_∩)o
Innotop 详解
Part 1:安装
1:在ubuntu下面可以直接apt下来,不需要自己再去折腾安装
2:软件包安装:
下载:wget nchc.dl.sourceforge/sourceforge/innotop/innotop-1.6.
吸乳/p/innotop/downloads/list
采用CPAN来安装:
perl -MCPAN -eshell
install Term::ReadKey
install DBI
install DBD::mysql
然后
# perl Makefile.PL
# make
# make install
官网: /blog/2006/07/02/innotop-mysql-innodb-monitor/
3:说明餐厅管理:目前knife复数innotop 有2个版本.一个是1.6和1.8
我apt下来的是1.6,软件包安装的是1.8,使用下来他们最大的区别在:
最大输出功率1.8可以远程监控其他服务器的状态,而1.6则不行,(本人使用下来需要修改/root/.innotp 的配置文件)不知道正确不.他们的界面是一样的,1.6的apt结束之后需要:
You have not defined any databa connections.
Choo a name for the connection. It cannot contain whitespace, colons or
micolons.
Enter a name: 192.168.1.171
Typical DSN strings look like
DBI:mysql:;host=hostname;port=port
The db and port are optional and can usually be omitted.
If you specify 'mysql_read_default_group=mysql' many options can be read
from your mysql options files (~/.myf, /etc/myf).
Enter a DSN string: DBI:mysql:test;host=192.168.1.171;port=3306
Optional: enter a table (must not exist) to u when retting InnoDB deadlock information:
ps切片
Do you want to specify a urname for 192.168.1.171?: y
Do you want to specify a password for 192.168.1.171?: y
Enter urname for 192.168.1.171: root
Enter password for 'root' on 192.168.1.171:…..
Save password in plain text in the config file?: y
配置好后直接可以用innotop 进入监控状态了,而1.8 则需要innotop -ummm -p123456 -h192.168.1.8 进入监控状态
100xxx4:说明:
Part 2:
Switch to a different mode:
各种模式的切换(注意大写键) Alt+大写字母
B: InnoDB Buffers
该模式显示有关人脸怎么画InnoDB Buffer Pool,页面统计,插入缓冲,自适应哈希索引。这些数据来自show innodb status;
该模型包含了“buffer_pool“,”页面统计“个性特点,”插入缓冲器“和”adaptive_hash_index“的默认表。