summaryrefslogtreecommitdiffstats
path: root/glances/core/glances_standalone.py
AgeCommit message (Expand)Author
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-05-03Disable --tree option on non-Linux platforms (update)Alessio Sergi
2015-04-05If the Curses application raises an exception, restore the terminal correctly...nicolargo
2015-03-31Correct an issue on quiet mode, refresh time is not take into accountnicolargo
2015-03-27Add the quiet mode (-q)nicolargo
2015-02-27Replace getters/setters with properties - Round 2Alessio Sergi
2015-02-07Extended stats for top process are disabled message is now in DEBUG levelnicolargo
2015-01-01Add GlancesActions class. Actions are run every refresh time... It sucks...Nicolargo
2014-12-26Export module are manage like plugin. Rename --output-csv option to --export-csvNicolargo
2014-12-25Restructure folder. Add export father class. Refactor CSV export feature.Nicolargo
2014-12-16Fix cyclic import (again)Alessio Sergi
2014-12-16Fix cyclic importAlessio Sergi
2014-12-04Remove i18n from log messagesAlessio Sergi
2014-12-04Remove unused and duplicate import statementsAlessio Sergi
2014-11-17Merge pull request #444 from desbma/process-treeNicolas Hennion
2014-11-17Create GlancesCursesStandalone classesNicolas Hennion
2014-11-16Add command line --tree option and remove hardcoded booleandesbma
2014-11-03Fix Unix specific argument used on Windows, causing an exceptiondesbma
2014-11-03Fix Unix specific argument used on Windows, causing an exceptiondesbma
2014-11-01Add command line option to ignore kernel threads on Unix systemsdesbma
2014-11-01Fix some misspellingsdesbma
2014-10-31Add command line option to ignore kernel threads on Unix systemsdesbma
2014-10-31Fix some misspellingsdesbma
2014-10-19Disable process stat extended by default (issue #430)Nicolargo
2014-10-09version 2.1.2Nicolargo
2014-09-15Automaticaly compute top processes number for the current screen - issue #408Nicolas Hennion
2014-08-15Add the process filter featureNicolargo
2014-08-15Add extended stats tag and keyNicolargo
2014-08-05Add log message for max_processesNicolargo
2014-08-05Add a max_processes key in the configuration file to set the maximum number o...Nicolargo
2014-07-31Add alias feature and optimize history feature footprintNicolargo
2014-06-13PEP 257Alessio Sergi
2014-06-09Fix naming conventionAlessio Sergi
2014-05-23CSV: python3 fixAlessio Sergi
2014-05-17Implement the CSV outputNicolargo
2014-04-15Remove shebang in python scripts that aren't directly executableAlessio Sergi
2014-04-13Refactor argumentsNicolas Hennion
2014-03-28No problem on run...Nicolas Hennion
2014-03-28Catch CTRL-C for standalone, client and server modesNicolas Hennion
2014-03-23Patch for Mac OS X compatNicolas Hennion
2014-03-112nd pass of dos2unix and flake8Alessio Sergi
2014-03-10Client versionNicolas Hennion
2014-03-01Alert with the new pluginNicolas Hennion
2014-03-01First draft for the monitoring listNicolas Hennion
2014-02-23First commit for the Alert moduleNicolas Hennion
2014-02-11Manage args between all moduleNicolas Hennion
2014-02-10Add curse display for MEM pluginNicolas Hennion
2014-02-08Start working on limits and alerts. Huge action list...Nicolas Hennion
2014-02-08Standalone mode first display :)Nicolas Hennion