Linux RAID mdraid "stripe_cache_size" vs. transfer rate
Part of the Linux RAID mdraid RAID6 & RAID5 benchmarks, and Linux RAID mdraid RAID10, RAID0 benchmarks (continued) series. Generated with the following shell script: #!/bin/bash for cache_size in 256 512 768 1024 2048 4096 8192 16834 32768; do for i in {1..3}; do echo ${cache_size} > /sys/block/md0/md/stripe_cache_size sync echo 3 > /proc/sys/vm/drop_caches echo “stripe_cache_size: … Continue reading Linux RAID mdraid "stripe_cache_size" vs. transfer rate
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed