Solaris IO Analyse: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source" to "</syntaxhighlight")
Line 6: Line 6:
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
# fsstat -i $(df -hF zfs | nawk '{print $NF}') 5
# fsstat -i $(df -hF zfs | nawk '{print $NF}') 5
</source>
</syntaxhighlight>


==Links==
==Links==

Revision as of 16:51, 25 November 2021

Kategorie:Solaris

Which filesystem is busy?

For zfs (-F zfs) you can use this oneliner:

# fsstat -i $(df -hF zfs | nawk '{print $NF}') 5

Links