getGroupStats()
Availability
Flash Player 6.
Flash Media Server 2.
Usage
getGroupStats(app_instance, groupNumber)
Parameters
A string that contains the name of the instance of the application on which
app_instance
the group resides, in the form
the application name and the instance name, separated by a slash (
performance statistics for the default instance of the application.
For example, to specify the default instance for an application named
ChatApp/_defInst_
A number that contains the group's client ID.
groupNumber
Returns
If the call succeeds, the server sends a reply information object with a
, a
property of
status
code
object containing the client performance data. The
Property
Description
ActionScript Date object; time the application connected to the server.
connect_time
String; protocol used by the client to connect to the server (rtmp or rtmpt).
protocol
Number; total number of messages processed by this application.
msg_in
Number; total number of messages sent by this application.
msg_out
Number; total number of messages dropped by this application.
msg_dropped
Number; total number of bytes read by this application.
bytes_in
Number; total number of bytes written by this application.
bytes_out
Object; client message queue statistics.
msg_queue
Number; total number of queues for this client.
total_queues
Number; total number of audio messages in all audio queues.
audio
Number; total number of video messages in all video queues.
video
Number; total number of cmd/data messages in the "other" queue.
other
application_name/instance_name
.
NetConnection.Call.Success
. You must specify both
), even if you want
/
ChatApp
level
, and a
data
object has the following properties:
data
, specify
property of
property that is an
getGroupStats()
31
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE and is the answer not in the manual?