modified: README.md

This commit is contained in:
Márcio Fernandes
2026-07-26 10:17:50 +00:00
parent 2a3ee411ef
commit 51eb943a47
+17
View File
@@ -56,3 +56,20 @@ zpool clear poolname
``` bash
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'
```