Improve autotest system

This commit is contained in:
Jérôme Petazzoni
2017-10-25 17:49:30 +02:00
parent 68e0c8fca7
commit 40eab78186
8 changed files with 85 additions and 92 deletions

View File

@@ -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.