Hi,
Congrats on 2.0 release. BigBlueButton is great.
I am trying to monitor bandwidth utilization for each user present in a meeting.
I have not found any network monitoring module in BBB so far. So i am creating a hack for it.
Approach :-
1) I have decided to use some opensource network monitoring tool like bmon. By using these tool i can get bandwidth utilization for each request.
2) I have seen that in each bigbluebutton request we have sessionid in the request url. so i can get total bandwidth usage for a session.
3)
I think that when a user joins a meeting then a new session is created for the user for that particular meeting with a unique session id.So by session id i can get the meeting and user information.
4)
Issue is that i am unable to get session ids and user information linked with a meeting?Is it possible to get all the session information linked with a meeting?
Also am i in right direction?
I have already gone through the following links :-
https://groups.google.com/forum/#!topic/bigbluebutton-dev/r0qmh1zQqAohttp://docs.bigbluebutton.org/support/faq.html#bandwidth-requirements