mysql load testing tools

2020-02-29 06:38发布

问题:

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).