summaryrefslogtreecommitdiffstats
path: root/glances/core/glances_processes.py
AgeCommit message (Expand)Author
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-03Use the new compat moduleAlessio Sergi
2015-09-08Filter processes crashs with a bad regular expression pattern (issue #665)nicolargo
2015-05-25Try/catch for unexpected psutil.NoSuchProcess: process no longer exists (issu...nicolargo
2015-05-11flake8Alessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-04-19Add sort processes by USERAlessio Sergi
2015-04-18Correct raise issue on Mac OS X 2/2nicolargo
2015-04-18Correct raise issue on Mac OS Xnicolargo
2015-04-03Some code refactoringnicolargo
2015-04-01Avoid crach on olds kernels (issue #554)nicolargo
2015-02-27Replace getters/setters with properties - Round 2Alessio Sergi
2015-02-26Do not return values from settersAlessio Sergi
2015-02-22Misc fixesAlessio Sergi
2015-02-13Improve PEP8 (S1721)nicolargo
2015-02-06Correct monitor list, all processes are take into account (issue #507)nicolargo
2015-01-01Add GlancesActions class. Actions are run every refresh time... It sucks...Nicolargo
2014-12-16Improve Python 3 compatibilityAlessio Sergi
2014-12-16Fix cyclic import (again)Alessio Sergi
2014-12-16Fix cyclic importAlessio Sergi
2014-12-15Fix incorrect kernel thread detectiondesbma
2014-12-12Use operator.itemgetter instead of lambda when possibledesbma
2014-12-12Sort lists in place when possibledesbma
2014-12-10Fix issue when sorting by time with '--tree' optiondesbma
2014-12-05Misc tweaksAlessio Sergi
2014-12-04Remove i18n from log messagesAlessio Sergi
2014-12-04Remove unused and duplicate import statementsAlessio Sergi
2014-12-04Fix blind except statementsAlessio Sergi
2014-11-29Process sort bu CPU times (TIME+) with the t keyNicolargo
2014-11-24Add static server listNicolargo
2014-11-16Fix tree construction on Windowsdesbma
2014-11-16Fixes for Python 2.7desbma
2014-11-16PEP8desbma
2014-11-16Add command line --tree option and remove hardcoded booleandesbma
2014-11-16Fix infinite loop with --hide-kernel-threads optiondesbma
2014-11-13Fix dynamic sorting (change of sort key between 2 stats updates)desbma
2014-11-13getRessourceUsage -> getWeightdesbma
2014-11-13Comment fixdesbma
2014-11-13Fix sorting by memory usage, IO rate, or namedesbma
2014-11-13Fix tree to text function and make it non recursivedesbma
2014-11-13Use a non recursive algorithm for ProcessTreeNode.findProcess (saves ~15% CPU...desbma
2014-11-13Fix max process limit not working with tree viewdesbma
2014-11-13Simplify stat collecting for process treedesbma
2014-11-13Add code for dynamic sortingdesbma
2014-11-13Fix process tree generation wrongly attaching node to rootdesbma
2014-11-13Initial sorting implementationdesbma
2014-11-13Code & indent cleanupdesbma
2014-11-13Fix psutil.Process comparisondesbma
2014-11-13Add basic tree structure and text displaydesbma
2014-10-31Add command line option to ignore kernel threads on Unix systemsdesbma