We're looking at CPU bandwidth control via CFS:
Program does number of iterations, in each iteration we burn CPU in small chunks until we get 5ms of real time spent. On each iteration we also print how much
ServiceCode | ServiceName | QuotaCode | QuotaName | |
---|---|---|---|---|
AWSCloudMap | AWS Cloud Map | L-D95E8A57 | Instances per namespace | |
AWSCloudMap | AWS Cloud Map | L-2DA90E5C | Instances per service | |
AWSCloudMap | AWS Cloud Map | L-D589BB26 | Custom attributes per instance | |
account | AWS Account Management | L-E37B66F4 | Number of concurrent region-opt requests per account | |
account | AWS Account Management | L-33A0F311 | Number of concurrent region-opt requests per organization | |
acm | AWS Certificate Manager (ACM) | L-DA1D8B98 | ACM certificates created in last 365 days | |
acm | AWS Certificate Manager (ACM) | L-D2CB7DE9 | Imported certificates | |
acm | AWS Certificate Manager (ACM) | L-FB94F0B0 | Domain names per ACM certificate | |
acm | AWS Certificate Manager (ACM) | L-F141DD1D | ACM certificates |
We're looking at CPU bandwidth control via CFS:
Program does number of iterations, in each iteration we burn CPU in small chunks until we get 5ms of real time spent. On each iteration we also print how much
Just run this from your Mac terminal and it'll drop you in a container with full permissions on the Docker VM. This also works for Docker for Windows for getting in Moby Linux VM (doesn't work for Windows Containers).
docker run -it --rm --privileged --pid=host justincormack/nsenter1
more info: https://github.com/justincormack/nsenter1