一、Docker 監(jiān)控方式
1.利用docker 的 docker stats API
命令: docker stats [容器ID/容器名稱]
[root@docker ~]# docker stats --help Usage: docker stats [OPTIONS] [CONTAINER...] Display a live stream of container(s) resource usage statistics -a, --all Show all containers (default shows just running) --help Print usage --no-stream Disable streaming stats and only pull the first result
參數(shù):-a, --all 表示查看所有容器包括已經(jīng)exit狀態(tài)的