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

Debugging highly variable skopeo copy times #2474

Closed
cweld510 opened this issue Dec 12, 2024 · 3 comments
Closed

Debugging highly variable skopeo copy times #2474

cweld510 opened this issue Dec 12, 2024 · 3 comments

Comments

@cweld510
Copy link

I'm seeing highly variable latencies when running skopeo copy to pull down a particular image from a remote registry, even when increasing parallelism. Does skopeo expose any internal stats or measurements that I could use to debug this problem, and help determine where the bottleneck is?

@mtrmac
Copy link
Contributor

mtrmac commented Dec 12, 2024

Thanks for reaching out.

There is --debug; that can be used to discover avoided copies (the principal expected source of variability) and retries (with unreliable servers/links), and maybe to time things, although it’s probably not very convenient for that.

Copy link

A friendly reminder that this issue had no activity for 30 days.

@mtrmac
Copy link
Contributor

mtrmac commented Jan 13, 2025

Please reopen if there is are more outstanding questions.

@mtrmac mtrmac closed this as completed Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants