Simone Basso

Results 283 comments of Simone Basso

Forgot to mention: we should also specify how a canonical OONI Run v2 link looks like. Because we're using deep linking, I assume it could be something like `https://run.ooni.io/api/v2/nettest/ID` or...

> AFAIK clients should use another test helper if one of them is down, but it may be not the case This is what ooni-probe does, but MK is lagging...

Relapse. Timeline UTC: 2019-05-03T17:29:30Z [CPU spikes](https://mon.ooni.nu/prometheus/graph?g0.range_input=30m&g0.end_input=2019-05-03%2017%3A45&g0.expr=sum(irate(node_cpu%7Bmode!%3D%22idle%22%2Cinstance%3D%22b.echo.th.ooni.io%3A9100%22%7D%5B1m%5D))%20WITHOUT%20(mode%2C%20cpu)&g0.tab=0) 2019-05-04T01:31:00Z [alert fires](https://mon.ooni.nu/prometheus/graph?g0.range_input=12h&g0.end_input=2019-05-04%2004%3A17&g0.expr=ALERTS%7Balertname%3D%22CPUHigh%22%2Cinstance%3D%22b.echo.th.ooni.io%3A9100%22%7D&g0.tab=0) 2019-05-04T07:38:00Z @bassosimone notices and asks for guidance 2019-05-04T09:28:00Z @darkk suggests to search for issues in this repo 2019-05-04T10:14:00Z issue has been...

From the spec: > BytesSent and BytesRetrans can be used to compute the percentage of bytes overall that have been retransmitted. From the last TCPInfo sample: ```JSON {"BytesSent": 23292545, "BytesRetrans":...

The pattern is clearly indicating there is an unreasonable MinRTT when it goes bad. There is something in the middle that is confusing BBR to believe that the MinRTT is...

What's more, the first BBR sample of MinRTT looks reasonable. After a while, instead, we see that the MinRTT is dropping to a value that is clearly unreasonable. (Where reasonable...

Changed the title because that should actually be in godoc comments.

The current code is like in the following diagram: ![image](https://user-images.githubusercontent.com/337298/73776840-7a218c80-4756-11ea-9114-09aa6ec7b64d.png) Because now the saver is not streaming to disk, there is less need to have a saver goroutine to which...

We are not too worried about this. I'm unassigning myself for now.

We know that Go code does not have crypto assembly for armv7. Can you check whether you have similar issues with arm64? Can you check whether using the cleartext ndt7...