13
Май
1

Mytop — мониторинг MySQL server для CentOS6

Устанавливаем

yum install mytop

Используем

# mytop --prompt
Password:

Для конкретной базы к примеру inels

# mytop --prompt -d inels

См. также Mtop — мониторинг MySQL server для CentOS6

Enjoyed reading this post?
Subscribe to the RSS feed and have all new posts delivered straight to you.
1 Comment:
  1. Создаем пользователя для просмотра
    Даём права на все базы пользователю mytop:

    mysql> grant all on *.* to ‘mytop_admin’@’localhost’ identified by ‘password’;
    Создаем в корне пошльзователя от лица которого будем запускать , файл .mytop
    # cat .mytop
    user=mytop_admin
    pass=password
    delay=1
    db=mysql

    При просмотре данных с определенной базы добавляем ключ -d имя базы
    Далее запускаем mytop
    Сменим права на доступ к файлу:

    # chmod 700 .mytop

Celadon theme by the Themes Boutique