diff --git a/README.md b/README.md index 51519db..515c0f2 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ node sessions.js create [NAME] --num [NUM OF PARTICIPANTS] ## Simple info dashboard The server comes with a simple info pages: + - sessions: showing the number of available URLs, number of users and user ids per session. The info page is accessed through the following path: ``` @@ -179,7 +180,8 @@ http://localhost:8060/info/sessions/[EXPERIMENT_NAME]?secret=[SECRET_USED_IN_URL 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. +- 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] ```