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
相关推荐
呆萌小新@渊洁6 小时前
linux升级系统,重启出现Minimal BASH-like line editingis supported
linux·服务器
東雪蓮☆6 小时前
从零开始掌握 Web 与 Nginx:入门详解
运维·服务器·前端·nginx
青铜发条7 小时前
【python】python进阶——网络编程
运维·服务器·网络
勇闯逆流河7 小时前
【Linux】Linux常用指令合集
linux·运维·服务器
熙客8 小时前
创建阿里云ECS实例操作(免费试用版)
服务器·阿里云·云计算
会飞的土拨鼠呀8 小时前
Linux负载如何判断服务器的压力
linux·服务器·php
斯普信专业组8 小时前
多输入(input)多输出(output)验证
运维·服务器·网络·fluent-bit
TimberWill9 小时前
idea、服务器、数据库环境时区不一致问题
服务器·数据库·intellij-idea
CesareCheung9 小时前
JMeter压测过程中监控服务器CPU及内存的方法
运维·服务器·jmeter
凡间客10 小时前
Linux防火墙-Firewalld
linux·运维·服务器