vortex-5 / ddwrt-bwmon

An Individual Bandwidth Monitor For DD-WRT
171 stars 37 forks source link

Fixing lighttpd detection. #46

Closed Lukaze closed 7 years ago

Lukaze commented 7 years ago

'ps' does not list everything on busybox. ps aux works in more scenarios.

vortex-5 commented 7 years ago

The version of busy box on atheros units do not allow for the option aux

the produce an error:

root@ddwrt:/jffs/bwmon# ps aux
ps: unrecognized option: a

As a result aux was specifically not used over all units.

Which version of busy box are you using and does ps aux work for you? also which build on which router are you using?

vortex-5 commented 7 years ago

Ok I'm closing this pull request since there was no response. the WNDR4300 was found to not execute the ps aux command correctly so this pull request was not merged due to compatability with some routers.