[Flent-users] Re: [tohojo/flent] ss_iterate.sh unnecessarily runs for a long time (#236)

2021-09-14 Thread Toke Høiland-Jørgensen
Shashank D ***@***.***> writes: >> Did you test whether this works on OpenWrt and on Dash? > No. I could only test this on a Ubuntu machine. Right, okay. Well, the 'dash' shell should be available to install on ubuntu as well. Feel free to open a PR with the change, I can test it on OpenWrt...

[Flent-users] Re: [tohojo/flent] ss_iterate.sh unnecessarily runs for a long time (#236)

2021-09-14 Thread Shashank D
> Did you test whether this works on OpenWrt and on Dash? No. I could only test this on a Ubuntu machine. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/236#issuecomment-919302179_

[Flent-users] Re: [tohojo/flent] ss_iterate.sh unnecessarily runs for a long time (#236)

2021-09-14 Thread Toke Høiland-Jørgensen
Shashank D ***@***.***> writes: >> Hmm, good question. So you're just running ss in a busy loop, or did you >> keep the 'sleep'? If so, that seems a bit excessive to do by default. > Yes I did keep the sleep in the loop. Here's the full loop: > ```bash > command_string=$(cat < duration="$(echo "

[Flent-users] Re: [tohojo/flent] ss_iterate.sh unnecessarily runs for a long time (#236)

2021-09-14 Thread Shashank D
> Hmm, good question. So you're just running ss in a busy loop, or did you keep > the 'sleep'? If so, that seems a bit excessive to do by default. Yes I did keep the sleep in the loop. Here's the full loop: ```bash command_string=$(cat < I'd be a bit surprised if you could get this short a pollin