nicolargo
2b30c9986f
Add VMs section (disabled by default) in the Docker glances.conf file
2024-07-26 10:20:47 +02:00
Nicolas Hennion
fbd0eee5c4
Merge pull request #2891 from ariel-anieli/issue-2801-plugin-msg-curse
...
Reduced complexity of `glances.plugins.percpu.PluginModel.msg_curse()`
2024-07-26 10:18:24 +02:00
Ariel Otilibili
6059b9ab42
Reduced complexity of glances.plugins.percpu.PluginModel.msg_curse()
...
Part of #2801 . Broken `msg_curse`: if no stats returns empty list, else:
1. `define_headers_from_os`
2. `maybe_build_string_msg`
3. `display_cpu_stats_per_line`
4. `manage_max_cpu_to_display`
5. Then, for CPU:
* `display_cpu_header_in_columns`
* `display_cpu_stats_in_columns`
6. Hence, `summarize_all_cpus_not_displayed`
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-07-25 00:14:48 +02:00
nicolargo
e38e2ce831
beta04
2024-07-24 15:53:30 +02:00
nicolargo
d10b4bdc71
Reformat file with Ruff
2024-07-24 15:52:04 +02:00
nicolargo
80d07615f4
Merge branch 'issue2252' into develop
2024-07-24 15:47:36 +02:00
nicolargo
81f6ec03b4
Merge branch 'develop' into issue2252
2024-07-24 15:47:12 +02:00
Nicolas Hennion
1153d18a37
Merge pull request #2884 from ariel-anieli/issue-2801-plugin-update
...
Reduced complexity of `glances.plugins.system.PluginModel.update()`
2024-07-24 15:45:31 +02:00
nicolargo
0950e407a7
Catch error when Glances stop
2024-07-24 15:31:55 +02:00
nicolargo
5ed876423f
WebUI is OK, had to manage the error when Glances stop, see Github issue #2252 for detail
2024-07-24 11:32:57 +02:00
nicolargo
9d76bfeb3e
First version of the Curses UI, miss engine name
2024-07-23 19:34:12 +02:00
Ariel Otilibili
881017e63b
Reduced complexity of glances.plugins.system.PluginModel.update()
...
Part of #2801 . Broke `update` in two parts:
* if `local`, stats taken from `get_stats_from_std_sys_lib`
* and readability achieved by `add_human_readable_name`
* else if `snmp`, taken from `update_stats_with_snmp`.
`get_stats_from_std_sys_lib` has two helpers:
1. `get_win_version_and_platform`.
2. `get_linux_version_and_distro`.
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-07-22 22:22:48 +02:00
nicolargo
6b036ec0ac
Refactor colors Class for Curses UI
2024-07-21 19:16:33 +02:00
RazCrimson
e086625f1a
Merge pull request #2877 from Neved4/medium-line
...
fix: Use `ncurses` dedicated functions for the separator line
2024-07-16 01:06:38 +05:30
Neveda
bfdf899615
refactor: Simplify separator_line()
logic
2024-07-15 13:43:23 +02:00
Neveda
e1e3ca9c8a
fix: Use self.term_window.hline()
and curses.ACS_HLINE
for the separator line
2024-07-15 12:36:03 +02:00
Nicolas Hennion
413df02728
Merge pull request #2873 from ey-jo/fix-docs-path
...
Corrected path in docs for docker
2024-07-11 16:31:15 +02:00
ey-jo
be83a0f735
changing path in docs for docker
2024-07-11 15:13:25 +01:00
RazCrimson
166e6df373
Merge pull request #2867 from Neved4/medium-line
...
Replace `U+23AF` with `U+2500` for splitlines
2024-07-11 11:29:50 +05:30
Neveda
c86f01b7a1
Replace U+23AF
with U+2500
2024-07-11 00:01:42 +02:00
Nicolas Hennion
363a66c263
UodateSnapcraft
2024-07-08 08:54:40 +00:00
nicolargo
f603e8412c
Add another connector to snap
2024-07-07 18:47:46 +02:00
nicolargo
6f7a09686c
Check if server name is not null in the Glances browser - Related to #2861
2024-07-06 08:30:02 +02:00
nicolargo
18bade9edf
On the raod again again
2024-07-03 19:50:23 +02:00
nicolargo
cc9054d082
Merge branch 'develop'
2024-07-03 19:47:18 +02:00
nicolargo
ca41d09845
Glances 4.1.2
2024-07-03 19:47:05 +02:00
nicolargo
f8aa98bac7
Glances 4.1.2
2024-07-03 19:43:45 +02:00
nicolargo
90f4934c62
Glances 4.1.2
2024-07-03 19:41:40 +02:00
Bharath Vignesh J K
fd99c8008d
chore: version patch update for a quick test pypi upload
2024-07-03 17:27:36 +05:30
Bharath Vignesh J K
6af2340c5c
chg: plugin(percpu) - show times based on host OS
2024-07-01 10:27:33 +05:30
RazCrimson
46abd4b4c9
Merge pull request #2860 from nicolargo/2859-glances-411-on-windows-attributeerror-cpupercent-object-has-no-attribute-cpu_percent
...
fix: cpu_percent - initialization timer bugs
2024-07-01 09:33:57 +05:30
Bharath Vignesh J K
2801add7e2
fix: cpu_percent - initialization timer bugs
...
fixes #2859
2024-07-01 09:33:05 +05:30
nicolargo
9b853d857b
Merge branch 'develop' of github.com:nicolargo/glances into develop
2024-06-30 10:18:29 +02:00
Bharath Vignesh J K
99e65079a0
chg: plugin(docker) - add some typing
2024-06-30 03:52:09 +05:30
Bharath Vignesh J K
0e1d462c69
chg: exports (influxdb) - log warning message if export fails
2024-06-30 01:33:51 +05:30
nicolargo
f4c7ca01fe
Correct codespell
2024-06-29 19:19:26 +02:00
nicolargo
60591630df
Improve lisibility of OK_LOG
2024-06-29 19:01:25 +02:00
nicolargo
48103f167e
Only test latest Python version on MacOS
2024-06-29 16:43:47 +02:00
nicolargo
154ae8e610
On the road (again) to Glances 4.2.0
2024-06-29 16:36:22 +02:00
nicolargo
1826f07fb3
Glances 4.1.1
2024-06-29 16:32:42 +02:00
nicolargo
86c2cd1d4a
Glances 4.1.1
2024-06-29 16:28:50 +02:00
nicolargo
452fd6497e
Sensors data is not exported using InfluxDB2 exporter #2856
2024-06-29 16:03:27 +02:00
nicolargo
ccfd8f0aa9
On the road of Glances 4.2.0
2024-06-29 10:01:07 +02:00
nicolargo
d91bfa2f8b
Update docs
2024-06-29 09:55:33 +02:00
nicolargo
afa1da59d1
Merge branch 'develop'
2024-06-29 09:54:13 +02:00
nicolargo
582ca07716
Glances 4.1.0
2024-06-29 09:49:36 +02:00
Nicolas Hennion
036eb976e9
Merge pull request #2854 from CognitiveDisson/patch-1
...
Remove duplicate line from the README file
2024-06-27 06:37:58 +02:00
Vadim Smal
2c5a1150bd
Remove duplicate line from the README file
2024-06-26 23:35:37 +01:00
nicolargo
f6066e5d46
PsUtil 6+ no longer check PID reused #2755
2024-06-26 18:56:31 +02:00
nicolargo
cff2e9fc4a
Call process_iter.clear_cache() (PsUtil 6+) when Glances user force a refresh (F5 or CTRL-R) #2753
2024-06-26 18:36:10 +02:00