TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nping – ping, but with a graph or table view

156 pointsby markhan-nping3 months ago

23 comments

panosv3 months ago
Great work! There are quite a few flavors of ping:<p>TCPPing: <a href="https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;tcping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;tcping&#x2F;</a><p>vmPing: &lt;<a href="https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;how-to-use-vmping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;how-to-use-vmping&#x2F;</a>&gt;<p>DNSPing: &lt;<a href="https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;dnsping-linux&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;dnsping-linux&#x2F;</a>&gt;<p>PathPing: &lt;<a href="https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;path-analysis-pathping-windows&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;path-analysis-pathping-windows&#x2F;</a>&gt;<p>fping: &lt;<a href="https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;linux-how-to-use-fping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;linux-how-to-use-fping&#x2F;</a>&gt;<p>gping: &lt;<a href="https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;linux-how-to-use-gping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;linux-how-to-use-gping&#x2F;</a>&gt;<p>prettyping: &lt;<a href="https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;linux-how-to-use-prettyping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;linux-how-to-use-prettyping&#x2F;</a>&gt;<p>nping: &lt;<a href="https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;how-to-use-nping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netbeez.net&#x2F;blog&#x2F;how-to-use-nping&#x2F;</a>&gt;
评论 #43061308 未加载
评论 #43088106 未加载
linsomniac3 months ago
Wooo, Windows support! Availability of network diagnostics tools in Windows has been problematic, particularly for very infrequent use. There are some good looking ones for purchase, but it&#x27;s hard to purchase when we don&#x27;t usually need it.<p>For a while, largely related I think to just not having enough bandwidth at our office, but also partly because our coax on the Xfinity cablemodem was sketchy, we were not infrequently having issues, and the majority of my coworkers are on Windows. ping and tracert aren&#x27;t very good tools for finding out what is going on with intermitant networking issues, especially when it might also be people&#x27;s home wifi from WFH. There were times I just wished they could run mtr.<p>Over the last year or so I&#x27;ve been seeing more Windows tools available, which has been great!
评论 #43060118 未加载
alpn3 months ago
Another interesting tool in this space is trippy, which ‘combines the functionality of traceroute and ping’<p><a href="https:&#x2F;&#x2F;github.com&#x2F;fujiapple852&#x2F;trippy">https:&#x2F;&#x2F;github.com&#x2F;fujiapple852&#x2F;trippy</a>
评论 #43058492 未加载
评论 #43058342 未加载
arjie3 months ago
What I like doing is using ttyplot and then it supports many commands and you can even specify an extraction param to plot on so then it&#x27;s very Unix philosophy.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tenox7&#x2F;ttyplot">https:&#x2F;&#x2F;github.com&#x2F;tenox7&#x2F;ttyplot</a>
评论 #43061856 未加载
nemoniac3 months ago
There already exists a tool called nping. It comes with nmap.<p><a href="https:&#x2F;&#x2F;nmap.org&#x2F;nping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nmap.org&#x2F;nping&#x2F;</a>
评论 #43057557 未加载
1f60c3 months ago
I wonder why www.google.com resolved to 31.13.94.37, which IPinfo tells me belongs to AS32934 Facebook, Inc.<p><a href="https:&#x2F;&#x2F;ipinfo.io&#x2F;31.13.94.37" rel="nofollow">https:&#x2F;&#x2F;ipinfo.io&#x2F;31.13.94.37</a>
评论 #43057559 未加载
评论 #43057488 未加载
评论 #43057453 未加载
评论 #43066014 未加载
wolrah3 months ago
Neat, reminds me a lot of noping which is a long-time favorite of mine (and its non-graphical counterpart oping): <a href="https:&#x2F;&#x2F;noping.cc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;noping.cc&#x2F;</a><p>One thing I&#x27;ve always wanted in a ping tool but never found is something that can log anomalous results, so for example one could leave it running in a screen&#x2F;tmux session and come back a day or two later to not just see that there had been some instances of high latency or packet loss but also see when it happened and for now long per burst.<p>With all the existing tools I&#x27;m aware of I can come back to a long-running ping after a day or two and see that there were 170 pings that got lost but have no idea if that was individual intermittent drops or one continuous event like a cable modem rebooting in the middle of the night.<p>A couple of times I&#x27;ve attempted to do it myself but the nature of ICMP means it ends up requiring lower level programming than I&#x27;m comfortable with.
natdempk3 months ago
Random question, but how consistent should you expect to get pings to be over consumer internet to something like google? Single-digit ms variance? Few ms? 10&#x27;s of ms? Always kind of curious for trying to optimize my network setup at home.
评论 #43059137 未加载
29athrowaway3 months ago
The new generation has to rediscover gnuplot and ministat.
MrLeap3 months ago
This has made me wonder if there&#x27;s a tracert that attempts to geolocate the hops and put them on a map. That would be an interesting tool.
ValtteriL3 months ago
There is also nping that comes with nmap
评论 #43057554 未加载
pimlottc3 months ago
&gt; Nping mean NB Ping<p>What does NB Ping mean?
withinboredom3 months ago
It&#x27;d be nice to provide install instructions for non-mac users as well.
评论 #43057651 未加载
Shorel3 months ago
Rename it to table ping.
评论 #43057674 未加载
评论 #43057805 未加载
AlisaWang3 months ago
It&#x27;s really an interesting idea; I&#x27;ll try it.
juliangmp3 months ago
This looks great, definitely gonna check it out
评论 #43057498 未加载
vzaliva3 months ago
I could not find how to install it on Linux.
arrty883 months ago
Very cool. I’ll be using this going forward
评论 #43033014 未加载
cooloo3 months ago
What&#x27;s the difference from gping?
评论 #43057495 未加载
zengargoyle3 months ago
Reminds me of the old SmokePing.
goodpoint3 months ago
Should have used GPL...
zaptheimpaler3 months ago
absolute cinema!
评论 #43057401 未加载
aboardRat43 months ago
nping软件已经存在,就是跟nmap一起走的软件。 建议重新命名一下。
评论 #43057629 未加载