summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-05-26 13:37:51 +0200
committerNicolargo <nicolas@nicolargo.com>2014-05-26 13:37:51 +0200
commit8628f1e57a138bec1754359356bcd0afa70031f0 (patch)
treed4184e50e01bc539bd614c7ab4f1cf8cdea94391 /conf
parent5961a947dbad5e73032a177d24d90be84f0303c3 (diff)
Add bitrate limits to the networks interfaces
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index a696149c..c9f6338b 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -51,6 +51,13 @@ critical=90
[network]
# Define the list of hidden network interfaces (comma separeted)
hide=lo
+# Default limits (in bits per second aka bps) for interface bitrate
+wlan0_rx_careful=4000000
+wlan0_rx_warning=5000000
+wlan0_rx_critical=6000000
+wlan0_tx_careful=700000
+wlan0_tx_warning=900000
+wlan0_tx_critical=1000000
[diskio]
# Define the list of hidden disks (comma separeted)