$ cd ../
Net Analyzer — bash

user@devops:~$ cat README.md

Net Analyzer

# Description

Net Analyzer is a C++23 network monitor reading interface stats and TCP connections from /proc/net/. RX/TX bytes, packets, errors, TCP connections with associated process detection, real-time bandwidth monitoring and JSON output. RAII with std::expected.

# Key features

$ Interface stats: RX/TX bytes, packets, errors

$ Active TCP connections with process detection

$ Real-time monitoring with bandwidth calculation

$ JSON output for script integration

$ Per-interface filtering

$ Modern C++23 with std::expected and ranges

# Gallery

Desktop view
Net Analyzer - Desktop view
Mobile view
Net Analyzer - Mobile view

# Technologies used