Yichun Zhang
Yichun Zhang
What protocol? custom TCP? http? It's possible to extend the test scaffold to support very ad-hoc clients. You can check the existing features as examples.
@ktalebian Have you tried the `--- http_config` section? You can define your own server blocks there. It's commonly used in, say, ngx_lua's test suite.
@ktalebian The title of this ticket says "downstream calls", which means *client side*, instead of server side. So I don't think your requirements fit in this github issue.
@pangfeng Make sure there is at least one newline character at the end of your `.t` file. That error message is a clear indication for the lack of newline character...
Well, just follow the suggestion in that error message.
@lziest Also, will you add some corresponding docs to the file `README.markdown`?
Please `chmod` your `samples/*.sxx` files to executable.
@lziest Please add support for the `--arg time=SECONDS` option, otherwise it's good to merge :) Thanks!
What is the output of your ab test? What is the throughput and latency? The CPU usage is surely not the direct indicator of "performance". It is _good_ to see...
BTW, it is inappropriate to discuss things about the lua-resty-redis library on the ngx_redis2 module's ticket system. They're very different projects after all.