2023-11-17 服务器开发-性能分析-intel-vtune-安装

摘要:

2023-11-17 服务器开发-性能分析-intel-vtune-安装

相关文档:

https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler-download.html?operatingsystem=linux&distributions=yumpackagemanager

使用vtune进行cpu热点分析 - 知乎

centos安装vtune

YUM Package Manager

复制代码
yum install intel-oneapi-vtune

Intel® VTune™ Profiler 2023.2.0 has been updated to include functional and security updates. Users should update to the latest version as it becomes available.

Prerequisites for First-Time Users

  1. Create the YUM repository file in the /temp directory as a normal user.

    复制代码
    tee > /tmp/oneAPI.repo << EOF
    [oneAPI]
    name=Intel® oneAPI repository
    baseurl=https://yum.repos.intel.com/oneapi
    enabled=1
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
    EOF
  2. Move the newly created oneAPI.repo file to the YUM configuration directory /etc/yum.repos.d:

    复制代码
bash 复制代码
sudo mv /tmp/oneAPI.repo /etc/yum.repos.d
相关推荐
liulilittle42 分钟前
Linux内核网络优化:两个网络调优解决方案
linux·运维·服务器·网络·内核·信息与通信·通信
hweiyu001 小时前
Linux运维实战:系统及服务管理(视频教程)
linux·运维·服务器
福如意如我心意1 小时前
ubuntu服务器重启,xinference自动加载模型脚本
服务器·ubuntu·ai
柳鲲鹏2 小时前
交叉编译:strip: Unable to recognise the format of the input file xx.c.o
linux·运维·服务器
Le1Yu3 小时前
微服务拆分以及注册中心
linux·运维·服务器
moxiaoran57533 小时前
nginx中proxy_pass配置
运维·服务器·nginx
weixin_379880923 小时前
.Net Core WebApi集成Swagger
java·服务器·.netcore
leellun3 小时前
在Centos上安装Python指定版本
linux·运维·centos
她说彩礼65万3 小时前
Asp.net core Kestrel服务器详解
服务器·后端·asp.net
ZLRRLZ4 小时前
【Linux操作系统】进程控制
linux·运维·服务器