blob: 0d53d02dbb9e20b4d6d05a96c8aba335d062cd56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
The anonymizing relay monitor (arm) is a terminal status monitor for Tor,
intended for command-line aficionados, ssh connections, and anyone with a tty
terminal. This works much like top does for system usage, providing real time
statistics for:
* bandwidth, cpu, and memory usage
* relay's current configuration
* logged events
* connection details (ip, hostname, fingerprint, and consensus data)
* ... etc
WWW: http://www.atagar.com/arm/
|