Testing performance of queries in mysql

后端 未结 6 772
南方客
南方客 2020-12-12 13:55

I am trying to setup a script that would test performance of queries on a development mysql server. Here are more details:

  • I have root access
  • I am the
6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-12 14:45

    Have you considered using Maatkit? One of its capabilities I'm slightly familiar with is to capture MySQL network data with tcpdump and process the dump with mk-query-digest. This tool allows you to show some fine grained details about each query. But there's a whole bunch of other tools which should make query analysis easier.

提交回复
热议问题