Kick User

List Sessions

This will list all the current sessions in this application instance

# 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 }}