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

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

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

4 个仓库

Awesome GitHub RepositoriesRuntime Profiling Hooks

HTTP-exposed endpoints for analyzing resource consumption in running processes.

Distinct from CPU Profilers: Focuses on the delivery mechanism (HTTP hooks) for profiling data rather than the analysis tool itself.

Explore 4 awesome GitHub repositories matching development tools & productivity · Runtime Profiling Hooks. Refine with filters or upvote what's useful.

Awesome Runtime Profiling Hooks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tilt-dev/tilttilt-dev 的头像

    tilt-dev/tilt

    9,886在 GitHub 上查看↗

    Tilt is a Kubernetes development orchestrator and containerized workflow manager that automates the build, deploy, and update loop for cloud-native services. It functions as an infrastructure-as-code environment, defining the entire local development setup as versioned code to synchronize local source changes with cluster deployments. The project distinguishes itself by offering live container updates, which sync files directly into running containers to bypass full image rebuilds and redeployments. It includes a cloud-native development dashboard for monitoring resource health, streaming agg

    Exposes profiling hooks over HTTP to analyze CPU and memory consumption via heap profiles and graphs.

    Godevelopment-environmentkubernetes
    在 GitHub 上查看↗9,886
  • google/gopsgoogle 的头像

    google/gops

    7,011在 GitHub 上查看↗

    gops 是一个命令行诊断工具集,用于监控、分析和管理活跃 Go 应用的运行时状态。它作为一个运行时诊断工具,提供了一个专注的界面,用于分析内存、分析性能和监控运行进程的健康状况。 该工具提供了一组专门的实用程序,包括用于捕获 CPU 和堆分析文件的性能分析器、用于识别泄漏并触发垃圾回收的内存分析器,以及用于发现运行中的二进制文件并可视化进程层次结构的进程监控器。 该项目涵盖了广泛的诊断功能,包括运行时执行追踪、堆栈跟踪捕获和资源使用采样。它还包括用于进程元数据检查、二进制路径解析以及监控线程数和内存统计等运行时指标的系统工具。

    Leverages internal runtime hooks to extract heap snapshots, CPU profiles, and execution traces from live applications.

    Go
    在 GitHub 上查看↗7,011
  • openfga/openfgaopenfga 的头像

    openfga/openfga

    4,793在 GitHub 上查看↗

    OpenFGA is a fine-grained authorization server and policy decision point that implements relationship-based access control. It serves as a centralized authorization service for evaluating access requests and managing relationship tuples across distributed microservices and multi-tenant environments. The engine combines relationship graphs with attribute-based access control, using the Common Expression Language to evaluate dynamic runtime attributes and conditional access rules. It handles complex hierarchies and nested permissions by traversing chains of associations and parent-child links t

    Exposes an HTTP profiling endpoint to analyze the runtime behavior and resource consumption of the engine.

    Goabacauthorizationentitlements
    在 GitHub 上查看↗4,793
  • hoisie/webhoisie 的头像

    hoisie/web

    3,683在 GitHub 上查看↗

    Hono is a lightweight Go web framework designed for building high-performance backend services and applications. It provides a core HTTP routing engine that maps URLs and methods to handler functions using patterns and regular expressions. The toolkit includes a WebSocket server implementation for real-time bidirectional communication and a secure cookie manager that uses encryption and HMAC signatures to prevent session tampering. It also features a FastCGI server interface, allowing applications to communicate with external process managers and web servers via FastCGI and SCGI protocols. T

    Exposes HTTP-based diagnostic endpoints for analyzing heap, symbol, and CPU resource consumption in running processes.

    Go
    在 GitHub 上查看↗3,683
  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. Performance and Resource Profilers
  6. Runtime Profiling Hooks