Replies: 1 comment 2 replies
-
File formatThe format of the data is the "folded" input format to the Flamegraph tools, e.g. the original (https://github.com/brendangregg/FlameGraph) or what I'm using (https://github.com/jonhoo/inferno). In particular Specifically, it's:
Or maybe kilobytes, I forget. DiffsOne thing that Dumping at intervalsFil supports dumping on demand when the SIGUSR2 signal is sent to the process. So just call that at intervals ( |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are hunting a memory leak on an embedded system. A very small leak less than 512kB of the 17MB RAM used at the start of the system. The leak occurs every one to two hours, it is hard to accelerate in simulation the processus since the leak happens when the system is connected to hardware sensors.
What we would really need is a timestamped list of memory allocations. I do not know if it would require a big work, but our team would be willing to contribute to achieve this goal.
In the mean time our strategy would be to run the code and stop it at several interval ideally every hour and compare the results to identify what are the differences between the peaks (as there is a leak we have only peaks after peaks).
What would be great is
What are your thoughts about those ideas ?
Beta Was this translation helpful? Give feedback.
All reactions