Hi, I'd like to know how you determine whether the event loop is "healthy" or "unhealthy", e.g. hitting capacity limits, queue size growing. Do you use any metrics or statistics? Does libuv expose any metrics for these purposes? Come to think of it: Queue size sounds interesting to me…
I have seen people determine an "event loop lag" which can roughly be summarized as: lag = abs(expected time of execution - actual time of execution) Would you consider this useful? Thanks Ben -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
