awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cong-or avatar

cong-or/hud

0
View on GitHub↗
172 星标·5 分支·Rust·MIT·2 次浏览

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 历史

cong-or/hud 的 Star 历史图表cong-or/hud 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Hud 的开源替代方案

相似的开源项目,按与 Hud 的功能重合度排序。
  • bencherdev/bencherbencherdev 的头像

    bencherdev/bencher

    856在 GitHub 上查看↗

    🐰 Bencher - Continuous Benchmarking

    Rustbenchmarkbenchmarkingcd
    在 GitHub 上查看↗856
  • bytedance/g3bytedance 的头像

    bytedance/g3

    879在 GitHub 上查看↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    在 GitHub 上查看↗879
  • bheisler/criterion.rsbheisler 的头像

    bheisler/criterion.rs

    5,485在 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
    在 GitHub 上查看↗5,485
  • ellisonch/rust-stopwatchellisonch 的头像

    ellisonch/rust-stopwatch

    84在 GitHub 上查看↗

    A stopwatch library for Rust. Used to time things.

    Rustrustrust-stopwatchstopwatch
    在 GitHub 上查看↗84
查看 Hud 的所有 20 个替代方案→

常见问题解答

cong-or/hud 是做什么的?

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

cong-or/hud 的主要功能有哪些?

cong-or/hud 的主要功能包括:Profiling and Benchmarking, Profiling Tools。

cong-or/hud 有哪些开源替代品?

cong-or/hud 的开源替代品包括: 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.