Emil Thelin
Emil Thelin
hping doesn't do anything special on those requests and I have tried running a couple of tests myself and did not see this problem. However, it seems a bit.. weird...
@coffenbacher Thank you for experimenting. I will investigate and try to reproduce! Two questions tho: Did you only try it in docker and what are some domains that you saw...
@coffenbacher: Im suspecting you are hitting maxclients/max requests per ip or something similar on the other end. The thing is that hping by default uses a interval set to 0s...
Ah, good catch about dockerhub! I rarely use docker myself so haven't tried mylg in it but now I saw that mylg on Dockerhub builds against @presbrey's fork of mylg...
I can confirm this on Firefox 50.0 and Chrome 54.0.2840.71 on macos. When I put the slider in the off-position it continues to tace.
A bit busy so can't test/fix myself but I think I found the problem, @mehrdadrad. I believe its [this](https://github.com/mehrdadrad/mylg/blob/master/services/dashboard/assets-dev/app/trace/trace.component.ts#L134) (called from `onClickCheck()`). I get this stacktrace in firebug: ``` ReferenceError:...
Can you verify that you can connect to the influxdb-server from the server running graphios? I.e, running: 'telnet 10.10.22.222 8086' from the server running graphios?