Solaris IO Analyse: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
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…“
(No difference)

Revision as of 14:13, 30 April 2015

Kategorie:Solaris

Which filesystem is busy?

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

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