Resources

The Resources tab provides a live snapshot of your container’s system usage. It helps you monitor key performance indicators to ensure optimal operation and avoid exceeding resource allocations.

How To Access

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

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 Resources 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

  • CPU Usage: Current CPU load from the container.

  • Memory Usage: Real-time RAM consumption.

  • Network I/O: Live data in/out across network interfaces.

  • Block I/O: Disk read/write activity by the container.

  • Disk Usage: Tracks used vs. available disk space.

  • PIDs: Number of active processes inside the container.


This This Is Useful

  • Real-time performance tuning

  • Identifying bottlenecks

  • Preventing overuse of system limits

Last updated