Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
recap committed Jul 12, 2024
1 parent e92e21d commit 6e542ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand All @@ -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]
```
Expand Down

0 comments on commit 6e542ac

Please sign in to comment.