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
相关推荐
HelloZheQ30 分钟前
MVCC:数据库并发控制的利器
服务器·数据库·oracle
OpenVINO生态社区1 小时前
【美国将取消对能源之星支持 严重影响AI服务器】
服务器·人工智能·能源
珹洺1 小时前
计算机操作系统(七)详细讲解进程的组成与特性,状态与转换
运维·服务器·计算机网络
alden_ygq1 小时前
nginx 出现大量connect reset by peer
服务器·网络·nginx
wangchen_02 小时前
linux-进程信号的产生
linux·运维·服务器
秋水丶秋水2 小时前
IP SSL怎么签发使用
服务器·https·ssl
闪电麦坤952 小时前
思路解析:第一性原理解 SQL
服务器·数据库·sql
胖大和尚2 小时前
centos6.10在Macbook m芯片上使用
macos·centos
chennalC#c.h.JA Ptho5 小时前
ubuntu studio 系统详解
linux·运维·服务器·经验分享·ubuntu·系统安全
Vone_6611 小时前
node.js 邮箱验证服务器搭建
运维·服务器·node.js