我正在尝试使用 cyclictest 对 gVisor 容器中的 CPU 延迟进行基准测试:
docker run --privileged -it --runtime=runsc --cpus=4 --memory="8192m" leap-runsc /bin/bash
我正进入(状态:
Unable to change scheduling policy!
either run as root or join realtime group
显然我正在运行一个特权容器,以 root 用户身份登录到 shell。runc
等方面没有问题kata-runtime
。
有没有办法在 gVisor 中运行循环测试?