4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
watch --interval=1 'zpool iostat -y -v 1 1 ; zpool status -v'
|