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

Stats manager for prefetch #1597

Open
wants to merge 71 commits into
base: feature/xload
Choose a base branch
from

Conversation

souravgupta-msft
Copy link
Member

✅ What

Stats manager to track the status of prefetch operation like,

  • number of files successfully download, failed or are pending
  • percentage of files that have been processed
  • bytes downloaded
  • bandwidth

🤔 Why

This can be used to track the progress of prefetch operation

👩‍🔬 How to validate if applicable

The stats can be checked in the logs or in a json file dumped in ~/.blobfuse2/xload_stats_{PID}.json
Enable export-progress: true in config file under xload section to enable exporting stats in the above json file.

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

Successfully merging this pull request may close these issues.

2 participants