A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/trinhminhtriet/pingy below:

trinhminhtriet/pingy: ⚡ Pingy: A fast, concurrent Rust-based ping tool with real-time updates & visual charts! 📊🚀

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

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

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.

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
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

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

We welcome contributions!

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

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4