command
module
Version:
v0.0.0-...-ca248d6
Opens a new window with list of versions in this module.
Published: Apr 23, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
docker-cfs-quota
docker container to test cfs quota fixes in the linux kernel. infos:
go code borrowed from (see readme there for more info):
run on your docker host with 200 millicpu via:
docker run -it --rm --env CFS_SLEEP=200ms --env CFS_ITERATIONS=50 --cpus 0.2 monotek/docker-cfs-quota
or in kubernetes:
kubectl run --generator=run-pod/v1 -it --rm cfs-quota-test --image=monotek/docker-cfs-quota --env=CFS_SLEEP=200ms --env=CFS_ITERATIONS=50 --limits=cpu=0.2 --requests=cpu=0.2
Default values of the go app can be changed via env vars:
Results:
- If burn times are going above 5ms your kernel is throttling!
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.