-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show open ports of running processes on linux #62
Comments
Hmmm, That's a challenging one. I am not sure there is a cross platform way to display all the used ports by the running processes. |
yeah, that is i can do without tui and that i want to avoid. so i guess for linux it can be conditionally robust, just show n/a if it fails to get ports. |
Will it work for you if I show the process open ports in the process info dialog ( |
This works really well on the pre-release branch. ✅ |
Added in v0.60.0 |
Feature Request
Show ports on which processes listen
Use Case:
So users can find out ports to connect to
Proposed Change:
So make these visible via cli or tui
Who Benefits From The Change(s)?
Same feature as in docker shows all listen ports
Alternative Approaches
use native linux tooling, so it is not so easy
The text was updated successfully, but these errors were encountered: