Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4975 Discussions

VTune Platform Profiler - Backdoor Results Insertion to Vpp Server

yaniv-krol
Employee
3,126 Views

Hi,

Probably a long shot. We run the platform profiler collection from VTune (not vpp) which is installed on a shared server. The problem is that we have to scp the zip to our PCs and then manually upload to VTune Platform Profiler web interface using "Upload" button.
So my question is, is there a way to automate this process? (without using web automation tools)
And if you also have another solution I will be happy to hear.

Thanks

0 Kudos
19 Replies
AthiraM_Intel
Moderator
3,089 Views

Hi,


Thanks for reaching out to us.


Could you please elaborate more about your issue? 

Also share the complete steps to reproduce the issue and the versions used.



Thanks.


0 Kudos
Stas-Neverov-Intel
3,080 Views

Hi,

I do not fully understand your setup. You say that you run VTune collection, but VTune collection doesn't produce zip archives, VPP does. Please clarify.

In the latest versions of VTune, VTune Platform Profiler (VPP) is integrated into VTune as an analysis type. You can run it from VTune GUI and from command line (vtune -collect platform-profiler). That gives you additional options on how to set up your data collection and analysis:

 

 

yaniv-krol
Employee
3,062 Views

Hi,

So our setup is as follows:
A machine (1) that runs vtune-backend - where the users connect to the web UI and run collections on a cluster of targets (Your 3rd bullet point).
Another machine(2) runs vpp-server.
When we want to use the platform profiler, we run platform profiler collection from VTune (1), then for some reason, which we didn't have time to debug, the results fail to show in VTune GUI, so we take the zip created, scp it to the PC of the user and then upload it to VPP (2) where we can see the results.

We prefer not to run VTune / VPP on our personal PCs nor on the remote collection targets.
Also as far as I can tell, VPP doesn't have an option to collect remotely like VTune.

You say we can view the results of platform profiler collection in VTune GUI (which fails for us), Does it look exactly like it looks in the VPP web interface?

0 Kudos
Stas-Neverov-Intel
3,053 Views

Hi,

Yes, VPP results look exactly the same in VTune GUI.

Please elaborate of the issues you see when managing data collection and viewing VPP results from VTune GUI.

0 Kudos
yaniv-krol
Employee
3,049 Views

yanivkrol_0-1628167853063.png


Release 2021.6.0

I can provide more system info but is it a problem that's related to the server or the targets? So I know on which to focus

0 Kudos
AlexanderMaslennikov
3,017 Views

Hi,

 

Can you provide the VPP server log files so that we can narrow down the scope of the error? They're located in <user_home>/intel/vtune_platform_profiler/logs

0 Kudos
yaniv-krol
Employee
3,010 Views

So that's another problem I noticed, the log directory isn't created...

yanivkrol_0-1628588366261.png

 

0 Kudos
AlexanderMaslennikov
3,008 Views

The log directory is not located in the install directory. Can you check if there are logs in <user_home>/intel/vtune_platform_profiler/logs and send them to us?

0 Kudos
yaniv-krol
Employee
2,995 Views

This directory is empty after a collection run

0 Kudos
AlexanderMaslennikov
2,886 Views

Hi,

 

Are you checking the directory on the machine where you run vtune-backend/vtune-gui? 

0 Kudos
AthiraM_Intel
Moderator
2,937 Views

Hi,


We are checking on it internally, will get back to you with an update.


Thanks


0 Kudos
Mariana_Lopez_Jaimez
2,757 Views

Hi yaniv-krol,

I'm a developer behind VPP (Platform Profiler). Did you run vtune-backend using sudo privileges? if that's the case, the logs for VPP will be collected in /root/intel/vtune_platform_profiler/logs.

Could you please check the above directory and share any logs you may find there?

0 Kudos
yaniv-krol
Employee
2,697 Views

Hi, we're running VTune as a service and apparently it needed a restart to write the logs, don't know why.
Anyway here they are:
It was a collection of 5 seconds and these were the errors:

yanivkrol_0-1632037716087.png

 

0 Kudos
Mariana_Lopez_Jaimez
2,661 Views

Hi,

Thank you for providing the logs. After reviewing them, I realize that the version of VTune you are using contains a bug that was addressed on a later release. Could you please try again with the latest version of VTune?  

0 Kudos
yaniv-krol
Employee
2,641 Views

Thanks a lot!
Do I also need to update the drivers on the targets of collection?
And in general, do I need to update the drivers with each new VTune version?

0 Kudos
Mariya_P_Intel
Moderator
2,637 Views

VTune automatically installs the required sampling drivers when the product is installed, assuming the user who installed the product has the appropriate permissions (administrative/root/sudo access). The latest VTune release is available here: https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html#vtune 

But if you installed the new VTune version without the described permissions, you should update drivers as a separate step: https://software.intel.com/content/www/us/en/develop/documentation/vtune-install-guide-linux/top/intel-vtune-profiler-installation-faqs/how-do-i-install-the-drivers-required-by-intel-vtune-profiler.html

0 Kudos
yaniv-krol
Employee
2,632 Views

We're not collecting data on the target where I install VTune, We simply use it for remote collection of targets that don't have VTune installed on them (We only install the drivers on said targets).


So just to be clear, my question is, are there necessarily updates to the drivers in
"../intel/oneapi/vtune/2021.x.0/target/linux/vtune_profiler_target_x86_64.tgz"
in each new VTune release?

0 Kudos
Mariya_P_Intel
Moderator
2,570 Views

Yes, driver update is recommended.

0 Kudos
Reply