Herd
Herd copied to clipboard
An experimental HTTP load testing application written in Rust.
Herd does not work on windows machines, here is the traceback: ``` src\main.rs:102:20: 102:37 error: failed to resolve. Could not find `unistd` in `nix` [E0433] src\main.rs:102 let _pid = nix::unistd::fork();...
I was thinking of a stats module that does on the fly calculations at x intervals, including total and individual response times, max times, error rate and current RPS. These...
There is an argument that the mean can be a misleading metric if there is a high standard deviation. A more rounded set of metrics would be percentiles, I suggest...