summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_load.py
AgeCommit message (Expand)Author
2021-08-24Plugins are classesnicolargo
2021-07-15Add load and memswapnicolargo
2021-05-27Correct an issue while getting Core numbernicolargo
2021-05-15Correct Flake8 issue in pkuginsnicolargo
2020-02-27Debug message for issue #1604nicolargo
2019-11-06Display load as percentage when Irix mode is disable #1554nicolargo
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-04-22Correct an issue with Loag plugin on Windows OSnicolargo
2019-04-11Add Load Average (similar to Linux) on Windows #344nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
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-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-10On Windows, Glances try to display unexisting Load stats #871Nicolargo
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
2016-03-31CPU additionnal stats monitoring: Context switch, Interrupts... (issue #810)nicolargo
2015-12-05 KeyError: 'cpucore' when exporting data to InfluxDB (issue #729)nicolargo
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-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-24Correct issue on load plugin on Windows OSNicolargo
2015-01-17Add view (MVC speeking) for the plugins. LOAD 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-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-25Improve Windows SNMP getNicolargo
2014-06-13PEP 257Alessio Sergi
2014-05-29Clean up stringsAlessio Sergi
2014-05-28Fix load & memory display in curses and web server modeAlessio Sergi
2014-05-22Cleaning up *.py filesAlessio Sergi