Skip to content

Issue with Disk Usage Scanning - Very Slow #30

Description

@ChesterNotChest

Disk Usage scans 2 parts for each container: Mount Usage & Overlay Usage

  • Overlay Usage, it's done via docker system df -v ( Of which, proven not the most efficient, and is scheduled to be replaced by docker inspect --size). (SOLUTION FOUND)
  • Mount Usage, uses du -sh to calculate the disk usage of the mounted files. It's proven to be ridiculously slow when experiments that demand high I/O usage are conducted. (NO GOOD SOLUTION)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions