gabbylei
gabbylei
yes output is correct
@palmtenor ``` root@leixia:/usr/share/bcc/tools# /usr/share/bcc/tools/offcputime -df -p `pgrep -nx mysqld` --ebpf #include #include #define MINBLOCK_US 1ULL #define MAXBLOCK_US 18446744073709551615ULL struct key_t { u32 pid; u32 tgid; int user_stack_id; int kernel_stack_id; char...
@yonghong-song ``` root@leixia:/usr/share/bcc/tools# /usr/share/bcc/tools/offcputime -df 15 > out.stacks root@leixia:/usr/share/bcc/tools# /usr/share/bcc/tools/offcputime -df -p `pgrep -nx mysqld` 15 > pid_out.stacks -rwxr-xr-x 1 root root 2344 Apr 20 23:52 oomkill* -rwxr-xr-x 1 root...
I don't know if it has anything to do with the environment. i use perf command is the same err too `root@leixia:/opt/test# perf record -e sched:sched_stat_sleep -e sched:sched_switch -e sched:sched_process_exit...
@yonghong-song This method has been tried.The output is also empty.
@yonghong-song Seems to be