Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Update oc_adm_top.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuetz authored Jan 4, 2018
1 parent e375ea1 commit ba1d276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oc_adm_top.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Now lets see how our all our nodes are doing.

```# oc adm top nodes ```
```
NAME CPU(cores) CPU% MEMORY(bytes) MEMORY%
NAME CPU(cores) CPU% MEMORY(bytes) MEMORY%
master.example.com 600m 30% 11560Mi 73%
node1.example.com 98m 2% 10306Mi 65%
Expand All @@ -48,7 +48,7 @@ node3.example.com 100m 2% 9515Mi 60%

## Step 4

Next lets look at what sort of capacity our pods are using in our logging project.
Next lets look at what sort of capacity our pods are using in our "logging" project.

```# oc adm top pods -n logging ```
```
Expand Down

0 comments on commit ba1d276

Please sign in to comment.