HackerTrans
トップ新着トレンドコメント過去質問紹介求人

panosv

no profile record

投稿

The ping-verse: a deep dive into 14 ping-type utilities across OSI layers

netbeez.net
6 ポイント·投稿者 panosv·4 か月前·2 コメント

Netsh for Troubleshooting Wi-Fi Issues in Windows

netbeez.net
6 ポイント·投稿者 panosv·2 年前·0 コメント

An 11 Year Old Bug in the macOS Popen()

netbeez.net
2 ポイント·投稿者 panosv·2 年前·0 コメント

コメント

panosv
·3 か月前·議論
Can we bring scroll bars back by default please?
panosv
·4 か月前·議論
Everyone knows ping. But over the decades, the networking community has quietly built an entire family of specialized variants — each solving a problem that standard ICMP couldn't. A few examples of why you'd reach for something else:

tcping — when firewalls eat your ICMP and you need to test port availability

arping — L2 diagnostics and duplicate IP detection, no IP stack needed

fping — scan a /24 in seconds, all hosts in parallel

OWAMP — when you actually need one-way latency, not just RTT

dnsping — when the slowness lives in your resolver, not the network

I put together a comparison table of the most useful ones, across protocol, OSI layer, platform, multi-host support, and root requirements. The OSI layer column alone tells you a lot — if you're reaching for ping to debug something that lives at L4 or L7, you're probably using the wrong tool.
panosv
·10 か月前·議論
What about Google? Anyone has any insights on their unit economics since they own the models and the infrastructure (which is also custom TPUs)? Are they doing better or are they in the same money losing business?
panosv
·昨年·議論
Can someone recommend a dongle that actually works? I’ve tried a few and they are highly unreliable or stop working after a few months.
panosv
·昨年·議論
Great work! There are quite a few flavors of ping:

TCPPing: https://netbeez.net/blog/tcping/

vmPing: <https://netbeez.net/blog/how-to-use-vmping/>

DNSPing: <https://netbeez.net/blog/dnsping-linux/>

PathPing: <https://netbeez.net/blog/path-analysis-pathping-windows/>

fping: <https://netbeez.net/blog/linux-how-to-use-fping/>

gping: <https://netbeez.net/blog/linux-how-to-use-gping/>

prettyping: <https://netbeez.net/blog/linux-how-to-use-prettyping/>

nping: <https://netbeez.net/blog/how-to-use-nping/>
panosv
·2 年前·議論
Lemurian Labs looks like it's doing something similar: https://www.lemurianlabs.com/technology They use the Logarithmic Number System (LNS)
panosv
·2 年前·議論
MacOS has now a built in dedicated tool called networkQuality that tries to capture these variables https://netbeez.net/blog/measure-network-quality-on-macos/

Also take a look at Measurement Swiss Army-Knife (MSAK) https://netbeez.net/blog/msak/