Dockerfile (≈ 20 MB image):
FROM alpine:3.20
COPY myapp /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/myapp"]
| Metric | Value | Interpretation | |--------|-------|----------------| | Total Duration | 35 min 59 s | Duration of the monitored window. | | Throughput | X transactions/min | Indicates system load. | | Error Rate | Y % | Compared to baseline Z %. | | User Sessions | N | Average session time = 35 min. | | … | … | … | DASS-107-JAVHD-TODAY-0210202302-35-59 Min
@Benchmark
public long readNaive() /* same code */
java -XX:StartFlightRecording=duration=30s,filename=hd.jfr -jar myApp.jar
It looks like you’ve pasted a log‑style identifier that contains several pieces of information.
Below is a quick “read‑out” of the different parts, plus a couple of common ways you might want to use it. Dockerfile (≈ 20 MB image):
FROM alpine:3