containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.
Apache License 2.0
258 stars 58 forks source link

Observability of caching capabilities for remote image data #95

Open bengbeng-pp opened 2 years ago

bengbeng-pp commented 2 years ago

Can you monitor the local cache percentage of an image?

liulanzheng commented 2 years ago

It seems a little difficult. You have to find out all blob of an image and find each blob in the cache directory and get the actual disk size it costs.