alibaba / TProfiler

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

运行过程中tmethod一直为空 #37

Closed solio closed 8 years ago

solio commented 8 years ago

basic configuration items

startProfTime = 00:00:00 endProfTime = 24:00:00 eachProfUseTime = 5 eachProfIntervalTime = 0 samplerIntervalTime = 20 port = 50000 debugMode = false needNanoTime = false ignoreGetSetMethod = true

file paths

logFilePath = ../tprofiler/tprofiler.log methodFilePath = ../tprofiler/tmethod.log samplerFilePath = ../tprofiler/tsampler.log

include & excludes items

excludeClassLoader = org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader includePackageStartsWith = com.xxx excludePackageStartsWith =

solio commented 8 years ago

非问题需要开启method采样 java -cp tprofiler.jar com.taobao.profile.client.TProfilerClient 11.* 50000 start java -cp tprofiler.jar com.taobao.profile.client.TProfilerClient 11.* 50000 stop java -cp tprofiler.jar com.taobao.profile.client.TProfilerClient 11.* 50000 flushmethod