Plots a file, displaying new data as it is generated (analogous to 'tail -f')
- Clone patched version of MCT from GitHub
- In
mct/Plotter
folder, runmvn install
- In
TailPlot
folder, runmvn compile assembly:single
- Output is
TailPlot/target/tailplot-1.0.0-jar-with-dependencies.jar
Run as java -Dsun.java2d.opengl=true -jar target/tailplot-1.0.0-jar-with-dependencies.jar
.
Run with --help
for usage instructions.