Tuesday, June 14, 2011

How to use sysbench to test mysql and Linux OS

SysBench is a system evaluation benchmark designed for identifying basic system parameters that are important for a system running a database under intensive load.
how to use it?
1)install  sysbench.
 Download:
http://sourceforge.net/projects/sysbench/
./configure  --prefix=/opt/sysbench_mysql47/ --with-mysql-includes=/home/oracle/mysql/include/mysql/ --with-mysql-libs=/home/oracle/mysql/lib/mysql
make
make install
2)How to test MYSQL with sysbench?
















3)Sysbench options:


















4)Test result:

No comments:

Post a Comment