feat: add listening ports widget #457

Closed
ZacharyZcR wants to merge 1 commits from feat/ports-widget into dev-1.10.0
ZacharyZcR commented 2025-12-24 07:56:19 +00:00 (Migrated from github.com)

Summary

  • Add listening ports widget to server stats, similar to ss -tulnp output
  • Backend collector supports ss with netstat fallback for older systems
  • Shows TCP/UDP port counts, listening addresses, states, and process names

Test plan

  • Enable ports widget on a host and verify it displays listening ports
  • Test on system with ss command
  • Test fallback on system without ss (uses netstat)
## Summary - Add listening ports widget to server stats, similar to ss -tulnp output - Backend collector supports ss with netstat fallback for older systems - Shows TCP/UDP port counts, listening addresses, states, and process names ## Test plan - [ ] Enable ports widget on a host and verify it displays listening ports - [ ] Test on system with ss command - [ ] Test fallback on system without ss (uses netstat)

Pull request closed

Sign in to join this conversation.