Home > Database > Mysql Tutorial > body text

linux下使用命令行监控MYSQL_MySQL

WBOY
Release: 2016-06-01 13:47:44
Original
1009 people have browsed it

bitsCN.com

  第1条Linux指令:watch -n 5 -d "mysqladmin extended-status | egrep -i innodb_data"

  

/

 

  第2条Linux指令如下:

  首先:vi /path/my.cnf,在[mysqld]中添加"innode_status_file=1"

  其次:watch -d -n 5 "egrep MySQL thread|Log|Modified db pages innodb_status.pid";

  

/

 

bitsCN.com
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!