System Resource Monitoring

  • Last update: 2025-08-14
  • Overview

    Version

    FineOps VersionFunctional Change
    V2.21.0Added container-related monitoring indicators.

    Function Description

    Dashboards on the Resource Monitoring tab page of an O&M project are primarily used to monitor the project's overall status, presenting information such as connectivity between various components and applications, the overall operation status of applications, and usage.

    Prerequisite

    Ensure all prerequisites are met to use the dashboards described in this document normally. For details, see Prerequisites of Using Monitoring Dashboards.

    Example

    Dashboard Viewing

    1. Log in to FineOps as the admin, select the O&M project, and choose Project Monitoring > Resource Monitoring.

    2. Dashboards on this tab page are divided into basic resource monitoring dashboards and thread pool monitoring dashboards.

    iconNote:
    You can switch the time range in the upper right corner to view the corresponding monitoring data. The default period is Last 30 minutes. You can view the data of up to the last 15 days.

    Application Resource Overview

    Dashboard Example

    It displays the basic resource information of the selected O&M project.

    Dashboard Indicator Description

    IndicatorDescription
    JVM CPU Usage Rate

    It monitors CPU utilization of the JVM process, reflecting application-level CPU consumption.

    You can click a data point and click Performance Stack Analysis to navigate to the Performance Stack tab page in Log for detailed analysis.

    JVM Memory Usage Rate

    It monitors memory utilization of the JVM, showing the actual memory footprint of the application (which may include collectable memory).

    You can click a data point and click Performance Stack Analysis to navigate to the Performance Stack tab page in Log for detailed analysis.

    GC Count

    It shows the frequency of garbage collection events over time. Usually, high counts indicate high GC pressure.

    You can click a data point and click Performance Stack Analysis to navigate to the Performance Stack tab page in Log for detailed analysis.

    GC Time

    It shows the changes in time spent on GC per second, which mainly reflects the load of GC and the throughput of the application. The longer the GC time, the lower the throughput.

    You can click a data point and click Performance Stack Analysis to navigate to the Performance Stack tab page in Log for detailed analysis.

    Physical Memory Occupied by Application Process

    It tracks actual physical memory used by the application over time.

    Unit: GiB

    Maximum Threads and Current Threads for Container

    It displays the following information of each application node:

    • Current number of threads used by the container

    • Maximum number of container threads (real-time)

    Container Overview

    Dashboard Example

    It displays the resource usage of each container of the selected O&M project.

    Dashboard Indicator Description

    IndicatorDescription
    Container Name

    The name of each container, such as redis and bi-web

    Node IP

    The IP address of the server where the node resides

    Running StatusThe container running status
    CPU OccupancyThe percentage of container-used CPU resources relative to total server CPU resources
    CPU LimitThe maximum CPU resources on the server that the container can use
    CPU Throttled PeriodThe number of monitoring periods during which the container's CPU exceeded its limit, triggering throttling
    CPU Throttled TimeThe number of nanoseconds a container was throttled
    Memory OccupancyThe server memory consumed by the container
    Memory Usage RateThe percentage of container-used memory relative to the total server memory
    Memory LimitThe maximum memory on the server that the container can use
    Memory Over-Limit CountThe number of occurrences where the container's memory usage reached its limit
    Network ReceivingThe network receiving rate of the container
    Network TransmissionThe network transfer rate of the container
    Disk WriteThe disk write throughput
    Disk ReadThe disk read throughput
    Number of Disk Reads

    The number of disk read operations in a fixed time

    Number of Disk WritesThe number of disk write operations in a fixed time

    Container Detail

    Dashboard Example

    Panels on this dashboard display details of the container you click in the Container Overview dashboard.

    Dashboard Indicator Description

    IndicatorDescription
    Container Memory UsageThe percentage of container-used memory relative to the total server memory
    Container-Occupied CPUThe percentage of container-used CPU resources relative to total server CPU resources
    Container Memory UsageThe server memory consumed by the container
    Container Network BPSThe data transfer and receiving speeds of this container
    Container Disk BPSThe read/write speeds between the container and the disk
    Container Disk IOPSThe number of read/write operations on the disk initiated by the container per second

    Attachment List


    Theme: Project Management
    • Helpful
    • Not helpful
    • Only read