SFS2X Docs / GettingStarted / admintool-BlueBoxMonitor
» BlueBox Monitor module
The AdminTool's Zone Monitor allows runtime monitoring of clients connected to SmartFoxServer 2X through its HTTP-tunnelling system, the BlueBox.
» Usage
When the module is accessed, the list of the current BlueBox sessions is displayed in the datagrid. The list is updated constantly depending on the refresh interval (see the note below). It is also possible to refresh the list manually by hitting the button (Refresh now) in the top right corner.
Clicking on the button (Filter) opens a collapsible panel where it is possible to filter the sessions' list by Zone, selecting it in the respective dropdown, or by user name, typing some text in the input field. Also, all columns can be sorted by clicking on their headers.
Each session listed provides the following information.
- Zone: the name of the SmartFoxServer Zone to which the user is connected.
- User id: the id assigned to the user by SmartFoxServer on connection.
- Username: the unique login name of the user.
- BlueBox Session Id: the internal id assigned to the session by SmartFoxServer.
- Last Request: the number of seconds passed since the client sent the last request to the server.
- Last Polling: the number of seconds passed since the client pinged the server with polling request.
- Queued Messages: the number of messages addressed to the client which have been queued since the last polling request; the queue is emptied as soon as a new polling request is received.
NOTE
Data displayed by this module is not updated in realtime, but a refresh rate can be selected in the Interval dropdown in the top-right corner of the module; five seconds is the default value.