{"id":40250549,"url":"https://github.com/stefanicjuraj/sysview","last_synced_at":"2026-01-20T01:01:22.539Z","repository":{"id":329209553,"uuid":"1118587268","full_name":"stefanicjuraj/sysview","owner":"stefanicjuraj","description":"command-line tool to list active network processes and listening ports","archived":false,"fork":false,"pushed_at":"2025-12-18T02:04:10.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T12:12:08.954Z","etag":null,"topics":["cli","network","ports","system"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanicjuraj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-18T01:45:26.000Z","updated_at":"2025-12-19T00:55:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stefanicjuraj/sysview","commit_stats":null,"previous_names":["stefanicjuraj/sysview"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/stefanicjuraj/sysview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanicjuraj%2Fsysview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanicjuraj%2Fsysview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanicjuraj%2Fsysview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanicjuraj%2Fsysview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanicjuraj","download_url":"https://codeload.github.com/stefanicjuraj/sysview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanicjuraj%2Fsysview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28592487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T00:30:18.318Z","status":"ssl_error","status_checked_at":"2026-01-20T00:29:50.575Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","network","ports","system"],"created_at":"2026-01-20T01:01:15.909Z","updated_at":"2026-01-20T01:01:22.528Z","avatar_url":"https://github.com/stefanicjuraj.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sysview\n\nCommand-line tool to list active network processes and connections. The tool uses `lsof` to query active network connections and displays all connections with their local and remote addresses.\n\n```\nActive Network Processes (48)\n--------------------------------------------------------------------------------------------------\nPID      COMMAND           PROTO    PORT     LOCAL ADDRESS        REMOTE ADDRESS       STATE\n--------------------------------------------------------------------------------------------------\n626      identitys         TCP      1024     fe80:1a::3437:40d... fe80:1a::f26f:da2... ESTABLISHED\n12500    node              TCP      3000     ::1                  -                    LISTEN\n580      ControlCenter     TCP      5000     0.0.0.0              -                    LISTEN\n420      Brave Browser     TCP      7000     0.0.0.0              -                    LISTEN\n250      Raycast           TCP      1234     127.0.0.1            -                    LISTEN\n585      rapportd          TCP      52001    0.0.0.0              -                    LISTEN\n...\n```\n\n```\nTotal Connections: 44\nTCP: 37\nUDP: 7\nIPv4: 34\nIPv6: 10\nListening: 5\nEstablished: 31\n```\n\n## Installation\n\n### Build from Source\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/stefanicjuraj/sysview\n```\n\n2. Build the binary:\n\n```bash\ngo build -o sysview .\n```\n\n3. Install (choose one):\n\n   **System-wide installation** (requires sudo):\n\n   ```bash\n   sudo cp sysview /usr/local/bin/\n   ```\n\n   **User installation** (no sudo required):\n\n   ```bash\n   cp sysview ~/go/bin/\n   ```\n\n   Make sure `~/go/bin` is in your PATH.\n\n## Usage\n\n```bash\nsysview                    # Show all network connections (default)\nsysview stats              # Show network statistics summary\nsysview state ESTABLISHED  # Filter by connection state (LISTEN, ESTABLISHED, TIME_WAIT, CLOSE_WAIT, etc.)\n```\n\n### `stats`\n\nDisplays network statistics summary:\n\n- Total connections\n- TCP vs UDP counts\n- IPv4 vs IPv6 counts\n- Listening vs Established connections\n\n### `state`\n\nFilter connections by state:\n\n- `sysview state LISTEN`: show only listening ports\n- `sysview state ESTABLISHED`: show only established connections\n- `sysview state TIME_WAIT`: show connections in time wait state\n- `sysview state CLOSE_WAIT`: show connections in close wait state\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanicjuraj%2Fsysview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanicjuraj%2Fsysview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanicjuraj%2Fsysview/lists"}