Answer
Nov 07, 2015 - 07:32 PM
The query_load page for your R-HUB server is a quick way you can check your system load:
http:// YOUR_RHUB_SERVER_IP /query_load
which will show you something like this:
2 4 9 2
2 1428766/63
View source for this page shows you that the first two parameters are the number of meetings being used and the number of participants in all of these meetings:
<number_of_meeting>2</number_of_meeting>
<number_of_attendee>4</number_of_attendee>
...
http:// YOUR_RHUB_SERVER_IP /query_load
which will show you something like this:
2 4 9 2
2 1428766/63
View source for this page shows you that the first two parameters are the number of meetings being used and the number of participants in all of these meetings:
<number_of_meeting>2</number_of_meeting>
<number_of_attendee>4</number_of_attendee>
...
Add New Comment