Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 547 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 547 Bytes

AgentInstaller

AgentInstaller is used to install agent.

Usage:

usage : Install [-a agent_jar] [-p pid]
        upload the agent into a running JVM
    -a the path of agent jar file
    -p pid is the process id of the target JVM or the unique name of the process as reported by the jps -l command

Example:

java  -classpath /Users/root/byteman-helper/AgentInstaller/target/AgentInstaller-1.0.jar org.chaos_mesh.agent_installer.Install -p 38444 -a "/Users/xiang/dev/byteman-helper/ChaosAgent/target/ChaosAgent-1.0.jar"