Selaa lähdekoodia

documentation

steve 8 vuotta sitten
vanhempi
commit
3cc5b81b88
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. 14 0
      readme.md

+ 14 - 0
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 :