https://github.com/isac322/python-libcgroup_bind
Python binding for libcgroup
https://github.com/isac322/python-libcgroup_bind
cgroup cgroups control-group control-groups libcgroup python python2 python3
Last synced: 11 months ago
JSON representation
Python binding for libcgroup
- Host: GitHub
- URL: https://github.com/isac322/python-libcgroup_bind
- Owner: isac322
- License: lgpl-3.0
- Created: 2019-03-18T09:58:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T03:20:22.000Z (over 2 years ago)
- Last Synced: 2024-09-27T09:32:22.566Z (over 1 year ago)
- Topics: cgroup, cgroups, control-group, control-groups, libcgroup, python, python2, python3
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# libcgroup - low level Python binding for [libcgroup](http://libcg.sourceforge.net/)
- [libcgroup](http://libcg.sourceforge.net/) is a library that abstracts the [control group file system](http://lwn.net/Articles/236038/) in Linux.
- Matches one-to-one with libcgroup's API and provides type info via stub.
## Install shared library
### Debian (e.g. Ubuntu)
```bash
apt install libcgroup1
```
### Red Hat
```bash
yum install libcgroup
```
### Arch Linux (AUR)
```bash
-S libcgroup
```