mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-23 09:12:50 +00:00
Improve autotest system
This commit is contained in:
@@ -264,6 +264,8 @@ class: extra-details
|
||||
|
||||
- In your browser, you need to enter the IP address of your node
|
||||
|
||||
<!-- ```open http://node1:8000``` -->
|
||||
|
||||
]
|
||||
|
||||
You should see a speed of approximately 4 hashes/second.
|
||||
@@ -316,9 +318,25 @@ class: extra-details
|
||||
|
||||
- run `top` to see CPU and memory usage (you should see idle cycles)
|
||||
|
||||
- run `vmstat 3` to see I/O usage (si/so/bi/bo)
|
||||
<!--
|
||||
```bash
|
||||
top
|
||||
```
|
||||
|
||||
```keys ^C```
|
||||
-->
|
||||
|
||||
- run `vmstat 1` to see I/O usage (si/so/bi/bo)
|
||||
<br/>(the 4 numbers should be almost zero, except `bo` for logging)
|
||||
|
||||
<!--
|
||||
```bash
|
||||
vmstat 1
|
||||
```
|
||||
|
||||
```keys ^C```
|
||||
-->
|
||||
|
||||
]
|
||||
|
||||
We have available resources.
|
||||
|
||||
Reference in New Issue
Block a user