glances/glances
Nicolas Hennion 5171cdbc26
Merge pull request #2450 from nicolargo/renovate/webpack-dev-server-4.x-lockfile
Update dependency webpack-dev-server to v4.15.1
2023-06-10 10:35:23 +02:00
..
amps Improve Makefile to split minimal, full and dev virtualenv 2023-05-17 15:42:39 +02:00
exports Influxdb2 export not working #2407 2023-05-18 17:08:39 +02:00
outputs Merge pull request #2450 from nicolargo/renovate/webpack-dev-server-4.x-lockfile 2023-06-10 10:35:23 +02:00
plugins Improve Makefile to split minimal, full and dev virtualenv 2023-05-17 15:42:39 +02:00
__init__.py Cannot start Glances 3.4.0.1 on Windows 10: SIGHUP not defined #2408 2023-05-18 17:28:11 +02:00
__main__.py Update __main__.py 2023-01-17 09:50:43 +02:00
actions.py Make Glances (almost) compliant with REUSE #2042 2022-06-25 15:43:36 +02:00
amps_list.py Merge from develop 2023-05-10 01:13:38 +05:30
attribute.py Make Glances (almost) compliant with REUSE #2042 2022-06-25 15:43:36 +02:00
autodiscover.py Correct an issue when using autodiscover in unitary test 2022-10-31 08:58:16 +01:00
client_browser.py Merge from develop 2023-05-10 01:13:38 +05:30
client.py Merge from develop 2023-05-10 01:13:38 +05:30
config.py Merge from develop 2023-03-12 09:44:43 +01:00
cpu_percent.py drop: compat.py 2023-05-10 01:56:08 +05:30
events.py Resolve conflict after develop merge 2022-07-09 14:03:12 +02:00
filter.py Fix typos 2022-10-03 21:53:24 +08:00
folder_list.py Merge from develop 2023-05-10 01:13:38 +05:30
globals.py fix: misc - broken imports 2023-05-10 02:00:33 +05:30
history.py Make Glances (almost) compliant with REUSE #2042 2022-06-25 15:43:36 +02:00
logger.py Lint the code 2022-08-20 10:01:37 +02:00
main.py Merge from develop - aka Glances 3.4.0 2023-05-16 10:31:06 +02:00
outdated.py Merge from develop - aka Glances 3.4.0 2023-05-16 10:31:06 +02:00
password_list.py Make Glances (almost) compliant with REUSE #2042 2022-06-25 15:43:36 +02:00
password.py fix: misc - broken imports 2023-05-10 02:00:33 +05:30
ports_list.py Resolve conflict after develop merge 2022-07-09 14:03:12 +02:00
processes.py Merge from develop 2023-05-10 01:13:38 +05:30
programs.py Error when process list is displayed in Programs mode #2209 2023-01-13 09:01:09 +01:00
README.txt Merge compat into globals 2021-08-28 10:56:04 +02:00
secure.py Merge from develop 2023-03-12 09:44:43 +01:00
server.py Improve Makefile to split minimal, full and dev virtualenv 2023-05-17 15:42:39 +02:00
snmp.py chore: format - missed out black changes 2023-02-23 23:08:17 +05:30
standalone.py Merge branch 'develop' into issue2225 2023-03-11 15:50:30 +01:00
static_list.py Resolve conflict after develop merge 2022-07-09 14:03:12 +02:00
stats_client_snmp.py Solve conflicts 2022-10-29 11:13:13 +02:00
stats_client.py Make Glances (almost) compliant with REUSE #2042 2022-06-25 15:43:36 +02:00
stats_server.py Remove multiple message in server/client mode concerning the extended proccesses 2022-09-11 18:09:07 +02:00
stats.py Merge from develop 2023-03-12 09:44:43 +01:00
thresholds.py Make Glances (almost) compliant with REUSE #2042 2022-06-25 15:43:36 +02:00
timer.py Make Glances (almost) compliant with REUSE #2042 2022-06-25 15:43:36 +02:00
web_list.py Resolve conflict after develop merge 2022-07-09 14:03:12 +02:00
webserver.py Make Glances (almost) compliant with REUSE #2042 2022-06-25 15:43:36 +02:00

You are in the main Glances source folder. This page is **ONLY** for developers.

If you are looking for the user manual, please follow this link:
https://glances.readthedocs.io/en/stable/

===

__init__.py                 Global module init
__main__.py                 Entry point for Glances module
config.py                   Manage the configuration file
globals.py                  Share variables upon modules
main.py                     Main script to rule them up...
client.py                   Glances client
server.py                   Glances server
webserver.py                Glances web server (Bottle-based)
autodiscover.py             Glances autodiscover module (via zeroconf)
standalone.py               Glances standalone (curses interface)
password.py                 Manage password for Glances client/server
stats.py                    The stats manager
timer.py                    The timer class
actions.py                  Manage trigger actions (via mustache)
snmp.py                     Glances SNMP client (via pysnmp)
...
plugins
    => Glances plugins
    ...
outputs
    => Glances UI
    glances_curses.py       The curses interface
    glances_bottle.py       The web interface
    ...
exports
    => Glances exports
    ...
amps
    => Glances Application Monitoring Processes (AMP)
    ...