App Consumed Storage Space

HEllo @davidep

DO you think its possible to implement the Amount of Storage Consumed By an Individual NS8 App on the Status Page, and how would i as a Developer achieve this?

Is there readily available a function i can query to give me this information?

The grandtotal is given by du of app home dir.

More details can be returned by Podman, expecially to count individual volume space.

Going by memory

podman system df -v

Check Podman’s manual page for details.

@davidep i came accross this google/cadvisor: Analyzes resource usage and performance characteristics of running containers. (github.com)

Couldnt this SMH be integrated into NS8 to be used for Monitoring, not only the Storage but General Containers Resource Utilization?

1 Like