summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_diskio.py
AgeCommit message (Expand)Author
2021-03-17Correct one of the issue of #1822 (get_bool_value error)nicolargo
2021-02-07Correct an issue if section did not existnicolargo
2021-02-07Disable hide zero function by default because it is under developement...nicolargo
2021-01-23Optimize plugins space by not displaying 0 stats in Curse interface #1787nicolargo
2020-03-03[diskio] Aliases Display Incorrectly/Not at All, and Glances Throws Error on ...nicolargo
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-04-22 Improve string encodeing/decondingnicolargo
2019-01-19Glances 3.1.0nicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-04-02Correct issue on Python 3nicolargo
2018-03-31Add Pygal option in the configuration filenicolargo
2018-02-25Glances crashes when mountpoint with non ASCII characters esists #1201nicolargo
2018-02-15's/P[Ss][Uu]til/psutil/g'Alessio Sergi
2018-02-13Use get_key instead of hardcoded names in sorted_statsTomáš Vyčítal
2018-02-12Move alias aware sorting to glances_pluginTomáš Vyčítal
2018-02-10Implement number and alias aware diskio sortingTomáš Vyčítal
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-07-20Add DiskIO alias in the Restfull APINicolargo
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
2016-03-04Do not update network interface is hide tag is setnicolargo
2015-12-22Add IOps in the DiskIO plugin (issue #763)Nicolargo
2015-12-14Fix hide interface config not take into account in web uiNicolas Hart
2015-12-07Correct issue with unitary testNicolargo
2015-12-07By default, hide disk I/O ram1-** (issue #714)Nicolargo
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-04More super() callAlessio Sergi
2015-05-11flake8Alessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-05-01No more translationsAlessio Sergi
2015-03-22Replace dictionary creation with dictionary literalAlessio Sergi
2015-03-05Replace getters/setters with properties - Round 4Alessio Sergi
2015-01-18Add view (MVC speeking) for the plugins. Add API methods and Unitary test.Nicolargo
2015-01-18Add view (MVC speeking) for the plugins. FS and SENSORS OK.Nicolargo
2015-01-11Alarm for DiskIO pluginNicolargo
2015-01-01Add GlancesActions class. Actions are run every refresh time... It sucks...Nicolargo
2014-12-26Add diskio and fs plugins to the CSV export moduleNicolargo
2014-12-12Use operator.itemgetter instead of lambda when possibledesbma
2014-12-12Don't construct empty lists in testsdesbma
2014-12-04Remove unused and duplicate import statementsAlessio Sergi