Visit the Download Center to access all the important Dynatrace products, extensions, & licenses you need for application monitoring, user experience management, and more.
A sample multi-tier Java app used as the basis for measuring infrastructure
This is a step-by-step tutorial on how to install and run the Easy Travel sample stack of apps from Dynatrace so that it can to evaluate its own AppMon and UEM software.
Currently, this article needs an update about Docker and misses key steps and URLs.Thank you for your help.
By “Easy Travel” what we’re referring to here is NOT a real travel site like Expedia.com or http://www.easytravel.co.tz.
EasyTravel consists of both consumer and business portals:
Consumer users on the easyTravel web portal to log in, search for journeys to various destinations, select promotional journeys directly that are offered and book a journey using credit card details.
Additionally a Business-to-Business (B2B) web portal for travel agencies to manage the journeys that they offer and review reports about bookings made by consumers.
EasyTravel is a multi-tier system implemented in a mix of technologies:
# | Application | Technology | Memory | Notes |
---|---|---|---|---|
1. | Launcher (includes Java Derby DB) | Java/SWT | 225 MB | (SWT pronounced 'Swift') |
2. | Customer Frontend | Java/Tomcat | <190 MB | port 8079 to 8080 |
3. | Business Backend | Java/Tomcat | <190 MB | - |
4. | Credit Card Authorization | C++/ADK | <1 MB | - |
5. | B2B Frontend | .NET/MVC | 65 MB | port 8099 to 9000 |
6. | Payment Backend | .NET/MVC | 65 MB | - |
7. | Optional Load Balancer | NONE | - | - |
Overall | <800 MB | - |
“ADK” is the Microsoft ADK (Windows Assessment and Deployment Kit) native app.
What is special about the system is it is designed to exhibit different problem patterns based on specifications in an XML file referenced by programs.The Launcher starts programs in the various tiers and enables switching among demo scenarios. By default the easyTravel Launcher offers four scenario groups:
This information is from the EasyTravel download website:
http://bit.ly/dteasytravel (https://community.dynatrace.com/community/display/DL/Demo+Applications+-+easyTravel)
View YOUTUBE: Evaluate Dynatrace with easyTravel demo appfrom May 14, 2015. In 1 hour Andreas Grabner (@grabnerandi) takes a whirlwind tour, half based on random questions,which can be confusing to newbies.Contents of the video have been incorporated in the steps below.
CAUTION: Each version of EasyTravel was tested with specific versions of Dynatrace and its AppMon.
If you’re curious:
Download dynatrace-easytravel-src.zip from http://dexya6d9gs5s.cloudfront.net/latest/dynatrace-easytravel-src.zip
Expand dynatrace-easytravel-src.zip
into folder dynatrace-easytravel-src
View the files and notice:
View the list using Excel opening UsedThirdPartyLibraries.xlsx
.
Download the assets to that folder:
“JMeter PERFORM 2015 Samples.zip” file JMeter PERFORM 2015 Samples.zip
from https://community.dynatrace.com/community/download/attachments/243434413/JMeter%20PERFORM%202015%20Samples.zip?version=1&modificationDate=1495536503227&api=v2
easyTravel Database.dashboard.xml from https://community.dynatrace.com/community/download/attachments/243434413/easyTravel%20Database.dashboard.xml?version=1&modificationDate=1495536502740&api=v2
easyTravel.profile.xml from https://community.dynatrace.com/community/download/attachments/243434413/easyTravel.profile.xml?version=1&modificationDate=1495536502790&api=v2
dynatrace-easytravel-linux-x86_64.jar from http://dexya6d9gs5s.cloudfront.net/latest/dynatrace-easytravel-linux-x86_64.jar
dynatrace-easytravel-windows-x86_64-latest.msi from http://dexya6d9gs5s.cloudfront.net/latest/dynatrace-easytravel-windows-x86_64-latest.msi
Expand “JMeter PERFORM 2015 Samples.zip”
C:apache-jmeter-2.13
registerTestRun.jmx
Get license
Click “Download easyTravel Demo License” https://community.dynatrace.com/community/download/attachments/45383742/dynaTrace_license_201609281051.key?version=2&modificationDate=1486998983333&api=v2
dynaTrace_license_201609281051.key is downloaded.
CAUTION: The file name is deceptive.Each license is valid within a 3 month period. A new license needs to be downloaded. The license is bound to easyTravel and the pre-configured System Profile that comes with easyTravel.
QUESTION: How is https://community.dynatrace.com/community/display/EVAL/My+dynaTrace+Trialdifferent than the other page? “A trial account for this ID already exists!”
See https://www.youtube.com/watch?v=B_oWkBjH-Uk
https://community.dynatrace.com/community/display/DOCDT61/Testing+an+Installation
If you’re on a Mac, install Ubuntu within VMWare Fusion.
Uninstall previous version:
Click “easyTravel for AppMon x.x”
CAUTION: Only Windows and Linux are supported.Get the Linux edition to work on a MacOSX
dynatrace-easytravel-windows-x86_64-2.0.0.2542.msi
was 416.1 MB
Click OK to the folder:
C:Program FilesdynaTraceeasyTravel (x64)
Click Finish.
Click OK to this pop-up:
Click “Select a program from a list of installed programs”.
Choose “starting”.
Delete the installer .exe file.
Uninstall previous version if it:
dynatrace-easytravel-linux-x86_64 for AppMon 7 is 361 MB
From this:
It seems you run a 64-bit Ubuntu installation, but easyTravel does not fully support this with the 32-bit binaries that are provided on the community pages.
You can either run easyTravel on an Ubuntu 32-bit installation or use the Web-based launcher via the following commands:
cd weblauncher
./weblauncher.sh
This will provide a web-based view which should provide the same interfaces as the rich-client UI.
Please note that on 64-bit Linux, you likely need to run the following commands to install some additional 32-bit components that are needed by easyTravel:
If you do not get libxml2:i386 you have to enable multilib support first:
Download from the EasyTravel website:
dynatrace-easytravel-linux-x86_64-2.0.0.2542.jar, 441 MB
Install agents on Apache servers under test
Install Dynatrace server (Apache)
Configure System Profile (install resource pack) on dynatrace client
Verify API ports
http://localhost:8020/api-docs/index.html
Inject agentpath-setting into the application code for instrumentation
https://community.dynatrace.com/community/display/DL/easyTravel+Training+ModeEasyTravel Training Mode
Configure EasyTravel: click on icon at upper-right
Select Show Properties for file easyTravelConfig.properties file.
Edit config.dtserverWebPort=8020.
Launch servers under test
The starting of the various tiers and the enabling/disabling of different problem pattern plugins is done via a separate easyTravel Launcher. The Launcher allows the user to conveniently switch between different demo scenarios. Each scenario can define load scripts and certain problem pattern plugins that are enabled. The scenarios can be modified or extended by changing an XML file. This is useful when giving demos and allows you to focus on problem areas that are particularly relevant for a specific demo.
The default:
https://localhost:9911
Install System Profile
Use by travelers
Users log in, search for journeys to various destinations, select promotional journeys directly that are offered and book a journey using credit card details.
Use by travel agents
Login as ???
A Business-to-Business (B2B) .NET web portal for travel agencies is provided where travel agencies can manage the journeys that they offer and can review reports about bookings made by travelers.
Adjust Generated visits (built into easytravel app)
Nero cd burning software free download for mac. Dec 21, 2018 After testing several popular DVD burners for Mac, we pick Cisdem DVD Burner as the Nero for Mac because of its outstanding performance and the fact that it meets the criteria listed above. Cisdem DVD Burner is the best DVD burning software for Mac you can use to turn video in to high quality DVD-Video disc, DVD folder, or ISO file with menu, subtitle and background music. Publisher: Apple Downloads: 4,260. Create MP3 libraries, burn CDs, and download music to your iPod with Apple's full-featured MP3 solution for Mac OS 9. Nero burn free download - Burn, Express Burn Free CD and DVD Burner for Mac, NTI Dragon Burn, and many more programs. Free nero burning software free download - Burn, Express Burn Free CD and DVD Burner for Mac, Burning Monkey Solitaire, and many more programs.
Activate Problem Pattern - slow authentication
In the easytravel Configuration UI, search for “monica”.
Login as monica / monica.
See trace on desktop client.
Run load traffic pattern
[18:54] Watch on Dynatrace Dashboard of specific users.
[20:02] End user experience geolocation map and who is frustrated.
QUESTION: What can the company do about frustrated users?
[22:12] In Diagnostics Transaction Flow: Hotspots by Tier and API
https://marketplace.atlassian.com/plugins/be.sofico.bamboo.plugins.bamboo-dynatrace-plugin/server/overview
Configure Eclipse IDE
https://community.dynatrace.com/community/display/DL/dynaTrace+Eclipse+Integration+Plugin
https://github.com/Dynatrace/Dynatrace-Eclipse-Integration-Plugin
Configure IntelliJ
https://community.dynatrace.com/community/display/DL/dynaTrace+IntelliJ+IDEA+Integration+Plugin
https://community.dynatrace.com/community/display/DL/IntelliJ+IDEA+Integration+Plugin
Configure Visual Studio IDE
Identify Memory Leaks
https://www.dynatrace.com/blog/hands-tutorial-5-steps-identify-java-net-memory-leaks/
Identify Garbage Collection
http://apmblog.dynatrace.com/2014/09/16/detecting-bad-deployments-resource-impact-response-time-hotspot-garbage-collection/
Jenkins
https://github.com/Dynatrace/Dynatrace-JenkinsPlugin
Integrate with Confluence via cPrime
https://marketplace.atlassian.com/vendors/1211168
https://marketplace.atlassian.com/plugins/com.cprime.confluence.templates/server/overview
easyTravel.profile.xmlfrom https://community.dynatrace.com/community/download/attachments/45383742/easyTravel.profile.xml?version=1&modificationDate=1389783776787&api=v2
easyTravel Database.dashboard.xmlfromhttps://community.dynatrace.com/community/download/attachments/45383742/easyTravel%20Database.dashboard.xml?version=1&modificationDate=1389783776783&api=v2
TODO:
Please enable JavaScript to view the comments powered by Disqus.