火焰图定位dbproxy问题

Posted taek

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了火焰图定位dbproxy问题相关的知识,希望对你有一定的参考价值。

 https://blog.csdn.net/oujiangping/article/details/78580450

https://blog.csdn.net/gatieme/article/details/78885908

ps aux|grep mysql-proxy

第二个就是3318的进程号

 

perf record -p 1674  -F 999 -a -g -- sleep 20

perf script > out.perf

./stackcollapse-perf.pl out.perf > out.folded

./flamegraph.pl out.folded > test.svg

 

sysbench  --test=/usr/share/sysbench/tests/include/oltp_legacy/oltp.lua  --mysql-host=10.17.90.37 --mysql-port=3318 --mysql-user=test --mysql-password=123456  --mysql-db=test --oltp-table-size=10000000 --oltp-tables-count=64 --threads=1000 --oltp-read-only=on --report-interval=10 --rand-type=uniform  --max-requests=0 --percentile=99 --oltp-skip-trx=on --time=120    --db-driver=mysql run

 

以上是关于火焰图定位dbproxy问题的主要内容,如果未能解决你的问题,请参考以下文章

基于perf + 火焰图定位Postgres数据库性能问题

基于perf + 火焰图定位Postgres数据库性能问题

033_linux操作系统火焰图探测系统性能

性能测试-火焰图定位系统瓶颈

perf + 火焰图分析程序性能

[转]perf + 火焰图分析程序性能