Skip to content

Count never accessed files #31

@scottatchley

Description

@scottatchley

Can you add an option to the file scan tool to detect files in which the mtime is the same as the atime? I am assuming that if mtime == atime, that the file was written (i.e. modified), but never read. If mtime == atime, we want to increment a counter for the bucket of the file size (using whatever buckets the fprof tool is already using). When done, it should print the bucket counts.

What we are trying to determine is the number and size of files that are written and not read.

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