apib icon indicating copy to clipboard operation
apib copied to clipboard

A simple, fast HTTP and API benchmarking tool

Results 12 apib issues
Sort by recently updated
recently updated
newest added

FWIW, to avoid errors (missing libs) at the linker stage, I had to replace `-lcrypto.1.1` with `-lcrypto` and `-lssl.1.1` with `-lssl`. This fixes the following errors: ``` /usr/bin/ld: cannot find...

Disclaimer: I don't know autoconf but it seems to me the Configure.ac file assumes the apr is in /usr/include/apr-1 and the apr-util likewise. Is this a standard location? I retrieved...

In file included from /home/pirate/optool/apib-master/apib/apib_io_basic.cc:29:0: /home/pirate/optool/apib-master/apib/apib_iothread.h:36:16: fatal error: ev.h: No such file or directory #include "ev.h" ^ compilation terminated. make[3]: *** [apib/CMakeFiles/io.dir/apib_io_basic.cc.o] Error 1 make[2]: *** [apib/CMakeFiles/io.dir/all] Error 2 make[1]:...

it seem apib is a good tool; how to install it in centos6.5?

For my purposes, I would like to use the old ab -n option to set a specific number of requests rather than duration. It would be mutually exclusive of -d.

Sometimes we haven't got the SSL set up properly yet, and it would be nice to be able to skip cert verification.

I think that we had it on the query line because of a limitation of some other software.

Add as input a file name and calculate a CRC-32. Calculate the number of responses that match the original file name. With a little research, though, it looks like doing...

Support the length as either a command-line parameter, or as a filename to check. Report the number of responses with a non-matching length. Or, take the length of the very...