このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
01_linux:13_storage:03_zfs_logbias [2020/03/16 23:14] – 01_linux:13_strage:03_zfs_logbias renamed to 01_linux:13_storage:03_zfs_logbias matsui | 01_linux:13_storage:03_zfs_logbias [2022/08/23 05:02] (現在) – matsui | ||
---|---|---|---|
行 8: | 行 8: | ||
|latency|ログデバイス利用する| | |latency|ログデバイス利用する| | ||
- | |throuput|ログデバイス利用しない| | + | |throughput|ログデバイス利用しない| |
行 14: | 行 14: | ||
ログデバイスがSSDのミラーという事もあるのか、NFSではlatencyの方が早かった。 | ログデバイスがSSDのミラーという事もあるのか、NFSではlatencyの方が早かった。 | ||
+ | |||
+ | zfs set logbias=throughput DataPool | ||
logbias=throughput | logbias=throughput | ||
行 20: | 行 22: | ||
write: IOPS=600, BW=75.0MiB/ | write: IOPS=600, BW=75.0MiB/ | ||
+ | zfs set logbias=latency DataPool | ||
+ | | ||
logbias = latency | logbias = latency | ||
write: IOPS=1666, BW=208MiB/s (218MB/ | write: IOPS=1666, BW=208MiB/s (218MB/ |