Open Source Desktop Environment : MySqlStatistics

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: OSDE.INFO is produced by "osde8info" :

Revision [470]

Most recent edit made on 2006-05-31 11:56:18 by WikkaWiki (unregistered user)

Additions:
Using "mysqlshow"
# mysqlshow -u root -p -i mydbname "mytable*"


Deletions:




Revision [469]

Edited on 2006-05-31 11:50:45 by WikkaWiki (unregistered user)

Additions:
http://dev.mysql.com/doc/refman/4.1/en/show-table-status.html




Revision [468]

Edited on 2006-05-31 11:49:52 by WikkaWiki (unregistered user)

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\" "




Revision [467]

Edited on 2006-05-31 11:48:25 by WikkaWiki (unregistered user)

Additions:
http://dev.mysql.com/doc/refman/4.1/en/show-status.html




Revision [465]

Edited on 2006-05-31 11:32:03 by WikkaWiki (unregistered user)

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\" "




Revision [464]

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
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0607 seconds