You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -231,7 +235,9 @@ Although functionality will be expanded in the future, it's currently also possi
231
235
The following commands can be used to retrieve information:
232
236
233
237
`?`: Sends command to *one* (randomly chosen) connected socket for a answer, resulting in one event.
238
+
234
239
`?*`: Sends a command to all connected hosts, resulting in a list of events from each host individually.
240
+
235
241
`?**`: Sends a command to all connected sockets, resulting in a list of events from all connected sockets.
236
242
237
243
Simple server metrics are available through the `connectedSockets` and `connectedHosts` commands, returning a `Task[Int]` containing the corresponding count.
0 commit comments