Ping Log Analyzer is a Command Line Interface (CLI) Python program to analyze a ping log. It uses Python3 along with additional requirements listed below to help you visualize and understand your ping logs better.
To run the CLI program, open your terminal and use the following command:
python3 04-analyze-ping-file.py
Please ensure you have installed the necessary requirements mentioned in the next section before running the program.
This script requires the following:
- Python3
You may install it by running the following command:
sudo apt install python3
- Gnuplot
You may install it by running the following command:
sudo apt install gnuplot
- Gnuplotlib Python package
You may install it by running the following command:
pip3 install gnuplotlib
Please ensure you have installed these requirements before running the program.
This project is licensed under the terms of the MIT License. Please see the LICENSE file for more details.