bytehound
Memory profiler
A memory profiling tool that gathers allocation and deallocation data along with full stack traces to analyze memory leaks and fragmentation.
A memory profiler for Linux.
5k stars
59 watching
193 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
memory-profilermemory-profilingprofilerprofiling
Related projects:
Repository | Description | Stars |
---|---|---|
kde/heaptrack | A tool that analyzes memory allocation patterns in applications to identify performance issues. | 3,341 |
kd8bny/limeaide | Automates the process of remotely dumping RAM and creating volatility profiles on Linux clients. | 161 |
natebrune/fmem | A Linux kernel module that provides access to physical memory for analysis and dumping. | 115 |
mariusae/heapster | An agent-based heap profiling tool for Java Virtual Machines | 395 |
parca-dev/parca | Automated profiling tool to analyze CPU and memory usage across entire infrastructure | 4,154 |
miniprofiler/rack-mini-profiler | A Ruby middleware for profiling rack applications to measure performance metrics | 3,733 |
async-profiler/async-profiler | A Java profiling tool that collects information about CPU usage and memory allocations | 7,562 |
devexperts/aprof | Tools to analyze memory allocation in Java applications with minimal performance impact | 220 |
orhun/kmon | A tool that monitors and manages kernel activities, providing insights into system performance and resource utilization. | 2,548 |
pythonprofilers/memory_profiler | Tools for analyzing memory usage of Python programs | 4,379 |
open-telemetry/opentelemetry-ebpf-profiler | A Linux-based profiler that uses eBPF to profile system calls and CPU cycles in real-time, providing insights into application performance without requiring instrumentation or recompilation. | 2,463 |
rudjigames/mtuner | Memory profiling and leak finding tool for C/C++ applications | 2,631 |
google/orbit | An application profiler that analyzes performance bottlenecks without modifying the target code. | 4,221 |
tokio-rs/tracing | A framework for collecting structured diagnostic information from Rust programs | 5,510 |
googleprojectzero/bochspwn-reloaded | An emulator-based tool to detect kernel memory disclosure vulnerabilities by tracking uninitialized memory in guest operating systems. | 297 |