summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_network.py
AgeCommit message (Expand)Author
2021-03-17Correct one of the issue of #1822 (get_bool_value error)nicolargo
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
2021-01-17First try. Have to be optimizednicolargo
2020-02-27NameError: name logger is not defined in net plugin #1602nicolargo
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-29Issue #1514 already corrected by issue #1348. Nevertheless, this commit impro...nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-11-06KeyError: 'eth0' when interface is not connected #1348nicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-04-02New Grafana Dashboardnicolargo
2018-02-15's/P[Ss][Uu]til/psutil/g'Alessio Sergi
2018-02-15Drop support for psutil < 5.3.0Alessio Sergi
2018-02-13Use get_key instead of hardcoded names in sorted_statsTomáš Vyčítal
2018-02-12Use alias aware sorting in glances_networkTomáš 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-06-13 glances_network #1106nicolargo
2017-01-09flake8 fixesAlessio Sergi
2017-01-09Copyright 2017Alessio Sergi
2016-12-20Fix some bare except statementsAlessio 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-23Add default interface speed and automatic rate thresolds #718nicolargo
2016-10-10Merge branch 'issue718' into developnicolargo
2016-10-06Workarround for the issue931. Not solve the issue but implement correctly the...nicolargo
2016-09-17Grab the stats, but not display it in the UI...nicolargo
2016-07-12PermissionError/OSError when starting glances (issue #885)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
2016-05-10Correct network plugin duplication code and enhance Docker pluginNicolargo
2016-03-04Do not update network interface is hide tag is setnicolargo
2016-01-21Don't show interfaces in down state #765Nicolargo
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-02-26Do not return values from settersAlessio 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. NETWORK OK.Nicolargo
2015-01-11Alarm for DiskIO pluginNicolargo
2015-01-01Add GlancesActions class. Actions are run every refresh time... It sucks...Nicolargo