
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
= mem_inspect
== About
mem_inspect is ObjectSpace.each_object on crack. mem_inspect gives you the contents of each slot in Ruby's heap. mem_inspect also includes viewers that let you visualize the contents of Ruby's heap.
== Installing mem_inspect
First, install the gem:
$ sudo gem install mem_inspect
Then you need to build a patched ruby:
ruby_mem_inspect_build
Optionally, you can install the patch ruby binary. It will be named "ruby_mem_inspect".
== Using mem_inspect
=== Dumping a PNG
To get a PNG of memory use:
mem_inspect_ruby_1_8/ruby_mem_inspect -S ruby_mem_dump
To get a PNG of memory use in your application:
require 'mem_inspect' require 'mem_inspect/png_viewer'
And when you want to dump a PNG:
MemInspect::PNGViewer.new(1024, 768).draw
== Dumping via AquaTerm
First you'll need to install RubyCocoa. You can find instructions for that here:
http://rubycocoa.sourceforge.net/doc/getting.en.html
http://rubycocoa.sourceforge.net/doc/build.en.html
Then you'll need to download AquaTerm:
http://sourceforge.net/project/showfiles.php?group_id=39915
Once you have all that installed you can dump to an AquaTerm plot:
require 'mem_inspect' require 'mem_inspect/aquaterm_viewer'
And when you want a plot:
MemInspect::AquatermViewer.new(1024, 768).draw
FAQs
Unknown package
We found that mem_inspect demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.