diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-03-19 22:48:56 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-03-19 22:48:56 -0700 |
commit | 034c91b9505b2055d41bd3781542d98771fa9983 (patch) | |
tree | 27a19e455ccde62d0a474835127f81445530a93e | |
parent | b0d242bd2b146ecb716228572f38455a838e37ca (diff) | |
download | jrayhawk-034c91b9505b2055d41bd3781542d98771fa9983.tar.gz jrayhawk-034c91b9505b2055d41bd3781542d98771fa9983.zip |
Notes on what to benchmark
-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 |