NetStatMonitor is a simple tool that continuously monitors and displays key network statistics such as SSID, network adapter information, signal strength, ping statistics, and network data usage. It provides a real-time view of your network performance in a command-line interface.
- SSID: Displays the name of the Wi-Fi network you're connected to.
- Network Adapter Description: Displays the name of the network interface card (NIC).
- State: Shows the connection state (e.g., connected or disconnected).
- Signal Strength: Displays the signal strength of the connected Wi-Fi network.
- Ping Statistics: Shows the average ping response time to a popular DNS server (e.g., 8.8.8.8).
- Network Data: Displays the number of bytes received and sent over the network.
- Windows OS: The tool utilizes
netsh
,ping
, andnetstat
, which are native commands in Windows. - Command Prompt: This script runs from the command prompt (CMD).
- Clone this repository or download the script file.
- Open a Command Prompt (CMD) window in the directory where the script is located.
- Run the script with the command: