All Products
Search
Document Center

Lindorm:TopRegion Analysis

Last Updated:Mar 28, 2026

When traffic is unevenly distributed across a Lindorm cluster, some regions absorb a disproportionate share of reads, writes, or data volume. This causes elevated response times and degrades cluster performance. Use the TopRegion Analysis feature to identify these hot regions in real time or at a specific historical point in time, so you can take action before performance is affected.

Prerequisites

Before you begin, ensure that you have:

Analyze hot regions in real time

Use the TopRegion Realtime Analysis section to query the current hot regions.

  1. In the left-side navigation pane, choose Diagnose Tools > topRegion Analysis.

  2. In the TopRegion Realtime Analysis section, set the filter conditions. The following sort dimensions are available:

    FilterDescription
    idcThe data center (IDC) to query.
    GroupThe server group to query.
    ServerThe specific server to query.
    Sort dimensionThe metric by which results are ranked. See the sort dimensions table below.
    Table nameThe table to filter results by.
    TopThe number of top results to display.
    DimensionUnitDescription
    Total requestsRequests/secondThe number of requests sent per second to access a shard.
    Read requestsRequests/secondThe number of requests sent per second to read a shard.
    Write requestsRequests/secondThe number of requests sent per second to write a shard.
    Shard sizeMBThe size of a shard.
    File numsFilesThe total numbers of files in each shard.
    Read response timeMillisecondThe average response time for requests sent to read a shard.
    Write response timeMillisecondThe average response time for requests sent to write a shard.
    Memstore SizeMBThe amount of data in the memory.
    Total request dataKB/secondThe amount of data generated by all requests sent per second to access a shard.
    Read dataKB/secondThe amount of data generated by all read requests sent per second to read a shard.
    Write dataKB/secondThe amount of data generated by all write requests sent per second to write a shard.
    Note

    Turn on Table aggregation to group results by table. Turn on Ascending to sort results in ascending order by the selected dimension.

  3. Click Query. The following example shows a query with Sort dimension set to Read requests, Top set to 5, and both Ascending and Table aggregation turned on. The results display the five shards with the most read requests, aggregated by table and sorted in ascending order.

    image.png

Analyze hot regions from historical snapshots

Use the TopRegion History snapshot section to query hot regions at a specific point in the past.

Note

Historical snapshots are recorded at a 30-second interval.

  1. In the TopRegion History snapshot section, set the filter conditions.

    FilterDescription
    idcThe data center (IDC) to query.
    GroupThe server group to query.
    History snapshotThe historical point in time at which to query hot regions.
  2. Click Query. The results are organized into two sections:

    • Request Top: The top 10 tables with the most requests, along with the shards where they are stored.

    • Vol Top: The top 10 tables with the largest amount of request data, along with the shards where they are stored.

  3. (Optional) Click the image.png icon next to a table to view the details of the shard where it is stored.