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

Container Resource Consumption

During the running of the video stream cloud phone container, you need to know about the system resources used by the container in a timely manner. Run the following command to dynamically view the resource consumption of the video stream cloud phone:

1
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: process IDs