Jump to content

Arm (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Atagar (talk | contribs) at 16:49, 1 November 2010 (Initial page for arm (CLI controller for tor)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
arm
Developer(s)Damian Johnson
Initial releaseMay 24, 2009
Written inPython
Operating systemCross-platform
TypeGUI / Anonymity
LicenseGPL version 3 or later
Websitewww.atagar.com/arm/

The anonymizing relay monitor (arm) is a CLI status monitor for Tor. This functions much like top does for system usage, providing real time statistics for:

  • resource usage (bandwidth, cpu, and memory usage)
  • general relaying information (nickname, fingerprint, flags, or/dir/controlports)
  • event log with optional regex filtering and deduplication
  • connections correlated against tor's consensus data (ip, connection types, relay details, etc)
  • torrc configuration file with syntax highlighting and validation

Most of arm's attributes are configurable through an optional armrc configuration file. It runs on any platform supported by curses including Linux, Mac OS X, and other Unix-like variants.

Since July 18th, 2010 arm has been an official part of the tor project. It is free software, available under the GNU General Public License.

See also