CPU:
Memory:
Network:
Storage:
Cloudflare caching:
Summary:
Not much to call out. The storage drop was due to purging a days worth of images, and clearing the entire object storage cache. When I have time, I’ll upgrade the VPS to add storage.
Basically deleting files from the Wasabi cache directory that haven’t been accessed in whatever time threshold I’ve specified as X:
find -atime +X -exec rm {}