From 6c25e2d002c052c65ea2af29acfc642f52876e39 Mon Sep 17 00:00:00 2001 From: Robert Henry Date: Fri, 24 Jul 2020 17:32:16 -0700 Subject: [PATCH] Update benchmarking_docker.md (#64) [ci skip] --- docs/benchmarking_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarking_docker.md b/docs/benchmarking_docker.md index bf9792dd5..124e8d06e 100644 --- a/docs/benchmarking_docker.md +++ b/docs/benchmarking_docker.md @@ -91,4 +91,4 @@ The `dockerImageName` is used on the agent to name the container. By setting it The `dockerContextDirectory` is a path representing the working directory inside the Docker file script. Any path using `./` in the Docker file will be this value. It's relative to the root of the source (the clone of the repository). -the property `port` is used to let the Crank agent detect when the application is ready to accept requests. When specified, the agent will try to ping the expected endpoint until it successfully answers. Another option is to define the property `readyStateText` with some valye that is written on the standard output once the application has started. In the case of a Netty application, the service emits `Httpd started. Listening on: 0.0.0.0/0.0.0.0:8080` when the service is ready. Similarly, an ASP.NET application outputs `Application started. Press Ctrl+C to shut down.` +The property `port` is used to let the Crank agent detect when the application is ready to accept requests. When specified, the agent will try to ping the expected endpoint until it successfully answers. Another option is to define the property `readyStateText` with some value that is written on the standard output once the application has started. In the case of a Netty application, the service emits `Httpd started. Listening on: 0.0.0.0/0.0.0.0:8080` when the service is ready. Similarly, an ASP.NET application outputs `Application started. Press Ctrl+C to shut down.`