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

VTune Platform Profiler - Backdoor Results Insertion to Vpp Server

yaniv-krol
Mitarbeiter
5.188Aufrufe

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 Antworten
AthiraM_Intel
Moderator
5.151Aufrufe

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.


Stas-Neverov-Intel
Mitarbeiter
5.142Aufrufe

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
Mitarbeiter
5.124Aufrufe

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?

Stas-Neverov-Intel
Mitarbeiter
5.115Aufrufe

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.

yaniv-krol
Mitarbeiter
5.111Aufrufe

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

AlexanderMaslennikov
Mitarbeiter
5.079Aufrufe

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

yaniv-krol
Mitarbeiter
5.072Aufrufe

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

yanivkrol_0-1628588366261.png

 

AlexanderMaslennikov
Mitarbeiter
5.070Aufrufe

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?

yaniv-krol
Mitarbeiter
5.057Aufrufe

This directory is empty after a collection run

AlexanderMaslennikov
Mitarbeiter
4.948Aufrufe

Hi,

 

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

yaniv-krol
Mitarbeiter
4.937Aufrufe
AthiraM_Intel
Moderator
4.999Aufrufe

Hi,


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


Thanks


Mariana_Lopez_Jaimez
Mitarbeiter
4.819Aufrufe

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?

yaniv-krol
Mitarbeiter
4.759Aufrufe

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

 

Mariana_Lopez_Jaimez
Mitarbeiter
4.723Aufrufe

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?  

yaniv-krol
Mitarbeiter
4.703Aufrufe

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?

Mariya_P_Intel
Moderator
4.699Aufrufe

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

yaniv-krol
Mitarbeiter
4.694Aufrufe

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?

Mariya_P_Intel
Moderator
4.632Aufrufe

Yes, driver update is recommended.

Antworten