网站诊断分析seo渠道是什么意思
本文介绍的是>=1.0.0版本的,以前的opcontrol是之前的版本,现在不推荐使用。
1.0.0版本之后使用的是operf, opreport, opannotate.
文档官方地址: https://oprofile.sourceforge.io/doc/index.html
oprofile是一系列性能监视工具集,包含operf, opreport, opannotate等工具。它依赖于硬件的”performance counter”。oprofile需要你的linux版本不低于2.6.31,内核的配置项:
root@host:~/Public/h1shao/operf_test# cat /boot/config-`uname -r` | grep OPROFILE
CONFIG_OPROFILE=m
# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
oprofile支持的architechture为AMD, ARM, Intel, PowerPC, Tile, MIPS。