You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your browser should prompt you that the agent is being downloaded to your local file system. Make sure to take note of where the file was downloaded to and the full name of it.
43
+
Your browser should prompt you that the agent is being downloaded to your local file system. Make sure to take note of where the file was downloaded to and the full name of it.
Copy file name to clipboardExpand all lines: content/en/ninja-workshops/15-appd-workshop/1-application-performance-monitoring/2-install-agent/_index.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Install the Java Agent
2
+
title: 2. Install the Java Agent
3
3
weight: 2
4
4
description: In this exercise you will SSH into your server and proceed to install the Java agent.
5
5
---
@@ -12,29 +12,35 @@ In this exercise you will perform the following actions:
12
12
- Modify the Apache Tomcat startup script to add the Java agent
13
13
14
14
## Upload Java Agent to Application VM
15
+
15
16
By this point you should have received the information regarding the EC2 instance that you will be using for this workshop. Ensure you have the IP address of your EC2 instance, username and password required to ssh into the instance .
16
17
17
18
On your local machine, open a terminal window and change into the directory where the java agent file was downloaded to. Upload the file into the EC2 instance using the following command. This may take some time to complete.
18
19
19
-
* Update the IP address or public DNS for your instance.
20
-
* Update the filename to match your exact version.
20
+
- Update the IP address or public DNS for your instance.
21
+
- Update the filename to match your exact version.
Copy file name to clipboardExpand all lines: content/en/ninja-workshops/15-appd-workshop/1-application-performance-monitoring/3-generate-application-load/_index.md
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Generate Application Load
2
+
title: 3. Generate Application Load
3
3
weight: 3
4
4
description: In this section you will install the sample application and begin the load generation
5
5
---
@@ -15,23 +15,26 @@ The sample application home page is accessible through your web browser with a U
If you still have the Getting Started Wizard open in your web browser, you should see that the agent is now connected and that the Controller is receiving data.
83
+
79
84

80
-
Click **Continue** and you will be taken to the **Application Flow Map** (you can jump to the Flow Map image below).
81
85
86
+
Click **Continue** and you will be taken to the **Application Flow Map** (you can jump to the Flow Map image below).
82
87
83
88
If you previously closed the Controller browser window, log back into the Controller.
84
89
85
90
1. From the Overview page (Landing Page). Click on the **Applications** tab on the left navigation panel.
2. Within the **Applications** page you can manually search for your application or you can use the search bar in the top right corner to narrow down your search.
94
+
2. Within the **Applications** page you can manually search for your application or you can use the search bar in the top right corner to narrow down your search.
Click in your application's name, this should bring you into the **Application Flow Map**, you should see all the application components appear after twelve minutes.
94
99
95
100
If you don’t see all the application components after twelve minutes, try waiting a few more minutes and refresh your browser tab.
96
-
97
-

98
101
102
+

99
103
100
104
During the agent download step we assigned the Tier name and Node name for the Tomcat server.
101
105
@@ -110,29 +114,34 @@ To see the JVM startup parameters used for each of the four services that were d
Once all of the components appear on the flow map, you should see an HTTP cloud icon that represents the three HTTP backends called by the Insurance-Services Tier.
129
137
130
138
Ungroup the the three HTTP backends by following these steps.
139
+
131
140
1. Right click the HTTP cloud icon labeled 3 HTTP backends
132
141
2. From the drop down menu, select Ungroup Backends
133
142
134
-

143
+

135
144
136
-
Once the HTTP backends have been ungrouped, you should see all three HTTP backends as shown in the following image.
145
+
Once the HTTP backends have been ungrouped, you should see all three HTTP backends as shown in the following image.
0 commit comments