Commit Graph

3316 Commits

Author SHA1 Message Date
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
nicolargo
05066f9841 Add plugs to Glances snap 2018-01-01 10:43:34 +01:00
nicolargo
632dfac236 Fan speed sensors disable message from warning to debug 2017-12-31 11:05:28 +01:00
nicolargo
afd745b7a3 Merge branch 'issue1212' into develop 2017-12-31 10:59:59 +01:00
nicolargo
78e6c8f0df Context switches bottleneck identification #1212 2017-12-31 10:56:12 +01:00
nicolargo
b637c7c7e8 Disable warning message but in debug mode 2017-12-30 22:28:21 +01:00
nicolargo
35b671fa92 Merge branch 'issue1202' into develop 2017-12-30 10:37:36 +01:00
nicolargo
6300af04ad FreeBSD blackhole bug #1202 2017-12-30 10:37:21 +01:00
nicolargo
f870ef85c2 Add a code of conduct for Glances project's participants #1211 2017-12-30 10:15:04 +01:00
nicolargo
568c2c5a09 Merge branch 'issue1204' into develop 2017-12-30 10:02:05 +01:00
nicolargo
e354ab403a Unitaries tests are broken after merge of issue#1204 #1210 2017-12-30 10:01:50 +01:00
nicolargo
a2f39c1c19 Merge branch 'issue1207' into develop 2017-12-29 22:24:53 +01:00
nicolargo
e4d2756c0e Glances do not exit when eating 'q' #1207 2017-12-29 22:24:33 +01:00
nicolargo
403fd06949 Merge branch 'issue1206' into develop 2017-12-29 19:10:45 +01:00
nicolargo
1738af11d2 Remove graph export from Glances #1206 2017-12-29 19:10:25 +01:00
nicolargo
4f7f6be666 Merge branch 'issue1173' into develop 2017-12-29 18:41:00 +01:00
nicolargo
91c4f173b1 Make plugins disable and export CLI option dynamical #1173 2017-12-29 18:40:39 +01:00
nicolargo
61357ba526 Export module is now dynamic. Update doc 2017-12-28 13:01:37 +01:00
nicolargo
13e4652bf1 Add support for the --modules-list 2017-12-28 11:32:12 +01:00
nicolargo
62efccb852 Make plugin disable CLI option dynamical #1173 2017-12-27 20:21:24 +01:00
nicolargo
54b0c4e277 Add dynamic fields in all sections of the configuration file #1204 2017-12-26 17:04:57 +01:00
nicolargo
3bad3b39b6 Another encoding issue... With both Python 2 and Python 3 #1197 2017-12-17 10:46:00 +01:00
nicolargo
205bed0277 Force string in Python3 to ascii convertion 2017-12-16 16:16:54 +01:00
nicolargo
54b61fd5a0 Add a method to convert str to ascii in Python 3 2017-12-16 15:05:06 +01:00
nicolargo
eef4fd7e32 Merge branch 'develop' of https://github.com/nicolargo/glances into issue1182 2017-12-02 10:59:42 +01:00
nicolargo
1a4219b208 Refactor of the standalone main loop to be sure that it take more or less refresh_time. Also add debug log to investigate some potential freeze during stats update or export 2017-11-28 22:34:03 +01:00
nicolargo
bb57b3aef6 Electron/Atom processes displayed wrong in process list #1192 2017-11-26 17:59:54 +01:00
nicolargo
28fc81bd34 Remove commant 2017-11-26 16:49:14 +01:00
nicolargo
184b82aa21 Correct another issue for command line display 2017-11-26 16:48:33 +01:00
nicolargo
5654a28706
Change PGP key 2017-11-26 09:46:26 +01:00
nicolargo
c5253c3d16 Electron processes displayed wrong in process list (remove debug message) #1192 2017-11-25 12:14:33 +01:00
nicolargo
7278de5cc5 Electron processes displayed wrong in process list (second round) #1192 2017-11-25 12:14:00 +01:00
nicolargo
42ee99e62e Merge branch 'issue1192' into develop 2017-11-25 09:49:32 +01:00
nicolargo
c799605da5 Electron processes displayed wrong in process list #1192 2017-11-25 09:49:11 +01:00
nicolargo
ea6093cb61 Change default max sizebar size 2017-11-22 20:49:55 +01:00
nicolargo
d367cc012b Another try for issue#1185 2017-11-16 21:12:14 +01:00
nicolargo
6260f193cd KeyError: 'memory_info' on stats sum #1188 2017-11-16 20:53:25 +01:00
nicolargo
dffd810989 Merge branch 'develop' of https://github.com/nicolargo/glances into issue1182 2017-11-14 22:03:57 +01:00
nicolargo
9c3c4baf5a Correct an issue if Docker exists but no container running 2017-11-14 21:58:17 +01:00
nicolargo
43420c8797 Merge branch 'develop' of https://github.com/nicolargo/glances into issue1182 2017-11-14 21:46:29 +01:00
nicolargo
dde5215e5d 'ascii' codec can't encode character u'\U0001f4a9' in position 4: ordinal not in range(128) #1185 2017-11-14 21:42:33 +01:00
nicolargo
a47bf1a76b Added using locale settings to encode wifi ssid. Replace any unknown … #1186 2017-11-14 21:41:25 +01:00
nicolargo
13674d57b6 Works fine in Python 2 but Internal Server Error with Python 3... 2017-11-12 17:23:31 +01:00
nicolargo
59a5400118 Add Gzip support to unitaries tests 2017-11-09 21:32:07 +01:00
nicolargo
53d180c4a8 Add Fossa badge 2017-11-09 20:23:25 +01:00
nicolargo
d37546c074 Implement Gzip compression on the server side. Test Ok with Curl but the Web UI did not work anymore... 2017-11-05 17:14:20 +01:00
nicolargo
acbd9fade4 Refactor Curses 2017-11-04 09:42:27 +01:00
nicolargo
08e41ce943 OS specific arguments should be documented and reported #1180 2017-11-03 11:58:32 +01:00