Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushitora-anqou/limaq
A tiny cgroups frontend.
https://github.com/ushitora-anqou/limaq
Last synced: about 1 month ago
JSON representation
A tiny cgroups frontend.
- Host: GitHub
- URL: https://github.com/ushitora-anqou/limaq
- Owner: ushitora-anqou
- License: mit
- Created: 2020-01-01T06:13:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T14:13:18.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T16:53:57.971Z (9 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# limaq
A tiny cgroups frontend.
## Usage
See `limaq -help` for details.
```
## Run the program with 2.5 cores of CPU and 1234.5 MB of memory.
$ limaq -cpu 2.5 -mem 1234.5 ./program
```## Dependency
`cgcreate` and other commands to control cgroups.
In Ubuntu just install `cgroup-tools` package.