Metadata-Version: 1.1
Name: cielcg
Version: 0.0.0.1
Summary: alternative cgroup-tools (cgexec) implementation for both cgroup v1 and v2 (cgroup2)
Home-page: https://github.com/cielavenir/cielcg
Author: cielavenir
Author-email: cielartisan@gmail.com
License: BSD
Description: # cielcg
        
        alternative cgroup-tools (cgexec) implementation for both cgroup v1 and v2 (cgroup2)
        
        following subcommands are implemented (some options might not be implemented though):
        
        - cgclassify
        - cgcreate
        - cgdelete
        - cgexec
        - cgget
        - cgset
        - lscgroup
        - lssubsys
        
        these commands work for **cgroup v2** as well.
        
        for your sake, `python -m cielcg [subcommand]` is also supported as well as launching as standalone script.
        
        ## variable conversions
        
        some cgroup1/2 variable conversions refer to:
        
        - https://blogs.oracle.com/linux/cgroup-v2-checkpoint
        - https://lore.kernel.org/lkml/20160812221742.GA24736@cmpxchg.org/T/
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Operating System
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
