Skip to content

tedwon/byteman-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-Dorg.jboss.byteman.transform.all=true -Dorg.jboss.byteman.verbose=true -Dorg.jboss.byteman.debug=true -javaagent:$BYTEMAN_HOME/lib/byteman.jar=script:/Users/tedwon/byteman/sample/scripts/ClassLoadMonitor.btm,boot:$BYTEMAN_HOME/lib/byteman.jar

-Dorg.jboss.byteman.transform.all=true -Dorg.jboss.byteman.verbose=true -Dorg.jboss.byteman.debug=true -javaagent:/Users/tedwon/byteman/lib/byteman.jar=script:/Users/tedwon/byteman/sample/scripts/ClassLoadMonitor.btm,boot:/Users/tedwon/byteman/lib/byteman.jar

-Dorg.jboss.byteman.transform.all=true -Dorg.jboss.byteman.verbose=true -Dorg.jboss.byteman.debug=true -javaagent:/Users/tedwon/byteman/lib/byteman.jar=script:/Users/tedwon/Downloads/struts/commons-beanutils-1.8.2-reproducer/src/rules/myrule.btm,boot:/Users/tedwon/byteman/lib/byteman.jar

-Dorg.jboss.byteman.transform.all=true -Dorg.jboss.byteman.verbose=true -Dorg.jboss.byteman.debug=true -javaagent:/Users/tedwon/byteman/lib/byteman.jar=script:/Users/tedwon/build/byteman/byteman-quickstart/rules/mytest2.btm,boot:/Users/tedwon/byteman/lib/byteman.jar

  • not working yet

bmjava.sh -l /Users/tedwon/build/byteman/byteman-quickstart/rules/appmain.btm org.jbugkorea.byteman.BytemanTestAppMain foo bar ted

java -javaagent:/Users/tedwon/byteman/lib/byteman.jar=script:/Users/tedwon/build/byteman/byteman-quickstart/rules/appmain.btm,listener:true,port:9091,address:127.0.0.1 org.jbugkorea.byteman.BytemanTestAppMain foo bar ted

java -javaagent:/Users/tedwon/byteman/lib/byteman.jar=script:/Users/tedwon/build/byteman/byteman-quickstart/rules/appmain.btm org.jbugkorea.byteman.BytemanTestAppMain foo bar ted
  • should run in idea first

-javaagent:/Users/tedwon/byteman/lib/byteman.jar=script:/Users/tedwon/build/byteman/byteman-quickstart/rules/appmain.btm

About

Byteman Quick Start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages