From 465937c40c724b9e3216246f9e30a4afc41494a7 Mon Sep 17 00:00:00 2001 From: Reggie Cushing Date: Thu, 18 Jul 2024 11:33:38 +0200 Subject: [PATCH] updated README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 515c0f2..238d157 100644 --- a/README.md +++ b/README.md @@ -177,15 +177,18 @@ The server comes with a simple info pages: http://localhost:8060/info/sessions/[EXPERIMENT_NAME]?secret=[SECRET_USED_IN_URL_PASS] ``` +`[EXPERIMENT_NAME]` is optional and without it, all experiments are shown. + E.g. for Experiment `DropOutTest` ![DropOutTest](./dropouttest_info.png) - queues: show the queues status of the different experiments including the number of users on the start page, queued, waiting, agreed, and redirected. ``` -http://localhost:8060/info/queues?secret=[SECRET_USED_IN_URL_PASS] +http://localhost:8060/info/queues/[EXPERIMENT_NAME]?secret=[SECRET_USED_IN_URL_PASS] ``` +`[EXPERIMENT_NAME]` is optional and without it, all experiments are shown. E.g. ![Queues](./queues_info.png) ## Starting the server using PM2