You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a beefy server.. On my laptop (an older mbp), i have to disable toobusy because its always busy.
But to monitor (and prove) that its never busy on the server, although it is, but toobusy never detects it.
I made all requests log to mongodb, which includes stats like in pics (also toobusy.lag()). Mongodb aggregates to every second and streams back via a websocket.
This is what I got:
Any advice?
even if i set the threshold to 10, it still doesn't hit it.
The text was updated successfully, but these errors were encountered:
Hmm that raised the lag number a bit, but never went over 10 (which is minimum). The server has many cores, could that be why? The CPU was 97% for a long time and responses were taking > 1.5s.
I've tested the theory myself on the server, and the lag between intervals is always between 0-3 therefore I don't think this concept will work for me.
I have a beefy server.. On my laptop (an older mbp), i have to disable toobusy because its always busy.
But to monitor (and prove) that its never busy on the server, although it is, but
toobusy
never detects it.I made all requests log to mongodb, which includes stats like in pics (also toobusy.lag()). Mongodb aggregates to every second and streams back via a websocket.
This is what I got:
Any advice?
even if i set the threshold to 10, it still doesn't hit it.
The text was updated successfully, but these errors were encountered: