diff options
author | aw148015 <Andrew.W.Wilson@sun.com> | 2009-04-09 16:08:05 -0700 |
---|---|---|
committer | aw148015 <Andrew.W.Wilson@sun.com> | 2009-04-09 16:08:05 -0700 |
commit | 3bf88a3dd4bc5964f3c0b9a38e88bca9973a439e (patch) | |
tree | 03bb200ebbab950b4951a00c9e0c3dfc63dc8db2 /usr/src/cmd/filebench/common/fileset.h | |
parent | ed141cfca535fc26451c4bd9a2cfb6172af449c2 (diff) | |
download | illumos-gate-3bf88a3dd4bc5964f3c0b9a38e88bca9973a439e.tar.gz |
6584939 filebench should be smarter about how its opening files
6685196 need stricter fd/filename checking so workload writers don't get confused
6601215 Filebench needs to allow specification of a "warmup" period
6786324 need way to reuse fileset without first checking every file
6827860 FileBench is occasionally slow to exit hangs while exiting
Diffstat (limited to 'usr/src/cmd/filebench/common/fileset.h')
-rw-r--r-- | usr/src/cmd/filebench/common/fileset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/filebench/common/fileset.h b/usr/src/cmd/filebench/common/fileset.h index 80537d174a..2abe1d41a2 100644 --- a/usr/src/cmd/filebench/common/fileset.h +++ b/usr/src/cmd/filebench/common/fileset.h @@ -131,6 +131,8 @@ typedef struct fileset { avd_t fs_paralloc; /* Attr */ avd_t fs_cached; /* Attr */ avd_t fs_reuse; /* Attr */ + avd_t fs_readonly; /* Attr */ + avd_t fs_trust_tree; /* Attr */ double fs_meandepth; /* Computed mean depth */ double fs_meanwidth; /* Specified mean dir width */ double fs_meansize; /* Specified mean file size */ |