Interface PerfFlamesSupport


  • public interface PerfFlamesSupport
    Runs 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.

    • Method Detail

      • isPerfJavaFlamesAvailable

        boolean isPerfJavaFlamesAvailable()
      • perfJavaFlamesPath

        java.lang.String perfJavaFlamesPath()
      • runPerfFlames

        void runPerfFlames​(scala.collection.Seq<RoleName> nodes,
                           scala.concurrent.duration.FiniteDuration delay)
        Runs 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.

        Parameters:
        nodes - (undocumented)
        delay - (undocumented)