Solaris IO Analyse

From Lolly's Wiki
Revision as of 16:13, 30 April 2015 by Lollypop (talk | contribs) (Die Seite wurde neu angelegt: „Kategorie:Solaris ==Which filesystem is busy?== For zfs (-F zfs) you can use this oneliner: <source lang=bash> # fsstat -i $(df -hF zfs | nawk '{print $N…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Kategorie:Solaris

Which filesystem is busy?

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

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