alphacomm / alpharpc

AlphaRPC is an RPC daemon based on ZeroMQ that can be used to distribute workload over one or multiple servers.
alpharpc.net
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Latency statistics for services #5

Open jacobkiers opened 10 years ago

jacobkiers commented 10 years ago

Storing the time it took to perform a job, is an important metric for determining fast workers that sometimes are slow.

Important metrics are:

This feature request is related to #4.