Solaris IO Analyse: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "[[Kategorie:" to "[[Category:") |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Category:Solaris]] | ||
==Which filesystem is busy?== | ==Which filesystem is busy?== | ||
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 | ||
</ | </syntaxhighlight> | ||
==Links== | ==Links== |
Latest revision as of 03:20, 26 November 2021
Which filesystem is busy?
For zfs (-F zfs) you can use this oneliner:
# fsstat -i $(df -hF zfs | nawk '{print $NF}') 5