我要评分
获取效率
正确性
完整性
易理解

Container Resource Consumption

During the running of the instruction stream cloud phone container, if you want to know the container's system resource usage in a timely manner, run the following command:

docker stats

By default, the output of the stats command refreshes every second. You can press Ctrl+C to stop the refreshing.

Parameters in the command output are as follows:
  • CONTAINER ID: container ID
  • NAME: container name
  • CPU %: CPU usage
  • MEM USAGE/LIMIT: used memory and maximum available memory
  • MEM %: memory usage in percentage
  • NET I/O: network I/O data
  • BLOCK I/O: drive I/O data
  • PIDS: PID number