mysql负载测试工具
我想计算表的每行大小。有没有可用的工具。还有人知道任何负载测试工具吗?
提前致谢。
问候, 玛纳西
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
计算平均行大小:
显示表状态 [FROM 数据库名称] [LIKE 'pattern']
Super Smack 是 MySQL(和 PostgreSQL)的基准测试、压力测试和负载生成工具。
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).