Behaviours: fuse_stats_plugin.
counters/1 | Fetch Name s counters. |
increment/2 | Increment Name s Counter . |
init/1 | Initialize Name . |
counters(Name::atom()) -> [proplists:property()]
Fetch Name
s counters.
increment(Name::atom(), Counter::ok | blown | melt) -> ok
Increment Name
s Counter
.
init(Name::atom()) -> ok
Initialize Name
.
Creates the stats ETS table if it doesn't already exist.
Generated by EDoc, Apr 29 2016, 23:23:30.