Commit Graph

2953 Commits

Author SHA1 Message Date
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
Alessio Sergi
cac3e36895 Fix 'module level import not at top of file' 2016-12-27 18:27:33 +01:00
nicolargo
b106370bd8 Add debug message for the load of maximum processes to display in the WebUI 2016-12-27 12:29:58 +01:00
Nicolas Hennion
c7e8fd0c5c Merge pull request #989 from notFloran/webui-config-to-limit-processes-display
Add config to limit the number of processes to display in the web ui
2016-12-27 12:03:44 +01:00
Floran Brutel
6988b5ea03 Add config to limit the number of processes to display in the web ui 2016-12-27 11:45:13 +01:00
Alessio Sergi
723519f6a9 setup.py: get_requires() no longer needed
We dropped support for Python 2.6 and curses interface on Windows.
2016-12-26 19:01:46 +01:00
Alessio Sergi
cefa8b06ce Console mode on Windows is no more
See 8866321a49.
2016-12-26 18:49:04 +01:00
nicolargo
01ff8aa7d5 Force float on GPU memory 2016-12-26 09:39:42 +01:00
nicolargo
184e444dc4 Update PsUtil version 2016-12-24 17:31:47 +01:00
nicolargo
525db5a5e8 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2016-12-24 17:00:58 +01:00
nicolargo
c5c961c1a0 Replace try by in 2016-12-24 17:00:52 +01:00