Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangpeng committed Dec 6, 2019
1 parent 7dcd5e0 commit ae0aa2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
4. [Docker 必修课程 Dockerfile](https://github.com/yangpeng14/DevOps/blob/master/docker/Docker%E5%BF%85%E4%BF%AE%E8%AF%BE%E7%A8%8BDockerfile.md)
5. [Docker 镜像分析之 dive](https://github.com/yangpeng14/DevOps/blob/master/docker/docker%E9%95%9C%E5%83%8F%E5%88%86%E6%9E%90%E4%B9%8Bdive.md)
6. [Docker 最简单管理方法之 Portainer](https://github.com/yangpeng14/DevOps/blob/master/docker/Docker%E6%9C%80%E7%AE%80%E5%8D%95%E7%AE%A1%E7%90%86%E6%96%B9%E6%B3%95%E4%B9%8BPortainer.md)
7. [比 docker stats 命令好用工具 ctop](https://github.com/yangpeng14/DevOps/blob/master/docker/%E6%AF%94docker-stats%E5%91%BD%E4%BB%A4%E5%A5%BD%E7%94%A8%E5%B7%A5%E5%85%B7ctop.md)

### 四、Kubernetes知识
1. [Metrics Serve 0.3.2安装](https://github.com/yangpeng14/DevOps/blob/master/kubernetes/metrics-Server-v0-3-2%E7%89%88%E6%9C%AC%E5%AE%89%E8%A3%85.md)
Expand Down
4 changes: 2 additions & 2 deletions docker/比docker-stats命令好用工具ctop.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 什么是 ctop

`ctop`:为多个容器提供了一个简洁凝练的实时指标概览。它是一个类 `top` 的针对容器指标的界面
`ctop`:为多个容器提供了一个简洁凝练的实时指标概览。它是一个类似 `top` 的显示界面

## ctop 展示如下容器指标
- CPU 利用率
Expand All @@ -11,7 +11,7 @@
- 网络接收(RX - 服务器接收)

## ctop 运行展示
![](https://cdm.yp14.cn/img/ctop.png)
![](/img/ctop.png)

## 安装
- Linux
Expand Down
Binary file added img/ctop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae0aa2f

Please sign in to comment.