summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common/fileset.c
AgeCommit message (Collapse)AuthorFilesLines
2014-05-054821 remove filebenchJosef 'Jeff' Sipek1-1980/+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-4/+78
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-3/+10
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-56/+28
2008-12-186745471 FileBench needs to be able to randomly select files from a filesetaw1480151-257/+420
6745474 FileBench's fileset_pick() routine needs to more efficiently select appropriate files
2008-10-276720351 FileBench should have a Video Server like workloadaw1480151-114/+376
6725102 FileBench needs some directory manipulation flowops 6753319 SUNWfilebench package dependency issue in snv_99
2008-09-296708713 FileBench needs to run in multi-client modeaw1480151-27/+43
2008-09-116695801 fileset_pick() lock contention with many threadsaw1480151-146/+289
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-1/+61
6698807 Filebench Shutdown still takes too long with multiple threads 6702350 Filebench Hangs while shutting down on x86 when running oltp.f
2008-05-126698910 filebench should build on gentoo (linux)ek1102371-7/+11
Contributed by Denis Cheng 6699435 filebench should be buildable on OSX 6699618 some mutexes in filebench aren't being init'd 6694960 go_filebench -h is outdated 6699410 oltp.f's dbwr threads should do dsync writes
2008-04-096559567 The createfile, openfile, closefile and delete file flowops need ↵aw1480151-17/+20
consistency in file specification 6573661 Filebench does a semget before every semop 6584805 filebench_shm_t needs to be more cscope-able 6603962 filebench cores with its worker processes if no filesets are created 6684013 FileBench should not try to execute flowops before all threads are initialized
2008-03-276549500 Filebench error reporting requires traditionalizationaw1480151-2/+39
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-266676967 incorrectly using %lld in several placesaw1480151-17/+19
2008-03-186627653 FileBench needs to support random variablesaw1480151-96/+160
2007-12-126564960 filebench should handle larger iosize's or gracefully error out with ↵aw1480151-137/+397
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/+913
6581098 FileBench should be included in Solaris