[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-relays] stem library: huge difference between resolvers "proc" and others, eg. "netstat"



I do wonder about the differences of "proc" versus the other 3 ("netstat, "lsof" and "ss") related to the Inbound/Outbound values at my Tor relay.
As an example I copied below the output of "proc" and "netstat".
Does anybody have a clue about those differences?



mr-fox ~ # python ~/stem/docs/_static/example/relay_connections.py --ctrlport 9051 --resolver proc
 0.3.4.0-alpha-dev   uptime: 06:48:29   flags: Exit, Fast, Guard, Running, Stable, V2Dir, Valid

+------------------------------+------+------+
| Type                         | IPv4 | IPv6 |
+------------------------------+------+------+
| Inbound to our ORPort        | 2107 |    6 |
| Inbound to our DirPort       |   15 |    0 |
| Outbound to a relay          | 1753 |    0 |
| Outbound exit traffic        |  155 |  302 |
| Outbound uncategorized       |  119 |    0 |
+------------------------------+------+------+
| Total                        | 4149 |  308 |
+------------------------------+------+------+

+------------------------------+------+------+
| Exit Port                    | IPv4 | IPv6 |
+------------------------------+------+------+
| 80 (HTTP)                    |  111 |   61 |
| 143 (IMAP)                   |    1 |    0 |
| 443 (HTTPS)                  |    0 |  229 |
| 465 (SMTP)                   |    1 |    0 |
| 993 (IMAPS)                  |   13 |    0 |
| 5222 (Jabber)                |    8 |    2 |
| 5223 (Jabber)                |    6 |    0 |
| 7777                         |    1 |    0 |
| 8080 (HTTP Proxy)            |    4 |    4 |
| 8333 (Bitcoin)               |    2 |    2 |
| 8888 (NewsEDGE)              |    2 |    0 |
| 50002 (Electrum Bitcoin SSL) |    6 |    4 |
+------------------------------+------+------+
| Total                        |  155 |  302 |
+------------------------------+------+------+

mr-fox ~ # python ~/stem/docs/_static/example/relay_connections.py --ctrlport 9051 --resolver netstat
 0.3.4.0-alpha-dev   uptime: 06:48:41   flags: Exit, Fast, Guard, Running, Stable, V2Dir, Valid

+------------------------------+------+------+
| Type                         | IPv4 | IPv6 |
+------------------------------+------+------+
| Inbound to our ORPort        | 4883 |    6 |
| Inbound to our DirPort       |   35 |    0 |
| Inbound to our ControlPort   |    1 |    0 |
| Outbound to a relay          | 4174 |    0 |
| Outbound exit traffic        |  390 |  293 |
| Outbound uncategorized       |  267 |    0 |
+------------------------------+------+------+
| Total                        | 9750 |  299 |
+------------------------------+------+------+

+------------------------------+------+------+
| Exit Port                    | IPv4 | IPv6 |
+------------------------------+------+------+
| 80 (HTTP)                    |  300 |   68 |
| 110 (POP3)                   |    1 |    0 |
| 143 (IMAP)                   |    4 |    0 |
| 443 (HTTPS)                  |    0 |  214 |
| 465 (SMTP)                   |    1 |    0 |
| 1883                         |    1 |    0 |
| 3128 (SQUID)                 |    1 |    0 |
| 5222 (Jabber)                |   21 |    2 |
| 5223 (Jabber)                |   18 |    0 |
| 6667 (IRC)                   |    4 |    0 |
| 7777                         |    2 |    0 |
| 8080 (HTTP Proxy)            |   14 |    3 |
| 8333 (Bitcoin)               |    8 |    2 |
| 8888 (NewsEDGE)              |    3 |    0 |
| 50002 (Electrum Bitcoin SSL) |   12 |    4 |
+------------------------------+------+------+
| Total                        |  390 |  293 |
+------------------------------+------+------+


-- 
Toralf
PGP C4EACDDE 0076E94E

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
tor-relays mailing list
tor-relays@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays