Monday, June 1, 2009

Using Mytop to monitor Mysql Server

a top like monitoring system for mysql

aptitude install mytop

edit /~/.mytop

put this

user=root
pass=xxxx
host=localhost
db=sangkancil
delay=5
port=3306
socket=/var/run/mysqld/mysqld.sock
batchmode=0
header=1
color=1
idle=1

give a try

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...