Solaris IO Analyse: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
No edit summary |
m (Text replacement - "[[Kategorie:" to "[[Category:") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Category:Solaris]] | ||
==Which filesystem is busy?== | ==Which filesystem is busy?== | ||
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 | ||
</ | </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