From 034c91b9505b2055d41bd3781542d98771fa9983 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Fri, 19 Mar 2010 22:48:56 -0700 Subject: Notes on what to benchmark --- notes/storage_benchmarking.mdwn | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 notes/storage_benchmarking.mdwn (limited to 'notes') 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 -- cgit v1.2.3