How do you check the number of active sessions on a Web Bridge?


In the server syslog, you can see every minute an INFO message printed with the number of sessions:

user.info <hostname> "webbridge": INFO : [DEBUGGING] Stats <X>, c:<Y>, d:<Z>
 
Stats:<X> = X number of active sessions
c: <Y> = Y number of sockets created
d: <Z> = Z number of sockets destroyed

 

Last update:
07-Aug-2019
FAQ ID:
1451