Commit Graph

4253 Commits

Author SHA1 Message Date
nicolargo
ed85bc43ed Glances reports different amounts of used memory than free -m or top #1924 2022-04-10 15:53:22 +02:00
nicolargo
7003028f9e Amp with pipe do not work #1976 2022-04-10 15:50:39 +02:00
nicolargo
320a1ffcae Clear-text logging of sensitive information 2022-04-10 15:41:23 +02:00
nicolargo
021ac4cea9 Format code thanks to Black 2022-03-20 09:13:02 +01:00
Nicolas Hennion
5b655be232
Merge pull request #2018 from tirkarthi/fix-threading
Use is_set instead of isSet for Python 3.10 compatibility.
2022-03-20 08:59:25 +01:00
Karthikeyan Singaravelan
7a0ca38ee6 Use is_set instead of isSet for Python 3.10 compatibility. 2022-03-20 12:31:50 +05:30
nicolargo
f43ed60ce8 Correct an issue with the kill function 2022-03-13 14:31:41 +01:00
nicolargo
aab36bbcd8 Kill is now compatible with Programs 2022-03-13 14:06:58 +01:00
nicolargo
5bf520f529 Update WebUI and docs 2022-03-13 11:38:56 +01:00
nicolargo
f61d147354 Correct typo in documentation 2022-03-13 08:47:44 +01:00
nicolargo
6d9bac1867 First running version. Need more test. And WebUI 2022-03-12 15:21:21 +01:00
nicolargo
7e2af7bd63 Correct unitary test issue in Python 2 2022-03-06 11:22:55 +01:00
Nicolas Hennion
cf2982d9ac
Merge pull request #2011 from LiamAEdwards/develop
Updated FreeBSD installation instructions
2022-03-06 08:36:28 +01:00
ledwards
14488f2dab Updated FreeBSD installation instructions 2022-03-06 06:05:53 +00:00
nicolargo
0c14e966a7 Merge branch 'issue2004' into develop 2022-03-05 14:38:35 +01:00
nicolargo
0c55ff1ecb Add uptime to the Docher plugin - #2004 2022-03-05 14:38:20 +01:00
nicolargo
6404e08129 Correct issue on run 2022-02-26 15:52:45 +01:00
nicolargo
be927fda3d Prepare memory leak test. Not active for the moment 2022-02-26 15:45:39 +01:00
nicolargo
5098ac009b Add memory leak target in makefile 2022-02-25 11:24:12 +01:00
nicolargo
bc47db9924 Disable history when --memory-leak option is used 2022-02-25 11:20:15 +01:00
nicolargo
1d222ff8a0 Add --memory-leak option 2022-02-25 10:51:45 +01:00
nicolargo
74a2e6bbe8 Add a trace malloc test 2022-02-20 09:38:53 +01:00
nicolargo
f7971620ee The gpu temperature unit are displayed incorrectly in web ui #2002 2022-02-20 08:45:11 +01:00
nicolargo
9d61dc3193 Merge branch 'issue1996' into develop 2022-02-19 15:56:45 +01:00
nicolargo
13ba034e92 Add line separators in the terminal output #1996 2022-02-19 15:56:07 +01:00
nicolargo
a648b488d0 Update profiling flame file 2022-01-23 15:32:19 +01:00
nicolargo
f9697e8b8e Including battery and AC adapter health in Glances #1049 2022-01-23 10:42:43 +01:00
Nicolas Hennion
19eea2a0c1
Merge pull request #1992 from myersg86/develop
Fix typo in CONTRIBUTING.md
2022-01-19 18:26:57 +01:00
myersg86
30c93b4a95
Fix typo in CONTRIBUTING.md
CONTRIBUTING.md:61: usefull -> useful
2022-01-15 12:40:46 -07:00
nicolargo
00c65933ae Update docs (again) for API. Related to issue #1988 2022-01-15 11:38:21 +01:00
nicolargo
2729bd767f Update docs for API. Related to issue #1988 2022-01-15 11:34:52 +01:00
nicolargo
8d4a20a6a8 Web server status check endpoint #1988 2022-01-15 11:33:14 +01:00
nicolargo
0659e59e3a Merge branch 'Jahenr-issue1973' into develop 2022-01-02 09:34:35 +01:00
Moldavite
1992eac0b0 Added missing options to help menu 2022-01-01 22:46:18 +00:00
nicolargo
b9b7e44ac0 Random numbers in Client mode #1979 2021-12-28 09:41:36 +01:00
nicolargo
edb0b70efa --time parameter being ignored for client/server mode #1978 2021-12-27 11:10:23 +01:00
nicolargo
0d61df50c8 glances_ip.py plugin relies on low rating / malicious site domain #1975 2021-12-27 10:42:11 +01:00
nicolargo
c22037df3d Reduce CPU in server mode by disabling the processes extended stats 2021-12-05 16:20:04 +01:00
Nicolas Hennion
eb8857999c
Merge pull request #1971 from RazCrimson/readme-typo-fix
fix: Typo in docs
2021-12-05 09:07:45 +01:00
Nicolas Hennion
798d4c5922
Merge pull request #1970 from RazCrimson/fix-autodiscovery-failure
fix: autodiscover.py failure
2021-12-05 09:06:57 +01:00
Nicolas Hennion
6a1311c42c
Merge branch 'develop' into fix-autodiscovery-failure 2021-12-05 09:06:50 +01:00
Nicolas Hennion
170d92ec4a
Merge pull request #1968 from RazCrimson/fix-command-trimmed-incorrectly-1795
fix: Command trimmed incorrectly #1795
2021-12-05 09:04:56 +01:00
Nicolas Hennion
dae001f1d4
Merge pull request #1967 from RazCrimson/add-code-formatter
Add Code formatter - black
2021-12-05 09:03:48 +01:00
RazCrimson
6d1b2f23e3 fix: Typo in docs 2021-11-30 22:00:05 +05:30
RazCrimson
d00ef3c202 fix: autodiscover.py failure 2021-11-30 03:02:04 +05:30
RazCrimson
2589b54190 fix: Command trimmed incorrectly #1795 2021-11-30 01:54:12 +05:30
RazCrimson
78a903dbeb refactor: Reformat existing code to comply with black 2021-11-29 21:51:18 +05:30
RazCrimson
24636a544c add: Makefile entries for black formatting & testing 2021-11-29 21:51:18 +05:30
RazCrimson
79223b15cb add: pyproject.toml for black config 2021-11-29 21:51:18 +05:30
RazCrimson
deb05ce31e add: black in dev-requirements.txt 2021-11-29 20:33:44 +05:30