Solaris IO Analyse
From Lolly's Wiki
Which filesystem is busy?
For zfs (-F zfs) you can use this oneliner: <syntaxhighlight lang=bash>
- fsstat -i $(df -hF zfs | nawk '{print $NF}') 5
</source>
For zfs (-F zfs) you can use this oneliner: <syntaxhighlight lang=bash>
</source>