The meek metrics says there are at best 12 meek users, however if I check the tor logs on the server it regularly shows a heartbeat with 5000+ unique clients.
Designs
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Dec 05 20:09:57 tor-meek-bridge Tor[12180]: Heartbeat: Since last heartbeat message, I have seen 8526 unique clients.
Dec 06 02:09:57 tor-meek-bridge Tor[12180]: Heartbeat: Since last heartbeat message, I have seen 5537 unique clients.
Dec 06 08:09:57 tor-meek-bridge Tor[12180]: Heartbeat: Since last heartbeat message, I have seen 6869 unique clients.
I have noticed the meek bridge extra info doesn't always contain the dirreq-stats-end line which is checked in this condition:
if desc.dir_stats_end is not None \ and desc.published - desc.dir_stats_end < datetime.timedelta(days = 7) \ and datetime.timedelta(seconds = desc.dir_stats_interval) < datetime.timedelta(seconds = 90000): resp_ok = max(0, desc.dir_v3_responses[stem.descriptor.extrainfo_descriptor.DirResponse.OK] - 4)
The dirreq_stats_end field is checked to make sure that the contained statistics end time is more than 1 week older than the descriptor publication time in the "published" line.
Also statistics with an interval length other than 1 day are skipped. In metrics the we set the threshold higher, because some descriptors have an interval a few seconds larger than 86400.
So if the dirreq_stats_end line is not parsed, the descriptor is discarded. That's probably why we are estimating way less users.
@HackerNCoder I am going to look at the descriptors again and check if anything has changed. Meanwhile could you let me know if anything has changed on your side?
@HackerNCoder I am going to look at the descriptors again and check if anything has changed. Meanwhile could you let me know if anything has changed on your side?
--
HackerNCoder
Translating queer games at the Queerscriptors
Contracting for the Tor Project to work on anti-censorship