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 17, 2018
·
12 revisions
- 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 as described in Monitoring Configuration.
© 2013 - 2020 by the ExplorViz project