Monitoring

The Monitoring tab offers a historical view of your application’s resource consumption, helping you analyze trends and detect abnormal behavior over time.

How To Access

My Apps → Active Apps → App Details → Manage App → Local App Management → Monitoring

Navigate to the My Apps tab, select an application from Active Apps, click Manage App, then go to the Local App Management section and open the Monitoring tab.

Backend Selector

At the top you'll find a FluxNode IP selector, letting you choose which node you want to inspect or control. This allows you to manage individual node instances of your app. A reload button is also available to refresh the list of currently active FluxNodes running your application.


What You'll See

Each row in the data table represents a snapshot in time, showing:

  • CPU: Percentage of CPU used.

  • RAM: Used memory out of the total limit (e.g., 0.12 / 1.00 GB).

  • Disk: Current disk usage (e.g., 0.63 / 10.00 GB).

  • Net I/O: Cumulative network input and output (e.g., 0.19 / 0.06 GB).

  • Block I/O: Total read/write disk activity (e.g., 0.09 / 0.52 GB).

  • PIDs: Number of running processes at that time.

Time Range Options:

  • 1 Hour View: Ideal for spotting recent fluctuations or short-term trends.

  • 24 Hours View: Useful for longer-term analysis and trend detection.


Graph View

Visualize metrics such as CPU, Memory, and Disk in an interactive graph. Use it to:

  • Spot resource spikes

  • Detect anomalies

  • Monitor saturation levels over time

Switch between resource types and time ranges for deep-dive insights.

Last updated