Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

⚑ Pingy: A fast, concurrent Rust-based ping tool with real-time updates & visual charts! πŸ“ŠπŸš€

License

Notifications You must be signed in to change notification settings

trinhminhtriet/pingy

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

52 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧹 pingy

       _
 _ __ (_)_ __   __ _ _   _
| '_ \| | '_ \ / _` | | | |
| |_) | | | | | (_| | |_| |
| .__/|_|_| |_|\__, |\__, |
|_|            |___/ |___/

⚑ Pingy: A fast, concurrent Rust-based ping tool with real-time updates & visual charts! πŸ“ŠπŸš€

✨ Features

  • ⚑ Concurrent Ping: Ping multiple addresses simultaneously for faster results.
  • πŸ“Š Visual Latency Display: Graphical representation of latency for easy analysis.
  • ⏱️ Real-Time Metrics: Displays max, min, avg latency, packet loss rate, and more in real-time.
  • 🌍 IPv4 & IPv6 Support: Works seamlessly with both IP versions.
  • πŸ”„ Multi-IP Under One Address: Supports concurrent pinging of multiple IPs under a single domain.

πŸš€ Installation

To install pingy, simply clone the repository and follow the instructions below:

git clone git@github.com:trinhminhtriet/pingy.git
cd pingy

cargo build --release

rm -rf /usr/local/bin/pingy \
&& ln -s ${PWD}/target/release/pingy /usr/local/bin/pingy \
&& which pingy && pingy --version

Running the below command will globally install the pingy binary.

cargo install pingy

Optionally, you can add ~/.cargo/bin to your PATH if it's not already there

echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

πŸ’‘ Usage

pingy www.baidu.com www.google.com www.apple.com www.sina.com -c 20 -i 2

pingy --help

⚑ Pingy: A fast, concurrent Rust-based ping tool with real-time updates & visual charts!

Usage: pingy [OPTIONS] <TARGET>...

Arguments:
  <TARGET>...  target IP address or hostname to ping

Options:
  -c, --count <COUNT>        Number of pings to send [default: 65535]
  -i, --interval <INTERVAL>  Interval in seconds between pings [default: 0]
  -6, --force_ipv6           Force using IPv6
  -m, --multiple <MULTIPLE>  Specify the maximum number of target addresses, Only works on one target address [default: 0]
  -v, --view-type <VIEW_TYPE>  view mode graph/table/point [default: graph]
  -h, --help                 Print help
  -V, --version              Print version

πŸ™ Acknowledgements

Thanks to these people for their feedback and suggestions for Pingy! [TBD]

🀝 How to contribute

We welcome contributions!

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m "feat: my new feature";
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

⚑ Pingy: A fast, concurrent Rust-based ping tool with real-time updates & visual charts! πŸ“ŠπŸš€

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.