Home  >  Q&A  >  body text

云计算 - 如何获取docker容器的瞬时io速度?

例如启动容器A(不挂载目录),如何在物理机上查看该容器的io速度?

docker stats 命令并不起作用,其输出中的I/O信息是累计大小,而不是速度。

世界只因有你世界只因有你2704 days ago615

reply all(1)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-04-27 09:03:45

    The I/O speed should be the same as the I/O of your host. If you want to see the I/O situation of a certain container, I would mind looking at the I/O situation of the process running in that container

    reply
    0
  • Cancelreply