From 3cc5b81b889e25f76c04a58c444baf4f59239e04 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 3 Apr 2017 15:38:56 -0500 Subject: [PATCH] documentation --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index 68f6091..2daed66 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,20 @@ The program answers basic questions: - Is a given program still running - How much resource (memory/cpu) a program is using up - The number of processes found + - Folder monitoring ... + +#Architecture + +The architecture of the system is distributed with a central master node, + { + "id":"", + "key":"", + "apps":[], + "sandbox":[{"path":"","requirements":""}], + "folders":["path-1"], + "store":{} + "actions":{} + } The agent will perform three basic functions :