Skip to content

sivel/cgperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgperf

container image for using cgroups to profile performance of a command

usage

cgperf.py

python /path/to/cgperf/cgperf.py build
python /path/to/cgperf/cgperf.py run --setup 'pip install -q ./ansible' /bin/sh -c 'cd playbooks; ansible-playbook test.yml'

container runtime

cd /path/to/cgperf
docker build -t sivel/cgperf .
cd -
docker run --rm -v "$PWD:$PWD" -w "$PWD" --privileged sivel/cgperf --setup 'pip install -q ./ansible' /bin/sh -c 'cd playbooks; ansible-playbook test.yml'

About

container image for using cgroups to profile performance of a command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors