rjagerman / AT3

Android Tor Tribler Tunneling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Measure CPU of anontunnels

lfdversluis opened this issue · comments

While idle -> anontunnels (just searching and making/failing to create circuits).
While idle -> anontunnels -> downloading
while idle -> anontunnels -> relaying.

I use these commands on windows:

adb shell top > shelltop.txt | type (or echo on unix) shelltop.txt
while having logcat open.

First one is done

To log use adb shell top -n 180 -d 1 | grep "anontunnel" > myLog.txt

Two down, one to go.

I don't think relaying will do much, we hardly relay anything when running the anontunnels... should we add for completeness? Or is there a way to force a good relay?

Maybe we can force a good relay when we have a setup with two or three phones and a Tribler session on the desktop in our own community?