mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-01-19 08:46:14 +00:00
Added comment in moduleInformation
This commit is contained in:
parent
86b655100e
commit
494980c48e
1 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,18 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
# -*-coding:UTF-8 -*
|
# -*-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 time
|
||||||
import datetime
|
import datetime
|
||||||
import redis
|
import redis
|
||||||
|
|
Loading…
Add table
Reference in a new issue