Page 1 of 1

How to turn off bandwidth monitoring?

Posted: Sat Apr 08, 2017 7:28 pm
by AllanMarcus
Hello. Your help is appreciated.

Does bandwidth monitoring have significant overhead?

I use Gargoyle for two thing. Bandwidth monitoring and QoS for VOIP. I no longer need bandwidth monitoring; I just need QoS.

Can I turn off bandwidth monitoring? Is there an advantage of turning it off?

Thanks,

Allan

Re: How to turn off bandwidth monitoring?

Posted: Mon Apr 17, 2017 12:55 am
by encro
Hi Allan,

Yes you can.

Currently you can't do it via the GUI (it used to be in the Services Manager plugin) but you can do it via the command line.

Code: Select all

/etc/init.d/bwmon_gargoyle stop

Code: Select all

/etc/init.d/bwmon_gargoyle disable
The Bandwidth monitoring will remain disabled until you reboot the router.

For a more permanent disable you will need to either remove the script from

Code: Select all

/etc/init.d/
or instead put the above 2 commands into

Code: Select all

/etc/rc.local
Bandwidth Monitoring does have overhead, I would consider it only to be an issue on older routers that are restricted by small memory or slow CPU's or that you have a very fast bandwidth pipe that you want to test for throughput comparison. Chances are that if your router is capable of running Gargoyle 1.9.x then it will be able to hadle traffic without bandwidth monitoring being disabled.

Re: How to turn off bandwidth monitoring?

Posted: Sun Oct 22, 2017 6:41 pm
by AllanMarcus
I know it's been a long time, but I finally had some time to look into my speed issues.

I disconnected everything else from the network. It's only the cable modem to the router to my computer.
No WiFi. Nothing on for restrictions or quotas. No QoS.
Xfinity speed paid for is 200 down/10 up

rebooted router. I ran each speed test three times and averaged the results (which were very close within each set). Upload bandwidth for QoS set to 12000 kbits/s

Monitoring off
QoS upload off
229 /12 Mbps

Monitoring off
QoS upload on
212 /11 Mbps

Monitoring on
QoS upload off
126 /12 Mbps

Monitoring on
QoS upload on
93 / 11 Mbps

Please help me interpret these results, but to me, bandwidth monitoring is really killing my connection.

Can I use QoS without monitoring? All I really wanted was QoS. I might play with ACC later.


Background
Gargoyle Version:1.8.1
Model:NETGEAR WNDR3800
Device Configuration:Gateway
Memory Usage:20.2MB / 123.4MB (16.4%)

Re: How to turn off bandwidth monitoring?

Posted: Sun Oct 22, 2017 6:49 pm
by Lantis
as far as I know, yes you can. But you can’t use quotas or restrictions. And the bandwidth monitoring is obviously useless.

The results are based on the limit of your CPU. The bandwidth module takes quite a bit of overhead at higher speeds. A faster router will route more data before hitting this cap.

Re: How to turn off bandwidth monitoring?

Posted: Sun Oct 22, 2017 6:55 pm
by AllanMarcus
great! thanks