summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common/flowop.c
AgeCommit message (Collapse)AuthorFilesLines
2014-05-054821 remove filebenchJosef 'Jeff' Sipek1-1210/+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-43/+48
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/+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-02-116708797 mutex lock failed: Lock is not recoverableaw1480151-1/+3
6720135 go_filebench core dumping in snv_89 on sparc 6765549 go_filebench is core dumping on snv_101
2009-01-266792062 FileBench needs work to allow plug-in file system clientsaw1480151-2/+91
2008-09-116695801 fileset_pick() lock contention with many threadsaw1480151-6/+10
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-2/+85
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-0/+1
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-05-056652464 FileBench needs an f-language definable composite flowop featureaw1480151-79/+267
2008-04-096559567 The createfile, openfile, closefile and delete file flowops need ↵aw1480151-36/+69
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-186627653 FileBench needs to support random variablesaw1480151-27/+62
2008-02-266581656 invalid data should be friendlier to usersaw1480151-49/+95
6592825 filebench should allow certain workloads run to full completion w/out requiring runtime specified
2007-12-126564960 filebench should handle larger iosize's or gracefully error out with ↵aw1480151-7/+7
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/+725
6581098 FileBench should be included in Solaris