summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-01-26version 1.6v1.6Nicolas Hennion
2013-01-22Add password for the client/server modeNicolas Hennion
2013-01-21Merge pull request #167 from asergi/masterNicolas Hennion
Fix for issues #157, #158 and #164
2013-01-20Fixes and cleanupasergi
2013-01-20OS X: corret an issue on memory displayasergi
2013-01-20OS X: ignore dummy processasergi
2013-01-20Fix for issues #157, #158 and #164asergi
2013-01-20Merge pull request #166 from Verrus/masterNicolas Hennion
Fixxed my self found issue #165
2013-01-19deleted the README-FR as required file.Verrus
2013-01-19Change the default conf file (limits)Nicolas Hennion
2013-01-19In client/server mode Glances grabs limits from the server sideNicolas Hennion
2013-01-18Correct a bug with special key (issue #163)Nicolas Hennion
2013-01-18Correct io_counters error client/server Issue #164Nicolas Hennion
2013-01-16Add the PsUtil version to the -v and -h tagNicolas Hennion
2013-01-16Catch curs_setNicolas Hennion
2013-01-16Add key control on Mac OS XNicolas Hennion
2013-01-16Add key control on Mac OS XNicolas Hennion
2013-01-16Include patch from Kelly Anderson:Nicolas Hennion
* The first patch was required to get glances working on python 3.3, I'm not sure if it breaks python 2.7 implementations, but I figured it would be good for you to take a look at it. * The NoSuchProcess patches should be considered one, since the second patch fixed the problem correctly and depends on the first patch being applied. * The NoSuchProcess exception is thrown from PsUtils when you try to access a process that has "disappeared/finished". * The ConfigParser patch will take care of the fact that ConfigParser was renamed configparser with Python3.
2013-01-12Merge pull request #162 from asergi/masterNicolas Hennion
Change default config file path
2013-01-12Fix setup.pyasergi
2013-01-11Merge pull request #160 from nicolargo/iorateNicolas Hennion
IoRate and more...
2013-01-11New release for the french file translationNicolas Hennion
2013-01-11Add commentsNicolas Hennion
2013-01-11Display IOWait on the PerCpu viewNicolas Hennion
2013-01-10Correct an issue on perCPU displayNicolas Hennion
2013-01-10Add fct to define color/alertNicolas Hennion
2013-01-09Add remarks on IOWait limitsNicolas Hennion
2013-01-09Add IORate and first code for file configurationNicolas Hennion
2012-12-30Merge pull request #154 from peritus/patch-1Nicolas Hennion
Fix typo: s/AccesDenied/AccessDenied/
2012-12-30Fix typo: s/AccesDenied/AccessDenied/Filip Noetzel
Helps with "AttributeError: 'module' object has no attribute 'AccesDenied'"
2012-12-30Change installation procNicolas Hennion
2012-12-29Update docNicolas Hennion
2012-12-29Update screenshotNicolas Hennion
2012-12-29Fixed UnboundLocalError / Thk to GeoffNicolas Hennion
2012-12-28version 1.5.2v1.5.2Nicolas Hennion
2012-12-28Double check if right is ok for process statsNicolas Hennion
2012-12-26Little hack for a PsUtil issue #152Nicolas Hennion
2012-12-24Test on DIskIONicolas Hennion
2012-12-21Add color to sensorsNicolas Hennion
2012-12-21Add a condition to test if limits exist before the process sortNicolas Hennion
2012-12-21Delete the unused getAll fonction from the GlancesStat classNicolas Hennion
2012-12-20 Try to correct a bug on OpenVZ / See Issue #141Nicolas Hennion
2012-12-20Correct #Issue #149Nicolas Hennion
2012-12-18Replace cmdline per name when filter Idle process ! Fuck... Had to sleep...Nicolas Hennion
2012-12-18Hide Idle processes on Windows too: Name System Idle ProcessNicolas Hennion
2012-12-18Add ascii encoding on network interface nameNicolas Hennion
2012-12-18Add ascii encoding on network interface nameNicolas Hennion
2012-12-18Filter and hide idle processes on Windows and FreeBSDNicolas Hennion
2012-12-17Merge pull request #148 from asergi/masterNicolas Hennion
Test: python3 compatibility fix
2012-12-17Add new RPC methods: 'getAll', 'getCore', 'getCpu', 'getDiskIO', 'getFs', ↵Nicolas Hennion
'getLoad', 'getMem', 'getMemSwap', 'getNetwork', 'getNow', 'getProcessCount', 'getProcessList', 'getSensors', 'getSystem'