ChartCeption is an open source Spring Json J live data monitoring JavaFX Maven app.
ChartCeption read's URL's and Json KEY's from a configure file which in execute path.
ChartCeption uses basic HTTP Authentication so there is credantials input in settings.
Chartception can easily show u multiple data flow with cool tipbox tricks.
You have to select at least 1 URL and 1 KEY for start to plot chart.
It has an own Configure file basic syntax for example;
url:http://12.345.678.912:1023/internalobjects/metrics
key:mem.free
usr:Admin
pass:admin
Contact: serkanozdemir3207@gmail.com
Data Monitoring | Settings |
---|---|
To create your executable file with JavaFX-magic, call mvn jfx:jar
. The jar-file will be placed at target/jfx/app
.
To create your executable file with JavaFX-magic and some installers (please see official oracle-documentation which applications are required for this), call mvn jfx:native
. The native launchers or installers will be placed at target/jfx/native
.