As part of SponsorJ task 2, we're running some fast unpublished bridges. Since they're unpublished, we have no way to learn how much usage they see. We should at least log them so the operators can send us the log snippets over time.
As a side benefit, logging will help the bridge operators who don't use Vidalia/arm and wonder whether their bridge is being helpful.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
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.
log_fn(LOG_NOTICE, LD_HEARTBEAT, "Heartbeat: Tor's uptime is %s, with %d " "circuits open. I've sent %s and received %s.", uptime, count_circuits(),bw_sent,bw_rcvd);
what else would you like to see? Maybe unique IP counter?
You can find the code at branch bug6852_bug in https://git.torproject.org/user/asn/tor.git.
Unfortunately, there seems to be a bug somewhere and the counter does not reset after 24 (WRITE_STATS_INTERVAL) hours as it should. It resets after 47 hours or so. I haven't managed to find the bug yet, but I hope to revisit this in a couple of days. I'm posting the branch in case anyone else is interested in working on this till then.