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
相关推荐
wb18926 分钟前
服务器的Mysql 集群技术
linux·运维·服务器·数据库·笔记·mysql·云计算
热爱生活的五柒2 小时前
服务器突然之间特别卡,什么原因?
运维·服务器
zly35002 小时前
Linux(centos)安全狗
linux·运维·服务器
失因3 小时前
Linux 权限管理与 ACL 访问控制
linux·运维·服务器·数据库·centos
玖剹4 小时前
Linux文件操作:从C接口到系统调用
linux·服务器·c语言·c++·笔记·ubuntu
Vdeilae4 小时前
IIS 让asp.net core 项目一直运行
java·服务器·asp.net
Lovyk5 小时前
Linux 系统启动原理
linux·服务器·windows
Jewel Q5 小时前
TCP为什么采用三次握手而不是二次握手
服务器·网络·tcp/ip
藏在歌词里5 小时前
Linux-Shell脚本基础用法
linux·运维·服务器
Sadsvit5 小时前
Linux 服务器性能监控、分析与优化全指南
java·linux·服务器