summaryrefslogtreecommitdiff
path: root/source4/torture/nbench/nbench.c
Commit message (Expand)AuthorAgeFilesLines
* s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.Jeremy Allison2017-05-051-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s4:torture:nbench: fix O3 error unused result of asprintfMichael Adam2016-05-131-1/+5
* nbench: Fix typo.Jelmer Vernooij2012-03-131-1/+1
* s4:torture/nbench/nbench.c - initialise "n"Matthias Dieter Wallnöfer2011-01-121-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-5/+3
* s4:torture/nbench/nbench - Add a cast before "str_list_make_shell"Matthias Dieter Wallnöfer2009-12-011-2/+3
* Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke2009-11-301-1/+3
* remove a pstringAndrew Tridgell2008-06-021-2/+1
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-2/+1
* r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij2007-12-211-4/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-9/+9
* r24728: Use more stock torture functions.Jelmer Vernooij2007-10-101-2/+2
* r24700: added auto-reconnect to BENCH-NBENCH. Used for testing clusterAndrew Tridgell2007-10-101-39/+65
* r24670: Use torture functions for settings.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23535: accept numeric ntstatus codes in nbench load files (ronnies wiresharkAndrew Tridgell2007-10-101-3/+9
* r23534: honour the targetrate even for loadfiles with timestampsAndrew Tridgell2007-10-101-1/+5
* r23533: added --option torture:targetrate=rate to target a particularAndrew Tridgell2007-10-101-0/+7
* r23531: added optional latency reporting in BENCH-NBENCH. To use it, you needAndrew Tridgell2007-10-101-3/+14
* r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell2007-10-101-14/+3
* r20647: add cluster codeAndrew Tridgell2007-10-101-3/+14
* r20302: added support for 64 bit file offsets in NBENCHAndrew Tridgell2007-10-101-1/+1
* r20301: add an option torture:readonly which allows the NBENCH test to be runAndrew Tridgell2007-10-101-12/+15
* r19510: Make smbtorture's `nprocs' parameter a parametric option.Jelmer Vernooij2007-10-101-2/+2
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-2/+2
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-3/+13
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-1/+1
* r16333: Move more code out of the core smbtorture. It now no longerJelmer Vernooij2007-10-101-0/+6
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-1/+2
* r13346: use private proto header files for the torture testsStefan Metzmacher2007-10-101-0/+2
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r10662: Eliminate pstring and friends.Jelmer Vernooij2007-10-101-8/+6
* r7431: this should fix the bug that mkaplan and I noticed which is thatAndrew Tridgell2007-10-101-0/+8
* r7180: Missed fixing the shutdown for 1 process...Jeremy Allison2007-10-101-1/+6
* r7178: If we're using one process in NETBENCH simultion only open oneJeremy Allison2007-10-101-5/+14
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+2
* r3976: changed NBENCH to use the same recording method as the latest dbench,Andrew Tridgell2007-10-101-21/+10
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-4/+7
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-2/+2
* r3040: Add sleeps between operations to nbench. Submitted by aliguori@us.ibm...Jim McDonough2007-10-101-0/+2
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-2/+2
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-2/+2
* use client1, client2 not client0, client1 to better match netbenchAndrew Tridgell2004-03-261-1/+1
* nicer way of handling \clientsAndrew Tridgell2004-03-101-0/+2
* added a 5% warmup time to NBENCH to make the results more consistentAndrew Tridgell2004-03-101-6/+16
* handle incomplete load filesAndrew Tridgell2004-03-091-4/+2
* greatly improved NBENCH netbench simulatorAndrew Tridgell2004-03-091-0/+192