Solaris IO Analyse: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
No edit summary |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 4: | Line 4: | ||
For zfs (-F zfs) you can use this oneliner: | For zfs (-F zfs) you can use this oneliner: | ||
< | <syntaxhighlight lang=bash> | ||
# fsstat -i $(df -hF zfs | nawk '{print $NF}') 5 | # fsstat -i $(df -hF zfs | nawk '{print $NF}') 5 | ||
</source> | </source> |
Revision as of 15:21, 25 November 2021
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>