Additions:
Using "mysqlshow"
# mysqlshow -u root -p -i mydbname "mytable*"
Deletions:
Additions:
Additions:
# watch -d -n 10 "mysql -u root -p -e \"show status\" | egrep \"Byte|Com_insert|Hand|Key|Quest|Table\" "
Deletions:
# watch -d -n 10 "mysql -u root -pfgbv7854 -e \"show status\" | egrep \"Byte|Com_insert|Hand|Key|Quest|Table\" "
Additions:
Additions:
Using "watch" and "mysql -e"
# watch -d -n 10 "mysql -u root -pfgbv7854 -e \"show status\" | egrep \"Byte|Com_insert|Hand|Key|Quest|Table\" "
Deletions:
watch -d -n 10 "mysql -u root -pfgbv7854 -e \"show status\" | egrep \"Byte|Com_insert|Hand|Key|Quest|Table\" "
The oldest known version of this page was edited on
2006-05-31 11:31:30 by WikkaWiki (unregistered user)
MySql Statistics Pseudo Top
watch -d -n 10 "mysql -u root -pfgbv7854 -e \"show status\" | egrep \"Byte|Com_insert|Hand|Key|Quest|Table\" "
REFERRERS
ToDo