diff options
Diffstat (limited to 'notes')
-rw-r--r-- | notes/storage_benchmarking.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/notes/storage_benchmarking.mdwn b/notes/storage_benchmarking.mdwn new file mode 100644 index 0000000..5d50528 --- /dev/null +++ b/notes/storage_benchmarking.mdwn @@ -0,0 +1,26 @@ +Dimensions to test: + + * Filesystems + * XFS + * JFS + * reiser4...? + * btrfs...? + * Caching + * nobarrier, -W 0 + * barrier, -W 1 + * RAID level + * RAID1 + * RAID10 + * RAID5 + * Number of disks + * 1 + * 2 + * 3 + * 4 + * 6 + * RAID abstraction + * LVM + * MD + * workload + * kernel untar - fsync heavy + * kernel build - many-threaded |