Add figures for synthetic read benchmark
[bluesky.git] / results / 20110316-synread / README
1 Synthetic read-only workloads.
2
3 A 32 GB filesystem is created in BlueSky, consisting of 2048 16-MB
4 files.  Client processes sent a number of concurrent read requests to
5 read random blocks from the files of sizes 32 kB, 128 kB, or 1 MB.  The
6 proxy's cache is set to be 0 through 48 GB in size.  Before starting,
7 the clients read data from all files to pre-populate the cache.
8
9 Data files are named like "32k-c16.data"--the first value is the size of
10 the read requests, and the second is the effective number of clients.
11     c1=a single client with a single request stream
12     c16=two clients, each sending up to eight requests in parallel
13     c32=4 clients, 8 requests each
14     c64=8 clients, 8 requests each
15
16 Columns in order are:
17     cache size (GB) -- 0 corresponds to a very small (~64 MB) cache
18     ops/sec
19     bandwidth (MB/s)
20     latency (ms)