Hi, I found this commit I did back then: 6e9f017dd3509296b83f12d3467309c583a248b1. Basically I renamed all replies related stats to start with rpl_*, for more consistency. So the re-naming changes were: - ```received_replies``` renamed to ```rpl_received```
- ```relayed_locally``` renamed to ```rpl_generated```
- ```relayed_total``` renamed to ```rpl_sent```
To get a list of all the tmx counters use: ```kamcmd cnt.list_vars tmx```.
--- Hope this helps, Stefan