Overview:
The Parallel tcping visualization is a tool that allows users to perform "tcping" in parallel and visualize the results in a dashboard. It provides a user-friendly interface for managing and monitoring TCPing records of various hosts.
Features:
- View: Input a new host or clear text and select an existing host to view all TCPing records of that host in a chart.
- Start all: Perform TCPing to all hosts in parallel. Add a host to the list by inputting or selecting it and clicking "view". The dropdown menu shows all hosts in the list.
- Stop all: Stop TCPing to all hosts listed. The dropdown menu shows all hosts in the list.
- Start: Continuously perform TCPing to the host in the box.
- Stop: Stop TCPing to the host in the box.
- Delete: Delete the host in the box along with its related TCPing records.
Developer:
- Set the project root as the current folder in the terminal.
- Activate the Python virtual environment if applicable.
- Run the following script.
python run_script.py
- By default, it occupies localhost port 5000. You can customize the host and port of the Flask application.
Terminal User:
- Download and unzip the release.
- Open the parallel_ping_visualization.exe file.
- Refer to the functions mentioned below for usage instructions.
Summary:
The Parallel tcping visualization is a powerful tool for performing tcping in parallel and visualizing the results. It provides an intuitive user interface for managing and monitoring TCPing records of multiple hosts. With its various features, users can easily view, start, stop, and delete TCPing records. The tool is easy to install and can be used both by developers and terminal users.