Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async in Docker with outside report file #353

Open
ixplo opened this issue Oct 1, 2020 · 1 comment
Open

Async in Docker with outside report file #353

ixplo opened this issue Oct 1, 2020 · 1 comment

Comments

@ixplo
Copy link

ixplo commented Oct 1, 2020

When we attach to a process inside a docker container, async saves the report file inside the container. Can you make it keep it outside?

@apangin
Copy link
Collaborator

apangin commented Oct 2, 2020

Async-profiler works in the context of the target JVM process. When JVM runs in a container, profiler can access only what is accessible inside the container.

I'm investigating the possibility to stream profiling results through a socket for async-profiler 2.0. But so far if you want profiler to dump file onto the host system, you need to bind-mount a host path in the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants