GithubHelp home page GithubHelp logo

cgroup_manager's Introduction

CGroup Management GUI

This project was created to provide an easy method of interacting with and managing cgroups on linux systems. It targets Fedora 24, but can be expanded to support other linux releases.

CGroup Management GUI Screenshot

Requirements

To get started, you'll need a few things:

  • Linux kernel version 4.6.3+
  • A working Python 3 install
  • PyGTK 3 installed (should be pre-installed on most distributions)
  • Glade, for editing the UI design

Project Setup

The following setup instructions are for a system running Fedora 24, and Python 3.5.

To set up an environment to contribute to the project checkout the latest project source from git:

git clone https://github.com/arthurlockman/CGroup_Manager.git
git submodule init
git submodule update

Next, install the system-level depdencies on your system:

pip install virtualenv
dnf install python3-gobject pygobject3 dbus-glib-devel cairo-gobject-devel python3-cairo-devel cairo-devel redhat-rpm-config

Then, switch to the project directory cloned from git, activate a new virtualenv with Python 3, and install the depdencies:

virtualenv -p python3 venv
source ./venv/bin/activate
ln -s /usr/lib64/python3.5/site-packages/gi ./venv/lib64/python3.5/site-packages/
cd pycairo
python setup.py install
cd ..
pip install -r requirements.txt

Contributing

To contribute to the project, please submit pull requests and issues to the official GitHub repository.

cgroup_manager's People

Contributors

arthurlockman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cgroup_manager's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.