This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
ThreadMine
JVM thread dump analyzer that catches Loom pinning
ThreadMine turns a JVM thread dump into an answer in seconds. Paste or upload one — free, no signup — and it auto-detects deadlocks, thread leaks, pool exhaustion, CPU hotspots, and virtual thread pinning (Project Loom), with an A–F health score. The AI assistant, Vein, explains the root cause in plain language and suggests the fix. It reads HotSpot, OpenJ9, Zing and GraalVM. The thing others miss: virtual-thread pinning detection.
It started as an itch: I kept reading JVM thread dumps by hand during incidents, and the worst one to catch by eye is virtual thread pinning — your Loom app quietly turns back into a bounded thread pool and nothing in the logs tells you. So I built the reader I wanted: paste a dump, get the problems named, with a health score and a shareable link.
Free, no login: upload up to 10 MB, automatic detection (deadlock, thread leak, pool exhaustion, CPU spikes, Loom pinning), health score, shareable report. Paid tiers add the AI explanations (Vein), history, multi-dump comparison and integrations.
New this week: there's an MCP server, so your coding agent can read a thread dump itself. Install:
npx @threadmine/mcp
"Why is prod hanging?" → it pulls the dump, gets the analysis back, and tells you which lock is the problem. That one surprised me — it's the use case I didn't design for and now use the most.
Straight about privacy since people ask: the dump is uploaded and processed server-side (not in your browser), over TLS, encrypted at rest, kept temporarily and deletable on demand, with zero retention on the AI side.
I'd genuinely love for you to throw a real production dump at it and tell me where it's wrong — especially edge cases in OpenJ9/Zing parsing or the pinning detector. Happy to answer anything here.
PS: `PRODUCTHUNT` takes 30% off the first payment, if you want it.
the way it flags virtual-thread pinning alongside the usual deadlock and pool exhaustion checks feels like real engineering empathy for anyone running on Loom.
About ThreadMine on Product Hunt
“JVM thread dump analyzer that catches Loom pinning”
ThreadMine was submitted on Product Hunt and earned 0 upvotes and 2 comments, placing #145 on the daily leaderboard. ThreadMine turns a JVM thread dump into an answer in seconds. Paste or upload one — free, no signup — and it auto-detects deadlocks, thread leaks, pool exhaustion, CPU hotspots, and virtual thread pinning (Project Loom), with an A–F health score. The AI assistant, Vein, explains the root cause in plain language and suggests the fix. It reads HotSpot, OpenJ9, Zing and GraalVM. The thing others miss: virtual-thread pinning detection.
ThreadMine was featured in SaaS (43.1k followers), Developer Tools (515.9k followers) and Artificial Intelligence (473.8k followers) on Product Hunt. Together, these topics include over 233.2k products, making this a competitive space to launch in.
Who hunted ThreadMine?
ThreadMine was hunted by Felipe Maschio. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how ThreadMine stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
Maker here 👋 I'm Felipe, I built ThreadMine.
It started as an itch: I kept reading JVM thread dumps by hand during incidents, and the worst one to catch by eye is virtual thread pinning — your Loom app quietly turns back into a bounded thread pool and nothing in the logs tells you. So I built the reader I wanted: paste a dump, get the problems named, with a health score and a shareable link.
Free, no login: upload up to 10 MB, automatic detection (deadlock, thread leak, pool exhaustion, CPU spikes, Loom pinning), health score, shareable report. Paid tiers add the AI explanations (Vein), history, multi-dump comparison and integrations.
New this week: there's an MCP server, so your coding agent can read a thread dump itself. Install:
npx @threadmine/mcp
"Why is prod hanging?" → it pulls the dump, gets the analysis back, and tells you which lock is the problem. That one surprised me — it's the use case I didn't design for and now use the most.
Straight about privacy since people ask: the dump is uploaded and processed server-side (not in your browser), over TLS, encrypted at rest, kept temporarily and deletable on demand, with zero retention on the AI side.
I'd genuinely love for you to throw a real production dump at it and tell me where it's wrong — especially edge cases in OpenJ9/Zing parsing or the pinning detector. Happy to answer anything here.
PS: `PRODUCTHUNT` takes 30% off the first payment, if you want it.