Entries Tagged as 'process'

cacti监测mysql性能

mysql_stats

需要在被检测的mysql库里添加检测机器的权限(仅需要process权限):

grant process on *.* to username@192.168.1.1 identified by ‘password’;
flush privileges;