Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

生成的四个文件的作用是什么,以及如何分析来优化,希望举个例子。 #59

Open
manxu opened this issue Oct 18, 2018 · 1 comment

Comments

@manxu
Copy link

manxu commented Oct 18, 2018

生成的四个文件的作用是什么,以及如何分析来优化,希望举个例子。

@DevenWen
Copy link

生成的四个文件的作用是什么,以及如何分析来优化,希望举个例子。

hi,根据代码的意思。
tprofiler.log 主要记录【线程ID 线程栈深度 方法ID 方法执行时间】
method.log 主要记录采样过程中方法出现次数
通过上述两个日志文件,再使用工具中的分析类读入分析一下,就可以得出性能分析结果了:
java -cp tprofiler.jar com.taobao.profile.analysis.ProfilerLogAnalysis tprofiler.log tmethod.log topmethod.log topobject.log,会生成topmethod.log和topobject.log

详细可以参考项目的wiki信息TProfiler日志分析

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants