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.

Ask HN: Measuring how broken the office Internet connection is

2 pointsby erbdexabout 9 years ago
The Internet at my workplace has been on and off lately and the IT admins don&#x27;t admit to how bad it really is. Since it works ~(most of the time), this is often ignored and is frustrating.<p>How do i measure how bad the connection is? Is tcpdump logs the only way or have you come across a cleaner hack&#x2F;plugin etc?

1 comment

gravypodabout 9 years ago
Set up a script to poll a remote server every X seconds, collect the ping times and how many connections were dropped, and the average transfer speeds.<p>I&#x27;ve heard a lot of good things about <a href="http:&#x2F;&#x2F;oss.oetiker.ch&#x2F;smokeping&#x2F;" rel="nofollow">http:&#x2F;&#x2F;oss.oetiker.ch&#x2F;smokeping&#x2F;</a>