diff --git a/README.md b/README.md index ceb7754..3ef3f19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Port 80 Network Monitor +# TCP Ping Network Monitor A PowerShell-based monitoring tool that checks port 80 connectivity for specified IP addresses while simultaneously monitoring network traffic. This tool provides real-time visibility into both web service availability and network bandwidth usage. @@ -29,7 +29,7 @@ A PowerShell-based monitoring tool that checks port 80 connectivity for specifie Run the script in PowerShell with administrator privileges: ```powershell -.\Port80Monitor.ps1 +.\TCP_Ping_Monitor.ps1 ``` The script will continuously monitor the specified IP addresses and network traffic until manually stopped by pressing `Ctrl+C`.