This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:zfs_perf [2018/06/13 12:41] gcooper |
computing:storage:zfs_perf [2020/05/23 18:04] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ZFS Performance Issues ====== | ====== ZFS Performance Issues ====== | ||
+ | |||
+ | **Great summary for virtualization**: | ||
+ | |||
+ | :!: **Only for VM storage or databases do you need or want to enable sync.** | ||
+ | |||
+ | If you simply use ZFS without foreign filesystems on it (VMs), ZFS will never corrupt on a crash due Copy On Write. So for regular filer use, disable sync unless you want a maximal security for small files like on a mailserver. | ||
+ | |||
+ | ===== IOStat ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | :!: Statistics are cumulative since boot, so **specify an interval** for more useful stats. | ||
+ | |||
+ | < | ||
+ | zpool iostat | ||
+ | zpool iostat 2 | ||
+ | zpool iostat -v poolname 1 | ||
+ | </ | ||
===== Solaris 11.4 ===== | ===== Solaris 11.4 ===== | ||
Line 7: | Line 25: | ||
===== Why Intel Optane ===== | ===== Why Intel Optane ===== | ||
- | It's **crazy not to**! | + | It's **crazy not to** unless you don't have NVMe or PCIe slot! |
https:// | https:// |