glances/glances
nicolargo eebd769c46 perCPU and CPU consumption display time to time a total of 100% #2849 2024-06-23 10:22:37 +02: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 Graph export is broken if there is no graph section in Glances configuration file #2839 2024-06-22 10:37:00 +02:00
outputs Continuous Integration Build Artifacts 2024-06-18 00:13:48 +00:00
plugins perCPU and CPU consumption display time to time a total of 100% #2849 2024-06-23 10:22: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 Get back to Glances 4.1.0 2024-06-08 10:29:57 +02: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 Change client and browser call 2024-05-25 10:02:35 +02:00
client_browser.py Enhance Glances browser color #977 2024-06-16 17:05:53 +02:00
config.py Optimize Glances configuration file path search 2024-05-28 13:49:11 +02:00
cpu_percent.py perCPU and CPU consumption display time to time a total of 100% #2849 2024-06-23 10:22:37 +02:00
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 Replace UJson by ORJson - Client/Server do not work anymore 2024-05-18 14:09:30 +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 chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
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 chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
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 Unittest OK 2024-05-25 09:42:02 +02:00
snmp.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
standalone.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
static_list.py chg: ruff - pyupgrade 2024-05-17 03:37:22 +05:30
stats.py perCPU and CPU consumption display time to time a total of 100% #2849 2024-06-23 10:22:37 +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
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)
    ...