Tor monitoring with Netdata
Connects to the Tor control port to collect traffic statistics.
#
Requirementstor
programstem
python package
It produces only one chart:
Traffic
- read
- write
#
ConfigurationEdit the python.d/tor.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
Needs only control_port
.
Here is an example for local server:
#
prerequisiteAdd to /etc/tor/torrc
:
For more options please read the manual.
Without configuration, module attempts to connect to 127.0.0.1:9051
.