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
To better understand worker communications, their performance and required resources, we should track more metrics. Specifically, it would be interesting to track the number of open incoming/outgoing connections and comm_nbytes in Worker.get_metrics. This could help debug issues such as #6208 or coiled/benchmarks#229 (comment) and help take decisions on possible solutions for those (#6208 (comment))
The text was updated successfully, but these errors were encountered:
If we go down this road I believe it would be interesting to add comm_nbytes (or a derivative of some sort) to the dashboard. I suspect that unmanaged memory is often actual communication overhead and it would be nice if we could separate this visually.
To better understand worker communications, their performance and required resources, we should track more metrics. Specifically, it would be interesting to track the number of open incoming/outgoing connections and
comm_nbytes
inWorker.get_metrics
. This could help debug issues such as #6208 or coiled/benchmarks#229 (comment) and help take decisions on possible solutions for those (#6208 (comment))The text was updated successfully, but these errors were encountered: