summaryrefslogtreecommitdiff
path: root/lib/diameter/src/base/diameter_stats.erl
Commit message (Collapse)AuthorAgeFilesLines
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Use new time api in implementationAnders Svensson2015-02-201-2/+4
| | | | | | | | In particular, deal with the deprecation of erlang:now/0 in OTP 18. Be backwards compatible with older releases: the new api is only used when available. The test suites have not been modified.
* Remove upgrade-related codeAnders Svensson2014-01-271-4/+1
| | | | | No longer needed to update code in runtime since the emulator is restarted at a major release.
* Rework stats to avoid concurrent read and writeAnders Svensson2013-03-041-10/+69
| | | | | | | | | Counters read by diameter:service_info(SvcName, transport) can be selected at the same time as the diameter_stats server is folding them into another key, possibly resulting in inaccurate values. Have diameter_stats select from the server process to avoid this and add diameter_stats:sum/1 to sum values from all contributors on a given term.
* Remove trailing whitespaceAnders Svensson2013-02-081-2/+2
|
* Improve statistics test casesAnders Svensson2012-08-241-18/+14
|
* Statistics fixesAnders Svensson2012-08-241-150/+99
| | | | Statistics are deleted as a consequence of diameter:remove_transport/2.
* One makefile for src build instead of recursionAnders Svensson2011-10-171-0/+342
Simpler, no duplication of similar makefiles and makes for better dependencies. (Aka, recursive make considered harmful.)