awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cong-or avatar

cong-or/hud

0
View on GitHub↗
172 stars·5 forks·Rust·MIT·10 views

Hud

Find code blocking your Tokio workers. eBPF-powered, no instrumentation.

Features

  • Profiling and Benchmarking - eBPF-based profiler for identifying Tokio runtime blocking.
  • Profiling Tools - eBPF-based profiler for Tokio runtime blocking.

Star history

Star history chart for cong-or/hudStar history chart for cong-or/hud

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hud

Similar open-source projects, ranked by how many features they share with Hud.
  • bencherdev/bencherbencherdev avatar

    bencherdev/bencher

    856View on GitHub↗

    🐰 Bencher - Continuous Benchmarking

    Rustbenchmarkbenchmarkingcd
    View on GitHub↗856
  • bytedance/g3bytedance avatar

    bytedance/g3

    879View on GitHub↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    View on GitHub↗879
  • bheisler/criterion.rsbheisler avatar

    bheisler/criterion.rs

    5,485View on GitHub↗

    Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a framework for isolating and measuring small code segments, using statistical analysis to eliminate noise and ensure reliable, repeatable measurements of execution speed. The tool distinguishes itself through a performance visualization suite that generates HTML reports and graphs to track performance trends and throughput. It includes a system for comparing current execution times against stored baselines to identify and prevent performance drops. The library covers asynchronous

    Rustbenchmarkcriteriongnuplot
    View on GitHub↗5,485
  • ellisonch/rust-stopwatchellisonch avatar

    ellisonch/rust-stopwatch

    84View on GitHub↗

    A stopwatch library for Rust. Used to time things.

    Rustrustrust-stopwatchstopwatch
    View on GitHub↗84
See all 20 alternatives to Hud→

Frequently asked questions

What does cong-or/hud do?

Find code blocking your Tokio workers. eBPF-powered, no instrumentation.

What are the main features of cong-or/hud?

The main features of cong-or/hud are: Profiling and Benchmarking, Profiling Tools.

What are some open-source alternatives to cong-or/hud?

Open-source alternatives to cong-or/hud include: koute/bytehound — Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track… bytedance/g3 — Enterprise-oriented Generic Proxy Solutions. bheisler/criterion.rs — Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a… bencherdev/bencher — 🐰 Bencher - Continuous Benchmarking. ellisonch/rust-stopwatch — A stopwatch library for Rust. Used to time things. llogiq/flame — An intrusive flamegraph profiling tool for rust.