Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用堆栈监控OpenVZ容器。TICK但它必须在容器内不安装任何东西的情况下完成。是否有用于Telegraf从OpenVZ容器收集指标(cpu、带宽、iops)的插件?
OpenVZ
TICK
Telegraf
OpenVZ 很早就被弃用了。试试这个名为 Docker 的新东西,或者至少是 LXC。
Telegraf 使用 cgroups 从容器收集指标,Docker、LXC 使用 cgroups。