summaryrefslogtreecommitdiff
path: root/source4/torture/nbench/nbench.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-2/+2
rename CLI_ -> SMBCLI_ metze (This used to be commit 8441750fd9427dd6fe477f27e603821b4026f038)
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett1-2/+2
Fix other 'const' warnings in the torture code. Andrew Bartlett (This used to be commit 5d39d7497f189da15d659b3f83b7314026040a15)
2004-03-26use client1, client2 not client0, client1 to better match netbenchAndrew Tridgell1-1/+1
(This used to be commit 4bbc77fa0c3a91fd34e1966892782f5b2a441359)
2004-03-10nicer way of handling \clientsAndrew Tridgell1-0/+2
(This used to be commit 931138cc440f646671ec5e9b52eb3666b2ff014b)
2004-03-10added a 5% warmup time to NBENCH to make the results more consistentAndrew Tridgell1-6/+16
(This used to be commit df50911a9c71bf5b8a8988fdbf6c716f8343fa45)
2004-03-09handle incomplete load filesAndrew Tridgell1-4/+2
change default timelimit to 600 secs (This used to be commit c5c75a6adab10e35584dca760586fda333ca5308)
2004-03-09greatly improved NBENCH netbench simulatorAndrew Tridgell1-0/+192
- more accurate request simulation using Samba4 raw client library - now checks for correct status on all requests - timelimit based benchmarking, default of 600 seconds (This used to be commit a46c009c0459658784d7d7b3b0502dc20958043a)