Commit Graph

3103 Commits

Author SHA1 Message Date
Nicolas Hennion
f1bd304f79
Merge pull request #1229 from Thomaash/develop
Implement number and alias aware diskio sorting
2018-02-12 20:34:41 +01:00
Tomáš Vyčítal
56229d238a
Implement number and alias aware diskio sorting 2018-02-10 19:55:23 +01:00
nicolargo
0d029220dd Correct an issue on TIME+ on MacOS 2018-02-06 22:14:08 +01:00
nicolargo
ed56a8962c Correct https://github.com/nicolargo/glances/issues/1105#issuecomment-363553788 2018-02-06 21:28:11 +01:00
nicolargo
c81701525a Change the filter order name than cmdline 2018-02-06 21:18:21 +01:00
nicolargo
8784f4bbfe Correct filter error if command name/line is None 2018-02-06 21:12:50 +01:00
nicolargo
8cb9638457 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2018-01-30 20:44:58 +01:00
nicolargo
a796bf5604 Correct warning message typo 2018-01-30 20:44:51 +01:00
Alessio Sergi
d137d3bd26 Unconditionally use statistics module since we support Python 3.4+ now 2018-01-29 20:46:21 +01:00
Alessio Sergi
7e70b36f91 Take advantage of rich comparisons for PyPy too 2018-01-29 20:03:00 +01:00
Alessio Sergi
32425eb205 Implement rich comparisons rather than relying on __cmp__()
The __cmp__() special method is gone in Python 3 in favor of rich
comparison methods.
2018-01-29 19:19:19 +01:00
nicolargo
7a0b9bcbc9 Merge branch 'issue1224' into develop 2018-01-28 21:52:49 +01:00
nicolargo
5f52c03f44 Display debug message if dep lib is not found #1224 2018-01-28 21:52:30 +01:00
nicolargo
5fdedbf8cf Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2018-01-28 13:24:09 +01:00
nicolargo
0a607808c7 Correct issue https://github.com/nicolargo/glances/issues/1105#issuecomment-361051196 on MacOS 2018-01-28 13:24:04 +01:00
Alessio Sergi
dde657290f Use PEP 440 compliant version scheme 2018-01-27 19:51:44 +01:00
Alessio Sergi
0a965c4294 standards_attr -> standard_attrs 2018-01-27 18:54:42 +01:00
Alessio Sergi
cab5946959 gids is not available on Windows 2018-01-27 18:46:51 +01:00
nicolargo
c1d5b96faf Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2018-01-27 14:03:34 +01:00
nicolargo
89a1afea79 Merge branch 'issue1105' into develop 2018-01-27 14:02:44 +01:00
nicolargo
631722992e Remove tree view 2018-01-27 14:01:27 +01:00
Alessio Sergi
4e606f4650 Drop support for EOL Python 3.3 2018-01-26 19:03:33 +01:00
nicolargo
9356b70c04 Reafactoring almost done. Had to remove tree view... 2018-01-25 21:37:44 +01:00
nicolargo
ad032497c5 Fallback for PsUtil 2.0 2018-01-24 21:39:08 +01:00
nicolargo
524babd3d7 Rename docker folder to docker-files because import docker return always true... 2018-01-24 20:58:33 +01:00
nicolargo
fb93c96935 Ok but miss some extended stats (see line 348) 2018-01-21 22:53:22 +01:00
nicolargo
229e8f3697 Revert the issue #1105 and create an update_NEW() function 2018-01-18 21:58:10 +01:00
nicolargo
f81ccfc24d Correct an issue on MacOS and SunOS for diskIO 2018-01-18 21:43:00 +01:00
nicolargo
01c6fbe80f ZeroDivisionError in IO Rate (ProcessList) #1220 2018-01-17 11:20:25 +01:00
nicolargo
7ba8448b82 update readme docker run command #1219 2018-01-17 11:14:26 +01:00
nicolargo
d53e80359e Merge branch 'issue1218' into develop 2018-01-17 08:32:10 +01:00
nicolargo
259dcd6d0e Nice Process Priority Configuration #1218 2018-01-17 08:31:43 +01:00
nicolargo
141999bb68 Merge branch 'issue1105' into develop 2018-01-16 22:29:36 +01:00
nicolargo
43aeb4f2e7 Merge branch 'develop' of https://github.com/nicolargo/glances into issue1105 2018-01-16 22:04:59 +01:00
nicolargo
aa17412856 Remove debug message 2018-01-16 21:55:54 +01:00
nicolargo
1dbec8c8f6 Correct Max CPU MEM display 2018-01-16 21:44:33 +01:00
nicolargo
53992ff41d Workaround for KeyError: 'docker' (see mail Alessio Sergi) 2018-01-13 10:47:28 +01:00
nicolargo
8771df5a9d Merge pull request issue #1217 2018-01-11 21:09:48 +01:00
nicolargo
411e77a23e Merge branch 'develop' of https://github.com/nicolargo/glances into issue1105 2018-01-09 21:39:40 +01:00
Nicolas Hennion
5cdda5d86b
Merge pull request #1216 from alyssais/ip_disable
Don't load public IP address if module disabled
2018-01-09 18:49:21 +01:00
nicolargo
8f7fbafa46 Max value does not work 2018-01-09 18:45:06 +01:00
Alyssa Ross
b0d029baf3
Don't load public IP address if module disabled 2018-01-09 17:36:19 +00:00
nicolargo
6f62a9f2e8 Correct IO counter and max cpu/mem 2018-01-06 16:42:43 +01:00
nicolargo
9a40395efb Correct IO counter and max cpu/mem 2018-01-06 16:41:47 +01:00
Nicolas Hennion
3b0115c2ff
Merge pull request #1205 from notFloran/1200-fix-webui-sensor
WebUI now take account of --fahrenheit option
2018-01-06 12:22:51 +01:00
Floran Brutel
b0dcf8b306
Build the WebUI 2018-01-06 12:05:08 +01:00
Floran Brutel
c599797696 Set Fahrenheit values to 1 decimal 2018-01-06 11:28:53 +01:00
Floran Brutel
cef2c043f9 WebUi now take account of --fahrenheit option 2018-01-06 11:28:52 +01:00
nicolargo
fc7106c012 First rush for the issue #1105. Bug with Process IO when Glances starts 2018-01-06 11:20:50 +01:00
nicolargo
92c9b2d9a8 Add mailmap file (https://stacktoheap.com/blog/2013/01/06/using-mailmap-to-fix-authors-list-in-git/) 2018-01-01 17:43:49 +01:00