mirror of
https://github.com/valitydev/cg_mon.git
synced 2024-11-06 00:45:20 +00:00
Merge branch 'master' of https://github.com/kovyl2404/cg_mon
Conflicts: README.md
This commit is contained in:
commit
7f192932ab
@ -25,6 +25,10 @@ ok
|
||||
|
||||
|
||||
To be done:
|
||||
|
||||
1. Add support for another cgroups such as blkio.
|
||||
=======
|
||||
|
||||
1. Add support for another cgroups such as blkio.
|
||||
2. Add event notifications (for example, about excessing some limit of memory usage).
|
||||
3. Add documentation.
|
||||
|
@ -1,9 +1,6 @@
|
||||
-module(cg_mon_reader).
|
||||
-author("Viacheslav V. Kovalev").
|
||||
|
||||
-define(PROVIDED_RESOURCE, memory).
|
||||
-define(KEY_VALUE_SOURCES, ["memory.stat"]).
|
||||
-define(SINGLE_VALUE_SOURCES, []).
|
||||
|
||||
%% API
|
||||
-export([
|
||||
|
Loading…
Reference in New Issue
Block a user