roc-toolkit
roc-toolkit copied to clipboard
Metrics API
Rework metrics API:
- per-connection metrics for both receiver and sender
- add more metrics
Requires #674 and #688.
Connection
- [ ] roc_connection_metrics
- [ ] remote_uid
- [x] e2e_latency (measured total delay of sender + network + receiver)
- [ ] local_latency (nominal delay of local jitter buffer and pipeline)
- [x] rtt
- [x] jitter
- [x] expected_packets
- [x] lost_packets
- [x] late_packets
- [x] recovered_packets
Receiver
- [ ] roc_receiver_metrics
- [ ] local_uid
- [x] connection_count
Sender
- [ ] roc_sender_metrics
- [ ] local_uid
- [x] connection_count
I would like to work on this
Hi, this task can't be implemented yet, as it relies on a couple of other tasks that are not merged.
okey i understand, maybe you could suggest other issue that i can work on
@jramine Sure, take a look at issues with help wanted and easy hacks labels that are not assigned yet.