类 ArthasAgent

java.lang.Object
com.taobao.arthas.agent.attach.ArthasAgent

public class ArthasAgent extends Object
作者:
hengyunabc 2020-06-22
  • 构造器详细资料

    • ArthasAgent

      public ArthasAgent()
    • ArthasAgent

      public ArthasAgent(Map<String,String> configMap)
    • ArthasAgent

      public ArthasAgent(String arthasHome)
    • ArthasAgent

      public ArthasAgent(Map<String,String> configMap, String arthasHome, boolean slientInit, Instrumentation instrumentation)
  • 方法详细资料

    • attach

      public static void attach()
    • attach

      public static void attach(Map<String,String> configMap)
      参数:
      configMap -
    • attach

      public static void attach(String arthasHome)
      use the specified arthas
      参数:
      arthasHome - arthas directory
    • init

      public void init() throws IllegalStateException
      抛出:
      IllegalStateException
    • getErrorMessage

      public String getErrorMessage()
    • setErrorMessage

      public void setErrorMessage(String errorMessage)