Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4826 Discussions

Can I use VTune on Linux command line and view the report on my Windows Machine?

ADavi12
Beginner
221 Views

Unfortunately, there is no way for me to use a GUI on our school's network so my hope is that I can still use the tool on the command line but then use whatever report data it generates locally on my Windows desktop.  Is that possible?

0 Kudos
3 Replies
Kirill_U_Intel
Employee
221 Views

Sure. You could collect data on linux and copy VTune result directory on your windows to look results in GUI.

Another way is run remote ssh collection from your windows machine on target linux (if you have network access from your windows host)

In this case all data will be copied automatically and opened in VTune GUI

ADavi12
Beginner
221 Views
Ok thanks! I'll see if I can do ssh with it
Dmitry_P_Intel1
Employee
221 Views

Please note that if you want to see disassembly view in GUI then you will need to have access to your Linux binaries on the Windows machine.

There is also a way to automatically pack the binaries where samples situated in the result directory with "-archive" command. So on Linux you will need to run:

>amplxe-cl -archive -r <result_dir>

before copying the result directory on Windows.

Thanks & Regards, Dmitry

 

Reply