-
Notifications
You must be signed in to change notification settings - Fork 47
Usage
This scenario describes how to visualize a Java application with Getaviz. Make sure you have successfully finished the Installation guide.
-
Go to the http://localhost:8082/ui/index.php. You see a small Recursive Disk visualization that is shipped together with Getaviz.
-
To visualize any other system, open the generation dialog via Visualizations → New visualization
-
In the field input.files enter an URL to a jar or war file, e.g.
https://repo1.maven.org/maven2/com/android/tools/build/gradle/0.1/gradle-0.1.jar
. You can also put a local file in the input directory and point to it withfile:///var/lib/jetty/input/NAME_OF_JAR_FILE.jar
. Then, choose a visualization metaphor (City or Recursive Disk) and submit the form. Currently, only the development branch supports local files! -
Please wait, depending on your machine and the size of the system the generation process can take several minutes. Once the generation is finished you will be redirected automatically to the user interface to work with the visualization.