Actually the only inconsistencies would appear if the name of the statistic 
contains `::`. Luckily we don't have this in opensips, so you could use the 
following logic, parsing the row from left to right:
1. search for `:` - this token represents the `Module`
2. search for `::` - this represents the `StatName`
3. everything else is the `Value`

Indeed, we used `:` to delimiter those tokens, but if we would have used 
something else, we would probably have the same problems with other statistics. 
So I think this is acceptable.

Best regards,
Răzvan

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/673#issuecomment-171663219
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to