alibaba / TProfiler

TProfiler是一个可以在生产环境长期使用的性能分析工具
GNU General Public License v2.0
2.38k stars 923 forks source link

Wrong format when write thread.log in linux system #2

Closed koven2049 closed 12 years ago

koven2049 commented 12 years ago

I used "java -cp tprofiler.jar com.taobao.profile.analysis.SamplerLogAnalysis logs/tsampler.log logs/tmethod.log thread.log" to create analyse text for Thread dump log but found"^M" as line spliter. Maybe it should be "\r\n" instead of "\n".