An open API service indexing awesome lists of open source software.

https://github.com/tedwon/byteman-quickstart

Byteman Quick Start
https://github.com/tedwon/byteman-quickstart

Last synced: 11 months ago
JSON representation

Byteman Quick Start

Awesome Lists containing this project

README

          

-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
----