powered by nudge4j
Examples:
- Default
Reports the number of active threads
- Args
Reports the args exposed to nudge4j
- JVM Uptime
Reports how long the JVM has been up
- System.Out/Err
Prints a few messages on the System.out and System.err
- Access Private Fields
Uses introspection to access a private field
- java.time API
An example of java 8 new Date/Time API.
- Thread Dump
Gets a Thread Dump of the JVM
- Memory
Reports usage on the heap memory
- Binary
Uses Integer.toBinaryString to print 1..1000 in binary form
- Class Loading
Experimental: loads an external jar (okio.jar)
- RxJava
Experimental: loads RxJava