From 494980c48e3fd277655850ee2c5b3f79ba45a624 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Fri, 26 Aug 2016 10:07:06 +0200 Subject: [PATCH] Added comment in moduleInformation --- bin/ModuleInformation.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bin/ModuleInformation.py b/bin/ModuleInformation.py index 16a0e08f..d783418f 100755 --- a/bin/ModuleInformation.py +++ b/bin/ModuleInformation.py @@ -1,6 +1,18 @@ #!/usr/bin/env python2 # -*-coding:UTF-8 -* +''' + +This module can be use to see information of running modules. +These information are logged in "logs/moduleInfo.log" + +It can also try to manage them by killing inactive one. +However, it does not support mutliple occurence of the same module +(It will kill the first one obtained by get) + + +''' + import time import datetime import redis