This is a small project to generate a graph with the last time that all terminals performed the ping operation.
- Python 3.6
- pandas, numpy and matplotlib
Clone the repository
git clone https://github.com/rcrespocano/ping-diff-terminals.git
python src/pingdiff.py --file {file.csv}
Note: the file.csv must have the format provided by the custom ping query.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. See LICENSE for more information.