summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common/fileset.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-054821 remove filebenchJosef 'Jeff' Sipek1-199/+0
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Elling <richard.elling@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2009-04-136543078 A ',' in the description field of a profile file breaks in a ↵aw1480151-0/+1
confusing manner 6573651 Have an option to not collect utilization data from /proc 6697106 filebench needs a way to remove cruft after run
2009-04-096584939 filebench should be smarter about how its opening filesaw1480151-0/+2
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
2009-01-266792062 FileBench needs work to allow plug-in file system clientsaw1480151-3/+4
2008-12-186745471 FileBench needs to be able to randomly select files from a filesetaw1480151-23/+36
6745474 FileBench's fileset_pick() routine needs to more efficiently select appropriate files
2008-10-276720351 FileBench should have a Video Server like workloadaw1480151-17/+39
6725102 FileBench needs some directory manipulation flowops 6753319 SUNWfilebench package dependency issue in snv_99
2008-09-116695801 fileset_pick() lock contention with many threadsaw1480151-6/+17
6711285 perf regression with (lots of) robust locks since robust locks got revisited (PSARC 2007/285) 6713973 flowoplib_statfile() doesn't actually stat 6714502 filebench parallel fileset creation code leaves large number of zombie threads 6716638 _THREAD_ERROR_DETECTION failure in filebench
2008-05-236680475 Request for per flowop byte limitaw1480151-0/+4
6698807 Filebench Shutdown still takes too long with multiple threads 6702350 Filebench Hangs while shutting down on x86 when running oltp.f
2008-03-276549500 Filebench error reporting requires traditionalizationaw1480151-2/+0
6672924 The fileserver.f FileBench workload needs to create files too. 6673349 seg fault when variables defined after define stmt 6673391 go_filebench exit code 1 6673928 creating large filesets is slow
2008-03-186627653 FileBench needs to support random variablesaw1480151-17/+25
2007-12-126564960 filebench should handle larger iosize's or gracefully error out with ↵aw1480151-6/+16
a nicer message 6568378 Flowop reads and writes should be consistent about memory buffer usage 6581691 pre-allocation is molasses 6595374 "tf_memsize smaller than IO size" error when reading/writing large file 6601341 flowop_endop() needs to have the actual number of bytes of I/O done passed to it 6601818 Turn FileBench "files" into filesets with 1 entry. 6623079 oltp.f should use dsync for log writer --HG-- rename : usr/src/cmd/filebench/common/fileobj.c => deleted_files/usr/src/cmd/filebench/common/fileobj.c rename : usr/src/cmd/filebench/common/fileobj.h => deleted_files/usr/src/cmd/filebench/common/fileobj.h
2007-10-04PSARC 2007/448 Filebenchek1102371-0/+129
6581098 FileBench should be included in Solaris