-
Notifications
You must be signed in to change notification settings - Fork 0
Home

Welcome to the ExplorViz documentation (Docs) wiki!
The following sections describe the project and how to create the necessary preconditions for ExplorViz, as well as how to install and configure it. The first section describes the general procedure for users on how ExplorViz can be used. The second section offers more detailed information how to get started with ExplorViz as a developer.
ExplorViz uses dynamic analysis techniques to provide live trace visualization of the communication in large software landscape. It targets system and program comprehension in those landscapes while still providing details on the communication within an application. A landscape perspective enriches current system visualizations with additional abstraction levels for efficient comprehension of communication between hundreds of applications which is often encountered in, for instance, Cloud environments. On the application level perspective, ExplorViz utilizes the 3D city metaphor combined with an interactive concept of showing only details that are in focus of the analysis. For best accessibility, ExplorViz is a web-based tool featuring cutting-edge technologies like WebGL and HTML 5.
Given the 3D city metaphor visualization of an application, we investigate new interaction styles and higher immersion for a more effective and efficient program comprehension process. For this purpose, we utilize uprising technologies and evaluate developed approaches in experiments with real test subjects.
The usability and effectiveness of ExplorViz has been investigated in controlled experiments which resulted in increased efficiency and effectiveness over competing approaches.
- Install the latest Chrome or Firefox browser.
- Start a server on which ExplorViz should run (a fully-configured docker container can be found here).
- Start monitoring an (Java) application
- Download the latest release.
- Put the
ROOT.warinto your application server (e.g., Apache Tomcat). - Add the
explorviz-monitoring.jarto your application'slibfolder. - Locally start your application with the additional parameter
-javaagent:lib/explorviz-monitoring.jar. - Open
http://127.0.0.1:8080in your HTML5 compatible browser (e.g., Chrome). As default, ExplorViz monitors all method calls. You might want to configure the monitoring beforehand.
- Install the latest Chrome or Firefox browser.
- Install and configure the backend and frontend.
- Take a look at Developing Extensions.
- Install the latest Chrome browser.
- Download the Eclipse IDE for Java and DSL Developers and JDK 8.
- Extract and start the IDE.
- Install the latest Google Webkit Toolkit Eclipse Plugin.
- Download the four projects Common, Analysis, Monitoring, and ExplorViz (Server).
- Import the four projects into the previously downloaded Eclipse IDE.
- Start the Server component by clicking
ExplorViz Serverin the run menu. - Start your Chrome Browser and navigate to
http://localhost:8888. - After each change to the source code, you can press
F5to see the conducted changes. - To get input, you can use the
Start Monitoring Test Appfrom the run menu or proceed like described in the Quick Start Guide above.
© 2013 - 2020 by the ExplorViz project