plexsystems / sinker

A tool to sync images from one container registry to another
MIT License
609 stars 53 forks source link

Feature Request - Show sizes in human readable format #42

Open aslafy-z opened 3 years ago

aslafy-z commented 3 years ago

I'd love to see pull/push progress with human readable sizes so I can easily understand it without having to count the digits.

jpreese commented 3 years ago

@aslafy-z I think thats reasonable. Are you thinking just a percentage? Would be straight-forward enough to calculate a percentage instead of showing the bytes.

aslafy-z commented 3 years ago

I think we should keep (and show as human readable) at least the total size of the layer if we add a percentage.

briantist commented 2 years ago

I think percentage plus human readable sizes is best, I'd like to have some sense of whether it's going slowly because I'm hitting network traffic/congestion/throttling or whether this layer is just 10 GB for some reason 😅; with percentage only that's not possible.