Skip to main content

Transaction Map

Home > Select Project > Dashboard > Transaction map

The Transaction map chart displays the response times for each completed transaction in the distribution chart form. Same as the hitmap, you can find and analyze problems based on the distribution patterns. Hitmap displays the grouped transactions every 5 seconds, but Transaction map displays transactions individually.

Transaction map

Info

The items changed through Service 2.2.0 release are as follows:

  • You can view the data up to 5 minutes in real time and up to 10 minutes for the past. (Before: limited up to 5 minutes in real time)

  • When searching for the previous data, the data received from the server can be filtered.

  • The number of data that can be searched through the Trace analysis window has been changed from 100 to 1000.

  • The counts for transactions and errors are displayed in real time.

  • The keyboard events have been added to the TOP 30 list and chart area. By selecting the keyboard direction button, you can move to the desired position.

For more information about the Transaction map menu reorganization, see the following link.

Tip

How is it different from the hitmap analysis?

A hitmap chart displays the sum of transactions in a specific section. Differences are expressed in color where the number of occurrences is high. In case of the hitmap, the sums for each section are stored separately. Accordingly, you can check the trend over a relatively long time. However, because transactions are aggregated and displayed, it is difficult to know individual transactions.

  • To analyze the distribution of the long-term, high-volume transactions, use the hitmap analysis (Analysis > Hitmap).

  • To do performance test, or analyze the transaction distribution within 1 to 5 minutes upon a failure, or check the transaction distribution without limiting the execution time, check the Transaction map.

Note
  • For more information about Hitmap, see the following.

  • For more information about the analysis method of the HITMAP transaction chart, see the following.

  • If the user's PC time has been set to be older than the server time, the data may not appear on the chart if the server time and the user's PC time differ by more than 5 minutes.

Analyzing a trace

If you drag the chart area of Transaction map, the Trace analysis window appears where you can check the transaction details. You can see the transaction list and the steps under each transaction at once.

Trace Analysis

After dragging the chart area, you can see up to 1,000 items in the Trace analysis window.

Note

For more information about Trace analysis, see the following.

Changing the lookup criteria

Select the chart area of Transaction map and then the button at the upper left to change the data lookup criteria.

  • Elapsed time: The data is searched based on the elapsed time of the executed transaction.

  • HTTP call time: The data is searched based on the response time for HTTP calls.

  • SQL time: The data is searched based on the SQL patch time.

If you select Error on the upper right of the chart area, you can view only the transactions with errors. If you drag a transaction on the chart in this state, the Trace analysis window that displays a list of erroneous transactions. To view all transactions, select Total.

Tip

You can easily change the maximum value of the Y-axis by selecting Up arrow icon or Down arrow icon on the upper left of the chart. You can also access the same function by pressing the up or down button on the keyboard.

Note

The maximum number of transactions (TX Max) displayed on the chart in Transaction map is 2,000,000.

Viewing the past data

Transaction map provides the real-time monitoring by default. By default, the data can be viewed in real time for 5 minutes. Click the green button in the time selector to select a desired lookup time.

To view the historical data, select Pause icon in the time selector. It changes to non-real-time mode and you can view the transaction data for up to 10 minutes.

과거 시간 조회

Set the desired date and time and then select Apply. Based on the time set by the user, the chart data of Transaction map is updated.

Note
  • The range of the historical inquiries may differ depending on the transaction volume.

  • To switch to the Realtime mode after a historical inquiry, select Playback icon.

Applying filters

While viewing the past data, you can quickly filter out the data by applying filters.

  1. If Pause icon is selected in the time selector, the filter input box appears.

    Filter

  2. If the filter field is selected, the filters that can be selected appear. You can select the following options.

    • Elapsed time
    • Transaction
    • Domain
    • IP
  3. If the list of filterable values appears, select desired items.

    Note

    If Elapsed time is selected as a filter, enter the time. The unit is milliseconds (ms).

  4. Select Search icon.

It updates the filtered data in the Top 30 list and the Transaction map chart.

Note
  • You can perform filtering by setting multiple conditions. Added conditions are applied based on &&. For example, if the transaction is /account/save/employee/seoul and the elapsed time is more than 3 seconds, you can apply as follows:

    Transaction = /account/save/employee/seoul Elapsed time (ms) >= 3

  • Elapsed time cannot be applied additionally.

Checking the agent

Checking the agent connection status

Application connection status

On the upper left of the screen, the right area of the time selector provides information that allows you to check the status of agents connected to the project. This allows you to immediately check whether the target application server is running.

  • Total: Number of all agents connected to the project

  • Active: Number of active agents

  • Inactive: Number of inactive agents

  • Agent display icon: Can display or hide inactive agents.

Agent-based monitoring

Select agent

By default, the chart displays the metrics collected from all agents in charts and you can also view the data by agent. Select one or more agents under the time selector. The chart is updated with the transactions of the selected agent.

Tip

To select all agents again while one or more agents is selected, deselect them or select Total.

Note

If there are numerous agents connected to the project, it is efficient to set the agent names to be short. For more information about the agent name setting, see the following.

Checking the upper list

In the Top 30 section, the list of top 30 items with the highest transactions performed based on Transaction, Domain, IP, and Agent.

  • Transaction: You can see the list of the top 30 items, aggregated by the transaction URL.

  • Domain: You can see the list of the top 30 items aggregated based on the Internet address specified in the address of the IP connected by the client.

  • IP: You can see the list of the top 30 items, aggregated by the client IP address.

  • Agent: You can see the list of the top 30 items aggregated by the agent included in the project.

If you select each item from the list, the data is applied based on the item selected in the Transaction map chart. To select multiple items, hold down the Ctrl (Windows/Linux) or CMD (Mac) key and then click desired items.

Top 30

Tip

You can move an item in the list of the Top 30 section by pressing the up or down arrow button on the keyboard.

Add custom IP address

When viewing the number of transactions executed based on IP in the TOP 30 section, the function is provided to check constantly by adding a specific IP address.

  1. In the TOP 30 section, select IP.

    IP

  2. Enter a specific IP address in the field at the top of the list.

  3. Select Add icon.

IP

The specified IP address appears at the fixed top of the list.

Note

To delete any added IP address, select Delete icon.