nicolargo
a9170d7121
Update NEWS file
2026-03-07 15:51:54 +01:00
nicolargo
02f0106ee8
Update profiling
2026-03-07 15:39:13 +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
ad1f18c657
Add documentation for MCP server
2026-02-21 20:57:00 +01:00
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
Nicolas Hennion
22ca17fbe0
Merge pull request #3447 from mikemhenry/patch-1
...
Fix code block formatting
2026-02-17 22:38:14 +01:00
nicolargo
07645532fc
version 4.5.0.5
2026-02-17 22:01:17 +01:00
Mike Henry
95e868cb48
Fix code block formatting
2026-02-17 12:38:47 -07:00
nicolargo
620413edf0
version 4.5.0.4
2026-02-10 22:29:05 +01:00
nicolargo
12a279b0da
version 4.5.0.3
2026-02-10 22:17:39 +01:00
nicolargo
60c1e2ef96
version 4.5.0.2
2026-02-10 21:41:44 +01:00
nicolargo
db72611f12
Glances version 4.5.0.2
2026-02-10 21:35:05 +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
3c6f3d14cd
version 4.5.0.1
2026-02-08 15:30:12 +01:00
nicolargo
3b6623f976
version 4.5.0
2026-02-08 13:57:02 +01:00
nicolargo
a882fa97f0
Ready to tag
2026-02-08 12:30:06 +01:00
nicolargo
00d3fd9756
--enable-history not available? #3416
2026-01-31 09:23:50 +01:00
nicolargo
c227ea4619
Avoid empty space when Quicklook plugin is displayed #3413
2026-01-29 08:46:52 +01:00
nicolargo
263f4121f1
Update docs
2026-01-25 17:49:37 +01:00
nicolargo
a5af38aa6e
Add NPU plugin in the WebUI
2026-01-25 16:32:11 +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
nicolargo
83da3de1a7
Add freq information about NPU
2026-01-24 15:57:31 +01:00
nicolargo
3c6057f192
Make the CPU_num option disable by default
2026-01-24 15:53:39 +01:00
Fabian Fleischer
7748003d8b
Add CPU core number field to processlist
2026-01-22 12:49:10 +01:00
nicolargo
716e32796c
Update documentation and WebUI
2026-01-18 14:29:41 +01:00
nicolargo
a9562e361a
Implementation of a JWT token thanks to Jose lib
2026-01-18 14:26:01 +01:00
nicolargo
326c2fef51
Remove Netifaces dependency and use a pure Python to get Default Gateway.
...
Ip address and Net mask are now retreived thanks to PSutil.
2026-01-03 15:12:53 +01:00
nicolargo
5cbbe91e1f
Regenerate the WebUI and lint the code
2026-01-03 08:52:19 +01:00
Drakarah
862ac41b58
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
2026-01-03 07:33:53 +00:00
nicolargo
6e844f3c8b
Update doc
2026-01-02 18:10:00 +01:00
nicolargo
b7c6cce373
First version ok. Log message should be removed. Code should be tested.
2025-12-30 19:04:07 +01:00
Drakarah
0b141ff92d
update doc
2025-12-22 09:42:32 +00:00
nicolargo
50818213b1
What a sexy pre-commit config file !
2025-11-22 18:48:13 +01:00
nicolargo
1cf7683c1d
Update Glances API documentation
2025-11-21 18:03:36 +01:00
nicolargo
1567c2db49
Update docs for PR #3346
2025-11-16 10:54:39 +01:00
nicolargo
ccb00ec252
Make WebUI and Restful API SSL compliant #3340
2025-11-11 18:34:51 +01:00
nicolargo
ab68fcbe28
Add a focus option for the processlist plugin #3293
2025-11-11 10:40:06 +01:00
nicolargo
25da171479
Add some fetch templates as an example
2025-11-10 11:45:33 +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
ba1b898a3e
Add info in F.A.Q about free memory
2025-11-08 09:25:26 +01:00
nicolargo
9de127cce9
Update documentation for API
2025-11-08 09:16:16 +01:00
nicolargo
55ff04437f
Update documentation for API
2025-11-08 08:58:19 +01:00
nicolargo
ba6be768d0
Update documentation
2025-11-08 08:56:43 +01:00
nicolargo
ff5e33d856
version 4.4.1
2025-11-03 14:47:16 +01:00