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
Keep counters that track communication statistics between workers, like the number of RPC calls and the amount of data sent/received.
Expose a hook API so packages can register functions that will be called on sending/receiving data. Not sure about the performance implications of this.
Read-only API to check the status of a worker, the time of last contact, and state of worker-to-worker connections.
Use cases:
Tracking network usage between workers on HPC clusters
Things that we could do:
Use cases: