Commit Graph

2813 Commits

Author SHA1 Message Date
Alessio Sergi
9cf2863447 Optimize code for extended stats 2017-01-18 19:21:07 +01:00
Alessio Sergi
cf2a386d98 Fix crash with extended stats on macOS (issue #999)
As of version 4.3.1, psutil's Process.as_dict() raises ValueError if an
attribute name is invalid.
2017-01-18 14:40:44 +01:00
Alessio Sergi
7740f588de Fix "'Process' object has no attribute 'io_counters' on Solaris" 2017-01-18 11:19:10 +01:00
nicolargo
e462a9c77e Update export list in README file 2017-01-14 22:32:32 +01:00
Alessio Sergi
ffaf0956bd Do not use mutable default argument
See e2912943c5.
2017-01-09 20:17:37 +01:00
Alessio Sergi
870758a9e6 folder_list: remove superfluous try/except when reading config values
config.get_value() already handles NoOptionError in this case.
2017-01-09 16:01:07 +01:00
Alessio Sergi
92e76ff612 flake8 fixes
- wrong continued indentation
- missing whitespace after ':'
- unused imports
- expected 2 blank lines after class or function definition
2017-01-09 12:59:36 +01:00
Alessio Sergi
e03b20f1ec exports: fix imports due to load_conf() refactor and remove now unused ones 2017-01-09 12:55:04 +01:00
Alessio Sergi
0f2824fd6a Copyright 2017 2017-01-09 12:09:17 +01:00
nicolargo
e4b7e73970 Update doc for configuration file 2017-01-08 11:08:58 +01:00
nicolargo
4ea591eac0 Merge branch 'refactorexport' into develop 2017-01-07 16:50:51 +01:00
nicolargo
5ce05cef11 Refactor init of export modules 2017-01-07 16:50:35 +01:00
nicolargo
4223e21c1f Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2017-01-07 15:56:32 +01:00
Nicolas Hennion
e259d32f02 Merge pull request #992 from nclsHart/gpu-plugin-shortcuts
add gpu plugin shortcuts
2017-01-07 15:56:10 +01:00
nicolargo
6b4219cea9 Change the README file 2017-01-07 15:55:32 +01:00
Nicolas Hart
a6338acf5d add gpu plugin shortcuts 2017-01-07 15:36:54 +01:00
Nicolas Hennion
6316fa6aa5 Merge pull request #990 from notFloran/webui-gpu
[WIP] Add GPU plugin in the WebUI
2017-01-07 14:31:39 +01:00
Floran Brutel
674d2c140d Hide mem_more plugin when gpu plugin is enabled 2017-01-07 14:00:42 +01:00
Floran Brutel
e3e51cefb4 Fix display and shortcut issues for the gpu plugin of the webUi 2017-01-07 13:53:11 +01:00
nicolargo
fa3a3ed715 Update README file 2017-01-07 10:26:53 +01:00
nicolargo
9390b75bc2 Update setup file again 2017-01-07 10:12:50 +01:00
nicolargo
09ba54c458 Update setup file 2017-01-07 10:09:27 +01:00
nicolargo
fa705e08e8 Update the CONTRIBUTING file 2017-01-07 09:47:53 +01:00
Floran Brutel
c44b6dceec Add gpu plugin in the webUI 2017-01-04 20:26:45 +01:00
Floran Brutel
4059de2676 Add module for gpu 2017-01-04 08:48:24 +01:00
nicolargo
b80ff98de3 Update docs and requirements files 2017-01-01 14:14:20 +01:00
nicolargo
c61ad18f47 Update AUTHORS file 2017-01-01 13:52:36 +01:00
nicolargo
3799de31c5 Merge branch 'issue967' into develop 2016-12-31 18:42:16 +01:00
nicolargo
68482c3d8a Correct hotkeys d, f, l, n 2016-12-31 18:41:58 +01:00
nicolargo
60d2704161 Correct hotkey r 2016-12-31 18:28:29 +01:00
nicolargo
75d1c6c1bc Correct hotkey 4 and 5 2016-12-31 18:23:54 +01:00
nicolargo
8add69f75e Add configuration file template path in the doc 2016-12-30 10:10:48 +01:00
nicolargo
24c8b7797b Add GPU to the document sidebar menu 2016-12-29 17:27:49 +01:00
nicolargo
c3c52e3f89 Update documentation 2016-12-29 17:22:41 +01:00
nicolargo
bbf0947cf5 Update documentation for the new GPU plugin 2016-12-29 17:21:55 +01:00
nicolargo
d11dbb9b7d Add a mean GPU view ('6' short key or --meangpu option) 2016-12-29 17:21:14 +01:00
nicolargo
fee3f5d7f8 Correct hight CPU consumption with extended processes stats enable 2016-12-29 14:06:40 +01:00
nicolargo
1b41b67647 Refactor read config method 2016-12-28 22:52:10 +01:00
nicolargo
657c5f8e89 Refactor load_exports method 2016-12-28 22:18:12 +01:00
nicolargo
42356c45b3 Refactor display method of the curses interface sprint 3 2016-12-28 18:41:46 +01:00
nicolargo
27aa7371fc Refactor display method of the curses interface sprint 2 2016-12-28 18:31:06 +01:00
nicolargo
6711da1907 Refactor display method of the curses interface sprint 1 2016-12-28 17:37:22 +01:00
nicolargo
53fc7271f1 Refactor curses __get_stat_display method 2016-12-28 16:53:59 +01:00
nicolargo
e68a504752 Correct number of digits displayed in the GPU plugin 2016-12-27 21:54:17 +01:00
nicolargo
32eff4d079 Correct encoding issue with AMP sustemd and Python 3.5 2016-12-27 21:45:11 +01:00
nicolargo
0ba5b95ff1 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2016-12-27 21:25:30 +01:00
nicolargo
cc9dfc22f7 Update NEWS file 2016-12-27 21:25:20 +01:00
Alessio Sergi
3baae1f5c4 Add the username to the log filename
Glances as system tool is often executed in a multi-user environment or
even with root privileges. Then, make the log file system-aware as well.
2016-12-27 19:49:37 +01:00
Alessio Sergi
555f84b976 Use bold for text with bg
Glances 2.7 is not affected, only develop.
2016-12-27 19:05:04 +01:00
Alessio Sergi
7b7b47f3fb Revert "Fix 'module level import not at top of file'"
This reverts commit cac3e36895.
2016-12-27 18:32:15 +01:00