Description
Returns a list of the group connections for a particular application instance. Groups are
multiplexed connections from a remote edge server to an origin server. Each group
connection represents at least one individual connection to another Flash Media Server server
that is acting as proxy for this server.
See also
getGroupMembers()
getInstanceStats()
Availability
Flash Player 6.
Flash Communication Server MX 1.0.
Usage
getInstanceStats(app_instance)
Parameters
A string that contains the name of the instance of the application for which
app_instance
you want performance statistics, in the form
specify both the application name and the instance name, separated by a slash (
want performance statistics for the default instance of the application.
For example, to specify the default instance for an application named
ChatApp/_defInst_
Returns
If the call succeeds, the server sends a reply information object with a
, a
property of
status
code
object. The
object has the following properties:
data
Property
launch_time
up_time
msg_in
msg_out
,
getGroupStats()
.
NetConnection.Call.Success
Description
ActionScript Date object; time the instance was launched.
Number; length of time, in seconds, the instance has been running.
Number; total number of messages processed by this instance of
the application.
Number; total number of messages sent by this instance of the
application.
application_name/instance_name
, and a
. You must
), even if you
/
, specify
ChatApp
property of
level
property that is an
data
getInstanceStats()
33
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?