Skip to main content

Node List

Home > Select Project > Cluster > Node list

Note

If the data for specific columns does not appear, your Kubernetes node agent may be outdated. In this case, update the Kubernetes agent to the 1.3.7 or later so that enough data can be collected.

You can check the node information of the current project in a list.

  • Real-time data is updated every 10 seconds.

  • It provides the functions for node status summary, comparison, filtering, and CSV file download.

    CSV file name, kubernetes_node_list_{pcode}_{timestamp}.csv

Basic screen guide

Node list basic screen

By selecting desired options in the number 01 area, you can view the data in number 02.

  • On the upper left of the number 01 area, you can see the total node count and the node counts for each status.

  • When you select → View previous version on the right of the number 01 area, you can check the node list before reorganization.

  • When selecting a desired column in the number 02 area, you can sort the nodes based on the corresponding column.

  • When selecting the detail icon Detail icon under the OnodeName column in the number 02 area, the corresponding node details page appears.

    Note

    For more information about Node details, see the following.

Metric information

  • If you place your mouse cursor over the desired column, the metrics provided by the column are shown as follows:

    Metric information

  • In the column list of the Select Column option, you can see the metrics for each column in the column list of the option screen. When you place the mouse cursor over a desired column, the Info icon INFO icon appears to the right of the column name. If the mouse cursor is placed over the Info icon INFO icon, you can see the metric as follows:

    Metric data in the column list

Filtering

By using the Filtter option, you can select a desired Node list for view. Through the and condition, multiple filters can be applied.

  1. If you select Add filter icon Add icon in the Filter icon Filter field, the Add filter window appears as follows:

    Add Filter

    • Select Filter Key and Condition.

    • Select a value that meets the conditions.

  2. Configure a filter and then select Apply to apply the filter.

  3. To add multiple filters, select Add filter icon Add icon in the Filter field or Add filter window.

Comparing

By using the Compare option, you can see the comparison chart for key metrics of multiple nodes.

Compare

  1. If you select the number a Compare option, the comparison column is added in the node list.

  2. Through the comparison column on the left of the node list, select a node to compare.

    • You can select up to 10 node.

    • Selected nodes are given different colors.

  3. You can see the comparison chart for the selected nodes in the number c area.

    • You can see the nodes selected in the number b comparison column at the top of the number c area.

    • By dragging the top of number c, you can adjust the height of the comparison chart area.

  4. If you select number d Check period, the comparison chart appears withing the period to view as follows:

    Check period

Select Column

When using the Select column option, you can select the desired Node data to view the list.

Select Column

  • The selected column list is kept even if you re-enter the menu.

  • If you select Reset, the predefined default key metric columns are selected. In this case, the column selection history is deleted.

  • You can select up to 29 columns.

  • After selecting a column, you can click Apply at the lower right to apply the selected values.

Node details

The Node Details screen consists of four charts at the top and container details in the node.

Node Details screen

  • Top charts

    • CPU Usage: You can see the CPU usage of the node.

    • Memory Usage: You can see the memory usage of the node.

    • Network: You can see the input/output traffic and error packets of the node's network interface.

    • Disk Usage: You can see the disk usage of the node.

  • Container Info

    ItemDescription
    StatusContainer status
    ContainerContainer ID
    ImageContainer Image Info
    CommandContainer execution command
    ApplicationName of the WhaTap APM agent installed in the container
    PodPod Name
    CpuByLimitContainer CPU utilization by limit
    MemoryWsByLimitContainer memory working set usage by limit
    CpuThrottledCntContainer CPU Throttled Count
    CpuThrottledTimeContainer CPU Throttled Time
    MemLimitContainer Memory Limit Size
    MemRequestContainer Memory Request Size
    MemWsContainer memory working set
    IoReadBytesSum of bytes read per second across all block devices in the container
    IoReadIopsSum of counts read per second across all block devices in the container
    IoWriteBytesSum of bytes written per second across all block devices in the container
    IoWriteIopsSum of counts written per second across all block devices in the container
    NetRxBytesSum of bytes read per second across all block devices in the container
    NetRxDroppedContainer Network Receive Dropped Count
    NetRxErrorContainer Network Receive Error Count
    NetRxIopsContainer Network Receive Error Count
    NetTxBytesContainer Network Transmit Data Size
    NetTxDroppedContainer Network Transmit Dropped Count
    NetTxErrorContainer Network Transmit Error Count
    NetTxIopsContainer Network Transmit Error Count