This guide helps you setup inspectIT with your system to be diagnosed.
...
Warning | ||
---|---|---|
| ||
inspectIT releases do not offer any backward compatibility whatsoever. |
- Install the new CMR, agent and UI release
- The old database of the CMR might not work with the new CMR release
- Using different versions for the client and server might pose problems
...
The following requirements are necessary in order to install inspectIT
Component | Requirement |
---|---|
Agent |
|
|
|
|
| |
CMR |
|
UI |
|
Installing the CMR
The CMR is the central repository for the measurements collected by the inspectIT agent. This component is also responsible for storing the data and for aggregating and transforming the data for the user analysis. Thus the system should have enough memory (Sizing the CMR heapsize) and enough CPU power.
...
The inspectIT agent integrates in the JVM of the system under diagnosis. This integration is done using JVM startup options. To configure these, open the console and insert the following code. Depending on the used java version the integration is slightly different:
Java version | Integration |
---|
1.4
5 and higher | java [...] |
- |
javaagent:[YOUR_PATH_TO]/inspectit-agent. |
jar -Dinspectit. |
repository=[ |
5 and higher
REPOSITORY_IP]:[REPOSITORY_PORT] -Dinspectit.agent.name=[AGENT_DISPLAY_NAME] [...] |
[YOUR_PATH_TO] = This is the Directory where the agent ist installed.
[YOUR_PATH_TO_CONFIG] = This is the Directory which includes your inspectit-agent.cfg file. Wrong: D:\inspectit_agent\config\inspectit-agent.cfg, Korrekt: D:\inspectit_agent\config\REPOSITORY_IP] = The IP of the CMR repository.
[REPOSITORY_PORT] = The port of the CMR repository. By default the CMR is using port 9070 for the communication with the agent, so in most cases this would be the correct value.
[AGENT_DISPLAY_NAME] = The name of the agent. This name will be seen in the user interface of inspectIT once the agent is connected.
Tip | ||
---|---|---|
| ||
Note that you refer to the agent.jar archive by means of the javaagent option, do not refer to the inspectit-javaagent.jar. The inspectit-javaagent.jar only provides the implementation of the javaagent, the agent.jar also provides all additional classes and dependencies the agent needs. |
...
Adding the license
Info |
---|
A valid license can be requested anytime by going to the inspectIT homepage: http://www.inspectit.eu/downloads/ |
The license can be added by using the inspectIT user interface. Simply start up your CMR and connect to this CMR using the inspectit user interface. Within the user interface you can select to import a license. Select the license and the license is transferred to the CMR.
...