mysql load testing tools

怎甘沉沦 提交于 2019-11-29 22:16:15

问题


I want to calculate the each row size of a table. are there any tools available for this. Also Does anyone aware of any load testing tools.

Thanks in advance.

Regards, Manasi


回答1:


  • Calculate average row size with:

    SHOW TABLE STATUS [FROM databasename] [LIKE 'pattern']

  • Super Smack is a benchmarking, stress testing, and load generation tool for MySQL (and PostgreSQL).



来源:https://stackoverflow.com/questions/1593498/mysql-load-testing-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!