...
Code Block |
---|
/opt/async-profiler/profiler.sh -d 600 -f /opt/hivemq/flamegraph.svg `ps -u hivemq -o pid=` |
Async Profiler 2.0
SVG format is no longer supported since 2.0. Use HTML instead.
In the terraform-testing
When terraform-testing is used
Code Block |
---|
/opt/hivemq/async-profiler/profiler.sh -d 600 -f /opt/hivemq/flamegraph.html `ps -u hivemq -o pid=` |
Kubernetes / Docker
As usual, container platforms have some paranoid settings that are read-only. On the up side, we can leverage the fact that HiveMQ is always PID 1 in containers (unless shared namespaces are used in K8s):
...