go2nirvana

Results 1 comments of go2nirvana

My workaround: 1. Bash into the container 2. Install py-spy inside the container 3. `top` to get the PID of desired process 4. `py-spy record -o bla.svg --pid ` you...