Let me introduce my new little project - 🍋 LemMon - Lemmy Monitor - Servers Status

The main servers will check if the lemmy servers (you can request in this post which servers to add) are online every 1 minute.

Every lemmy server have dedicated status page like lemmy.world: https://lemmon.zerobytes.monster/index?server===wM

Enjoy!

  • Shadow@lemmy.ca
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    edit-2
    11 months ago

    Please go ahead and add lemmy.ca!

    Also I don’t think this is correct, shitjustworks just had an extended outage while they were doing config updates.

  • SoNick@readit.buzz
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    @null On one hand I strongly prefer kbin to lemmy, but on the other hand that is a clever name for the tool! I like it!

  • tj111@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    Please add lemmy.fmhy.ml to that list - it’s been down for over a day due to the .ml issues but have been looking for something like this to see if its back.

  • OpenStars@kbin.social
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    11 months ago

    Every one minute seems… excessive. I know this is social media but still, what would be bad about reducing that to like once per hour, to reduce the load across the entire Fediverse?

    • Wintermute@lemmy.villa-straylight.social
      link
      fedilink
      arrow-up
      8
      ·
      11 months ago

      I think you’re underestimating the number of requests that a server can handle. Even my tiny instance currently sees dozens of requests every second and is very lightly loaded. A single request per minute is an immeasurably small load.

      • Shadow@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        You made me curious. Since midnight lemmy.ca has averaged 110 requests per second, with multiple periods of doing ~3000 request/sec.

        1 request every minute is nothing :)

      • OpenStars@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        True, but if we agree that every second is too frequent, but that every day is too sparse (maybe?), then the question becomes one of optimizing the choice of what frequency would be best for whatever outcome.

        Like if it was every 5 minutes, that would cut down on the amount of traffic 5-fold, and still give 12 checks every hour. If we do not expect checks to fail, that may still be 6-12-fold more often than necessary. Or a check every 10 minutes is still “many checks per hour”, and yet does not blow up the traffic stats 10-fold more than necessary to get a “desirable” outcome.

        There are also additional costs to consider when doing a check every minute: that is 1440 checks every 24 hours! Data must be stored, CPU time spent, waste heat is generated (it is not exactly exasperating climate change but it is not not doing that either!), etc. Whereas if a check every 10 minutes is used, then the same number of checks would span a 10-day timeframe. Depending on whatever else the machine is doing (gaming? other server checks?), it reduces the load 10-fold and something that much may even change things on a qualitative rather than merely quantitative basis.

        Well, it was a thought for consideration at any rate.