summaryrefslogtreecommitdiffstats
path: root/glances/processes.py
AgeCommit message (Expand)Author
2020-07-20Make the kill feature works while in filtered modenicolargo
2020-06-13First working version of the kill featurenicolargo
2020-02-27Glances don't want to run on Crostini (LXC Container, Debian 10, python 3.7.3...nicolargo
2019-11-02Improve sort key managementnicolargo
2019-10-27KeyError: b'Rss:' in memory_maps #1551nicolargo
2019-07-03Glances PsUtil ValueError on IoCounter with TASK kernel options #1440nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-11-18ERROR -- Can not grab extended stats (invalid attr name 'num_fds') #1351nicolargo
2018-11-11Compare issue with Process.cpu_times() #1339nicolargo
2018-09-08Sort docker stats #1276nicolargo
2018-09-08TypeError: '<' not supported between instances of 'float' and 'str' #1315nicolargo
2018-07-07Glances crash with extended process stats #1283nicolargo
2018-05-26Add secondary sort key for processesnicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-05-12Remove debug codenicolargo
2018-05-11OSX - Python 3 and empty percent and res #1251 - To be testednicolargo
2018-02-25[Glances 3.0 RC1] Client/Server is broken #1244nicolargo
2018-02-15's/P[Ss][Uu]til/psutil/g'Alessio Sergi
2018-02-15Drop support for psutil < 5.3.0Alessio Sergi
2018-02-14fix on macOS when value is NoneType when compute the max valuesTieu-Philippe KHIM
2018-01-28Merge branch 'develop' of https://github.com/nicolargo/glances into developnicolargo
2018-01-28Correct issue https://github.com/nicolargo/glances/issues/1105#issuecomment-3...nicolargo
2018-01-27standards_attr -> standard_attrsAlessio Sergi
2018-01-27gids is not available on WindowsAlessio Sergi
2018-01-27Remove tree viewnicolargo
2018-01-25Reafactoring almost done. Had to remove tree view...nicolargo
2018-01-24Fallback for PsUtil 2.0nicolargo
2018-01-21Ok but miss some extended stats (see line 348)nicolargo
2018-01-18Revert the issue #1105 and create an update_NEW() functionnicolargo
2018-01-18Correct an issue on MacOS and SunOS for diskIOnicolargo
2018-01-09Max value does not worknicolargo
2018-01-06Correct IO counter and max cpu/memnicolargo
2018-01-06Correct IO counter and max cpu/memnicolargo
2018-01-06First rush for the issue #1105. Bug with Process IO when Glances startsnicolargo
2017-07-08PermissionError on macOS #1120nicolargo
2017-03-12Fix the exception handling of WindowsError (#1021)Alessio Sergi
2017-03-11Manage catch error on old PsUtil versionnicolargo
2017-02-07Unable to launch Glances on Windows #1021Nicolargo
2017-01-19Better Solaris 'io_counters' fixAlessio Sergi
2017-01-19Except AttributeError when checking for 'io_counters'Alessio Sergi
2017-01-18OS X -> macOSAlessio Sergi
2017-01-18Optimize code for extended statsAlessio Sergi
2017-01-18Fix crash with extended stats on macOS (issue #999)Alessio Sergi
2017-01-18Fix "'Process' object has no attribute 'io_counters' on Solaris"Alessio Sergi
2017-01-09Copyright 2017Alessio Sergi
2016-12-29Correct hight CPU consumption with extended processes stats enablenicolargo
2016-12-24Merge branch 'develop' of https://github.com/nicolargo/glances into developnicolargo
2016-12-24Replace try by innicolargo
2016-12-20Fix wrong continued indentationAlessio Sergi
2016-11-12Add more info about max pid in docstringAlessio Sergi