This is a list of the fields used in the CSV files format version 2. Format version 1 was the type used
in Bonnie++ < 1.90. Before each field I list the field number as well as the name given in the heading
0format_version
Version of the output format in use (1.98)
1bonnie_version
(1.98)
2name Machine Name
3concurrency
The number of copies of each operation to be run at the same time
4seed Random number seed
5file_size
Size in megs for the IO tests
6chunk_size
Size of chunks in bytes
7seeks
Number of seeks for random seek test
8seek_proc_count
Number of seeker processes for the random seek test
9putc,putc_cpu
Results for writing a character at a time K/s,%CPU
11put_block,put_block_cpu
Results for writing a block at a time K/s,%CPU
13rewrite,rewrite_cpu
Results for reading and re-writing a block at a time K/s,%CPU
15getc,getc_cpu
Results for reading a character at a time K/s,%CPU
17get_block,get_block_cpu
Results for reading a block at a time K/s,%CPU
19seeks,seeks_cpu
Results for the seek test seeks/s,%CPU
21num_files
Number of files for file-creation tests (units of 1024 files)
22max_size
The maximum size of files for file-creation tests. Or the type of files for links.
23min_size
The minimum size of files for file-creation tests.
24num_dirs
The number of directories for creation of files in multiple directories.
25file_chunk_size
The size of blocks for writing multiple files.
26seq_create,seq_create_cpu
Rate of creating files sequentially files/s,%CPU
28seq_stat,seq_stat_cpu
Rate of reading/stating files sequentially files/s,%CPU
30seq_del,seq_del_cpu
Rate of deleting files sequentially files/s,%CPU
32ran_create,ran_create_cpu
Rate of creating files in random order files/s,%CPU
34ran_stat,ran_stat_cpu
Rate of deleting files in random order files/s,%CPU
36ran_del,ran_del_cpu
Rate of deleting files in random order files/s,%CPU
38putc_latency,put_block_latency,rewrite_latency
Latency (maximum amount of time for a single operation) for putc, put_block, and reqrite
41getc_latency,get_block_latency,seeks_latency
Latency for getc, get_block, and seeks
44seq_create_latency,seq_stat_latency,seq_del_latency
Latency for seq_create, seq_stat, and seq_del
47ran_create_latency,ran_stat_latency,ran_del_latency
Latency for ran_create, ran_stat, and ran_del
A string that starts with '#' is a comment.