Hey folks,

I'm sure most of you know and love how K9s streamlines your work (best with vim keybindings and a single binary without deps but that's maybe too much to ask). And I'm wondering if anyone knows of something similar for standard Linux stuff. Stuff like:

  • listing open ports
  • drilling down to the process that's listening on it (and possibly going back to the ports list)
  • listing processes
  • of course various filtering and sorting capabilities
  • open file handles and drilling down on the process
  • possibly some resource usage stats like top and family

You get the idea. It's more intended for detective work, but wouldn't be bad if you had capabilities to do stuff too). Thanks!