204 Commits

Author SHA1 Message Date
nicolargo
24615e52e7 Update doc and webui 2026-04-11 09:26:20 +02:00
csvke
a8023b3e4c RV1126BP-70: Add config, docs, and unit tests for MPP plugin
- Add [mpp] section to conf/glances.conf with disable=True
- Add docs/aoa/mpp.rst documentation page and index entry
- Add unit test test_026_mpp with Rockchip MPP test fixtures
2026-04-11 01:34:44 +08:00
Christian Rishøj
c53cb847b9 #3480 fix review nits
- Remove unnecessary hasattr guard on get_refresh()
- Init _last_stats_computed_time to time.time() to avoid stale first reading
- Guard against ZeroDivisionError in IO/network rate calculations
- Use title-case status from pylxd directly
- Add trailing newline to containers.rst

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 14:50:48 +01:00
Christian Rishøj
d6395e8d3e #3480 address review feedback
- Split _compute_activity_stats into sub-functions per review feedback
- Pass Glances refresh interval as LXD poll interval
- Update containers docs to mention LXD/pylxd

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 14:44:21 +01:00
nicolargo
5680a5da4a Command Injection via Process Names in Action Command Templates - Correct CVE-2026-32608 2026-03-14 09:52:12 +01:00
nicolargo
058ed1f7a8 Update req 2026-03-07 15:01:55 +01:00
nicolargo
45b3164464 Improve docs and also add min/max/mean for CPU and load 2026-03-07 10:09:24 +01:00
Siddharth Doshi
e306ad24b6 feat(plugin): add generic mmm (min/max/mean) support in base plugin model
Introduce a generic Min/Max/Mean (mmm) mechanism at the plugin model level.

When a field in `fields_description` defines `'mmm': True`, the plugin
automatically generates and maintains the following derived fields:

  <field>_min
  <field>_max
  <field>_mean

The computation is handled in the base plugin model to ensure the
feature is reusable across all plugins. Mean is calculated as a
running mean, and min/max are updated on each refresh cycle.

This implementation:
- Keeps the feature opt-in per field
- Avoids hardcoding logic in individual plugins
- Maintains full backward compatibility
- Preserves existing API v4 response structure
- Ensures no regression in existing behavior

Unit tests have been added to validate correct field generation
and update behavior.
2026-03-01 17:34:33 +05:30
Siddharth Doshi
5248bec5ee Enhance the existing memory plugin to track runtime minimum and maximum memory usage percentage since Glances startup and expose these values through the existing /api/4/mem endpoint. 2026-02-28 14:30:31 +05:30
nicolargo
1341ed3d68 GPU monitoring (INTEL) #994 2026-02-20 08:42:10 +01:00
nicolargo
bfc5d3e000 First version for Intel GPU 2026-02-18 22:58:36 +01:00
nicolargo
6e0b87c55d NPU plugin makes Glances 4.5.0.1 crashing on start #3425 2026-02-10 21:21:54 +01:00
nicolargo
73f62ee815 Update docs for NPU 2026-01-24 15:59:38 +01:00
nicolargo
7d149b14bc Add NPU display for TUI 2026-01-24 15:57:32 +01:00
Fabian Fleischer
7748003d8b Add CPU core number field to processlist 2026-01-22 12:49:10 +01:00
Drakarah
0b141ff92d update doc 2025-12-22 09:42:32 +00:00
nicolargo
1567c2db49 Update docs for PR #3346 2025-11-16 10:54:39 +01:00
nicolargo
ab68fcbe28 Add a focus option for the processlist plugin #3293 2025-11-11 10:40:06 +01:00
nicolargo
5efa3a01a3 Update docs 2025-11-08 19:22:49 +01:00
nicolargo
e11cb80492 First issue corrected. It is now possible to generate alarm for plugins returning a list (tested only with sensors). To be done for all plugins (add header adn actions_keys) 2025-11-08 18:40:20 +01:00
nicolargo
9de127cce9 Update documentation for API 2025-11-08 09:16:16 +01:00
nicolargo
133f97efd8 Show used port in container section #2054 2025-11-01 10:27:34 +01:00
nicolargo
1b93758b65 [UI] Process virtual memory display can be disable by configuration #3299 2025-10-18 16:03:23 +02:00
nicolargo
48674ee71f Clean unused decorator 2025-09-28 15:00:37 +02:00
nicolargo
d0137830c2 Choose between used or available in the mem plugin #3288 2025-09-25 22:20:23 +02:00
Nicolas Hennion
48296a5de9 Merge pull request #3289 from bkanuka/issue3979-zfs-cache
Issue #3279 zfs cache and memory math issues
2025-09-25 20:48:49 +02:00
nicolargo
ff6dcd5cb0 Update documentation 2025-09-25 13:49:06 -04:00
jmwallach
36c9658912 Update network.rst
Fix labeling error
2025-09-24 16:40:09 -07:00
Tim Potter
81a16075bd Update sensors.rst
Add alias example
2025-08-28 13:43:11 -05:00
nicolargo
1daac0e6d0 Add Disk I/O Latency stats #1070 2025-08-10 19:08:02 +02:00
nicolargo
3d263bc7d4 Create a Glances API in order to use Glances as a Python lib #3237 2025-07-12 18:16:43 +02:00
nicolargo
bfda524b4e [WEBUI] Irix mode (per core instead of per CPU percentage) not togglable #3158 2025-07-05 10:32:11 +02:00
wuhgit
c473060740 Revision of confusing descriptions in the SMART section of the document 2025-07-05 10:32:11 +02:00
nicolargo
82e59dbfda Add stats about running VMS (qemu/libvirt/kvm support through virsh) #1531 2025-07-05 10:32:11 +02:00
nicolargo
fb81a2a5f7 Add stats about running VMS (qemu/libvirt/kvm support through virsh) #1531 2025-07-05 10:32:11 +02:00
nicolargo
b6fc1596a9 Done for the WebUI 2024-12-23 11:50:53 +01:00
nicolargo
890b5d5dd2 Raise an (Alert) Event for a group of sensors #2692 2024-12-21 15:19:34 +01:00
nicolargo
a7d5b1e869 Thread mode ('j' hotkey) is not taken into accound in the WebUI #3019 2024-11-17 15:31:10 +01:00
nicolargo
8cf98e59e6 Update docs 2024-11-16 11:47:32 +01:00
nicolargo
3f26fb85f6 Ability to specify hide or show for smart plugin #2996 2024-11-16 11:39:24 +01:00
nicolargo
a9e3820947 Update doc and WebUI 2024-11-08 15:26:44 +01:00
nicolargo
114435e033 Thresholds not displayed in the WebUI for the DiskIO plugin #1498 2024-11-08 15:14:41 +01:00
nicolargo
039dd00c96 Desable warning message concerning version when executed in local - Related to #2956 2024-10-23 22:02:06 +02:00
nicolargo
5732a52fbc Update docs 2024-10-23 21:29:37 +02:00
nicolargo
36755ba4be Show only active Disk I/O (and network interface) #2929 2024-09-08 19:17:07 +02:00
nicolargo
f4c7ca01fe Correct codespell 2024-06-29 19:19:26 +02:00
Nicolas Hennion
8c520e1d94 Update network.rst
Correct alias example
2024-06-17 13:40:11 +02:00
nicolargo
9c482196f3 Add .redthedocs.yaml configuration file 2024-06-16 22:43:55 +02:00
nicolargo
6077bb4a55 [BREAKING CHANGE in conf file] Secure call to AMPS, use && as commend separator instead of ; 2024-06-01 18:32:51 +02:00
nicolargo
d0de547e41 Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799 2024-06-01 11:02:58 +02:00