Calculate mbpsSendRate and mbpdRecvRate statistics for a group.
Update the docs, mainly API.statistics.md.
Dev Note
The group code fills in perf->mbpsSendRate and perf->mbpsRecvRate (see here), but perf->byteSent isn't updated anywhere. So those values stay zero.
Calculate
mbpsSendRateandmbpdRecvRatestatistics for a group.Update the docs, mainly API.statistics.md.
Dev Note
The group code fills in
perf->mbpsSendRateandperf->mbpsRecvRate(see here), butperf->byteSentisn't updated anywhere. So those values stay zero.