dinamic / bw

Realtime bandwidth meter with php and jquery
MIT License
8 stars 2 forks source link

Not working on elcapitan #2

Closed pavs closed 6 years ago

pavs commented 8 years ago

Tried it on elcapitan, changed interface from eth0 to en0 without any luck.

Tried to manually grep the output, I get result but not graph. Am I missing something obvious?

netstat -ibnl | grep en0 | grep Link | awk '{print $7}'

pavs commented 8 years ago

Worked on Linux though. Probably an issue on my side.

dinamic commented 7 years ago

Hey, sorry for the delay! I never realized there are issues opened for this repository.

dinamic commented 7 years ago

I can't confirm the problem, because I am running macOS Sierra now and it seems to be running fine.

screen shot 2017-02-14 at 6 45 39 pm

If you could give me some more information I will try to help you out. Make sure you have selected the correct interface. You can find it using ifconfig and looking for status: active.

On my macbook the wifi is en0, while the thunderbolt ethernet adapter is en4. It may be different on your machine.

dinamic commented 7 years ago

ping @pavs

dinamic commented 6 years ago

I am closing this issue down. Please, reopen if you happen to experience it.