Toggle navigation
Wrench Management
Wrench Reference
Examples
Configuration
Log out
Kick User
List Sessions
Kick User
Username:
Kick User
Successfully kicked out {{kickCount}} users
Did not find any users with name: {{kickedUser}}
{{errorMessage}}
List Sessions
This will list all the current sessions in this application instance
Query current sessions
#
Session ID
Username
Client IP
Token
Stream Name
Connect Time
Elapsed Time
Byterate In/Out
Total Bytes In/Out
{{ $index + 1 }}
{{ s.sessionid }}
{{ s.username }}
{{ s.ip }}
{{ s.token }}
{{ s.streamname }}
{{ s.connecttime | date:'yyyy-MM-dd HH:mm:ss Z'}}
{{ s.elapsedtime }}
{{ s.byteratein }} / {{ s.byterateout }}
{{ s.totalinbytes }} / {{ s.totaloutbytes }}
Could not query sessions, see server log for details