You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a command line option to filter streams per source_addr.
This is very useful when tor is running in a gateway and you have plenty of clients connecting to it. It makes output clearer by only showing the streams from the client you want to see.
By default, show streams from all source addresses, but if one or more are specified, then only the specified ones.
I cannot grep per source address and I don't understand why...
I'm trying $ carml monitor -cga | grep "from remote \"xxx.xxx.xxx.xxx:" I'm escaping the first quote and then ending at :because the port may vary. But even if I just try to grep the patternsfrom process, or from remote`, it is not working... It doesn't print anything.
If the sigpipe issue is fixed, then maybe there is no reason for a command line option, just a nice to have.
txtorcon already knows if it is local or remote, and I like if gets the process via /proc and prints it instead of solely 127.0.0.1. So would be great to have the addition of filtering per source address.
Feature request
I'd like a command line option to filter streams per source_addr.
This is very useful when tor is running in a gateway and you have plenty of clients connecting to it. It makes output clearer by only showing the streams from the client you want to see.
By default, show streams from all source addresses, but if one or more are specified, then only the specified ones.
I cannot grep per source address and I don't understand why...
I'm trying
$ carml monitor -cga | grep "from remote \"xxx.xxx.xxx.xxx:" I'm escaping the first quote and then ending at
:because the port may vary. But even if I just try to grep the patterns
from process, or
from remote`, it is not working... It doesn't print anything.If the sigpipe issue is fixed, then maybe there is no reason for a command line option, just a nice to have.
txtorcon already knows if it is local or remote, and I like if gets the process via /proc and prints it instead of solely 127.0.0.1. So would be great to have the addition of filtering per source address.
Monitor streams:
r
being source address.The text was updated successfully, but these errors were encountered: