This repository was archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start Guide for Users
Christian Zirkelbach edited this page Dec 20, 2019
·
12 revisions
- Install the latest Chrome or Firefox browser.
- Follow the instructions for a deployment via Docker and apply a
docker-compose.yml
configuration for a specific version, e.g., 1.5.0.
- A fully instrumented sample Java application can be found here.
- In order to instrument your own application, take a look at the configuration options.
- Download a release version.
- Put the
ROOT.war
into your application server (e.g., Apache Tomcat). - Add the
explorviz-monitoring.jar
to your application'slib
folder. - Locally start your application with the additional parameter
-javaagent:lib/explorviz-monitoring.jar
. - Open
http://127.0.0.1:8080
in your HTML5 compatible browser (e.g., Chrome). As default, ExplorViz monitors all method calls. You might want to configure the monitoring beforehand as described in Monitoring Configuration.
© 2013 - 2020 by the ExplorViz project