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
相关推荐
亚空间仓鼠1 小时前
OpenEuler系统常用服务(五)
linux·运维·服务器·网络
AI成长日志2 小时前
【AI原生开发实战】1.2 传统开发 vs AI原生开发:思维转变与架构差异
服务器·架构·ai-native
2301_780789662 小时前
零信任架构在云安全落地过程中的最佳实践
服务器·人工智能·游戏·架构·零信任
the sun342 小时前
从 QEMU 直接启动到 U-Boot 引导:嵌入式 Linux 启动流程的本质差异
linux·运维·服务器
三思守心2 小时前
从 0 到 1 搭建自动化内容工厂:深度测评楼兰AI及其在全平台发帖中的表现
运维·服务器·自动化
草莓熊Lotso2 小时前
【Linux 线程进阶】进程 vs 线程资源划分 + 线程控制全详解
java·linux·运维·服务器·数据库·c++·mysql
ZKNOW甄知科技2 小时前
数智同行:甄知科技2026年Q1季度回顾
运维·服务器·人工智能·科技·程序人生·安全·自动化
-SGlow-2 小时前
Linux相关概念和易错知识点(52)(基于System V的信号量和消息队列)
linux·运维·服务器
江畔何人初2 小时前
TCP的三次握手与四次挥手
linux·服务器·网络·网络协议·tcp/ip
洒家肉山大魔王3 小时前
PKI/CA X.509证书的基础应用与解读
服务器·https·密码学·数字证书