You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: