Security News

Cybersecurity news aggregator

📰
INFO News Reddit r/netsec

netwatch - Real time network diagnostics in your terminal.

  • What: Introduction to netwatch, a network diagnostics tool
  • Impact: Useful for IT professionals managing network infrastructure
Read Full Article →

netwatch rust mit SHARE ✕ Share on: X / Twitter Mastodon Threads Bluesky Reddit Hacker News Email Copy Link Copied! ✕ Enter Your Mastodon Instance https:// Copy the link below to share to Mastodon https://terminaltrove.com/netwatch/ ✕ Enter Your Mastodon Instance https:// Copy the link below to share to Mastodon https://terminaltrove.com/netwatch/ Real time network diagnostics in your terminal. ✕ Script Preview Review this script before executing in your terminal. CodeRabbit Cut Code Review Time & Bugs in Half. Supports TypeScript, Python, Java, Rust, and more. Install CodeRabbit CLI netwatch is an all in one TUI network diagnostics tool that monitors interfaces, connections, DNS, bandwidth, all down to the packet level in real time. It features an overview dashboard that shows you the live traffic (RX and TX) with the interface identifier and IP information. The top network connections are displayed in the dashboard with configurable health check monitoring, network timelines, and a color-coded latency heatmap that measures host and client ping latency. It has a built in packet capture and decoder which allows you to inspect captured packets in PCAP format, and it can optionally monitor eBPF packets as well. This tool also shows a topology view with an ASCII network map visualization (unique to netwatch), showing the network traffic frequency with the process names, PIDs, where it came from and a visualization showing the timeframe of bandwidth data and packets in the TUI. Ideal for sysadmins, network engineers, homelab enthusiasts and anyone interested in packet inspection, use netwatch when you need to diagnose network issues visually on a local or remote machine using a single tool with multiple functions in the terminal.

Share this article