Nicolas Hennion
91647bb5d1
Merge pull request #1235 from Thomaash/develop
...
Add a unit test for plugin's sorted stats method
2018-02-14 22:18:15 +01:00
Tomáš Vyčítal
7bd0cff0aa
Add a unit test for plugin's sorted stats method
2018-02-14 21:08:44 +01:00
nicolargo
5819b72682
Avoid Glances to crash with a IOError if duration <= 0 in the stdout display module (see https://stackoverflow.com/questions/36226054/strange-ioerror-when-time-sleep-in-python )
2018-02-13 21:38:35 +01:00
nicolargo
6096abaef9
Merge branch 'issue1168' into develop
2018-02-13 21:30:04 +01:00
nicolargo
5aa2adc3c6
Correct help message
2018-02-13 21:29:31 +01:00
Nicolas Hennion
85f5e6c8d2
Merge pull request #1232 from Thomaash/develop
...
Use alias aware sorting also for network devices
2018-02-13 21:27:42 +01:00
Tomáš Vyčítal
9e46e4bfaa
Use get_key instead of hardcoded names in sorted_stats
2018-02-13 21:19:40 +01:00
Tomáš Vyčítal
3a68e85d5b
Use alias aware sorting in glances_network
2018-02-12 23:08:37 +01:00
Tomáš Vyčítal
7a47c32341
Move alias aware sorting to glances_plugin
2018-02-12 23:08:12 +01:00
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
nicolargo
b091bdbb7b
Add a new output mode to stdout #1168
2018-02-11 11:02:16 +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
c2863629dd
Rename docker folder to docker-files because import docker return always true...
2018-01-24 20:58:48 +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
Nicolas Hennion
0dd91b6b14
Merge pull request #1219 from oppianmatt/patch-1
...
update readme docker run command
2018-01-17 11:13:12 +01:00
Matthew Jacobi
bb9e741445
update readme docker run command
...
slightly better way which:
- doesn't leave the container around when finished
- uses network host mode which then allows glances to show the network devices
2018-01-17 09:58:39 +00: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