-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
jcmd missing in JRE Alpine images #3336
Comments
Well |
IMHO if the command line tool It would be incredibly useful and it wonders me that until now, none has had the issue before. |
Completely agree that it should definitely be there, but it somehow isnt 😛 |
Noting without further comment that this is not Alpine-specific and the
@RicardoMonteiroSimoes Have you verified whether this occurs with other providers' Alpine builds? |
Any update on this? |
I think this is missing from non-alpine versions as well. I'm using |
Can we fix this? |
There are a few points here:
|
What are you trying to do?
I try to run jcmd to start a JFR Recording of a running process. Image that i use:
eclipse-temurin:17.0.6_10-jre-alpine
Expected behaviour:
I can launch the tool
jcmd
and start a recording process.Observed behaviour:
The tool
jcmd
isn't available in the image, butjfr
is.Any other comments:
Actually the Java Flight Recorder dump can only be started through the JVM Arguments, but a on-demand start through
jcmd
isn't possible.Output of the issue at command line:
Please note that
jcmd
would be extremely helpful for debugging an application that runs within the Container, based on Alpine.The text was updated successfully, but these errors were encountered: