Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): source tree histogram through filesystem scans #3195

Draft
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

MinyiZou
Copy link
Contributor

@MinyiZou MinyiZou commented Aug 4, 2023

While investigating some Kopia bugs, we discovered that Kopia lacked a scanning feature for the source tree. During any performance/scale issue, we remain unaware of the filesystem geography. Tools like "tree"/"du" are either too verbose, not fast enough or just do not output all the information needed most of the time. This makes it difficult to estimate the workload, traversal patterns and potentially making it difficult to understand why a snapshot is sluggish. To address this issue, I developed a tool that allows us to preview file conditions and enabling us to make informed and rational choices.​

@MinyiZou MinyiZou changed the title feat(discovery): add command line for kopia discover feat(cli): add command line for kopia discover Aug 4, 2023
@Shrekster Shrekster changed the title feat(cli): add command line for kopia discover feat(cli): source tree histogram through filesystem scans Aug 4, 2023
@Shrekster Shrekster marked this pull request as draft August 4, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant