Sanjeever/port_sentinel
用於監控通訊埠和管理進程的 Flutter Windows 桌面應用程式。
- Stars
- 159
- Forks
- 4
- 最近推送(UTC)
- 2026年3月16日
- 專案狀態
- 未封存
語言DartC++CMakeC
使用的依賴
依賴清單 6 項
- flutter
{"sdk":"flutter"} - cupertino_icons
^1.0.8 - provider
^6.1.5+1 - bot_toast
^4.1.3 - flutter_test開發依賴
{"sdk":"flutter"} - flutter_lints開發依賴
^5.0.0
所在榜單
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
Port Sentinel
Flutter Windows Desktop application for monitoring ports and managing processes.
Repo Tokens Repo Tokens: 8.4k tokens · 4% of context window
Introduction Article: Port Sentinel Release
🎉 Featured in Ruan YiFeng's Technology Enthusiasts Weekly (Issue 382)
Features
- Monitor Ports: View all TCP/UDP ports currently in use.
- Process Info: See which process (PID and Name) is using a port.
- Search & Filter:
- Search by Port, PID, or Process Name.
- Filter by Protocol (TCP/UDP).
- Kill Process: Terminate conflicting processes directly from the app.
- Includes safety confirmation dialog.
- Auto Refresh: Optional automatic data update.
Screenshot
Home Page
Requirements
- Windows 10 or later.
- Administrator privileges recommended (for killing system processes or seeing all details).
Development
- Install Flutter: Ensure Flutter SDK is installed and configured.
- Run:
flutter pub get flutter run -d windows
Note on Permissions
If you encounter "Access Denied" when trying to kill a process, please run the application as Administrator.