Not open vmprof snapshot from remote server
Answered
I would like profiling my app with vmprof on remote server.
- I installed vmprof and restart project.
- After start profiling I see in console Starting vmprof profiler
- I can create snapshots
- But after snapshot created I just see message "Snapshot saved to /tmp/some_project1.prof"(numbers always changed 1, 2, 3 and etc.) Window with information about profiling not opened.
- When I'm profiling on local machine all works well, in console showed message "Snapshot saved to /home/egor/.PyCharm2017.2/system/snapshots/some_project1.prof" and I see new window with detail information.
-
I have server with python2 and my application inside. I can debug and look snapshot snapshot in profiler mode without wmprof.
What I making wrong? Do I need setup snapshot folder mapping with remote server?
Please sign in to leave a comment.
Hi Egor777pod! I am sorry for the inconvenience. Unfortunately it's a known problem: PY-21361.