rethink-app icon indicating copy to clipboard operation
rethink-app copied to clipboard

More Wire Statistics

Open ignoramous opened this issue 3 years ago • 3 comments

  1. Was SNI bypass required for 443? It so, for which conn / uid / network?

  2. Was conn dropped? When, who, on which network?

  3. Overall network throughput, latency, and jitter. Max / min / median etc Ref: speed.cloudflare.com

  4. Per app data usage, bandwidth consumption at a given point in time, total connections made etc

#53 #42 #308

ignoramous avatar Sep 18 '20 23:09 ignoramous

Bandwidth Usage Monitor should be the top priority here. First, a very crude version: amount of data consumed per app, in the past hour, day, week, month, like in Glasswire.

Then, a real-time monitor, coz many times I see some 1.6 MBps speed on the network, but when I open logs, several apps would be making connections, and I feel restricted suddenly, as I'm unable to find out which app is consuming that much data.

obeho avatar Oct 18 '20 10:10 obeho

Refs:

  1. KLL-Sketch: https://datasketches.apache.org/docs/Quantiles/KLLSketch.html
  2. T-Digest: https://github.com/tdunning/t-digest
  3. DD-Sketch: https://github.com/DataDog/sketches-java

ignoramous avatar Dec 18 '20 13:12 ignoramous

Added some wire stats in v053m:

  • Most blocked / allowed apps => opens up => per-app network logs grouped by IPs
  • Most blocked / allowed IPs => opens up => network log with all connections made to the IP
  • Most blocked / allowed domains => opens up => dns log with all answers for the domain

Hear that it is pretty rad.

https://twitter.com/rethinkdns/status/1613303426070515712

https://user-images.githubusercontent.com/852289/212083102-0d80f793-0f23-4dcb-b177-6babbf9036f1.mp4

ignoramous avatar Jan 12 '23 13:01 ignoramous

Per app data usage, bandwidth consumption at a given point in time, total connections made etc

network engine changes done as one part of https://github.com/celzero/firestack/commit/456491ac0ac884481f5bc14431fdfcc0f0aaec9c ui changes pending.

ignoramous avatar Mar 16 '23 14:03 ignoramous

Per app data usage, bandwidth consumption at a given point in time, total connections made etc

Was conn dropped? When, who, on which network?

Both these shipped in v055.

ignoramous avatar Aug 18 '23 04:08 ignoramous