tridge/dbench.git
15 years agodocument the --scsi option
Ronnie Sahlberg [Fri, 17 Oct 2008 05:22:42 +0000 (16:22 +1100)]
document the --scsi option

15 years agoadd read6 support
Ronnie Sahlberg [Fri, 17 Oct 2008 03:28:25 +0000 (14:28 +1100)]
add read6 support

15 years agoupdate read10 and implement readcapacity10
Ronnie Sahlberg [Fri, 17 Oct 2008 03:23:14 +0000 (14:23 +1100)]
update read10 and implement readcapacity10

15 years agoadd link to my samba.org page
Ronnie Sahlberg [Fri, 17 Oct 2008 02:56:44 +0000 (13:56 +1100)]
add link to my samba.org page

15 years agoupdates to the scsi backend. implementing TESTUNITREADY and READ10
Ronnie Sahlberg [Wed, 15 Oct 2008 03:20:01 +0000 (14:20 +1100)]
updates to the scsi backend.   implementing TESTUNITREADY and READ10
commands

15 years agotest whether linux scsi generic ioctl() is available, in which case we
Ronnie Sahlberg [Wed, 15 Oct 2008 01:37:47 +0000 (12:37 +1100)]
test whether linux scsi generic ioctl() is available, in which case we
can build a scsi backend

15 years agofix memory leak for reads
Ronnie Sahlberg [Tue, 9 Sep 2008 01:39:13 +0000 (11:39 +1000)]
fix memory leak for reads

15 years agowe must explicitely release the memory where the filehandle is held since librpc...
Ronnie Sahlberg [Tue, 9 Sep 2008 01:34:39 +0000 (11:34 +1000)]
we must explicitely release the memory where the filehandle is held since librpc is broken

15 years agofree the memory we allocate to the child name
Ronnie Sahlberg [Tue, 9 Sep 2008 01:07:20 +0000 (11:07 +1000)]
free the memory we allocate to the child name

15 years agoiclear the allocated memory. we will later try to read this as a string and convert...
Ronnie Sahlberg [Tue, 9 Sep 2008 00:50:34 +0000 (10:50 +1000)]
iclear the allocated memory.  we will later try to read this as a string and convert it to an integer so make sure it starts out as 0

15 years agowhen we fail to lookup a handle, try doing a recursive lookup and re-scan and re...
Ronnie Sahlberg [Mon, 8 Sep 2008 23:20:30 +0000 (09:20 +1000)]
when we fail to lookup a handle, try doing a recursive lookup and re-scan and re-LOOKUP3 the objects from the server starting at / and see if this helps instead of failing immediately.

15 years agodocument the trunc-io option
Ronnie Sahlberg [Sun, 24 Aug 2008 22:01:06 +0000 (08:01 +1000)]
document the trunc-io option

15 years agoiWe dont really need the data sent back from the server in a read so make it
Ronnie Sahlberg [Sun, 24 Aug 2008 21:56:33 +0000 (07:56 +1000)]
iWe dont really need the data sent back from the server in a read so make it
conditional and skip the memcpy() if the buffer we want to read into is NULL

15 years ago add a parameter trunc-io-X when used it will truncate all reads/writes larger...
Ronnie Sahlberg [Fri, 22 Aug 2008 07:28:46 +0000 (17:28 +1000)]
 add a parameter trunc-io-X   when used it will truncate all reads/writes larger than this to X.

this to allow loadfiles to run on nfs servers that habve a small limit for rpc pdu sizes

15 years ago100 bytes is much too small for a buffer to hold an NFS filename.
Ronnie Sahlberg [Tue, 19 Aug 2008 02:17:13 +0000 (12:17 +1000)]
100 bytes is much too small for a buffer to hold an NFS filename.
Make it default to 1024 bytes.

15 years agorebase all html links to /web instead of /
Ronnie Sahlberg [Tue, 12 Aug 2008 23:07:03 +0000 (09:07 +1000)]
rebase all html links to /web  instead of /
so we can point outside of the /web subdirectory

15 years agolink to the manpage from the header
Ronnie Sahlberg [Tue, 12 Aug 2008 04:49:37 +0000 (14:49 +1000)]
link to the manpage from the header

15 years agoadd an initial manpage
Ronnie Sahlberg [Tue, 12 Aug 2008 04:48:42 +0000 (14:48 +1000)]
add an initial manpage

15 years agobuild the manpage
Ronnie Sahlberg [Tue, 12 Aug 2008 03:38:40 +0000 (13:38 +1000)]
build the manpage

15 years agomore updates
Ronnie Sahlberg [Tue, 12 Aug 2008 03:26:08 +0000 (13:26 +1000)]
more updates

15 years agoadd a download page
Ronnie Sahlberg [Tue, 12 Aug 2008 03:21:36 +0000 (13:21 +1000)]
add a download page

15 years agochange the default search string to DBENCH
Ronnie Sahlberg [Tue, 12 Aug 2008 03:05:24 +0000 (13:05 +1000)]
change the default search string to DBENCH

15 years agoexplicitely set the nfs options we need in tshark rather
Ronnie Sahlberg [Tue, 12 Aug 2008 02:59:33 +0000 (12:59 +1000)]
explicitely set the nfs options we need in tshark rather
than relying that they are set in .wireshark/preferences

15 years agofixup the headers again
Ronnie Sahlberg [Mon, 11 Aug 2008 01:08:46 +0000 (11:08 +1000)]
fixup the headers again

15 years agomake the nfs-loadfile section headings the same style as on the main index page
Ronnie Sahlberg [Mon, 11 Aug 2008 01:05:33 +0000 (11:05 +1000)]
make the nfs-loadfile section headings the same style as on the main index page

15 years agofix some typos
Ronnie Sahlberg [Mon, 11 Aug 2008 01:03:48 +0000 (11:03 +1000)]
fix some typos

15 years agoFix an incorrect link name
Ronnie Sahlberg [Mon, 11 Aug 2008 00:52:49 +0000 (10:52 +1000)]
Fix an incorrect link name

15 years agoadd webpages for the front page and for nfs-load file generation and use
Ronnie Sahlberg [Thu, 7 Aug 2008 00:44:50 +0000 (10:44 +1000)]
add webpages for the front page and for nfs-load file generation and use

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
15 years agoImplement a status code of '*' for the nfs backend.
Ronnie Sahlberg [Thu, 31 Jul 2008 01:38:50 +0000 (11:38 +1000)]
Implement a status code of '*' for the nfs backend.
This means that we dont care what the response was and may be useful for
situations where we might want to unconidtionally create a file/directory
but we dont care if it fails or not (might already exist?)

Add an example of '*' to the nfs loadfile

15 years agoAdd a new option "--run-once"
Ronnie Sahlberg [Thu, 31 Jul 2008 01:14:00 +0000 (11:14 +1000)]
Add a new option "--run-once"
If this is specified, dbench will only run the load file once
and then terminate

15 years agodont forget to update the pointer to the parent node when we move a node around in...
Ronnie Sahlberg [Tue, 29 Jul 2008 07:42:34 +0000 (17:42 +1000)]
dont forget to update the pointer to the parent node when we move a node around in the tree

15 years agoCreate the TCP and UDP clients explicitely using clnttcp/udp_create
Ronnie Sahlberg [Tue, 29 Jul 2008 06:24:47 +0000 (16:24 +1000)]
Create the TCP and UDP clients explicitely using clnttcp/udp_create

15 years agoMerge branch 'master' of git://git.samba.org/tridge/dbench
Ronnie Sahlberg [Fri, 25 Jul 2008 07:41:02 +0000 (17:41 +1000)]
Merge branch 'master' of git://git.samba.org/tridge/dbench

15 years agofix some typos
Ronnie Sahlberg [Fri, 25 Jul 2008 07:40:42 +0000 (17:40 +1000)]
fix some typos

15 years agomake symlinks for tbench and nfsbench
Andrew Tridgell [Fri, 25 Jul 2008 07:34:03 +0000 (17:34 +1000)]
make symlinks for tbench and nfsbench

15 years agoshared one binary for all backends
Andrew Tridgell [Fri, 25 Jul 2008 07:30:58 +0000 (17:30 +1000)]
shared one binary for all backends

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Fri, 25 Jul 2008 07:15:07 +0000 (17:15 +1000)]
Merge commit 'ronnie/master'

15 years agoTrim off some LOOKUP calls we do not need in the nfs loadfile to initialize
Ronnie Sahlberg [Fri, 25 Jul 2008 07:07:54 +0000 (17:07 +1000)]
Trim off some LOOKUP calls we do not need in the nfs loadfile to initialize
the name->fhandle mapping any more.

Make sure to create the /clients directory if it does not exist

15 years agomove the loadfiles to a subdir
Andrew Tridgell [Fri, 25 Jul 2008 07:06:26 +0000 (17:06 +1000)]
move the loadfiles to a subdir

15 years agoMerge branch 'ronnie-test'
Andrew Tridgell [Fri, 25 Jul 2008 06:53:33 +0000 (16:53 +1000)]
Merge branch 'ronnie-test'

15 years agoadded newline at EOF
Andrew Tridgell [Fri, 25 Jul 2008 06:53:14 +0000 (16:53 +1000)]
added newline at EOF

15 years agoconverted all backends to new common format
Andrew Tridgell [Fri, 25 Jul 2008 06:47:56 +0000 (16:47 +1000)]
converted all backends to new common format

15 years agoupdated README (sort of)
Andrew Tridgell [Fri, 25 Jul 2008 05:10:08 +0000 (15:10 +1000)]
updated README (sort of)

15 years agoIn child.c : For all commands such as "CreateX,..." check if the backend
Ronnie Sahlberg [Fri, 25 Jul 2008 05:06:57 +0000 (15:06 +1000)]
In child.c : For all commands such as "CreateX,..." check if the backend
supports this command or not.

Create a structure of function pointers to hold all possible operations dbench
can manage.
Add all NFSv3 specific operations to this structure.

Let sockio, nfsio and fileio provide this structure to dbench telling
dbench which command they can handle and which they do not understand.

Add three new commandline parameters specific to nfsbench :
--server  --export and --protocol

15 years agoadd an nfs loadfile
Ronnie Sahlberg [Fri, 25 Jul 2008 05:03:41 +0000 (15:03 +1000)]
add an nfs loadfile

15 years agoAdd nfsbench and libnfs to the makefile
Ronnie Sahlberg [Fri, 25 Jul 2008 05:01:38 +0000 (15:01 +1000)]
Add nfsbench and libnfs to the makefile

15 years agoadd nfs client library and the dbench nfsio backend
Ronnie Sahlberg [Fri, 25 Jul 2008 04:58:51 +0000 (14:58 +1000)]
add nfs client library and the dbench nfsio backend

15 years agoadd nfs and mount rpcgen specifications
Ronnie Sahlberg [Fri, 25 Jul 2008 04:57:42 +0000 (14:57 +1000)]
add nfs and mount rpcgen specifications

15 years ago[dbench @ tridge@samba.org-20080709030609-aepl7hrdkn7mpfoz]
Andrew Tridgell [Wed, 9 Jul 2008 03:06:09 +0000 (13:06 +1000)]
[dbench @ tridge@samba.org-20080709030609-aepl7hrdkn7mpfoz]
added genloadfile stuff

16 years ago[dbench @ tridge@samba.org-20070727063723-yooqj87i60nfyedf]
Andrew Tridgell [Fri, 27 Jul 2007 06:37:23 +0000 (16:37 +1000)]
[dbench @ tridge@samba.org-20070727063723-yooqj87i60nfyedf]
added --per-client-results

16 years ago[dbench @ tridge@samba.org-20070727061212-fqo949vuzzlryi1d]
Andrew Tridgell [Fri, 27 Jul 2007 06:12:12 +0000 (16:12 +1000)]
[dbench @ tridge@samba.org-20070727061212-fqo949vuzzlryi1d]
added --skip-cleanup

16 years ago[dbench @ tridge@samba.org-20070727060117-mjnjs3nd4ca15xbm]
Andrew Tridgell [Fri, 27 Jul 2007 06:01:17 +0000 (16:01 +1000)]
[dbench @ tridge@samba.org-20070727060117-mjnjs3nd4ca15xbm]
added --fake-io for fast testing

16 years ago[dbench @ tridge@samba.org-20070726060231-cteycxr5l2ou6xj7]
Andrew Tridgell [Thu, 26 Jul 2007 06:02:31 +0000 (16:02 +1000)]
[dbench @ tridge@samba.org-20070726060231-cteycxr5l2ou6xj7]
fixed stat_check for existing files

16 years ago[dbench @ tridge@samba.org-20070726004655-8330ilxbx6n6q69a]
Andrew Tridgell [Thu, 26 Jul 2007 00:46:55 +0000 (10:46 +1000)]
[dbench @ tridge@samba.org-20070726004655-8330ilxbx6n6q69a]
added --stat-check

16 years ago[dbench @ tridge@samba.org-20070718021312-66ehd1ktbjfvq9au]
Andrew Tridgell [Wed, 18 Jul 2007 02:13:12 +0000 (12:13 +1000)]
[dbench @ tridge@samba.org-20070718021312-66ehd1ktbjfvq9au]
-print lines on io errors
- added --one-byte-write-fix
- fixed latency on wrap

16 years ago[dbench @ tridge@samba.org-20070717123945-34sbk2w6rhc3wdm9]
Andrew Tridgell [Tue, 17 Jul 2007 12:39:45 +0000 (22:39 +1000)]
[dbench @ tridge@samba.org-20070717123945-34sbk2w6rhc3wdm9]
added --no-resolve option

16 years ago[dbench @ tridge@samba.org-20070717095043-tifyvmnopab19ztq]
Andrew Tridgell [Tue, 17 Jul 2007 09:50:43 +0000 (19:50 +1000)]
[dbench @ tridge@samba.org-20070717095043-tifyvmnopab19ztq]
re-enable name resolution code

16 years ago[dbench @ tridge@samba.org-20070717092959-atanw5uu94lnpfj4]
Andrew Tridgell [Tue, 17 Jul 2007 09:29:59 +0000 (19:29 +1000)]
[dbench @ tridge@samba.org-20070717092959-atanw5uu94lnpfj4]
reset counters after warmup

16 years ago[dbench @ tridge@samba.org-20070717084152-smtpps3ihfko3s16]
Andrew Tridgell [Tue, 17 Jul 2007 08:41:52 +0000 (18:41 +1000)]
[dbench @ tridge@samba.org-20070717084152-smtpps3ihfko3s16]
- fixed deltree
- added per operation reporting

16 years ago[dbench @ tridge@samba.org-20070717055047-m20k2oq6mulzyj87]
Andrew Tridgell [Tue, 17 Jul 2007 05:50:47 +0000 (15:50 +1000)]
[dbench @ tridge@samba.org-20070717055047-m20k2oq6mulzyj87]
fixed the corruption bug in loadfiles

16 years ago[dbench @ tridge@samba.org-20070716064415-cpll2e4px9l436a1]
Andrew Tridgell [Mon, 16 Jul 2007 06:44:15 +0000 (16:44 +1000)]
[dbench @ tridge@samba.org-20070716064415-cpll2e4px9l436a1]
setlinebuf in parent

16 years ago[dbench @ tridge@samba.org-20070716063238-0m0hhf8123qua8vz]
Andrew Tridgell [Mon, 16 Jul 2007 06:32:38 +0000 (16:32 +1000)]
[dbench @ tridge@samba.org-20070716063238-0m0hhf8123qua8vz]
consistent throughput result

16 years ago[dbench @ tridge@samba.org-20070716062138-tkjb96ppy0ure478]
Andrew Tridgell [Mon, 16 Jul 2007 06:21:38 +0000 (16:21 +1000)]
[dbench @ tridge@samba.org-20070716062138-tkjb96ppy0ure478]
show number of active clients

16 years ago[dbench @ tridge@samba.org-20070716060114-oa7cpn3y3b9ynky4]
Andrew Tridgell [Mon, 16 Jul 2007 06:01:14 +0000 (16:01 +1000)]
[dbench @ tridge@samba.org-20070716060114-oa7cpn3y3b9ynky4]
fixed default server for tbench

16 years ago[dbench @ tridge@samba.org-20070716052809-g729pk7588pgkbh2]
Andrew Tridgell [Mon, 16 Jul 2007 05:28:09 +0000 (15:28 +1000)]
[dbench @ tridge@samba.org-20070716052809-g729pk7588pgkbh2]
show max latency

16 years ago[dbench @ tridge@samba.org-20070716050829-51bn6awtq5nlcr9n]
Andrew Tridgell [Mon, 16 Jul 2007 05:08:29 +0000 (15:08 +1000)]
[dbench @ tridge@samba.org-20070716050829-51bn6awtq5nlcr9n]
fixed bogus startup latencies

16 years ago[dbench @ tridge@samba.org-20070716045738-w43whgzrlijwipu7]
Andrew Tridgell [Mon, 16 Jul 2007 04:57:38 +0000 (14:57 +1000)]
[dbench @ tridge@samba.org-20070716045738-w43whgzrlijwipu7]
fixed cleanup for multiple clients per process

16 years ago[dbench @ tridge@samba.org-20070716041205-ndm0vhllg1guj8eb]
Andrew Tridgell [Mon, 16 Jul 2007 04:12:05 +0000 (14:12 +1000)]
[dbench @ tridge@samba.org-20070716041205-ndm0vhllg1guj8eb]
allow multiple clients per process

16 years ago[dbench @ tridge@samba.org-20070716022637-ylnbp60t9smd08gv]
Andrew Tridgell [Mon, 16 Jul 2007 02:26:37 +0000 (12:26 +1000)]
[dbench @ tridge@samba.org-20070716022637-ylnbp60t9smd08gv]
change to GPLv3

16 years ago[dbench @ tridge@samba.org-20070716021918-3kmmz3x2hzwccxam]
Andrew Tridgell [Mon, 16 Jul 2007 02:19:18 +0000 (12:19 +1000)]
[dbench @ tridge@samba.org-20070716021918-3kmmz3x2hzwccxam]
- no statics in backends
- fix tbench

16 years ago[dbench @ tridge@samba.org-20070715124531-g2327o7r0y3eo3q1]
Andrew Tridgell [Sun, 15 Jul 2007 12:45:31 +0000 (22:45 +1000)]
[dbench @ tridge@samba.org-20070715124531-g2327o7r0y3eo3q1]
convert to popt

16 years ago[dbench @ tridge@samba.org-20070713042044-2d7cz73ew2dx2ive]
Andrew Tridgell [Fri, 13 Jul 2007 04:20:44 +0000 (14:20 +1000)]
[dbench @ tridge@samba.org-20070713042044-2d7cz73ew2dx2ive]
fixed flush to actually flush

16 years ago[dbench @ tridge@samba.org-20070625020409-1ky1oe54k6bhn4kq]
Andrew Tridgell [Mon, 25 Jun 2007 02:04:09 +0000 (12:04 +1000)]
[dbench @ tridge@samba.org-20070625020409-1ky1oe54k6bhn4kq]
ignore some files

16 years ago[dbench @ cvs-1:tridge-20070624144947-nvb9q50s9ps3a3al]
tridge [Sun, 24 Jun 2007 14:49:47 +0000 (14:49 +0000)]
[dbench @ cvs-1:tridge-20070624144947-nvb9q50s9ps3a3al]
show latency, and added -F switch

16 years ago[dbench @ cvs-1:tridge-20070622101840-jlcfy1gphxfo0ts3]
tridge [Fri, 22 Jun 2007 10:18:40 +0000 (10:18 +0000)]
[dbench @ cvs-1:tridge-20070622101840-jlcfy1gphxfo0ts3]
added support for rate limiting, numeric status codes and timed operations

17 years ago[dbench @ cvs-1:tridge-20061115164026-iw98h2hy00fjv67r]
tridge [Wed, 15 Nov 2006 16:40:26 +0000 (16:40 +0000)]
[dbench @ cvs-1:tridge-20061115164026-iw98h2hy00fjv67r]
patch to use sysv semaphores at startup to prevent a race. Patch from
Christian Ehrhardt <EHRHARDT@de.ibm.com>

18 years ago[dbench @ cvs-1:tridge-20051116124943-u90297v8d2mwwadg]
tridge [Wed, 16 Nov 2005 12:49:43 +0000 (12:49 +0000)]
[dbench @ cvs-1:tridge-20051116124943-u90297v8d2mwwadg]
more verbose error reporting patch from Oliver Ries

18 years ago[dbench @ cvs-1:tridge-20051107164052-dkh800nlmav1crv4]
tridge [Mon, 7 Nov 2005 16:40:52 +0000 (16:40 +0000)]
[dbench @ cvs-1:tridge-20051107164052-dkh800nlmav1crv4]
upped version

19 years ago[dbench @ cvs-1:tridge-20050112113438-hqyww4hv80kau51v]
tridge [Wed, 12 Jan 2005 11:34:38 +0000 (11:34 +0000)]
[dbench @ cvs-1:tridge-20050112113438-hqyww4hv80kau51v]
updated version

19 years ago[dbench @ cvs-1:tridge-20050112110418-1itneozrn5ngng5a]
tridge [Wed, 12 Jan 2005 11:04:18 +0000 (11:04 +0000)]
[dbench @ cvs-1:tridge-20050112110418-1itneozrn5ngng5a]
fixed va_copy definitions to follow standard

19 years ago[dbench @ cvs-1:tridge-20041212154652-znm2v8tptca1ddyg]
tridge [Sun, 12 Dec 2004 15:46:52 +0000 (15:46 +0000)]
[dbench @ cvs-1:tridge-20041212154652-znm2v8tptca1ddyg]
mak dbench portable to AIX 5.1

19 years ago[dbench @ cvs-1:tridge-20041212153702-jiql52xlm6veyfqs]
tridge [Sun, 12 Dec 2004 15:37:02 +0000 (15:37 +0000)]
[dbench @ cvs-1:tridge-20041212153702-jiql52xlm6veyfqs]
mak dbench portable to sunos 5.8

19 years ago[dbench @ cvs-1:tridge-20041212152632-lk9gt1u7mb0bq40o]
tridge [Sun, 12 Dec 2004 15:26:32 +0000 (15:26 +0000)]
[dbench @ cvs-1:tridge-20041212152632-lk9gt1u7mb0bq40o]
make dbench portable to IRIX 6.4

19 years ago[dbench @ cvs-1:tridge-20041212143742-r0tjbd9yb1njroen]
tridge [Sun, 12 Dec 2004 14:37:42 +0000 (14:37 +0000)]
[dbench @ cvs-1:tridge-20041212143742-r0tjbd9yb1njroen]
- patch from BaT for bsd EA support

- cleanup some unusued fns

- move to samba4 mkproto.pl instead of mkproto.awk

19 years ago[dbench @ cvs-1:tridge-20041202131156-yxlgeepetksfwqrm]
tridge [Thu, 2 Dec 2004 13:11:56 +0000 (13:11 +0000)]
[dbench @ cvs-1:tridge-20041202131156-yxlgeepetksfwqrm]
gettimeofday is a more accurate estimate for a samba4 xattr

19 years ago[dbench @ cvs-1:tridge-20041122114819-4sxquozftfsnhv4v]
tridge [Mon, 22 Nov 2004 11:48:19 +0000 (11:48 +0000)]
[dbench @ cvs-1:tridge-20041122114819-4sxquozftfsnhv4v]
cope with a wider range of xattr headers

19 years ago[dbench @ cvs-1:tridge-20041121231147-uttvlufrirqdx3q4]
tridge [Sun, 21 Nov 2004 23:11:47 +0000 (23:11 +0000)]
[dbench @ cvs-1:tridge-20041121231147-uttvlufrirqdx3q4]
only set tv_end once

19 years ago[dbench @ cvs-1:tridge-20041121222533-dz2dolrdo5bpevt9]
tridge [Sun, 21 Nov 2004 22:25:33 +0000 (22:25 +0000)]
[dbench @ cvs-1:tridge-20041121222533-dz2dolrdo5bpevt9]
make version 3.01

19 years ago[dbench @ cvs-1:tridge-20041121215724-3wi29kgrnp696bqj]
tridge [Sun, 21 Nov 2004 21:57:24 +0000 (21:57 +0000)]
[dbench @ cvs-1:tridge-20041121215724-3wi29kgrnp696bqj]
make sure the child dies if the parent dies

19 years ago[dbench @ cvs-1:tridge-20041121215135-5elp6j9jg44fr82c]
tridge [Sun, 21 Nov 2004 21:51:35 +0000 (21:51 +0000)]
[dbench @ cvs-1:tridge-20041121215135-5elp6j9jg44fr82c]
print right value for nprocs

19 years ago[dbench @ cvs-1:tridge-20041121214823-zy71jopb5i8dxchd]
tridge [Sun, 21 Nov 2004 21:48:23 +0000 (21:48 +0000)]
[dbench @ cvs-1:tridge-20041121214823-zy71jopb5i8dxchd]
ensure xattrs work

19 years ago[dbench @ cvs-1:tridge-20041121214500-yah2wuld0biw6sl0]
tridge [Sun, 21 Nov 2004 21:45:00 +0000 (21:45 +0000)]
[dbench @ cvs-1:tridge-20041121214500-yah2wuld0biw6sl0]
changed min warmup time to 20%

19 years ago[dbench @ cvs-1:tridge-20041121214312-iaxq43gehj21otop]
tridge [Sun, 21 Nov 2004 21:43:12 +0000 (21:43 +0000)]
[dbench @ cvs-1:tridge-20041121214312-iaxq43gehj21otop]
ensure that every client has started some real work before warmup
stage starts

19 years ago[dbench @ cvs-1:tridge-20041120232044-b09954284qcjo9dw]
tridge [Sat, 20 Nov 2004 23:20:44 +0000 (23:20 +0000)]
[dbench @ cvs-1:tridge-20041120232044-b09954284qcjo9dw]
added GPL COPYING file

19 years ago[dbench @ cvs-1:tridge-20041120205748-dj1arh812wukc4k7]
tridge [Sat, 20 Nov 2004 20:57:48 +0000 (20:57 +0000)]
[dbench @ cvs-1:tridge-20041120205748-dj1arh812wukc4k7]
fixed -D

19 years ago[dbench @ cvs-1:tridge-20041120204808-6tabzcwrds19u81q]
tridge [Sat, 20 Nov 2004 20:48:08 +0000 (20:48 +0000)]
[dbench @ cvs-1:tridge-20041120204808-6tabzcwrds19u81q]
renamed to client.txt

19 years ago[dbench @ cvs-1:tridge-20041120204139-2x6alo16bsoewknf]
tridge [Sat, 20 Nov 2004 20:41:39 +0000 (20:41 +0000)]
[dbench @ cvs-1:tridge-20041120204139-2x6alo16bsoewknf]
better -v behaviour

19 years ago[dbench @ cvs-1:tridge-20041120203936-sv6zw8j6bju29slq]
tridge [Sat, 20 Nov 2004 20:39:36 +0000 (20:39 +0000)]
[dbench @ cvs-1:tridge-20041120203936-sv6zw8j6bju29slq]
ignore some files

19 years ago[dbench @ cvs-1:tridge-20041120203906-17u2zvu36r7puxg7]
tridge [Sat, 20 Nov 2004 20:39:06 +0000 (20:39 +0000)]
[dbench @ cvs-1:tridge-20041120203906-17u2zvu36r7puxg7]
doc fixes

19 years ago[dbench @ cvs-1:tridge-20041120202834-mukz6gmmd1g9le8y]
tridge [Sat, 20 Nov 2004 20:28:34 +0000 (20:28 +0000)]
[dbench @ cvs-1:tridge-20041120202834-mukz6gmmd1g9le8y]
- converted to new load file

- made a much better match to samba4