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

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

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

1 个仓库

Awesome GitHub RepositoriesRemote Memory Profiling

Systems that capture memory metrics from a target machine and stream them to a remote analysis host.

Distinct from Memory Analysis: Existing candidates focus on static analysis or specific JVM/Keyspace analysis, not the architectural pattern of remote streaming for performance.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Remote Memory Profiling. Refine with filters or upvote what's useful.

Awesome Remote Memory Profiling GitHub Repositories

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

    koute/bytehound

    4,791在 GitHub 上查看↗

    Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track allocations and deallocations. It records full call-stack traces for every memory operation to map allocations back to their originating source code. The project features a remote memory profiling system that streams capture data via network sockets to a separate machine, minimizing resource overhead on the target system. Analysis is supported by a specialized domain-specific query language used to automate the detection of memory patterns and anomalies. The tool covers heap al

    Streams profiling data from a memory-constrained target to a separate machine for analysis without impacting performance.

    Cmemory-profilermemory-profilingprofiler
    在 GitHub 上查看↗4,791
  1. Home
  2. Operating Systems & Systems Programming
  3. Remote Memory Profiling