aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/src/main/java/ai/vespa/feed/client
Commit message (Expand)AuthorAgeFilesLines
* Allow log configuration file to be overriddenBjørn Christian Seime2024-05-272-0/+24
* Unify on Map.ofHenning Baldersheim2024-04-111-4/+2
* Update copyrightJon Bratseth2023-10-092-3/+3
* Use "auto" by default in feeder CLI as welljonmv2023-01-101-1/+2
* Add "auto" compression modejonmv2023-01-091-1/+1
* Update CLI arguments help.tzt for feed clientjonmv2023-01-091-1/+2
* Use gzip by default for payloads > 512bjonmv2023-01-091-1/+1
* Use --compression gzip insteadjonmv2023-01-042-5/+17
* Add --gzip-requests to compress request bodies in feed clientjonmv2023-01-032-4/+8
* Use thread-local randomjonmv2022-11-041-1/+2
* Add MBps to CLI outputjonmv2022-08-121-0/+2
* Correct parameter, and add version restriction to helpjonmv2022-08-111-1/+1
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-112-13/+99
* Add proxy option to vespa-feed-clientBjørn Christian Seime2022-03-282-0/+18
* Make doom seconds configurable for CLIJon Marius Venstad2022-02-022-2/+14
* Always print statistics at end, andd to stdout if --benchmarkJon Marius Venstad2022-02-022-5/+3
* Extract vespa-feed-client-api module from vespa-feed-clientMorten Tokle2021-12-072-2/+9
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Stable error count, improve metric names and formattingJon Marius Venstad2021-08-251-20/+40
* Avoid closing stderrJon Marius Venstad2021-08-101-2/+2
* Start progress printer thread before all feeding is complete ...Jon Marius Venstad2021-08-091-5/+7
* Move stuff around, change some doc, default benchmark onJon Marius Venstad2021-06-251-8/+2
* Address reeview :)Jon Marius Venstad2021-06-241-3/+5
* More CLI print optionsJon Marius Venstad2021-06-242-18/+71
* Implement dryrun in FeedClient, use it from CLI and Hadoop feederBjørn Christian Seime2021-06-242-2/+8
* Merge pull request #18181 from vespa-engine/bjorncs/json-feederBjørn Christian Seime2021-06-111-1/+1
|\
| * Rename variables and add shared config validationBjørn Christian Seime2021-06-101-1/+1
* | Through per second, not milliJon Marius Venstad2021-06-101-1/+1
|/
* Use stats aggregated by clientJon Marius Venstad2021-06-101-49/+31
* Update CliClient to use new JsonFeeder intefaceBjørn Christian Seime2021-06-091-14/+50
* Revert "Merge pull request #18173 from vespa-engine/revert-18172-bjorncs/json...Bjørn Christian Seime2021-06-091-5/+5
* Revert "Bjorncs/json feeder"Bjørn Christian Seime2021-06-091-5/+5
* Rename 'feed' to 'feedMany'Bjørn Christian Seime2021-06-081-1/+1
* Rename 'JsonStreamFeeder' to 'JsonFeeder'Bjørn Christian Seime2021-06-081-4/+4
* Support mulitple endpoints, circuit breaker, and improve concurrencyJon Marius Venstad2021-06-031-1/+1
* Add description to command line argumentsBjørn Christian Seime2021-06-011-1/+14
* Use correct method on builderBjørn Christian Seime2021-05-311-1/+1
* Handle VESPA_DEBUG as environment variableBjørn Christian Seime2021-05-281-4/+11
* Remove redundant bufferingJon Marius Venstad2021-05-281-2/+1
* Add benchmark mode to JsonStreamFeeder + CliClient wiringBjørn Christian Seime2021-05-271-3/+26
* Simplify using new methods on client builderBjørn Christian Seime2021-05-271-13/+2
* Add verbose optionBjørn Christian Seime2021-05-272-5/+13
* Use JsonStreamFeeder to feed documents from CliClientBjørn Christian Seime2021-05-271-1/+19
* Add option for reading feed input from stdinBjørn Christian Seime2021-05-271-3/+11
* Improve and centralize validation of parameter combinationsBjørn Christian Seime2021-05-271-11/+21
* Add parameter for route, timeout and trace levelBjørn Christian Seime2021-05-271-2/+47
* Remove duplicate optionBjørn Christian Seime2021-05-271-5/+0
* Add '--benchmark' to vespa-feed-client for benchmark modeBjørn Christian Seime2021-05-261-0/+7
* Sort linesBjørn Christian Seime2021-05-261-7/+7
* Wire in System.inBjørn Christian Seime2021-05-261-2/+5