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
相关推荐
ACP广源盛1392462567317 分钟前
IX8024@ACP# 搭配此芯 AI 服务器 + 爱芯元智产品完整方案
大数据·运维·服务器·人工智能·分布式·嵌入式硬件
Hiyajo pray2 小时前
SDN 访问控制性能调优方法
服务器·网络·网络安全
huainingning3 小时前
交换机通过ftp下载文件或者传输文件到ftp服务器
运维·服务器·网络
小池先生4 小时前
Windows服务器如何备份
运维·服务器
运维大师5 小时前
【Linux运维极简教程】05-软件包管理
linux·运维·服务器
sramdram6 小时前
数字温度传感器应用于服务器系统热管理方案的优势
服务器·温度传感器·数字温度传感器
hehelm6 小时前
IO 多路复用 — Reactor
linux·服务器·网络·数据库·c++
Sagittarius_A*7 小时前
Web 渗透实战:服务器系统识别、端口与中间件全量探测
服务器·网络安全·中间件·渗透测试
studytosky8 小时前
OpenClaw 入门与 Skill 开发
linux·服务器·ai编程
kaoa0008 小时前
Linux入门攻坚——82、kvm虚拟化-2
linux·运维·服务器