/mruby-system-stats

Primary LanguageRubyOtherNOASSERTION

mruby-system-stats Build Status

Stats class

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'pyama86/mruby-system-stats'
end

example

puts Stats::Linux::CPU.current

License

under the MIT License:

  • see LICENSE file