Skip to content

tar + xz sysfs and proc dir collection #11

Description

@atheurer

These dirs, /proc and /sys (or subsets we collect) are the biggest contributor to disk space for our crucible results. Individually compressing the files is not effective because there are so many which are tiny. Using tar Jcf reduces this by ~95%.

Tar/compress should probably happen at tool-stop, then during postprocess, we will likely need to un-tar, then discard the untarred files (unless there is a way to read files directly from a tar + compressed archive in perl or python).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions