CPU:

*removed externally hosted image*

Memory:

*removed externally hosted image*

Network:

*removed externally hosted image*

Storage:

*removed externally hosted image*

Cloudflare caching:

*removed externally hosted image*

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.

  • chrisbit@leminal.space
    ·
    10 months ago

    Mind providing some detail on the latter, in terms of what the unused items are and how it's checked and then cleared? Always looking out for new efficiencies I can incorporate in my own setup.

    • Lodion 🇦🇺@aussie.zone
      hexagon
      M
      ·
      10 months ago

      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 {}