intel vtune 介绍、安装和使用
intel vtune 介绍
https://software.intel.com/en-us/vtune
intel vtune 安装包下载地址
https://software.intel.com/en-us/vtune/choose-download
intel® VTune™ Amplifier 2019 安装手册 - Linux* OS:
intel® VTune™ Amplifier 用户使用手册
https://software.intel.com/en-us/vtune-amplifier-help-introduction
安装步骤:
Intel VTune Amplifier在Linux环境下的安装:
$tar zxvf vtune_amplifie_2018_update3.tar.gz
$cd vtune_amplifie_2018_update3
$install.sh
接下来就是傻瓜式操作了,如果是在线安装,需要Serial Number,如果是离线安装,则需要一份.lic文件。对于试用版,Serial Number和.lic文件是比较容易获取的。
在后续的安装过程中遇到一个问题,即
Missing critical prerequisite
-- Xorg X11 server is not found. 'Graphical user interface' component(s) cannot
be installed.
这个应该是图形用户界面所需要的,所以我们可以暂停安装VTune,先安装Xorg X11 server
VNC Server在Linux环境下的安装在下一节中说明。
说明:安装需要root身份。
VNC Server常用的三个命令是:
$ps -ef | grep -i xvnc
$vncserver -kill :1
$vncserver :1
接下来,就可以使用安装在Windows上的VNC客户端连接VNC Server了,然后打开VTune应用
可执行文件为/opt/intel/vtune_amplifier/bin64/amplxe-gui
调分辨率:xrandr -s 1920x1200
注意这个命令并非是在SecureCRT上的终端上执行的,而是在VNC Viewer上的终端上执行的。
在Linux下安装vnc-server
用处:远程可以通过客户端的方式访问linux服务器
1.检查是否安装了VNC server
rpm -qa | grep vnc
2.没有安装那么通过yum安装【Redhat不能使用Yum已经解决】
yum install tigervnc tigervnc-server
3.安装完毕,第一次启动需要输入两次密码
vncserver
4.我们可以选择关闭防火墙或者将VNC添加进去防火墙信任列表
关闭防火墙:service iptables stop
Tip:打开防火墙service iptables start
查看状态:service iptables status
重新打开防火墙:service iptables restart
添加到信任用表:修改iptables
/etc/sysconfig/iptables
在-A INPUT -j REJECT --reject-with icmp-host-prohibited之前添加
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5900:5903 -j ACCEPT
5.设置开启启动
安装成功
修改密码:
vncpasswd
停止服务
vncserver -kill :1
使用 vtune
To get started using Intel VTune Amplifier 2019 Update 5:
- To set your environment variables:
- csh/tcsh users: source
/opt/intel/vtune_amplifier_2019.5.0.601413/amplxe-vars.csh - bash users: source
/opt/intel/vtune_amplifier_2019.5.0.601413/amplxe-vars.sh
- csh/tcsh users: source
- To start the graphical user interface: amplxe-gui
- To use the command-line interface: amplxe-cl
- For additional product configuration instructions, see the
post-installation steps in the Intel VTune Amplifier
Installation Guide:
/opt/intel/vtune_amplifier_2019.5.0.601413/documentation/en/ - For more getting started resources:
/opt/intel/vtune_amplifier_2019.5.0.601413/documentation/en/welcomepage/get_star
ted.htm
To view movies and additional training, visit
http://www.intel.com/software/products
https://blog.csdn.net/WY_stutdy/article/details/79106501
ref:
https://blog.csdn.net/xin917480852/article/details/78143210
https://blog.csdn.net/Pearson9/article/details/81506444
https://blog.csdn.net/WY_stutdy/article/details/79106501
intel vtune 介绍、安装和使用的更多相关文章
- Intel VTune Amplifier XE 使用
VTune <VTune 开发者手册> 1. 安装 1.1 软件安装 下载: (安装包下载地址) 安装: # 1.解压 tar -zxvf filename.tar.gz # 2.安装 c ...
- intel ipp6.0安装过程
由于最近看到一个代码中使用了intel ipp6.0库,了解到,ipp6.0是一个很强大的图像处理库,将其与opencv联合使用,还能够加速opencv的处理,在图像处理的过程中,是一个很重要的工具. ...
- Linux下用Intel编译器编译安装NetCDF-Fortan库(4.2以后版本)
本来这个问题真的没必要写的,可是真的困扰我太久%>_<%,决定还是记录一下. 首先,最权威清晰的安装文档还是官方的: Building the NetCDF-4.2 and later F ...
- webpack 介绍 & 安装 & 常用命令
webpack 介绍 & 安装 & 常用命令 webpack系列目录 webpack 系列 一:模块系统的演进 webpack 系列 二:webpack 介绍&安装 webpa ...
- [Redis_1] Redis 介绍 && 安装
0. 说明 Redis 介绍 && 安装 1. Redis 介绍 2. Redis 安装(Windows 10) [2.1 解压 redis-2.2.2-win32-win64.rar ...
- 【性能分析】使用Intel VTune Amplifier
本文转自 https://software.intel.com/zh-cn/blogs/2010/11/10/amplxe-cl/版权归原作者所有,如原作者有任何不允许转载之理由,本文将自行删除. I ...
- Rancher介绍安装以及对docker的管理
原文:Rancher介绍安装以及对docker的管理 一.简介 Rancher是一个开源的企业级全栈化容器部署及管理平台.Rancher为容器提供一揽子基础架构服务:CNI兼容的网络服务.存储服务.主 ...
- MongoDB的介绍安装与基本使用
MongoDB的介绍安装 关于MongoDB的介绍于安装可参考:https://www.cnblogs.com/DragonFire/p/9135630.html 除了官网下载,可以下载他人下载好分享 ...
- 如何使用Intel vtune profilier?
如何使用Intel vtune profilier?
随机推荐
- 洛谷 P2590 BZOJ 1036 [ZJOI2008]树的统计
Time limit 10000 ms//另外,BZOJ只算所有点的总时限,所以可能会放过一些原本会TLE的代码 Memory limit 165888 kB OS Linux SourceZJOI2 ...
- 使用OpenLayers 勾画地图
<!DOCTYPE html> <html xmlns=http://www.w3.org/1999/xhtml> <head> <meta charset= ...
- Dreamweaver cc新版本css单行显示
新版本通用:(1)C:\Users\admin\Application Data\Adobe\Dreamweaver CC 2018\cloudpref\Adobe Dreamweaver CC 20 ...
- angular 发送ajax
在使用angular发送ajax的时候get和post一样的,就是method改一下. ajax的js: <script> var app = angular.module('emialV ...
- Fabric基础架构原理(一)
Linux基金会于2015年12月启动了名为“超级账本”(Hyperledger)的开源项目,旨在推动各方协作,共同打造基于区块链的企业级分布式账本底层技术,用于构建支撑业务的行业应用和平台. 超级账 ...
- PHP模拟请求和操作响应
模拟请求 fsockopen <?php // 建立连接 $link = fsockopen('localhost', '80'); define('CRLF', "\r\n" ...
- HTML-空格字符实体
不换行空格,全称No-Break Space,它是最常见和我们使用最多的空格,大多数的人可能只接触了 ,它是按下space键产生的空格.在HTML中,如果你用空格键产生此空格,空格是不会累加的(只 ...
- Components controls 区别
http://www.cnblogs.com/del/archive/2008/10/23/1317862.html 一个容器控件如果被其他控件指定为属主(Owner), 那么它的 Component ...
- charles_01_打断点修改接口请求&返回数据
前言 测试过程中,为了模拟某场景测试,经常需要修改接口请求或者返回数据.可通过抓包工具打断点,实现模拟测试场景.常用的抓包工具charles和fiddler均可打断点mock数据.由于小编安装了cha ...
- tbox新增stackless协程支持
tbox之前提供的stackfull协程库,虽然切换效率已经非常高了,但是由于每个协程都需要维护一个独立的堆栈, 内存空间利用率不是很高,在并发量非常大的时候,内存使用量会相当大. 之前考虑过采用st ...