Main icon indicating copy to clipboard operation
Main copied to clipboard

[Request]: Nping

Open Antecer opened this issue 3 weeks ago • 3 comments

Prerequisites

  • [x] I have searched all issues/PRs to ensure it has not already been reported or fixed.

Criteria

  • [x] Reasonably well-known and widely used (e.g. if it's a GitHub project, it should have at least 100 stars and/or 50 forks)
  • [x] English interface (or at least English documentation)
  • [x] Latest stable version
  • [x] Full version (i.e. not a trial version)
  • [x] Fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)

Name

Nping

Description

Nping is a Ping tool developed in Rust. It supports concurrent Ping for multiple addresses, visual chart display, real-time data updates, and other features.

Homepage

https://github.com/hanshuaikang/Nping

Download Link(s)

https://github.com/hanshuaikang/Nping/releases

Some Indication of Popularity/Repute

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

nping --help

🏎 Nping mean NB Ping, A Ping Tool in Rust with Real-Time Data and Visualizations

Usage: nping [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/sparkline [default: graph] -o, --output <OUTPUT> Output file to save ping results -h, --help Print help -V, --version Print version

Image Image

Antecer avatar Dec 07 '25 05:12 Antecer

This application appears to be more suited to the Main bucket.

SorYoshino avatar Dec 07 '25 16:12 SorYoshino

Anywhere is fine, I just need it! Tanks!

Antecer avatar Dec 08 '25 08:12 Antecer

Hello, @Antecer .

I have already completed the manifest for this software and performed the relevant tests.

It conflicts with the nping tool in main/nmap due to a naming collision. In addition, I found indications that the upstream project intends to rename it, but no outcome has been provided so far.

  • https://github.com/hanshuaikang/Nping/issues/48
  • https://github.com/hanshuaikang/Nping/issues/77

I suggest waiting for the upstream rename to be finalized before considering adding it to the Main bucket.

SorYoshino avatar Dec 09 '25 15:12 SorYoshino