温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

pt-query-digest Reading from STDIN …问题

发布时间:2020-07-21 07:19:37 来源:网络 阅读:743 作者:rill15m 栏目:数据库

今天优化Box Anemometer慢日志导入的脚本,在调试时pt-query-digest一直卡在Reading from STDIN ...不动,而别一台机器顺利执行成功。 查看帮助

pt-query-digest --help
pt-query-digest analyzes MySQL queries from slow, general, and binary log files.
It can also analyze queries from C<SHOW PROCESSLIST> and MySQL protocol data
from tcpdump. By default, queries are grouped by fingerprint and reported in
descending order of query time (i.e. the slowest queries first). If no C<FILES>
are given, the tool reads C<STDIN>. The optional C<DSN> is used for certain
options like L<"--since"> and L<"--until">. For more details, please use the
--help option, or try 'perldoc /usr/local/percona-toolkit/bin/pt-query-digest'
for complete documentation.

意思是如果没有给定FILE则等待输入,ls命令验证是文件不存在,原因是跟另一台机器的文件名不一样,拷贝命令过来直接执行肯定不行啦,把文件名改为本机的慢日志名称即可执行完成


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI