modified: README.md
This commit is contained in:
@@ -56,3 +56,20 @@ zpool clear poolname
|
|||||||
``` bash
|
``` bash
|
||||||
sudo zfs set sync=standard rpool
|
sudo zfs set sync=standard rpool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
watch zpool iostat -vly 1 1
|
||||||
|
watch zpool iostat -wy 1 1
|
||||||
|
watch zpool iostat fastcore -wy 1 1
|
||||||
|
zpool iostat -v 1
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
apt install sysstat
|
||||||
|
iostat -x 1
|
||||||
|
|
||||||
|
zpool status tank
|
||||||
|
iostat -x 1 | egrep 'nvme0n1|nvme1n1|sda|sdb'
|
||||||
|
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user