pt-ioprofile在CentOS7上无法运行的解决办法

pt-ioprofile的下载地址:https://www.percona.com/downloads/percona-toolkit/LATEST/

pt-ioprofile的使用方法参考:https://www.cnblogs.com/ivictor/p/6013980.html

pt-ioprofile的安装方法:yum install percona-toolkit-x.x.x-x.el7.x86_64.rpm

安装完成后,执行pt-ioprofile -p [pid],只显示total filename,没有任何其他输出。

pt-ioprofile在CentOS7上无法运行,解决办法参考链接:https://jira.percona.com/browse/PT-1631?page=com.docminer.jira.issue-links%3Acom.kintosoft.jira.links.tab-panel

找到pt-ioprofile文件,yum安装是在/usr/bin目录下,将574行由 /^Process/ { mode = "strace"; } 修改成  /^(strace: )?Process/ { mode = "strace"; },再次执行pt-ioprofile -p [pid],输出预期结果。

 

posted @ 2021-07-28 17:34  log_a  阅读(377)  评论(0编辑  收藏  举报