glances/glances
Branch Vincent 0e40ec657e
Make pyproject.toml's version dynamic
2024-10-23 15:19:02 -07:00
..
amps [BREAKING CHANGE in conf file] Secure call to AMPS, use && as commend separator instead of ; 2024-06-01 18:32:51 +02:00
exports Lint and format 2024-10-19 09:36:56 +02:00
outputs Update version (in order to test #2956) and rebuild the Web UI 2024-10-23 22:06:08 +02:00
plugins Update docs 2024-10-23 21:29:37 +02:00
README.txt Rename any reference to Bottle in doc and dep file. Ready to refactor the main glances_restful_api.py file. 2023-11-26 10:02:30 +01:00
__init__.py Make pyproject.toml's version dynamic 2024-10-23 15:19:02 -07:00
__main__.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
actions.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
amps_list.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
attribute.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
autodiscover.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
client.py Use defusedxml lib #2979 2024-10-19 15:27:13 +02:00
client_browser.py Use defusedxml lib #2979 2024-10-19 15:27:13 +02:00
config.py Optimize Glances configuration file path search 2024-05-28 13:49:11 +02:00
cpu_percent.py chg: plugin(percpu) - show times based on host OS 2024-07-01 10:27:33 +05:30
event.py Merge Ruff formating and solve some conflicts #2779 2024-05-18 10:37:57 +02:00
events_list.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
filter.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
folder_list.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
globals.py Refactored `glances.globals.pretty_date()`, version 2 2024-10-22 22:35:51 +02:00
history.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
logger.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
main.py First version of the Curses UI, miss engine name 2024-07-23 19:34:12 +02:00
outdated.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
password.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
password_list.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
ports_list.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
processes.py Correct codespell 2024-06-29 19:19:26 +02:00
programs.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
secure.py [BREAKING CHANGE in conf file] Secure call to AMPS, use && as commend separator instead of ; 2024-06-01 18:32:51 +02:00
server.py Use defusedxml lib #2979 2024-10-19 15:27:13 +02:00
snmp.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
standalone.py Desable warning message concerning version when executed in local - Related to #2956 2024-10-23 22:02:06 +02:00
static_list.py Feature request: make the central client UI configurable (example: GPU status) #1289 2024-10-06 11:20:12 +02:00
stats.py Correct codespell 2024-06-29 19:19:26 +02:00
stats_client.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
stats_client_snmp.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
stats_server.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
stats_streamer.py First version of the Curses UI, miss engine name 2024-07-23 19:34:12 +02:00
thresholds.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
timer.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
web_list.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
webserver.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30

README.txt

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 (Based on FastAPI)
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_restful-api.py  The HTTP/API & Web based interface
    ...
exports
    => Glances exports
    ...
amps
    => Glances Application Monitoring Processes (AMP)
    ...