一、Docker 監(jiān)控方式

1.利用docker 的 docker stats API 

命令: docker stats [容器ID/容器名稱]

大學(xué)生就業(yè)培訓(xùn),高中生培訓(xùn),在職人員轉(zhuǎn)行培訓(xùn),企業(yè)團(tuán)訓(xùn)

[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

大學(xué)生就業(yè)培訓(xùn),高中生培訓(xùn),在職人員轉(zhuǎn)行培訓(xùn),企業(yè)團(tuán)訓(xùn)

參數(shù):-a, --all   表示查看所有容器包括已經(jīng)exit狀態(tài)的

網(wǎng)友評(píng)論