Skip to content

haconiwa/mruby-cgroupv2

Repository files navigation

mruby-cgroupv2 Build Status

CgroupV2 class

install by mrbgems

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

    # ... (snip) ...

    conf.gem :github => 'haconiwa/mruby-cgroupv2'
end

example

p CgroupV2.hi
#=> "hi!!"
t = CgroupV2.new "hello"
p t.hello
#=> "hello"
p t.bye
#=> "hello bye"

License

under the MIT License:

  • see LICENSE file

About

A mruby gem to access cgroup-v2 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published