public interface PerfFlamesSupport
MultiNodeSpecs| Modifier and Type | Method and Description |
|---|---|
boolean |
isPerfJavaFlamesAvailable() |
java.lang.String |
perfJavaFlamesPath() |
void |
runPerfFlames(scala.collection.Seq<RoleName> nodes,
scala.concurrent.duration.FiniteDuration delay,
scala.concurrent.duration.FiniteDuration time)
Runs
perf-java-flames script on given node (JVM process). |
void runPerfFlames(scala.collection.Seq<RoleName> nodes, scala.concurrent.duration.FiniteDuration delay, scala.concurrent.duration.FiniteDuration time)
perf-java-flames script on given node (JVM process).
Refer to https://github.com/jrudolph/perf-map-agent for options and manual.
Options are currently to be passed in via export PERF_MAP_OPTIONS etc.
nodes - (undocumented)delay - (undocumented)time - (undocumented)java.lang.String perfJavaFlamesPath()
boolean isPerfJavaFlamesAvailable()