-
When I use the continuous async profiler the .jfr files are created correctly, but if I try to convert it to a flamegraph with this code:
```
AsyncProfilerLoader.executeConverter("jfr2flame", lastJf…
-
Given that JFR provides inbuilt support for collecting JVM profiling metrics with very little overhead and being able to start stop remotely if property setup is made, Having JFR as a alternative data…
-
```log
Iteration: 181
Could not find object description containing text "Class Name: jdk.jfr.event.oldobject.TestClassLoader$TestClass"
Found descriptions:
Class Name: jdk.jfr.event.oldobject.Test…
-
I am still hitting JFR parse issue. I am sure this is not gzip jfr file.
sudo -u storageos /usr/lib64/jvm/java-1.8.0-oracle/bin/jcmd `pidof blobsvc` JFR.start settings=profile name=blob_test.jfr fil…
-
### Description
A customer noticed that multiple recording files were in the disk and noticed the following in the agent logs.
```
2023-01-01T00:00:00,100+0000 [1234 1234] com.newrelic WARN: Ig…
meiao updated
9 months ago
-
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/368659?tab=1
【环境准备】
```
BINARY_URL=oss://compiler-ci-bucket/dragonwell8/CI/tar/20240907-002919-492-#541-linux.aarch64.release.master-6b6e5240…
-
Async-profiler supports `--jfrsync CONFIG` option, see [README](https://github.com/async-profiler/async-profiler/blob/6ab9f83aec0e4d216d3a5b911a6123db6139c544/README.md?plain=1#L478):
```
--jfrsync …
-
Env:
kpack 0.9.2
k8s
If I want to [enable JFR with Native Image](https://www.graalvm.org/22.3/reference-manual/native-image/debugging-and-diagnostics/JFR/), then in the build phase, I will pass a…
-
## Is your feature request related to a problem? Please describe.
I would like to ingest custom JFR metrics (events) from my application into NewRelic.
## Feature Description
Add an ability t…
-
With JFR enabled, the extension does not work at all.
##### Environment
- Operating System: Mac OS
- JDK version: OpenJDK 14
- Visual Studio Code version: 1.44.2
- Java extension version: 0.60.…