I have a conky script that includes the tcp_monitor, but it shows all the localhost connections, too. (::1 and 127.0.0.1)
I cannot split the display by port numbers, as most conky configs do, so I need to filter out localhost.
Are there any ideas?
|
I have a conky script that includes the tcp_monitor, but it shows all the localhost connections, too. (::1 and 127.0.0.1) I cannot split the display by port numbers, as most conky configs do, so I need to filter out localhost. Are there any ideas? |
|||
|
|
|
Having just received the 'Tumbleweed' badge for this question, I think I will answer it with an alternate configuration in case it helps someone:
From this starting place, I can grep for different states, different IPs, etc. It's not as good as tcp_monitor and it eats more resources, but it works for my needs. |
|||
|
|