You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some scenarios it might be interesting to get statistics about glibc arena use etc. Maybe it would be possible to extract that data via an agent from the target vm.
The text was updated successfully, but these errors were encountered:
mblauth
changed the title
Support mallinfo() statistic on Linux/glibc systems via agent
Support mallinfo() statistics on Linux/glibc systems via agent
Aug 11, 2022
mallinfo() support was added. mallinfo2() support was skipped for the time being as the glibc for the current use case doesn't have it. Before closing the issue we should implement it. Additionally we should clearly communicate the shortcomings of these calls (see respective manpages),
In some scenarios it might be interesting to get statistics about glibc arena use etc. Maybe it would be possible to extract that data via an agent from the target vm.
The text was updated successfully, but these errors were encountered: