grcon

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2018 License: MIT Imports: 6 Imported by: 0

README

grcon

grcon is a lightweight resource virtualization tool for linux processes. grcon is one-binary.

It is an implementation of rcon with golang.

build

build
make docker
make mod_init
make mod_download
make build

build packages and release

make crossbuild

usage

 ./grcon --h
Usage of ./grcon:
  -command string
        exec command
  -cpu int
        cpu limit(%) (default 30)
  -group string
        cgroups path (default "grcon")
  -memory int
        memory limit(bytes) (default 536870912)
  -user string
        exec username

## cpu example

#### no limit

- command

yes >> /dev/null


- cpu usage

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2591 kunit 20 0 98.6m 616 524 R 99.9 0.1 1:42.42 yes


#### limitting cpu 10%

- command

sudo ./grcon --user kunit --command "yes >> /dev/null" --cpu 10


- cpu usage limitted 10% by grcon

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2689 kunit 20 0 98.6m 616 524 R 10.0 0.1 0:00.66 yes

## References

- https://github.com/matsumotory/rcon
- https://github.com/containerd/cgroups

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL