summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common
AgeCommit message (Collapse)AuthorFilesLines
2014-05-054821 remove filebenchJosef 'Jeff' Sipek38-22546/+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-06-056837628 Filebench needs an SFS like workloadaw14801510-161/+657
6837630 FileBench needs an arithmetic flowop 6839050 FileBench Core dumps if eventgen rate is set to 0.
2009-04-306573419 Filebench should verify fs type and mount point when possibleaw1480158-24/+197
6640470 command line options for a better out of the box experience 6682226 filebench's zfs flushing script needs work 6821489 FileBench's perl wrapper needs to have more flexible syntax. 6821494 FileBench's zfs flushing mechanism does not work properly when the root filesystem is zfs
2009-04-136543078 A ',' in the description field of a profile file breaks in a ↵aw14801510-88/+246
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 filesaw14801510-67/+237
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 recoverable (fix lint)aw1480152-2/+2
2009-02-116708797 mutex lock failed: Lock is not recoverableaw1480156-107/+90
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 clientsaw14801514-556/+1157
2008-12-186745471 FileBench needs to be able to randomly select files from a filesetaw14801510-357/+2165
6745474 FileBench's fileset_pick() routine needs to more efficiently select appropriate files
2008-10-276720351 FileBench should have a Video Server like workloadaw14801512-189/+765
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 modeaw1480158-90/+457
2008-09-116695801 fileset_pick() lock contention with many threadsaw14801510-290/+612
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-296555939 To be able to list the filebench version via the command line in ↵ek1102377-13/+37
interactive mode. 6627117 filebench generates incorrect html tables when hostname has dots in it (ie is an FQDN). 6646938 *go_filebench* dumps core on stdin fuzz testing 6708164 sys_semid only needs to be removed once
2008-05-236680475 Request for per flowop byte limitaw14801510-39/+323
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)ek11023716-33/+71
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 featureaw14801510-157/+1081
2008-04-096559567 The createfile, openfile, closefile and delete file flowops need ↵aw14801515-368/+440
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-316624946 filemicro_* workloads need some loveek1102372-6/+6
6626167 go_filebench dumps a core with filereader 6639962 singlestreamwrite*.f should not mention filesize
2008-03-276549500 Filebench error reporting requires traditionalizationaw1480158-112/+151
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 placesaw14801510-71/+81
2008-03-186627653 FileBench needs to support random variablesaw14801525-917/+3403
2008-02-266581656 invalid data should be friendlier to usersaw14801514-355/+555
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 ↵aw14801512-1298/+879
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-106614464 need to build 64bit go_filebenchek1102372-4/+3
2007-10-04PSARC 2007/448 Filebenchek11023732-0/+14235
6581098 FileBench should be included in Solaris