Open krishnaTORQUE opened 1 year ago
You could use it in WSL2 - in an Ubuntu WSL container, run:
sudo apt install wrk
And then:
$ wrk
Usage: wrk <options> <url>
Options:
-c, --connections <N> Connections to keep open
-d, --duration <T> Duration of test
-t, --threads <N> Number of threads to use
-s, --script <S> Load Lua script file
-H, --header <H> Add header to request
--latency Print latency statistics
--timeout <T> Socket/request timeout
-v, --version Print version details
Numeric arguments may include a SI unit (1k, 1M, 1G)
Time arguments may include a time unit (2s, 2m, 2h)
@ksylvan Do you know how to compile for native Windows?
@insinfo
Do you know how to compile for native Windows?
No, I don't. I haven't done it myself.
But it's mostly C and Lua, and given a sufficiently POSIX-like environment, you should be able to do it. You might need to do something like install Cygwin: https://www.cygwin.com/ and then install GCC, etc.
You can install Lua on Windows:
Hi I would like to know what are process to compile in windows 10/11, if it support. For linux & mac its working fine. Thanks