Looking for mysql performance test tool that can specify query, number of threads, frequency, time of test -


i want check spec of cpu , iops needed db server doing performance test mysql

could tell me if know mysql performance test tool can following:

  • can specify query
      - want use "join" , "where" in query use in test,
  • can specify number of threads
  • can specify frequency send query   - there query has sent 110 times in second, whereas there query has sent once in 20seconds
  • can specify time of test   - want run test 3 minutes

you can jmeter simulate scenario want. http://jmeter.apache.org/usermanual/build-db-test-plan.html


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -