Giter VIP home page Giter VIP logo

Comments (1)

ivantopo avatar ivantopo commented on May 27, 2024

Additional info that I just replied on another issue:

To monitor the number of messages in a mailbox I would recommend displaying at least this 3 metrics together for a given mailbox:

  • upper
  • mean
  • lower

If you want more, add a few more upper_xx metrics, never use the mean_xx as it reflects the mean of all values bellow the xx percentile which might make you thing that everything is better than what it really is. If you need to take something out, take out the mean. When monitoring mailboxes we find it more important to see the bounds between which it moves (by plotting lower and upper) and some other metrics in the middle (like the mean) to give you an idea of where it might have been the most during certain period of time. If the lower starts going up, something is slowing down the actor and it likely drive the upper to a higher value, that's a pattern that, if present for some time without proper back pressure control, will lead to a OOM. If the upper goes down, whoever produces the work done by this actor is slowing down or the actor is magically working faster. You can correlate with the processing time metric to find out which of the two cases apply.

Finally, please note that this recommendations are specific for displaying the mailbox size and should not be applied for latency measurements such as processing-time and time-in-mailbox.

from kamon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.