-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Load Testing
-
Epic Link:
-
Tags:
-
Story Points:3
Having a flameGraph per simulation will give a good idea of simulation limitation in a compact format and should not impact performance.
This requires some additional tools on the Nuxeo instance: linux-tools linux-cloud-tools perf-map-agent jmaps and FlameGraph.
A 30s flamegraph requires:
- to run "perf record -F 99 -a -g – sleep 30;" it generates a ~3.5M perf.data file.
- to run "jmaps" to get the java mappping it generates 1.1M file
the svg generated is around 1M
May be there is a tool to create 30s svg of a JVM process.