Otto van der Schaaf

Results 44 issues of Otto van der Schaaf

Creating this issue as a sink for leftovers from #395 - We still don't show unused imports because of pytest peculiarities. There are unused imports however, those should be removed,...

good first issue

In #390 one of the expectations failed unexpectedly while testing request-level configuration. It fails, because the duration that gets merged is a two-field message: it would make here to see...

It would be great to have two new counters: - One to reflect the bytes sent after protocol serialization, compression, and encryption are applied. - One to reflect the bytes...

While review feedback was in process for #337, Envoy landed a breaking change the docker images it pushes, as they no longer run as root by default. To resolve, this...

In https://github.com/envoyproxy/nighthawk/pull/367 we add signal handling to the load gen CLI. A TODO was left in in `RemoteProcessImpl::requestExecutionCancellation()` as a reminder that we could also propagate this feature when `--nighthawk-service`...

We'd like Nighthawk to be able to scale horizontally. As a first step, I'd like to [open up a design document](https://docs.google.com/document/d/1Es-RkbpSs6zl_X2f0ZH8lDnC9Ee_queMmMILib5qn9E/edit?usp=sharing) for that.

enhancement

Consider a configured threshold as follows: ```bash --termination-predicate benchmark.http_2xx:99 ``` The way this is implemented, when the client stops, one would expect to see `benchmark.http_2xx` at `100` when the client...

If the test server could be asked to add response headers with high-res timing information about when it received a request, and when it started replying (or just the delta...

As an opt-in feature, we could add a ringbuffer per worker for holding more information regarding the requests that saw the top x highest latency replies. This information should be...