https://github.com/pyama86/mruby-system-stats
https://github.com/pyama86/mruby-system-stats
linux mruby
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyama86/mruby-system-stats
- Owner: pyama86
- License: other
- Created: 2017-04-28T07:25:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T02:06:30.000Z (almost 9 years ago)
- Last Synced: 2025-03-26T20:54:51.981Z (12 months ago)
- Topics: linux, mruby
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mruby-system-stats [](https://travis-ci.org/pyama86/mruby-system-stats)
Stats class
## install by mrbgems
- add conf.gem line to `build_config.rb`
```ruby
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'pyama86/mruby-system-stats'
end
```
## example
```ruby
puts Stats::Linux::CPU.current
```
## License
under the MIT License:
- see LICENSE file