summaryrefslogtreecommitdiffstats
path: root/glances/README.txt
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-12-25 23:32:53 +0100
committerNicolargo <nicolas@nicolargo.com>2014-12-25 23:32:53 +0100
commit5c6741de89b5812676d7ff4c328c754dd8580d7e (patch)
tree21dcf0c46cda6d961c5d1f3c3848cba477672529 /glances/README.txt
parent3a896dbe9daaca1ef1bdd6b29208921e484dfaa1 (diff)
Restructure folder. Add export father class. Refactor CSV export feature.
Diffstat (limited to 'glances/README.txt')
-rw-r--r--glances/README.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/glances/README.txt b/glances/README.txt
index 2cbb4004..3b64f75d 100644
--- a/glances/README.txt
+++ b/glances/README.txt
@@ -1,13 +1,13 @@
-You are in the main Glances's source folder.
-This page is for developpers and contributors.
+You are in the main Glances's source folder. This page is **ONLY** for developpers purposes.
If you are lookink for user manual, please follow this link: https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
===
__init__.py Global module init
-__main__.py Entry point for module
+__main__.py Entry point for Glances module
core/
+ => Glances core folder
glances_config.py Manage configuration file
glances_globals.py Share variables uppon modules
glances_limits.py Manage limits
@@ -19,14 +19,20 @@ core/
glances_standalone.py Glances standalone (with curse interface)
glances_stats.py The stats manager
glances_timer.py Manage timer
+ ...
plugins/
+ => Glances data providers
glances_plugins.py "Father class" for others plugins
glances_cpu.py Manage CPU stats
glances_load.py Manage LOAD stats
glances_mem.py Manage MEM (both RAM and SWAP) stats
...
outputs/
+ => Glances UI
glances_curse.py The Curse interface
- glances_csv.py The CSV interface
glances_html.py The HTML interface
...
+exports/
+ => Glances export interfaces
+ glances_csv.py The CSV export module
+ ... \ No newline at end of file