Tool to ping servers (using ICMP & UDP) and track response time and packet loss.
📦 Installation
Download the appropriate zip file from Ekko Releases link.
🛠Configuration
The Ekko binary reads configuration from the config.yaml file which should reside in the same folder as that of the
binary. By default, the release package comes pre-configured with a config.yaml which you could change as per your
requirements.
🪀 Usage
MacOS
Unzip the downloaded file in a location of your preference. You can unzip the release using Finder or using Terminal using the
command unzip ekko-darwin.zip
Open a terminal and go the
installation directory cd <YourInstallDirectory>/ekko
Ekko requires super admin privileges to run, hence run the program using sudo ./ekko
Press control and C to close the program or quit the terminal window.
Linux
Unzip the file in a location of your preference. You can unzip the release using Terminal using the
command unzip ekko-darwin.zip
Open a terminal and go the installation directory cd <YourInstallDirectory>/ekko
Ekko requires super admin privileges to run, hence run the program using sudo ./ekko
Press Ctrl and C to close the program or quit the terminal window.