get_stats/1 with a query Path.
get_stats/1 with a query Path.
A Path is a list of atoms | binaries. The module creates a set
of ets:select/1 guards, one for each element in Path
For each stat that has a key that matches Path we calculate the
current value and return it.
path() = [] | [atom() | binary()]
stat_name() = list()
Generated by EDoc