php-meminfo
php-meminfo copied to clipboard
Add value field
Hello,
meminfo_info_dump lacks the value field to generate some useful reports, pls merge my pull request #29 (it contains the fix and tests from #30 issue) because without this fix we can't gather reports in a row. It takes ~1000mb memory to get at least ~30 reports for the php app when it usually takes ~ 100mb of memory for its objects.
Thanks.
That would definitely be a nice addition. As I commented on the PR, it should be an option. I'm closing the PR because it has some problems (doesn't work without JSON extension) and because the code changed a lot.
But I let this issue opened, as I found myself needed this feature in the past ;)