Hello
I think I have successfully install systemtap and its dependencies, I can run to get the expected result with most of the systemtap-toolkit commands and even generate the flame graph with sample-bt. But, for sample-bt-off-cpu, I only get an empty output with a warning message: No backtraces found. Quitting now like below:
root@xfwang-ubn01:/home/
xfwang/systemtap# ./openresty-systemtap-toolkit-master/sample-bt-off-cpu -p 3806 -min 10 -t 30 > sample-off-cpu.btWARNING: Tracing 3806 (/usr/local/openresty-1.7.2.1/nginx/sbin/nginx)...
WARNING: No backtraces found. Quitting now...
I compile the openresty from source codes and try to use the apache ab to produce traffic to nginx when running the sample-bt-off-cpu.
Anybody give me some tips?
Thanks
Xiaofeng