Update README.md
Fixed filename.
This commit is contained in:
@@ -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.
|
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:
|
Run the script in PowerShell with administrator privileges:
|
||||||
|
|
||||||
```powershell
|
```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`.
|
The script will continuously monitor the specified IP addresses and network traffic until manually stopped by pressing `Ctrl+C`.
|
||||||
|
|||||||
Reference in New Issue
Block a user