gpt4 book ai didi

docker - 如何验证分配给 docker 容器的 CPU 限制?

转载 作者:行者123 更新时间:2023-12-04 23:12:43 26 4
gpt4 key购买 nike

根据 Docker documentation ,为了限制一个容器一定的cpu,我们使用参数--cpus启动容器时:
docker run -it --cpus=".5" ubuntu /bin/bash
现在我已经运行了容器,我如何检查首先分配给容器的限制?

换句话说,是否有我可以运行的命令并且我可以看到.5分配给示例的 ubuntu 容器?

最佳答案

您可以查看该字段 NanoCpusdocker inspect命令。

Specify how much of the available CPU resources a container can use. For instance, if the host machine has two CPUs and you set --cpus="1.5", the container is guaranteed at most one and a half of the CPUs. This is the equivalent of setting --cpu-period="100000" and --cpu-quota="150000". Available in Docker 1.13 and higher.



在您的示例中, NanoCpus应该是 500000000 (0.5 * 100000 * 10000)

关于docker - 如何验证分配给 docker 容器的 CPU 限制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52398136/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com