nowfound

Alternatives

Products that do what NetFabric – next-gen network monitoring solution does

Hi HN! We’re Tobias and Beni, co-founders of NetFabric. NetFabric is a next-gen network monitoring solution that’s here to tackle the chaos of network downtime with a fresh approach using mathematical models and machine learning: We integrate all your network data sources into a single, easy-to-use platform, giving you clear answers to any network question in real time. # Why Network Monitoring Needs a Revolution Network downtime is a massive headache for companies everywhere. Just an hour of downtime can cost millions—Amazon lost $34 million in just one hour in 2021! But the pain doesn’t…

  1. 1

    Simple, Realtime Network Bandwidth Monitor for your Mac.

    2019

  2. 2IB

    Hi HN — I’m the developer of NetViews, a macOS utility I built because I wanted better visibility into what was actually happening on my wired and wireless networks. I live in the CLI, but for discovery and ongoing monitoring, I kept bouncing between tools, terminals, and mental context switches. I wanted something faster and more visual, without losing technical depth — so I built a GUI that brings my favorite diagnostics together in one place. About three months ago, I shared an early version here and got a ton of great feedback. I listened: a new name (it was PingStalker), a longer trial,…

    Feb 2026 · netviews.app

  3. 3
    NetBeez92

    Network monitoring from the user perspective

    2016

  4. 4

    Monitoring for websites, APIs, and cron jobs

    2024

  5. 5NM

    A real-time network connection monitoring tool built with Rust and GTK4, displaying active connections with live I/O statistics in a modern graphical interface. https://github.com/grigio/network-monitor

    Nov 2025

  6. 6

    The Simplest & Fastest Task Tracker for Remote Teams

    2022

  7. 7
    Netler107

    Tiny network monitor for menu bar & notification center 🖥📡

    2018

  8. 8

    HTTP(s) proxy debugger with custom viewer

    Jun 2026 · networkspy.app

  9. 9AU

    Howdy HN! I find myself testing my ping from time to time, especially when my internet seems wonky while WFH. It feels like there should be an easier way test my ping than puling up a terminal or a complex web app - especially when I'm on my phone or any other device that doesn't have a terminal. I figured I should be the change I wish to see in the world and created this super light ping test. I also created a latency monitoring solution (https://github.com/cjjeakle/network-monitor), feel free to clone and try it out! I know there are a lot more mature monitoring…

    2022 · ping.projects.chrisjeakle.com

  10. 10

    This code is still in early beta, but i sincerley hope it will become as ubiquitous as VIM on Linux.

    2024 · github.com

  11. 11KW

    Panos here - cofounder of NetBeez. We started NetBeez because we were not able to detect who and where are the users experiencing network problems. When the Raspberry Pi came out we immediately saw the perfect platform to use for our monitoring agent. And we decided to build the tool that would capture the end-user experience on wide area networks. The low cost of the Raspberry Pi enabled us to build a tool that can scale to dozens and hundreds of locations without costing an arm and a leg. NetBeez does both wired and wireless monitoring. You can try it for free here:…

    2016

  12. 12DM

    Hi HN! I am Krishna Thota, founder of DevRaven. DevRaven is a monitoring platform for Developers. DevRaven enables engineering teams or individual developers to setup active monitoring for their services/applications and get alerted when things don't work as expected Today's launch makes available the following features: API Monitoring - Monitor your HTTP end points and perform no-code or scripted assertions. Synthetic Monitoring - Execute browser based end-to-end tests using Playwright framework. No setup required. SSL Monitoring - Monitor SSL certificates for your end points and get…

    2022 · devraven.io

  13. 13NR
  14. 14AF

    Hi HN! I'm Nick, one of the cofounders of Bitping, and we'd like to share a tool that we've been working on for the past couple of years that lets you test network connectivity from real user devices around the world. We originally were part of a hackathon focused on building a product that is powered by micropayments and we settled on a network that could ping other network devices and users could be paid in fractions of a cent for performing said work. After winning the hackathon, we built an uptime monitoring service and discovered some discrepancies between our data and traditional…

    2024 · developer.bitping.com

  15. 15NG
  16. 16

    IP NW Destinations and services monitoring

    Aug 2026 · netenginex.com

  17. 17UT

    4 months ago, our announcement for our free, multi-node, petabyte-scale time-series database generated 200+ comments: https://news.ycombinator.com/item?id=23272992 Many commented on the Timescale License, our source-available license governing advanced features (eg multi-node). Most were positive, but some pointed out drawbacks (who says HN can't be productive!). That spurred an internal debate. Today we're happy to share an updated Timescale License with new rights, including the "right-to-repair" and "right-to-improve." And we’re doubling-down on our community, making all…

    2020

  18. 18

    Infrastructure monitoring that just works

    Oct 2025

  19. 19

    Netguadian – internet quality monitor

    Nov 2025

  20. 20RA

    Hi HN! I built RustNet, a Terminal UI based network monitor written in Rust that shows real-time connections with process identification and protocol detection. What may make it interesting: • Deep packet inspection for HTTP, HTTPS/TLS (with SNI), DNS, and QUIC protocol detection • Process identification using eBPF on Linux (experimental) and PKTAP on macOS which does also catch short-lived processes that polling procfs or lsof would miss • Multi-threaded packet processing with lock-free data structures for the UI • Cross-platform (Linux, macOS, Windows but process identification so far…

    Sep 2025 · github.com

  21. 21WV

    Hi HN, I'm the CEO at https://replay.io. We've been working on time travel debugging for web development for a while (https://news.ycombinator.com/item?id=28539247) and more recently an AI app builder that uses that debugger to get past problems instead of spinning in circles (https://news.ycombinator.com/item?id=43258585). We've gotten to where we can pretty easily build apps to replace business-critical SaaS tools, some of which we're now using internally: * We built our own issue tracker to keep track of all our development projects, tickets, bug…

    Dec 2025

  22. 22HL

    I am re posting this because when I had made this post the first time there were a few problem with the site that I had to fix and had not anticipated. I got some nice feedback though, so I thought I'd just make one more post because most of the problems have been fixed. HN Live is an alternative interface to Hacker News which provides all of the data on Hacker News in real time. This allows for the real time viewing of what goes into and leaves the trending page as well as the `newest` section. It is just a personal project, and I would like some feedback if you have any. Thanks Site:…

    2015

  23. 23ID

    Frustrated by the complexity and resource drain of multi service monitoring stacks, I built Simon. I wanted a single, lightweight dashboard to replace the heavy stack and the constant need for an SSH client for routine tasks. The result is a resource efficient dashboard in a single Rust binary, just a couple of megabytes in size. Its support for various architectures on Linux also makes it ideal for embedded systems and lightweight SBCs. It integrates: Comprehensive Monitoring: Realtime and historical metrics for the host system and Docker containers (CPU, memory, disk usage, and network…

    Nov 2025 · github.com

  24. 24

    Hi, over the past few months I've been working on this project: Numax is a small Rust runtime that does three things: it runs WebAssembly modules in a sandbox, has a built-in local key-value store, and syncs everything across nodes with CRDTs and gossip. Basically, you write a wasm module, run it on two machines, and they converge (I hope !). It's a decentralized system... I hope someone finds it interesting! There's a whitepaper I've put a lot into, and I think the code isn't bad either! I believe there's still room in this world for software that's fun and well made, and while building…

    Jun 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →