God, Love, News, Event, Entertainment, Amebo,..... All about Bringing out the best in you...
Show HN: RustNet, a network monitoring TUI with process identification https://ift.tt/2UXnMHF
Show HN: RustNet, a network monitoring TUI with process identification Hi HN! I built RustNet, a Terminal UI based network monitor written in Rust that shows real-time connections with process identification and protocol detection. What may make it interesting: • Deep packet inspection for HTTP, HTTPS/TLS (with SNI), DNS, and QUIC protocol detection • Process identification using eBPF on Linux (experimental) and PKTAP on macOS which does also catch short-lived processes that polling procfs or lsof would miss • Multi-threaded packet processing with lock-free data structures for the UI • Cross-platform (Linux, macOS, Windows but process identification so far only on Linux/macOS) The eBPF implementation was a bit more tricky to implement than using PKTAP, but it was very interesting to learn about how to hook into tcp_connect, udp_sendmsg, etc. in order to catch process info before connections disappear. I built this as a lightweight Wireshark alternative for quick TUI based network inspection with process identification. Install: cargo build --release, run with sudo or set capabilities. Homebrew tap also available. Would love feedback on the project and any ideas for additional protocol detection or any other suggestions. Thanks https://ift.tt/w6fZuSv September 19, 2025 at 06:21AM
Subscribe to:
Post Comments (Atom)
Show HN: Erlangchain – A tiny Erlang client for LLMs https://ift.tt/qirTuM6
Show HN: Erlangchain – A tiny Erlang client for LLMs I made a small Erlang library for calling OpenAI and Anthropic from Erlang without thir...
-
submitted by /u/Dull_Tonight [link] [comments] source https://www.reddit.com/r/worldnews/comments/pehy48/housing_secretary_robert_je...
-
Show HN: Lindra – generate browser agents to automate any website Hi HN, We’re one month into building Lindra, a platform that turns any web...
-
Show HN: High-precision date/time in SQLite https://ift.tt/hEvedVC August 12, 2024 at 03:47AM
No comments:
Post a Comment