qunarcorp/bistoury
Bistoury是去哪儿网的java应用生产问题诊断工具,提供了一站式的问题诊断方案 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2589
- days_rel: n/a
- days_push: 1356
- n_releases_24m: 0
Adoption not part of the score
4076 stars · 841 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Bistoury is an open-source, non-intrusive Java application diagnostics tool from Qunar, offering a one-stop web-based solution for troubleshooting production issues. It integrates Arthas and vjtools, providing online breakpoint debugging, thread-level CPU monitoring, dynamic method monitoring, log viewing, and JVM/heap analysis without logging into machines.
Use cases
- diagnose production java application issues without ssh access
- set breakpoints online and capture variables without stopping the app
- monitor per-thread cpu usage over time
- dynamically monitor method call counts, exceptions and execution time
- view and grep logs across multiple machines from a web ui
- inspect jvm memory, gc, threads and system properties
- profile java applications with flame graphs and hotspot methods
When to choose
- you run java services on linux and want a unified web console for diagnostics
- you need ide-like remote debugging on production without blocking the application
- you want application-level (multi-host) diagnostics rather than per-machine cli tools
- you want arthas/vjtools capabilities plus a gui and historical monitoring data
When to avoid
- your applications run on windows (only linux and macos are supported)
- you need a lightweight single-machine cli tool - arthas alone may suffice
- you need actively maintained software with recent releases
- your target apps run on java versions below 1.7
Facets
application · maturity maintenance
monitoring tracing developer-tools logging developer-tools monitoring jvm java-agent jvm-diagnostics online-debugging arthas troubleshooting cpu-monitoring web-console debugging jvm linux macos web
1 source
- readme: https://github.com/qunarcorp/bistoury · fetched 2026-08-28 · ffb02958348f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qunarcorp/bistoury | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="qunarcorp/bistoury")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem