摘要: 1.限定 memory 为 200 M docker run --memory=200M [container_name] [option] eg: docker run -it --memory=200M [stress_container] --vm 1 --vm-bytes=300M --ve 阅读全文
posted @ 2019-08-02 16:23 zonehoo 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 测试 linux 压力的工具 一. 实际操作 1. 创建一个 ubuntu 的容器 docker run -it ubuntu 2. 安装 stress 工具 apt-get update && apt-get install -y stress 3. stress 命令 stress --vm [ 阅读全文
posted @ 2019-08-02 14:12 zonehoo 阅读(1337) 评论(0) 推荐(0) 编辑