Skip to content

Commit

Permalink
Merge pull request #15 from adinn/AddByteman
Browse files Browse the repository at this point in the history
add Byteman to list of available tools
  • Loading branch information
krisskross authored Mar 22, 2018
2 parents 9c39a86 + 01fa398 commit 13ac8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ A curated list of awesome JVM low level, performance and non-framework related s
* [aprof](https://github.com/Devexperts/aprof) - Java memory allocation profiler.
* [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) - Sampling CPU profiler for Java featuring AsyncGetCallTrace + perf_events.
* [BTrace](https://github.com/jbachorik/btrace) - a safe, dynamic tracing tool for the Java platform.
* [Byteman](http://byteman.jboss.org/) - tracing, monitoring and testing tool for Java
* [bytestacks](https://github.com/cl4es/bytestacks) - Turn JVM bytecode execution into flame graphs.
* [Chronon](http://chrononsystems.com) - Record your entire java program. Replay on any machine.
* [GCeasy](http://gceasy.io/) - Machine learning guided Garbage collection log analysis tool. Auto-detect problems in the JVM GC logs and recommend solutions to it.
Expand Down

0 comments on commit 13ac8d9

Please sign in to comment.