summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_mem.py
AgeCommit message (Expand)Author
2021-07-14Add API doc for MEMnicolargo
2021-05-23First optimzation with a new dynamic way to compute the refresh rate. Good ne...nicolargo
2021-05-15Correct Flake8 issue in pkuginsnicolargo
2021-03-21Refactor the way importants stats are displayed #1826nicolargo
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-02-15's/P[Ss][Uu]til/psutil/g'Alessio Sergi
2017-12-29Remove graph export from Glances #1206nicolargo
2017-10-29Make the left side bar width dynamic in the Curse UI #1177 - First runnicolargo
2017-10-15Docstings of plugins are now PEP 257 compliantnicolargo
2017-04-02Add trends in the Curses interface #1077nicolargo
2017-01-18OS X -> macOSAlessio Sergi
2017-01-09Copyright 2017Alessio Sergi
2016-10-31Refactors plugins to avoid calling views and history update inside the update...nicolargo
2016-10-30Refactor the --disable-* options #948nicolargo
2016-10-28Add --disable-<option> for all plugins. Should be refactor...nicolargo
2016-10-06Workarround for the issue931. Not solve the issue but implement correctly the...nicolargo
2016-06-04Resolv merge issue with issue696nicolargo
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2016-05-28Add new attribute class. Only for history for the momentnicolargo
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-04More super() callAlessio Sergi
2015-11-03Use the new compat moduleAlessio Sergi
2015-07-19Disable CPU, MEM, SWAP and LOAD done. Had to change the glances_curses module...Nicolargo
2015-05-11flake8Alessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-05-01No more translationsAlessio Sergi
2015-03-05Replace getters/setters with properties - Round 4Alessio Sergi
2015-02-26Do not return values from settersAlessio Sergi
2015-02-23Do not use Python's built-in function names as variable namesAlessio Sergi
2015-02-22Use 'not' to test for empty setsAlessio Sergi
2015-01-17Add view (MVC speeking) for the plugins. MEM and MEM SWAP OK.Nicolargo
2015-01-01Add GlancesActions class. Actions are run every refresh time... It sucks...Nicolargo
2014-12-04Remove unused and duplicate import statementsAlessio Sergi
2014-10-25Correct issue #433 on battery percent updateNicolargo
2014-10-19Complete graph history feature #428Nicolargo
2014-07-31Add alias feature and optimize history feature footprintNicolargo
2014-07-09Some Pep8 improvmentsNicolargo
2014-07-05Correct issue with SNMP fallback mode in Python 3Nicolargo
2014-07-01Clean column and line var from pluginsNicolas Hennion
2014-06-27First try for ESXiNicolargo
2014-06-27MEMSWAP + CPU ok on Windows SNMP fallback modeNicolas Hennion
2014-06-26Add CPU for WIndows OSNicolargo
2014-06-13PEP 257Alessio Sergi
2014-06-09Fix naming conventionAlessio Sergi
2014-05-29Clean up stringsAlessio Sergi
2014-05-28Fix load & memory display in curses and web server modeAlessio Sergi
2014-05-24Correct issue on the Web server modeNicolargo