php-memory-profiler
bytehound
Our great sponsors
php-memory-profiler | bytehound | |
---|---|---|
2 | 15 | |
738 | 3,450 | |
- | - | |
3.1 | 8.6 | |
2 months ago | 11 days ago | |
C | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
php-memory-profiler
-
Plotting the memory of a PHP process with Gnuplot 📈
I learned a lot in the process, but also noticed the nice memory graphs in the video and figured it would be hard to troubleshoot anything if I didn't have them. When using php extensions such as Benoît's or Arnaud Le Blanc's to take a snapshot of the memory, it's great to think about the most appropriate moment to take that snapshot in order to capture the memory leak you might be hunting. Sure, you can use Monolog's MemoryUsageProcessor to that end, but I thought it would be more useful to get something a bit more ✨visual✨.
-
Having memory leaks on testing?
Maybe give https://github.com/arnaud-lb/php-memory-profiler a try. Til you actually track down the leak, you're asking someone else to go down this rabbit hole for a contrived scenario.
bytehound
-
Show HN: I wrote a tool in Rust for tracking all allocations in a Linux process
Interesting approach. How is performance compared to something like https://github.com/koute/bytehound
-
Introducing alloc-track: Precise memory profiling by stack trace and thread.
https://github.com/koute/bytehound is another tool in this space to be aware of
- Out of the loop: WASM for non-web projects
- Which gui crate would you suggest for a simple program?
-
Implementing a C++ memory allocator to track our framework memory usage
If you're on Linux (and since you're considering using Valgrind then you must be) you could use something like my Bytehound; you can also script its analysis, so if you'd be interested in e.g. figuring out which libraries allocate how much you can also do that.
Ot sure if it will fit your needs but maybe bytehound is worth looking into.
-
Memory leak in a long running process.
I had a great success recently with https://github.com/koute/bytehound/issues/86
- Hi, I’m new in rust, I have some expirience with c# and its classes ans structs. I can’t find information about that is happend with struct in rust when I pass it to function argument. Are there some copy effect ?
-
Does rust have a visual analysis tool for memory and performance like pprof of golang?
For memory you can also try Bytehound, which is a memory profiler I wrote a while back. It's not technically Rust-specific, although it is written in Rust and has Rust-specific features like automatic Rust symbol demangling.
What are some alternatives?
memory-profiler - A memory profiler for Linux. [Moved to: https://github.com/koute/bytehound]
heaptrack - A heap memory profiler for Linux
php-spx - A simple & straight-to-the-point PHP profiling extension with its built-in web UI
goawk - A POSIX-compliant AWK interpreter written in Go, with CSV support
heappy - heap profiler for rust
pprof - pprof is a tool for visualization and analysis of profiling data
hardened_malloc - Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.
PHPSpy - low-overhead sampling profiler for PHP 7+
jemalloc
tracing - Application level tracing for Rust.
profiler - Firefox Profiler — Web app for Firefox performance analysis
Confluent Kafka Golang Client - Confluent's Apache Kafka Golang client