John O'Hara

Results 74 issues of John O'Hara

Running tfb across multiple machines, using host networking, fails on systems that have `runc >= 1.0.0.rc93` installed Setting any `net.` kernel options in a hosts default network namespace is bug...

Allow assertions against JMC automatic analysis rules based on whether rule has fired and severity.

Java Mission Control has an Expert System that can run rules against JFR recordings and perform an Automated Analysis to identify and generate a risk score against common performance issues....

With a benchmark definition with more than one host, if the `authority` property is not defined for a `httpRequest`, uploading the benchmark definition fails without any meaningful error; ``` [hyperfoil@in-vm]$...

bug

It might be a nice feature to have automatic detection of steady state by the benchmark so that a phase could be marked as a "warm-up" phase and Hyperfoil determines...

enhancement

Using the wrk2 command with the following options; ``` wrk2 -R 60000 -t 16 -c 10000 -d 10s http://127.0.0.1:8081/api/hello ``` cause a segmentation fault; ``` # # A fatal error...

bug

This PR: https://github.com/Hyperfoil/Hyperfoil/pull/266 caused a side effect where the validate phase of the `wrk`/`wrk2` commands create a new invalid run that is visible in the `runs` command. ``` RUN_ID BENCHMARK...

bug

The `wrk` or `wrk2` commands do not test the remote connection before starting the benchmark and these commands fail with a unclear error message; ``` Running 10s test @ http://localhost:8080/hello...

bug

gRPC is a popular mechanism for implementing remote endpoints. Providing support for invoking gRPC endpoints would allow a larger range of applications to be tested with Hyperfoil

enhancement