README.md in vmstator-1.0.0 vs README.md in vmstator-1.0.1

- old
+ new

@@ -4,11 +4,11 @@ #### Note This gem is still in development, but has more or less working code! :) -![screenshot](http://i.imgur.com/XUrUBV8.png "Screen Shot") +![screenshot](http://i.imgur.com/spjIhpy.png "Screen Shot") ## Installation ### Gemfile @@ -35,9 +35,21 @@ ### Typical Use ```ruby require 'vmstator' +vmstats = Vmstator::Stats.new +vmstats.flags = "-S M" +vmstats.parse + +puts vmstats.data +puts vmstats.buffer +puts vmstats.cache +puts vmstats.forks +puts vmstats.active +puts vmstats.disk_info +puts vmstats.event_counter_statistics +puts vmstats.slab_info ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).