An app to Ping from multiple sources
Have you every wanted to check connectivity from different source IPs ( different routers or switches ?)
This app help you to do just that, it login's via SSH to the mentioned sources and performs ping and give you the result
All you need to do it enter the data in data.yaml and run the app
- Download this repo
git clone [email protected]:JayantSeth/pfms.git - Enter the repo directory
cd pfms - Download the dependencies
go mod download - Enter the required data in
data.yaml - Run the app with
go run .
- A index.html file will be generated with the detailed report
Download the following from Release section of the latest release:
- Executable pfms-linux-amd64, pfms-mac-amd64 or pfms-windows-amd64.exe based on your OS
- data.yaml file
Update the data.yaml based on your requirement
Run the executable
index.html will be generated with the ping result
- following OS are support: Windows, Linux & MAC amd64 architecture based
- Linux
- Arista EOS
- Cisco IOS
- Go lang version 1.20+