Program HN: FlowTracker– Track information streaming through Java programs
FlowTracker
Track information streaming through Java programs, get brand-new understanding at a look.
FlowTracker is a Java representative that tracks how a program checks out, controls, and composes information. By enjoying a program run, it can reveal what file and network I/O occurred, however more notably linking its inputs and outputs to reveal where its output originated from. This assists you comprehend what any Java program's output methods and why it composed it.
This proof-of-concept explores what insights we manage taking a look at program behaviour from this point of view.
Demonstration
Spring PetClinic is a demonstration application for the Spring structure. To show FlowTracker's capabilities, we let it observe PetClinic dealing with an HTTP demand and producing an HTML page b...