An open API service indexing awesome lists of open source software.

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

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
```