Commit Graph

2715 Commits

Author SHA1 Message Date
Kirby Banman
dc592a2cd0 Merge branch 'develop' of https://github.com/nicolargo/glances into feature/gpu-nvidia 2016-12-15 22:46:03 -07:00
nicolargo
6a186fd4c2 Replace homemade timer by sched Python lib for the standalone mode 2016-12-04 10:32:26 +01:00
nicolargo
9affd4d541 PEP8 correction 2016-12-04 09:46:07 +01:00
nicolargo
80d9d05ba5 Update processlist doc 2016-12-03 18:07:24 +01:00
nicolargo
40a2331a81 Merge branch 'issue836' into develop 2016-12-03 15:30:59 +01:00
nicolargo
1f01e1dbf4 Add access to the config file from the RestFul API: http://0.0.0.0:61208/api/2/config 2016-12-03 14:59:47 +01:00
Kirby Banman
df3e80875b Implement basic nvidia stats in plugin 2016-11-27 14:28:19 -07:00
nicolargo
258dbbf94f Refactor Curses display method 2016-11-27 22:14:20 +01:00
nicolargo
2050b2cccc Update optional-requirements.txt file 2016-11-26 16:36:10 +01:00
nicolargo
468623c089 Merge branch 'issue951' into develop 2016-11-26 16:22:20 +01:00
nicolargo
569516db80 Use multithread to grab server stats in the Browser mode (related to issue#951) 2016-11-26 16:21:36 +01:00
nicolargo
373a2d8ccc Document logfile path in man page #969 2016-11-21 22:06:54 +01:00
nicolargo
846bd217f5 fix missing local variable 'e' #968 2016-11-21 22:02:39 +01:00
nicolargo
3816c76017 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2016-11-17 21:23:15 +01:00
nicolargo
bedbbbe68f Merge branch 'issue967' into develop 2016-11-17 21:22:55 +01:00
nicolargo
dfd97d0d4d [develop] Hotkeys broken #967 2016-11-17 21:22:38 +01:00
nicolargo
da0db5ccba Correct issue with hotkey 'g' 2016-11-17 21:12:12 +01:00
Alessio Sergi
c090fb34f8 [WebUI] Fix keycode for the IRQ plugin
See commit 9650ce0.
2016-11-13 19:11:28 +01:00
Alessio Sergi
44cb5026ac Setting IRQ plugin to off by default in the WebUI as well 2016-11-13 18:56:37 +01:00
Nicolas Hennion
13fbc953ba Merge pull request #966 from notFloran/webui-wifi
Add Wifi plugin in the WebUI
2016-11-13 18:35:37 +01:00
Floran Brutel
5ed2ab1f7f Add wifi plugin in the WebUI 2016-11-13 17:21:52 +01:00
Kirby Banman
74ae507f13 Fill in all of nvidia plugin except actual stats collection. 2016-11-12 16:03:28 -07:00
Alessio Sergi
e1b2f7cbd3 Add more info about max pid in docstring 2016-11-12 18:56:47 +01:00
Alessio Sergi
e4348e1cc2 Use 'with' context manager so we don't leak open files. 2016-11-12 13:00:12 +01:00
nicolargo
846c9e843d Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2016-11-12 10:25:28 +01:00
nicolargo
de369be5b3 Merge branch 'refactor_curses' into develop 2016-11-12 10:25:06 +01:00
nicolargo
9d90af0857 Refactor curses output script to split some functions 2016-11-12 10:24:41 +01:00
Alessio Sergi
49346dae99 Remove '__appname__'
Not so useful, one less import.
2016-11-11 20:00:53 +01:00
Alessio Sergi
116d6fb50e Do not use platform.linux_distribution() on Python 3.7+ 2016-11-11 16:29:45 +01:00
Alessio Sergi
5c133a9571 Strip double quotes explicitly while parsing /etc/os-release 2016-11-11 13:23:43 +01:00
Alessio Sergi
842f65dbf2 Setting IRQ plugin to off by default 2016-11-11 11:11:11 +01:00
Alessio Sergi
f7b22d34e2 Align header too if kernel.pid_max is > 99999 (#959) 2016-11-10 18:25:43 +01:00
Alessio Sergi
967d68e8ea Truncate long device names in irq plugin 2016-11-10 17:33:15 +01:00
Alessio Sergi
c24cca191d Handle no-permission when checking IRQs on Alpine Linux (#962) 2016-11-10 17:01:55 +01:00
nicolargo
4e3ce5ef42 Refactor hotkey in the Curses interface 2016-11-10 10:23:25 +01:00
nicolargo
2ed8dbc8c8 Merge branch 'issue959' into develop 2016-11-10 09:47:58 +01:00
nicolargo
25cca79218 PID column too small if kernel.pid_max is > 99999 #959 2016-11-10 09:47:39 +01:00
nicolargo
408208b210 Merge branch 'issue958' into develop 2016-11-09 21:59:06 +01:00
nicolargo
3e8c8ae9bb Optimise CPU consumption #958 2016-11-09 21:58:44 +01:00
nicolargo
1d85b49561 Revert "First step of curses catch_key method refactor"
This reverts commit f88e546edc.
2016-11-06 20:46:14 +01:00
nicolargo
f88e546edc First step of curses catch_key method refactor 2016-11-06 18:09:34 +01:00
nicolargo
c23d3a255f Refactor Glances IRQ plugin 2016-11-06 11:47:51 +01:00
nicolargo
74a0188848 Update documentation 2016-11-05 18:13:59 +01:00
nicolargo
65121f7796 Refactor the main() function 2016-11-05 12:13:27 +01:00
Nicolas Hennion
5521197a6e Merge pull request #955 from hastinbe/fix-cpustats-typeerror
Fix cpu_stats TypeError
2016-11-05 09:59:04 +01:00
Nicolas Hennion
84ebb629cd Merge pull request #957 from hastinbe/fix-memswap-option-mismatch
Fix issue #956
2016-11-05 09:57:29 +01:00
Beau Hastings
3db8667d00 Fix issue #956
Signed-off-by: Beau Hastings <beausy@gmail.com>
2016-11-04 11:41:01 -05:00
Beau Hastings
998f6c1f02 Fix cpu_stats TypeError
Signed-off-by: Beau Hastings <beausy@gmail.com>
2016-11-03 18:03:04 -05:00
Alessio Sergi
85fa23ab71 Revert "Deprecated platform method in Python 3.7 #945"
This reverts commit 4877be45ea.
2016-11-02 10:12:03 +01:00
nicolargo
fc9580bc41 Travis 1 - 0 Nicolargo... 2016-11-01 19:03:03 +01:00