Tor Router Connections
Moderators: Developers, Moderators
Tor Router Connections
I've made this graph for my own use, put perhaps someone will also find it useful. This is specific to a Debian system, but it will be easy to modify for other distributions. Just make sure query_tor.sh is working correctly and you should be all set.
- Attachments
-
- Tor.png (29.04 KiB) Viewed 1577 times
-
- Tor_Status.tar.gz
- (31.56 KiB) Downloaded 232 times
Re: Tor Router Connections
now if you could only see what they are looking at!
Cacti1 OS: CentOS 5.6 | 300+ devices
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
Re: Tor Router Connections
Thanks for your template & script, i had to fix the initial command to get it to work:
Code: Select all
#!/bin/sh
Tor=$(netstat -tan | grep 9001 | grep ESTABLISHED | awk '{print $5}' | awk -F: '{print $1}')
TC=$(echo $Tor | tr " " "\n" | wc -l)
UC=$(echo $Tor | tr " " "\n" | sort | uniq | wc -l)
printf "TC:%i UC:%i" "$TC" "$UC"
Who is online
Users browsing this forum: No registered users and 13 guests