Can't Download Bandwidth Stats

Report issues relating to bandwith monitoring, bandwidth quotas or QoS in this forum.

Moderator: Moderators

Post Reply
zorro2b
Posts: 6
Joined: Sun Apr 01, 2012 7:11 am

Can't Download Bandwidth Stats

Post by zorro2b »

I installed Gargoyle 1.5.4 on a WNDR3800 to do bandwidth monitoring. The graphs look great, but when I try and download the csv file I get:

cat: can't open '/tmp/do_bw_backup.sh': No such file or directory

When I ssh into the router I see there is a file at:
/tmp/bw_backup/do_bw_backup.sh

Looks like a bug?

I sym linked the file to the expected location and that made it work for now.

darv
Posts: 3
Joined: Sat Apr 14, 2012 4:04 am

Re: Can't Download Bandwidth Stats

Post by darv »

I have the same problem.

Sadly, I know nothing about ssh into the router to check if the file is there. :cry:

blueacid
Posts: 6
Joined: Sat Jun 02, 2012 11:03 am

Re: Can't Download Bandwidth Stats

Post by blueacid »

I have the same problem. For those that want, you can google for & download Putty (~600KB .EXE) and connect to your router's IP address.
Username: root
password: (same as the web interface)

In the /tmp folder, there wasn't the file do_bw_backup.sh
However, this file WAS in /tmp/bw_backup folder. So the full path is /tmp/bw_backup/do_bw_backup.sh

The problem lies in /www/bandwidth.csv
It contains the string "cat /tmp/do_bw_backup.sh " whereas this should be "cat /tmp/bw_backup/do_bw_backup.sh"

I used vim to edit this file on my router, this repaired the bandwidth CSV downloads.

Could a developer please commit this minor change? :)

Post Reply