随笔分类 - 开发-软件调试-性能分析
摘要:比较常用来看网卡流量 dstat -t --bits --cpu --disk --page --sys --mem --proc --io --fs --net -N enp2s0 --udp --tcp --vm --int -I 133 133为网卡enp2s0的中断号。 $ dstat -t
阅读全文
posted @ 2025-03-10 15:54
LiYanbin
摘要:https://learn.arm.com/learning-paths/servers-and-cloud-computing/sysreport/ install git clone https://github.com/ArmDeveloperEcosystem/sysreport.git a
阅读全文
摘要:perf on-cpu xdata=perf.data;xpid=...; perf record -F 99 -p $xpid -o $xdata --call-graph dwarf -- sleep 20 直接在控制台上查看(perf report)或者生成火焰图: xdata=perf.da
阅读全文
摘要:off-cpu: # test in centos7 echo 1 | sudo tee /proc/sys/kernel/sched_schedstats perf record -e sched:sched_stat_sleep -e sched:sched_switch -e sched:sc
阅读全文
摘要:统计调用次数 perf stat -e syscalls:sys_enter_* -p PID # Count system calls by type for the entire system, for 5 seconds: perf stat -e syscalls:sys_enter_* -
阅读全文
摘要:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/5/html/systemtap_beginners_guide/futexcontentionsect#futexcontentionsect global thre
阅读全文
摘要:目录perf sched lat计算原理perf sched wait time计算过程perf sched 分析wait time perf sched lat计算原理 sched lat 计算过程: tracepoint:sched:sched_wakeup, tracepoint:sched:
阅读全文

浙公网安备 33010602011771号