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

Docker environment, hotspot in "Hardware Event Based Sampling" can not finish

IvorySeagull
Beginner
656 Views

I ran the application and vtune both in the docker container.

 

Here is the command which I started the docker

 

docker run -dt --name=vtune-test --cap-add CAP_SYS_ADMIN --publish 8189:8189 --cpuset-cpus=0-31 --cpuset-mems=0 -v $HOME/vtune-test:/vtune-test intel/oneapi-basekit

 

Then I started the vtune backend by the command:

 

nohup vtune-backend --allow-remote-ui --web-port=8189 --enable-server-profiling --data-directory="/vtune-test" &

 

I set analysis configuration in the picture below:

截图 2022-11-18 20-02-11.png

 

The third parameter means that the application ends in 1 second.

 

But the analysis ran for about 30 minutes and didn't come to an end. 

 

截图 2022-11-18 20-01-48.png

Need some help.

0 Kudos
3 Replies
RemyaP_Intel
Moderator
605 Views

Hi,


Thank you for posting in Intel Communities.


Could you provide us with the below information to assist you further :

  1. A sample reproducer code that we can use to replicate the issue from our side.
  2. OS details and VTune version



Regards,

Remya Premdas


0 Kudos
RemyaP_Intel
Moderator
580 Views

Hi,


We haven't received any response from your end. Could you please share the details?


Regards,

Remya Premdas


0 Kudos
RemyaP_Intel
Moderator
551 Views

Hi,


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question


Regards,

Remya Premdas


0 Kudos
Reply